diff --git a/.astro/data-store.json b/.astro/data-store.json
index c4d4215..4d77db7 100644
--- a/.astro/data-store.json
+++ b/.astro/data-store.json
@@ -1 +1 @@
-[["Map",1,2,7,8],"meta::meta",["Map",3,4,5,6],"astro-version","5.12.6","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"server\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":true,\"port\":4321,\"streaming\":true,\"allowedHosts\":[]},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\",\"entrypoint\":\"astro/assets/endpoint/node\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[],\"responsiveStyles\":false},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":{\"type\":\"shiki\",\"excludeLangs\":[\"math\"]},\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"headingIdCompat\":false,\"preserveScriptOrder\":false,\"liveContentCollections\":false,\"csp\":false,\"rawEnvValues\":false},\"legacy\":{\"collections\":false},\"session\":{\"driver\":\"fs-lite\",\"options\":{\"base\":\"/var/home/user01/Projekte/forensic-pathways/node_modules/.astro/sessions\"}}}","knowledgebase",["Map",9,10,100,101,174,175,223,224,288,289,535,536],"misp",{"id":9,"data":11,"body":35,"filePath":36,"digest":37,"rendered":38,"legacyId":99},{"title":12,"tool_name":13,"description":14,"last_updated":15,"author":16,"difficulty":17,"categories":18,"tags":24,"sections":31,"review_status":34},"MISP - Plattform für Threat Intelligence Sharing","MISP","Das Rückgrat des modernen Threat-Intelligence-Sharings mit über 40.000 aktiven Instanzen weltweit.",["Date","2025-07-20T00:00:00.000Z"],"Claude 4 Sonnet","intermediate",[19,20,21,22,23],"incident-response","static-investigations","malware-analysis","network-forensics","cloud-forensics",[25,26,27,28,29,30],"web-based","threat-intelligence","api","correlation","ioc-sharing","automation",{"overview":32,"installation":32,"configuration":32,"usage_examples":32,"best_practices":32,"troubleshooting":32,"advanced_topics":33},true,false,"published","> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\n**MISP (Malware Information Sharing Platform & Threat Sharing)** ist eine freie Open-Source-Plattform zur strukturierten Erfassung, Speicherung, Analyse und gemeinsamen Nutzung von Cyber-Bedrohungsdaten. Mit über 40.000 Instanzen weltweit ist MISP der De-facto-Standard für den Austausch von Indicators of Compromise (IoCs) und Threat Intelligence zwischen CERTs, SOCs, Strafverfolgungsbehörden und anderen sicherheitsrelevanten Organisationen.\n\nDie föderierte Architektur ermöglicht einen kontrollierten, dezentralen Austausch von Informationen über vertrauenswürdige Partner hinweg. Durch Taxonomien, Tags und integrierte APIs ist eine automatische Anreicherung, Korrelation und Verarbeitung von Informationen in SIEMs, Firewalls oder Endpoint-Lösungen möglich.\n\n## Installation\n\n### Voraussetzungen\n\n- **Server-Betriebssystem:** Linux (empfohlen: Debian/Ubuntu)\n- **Abhängigkeiten:** MariaDB/MySQL, PHP, Apache/Nginx, Redis\n- **Ressourcen:** Mindestens 4 GB RAM, SSD empfohlen\n\n### Installationsschritte\n\n```bash\n# Beispiel für Debian/Ubuntu:\nsudo apt update && sudo apt install -y curl gnupg git python3 python3-pip redis-server mariadb-server apache2 php libapache2-mod-php\n\n# MISP klonen\ngit clone https://github.com/MISP/MISP.git /var/www/MISP\n\n# Setup-Skript nutzen\ncd /var/www/MISP && bash INSTALL/INSTALL.debian.sh\n````\n\nWeitere Details: [Offizielle Installationsanleitung](https://misp.github.io/MISP/INSTALL.debian/)\n\n## Konfiguration\n\n### Webserver\n\n* HTTPS aktivieren (Let's Encrypt oder Reverse Proxy)\n* PHP-Konfiguration anpassen (`upload_max_filesize`, `memory_limit`, `post_max_size`)\n\n### Benutzerrollen\n\n* Administrator, Org-Admin, Analyst etc.\n* Zugriffsbeschränkungen nach Organisation/Feed definierbar\n\n### Feeds und Galaxies\n\n* Aktivierung von Feeds (z. B. CIRCL, Abuse.ch, OpenCTI)\n* Nutzung von Galaxies zur Klassifizierung (APT-Gruppen, Malware-Familien)\n\n## Verwendungsbeispiele\n\n### Beispiel 1: Import von IoCs aus externem Feed\n\n1. Feed aktivieren unter **Administration → List Feeds**\n2. Feed synchronisieren\n3. Ereignisse durchsuchen, analysieren, ggf. mit eigenen Daten korrelieren\n\n### Beispiel 2: Automatisierte Anbindung an SIEM\n\n* REST-API-Token erstellen\n* API-Calls zur Abfrage neuer Events (z. B. mit Python, Logstash oder MISP Workbench)\n* Integration in Security-Systeme über JSON/STIX export\n\n## Best Practices\n\n* Regelmäßige Backups der Datenbank\n* Taxonomien konsistent verwenden\n* Nutzung der Sighting-Funktion zur Validierung von IoCs\n* Vertrauensstufen (TLP, PAP) korrekt setzen\n* Nicht nur konsumieren – auch teilen!\n\n## Troubleshooting\n\n### Problem: MISP-Feeds laden nicht\n\n**Lösung:**\n\n* Internetverbindung prüfen\n* Cronjobs aktiv?\n* Logs prüfen: `/var/www/MISP/app/tmp/logs/error.log`\n\n### Problem: API gibt 403 zurück\n\n**Lösung:**\n\n* Ist der API-Key korrekt und aktiv?\n* Rechte des Benutzers überprüfen\n* IP-Filter im MISP-Backend beachten\n\n### Problem: Hohe Datenbanklast\n\n**Lösung:**\n\n* Indizes optimieren\n* Redis aktivieren\n* Alte Events regelmäßig archivieren oder löschen\n\n## Weiterführende Themen\n\n* STIX2-Import/Export\n* Erweiterungen mit MISP Modules (z. B. für Virustotal, YARA)\n* Föderierte Netzwerke und Community-Portale\n* Integration mit OpenCTI oder TheHive\n\n---\n\n**Links:**\n\n* 🌐 [Offizielle Projektseite](https://misp-project.org/)\n* 📦 [CC24-MISP-Instanz](https://misp.cc24.dev)\n* 📊 [Status-Monitoring](https://status.mikoshi.de/api/badge/34/status)\n\nLizenz: **AGPL-3.0**","src/content/knowledgebase/misp.md","35930fa919a46964",{"html":39,"metadata":40},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>\u003Cstrong>MISP (Malware Information Sharing Platform & Threat Sharing)\u003C/strong> ist eine freie Open-Source-Plattform zur strukturierten Erfassung, Speicherung, Analyse und gemeinsamen Nutzung von Cyber-Bedrohungsdaten. Mit über 40.000 Instanzen weltweit ist MISP der De-facto-Standard für den Austausch von Indicators of Compromise (IoCs) und Threat Intelligence zwischen CERTs, SOCs, Strafverfolgungsbehörden und anderen sicherheitsrelevanten Organisationen.\u003C/p>\n\u003Cp>Die föderierte Architektur ermöglicht einen kontrollierten, dezentralen Austausch von Informationen über vertrauenswürdige Partner hinweg. Durch Taxonomien, Tags und integrierte APIs ist eine automatische Anreicherung, Korrelation und Verarbeitung von Informationen in SIEMs, Firewalls oder Endpoint-Lösungen möglich.\u003C/p>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"voraussetzungen\">Voraussetzungen\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Server-Betriebssystem:\u003C/strong> Linux (empfohlen: Debian/Ubuntu)\u003C/li>\n\u003Cli>\u003Cstrong>Abhängigkeiten:\u003C/strong> MariaDB/MySQL, PHP, Apache/Nginx, Redis\u003C/li>\n\u003Cli>\u003Cstrong>Ressourcen:\u003C/strong> Mindestens 4 GB RAM, SSD empfohlen\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installationsschritte\">Installationsschritte\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Beispiel für Debian/Ubuntu:\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -y\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> curl\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> gnupg\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> python3-pip\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> redis-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mariadb-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apache2\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> libapache2-mod-php\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># MISP klonen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/MISP/MISP.git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/MISP\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Setup-Skript nutzen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/MISP\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">bash\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> INSTALL/INSTALL.debian.sh\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Weitere Details: \u003Ca href=\"https://misp.github.io/MISP/INSTALL.debian/\">Offizielle Installationsanleitung\u003C/a>\u003C/p>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Ch3 id=\"webserver\">Webserver\u003C/h3>\n\u003Cul>\n\u003Cli>HTTPS aktivieren (Let’s Encrypt oder Reverse Proxy)\u003C/li>\n\u003Cli>PHP-Konfiguration anpassen (\u003Ccode>upload_max_filesize\u003C/code>, \u003Ccode>memory_limit\u003C/code>, \u003Ccode>post_max_size\u003C/code>)\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"benutzerrollen\">Benutzerrollen\u003C/h3>\n\u003Cul>\n\u003Cli>Administrator, Org-Admin, Analyst etc.\u003C/li>\n\u003Cli>Zugriffsbeschränkungen nach Organisation/Feed definierbar\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"feeds-und-galaxies\">Feeds und Galaxies\u003C/h3>\n\u003Cul>\n\u003Cli>Aktivierung von Feeds (z. B. CIRCL, Abuse.ch, OpenCTI)\u003C/li>\n\u003Cli>Nutzung von Galaxies zur Klassifizierung (APT-Gruppen, Malware-Familien)\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"beispiel-1-import-von-iocs-aus-externem-feed\">Beispiel 1: Import von IoCs aus externem Feed\u003C/h3>\n\u003Col>\n\u003Cli>Feed aktivieren unter \u003Cstrong>Administration → List Feeds\u003C/strong>\u003C/li>\n\u003Cli>Feed synchronisieren\u003C/li>\n\u003Cli>Ereignisse durchsuchen, analysieren, ggf. mit eigenen Daten korrelieren\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"beispiel-2-automatisierte-anbindung-an-siem\">Beispiel 2: Automatisierte Anbindung an SIEM\u003C/h3>\n\u003Cul>\n\u003Cli>REST-API-Token erstellen\u003C/li>\n\u003Cli>API-Calls zur Abfrage neuer Events (z. B. mit Python, Logstash oder MISP Workbench)\u003C/li>\n\u003Cli>Integration in Security-Systeme über JSON/STIX export\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Regelmäßige Backups der Datenbank\u003C/li>\n\u003Cli>Taxonomien konsistent verwenden\u003C/li>\n\u003Cli>Nutzung der Sighting-Funktion zur Validierung von IoCs\u003C/li>\n\u003Cli>Vertrauensstufen (TLP, PAP) korrekt setzen\u003C/li>\n\u003Cli>Nicht nur konsumieren – auch teilen!\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-misp-feeds-laden-nicht\">Problem: MISP-Feeds laden nicht\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Internetverbindung prüfen\u003C/li>\n\u003Cli>Cronjobs aktiv?\u003C/li>\n\u003Cli>Logs prüfen: \u003Ccode>/var/www/MISP/app/tmp/logs/error.log\u003C/code>\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"problem-api-gibt-403-zurück\">Problem: API gibt 403 zurück\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Ist der API-Key korrekt und aktiv?\u003C/li>\n\u003Cli>Rechte des Benutzers überprüfen\u003C/li>\n\u003Cli>IP-Filter im MISP-Backend beachten\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"problem-hohe-datenbanklast\">Problem: Hohe Datenbanklast\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Indizes optimieren\u003C/li>\n\u003Cli>Redis aktivieren\u003C/li>\n\u003Cli>Alte Events regelmäßig archivieren oder löschen\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>STIX2-Import/Export\u003C/li>\n\u003Cli>Erweiterungen mit MISP Modules (z. B. für Virustotal, YARA)\u003C/li>\n\u003Cli>Föderierte Netzwerke und Community-Portale\u003C/li>\n\u003Cli>Integration mit OpenCTI oder TheHive\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>\u003Cstrong>Links:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>🌐 \u003Ca href=\"https://misp-project.org/\">Offizielle Projektseite\u003C/a>\u003C/li>\n\u003Cli>📦 \u003Ca href=\"https://misp.cc24.dev\">CC24-MISP-Instanz\u003C/a>\u003C/li>\n\u003Cli>📊 \u003Ca href=\"https://status.mikoshi.de/api/badge/34/status\">Status-Monitoring\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Cp>Lizenz: \u003Cstrong>AGPL-3.0\u003C/strong>\u003C/p>",{"headings":41,"localImagePaths":96,"remoteImagePaths":97,"frontmatter":11,"imagePaths":98},[42,46,50,54,57,60,63,66,69,72,75,78,81,84,87,90,93],{"depth":43,"slug":44,"text":45},1,"übersicht","Übersicht",{"depth":47,"slug":48,"text":49},2,"installation","Installation",{"depth":51,"slug":52,"text":53},3,"voraussetzungen","Voraussetzungen",{"depth":51,"slug":55,"text":56},"installationsschritte","Installationsschritte",{"depth":47,"slug":58,"text":59},"konfiguration","Konfiguration",{"depth":51,"slug":61,"text":62},"webserver","Webserver",{"depth":51,"slug":64,"text":65},"benutzerrollen","Benutzerrollen",{"depth":51,"slug":67,"text":68},"feeds-und-galaxies","Feeds und Galaxies",{"depth":47,"slug":70,"text":71},"verwendungsbeispiele","Verwendungsbeispiele",{"depth":51,"slug":73,"text":74},"beispiel-1-import-von-iocs-aus-externem-feed","Beispiel 1: Import von IoCs aus externem Feed",{"depth":51,"slug":76,"text":77},"beispiel-2-automatisierte-anbindung-an-siem","Beispiel 2: Automatisierte Anbindung an SIEM",{"depth":47,"slug":79,"text":80},"best-practices","Best Practices",{"depth":47,"slug":82,"text":83},"troubleshooting","Troubleshooting",{"depth":51,"slug":85,"text":86},"problem-misp-feeds-laden-nicht","Problem: MISP-Feeds laden nicht",{"depth":51,"slug":88,"text":89},"problem-api-gibt-403-zurück","Problem: API gibt 403 zurück",{"depth":51,"slug":91,"text":92},"problem-hohe-datenbanklast","Problem: Hohe Datenbanklast",{"depth":47,"slug":94,"text":95},"weiterführende-themen","Weiterführende Themen",[],[],[],"misp.md","kali-linux",{"id":100,"data":102,"body":117,"filePath":118,"digest":119,"rendered":120,"legacyId":173},{"title":103,"tool_name":104,"description":105,"last_updated":106,"author":16,"difficulty":17,"categories":107,"tags":110,"sections":116,"review_status":34},"Kali Linux - Die Hacker-Distribution für Forensik & Penetration Testing","Kali Linux","Leitfaden zur Installation, Nutzung und Best Practices für Kali Linux – die All-in-One-Plattform für Security-Profis.",["Date","2025-07-20T00:00:00.000Z"],[19,108,109],"forensics","penetration-testing",[111,112,109,113,114,115],"live-boot","tool-collection","forensics-suite","virtualization","arm-support",{"overview":32,"installation":32,"configuration":32,"usage_examples":32,"best_practices":32,"troubleshooting":32,"advanced_topics":32},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\nKali Linux ist eine auf Debian basierende Linux-Distribution, die speziell für Penetration Testing, digitale Forensik, Reverse Engineering und Incident Response entwickelt wurde. Mit über 600 vorinstallierten Tools ist sie ein unverzichtbares Werkzeug für Security-Experten, Ermittler und forensische Analysten. Die Live-Boot-Funktion erlaubt es, Systeme ohne Spuren zu hinterlassen zu analysieren – ideal für forensische Untersuchungen.\n\n## Installation\n\n### Option 1: Live-System (USB/DVD)\n\n1. ISO-Image von [kali.org](https://www.kali.org/get-kali/) herunterladen.\n2. Mit **Rufus** oder **balenaEtcher** auf einen USB-Stick schreiben.\n3. Vom USB-Stick booten (ggf. Boot-Reihenfolge im BIOS anpassen).\n4. Kali kann direkt ohne Installation im Live-Modus verwendet werden.\n\n### Option 2: Installation auf Festplatte\n\n1. ISO-Image booten und **Graphical Install** wählen.\n2. Schritt-für-Schritt durch den Installationsassistenten navigieren:\n - Sprache, Zeitzone und Tastaturlayout auswählen\n - Partitionierung konfigurieren (automatisch oder manuell)\n - Benutzerkonten erstellen\n3. Nach Installation Neustart durchführen.\n\n### Option 3: Virtuelle Maschine (VM)\n\n- Offizielle VM-Images für VirtualBox und VMware von der [Kali-Website](https://www.kali.org/get-kali/#kali-virtual-machines)\n- Importieren, ggf. Netzwerkbrücke und Shared Folders aktivieren\n\n## Konfiguration\n\n### Netzwerkeinstellungen\n\n- Konfiguration über `nmtui` oder `/etc/network/interfaces`\n- VPN und Proxy-Integration über GUI oder Terminal\n\n### Updates & Paketquellen\n\n```bash\nsudo apt update && sudo apt full-upgrade\n````\n\n> Hinweis: `kali-rolling` ist die Standard-Distribution für kontinuierliche Updates.\n\n### Sprache & Lokalisierung\n\n```bash\nsudo dpkg-reconfigure locales\nsudo dpkg-reconfigure keyboard-configuration\n```\n\n## Verwendungsbeispiele\n\n### 1. Netzwerkscan mit Nmap\n\n```bash\nnmap -sS -T4 -A 192.168.1.0/24\n```\n\n### 2. Passwort-Cracking mit John the Ripper\n\n```bash\njohn --wordlist=/usr/share/wordlists/rockyou.txt hashes.txt\n```\n\n### 3. Forensik mit Autopsy\n\n```bash\nautopsy &\n```\n\n### 4. Android-Analyse mit MobSF (in Docker)\n\n```bash\ndocker pull opensecurity/mobile-security-framework-mobsf\ndocker run -it -p 8000:8000 mobsf\n```\n\n## Best Practices\n\n* Nutze immer **aktuelle Snapshots** oder VM-Clones vor gefährlichen Tests\n* Verwende separate Netzwerke (z. B. Host-only oder NAT) für Tests\n* Deaktiviere automatisches WLAN bei forensischen Analysen\n* Prüfe und aktualisiere regelmäßig Toolsets (`apt`, `git`, `pip`)\n* Halte deine ISO-Images versioniert für forensische Reproduzierbarkeit\n\n## Troubleshooting\n\n### Problem: Keine Internetverbindung nach Installation\n\n**Lösung:** Netzwerkadapter prüfen, ggf. mit `ifconfig` oder `ip a` überprüfen, DHCP aktivieren.\n\n### Problem: Tools fehlen nach Update\n\n**Lösung:** Tool-Gruppen wie `kali-linux-default` manuell nachinstallieren:\n\n```bash\nsudo apt install kali-linux-default\n```\n\n### Problem: „Permission Denied“ bei Tools\n\n**Lösung:** Root-Rechte nutzen oder mit `sudo` ausführen.\n\n## Weiterführende Themen\n\n* **Kustomisierung von Kali ISOs** mit `live-build`\n* **NetHunter**: Kali für mobile Geräte (Android)\n* **Kali Purple**: Defensive Security Suite\n* Integration mit **Cloud-Infrastrukturen** via WSL oder Azure\n\n---\n\n**Links & Ressourcen:**\n\n* Offizielle Website: [https://kali.org](https://kali.org/)\n* Dokumentation: [https://docs.kali.org/](https://docs.kali.org/)\n* GitLab Repo: [https://gitlab.com/kalilinux](https://gitlab.com/kalilinux)\n* Discord-Community: [https://discord.com/invite/kali-linux](https://discord.com/invite/kali-linux)","src/content/knowledgebase/kali-linux.md","09243ebc79d75dbc",{"html":121,"metadata":122},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Kali Linux ist eine auf Debian basierende Linux-Distribution, die speziell für Penetration Testing, digitale Forensik, Reverse Engineering und Incident Response entwickelt wurde. Mit über 600 vorinstallierten Tools ist sie ein unverzichtbares Werkzeug für Security-Experten, Ermittler und forensische Analysten. Die Live-Boot-Funktion erlaubt es, Systeme ohne Spuren zu hinterlassen zu analysieren – ideal für forensische Untersuchungen.\u003C/p>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"option-1-live-system-usbdvd\">Option 1: Live-System (USB/DVD)\u003C/h3>\n\u003Col>\n\u003Cli>ISO-Image von \u003Ca href=\"https://www.kali.org/get-kali/\">kali.org\u003C/a> herunterladen.\u003C/li>\n\u003Cli>Mit \u003Cstrong>Rufus\u003C/strong> oder \u003Cstrong>balenaEtcher\u003C/strong> auf einen USB-Stick schreiben.\u003C/li>\n\u003Cli>Vom USB-Stick booten (ggf. Boot-Reihenfolge im BIOS anpassen).\u003C/li>\n\u003Cli>Kali kann direkt ohne Installation im Live-Modus verwendet werden.\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"option-2-installation-auf-festplatte\">Option 2: Installation auf Festplatte\u003C/h3>\n\u003Col>\n\u003Cli>ISO-Image booten und \u003Cstrong>Graphical Install\u003C/strong> wählen.\u003C/li>\n\u003Cli>Schritt-für-Schritt durch den Installationsassistenten navigieren:\n\u003Cul>\n\u003Cli>Sprache, Zeitzone und Tastaturlayout auswählen\u003C/li>\n\u003Cli>Partitionierung konfigurieren (automatisch oder manuell)\u003C/li>\n\u003Cli>Benutzerkonten erstellen\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Nach Installation Neustart durchführen.\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"option-3-virtuelle-maschine-vm\">Option 3: Virtuelle Maschine (VM)\u003C/h3>\n\u003Cul>\n\u003Cli>Offizielle VM-Images für VirtualBox und VMware von der \u003Ca href=\"https://www.kali.org/get-kali/#kali-virtual-machines\">Kali-Website\u003C/a>\u003C/li>\n\u003Cli>Importieren, ggf. Netzwerkbrücke und Shared Folders aktivieren\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Ch3 id=\"netzwerkeinstellungen\">Netzwerkeinstellungen\u003C/h3>\n\u003Cul>\n\u003Cli>Konfiguration über \u003Ccode>nmtui\u003C/code> oder \u003Ccode>/etc/network/interfaces\u003C/code>\u003C/li>\n\u003Cli>VPN und Proxy-Integration über GUI oder Terminal\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"updates--paketquellen\">Updates & Paketquellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> full-upgrade\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cblockquote>\n\u003Cp>Hinweis: \u003Ccode>kali-rolling\u003C/code> ist die Standard-Distribution für kontinuierliche Updates.\u003C/p>\n\u003C/blockquote>\n\u003Ch3 id=\"sprache--lokalisierung\">Sprache & Lokalisierung\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dpkg-reconfigure\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> locales\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dpkg-reconfigure\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> keyboard-configuration\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"1-netzwerkscan-mit-nmap\">1. Netzwerkscan mit Nmap\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">nmap\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -sS\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -T4\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -A\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 192.168.1.0/24\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"2-passwort-cracking-mit-john-the-ripper\">2. Passwort-Cracking mit John the Ripper\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">john\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --wordlist=/usr/share/wordlists/rockyou.txt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> hashes.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"3-forensik-mit-autopsy\">3. Forensik mit Autopsy\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">autopsy\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> &\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"4-android-analyse-mit-mobsf-in-docker\">4. Android-Analyse mit MobSF (in Docker)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">docker\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> opensecurity/mobile-security-framework-mobsf\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">docker\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> run\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -it\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -p\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 8000:8000\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mobsf\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Nutze immer \u003Cstrong>aktuelle Snapshots\u003C/strong> oder VM-Clones vor gefährlichen Tests\u003C/li>\n\u003Cli>Verwende separate Netzwerke (z. B. Host-only oder NAT) für Tests\u003C/li>\n\u003Cli>Deaktiviere automatisches WLAN bei forensischen Analysen\u003C/li>\n\u003Cli>Prüfe und aktualisiere regelmäßig Toolsets (\u003Ccode>apt\u003C/code>, \u003Ccode>git\u003C/code>, \u003Ccode>pip\u003C/code>)\u003C/li>\n\u003Cli>Halte deine ISO-Images versioniert für forensische Reproduzierbarkeit\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-keine-internetverbindung-nach-installation\">Problem: Keine Internetverbindung nach Installation\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Netzwerkadapter prüfen, ggf. mit \u003Ccode>ifconfig\u003C/code> oder \u003Ccode>ip a\u003C/code> überprüfen, DHCP aktivieren.\u003C/p>\n\u003Ch3 id=\"problem-tools-fehlen-nach-update\">Problem: Tools fehlen nach Update\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Tool-Gruppen wie \u003Ccode>kali-linux-default\u003C/code> manuell nachinstallieren:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> kali-linux-default\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"problem-permission-denied-bei-tools\">Problem: „Permission Denied“ bei Tools\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Root-Rechte nutzen oder mit \u003Ccode>sudo\u003C/code> ausführen.\u003C/p>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Kustomisierung von Kali ISOs\u003C/strong> mit \u003Ccode>live-build\u003C/code>\u003C/li>\n\u003Cli>\u003Cstrong>NetHunter\u003C/strong>: Kali für mobile Geräte (Android)\u003C/li>\n\u003Cli>\u003Cstrong>Kali Purple\u003C/strong>: Defensive Security Suite\u003C/li>\n\u003Cli>Integration mit \u003Cstrong>Cloud-Infrastrukturen\u003C/strong> via WSL oder Azure\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>\u003Cstrong>Links & Ressourcen:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Offizielle Website: \u003Ca href=\"https://kali.org/\">https://kali.org\u003C/a>\u003C/li>\n\u003Cli>Dokumentation: \u003Ca href=\"https://docs.kali.org/\">https://docs.kali.org/\u003C/a>\u003C/li>\n\u003Cli>GitLab Repo: \u003Ca href=\"https://gitlab.com/kalilinux\">https://gitlab.com/kalilinux\u003C/a>\u003C/li>\n\u003Cli>Discord-Community: \u003Ca href=\"https://discord.com/invite/kali-linux\">https://discord.com/invite/kali-linux\u003C/a>\u003C/li>\n\u003C/ul>",{"headings":123,"localImagePaths":170,"remoteImagePaths":171,"frontmatter":102,"imagePaths":172},[124,125,126,129,132,135,136,139,142,145,146,149,152,155,158,159,160,163,166,169],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":48,"text":49},{"depth":51,"slug":127,"text":128},"option-1-live-system-usbdvd","Option 1: Live-System (USB/DVD)",{"depth":51,"slug":130,"text":131},"option-2-installation-auf-festplatte","Option 2: Installation auf Festplatte",{"depth":51,"slug":133,"text":134},"option-3-virtuelle-maschine-vm","Option 3: Virtuelle Maschine (VM)",{"depth":47,"slug":58,"text":59},{"depth":51,"slug":137,"text":138},"netzwerkeinstellungen","Netzwerkeinstellungen",{"depth":51,"slug":140,"text":141},"updates--paketquellen","Updates & Paketquellen",{"depth":51,"slug":143,"text":144},"sprache--lokalisierung","Sprache & Lokalisierung",{"depth":47,"slug":70,"text":71},{"depth":51,"slug":147,"text":148},"1-netzwerkscan-mit-nmap","1. Netzwerkscan mit Nmap",{"depth":51,"slug":150,"text":151},"2-passwort-cracking-mit-john-the-ripper","2. Passwort-Cracking mit John the Ripper",{"depth":51,"slug":153,"text":154},"3-forensik-mit-autopsy","3. Forensik mit Autopsy",{"depth":51,"slug":156,"text":157},"4-android-analyse-mit-mobsf-in-docker","4. Android-Analyse mit MobSF (in Docker)",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":82,"text":83},{"depth":51,"slug":161,"text":162},"problem-keine-internetverbindung-nach-installation","Problem: Keine Internetverbindung nach Installation",{"depth":51,"slug":164,"text":165},"problem-tools-fehlen-nach-update","Problem: Tools fehlen nach Update",{"depth":51,"slug":167,"text":168},"problem-permission-denied-bei-tools","Problem: „Permission Denied“ bei Tools",{"depth":47,"slug":94,"text":95},[],[],[],"kali-linux.md","regular-expressions-regex",{"id":174,"data":176,"body":190,"filePath":191,"digest":192,"rendered":193,"legacyId":222},{"title":177,"tool_name":178,"description":179,"last_updated":180,"author":16,"difficulty":17,"categories":181,"tags":183,"sections":189,"review_status":34},"Regular Expressions (Regex) – Musterbasierte Textanalyse","Regular Expressions (Regex)","Pattern matching language für Suche, Extraktion und Manipulation von Text in forensischen Analysen.",["Date","2025-07-20T00:00:00.000Z"],[19,21,22,182],"fraud-investigation",[184,185,186,187,188],"pattern-matching","text-processing","log-analysis","string-manipulation","search-algorithms",{"overview":32,"installation":33,"configuration":33,"usage_examples":32,"best_practices":32,"troubleshooting":33,"advanced_topics":32},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\n**Regular Expressions (Regex)** sind ein leistungsfähiges Werkzeug zur Erkennung, Extraktion und Transformation von Zeichenfolgen anhand vordefinierter Muster. In der digitalen Forensik sind Regex-Ausdrücke unverzichtbar: Sie helfen beim Auffinden von IP-Adressen, Hash-Werten, Dateipfaden, Malware-Signaturen oder Kreditkartennummern in großen Mengen unstrukturierter Daten wie Logdateien, Netzwerktraces oder Memory Dumps.\n\nRegex ist nicht auf eine bestimmte Plattform oder Software beschränkt – es wird in nahezu allen gängigen Programmiersprachen, Texteditoren und forensischen Tools unterstützt.\n\n## Verwendungsbeispiele\n\n### 1. IP-Adressen extrahieren\n\n```regex\n\\b(?:\\d{1,3}\\.){3}\\d{1,3}\\b\n````\n\nVerwendung:\n\n* Finden von IP-Adressen in Firewall-Logs oder Packet Captures.\n* Beispiel-Zeile:\n\n ```\n Connection from 192.168.1.101 to port 443 established\n ```\n\n### 2. E-Mail-Adressen identifizieren\n\n```regex\n[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}\n```\n\nVerwendung:\n\n* Erkennung von kompromittierten Accounts in Phishing-E-Mails.\n* Analyse von Useraktivitäten oder Kommunikationsverläufen.\n\n### 3. Hash-Werte erkennen (z. B. SHA-256)\n\n```regex\n\\b[A-Fa-f0-9]{64}\\b\n```\n\nVerwendung:\n\n* Extraktion von Malware-Hashes aus Memory Dumps oder YARA-Logs.\n\n### 4. Zeitstempel in Logdateien extrahieren\n\n```regex\n\\d{4}-\\d{2}-\\d{2}[ T]\\d{2}:\\d{2}:\\d{2}\n```\n\nVerwendung:\n\n* Zeitsensitive Korrelationsanalysen (z. B. bei Intrusion Detection oder Timeline-Rekonstruktionen).\n\n## Best Practices\n\n* **Regex testen**: Nutze Plattformen wie [regexr.com](https://regexr.com/) oder [regex101.com](https://regex101.com/) zur Validierung.\n* **Performance beachten**: Komplexe Ausdrücke können ineffizient sein und Systeme verlangsamen – verwende Lazy Quantifiers (`*?`, `+?`) bei Bedarf.\n* **Escape-Zeichen korrekt anwenden**: Spezielle Zeichen wie `.` oder `\\` müssen bei Bedarf mit `\\\\` oder `\\.` maskiert werden.\n* **Portabilität prüfen**: Unterschiedliche Regex-Engines (z. B. Python `re`, PCRE, JavaScript) interpretieren manche Syntax leicht unterschiedlich.\n* **Lesbarkeit fördern**: Verwende benannte Gruppen (`(?P\u003Cname>...)`) und Kommentare (`(?x)`), um reguläre Ausdrücke besser wartbar zu machen.\n\n## Weiterführende Themen\n\n### Lookaheads und Lookbehinds\n\nMit **Lookaheads** (`(?=...)`) und **Lookbehinds** (`(?\u003C=...)`) können Bedingungen formuliert werden, ohne dass der Text Teil des Matchs wird.\n\nBeispiel: Alle `.exe`-Dateinamen **ohne** das Wort `safe` davor matchen:\n\n```regex\n(?\u003C!safe\\s)[\\w-]+\\.exe\n```\n\n### Regex in Forensik-Tools\n\n* **YARA**: Unterstützt Regex zur Erstellung von Malware-Signaturen.\n* **Wireshark**: Filtert Payloads anhand von Regex-ähnlicher Syntax.\n* **Splunk & ELK**: Verwenden Regex für Logparsing und Visualisierung.\n* **Volatility Plugins**: Extrahieren Artefakte mit Regex-basierten Scans.\n\n---\n\n> 🔤 **Regex ist ein universelles Werkzeug für Analysten, Ermittler und Entwickler, um versteckte Informationen schnell und flexibel aufzuspüren.**\n>\n> Nutze es überall dort, wo Textdaten eine Rolle spielen.","src/content/knowledgebase/regular-expressions-regex.md","247bcf48ebdc9ba0",{"html":194,"metadata":195},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>\u003Cstrong>Regular Expressions (Regex)\u003C/strong> sind ein leistungsfähiges Werkzeug zur Erkennung, Extraktion und Transformation von Zeichenfolgen anhand vordefinierter Muster. In der digitalen Forensik sind Regex-Ausdrücke unverzichtbar: Sie helfen beim Auffinden von IP-Adressen, Hash-Werten, Dateipfaden, Malware-Signaturen oder Kreditkartennummern in großen Mengen unstrukturierter Daten wie Logdateien, Netzwerktraces oder Memory Dumps.\u003C/p>\n\u003Cp>Regex ist nicht auf eine bestimmte Plattform oder Software beschränkt – es wird in nahezu allen gängigen Programmiersprachen, Texteditoren und forensischen Tools unterstützt.\u003C/p>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"1-ip-adressen-extrahieren\">1. IP-Adressen extrahieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">\\b(?:\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{1,3}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\.)\u003C/span>\u003Cspan style=\"color:#F97583\">{3}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{1,3}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\b\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>\n\u003Cp>Finden von IP-Adressen in Firewall-Logs oder Packet Captures.\u003C/p>\n\u003C/li>\n\u003Cli>\n\u003Cp>Beispiel-Zeile:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>Connection from 192.168.1.101 to port 443 established\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"2-e-mail-adressen-identifizieren\">2. E-Mail-Adressen identifizieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">[a-zA-Z0-9._%+-]\u003C/span>\u003Cspan style=\"color:#F97583\">+\u003C/span>\u003Cspan style=\"color:#DBEDFF\">@\u003C/span>\u003Cspan style=\"color:#79B8FF\">[a-zA-Z0-9.-]\u003C/span>\u003Cspan style=\"color:#F97583\">+\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\.[a-zA-Z]\u003C/span>\u003Cspan style=\"color:#F97583\">{2,}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>Erkennung von kompromittierten Accounts in Phishing-E-Mails.\u003C/li>\n\u003Cli>Analyse von Useraktivitäten oder Kommunikationsverläufen.\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"3-hash-werte-erkennen-zb-sha-256\">3. Hash-Werte erkennen (z. B. SHA-256)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">\\b[A-Fa-f0-9]\u003C/span>\u003Cspan style=\"color:#F97583\">{64}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\b\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>Extraktion von Malware-Hashes aus Memory Dumps oder YARA-Logs.\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"4-zeitstempel-in-logdateien-extrahieren\">4. Zeitstempel in Logdateien extrahieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{4}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">-\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">-\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#79B8FF\">[ T]\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">:\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">:\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>Zeitsensitive Korrelationsanalysen (z. B. bei Intrusion Detection oder Timeline-Rekonstruktionen).\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Regex testen\u003C/strong>: Nutze Plattformen wie \u003Ca href=\"https://regexr.com/\">regexr.com\u003C/a> oder \u003Ca href=\"https://regex101.com/\">regex101.com\u003C/a> zur Validierung.\u003C/li>\n\u003Cli>\u003Cstrong>Performance beachten\u003C/strong>: Komplexe Ausdrücke können ineffizient sein und Systeme verlangsamen – verwende Lazy Quantifiers (\u003Ccode>*?\u003C/code>, \u003Ccode>+?\u003C/code>) bei Bedarf.\u003C/li>\n\u003Cli>\u003Cstrong>Escape-Zeichen korrekt anwenden\u003C/strong>: Spezielle Zeichen wie \u003Ccode>.\u003C/code> oder \u003Ccode>\\\u003C/code> müssen bei Bedarf mit \u003Ccode>\\\\\u003C/code> oder \u003Ccode>\\.\u003C/code> maskiert werden.\u003C/li>\n\u003Cli>\u003Cstrong>Portabilität prüfen\u003C/strong>: Unterschiedliche Regex-Engines (z. B. Python \u003Ccode>re\u003C/code>, PCRE, JavaScript) interpretieren manche Syntax leicht unterschiedlich.\u003C/li>\n\u003Cli>\u003Cstrong>Lesbarkeit fördern\u003C/strong>: Verwende benannte Gruppen (\u003Ccode>(?P<name>...)\u003C/code>) und Kommentare (\u003Ccode>(?x)\u003C/code>), um reguläre Ausdrücke besser wartbar zu machen.\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Ch3 id=\"lookaheads-und-lookbehinds\">Lookaheads und Lookbehinds\u003C/h3>\n\u003Cp>Mit \u003Cstrong>Lookaheads\u003C/strong> (\u003Ccode>(?=...)\u003C/code>) und \u003Cstrong>Lookbehinds\u003C/strong> (\u003Ccode>(?<=...)\u003C/code>) können Bedingungen formuliert werden, ohne dass der Text Teil des Matchs wird.\u003C/p>\n\u003Cp>Beispiel: Alle \u003Ccode>.exe\u003C/code>-Dateinamen \u003Cstrong>ohne\u003C/strong> das Wort \u003Ccode>safe\u003C/code> davor matchen:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">(?<!\u003C/span>\u003Cspan style=\"color:#DBEDFF\">safe\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\s\u003C/span>\u003Cspan style=\"color:#F97583\">)\u003C/span>\u003Cspan style=\"color:#79B8FF\">[\\w-]\u003C/span>\u003Cspan style=\"color:#F97583\">+\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\.\u003C/span>\u003Cspan style=\"color:#DBEDFF\">exe\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"regex-in-forensik-tools\">Regex in Forensik-Tools\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>YARA\u003C/strong>: Unterstützt Regex zur Erstellung von Malware-Signaturen.\u003C/li>\n\u003Cli>\u003Cstrong>Wireshark\u003C/strong>: Filtert Payloads anhand von Regex-ähnlicher Syntax.\u003C/li>\n\u003Cli>\u003Cstrong>Splunk & ELK\u003C/strong>: Verwenden Regex für Logparsing und Visualisierung.\u003C/li>\n\u003Cli>\u003Cstrong>Volatility Plugins\u003C/strong>: Extrahieren Artefakte mit Regex-basierten Scans.\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cblockquote>\n\u003Cp>🔤 \u003Cstrong>Regex ist ein universelles Werkzeug für Analysten, Ermittler und Entwickler, um versteckte Informationen schnell und flexibel aufzuspüren.\u003C/strong>\u003C/p>\n\u003Cp>Nutze es überall dort, wo Textdaten eine Rolle spielen.\u003C/p>\n\u003C/blockquote>",{"headings":196,"localImagePaths":219,"remoteImagePaths":220,"frontmatter":176,"imagePaths":221},[197,198,199,202,205,208,211,212,213,216],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":70,"text":71},{"depth":51,"slug":200,"text":201},"1-ip-adressen-extrahieren","1. IP-Adressen extrahieren",{"depth":51,"slug":203,"text":204},"2-e-mail-adressen-identifizieren","2. E-Mail-Adressen identifizieren",{"depth":51,"slug":206,"text":207},"3-hash-werte-erkennen-zb-sha-256","3. Hash-Werte erkennen (z. B. SHA-256)",{"depth":51,"slug":209,"text":210},"4-zeitstempel-in-logdateien-extrahieren","4. Zeitstempel in Logdateien extrahieren",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":94,"text":95},{"depth":51,"slug":214,"text":215},"lookaheads-und-lookbehinds","Lookaheads und Lookbehinds",{"depth":51,"slug":217,"text":218},"regex-in-forensik-tools","Regex in Forensik-Tools",[],[],[],"regular-expressions-regex.md","velociraptor",{"id":223,"data":225,"body":239,"filePath":240,"digest":241,"rendered":242,"legacyId":287},{"title":226,"tool_name":227,"description":228,"last_updated":229,"author":16,"difficulty":230,"categories":231,"tags":232,"sections":238,"review_status":34},"Velociraptor – Skalierbare Endpoint-Forensik mit VQL","Velociraptor","Detaillierte Anleitung und Best Practices für Velociraptor – Remote-Forensik der nächsten Generation",["Date","2025-07-20T00:00:00.000Z"],"advanced",[19,21,22],[25,233,234,235,236,237],"endpoint-monitoring","artifact-extraction","scripting","live-forensics","hunting",{"overview":32,"installation":32,"configuration":32,"usage_examples":32,"best_practices":32,"troubleshooting":32,"advanced_topics":32},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\nVelociraptor ist ein Open-Source-Tool zur Endpoint-Forensik mit Fokus auf Skalierbarkeit, Präzision und Geschwindigkeit. Es ermöglicht die zielgerichtete Erfassung und Analyse digitaler Artefakte über eine eigene Query Language – VQL (Velociraptor Query Language). Die Architektur erlaubt remote Zugriff auf tausende Endpoints gleichzeitig, ohne dass vollständige Disk-Images erforderlich sind.\n\n## Hauptmerkmale\n\n- 🌐 Web-basierte Benutzeroberfläche\n- 💡 VQL – mächtige, SQL-ähnliche Abfragesprache\n- 🚀 Hochskalierbare Hunt-Funktionalität\n- 🔍 Artefaktbasierte Sammlung (ohne Full-Image)\n- 🖥️ Plattformunterstützung für Windows, macOS, Linux\n- 📦 Apache 2.0 Lizenz – Open Source\n\nWeitere Infos: [velociraptor.app](https://www.velociraptor.app/) \nProjektspiegel: [raptor.cc24.dev](https://raptor.cc24.dev) \nStatus: \n\n---\n\n## Installation\n\n### Voraussetzungen\n\n- Python ≥ 3.9\n- Adminrechte auf dem System\n- Firewall-Freigaben für Webport (Standard: 8000)\n\n### Installation unter Linux/macOS\n\n```bash\nwget https://github.com/Velocidex/velociraptor/releases/latest/download/velociraptor\nchmod +x velociraptor\nsudo mv velociraptor /usr/local/bin/\n````\n\n### Installation unter Windows\n\n1. Download der `.exe` von der [Release-Seite](https://github.com/Velocidex/velociraptor/releases)\n2. Ausführung in PowerShell mit Adminrechten:\n\n ```powershell\n .\\velociraptor.exe config generate > server.config.yaml\n ```\n\n---\n\n## Konfiguration\n\n### Server Setup\n\n1. Generiere die Konfigurationsdatei:\n\n ```bash\n velociraptor config generate > server.config.yaml\n ```\n2. Starte den Server:\n\n ```bash\n velociraptor --config server.config.yaml frontend\n ```\n3. Zugriff über Browser via `https://\u003Chostname>:8000`\n\n### Client Deployment\n\n* MSI/EXE für Windows, oder `deb/rpm` für Linux\n* Unterstützt automatische Registrierung am Server\n* Deployment über GPO, Puppet, Ansible etc. möglich\n\n---\n\n## Verwendungsbeispiele\n\n### 1. Live-Memory-Artefakte sammeln\n\n```vql\nSELECT * FROM Artifact.MemoryInfo()\n```\n\n### 2. Hunt starten auf verdächtige Prozesse\n\n```vql\nSELECT * FROM pslist()\nWHERE Name =~ \"mimikatz|cobaltstrike\"\n```\n\n### 3. Dateiinhalt extrahieren\n\n```vql\nSELECT * FROM glob(globs=\"C:\\\\Users\\\\*\\\\AppData\\\\*.dat\")\n```\n\n---\n\n## Best Practices\n\n* Erstelle eigene Artefakte für unternehmensspezifische Bedrohungsmodelle\n* Verwende \"Notebook\"-Funktion für strukturierte Analysen\n* Nutze \"Labels\", um Endpoints zu organisieren (z. B. `location:Berlin`)\n* Kombiniere Velociraptor mit SIEM/EDR-Systemen über REST API\n\n---\n\n## Troubleshooting\n\n### Problem: Keine Verbindung vom Client zum Server\n\n**Lösung:**\n\n* Ports freigegeben? (Default: 8000/tcp)\n* TLS-Zertifikate korrekt generiert?\n* `server.config.yaml` auf korrekte `public_ip` prüfen\n\n### Problem: Hunt hängt in Warteschleife\n\n**Lösung:**\n\n* Genügend Worker-Prozesse aktiv?\n* Endpoint online?\n* `log_level` auf `debug` setzen und Log analysieren\n\n---\n\n## Weiterführende Themen\n\n* Eigene Artefakte schreiben mit VQL\n* Integration mit ELK Stack\n* Automatisiertes Incident Response Playbook\n* Velociraptor als IR-as-a-Service einsetzen\n\n---\n\n🧠 **Tipp:** Die Lernkurve bei VQL ist steil – aber mit hohem ROI. Testumgebung aufsetzen und mit Community-Artefakten starten.\n\n📚 Weitere Ressourcen:\n\n* [Offizielle Doku](https://docs.velociraptor.app/)\n* [YouTube Channel](https://www.youtube.com/c/VelociraptorDFIR)\n* [Community auf Discord](https://www.velociraptor.app/community/)","src/content/knowledgebase/velociraptor.md","05636b9b97e61d17",{"html":243,"metadata":244},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Velociraptor ist ein Open-Source-Tool zur Endpoint-Forensik mit Fokus auf Skalierbarkeit, Präzision und Geschwindigkeit. Es ermöglicht die zielgerichtete Erfassung und Analyse digitaler Artefakte über eine eigene Query Language – VQL (Velociraptor Query Language). Die Architektur erlaubt remote Zugriff auf tausende Endpoints gleichzeitig, ohne dass vollständige Disk-Images erforderlich sind.\u003C/p>\n\u003Ch2 id=\"hauptmerkmale\">Hauptmerkmale\u003C/h2>\n\u003Cul>\n\u003Cli>🌐 Web-basierte Benutzeroberfläche\u003C/li>\n\u003Cli>💡 VQL – mächtige, SQL-ähnliche Abfragesprache\u003C/li>\n\u003Cli>🚀 Hochskalierbare Hunt-Funktionalität\u003C/li>\n\u003Cli>🔍 Artefaktbasierte Sammlung (ohne Full-Image)\u003C/li>\n\u003Cli>🖥️ Plattformunterstützung für Windows, macOS, Linux\u003C/li>\n\u003Cli>📦 Apache 2.0 Lizenz – Open Source\u003C/li>\n\u003C/ul>\n\u003Cp>Weitere Infos: \u003Ca href=\"https://www.velociraptor.app/\">velociraptor.app\u003C/a>\u003Cbr>\nProjektspiegel: \u003Ca href=\"https://raptor.cc24.dev\">raptor.cc24.dev\u003C/a>\u003Cbr>\nStatus: \u003Cimg src=\"https://status.mikoshi.de/api/badge/33/status\" alt=\"Status\">\u003C/p>\n\u003Chr>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"voraussetzungen\">Voraussetzungen\u003C/h3>\n\u003Cul>\n\u003Cli>Python ≥ 3.9\u003C/li>\n\u003Cli>Adminrechte auf dem System\u003C/li>\n\u003Cli>Firewall-Freigaben für Webport (Standard: 8000)\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installation-unter-linuxmacos\">Installation unter Linux/macOS\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">wget\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/Velocidex/velociraptor/releases/latest/download/velociraptor\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">chmod\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> +x\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> velociraptor\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mv\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> velociraptor\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /usr/local/bin/\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"installation-unter-windows\">Installation unter Windows\u003C/h3>\n\u003Col>\n\u003Cli>\n\u003Cp>Download der \u003Ccode>.exe\u003C/code> von der \u003Ca href=\"https://github.com/Velocidex/velociraptor/releases\">Release-Seite\u003C/a>\u003C/p>\n\u003C/li>\n\u003Cli>\n\u003Cp>Ausführung in PowerShell mit Adminrechten:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"powershell\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">.\\\u003C/span>\u003Cspan style=\"color:#79B8FF\">velociraptor.exe\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> config generate \u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> server.config.yaml\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003C/ol>\n\u003Chr>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Ch3 id=\"server-setup\">Server Setup\u003C/h3>\n\u003Col>\n\u003Cli>\n\u003Cp>Generiere die Konfigurationsdatei:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">velociraptor\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> config\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> generate\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> server.config.yaml\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003Cli>\n\u003Cp>Starte den Server:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">velociraptor\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --config\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> server.config.yaml\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> frontend\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003Cli>\n\u003Cp>Zugriff über Browser via \u003Ccode>https://<hostname>:8000\u003C/code>\u003C/p>\n\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"client-deployment\">Client Deployment\u003C/h3>\n\u003Cul>\n\u003Cli>MSI/EXE für Windows, oder \u003Ccode>deb/rpm\u003C/code> für Linux\u003C/li>\n\u003Cli>Unterstützt automatische Registrierung am Server\u003C/li>\n\u003Cli>Deployment über GPO, Puppet, Ansible etc. möglich\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"1-live-memory-artefakte-sammeln\">1. Live-Memory-Artefakte sammeln\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>SELECT * FROM Artifact.MemoryInfo()\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"2-hunt-starten-auf-verdächtige-prozesse\">2. Hunt starten auf verdächtige Prozesse\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>SELECT * FROM pslist()\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan>WHERE Name =~ \"mimikatz|cobaltstrike\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"3-dateiinhalt-extrahieren\">3. Dateiinhalt extrahieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>SELECT * FROM glob(globs=\"C:\\\\Users\\\\*\\\\AppData\\\\*.dat\")\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Chr>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Erstelle eigene Artefakte für unternehmensspezifische Bedrohungsmodelle\u003C/li>\n\u003Cli>Verwende “Notebook”-Funktion für strukturierte Analysen\u003C/li>\n\u003Cli>Nutze “Labels”, um Endpoints zu organisieren (z. B. \u003Ccode>location:Berlin\u003C/code>)\u003C/li>\n\u003Cli>Kombiniere Velociraptor mit SIEM/EDR-Systemen über REST API\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-keine-verbindung-vom-client-zum-server\">Problem: Keine Verbindung vom Client zum Server\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Ports freigegeben? (Default: 8000/tcp)\u003C/li>\n\u003Cli>TLS-Zertifikate korrekt generiert?\u003C/li>\n\u003Cli>\u003Ccode>server.config.yaml\u003C/code> auf korrekte \u003Ccode>public_ip\u003C/code> prüfen\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"problem-hunt-hängt-in-warteschleife\">Problem: Hunt hängt in Warteschleife\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Genügend Worker-Prozesse aktiv?\u003C/li>\n\u003Cli>Endpoint online?\u003C/li>\n\u003Cli>\u003Ccode>log_level\u003C/code> auf \u003Ccode>debug\u003C/code> setzen und Log analysieren\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>Eigene Artefakte schreiben mit VQL\u003C/li>\n\u003Cli>Integration mit ELK Stack\u003C/li>\n\u003Cli>Automatisiertes Incident Response Playbook\u003C/li>\n\u003Cli>Velociraptor als IR-as-a-Service einsetzen\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>🧠 \u003Cstrong>Tipp:\u003C/strong> Die Lernkurve bei VQL ist steil – aber mit hohem ROI. Testumgebung aufsetzen und mit Community-Artefakten starten.\u003C/p>\n\u003Cp>📚 Weitere Ressourcen:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://docs.velociraptor.app/\">Offizielle Doku\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://www.youtube.com/c/VelociraptorDFIR\">YouTube Channel\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://www.velociraptor.app/community/\">Community auf Discord\u003C/a>\u003C/li>\n\u003C/ul>",{"headings":245,"localImagePaths":284,"remoteImagePaths":285,"frontmatter":225,"imagePaths":286},[246,247,250,251,252,255,258,259,262,265,266,269,272,275,276,277,280,283],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":248,"text":249},"hauptmerkmale","Hauptmerkmale",{"depth":47,"slug":48,"text":49},{"depth":51,"slug":52,"text":53},{"depth":51,"slug":253,"text":254},"installation-unter-linuxmacos","Installation unter Linux/macOS",{"depth":51,"slug":256,"text":257},"installation-unter-windows","Installation unter Windows",{"depth":47,"slug":58,"text":59},{"depth":51,"slug":260,"text":261},"server-setup","Server Setup",{"depth":51,"slug":263,"text":264},"client-deployment","Client Deployment",{"depth":47,"slug":70,"text":71},{"depth":51,"slug":267,"text":268},"1-live-memory-artefakte-sammeln","1. Live-Memory-Artefakte sammeln",{"depth":51,"slug":270,"text":271},"2-hunt-starten-auf-verdächtige-prozesse","2. Hunt starten auf verdächtige Prozesse",{"depth":51,"slug":273,"text":274},"3-dateiinhalt-extrahieren","3. Dateiinhalt extrahieren",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":82,"text":83},{"depth":51,"slug":278,"text":279},"problem-keine-verbindung-vom-client-zum-server","Problem: Keine Verbindung vom Client zum Server",{"depth":51,"slug":281,"text":282},"problem-hunt-hängt-in-warteschleife","Problem: Hunt hängt in Warteschleife",{"depth":47,"slug":94,"text":95},[],[],[],"velociraptor.md","android-logical-imaging",{"id":288,"data":290,"body":303,"filePath":304,"digest":305,"rendered":306,"legacyId":534},{"title":291,"tool_name":292,"description":293,"last_updated":294,"author":295,"difficulty":230,"categories":296,"tags":298,"sections":302,"review_status":34},"Extraktion logischer Dateisysteme alter Android-Smartphones - eine KI-Recherche","Android Logical Imaging","Wie man alte Android-Handys aufbekommen könnte - eine Recherche von Claude",["Date","2025-07-21T00:00:00.000Z"],"Claude 4 Sonnet (Research)",[297],"data-collection",[299,300,301],"imaging","filesystem","hardware-interface",{"overview":32,"installation":32,"configuration":32,"usage_examples":32,"best_practices":32,"troubleshooting":32,"advanced_topics":32},"# Übersicht\n\nOpen-Source Android Forensik bietet robuste Alternativen zu kommerziellen Lösungen wie Cellebrite UFED und Magnet AXIOM. Besonders für ältere Android-Geräte (5+ Jahre) existieren bewährte Methoden zur Datenextraktion und -analyse.\n\n## Kernkomponenten des Open-Source Forensik-Stacks\n\n**Autopsy Digital Forensics Platform** bildet das Fundament mit GUI-basierter Analyse und integrierten Android-Parsing-Fähigkeiten. Die Plattform unterstützt **ALEAPP (Android Logs Events And Protobuf Parser)**, das über 100 Artefakt-Kategorien aus Android-Extraktionen parst.\n\n**Mobile Verification Toolkit (MVT)** von Amnesty International bietet spezialisierte Command-Line-Tools für Android-Analyse mit Fokus auf Kompromittierungserkennung.\n\n**SIFT Workstation** stellt eine komplette Ubuntu-basierte forensische Umgebung mit 125+ vorinstallierten Tools bereit.\n\n## Erfolgsraten nach Gerätealter\n\n- **Pre-2017 Geräte**: 85-98% logische Extraktion, 30-70% physische Extraktion\n- **2017-2019 Geräte**: 80-95% logische Extraktion, 15-35% physische Extraktion \n- **2020+ Geräte**: 70-85% logische Extraktion, 5-15% physische Extraktion\n\n# Installation\n\n## SIFT Workstation Setup\n\n### Systemanforderungen\n- Quad-Core CPU 2.5GHz+\n- 16GB+ RAM\n- 500GB+ SSD Speicher\n- USB 3.0+ Anschlüsse\n\n### Installation\n1. Download von [SANS SIFT Workstation](https://www.sans.org/tools/sift-workstation/)\n2. VMware/VirtualBox Import der OVA-Datei\n3. VM-Konfiguration: 8GB+ RAM, 4+ CPU-Kerne\n\n```bash\n# Update nach Installation\nsudo apt update && sudo apt upgrade -y\nsudo sift update\n```\n\n## Autopsy Installation\n\n### Windows Installation\n1. Download von [autopsy.com](https://www.autopsy.com/)\n2. Java 8+ Installation erforderlich\n3. Installation mit Administratorrechten\n\n### Linux Installation\n```bash\n# Ubuntu/Debian\nsudo apt install autopsy sleuthkit\n# Oder manueller Download und Installation\nwget https://github.com/sleuthkit/autopsy/releases/latest\n```\n\n## Essential Tools Installation\n\n### Android Debug Bridge (ADB)\n```bash\n# Ubuntu/Debian\nsudo apt install android-tools-adb android-tools-fastboot\n\n# Windows - Download Android Platform Tools\n# https://developer.android.com/studio/releases/platform-tools\n```\n\n### ALEAPP Installation\n```bash\ngit clone https://github.com/abrignoni/ALEAPP.git\ncd ALEAPP\npip3 install -r requirements.txt\n```\n\n### Mobile Verification Toolkit (MVT)\n```bash\npip3 install mvt\n# Oder via GitHub für neueste Version\ngit clone https://github.com/mvt-project/mvt.git\ncd mvt && pip3 install .\n```\n\n### Andriller Installation\n```bash\ngit clone https://github.com/den4uk/andriller.git\ncd andriller\npip3 install -r requirements.txt\n```\n\n# Konfiguration\n\n## ADB Setup und Gerätevorbereitung\n\n### USB-Debugging aktivieren\n1. Entwickleroptionen freischalten (7x Build-Nummer antippen)\n2. USB-Debugging aktivieren\n3. Gerät via USB verbinden\n4. RSA-Fingerprint akzeptieren\n\n### ADB Verbindung testen\n```bash\nadb devices\n# Sollte Gerät mit \"device\" Status zeigen\nadb shell getprop ro.build.version.release # Android Version\nadb shell getprop ro.product.model # Gerätemodell\n```\n\n## Autopsy Projektkonfiguration\n\n### Case-Setup\n1. Neuen Fall erstellen\n2. Ermittler-Informationen eingeben\n3. Case-Verzeichnis festlegen (ausreichend Speicherplatz)\n\n### Android Analyzer Module aktivieren\n- Tools → Options → Modules\n- Android Analyzer aktivieren\n- ALEAPP Integration konfigurieren\n\n### Hash-Algorithmen konfigurieren\n- MD5, SHA-1, SHA-256 für Integritätsprüfung\n- Automatische Hash-Berechnung bei Import aktivieren\n\n## MVT Konfiguration\n\n### Konfigurationsdatei erstellen\n```yaml\n# ~/.mvt/config.yaml\nadb_path: \"/usr/bin/adb\"\noutput_folder: \"/home/user/mvt_output\"\n```\n\n# Verwendungsbeispiele\n\n## Fall 1: Logische Datenextraktion mit ADB\n\n### Geräteinformationen sammeln\n```bash\n# Systeminfo\nadb shell getprop > device_properties.txt\nadb shell cat /proc/version > kernel_info.txt\nadb shell mount > mount_info.txt\n\n# Installierte Apps\nadb shell pm list packages -f > installed_packages.txt\n```\n\n### Datenbank-Extraktion\n```bash\n# SMS/MMS Datenbank\nadb pull /data/data/com.android.providers.telephony/databases/mmssms.db\n\n# Kontakte\nadb pull /data/data/com.android.providers.contacts/databases/contacts2.db\n\n# Anrufliste \nadb pull /data/data/com.android.providers.contacts/databases/calllog.db\n```\n\n### WhatsApp Datenextraktion\n```bash\n# WhatsApp Datenbanken (Root erforderlich)\nadb shell su -c \"cp -r /data/data/com.whatsapp/ /sdcard/whatsapp_backup/\"\nadb pull /sdcard/whatsapp_backup/\n```\n\n## Fall 2: Android Backup-Analyse\n\n### Vollständiges Backup erstellen\n```bash\n# Umfassendes Backup (ohne Root)\nadb backup -all -system -apk -shared -f backup.ab\n\n# Backup entschlüsseln (falls verschlüsselt)\njava -jar abe.jar unpack backup.ab backup.tar\ntar -xf backup.tar\n```\n\n### Backup mit ALEAPP analysieren\n```bash\npython3 aleappGUI.py\n# Oder Command-Line\npython3 aleapp.py -t tar -i backup.tar -o output_folder\n```\n\n## Fall 3: MVT Kompromittierungsanalyse\n\n### Live-Geräteanalyse\n```bash\n# ADB-basierte Analyse\nmvt-android check-adb --output /path/to/output/\n\n# Backup-Analyse\nmvt-android check-backup --output /path/to/output/ backup.ab\n```\n\n### IOC-Suche mit Pegasus-Indikatoren\n```bash\n# Mit vorgefertigten IOCs\nmvt-android check-adb --iocs /path/to/pegasus.stix2 --output results/\n```\n\n## Fall 4: Physische Extraktion (Root erforderlich)\n\n### Device Rooting - MediaTek Geräte\n```bash\n# MTKClient für MediaTek-Chipsets\ngit clone https://github.com/bkerler/mtkclient.git\ncd mtkclient\npython3 mtk payload\n\n# Nach erfolgreichem Root\nadb shell su\n```\n\n### Vollständiges Memory Dump\n```bash\n# Partitionslayout ermitteln\nadb shell su -c \"cat /proc/partitions\"\nadb shell su -c \"ls -la /dev/block/\"\n\n# Vollständiges Device Image (Root erforderlich)\nadb shell su -c \"dd if=/dev/block/mmcblk0 of=/sdcard/full_device.img bs=4096\"\nadb pull /sdcard/full_device.img\n```\n\n# Best Practices\n\n## Rechtliche Compliance\n\n### Dokumentation und Chain of Custody\n- **Vollständige Dokumentation**: Wer, Was, Wann, Wo, Warum\n- **Hash-Verifikation**: MD5/SHA-256 für alle extrahierten Daten\n- **Nur forensische Kopien analysieren**, niemals Originaldaten\n- **Schriftliche Genehmigung** für Geräteanalyse einholen\n\n### Familiengeräte und Nachlässe\n- Genehmigung durch Nachlassverwalter erforderlich\n- Gerichtsbeschlüsse für Cloud-Zugang eventuell nötig\n- Drittpartei-Kommunikation kann weiterhin geschützt sein\n\n## Technische Best Practices\n\n### Hash-Integrität sicherstellen\n```bash\n# Hash vor und nach Transfer prüfen\nmd5sum original_file.db\nsha256sum original_file.db\n\n# Hash-Verifikation dokumentieren\necho \"$(date): MD5: $(md5sum file.db)\" >> chain_of_custody.log\n```\n\n### Sichere Arbeitsumgebung\n- Isolierte VM für Forensik-Arbeit\n- Netzwerk-Isolation während Analyse\n- Verschlüsselte Speicherung aller Evidenz\n- Regelmäßige Backups der Case-Datenbanken\n\n### Qualitätssicherung\n- Peer-Review kritischer Analysen\n- Standardisierte Arbeitsabläufe (SOPs)\n- Regelmäßige Tool-Validierung\n- Kontinuierliche Weiterbildung\n\n## Erfolgsmaximierung nach Gerätehersteller\n\n### MediaTek-Geräte (Höchste Erfolgsrate)\n- BootROM-Exploits für MT6735, MT6737, MT6750, MT6753, MT6797\n- MTKClient für Hardware-Level-Zugang\n- Erfolgsrate: 80%+ für Geräte 2015-2019\n\n### Samsung-Geräte\n- Ältere Knox-Implementierungen umgehbar\n- Emergency Dialer Exploits für Android 4.x\n- Erfolgsrate: 40-70% je nach Knox-Version\n\n### Pixel/Nexus-Geräte\n- Bootloader-Unlocking oft möglich\n- Fastboot-basierte Recovery-Installation\n- Erfolgsrate: 60-80% bei freigeschaltetem Bootloader\n\n# Troubleshooting\n\n## Problem: ADB erkennt Gerät nicht\n\n### Lösung: USB-Treiber und Berechtigungen\n```bash\n# Linux: USB-Berechtigungen prüfen\nlsusb | grep -i android\nsudo chmod 666 /dev/bus/usb/XXX/XXX\n\n# udev-Regeln erstellen\necho 'SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"' | sudo tee /etc/udev/rules.d/51-android.rules\nsudo udevadm control --reload-rules\n```\n\n### Windows: Treiber-Installation\n1. Geräte-Manager öffnen\n2. Android-Gerät mit Warnsymbol finden\n3. Treiber manuell installieren (Android USB Driver)\n\n## Problem: Verschlüsselte Android Backups\n\n### Lösung: Android Backup Extractor\n```bash\n# ADB Backup Extractor installieren\ngit clone https://github.com/nelenkov/android-backup-extractor.git\ncd android-backup-extractor\ngradle build\n\n# Backup entschlüsseln\njava -jar abe.jar unpack backup.ab backup.tar [password]\n```\n\n## Problem: Unzureichende Berechtigungen für Datenextraktion\n\n### Lösung: Alternative Extraktionsmethoden\n```bash\n# AFLogical OSE für begrenzte Extraktion ohne Root\n# WhatsApp Key/DB Extractor für spezifische Apps\n# Backup-basierte Extraktion als Fallback\n\n# Custom Recovery für erweiterten Zugang\nfastboot flash recovery twrp-device.img\n```\n\n## Problem: ALEAPP Parsing-Fehler\n\n### Lösung: Datenformat-Probleme beheben\n```bash\n# Log-Dateien prüfen\npython3 aleapp.py -t dir -i /path/to/data -o output --debug\n\n# Spezifische Parser deaktivieren\n# Manuelle SQLite-Analyse bei Parser-Fehlern\nsqlite3 database.db \".tables\"\nsqlite3 database.db \".schema table_name\"\n```\n\n# Erweiterte Techniken\n\n## Memory Forensics mit LiME\n\n### LiME für ARM-Devices kompilieren\n```bash\n# Cross-Compilation Setup\nexport ARCH=arm\nexport CROSS_COMPILE=arm-linux-gnueabi-\nexport KERNEL_DIR=/path/to/kernel/source\n\n# LiME Module kompilieren\ngit clone https://github.com/504ensicsLabs/LiME.git\ncd LiME/src\nmake\n\n# Memory Dump erstellen (Root erforderlich)\nadb push lime.ko /data/local/tmp/\nadb shell su -c \"insmod /data/local/tmp/lime.ko 'path=/sdcard/memory.lime format=lime'\"\n```\n\n### Volatility-Analyse von Android Memory\n```bash\n# Memory Dump analysieren\npython vol.py -f memory.lime --profile=Linux \u003Cprofile> linux.pslist\npython vol.py -f memory.lime --profile=Linux \u003Cprofile> linux.bash\npython vol.py -f memory.lime --profile=Linux \u003Cprofile> linux.netstat\n```\n\n## FRIDA-basierte Runtime-Analyse\n\n### FRIDA für Kryptographie-Hooks\n```javascript\n// crypto_hooks.js - SSL/TLS Traffic abfangen\nJava.perform(function() {\n var SSLContext = Java.use(\"javax.net.ssl.SSLContext\");\n SSLContext.init.overload('[Ljavax.net.ssl.KeyManager;', '[Ljavax.net.ssl.TrustManager;', 'java.security.SecureRandom').implementation = function(keyManagers, trustManagers, secureRandom) {\n console.log(\"[+] SSLContext.init() called\");\n this.init(keyManagers, trustManagers, secureRandom);\n };\n});\n```\n\n### FRIDA Installation und Verwendung\n```bash\n# FRIDA Server auf Android-Gerät installieren\nadb push frida-server /data/local/tmp/\nadb shell su -c \"chmod 755 /data/local/tmp/frida-server\"\nadb shell su -c \"/data/local/tmp/frida-server &\"\n\n# Script ausführen\nfrida -U -l crypto_hooks.js com.target.package\n```\n\n## Custom Recovery und Fastboot-Exploits\n\n### TWRP Installation für forensischen Zugang\n```bash\n# Bootloader entsperren (Herstellerabhängig)\nfastboot oem unlock\n# Oder\nfastboot flashing unlock\n\n# TWRP flashen\nfastboot flash recovery twrp-device.img\nfastboot boot twrp-device.img # Temporäre Installation\n\n# In TWRP: ADB-Zugang mit Root-Berechtigungen\nadb shell mount /system\nadb shell mount /data\n```\n\n### Partitions-Imaging mit dd\n```bash\n# Vollständige Partition-Liste\nadb shell cat /proc/partitions\n\n# Kritische Partitionen extrahieren\nadb shell dd if=/dev/block/bootdevice/by-name/system of=/external_sd/system.img\nadb shell dd if=/dev/block/bootdevice/by-name/userdata of=/external_sd/userdata.img\nadb shell dd if=/dev/block/bootdevice/by-name/boot of=/external_sd/boot.img\n```\n\n## SQLite Forensics und gelöschte Daten\n\n### Erweiterte SQLite-Analyse\n```bash\n# Freelist-Analyse für gelöschte Einträge\nsqlite3 database.db \"PRAGMA freelist_count;\"\nsqlite3 database.db \"PRAGMA page_size;\"\n\n# WAL-Datei Analyse\nsqlite3 database.db \"PRAGMA wal_checkpoint;\"\nstrings database.db-wal | grep -i \"search_term\"\n\n# Undark für Deleted Record Recovery\nundark database.db --freelist --export-csv\n```\n\n### Timeline-Rekonstruktion\n```bash\n# Autopsy Timeline-Generierung\n# Tools → Generate Timeline\n# Analyse von MAC-Times (Modified, Accessed, Created)\n\n# Plaso Timeline-Tools\nlog2timeline.py timeline.plaso /path/to/android/data/\npsort.py -o dynamic timeline.plaso\n```\n\n## Weiterführende Ressourcen\n\n### Dokumentation und Standards\n- [NIST SP 800-101 Rev. 1 - Mobile Device Forensics Guidelines](https://csrc.nist.gov/pubs/sp/800/101/r1/final)\n- [SANS FOR585 - Smartphone Forensics](https://www.sans.org/cyber-security-courses/advanced-smartphone-mobile-device-forensics/)\n- [ALEAPP GitHub Repository](https://github.com/abrignoni/ALEAPP)\n- [MVT Documentation](https://docs.mvt.re/en/latest/)\n\n### Community und Weiterbildung\n- [Autopsy User Documentation](https://sleuthkit.org/autopsy/docs/)\n- [Android Forensics References](https://github.com/impillar/AndroidReferences/blob/master/AndroidTools.md)\n- [Digital Forensics Framework Collection](https://github.com/mesquidar/ForensicsTools)\n\n### Spezialisierte Tools\n- [MTKClient für MediaTek Exploits](https://github.com/bkerler/mtkclient)\n- [Android Forensics Framework](https://github.com/nowsecure/android-forensics)\n- [Santoku Linux Mobile Forensics Distribution](https://santoku-linux.com/)\n\n---\n\n**Wichtiger Hinweis**: Diese Anleitung dient ausschließlich für autorisierte forensische Untersuchungen. Stellen Sie sicher, dass Sie über entsprechende rechtliche Befugnisse verfügen, bevor Sie diese Techniken anwenden. Bei Zweifeln konsultieren Sie Rechtsberatung.","src/content/knowledgebase/android-logical-imaging.md","0bb3f1d2c872d2bf",{"html":307,"metadata":308},"\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Open-Source Android Forensik bietet robuste Alternativen zu kommerziellen Lösungen wie Cellebrite UFED und Magnet AXIOM. Besonders für ältere Android-Geräte (5+ Jahre) existieren bewährte Methoden zur Datenextraktion und -analyse.\u003C/p>\n\u003Ch2 id=\"kernkomponenten-des-open-source-forensik-stacks\">Kernkomponenten des Open-Source Forensik-Stacks\u003C/h2>\n\u003Cp>\u003Cstrong>Autopsy Digital Forensics Platform\u003C/strong> bildet das Fundament mit GUI-basierter Analyse und integrierten Android-Parsing-Fähigkeiten. Die Plattform unterstützt \u003Cstrong>ALEAPP (Android Logs Events And Protobuf Parser)\u003C/strong>, das über 100 Artefakt-Kategorien aus Android-Extraktionen parst.\u003C/p>\n\u003Cp>\u003Cstrong>Mobile Verification Toolkit (MVT)\u003C/strong> von Amnesty International bietet spezialisierte Command-Line-Tools für Android-Analyse mit Fokus auf Kompromittierungserkennung.\u003C/p>\n\u003Cp>\u003Cstrong>SIFT Workstation\u003C/strong> stellt eine komplette Ubuntu-basierte forensische Umgebung mit 125+ vorinstallierten Tools bereit.\u003C/p>\n\u003Ch2 id=\"erfolgsraten-nach-gerätealter\">Erfolgsraten nach Gerätealter\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Pre-2017 Geräte\u003C/strong>: 85-98% logische Extraktion, 30-70% physische Extraktion\u003C/li>\n\u003Cli>\u003Cstrong>2017-2019 Geräte\u003C/strong>: 80-95% logische Extraktion, 15-35% physische Extraktion\u003C/li>\n\u003Cli>\u003Cstrong>2020+ Geräte\u003C/strong>: 70-85% logische Extraktion, 5-15% physische Extraktion\u003C/li>\n\u003C/ul>\n\u003Ch1 id=\"installation\">Installation\u003C/h1>\n\u003Ch2 id=\"sift-workstation-setup\">SIFT Workstation Setup\u003C/h2>\n\u003Ch3 id=\"systemanforderungen\">Systemanforderungen\u003C/h3>\n\u003Cul>\n\u003Cli>Quad-Core CPU 2.5GHz+\u003C/li>\n\u003Cli>16GB+ RAM\u003C/li>\n\u003Cli>500GB+ SSD Speicher\u003C/li>\n\u003Cli>USB 3.0+ Anschlüsse\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installation-1\">Installation\u003C/h3>\n\u003Col>\n\u003Cli>Download von \u003Ca href=\"https://www.sans.org/tools/sift-workstation/\">SANS SIFT Workstation\u003C/a>\u003C/li>\n\u003Cli>VMware/VirtualBox Import der OVA-Datei\u003C/li>\n\u003Cli>VM-Konfiguration: 8GB+ RAM, 4+ CPU-Kerne\u003C/li>\n\u003C/ol>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Update nach Installation\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> upgrade\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -y\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> sift\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"autopsy-installation\">Autopsy Installation\u003C/h2>\n\u003Ch3 id=\"windows-installation\">Windows Installation\u003C/h3>\n\u003Col>\n\u003Cli>Download von \u003Ca href=\"https://www.autopsy.com/\">autopsy.com\u003C/a>\u003C/li>\n\u003Cli>Java 8+ Installation erforderlich\u003C/li>\n\u003Cli>Installation mit Administratorrechten\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"linux-installation\">Linux Installation\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Ubuntu/Debian\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> autopsy\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> sleuthkit\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder manueller Download und Installation\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">wget\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/sleuthkit/autopsy/releases/latest\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"essential-tools-installation\">Essential Tools Installation\u003C/h2>\n\u003Ch3 id=\"android-debug-bridge-adb\">Android Debug Bridge (ADB)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Ubuntu/Debian\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android-tools-adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android-tools-fastboot\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Windows - Download Android Platform Tools\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># https://developer.android.com/studio/releases/platform-tools\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"aleapp-installation\">ALEAPP Installation\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/abrignoni/ALEAPP.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> ALEAPP\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -r\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> requirements.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"mobile-verification-toolkit-mvt\">Mobile Verification Toolkit (MVT)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mvt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder via GitHub für neueste Version\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/mvt-project/mvt.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mvt\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> .\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"andriller-installation\">Andriller Installation\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/den4uk/andriller.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> andriller\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -r\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> requirements.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"konfiguration\">Konfiguration\u003C/h1>\n\u003Ch2 id=\"adb-setup-und-gerätevorbereitung\">ADB Setup und Gerätevorbereitung\u003C/h2>\n\u003Ch3 id=\"usb-debugging-aktivieren\">USB-Debugging aktivieren\u003C/h3>\n\u003Col>\n\u003Cli>Entwickleroptionen freischalten (7x Build-Nummer antippen)\u003C/li>\n\u003Cli>USB-Debugging aktivieren\u003C/li>\n\u003Cli>Gerät via USB verbinden\u003C/li>\n\u003Cli>RSA-Fingerprint akzeptieren\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"adb-verbindung-testen\">ADB Verbindung testen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> devices\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Sollte Gerät mit \"device\" Status zeigen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> getprop\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> ro.build.version.release\u003C/span>\u003Cspan style=\"color:#6A737D\"> # Android Version\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> getprop\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> ro.product.model\u003C/span>\u003Cspan style=\"color:#6A737D\"> # Gerätemodell\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"autopsy-projektkonfiguration\">Autopsy Projektkonfiguration\u003C/h2>\n\u003Ch3 id=\"case-setup\">Case-Setup\u003C/h3>\n\u003Col>\n\u003Cli>Neuen Fall erstellen\u003C/li>\n\u003Cli>Ermittler-Informationen eingeben\u003C/li>\n\u003Cli>Case-Verzeichnis festlegen (ausreichend Speicherplatz)\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"android-analyzer-module-aktivieren\">Android Analyzer Module aktivieren\u003C/h3>\n\u003Cul>\n\u003Cli>Tools → Options → Modules\u003C/li>\n\u003Cli>Android Analyzer aktivieren\u003C/li>\n\u003Cli>ALEAPP Integration konfigurieren\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"hash-algorithmen-konfigurieren\">Hash-Algorithmen konfigurieren\u003C/h3>\n\u003Cul>\n\u003Cli>MD5, SHA-1, SHA-256 für Integritätsprüfung\u003C/li>\n\u003Cli>Automatische Hash-Berechnung bei Import aktivieren\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"mvt-konfiguration\">MVT Konfiguration\u003C/h2>\n\u003Ch3 id=\"konfigurationsdatei-erstellen\">Konfigurationsdatei erstellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"yaml\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># ~/.mvt/config.yaml\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#85E89D\">adb_path\u003C/span>\u003Cspan style=\"color:#E1E4E8\">: \u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"/usr/bin/adb\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#85E89D\">output_folder\u003C/span>\u003Cspan style=\"color:#E1E4E8\">: \u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"/home/user/mvt_output\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h1>\n\u003Ch2 id=\"fall-1-logische-datenextraktion-mit-adb\">Fall 1: Logische Datenextraktion mit ADB\u003C/h2>\n\u003Ch3 id=\"geräteinformationen-sammeln\">Geräteinformationen sammeln\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Systeminfo\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> getprop\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> device_properties.txt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> cat\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /proc/version\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> kernel_info.txt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount_info.txt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Installierte Apps\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pm\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> list\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> packages\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> installed_packages.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"datenbank-extraktion\">Datenbank-Extraktion\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># SMS/MMS Datenbank\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/data/com.android.providers.telephony/databases/mmssms.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Kontakte\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/data/com.android.providers.contacts/databases/contacts2.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Anrufliste \u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/data/com.android.providers.contacts/databases/calllog.db\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"whatsapp-datenextraktion\">WhatsApp Datenextraktion\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># WhatsApp Datenbanken (Root erforderlich)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"cp -r /data/data/com.whatsapp/ /sdcard/whatsapp_backup/\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /sdcard/whatsapp_backup/\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"fall-2-android-backup-analyse\">Fall 2: Android Backup-Analyse\u003C/h2>\n\u003Ch3 id=\"vollständiges-backup-erstellen\">Vollständiges Backup erstellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Umfassendes Backup (ohne Root)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -all\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -system\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -apk\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -shared\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup entschlüsseln (falls verschlüsselt)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">java\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> abe.jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unpack\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">tar\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -xf\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"backup-mit-aleapp-analysieren\">Backup mit ALEAPP analysieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> aleappGUI.py\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder Command-Line\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> aleapp.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -t\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> tar\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -o\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> output_folder\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"fall-3-mvt-kompromittierungsanalyse\">Fall 3: MVT Kompromittierungsanalyse\u003C/h2>\n\u003Ch3 id=\"live-geräteanalyse\">Live-Geräteanalyse\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># ADB-basierte Analyse\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">mvt-android\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> check-adb\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --output\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/output/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup-Analyse\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">mvt-android\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> check-backup\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --output\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/output/\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"ioc-suche-mit-pegasus-indikatoren\">IOC-Suche mit Pegasus-Indikatoren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Mit vorgefertigten IOCs\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">mvt-android\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> check-adb\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --iocs\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/pegasus.stix2\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --output\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> results/\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"fall-4-physische-extraktion-root-erforderlich\">Fall 4: Physische Extraktion (Root erforderlich)\u003C/h2>\n\u003Ch3 id=\"device-rooting---mediatek-geräte\">Device Rooting - MediaTek Geräte\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># MTKClient für MediaTek-Chipsets\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/bkerler/mtkclient.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mtkclient\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mtk\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> payload\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Nach erfolgreichem Root\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"vollständiges-memory-dump\">Vollständiges Memory Dump\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Partitionslayout ermitteln\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"cat /proc/partitions\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"ls -la /dev/block/\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Vollständiges Device Image (Root erforderlich)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"dd if=/dev/block/mmcblk0 of=/sdcard/full_device.img bs=4096\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /sdcard/full_device.img\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"best-practices\">Best Practices\u003C/h1>\n\u003Ch2 id=\"rechtliche-compliance\">Rechtliche Compliance\u003C/h2>\n\u003Ch3 id=\"dokumentation-und-chain-of-custody\">Dokumentation und Chain of Custody\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Vollständige Dokumentation\u003C/strong>: Wer, Was, Wann, Wo, Warum\u003C/li>\n\u003Cli>\u003Cstrong>Hash-Verifikation\u003C/strong>: MD5/SHA-256 für alle extrahierten Daten\u003C/li>\n\u003Cli>\u003Cstrong>Nur forensische Kopien analysieren\u003C/strong>, niemals Originaldaten\u003C/li>\n\u003Cli>\u003Cstrong>Schriftliche Genehmigung\u003C/strong> für Geräteanalyse einholen\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"familiengeräte-und-nachlässe\">Familiengeräte und Nachlässe\u003C/h3>\n\u003Cul>\n\u003Cli>Genehmigung durch Nachlassverwalter erforderlich\u003C/li>\n\u003Cli>Gerichtsbeschlüsse für Cloud-Zugang eventuell nötig\u003C/li>\n\u003Cli>Drittpartei-Kommunikation kann weiterhin geschützt sein\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"technische-best-practices\">Technische Best Practices\u003C/h2>\n\u003Ch3 id=\"hash-integrität-sicherstellen\">Hash-Integrität sicherstellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Hash vor und nach Transfer prüfen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">md5sum\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> original_file.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sha256sum\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> original_file.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Hash-Verifikation dokumentieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">echo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"$(\u003C/span>\u003Cspan style=\"color:#B392F0\">date\u003C/span>\u003Cspan style=\"color:#9ECBFF\">): MD5: $(\u003C/span>\u003Cspan style=\"color:#B392F0\">md5sum\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> file.db)\"\u003C/span>\u003Cspan style=\"color:#F97583\"> >>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> chain_of_custody.log\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"sichere-arbeitsumgebung\">Sichere Arbeitsumgebung\u003C/h3>\n\u003Cul>\n\u003Cli>Isolierte VM für Forensik-Arbeit\u003C/li>\n\u003Cli>Netzwerk-Isolation während Analyse\u003C/li>\n\u003Cli>Verschlüsselte Speicherung aller Evidenz\u003C/li>\n\u003Cli>Regelmäßige Backups der Case-Datenbanken\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"qualitätssicherung\">Qualitätssicherung\u003C/h3>\n\u003Cul>\n\u003Cli>Peer-Review kritischer Analysen\u003C/li>\n\u003Cli>Standardisierte Arbeitsabläufe (SOPs)\u003C/li>\n\u003Cli>Regelmäßige Tool-Validierung\u003C/li>\n\u003Cli>Kontinuierliche Weiterbildung\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"erfolgsmaximierung-nach-gerätehersteller\">Erfolgsmaximierung nach Gerätehersteller\u003C/h2>\n\u003Ch3 id=\"mediatek-geräte-höchste-erfolgsrate\">MediaTek-Geräte (Höchste Erfolgsrate)\u003C/h3>\n\u003Cul>\n\u003Cli>BootROM-Exploits für MT6735, MT6737, MT6750, MT6753, MT6797\u003C/li>\n\u003Cli>MTKClient für Hardware-Level-Zugang\u003C/li>\n\u003Cli>Erfolgsrate: 80%+ für Geräte 2015-2019\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"samsung-geräte\">Samsung-Geräte\u003C/h3>\n\u003Cul>\n\u003Cli>Ältere Knox-Implementierungen umgehbar\u003C/li>\n\u003Cli>Emergency Dialer Exploits für Android 4.x\u003C/li>\n\u003Cli>Erfolgsrate: 40-70% je nach Knox-Version\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"pixelnexus-geräte\">Pixel/Nexus-Geräte\u003C/h3>\n\u003Cul>\n\u003Cli>Bootloader-Unlocking oft möglich\u003C/li>\n\u003Cli>Fastboot-basierte Recovery-Installation\u003C/li>\n\u003Cli>Erfolgsrate: 60-80% bei freigeschaltetem Bootloader\u003C/li>\n\u003C/ul>\n\u003Ch1 id=\"troubleshooting\">Troubleshooting\u003C/h1>\n\u003Ch2 id=\"problem-adb-erkennt-gerät-nicht\">Problem: ADB erkennt Gerät nicht\u003C/h2>\n\u003Ch3 id=\"lösung-usb-treiber-und-berechtigungen\">Lösung: USB-Treiber und Berechtigungen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Linux: USB-Berechtigungen prüfen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">lsusb\u003C/span>\u003Cspan style=\"color:#F97583\"> |\u003C/span>\u003Cspan style=\"color:#B392F0\"> grep\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> chmod\u003C/span>\u003Cspan style=\"color:#79B8FF\"> 666\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /dev/bus/usb/XXX/XXX\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># udev-Regeln erstellen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">echo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 'SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"'\u003C/span>\u003Cspan style=\"color:#F97583\"> |\u003C/span>\u003Cspan style=\"color:#B392F0\"> sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> tee\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /etc/udev/rules.d/51-android.rules\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> udevadm\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> control\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --reload-rules\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"windows-treiber-installation\">Windows: Treiber-Installation\u003C/h3>\n\u003Col>\n\u003Cli>Geräte-Manager öffnen\u003C/li>\n\u003Cli>Android-Gerät mit Warnsymbol finden\u003C/li>\n\u003Cli>Treiber manuell installieren (Android USB Driver)\u003C/li>\n\u003C/ol>\n\u003Ch2 id=\"problem-verschlüsselte-android-backups\">Problem: Verschlüsselte Android Backups\u003C/h2>\n\u003Ch3 id=\"lösung-android-backup-extractor\">Lösung: Android Backup Extractor\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># ADB Backup Extractor installieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/nelenkov/android-backup-extractor.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android-backup-extractor\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">gradle\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> build\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup entschlüsseln\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">java\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> abe.jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unpack\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> [password]\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"problem-unzureichende-berechtigungen-für-datenextraktion\">Problem: Unzureichende Berechtigungen für Datenextraktion\u003C/h2>\n\u003Ch3 id=\"lösung-alternative-extraktionsmethoden\">Lösung: Alternative Extraktionsmethoden\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># AFLogical OSE für begrenzte Extraktion ohne Root\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># WhatsApp Key/DB Extractor für spezifische Apps\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup-basierte Extraktion als Fallback\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Custom Recovery für erweiterten Zugang\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> flash\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> recovery\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> twrp-device.img\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"problem-aleapp-parsing-fehler\">Problem: ALEAPP Parsing-Fehler\u003C/h2>\n\u003Ch3 id=\"lösung-datenformat-probleme-beheben\">Lösung: Datenformat-Probleme beheben\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Log-Dateien prüfen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> aleapp.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -t\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dir\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/data\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -o\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> output\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --debug\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Spezifische Parser deaktivieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Manuelle SQLite-Analyse bei Parser-Fehlern\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \".tables\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \".schema table_name\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"erweiterte-techniken\">Erweiterte Techniken\u003C/h1>\n\u003Ch2 id=\"memory-forensics-mit-lime\">Memory Forensics mit LiME\u003C/h2>\n\u003Ch3 id=\"lime-für-arm-devices-kompilieren\">LiME für ARM-Devices kompilieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Cross-Compilation Setup\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">export\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> ARCH\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">arm\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">export\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> CROSS_COMPILE\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">arm-linux-gnueabi-\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">export\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> KERNEL_DIR\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">/path/to/kernel/source\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># LiME Module kompilieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/504ensicsLabs/LiME.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> LiME/src\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">make\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Memory Dump erstellen (Root erforderlich)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> push\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> lime.ko\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/local/tmp/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"insmod /data/local/tmp/lime.ko 'path=/sdcard/memory.lime format=lime'\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"volatility-analyse-von-android-memory\">Volatility-Analyse von Android Memory\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Memory Dump analysieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> vol.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> memory.lime\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --profile=Linux\u003C/span>\u003Cspan style=\"color:#F97583\"> <\u003C/span>\u003Cspan style=\"color:#9ECBFF\">profil\u003C/span>\u003Cspan style=\"color:#E1E4E8\">e\u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> linux.pslist\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> vol.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> memory.lime\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --profile=Linux\u003C/span>\u003Cspan style=\"color:#F97583\"> <\u003C/span>\u003Cspan style=\"color:#9ECBFF\">profil\u003C/span>\u003Cspan style=\"color:#E1E4E8\">e\u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> linux.bash\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> vol.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> memory.lime\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --profile=Linux\u003C/span>\u003Cspan style=\"color:#F97583\"> <\u003C/span>\u003Cspan style=\"color:#9ECBFF\">profil\u003C/span>\u003Cspan style=\"color:#E1E4E8\">e\u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> linux.netstat\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"frida-basierte-runtime-analyse\">FRIDA-basierte Runtime-Analyse\u003C/h2>\n\u003Ch3 id=\"frida-für-kryptographie-hooks\">FRIDA für Kryptographie-Hooks\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"javascript\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\">// crypto_hooks.js - SSL/TLS Traffic abfangen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">Java.\u003C/span>\u003Cspan style=\"color:#B392F0\">perform\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#F97583\">function\u003C/span>\u003Cspan style=\"color:#E1E4E8\">() {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\"> var\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> SSLContext \u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> Java.\u003C/span>\u003Cspan style=\"color:#B392F0\">use\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"javax.net.ssl.SSLContext\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">);\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> SSLContext.init.\u003C/span>\u003Cspan style=\"color:#B392F0\">overload\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#9ECBFF\">'[Ljavax.net.ssl.KeyManager;'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#9ECBFF\">'[Ljavax.net.ssl.TrustManager;'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#9ECBFF\">'java.security.SecureRandom'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">).\u003C/span>\u003Cspan style=\"color:#B392F0\">implementation\u003C/span>\u003Cspan style=\"color:#F97583\"> =\u003C/span>\u003Cspan style=\"color:#F97583\"> function\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#FFAB70\">keyManagers\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#FFAB70\">trustManagers\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#FFAB70\">secureRandom\u003C/span>\u003Cspan style=\"color:#E1E4E8\">) {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> console.\u003C/span>\u003Cspan style=\"color:#B392F0\">log\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"[+] SSLContext.init() called\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">);\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> this\u003C/span>\u003Cspan style=\"color:#E1E4E8\">.\u003C/span>\u003Cspan style=\"color:#B392F0\">init\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(keyManagers, trustManagers, secureRandom);\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> };\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">});\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"frida-installation-und-verwendung\">FRIDA Installation und Verwendung\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># FRIDA Server auf Android-Gerät installieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> push\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> frida-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/local/tmp/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"chmod 755 /data/local/tmp/frida-server\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"/data/local/tmp/frida-server &\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Script ausführen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">frida\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -U\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -l\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> crypto_hooks.js\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> com.target.package\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"custom-recovery-und-fastboot-exploits\">Custom Recovery und Fastboot-Exploits\u003C/h2>\n\u003Ch3 id=\"twrp-installation-für-forensischen-zugang\">TWRP Installation für forensischen Zugang\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Bootloader entsperren (Herstellerabhängig)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> oem\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unlock\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> flashing\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unlock\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># TWRP flashen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> flash\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> recovery\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> twrp-device.img\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> boot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> twrp-device.img\u003C/span>\u003Cspan style=\"color:#6A737D\"> # Temporäre Installation\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># In TWRP: ADB-Zugang mit Root-Berechtigungen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /system\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"partitions-imaging-mit-dd\">Partitions-Imaging mit dd\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Vollständige Partition-Liste\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> cat\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /proc/partitions\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Kritische Partitionen extrahieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> if=/dev/block/bootdevice/by-name/system\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> of=/external_sd/system.img\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> if=/dev/block/bootdevice/by-name/userdata\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> of=/external_sd/userdata.img\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> if=/dev/block/bootdevice/by-name/boot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> of=/external_sd/boot.img\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"sqlite-forensics-und-gelöschte-daten\">SQLite Forensics und gelöschte Daten\u003C/h2>\n\u003Ch3 id=\"erweiterte-sqlite-analyse\">Erweiterte SQLite-Analyse\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Freelist-Analyse für gelöschte Einträge\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"PRAGMA freelist_count;\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"PRAGMA page_size;\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># WAL-Datei Analyse\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"PRAGMA wal_checkpoint;\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">strings\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db-wal\u003C/span>\u003Cspan style=\"color:#F97583\"> |\u003C/span>\u003Cspan style=\"color:#B392F0\"> grep\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"search_term\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Undark für Deleted Record Recovery\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">undark\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --freelist\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --export-csv\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"timeline-rekonstruktion\">Timeline-Rekonstruktion\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Autopsy Timeline-Generierung\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Tools → Generate Timeline\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Analyse von MAC-Times (Modified, Accessed, Created)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Plaso Timeline-Tools\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">log2timeline.py\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> timeline.plaso\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/android/data/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">psort.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -o\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dynamic\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> timeline.plaso\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"weiterführende-ressourcen\">Weiterführende Ressourcen\u003C/h2>\n\u003Ch3 id=\"dokumentation-und-standards\">Dokumentation und Standards\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://csrc.nist.gov/pubs/sp/800/101/r1/final\">NIST SP 800-101 Rev. 1 - Mobile Device Forensics Guidelines\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://www.sans.org/cyber-security-courses/advanced-smartphone-mobile-device-forensics/\">SANS FOR585 - Smartphone Forensics\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/abrignoni/ALEAPP\">ALEAPP GitHub Repository\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://docs.mvt.re/en/latest/\">MVT Documentation\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"community-und-weiterbildung\">Community und Weiterbildung\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://sleuthkit.org/autopsy/docs/\">Autopsy User Documentation\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/impillar/AndroidReferences/blob/master/AndroidTools.md\">Android Forensics References\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/mesquidar/ForensicsTools\">Digital Forensics Framework Collection\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"spezialisierte-tools\">Spezialisierte Tools\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://github.com/bkerler/mtkclient\">MTKClient für MediaTek Exploits\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/nowsecure/android-forensics\">Android Forensics Framework\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://santoku-linux.com/\">Santoku Linux Mobile Forensics Distribution\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>\u003Cstrong>Wichtiger Hinweis\u003C/strong>: Diese Anleitung dient ausschließlich für autorisierte forensische Untersuchungen. Stellen Sie sicher, dass Sie über entsprechende rechtliche Befugnisse verfügen, bevor Sie diese Techniken anwenden. Bei Zweifeln konsultieren Sie Rechtsberatung.\u003C/p>",{"headings":309,"localImagePaths":531,"remoteImagePaths":532,"frontmatter":290,"imagePaths":533},[310,311,314,317,318,321,324,326,329,332,335,338,341,344,347,350,351,354,357,360,363,366,369,372,375,378,379,382,385,388,391,394,397,400,403,406,409,412,415,418,419,422,425,428,431,434,437,440,443,446,449,452,453,456,459,462,465,468,471,474,477,480,483,486,489,492,495,498,501,504,507,510,513,516,519,522,525,528],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":312,"text":313},"kernkomponenten-des-open-source-forensik-stacks","Kernkomponenten des Open-Source Forensik-Stacks",{"depth":47,"slug":315,"text":316},"erfolgsraten-nach-gerätealter","Erfolgsraten nach Gerätealter",{"depth":43,"slug":48,"text":49},{"depth":47,"slug":319,"text":320},"sift-workstation-setup","SIFT Workstation Setup",{"depth":51,"slug":322,"text":323},"systemanforderungen","Systemanforderungen",{"depth":51,"slug":325,"text":49},"installation-1",{"depth":47,"slug":327,"text":328},"autopsy-installation","Autopsy Installation",{"depth":51,"slug":330,"text":331},"windows-installation","Windows Installation",{"depth":51,"slug":333,"text":334},"linux-installation","Linux Installation",{"depth":47,"slug":336,"text":337},"essential-tools-installation","Essential Tools Installation",{"depth":51,"slug":339,"text":340},"android-debug-bridge-adb","Android Debug Bridge (ADB)",{"depth":51,"slug":342,"text":343},"aleapp-installation","ALEAPP Installation",{"depth":51,"slug":345,"text":346},"mobile-verification-toolkit-mvt","Mobile Verification Toolkit (MVT)",{"depth":51,"slug":348,"text":349},"andriller-installation","Andriller Installation",{"depth":43,"slug":58,"text":59},{"depth":47,"slug":352,"text":353},"adb-setup-und-gerätevorbereitung","ADB Setup und Gerätevorbereitung",{"depth":51,"slug":355,"text":356},"usb-debugging-aktivieren","USB-Debugging aktivieren",{"depth":51,"slug":358,"text":359},"adb-verbindung-testen","ADB Verbindung testen",{"depth":47,"slug":361,"text":362},"autopsy-projektkonfiguration","Autopsy Projektkonfiguration",{"depth":51,"slug":364,"text":365},"case-setup","Case-Setup",{"depth":51,"slug":367,"text":368},"android-analyzer-module-aktivieren","Android Analyzer Module aktivieren",{"depth":51,"slug":370,"text":371},"hash-algorithmen-konfigurieren","Hash-Algorithmen konfigurieren",{"depth":47,"slug":373,"text":374},"mvt-konfiguration","MVT Konfiguration",{"depth":51,"slug":376,"text":377},"konfigurationsdatei-erstellen","Konfigurationsdatei erstellen",{"depth":43,"slug":70,"text":71},{"depth":47,"slug":380,"text":381},"fall-1-logische-datenextraktion-mit-adb","Fall 1: Logische Datenextraktion mit ADB",{"depth":51,"slug":383,"text":384},"geräteinformationen-sammeln","Geräteinformationen sammeln",{"depth":51,"slug":386,"text":387},"datenbank-extraktion","Datenbank-Extraktion",{"depth":51,"slug":389,"text":390},"whatsapp-datenextraktion","WhatsApp Datenextraktion",{"depth":47,"slug":392,"text":393},"fall-2-android-backup-analyse","Fall 2: Android Backup-Analyse",{"depth":51,"slug":395,"text":396},"vollständiges-backup-erstellen","Vollständiges Backup erstellen",{"depth":51,"slug":398,"text":399},"backup-mit-aleapp-analysieren","Backup mit ALEAPP analysieren",{"depth":47,"slug":401,"text":402},"fall-3-mvt-kompromittierungsanalyse","Fall 3: MVT Kompromittierungsanalyse",{"depth":51,"slug":404,"text":405},"live-geräteanalyse","Live-Geräteanalyse",{"depth":51,"slug":407,"text":408},"ioc-suche-mit-pegasus-indikatoren","IOC-Suche mit Pegasus-Indikatoren",{"depth":47,"slug":410,"text":411},"fall-4-physische-extraktion-root-erforderlich","Fall 4: Physische Extraktion (Root erforderlich)",{"depth":51,"slug":413,"text":414},"device-rooting---mediatek-geräte","Device Rooting - MediaTek Geräte",{"depth":51,"slug":416,"text":417},"vollständiges-memory-dump","Vollständiges Memory Dump",{"depth":43,"slug":79,"text":80},{"depth":47,"slug":420,"text":421},"rechtliche-compliance","Rechtliche Compliance",{"depth":51,"slug":423,"text":424},"dokumentation-und-chain-of-custody","Dokumentation und Chain of Custody",{"depth":51,"slug":426,"text":427},"familiengeräte-und-nachlässe","Familiengeräte und Nachlässe",{"depth":47,"slug":429,"text":430},"technische-best-practices","Technische Best Practices",{"depth":51,"slug":432,"text":433},"hash-integrität-sicherstellen","Hash-Integrität sicherstellen",{"depth":51,"slug":435,"text":436},"sichere-arbeitsumgebung","Sichere Arbeitsumgebung",{"depth":51,"slug":438,"text":439},"qualitätssicherung","Qualitätssicherung",{"depth":47,"slug":441,"text":442},"erfolgsmaximierung-nach-gerätehersteller","Erfolgsmaximierung nach Gerätehersteller",{"depth":51,"slug":444,"text":445},"mediatek-geräte-höchste-erfolgsrate","MediaTek-Geräte (Höchste Erfolgsrate)",{"depth":51,"slug":447,"text":448},"samsung-geräte","Samsung-Geräte",{"depth":51,"slug":450,"text":451},"pixelnexus-geräte","Pixel/Nexus-Geräte",{"depth":43,"slug":82,"text":83},{"depth":47,"slug":454,"text":455},"problem-adb-erkennt-gerät-nicht","Problem: ADB erkennt Gerät nicht",{"depth":51,"slug":457,"text":458},"lösung-usb-treiber-und-berechtigungen","Lösung: USB-Treiber und Berechtigungen",{"depth":51,"slug":460,"text":461},"windows-treiber-installation","Windows: Treiber-Installation",{"depth":47,"slug":463,"text":464},"problem-verschlüsselte-android-backups","Problem: Verschlüsselte Android Backups",{"depth":51,"slug":466,"text":467},"lösung-android-backup-extractor","Lösung: Android Backup Extractor",{"depth":47,"slug":469,"text":470},"problem-unzureichende-berechtigungen-für-datenextraktion","Problem: Unzureichende Berechtigungen für Datenextraktion",{"depth":51,"slug":472,"text":473},"lösung-alternative-extraktionsmethoden","Lösung: Alternative Extraktionsmethoden",{"depth":47,"slug":475,"text":476},"problem-aleapp-parsing-fehler","Problem: ALEAPP Parsing-Fehler",{"depth":51,"slug":478,"text":479},"lösung-datenformat-probleme-beheben","Lösung: Datenformat-Probleme beheben",{"depth":43,"slug":481,"text":482},"erweiterte-techniken","Erweiterte Techniken",{"depth":47,"slug":484,"text":485},"memory-forensics-mit-lime","Memory Forensics mit LiME",{"depth":51,"slug":487,"text":488},"lime-für-arm-devices-kompilieren","LiME für ARM-Devices kompilieren",{"depth":51,"slug":490,"text":491},"volatility-analyse-von-android-memory","Volatility-Analyse von Android Memory",{"depth":47,"slug":493,"text":494},"frida-basierte-runtime-analyse","FRIDA-basierte Runtime-Analyse",{"depth":51,"slug":496,"text":497},"frida-für-kryptographie-hooks","FRIDA für Kryptographie-Hooks",{"depth":51,"slug":499,"text":500},"frida-installation-und-verwendung","FRIDA Installation und Verwendung",{"depth":47,"slug":502,"text":503},"custom-recovery-und-fastboot-exploits","Custom Recovery und Fastboot-Exploits",{"depth":51,"slug":505,"text":506},"twrp-installation-für-forensischen-zugang","TWRP Installation für forensischen Zugang",{"depth":51,"slug":508,"text":509},"partitions-imaging-mit-dd","Partitions-Imaging mit dd",{"depth":47,"slug":511,"text":512},"sqlite-forensics-und-gelöschte-daten","SQLite Forensics und gelöschte Daten",{"depth":51,"slug":514,"text":515},"erweiterte-sqlite-analyse","Erweiterte SQLite-Analyse",{"depth":51,"slug":517,"text":518},"timeline-rekonstruktion","Timeline-Rekonstruktion",{"depth":47,"slug":520,"text":521},"weiterführende-ressourcen","Weiterführende Ressourcen",{"depth":51,"slug":523,"text":524},"dokumentation-und-standards","Dokumentation und Standards",{"depth":51,"slug":526,"text":527},"community-und-weiterbildung","Community und Weiterbildung",{"depth":51,"slug":529,"text":530},"spezialisierte-tools","Spezialisierte Tools",[],[],[],"android-logical-imaging.md","nextcloud",{"id":535,"data":537,"body":551,"filePath":552,"digest":553,"rendered":554,"legacyId":590},{"title":538,"tool_name":539,"description":540,"last_updated":541,"author":16,"difficulty":542,"categories":543,"tags":545,"sections":550,"review_status":34},"Nextcloud - Sichere Kollaborationsplattform","Nextcloud","Detaillierte Anleitung und Best Practices für Nextcloud in forensischen Einsatzszenarien",["Date","2025-07-20T00:00:00.000Z"],"novice",[544],"collaboration-general",[25,546,547,27,548,549],"collaboration","file-sharing","encryption","document-management",{"overview":32,"installation":32,"configuration":32,"usage_examples":32,"best_practices":32,"troubleshooting":32,"advanced_topics":33},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\nNextcloud ist eine Open-Source-Cloud-Suite, die speziell für die sichere Zusammenarbeit entwickelt wurde. Sie eignet sich ideal für forensische Teams, da sie eine DSGVO-konforme Umgebung mit verschlüsselter Dateiablage, Office-Integration und Videokonferenzen bereitstellt. Zusätzlich bietet Nextcloud einen integrierten SSO-Provider, der das Identitätsmanagement für andere forensische Tools stark vereinfacht.\n\nSkalierbar von kleinen Raspberry-Pi-Installationen bis hin zu hochverfügbaren Multi-Node-Setups.\n\n- **Website:** [nextcloud.com](https://nextcloud.com/)\n- **Demo/Projektinstanz:** [cloud.cc24.dev](https://cloud.cc24.dev)\n- **Statusseite:** [Mikoshi Status](https://status.mikoshi.de/api/badge/11/status)\n- **Lizenz:** AGPL-3.0\n\n---\n\n## Installation\n\n### Voraussetzungen\n\n- Linux-Server oder Raspberry Pi\n- PHP 8.1 oder höher\n- MariaDB/PostgreSQL\n- Webserver (Apache/Nginx)\n- SSL-Zertifikat (empfohlen: Let's Encrypt)\n\n### Installationsschritte (Ubuntu Beispiel)\n\n```bash\nsudo apt update && sudo apt upgrade\nsudo apt install apache2 mariadb-server libapache2-mod-php php php-mysql \\\n php-gd php-xml php-mbstring php-curl php-zip php-intl php-bcmath unzip\n\nwget https://download.nextcloud.com/server/releases/latest.zip\nunzip latest.zip -d /var/www/\nchown -R www-data:www-data /var/www/nextcloud\n````\n\nDanach den Web-Installer im Browser aufrufen (`https://\u003Cyour-domain>/nextcloud`) und Setup abschließen.\n\n## Konfiguration\n\n* **Trusted Domains** in `config.php` definieren\n* SSO mit OpenID Connect aktivieren\n* Dateiverschlüsselung aktivieren (`Settings → Security`)\n* Benutzer und Gruppen über LDAP oder SAML integrieren\n\n## Verwendungsbeispiele\n\n### Gemeinsame Fallbearbeitung\n\n1. Ermittlungsordner als geteiltes Gruppenverzeichnis anlegen\n2. Versionierung und Kommentare zu forensischen Berichten aktivieren\n3. Vorschau für Office-Dateien, PDFs und Bilder direkt im Browser nutzen\n\n### Videokonferenzen mit \"Nextcloud Talk\"\n\n* Sichere Kommunikation zwischen Ermittlern und Sachverständigen\n* Ende-zu-Ende-verschlüsselt\n* Bildschirmfreigabe möglich\n\n### Automatischer Dateiimport per API\n\n* REST-Schnittstelle nutzen, um z. B. automatisch Logdateien oder Exportdaten hochzuladen\n* Ideal für Anbindung an SIEM, DLP oder Analyse-Pipelines\n\n## Best Practices\n\n* Zwei-Faktor-Authentifizierung aktivieren\n* Tägliche Backups der Datenbank und Datenstruktur\n* Nutzung von OnlyOffice oder Collabora für revisionssichere Dokumentenbearbeitung\n* Zugriff regelmäßig überprüfen, insbesondere bei externen Partnern\n\n## Troubleshooting\n\n### Problem: Langsame Performance\n\n**Lösung:** APCu aktivieren und Caching optimieren (`config.php → 'memcache.local'`).\n\n### Problem: Dateien erscheinen nicht im Sync\n\n**Lösung:** Cronjob für `files:scan` konfigurieren oder manuell ausführen:\n\n```bash\nsudo -u www-data php /var/www/nextcloud/occ files:scan --all\n```\n\n### Problem: Fehlermeldung \"Trusted domain not set\"\n\n**Lösung:** In `config/config.php` Eintrag `trusted_domains` korrekt konfigurieren:\n\n```php\n'trusted_domains' =>\n array (\n 0 => 'yourdomain.tld',\n 1 => 'cloud.cc24.dev',\n ),\n```\n\n## Weiterführende Themen\n\n* **Integration mit Forensik-Plattformen** (über WebDAV, API oder SSO)\n* **Custom Apps entwickeln** für spezielle Ermittlungs-Workflows\n* **Auditing aktivieren**: Nutzung und Änderungen nachvollziehen mit Protokollierungsfunktionen","src/content/knowledgebase/nextcloud.md","9294074e6083e37b",{"html":555,"metadata":556},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Nextcloud ist eine Open-Source-Cloud-Suite, die speziell für die sichere Zusammenarbeit entwickelt wurde. Sie eignet sich ideal für forensische Teams, da sie eine DSGVO-konforme Umgebung mit verschlüsselter Dateiablage, Office-Integration und Videokonferenzen bereitstellt. Zusätzlich bietet Nextcloud einen integrierten SSO-Provider, der das Identitätsmanagement für andere forensische Tools stark vereinfacht.\u003C/p>\n\u003Cp>Skalierbar von kleinen Raspberry-Pi-Installationen bis hin zu hochverfügbaren Multi-Node-Setups.\u003C/p>\n\u003Cul>\n\u003Cli>\u003Cstrong>Website:\u003C/strong> \u003Ca href=\"https://nextcloud.com/\">nextcloud.com\u003C/a>\u003C/li>\n\u003Cli>\u003Cstrong>Demo/Projektinstanz:\u003C/strong> \u003Ca href=\"https://cloud.cc24.dev\">cloud.cc24.dev\u003C/a>\u003C/li>\n\u003Cli>\u003Cstrong>Statusseite:\u003C/strong> \u003Ca href=\"https://status.mikoshi.de/api/badge/11/status\">Mikoshi Status\u003C/a>\u003C/li>\n\u003Cli>\u003Cstrong>Lizenz:\u003C/strong> AGPL-3.0\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"voraussetzungen\">Voraussetzungen\u003C/h3>\n\u003Cul>\n\u003Cli>Linux-Server oder Raspberry Pi\u003C/li>\n\u003Cli>PHP 8.1 oder höher\u003C/li>\n\u003Cli>MariaDB/PostgreSQL\u003C/li>\n\u003Cli>Webserver (Apache/Nginx)\u003C/li>\n\u003Cli>SSL-Zertifikat (empfohlen: Let’s Encrypt)\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installationsschritte-ubuntu-beispiel\">Installationsschritte (Ubuntu Beispiel)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> upgrade\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apache2\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mariadb-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> libapache2-mod-php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-mysql\u003C/span>\u003Cspan style=\"color:#79B8FF\"> \\\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#9ECBFF\"> php-gd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-xml\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-mbstring\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-curl\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-zip\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-intl\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-bcmath\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unzip\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">wget\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://download.nextcloud.com/server/releases/latest.zip\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">unzip\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> latest.zip\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -d\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">chown\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -R\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> www-data:www-data\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/nextcloud\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Danach den Web-Installer im Browser aufrufen (\u003Ccode>https://<your-domain>/nextcloud\u003C/code>) und Setup abschließen.\u003C/p>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Trusted Domains\u003C/strong> in \u003Ccode>config.php\u003C/code> definieren\u003C/li>\n\u003Cli>SSO mit OpenID Connect aktivieren\u003C/li>\n\u003Cli>Dateiverschlüsselung aktivieren (\u003Ccode>Settings → Security\u003C/code>)\u003C/li>\n\u003Cli>Benutzer und Gruppen über LDAP oder SAML integrieren\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"gemeinsame-fallbearbeitung\">Gemeinsame Fallbearbeitung\u003C/h3>\n\u003Col>\n\u003Cli>Ermittlungsordner als geteiltes Gruppenverzeichnis anlegen\u003C/li>\n\u003Cli>Versionierung und Kommentare zu forensischen Berichten aktivieren\u003C/li>\n\u003Cli>Vorschau für Office-Dateien, PDFs und Bilder direkt im Browser nutzen\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"videokonferenzen-mit-nextcloud-talk\">Videokonferenzen mit “Nextcloud Talk”\u003C/h3>\n\u003Cul>\n\u003Cli>Sichere Kommunikation zwischen Ermittlern und Sachverständigen\u003C/li>\n\u003Cli>Ende-zu-Ende-verschlüsselt\u003C/li>\n\u003Cli>Bildschirmfreigabe möglich\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"automatischer-dateiimport-per-api\">Automatischer Dateiimport per API\u003C/h3>\n\u003Cul>\n\u003Cli>REST-Schnittstelle nutzen, um z. B. automatisch Logdateien oder Exportdaten hochzuladen\u003C/li>\n\u003Cli>Ideal für Anbindung an SIEM, DLP oder Analyse-Pipelines\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Zwei-Faktor-Authentifizierung aktivieren\u003C/li>\n\u003Cli>Tägliche Backups der Datenbank und Datenstruktur\u003C/li>\n\u003Cli>Nutzung von OnlyOffice oder Collabora für revisionssichere Dokumentenbearbeitung\u003C/li>\n\u003Cli>Zugriff regelmäßig überprüfen, insbesondere bei externen Partnern\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-langsame-performance\">Problem: Langsame Performance\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> APCu aktivieren und Caching optimieren (\u003Ccode>config.php → 'memcache.local'\u003C/code>).\u003C/p>\n\u003Ch3 id=\"problem-dateien-erscheinen-nicht-im-sync\">Problem: Dateien erscheinen nicht im Sync\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Cronjob für \u003Ccode>files:scan\u003C/code> konfigurieren oder manuell ausführen:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -u\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> www-data\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/nextcloud/occ\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> files:scan\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --all\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"problem-fehlermeldung-trusted-domain-not-set\">Problem: Fehlermeldung “Trusted domain not set”\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> In \u003Ccode>config/config.php\u003C/code> Eintrag \u003Ccode>trusted_domains\u003C/code> korrekt konfigurieren:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"php\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#9ECBFF\">'trusted_domains'\u003C/span>\u003Cspan style=\"color:#F97583\"> =>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> array\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> (\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> 0\u003C/span>\u003Cspan style=\"color:#F97583\"> =>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 'yourdomain.tld'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> 1\u003C/span>\u003Cspan style=\"color:#F97583\"> =>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 'cloud.cc24.dev'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> ),\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Integration mit Forensik-Plattformen\u003C/strong> (über WebDAV, API oder SSO)\u003C/li>\n\u003Cli>\u003Cstrong>Custom Apps entwickeln\u003C/strong> für spezielle Ermittlungs-Workflows\u003C/li>\n\u003Cli>\u003Cstrong>Auditing aktivieren\u003C/strong>: Nutzung und Änderungen nachvollziehen mit Protokollierungsfunktionen\u003C/li>\n\u003C/ul>",{"headings":557,"localImagePaths":587,"remoteImagePaths":588,"frontmatter":537,"imagePaths":589},[558,559,560,561,564,565,566,569,572,575,576,577,580,583,586],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":48,"text":49},{"depth":51,"slug":52,"text":53},{"depth":51,"slug":562,"text":563},"installationsschritte-ubuntu-beispiel","Installationsschritte (Ubuntu Beispiel)",{"depth":47,"slug":58,"text":59},{"depth":47,"slug":70,"text":71},{"depth":51,"slug":567,"text":568},"gemeinsame-fallbearbeitung","Gemeinsame Fallbearbeitung",{"depth":51,"slug":570,"text":571},"videokonferenzen-mit-nextcloud-talk","Videokonferenzen mit “Nextcloud Talk”",{"depth":51,"slug":573,"text":574},"automatischer-dateiimport-per-api","Automatischer Dateiimport per API",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":82,"text":83},{"depth":51,"slug":578,"text":579},"problem-langsame-performance","Problem: Langsame Performance",{"depth":51,"slug":581,"text":582},"problem-dateien-erscheinen-nicht-im-sync","Problem: Dateien erscheinen nicht im Sync",{"depth":51,"slug":584,"text":585},"problem-fehlermeldung-trusted-domain-not-set","Problem: Fehlermeldung “Trusted domain not set”",{"depth":47,"slug":94,"text":95},[],[],[],"nextcloud.md"]
\ No newline at end of file
+[["Map",1,2,7,8],"meta::meta",["Map",3,4,5,6],"astro-version","5.12.3","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"server\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":true,\"port\":4321,\"streaming\":true,\"allowedHosts\":[]},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\",\"entrypoint\":\"astro/assets/endpoint/node\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[],\"responsiveStyles\":false},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":{\"type\":\"shiki\",\"excludeLangs\":[\"math\"]},\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"headingIdCompat\":false,\"preserveScriptOrder\":false,\"liveContentCollections\":false,\"csp\":false,\"rawEnvValues\":false},\"legacy\":{\"collections\":false},\"session\":{\"driver\":\"fs-lite\",\"options\":{\"base\":\"/var/home/user01/Projekte/forensic-pathways/node_modules/.astro/sessions\"}}}","knowledgebase",["Map",9,10,77,78,149,150,223,224,288,289,535,536],"regular-expressions-regex",{"id":9,"data":11,"body":33,"filePath":34,"digest":35,"rendered":36,"legacyId":76},{"title":12,"tool_name":13,"description":14,"last_updated":15,"author":16,"difficulty":17,"categories":18,"tags":23,"sections":29,"review_status":32},"Regular Expressions (Regex) – Musterbasierte Textanalyse","Regular Expressions (Regex)","Pattern matching language für Suche, Extraktion und Manipulation von Text in forensischen Analysen.",["Date","2025-07-20T00:00:00.000Z"],"Claude 4 Sonnet","intermediate",[19,20,21,22],"incident-response","malware-analysis","network-forensics","fraud-investigation",[24,25,26,27,28],"pattern-matching","text-processing","log-analysis","string-manipulation","search-algorithms",{"overview":30,"installation":31,"configuration":31,"usage_examples":30,"best_practices":30,"troubleshooting":31,"advanced_topics":30},true,false,"published","> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\n**Regular Expressions (Regex)** sind ein leistungsfähiges Werkzeug zur Erkennung, Extraktion und Transformation von Zeichenfolgen anhand vordefinierter Muster. In der digitalen Forensik sind Regex-Ausdrücke unverzichtbar: Sie helfen beim Auffinden von IP-Adressen, Hash-Werten, Dateipfaden, Malware-Signaturen oder Kreditkartennummern in großen Mengen unstrukturierter Daten wie Logdateien, Netzwerktraces oder Memory Dumps.\n\nRegex ist nicht auf eine bestimmte Plattform oder Software beschränkt – es wird in nahezu allen gängigen Programmiersprachen, Texteditoren und forensischen Tools unterstützt.\n\n## Verwendungsbeispiele\n\n### 1. IP-Adressen extrahieren\n\n```regex\n\\b(?:\\d{1,3}\\.){3}\\d{1,3}\\b\n````\n\nVerwendung:\n\n* Finden von IP-Adressen in Firewall-Logs oder Packet Captures.\n* Beispiel-Zeile:\n\n ```\n Connection from 192.168.1.101 to port 443 established\n ```\n\n### 2. E-Mail-Adressen identifizieren\n\n```regex\n[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}\n```\n\nVerwendung:\n\n* Erkennung von kompromittierten Accounts in Phishing-E-Mails.\n* Analyse von Useraktivitäten oder Kommunikationsverläufen.\n\n### 3. Hash-Werte erkennen (z. B. SHA-256)\n\n```regex\n\\b[A-Fa-f0-9]{64}\\b\n```\n\nVerwendung:\n\n* Extraktion von Malware-Hashes aus Memory Dumps oder YARA-Logs.\n\n### 4. Zeitstempel in Logdateien extrahieren\n\n```regex\n\\d{4}-\\d{2}-\\d{2}[ T]\\d{2}:\\d{2}:\\d{2}\n```\n\nVerwendung:\n\n* Zeitsensitive Korrelationsanalysen (z. B. bei Intrusion Detection oder Timeline-Rekonstruktionen).\n\n## Best Practices\n\n* **Regex testen**: Nutze Plattformen wie [regexr.com](https://regexr.com/) oder [regex101.com](https://regex101.com/) zur Validierung.\n* **Performance beachten**: Komplexe Ausdrücke können ineffizient sein und Systeme verlangsamen – verwende Lazy Quantifiers (`*?`, `+?`) bei Bedarf.\n* **Escape-Zeichen korrekt anwenden**: Spezielle Zeichen wie `.` oder `\\` müssen bei Bedarf mit `\\\\` oder `\\.` maskiert werden.\n* **Portabilität prüfen**: Unterschiedliche Regex-Engines (z. B. Python `re`, PCRE, JavaScript) interpretieren manche Syntax leicht unterschiedlich.\n* **Lesbarkeit fördern**: Verwende benannte Gruppen (`(?P\u003Cname>...)`) und Kommentare (`(?x)`), um reguläre Ausdrücke besser wartbar zu machen.\n\n## Weiterführende Themen\n\n### Lookaheads und Lookbehinds\n\nMit **Lookaheads** (`(?=...)`) und **Lookbehinds** (`(?\u003C=...)`) können Bedingungen formuliert werden, ohne dass der Text Teil des Matchs wird.\n\nBeispiel: Alle `.exe`-Dateinamen **ohne** das Wort `safe` davor matchen:\n\n```regex\n(?\u003C!safe\\s)[\\w-]+\\.exe\n```\n\n### Regex in Forensik-Tools\n\n* **YARA**: Unterstützt Regex zur Erstellung von Malware-Signaturen.\n* **Wireshark**: Filtert Payloads anhand von Regex-ähnlicher Syntax.\n* **Splunk & ELK**: Verwenden Regex für Logparsing und Visualisierung.\n* **Volatility Plugins**: Extrahieren Artefakte mit Regex-basierten Scans.\n\n---\n\n> 🔤 **Regex ist ein universelles Werkzeug für Analysten, Ermittler und Entwickler, um versteckte Informationen schnell und flexibel aufzuspüren.**\n>\n> Nutze es überall dort, wo Textdaten eine Rolle spielen.","src/content/knowledgebase/regular-expressions-regex.md","247bcf48ebdc9ba0",{"html":37,"metadata":38},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>\u003Cstrong>Regular Expressions (Regex)\u003C/strong> sind ein leistungsfähiges Werkzeug zur Erkennung, Extraktion und Transformation von Zeichenfolgen anhand vordefinierter Muster. In der digitalen Forensik sind Regex-Ausdrücke unverzichtbar: Sie helfen beim Auffinden von IP-Adressen, Hash-Werten, Dateipfaden, Malware-Signaturen oder Kreditkartennummern in großen Mengen unstrukturierter Daten wie Logdateien, Netzwerktraces oder Memory Dumps.\u003C/p>\n\u003Cp>Regex ist nicht auf eine bestimmte Plattform oder Software beschränkt – es wird in nahezu allen gängigen Programmiersprachen, Texteditoren und forensischen Tools unterstützt.\u003C/p>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"1-ip-adressen-extrahieren\">1. IP-Adressen extrahieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">\\b(?:\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{1,3}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\.)\u003C/span>\u003Cspan style=\"color:#F97583\">{3}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{1,3}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\b\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>\n\u003Cp>Finden von IP-Adressen in Firewall-Logs oder Packet Captures.\u003C/p>\n\u003C/li>\n\u003Cli>\n\u003Cp>Beispiel-Zeile:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>Connection from 192.168.1.101 to port 443 established\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"2-e-mail-adressen-identifizieren\">2. E-Mail-Adressen identifizieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">[a-zA-Z0-9._%+-]\u003C/span>\u003Cspan style=\"color:#F97583\">+\u003C/span>\u003Cspan style=\"color:#DBEDFF\">@\u003C/span>\u003Cspan style=\"color:#79B8FF\">[a-zA-Z0-9.-]\u003C/span>\u003Cspan style=\"color:#F97583\">+\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\.[a-zA-Z]\u003C/span>\u003Cspan style=\"color:#F97583\">{2,}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>Erkennung von kompromittierten Accounts in Phishing-E-Mails.\u003C/li>\n\u003Cli>Analyse von Useraktivitäten oder Kommunikationsverläufen.\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"3-hash-werte-erkennen-zb-sha-256\">3. Hash-Werte erkennen (z. B. SHA-256)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">\\b[A-Fa-f0-9]\u003C/span>\u003Cspan style=\"color:#F97583\">{64}\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\b\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>Extraktion von Malware-Hashes aus Memory Dumps oder YARA-Logs.\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"4-zeitstempel-in-logdateien-extrahieren\">4. Zeitstempel in Logdateien extrahieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{4}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">-\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">-\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#79B8FF\">[ T]\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">:\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003Cspan style=\"color:#DBEDFF\">:\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\d\u003C/span>\u003Cspan style=\"color:#F97583\">{2}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Verwendung:\u003C/p>\n\u003Cul>\n\u003Cli>Zeitsensitive Korrelationsanalysen (z. B. bei Intrusion Detection oder Timeline-Rekonstruktionen).\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Regex testen\u003C/strong>: Nutze Plattformen wie \u003Ca href=\"https://regexr.com/\">regexr.com\u003C/a> oder \u003Ca href=\"https://regex101.com/\">regex101.com\u003C/a> zur Validierung.\u003C/li>\n\u003Cli>\u003Cstrong>Performance beachten\u003C/strong>: Komplexe Ausdrücke können ineffizient sein und Systeme verlangsamen – verwende Lazy Quantifiers (\u003Ccode>*?\u003C/code>, \u003Ccode>+?\u003C/code>) bei Bedarf.\u003C/li>\n\u003Cli>\u003Cstrong>Escape-Zeichen korrekt anwenden\u003C/strong>: Spezielle Zeichen wie \u003Ccode>.\u003C/code> oder \u003Ccode>\\\u003C/code> müssen bei Bedarf mit \u003Ccode>\\\\\u003C/code> oder \u003Ccode>\\.\u003C/code> maskiert werden.\u003C/li>\n\u003Cli>\u003Cstrong>Portabilität prüfen\u003C/strong>: Unterschiedliche Regex-Engines (z. B. Python \u003Ccode>re\u003C/code>, PCRE, JavaScript) interpretieren manche Syntax leicht unterschiedlich.\u003C/li>\n\u003Cli>\u003Cstrong>Lesbarkeit fördern\u003C/strong>: Verwende benannte Gruppen (\u003Ccode>(?P<name>...)\u003C/code>) und Kommentare (\u003Ccode>(?x)\u003C/code>), um reguläre Ausdrücke besser wartbar zu machen.\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Ch3 id=\"lookaheads-und-lookbehinds\">Lookaheads und Lookbehinds\u003C/h3>\n\u003Cp>Mit \u003Cstrong>Lookaheads\u003C/strong> (\u003Ccode>(?=...)\u003C/code>) und \u003Cstrong>Lookbehinds\u003C/strong> (\u003Ccode>(?<=...)\u003C/code>) können Bedingungen formuliert werden, ohne dass der Text Teil des Matchs wird.\u003C/p>\n\u003Cp>Beispiel: Alle \u003Ccode>.exe\u003C/code>-Dateinamen \u003Cstrong>ohne\u003C/strong> das Wort \u003Ccode>safe\u003C/code> davor matchen:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"regex\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">(?<!\u003C/span>\u003Cspan style=\"color:#DBEDFF\">safe\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\s\u003C/span>\u003Cspan style=\"color:#F97583\">)\u003C/span>\u003Cspan style=\"color:#79B8FF\">[\\w-]\u003C/span>\u003Cspan style=\"color:#F97583\">+\u003C/span>\u003Cspan style=\"color:#79B8FF\">\\.\u003C/span>\u003Cspan style=\"color:#DBEDFF\">exe\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"regex-in-forensik-tools\">Regex in Forensik-Tools\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>YARA\u003C/strong>: Unterstützt Regex zur Erstellung von Malware-Signaturen.\u003C/li>\n\u003Cli>\u003Cstrong>Wireshark\u003C/strong>: Filtert Payloads anhand von Regex-ähnlicher Syntax.\u003C/li>\n\u003Cli>\u003Cstrong>Splunk & ELK\u003C/strong>: Verwenden Regex für Logparsing und Visualisierung.\u003C/li>\n\u003Cli>\u003Cstrong>Volatility Plugins\u003C/strong>: Extrahieren Artefakte mit Regex-basierten Scans.\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cblockquote>\n\u003Cp>🔤 \u003Cstrong>Regex ist ein universelles Werkzeug für Analysten, Ermittler und Entwickler, um versteckte Informationen schnell und flexibel aufzuspüren.\u003C/strong>\u003C/p>\n\u003Cp>Nutze es überall dort, wo Textdaten eine Rolle spielen.\u003C/p>\n\u003C/blockquote>",{"headings":39,"localImagePaths":73,"remoteImagePaths":74,"frontmatter":11,"imagePaths":75},[40,44,48,52,55,58,61,64,67,70],{"depth":41,"slug":42,"text":43},1,"übersicht","Übersicht",{"depth":45,"slug":46,"text":47},2,"verwendungsbeispiele","Verwendungsbeispiele",{"depth":49,"slug":50,"text":51},3,"1-ip-adressen-extrahieren","1. IP-Adressen extrahieren",{"depth":49,"slug":53,"text":54},"2-e-mail-adressen-identifizieren","2. E-Mail-Adressen identifizieren",{"depth":49,"slug":56,"text":57},"3-hash-werte-erkennen-zb-sha-256","3. Hash-Werte erkennen (z. B. SHA-256)",{"depth":49,"slug":59,"text":60},"4-zeitstempel-in-logdateien-extrahieren","4. Zeitstempel in Logdateien extrahieren",{"depth":45,"slug":62,"text":63},"best-practices","Best Practices",{"depth":45,"slug":65,"text":66},"weiterführende-themen","Weiterführende Themen",{"depth":49,"slug":68,"text":69},"lookaheads-und-lookbehinds","Lookaheads und Lookbehinds",{"depth":49,"slug":71,"text":72},"regex-in-forensik-tools","Regex in Forensik-Tools",[],[],[],"regular-expressions-regex.md","misp",{"id":77,"data":79,"body":95,"filePath":96,"digest":97,"rendered":98,"legacyId":148},{"title":80,"tool_name":81,"description":82,"last_updated":83,"author":16,"difficulty":17,"categories":84,"tags":87,"sections":94,"review_status":32},"MISP - Plattform für Threat Intelligence Sharing","MISP","Das Rückgrat des modernen Threat-Intelligence-Sharings mit über 40.000 aktiven Instanzen weltweit.",["Date","2025-07-20T00:00:00.000Z"],[19,85,20,21,86],"static-investigations","cloud-forensics",[88,89,90,91,92,93],"web-based","threat-intelligence","api","correlation","ioc-sharing","automation",{"overview":30,"installation":30,"configuration":30,"usage_examples":30,"best_practices":30,"troubleshooting":30,"advanced_topics":31},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\n**MISP (Malware Information Sharing Platform & Threat Sharing)** ist eine freie Open-Source-Plattform zur strukturierten Erfassung, Speicherung, Analyse und gemeinsamen Nutzung von Cyber-Bedrohungsdaten. Mit über 40.000 Instanzen weltweit ist MISP der De-facto-Standard für den Austausch von Indicators of Compromise (IoCs) und Threat Intelligence zwischen CERTs, SOCs, Strafverfolgungsbehörden und anderen sicherheitsrelevanten Organisationen.\n\nDie föderierte Architektur ermöglicht einen kontrollierten, dezentralen Austausch von Informationen über vertrauenswürdige Partner hinweg. Durch Taxonomien, Tags und integrierte APIs ist eine automatische Anreicherung, Korrelation und Verarbeitung von Informationen in SIEMs, Firewalls oder Endpoint-Lösungen möglich.\n\n## Installation\n\n### Voraussetzungen\n\n- **Server-Betriebssystem:** Linux (empfohlen: Debian/Ubuntu)\n- **Abhängigkeiten:** MariaDB/MySQL, PHP, Apache/Nginx, Redis\n- **Ressourcen:** Mindestens 4 GB RAM, SSD empfohlen\n\n### Installationsschritte\n\n```bash\n# Beispiel für Debian/Ubuntu:\nsudo apt update && sudo apt install -y curl gnupg git python3 python3-pip redis-server mariadb-server apache2 php libapache2-mod-php\n\n# MISP klonen\ngit clone https://github.com/MISP/MISP.git /var/www/MISP\n\n# Setup-Skript nutzen\ncd /var/www/MISP && bash INSTALL/INSTALL.debian.sh\n````\n\nWeitere Details: [Offizielle Installationsanleitung](https://misp.github.io/MISP/INSTALL.debian/)\n\n## Konfiguration\n\n### Webserver\n\n* HTTPS aktivieren (Let's Encrypt oder Reverse Proxy)\n* PHP-Konfiguration anpassen (`upload_max_filesize`, `memory_limit`, `post_max_size`)\n\n### Benutzerrollen\n\n* Administrator, Org-Admin, Analyst etc.\n* Zugriffsbeschränkungen nach Organisation/Feed definierbar\n\n### Feeds und Galaxies\n\n* Aktivierung von Feeds (z. B. CIRCL, Abuse.ch, OpenCTI)\n* Nutzung von Galaxies zur Klassifizierung (APT-Gruppen, Malware-Familien)\n\n## Verwendungsbeispiele\n\n### Beispiel 1: Import von IoCs aus externem Feed\n\n1. Feed aktivieren unter **Administration → List Feeds**\n2. Feed synchronisieren\n3. Ereignisse durchsuchen, analysieren, ggf. mit eigenen Daten korrelieren\n\n### Beispiel 2: Automatisierte Anbindung an SIEM\n\n* REST-API-Token erstellen\n* API-Calls zur Abfrage neuer Events (z. B. mit Python, Logstash oder MISP Workbench)\n* Integration in Security-Systeme über JSON/STIX export\n\n## Best Practices\n\n* Regelmäßige Backups der Datenbank\n* Taxonomien konsistent verwenden\n* Nutzung der Sighting-Funktion zur Validierung von IoCs\n* Vertrauensstufen (TLP, PAP) korrekt setzen\n* Nicht nur konsumieren – auch teilen!\n\n## Troubleshooting\n\n### Problem: MISP-Feeds laden nicht\n\n**Lösung:**\n\n* Internetverbindung prüfen\n* Cronjobs aktiv?\n* Logs prüfen: `/var/www/MISP/app/tmp/logs/error.log`\n\n### Problem: API gibt 403 zurück\n\n**Lösung:**\n\n* Ist der API-Key korrekt und aktiv?\n* Rechte des Benutzers überprüfen\n* IP-Filter im MISP-Backend beachten\n\n### Problem: Hohe Datenbanklast\n\n**Lösung:**\n\n* Indizes optimieren\n* Redis aktivieren\n* Alte Events regelmäßig archivieren oder löschen\n\n## Weiterführende Themen\n\n* STIX2-Import/Export\n* Erweiterungen mit MISP Modules (z. B. für Virustotal, YARA)\n* Föderierte Netzwerke und Community-Portale\n* Integration mit OpenCTI oder TheHive\n\n---\n\n**Links:**\n\n* 🌐 [Offizielle Projektseite](https://misp-project.org/)\n* 📦 [CC24-MISP-Instanz](https://misp.cc24.dev)\n* 📊 [Status-Monitoring](https://status.mikoshi.de/api/badge/34/status)\n\nLizenz: **AGPL-3.0**","src/content/knowledgebase/misp.md","35930fa919a46964",{"html":99,"metadata":100},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>\u003Cstrong>MISP (Malware Information Sharing Platform & Threat Sharing)\u003C/strong> ist eine freie Open-Source-Plattform zur strukturierten Erfassung, Speicherung, Analyse und gemeinsamen Nutzung von Cyber-Bedrohungsdaten. Mit über 40.000 Instanzen weltweit ist MISP der De-facto-Standard für den Austausch von Indicators of Compromise (IoCs) und Threat Intelligence zwischen CERTs, SOCs, Strafverfolgungsbehörden und anderen sicherheitsrelevanten Organisationen.\u003C/p>\n\u003Cp>Die föderierte Architektur ermöglicht einen kontrollierten, dezentralen Austausch von Informationen über vertrauenswürdige Partner hinweg. Durch Taxonomien, Tags und integrierte APIs ist eine automatische Anreicherung, Korrelation und Verarbeitung von Informationen in SIEMs, Firewalls oder Endpoint-Lösungen möglich.\u003C/p>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"voraussetzungen\">Voraussetzungen\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Server-Betriebssystem:\u003C/strong> Linux (empfohlen: Debian/Ubuntu)\u003C/li>\n\u003Cli>\u003Cstrong>Abhängigkeiten:\u003C/strong> MariaDB/MySQL, PHP, Apache/Nginx, Redis\u003C/li>\n\u003Cli>\u003Cstrong>Ressourcen:\u003C/strong> Mindestens 4 GB RAM, SSD empfohlen\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installationsschritte\">Installationsschritte\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Beispiel für Debian/Ubuntu:\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -y\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> curl\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> gnupg\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> python3-pip\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> redis-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mariadb-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apache2\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> libapache2-mod-php\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># MISP klonen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/MISP/MISP.git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/MISP\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Setup-Skript nutzen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/MISP\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">bash\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> INSTALL/INSTALL.debian.sh\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Weitere Details: \u003Ca href=\"https://misp.github.io/MISP/INSTALL.debian/\">Offizielle Installationsanleitung\u003C/a>\u003C/p>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Ch3 id=\"webserver\">Webserver\u003C/h3>\n\u003Cul>\n\u003Cli>HTTPS aktivieren (Let’s Encrypt oder Reverse Proxy)\u003C/li>\n\u003Cli>PHP-Konfiguration anpassen (\u003Ccode>upload_max_filesize\u003C/code>, \u003Ccode>memory_limit\u003C/code>, \u003Ccode>post_max_size\u003C/code>)\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"benutzerrollen\">Benutzerrollen\u003C/h3>\n\u003Cul>\n\u003Cli>Administrator, Org-Admin, Analyst etc.\u003C/li>\n\u003Cli>Zugriffsbeschränkungen nach Organisation/Feed definierbar\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"feeds-und-galaxies\">Feeds und Galaxies\u003C/h3>\n\u003Cul>\n\u003Cli>Aktivierung von Feeds (z. B. CIRCL, Abuse.ch, OpenCTI)\u003C/li>\n\u003Cli>Nutzung von Galaxies zur Klassifizierung (APT-Gruppen, Malware-Familien)\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"beispiel-1-import-von-iocs-aus-externem-feed\">Beispiel 1: Import von IoCs aus externem Feed\u003C/h3>\n\u003Col>\n\u003Cli>Feed aktivieren unter \u003Cstrong>Administration → List Feeds\u003C/strong>\u003C/li>\n\u003Cli>Feed synchronisieren\u003C/li>\n\u003Cli>Ereignisse durchsuchen, analysieren, ggf. mit eigenen Daten korrelieren\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"beispiel-2-automatisierte-anbindung-an-siem\">Beispiel 2: Automatisierte Anbindung an SIEM\u003C/h3>\n\u003Cul>\n\u003Cli>REST-API-Token erstellen\u003C/li>\n\u003Cli>API-Calls zur Abfrage neuer Events (z. B. mit Python, Logstash oder MISP Workbench)\u003C/li>\n\u003Cli>Integration in Security-Systeme über JSON/STIX export\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Regelmäßige Backups der Datenbank\u003C/li>\n\u003Cli>Taxonomien konsistent verwenden\u003C/li>\n\u003Cli>Nutzung der Sighting-Funktion zur Validierung von IoCs\u003C/li>\n\u003Cli>Vertrauensstufen (TLP, PAP) korrekt setzen\u003C/li>\n\u003Cli>Nicht nur konsumieren – auch teilen!\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-misp-feeds-laden-nicht\">Problem: MISP-Feeds laden nicht\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Internetverbindung prüfen\u003C/li>\n\u003Cli>Cronjobs aktiv?\u003C/li>\n\u003Cli>Logs prüfen: \u003Ccode>/var/www/MISP/app/tmp/logs/error.log\u003C/code>\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"problem-api-gibt-403-zurück\">Problem: API gibt 403 zurück\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Ist der API-Key korrekt und aktiv?\u003C/li>\n\u003Cli>Rechte des Benutzers überprüfen\u003C/li>\n\u003Cli>IP-Filter im MISP-Backend beachten\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"problem-hohe-datenbanklast\">Problem: Hohe Datenbanklast\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Indizes optimieren\u003C/li>\n\u003Cli>Redis aktivieren\u003C/li>\n\u003Cli>Alte Events regelmäßig archivieren oder löschen\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>STIX2-Import/Export\u003C/li>\n\u003Cli>Erweiterungen mit MISP Modules (z. B. für Virustotal, YARA)\u003C/li>\n\u003Cli>Föderierte Netzwerke und Community-Portale\u003C/li>\n\u003Cli>Integration mit OpenCTI oder TheHive\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>\u003Cstrong>Links:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>🌐 \u003Ca href=\"https://misp-project.org/\">Offizielle Projektseite\u003C/a>\u003C/li>\n\u003Cli>📦 \u003Ca href=\"https://misp.cc24.dev\">CC24-MISP-Instanz\u003C/a>\u003C/li>\n\u003Cli>📊 \u003Ca href=\"https://status.mikoshi.de/api/badge/34/status\">Status-Monitoring\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Cp>Lizenz: \u003Cstrong>AGPL-3.0\u003C/strong>\u003C/p>",{"headings":101,"localImagePaths":145,"remoteImagePaths":146,"frontmatter":79,"imagePaths":147},[102,103,106,109,112,115,118,121,124,125,128,131,132,135,138,141,144],{"depth":41,"slug":42,"text":43},{"depth":45,"slug":104,"text":105},"installation","Installation",{"depth":49,"slug":107,"text":108},"voraussetzungen","Voraussetzungen",{"depth":49,"slug":110,"text":111},"installationsschritte","Installationsschritte",{"depth":45,"slug":113,"text":114},"konfiguration","Konfiguration",{"depth":49,"slug":116,"text":117},"webserver","Webserver",{"depth":49,"slug":119,"text":120},"benutzerrollen","Benutzerrollen",{"depth":49,"slug":122,"text":123},"feeds-und-galaxies","Feeds und Galaxies",{"depth":45,"slug":46,"text":47},{"depth":49,"slug":126,"text":127},"beispiel-1-import-von-iocs-aus-externem-feed","Beispiel 1: Import von IoCs aus externem Feed",{"depth":49,"slug":129,"text":130},"beispiel-2-automatisierte-anbindung-an-siem","Beispiel 2: Automatisierte Anbindung an SIEM",{"depth":45,"slug":62,"text":63},{"depth":45,"slug":133,"text":134},"troubleshooting","Troubleshooting",{"depth":49,"slug":136,"text":137},"problem-misp-feeds-laden-nicht","Problem: MISP-Feeds laden nicht",{"depth":49,"slug":139,"text":140},"problem-api-gibt-403-zurück","Problem: API gibt 403 zurück",{"depth":49,"slug":142,"text":143},"problem-hohe-datenbanklast","Problem: Hohe Datenbanklast",{"depth":45,"slug":65,"text":66},[],[],[],"misp.md","kali-linux",{"id":149,"data":151,"body":166,"filePath":167,"digest":168,"rendered":169,"legacyId":222},{"title":152,"tool_name":153,"description":154,"last_updated":155,"author":16,"difficulty":17,"categories":156,"tags":159,"sections":165,"review_status":32},"Kali Linux - Die Hacker-Distribution für Forensik & Penetration Testing","Kali Linux","Leitfaden zur Installation, Nutzung und Best Practices für Kali Linux – die All-in-One-Plattform für Security-Profis.",["Date","2025-07-20T00:00:00.000Z"],[19,157,158],"forensics","penetration-testing",[160,161,158,162,163,164],"live-boot","tool-collection","forensics-suite","virtualization","arm-support",{"overview":30,"installation":30,"configuration":30,"usage_examples":30,"best_practices":30,"troubleshooting":30,"advanced_topics":30},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\nKali Linux ist eine auf Debian basierende Linux-Distribution, die speziell für Penetration Testing, digitale Forensik, Reverse Engineering und Incident Response entwickelt wurde. Mit über 600 vorinstallierten Tools ist sie ein unverzichtbares Werkzeug für Security-Experten, Ermittler und forensische Analysten. Die Live-Boot-Funktion erlaubt es, Systeme ohne Spuren zu hinterlassen zu analysieren – ideal für forensische Untersuchungen.\n\n## Installation\n\n### Option 1: Live-System (USB/DVD)\n\n1. ISO-Image von [kali.org](https://www.kali.org/get-kali/) herunterladen.\n2. Mit **Rufus** oder **balenaEtcher** auf einen USB-Stick schreiben.\n3. Vom USB-Stick booten (ggf. Boot-Reihenfolge im BIOS anpassen).\n4. Kali kann direkt ohne Installation im Live-Modus verwendet werden.\n\n### Option 2: Installation auf Festplatte\n\n1. ISO-Image booten und **Graphical Install** wählen.\n2. Schritt-für-Schritt durch den Installationsassistenten navigieren:\n - Sprache, Zeitzone und Tastaturlayout auswählen\n - Partitionierung konfigurieren (automatisch oder manuell)\n - Benutzerkonten erstellen\n3. Nach Installation Neustart durchführen.\n\n### Option 3: Virtuelle Maschine (VM)\n\n- Offizielle VM-Images für VirtualBox und VMware von der [Kali-Website](https://www.kali.org/get-kali/#kali-virtual-machines)\n- Importieren, ggf. Netzwerkbrücke und Shared Folders aktivieren\n\n## Konfiguration\n\n### Netzwerkeinstellungen\n\n- Konfiguration über `nmtui` oder `/etc/network/interfaces`\n- VPN und Proxy-Integration über GUI oder Terminal\n\n### Updates & Paketquellen\n\n```bash\nsudo apt update && sudo apt full-upgrade\n````\n\n> Hinweis: `kali-rolling` ist die Standard-Distribution für kontinuierliche Updates.\n\n### Sprache & Lokalisierung\n\n```bash\nsudo dpkg-reconfigure locales\nsudo dpkg-reconfigure keyboard-configuration\n```\n\n## Verwendungsbeispiele\n\n### 1. Netzwerkscan mit Nmap\n\n```bash\nnmap -sS -T4 -A 192.168.1.0/24\n```\n\n### 2. Passwort-Cracking mit John the Ripper\n\n```bash\njohn --wordlist=/usr/share/wordlists/rockyou.txt hashes.txt\n```\n\n### 3. Forensik mit Autopsy\n\n```bash\nautopsy &\n```\n\n### 4. Android-Analyse mit MobSF (in Docker)\n\n```bash\ndocker pull opensecurity/mobile-security-framework-mobsf\ndocker run -it -p 8000:8000 mobsf\n```\n\n## Best Practices\n\n* Nutze immer **aktuelle Snapshots** oder VM-Clones vor gefährlichen Tests\n* Verwende separate Netzwerke (z. B. Host-only oder NAT) für Tests\n* Deaktiviere automatisches WLAN bei forensischen Analysen\n* Prüfe und aktualisiere regelmäßig Toolsets (`apt`, `git`, `pip`)\n* Halte deine ISO-Images versioniert für forensische Reproduzierbarkeit\n\n## Troubleshooting\n\n### Problem: Keine Internetverbindung nach Installation\n\n**Lösung:** Netzwerkadapter prüfen, ggf. mit `ifconfig` oder `ip a` überprüfen, DHCP aktivieren.\n\n### Problem: Tools fehlen nach Update\n\n**Lösung:** Tool-Gruppen wie `kali-linux-default` manuell nachinstallieren:\n\n```bash\nsudo apt install kali-linux-default\n```\n\n### Problem: „Permission Denied“ bei Tools\n\n**Lösung:** Root-Rechte nutzen oder mit `sudo` ausführen.\n\n## Weiterführende Themen\n\n* **Kustomisierung von Kali ISOs** mit `live-build`\n* **NetHunter**: Kali für mobile Geräte (Android)\n* **Kali Purple**: Defensive Security Suite\n* Integration mit **Cloud-Infrastrukturen** via WSL oder Azure\n\n---\n\n**Links & Ressourcen:**\n\n* Offizielle Website: [https://kali.org](https://kali.org/)\n* Dokumentation: [https://docs.kali.org/](https://docs.kali.org/)\n* GitLab Repo: [https://gitlab.com/kalilinux](https://gitlab.com/kalilinux)\n* Discord-Community: [https://discord.com/invite/kali-linux](https://discord.com/invite/kali-linux)","src/content/knowledgebase/kali-linux.md","09243ebc79d75dbc",{"html":170,"metadata":171},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Kali Linux ist eine auf Debian basierende Linux-Distribution, die speziell für Penetration Testing, digitale Forensik, Reverse Engineering und Incident Response entwickelt wurde. Mit über 600 vorinstallierten Tools ist sie ein unverzichtbares Werkzeug für Security-Experten, Ermittler und forensische Analysten. Die Live-Boot-Funktion erlaubt es, Systeme ohne Spuren zu hinterlassen zu analysieren – ideal für forensische Untersuchungen.\u003C/p>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"option-1-live-system-usbdvd\">Option 1: Live-System (USB/DVD)\u003C/h3>\n\u003Col>\n\u003Cli>ISO-Image von \u003Ca href=\"https://www.kali.org/get-kali/\">kali.org\u003C/a> herunterladen.\u003C/li>\n\u003Cli>Mit \u003Cstrong>Rufus\u003C/strong> oder \u003Cstrong>balenaEtcher\u003C/strong> auf einen USB-Stick schreiben.\u003C/li>\n\u003Cli>Vom USB-Stick booten (ggf. Boot-Reihenfolge im BIOS anpassen).\u003C/li>\n\u003Cli>Kali kann direkt ohne Installation im Live-Modus verwendet werden.\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"option-2-installation-auf-festplatte\">Option 2: Installation auf Festplatte\u003C/h3>\n\u003Col>\n\u003Cli>ISO-Image booten und \u003Cstrong>Graphical Install\u003C/strong> wählen.\u003C/li>\n\u003Cli>Schritt-für-Schritt durch den Installationsassistenten navigieren:\n\u003Cul>\n\u003Cli>Sprache, Zeitzone und Tastaturlayout auswählen\u003C/li>\n\u003Cli>Partitionierung konfigurieren (automatisch oder manuell)\u003C/li>\n\u003Cli>Benutzerkonten erstellen\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Nach Installation Neustart durchführen.\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"option-3-virtuelle-maschine-vm\">Option 3: Virtuelle Maschine (VM)\u003C/h3>\n\u003Cul>\n\u003Cli>Offizielle VM-Images für VirtualBox und VMware von der \u003Ca href=\"https://www.kali.org/get-kali/#kali-virtual-machines\">Kali-Website\u003C/a>\u003C/li>\n\u003Cli>Importieren, ggf. Netzwerkbrücke und Shared Folders aktivieren\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Ch3 id=\"netzwerkeinstellungen\">Netzwerkeinstellungen\u003C/h3>\n\u003Cul>\n\u003Cli>Konfiguration über \u003Ccode>nmtui\u003C/code> oder \u003Ccode>/etc/network/interfaces\u003C/code>\u003C/li>\n\u003Cli>VPN und Proxy-Integration über GUI oder Terminal\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"updates--paketquellen\">Updates & Paketquellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> full-upgrade\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cblockquote>\n\u003Cp>Hinweis: \u003Ccode>kali-rolling\u003C/code> ist die Standard-Distribution für kontinuierliche Updates.\u003C/p>\n\u003C/blockquote>\n\u003Ch3 id=\"sprache--lokalisierung\">Sprache & Lokalisierung\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dpkg-reconfigure\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> locales\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dpkg-reconfigure\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> keyboard-configuration\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"1-netzwerkscan-mit-nmap\">1. Netzwerkscan mit Nmap\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">nmap\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -sS\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -T4\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -A\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 192.168.1.0/24\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"2-passwort-cracking-mit-john-the-ripper\">2. Passwort-Cracking mit John the Ripper\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">john\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --wordlist=/usr/share/wordlists/rockyou.txt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> hashes.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"3-forensik-mit-autopsy\">3. Forensik mit Autopsy\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">autopsy\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> &\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"4-android-analyse-mit-mobsf-in-docker\">4. Android-Analyse mit MobSF (in Docker)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">docker\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> opensecurity/mobile-security-framework-mobsf\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">docker\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> run\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -it\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -p\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 8000:8000\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mobsf\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Nutze immer \u003Cstrong>aktuelle Snapshots\u003C/strong> oder VM-Clones vor gefährlichen Tests\u003C/li>\n\u003Cli>Verwende separate Netzwerke (z. B. Host-only oder NAT) für Tests\u003C/li>\n\u003Cli>Deaktiviere automatisches WLAN bei forensischen Analysen\u003C/li>\n\u003Cli>Prüfe und aktualisiere regelmäßig Toolsets (\u003Ccode>apt\u003C/code>, \u003Ccode>git\u003C/code>, \u003Ccode>pip\u003C/code>)\u003C/li>\n\u003Cli>Halte deine ISO-Images versioniert für forensische Reproduzierbarkeit\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-keine-internetverbindung-nach-installation\">Problem: Keine Internetverbindung nach Installation\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Netzwerkadapter prüfen, ggf. mit \u003Ccode>ifconfig\u003C/code> oder \u003Ccode>ip a\u003C/code> überprüfen, DHCP aktivieren.\u003C/p>\n\u003Ch3 id=\"problem-tools-fehlen-nach-update\">Problem: Tools fehlen nach Update\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Tool-Gruppen wie \u003Ccode>kali-linux-default\u003C/code> manuell nachinstallieren:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> kali-linux-default\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"problem-permission-denied-bei-tools\">Problem: „Permission Denied“ bei Tools\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Root-Rechte nutzen oder mit \u003Ccode>sudo\u003C/code> ausführen.\u003C/p>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Kustomisierung von Kali ISOs\u003C/strong> mit \u003Ccode>live-build\u003C/code>\u003C/li>\n\u003Cli>\u003Cstrong>NetHunter\u003C/strong>: Kali für mobile Geräte (Android)\u003C/li>\n\u003Cli>\u003Cstrong>Kali Purple\u003C/strong>: Defensive Security Suite\u003C/li>\n\u003Cli>Integration mit \u003Cstrong>Cloud-Infrastrukturen\u003C/strong> via WSL oder Azure\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>\u003Cstrong>Links & Ressourcen:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Offizielle Website: \u003Ca href=\"https://kali.org/\">https://kali.org\u003C/a>\u003C/li>\n\u003Cli>Dokumentation: \u003Ca href=\"https://docs.kali.org/\">https://docs.kali.org/\u003C/a>\u003C/li>\n\u003Cli>GitLab Repo: \u003Ca href=\"https://gitlab.com/kalilinux\">https://gitlab.com/kalilinux\u003C/a>\u003C/li>\n\u003Cli>Discord-Community: \u003Ca href=\"https://discord.com/invite/kali-linux\">https://discord.com/invite/kali-linux\u003C/a>\u003C/li>\n\u003C/ul>",{"headings":172,"localImagePaths":219,"remoteImagePaths":220,"frontmatter":151,"imagePaths":221},[173,174,175,178,181,184,185,188,191,194,195,198,201,204,207,208,209,212,215,218],{"depth":41,"slug":42,"text":43},{"depth":45,"slug":104,"text":105},{"depth":49,"slug":176,"text":177},"option-1-live-system-usbdvd","Option 1: Live-System (USB/DVD)",{"depth":49,"slug":179,"text":180},"option-2-installation-auf-festplatte","Option 2: Installation auf Festplatte",{"depth":49,"slug":182,"text":183},"option-3-virtuelle-maschine-vm","Option 3: Virtuelle Maschine (VM)",{"depth":45,"slug":113,"text":114},{"depth":49,"slug":186,"text":187},"netzwerkeinstellungen","Netzwerkeinstellungen",{"depth":49,"slug":189,"text":190},"updates--paketquellen","Updates & Paketquellen",{"depth":49,"slug":192,"text":193},"sprache--lokalisierung","Sprache & Lokalisierung",{"depth":45,"slug":46,"text":47},{"depth":49,"slug":196,"text":197},"1-netzwerkscan-mit-nmap","1. Netzwerkscan mit Nmap",{"depth":49,"slug":199,"text":200},"2-passwort-cracking-mit-john-the-ripper","2. Passwort-Cracking mit John the Ripper",{"depth":49,"slug":202,"text":203},"3-forensik-mit-autopsy","3. Forensik mit Autopsy",{"depth":49,"slug":205,"text":206},"4-android-analyse-mit-mobsf-in-docker","4. Android-Analyse mit MobSF (in Docker)",{"depth":45,"slug":62,"text":63},{"depth":45,"slug":133,"text":134},{"depth":49,"slug":210,"text":211},"problem-keine-internetverbindung-nach-installation","Problem: Keine Internetverbindung nach Installation",{"depth":49,"slug":213,"text":214},"problem-tools-fehlen-nach-update","Problem: Tools fehlen nach Update",{"depth":49,"slug":216,"text":217},"problem-permission-denied-bei-tools","Problem: „Permission Denied“ bei Tools",{"depth":45,"slug":65,"text":66},[],[],[],"kali-linux.md","velociraptor",{"id":223,"data":225,"body":239,"filePath":240,"digest":241,"rendered":242,"legacyId":287},{"title":226,"tool_name":227,"description":228,"last_updated":229,"author":16,"difficulty":230,"categories":231,"tags":232,"sections":238,"review_status":32},"Velociraptor – Skalierbare Endpoint-Forensik mit VQL","Velociraptor","Detaillierte Anleitung und Best Practices für Velociraptor – Remote-Forensik der nächsten Generation",["Date","2025-07-20T00:00:00.000Z"],"advanced",[19,20,21],[88,233,234,235,236,237],"endpoint-monitoring","artifact-extraction","scripting","live-forensics","hunting",{"overview":30,"installation":30,"configuration":30,"usage_examples":30,"best_practices":30,"troubleshooting":30,"advanced_topics":30},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\nVelociraptor ist ein Open-Source-Tool zur Endpoint-Forensik mit Fokus auf Skalierbarkeit, Präzision und Geschwindigkeit. Es ermöglicht die zielgerichtete Erfassung und Analyse digitaler Artefakte über eine eigene Query Language – VQL (Velociraptor Query Language). Die Architektur erlaubt remote Zugriff auf tausende Endpoints gleichzeitig, ohne dass vollständige Disk-Images erforderlich sind.\n\n## Hauptmerkmale\n\n- 🌐 Web-basierte Benutzeroberfläche\n- 💡 VQL – mächtige, SQL-ähnliche Abfragesprache\n- 🚀 Hochskalierbare Hunt-Funktionalität\n- 🔍 Artefaktbasierte Sammlung (ohne Full-Image)\n- 🖥️ Plattformunterstützung für Windows, macOS, Linux\n- 📦 Apache 2.0 Lizenz – Open Source\n\nWeitere Infos: [velociraptor.app](https://www.velociraptor.app/) \nProjektspiegel: [raptor.cc24.dev](https://raptor.cc24.dev) \nStatus: \n\n---\n\n## Installation\n\n### Voraussetzungen\n\n- Python ≥ 3.9\n- Adminrechte auf dem System\n- Firewall-Freigaben für Webport (Standard: 8000)\n\n### Installation unter Linux/macOS\n\n```bash\nwget https://github.com/Velocidex/velociraptor/releases/latest/download/velociraptor\nchmod +x velociraptor\nsudo mv velociraptor /usr/local/bin/\n````\n\n### Installation unter Windows\n\n1. Download der `.exe` von der [Release-Seite](https://github.com/Velocidex/velociraptor/releases)\n2. Ausführung in PowerShell mit Adminrechten:\n\n ```powershell\n .\\velociraptor.exe config generate > server.config.yaml\n ```\n\n---\n\n## Konfiguration\n\n### Server Setup\n\n1. Generiere die Konfigurationsdatei:\n\n ```bash\n velociraptor config generate > server.config.yaml\n ```\n2. Starte den Server:\n\n ```bash\n velociraptor --config server.config.yaml frontend\n ```\n3. Zugriff über Browser via `https://\u003Chostname>:8000`\n\n### Client Deployment\n\n* MSI/EXE für Windows, oder `deb/rpm` für Linux\n* Unterstützt automatische Registrierung am Server\n* Deployment über GPO, Puppet, Ansible etc. möglich\n\n---\n\n## Verwendungsbeispiele\n\n### 1. Live-Memory-Artefakte sammeln\n\n```vql\nSELECT * FROM Artifact.MemoryInfo()\n```\n\n### 2. Hunt starten auf verdächtige Prozesse\n\n```vql\nSELECT * FROM pslist()\nWHERE Name =~ \"mimikatz|cobaltstrike\"\n```\n\n### 3. Dateiinhalt extrahieren\n\n```vql\nSELECT * FROM glob(globs=\"C:\\\\Users\\\\*\\\\AppData\\\\*.dat\")\n```\n\n---\n\n## Best Practices\n\n* Erstelle eigene Artefakte für unternehmensspezifische Bedrohungsmodelle\n* Verwende \"Notebook\"-Funktion für strukturierte Analysen\n* Nutze \"Labels\", um Endpoints zu organisieren (z. B. `location:Berlin`)\n* Kombiniere Velociraptor mit SIEM/EDR-Systemen über REST API\n\n---\n\n## Troubleshooting\n\n### Problem: Keine Verbindung vom Client zum Server\n\n**Lösung:**\n\n* Ports freigegeben? (Default: 8000/tcp)\n* TLS-Zertifikate korrekt generiert?\n* `server.config.yaml` auf korrekte `public_ip` prüfen\n\n### Problem: Hunt hängt in Warteschleife\n\n**Lösung:**\n\n* Genügend Worker-Prozesse aktiv?\n* Endpoint online?\n* `log_level` auf `debug` setzen und Log analysieren\n\n---\n\n## Weiterführende Themen\n\n* Eigene Artefakte schreiben mit VQL\n* Integration mit ELK Stack\n* Automatisiertes Incident Response Playbook\n* Velociraptor als IR-as-a-Service einsetzen\n\n---\n\n🧠 **Tipp:** Die Lernkurve bei VQL ist steil – aber mit hohem ROI. Testumgebung aufsetzen und mit Community-Artefakten starten.\n\n📚 Weitere Ressourcen:\n\n* [Offizielle Doku](https://docs.velociraptor.app/)\n* [YouTube Channel](https://www.youtube.com/c/VelociraptorDFIR)\n* [Community auf Discord](https://www.velociraptor.app/community/)","src/content/knowledgebase/velociraptor.md","05636b9b97e61d17",{"html":243,"metadata":244},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Velociraptor ist ein Open-Source-Tool zur Endpoint-Forensik mit Fokus auf Skalierbarkeit, Präzision und Geschwindigkeit. Es ermöglicht die zielgerichtete Erfassung und Analyse digitaler Artefakte über eine eigene Query Language – VQL (Velociraptor Query Language). Die Architektur erlaubt remote Zugriff auf tausende Endpoints gleichzeitig, ohne dass vollständige Disk-Images erforderlich sind.\u003C/p>\n\u003Ch2 id=\"hauptmerkmale\">Hauptmerkmale\u003C/h2>\n\u003Cul>\n\u003Cli>🌐 Web-basierte Benutzeroberfläche\u003C/li>\n\u003Cli>💡 VQL – mächtige, SQL-ähnliche Abfragesprache\u003C/li>\n\u003Cli>🚀 Hochskalierbare Hunt-Funktionalität\u003C/li>\n\u003Cli>🔍 Artefaktbasierte Sammlung (ohne Full-Image)\u003C/li>\n\u003Cli>🖥️ Plattformunterstützung für Windows, macOS, Linux\u003C/li>\n\u003Cli>📦 Apache 2.0 Lizenz – Open Source\u003C/li>\n\u003C/ul>\n\u003Cp>Weitere Infos: \u003Ca href=\"https://www.velociraptor.app/\">velociraptor.app\u003C/a>\u003Cbr>\nProjektspiegel: \u003Ca href=\"https://raptor.cc24.dev\">raptor.cc24.dev\u003C/a>\u003Cbr>\nStatus: \u003Cimg src=\"https://status.mikoshi.de/api/badge/33/status\" alt=\"Status\">\u003C/p>\n\u003Chr>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"voraussetzungen\">Voraussetzungen\u003C/h3>\n\u003Cul>\n\u003Cli>Python ≥ 3.9\u003C/li>\n\u003Cli>Adminrechte auf dem System\u003C/li>\n\u003Cli>Firewall-Freigaben für Webport (Standard: 8000)\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installation-unter-linuxmacos\">Installation unter Linux/macOS\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">wget\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/Velocidex/velociraptor/releases/latest/download/velociraptor\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">chmod\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> +x\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> velociraptor\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mv\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> velociraptor\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /usr/local/bin/\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"installation-unter-windows\">Installation unter Windows\u003C/h3>\n\u003Col>\n\u003Cli>\n\u003Cp>Download der \u003Ccode>.exe\u003C/code> von der \u003Ca href=\"https://github.com/Velocidex/velociraptor/releases\">Release-Seite\u003C/a>\u003C/p>\n\u003C/li>\n\u003Cli>\n\u003Cp>Ausführung in PowerShell mit Adminrechten:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"powershell\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">.\\\u003C/span>\u003Cspan style=\"color:#79B8FF\">velociraptor.exe\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> config generate \u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> server.config.yaml\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003C/ol>\n\u003Chr>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Ch3 id=\"server-setup\">Server Setup\u003C/h3>\n\u003Col>\n\u003Cli>\n\u003Cp>Generiere die Konfigurationsdatei:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">velociraptor\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> config\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> generate\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> server.config.yaml\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003Cli>\n\u003Cp>Starte den Server:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">velociraptor\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --config\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> server.config.yaml\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> frontend\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003Cli>\n\u003Cp>Zugriff über Browser via \u003Ccode>https://<hostname>:8000\u003C/code>\u003C/p>\n\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"client-deployment\">Client Deployment\u003C/h3>\n\u003Cul>\n\u003Cli>MSI/EXE für Windows, oder \u003Ccode>deb/rpm\u003C/code> für Linux\u003C/li>\n\u003Cli>Unterstützt automatische Registrierung am Server\u003C/li>\n\u003Cli>Deployment über GPO, Puppet, Ansible etc. möglich\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"1-live-memory-artefakte-sammeln\">1. Live-Memory-Artefakte sammeln\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>SELECT * FROM Artifact.MemoryInfo()\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"2-hunt-starten-auf-verdächtige-prozesse\">2. Hunt starten auf verdächtige Prozesse\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>SELECT * FROM pslist()\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan>WHERE Name =~ \"mimikatz|cobaltstrike\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"3-dateiinhalt-extrahieren\">3. Dateiinhalt extrahieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"plaintext\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan>SELECT * FROM glob(globs=\"C:\\\\Users\\\\*\\\\AppData\\\\*.dat\")\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Chr>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Erstelle eigene Artefakte für unternehmensspezifische Bedrohungsmodelle\u003C/li>\n\u003Cli>Verwende “Notebook”-Funktion für strukturierte Analysen\u003C/li>\n\u003Cli>Nutze “Labels”, um Endpoints zu organisieren (z. B. \u003Ccode>location:Berlin\u003C/code>)\u003C/li>\n\u003Cli>Kombiniere Velociraptor mit SIEM/EDR-Systemen über REST API\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-keine-verbindung-vom-client-zum-server\">Problem: Keine Verbindung vom Client zum Server\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Ports freigegeben? (Default: 8000/tcp)\u003C/li>\n\u003Cli>TLS-Zertifikate korrekt generiert?\u003C/li>\n\u003Cli>\u003Ccode>server.config.yaml\u003C/code> auf korrekte \u003Ccode>public_ip\u003C/code> prüfen\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"problem-hunt-hängt-in-warteschleife\">Problem: Hunt hängt in Warteschleife\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Genügend Worker-Prozesse aktiv?\u003C/li>\n\u003Cli>Endpoint online?\u003C/li>\n\u003Cli>\u003Ccode>log_level\u003C/code> auf \u003Ccode>debug\u003C/code> setzen und Log analysieren\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>Eigene Artefakte schreiben mit VQL\u003C/li>\n\u003Cli>Integration mit ELK Stack\u003C/li>\n\u003Cli>Automatisiertes Incident Response Playbook\u003C/li>\n\u003Cli>Velociraptor als IR-as-a-Service einsetzen\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>🧠 \u003Cstrong>Tipp:\u003C/strong> Die Lernkurve bei VQL ist steil – aber mit hohem ROI. Testumgebung aufsetzen und mit Community-Artefakten starten.\u003C/p>\n\u003Cp>📚 Weitere Ressourcen:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://docs.velociraptor.app/\">Offizielle Doku\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://www.youtube.com/c/VelociraptorDFIR\">YouTube Channel\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://www.velociraptor.app/community/\">Community auf Discord\u003C/a>\u003C/li>\n\u003C/ul>",{"headings":245,"localImagePaths":284,"remoteImagePaths":285,"frontmatter":225,"imagePaths":286},[246,247,250,251,252,255,258,259,262,265,266,269,272,275,276,277,280,283],{"depth":41,"slug":42,"text":43},{"depth":45,"slug":248,"text":249},"hauptmerkmale","Hauptmerkmale",{"depth":45,"slug":104,"text":105},{"depth":49,"slug":107,"text":108},{"depth":49,"slug":253,"text":254},"installation-unter-linuxmacos","Installation unter Linux/macOS",{"depth":49,"slug":256,"text":257},"installation-unter-windows","Installation unter Windows",{"depth":45,"slug":113,"text":114},{"depth":49,"slug":260,"text":261},"server-setup","Server Setup",{"depth":49,"slug":263,"text":264},"client-deployment","Client Deployment",{"depth":45,"slug":46,"text":47},{"depth":49,"slug":267,"text":268},"1-live-memory-artefakte-sammeln","1. Live-Memory-Artefakte sammeln",{"depth":49,"slug":270,"text":271},"2-hunt-starten-auf-verdächtige-prozesse","2. Hunt starten auf verdächtige Prozesse",{"depth":49,"slug":273,"text":274},"3-dateiinhalt-extrahieren","3. Dateiinhalt extrahieren",{"depth":45,"slug":62,"text":63},{"depth":45,"slug":133,"text":134},{"depth":49,"slug":278,"text":279},"problem-keine-verbindung-vom-client-zum-server","Problem: Keine Verbindung vom Client zum Server",{"depth":49,"slug":281,"text":282},"problem-hunt-hängt-in-warteschleife","Problem: Hunt hängt in Warteschleife",{"depth":45,"slug":65,"text":66},[],[],[],"velociraptor.md","android-logical-imaging",{"id":288,"data":290,"body":303,"filePath":304,"digest":305,"rendered":306,"legacyId":534},{"title":291,"tool_name":292,"description":293,"last_updated":294,"author":295,"difficulty":230,"categories":296,"tags":298,"sections":302,"review_status":32},"Extraktion logischer Dateisysteme alter Android-Smartphones - eine KI-Recherche","Android Logical Imaging","Wie man alte Android-Handys aufbekommen könnte - eine Recherche von Claude",["Date","2025-07-21T00:00:00.000Z"],"Claude 4 Sonnet (Research)",[297],"data-collection",[299,300,301],"imaging","filesystem","hardware-interface",{"overview":30,"installation":30,"configuration":30,"usage_examples":30,"best_practices":30,"troubleshooting":30,"advanced_topics":30},"# Übersicht\n\nOpen-Source Android Forensik bietet robuste Alternativen zu kommerziellen Lösungen wie Cellebrite UFED und Magnet AXIOM. Besonders für ältere Android-Geräte (5+ Jahre) existieren bewährte Methoden zur Datenextraktion und -analyse.\n\n## Kernkomponenten des Open-Source Forensik-Stacks\n\n**Autopsy Digital Forensics Platform** bildet das Fundament mit GUI-basierter Analyse und integrierten Android-Parsing-Fähigkeiten. Die Plattform unterstützt **ALEAPP (Android Logs Events And Protobuf Parser)**, das über 100 Artefakt-Kategorien aus Android-Extraktionen parst.\n\n**Mobile Verification Toolkit (MVT)** von Amnesty International bietet spezialisierte Command-Line-Tools für Android-Analyse mit Fokus auf Kompromittierungserkennung.\n\n**SIFT Workstation** stellt eine komplette Ubuntu-basierte forensische Umgebung mit 125+ vorinstallierten Tools bereit.\n\n## Erfolgsraten nach Gerätealter\n\n- **Pre-2017 Geräte**: 85-98% logische Extraktion, 30-70% physische Extraktion\n- **2017-2019 Geräte**: 80-95% logische Extraktion, 15-35% physische Extraktion \n- **2020+ Geräte**: 70-85% logische Extraktion, 5-15% physische Extraktion\n\n# Installation\n\n## SIFT Workstation Setup\n\n### Systemanforderungen\n- Quad-Core CPU 2.5GHz+\n- 16GB+ RAM\n- 500GB+ SSD Speicher\n- USB 3.0+ Anschlüsse\n\n### Installation\n1. Download von [SANS SIFT Workstation](https://www.sans.org/tools/sift-workstation/)\n2. VMware/VirtualBox Import der OVA-Datei\n3. VM-Konfiguration: 8GB+ RAM, 4+ CPU-Kerne\n\n```bash\n# Update nach Installation\nsudo apt update && sudo apt upgrade -y\nsudo sift update\n```\n\n## Autopsy Installation\n\n### Windows Installation\n1. Download von [autopsy.com](https://www.autopsy.com/)\n2. Java 8+ Installation erforderlich\n3. Installation mit Administratorrechten\n\n### Linux Installation\n```bash\n# Ubuntu/Debian\nsudo apt install autopsy sleuthkit\n# Oder manueller Download und Installation\nwget https://github.com/sleuthkit/autopsy/releases/latest\n```\n\n## Essential Tools Installation\n\n### Android Debug Bridge (ADB)\n```bash\n# Ubuntu/Debian\nsudo apt install android-tools-adb android-tools-fastboot\n\n# Windows - Download Android Platform Tools\n# https://developer.android.com/studio/releases/platform-tools\n```\n\n### ALEAPP Installation\n```bash\ngit clone https://github.com/abrignoni/ALEAPP.git\ncd ALEAPP\npip3 install -r requirements.txt\n```\n\n### Mobile Verification Toolkit (MVT)\n```bash\npip3 install mvt\n# Oder via GitHub für neueste Version\ngit clone https://github.com/mvt-project/mvt.git\ncd mvt && pip3 install .\n```\n\n### Andriller Installation\n```bash\ngit clone https://github.com/den4uk/andriller.git\ncd andriller\npip3 install -r requirements.txt\n```\n\n# Konfiguration\n\n## ADB Setup und Gerätevorbereitung\n\n### USB-Debugging aktivieren\n1. Entwickleroptionen freischalten (7x Build-Nummer antippen)\n2. USB-Debugging aktivieren\n3. Gerät via USB verbinden\n4. RSA-Fingerprint akzeptieren\n\n### ADB Verbindung testen\n```bash\nadb devices\n# Sollte Gerät mit \"device\" Status zeigen\nadb shell getprop ro.build.version.release # Android Version\nadb shell getprop ro.product.model # Gerätemodell\n```\n\n## Autopsy Projektkonfiguration\n\n### Case-Setup\n1. Neuen Fall erstellen\n2. Ermittler-Informationen eingeben\n3. Case-Verzeichnis festlegen (ausreichend Speicherplatz)\n\n### Android Analyzer Module aktivieren\n- Tools → Options → Modules\n- Android Analyzer aktivieren\n- ALEAPP Integration konfigurieren\n\n### Hash-Algorithmen konfigurieren\n- MD5, SHA-1, SHA-256 für Integritätsprüfung\n- Automatische Hash-Berechnung bei Import aktivieren\n\n## MVT Konfiguration\n\n### Konfigurationsdatei erstellen\n```yaml\n# ~/.mvt/config.yaml\nadb_path: \"/usr/bin/adb\"\noutput_folder: \"/home/user/mvt_output\"\n```\n\n# Verwendungsbeispiele\n\n## Fall 1: Logische Datenextraktion mit ADB\n\n### Geräteinformationen sammeln\n```bash\n# Systeminfo\nadb shell getprop > device_properties.txt\nadb shell cat /proc/version > kernel_info.txt\nadb shell mount > mount_info.txt\n\n# Installierte Apps\nadb shell pm list packages -f > installed_packages.txt\n```\n\n### Datenbank-Extraktion\n```bash\n# SMS/MMS Datenbank\nadb pull /data/data/com.android.providers.telephony/databases/mmssms.db\n\n# Kontakte\nadb pull /data/data/com.android.providers.contacts/databases/contacts2.db\n\n# Anrufliste \nadb pull /data/data/com.android.providers.contacts/databases/calllog.db\n```\n\n### WhatsApp Datenextraktion\n```bash\n# WhatsApp Datenbanken (Root erforderlich)\nadb shell su -c \"cp -r /data/data/com.whatsapp/ /sdcard/whatsapp_backup/\"\nadb pull /sdcard/whatsapp_backup/\n```\n\n## Fall 2: Android Backup-Analyse\n\n### Vollständiges Backup erstellen\n```bash\n# Umfassendes Backup (ohne Root)\nadb backup -all -system -apk -shared -f backup.ab\n\n# Backup entschlüsseln (falls verschlüsselt)\njava -jar abe.jar unpack backup.ab backup.tar\ntar -xf backup.tar\n```\n\n### Backup mit ALEAPP analysieren\n```bash\npython3 aleappGUI.py\n# Oder Command-Line\npython3 aleapp.py -t tar -i backup.tar -o output_folder\n```\n\n## Fall 3: MVT Kompromittierungsanalyse\n\n### Live-Geräteanalyse\n```bash\n# ADB-basierte Analyse\nmvt-android check-adb --output /path/to/output/\n\n# Backup-Analyse\nmvt-android check-backup --output /path/to/output/ backup.ab\n```\n\n### IOC-Suche mit Pegasus-Indikatoren\n```bash\n# Mit vorgefertigten IOCs\nmvt-android check-adb --iocs /path/to/pegasus.stix2 --output results/\n```\n\n## Fall 4: Physische Extraktion (Root erforderlich)\n\n### Device Rooting - MediaTek Geräte\n```bash\n# MTKClient für MediaTek-Chipsets\ngit clone https://github.com/bkerler/mtkclient.git\ncd mtkclient\npython3 mtk payload\n\n# Nach erfolgreichem Root\nadb shell su\n```\n\n### Vollständiges Memory Dump\n```bash\n# Partitionslayout ermitteln\nadb shell su -c \"cat /proc/partitions\"\nadb shell su -c \"ls -la /dev/block/\"\n\n# Vollständiges Device Image (Root erforderlich)\nadb shell su -c \"dd if=/dev/block/mmcblk0 of=/sdcard/full_device.img bs=4096\"\nadb pull /sdcard/full_device.img\n```\n\n# Best Practices\n\n## Rechtliche Compliance\n\n### Dokumentation und Chain of Custody\n- **Vollständige Dokumentation**: Wer, Was, Wann, Wo, Warum\n- **Hash-Verifikation**: MD5/SHA-256 für alle extrahierten Daten\n- **Nur forensische Kopien analysieren**, niemals Originaldaten\n- **Schriftliche Genehmigung** für Geräteanalyse einholen\n\n### Familiengeräte und Nachlässe\n- Genehmigung durch Nachlassverwalter erforderlich\n- Gerichtsbeschlüsse für Cloud-Zugang eventuell nötig\n- Drittpartei-Kommunikation kann weiterhin geschützt sein\n\n## Technische Best Practices\n\n### Hash-Integrität sicherstellen\n```bash\n# Hash vor und nach Transfer prüfen\nmd5sum original_file.db\nsha256sum original_file.db\n\n# Hash-Verifikation dokumentieren\necho \"$(date): MD5: $(md5sum file.db)\" >> chain_of_custody.log\n```\n\n### Sichere Arbeitsumgebung\n- Isolierte VM für Forensik-Arbeit\n- Netzwerk-Isolation während Analyse\n- Verschlüsselte Speicherung aller Evidenz\n- Regelmäßige Backups der Case-Datenbanken\n\n### Qualitätssicherung\n- Peer-Review kritischer Analysen\n- Standardisierte Arbeitsabläufe (SOPs)\n- Regelmäßige Tool-Validierung\n- Kontinuierliche Weiterbildung\n\n## Erfolgsmaximierung nach Gerätehersteller\n\n### MediaTek-Geräte (Höchste Erfolgsrate)\n- BootROM-Exploits für MT6735, MT6737, MT6750, MT6753, MT6797\n- MTKClient für Hardware-Level-Zugang\n- Erfolgsrate: 80%+ für Geräte 2015-2019\n\n### Samsung-Geräte\n- Ältere Knox-Implementierungen umgehbar\n- Emergency Dialer Exploits für Android 4.x\n- Erfolgsrate: 40-70% je nach Knox-Version\n\n### Pixel/Nexus-Geräte\n- Bootloader-Unlocking oft möglich\n- Fastboot-basierte Recovery-Installation\n- Erfolgsrate: 60-80% bei freigeschaltetem Bootloader\n\n# Troubleshooting\n\n## Problem: ADB erkennt Gerät nicht\n\n### Lösung: USB-Treiber und Berechtigungen\n```bash\n# Linux: USB-Berechtigungen prüfen\nlsusb | grep -i android\nsudo chmod 666 /dev/bus/usb/XXX/XXX\n\n# udev-Regeln erstellen\necho 'SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"' | sudo tee /etc/udev/rules.d/51-android.rules\nsudo udevadm control --reload-rules\n```\n\n### Windows: Treiber-Installation\n1. Geräte-Manager öffnen\n2. Android-Gerät mit Warnsymbol finden\n3. Treiber manuell installieren (Android USB Driver)\n\n## Problem: Verschlüsselte Android Backups\n\n### Lösung: Android Backup Extractor\n```bash\n# ADB Backup Extractor installieren\ngit clone https://github.com/nelenkov/android-backup-extractor.git\ncd android-backup-extractor\ngradle build\n\n# Backup entschlüsseln\njava -jar abe.jar unpack backup.ab backup.tar [password]\n```\n\n## Problem: Unzureichende Berechtigungen für Datenextraktion\n\n### Lösung: Alternative Extraktionsmethoden\n```bash\n# AFLogical OSE für begrenzte Extraktion ohne Root\n# WhatsApp Key/DB Extractor für spezifische Apps\n# Backup-basierte Extraktion als Fallback\n\n# Custom Recovery für erweiterten Zugang\nfastboot flash recovery twrp-device.img\n```\n\n## Problem: ALEAPP Parsing-Fehler\n\n### Lösung: Datenformat-Probleme beheben\n```bash\n# Log-Dateien prüfen\npython3 aleapp.py -t dir -i /path/to/data -o output --debug\n\n# Spezifische Parser deaktivieren\n# Manuelle SQLite-Analyse bei Parser-Fehlern\nsqlite3 database.db \".tables\"\nsqlite3 database.db \".schema table_name\"\n```\n\n# Erweiterte Techniken\n\n## Memory Forensics mit LiME\n\n### LiME für ARM-Devices kompilieren\n```bash\n# Cross-Compilation Setup\nexport ARCH=arm\nexport CROSS_COMPILE=arm-linux-gnueabi-\nexport KERNEL_DIR=/path/to/kernel/source\n\n# LiME Module kompilieren\ngit clone https://github.com/504ensicsLabs/LiME.git\ncd LiME/src\nmake\n\n# Memory Dump erstellen (Root erforderlich)\nadb push lime.ko /data/local/tmp/\nadb shell su -c \"insmod /data/local/tmp/lime.ko 'path=/sdcard/memory.lime format=lime'\"\n```\n\n### Volatility-Analyse von Android Memory\n```bash\n# Memory Dump analysieren\npython vol.py -f memory.lime --profile=Linux \u003Cprofile> linux.pslist\npython vol.py -f memory.lime --profile=Linux \u003Cprofile> linux.bash\npython vol.py -f memory.lime --profile=Linux \u003Cprofile> linux.netstat\n```\n\n## FRIDA-basierte Runtime-Analyse\n\n### FRIDA für Kryptographie-Hooks\n```javascript\n// crypto_hooks.js - SSL/TLS Traffic abfangen\nJava.perform(function() {\n var SSLContext = Java.use(\"javax.net.ssl.SSLContext\");\n SSLContext.init.overload('[Ljavax.net.ssl.KeyManager;', '[Ljavax.net.ssl.TrustManager;', 'java.security.SecureRandom').implementation = function(keyManagers, trustManagers, secureRandom) {\n console.log(\"[+] SSLContext.init() called\");\n this.init(keyManagers, trustManagers, secureRandom);\n };\n});\n```\n\n### FRIDA Installation und Verwendung\n```bash\n# FRIDA Server auf Android-Gerät installieren\nadb push frida-server /data/local/tmp/\nadb shell su -c \"chmod 755 /data/local/tmp/frida-server\"\nadb shell su -c \"/data/local/tmp/frida-server &\"\n\n# Script ausführen\nfrida -U -l crypto_hooks.js com.target.package\n```\n\n## Custom Recovery und Fastboot-Exploits\n\n### TWRP Installation für forensischen Zugang\n```bash\n# Bootloader entsperren (Herstellerabhängig)\nfastboot oem unlock\n# Oder\nfastboot flashing unlock\n\n# TWRP flashen\nfastboot flash recovery twrp-device.img\nfastboot boot twrp-device.img # Temporäre Installation\n\n# In TWRP: ADB-Zugang mit Root-Berechtigungen\nadb shell mount /system\nadb shell mount /data\n```\n\n### Partitions-Imaging mit dd\n```bash\n# Vollständige Partition-Liste\nadb shell cat /proc/partitions\n\n# Kritische Partitionen extrahieren\nadb shell dd if=/dev/block/bootdevice/by-name/system of=/external_sd/system.img\nadb shell dd if=/dev/block/bootdevice/by-name/userdata of=/external_sd/userdata.img\nadb shell dd if=/dev/block/bootdevice/by-name/boot of=/external_sd/boot.img\n```\n\n## SQLite Forensics und gelöschte Daten\n\n### Erweiterte SQLite-Analyse\n```bash\n# Freelist-Analyse für gelöschte Einträge\nsqlite3 database.db \"PRAGMA freelist_count;\"\nsqlite3 database.db \"PRAGMA page_size;\"\n\n# WAL-Datei Analyse\nsqlite3 database.db \"PRAGMA wal_checkpoint;\"\nstrings database.db-wal | grep -i \"search_term\"\n\n# Undark für Deleted Record Recovery\nundark database.db --freelist --export-csv\n```\n\n### Timeline-Rekonstruktion\n```bash\n# Autopsy Timeline-Generierung\n# Tools → Generate Timeline\n# Analyse von MAC-Times (Modified, Accessed, Created)\n\n# Plaso Timeline-Tools\nlog2timeline.py timeline.plaso /path/to/android/data/\npsort.py -o dynamic timeline.plaso\n```\n\n## Weiterführende Ressourcen\n\n### Dokumentation und Standards\n- [NIST SP 800-101 Rev. 1 - Mobile Device Forensics Guidelines](https://csrc.nist.gov/pubs/sp/800/101/r1/final)\n- [SANS FOR585 - Smartphone Forensics](https://www.sans.org/cyber-security-courses/advanced-smartphone-mobile-device-forensics/)\n- [ALEAPP GitHub Repository](https://github.com/abrignoni/ALEAPP)\n- [MVT Documentation](https://docs.mvt.re/en/latest/)\n\n### Community und Weiterbildung\n- [Autopsy User Documentation](https://sleuthkit.org/autopsy/docs/)\n- [Android Forensics References](https://github.com/impillar/AndroidReferences/blob/master/AndroidTools.md)\n- [Digital Forensics Framework Collection](https://github.com/mesquidar/ForensicsTools)\n\n### Spezialisierte Tools\n- [MTKClient für MediaTek Exploits](https://github.com/bkerler/mtkclient)\n- [Android Forensics Framework](https://github.com/nowsecure/android-forensics)\n- [Santoku Linux Mobile Forensics Distribution](https://santoku-linux.com/)\n\n---\n\n**Wichtiger Hinweis**: Diese Anleitung dient ausschließlich für autorisierte forensische Untersuchungen. Stellen Sie sicher, dass Sie über entsprechende rechtliche Befugnisse verfügen, bevor Sie diese Techniken anwenden. Bei Zweifeln konsultieren Sie Rechtsberatung.","src/content/knowledgebase/android-logical-imaging.md","0bb3f1d2c872d2bf",{"html":307,"metadata":308},"\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Open-Source Android Forensik bietet robuste Alternativen zu kommerziellen Lösungen wie Cellebrite UFED und Magnet AXIOM. Besonders für ältere Android-Geräte (5+ Jahre) existieren bewährte Methoden zur Datenextraktion und -analyse.\u003C/p>\n\u003Ch2 id=\"kernkomponenten-des-open-source-forensik-stacks\">Kernkomponenten des Open-Source Forensik-Stacks\u003C/h2>\n\u003Cp>\u003Cstrong>Autopsy Digital Forensics Platform\u003C/strong> bildet das Fundament mit GUI-basierter Analyse und integrierten Android-Parsing-Fähigkeiten. Die Plattform unterstützt \u003Cstrong>ALEAPP (Android Logs Events And Protobuf Parser)\u003C/strong>, das über 100 Artefakt-Kategorien aus Android-Extraktionen parst.\u003C/p>\n\u003Cp>\u003Cstrong>Mobile Verification Toolkit (MVT)\u003C/strong> von Amnesty International bietet spezialisierte Command-Line-Tools für Android-Analyse mit Fokus auf Kompromittierungserkennung.\u003C/p>\n\u003Cp>\u003Cstrong>SIFT Workstation\u003C/strong> stellt eine komplette Ubuntu-basierte forensische Umgebung mit 125+ vorinstallierten Tools bereit.\u003C/p>\n\u003Ch2 id=\"erfolgsraten-nach-gerätealter\">Erfolgsraten nach Gerätealter\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Pre-2017 Geräte\u003C/strong>: 85-98% logische Extraktion, 30-70% physische Extraktion\u003C/li>\n\u003Cli>\u003Cstrong>2017-2019 Geräte\u003C/strong>: 80-95% logische Extraktion, 15-35% physische Extraktion\u003C/li>\n\u003Cli>\u003Cstrong>2020+ Geräte\u003C/strong>: 70-85% logische Extraktion, 5-15% physische Extraktion\u003C/li>\n\u003C/ul>\n\u003Ch1 id=\"installation\">Installation\u003C/h1>\n\u003Ch2 id=\"sift-workstation-setup\">SIFT Workstation Setup\u003C/h2>\n\u003Ch3 id=\"systemanforderungen\">Systemanforderungen\u003C/h3>\n\u003Cul>\n\u003Cli>Quad-Core CPU 2.5GHz+\u003C/li>\n\u003Cli>16GB+ RAM\u003C/li>\n\u003Cli>500GB+ SSD Speicher\u003C/li>\n\u003Cli>USB 3.0+ Anschlüsse\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installation-1\">Installation\u003C/h3>\n\u003Col>\n\u003Cli>Download von \u003Ca href=\"https://www.sans.org/tools/sift-workstation/\">SANS SIFT Workstation\u003C/a>\u003C/li>\n\u003Cli>VMware/VirtualBox Import der OVA-Datei\u003C/li>\n\u003Cli>VM-Konfiguration: 8GB+ RAM, 4+ CPU-Kerne\u003C/li>\n\u003C/ol>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Update nach Installation\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> upgrade\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -y\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> sift\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"autopsy-installation\">Autopsy Installation\u003C/h2>\n\u003Ch3 id=\"windows-installation\">Windows Installation\u003C/h3>\n\u003Col>\n\u003Cli>Download von \u003Ca href=\"https://www.autopsy.com/\">autopsy.com\u003C/a>\u003C/li>\n\u003Cli>Java 8+ Installation erforderlich\u003C/li>\n\u003Cli>Installation mit Administratorrechten\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"linux-installation\">Linux Installation\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Ubuntu/Debian\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> autopsy\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> sleuthkit\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder manueller Download und Installation\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">wget\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/sleuthkit/autopsy/releases/latest\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"essential-tools-installation\">Essential Tools Installation\u003C/h2>\n\u003Ch3 id=\"android-debug-bridge-adb\">Android Debug Bridge (ADB)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Ubuntu/Debian\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android-tools-adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android-tools-fastboot\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Windows - Download Android Platform Tools\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># https://developer.android.com/studio/releases/platform-tools\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"aleapp-installation\">ALEAPP Installation\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/abrignoni/ALEAPP.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> ALEAPP\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -r\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> requirements.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"mobile-verification-toolkit-mvt\">Mobile Verification Toolkit (MVT)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mvt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder via GitHub für neueste Version\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/mvt-project/mvt.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mvt\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> .\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"andriller-installation\">Andriller Installation\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/den4uk/andriller.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> andriller\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">pip3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -r\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> requirements.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"konfiguration\">Konfiguration\u003C/h1>\n\u003Ch2 id=\"adb-setup-und-gerätevorbereitung\">ADB Setup und Gerätevorbereitung\u003C/h2>\n\u003Ch3 id=\"usb-debugging-aktivieren\">USB-Debugging aktivieren\u003C/h3>\n\u003Col>\n\u003Cli>Entwickleroptionen freischalten (7x Build-Nummer antippen)\u003C/li>\n\u003Cli>USB-Debugging aktivieren\u003C/li>\n\u003Cli>Gerät via USB verbinden\u003C/li>\n\u003Cli>RSA-Fingerprint akzeptieren\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"adb-verbindung-testen\">ADB Verbindung testen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> devices\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Sollte Gerät mit \"device\" Status zeigen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> getprop\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> ro.build.version.release\u003C/span>\u003Cspan style=\"color:#6A737D\"> # Android Version\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> getprop\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> ro.product.model\u003C/span>\u003Cspan style=\"color:#6A737D\"> # Gerätemodell\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"autopsy-projektkonfiguration\">Autopsy Projektkonfiguration\u003C/h2>\n\u003Ch3 id=\"case-setup\">Case-Setup\u003C/h3>\n\u003Col>\n\u003Cli>Neuen Fall erstellen\u003C/li>\n\u003Cli>Ermittler-Informationen eingeben\u003C/li>\n\u003Cli>Case-Verzeichnis festlegen (ausreichend Speicherplatz)\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"android-analyzer-module-aktivieren\">Android Analyzer Module aktivieren\u003C/h3>\n\u003Cul>\n\u003Cli>Tools → Options → Modules\u003C/li>\n\u003Cli>Android Analyzer aktivieren\u003C/li>\n\u003Cli>ALEAPP Integration konfigurieren\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"hash-algorithmen-konfigurieren\">Hash-Algorithmen konfigurieren\u003C/h3>\n\u003Cul>\n\u003Cli>MD5, SHA-1, SHA-256 für Integritätsprüfung\u003C/li>\n\u003Cli>Automatische Hash-Berechnung bei Import aktivieren\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"mvt-konfiguration\">MVT Konfiguration\u003C/h2>\n\u003Ch3 id=\"konfigurationsdatei-erstellen\">Konfigurationsdatei erstellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"yaml\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># ~/.mvt/config.yaml\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#85E89D\">adb_path\u003C/span>\u003Cspan style=\"color:#E1E4E8\">: \u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"/usr/bin/adb\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#85E89D\">output_folder\u003C/span>\u003Cspan style=\"color:#E1E4E8\">: \u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"/home/user/mvt_output\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h1>\n\u003Ch2 id=\"fall-1-logische-datenextraktion-mit-adb\">Fall 1: Logische Datenextraktion mit ADB\u003C/h2>\n\u003Ch3 id=\"geräteinformationen-sammeln\">Geräteinformationen sammeln\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Systeminfo\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> getprop\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> device_properties.txt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> cat\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /proc/version\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> kernel_info.txt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount_info.txt\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Installierte Apps\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pm\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> list\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> packages\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#F97583\"> >\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> installed_packages.txt\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"datenbank-extraktion\">Datenbank-Extraktion\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># SMS/MMS Datenbank\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/data/com.android.providers.telephony/databases/mmssms.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Kontakte\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/data/com.android.providers.contacts/databases/contacts2.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Anrufliste \u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/data/com.android.providers.contacts/databases/calllog.db\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"whatsapp-datenextraktion\">WhatsApp Datenextraktion\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># WhatsApp Datenbanken (Root erforderlich)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"cp -r /data/data/com.whatsapp/ /sdcard/whatsapp_backup/\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /sdcard/whatsapp_backup/\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"fall-2-android-backup-analyse\">Fall 2: Android Backup-Analyse\u003C/h2>\n\u003Ch3 id=\"vollständiges-backup-erstellen\">Vollständiges Backup erstellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Umfassendes Backup (ohne Root)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -all\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -system\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -apk\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -shared\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup entschlüsseln (falls verschlüsselt)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">java\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> abe.jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unpack\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">tar\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -xf\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"backup-mit-aleapp-analysieren\">Backup mit ALEAPP analysieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> aleappGUI.py\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder Command-Line\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> aleapp.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -t\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> tar\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -o\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> output_folder\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"fall-3-mvt-kompromittierungsanalyse\">Fall 3: MVT Kompromittierungsanalyse\u003C/h2>\n\u003Ch3 id=\"live-geräteanalyse\">Live-Geräteanalyse\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># ADB-basierte Analyse\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">mvt-android\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> check-adb\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --output\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/output/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup-Analyse\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">mvt-android\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> check-backup\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --output\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/output/\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"ioc-suche-mit-pegasus-indikatoren\">IOC-Suche mit Pegasus-Indikatoren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Mit vorgefertigten IOCs\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">mvt-android\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> check-adb\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --iocs\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/pegasus.stix2\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --output\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> results/\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"fall-4-physische-extraktion-root-erforderlich\">Fall 4: Physische Extraktion (Root erforderlich)\u003C/h2>\n\u003Ch3 id=\"device-rooting---mediatek-geräte\">Device Rooting - MediaTek Geräte\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># MTKClient für MediaTek-Chipsets\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/bkerler/mtkclient.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mtkclient\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mtk\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> payload\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Nach erfolgreichem Root\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"vollständiges-memory-dump\">Vollständiges Memory Dump\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Partitionslayout ermitteln\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"cat /proc/partitions\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"ls -la /dev/block/\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Vollständiges Device Image (Root erforderlich)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"dd if=/dev/block/mmcblk0 of=/sdcard/full_device.img bs=4096\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> pull\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /sdcard/full_device.img\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"best-practices\">Best Practices\u003C/h1>\n\u003Ch2 id=\"rechtliche-compliance\">Rechtliche Compliance\u003C/h2>\n\u003Ch3 id=\"dokumentation-und-chain-of-custody\">Dokumentation und Chain of Custody\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Vollständige Dokumentation\u003C/strong>: Wer, Was, Wann, Wo, Warum\u003C/li>\n\u003Cli>\u003Cstrong>Hash-Verifikation\u003C/strong>: MD5/SHA-256 für alle extrahierten Daten\u003C/li>\n\u003Cli>\u003Cstrong>Nur forensische Kopien analysieren\u003C/strong>, niemals Originaldaten\u003C/li>\n\u003Cli>\u003Cstrong>Schriftliche Genehmigung\u003C/strong> für Geräteanalyse einholen\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"familiengeräte-und-nachlässe\">Familiengeräte und Nachlässe\u003C/h3>\n\u003Cul>\n\u003Cli>Genehmigung durch Nachlassverwalter erforderlich\u003C/li>\n\u003Cli>Gerichtsbeschlüsse für Cloud-Zugang eventuell nötig\u003C/li>\n\u003Cli>Drittpartei-Kommunikation kann weiterhin geschützt sein\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"technische-best-practices\">Technische Best Practices\u003C/h2>\n\u003Ch3 id=\"hash-integrität-sicherstellen\">Hash-Integrität sicherstellen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Hash vor und nach Transfer prüfen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">md5sum\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> original_file.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sha256sum\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> original_file.db\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Hash-Verifikation dokumentieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">echo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"$(\u003C/span>\u003Cspan style=\"color:#B392F0\">date\u003C/span>\u003Cspan style=\"color:#9ECBFF\">): MD5: $(\u003C/span>\u003Cspan style=\"color:#B392F0\">md5sum\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> file.db)\"\u003C/span>\u003Cspan style=\"color:#F97583\"> >>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> chain_of_custody.log\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"sichere-arbeitsumgebung\">Sichere Arbeitsumgebung\u003C/h3>\n\u003Cul>\n\u003Cli>Isolierte VM für Forensik-Arbeit\u003C/li>\n\u003Cli>Netzwerk-Isolation während Analyse\u003C/li>\n\u003Cli>Verschlüsselte Speicherung aller Evidenz\u003C/li>\n\u003Cli>Regelmäßige Backups der Case-Datenbanken\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"qualitätssicherung\">Qualitätssicherung\u003C/h3>\n\u003Cul>\n\u003Cli>Peer-Review kritischer Analysen\u003C/li>\n\u003Cli>Standardisierte Arbeitsabläufe (SOPs)\u003C/li>\n\u003Cli>Regelmäßige Tool-Validierung\u003C/li>\n\u003Cli>Kontinuierliche Weiterbildung\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"erfolgsmaximierung-nach-gerätehersteller\">Erfolgsmaximierung nach Gerätehersteller\u003C/h2>\n\u003Ch3 id=\"mediatek-geräte-höchste-erfolgsrate\">MediaTek-Geräte (Höchste Erfolgsrate)\u003C/h3>\n\u003Cul>\n\u003Cli>BootROM-Exploits für MT6735, MT6737, MT6750, MT6753, MT6797\u003C/li>\n\u003Cli>MTKClient für Hardware-Level-Zugang\u003C/li>\n\u003Cli>Erfolgsrate: 80%+ für Geräte 2015-2019\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"samsung-geräte\">Samsung-Geräte\u003C/h3>\n\u003Cul>\n\u003Cli>Ältere Knox-Implementierungen umgehbar\u003C/li>\n\u003Cli>Emergency Dialer Exploits für Android 4.x\u003C/li>\n\u003Cli>Erfolgsrate: 40-70% je nach Knox-Version\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"pixelnexus-geräte\">Pixel/Nexus-Geräte\u003C/h3>\n\u003Cul>\n\u003Cli>Bootloader-Unlocking oft möglich\u003C/li>\n\u003Cli>Fastboot-basierte Recovery-Installation\u003C/li>\n\u003Cli>Erfolgsrate: 60-80% bei freigeschaltetem Bootloader\u003C/li>\n\u003C/ul>\n\u003Ch1 id=\"troubleshooting\">Troubleshooting\u003C/h1>\n\u003Ch2 id=\"problem-adb-erkennt-gerät-nicht\">Problem: ADB erkennt Gerät nicht\u003C/h2>\n\u003Ch3 id=\"lösung-usb-treiber-und-berechtigungen\">Lösung: USB-Treiber und Berechtigungen\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Linux: USB-Berechtigungen prüfen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">lsusb\u003C/span>\u003Cspan style=\"color:#F97583\"> |\u003C/span>\u003Cspan style=\"color:#B392F0\"> grep\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> chmod\u003C/span>\u003Cspan style=\"color:#79B8FF\"> 666\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /dev/bus/usb/XXX/XXX\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># udev-Regeln erstellen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">echo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 'SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"'\u003C/span>\u003Cspan style=\"color:#F97583\"> |\u003C/span>\u003Cspan style=\"color:#B392F0\"> sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> tee\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /etc/udev/rules.d/51-android.rules\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> udevadm\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> control\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --reload-rules\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"windows-treiber-installation\">Windows: Treiber-Installation\u003C/h3>\n\u003Col>\n\u003Cli>Geräte-Manager öffnen\u003C/li>\n\u003Cli>Android-Gerät mit Warnsymbol finden\u003C/li>\n\u003Cli>Treiber manuell installieren (Android USB Driver)\u003C/li>\n\u003C/ol>\n\u003Ch2 id=\"problem-verschlüsselte-android-backups\">Problem: Verschlüsselte Android Backups\u003C/h2>\n\u003Ch3 id=\"lösung-android-backup-extractor\">Lösung: Android Backup Extractor\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># ADB Backup Extractor installieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/nelenkov/android-backup-extractor.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> android-backup-extractor\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">gradle\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> build\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup entschlüsseln\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">java\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> abe.jar\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unpack\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.ab\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> backup.tar\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> [password]\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"problem-unzureichende-berechtigungen-für-datenextraktion\">Problem: Unzureichende Berechtigungen für Datenextraktion\u003C/h2>\n\u003Ch3 id=\"lösung-alternative-extraktionsmethoden\">Lösung: Alternative Extraktionsmethoden\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># AFLogical OSE für begrenzte Extraktion ohne Root\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># WhatsApp Key/DB Extractor für spezifische Apps\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Backup-basierte Extraktion als Fallback\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Custom Recovery für erweiterten Zugang\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> flash\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> recovery\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> twrp-device.img\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"problem-aleapp-parsing-fehler\">Problem: ALEAPP Parsing-Fehler\u003C/h2>\n\u003Ch3 id=\"lösung-datenformat-probleme-beheben\">Lösung: Datenformat-Probleme beheben\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Log-Dateien prüfen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> aleapp.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -t\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dir\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/data\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -o\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> output\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --debug\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Spezifische Parser deaktivieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Manuelle SQLite-Analyse bei Parser-Fehlern\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \".tables\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \".schema table_name\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch1 id=\"erweiterte-techniken\">Erweiterte Techniken\u003C/h1>\n\u003Ch2 id=\"memory-forensics-mit-lime\">Memory Forensics mit LiME\u003C/h2>\n\u003Ch3 id=\"lime-für-arm-devices-kompilieren\">LiME für ARM-Devices kompilieren\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Cross-Compilation Setup\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">export\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> ARCH\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">arm\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">export\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> CROSS_COMPILE\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">arm-linux-gnueabi-\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\">export\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> KERNEL_DIR\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">/path/to/kernel/source\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># LiME Module kompilieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">git\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> clone\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://github.com/504ensicsLabs/LiME.git\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\">cd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> LiME/src\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">make\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Memory Dump erstellen (Root erforderlich)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> push\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> lime.ko\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/local/tmp/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"insmod /data/local/tmp/lime.ko 'path=/sdcard/memory.lime format=lime'\"\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"volatility-analyse-von-android-memory\">Volatility-Analyse von Android Memory\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Memory Dump analysieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> vol.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> memory.lime\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --profile=Linux\u003C/span>\u003Cspan style=\"color:#F97583\"> <\u003C/span>\u003Cspan style=\"color:#9ECBFF\">profil\u003C/span>\u003Cspan style=\"color:#E1E4E8\">e\u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> linux.pslist\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> vol.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> memory.lime\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --profile=Linux\u003C/span>\u003Cspan style=\"color:#F97583\"> <\u003C/span>\u003Cspan style=\"color:#9ECBFF\">profil\u003C/span>\u003Cspan style=\"color:#E1E4E8\">e\u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> linux.bash\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">python\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> vol.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -f\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> memory.lime\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --profile=Linux\u003C/span>\u003Cspan style=\"color:#F97583\"> <\u003C/span>\u003Cspan style=\"color:#9ECBFF\">profil\u003C/span>\u003Cspan style=\"color:#E1E4E8\">e\u003C/span>\u003Cspan style=\"color:#F97583\">>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> linux.netstat\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"frida-basierte-runtime-analyse\">FRIDA-basierte Runtime-Analyse\u003C/h2>\n\u003Ch3 id=\"frida-für-kryptographie-hooks\">FRIDA für Kryptographie-Hooks\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"javascript\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\">// crypto_hooks.js - SSL/TLS Traffic abfangen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">Java.\u003C/span>\u003Cspan style=\"color:#B392F0\">perform\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#F97583\">function\u003C/span>\u003Cspan style=\"color:#E1E4E8\">() {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#F97583\"> var\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> SSLContext \u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> Java.\u003C/span>\u003Cspan style=\"color:#B392F0\">use\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"javax.net.ssl.SSLContext\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">);\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> SSLContext.init.\u003C/span>\u003Cspan style=\"color:#B392F0\">overload\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#9ECBFF\">'[Ljavax.net.ssl.KeyManager;'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#9ECBFF\">'[Ljavax.net.ssl.TrustManager;'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#9ECBFF\">'java.security.SecureRandom'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">).\u003C/span>\u003Cspan style=\"color:#B392F0\">implementation\u003C/span>\u003Cspan style=\"color:#F97583\"> =\u003C/span>\u003Cspan style=\"color:#F97583\"> function\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#FFAB70\">keyManagers\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#FFAB70\">trustManagers\u003C/span>\u003Cspan style=\"color:#E1E4E8\">, \u003C/span>\u003Cspan style=\"color:#FFAB70\">secureRandom\u003C/span>\u003Cspan style=\"color:#E1E4E8\">) {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> console.\u003C/span>\u003Cspan style=\"color:#B392F0\">log\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"[+] SSLContext.init() called\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">);\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> this\u003C/span>\u003Cspan style=\"color:#E1E4E8\">.\u003C/span>\u003Cspan style=\"color:#B392F0\">init\u003C/span>\u003Cspan style=\"color:#E1E4E8\">(keyManagers, trustManagers, secureRandom);\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> };\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">});\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"frida-installation-und-verwendung\">FRIDA Installation und Verwendung\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># FRIDA Server auf Android-Gerät installieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> push\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> frida-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data/local/tmp/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"chmod 755 /data/local/tmp/frida-server\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> su\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -c\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"/data/local/tmp/frida-server &\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Script ausführen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">frida\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -U\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -l\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> crypto_hooks.js\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> com.target.package\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"custom-recovery-und-fastboot-exploits\">Custom Recovery und Fastboot-Exploits\u003C/h2>\n\u003Ch3 id=\"twrp-installation-für-forensischen-zugang\">TWRP Installation für forensischen Zugang\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Bootloader entsperren (Herstellerabhängig)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> oem\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unlock\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Oder\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> flashing\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unlock\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># TWRP flashen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> flash\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> recovery\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> twrp-device.img\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">fastboot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> boot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> twrp-device.img\u003C/span>\u003Cspan style=\"color:#6A737D\"> # Temporäre Installation\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># In TWRP: ADB-Zugang mit Root-Berechtigungen\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /system\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mount\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /data\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"partitions-imaging-mit-dd\">Partitions-Imaging mit dd\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Vollständige Partition-Liste\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> cat\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /proc/partitions\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Kritische Partitionen extrahieren\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> if=/dev/block/bootdevice/by-name/system\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> of=/external_sd/system.img\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> if=/dev/block/bootdevice/by-name/userdata\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> of=/external_sd/userdata.img\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">adb\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> shell\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> if=/dev/block/bootdevice/by-name/boot\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> of=/external_sd/boot.img\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"sqlite-forensics-und-gelöschte-daten\">SQLite Forensics und gelöschte Daten\u003C/h2>\n\u003Ch3 id=\"erweiterte-sqlite-analyse\">Erweiterte SQLite-Analyse\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Freelist-Analyse für gelöschte Einträge\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"PRAGMA freelist_count;\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"PRAGMA page_size;\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># WAL-Datei Analyse\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sqlite3\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"PRAGMA wal_checkpoint;\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">strings\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db-wal\u003C/span>\u003Cspan style=\"color:#F97583\"> |\u003C/span>\u003Cspan style=\"color:#B392F0\"> grep\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> \"search_term\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Undark für Deleted Record Recovery\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">undark\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> database.db\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --freelist\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --export-csv\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"timeline-rekonstruktion\">Timeline-Rekonstruktion\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Autopsy Timeline-Generierung\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Tools → Generate Timeline\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Analyse von MAC-Times (Modified, Accessed, Created)\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#6A737D\"># Plaso Timeline-Tools\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">log2timeline.py\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> timeline.plaso\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /path/to/android/data/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">psort.py\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -o\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> dynamic\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> timeline.plaso\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"weiterführende-ressourcen\">Weiterführende Ressourcen\u003C/h2>\n\u003Ch3 id=\"dokumentation-und-standards\">Dokumentation und Standards\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://csrc.nist.gov/pubs/sp/800/101/r1/final\">NIST SP 800-101 Rev. 1 - Mobile Device Forensics Guidelines\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://www.sans.org/cyber-security-courses/advanced-smartphone-mobile-device-forensics/\">SANS FOR585 - Smartphone Forensics\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/abrignoni/ALEAPP\">ALEAPP GitHub Repository\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://docs.mvt.re/en/latest/\">MVT Documentation\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"community-und-weiterbildung\">Community und Weiterbildung\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://sleuthkit.org/autopsy/docs/\">Autopsy User Documentation\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/impillar/AndroidReferences/blob/master/AndroidTools.md\">Android Forensics References\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/mesquidar/ForensicsTools\">Digital Forensics Framework Collection\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"spezialisierte-tools\">Spezialisierte Tools\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https://github.com/bkerler/mtkclient\">MTKClient für MediaTek Exploits\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://github.com/nowsecure/android-forensics\">Android Forensics Framework\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"https://santoku-linux.com/\">Santoku Linux Mobile Forensics Distribution\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Cp>\u003Cstrong>Wichtiger Hinweis\u003C/strong>: Diese Anleitung dient ausschließlich für autorisierte forensische Untersuchungen. Stellen Sie sicher, dass Sie über entsprechende rechtliche Befugnisse verfügen, bevor Sie diese Techniken anwenden. Bei Zweifeln konsultieren Sie Rechtsberatung.\u003C/p>",{"headings":309,"localImagePaths":531,"remoteImagePaths":532,"frontmatter":290,"imagePaths":533},[310,311,314,317,318,321,324,326,329,332,335,338,341,344,347,350,351,354,357,360,363,366,369,372,375,378,379,382,385,388,391,394,397,400,403,406,409,412,415,418,419,422,425,428,431,434,437,440,443,446,449,452,453,456,459,462,465,468,471,474,477,480,483,486,489,492,495,498,501,504,507,510,513,516,519,522,525,528],{"depth":41,"slug":42,"text":43},{"depth":45,"slug":312,"text":313},"kernkomponenten-des-open-source-forensik-stacks","Kernkomponenten des Open-Source Forensik-Stacks",{"depth":45,"slug":315,"text":316},"erfolgsraten-nach-gerätealter","Erfolgsraten nach Gerätealter",{"depth":41,"slug":104,"text":105},{"depth":45,"slug":319,"text":320},"sift-workstation-setup","SIFT Workstation Setup",{"depth":49,"slug":322,"text":323},"systemanforderungen","Systemanforderungen",{"depth":49,"slug":325,"text":105},"installation-1",{"depth":45,"slug":327,"text":328},"autopsy-installation","Autopsy Installation",{"depth":49,"slug":330,"text":331},"windows-installation","Windows Installation",{"depth":49,"slug":333,"text":334},"linux-installation","Linux Installation",{"depth":45,"slug":336,"text":337},"essential-tools-installation","Essential Tools Installation",{"depth":49,"slug":339,"text":340},"android-debug-bridge-adb","Android Debug Bridge (ADB)",{"depth":49,"slug":342,"text":343},"aleapp-installation","ALEAPP Installation",{"depth":49,"slug":345,"text":346},"mobile-verification-toolkit-mvt","Mobile Verification Toolkit (MVT)",{"depth":49,"slug":348,"text":349},"andriller-installation","Andriller Installation",{"depth":41,"slug":113,"text":114},{"depth":45,"slug":352,"text":353},"adb-setup-und-gerätevorbereitung","ADB Setup und Gerätevorbereitung",{"depth":49,"slug":355,"text":356},"usb-debugging-aktivieren","USB-Debugging aktivieren",{"depth":49,"slug":358,"text":359},"adb-verbindung-testen","ADB Verbindung testen",{"depth":45,"slug":361,"text":362},"autopsy-projektkonfiguration","Autopsy Projektkonfiguration",{"depth":49,"slug":364,"text":365},"case-setup","Case-Setup",{"depth":49,"slug":367,"text":368},"android-analyzer-module-aktivieren","Android Analyzer Module aktivieren",{"depth":49,"slug":370,"text":371},"hash-algorithmen-konfigurieren","Hash-Algorithmen konfigurieren",{"depth":45,"slug":373,"text":374},"mvt-konfiguration","MVT Konfiguration",{"depth":49,"slug":376,"text":377},"konfigurationsdatei-erstellen","Konfigurationsdatei erstellen",{"depth":41,"slug":46,"text":47},{"depth":45,"slug":380,"text":381},"fall-1-logische-datenextraktion-mit-adb","Fall 1: Logische Datenextraktion mit ADB",{"depth":49,"slug":383,"text":384},"geräteinformationen-sammeln","Geräteinformationen sammeln",{"depth":49,"slug":386,"text":387},"datenbank-extraktion","Datenbank-Extraktion",{"depth":49,"slug":389,"text":390},"whatsapp-datenextraktion","WhatsApp Datenextraktion",{"depth":45,"slug":392,"text":393},"fall-2-android-backup-analyse","Fall 2: Android Backup-Analyse",{"depth":49,"slug":395,"text":396},"vollständiges-backup-erstellen","Vollständiges Backup erstellen",{"depth":49,"slug":398,"text":399},"backup-mit-aleapp-analysieren","Backup mit ALEAPP analysieren",{"depth":45,"slug":401,"text":402},"fall-3-mvt-kompromittierungsanalyse","Fall 3: MVT Kompromittierungsanalyse",{"depth":49,"slug":404,"text":405},"live-geräteanalyse","Live-Geräteanalyse",{"depth":49,"slug":407,"text":408},"ioc-suche-mit-pegasus-indikatoren","IOC-Suche mit Pegasus-Indikatoren",{"depth":45,"slug":410,"text":411},"fall-4-physische-extraktion-root-erforderlich","Fall 4: Physische Extraktion (Root erforderlich)",{"depth":49,"slug":413,"text":414},"device-rooting---mediatek-geräte","Device Rooting - MediaTek Geräte",{"depth":49,"slug":416,"text":417},"vollständiges-memory-dump","Vollständiges Memory Dump",{"depth":41,"slug":62,"text":63},{"depth":45,"slug":420,"text":421},"rechtliche-compliance","Rechtliche Compliance",{"depth":49,"slug":423,"text":424},"dokumentation-und-chain-of-custody","Dokumentation und Chain of Custody",{"depth":49,"slug":426,"text":427},"familiengeräte-und-nachlässe","Familiengeräte und Nachlässe",{"depth":45,"slug":429,"text":430},"technische-best-practices","Technische Best Practices",{"depth":49,"slug":432,"text":433},"hash-integrität-sicherstellen","Hash-Integrität sicherstellen",{"depth":49,"slug":435,"text":436},"sichere-arbeitsumgebung","Sichere Arbeitsumgebung",{"depth":49,"slug":438,"text":439},"qualitätssicherung","Qualitätssicherung",{"depth":45,"slug":441,"text":442},"erfolgsmaximierung-nach-gerätehersteller","Erfolgsmaximierung nach Gerätehersteller",{"depth":49,"slug":444,"text":445},"mediatek-geräte-höchste-erfolgsrate","MediaTek-Geräte (Höchste Erfolgsrate)",{"depth":49,"slug":447,"text":448},"samsung-geräte","Samsung-Geräte",{"depth":49,"slug":450,"text":451},"pixelnexus-geräte","Pixel/Nexus-Geräte",{"depth":41,"slug":133,"text":134},{"depth":45,"slug":454,"text":455},"problem-adb-erkennt-gerät-nicht","Problem: ADB erkennt Gerät nicht",{"depth":49,"slug":457,"text":458},"lösung-usb-treiber-und-berechtigungen","Lösung: USB-Treiber und Berechtigungen",{"depth":49,"slug":460,"text":461},"windows-treiber-installation","Windows: Treiber-Installation",{"depth":45,"slug":463,"text":464},"problem-verschlüsselte-android-backups","Problem: Verschlüsselte Android Backups",{"depth":49,"slug":466,"text":467},"lösung-android-backup-extractor","Lösung: Android Backup Extractor",{"depth":45,"slug":469,"text":470},"problem-unzureichende-berechtigungen-für-datenextraktion","Problem: Unzureichende Berechtigungen für Datenextraktion",{"depth":49,"slug":472,"text":473},"lösung-alternative-extraktionsmethoden","Lösung: Alternative Extraktionsmethoden",{"depth":45,"slug":475,"text":476},"problem-aleapp-parsing-fehler","Problem: ALEAPP Parsing-Fehler",{"depth":49,"slug":478,"text":479},"lösung-datenformat-probleme-beheben","Lösung: Datenformat-Probleme beheben",{"depth":41,"slug":481,"text":482},"erweiterte-techniken","Erweiterte Techniken",{"depth":45,"slug":484,"text":485},"memory-forensics-mit-lime","Memory Forensics mit LiME",{"depth":49,"slug":487,"text":488},"lime-für-arm-devices-kompilieren","LiME für ARM-Devices kompilieren",{"depth":49,"slug":490,"text":491},"volatility-analyse-von-android-memory","Volatility-Analyse von Android Memory",{"depth":45,"slug":493,"text":494},"frida-basierte-runtime-analyse","FRIDA-basierte Runtime-Analyse",{"depth":49,"slug":496,"text":497},"frida-für-kryptographie-hooks","FRIDA für Kryptographie-Hooks",{"depth":49,"slug":499,"text":500},"frida-installation-und-verwendung","FRIDA Installation und Verwendung",{"depth":45,"slug":502,"text":503},"custom-recovery-und-fastboot-exploits","Custom Recovery und Fastboot-Exploits",{"depth":49,"slug":505,"text":506},"twrp-installation-für-forensischen-zugang","TWRP Installation für forensischen Zugang",{"depth":49,"slug":508,"text":509},"partitions-imaging-mit-dd","Partitions-Imaging mit dd",{"depth":45,"slug":511,"text":512},"sqlite-forensics-und-gelöschte-daten","SQLite Forensics und gelöschte Daten",{"depth":49,"slug":514,"text":515},"erweiterte-sqlite-analyse","Erweiterte SQLite-Analyse",{"depth":49,"slug":517,"text":518},"timeline-rekonstruktion","Timeline-Rekonstruktion",{"depth":45,"slug":520,"text":521},"weiterführende-ressourcen","Weiterführende Ressourcen",{"depth":49,"slug":523,"text":524},"dokumentation-und-standards","Dokumentation und Standards",{"depth":49,"slug":526,"text":527},"community-und-weiterbildung","Community und Weiterbildung",{"depth":49,"slug":529,"text":530},"spezialisierte-tools","Spezialisierte Tools",[],[],[],"android-logical-imaging.md","nextcloud",{"id":535,"data":537,"body":551,"filePath":552,"digest":553,"rendered":554,"legacyId":590},{"title":538,"tool_name":539,"description":540,"last_updated":541,"author":16,"difficulty":542,"categories":543,"tags":545,"sections":550,"review_status":32},"Nextcloud - Sichere Kollaborationsplattform","Nextcloud","Detaillierte Anleitung und Best Practices für Nextcloud in forensischen Einsatzszenarien",["Date","2025-07-20T00:00:00.000Z"],"novice",[544],"collaboration-general",[88,546,547,90,548,549],"collaboration","file-sharing","encryption","document-management",{"overview":30,"installation":30,"configuration":30,"usage_examples":30,"best_practices":30,"troubleshooting":30,"advanced_topics":31},"> **⚠️ Hinweis**: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\n\n\n# Übersicht\n\nNextcloud ist eine Open-Source-Cloud-Suite, die speziell für die sichere Zusammenarbeit entwickelt wurde. Sie eignet sich ideal für forensische Teams, da sie eine DSGVO-konforme Umgebung mit verschlüsselter Dateiablage, Office-Integration und Videokonferenzen bereitstellt. Zusätzlich bietet Nextcloud einen integrierten SSO-Provider, der das Identitätsmanagement für andere forensische Tools stark vereinfacht.\n\nSkalierbar von kleinen Raspberry-Pi-Installationen bis hin zu hochverfügbaren Multi-Node-Setups.\n\n- **Website:** [nextcloud.com](https://nextcloud.com/)\n- **Demo/Projektinstanz:** [cloud.cc24.dev](https://cloud.cc24.dev)\n- **Statusseite:** [Mikoshi Status](https://status.mikoshi.de/api/badge/11/status)\n- **Lizenz:** AGPL-3.0\n\n---\n\n## Installation\n\n### Voraussetzungen\n\n- Linux-Server oder Raspberry Pi\n- PHP 8.1 oder höher\n- MariaDB/PostgreSQL\n- Webserver (Apache/Nginx)\n- SSL-Zertifikat (empfohlen: Let's Encrypt)\n\n### Installationsschritte (Ubuntu Beispiel)\n\n```bash\nsudo apt update && sudo apt upgrade\nsudo apt install apache2 mariadb-server libapache2-mod-php php php-mysql \\\n php-gd php-xml php-mbstring php-curl php-zip php-intl php-bcmath unzip\n\nwget https://download.nextcloud.com/server/releases/latest.zip\nunzip latest.zip -d /var/www/\nchown -R www-data:www-data /var/www/nextcloud\n````\n\nDanach den Web-Installer im Browser aufrufen (`https://\u003Cyour-domain>/nextcloud`) und Setup abschließen.\n\n## Konfiguration\n\n* **Trusted Domains** in `config.php` definieren\n* SSO mit OpenID Connect aktivieren\n* Dateiverschlüsselung aktivieren (`Settings → Security`)\n* Benutzer und Gruppen über LDAP oder SAML integrieren\n\n## Verwendungsbeispiele\n\n### Gemeinsame Fallbearbeitung\n\n1. Ermittlungsordner als geteiltes Gruppenverzeichnis anlegen\n2. Versionierung und Kommentare zu forensischen Berichten aktivieren\n3. Vorschau für Office-Dateien, PDFs und Bilder direkt im Browser nutzen\n\n### Videokonferenzen mit \"Nextcloud Talk\"\n\n* Sichere Kommunikation zwischen Ermittlern und Sachverständigen\n* Ende-zu-Ende-verschlüsselt\n* Bildschirmfreigabe möglich\n\n### Automatischer Dateiimport per API\n\n* REST-Schnittstelle nutzen, um z. B. automatisch Logdateien oder Exportdaten hochzuladen\n* Ideal für Anbindung an SIEM, DLP oder Analyse-Pipelines\n\n## Best Practices\n\n* Zwei-Faktor-Authentifizierung aktivieren\n* Tägliche Backups der Datenbank und Datenstruktur\n* Nutzung von OnlyOffice oder Collabora für revisionssichere Dokumentenbearbeitung\n* Zugriff regelmäßig überprüfen, insbesondere bei externen Partnern\n\n## Troubleshooting\n\n### Problem: Langsame Performance\n\n**Lösung:** APCu aktivieren und Caching optimieren (`config.php → 'memcache.local'`).\n\n### Problem: Dateien erscheinen nicht im Sync\n\n**Lösung:** Cronjob für `files:scan` konfigurieren oder manuell ausführen:\n\n```bash\nsudo -u www-data php /var/www/nextcloud/occ files:scan --all\n```\n\n### Problem: Fehlermeldung \"Trusted domain not set\"\n\n**Lösung:** In `config/config.php` Eintrag `trusted_domains` korrekt konfigurieren:\n\n```php\n'trusted_domains' =>\n array (\n 0 => 'yourdomain.tld',\n 1 => 'cloud.cc24.dev',\n ),\n```\n\n## Weiterführende Themen\n\n* **Integration mit Forensik-Plattformen** (über WebDAV, API oder SSO)\n* **Custom Apps entwickeln** für spezielle Ermittlungs-Workflows\n* **Auditing aktivieren**: Nutzung und Änderungen nachvollziehen mit Protokollierungsfunktionen","src/content/knowledgebase/nextcloud.md","9294074e6083e37b",{"html":555,"metadata":556},"\u003Cblockquote>\n\u003Cp>\u003Cstrong>⚠️ Hinweis\u003C/strong>: Dies ist ein vorläufiger, KI-generierter Knowledgebase-Eintrag. Wir freuen uns über Verbesserungen und Ergänzungen durch die Community!\u003C/p>\n\u003C/blockquote>\n\u003Ch1 id=\"übersicht\">Übersicht\u003C/h1>\n\u003Cp>Nextcloud ist eine Open-Source-Cloud-Suite, die speziell für die sichere Zusammenarbeit entwickelt wurde. Sie eignet sich ideal für forensische Teams, da sie eine DSGVO-konforme Umgebung mit verschlüsselter Dateiablage, Office-Integration und Videokonferenzen bereitstellt. Zusätzlich bietet Nextcloud einen integrierten SSO-Provider, der das Identitätsmanagement für andere forensische Tools stark vereinfacht.\u003C/p>\n\u003Cp>Skalierbar von kleinen Raspberry-Pi-Installationen bis hin zu hochverfügbaren Multi-Node-Setups.\u003C/p>\n\u003Cul>\n\u003Cli>\u003Cstrong>Website:\u003C/strong> \u003Ca href=\"https://nextcloud.com/\">nextcloud.com\u003C/a>\u003C/li>\n\u003Cli>\u003Cstrong>Demo/Projektinstanz:\u003C/strong> \u003Ca href=\"https://cloud.cc24.dev\">cloud.cc24.dev\u003C/a>\u003C/li>\n\u003Cli>\u003Cstrong>Statusseite:\u003C/strong> \u003Ca href=\"https://status.mikoshi.de/api/badge/11/status\">Mikoshi Status\u003C/a>\u003C/li>\n\u003Cli>\u003Cstrong>Lizenz:\u003C/strong> AGPL-3.0\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"installation\">Installation\u003C/h2>\n\u003Ch3 id=\"voraussetzungen\">Voraussetzungen\u003C/h3>\n\u003Cul>\n\u003Cli>Linux-Server oder Raspberry Pi\u003C/li>\n\u003Cli>PHP 8.1 oder höher\u003C/li>\n\u003Cli>MariaDB/PostgreSQL\u003C/li>\n\u003Cli>Webserver (Apache/Nginx)\u003C/li>\n\u003Cli>SSL-Zertifikat (empfohlen: Let’s Encrypt)\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"installationsschritte-ubuntu-beispiel\">Installationsschritte (Ubuntu Beispiel)\u003C/h3>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> update\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> && \u003C/span>\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> upgrade\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apt\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> apache2\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> mariadb-server\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> libapache2-mod-php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-mysql\u003C/span>\u003Cspan style=\"color:#79B8FF\"> \\\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#9ECBFF\"> php-gd\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-xml\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-mbstring\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-curl\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-zip\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-intl\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php-bcmath\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> unzip\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">wget\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> https://download.nextcloud.com/server/releases/latest.zip\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">unzip\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> latest.zip\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -d\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">chown\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -R\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> www-data:www-data\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/nextcloud\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Cp>Danach den Web-Installer im Browser aufrufen (\u003Ccode>https://<your-domain>/nextcloud\u003C/code>) und Setup abschließen.\u003C/p>\n\u003Ch2 id=\"konfiguration\">Konfiguration\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Trusted Domains\u003C/strong> in \u003Ccode>config.php\u003C/code> definieren\u003C/li>\n\u003Cli>SSO mit OpenID Connect aktivieren\u003C/li>\n\u003Cli>Dateiverschlüsselung aktivieren (\u003Ccode>Settings → Security\u003C/code>)\u003C/li>\n\u003Cli>Benutzer und Gruppen über LDAP oder SAML integrieren\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"verwendungsbeispiele\">Verwendungsbeispiele\u003C/h2>\n\u003Ch3 id=\"gemeinsame-fallbearbeitung\">Gemeinsame Fallbearbeitung\u003C/h3>\n\u003Col>\n\u003Cli>Ermittlungsordner als geteiltes Gruppenverzeichnis anlegen\u003C/li>\n\u003Cli>Versionierung und Kommentare zu forensischen Berichten aktivieren\u003C/li>\n\u003Cli>Vorschau für Office-Dateien, PDFs und Bilder direkt im Browser nutzen\u003C/li>\n\u003C/ol>\n\u003Ch3 id=\"videokonferenzen-mit-nextcloud-talk\">Videokonferenzen mit “Nextcloud Talk”\u003C/h3>\n\u003Cul>\n\u003Cli>Sichere Kommunikation zwischen Ermittlern und Sachverständigen\u003C/li>\n\u003Cli>Ende-zu-Ende-verschlüsselt\u003C/li>\n\u003Cli>Bildschirmfreigabe möglich\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"automatischer-dateiimport-per-api\">Automatischer Dateiimport per API\u003C/h3>\n\u003Cul>\n\u003Cli>REST-Schnittstelle nutzen, um z. B. automatisch Logdateien oder Exportdaten hochzuladen\u003C/li>\n\u003Cli>Ideal für Anbindung an SIEM, DLP oder Analyse-Pipelines\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"best-practices\">Best Practices\u003C/h2>\n\u003Cul>\n\u003Cli>Zwei-Faktor-Authentifizierung aktivieren\u003C/li>\n\u003Cli>Tägliche Backups der Datenbank und Datenstruktur\u003C/li>\n\u003Cli>Nutzung von OnlyOffice oder Collabora für revisionssichere Dokumentenbearbeitung\u003C/li>\n\u003Cli>Zugriff regelmäßig überprüfen, insbesondere bei externen Partnern\u003C/li>\n\u003C/ul>\n\u003Ch2 id=\"troubleshooting\">Troubleshooting\u003C/h2>\n\u003Ch3 id=\"problem-langsame-performance\">Problem: Langsame Performance\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> APCu aktivieren und Caching optimieren (\u003Ccode>config.php → 'memcache.local'\u003C/code>).\u003C/p>\n\u003Ch3 id=\"problem-dateien-erscheinen-nicht-im-sync\">Problem: Dateien erscheinen nicht im Sync\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> Cronjob für \u003Ccode>files:scan\u003C/code> konfigurieren oder manuell ausführen:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">sudo\u003C/span>\u003Cspan style=\"color:#79B8FF\"> -u\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> www-data\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> php\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> /var/www/nextcloud/occ\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> files:scan\u003C/span>\u003Cspan style=\"color:#79B8FF\"> --all\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch3 id=\"problem-fehlermeldung-trusted-domain-not-set\">Problem: Fehlermeldung “Trusted domain not set”\u003C/h3>\n\u003Cp>\u003Cstrong>Lösung:\u003C/strong> In \u003Ccode>config/config.php\u003C/code> Eintrag \u003Ccode>trusted_domains\u003C/code> korrekt konfigurieren:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"php\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#9ECBFF\">'trusted_domains'\u003C/span>\u003Cspan style=\"color:#F97583\"> =>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> array\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> (\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> 0\u003C/span>\u003Cspan style=\"color:#F97583\"> =>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 'yourdomain.tld'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#79B8FF\"> 1\u003C/span>\u003Cspan style=\"color:#F97583\"> =>\u003C/span>\u003Cspan style=\"color:#9ECBFF\"> 'cloud.cc24.dev'\u003C/span>\u003Cspan style=\"color:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> ),\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch2 id=\"weiterführende-themen\">Weiterführende Themen\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Integration mit Forensik-Plattformen\u003C/strong> (über WebDAV, API oder SSO)\u003C/li>\n\u003Cli>\u003Cstrong>Custom Apps entwickeln\u003C/strong> für spezielle Ermittlungs-Workflows\u003C/li>\n\u003Cli>\u003Cstrong>Auditing aktivieren\u003C/strong>: Nutzung und Änderungen nachvollziehen mit Protokollierungsfunktionen\u003C/li>\n\u003C/ul>",{"headings":557,"localImagePaths":587,"remoteImagePaths":588,"frontmatter":537,"imagePaths":589},[558,559,560,561,564,565,566,569,572,575,576,577,580,583,586],{"depth":41,"slug":42,"text":43},{"depth":45,"slug":104,"text":105},{"depth":49,"slug":107,"text":108},{"depth":49,"slug":562,"text":563},"installationsschritte-ubuntu-beispiel","Installationsschritte (Ubuntu Beispiel)",{"depth":45,"slug":113,"text":114},{"depth":45,"slug":46,"text":47},{"depth":49,"slug":567,"text":568},"gemeinsame-fallbearbeitung","Gemeinsame Fallbearbeitung",{"depth":49,"slug":570,"text":571},"videokonferenzen-mit-nextcloud-talk","Videokonferenzen mit “Nextcloud Talk”",{"depth":49,"slug":573,"text":574},"automatischer-dateiimport-per-api","Automatischer Dateiimport per API",{"depth":45,"slug":62,"text":63},{"depth":45,"slug":133,"text":134},{"depth":49,"slug":578,"text":579},"problem-langsame-performance","Problem: Langsame Performance",{"depth":49,"slug":581,"text":582},"problem-dateien-erscheinen-nicht-im-sync","Problem: Dateien erscheinen nicht im Sync",{"depth":49,"slug":584,"text":585},"problem-fehlermeldung-trusted-domain-not-set","Problem: Fehlermeldung “Trusted domain not set”",{"depth":45,"slug":65,"text":66},[],[],[],"nextcloud.md"]
\ No newline at end of file
diff --git a/.astro/settings.json b/.astro/settings.json
index 8f5d41e..9b63469 100644
--- a/.astro/settings.json
+++ b/.astro/settings.json
@@ -1,5 +1,5 @@
{
"_variables": {
- "lastUpdateCheck": 1753528124767
+ "lastUpdateCheck": 1754571688630
}
}
\ No newline at end of file
diff --git a/.env.example b/.env.example
index 1814d9f..d2a8622 100644
--- a/.env.example
+++ b/.env.example
@@ -1,257 +1,200 @@
# ============================================================================
-# ForensicPathways Environment Configuration - COMPLETE
+# ForensicPathways Environment Configuration
# ============================================================================
-# Copy this file to .env and adjust the values below.
-# This file covers ALL environment variables used in the codebase.
+# Copy this file to .env and configure the REQUIRED values below.
+# Optional features can be enabled by uncommenting and configuring them.
# ============================================================================
-# 1. CORE APPLICATION SETTINGS (REQUIRED)
+# 🔥 CRITICAL - REQUIRED FOR BASIC OPERATION
# ============================================================================
# Your application's public URL (used for redirects and links)
PUBLIC_BASE_URL=http://localhost:4321
+# Secret key for session encryption (GENERATE A SECURE RANDOM STRING!)
+AUTH_SECRET=your-secret-key-change-in-production-please
+
+# Primary AI service for query processing (REQUIRED for core functionality)
+AI_ANALYZER_ENDPOINT=https://api.mistral.ai/v1/chat/completions
+AI_ANALYZER_API_KEY=your-ai-api-key-here
+AI_ANALYZER_MODEL=mistral/mistral-small-latest
+
+# ============================================================================
+# ⚙️ IMPORTANT - CORE FEATURES CONFIGURATION
+# ============================================================================
+
# Application environment
NODE_ENV=development
-# Secret key for session encryption (CHANGE IN PRODUCTION!)
-AUTH_SECRET=your-secret-key-change-in-production-please
-
-# ============================================================================
-# 2. AI SERVICES CONFIGURATION (REQUIRED FOR AI FEATURES)
-# ============================================================================
-
-# Main AI Analysis Service (for query processing and recommendations)
-# Examples: http://localhost:11434 (Ollama), https://api.mistral.ai, https://api.openai.com
-AI_ANALYZER_ENDPOINT=https://api.mistral.ai/v1/chat/completions
-AI_ANALYZER_API_KEY=
-AI_ANALYZER_MODEL=mistral/mistral-small-latest
-
-# Vector Embeddings Service (for semantic search)
-# Leave API_KEY empty for Ollama, use actual key for cloud services
-AI_EMBEDDINGS_ENABLED=true
-AI_EMBEDDINGS_ENDPOINT=https://api.mistral.ai/v1/embeddings
-AI_EMBEDDINGS_API_KEY=
-AI_EMBEDDINGS_MODEL=mistral-embed
-
-# ============================================================================
-# 3. AI PIPELINE CONFIGURATION (CONTEXT & PERFORMANCE TUNING)
-# ============================================================================
-
-# === SIMILARITY SEARCH STAGE ===
-# How many similar tools/concepts embeddings search returns as candidates
-# 🔍 This is the FIRST filter - vector similarity matching
-# Lower = faster, less comprehensive | Higher = slower, more comprehensive
-AI_EMBEDDING_CANDIDATES=50
-
-# Minimum similarity score threshold (0.0-1.0)
-# Lower = more results but less relevant | Higher = fewer but more relevant
-AI_SIMILARITY_THRESHOLD=0.3
-
-# === AI SELECTION FROM EMBEDDINGS ===
-# When embeddings are enabled, how many top tools to send with full context
-# 🎯 This is the SECOND filter - take best N from embeddings results
-AI_EMBEDDING_SELECTION_LIMIT=30
-AI_EMBEDDING_CONCEPTS_LIMIT=15
-
-# Maximum tools/concepts sent to AI when embeddings are DISABLED
-# Set to 0 for no limit (WARNING: may cause token overflow with large datasets)
-AI_NO_EMBEDDINGS_TOOL_LIMIT=0
-AI_NO_EMBEDDINGS_CONCEPT_LIMIT=0
-
-# === AI SELECTION STAGE ===
-# Maximum tools the AI can select from embedding candidates
-# 🤖 This is the SECOND filter - AI intelligent selection
-# Should be ≤ AI_EMBEDDING_CANDIDATES
-AI_MAX_SELECTED_ITEMS=25
-
-# === EMBEDDINGS EFFICIENCY THRESHOLDS ===
-# Minimum tools required for embeddings to be considered useful
-AI_EMBEDDINGS_MIN_TOOLS=8
-
-# Maximum percentage of total tools that embeddings can return to be considered "filtering"
-AI_EMBEDDINGS_MAX_REDUCTION_RATIO=0.75
-
-# === CONTEXT FLOW SUMMARY ===
-# 1. Vector Search: 111 total tools → AI_EMBEDDING_CANDIDATES (40) most similar
-# 2. AI Selection: 40 candidates → AI_MAX_SELECTED_ITEMS (25) best matches
-# 3. Final Output: Recommendations based on analyzed subset
-
-# ============================================================================
-# 4. AI PERFORMANCE & RATE LIMITING
-# ============================================================================
-
-# === USER RATE LIMITS (per minute) ===
-# Main queries per user per minute
-AI_RATE_LIMIT_MAX_REQUESTS=4
-
-# Total AI micro-task calls per user per minute (across all micro-tasks)
-AI_MICRO_TASK_TOTAL_LIMIT=30
-
-# === PIPELINE TIMING ===
-# Delay between micro-tasks within a single query (milliseconds)
-# Higher = gentler on AI service | Lower = faster responses
-AI_MICRO_TASK_DELAY_MS=500
-
-# Delay between queued requests (milliseconds)
-AI_RATE_LIMIT_DELAY_MS=2000
-
-# === EMBEDDINGS BATCH PROCESSING ===
-# How many embeddings to generate per API call
-AI_EMBEDDINGS_BATCH_SIZE=10
-
-# Delay between embedding batches (milliseconds)
-AI_EMBEDDINGS_BATCH_DELAY_MS=1000
-
-# Maximum tools sent to AI for detailed analysis (micro-tasks)
-AI_MAX_TOOLS_TO_ANALYZE=20
-AI_MAX_CONCEPTS_TO_ANALYZE=10
-
-# ============================================================================
-# 5. AI CONTEXT & TOKEN MANAGEMENT
-# ============================================================================
-
-# Maximum context tokens to maintain across micro-tasks
-# Controls how much conversation history is preserved between AI calls
-AI_MAX_CONTEXT_TOKENS=4000
-
-# Maximum tokens per individual AI prompt
-# Larger = more context per call | Smaller = faster responses
-AI_MAX_PROMPT_TOKENS=2500
-
-# ============================================================================
-# 6. AUTHENTICATION & AUTHORIZATION (OPTIONAL)
-# ============================================================================
-
-# Enable authentication for different features
-AUTHENTICATION_NECESSARY=false
+# === AUTHENTICATION & SECURITY ===
+# Set to true to require authentication (RECOMMENDED for production)
AUTHENTICATION_NECESSARY_CONTRIBUTIONS=false
AUTHENTICATION_NECESSARY_AI=false
-# OIDC Provider Settings (only needed if authentication enabled)
-OIDC_ENDPOINT=https://your-oidc-provider.com
+# OIDC Provider Configuration
+OIDC_ENDPOINT=https://your-nextcloud.com/index.php/apps/oidc
OIDC_CLIENT_ID=your-client-id
OIDC_CLIENT_SECRET=your-client-secret
-# ============================================================================
-# 7. FILE UPLOADS - NEXTCLOUD INTEGRATION (OPTIONAL)
-# ============================================================================
-
+# === FILE HANDLING ===
# Nextcloud server for file uploads (knowledgebase contributions)
-# Leave empty to disable file upload functionality
NEXTCLOUD_ENDPOINT=https://your-nextcloud.com
-
-# Nextcloud credentials (app password recommended)
NEXTCLOUD_USERNAME=your-username
NEXTCLOUD_PASSWORD=your-app-password
-
-# Upload directory on Nextcloud (will be created if doesn't exist)
NEXTCLOUD_UPLOAD_PATH=/kb-media
-
-# Public URL base for sharing uploaded files
-# Usually your Nextcloud base URL + share path
NEXTCLOUD_PUBLIC_URL=https://your-nextcloud.com/s/
-# ============================================================================
-# 8. GIT CONTRIBUTIONS - ISSUE CREATION (OPTIONAL)
-# ============================================================================
-
+# === COLLABORATION & CONTRIBUTIONS ===
# Git provider: gitea, github, or gitlab
GIT_PROVIDER=gitea
-
-# Repository URL (used to extract owner/name)
-# Example: https://git.example.com/owner/forensic-pathways.git
GIT_REPO_URL=https://git.example.com/owner/forensic-pathways.git
-
-# API endpoint for your git provider
-# Gitea: https://git.example.com/api/v1
-# GitHub: https://api.github.com
-# GitLab: https://gitlab.example.com/api/v4
GIT_API_ENDPOINT=https://git.example.com/api/v1
-
-# Personal access token or API token for creating issues
-# Generate this in your git provider's settings
GIT_API_TOKEN=your-git-api-token
-# ============================================================================
-# 9. AUDIT & DEBUGGING (OPTIONAL)
-# ============================================================================
-
-# Enable detailed audit trail of AI decision-making
+# === AUDIT TRAIL (Important for forensic work) ===
FORENSIC_AUDIT_ENABLED=true
-
-# Audit detail level: minimal, standard, verbose
FORENSIC_AUDIT_DETAIL_LEVEL=standard
-
-# Audit retention time (hours)
FORENSIC_AUDIT_RETENTION_HOURS=24
-
-# Maximum audit entries per request
FORENSIC_AUDIT_MAX_ENTRIES=50
-# ============================================================================
-# 10. SIMPLIFIED CONFIDENCE SCORING SYSTEM
-# ============================================================================
+# === AI SEMANTIC SEARCH ===
+# Enable semantic search (highly recommended for better results)
+AI_EMBEDDINGS_ENABLED=true
+AI_EMBEDDINGS_ENDPOINT=https://api.mistral.ai/v1/embeddings
+AI_EMBEDDINGS_API_KEY=your-embeddings-api-key-here
+AI_EMBEDDINGS_MODEL=mistral-embed
-# Confidence component weights (must sum to 1.0)
-CONFIDENCE_SEMANTIC_WEIGHT=0.5 # Weight for vector similarity quality
-CONFIDENCE_SUITABILITY_WEIGHT=0.5 # Weight for AI-determined task fitness
-
-# Confidence thresholds (0-100)
-CONFIDENCE_MINIMUM_THRESHOLD=50 # Below this = weak recommendation
-CONFIDENCE_MEDIUM_THRESHOLD=70 # 40-59 = weak, 60-79 = moderate
-CONFIDENCE_HIGH_THRESHOLD=80 # 80+ = strong recommendation
+# User rate limiting (queries per minute)
+AI_RATE_LIMIT_MAX_REQUESTS=4
# ============================================================================
-# PERFORMANCE TUNING PRESETS
+# 🎛️ PERFORMANCE TUNING - SENSIBLE DEFAULTS PROVIDED
# ============================================================================
-# 🚀 FOR FASTER RESPONSES (prevent token overflow):
-# AI_NO_EMBEDDINGS_TOOL_LIMIT=25
-# AI_NO_EMBEDDINGS_CONCEPT_LIMIT=10
+# === AI Pipeline Configuration ===
+# These values are pre-tuned for optimal performance - adjust only if needed
+
+# Vector similarity search settings
+AI_EMBEDDING_CANDIDATES=50
+AI_SIMILARITY_THRESHOLD=0.3
+AI_EMBEDDING_SELECTION_LIMIT=30
+AI_EMBEDDING_CONCEPTS_LIMIT=15
+
+# === METHOD/TOOL BALANCE CONFIGURATION ===
+# Controls the ratio of methods vs software tools sent to AI
+# Methods = procedural guidance, best practices, workflows
+# Software = actual tools and applications
+# Values should sum to less than 1.0 (remainder is buffer)
+AI_METHOD_SELECTION_RATIO=0.4 # 40% methods (increase for more procedural guidance)
+AI_SOFTWARE_SELECTION_RATIO=0.5 # 50% software tools (increase for more tool recommendations)
+
+# AI selection limits
+AI_MAX_SELECTED_ITEMS=25
+AI_MAX_TOOLS_TO_ANALYZE=20
+AI_MAX_CONCEPTS_TO_ANALYZE=10
+
+# Efficiency thresholds
+AI_EMBEDDINGS_MIN_TOOLS=8
+AI_EMBEDDINGS_MAX_REDUCTION_RATIO=0.75
+
+# Fallback limits when embeddings are disabled
+AI_NO_EMBEDDINGS_TOOL_LIMIT=25
+AI_NO_EMBEDDINGS_CONCEPT_LIMIT=10
+
+# === Rate Limiting & Timing ===
+AI_MICRO_TASK_TOTAL_LIMIT=30
+AI_MICRO_TASK_DELAY_MS=500
+AI_RATE_LIMIT_DELAY_MS=2000
+
+# === Embeddings Batch Processing ===
+AI_EMBEDDINGS_BATCH_SIZE=10
+AI_EMBEDDINGS_BATCH_DELAY_MS=1000
+
+# === Context Management ===
+AI_MAX_CONTEXT_TOKENS=4000
+AI_MAX_PROMPT_TOKENS=2500
+
+# === Confidence Scoring ===
+CONFIDENCE_SEMANTIC_WEIGHT=0.5
+CONFIDENCE_SUITABILITY_WEIGHT=0.5
+CONFIDENCE_MINIMUM_THRESHOLD=50
+CONFIDENCE_MEDIUM_THRESHOLD=70
+CONFIDENCE_HIGH_THRESHOLD=80
-# 🎯 FOR FULL DATABASE ACCESS (risk of truncation):
-# AI_NO_EMBEDDINGS_TOOL_LIMIT=0
-# AI_NO_EMBEDDINGS_CONCEPT_LIMIT=0
-# 🔋 FOR LOW-POWER SYSTEMS:
-# AI_NO_EMBEDDINGS_TOOL_LIMIT=15
# ============================================================================
-# FEATURE COMBINATIONS GUIDE
+# 📋 QUICK SETUP CHECKLIST
# ============================================================================
-
-# 📝 BASIC SETUP (AI only):
-# - Configure AI_ANALYZER_* and AI_EMBEDDINGS_*
-# - Leave authentication, file uploads, and git disabled
-
-# 🔐 WITH AUTHENTICATION:
-# - Set AUTHENTICATION_NECESSARY_* to true
-# - Configure OIDC_* settings
-
-# 📁 WITH FILE UPLOADS:
-# - Configure all NEXTCLOUD_* settings
-# - Test connection before enabling in UI
-
-# 🔄 WITH CONTRIBUTIONS:
-# - Configure all GIT_* settings
-# - Test API token permissions for issue creation
-
-# 🔍 WITH FULL MONITORING:
-# - Enable FORENSIC_AUDIT_ENABLED=true
-# - Configure audit retention and detail level
+#
+# MINIMUM FOR DEVELOPMENT/TESTING:
+# 1. ✅ Set PUBLIC_BASE_URL to your domain/localhost
+# 2. ✅ Generate secure AUTH_SECRET (use: openssl rand -base64 32)
+# 3. ✅ Configure AI_ANALYZER_ENDPOINT and API_KEY for your AI service
+# 4. ✅ Test basic functionality
+#
+# PRODUCTION-READY DEPLOYMENT:
+# 5. ✅ Enable authentication (configure AUTHENTICATION_* and OIDC_*)
+# 6. ✅ Configure file handling (set NEXTCLOUD_* for uploads)
+# 7. ✅ Enable collaboration (set GIT_* for contributions)
+# 8. ✅ Enable audit trail (verify FORENSIC_AUDIT_ENABLED=true)
+# 9. ✅ Configure embeddings for better search (AI_EMBEDDINGS_*)
+# 10. ✅ Adjust rate limits based on expected usage
# ============================================================================
-# SETUP CHECKLIST
+# 🏃♂️ PERFORMANCE PRESETS - UNCOMMENT ONE IF NEEDED
# ============================================================================
-# ✅ 1. Set PUBLIC_BASE_URL to your domain
-# ✅ 2. Change AUTH_SECRET to a secure random string
-# ✅ 3. Configure AI endpoints (Ollama: leave API_KEY empty)
-# ✅ 4. Start with default AI values, tune based on performance
-# ✅ 5. Enable authentication if needed (configure OIDC)
-# ✅ 6. Configure Nextcloud if file uploads needed
-# ✅ 7. Configure Git provider if contributions needed
-# ✅ 8. Test with a simple query to verify pipeline works
-# ✅ 9. Enable audit trail for transparency if desired
-# ✅ 10. Tune performance settings based on usage patterns
-# ============================================================================
\ No newline at end of file
+
+# 🚀 SPEED OPTIMIZED (faster responses, less comprehensive):
+# AI_EMBEDDING_CANDIDATES=25
+# AI_MAX_SELECTED_ITEMS=15
+# AI_MAX_TOOLS_TO_ANALYZE=10
+# AI_MICRO_TASK_DELAY_MS=250
+
+# 🎯 ACCURACY OPTIMIZED (slower responses, more comprehensive):
+# AI_EMBEDDING_CANDIDATES=100
+# AI_MAX_SELECTED_ITEMS=50
+# AI_MAX_TOOLS_TO_ANALYZE=40
+# AI_MICRO_TASK_DELAY_MS=1000
+
+# 🔋 RESOURCE CONSTRAINED (for limited AI quotas):
+# AI_RATE_LIMIT_MAX_REQUESTS=2
+# AI_MICRO_TASK_TOTAL_LIMIT=15
+# AI_MAX_TOOLS_TO_ANALYZE=10
+# AI_EMBEDDINGS_ENABLED=false
+
+# 🔬 METHOD-FOCUSED (more procedural guidance, less tools):
+# AI_METHOD_SELECTION_RATIO=0.6
+# AI_SOFTWARE_SELECTION_RATIO=0.3
+
+# 🛠️ TOOL-FOCUSED (more software recommendations, less methods):
+# AI_METHOD_SELECTION_RATIO=0.2
+# AI_SOFTWARE_SELECTION_RATIO=0.7
+
+# ============================================================================
+# 🌐 AI SERVICE EXAMPLES
+# ============================================================================
+
+# === OLLAMA (Local) ===
+# AI_ANALYZER_ENDPOINT=http://localhost:11434/v1/chat/completions
+# AI_ANALYZER_API_KEY=
+# AI_ANALYZER_MODEL=llama3.1:8b
+# AI_EMBEDDINGS_ENDPOINT=http://localhost:11434/v1/embeddings
+# AI_EMBEDDINGS_API_KEY=
+# AI_EMBEDDINGS_MODEL=nomic-embed-text
+
+# === OPENAI ===
+# AI_ANALYZER_ENDPOINT=https://api.openai.com/v1/chat/completions
+# AI_ANALYZER_API_KEY=sk-your-openai-key
+# AI_ANALYZER_MODEL=gpt-4o-mini
+# AI_EMBEDDINGS_ENDPOINT=https://api.openai.com/v1/embeddings
+# AI_EMBEDDINGS_API_KEY=sk-your-openai-key
+# AI_EMBEDDINGS_MODEL=text-embedding-3-small
+
+# === MISTRAL (Default) ===
+# AI_ANALYZER_ENDPOINT=https://api.mistral.ai/v1/chat/completions
+# AI_ANALYZER_API_KEY=your-mistral-key
+# AI_ANALYZER_MODEL=mistral-small-latest
+# AI_EMBEDDINGS_ENDPOINT=https://api.mistral.ai/v1/embeddings
+# AI_EMBEDDINGS_API_KEY=your-mistral-key
+# AI_EMBEDDINGS_MODEL=mistral-embed
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index c56fca3..278e146 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ _site/
dist/
.astro/
+.astro/*
# Environment variables
.env
@@ -85,4 +86,4 @@ temp/
.astro/data-store.json
.astro/content.d.ts
prompt.md
-data/embeddings.json
+.astro/settings.json
diff --git a/README.md b/README.md
index b6f72a2..f45841d 100644
--- a/README.md
+++ b/README.md
@@ -1,232 +1,150 @@
# ForensicPathways
-Ein kuratiertes Verzeichnis für Digital Forensics und Incident Response (DFIR) Tools, Methoden und Konzepte mit KI-gestützten Workflow-Empfehlungen.
+Ein umfassendes Verzeichnis digitaler Forensik- und Incident-Response-Tools mit KI-gestützten Empfehlungen basierend auf der NIST SP 800-86 Methodik.
-## ✨ Funktionen
+## Lizenz
-### 🎯 Hauptansichten
-- **Kachelansicht (Grid View):** Übersichtliche Kartenansicht aller Tools/Methoden
-- **Matrix-Ansicht:** Interaktive Matrix nach forensischen Domänen und Untersuchungsphasen (NIST Framework)
-- **Forensic-AI:** AI-gestützte Workflow-Empfehlungen basierend auf Szenario-Beschreibungen
+Dieses Projekt ist unter der BSD-3-Clause-Lizenz lizenziert.
-### 🔍 Navigation & Filterung
-- **Tag-System:** Intelligente Filterung nach Kategorien und Eigenschaften
-- **Volltext-Suche:** Durchsuchen von Namen, Beschreibungen und Tags
-- **Domain/Phase-Filter:** Filterung nach forensischen Bereichen und Ermittlungsphasen
+## Funktionen
-### 📚 Inhaltstypen
-- **Software/Tools:** Open Source und proprietäre forensische Software
-- **Methoden:** Bewährte forensische Verfahren und Prozesse
-- **Konzepte:** Grundlegendes Fachwissen und theoretische Grundlagen
+### Kernfunktionalität
+- **Umfassende Tool-Datenbank**: 100+ forensische Tools kategorisiert nach Domänen, Phasen und Skill-Levels
+- **NIST SP 800-86 Integration**: Vier-Phasen-Methodik (Sammlung → Auswertung → Analyse → Berichterstattung)
+- **Multiple Ansichtsmodi**: Kachelansicht, Matrix-Übersicht und KI-gestützte Empfehlungen
+- **Erweiterte Suche**: Textsuche, semantische Embedding-basierte Suche und Multi-Kriterien-Filterung
+- **Responsive Design**: Dark/Light-Mode-Unterstützung, mobile-optimierte Benutzeroberfläche
-### 📖 Knowledgebase
-- **Erweiterte Dokumentation:** Detaillierte Artikel zu Tools und Methoden
-- **Praktische Anleitungen:** Installation, Konfiguration und Best Practices
-- **Markdown-basiert:** Einfache Erstellung und Wartung von Inhalten
+### KI-gestützte Analyse
+- **Micro-Task-Pipeline**: Intelligente Tool-Auswahl durch mehrere KI-Analyseschritte
+- **Semantische Suche**: Vector-Embeddings für natürlichsprachige Tool-Entdeckung
+- **Konfidenz-Bewertung**: Transparente Vertrauensmetriken für KI-Empfehlungen
+- **Audit-Trail**: Vollständige Entscheidungstransparenz mit detaillierter Protokollierung
+- **Rate Limiting**: Intelligente Warteschlangenverwaltung und nutzerbasierte Ratenbegrenzung
-### 🤝 Contribution-System
-- **Tool/Methoden-Beiträge:** Webformular für neue Einträge
-- **Knowledgebase-Artikel:** Artikel-Editor mit Datei-Upload
-- **Git-Integration:** Automatische Issue-Erstellung für Review-Prozess
-- **File-Management:** Nextcloud-Integration für Medien-Uploads
+### Zusammenarbeit & Beiträge
+- **Tool-Beiträge**: Neue Tools einreichen oder bestehende über Git-Integration bearbeiten
+- **Knowledgebase**: Community-beigetragene Artikel und Dokumentation
+- **File-Upload-System**: Nextcloud-Integration für Medien-Anhänge
+- **Authentifizierung**: OIDC-Integration mit konfigurierbaren Anbietern
-### 🔐 Authentifizierung
-- **OIDC-Integration:** Single Sign-On mit OpenID Connect
-- **Berechtigungssteuerung:** Schutz für AI-Features und Contribution-System
-- **Session-Management:** Sichere JWT-basierte Sessions
+### Enterprise-Funktionen
+- **Warteschlangenverwaltung**: Ratenbegrenzte KI-Verarbeitung mit Echtzeit-Status-Updates
+- **Audit-Protokollierung**: Umfassender forensischer Audit-Trail für KI-Entscheidungsfindung
+- **Multi-Provider-Unterstützung**: Konfigurierbare KI-Services (Mistral AI, Ollama, OpenAI)
+- **Git-Integration**: Automatisierte Issue-Erstellung für Beiträge (Gitea, GitHub, GitLab)
-## 🛠 Technische Grundlage
+## Datenmodell
-- **Framework:** Astro 4.x mit TypeScript
-- **Styling:** CSS Custom Properties mit Dark/Light Mode
-- **API:** Node.js Backend mit Astro API Routes
-- **Datenbank:** YAML-basierte Konfiguration (tools.yaml)
+Das System verwendet eine YAML-basierte Konfiguration in `src/data/tools.yaml`:
-## 📋 Voraussetzungen
+```yaml
+tools:
+ - name: Tool Name
+ type: software|method|concept
+ description: Detaillierte Beschreibung
+ skillLevel: novice|beginner|intermediate|advanced|expert
+ url: https://tool-homepage.com
+ domains: [incident-response, static-investigations, ...]
+ phases: [data-collection, examination, analysis, reporting]
+ platforms: [Windows, Linux, macOS]
+ license: Lizenztyp
+ tags: [gui, commandline, ...]
+ related_concepts: [konzept1, konzept2]
+ # Optionale Felder
+ projectUrl: https://hosted-instance.com # Für CC24-Server gehostete Tools
+ knowledgebase: true # Hat KB-Artikel
+ accessType: download|hosted|cloud
-- **Node.js:** Version 18.x oder höher
-- **npm:** Version 8.x oder höher
-- **Nginx:** Für Reverse Proxy (Produktion)
+domains:
+ - id: incident-response
+ name: Incident Response & Breach-Untersuchung
+
+phases:
+ - id: data-collection
+ name: Datensammlung
+ description: Imaging, Akquisition, Remote-Collection-Tools
-## 🔧 Externe Abhängigkeiten (Optional)
-
-### OIDC Provider
-- **Zweck:** Benutzerauthentifizierung
-- **Beispiel:** Nextcloud, Keycloak, Auth0
-- **Konfiguration:** `OIDC_ENDPOINT`, `OIDC_CLIENT_ID`, `OIDC_CLIENT_SECRET`
-
-### Nextcloud
-- **Zweck:** File-Upload für Knowledgebase-Beiträge
-- **Features:** Medien-Management, öffentliche Links
-- **Konfiguration:** `NEXTCLOUD_ENDPOINT`, `NEXTCLOUD_USERNAME`, `NEXTCLOUD_PASSWORD`
-
-### AI Service (Mistral/OpenAI-kompatibel)
-- **Zweck:** KI-gestützte Tool-Empfehlungen
-- **Konfiguration:** `AI_ANALYZER_ENDPOINT`, `AI_ANALYZER_API_KEY`, `AI_ANALYZER_MODEL`
-
-### Uptime Kuma
-- **Zweck:** Status-Monitoring für gehostete Services
-- **Integration:** Status-Badges in der Service-Übersicht
-
-### Git Provider (Gitea/GitHub/GitLab)
-- **Zweck:** Issue-Erstellung für Contributions
-- **Konfiguration:** `GIT_PROVIDER`, `GIT_API_ENDPOINT`, `GIT_API_TOKEN`
-
-## 🚀 Installation
-
-### Lokale Entwicklung
-
-```bash
-# Repository klonen
-git clone https://git.cc24.dev/mstoeck3/forensic-pathways.git
-cd forensic-pathways
-
-# Dependencies installieren
-npm install
-
-# Umgebungsvariablen konfigurieren
-cp .env.example .env
-# .env bearbeiten (siehe Konfiguration unten)
-
-npm run astro build
-
-# Development Server starten
-npm run dev
+scenarios:
+ - id: scenario:memory_dump
+ icon: 🧠
+ friendly_name: RAM-Analyse
```
-Die Seite ist dann unter `http://localhost:4321` verfügbar.
+## AI Concept
-### Produktions-Deployment
+### Micro-Task Architecture
+The AI system uses a sophisticated pipeline that breaks complex analysis into focused micro-tasks:
-#### 1. System vorbereiten
+1. **Scenario Analysis**: Understanding the forensic context
+2. **Investigation Approach**: Determining optimal methodology
+3. **Critical Considerations**: Identifying potential challenges
+4. **Tool Selection**: Phase-specific or problem-specific recommendations
+5. **Background Knowledge**: Relevant concepts and prerequisites
+6. **Final Synthesis**: Integrated recommendations with confidence scoring
+### Confidence Scoring
+Each recommendation includes transparent confidence metrics:
+- **Semantic Relevance**: Vector similarity between query and tool descriptions
+- **Task Suitability**: AI-assessed fitness for the specific scenario
+- **Uncertainty Factors**: Potential limitations and considerations
+- **Strength Indicators**: Why the tool is well-suited
+
+## NIST SP 800-86 Phases
+
+The system organizes tools according to the four-phase NIST methodology:
+
+1. **Data Collection**: Imaging, acquisition, and evidence preservation
+2. **Examination**: Parsing, extraction, and initial data processing
+3. **Analysis**: Deep investigation, correlation, and insight generation
+4. **Reporting**: Documentation, visualization, and presentation
+
+Each tool is mapped to appropriate phases, enabling workflow-based recommendations.
+
+## Deployment
+
+### Production Setup
+
+1. **Build and Deploy**:
```bash
-# System-Updates
-sudo apt update && sudo apt upgrade -y
-
-# Node.js installieren (Ubuntu/Debian)
-curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
-sudo apt-get install -y nodejs
-
-# Nginx installieren
-sudo apt install nginx -y
-
-# Systemd für Service-Management
-sudo systemctl enable nginx
+npm run build
+sudo ./deploy.sh # Copies dist/ to /var/www/forensic-pathways
```
-#### 2. Anwendung installieren
-
+2. **Configuration**:
```bash
-# Klonen des Repositorys
-sudo git clone https://git.cc24.dev/mstoeck3/forensic-pathways /opt/forensic-pathways
-cd /opt/forensic-pathways
-
-# Abhängigkeiten installieren
-sudo npm install
-
-# Production-Build erstellen
-sudo npm run build
-npm run astro build
-
-# Berechtigungen setzen
-sudo chown -R www-data:www-data /opt/forensic-pathways
+cd /var/www/forensic-pathways
+sudo cp .env.example .env
+sudo nano .env # Configure AI services, authentication, etc.
```
-#### 3. Umgebungsvariablen konfigurieren
+3. **Systemd Service** (`/etc/systemd/system/forensic-pathways.service`):
+```ini
+[Unit]
+Description=ForensicPathways
+After=network.target
-Erstelle `/opt/forensic-pathways/.env`:
+[Service]
+Type=simple
+User=www-data
+WorkingDirectory=/var/www/forensic-pathways
+ExecStart=/usr/bin/node server/entry.mjs
+Restart=always
+RestartSec=10
+Environment=NODE_ENV=production
-```bash
-# ===========================================
-# ForensicPathways Environment Configuration
-# ===========================================
-
-# Authentication & OIDC (Required)
-AUTH_SECRET=change-this-to-a-strong-secret-key-in-production
-OIDC_ENDPOINT=https://your-oidc-provider.com
-OIDC_CLIENT_ID=your-oidc-client-id
-OIDC_CLIENT_SECRET=your-oidc-client-secret
-
-# Auth Scopes - set to true in prod
-AUTHENTICATION_NECESSARY_CONTRIBUTIONS=true
-AUTHENTICATION_NECESSARY_AI=true
-
-# Application Configuration (Required)
-PUBLIC_BASE_URL=https://your-domain.com
-NODE_ENV=production
-
-# AI Service Configuration (Required for AI features)
-AI_ANALYZER_MODEL=mistral-large-latest
-AI_ANALYZER_ENDPOINT=https://api.mistral.ai
-AI_ANALYZER_API_KEY=your-mistral-api-key
-AI_RATE_LIMIT_DELAY_MS=1000
-
-# Git Integration (Required for contributions)
-GIT_REPO_URL=https://git.cc24.dev/mstoeck3/forensic-pathways
-GIT_PROVIDER=gitea
-GIT_API_ENDPOINT=https://git.cc24.dev/api/v1
-GIT_API_TOKEN=your-git-api-token
-
-# File Upload Configuration (Optional)
-LOCAL_UPLOAD_PATH=./public/uploads
-
-# Nextcloud Integration (Optional)
-NEXTCLOUD_ENDPOINT=https://your-nextcloud.com
-NEXTCLOUD_USERNAME=your-username
-NEXTCLOUD_PASSWORD=your-password
-NEXTCLOUD_UPLOAD_PATH=/kb-media
-NEXTCLOUD_PUBLIC_URL=https://your-nextcloud.com/s/
+[Install]
+WantedBy=multi-user.target
```
-```bash
-# Berechtigungen sichern
-sudo chmod 600 /opt/forensic-pathways/.env
-sudo chown www-data:www-data /opt/forensic-pathways/.env
-```
-
-#### 4. Nginx konfigurieren
-
-Erstelle `/etc/nginx/sites-available/forensic-pathways`:
-
+4. **Nginx Configuration**:
```nginx
server {
listen 80;
- server_name ihre-domain.de;
+ server_name forensic-pathways.yourdomain.com;
+ client_max_body_size 50M; # Important for uploads
- # Redirect HTTP to HTTPS
- return 301 https://$server_name$request_uri;
-}
-
-server {
- listen 443 ssl http2;
- server_name ihre-domain.de;
-
- # SSL Konfiguration (Let's Encrypt empfohlen)
- ssl_certificate /etc/letsencrypt/live/ihre-domain.de/fullchain.pem;
- ssl_certificate_key /etc/letsencrypt/live/ihre-domain.de/privkey.pem;
-
- # Security Headers
- add_header X-Frame-Options DENY;
- add_header X-Content-Type-Options nosniff;
- add_header X-XSS-Protection "1; mode=block";
- add_header Referrer-Policy "strict-origin-when-cross-origin";
-
- # Static Files
location / {
- try_files $uri $uri/ @nodejs;
- root /opt/forensic-pathways/dist;
- index index.html;
-
- # Cache static assets
- location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff2?|ttf)$ {
- expires 1y;
- add_header Cache-Control "public, immutable";
- }
- }
-
- # API Routes to Node.js
- location @nodejs {
proxy_pass http://localhost:4321;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
@@ -236,251 +154,162 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_cache_bypass $http_upgrade;
- proxy_read_timeout 300s;
- proxy_connect_timeout 75s;
}
-
- # Upload limit
- client_max_body_size 50M;
}
```
+5. **Enable and Start**:
```bash
-# Site aktivieren
-sudo ln -s /etc/nginx/sites-available/forensic-pathways /etc/nginx/sites-enabled/
-sudo nginx -t
+sudo systemctl enable forensic-pathways
+sudo systemctl start forensic-pathways
sudo systemctl reload nginx
```
-#### 5. Systemd Service einrichten
+### Environment Configuration
-Erstelle `/etc/systemd/system/forensic-pathways.service`:
-
-```ini
-[Unit]
-Description=ForensicPathways DFIR Guide
-After=network.target nginx.service
-Wants=nginx.service
-
-[Service]
-Type=exec
-User=www-data
-Group=www-data
-WorkingDirectory=/opt/forensic-pathways
-Environment=NODE_ENV=production
-ExecStart=/usr/bin/node ./dist/server/entry.mjs
-Restart=always
-RestartSec=10
-StandardOutput=journal
-StandardError=journal
-
-# Security
-NoNewPrivileges=yes
-PrivateTmp=yes
-ProtectSystem=strict
-ProtectHome=yes
-ReadWritePaths=/opt/forensic-pathways
-CapabilityBoundingSet=
-
-# Resource Limits
-LimitNOFILE=65536
-MemoryMax=512M
-
-[Install]
-WantedBy=multi-user.target
-```
+Key configuration in `.env`:
```bash
-# Service aktivieren und starten
-sudo systemctl daemon-reload
-sudo systemctl enable forensic-pathways
-sudo systemctl start forensic-pathways
+# Core Application
+PUBLIC_BASE_URL=https://forensic-pathways.yourdomain.com
+AUTH_SECRET=your-secure-random-secret
-# Status prüfen
-sudo systemctl status forensic-pathways
+# AI Services (Required)
+AI_ANALYZER_ENDPOINT=https://api.mistral.ai/v1/chat/completions
+AI_ANALYZER_API_KEY=your-api-key
+AI_ANALYZER_MODEL=mistral/mistral-small-latest
+
+# Vector Embeddings (Recommended)
+AI_EMBEDDINGS_ENABLED=true
+AI_EMBEDDINGS_ENDPOINT=https://api.mistral.ai/v1/embeddings
+AI_EMBEDDINGS_MODEL=mistral-embed
+
+# Authentication (Optional)
+AUTHENTICATION_NECESSARY_AI=false
+OIDC_ENDPOINT=https://your-keycloak.com/auth/realms/your-realm
+OIDC_CLIENT_ID=forensic-pathways
```
-## 🔧 Konfiguration
+## Externe Abhängigkeiten (Optionale Features)
-### Minimalkonfiguration (ohne Auth)
+### File-Upload-System
+- **Nextcloud**: Primärer Speicher für Beitrags-Anhänge
+- **Lokaler Fallback**: Automatischer Fallback zu lokalem Speicher bei Nextcloud-Ausfall
+
+### Authentifizierungsanbieter
+- **Keycloak**: Empfohlener OIDC-Provider
+- **Andere OIDC**: Jeder OIDC-konforme Provider (Auth0, Azure AD, etc.)
+
+### Git-Integration
+- **Gitea**: Primärer Git-Provider für Beiträge
+- **GitHub/GitLab**: Alternative Git-Provider unterstützt
+
+### Monitoring
+- **Uptime Kuma**: Service-Monitoring und Gesundheitschecks (optional)
+
+### KI-Services
+- **Mistral AI**: Empfohlen für Produktion (API-Schlüssel erforderlich)
+- **Ollama**: Lokale Deployment-Option (kein API-Schlüssel benötigt)
+- **OpenAI**: Alternative kommerzielle Anbieter
+
+## Knowledgebase-System
+
+### Artikel hinzufügen
+
+Knowledgebase-Artikel werden in `src/content/knowledgebase/` als Markdown-Dateien mit Frontmatter gespeichert:
+
+```markdown
+---
+title: "Tool-Konfigurationsanleitung"
+description: "Schritt-für-Schritt-Setup-Anweisungen"
+last_updated: 2024-01-15
+author: "Ihr Name"
+difficulty: intermediate
+
+# Tool-Zuordnung (optional)
+tool_name: "Autopsy"
+related_tools: ["Volatility 3", "YARA"]
+
+# Kategorisierung
+categories: ["konfiguration", "setup"]
+tags: ["gui", "installation", "windows"]
+
+published: true
+---
+
+# Tool-Konfigurationsanleitung
+
+Ihr Artikel-Inhalt hier...
+
+## Voraussetzungen
+- Systemanforderungen
+- Abhängigkeiten
+
+## Installationsschritte
+1. Download von offizieller Quelle
+2. Installer ausführen
+3. Einstellungen konfigurieren
+
+## Häufige Probleme
+Lösungen für typische Probleme...
+```
+
+### Artikel-Struktur-Richtlinien
+
+**Erforderliche Felder**:
+- `title`: Klarer, beschreibender Titel
+- `description`: Einzeilige Zusammenfassung für Auflistungen
+- `last_updated`: Artikel-Änderungsdatum
+- `published`: Boolean-Flag für Sichtbarkeit
+
+**Optionale Felder**:
+- `tool_name`: Zuordnung zu spezifischem Tool aus Datenbank
+- `author`: Mitwirkender Name (Standard: "Anon")
+- `difficulty`: Komplexitätslevel passend zu Tool-Skill-Levels
+- `categories`: Breite Klassifizierungen
+- `tags`: Spezifische Stichwörter für Entdeckung
+- `related_tools`: Array verwandter Tool-Namen
+
+**Inhalt-Richtlinien**:
+- Standard-Markdown-Formatierung verwenden
+- Praktische Beispiele und Code-Snippets einschließen
+- Screenshots oder Diagramme bei Bedarf hinzufügen
+- Zu verwandten Tools mit `[Tool Name](/tools/tool-slug)` Format verlinken
+- Troubleshooting-Abschnitte für komplexe Tools einschließen
+
+### Automatische Verarbeitung
+
+1. Artikel werden automatisch beim Build indexiert
+2. Tool-Zuordnungen erstellen bidirektionale Links
+3. Suche umfasst Volltext-Inhalt und Metadaten
+4. Verwandte Artikel erscheinen in Tool-Detail-Ansichten
+
+## Entwicklung
```bash
-# Nur für Tests geeignet
-AUTHENTICATION_NECESSARY=false
-PUBLIC_BASE_URL=http://localhost:4321
+# Setup
+npm install
+cp .env.example .env
+
+# Entwicklung
+npm run dev
+
+# Build
+npm run build
+
+# Deploy
+sudo ./deploy.sh
```
-### Tools-Datenbank
+## Konfigurationsübersicht
-Die Tools werden in `src/data/tools.yaml` verwaltet. Vollständiges Beispiel:
+Die `.env.example`-Datei enthält umfassende Konfigurationsoptionen für alle Features. Die meisten Optionen haben sinnvolle Standardwerte, wobei nur die KI-Service-Konfiguration für volle Funktionalität erforderlich ist.
-```yaml
-tools:
- - name: Autopsy
- type: software # software|method|concept
- description: >-
- Die führende Open-Source-Alternative zu kommerziellen Forensik-Suiten mit
- intuitiver grafischer Oberfläche. Besonders stark in der Timeline-Analyse,
- Keyword-Suche und dem Carving gelöschter Dateien. Die modulare
- Plugin-Architektur erlaubt Erweiterungen für spezielle
- Untersuchungsszenarien.
- icon: 📦
- skillLevel: intermediate # novice|beginner|intermediate|advanced|expert
- url: https://www.autopsy.com/
- domains:
- - incident-response
- - static-investigations
- - malware-analysis
- - mobile-forensics
- - cloud-forensics
- phases:
- - examination
- - analysis
- platforms:
- - Windows
- - Linux
- related_concepts:
- - SQL Query Fundamentals
- - Hash Functions & Digital Signatures
- accessType: download # download|web|api|cli|service
- license: Apache 2.0
- knowledgebase: false # true für erweiterte Dokumentation
- tags:
- - gui
- - filesystem
- - timeline-analysis
- - carving
- - artifact-extraction
- - keyword-search
- # Optional: Für gehostete Services
- projectUrl: https://autopsy.ihre-domain.de
- statusUrl: https://status.ihre-domain.de/api/badge/1/status
-
- # Beispiel Methode
- - name: Live Response Methodology
- type: method
- description: >-
- Strukturierte Vorgehensweise zur Sammlung volatiler Daten
- von laufenden Systemen ohne Shutdown.
- icon: 📋
- skillLevel: advanced
- url: https://www.sans.org/white-papers/live-response/
- domains:
- - incident-response
- phases:
- - data-collection
- related_concepts:
- - Memory Forensics Fundamentals
- tags:
- - volatile-data
- - live-analysis
- - methodology
- knowledgebase: true
-
- # Beispiel Konzept
- - name: Hash Functions & Digital Signatures
- type: concept
- description: >-
- Kryptographische Grundlagen für Datenintegrität und
- Authentifizierung in der digitalen Forensik.
- icon: 🔐
- skillLevel: intermediate
- url: https://en.wikipedia.org/wiki/Cryptographic_hash_function
- domains:
- - incident-response
- - static-investigations
- - malware-analysis
- phases:
- - data-collection
- - examination
- tags:
- - cryptography
- - data-integrity
- - evidence-preservation
- knowledgebase: false
+## Architektur
-# Konfiguration der Domänen
-domains:
- - id: incident-response
- name: Incident Response & Breach-Untersuchung
- - id: static-investigations
- name: Datenträgerforensik & Ermittlungen
- - id: malware-analysis
- name: Malware-Analyse & Reverse Engineering
- - id: mobile-forensics
- name: Mobile Geräte & App-Forensik
- - id: cloud-forensics
- name: Cloud & Virtuelle Umgebungen
-
-# Konfiguration der Phasen (NIST Framework)
-phases:
- - id: data-collection
- name: Datensammlung
- description: Imaging, Acquisition, Remote Collection Tools
- - id: examination
- name: Auswertung
- description: Parsing, Extraction, Initial Analysis Tools
- - id: analysis
- name: Analyse
- description: Deep Analysis, Correlation, Visualization Tools
- - id: reporting
- name: Bericht & Präsentation
- description: Documentation, Visualization, Presentation Tools
-
-# Domänenübergreifende Kategorien
-domain-agnostic-software:
- - id: collaboration-general
- name: Übergreifend & Kollaboration
- description: Cross-cutting tools and collaboration platforms
- - id: specific-os
- name: Betriebssysteme
- description: Operating Systems which focus on forensics
-```
-
-## 📦 Updates
-
-```bash
-# Repository aktualisieren
-cd /opt/forensic-pathways
-sudo git pull
-
-# Dependencies aktualisieren
-sudo npm install
-
-# Rebuild
-sudo npm run build
-
-# Service neustarten
-sudo systemctl restart forensic-pathways
-```
-
-## 💾 Backup
-
-Wichtige Dateien für Backup:
-
-```bash
-/opt/forensic-pathways/src/data/tools.yaml
-/opt/forensic-pathways/.env
-/etc/nginx/sites-available/forensic-pathways
-/etc/systemd/system/forensic-pathways.service
-```
-
-## 🤝 Beiträge
-
-Contributions sind willkommen! Bitte:
-
-1. Issue im Repository erstellen
-2. Feature-Branch erstellen
-3. Pull Request öffnen
-4. Tests durchführen
-
-## 📞 Support
-
-Bei Problemen oder Fragen:
-
-- **Issues:** [Repository Issues](https://git.cc24.dev/mstoeck3/forensic-pathways/issues)
-- **Dokumentation:** Siehe `/knowledgebase` auf der Website
-
-## 📄 Lizenz
-
-Dieses Projekt steht unter der **BSD-3-Clause** Lizenz.
\ No newline at end of file
+- **Frontend**: Astro mit TypeScript, responsive CSS
+- **Backend**: Node.js API-Routen mit intelligenter Ratenbegrenzung
+- **KI-Pipeline**: Micro-Task-Architektur mit Audit-Protokollierung
+- **Daten**: YAML-basierte Tool-Datenbank mit Git-basierten Beiträgen
+- **Suche**: Dual-Mode Text- und semantische Vector-Suche
+- **Auth**: OIDC-Integration mit Session-Management
\ No newline at end of file
diff --git a/data/embeddings.json b/data/embeddings.json
new file mode 100644
index 0000000..5bbcbf0
--- /dev/null
+++ b/data/embeddings.json
@@ -0,0 +1,202482 @@
+{
+ "version": "6615564a712cd000167c4c2092ce79f8558d949bc4be71f77370b698f1e9392e",
+ "lastUpdated": 1754835987902,
+ "embeddings": [
+ {
+ "id": "tool_macOS_Auto_Mount_Prevention",
+ "type": "tool",
+ "name": "macOS Auto-Mount Prevention",
+ "content": "macos auto-mount prevention verhinderung automatischen mountens durch temporäres deaktivieren des disk arbitrators. verfahren: 1) 'sudo launchctl unload /system/library/launchdaemons/com.apple.diskarbitrationd.plist' ausführen, 2) datenträger anschließen (kein diskutil verfügbar), 3) imaging durchführen, 4) 'sudo launchctl load /system/library/launchdaemons/com.apple.diskarbitrationd.plist' zur reaktivierung. alternative zu hardware-schreibblockern für forensisch saubere anbindung. write-blocker disk-arbitrator system-modification contamination-prevention sudo-required manual-mounting incident-response static-investigations data-collection",
+ "embedding": [
+ -0.01389312744140625,
+ 0.036041259765625,
+ 0.03924560546875,
+ -0.0130462646484375,
+ 0.0235595703125,
+ 0.040924072265625,
+ 0.0235595703125,
+ -0.0023593902587890625,
+ -0.03155517578125,
+ 0.0154876708984375,
+ -0.019989013671875,
+ 0.052947998046875,
+ 0.0059356689453125,
+ -0.028167724609375,
+ -0.0302276611328125,
+ 0.03509521484375,
+ 0.004436492919921875,
+ 0.0227203369140625,
+ 0.0017604827880859375,
+ -0.002288818359375,
+ -0.016326904296875,
+ -0.019989013671875,
+ -0.0589599609375,
+ 0.0067596435546875,
+ 0.0204620361328125,
+ -0.00015616416931152344,
+ -0.014923095703125,
+ -0.035308837890625,
+ -0.0227203369140625,
+ 0.01361083984375,
+ 0.0015840530395507812,
+ -0.0279693603515625,
+ 0.005069732666015625,
+ 0.047119140625,
+ 0.04150390625,
+ -0.021026611328125,
+ -0.0302276611328125,
+ -0.03228759765625,
+ -0.0201873779296875,
+ 0.01605224609375,
+ -0.041290283203125,
+ 0.0030040740966796875,
+ -0.0296630859375,
+ 0.013519287109375,
+ 0.0178375244140625,
+ -0.022247314453125,
+ 0.01027679443359375,
+ -0.0024051666259765625,
+ 0.01502227783203125,
+ -0.046173095703125,
+ 0.01201629638671875,
+ 0.028167724609375,
+ 0.01436614990234375,
+ 0.0128631591796875,
+ -0.0200958251953125,
+ 0.011688232421875,
+ 0.0008802413940429688,
+ -0.0302276611328125,
+ -0.033782958984375,
+ 0.04241943359375,
+ -0.0589599609375,
+ 0.009765625,
+ 0.0192413330078125,
+ 0.01004791259765625,
+ 0.00910186767578125,
+ 0.03509521484375,
+ 0.0035915374755859375,
+ -0.0341796875,
+ 0.0112152099609375,
+ -0.00778961181640625,
+ -0.0130462646484375,
+ -0.049560546875,
+ -0.020751953125,
+ 0.0030040740966796875,
+ -0.021026611328125,
+ -0.040191650390625,
+ 0.033416748046875,
+ 0.0186767578125,
+ 0.0016078948974609375,
+ -0.003520965576171875,
+ -0.03192138671875,
+ 0.0194244384765625,
+ 0.0112152099609375,
+ -0.0244140625,
+ -0.0239410400390625,
+ 0.0031452178955078125,
+ -0.01276397705078125,
+ 0.0226287841796875,
+ -0.0201873779296875,
+ 0.0192413330078125,
+ 0.0345458984375,
+ 0.030792236328125,
+ -0.0023937225341796875,
+ 0.020751953125,
+ 0.026092529296875,
+ 0.055206298828125,
+ -0.01210784912109375,
+ -0.03228759765625,
+ 0.017547607421875,
+ 0.0110321044921875,
+ -0.003894805908203125,
+ -0.040740966796875,
+ 0.039794921875,
+ -0.003215789794921875,
+ 0.07958984375,
+ -0.0290985107421875,
+ 0.034912109375,
+ -0.01004791259765625,
+ -0.02215576171875,
+ -0.0264739990234375,
+ -0.09197998046875,
+ -0.01079559326171875,
+ -0.034912109375,
+ -0.057830810546875,
+ -0.007602691650390625,
+ -0.0201873779296875,
+ -0.01483154296875,
+ 0.0198974609375,
+ -0.04656982421875,
+ -0.0211181640625,
+ 0.03173828125,
+ 0.0292816162109375,
+ -0.0253448486328125,
+ 0.0302276611328125,
+ -0.06610107421875,
+ -0.025726318359375,
+ 0.0247802734375,
+ 0.03399658203125,
+ -0.0304107666015625,
+ -0.0394287109375,
+ -0.025909423828125,
+ -0.03717041015625,
+ -0.04168701171875,
+ -0.030609130859375,
+ 0.002040863037109375,
+ -0.0218658447265625,
+ 0.0296630859375,
+ -0.03265380859375,
+ -0.031158447265625,
+ 0.0010442733764648438,
+ 0.0345458984375,
+ -0.02459716796875,
+ -0.03509521484375,
+ -0.02197265625,
+ -0.047882080078125,
+ -0.01511383056640625,
+ -0.028533935546875,
+ 0.038299560546875,
+ -0.01074981689453125,
+ -0.015869140625,
+ 0.0019474029541015625,
+ 0.05145263671875,
+ 0.031158447265625,
+ -0.03173828125,
+ 0.0129547119140625,
+ -0.023468017578125,
+ 0.008026123046875,
+ -0.0165252685546875,
+ 0.042633056640625,
+ -0.0230865478515625,
+ -0.0190582275390625,
+ 0.002899169921875,
+ -0.0140838623046875,
+ 0.0190582275390625,
+ -0.03436279296875,
+ -0.0302276611328125,
+ -0.021209716796875,
+ -0.0018072128295898438,
+ 0.023651123046875,
+ -0.0155792236328125,
+ 0.0228118896484375,
+ 0.00200653076171875,
+ 0.058563232421875,
+ 0.02984619140625,
+ -0.00499725341796875,
+ 0.028350830078125,
+ 0.02947998046875,
+ 0.0179290771484375,
+ 0.023651123046875,
+ 0.060455322265625,
+ -0.036224365234375,
+ -0.016326904296875,
+ 0.07061767578125,
+ -0.004222869873046875,
+ -0.0017833709716796875,
+ 0.00811767578125,
+ -0.005329132080078125,
+ 0.0027103424072265625,
+ -0.050689697265625,
+ 0.031341552734375,
+ -0.03662109375,
+ -0.015777587890625,
+ -0.0018186569213867188,
+ 0.02740478515625,
+ 0.0341796875,
+ 0.043548583984375,
+ 0.0194244384765625,
+ -0.017547607421875,
+ 0.0223388671875,
+ -0.0091552734375,
+ 0.0230865478515625,
+ 0.047882080078125,
+ -0.0213165283203125,
+ 0.0289154052734375,
+ 0.0266571044921875,
+ -0.0029926300048828125,
+ -0.0142669677734375,
+ 0.0290985107421875,
+ 0.015869140625,
+ -0.0081634521484375,
+ 0.0130462646484375,
+ 0.0418701171875,
+ -0.01084136962890625,
+ -0.01332855224609375,
+ -0.028533935546875,
+ -0.0266571044921875,
+ -0.00713348388671875,
+ -0.00901031494140625,
+ -0.01727294921875,
+ 0.00971221923828125,
+ -0.0191497802734375,
+ -0.038848876953125,
+ 0.00276947021484375,
+ 0.0111236572265625,
+ -0.022064208984375,
+ 0.0341796875,
+ 0.00769805908203125,
+ -0.014923095703125,
+ -0.0203704833984375,
+ 0.047119140625,
+ 0.00948333740234375,
+ 0.05145263671875,
+ -0.0142669677734375,
+ 0.01605224609375,
+ 0.016326904296875,
+ -0.010986328125,
+ 0.03753662109375,
+ 0.055938720703125,
+ 0.020751953125,
+ -0.0268402099609375,
+ -0.025909423828125,
+ 0.035675048828125,
+ -0.020751953125,
+ 0.028167724609375,
+ 0.046173095703125,
+ -0.042999267578125,
+ 0.005279541015625,
+ -0.0153961181640625,
+ -0.003543853759765625,
+ 0.0296630859375,
+ -0.04486083984375,
+ 0.0013494491577148438,
+ -0.0540771484375,
+ -0.00887298583984375,
+ -0.028350830078125,
+ -0.033416748046875,
+ -0.0205535888671875,
+ -0.052947998046875,
+ 0.048828125,
+ -0.031341552734375,
+ -0.01520538330078125,
+ -0.0130462646484375,
+ 0.02459716796875,
+ -0.00713348388671875,
+ 0.0242156982421875,
+ 0.00014591217041015625,
+ -0.0491943359375,
+ 0.02215576171875,
+ 0.059326171875,
+ -0.023651123046875,
+ -0.01380157470703125,
+ -0.0450439453125,
+ 0.0264739990234375,
+ -0.0078887939453125,
+ 0.03436279296875,
+ -0.06683349609375,
+ 0.0390625,
+ 0.0226287841796875,
+ -0.0034961700439453125,
+ 0.023193359375,
+ 0.0156707763671875,
+ 0.014923095703125,
+ -0.01177978515625,
+ 0.0180206298828125,
+ -0.01727294921875,
+ 0.026092529296875,
+ -0.01220703125,
+ 0.016143798828125,
+ -0.0341796875,
+ -0.0701904296875,
+ 0.01220703125,
+ 0.055206298828125,
+ -0.00396728515625,
+ 0.01267242431640625,
+ 0.01436614990234375,
+ -0.04693603515625,
+ 0.0043182373046875,
+ 0.0229949951171875,
+ 0.01323699951171875,
+ 0.00018918514251708984,
+ 0.0418701171875,
+ -0.044677734375,
+ -0.004177093505859375,
+ 0.0162353515625,
+ 0.0087738037109375,
+ -0.028533935546875,
+ -0.032867431640625,
+ -0.01398468017578125,
+ -0.035491943359375,
+ -0.01605224609375,
+ -0.016143798828125,
+ 0.01210784912109375,
+ -0.0239410400390625,
+ 0.02740478515625,
+ -0.0111236572265625,
+ -0.01239013671875,
+ -0.038665771484375,
+ -0.0189666748046875,
+ 0.0018301010131835938,
+ -0.02947998046875,
+ -0.0345458984375,
+ -0.033782958984375,
+ 0.019989013671875,
+ -0.001972198486328125,
+ 0.0181121826171875,
+ 0.0029926300048828125,
+ -0.01084136962890625,
+ -0.03436279296875,
+ 0.01314544677734375,
+ -0.01398468017578125,
+ 0.0289154052734375,
+ 0.0177459716796875,
+ 0.049560546875,
+ 0.02496337890625,
+ 0.064208984375,
+ -0.01332855224609375,
+ 0.07098388671875,
+ 0.02496337890625,
+ -0.021026611328125,
+ -0.030609130859375,
+ 0.004669189453125,
+ 0.0099029541015625,
+ 0.01201629638671875,
+ -0.03173828125,
+ -0.035675048828125,
+ -0.0015954971313476562,
+ -0.0180206298828125,
+ 0.0046234130859375,
+ 0.01088714599609375,
+ 0.00835418701171875,
+ 0.012481689453125,
+ -0.048065185546875,
+ 0.00018334388732910156,
+ 0.02496337890625,
+ 0.005279541015625,
+ 0.0638427734375,
+ -0.05633544921875,
+ -0.0474853515625,
+ 0.044677734375,
+ 0.040191650390625,
+ 0.0012903213500976562,
+ -0.0022525787353515625,
+ 0.034912109375,
+ 0.017364501953125,
+ -0.0186767578125,
+ 0.028533935546875,
+ -0.0255279541015625,
+ 0.03265380859375,
+ 0.004718780517578125,
+ -0.015777587890625,
+ 0.0004546642303466797,
+ 0.0003960132598876953,
+ 0.040924072265625,
+ 0.0499267578125,
+ 0.017181396484375,
+ 0.0036373138427734375,
+ 0.0302276611328125,
+ -0.0287322998046875,
+ -0.0277862548828125,
+ -0.005889892578125,
+ -0.0634765625,
+ 0.01727294921875,
+ 0.033416748046875,
+ 0.038299560546875,
+ 0.01267242431640625,
+ -0.033599853515625,
+ -0.060089111328125,
+ 0.023284912109375,
+ -0.045257568359375,
+ 0.045257568359375,
+ 0.022430419921875,
+ 0.01131439208984375,
+ 0.03717041015625,
+ 0.004222869873046875,
+ 0.0012083053588867188,
+ 0.03399658203125,
+ -0.0302276611328125,
+ 0.02984619140625,
+ 0.0300445556640625,
+ 0.043182373046875,
+ -0.008636474609375,
+ -0.019622802734375,
+ 0.0052337646484375,
+ 0.034912109375,
+ 0.00966644287109375,
+ 0.0128631591796875,
+ -0.00016868114471435547,
+ 0.032470703125,
+ 0.0277862548828125,
+ 0.00765228271484375,
+ 0.045257568359375,
+ 0.0255279541015625,
+ -0.0043182373046875,
+ 0.00312042236328125,
+ -0.02740478515625,
+ 0.01464080810546875,
+ -0.0279693603515625,
+ 0.01445770263671875,
+ -0.0205535888671875,
+ 0.00028896331787109375,
+ 0.0178375244140625,
+ 0.0105133056640625,
+ -0.07623291015625,
+ -0.00774383544921875,
+ 0.03961181640625,
+ -0.054443359375,
+ 0.015869140625,
+ -0.0020885467529296875,
+ -0.01361083984375,
+ 0.00826263427734375,
+ 0.0181121826171875,
+ -0.078125,
+ 0.0226287841796875,
+ -0.0238494873046875,
+ -0.04412841796875,
+ -0.0111236572265625,
+ 0.012481689453125,
+ -0.05145263671875,
+ -0.03924560546875,
+ -0.033233642578125,
+ -0.017181396484375,
+ -0.01032257080078125,
+ -0.01177978515625,
+ 0.02496337890625,
+ -0.00530242919921875,
+ -0.0154876708984375,
+ 0.034912109375,
+ 0.0499267578125,
+ 0.023651123046875,
+ -0.048828125,
+ 0.068359375,
+ -0.033599853515625,
+ -0.060821533203125,
+ 0.0176544189453125,
+ 0.020843505859375,
+ 0.0450439453125,
+ -0.0253448486328125,
+ -0.018310546875,
+ -0.0004930496215820312,
+ 0.0111236572265625,
+ 0.005771636962890625,
+ 0.01220703125,
+ -0.053680419921875,
+ -0.049560546875,
+ -0.0732421875,
+ 0.049560546875,
+ -0.00830841064453125,
+ 0.0304107666015625,
+ 0.0014429092407226562,
+ -0.06494140625,
+ 0.03265380859375,
+ -0.06231689453125,
+ -0.0289154052734375,
+ -0.0240325927734375,
+ 0.00276947021484375,
+ -0.01276397705078125,
+ 0.0792236328125,
+ -0.05218505859375,
+ -0.006195068359375,
+ -0.038116455078125,
+ 0.0300445556640625,
+ 0.01009368896484375,
+ 0.006992340087890625,
+ -0.05670166015625,
+ 0.02947998046875,
+ 0.0439453125,
+ -0.0736083984375,
+ -0.0034503936767578125,
+ -0.0111236572265625,
+ 0.018768310546875,
+ 0.016143798828125,
+ -0.07061767578125,
+ 0.0141754150390625,
+ 0.0007567405700683594,
+ -0.057830810546875,
+ -0.0118255615234375,
+ 0.01342010498046875,
+ 0.0014371871948242188,
+ -0.019805908203125,
+ 0.004436492919921875,
+ 0.013702392578125,
+ -0.0026760101318359375,
+ 0.01154327392578125,
+ 0.0266571044921875,
+ -0.005962371826171875,
+ 0.0004782676696777344,
+ -0.0302276611328125,
+ -0.0244140625,
+ 0.0117340087890625,
+ -0.073974609375,
+ -0.03399658203125,
+ -0.004833221435546875,
+ 0.00582122802734375,
+ -0.0162353515625,
+ 0.006381988525390625,
+ 0.004833221435546875,
+ -0.04693603515625,
+ 0.0290985107421875,
+ -0.055572509765625,
+ -0.0155792236328125,
+ -0.011260986328125,
+ -0.02984619140625,
+ -0.04205322265625,
+ 0.02197265625,
+ 0.012481689453125,
+ -0.0026988983154296875,
+ -0.0013494491577148438,
+ 0.0266571044921875,
+ 0.045623779296875,
+ -0.07623291015625,
+ 0.037750244140625,
+ 0.0087738037109375,
+ -0.02215576171875,
+ 0.0005369186401367188,
+ -0.017547607421875,
+ -0.019805908203125,
+ 0.01149749755859375,
+ 0.031341552734375,
+ -0.038848876953125,
+ -0.008026123046875,
+ -0.0638427734375,
+ 0.00704193115234375,
+ 0.006900787353515625,
+ -0.00057220458984375,
+ -0.0128631591796875,
+ -0.0266571044921875,
+ -0.055206298828125,
+ -0.0061492919921875,
+ 0.030792236328125,
+ -0.0009975433349609375,
+ 0.0244140625,
+ -0.047882080078125,
+ 0.000016689300537109375,
+ -0.01267242431640625,
+ -0.003261566162109375,
+ 0.05218505859375,
+ 0.0037784576416015625,
+ 0.018585205078125,
+ -0.018310546875,
+ -0.02459716796875,
+ 0.0300445556640625,
+ 0.022064208984375,
+ 0.036041259765625,
+ 0.035675048828125,
+ 0.02093505859375,
+ -0.0499267578125,
+ 0.040374755859375,
+ -0.0167083740234375,
+ -0.0296630859375,
+ 0.00835418701171875,
+ 0.0033092498779296875,
+ 0.019989013671875,
+ -0.0279693603515625,
+ -0.0128631591796875,
+ -0.00835418701171875,
+ 0.021026611328125,
+ 0.031341552734375,
+ -0.015869140625,
+ -0.0179290771484375,
+ 0.019622802734375,
+ 0.0085906982421875,
+ 0.0439453125,
+ -0.020751953125,
+ -0.03265380859375,
+ 0.030609130859375,
+ -0.0048828125,
+ 0.0079345703125,
+ 0.036407470703125,
+ 0.0189666748046875,
+ -0.020751953125,
+ -0.005443572998046875,
+ 0.033050537109375,
+ -0.00231170654296875,
+ -0.055206298828125,
+ -0.0112152099609375,
+ -0.00830841064453125,
+ 0.02197265625,
+ 0.0266571044921875,
+ 0.01342010498046875,
+ 0.090087890625,
+ -0.008636474609375,
+ -0.011260986328125,
+ 0.0251617431640625,
+ 0.083740234375,
+ 0.0266571044921875,
+ -0.00891876220703125,
+ -0.013702392578125,
+ -0.00185394287109375,
+ 0.006053924560546875,
+ -0.042816162109375,
+ -0.03436279296875,
+ 0.005115509033203125,
+ 0.0679931640625,
+ -0.04205322265625,
+ -0.0087738037109375,
+ 0.0176544189453125,
+ -0.020843505859375,
+ 0.005443572998046875,
+ -0.0015726089477539062,
+ -0.02374267578125,
+ 0.0238494873046875,
+ 0.01177978515625,
+ -0.047119140625,
+ 0.00835418701171875,
+ -0.021026611328125,
+ 0.0211181640625,
+ 0.0799560546875,
+ 0.028533935546875,
+ -0.0117340087890625,
+ 0.0162353515625,
+ -0.0035915374755859375,
+ 0.041290283203125,
+ 0.03472900390625,
+ 0.016326904296875,
+ 0.0287322998046875,
+ 0.0304107666015625,
+ 0.055938720703125,
+ 0.050323486328125,
+ -0.034912109375,
+ -0.030609130859375,
+ 0.0189666748046875,
+ 0.030609130859375,
+ 0.050323486328125,
+ 0.07659912109375,
+ -0.0247802734375,
+ 0.00896453857421875,
+ -0.001232147216796875,
+ -0.052947998046875,
+ 0.019805908203125,
+ 0.003566741943359375,
+ 0.01502227783203125,
+ -0.0341796875,
+ -0.0289154052734375,
+ -0.0009679794311523438,
+ -0.033599853515625,
+ 0.047698974609375,
+ 0.030609130859375,
+ -0.0074615478515625,
+ -0.01070404052734375,
+ 0.03717041015625,
+ -0.01084136962890625,
+ -0.0247802734375,
+ -0.00971221923828125,
+ -0.0001232624053955078,
+ -0.003238677978515625,
+ -0.0247802734375,
+ 0.01018524169921875,
+ 0.0304107666015625,
+ -0.0182037353515625,
+ -0.06719970703125,
+ -0.03228759765625,
+ 0.0300445556640625,
+ -0.0110321044921875,
+ -0.04486083984375,
+ -0.0321044921875,
+ -0.005420684814453125,
+ -0.006946563720703125,
+ 0.0019474029541015625,
+ -0.016326904296875,
+ -0.005329132080078125,
+ 0.020843505859375,
+ -0.0229949951171875,
+ 0.007415771484375,
+ -0.0450439453125,
+ -0.045440673828125,
+ -0.0321044921875,
+ -0.0153045654296875,
+ -0.05218505859375,
+ -0.007602691650390625,
+ -0.0226287841796875,
+ 0.035675048828125,
+ -0.006103515625,
+ 0.042236328125,
+ 0.0589599609375,
+ 0.04656982421875,
+ -0.01398468017578125,
+ -0.0205535888671875,
+ -0.0341796875,
+ -0.0687255859375,
+ 0.01154327392578125,
+ -0.022430419921875,
+ 0.037933349609375,
+ -0.04449462890625,
+ 0.006805419921875,
+ 0.04205322265625,
+ -0.053314208984375,
+ 0.040191650390625,
+ -0.0165252685546875,
+ -0.0223388671875,
+ -0.0239410400390625,
+ -0.0085906982421875,
+ -0.00025081634521484375,
+ 0.00830841064453125,
+ 0.088623046875,
+ -0.01511383056640625,
+ -0.0304107666015625,
+ -0.03155517578125,
+ -0.028167724609375,
+ 0.04449462890625,
+ -0.00031828880310058594,
+ 0.032470703125,
+ -0.03509521484375,
+ 0.0191497802734375,
+ 0.041290283203125,
+ -0.01023101806640625,
+ 0.01116943359375,
+ -0.0694580078125,
+ -0.005115509033203125,
+ 0.0345458984375,
+ -0.0027923583984375,
+ 0.00586700439453125,
+ 0.00778961181640625,
+ -0.037750244140625,
+ -0.0201873779296875,
+ 0.0020294189453125,
+ 0.0394287109375,
+ 0.00525665283203125,
+ 0.0223388671875,
+ -0.030792236328125,
+ -0.0235595703125,
+ -0.0081634521484375,
+ -0.043548583984375,
+ -0.04168701171875,
+ -0.033599853515625,
+ 0.03265380859375,
+ 0.0167999267578125,
+ -0.02984619140625,
+ 0.03228759765625,
+ 0.01004791259765625,
+ 0.0049285888671875,
+ -0.0052337646484375,
+ 0.0589599609375,
+ -0.040191650390625,
+ -0.01074981689453125,
+ -0.0167083740234375,
+ 0.035491943359375,
+ -0.0177459716796875,
+ 0.01070404052734375,
+ -0.0000036954879760742188,
+ 0.001689910888671875,
+ 0.04693603515625,
+ 0.0008978843688964844,
+ 0.0394287109375,
+ 0.050689697265625,
+ -0.040740966796875,
+ -0.048431396484375,
+ -0.0390625,
+ -0.01953125,
+ 0.004413604736328125,
+ -0.038848876953125,
+ 0.025909423828125,
+ 0.001068115234375,
+ -0.00560760498046875,
+ -0.10888671875,
+ 0.03399658203125,
+ -0.039794921875,
+ 0.0439453125,
+ -0.00811767578125,
+ -0.006946563720703125,
+ -0.055938720703125,
+ -0.05218505859375,
+ -0.0142669677734375,
+ 0.02703857421875,
+ -0.033233642578125,
+ 0.00910186767578125,
+ -0.00821685791015625,
+ -0.0012674331665039062,
+ 0.0180206298828125,
+ -0.0218658447265625,
+ 0.0022296905517578125,
+ 0.048065185546875,
+ 0.035858154296875,
+ -0.033782958984375,
+ 0.037353515625,
+ -0.0304107666015625,
+ -0.0031681060791015625,
+ -0.01239013671875,
+ 0.004810333251953125,
+ 0.03192138671875,
+ -0.0228118896484375,
+ -0.01464080810546875,
+ 0.00933837890625,
+ 0.043548583984375,
+ -0.0055389404296875,
+ -0.01454925537109375,
+ 0.043548583984375,
+ -0.0141754150390625,
+ -0.0005192756652832031,
+ 0.016143798828125,
+ -0.020751953125,
+ -0.00774383544921875,
+ 0.035308837890625,
+ 0.0087738037109375,
+ -0.0156707763671875,
+ -0.06719970703125,
+ -0.0784912109375,
+ 0.00403594970703125,
+ -0.04412841796875,
+ -0.0694580078125,
+ 0.003849029541015625,
+ 0.0162353515625,
+ 0.0179290771484375,
+ -0.0216827392578125,
+ 0.0028285980224609375,
+ 0.01267242431640625,
+ -0.017181396484375,
+ -0.001232147216796875,
+ 0.0164337158203125,
+ -0.0078887939453125,
+ 0.0026874542236328125,
+ 0.028533935546875,
+ -0.05706787109375,
+ 0.03228759765625,
+ -0.0009918212890625,
+ 0.00957489013671875,
+ -0.0079345703125,
+ -0.038299560546875,
+ -0.00966644287109375,
+ 0.01511383056640625,
+ -0.0830078125,
+ -0.030792236328125,
+ 0.03436279296875,
+ 0.01389312744140625,
+ 0.00495147705078125,
+ -0.01445770263671875,
+ 0.02703857421875,
+ -0.02093505859375,
+ -0.07550048828125,
+ 0.0130462646484375,
+ 0.004550933837890625,
+ -0.037933349609375,
+ 0.0255279541015625,
+ -0.0086822509765625,
+ 0.003566741943359375,
+ -0.00429534912109375,
+ 0.035858154296875,
+ 0.0188751220703125,
+ 0.038848876953125,
+ -0.0218658447265625,
+ -0.0205535888671875,
+ -0.0005044937133789062,
+ 0.0098114013671875,
+ -0.0025577545166015625,
+ 0.03436279296875,
+ 0.023468017578125,
+ 0.017364501953125,
+ 0.0043182373046875,
+ -0.004741668701171875,
+ -0.08221435546875,
+ -0.015960693359375,
+ -0.014739990234375,
+ -0.055206298828125,
+ -0.0012969970703125,
+ 0.09686279296875,
+ 0.0244140625,
+ 0.0394287109375,
+ 0.028533935546875,
+ 0.0653076171875,
+ 0.033599853515625,
+ 0.036041259765625,
+ 0.0012617111206054688,
+ -0.055938720703125,
+ -0.012298583984375,
+ 0.03155517578125,
+ 0.0238494873046875,
+ -0.07171630859375,
+ 0.035675048828125,
+ 0.0799560546875,
+ -0.0203704833984375,
+ -0.0189666748046875,
+ -0.01023101806640625,
+ -0.01971435546875,
+ 0.040191650390625,
+ 0.015869140625,
+ 0.017181396484375,
+ -0.06231689453125,
+ 0.01093292236328125,
+ 0.04656982421875,
+ -0.021026611328125,
+ -0.0019474029541015625,
+ -0.01220703125,
+ -0.0166168212890625,
+ 0.045440673828125,
+ -0.069091796875,
+ -0.01436614990234375,
+ -0.0008563995361328125,
+ 0.060455322265625,
+ -0.01258087158203125,
+ -0.034912109375,
+ -0.01483154296875,
+ 0.0229949951171875,
+ 0.02984619140625,
+ -0.0418701171875,
+ -0.000850677490234375,
+ 0.01276397705078125,
+ -0.01520538330078125,
+ 0.02947998046875,
+ 0.05145263671875,
+ 0.00003540515899658203,
+ 0.0287322998046875,
+ 0.030975341796875,
+ -0.0548095703125,
+ 0.00643157958984375,
+ -0.031158447265625,
+ 0.0162353515625,
+ -0.004177093505859375,
+ -0.03472900390625,
+ -0.0450439453125,
+ -0.08258056640625,
+ 0.06195068359375,
+ -0.01065826416015625,
+ 0.025726318359375,
+ 0.00971221923828125,
+ -0.00778961181640625,
+ 0.0007214546203613281,
+ 0.0341796875,
+ 0.03997802734375,
+ 0.00943756103515625,
+ 0.01323699951171875,
+ 0.0168914794921875,
+ 0.0013141632080078125,
+ 0.0211181640625,
+ 0.00424957275390625,
+ -0.0006513595581054688,
+ 0.025909423828125,
+ -0.025726318359375,
+ -0.0253448486328125,
+ -0.0634765625,
+ 0.023651123046875,
+ 0.02947998046875,
+ -0.03997802734375,
+ 0.0235595703125,
+ -0.039794921875,
+ -0.0019588470458984375,
+ -0.022064208984375,
+ -0.042999267578125,
+ 0.01971435546875,
+ 0.0268402099609375,
+ -0.0192413330078125,
+ 0.0279693603515625,
+ 0.01210784912109375,
+ -0.0176544189453125,
+ -0.0205535888671875,
+ -0.050323486328125,
+ 0.09197998046875,
+ 0.043365478515625,
+ 0.006992340087890625,
+ 0.0091552734375,
+ 0.06121826171875,
+ 0.005657196044921875,
+ 0.017181396484375,
+ 0.030792236328125,
+ 0.00882720947265625,
+ -0.01084136962890625,
+ 0.0300445556640625,
+ 0.049560546875,
+ -0.0017366409301757812,
+ -0.0194244384765625,
+ 0.048828125,
+ -0.01192474365234375,
+ -0.035858154296875,
+ 0.0467529296875,
+ 0.01464080810546875,
+ 0.0211181640625,
+ -0.00905609130859375,
+ 0.002346038818359375,
+ -0.0223388671875,
+ -0.0540771484375,
+ 0.07098388671875,
+ -0.004482269287109375,
+ -0.01074981689453125,
+ 0.0229949951171875,
+ -0.0499267578125,
+ 0.069091796875,
+ -0.01258087158203125,
+ 0.043548583984375,
+ -0.0242156982421875,
+ 0.057830810546875,
+ 0.0191497802734375,
+ -0.02496337890625,
+ -0.031158447265625,
+ 0.00774383544921875,
+ 0.015869140625,
+ 0.030792236328125,
+ -0.04205322265625,
+ 0.0645751953125,
+ 0.028533935546875,
+ -0.037933349609375,
+ -0.07281494140625,
+ -0.0186767578125,
+ -0.03192138671875,
+ -0.019989013671875,
+ 0.033599853515625,
+ -0.05218505859375,
+ -0.0211181640625,
+ 0.004199981689453125,
+ 0.01210784912109375,
+ 0.05670166015625,
+ -0.01502227783203125,
+ 0.0226287841796875,
+ 0.0226287841796875,
+ -0.0217742919921875,
+ -0.0194244384765625,
+ -0.03173828125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "write-blocker",
+ "disk-arbitrator",
+ "system-modification",
+ "contamination-prevention",
+ "sudo-required",
+ "manual-mounting"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Radare2",
+ "type": "tool",
+ "name": "Radare2",
+ "content": "radare2 open-source modulares reverse-engineering-framework vereint disassembler, debugger, hex-editor und binary-analysis-tools in mächtiger command-line-suite für scriptable-workflows. r2pipe-integration bindet framework nahtlos in python/go/javascript-scripts für automated-analysis-pipelines. visual-mode bietet interaktive pseudo-gui im terminal mit navigation und editing-capabilities. unterstützt 20+ cpu-architekturen von x86 über arm bis webassembly für firmware-analysis, embedded-systems und ctf-challenges. scripting-engine automatisiert komplexe multi-step-analysen, plugin-system erweitert funktionalität. active-community-development garantiert kontinuierliche updates für neue architekturen und file-formats. besonders stark bei embedded-forensics und iot-security-analysis. reverse-engineering scripting malware-analysis analysis",
+ "embedding": [
+ -0.029541015625,
+ 0.003345489501953125,
+ 0.052734375,
+ 0.0019702911376953125,
+ 0.0352783203125,
+ 0.029937744140625,
+ 0.0023040771484375,
+ -0.016357421875,
+ -0.0311279296875,
+ -0.005947113037109375,
+ -0.042236328125,
+ 0.0654296875,
+ 0.017242431640625,
+ 0.0165557861328125,
+ -0.045013427734375,
+ 0.03765869140625,
+ -0.0113983154296875,
+ -0.0048065185546875,
+ 0.0017719268798828125,
+ 0.02239990234375,
+ 0.000675201416015625,
+ -0.037261962890625,
+ -0.0654296875,
+ -0.012542724609375,
+ -0.0009107589721679688,
+ 0.006221771240234375,
+ 0.002391815185546875,
+ -0.07574462890625,
+ 0.004955291748046875,
+ 0.0007033348083496094,
+ 0.007534027099609375,
+ -0.0214080810546875,
+ 0.0229949951171875,
+ 0.0269622802734375,
+ 0.015167236328125,
+ -0.01288604736328125,
+ -0.0166473388671875,
+ -0.05511474609375,
+ -0.0003345012664794922,
+ 0.0606689453125,
+ -0.032318115234375,
+ -0.0023288726806640625,
+ 0.006988525390625,
+ -0.0245819091796875,
+ -0.002986907958984375,
+ -0.032318115234375,
+ 0.005279541015625,
+ 0.00418853759765625,
+ 0.0173492431640625,
+ -0.043426513671875,
+ 0.0194244384765625,
+ 0.0190277099609375,
+ -0.0084228515625,
+ -0.0213165283203125,
+ -0.062255859375,
+ 0.02001953125,
+ 0.042022705078125,
+ -0.02398681640625,
+ -0.04400634765625,
+ 0.06781005859375,
+ -0.0257720947265625,
+ -0.05352783203125,
+ 0.002056121826171875,
+ -0.01387786865234375,
+ 0.0277557373046875,
+ 0.03033447265625,
+ -0.01467132568359375,
+ -0.01397705078125,
+ 0.0115966796875,
+ 0.003246307373046875,
+ 0.0099639892578125,
+ 0.01055908203125,
+ -0.01308441162109375,
+ 0.0352783203125,
+ -0.0400390625,
+ -0.036285400390625,
+ 0.0153656005859375,
+ 0.038665771484375,
+ 0.0050048828125,
+ 0.0165557861328125,
+ -0.021514892578125,
+ 0.002044677734375,
+ 0.031524658203125,
+ -0.015655517578125,
+ -0.0005421638488769531,
+ -0.00194549560546875,
+ 0.0352783203125,
+ 0.012786865234375,
+ 0.0141754150390625,
+ -0.03192138671875,
+ 0.044403076171875,
+ -0.01367950439453125,
+ 0.023895263671875,
+ -0.052734375,
+ 0.0289459228515625,
+ 0.0297393798828125,
+ -0.0169525146484375,
+ 0.0005731582641601562,
+ -0.05194091796875,
+ 0.038055419921875,
+ 0.0221099853515625,
+ -0.03271484375,
+ 0.08447265625,
+ -0.019134521484375,
+ 0.053131103515625,
+ -0.0218048095703125,
+ 0.003345489501953125,
+ 0.0005173683166503906,
+ 0.005054473876953125,
+ -0.01318359375,
+ -0.08367919921875,
+ -0.0374755859375,
+ -0.001171112060546875,
+ -0.055511474609375,
+ -0.006023406982421875,
+ 0.01110076904296875,
+ 0.005626678466796875,
+ 0.0311279296875,
+ -0.042022705078125,
+ -0.0269622802734375,
+ 0.003940582275390625,
+ 0.018829345703125,
+ -0.01308441162109375,
+ 0.0269622802734375,
+ -0.049163818359375,
+ -0.05194091796875,
+ -0.011199951171875,
+ 0.0217132568359375,
+ -0.04241943359375,
+ -0.0211181640625,
+ -0.02001953125,
+ -0.0301361083984375,
+ -0.018035888671875,
+ -0.0218048095703125,
+ 0.0186309814453125,
+ -0.03607177734375,
+ 0.032501220703125,
+ -0.0016727447509765625,
+ -0.01407623291015625,
+ -0.0018215179443359375,
+ 0.00847625732421875,
+ -0.022705078125,
+ -0.049560546875,
+ 0.016845703125,
+ -0.01922607421875,
+ -0.0285491943359375,
+ -0.009368896484375,
+ 0.037078857421875,
+ -0.020721435546875,
+ 0.01318359375,
+ 0.02508544921875,
+ 0.0244903564453125,
+ 0.07928466796875,
+ -0.01763916015625,
+ 0.033111572265625,
+ -0.0281524658203125,
+ -0.01348114013671875,
+ -0.00008171796798706055,
+ 0.039642333984375,
+ -0.02398681640625,
+ -0.006343841552734375,
+ 0.009765625,
+ 0.02081298828125,
+ 0.036865234375,
+ -0.0249786376953125,
+ -0.0242919921875,
+ 0.007137298583984375,
+ 0.016845703125,
+ 0.012786865234375,
+ 0.0037174224853515625,
+ 0.039459228515625,
+ -0.01026153564453125,
+ 0.0321044921875,
+ 0.05908203125,
+ -0.005279541015625,
+ 0.018829345703125,
+ -0.002750396728515625,
+ -0.004608154296875,
+ 0.041839599609375,
+ 0.029937744140625,
+ -0.01546478271484375,
+ -0.015167236328125,
+ 0.047393798828125,
+ -0.0018339157104492188,
+ 0.031707763671875,
+ -0.01026153564453125,
+ -0.0261688232421875,
+ -0.0233001708984375,
+ -0.02557373046875,
+ 0.00951385498046875,
+ -0.045806884765625,
+ -0.0216064453125,
+ -0.0040130615234375,
+ 0.03192138671875,
+ 0.0352783203125,
+ 0.059478759765625,
+ 0.03826904296875,
+ -0.002689361572265625,
+ 0.033905029296875,
+ 0.0214080810546875,
+ 0.005947113037109375,
+ 0.033905029296875,
+ 0.0028629302978515625,
+ 0.0406494140625,
+ 0.0265655517578125,
+ -0.01397705078125,
+ -0.005947113037109375,
+ 0.050567626953125,
+ 0.0184326171875,
+ -0.01605224609375,
+ -0.0059967041015625,
+ 0.03765869140625,
+ -0.00867462158203125,
+ 0.00867462158203125,
+ -0.0301361083984375,
+ -0.0181427001953125,
+ 0.02349853515625,
+ -0.0054779052734375,
+ 0.00847625732421875,
+ 0.0019083023071289062,
+ -0.009765625,
+ -0.045806884765625,
+ -0.029144287109375,
+ 0.0233917236328125,
+ -0.028350830078125,
+ 0.053131103515625,
+ 0.055511474609375,
+ -0.0189361572265625,
+ -0.025970458984375,
+ 0.05670166015625,
+ 0.019927978515625,
+ 0.0240936279296875,
+ 0.0158538818359375,
+ -0.001468658447265625,
+ -0.0083770751953125,
+ -0.00872039794921875,
+ 0.0257720947265625,
+ 0.0416259765625,
+ 0.01397705078125,
+ 0.02874755859375,
+ -0.03350830078125,
+ 0.01080322265625,
+ -0.01407623291015625,
+ 0.038055419921875,
+ 0.042022705078125,
+ -0.0149688720703125,
+ 0.0166473388671875,
+ 0.0003299713134765625,
+ 0.00411224365234375,
+ 0.029541015625,
+ -0.07373046875,
+ -0.031524658203125,
+ -0.025970458984375,
+ -0.0007557868957519531,
+ -0.09515380859375,
+ -0.041839599609375,
+ -0.0095672607421875,
+ -0.0263671875,
+ 0.04083251953125,
+ -0.03131103515625,
+ -0.0281524658203125,
+ -0.007236480712890625,
+ 0.0216064453125,
+ -0.0173492431640625,
+ 0.0257720947265625,
+ -0.007534027099609375,
+ -0.043426513671875,
+ 0.010009765625,
+ 0.0797119140625,
+ -0.01447296142578125,
+ -0.027557373046875,
+ -0.015167236328125,
+ 0.0301361083984375,
+ 0.004734039306640625,
+ -0.0189361572265625,
+ -0.038848876953125,
+ -0.002105712890625,
+ 0.0501708984375,
+ 0.017547607421875,
+ 0.03448486328125,
+ -0.0185394287109375,
+ 0.00926971435546875,
+ 0.0006723403930664062,
+ 0.053924560546875,
+ -0.029541015625,
+ 0.0006103515625,
+ 0.0030727386474609375,
+ 0.0009107589721679688,
+ -0.001796722412109375,
+ -0.0721435546875,
+ 0.00379180908203125,
+ 0.031524658203125,
+ 0.027557373046875,
+ 0.0202178955078125,
+ 0.01026153564453125,
+ -0.06304931640625,
+ 0.01447296142578125,
+ -0.0078277587890625,
+ 0.0029735565185546875,
+ 0.0242919921875,
+ 0.064208984375,
+ -0.031524658203125,
+ 0.003147125244140625,
+ -0.01348114013671875,
+ 0.0174407958984375,
+ -0.0257720947265625,
+ -0.0511474609375,
+ 0.004932403564453125,
+ -0.0038909912109375,
+ -0.0265655517578125,
+ 0.007236480712890625,
+ 0.013580322265625,
+ -0.011749267578125,
+ 0.021514892578125,
+ -0.0107574462890625,
+ 0.003643035888671875,
+ -0.053131103515625,
+ -0.044219970703125,
+ 0.00827789306640625,
+ -0.020721435546875,
+ -0.00872039794921875,
+ -0.0229034423828125,
+ 0.07257080078125,
+ -0.004238128662109375,
+ 0.02081298828125,
+ 0.0014810562133789062,
+ 0.00498199462890625,
+ -0.0252838134765625,
+ 0.0137786865234375,
+ -0.021514892578125,
+ 0.02557373046875,
+ 0.01605224609375,
+ 0.05352783203125,
+ 0.00926971435546875,
+ 0.01427459716796875,
+ 0.0352783203125,
+ 0.055908203125,
+ 0.0438232421875,
+ 0.0019702911376953125,
+ -0.01763916015625,
+ 0.0090179443359375,
+ -0.005847930908203125,
+ 0.0263671875,
+ -0.033294677734375,
+ -0.02508544921875,
+ -0.0170440673828125,
+ -0.0233917236328125,
+ 0.0206146240234375,
+ 0.018341064453125,
+ 0.057098388671875,
+ 0.041046142578125,
+ -0.00164794921875,
+ 0.00921630859375,
+ 0.056304931640625,
+ -0.0035190582275390625,
+ 0.087646484375,
+ -0.011993408203125,
+ -0.0390625,
+ -0.0028247833251953125,
+ 0.042236328125,
+ -0.01248931884765625,
+ -0.01239013671875,
+ 0.022308349609375,
+ 0.0229034423828125,
+ 0.0071868896484375,
+ 0.039642333984375,
+ -0.00847625732421875,
+ -0.003963470458984375,
+ 0.007732391357421875,
+ 0.01873779296875,
+ 0.0185394287109375,
+ -0.022308349609375,
+ 0.006542205810546875,
+ 0.040252685546875,
+ 0.02557373046875,
+ 0.033294677734375,
+ 0.0400390625,
+ -0.03765869140625,
+ -0.0031108856201171875,
+ -0.045196533203125,
+ -0.03985595703125,
+ 0.0091705322265625,
+ 0.0225982666015625,
+ 0.0083770751953125,
+ 0.037872314453125,
+ -0.041839599609375,
+ -0.041229248046875,
+ 0.02716064453125,
+ -0.045013427734375,
+ 0.0908203125,
+ 0.028350830078125,
+ -0.0019817352294921875,
+ 0.01922607421875,
+ -0.037261962890625,
+ 0.01486968994140625,
+ 0.01447296142578125,
+ -0.0141754150390625,
+ 0.056304931640625,
+ 0.04302978515625,
+ 0.0261688232421875,
+ 0.029937744140625,
+ -0.047393798828125,
+ 0.00214385986328125,
+ 0.03131103515625,
+ 0.00966644287109375,
+ -0.01026153564453125,
+ 0.046600341796875,
+ 0.027557373046875,
+ 0.035675048828125,
+ -0.00589752197265625,
+ 0.054718017578125,
+ 0.038055419921875,
+ 0.0029239654541015625,
+ 0.0406494140625,
+ -0.03985595703125,
+ 0.024688720703125,
+ -0.0469970703125,
+ 0.0078277587890625,
+ 0.0141754150390625,
+ 0.0229949951171875,
+ 0.0177459716796875,
+ 0.032501220703125,
+ -0.06500244140625,
+ 0.0029239654541015625,
+ 0.035491943359375,
+ -0.083251953125,
+ 0.022705078125,
+ 0.0185394287109375,
+ -0.0229949951171875,
+ -0.01030731201171875,
+ -0.024688720703125,
+ -0.0733642578125,
+ 0.0179443359375,
+ -0.044219970703125,
+ -0.059478759765625,
+ 0.00788116455078125,
+ 0.016448974609375,
+ -0.053131103515625,
+ -0.016845703125,
+ -0.046783447265625,
+ -0.01556396484375,
+ -0.0305328369140625,
+ -0.0321044921875,
+ 0.055908203125,
+ -0.00042438507080078125,
+ 0.01224517822265625,
+ 0.031707763671875,
+ 0.03985595703125,
+ -0.03033447265625,
+ -0.0214080810546875,
+ 0.0181427001953125,
+ -0.016754150390625,
+ -0.05035400390625,
+ 0.036285400390625,
+ 0.02874755859375,
+ -0.0013751983642578125,
+ -0.033111572265625,
+ -0.040435791015625,
+ -0.005748748779296875,
+ -0.007137298583984375,
+ 0.006839752197265625,
+ -0.006122589111328125,
+ -0.04241943359375,
+ -0.034881591796875,
+ -0.0670166015625,
+ 0.045989990234375,
+ 0.0279541015625,
+ 0.0252838134765625,
+ 0.0091705322265625,
+ -0.068603515625,
+ 0.01268768310546875,
+ -0.048583984375,
+ -0.00788116455078125,
+ 0.0071868896484375,
+ -0.00649261474609375,
+ -0.01605224609375,
+ 0.0606689453125,
+ -0.005825042724609375,
+ -0.0113983154296875,
+ -0.022003173828125,
+ 0.02874755859375,
+ -0.01308441162109375,
+ 0.0098114013671875,
+ -0.0438232421875,
+ 0.04302978515625,
+ 0.025970458984375,
+ -0.06304931640625,
+ 0.01486968994140625,
+ -0.025970458984375,
+ 0.006542205810546875,
+ 0.053131103515625,
+ -0.05511474609375,
+ -0.018341064453125,
+ -0.015655517578125,
+ -0.0638427734375,
+ -0.0257720947265625,
+ -0.019927978515625,
+ -0.0158538818359375,
+ -0.031524658203125,
+ 0.01953125,
+ 0.02716064453125,
+ -0.003692626953125,
+ 0.03826904296875,
+ 0.0222015380859375,
+ -0.0237884521484375,
+ 0.01110076904296875,
+ 0.03033447265625,
+ -0.043609619140625,
+ 0.036285400390625,
+ -0.0670166015625,
+ -0.0179443359375,
+ -0.0016107559204101562,
+ 0.0390625,
+ -0.0293426513671875,
+ 0.0198211669921875,
+ 0.006641387939453125,
+ -0.01189422607421875,
+ 0.0293426513671875,
+ -0.0321044921875,
+ -0.0016727447509765625,
+ -0.025970458984375,
+ -0.025970458984375,
+ -0.039642333984375,
+ -0.0352783203125,
+ 0.0042877197265625,
+ 0.0273590087890625,
+ -0.01763916015625,
+ 0.0218048095703125,
+ -0.0029735565185546875,
+ -0.038055419921875,
+ 0.0081787109375,
+ 0.01447296142578125,
+ -0.0213165283203125,
+ 0.02081298828125,
+ 0.0058746337890625,
+ -0.0225067138671875,
+ 0.009613037109375,
+ 0.00986480712890625,
+ -0.0263671875,
+ -0.032501220703125,
+ -0.08087158203125,
+ 0.019134521484375,
+ -0.0026149749755859375,
+ -0.01288604736328125,
+ -0.03289794921875,
+ -0.05511474609375,
+ -0.0765380859375,
+ 0.006195068359375,
+ 0.029937744140625,
+ 0.005451202392578125,
+ 0.0025272369384765625,
+ -0.0217132568359375,
+ -0.0384521484375,
+ -0.00807952880859375,
+ -0.034698486328125,
+ 0.039459228515625,
+ -0.01447296142578125,
+ -0.0010967254638671875,
+ -0.016754150390625,
+ -0.03924560546875,
+ 0.03289794921875,
+ 0.016754150390625,
+ 0.02081298828125,
+ -0.006072998046875,
+ -0.001399993896484375,
+ -0.0257720947265625,
+ 0.0301361083984375,
+ 0.0079803466796875,
+ -0.0141754150390625,
+ -0.0261688232421875,
+ -0.0149688720703125,
+ 0.0241851806640625,
+ -0.0309295654296875,
+ -0.043609619140625,
+ 0.020416259765625,
+ 0.0133819580078125,
+ 0.01922607421875,
+ -0.0166473388671875,
+ -0.0416259765625,
+ 0.026763916015625,
+ -0.0063934326171875,
+ 0.0543212890625,
+ 0.0028743743896484375,
+ -0.0511474609375,
+ 0.0033702850341796875,
+ 0.00966644287109375,
+ 0.03369140625,
+ 0.037872314453125,
+ -0.02239990234375,
+ -0.038665771484375,
+ -0.0005698204040527344,
+ 0.055908203125,
+ -0.03131103515625,
+ -0.0233001708984375,
+ -0.05670166015625,
+ 0.0265655517578125,
+ -0.005130767822265625,
+ 0.062255859375,
+ -0.01026153564453125,
+ 0.06976318359375,
+ -0.00569915771484375,
+ -0.00609588623046875,
+ 0.0273590087890625,
+ 0.0657958984375,
+ 0.052337646484375,
+ -0.0281524658203125,
+ -0.06622314453125,
+ -0.010009765625,
+ -0.007434844970703125,
+ -0.0084228515625,
+ -0.032318115234375,
+ -0.00907135009765625,
+ 0.0606689453125,
+ -0.0626220703125,
+ -0.0279541015625,
+ -0.0247802734375,
+ -0.01169586181640625,
+ 0.015960693359375,
+ 0.01318359375,
+ -0.0201263427734375,
+ 0.03289794921875,
+ 0.007534027099609375,
+ -0.0606689453125,
+ 0.0166473388671875,
+ -0.0190277099609375,
+ -0.00872039794921875,
+ 0.0638427734375,
+ 0.01397705078125,
+ -0.04638671875,
+ 0.0543212890625,
+ 0.0289459228515625,
+ 0.0281524658203125,
+ -0.004856109619140625,
+ 0.01006317138671875,
+ 0.0374755859375,
+ 0.016754150390625,
+ 0.0543212890625,
+ 0.047393798828125,
+ -0.035491943359375,
+ -0.0242919921875,
+ 0.006221771240234375,
+ 0.005626678466796875,
+ 0.023895263671875,
+ 0.03765869140625,
+ 0.0058746337890625,
+ -0.01080322265625,
+ -0.007781982421875,
+ -0.050567626953125,
+ -0.0013256072998046875,
+ -0.00135040283203125,
+ -0.007137298583984375,
+ -0.044219970703125,
+ -0.038848876953125,
+ 0.01085662841796875,
+ -0.041046142578125,
+ 0.040252685546875,
+ 0.01209259033203125,
+ -0.0005698204040527344,
+ -0.0110015869140625,
+ 0.02081298828125,
+ -0.006145477294921875,
+ -0.037078857421875,
+ -0.0012083053588867188,
+ -0.0301361083984375,
+ -0.024383544921875,
+ -0.043426513671875,
+ -0.020416259765625,
+ 0.04541015625,
+ -0.0244903564453125,
+ -0.057891845703125,
+ -0.0162506103515625,
+ 0.0511474609375,
+ 0.0022182464599609375,
+ -0.020416259765625,
+ -0.002056121826171875,
+ 0.0205230712890625,
+ -0.034698486328125,
+ -0.059478759765625,
+ -0.0469970703125,
+ -0.015167236328125,
+ 0.01055908203125,
+ -0.051544189453125,
+ 0.0209197998046875,
+ 0.0016851425170898438,
+ -0.03826904296875,
+ 0.01030731201171875,
+ -0.0305328369140625,
+ -0.04302978515625,
+ 0.049560546875,
+ -0.045196533203125,
+ 0.054718017578125,
+ -0.00408935546875,
+ 0.01090240478515625,
+ 0.038055419921875,
+ 0.0400390625,
+ -0.01050567626953125,
+ 0.00847625732421875,
+ -0.0129852294921875,
+ -0.0638427734375,
+ 0.006221771240234375,
+ 0.006641387939453125,
+ -0.00399017333984375,
+ -0.09161376953125,
+ -0.017547607421875,
+ 0.033111572265625,
+ -0.06341552734375,
+ 0.005428314208984375,
+ -0.0086212158203125,
+ -0.00971221923828125,
+ -0.049957275390625,
+ 0.0099639892578125,
+ 0.0236968994140625,
+ -0.0233001708984375,
+ 0.08087158203125,
+ 0.011749267578125,
+ -0.01318359375,
+ 0.01506805419921875,
+ -0.035675048828125,
+ 0.054718017578125,
+ 0.0225067138671875,
+ 0.0321044921875,
+ -0.043212890625,
+ 0.037078857421875,
+ 0.00991058349609375,
+ -0.0082244873046875,
+ 0.0261688232421875,
+ -0.06939697265625,
+ -0.005031585693359375,
+ 0.019134521484375,
+ 0.029541015625,
+ -0.00498199462890625,
+ 0.01407623291015625,
+ -0.03033447265625,
+ -0.01763916015625,
+ -0.0265655517578125,
+ 0.023193359375,
+ 0.0161590576171875,
+ -0.0027008056640625,
+ -0.041229248046875,
+ -0.03271484375,
+ 0.0261688232421875,
+ -0.03765869140625,
+ -0.034088134765625,
+ -0.012786865234375,
+ 0.03350830078125,
+ 0.00045228004455566406,
+ -0.06781005859375,
+ 0.022705078125,
+ -0.01209259033203125,
+ -0.0063934326171875,
+ 0.03271484375,
+ 0.060272216796875,
+ -0.0279541015625,
+ -0.01387786865234375,
+ 0.016754150390625,
+ 0.0400390625,
+ 0.025970458984375,
+ 0.01010894775390625,
+ 0.0186309814453125,
+ 0.021209716796875,
+ -0.005748748779296875,
+ -0.023895263671875,
+ 0.04876708984375,
+ 0.0301361083984375,
+ -0.011993408203125,
+ -0.048980712890625,
+ -0.04541015625,
+ -0.02398681640625,
+ 0.03985595703125,
+ -0.0028133392333984375,
+ 0.0479736328125,
+ 0.034881591796875,
+ -0.011749267578125,
+ -0.078125,
+ 0.052337646484375,
+ -0.0005669593811035156,
+ 0.0211181640625,
+ 0.00597381591796875,
+ 0.0018711090087890625,
+ -0.078125,
+ -0.05511474609375,
+ -0.00022923946380615234,
+ 0.00399017333984375,
+ -0.0321044921875,
+ 0.04559326171875,
+ 0.0083770751953125,
+ -0.007781982421875,
+ 0.0269622802734375,
+ 0.003940582275390625,
+ -0.00966644287109375,
+ 0.04876708984375,
+ 0.010009765625,
+ -0.0225982666015625,
+ 0.07769775390625,
+ -0.04400634765625,
+ 0.02716064453125,
+ -0.00458526611328125,
+ 0.0277557373046875,
+ 0.019134521484375,
+ 0.00986480712890625,
+ -0.029541015625,
+ 0.0015306472778320312,
+ 0.0023040771484375,
+ 0.049957275390625,
+ -0.001697540283203125,
+ 0.0182342529296875,
+ -0.025970458984375,
+ 0.005031585693359375,
+ -0.0178375244140625,
+ -0.0173492431640625,
+ -0.000053822994232177734,
+ 0.0026397705078125,
+ -0.0309295654296875,
+ 0.01229095458984375,
+ -0.05194091796875,
+ -0.0657958984375,
+ -0.01318359375,
+ -0.039642333984375,
+ -0.000018894672393798828,
+ 0.01447296142578125,
+ 0.0221099853515625,
+ 0.045989990234375,
+ -0.049560546875,
+ 0.03131103515625,
+ 0.0038166046142578125,
+ -0.0111541748046875,
+ 0.0084228515625,
+ 0.0301361083984375,
+ -0.0293426513671875,
+ 0.0311279296875,
+ 0.0034198760986328125,
+ -0.0277557373046875,
+ 0.01169586181640625,
+ -0.026763916015625,
+ 0.0003933906555175781,
+ -0.0030975341796875,
+ -0.011199951171875,
+ -0.0261688232421875,
+ 0.0285491943359375,
+ -0.0511474609375,
+ -0.006542205810546875,
+ 0.0277557373046875,
+ 0.036285400390625,
+ 0.01397705078125,
+ -0.0194244384765625,
+ 0.0400390625,
+ 0.0090179443359375,
+ -0.04620361328125,
+ 0.009765625,
+ -0.0289459228515625,
+ -0.036285400390625,
+ -0.0027637481689453125,
+ -0.011199951171875,
+ 0.0008797645568847656,
+ 0.005451202392578125,
+ 0.042022705078125,
+ 0.021514892578125,
+ 0.06341552734375,
+ 0.0117950439453125,
+ -0.02191162109375,
+ 0.019134521484375,
+ -0.018341064453125,
+ 0.0479736328125,
+ 0.0149688720703125,
+ 0.0240936279296875,
+ -0.0003826618194580078,
+ 0.0253753662109375,
+ 0.0081787109375,
+ -0.07177734375,
+ 0.00008249282836914062,
+ -0.0321044921875,
+ -0.045196533203125,
+ -0.0002989768981933594,
+ 0.076904296875,
+ 0.0174407958984375,
+ 0.0261688232421875,
+ 0.0162506103515625,
+ 0.047576904296875,
+ 0.033905029296875,
+ -0.015655517578125,
+ -0.022003173828125,
+ -0.07177734375,
+ -0.007434844970703125,
+ 0.0229949951171875,
+ 0.0177459716796875,
+ -0.0654296875,
+ 0.059478759765625,
+ 0.05828857421875,
+ 0.0012388229370117188,
+ -0.00254058837890625,
+ -0.0297393798828125,
+ -0.016448974609375,
+ 0.035888671875,
+ 0.0321044921875,
+ 0.03668212890625,
+ -0.0438232421875,
+ 0.005649566650390625,
+ 0.0233001708984375,
+ -0.006195068359375,
+ -0.005748748779296875,
+ -0.0216064453125,
+ -0.01006317138671875,
+ 0.0106048583984375,
+ -0.03607177734375,
+ 0.008819580078125,
+ 0.054718017578125,
+ 0.05194091796875,
+ 0.0141754150390625,
+ -0.04400634765625,
+ -0.03289794921875,
+ 0.010955810546875,
+ -0.00418853759765625,
+ -0.011993408203125,
+ -0.0211181640625,
+ 0.02716064453125,
+ -0.03509521484375,
+ 0.032318115234375,
+ 0.03924560546875,
+ 0.005252838134765625,
+ 0.0161590576171875,
+ 0.0229034423828125,
+ -0.0343017578125,
+ 0.01556396484375,
+ -0.0189361572265625,
+ 0.006023406982421875,
+ 0.00518035888671875,
+ -0.043426513671875,
+ 0.0020694732666015625,
+ -0.02239990234375,
+ 0.0240936279296875,
+ 0.0189361572265625,
+ 0.02508544921875,
+ 0.0174407958984375,
+ 0.005401611328125,
+ 0.0083770751953125,
+ -0.00431060791015625,
+ 0.013580322265625,
+ 0.037872314453125,
+ 0.0248870849609375,
+ 0.016357421875,
+ 0.01486968994140625,
+ 0.0115966796875,
+ 0.008575439453125,
+ -0.0253753662109375,
+ 0.033111572265625,
+ -0.0501708984375,
+ 0.00971221923828125,
+ -0.04541015625,
+ -0.0194244384765625,
+ 0.018829345703125,
+ -0.031524658203125,
+ -0.0145721435546875,
+ -0.03985595703125,
+ 0.00005459785461425781,
+ -0.035491943359375,
+ -0.040435791015625,
+ -0.0177459716796875,
+ 0.055908203125,
+ -0.0305328369140625,
+ 0.0141754150390625,
+ 0.034881591796875,
+ 0.0297393798828125,
+ -0.004337310791015625,
+ -0.044219970703125,
+ 0.07611083984375,
+ 0.040252685546875,
+ 0.045989990234375,
+ -0.003963470458984375,
+ 0.01050567626953125,
+ 0.02349853515625,
+ -0.01264190673828125,
+ 0.0217132568359375,
+ 0.0400390625,
+ -0.0179443359375,
+ 0.04779052734375,
+ 0.01367950439453125,
+ 0.0233001708984375,
+ -0.028350830078125,
+ 0.03607177734375,
+ -0.0145721435546875,
+ -0.034698486328125,
+ 0.0081787109375,
+ 0.005054473876953125,
+ 0.01407623291015625,
+ -0.00807952880859375,
+ -0.025970458984375,
+ -0.0211181640625,
+ -0.05987548828125,
+ 0.06976318359375,
+ 0.0147705078125,
+ -0.021514892578125,
+ 0.032318115234375,
+ -0.01546478271484375,
+ 0.052337646484375,
+ 0.004337310791015625,
+ 0.052337646484375,
+ -0.062255859375,
+ 0.0511474609375,
+ -0.0189361572265625,
+ 0.00629425048828125,
+ 0.0009293556213378906,
+ 0.01308441162109375,
+ -0.0083770751953125,
+ 0.0289459228515625,
+ -0.01348114013671875,
+ 0.062255859375,
+ 0.0343017578125,
+ -0.01030731201171875,
+ -0.046600341796875,
+ 0.00024008750915527344,
+ 0.006122589111328125,
+ 0.01486968994140625,
+ 0.031707763671875,
+ -0.0253753662109375,
+ -0.01348114013671875,
+ 0.0018463134765625,
+ 0.02557373046875,
+ 0.052734375,
+ -0.01288604736328125,
+ 0.006542205810546875,
+ -0.0003097057342529297,
+ -0.0193328857421875,
+ -0.0210113525390625,
+ -0.0019083023071289062
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "reverse-engineering",
+ "scripting"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_dd",
+ "type": "tool",
+ "name": "dd",
+ "content": "dd unix-standard für bit-genaue datenträger-kopien seit 1974 mit absolut minimalistischem system-footprint für kontaminationsfreie akquisition. wichtigste forensische parameter: conv=noerror,sync für graceful bad-sector-handling, bs=4m für optimale i/o-performance, status=progress für fortschrittsanzeige. pipe-capability zu hash-tools ermöglicht simultane verifizierung ohne intermediate-storage. funktioniert auf jedem unix-system ohne installation oder dependencies. zero-kontamination durch pure-read-access ohne metadata-modifikation. network-imaging via netcat für remote-acquisition über ssh-tunnels. split-output für fat32-limits, signal-handling für graceful interruption und resume-capability. cli physical-copy raw-image-support scenario:disk_imaging zero-footprint offline-mode bit-for-bit pipe-capable network-imaging unix-standard minimal-contamination performance-tuning disk-imaging bit-copy incident-response static-investigations data-collection",
+ "embedding": [
+ -0.01207733154296875,
+ 0.037384033203125,
+ 0.024322509765625,
+ -0.018951416015625,
+ 0.047607421875,
+ 0.0421142578125,
+ 0.00028634071350097656,
+ -0.0005259513854980469,
+ 0.01233673095703125,
+ 0.01128387451171875,
+ -0.034210205078125,
+ 0.05181884765625,
+ -0.0036792755126953125,
+ -0.0289154052734375,
+ -0.0472412109375,
+ 0.040557861328125,
+ -0.004779815673828125,
+ -0.00295257568359375,
+ -0.0025119781494140625,
+ 0.0257415771484375,
+ -0.0192108154296875,
+ -0.0010957717895507812,
+ -0.05078125,
+ 0.006168365478515625,
+ -0.004673004150390625,
+ -0.0021038055419921875,
+ -0.0313720703125,
+ -0.07330322265625,
+ -0.01079559326171875,
+ 0.0163116455078125,
+ -0.0003800392150878906,
+ -0.01568603515625,
+ 0.004230499267578125,
+ 0.0377197265625,
+ 0.0016965866088867188,
+ -0.0232696533203125,
+ -0.0114593505859375,
+ -0.040374755859375,
+ -0.0113677978515625,
+ 0.037200927734375,
+ -0.026611328125,
+ 0.00176239013671875,
+ 0.0218505859375,
+ -0.01525115966796875,
+ -0.0133056640625,
+ -0.035247802734375,
+ -0.003459930419921875,
+ -0.03594970703125,
+ 0.0009751319885253906,
+ -0.036834716796875,
+ 0.0193023681640625,
+ 0.051116943359375,
+ 0.0005230903625488281,
+ -0.018768310546875,
+ -0.0333251953125,
+ 0.0192108154296875,
+ 0.021148681640625,
+ -0.003326416015625,
+ -0.0215911865234375,
+ 0.040008544921875,
+ -0.0421142578125,
+ -0.00801849365234375,
+ -0.01471710205078125,
+ -0.0361328125,
+ -0.0098724365234375,
+ 0.024505615234375,
+ -0.0250244140625,
+ -0.0294342041015625,
+ 0.0129547119140625,
+ 0.0003333091735839844,
+ 0.00012671947479248047,
+ -0.0168304443359375,
+ -0.00995635986328125,
+ 0.015869140625,
+ -0.03277587890625,
+ -0.051483154296875,
+ 0.0146331787109375,
+ 0.0269622802734375,
+ -0.002071380615234375,
+ 0.002346038818359375,
+ -0.0634765625,
+ 0.01044464111328125,
+ 0.011810302734375,
+ -0.00687408447265625,
+ -0.00771331787109375,
+ 0.022735595703125,
+ 0.04229736328125,
+ -0.0005397796630859375,
+ -0.007228851318359375,
+ -0.005462646484375,
+ 0.01251220703125,
+ -0.01313018798828125,
+ -0.001140594482421875,
+ -0.0230865478515625,
+ 0.043365478515625,
+ 0.060272216796875,
+ -0.00995635986328125,
+ -0.0146331787109375,
+ 0.001079559326171875,
+ 0.0285491943359375,
+ 0.025909423828125,
+ -0.014892578125,
+ 0.05181884765625,
+ 0.0047149658203125,
+ 0.0718994140625,
+ -0.01480865478515625,
+ -0.004405975341796875,
+ 0.005992889404296875,
+ -0.0241546630859375,
+ -0.033843994140625,
+ -0.07684326171875,
+ -0.0239715576171875,
+ -0.0225677490234375,
+ -0.066650390625,
+ 0.004650115966796875,
+ -0.01348114013671875,
+ -0.0230865478515625,
+ 0.036651611328125,
+ -0.05499267578125,
+ -0.0133056640625,
+ 0.001476287841796875,
+ 0.0225677490234375,
+ -0.0006856918334960938,
+ 0.00691986083984375,
+ -0.060272216796875,
+ -0.044952392578125,
+ -0.01480865478515625,
+ -0.0021381378173828125,
+ -0.040008544921875,
+ -0.0289154052734375,
+ -0.0232696533203125,
+ -0.01727294921875,
+ -0.02679443359375,
+ -0.0364990234375,
+ 0.006610870361328125,
+ -0.0232696533203125,
+ 0.03948974609375,
+ 0.0005507469177246094,
+ -0.0273284912109375,
+ -0.0036792755126953125,
+ 0.0333251953125,
+ -0.0312042236328125,
+ -0.0408935546875,
+ 0.00731658935546875,
+ -0.01313018798828125,
+ -0.001873016357421875,
+ -0.02142333984375,
+ 0.026092529296875,
+ -0.039306640625,
+ -0.018768310546875,
+ 0.00010395050048828125,
+ 0.035614013671875,
+ 0.062408447265625,
+ -0.0035037994384765625,
+ 0.01287078857421875,
+ -0.035797119140625,
+ 0.009521484375,
+ 0.00982666015625,
+ 0.025390625,
+ -0.0164794921875,
+ -0.0364990234375,
+ 0.017974853515625,
+ -0.004978179931640625,
+ 0.04901123046875,
+ -0.009521484375,
+ -0.035797119140625,
+ -0.036651611328125,
+ -0.0106201171875,
+ 0.004673004150390625,
+ 0.001140594482421875,
+ 0.0472412109375,
+ -0.019744873046875,
+ 0.057464599609375,
+ 0.07049560546875,
+ 0.01251220703125,
+ 0.02105712890625,
+ 0.01401519775390625,
+ 0.004032135009765625,
+ 0.03594970703125,
+ 0.0262603759765625,
+ -0.0287322998046875,
+ -0.0153350830078125,
+ 0.007755279541015625,
+ -0.007404327392578125,
+ 0.0194854736328125,
+ -0.015777587890625,
+ -0.0024566650390625,
+ 0.0014429092407226562,
+ -0.04107666015625,
+ 0.036651611328125,
+ -0.0278472900390625,
+ -0.005859375,
+ -0.005443572998046875,
+ 0.017364501953125,
+ -0.00612640380859375,
+ 0.07122802734375,
+ 0.0224761962890625,
+ -0.0206298828125,
+ 0.03790283203125,
+ 0.010711669921875,
+ 0.01163482666015625,
+ -0.00022590160369873047,
+ -0.0035037994384765625,
+ 0.045135498046875,
+ 0.016571044921875,
+ 0.0003249645233154297,
+ -0.004009246826171875,
+ 0.051483154296875,
+ 0.046173095703125,
+ -0.056396484375,
+ -0.005176544189453125,
+ 0.034912109375,
+ 0.0090789794921875,
+ -0.03912353515625,
+ -0.033843994140625,
+ -0.0250244140625,
+ 0.02105712890625,
+ -0.00022995471954345703,
+ -0.00920867919921875,
+ -0.00612640380859375,
+ -0.0208892822265625,
+ -0.046539306640625,
+ 0.00612640380859375,
+ 0.01171875,
+ -0.0174560546875,
+ 0.05853271484375,
+ 0.01480865478515625,
+ -0.035797119140625,
+ -0.044952392578125,
+ 0.038238525390625,
+ 0.02520751953125,
+ 0.034210205078125,
+ -0.0222930908203125,
+ 0.00727081298828125,
+ -0.01409912109375,
+ -0.01824951171875,
+ 0.035064697265625,
+ 0.021331787109375,
+ 0.01904296875,
+ 0.0006337165832519531,
+ -0.036651611328125,
+ 0.019744873046875,
+ -0.01480865478515625,
+ 0.01904296875,
+ 0.0207061767578125,
+ -0.039825439453125,
+ 0.00315093994140625,
+ 0.01436614990234375,
+ 0.025909423828125,
+ 0.030853271484375,
+ -0.03472900390625,
+ -0.0289154052734375,
+ -0.0726318359375,
+ -0.0133056640625,
+ -0.0599365234375,
+ -0.004055023193359375,
+ -0.0232696533203125,
+ -0.040374755859375,
+ 0.046875,
+ -0.044952392578125,
+ -0.032257080078125,
+ -0.01242828369140625,
+ 0.031890869140625,
+ -0.0194854736328125,
+ 0.034912109375,
+ 0.0129547119140625,
+ -0.035614013671875,
+ 0.0222930908203125,
+ 0.07647705078125,
+ -0.00665283203125,
+ -0.007534027099609375,
+ -0.035430908203125,
+ 0.0217742919921875,
+ -0.01251220703125,
+ 0.03155517578125,
+ -0.052886962890625,
+ -0.0043182373046875,
+ 0.025390625,
+ 0.0239715576171875,
+ 0.01084136962890625,
+ -0.046173095703125,
+ 0.005950927734375,
+ -0.0109710693359375,
+ 0.026092529296875,
+ -0.037200927734375,
+ 0.005443572998046875,
+ 0.0037899017333984375,
+ 0.006214141845703125,
+ -0.0472412109375,
+ -0.08251953125,
+ 0.034027099609375,
+ 0.0364990234375,
+ 0.0012063980102539062,
+ -0.0024013519287109375,
+ 0.005157470703125,
+ -0.045135498046875,
+ 0.0028858184814453125,
+ 0.0070953369140625,
+ -0.006435394287109375,
+ 0.0280303955078125,
+ 0.0257415771484375,
+ -0.022918701171875,
+ 0.015869140625,
+ -0.003040313720703125,
+ 0.0081939697265625,
+ -0.0250244140625,
+ -0.046539306640625,
+ -0.040374755859375,
+ -0.030670166015625,
+ -0.0239715576171875,
+ -0.022216796875,
+ 0.0137481689453125,
+ -0.040557861328125,
+ 0.005462646484375,
+ -0.0186004638671875,
+ -0.004627227783203125,
+ -0.0199127197265625,
+ -0.0428466796875,
+ 0.0168304443359375,
+ -0.043548583984375,
+ -0.054290771484375,
+ -0.029083251953125,
+ 0.047943115234375,
+ -0.01313018798828125,
+ 0.0090789794921875,
+ -0.005245208740234375,
+ 0.0027980804443359375,
+ -0.03173828125,
+ -0.0009365081787109375,
+ -0.00960540771484375,
+ 0.046875,
+ 0.01031494140625,
+ 0.057464599609375,
+ 0.026092529296875,
+ 0.0278472900390625,
+ 0.004253387451171875,
+ 0.0504150390625,
+ 0.0232696533203125,
+ -0.01727294921875,
+ -0.02105712890625,
+ -0.025390625,
+ 0.0269622802734375,
+ 0.018951416015625,
+ -0.024505615234375,
+ -0.0280303955078125,
+ -0.00823974609375,
+ -0.0273284912109375,
+ 0.0196533203125,
+ 0.01322174072265625,
+ 0.02105712890625,
+ 0.01277923583984375,
+ -0.043701171875,
+ 0.0161285400390625,
+ 0.0207061767578125,
+ 0.01287078857421875,
+ 0.0758056640625,
+ -0.006214141845703125,
+ -0.041412353515625,
+ 0.019744873046875,
+ 0.0472412109375,
+ -0.00409698486328125,
+ -0.0029964447021484375,
+ 0.0296173095703125,
+ 0.01154327392578125,
+ 0.00228118896484375,
+ 0.033660888671875,
+ 0.01128387451171875,
+ 0.03314208984375,
+ 0.005641937255859375,
+ -0.003326416015625,
+ 0.0122528076171875,
+ 0.01035308837890625,
+ 0.022216796875,
+ 0.0595703125,
+ 0.032440185546875,
+ 0.0207977294921875,
+ 0.033843994140625,
+ -0.029266357421875,
+ -0.0223846435546875,
+ -0.0238037109375,
+ -0.07684326171875,
+ 0.001773834228515625,
+ 0.047607421875,
+ 0.01480865478515625,
+ 0.026611328125,
+ -0.01515960693359375,
+ -0.0595703125,
+ 0.00806427001953125,
+ -0.046875,
+ 0.0750732421875,
+ 0.04864501953125,
+ 0.00960540771484375,
+ 0.049713134765625,
+ -0.0002244710922241211,
+ 0.025390625,
+ 0.0313720703125,
+ -0.0017080307006835938,
+ 0.038421630859375,
+ 0.032073974609375,
+ 0.03594970703125,
+ 0.006214141845703125,
+ -0.033660888671875,
+ 0.040008544921875,
+ 0.04266357421875,
+ 0.0146331787109375,
+ 0.00555419921875,
+ 0.01560211181640625,
+ -0.00028514862060546875,
+ 0.00771331787109375,
+ -0.04388427734375,
+ 0.0287322998046875,
+ 0.0301361083984375,
+ -0.0185089111328125,
+ 0.01401519775390625,
+ 0.0006279945373535156,
+ 0.0287322998046875,
+ -0.054290771484375,
+ -0.0122528076171875,
+ -0.0009860992431640625,
+ 0.00531005859375,
+ 0.0177154541015625,
+ 0.01480865478515625,
+ -0.05535888671875,
+ -0.00885772705078125,
+ 0.043365478515625,
+ -0.05181884765625,
+ 0.0160369873046875,
+ -0.0005426406860351562,
+ -0.0216827392578125,
+ 0.02679443359375,
+ -0.0122528076171875,
+ -0.08074951171875,
+ 0.002864837646484375,
+ -0.0232696533203125,
+ -0.04901123046875,
+ 0.0287322998046875,
+ 0.043182373046875,
+ -0.047943115234375,
+ -0.037200927734375,
+ -0.030853271484375,
+ -0.008331298828125,
+ -0.01436614990234375,
+ -0.026092529296875,
+ 0.04901123046875,
+ -0.0009641647338867188,
+ -0.00687408447265625,
+ 0.02362060546875,
+ 0.049713134765625,
+ 0.0047607421875,
+ -0.016387939453125,
+ 0.0504150390625,
+ -0.0202789306640625,
+ -0.054290771484375,
+ 0.0345458984375,
+ 0.01357269287109375,
+ 0.0086822509765625,
+ -0.02142333984375,
+ -0.0234375,
+ -0.00766754150390625,
+ 0.000007510185241699219,
+ 0.010528564453125,
+ 0.01885986328125,
+ -0.06732177734375,
+ -0.0289154052734375,
+ -0.03753662109375,
+ 0.02520751953125,
+ -0.0074920654296875,
+ 0.034210205078125,
+ 0.01009368896484375,
+ -0.046539306640625,
+ 0.036651611328125,
+ -0.046875,
+ -0.0285491943359375,
+ 0.0036792755126953125,
+ -0.0012226104736328125,
+ -0.0238037109375,
+ 0.0655517578125,
+ -0.05816650390625,
+ 0.01366424560546875,
+ -0.0289154052734375,
+ 0.0234375,
+ 0.003040313720703125,
+ -0.01560211181640625,
+ -0.032440185546875,
+ 0.02838134765625,
+ 0.038970947265625,
+ -0.0312042236328125,
+ -0.01171875,
+ -0.03594970703125,
+ -0.004119873046875,
+ 0.0428466796875,
+ -0.04248046875,
+ -0.0024127960205078125,
+ -0.007049560546875,
+ -0.06414794921875,
+ -0.046875,
+ -0.005245208740234375,
+ -0.0232696533203125,
+ -0.02520751953125,
+ 0.014984130859375,
+ 0.049346923828125,
+ -0.007625579833984375,
+ 0.0257415771484375,
+ 0.01727294921875,
+ 0.01154327392578125,
+ 0.0313720703125,
+ -0.01480865478515625,
+ -0.0186920166015625,
+ 0.033660888671875,
+ -0.06805419921875,
+ -0.041412353515625,
+ -0.02105712890625,
+ 0.04864501953125,
+ -0.024505615234375,
+ -0.0146331787109375,
+ 0.0161285400390625,
+ -0.034027099609375,
+ 0.0280303955078125,
+ -0.06451416015625,
+ 0.004364013671875,
+ -0.033660888671875,
+ -0.0129547119140625,
+ -0.030670166015625,
+ -0.019561767578125,
+ 0.01560211181640625,
+ 0.00801849365234375,
+ -0.01242828369140625,
+ 0.0027103424072265625,
+ 0.006435394287109375,
+ -0.035430908203125,
+ 0.069091796875,
+ 0.0164794921875,
+ 0.0052642822265625,
+ -0.0167388916015625,
+ -0.001972198486328125,
+ 0.00890350341796875,
+ 0.00489044189453125,
+ 0.0440673828125,
+ -0.022735595703125,
+ -0.0175323486328125,
+ -0.07794189453125,
+ 0.01123809814453125,
+ -0.0063018798828125,
+ -0.0218505859375,
+ -0.01471710205078125,
+ -0.022216796875,
+ -0.0687255859375,
+ 0.013397216796875,
+ 0.040374755859375,
+ 0.02520751953125,
+ 0.0035915374755859375,
+ -0.0248565673828125,
+ -0.00533294677734375,
+ -0.0130462646484375,
+ -0.0145416259765625,
+ 0.0257415771484375,
+ -0.0216827392578125,
+ 0.0234375,
+ 0.002468109130859375,
+ -0.027679443359375,
+ 0.0255584716796875,
+ 0.029083251953125,
+ -0.00960540771484375,
+ 0.007358551025390625,
+ -0.0105743408203125,
+ -0.048309326171875,
+ 0.0170135498046875,
+ -0.01357269287109375,
+ -0.0262603759765625,
+ -0.013397216796875,
+ -0.0285491943359375,
+ 0.029266357421875,
+ -0.0312042236328125,
+ -0.0167388916015625,
+ 0.021942138671875,
+ 0.01515960693359375,
+ 0.04583740234375,
+ 0.007755279541015625,
+ -0.005992889404296875,
+ 0.0207061767578125,
+ 0.0207061767578125,
+ 0.0782470703125,
+ -0.033477783203125,
+ -0.035430908203125,
+ -0.0012836456298828125,
+ 0.0014982223510742188,
+ 0.052886962890625,
+ 0.049713134765625,
+ -0.004055023193359375,
+ -0.034210205078125,
+ -0.0022144317626953125,
+ 0.048309326171875,
+ -0.037017822265625,
+ -0.0278472900390625,
+ -0.025909423828125,
+ 0.01427459716796875,
+ 0.016387939453125,
+ 0.056060791015625,
+ 0.00647735595703125,
+ 0.06134033203125,
+ 0.0201873779296875,
+ 0.00881195068359375,
+ 0.042999267578125,
+ 0.0535888671875,
+ 0.0312042236328125,
+ -0.01560211181640625,
+ -0.041412353515625,
+ -0.0045166015625,
+ 0.01445770263671875,
+ -0.04229736328125,
+ -0.0472412109375,
+ 0.0015535354614257812,
+ 0.061004638671875,
+ -0.057830810546875,
+ -0.0257415771484375,
+ -0.01357269287109375,
+ -0.00934600830078125,
+ 0.027496337890625,
+ 0.0305023193359375,
+ 0.01207733154296875,
+ 0.0273284912109375,
+ -0.01401519775390625,
+ -0.051483154296875,
+ -0.0250244140625,
+ -0.0130462646484375,
+ 0.02362060546875,
+ 0.046173095703125,
+ 0.040191650390625,
+ 0.006038665771484375,
+ 0.027496337890625,
+ 0.01366424560546875,
+ 0.018157958984375,
+ 0.0224761962890625,
+ 0.0345458984375,
+ 0.0216827392578125,
+ 0.019744873046875,
+ 0.02978515625,
+ 0.06524658203125,
+ -0.0230865478515625,
+ -0.0170135498046875,
+ 0.0178985595703125,
+ 0.0313720703125,
+ 0.059234619140625,
+ 0.07330322265625,
+ -0.0192108154296875,
+ 0.026092529296875,
+ -0.0201873779296875,
+ -0.043365478515625,
+ -0.003437042236328125,
+ 0.0066986083984375,
+ 0.00731658935546875,
+ -0.046539306640625,
+ -0.01515960693359375,
+ 0.0164794921875,
+ -0.0345458984375,
+ 0.043182373046875,
+ 0.0239715576171875,
+ -0.0364990234375,
+ -0.014190673828125,
+ 0.029266357421875,
+ 0.006565093994140625,
+ -0.032958984375,
+ 0.0015201568603515625,
+ -0.04107666015625,
+ -0.035247802734375,
+ -0.03912353515625,
+ -0.01727294921875,
+ 0.03948974609375,
+ -0.034210205078125,
+ -0.06134033203125,
+ -0.0310211181640625,
+ 0.035247802734375,
+ -0.011810302734375,
+ -0.0313720703125,
+ -0.0114593505859375,
+ 0.0014982223510742188,
+ -0.02520751953125,
+ -0.039306640625,
+ -0.046875,
+ -0.00434112548828125,
+ 0.025909423828125,
+ -0.0271453857421875,
+ 0.0218505859375,
+ -0.01277923583984375,
+ -0.03436279296875,
+ -0.0255584716796875,
+ -0.034027099609375,
+ -0.017364501953125,
+ 0.02996826171875,
+ -0.038238525390625,
+ 0.04388427734375,
+ 0.0278472900390625,
+ 0.0216827392578125,
+ 0.036651611328125,
+ 0.052520751953125,
+ -0.0313720703125,
+ 0.00920867919921875,
+ -0.011810302734375,
+ -0.06170654296875,
+ 0.01009368896484375,
+ -0.005859375,
+ 0.00548553466796875,
+ -0.07684326171875,
+ 0.007049560546875,
+ 0.035430908203125,
+ -0.06451416015625,
+ 0.0239715576171875,
+ -0.0154266357421875,
+ 0.007049560546875,
+ -0.0214996337890625,
+ -0.0008921623229980469,
+ -0.0033054351806640625,
+ 0.01313018798828125,
+ 0.09521484375,
+ 0.0137481689453125,
+ -0.02203369140625,
+ -0.02996826171875,
+ -0.036834716796875,
+ 0.05078125,
+ 0.0186004638671875,
+ 0.0296173095703125,
+ -0.0273284912109375,
+ 0.0301361083984375,
+ 0.00508880615234375,
+ -0.041778564453125,
+ 0.0191192626953125,
+ -0.08038330078125,
+ -0.00806427001953125,
+ 0.0281982421875,
+ 0.01163482666015625,
+ -0.032073974609375,
+ -0.040191650390625,
+ -0.04248046875,
+ -0.00647735595703125,
+ -0.036651611328125,
+ 0.037017822265625,
+ 0.01471710205078125,
+ -0.005397796630859375,
+ -0.040557861328125,
+ 0.004673004150390625,
+ -0.014190673828125,
+ -0.041778564453125,
+ -0.039825439453125,
+ -0.051483154296875,
+ 0.033660888671875,
+ -0.0012063980102539062,
+ -0.0255584716796875,
+ 0.04583740234375,
+ 0.0250244140625,
+ 0.001773834228515625,
+ -0.0012178421020507812,
+ 0.03912353515625,
+ -0.034210205078125,
+ -0.0013332366943359375,
+ -0.0137481689453125,
+ 0.05218505859375,
+ -0.0006694793701171875,
+ 0.01551055908203125,
+ -0.01568603515625,
+ 0.003459930419921875,
+ 0.040191650390625,
+ -0.022918701171875,
+ 0.07122802734375,
+ 0.01207733154296875,
+ -0.021942138671875,
+ -0.0567626953125,
+ -0.0310211181640625,
+ -0.006256103515625,
+ 0.0175323486328125,
+ -0.01092529296875,
+ 0.049346923828125,
+ 0.0012722015380859375,
+ -0.005443572998046875,
+ -0.10223388671875,
+ 0.0504150390625,
+ -0.0273284912109375,
+ 0.0296173095703125,
+ 0.0184173583984375,
+ 0.007007598876953125,
+ -0.038787841796875,
+ -0.04071044921875,
+ -0.0010738372802734375,
+ 0.0168304443359375,
+ -0.02105712890625,
+ 0.0264434814453125,
+ 0.004802703857421875,
+ -0.01471710205078125,
+ 0.0109710693359375,
+ -0.0396728515625,
+ 0.0018949508666992188,
+ 0.062042236328125,
+ 0.0202789306640625,
+ -0.01009368896484375,
+ 0.05218505859375,
+ -0.026611328125,
+ 0.01233673095703125,
+ -0.00429534912109375,
+ 0.0005784034729003906,
+ 0.0130462646484375,
+ 0.01198577880859375,
+ -0.0271453857421875,
+ -0.01004791259765625,
+ 0.0146331787109375,
+ 0.049713134765625,
+ -0.0043182373046875,
+ 0.0238037109375,
+ -0.0209808349609375,
+ 0.01079559326171875,
+ 0.01088714599609375,
+ -0.0090789794921875,
+ 0.003437042236328125,
+ -0.006256103515625,
+ -0.003986358642578125,
+ -0.0364990234375,
+ -0.08074951171875,
+ -0.0909423828125,
+ 0.0024890899658203125,
+ -0.03753662109375,
+ -0.0178070068359375,
+ 0.01401519775390625,
+ 0.0234375,
+ 0.024322509765625,
+ -0.0278472900390625,
+ 0.0145416259765625,
+ -0.0035247802734375,
+ -0.01171875,
+ -0.0303192138671875,
+ 0.0262603759765625,
+ -0.035614013671875,
+ 0.0333251953125,
+ -0.0020389556884765625,
+ -0.04901123046875,
+ 0.02978515625,
+ -0.005817413330078125,
+ 0.0114593505859375,
+ -0.0193939208984375,
+ 0.007625579833984375,
+ -0.029266357421875,
+ 0.024505615234375,
+ -0.061004638671875,
+ -0.0045166015625,
+ 0.0193023681640625,
+ 0.0303192138671875,
+ 0.00855255126953125,
+ -0.051483154296875,
+ 0.041961669921875,
+ -0.0094757080078125,
+ -0.044769287109375,
+ 0.03173828125,
+ -0.014190673828125,
+ -0.0248565673828125,
+ 0.0196533203125,
+ 0.001338958740234375,
+ 0.00005817413330078125,
+ 0.018157958984375,
+ 0.029266357421875,
+ 0.033477783203125,
+ 0.045135498046875,
+ -0.0013494491577148438,
+ -0.0239715576171875,
+ -0.005950927734375,
+ -0.0130462646484375,
+ -0.0047149658203125,
+ 0.04229736328125,
+ 0.026611328125,
+ 0.0015535354614257812,
+ 0.0163116455078125,
+ -0.0024890899658203125,
+ -0.10931396484375,
+ -0.017974853515625,
+ -0.041259765625,
+ -0.02838134765625,
+ 0.0006885528564453125,
+ 0.10577392578125,
+ 0.0535888671875,
+ 0.0005121231079101562,
+ -0.0005259513854980469,
+ 0.0758056640625,
+ -0.0004131793975830078,
+ 0.01313018798828125,
+ 0.01009368896484375,
+ -0.048309326171875,
+ -0.018157958984375,
+ -0.01525115966796875,
+ 0.0031070709228515625,
+ -0.057830810546875,
+ 0.034210205078125,
+ 0.07012939453125,
+ -0.01009368896484375,
+ -0.01251220703125,
+ -0.00801849365234375,
+ 0.01525115966796875,
+ 0.0296173095703125,
+ 0.0185089111328125,
+ 0.00995635986328125,
+ -0.07122802734375,
+ 0.01119232177734375,
+ 0.01207733154296875,
+ -0.01163482666015625,
+ -0.0047607421875,
+ -0.0037670135498046875,
+ -0.0301361083984375,
+ 0.0380859375,
+ -0.057098388671875,
+ -0.026092529296875,
+ 0.00815582275390625,
+ 0.08599853515625,
+ 0.011810302734375,
+ -0.040191650390625,
+ -0.0301361083984375,
+ 0.056396484375,
+ 0.014984130859375,
+ -0.006565093994140625,
+ 0.004253387451171875,
+ 0.0008425712585449219,
+ -0.0281982421875,
+ 0.030670166015625,
+ 0.047943115234375,
+ -0.005176544189453125,
+ 0.03314208984375,
+ -0.0011844635009765625,
+ -0.048309326171875,
+ 0.0193939208984375,
+ -0.035430908203125,
+ 0.018951416015625,
+ 0.00047659873962402344,
+ -0.049713134765625,
+ -0.008331298828125,
+ -0.0599365234375,
+ 0.049346923828125,
+ 0.01190185546875,
+ 0.024505615234375,
+ 0.02978515625,
+ 0.0008702278137207031,
+ 0.00934600830078125,
+ -0.006038665771484375,
+ 0.032440185546875,
+ 0.0377197265625,
+ 0.035797119140625,
+ -0.002071380615234375,
+ -0.0037899017333984375,
+ 0.01666259765625,
+ 0.015869140625,
+ -0.026092529296875,
+ 0.04229736328125,
+ -0.040008544921875,
+ 0.0146331787109375,
+ -0.051116943359375,
+ 0.0161285400390625,
+ 0.00823974609375,
+ -0.043182373046875,
+ -0.0010690689086914062,
+ -0.0310211181640625,
+ 0.026611328125,
+ -0.022735595703125,
+ -0.03631591796875,
+ 0.003437042236328125,
+ 0.0535888671875,
+ -0.00022721290588378906,
+ 0.01039886474609375,
+ 0.0178070068359375,
+ -0.01666259765625,
+ -0.00572967529296875,
+ -0.057830810546875,
+ 0.0782470703125,
+ 0.034027099609375,
+ 0.008636474609375,
+ -0.0159454345703125,
+ 0.0257415771484375,
+ 0.00855255126953125,
+ 0.0113677978515625,
+ 0.05535888671875,
+ 0.01044464111328125,
+ -0.059234619140625,
+ 0.0333251953125,
+ 0.03277587890625,
+ 0.0248565673828125,
+ -0.04583740234375,
+ 0.0024890899658203125,
+ 0.0049591064453125,
+ -0.034210205078125,
+ 0.025909423828125,
+ 0.030853271484375,
+ 0.02362060546875,
+ 0.01471710205078125,
+ 0.00995635986328125,
+ -0.0232696533203125,
+ -0.04266357421875,
+ 0.03753662109375,
+ 0.00531005859375,
+ 0.02838134765625,
+ 0.048309326171875,
+ -0.0313720703125,
+ 0.060638427734375,
+ 0.001316070556640625,
+ 0.047607421875,
+ -0.035614013671875,
+ 0.046173095703125,
+ -0.00394439697265625,
+ 0.01515960693359375,
+ 0.0030841827392578125,
+ 0.011810302734375,
+ -0.018951416015625,
+ 0.004848480224609375,
+ -0.01251220703125,
+ 0.0916748046875,
+ 0.0287322998046875,
+ -0.01123809814453125,
+ -0.0504150390625,
+ -0.006389617919921875,
+ -0.01568603515625,
+ -0.01009368896484375,
+ 0.041259765625,
+ -0.046173095703125,
+ -0.035247802734375,
+ 0.0408935546875,
+ 0.040557861328125,
+ 0.0718994140625,
+ -0.0036144256591796875,
+ 0.053924560546875,
+ -0.0035247802734375,
+ -0.007579803466796875,
+ -0.004673004150390625,
+ -0.032623291015625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "cli",
+ "physical-copy",
+ "raw-image-support",
+ "scenario:disk_imaging",
+ "zero-footprint",
+ "offline-mode",
+ "bit-for-bit",
+ "pipe-capable",
+ "network-imaging",
+ "unix-standard",
+ "minimal-contamination",
+ "performance-tuning",
+ "disk-imaging",
+ "bit-copy"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Guymager",
+ "type": "tool",
+ "name": "Guymager",
+ "content": "guymager linux-imaging-tool maximiert performance durch intelligentes multi-threading und optimierte i/o-operationen für schnelle disk-acquisition. qt-basierte gui macht forensisches imaging auch für linux-neulinge zugänglich ohne command-line-expertise. gleichzeitiges schreiben mehrerer output-formate (raw + ewf) ohne performance-verlust durch parallele writer-threads. fifo-ring-buffer-architektur ermöglicht pipe-operationen für network-imaging über ssh oder netcat. automatische bad-block-erkennung mit detailliertem sector-error-logging, hpa/dco-detection warnt vor versteckten disk-bereichen. usb-write-blocker-support für hardware-level-protection, resume-capability für unterbrochene long-running-images. gui physical-copy multithreaded hashing scenario:file_recovery ewf-support performance-optimized bad-sector-handling hpa-dco-detection simultaneous-output progress-estimation low-resource incident-response static-investigations data-collection",
+ "embedding": [
+ -0.00959014892578125,
+ 0.01461029052734375,
+ 0.05517578125,
+ -0.03631591796875,
+ 0.044830322265625,
+ 0.045440673828125,
+ 0.0034999847412109375,
+ 0.0027256011962890625,
+ 0.0007829666137695312,
+ 0.02880859375,
+ -0.024444580078125,
+ 0.0438232421875,
+ 0.0096893310546875,
+ -0.032470703125,
+ -0.050506591796875,
+ 0.05072021484375,
+ -0.0308380126953125,
+ 0.0026760101318359375,
+ 0.00902557373046875,
+ -0.0016355514526367188,
+ -0.0183563232421875,
+ -0.03369140625,
+ -0.06207275390625,
+ 0.01024627685546875,
+ 0.0129852294921875,
+ -0.005657196044921875,
+ -0.0214080810546875,
+ -0.06976318359375,
+ -0.004665374755859375,
+ 0.0191802978515625,
+ -0.00446319580078125,
+ -0.01116180419921875,
+ 0.0137939453125,
+ 0.024749755859375,
+ 0.018463134765625,
+ -0.0249481201171875,
+ -0.017242431640625,
+ -0.04766845703125,
+ -0.03570556640625,
+ 0.058441162109375,
+ -0.01258087158203125,
+ -0.0006437301635742188,
+ -0.007251739501953125,
+ -0.0261688232421875,
+ -0.020294189453125,
+ -0.037750244140625,
+ 0.0025482177734375,
+ -0.0239410400390625,
+ -0.0006246566772460938,
+ -0.039764404296875,
+ 0.0084686279296875,
+ 0.034881591796875,
+ 0.019073486328125,
+ -0.014404296875,
+ -0.0252532958984375,
+ 0.0252532958984375,
+ -0.005352020263671875,
+ -0.0211944580078125,
+ -0.019775390625,
+ 0.046661376953125,
+ -0.03570556640625,
+ -0.0139007568359375,
+ -0.031036376953125,
+ -0.0283966064453125,
+ -0.00191497802734375,
+ 0.04766845703125,
+ 0.0015783309936523438,
+ -0.0152130126953125,
+ 0.004970550537109375,
+ 0.00199127197265625,
+ -0.0016994476318359375,
+ -0.01480865478515625,
+ 0.0022182464599609375,
+ 0.034881591796875,
+ -0.0249481201171875,
+ -0.0438232421875,
+ 0.01409912109375,
+ 0.0290069580078125,
+ 0.01242828369140625,
+ -0.0207977294921875,
+ -0.05438232421875,
+ 0.005352020263671875,
+ 0.0180511474609375,
+ 0.0090789794921875,
+ -0.01338958740234375,
+ 0.01171875,
+ 0.027191162109375,
+ -0.006595611572265625,
+ -0.00943756103515625,
+ -0.0031566619873046875,
+ 0.0221099853515625,
+ 0.0056304931640625,
+ 0.0015659332275390625,
+ -0.0298309326171875,
+ 0.01541900634765625,
+ 0.0653076171875,
+ -0.0186614990234375,
+ -0.00959014892578125,
+ 0.0009322166442871094,
+ 0.0186614990234375,
+ 0.03753662109375,
+ -0.019989013671875,
+ 0.027801513671875,
+ 0.0269775390625,
+ 0.0308380126953125,
+ -0.0216064453125,
+ 0.01511383056640625,
+ 0.01450347900390625,
+ -0.024658203125,
+ -0.03570556640625,
+ -0.10308837890625,
+ -0.0252532958984375,
+ -0.0255584716796875,
+ -0.05517578125,
+ 0.00595855712890625,
+ 0.00791168212890625,
+ -0.03875732421875,
+ 0.0273895263671875,
+ -0.04827880859375,
+ -0.03814697265625,
+ -0.002002716064453125,
+ 0.019989013671875,
+ 0.00522613525390625,
+ 0.00469207763671875,
+ -0.046661376953125,
+ -0.056793212890625,
+ -0.0036525726318359375,
+ 0.0182647705078125,
+ -0.050933837890625,
+ -0.011871337890625,
+ -0.0273895263671875,
+ -0.01277923583984375,
+ -0.023223876953125,
+ -0.019683837890625,
+ 0.002536773681640625,
+ -0.0426025390625,
+ 0.0164337158203125,
+ 0.004337310791015625,
+ -0.022216796875,
+ 0.0152130126953125,
+ 0.027801513671875,
+ -0.01593017578125,
+ -0.04949951171875,
+ 0.0036525726318359375,
+ -0.019073486328125,
+ -0.001033782958984375,
+ -0.0214996337890625,
+ 0.048492431640625,
+ -0.02191162109375,
+ -0.0182647705078125,
+ -0.00750732421875,
+ 0.024749755859375,
+ 0.059234619140625,
+ -0.0030689239501953125,
+ 0.0298309326171875,
+ -0.03204345703125,
+ 0.015716552734375,
+ -0.0150146484375,
+ 0.02008056640625,
+ -0.0239410400390625,
+ -0.02880859375,
+ 0.0267791748046875,
+ 0.0014009475708007812,
+ 0.0487060546875,
+ -0.005123138427734375,
+ -0.059661865234375,
+ -0.0217132568359375,
+ -0.00913238525390625,
+ 0.00836944580078125,
+ 0.007659912109375,
+ 0.02099609375,
+ -0.001964569091796875,
+ 0.0787353515625,
+ 0.059661865234375,
+ 0.0217132568359375,
+ 0.032257080078125,
+ 0.0137939453125,
+ 0.018768310546875,
+ 0.016845703125,
+ 0.01409912109375,
+ -0.0139007568359375,
+ -0.027801513671875,
+ 0.0214080810546875,
+ -0.0016231536865234375,
+ 0.0214080810546875,
+ -0.00806427001953125,
+ -0.01070404052734375,
+ -0.002231597900390625,
+ -0.03955078125,
+ 0.0240478515625,
+ -0.044036865234375,
+ -0.016326904296875,
+ -0.01319122314453125,
+ 0.0158233642578125,
+ -0.0007576942443847656,
+ 0.058441162109375,
+ 0.04949951171875,
+ -0.0195770263671875,
+ 0.030029296875,
+ -0.00421142578125,
+ 0.0099945068359375,
+ 0.0628662109375,
+ -0.025970458984375,
+ 0.031646728515625,
+ 0.0150146484375,
+ -0.004108428955078125,
+ 0.0087738037109375,
+ 0.036712646484375,
+ 0.0242462158203125,
+ -0.038543701171875,
+ -0.0095367431640625,
+ 0.04705810546875,
+ 0.0101470947265625,
+ -0.040985107421875,
+ -0.0191802978515625,
+ -0.0308380126953125,
+ 0.0150146484375,
+ -0.007152557373046875,
+ -0.007965087890625,
+ 0.00897979736328125,
+ -0.01090240478515625,
+ -0.049102783203125,
+ 0.0009698867797851562,
+ 0.025360107421875,
+ -0.01461029052734375,
+ 0.03448486328125,
+ 0.007099151611328125,
+ -0.0296173095703125,
+ -0.04949951171875,
+ 0.03448486328125,
+ 0.0102996826171875,
+ 0.046661376953125,
+ -0.004261016845703125,
+ -0.0017881393432617188,
+ -0.01080322265625,
+ -0.0283966064453125,
+ 0.025665283203125,
+ 0.0263824462890625,
+ 0.0211029052734375,
+ 0.01450347900390625,
+ -0.018768310546875,
+ 0.016021728515625,
+ -0.0188751220703125,
+ 0.03814697265625,
+ 0.030029296875,
+ -0.0007672309875488281,
+ 0.000041425228118896484,
+ 0.0006213188171386719,
+ 0.032257080078125,
+ 0.0261688232421875,
+ -0.046051025390625,
+ -0.026580810546875,
+ -0.08477783203125,
+ -0.027801513671875,
+ -0.047271728515625,
+ -0.0031948089599609375,
+ -0.0179595947265625,
+ -0.0413818359375,
+ 0.056793212890625,
+ -0.037933349609375,
+ -0.05194091796875,
+ 0.0010585784912109375,
+ 0.031646728515625,
+ -0.0195770263671875,
+ 0.03753662109375,
+ -0.0035495758056640625,
+ -0.0252532958984375,
+ 0.02069091796875,
+ 0.08154296875,
+ 0.0123291015625,
+ -0.006744384765625,
+ -0.0318603515625,
+ 0.0170440673828125,
+ -0.004032135009765625,
+ 0.0318603515625,
+ -0.022216796875,
+ 0.011566162109375,
+ 0.01273345947265625,
+ 0.025970458984375,
+ 0.01715087890625,
+ -0.0227203369140625,
+ 0.01491546630859375,
+ -0.0223236083984375,
+ 0.0152130126953125,
+ -0.034088134765625,
+ -0.0011348724365234375,
+ 0.0072021484375,
+ 0.0014200210571289062,
+ -0.0217132568359375,
+ -0.06695556640625,
+ 0.02191162109375,
+ 0.058441162109375,
+ -0.0023212432861328125,
+ -0.006137847900390625,
+ 0.0081634521484375,
+ -0.042999267578125,
+ 0.03143310546875,
+ -0.01070404052734375,
+ 0.006744384765625,
+ 0.0216064453125,
+ 0.0308380126953125,
+ -0.025360107421875,
+ 0.043609619140625,
+ -0.01369476318359375,
+ 0.004261016845703125,
+ -0.01541900634765625,
+ -0.032257080078125,
+ -0.01019287109375,
+ -0.0137939453125,
+ -0.034088134765625,
+ -0.017852783203125,
+ -0.0056304931640625,
+ -0.044219970703125,
+ -0.01480865478515625,
+ -0.0204925537109375,
+ -0.0028285980224609375,
+ -0.0474853515625,
+ -0.051544189453125,
+ 0.01085662841796875,
+ -0.0261688232421875,
+ -0.05560302734375,
+ -0.019989013671875,
+ 0.040985107421875,
+ -0.00266265869140625,
+ 0.006443023681640625,
+ -0.0158233642578125,
+ -0.0191802978515625,
+ -0.024139404296875,
+ 0.003246307373046875,
+ -0.0123748779296875,
+ 0.030426025390625,
+ -0.001445770263671875,
+ 0.06005859375,
+ 0.0263824462890625,
+ 0.0292205810546875,
+ 0.0152130126953125,
+ 0.034881591796875,
+ 0.0343017578125,
+ -0.024139404296875,
+ -0.0318603515625,
+ -0.004184722900390625,
+ 0.0261688232421875,
+ 0.03125,
+ -0.01470947265625,
+ -0.0263824462890625,
+ -0.002307891845703125,
+ -0.0318603515625,
+ 0.0084228515625,
+ 0.0261688232421875,
+ 0.0180511474609375,
+ 0.035308837890625,
+ -0.03753662109375,
+ 0.0086212158203125,
+ 0.046875,
+ -0.00679779052734375,
+ 0.09619140625,
+ 0.006542205810546875,
+ -0.048095703125,
+ 0.034088134765625,
+ 0.037139892578125,
+ 0.01166534423828125,
+ -0.0129852294921875,
+ 0.034698486328125,
+ 0.0150146484375,
+ 0.017242431640625,
+ 0.03326416015625,
+ 0.00555419921875,
+ 0.032867431640625,
+ -0.01009368896484375,
+ -0.00296783447265625,
+ 0.0022449493408203125,
+ 0.0123291015625,
+ 0.010040283203125,
+ 0.049713134765625,
+ 0.019073486328125,
+ 0.014404296875,
+ 0.0011224746704101562,
+ -0.020294189453125,
+ 0.00978851318359375,
+ -0.042816162109375,
+ -0.05438232421875,
+ -0.0226287841796875,
+ 0.0401611328125,
+ 0.02313232421875,
+ 0.03570556640625,
+ -0.0216064453125,
+ -0.042388916015625,
+ 0.027801513671875,
+ -0.036712646484375,
+ 0.06207275390625,
+ 0.031646728515625,
+ 0.00004297494888305664,
+ 0.03814697265625,
+ -0.0081634521484375,
+ 0.012176513671875,
+ 0.027191162109375,
+ 0.0016164779663085938,
+ 0.03125,
+ 0.02880859375,
+ 0.032867431640625,
+ -0.006542205810546875,
+ -0.0211944580078125,
+ 0.0267791748046875,
+ 0.051727294921875,
+ 0.0343017578125,
+ 0.0185699462890625,
+ 0.0119171142578125,
+ 0.0123291015625,
+ 0.0223236083984375,
+ -0.0211944580078125,
+ 0.03387451171875,
+ 0.053955078125,
+ -0.0025615692138671875,
+ 0.036102294921875,
+ -0.00438690185546875,
+ 0.00041222572326660156,
+ -0.049713134765625,
+ 0.017547607421875,
+ 0.0164337158203125,
+ -0.00421142578125,
+ 0.04119873046875,
+ 0.017852783203125,
+ -0.059234619140625,
+ -0.0002187490463256836,
+ 0.053558349609375,
+ -0.0775146484375,
+ 0.0330810546875,
+ -0.0013570785522460938,
+ -0.019378662109375,
+ 0.0188751220703125,
+ 0.005096435546875,
+ -0.054779052734375,
+ 0.005451202392578125,
+ -0.035919189453125,
+ -0.053558349609375,
+ 0.00555419921875,
+ 0.01419830322265625,
+ -0.024444580078125,
+ -0.045257568359375,
+ -0.0306396484375,
+ -0.005580902099609375,
+ -0.027191162109375,
+ -0.00852203369140625,
+ 0.05010986328125,
+ 0.023834228515625,
+ 0.0020923614501953125,
+ 0.0084686279296875,
+ 0.044830322265625,
+ 0.0037784576416015625,
+ -0.0132904052734375,
+ 0.06451416015625,
+ -0.025360107421875,
+ -0.03814697265625,
+ 0.0330810546875,
+ 0.01171875,
+ 0.011260986328125,
+ -0.034698486328125,
+ -0.0132904052734375,
+ -0.0152130126953125,
+ 0.017547607421875,
+ 0.016937255859375,
+ 0.01308441162109375,
+ -0.047271728515625,
+ -0.018463134765625,
+ -0.047271728515625,
+ 0.036529541015625,
+ -0.0221099853515625,
+ 0.0128326416015625,
+ 0.01262664794921875,
+ -0.052764892578125,
+ 0.037139892578125,
+ -0.03143310546875,
+ -0.01491546630859375,
+ -0.005706787109375,
+ 0.0054779052734375,
+ -0.004589080810546875,
+ 0.055999755859375,
+ -0.0343017578125,
+ -0.009735107421875,
+ -0.0279998779296875,
+ 0.036529541015625,
+ 0.0177459716796875,
+ -0.0078582763671875,
+ -0.0245513916015625,
+ 0.036102294921875,
+ 0.025360107421875,
+ -0.05517578125,
+ 0.00641632080078125,
+ -0.016937255859375,
+ -0.01059722900390625,
+ 0.040771484375,
+ -0.034088134765625,
+ -0.00689697265625,
+ 0.0009765625,
+ -0.04443359375,
+ -0.025665283203125,
+ -0.03387451171875,
+ -0.0302276611328125,
+ -0.01947021484375,
+ 0.0119171142578125,
+ 0.052764892578125,
+ 0.0012111663818359375,
+ 0.005603790283203125,
+ 0.005401611328125,
+ 0.0257720947265625,
+ -0.006061553955078125,
+ -0.00499725341796875,
+ -0.02880859375,
+ 0.036102294921875,
+ -0.07220458984375,
+ -0.057220458984375,
+ -0.01338958740234375,
+ 0.0177459716796875,
+ -0.03125,
+ -0.0129852294921875,
+ 0.011566162109375,
+ -0.0236358642578125,
+ 0.043212890625,
+ -0.0673828125,
+ 0.011260986328125,
+ -0.04058837890625,
+ -0.01430511474609375,
+ -0.01019287109375,
+ -0.03387451171875,
+ 0.0170440673828125,
+ 0.0182647705078125,
+ 0.0139007568359375,
+ -0.002117156982421875,
+ 0.01293182373046875,
+ -0.058837890625,
+ 0.0450439453125,
+ 0.03387451171875,
+ 0.0185699462890625,
+ -0.0257720947265625,
+ -0.006389617919921875,
+ 0.03143310546875,
+ 0.0267791748046875,
+ 0.050323486328125,
+ -0.034088134765625,
+ -0.04119873046875,
+ -0.063720703125,
+ 0.0298309326171875,
+ -0.002422332763671875,
+ -0.01541900634765625,
+ -0.01654052734375,
+ -0.0474853515625,
+ -0.063720703125,
+ 0.0123291015625,
+ 0.035491943359375,
+ 0.030426025390625,
+ 0.00821685791015625,
+ -0.0296173095703125,
+ 0.0012874603271484375,
+ -0.006011962890625,
+ -0.01009368896484375,
+ 0.0207977294921875,
+ -0.018463134765625,
+ 0.01450347900390625,
+ -0.00679779052734375,
+ -0.043609619140625,
+ 0.02880859375,
+ 0.02252197265625,
+ 0.040985107421875,
+ 0.031646728515625,
+ 0.037750244140625,
+ -0.0413818359375,
+ 0.00461578369140625,
+ -0.0170440673828125,
+ -0.0294189453125,
+ -0.00811767578125,
+ -0.0279998779296875,
+ 0.004795074462890625,
+ -0.0290069580078125,
+ -0.0279998779296875,
+ 0.0239410400390625,
+ 0.02374267578125,
+ 0.044219970703125,
+ -0.0004978179931640625,
+ -0.0016613006591796875,
+ 0.0099945068359375,
+ 0.0090789794921875,
+ 0.06939697265625,
+ -0.0117645263671875,
+ -0.0283966064453125,
+ 0.0214996337890625,
+ -0.0007481575012207031,
+ 0.04888916015625,
+ 0.0227203369140625,
+ 0.007404327392578125,
+ -0.03143310546875,
+ 0.0180511474609375,
+ 0.0224151611328125,
+ -0.0292205810546875,
+ -0.03143310546875,
+ -0.0252532958984375,
+ 0.01399993896484375,
+ 0.027191162109375,
+ 0.06976318359375,
+ 0.0036773681640625,
+ 0.07098388671875,
+ -0.0006814002990722656,
+ -0.0098876953125,
+ 0.042999267578125,
+ 0.07550048828125,
+ 0.01715087890625,
+ -0.045440673828125,
+ -0.04931640625,
+ -0.002902984619140625,
+ 0.0102996826171875,
+ -0.0267791748046875,
+ -0.024444580078125,
+ 0.0162353515625,
+ 0.06085205078125,
+ -0.06451416015625,
+ -0.040985107421875,
+ -0.01470947265625,
+ -0.004360198974609375,
+ 0.0123291015625,
+ 0.010498046875,
+ -0.0007543563842773438,
+ 0.035308837890625,
+ 0.0019273757934570312,
+ -0.030029296875,
+ -0.0179595947265625,
+ -0.037750244140625,
+ 0.01409912109375,
+ 0.04766845703125,
+ 0.01409912109375,
+ -0.0089263916015625,
+ 0.019989013671875,
+ 0.0011348724365234375,
+ 0.0023326873779296875,
+ 0.034088134765625,
+ 0.06695556640625,
+ 0.0223236083984375,
+ -0.0016231536865234375,
+ 0.0413818359375,
+ 0.044647216796875,
+ -0.03387451171875,
+ -0.017852783203125,
+ 0.005123138427734375,
+ 0.03936767578125,
+ 0.05560302734375,
+ 0.06976318359375,
+ 0.006389617919921875,
+ 0.0137939453125,
+ -0.0036773681640625,
+ -0.054779052734375,
+ -0.00750732421875,
+ 0.01181793212890625,
+ -0.00446319580078125,
+ -0.05072021484375,
+ -0.0419921875,
+ 0.03265380859375,
+ -0.0438232421875,
+ 0.048492431640625,
+ 0.0139007568359375,
+ -0.025970458984375,
+ -0.02252197265625,
+ 0.0245513916015625,
+ -0.0017242431640625,
+ -0.0252532958984375,
+ -0.0012359619140625,
+ -0.03875732421875,
+ -0.027801513671875,
+ -0.0413818359375,
+ -0.0192718505859375,
+ 0.01491546630859375,
+ -0.017242431640625,
+ -0.0665283203125,
+ -0.01338958740234375,
+ 0.0298309326171875,
+ -0.0188751220703125,
+ -0.0487060546875,
+ -0.0261688232421875,
+ -0.006011962890625,
+ -0.03631591796875,
+ -0.060455322265625,
+ -0.032470703125,
+ -0.01293182373046875,
+ 0.0132904052734375,
+ -0.034698486328125,
+ 0.0279998779296875,
+ -0.018463134765625,
+ -0.04058837890625,
+ -0.0216064453125,
+ -0.0081634521484375,
+ -0.045257568359375,
+ 0.027801513671875,
+ -0.047271728515625,
+ 0.035308837890625,
+ -0.0010080337524414062,
+ 0.0279998779296875,
+ 0.0252532958984375,
+ 0.07305908203125,
+ -0.0125274658203125,
+ 0.006694793701171875,
+ -0.006389617919921875,
+ -0.050323486328125,
+ 0.0228271484375,
+ 0.01947021484375,
+ 0.0220184326171875,
+ -0.06494140625,
+ 0.00421142578125,
+ 0.04180908203125,
+ -0.0775146484375,
+ 0.00689697265625,
+ 0.002422332763671875,
+ 0.006237030029296875,
+ -0.022216796875,
+ 0.0111083984375,
+ 0.0018768310546875,
+ 0.023529052734375,
+ 0.0738525390625,
+ 0.00917816162109375,
+ -0.016845703125,
+ -0.032470703125,
+ -0.0226287841796875,
+ 0.05072021484375,
+ 0.0234375,
+ 0.0099945068359375,
+ -0.015716552734375,
+ 0.0182647705078125,
+ 0.00750732421875,
+ -0.0095367431640625,
+ 0.02008056640625,
+ -0.07183837890625,
+ -0.017242431640625,
+ 0.042205810546875,
+ 0.01039886474609375,
+ -0.026580810546875,
+ -0.0279998779296875,
+ -0.06207275390625,
+ -0.007965087890625,
+ -0.059234619140625,
+ 0.0217132568359375,
+ 0.0183563232421875,
+ 0.0098419189453125,
+ -0.0474853515625,
+ -0.00679779052734375,
+ 0.01100921630859375,
+ -0.051544189453125,
+ -0.040771484375,
+ -0.035308837890625,
+ 0.01480865478515625,
+ -0.0028285980224609375,
+ -0.03936767578125,
+ 0.027191162109375,
+ 0.024658203125,
+ -0.00978851318359375,
+ 0.0230255126953125,
+ 0.05072021484375,
+ -0.0230255126953125,
+ 0.00664520263671875,
+ -0.01399993896484375,
+ 0.056793212890625,
+ 0.003398895263671875,
+ -0.00882720947265625,
+ -0.0267791748046875,
+ 0.0135955810546875,
+ 0.012176513671875,
+ -0.0261688232421875,
+ 0.0426025390625,
+ 0.037933349609375,
+ -0.035919189453125,
+ -0.052764892578125,
+ -0.057220458984375,
+ -0.0092315673828125,
+ 0.01019287109375,
+ -0.01593017578125,
+ 0.05517578125,
+ 0.01409912109375,
+ -0.0096893310546875,
+ -0.09820556640625,
+ 0.06207275390625,
+ -0.019683837890625,
+ 0.0306396484375,
+ 0.015625,
+ 0.007049560546875,
+ -0.052337646484375,
+ -0.045654296875,
+ -0.046875,
+ 0.02191162109375,
+ -0.027587890625,
+ 0.0224151611328125,
+ 0.01273345947265625,
+ 0.024444580078125,
+ 0.01212310791015625,
+ -0.046661376953125,
+ 0.018768310546875,
+ 0.050323486328125,
+ 0.0081634521484375,
+ 0.00052642822265625,
+ 0.06005859375,
+ -0.01947021484375,
+ -0.0011796951293945312,
+ -0.0038299560546875,
+ -0.00978851318359375,
+ 0.00917816162109375,
+ 0.00913238525390625,
+ -0.02008056640625,
+ 0.0139007568359375,
+ 0.0267791748046875,
+ 0.058837890625,
+ -0.0128326416015625,
+ 0.00580596923828125,
+ -0.0007290840148925781,
+ 0.01480865478515625,
+ 0.0129852294921875,
+ -0.03143310546875,
+ 0.00588226318359375,
+ -0.01019287109375,
+ -0.01715087890625,
+ -0.019683837890625,
+ -0.053558349609375,
+ -0.08319091796875,
+ -0.0016040802001953125,
+ -0.0204925537109375,
+ -0.044219970703125,
+ 0.0096893310546875,
+ 0.039764404296875,
+ -0.002193450927734375,
+ -0.024444580078125,
+ 0.0261688232421875,
+ -0.0198822021484375,
+ 0.0015087127685546875,
+ -0.0242462158203125,
+ 0.027587890625,
+ -0.0013246536254882812,
+ 0.039154052734375,
+ 0.00775909423828125,
+ -0.06005859375,
+ 0.011260986328125,
+ -0.03125,
+ 0.0135955810546875,
+ -0.0248565673828125,
+ -0.006137847900390625,
+ -0.042388916015625,
+ 0.0330810546875,
+ -0.0762939453125,
+ -0.0164337158203125,
+ 0.03875732421875,
+ 0.00461578369140625,
+ -0.0176544189453125,
+ -0.039764404296875,
+ 0.055999755859375,
+ 0.0054779052734375,
+ -0.035919189453125,
+ 0.0290069580078125,
+ -0.00963592529296875,
+ -0.03631591796875,
+ 0.037322998046875,
+ -0.02191162109375,
+ 0.0016613006591796875,
+ 0.006847381591796875,
+ 0.045654296875,
+ 0.0226287841796875,
+ 0.060455322265625,
+ -0.0002313852310180664,
+ -0.035919189453125,
+ 0.016937255859375,
+ -0.00882720947265625,
+ 0.0192718505859375,
+ 0.0263824462890625,
+ 0.03387451171875,
+ -0.0164337158203125,
+ 0.0092315673828125,
+ 0.0179595947265625,
+ -0.0977783203125,
+ -0.04058837890625,
+ -0.01470947265625,
+ -0.034088134765625,
+ -0.0117645263671875,
+ 0.07550048828125,
+ 0.0401611328125,
+ 0.0031185150146484375,
+ 0.0189666748046875,
+ 0.042205810546875,
+ 0.0155181884765625,
+ 0.01039886474609375,
+ -0.01024627685546875,
+ -0.05133056640625,
+ -0.0263824462890625,
+ 0.0037288665771484375,
+ 0.0211029052734375,
+ -0.07183837890625,
+ 0.03692626953125,
+ 0.060455322265625,
+ -0.01419830322265625,
+ -0.0182647705078125,
+ 0.006694793701171875,
+ 0.0092315673828125,
+ 0.0762939453125,
+ -0.0015087127685546875,
+ -0.0015087127685546875,
+ -0.058013916015625,
+ 0.03448486328125,
+ 0.03125,
+ -0.01348876953125,
+ -0.00933074951171875,
+ -0.0192718505859375,
+ -0.024139404296875,
+ 0.0179595947265625,
+ -0.06939697265625,
+ -0.011871337890625,
+ 0.00392913818359375,
+ 0.0750732421875,
+ 0.01511383056640625,
+ -0.040771484375,
+ -0.040374755859375,
+ 0.03125,
+ 0.0263824462890625,
+ -0.031036376953125,
+ -0.002155303955078125,
+ 0.008270263671875,
+ -0.032470703125,
+ 0.0026378631591796875,
+ 0.06085205078125,
+ -0.027191162109375,
+ 0.036102294921875,
+ 0.01197052001953125,
+ -0.058837890625,
+ 0.0087738037109375,
+ -0.039154052734375,
+ 0.0116119384765625,
+ -0.007354736328125,
+ -0.037139892578125,
+ -0.0123291015625,
+ -0.061279296875,
+ 0.05010986328125,
+ 0.0164337158203125,
+ 0.0308380126953125,
+ 0.0080108642578125,
+ -0.01531982421875,
+ -0.002231597900390625,
+ 0.01338958740234375,
+ 0.020904541015625,
+ 0.033477783203125,
+ 0.051727294921875,
+ 0.0255584716796875,
+ 0.01024627685546875,
+ 0.035491943359375,
+ 0.0006656646728515625,
+ -0.0283966064453125,
+ 0.0273895263671875,
+ -0.0298309326171875,
+ 0.03143310546875,
+ -0.0762939453125,
+ 0.0114593505859375,
+ 0.004642486572265625,
+ -0.024658203125,
+ -0.0173492431640625,
+ -0.0296173095703125,
+ 0.0155181884765625,
+ -0.022918701171875,
+ -0.03570556640625,
+ -0.0286102294921875,
+ 0.03997802734375,
+ -0.045440673828125,
+ 0.00695037841796875,
+ 0.034698486328125,
+ -0.0173492431640625,
+ 0.00199127197265625,
+ -0.052337646484375,
+ 0.0750732421875,
+ 0.023223876953125,
+ 0.00695037841796875,
+ -0.011566162109375,
+ 0.056396484375,
+ 0.0217132568359375,
+ 0.003246307373046875,
+ 0.03509521484375,
+ 0.01308441162109375,
+ -0.02435302734375,
+ 0.05072021484375,
+ 0.050323486328125,
+ 0.005504608154296875,
+ -0.039154052734375,
+ -0.0042877197265625,
+ 0.019378662109375,
+ -0.04931640625,
+ 0.04644775390625,
+ 0.03265380859375,
+ 0.019989013671875,
+ -0.00959014892578125,
+ -0.01308441162109375,
+ -0.0281982421875,
+ -0.034088134765625,
+ 0.046051025390625,
+ 0.0292205810546875,
+ 0.01212310791015625,
+ 0.039764404296875,
+ -0.03936767578125,
+ 0.0625,
+ 0.00679779052734375,
+ 0.04827880859375,
+ -0.04827880859375,
+ 0.06695556640625,
+ -0.0211029052734375,
+ 0.011260986328125,
+ 0.002471923828125,
+ 0.006542205810546875,
+ -0.0102996826171875,
+ 0.01419830322265625,
+ -0.0096893310546875,
+ 0.07220458984375,
+ 0.01409912109375,
+ -0.0234375,
+ -0.052337646484375,
+ -0.007152557373046875,
+ -0.004817962646484375,
+ 0.002471923828125,
+ 0.05194091796875,
+ -0.04705810546875,
+ -0.0211029052734375,
+ 0.0214080810546875,
+ 0.0152130126953125,
+ 0.06494140625,
+ 0.0176544189453125,
+ 0.035308837890625,
+ -0.003322601318359375,
+ -0.01348876953125,
+ -0.0224151611328125,
+ -0.006744384765625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "gui",
+ "physical-copy",
+ "multithreaded",
+ "hashing",
+ "scenario:file_recovery",
+ "ewf-support",
+ "performance-optimized",
+ "bad-sector-handling",
+ "hpa-dco-detection",
+ "simultaneous-output",
+ "progress-estimation",
+ "low-resource"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_CyberChef",
+ "type": "tool",
+ "name": "CyberChef",
+ "content": "cyberchef daten-manipulations-framework mit 400+ operations für encoding, verschlüsselung, analyse und \n transformation durch visuelle rezept-verkettung. base64 dekodieren → xor entschlüsseln → \n strings extrahieren → hashes berechnen in einem workflow. magic-mode erkennt automatisch \n encodings, entropy-visualisierung identifiziert verschlüsselte bereiche. offline-fähigkeit \n im browser macht es dsgvo-konform für sensible daten. import/export von rezepten für \n wiederverwendung. web-interface binary-decode decryption malware-unpacking string-search triage regex-operations magic-detection entropy-analysis recipe-based offline-mode data-transformation incident-response static-investigations malware-analysis network-forensics fraud-investigation examination analysis",
+ "embedding": [
+ -0.01605224609375,
+ 0.038726806640625,
+ 0.055450439453125,
+ 0.004913330078125,
+ 0.00954437255859375,
+ 0.0102081298828125,
+ 0.036468505859375,
+ 0.005886077880859375,
+ -0.0167999267578125,
+ -0.024688720703125,
+ -0.037994384765625,
+ 0.04937744140625,
+ -0.0014362335205078125,
+ 0.00911712646484375,
+ -0.05126953125,
+ 0.033050537109375,
+ 0.0089263916015625,
+ 0.006267547607421875,
+ 0.019744873046875,
+ 0.01206207275390625,
+ -0.016326904296875,
+ -0.00868988037109375,
+ -0.0294342041015625,
+ 0.00008565187454223633,
+ -0.0002834796905517578,
+ -0.01125335693359375,
+ -0.004344940185546875,
+ -0.0546875,
+ -0.015380859375,
+ -0.0230712890625,
+ 0.0252532958984375,
+ -0.0321044921875,
+ 0.01338958740234375,
+ 0.0217437744140625,
+ -0.0145263671875,
+ -0.027923583984375,
+ 0.0148162841796875,
+ -0.041015625,
+ -0.01947021484375,
+ 0.01120758056640625,
+ -0.039886474609375,
+ -0.012725830078125,
+ 0.03741455078125,
+ -0.01082611083984375,
+ -0.035125732421875,
+ -0.03759765625,
+ -0.00222015380859375,
+ -0.01509857177734375,
+ 0.00839996337890625,
+ -0.01262664794921875,
+ 0.032867431640625,
+ 0.026397705078125,
+ 0.0026226043701171875,
+ -0.01039886474609375,
+ -0.036651611328125,
+ 0.02392578125,
+ 0.028289794921875,
+ -0.0013113021850585938,
+ -0.03436279296875,
+ 0.050506591796875,
+ -0.028289794921875,
+ -0.0025157928466796875,
+ 0.002147674560546875,
+ -0.0008544921875,
+ 0.0107269287109375,
+ 0.024505615234375,
+ -0.0176544189453125,
+ -0.0341796875,
+ -0.0140533447265625,
+ -0.00788116455078125,
+ -0.0020999908447265625,
+ 0.0027065277099609375,
+ -0.019561767578125,
+ 0.04290771484375,
+ -0.052032470703125,
+ -0.033416748046875,
+ 0.0008544921875,
+ 0.0102996826171875,
+ 0.01129913330078125,
+ 0.026214599609375,
+ -0.0218353271484375,
+ 0.0141448974609375,
+ 0.040435791015625,
+ -0.01519012451171875,
+ -0.00954437255859375,
+ -0.0006022453308105469,
+ 0.011962890625,
+ 0.0120086669921875,
+ 0.031707763671875,
+ -0.00612640380859375,
+ 0.01163482666015625,
+ -0.0085906982421875,
+ 0.0250701904296875,
+ -0.0149993896484375,
+ 0.034759521484375,
+ 0.053924560546875,
+ -0.041595458984375,
+ 0.015289306640625,
+ 0.01424407958984375,
+ 0.037994384765625,
+ 0.031707763671875,
+ -0.0167999267578125,
+ 0.0457763671875,
+ -0.01519012451171875,
+ 0.0213623046875,
+ -0.029815673828125,
+ 0.01044464111328125,
+ -0.0167083740234375,
+ -0.00243377685546875,
+ -0.029815673828125,
+ -0.0926513671875,
+ -0.05926513671875,
+ -0.019744873046875,
+ -0.07025146484375,
+ -0.02117919921875,
+ 0.003917694091796875,
+ 0.002017974853515625,
+ 0.038360595703125,
+ -0.05584716796875,
+ -0.05584716796875,
+ 0.015380859375,
+ 0.01557159423828125,
+ 0.0003485679626464844,
+ 0.03759765625,
+ -0.05810546875,
+ -0.0653076171875,
+ -0.01557159423828125,
+ 0.0191802978515625,
+ -0.04937744140625,
+ -0.0052947998046875,
+ -0.033050537109375,
+ -0.0193634033203125,
+ -0.01348114013671875,
+ -0.0225982666015625,
+ -0.01153564453125,
+ -0.03436279296875,
+ 0.0234527587890625,
+ -0.0294342041015625,
+ 0.0022430419921875,
+ 0.01215362548828125,
+ 0.062286376953125,
+ -0.037017822265625,
+ -0.0653076171875,
+ 0.005481719970703125,
+ -0.02734375,
+ -0.0022792816162109375,
+ -0.0145263671875,
+ 0.03759765625,
+ -0.0224151611328125,
+ -0.005054473876953125,
+ -0.0141448974609375,
+ -0.006458282470703125,
+ 0.06610107421875,
+ 0.003322601318359375,
+ 0.007122039794921875,
+ -0.0124359130859375,
+ -0.009735107421875,
+ -0.031341552734375,
+ 0.03399658203125,
+ 0.01206207275390625,
+ -0.011962890625,
+ 0.0173797607421875,
+ -0.0235443115234375,
+ 0.034576416015625,
+ -0.027923583984375,
+ -0.0234527587890625,
+ -0.02716064453125,
+ 0.0233612060546875,
+ -0.0084991455078125,
+ -0.01210784912109375,
+ 0.0294342041015625,
+ -0.0423583984375,
+ 0.0577392578125,
+ 0.051666259765625,
+ -0.006885528564453125,
+ 0.0234527587890625,
+ -0.00382232666015625,
+ 0.00916290283203125,
+ 0.033050537109375,
+ 0.03759765625,
+ 0.0010328292846679688,
+ -0.03057861328125,
+ 0.0292510986328125,
+ 0.01262664794921875,
+ 0.0176544189453125,
+ -0.0014362335205078125,
+ -0.028106689453125,
+ -0.0110626220703125,
+ 0.005031585693359375,
+ 0.033233642578125,
+ -0.041778564453125,
+ -0.018798828125,
+ -0.002124786376953125,
+ 0.031707763671875,
+ 0.0080718994140625,
+ 0.0474853515625,
+ 0.031707763671875,
+ -0.01253509521484375,
+ 0.0120086669921875,
+ 0.006458282470703125,
+ -0.00469970703125,
+ 0.02288818359375,
+ 0.002338409423828125,
+ 0.035125732421875,
+ 0.0115814208984375,
+ 0.0018520355224609375,
+ -0.01134490966796875,
+ 0.05126953125,
+ 0.028289794921875,
+ -0.0225067138671875,
+ -0.005863189697265625,
+ 0.04254150390625,
+ -0.0181427001953125,
+ -0.0292510986328125,
+ -0.0509033203125,
+ -0.033416748046875,
+ 0.0258331298828125,
+ -0.007785797119140625,
+ -0.0012464523315429688,
+ -0.01471710205078125,
+ 0.007740020751953125,
+ -0.028106689453125,
+ -0.01433563232421875,
+ 0.046722412109375,
+ -0.0189971923828125,
+ 0.036468505859375,
+ 0.05279541015625,
+ -0.0185089111328125,
+ -0.02716064453125,
+ 0.00982666015625,
+ 0.024871826171875,
+ 0.03399658203125,
+ 0.0166168212890625,
+ 0.00318145751953125,
+ -0.017181396484375,
+ -0.0184173583984375,
+ 0.064208984375,
+ 0.01548004150390625,
+ 0.0209808349609375,
+ -0.0225067138671875,
+ -0.0149993896484375,
+ 0.0372314453125,
+ 0.00740814208984375,
+ 0.0213623046875,
+ 0.041015625,
+ -0.0158538818359375,
+ 0.0286712646484375,
+ 0.007122039794921875,
+ 0.02886962890625,
+ 0.039306640625,
+ -0.07635498046875,
+ -0.011871337890625,
+ -0.06573486328125,
+ -0.00299072265625,
+ -0.05999755859375,
+ -0.043853759765625,
+ -0.0224151611328125,
+ -0.055450439453125,
+ 0.0224151611328125,
+ -0.00382232666015625,
+ 0.00830841064453125,
+ 0.0014362335205078125,
+ 0.001483917236328125,
+ -0.001323699951171875,
+ 0.04595947265625,
+ -0.01557159423828125,
+ -0.04083251953125,
+ 0.003108978271484375,
+ 0.060760498046875,
+ -0.0215606689453125,
+ -0.029052734375,
+ -0.004154205322265625,
+ 0.0275421142578125,
+ -0.00286102294921875,
+ -0.0076904296875,
+ -0.02886962890625,
+ 0.018035888671875,
+ 0.043487548828125,
+ -0.0012874603271484375,
+ 0.020416259765625,
+ -0.0020999908447265625,
+ 0.03759765625,
+ 0.009735107421875,
+ 0.034942626953125,
+ -0.048614501953125,
+ 0.007167816162109375,
+ -0.0122528076171875,
+ 0.0081634521484375,
+ -0.0184173583984375,
+ -0.04595947265625,
+ -0.009307861328125,
+ 0.038543701171875,
+ 0.0115814208984375,
+ 0.0009613037109375,
+ 0.01690673828125,
+ -0.043304443359375,
+ 0.0191802978515625,
+ 0.00133514404296875,
+ -0.0040130615234375,
+ 0.0406494140625,
+ 0.062286376953125,
+ -0.038177490234375,
+ 0.01471710205078125,
+ -0.018890380859375,
+ 0.00992584228515625,
+ -0.0341796875,
+ -0.0423583984375,
+ 0.004913330078125,
+ 0.0004718303680419922,
+ -0.03570556640625,
+ -0.01091766357421875,
+ 0.002254486083984375,
+ -0.032867431640625,
+ 0.00797271728515625,
+ -0.01605224609375,
+ 0.0042266845703125,
+ -0.06683349609375,
+ -0.03399658203125,
+ 0.006694793701171875,
+ -0.01433563232421875,
+ -0.024688720703125,
+ -0.0181427001953125,
+ 0.04632568359375,
+ 0.0215606689453125,
+ -0.00664520263671875,
+ 0.004795074462890625,
+ 0.0199432373046875,
+ -0.0389404296875,
+ -0.01177215576171875,
+ -0.0199432373046875,
+ 0.01082611083984375,
+ -0.004199981689453125,
+ 0.060760498046875,
+ 0.02734375,
+ 0.0185089111328125,
+ 0.0546875,
+ 0.07025146484375,
+ 0.038360595703125,
+ -0.044830322265625,
+ -0.00792694091796875,
+ -0.0131988525390625,
+ -0.018035888671875,
+ 0.033416748046875,
+ -0.0191802978515625,
+ -0.01861572265625,
+ -0.034576416015625,
+ -0.0226898193359375,
+ 0.005126953125,
+ 0.00553131103515625,
+ 0.043853759765625,
+ 0.008880615234375,
+ -0.0232696533203125,
+ 0.01087188720703125,
+ 0.07177734375,
+ 0.01605224609375,
+ 0.08624267578125,
+ 0.0002968311309814453,
+ -0.048431396484375,
+ -0.0031566619873046875,
+ 0.03399658203125,
+ -0.0110626220703125,
+ -0.010589599609375,
+ 0.03228759765625,
+ 0.0156707763671875,
+ -0.00839996337890625,
+ 0.001495361328125,
+ -0.003322601318359375,
+ 0.0213623046875,
+ 0.01120758056640625,
+ -0.0167083740234375,
+ -0.01177215576171875,
+ -0.00830841064453125,
+ 0.01096343994140625,
+ 0.036468505859375,
+ 0.026214599609375,
+ 0.031524658203125,
+ 0.032470703125,
+ -0.027923583984375,
+ -0.00839996337890625,
+ -0.039703369140625,
+ -0.06573486328125,
+ 0.0162353515625,
+ 0.029815673828125,
+ -0.004058837890625,
+ 0.0509033203125,
+ 0.0024089813232421875,
+ -0.0687255859375,
+ 0.0175628662109375,
+ -0.042144775390625,
+ 0.0782470703125,
+ 0.0277252197265625,
+ 0.01557159423828125,
+ 0.01433563232421875,
+ -0.029052734375,
+ 0.0023746490478515625,
+ 0.01690673828125,
+ 0.024505615234375,
+ 0.0509033203125,
+ 0.050140380859375,
+ 0.041778564453125,
+ 0.033416748046875,
+ -0.026214599609375,
+ 0.00408172607421875,
+ 0.005390167236328125,
+ 0.007167816162109375,
+ -0.0123443603515625,
+ 0.0577392578125,
+ 0.015289306640625,
+ 0.01776123046875,
+ -0.0020656585693359375,
+ 0.034576416015625,
+ 0.0218353271484375,
+ -0.02117919921875,
+ 0.020416259765625,
+ -0.01262664794921875,
+ 0.02545166015625,
+ -0.04730224609375,
+ -0.00811767578125,
+ 0.0011453628540039062,
+ 0.035888671875,
+ 0.0252532958984375,
+ 0.040435791015625,
+ -0.040252685546875,
+ -0.01134490966796875,
+ 0.038543701171875,
+ -0.053924560546875,
+ 0.0076904296875,
+ 0.029998779296875,
+ -0.0094451904296875,
+ -0.000008285045623779297,
+ -0.029632568359375,
+ -0.04119873046875,
+ 0.0199432373046875,
+ -0.04595947265625,
+ -0.031341552734375,
+ 0.005603790283203125,
+ 0.040252685546875,
+ -0.06683349609375,
+ -0.02392578125,
+ -0.03399658203125,
+ -0.0003457069396972656,
+ -0.0031566619873046875,
+ -0.03570556640625,
+ 0.034576416015625,
+ -0.0001327991485595703,
+ -0.0034656524658203125,
+ 0.0174713134765625,
+ 0.047088623046875,
+ -0.0213623046875,
+ -0.029815673828125,
+ 0.04461669921875,
+ -0.01134490966796875,
+ -0.031524658203125,
+ 0.013671875,
+ 0.0048675537109375,
+ 0.0301971435546875,
+ -0.0190887451171875,
+ -0.024017333984375,
+ 0.00702667236328125,
+ 0.0258331298828125,
+ 0.0080718994140625,
+ 0.00907135009765625,
+ -0.055450439453125,
+ -0.02886962890625,
+ -0.040435791015625,
+ 0.041778564453125,
+ 0.0118255615234375,
+ 0.026214599609375,
+ 0.00821685791015625,
+ -0.0321044921875,
+ 0.008880615234375,
+ -0.037017822265625,
+ 0.006458282470703125,
+ 0.01078033447265625,
+ -0.01006317138671875,
+ -0.0034427642822265625,
+ 0.055450439453125,
+ -0.0093994140625,
+ -0.018035888671875,
+ -0.0242156982421875,
+ 0.0543212890625,
+ -0.0007596015930175781,
+ 0.016998291015625,
+ -0.057342529296875,
+ 0.055450439453125,
+ 0.026580810546875,
+ -0.056976318359375,
+ -0.0102996826171875,
+ -0.0292510986328125,
+ 0.0193634033203125,
+ 0.033599853515625,
+ -0.06951904296875,
+ -0.01377105712890625,
+ -0.022125244140625,
+ -0.0294342041015625,
+ -0.034576416015625,
+ -0.039703369140625,
+ -0.024871826171875,
+ -0.058868408203125,
+ -0.01519012451171875,
+ 0.02032470703125,
+ 0.02374267578125,
+ 0.03912353515625,
+ 0.00992584228515625,
+ -0.0165252685546875,
+ 0.01377105712890625,
+ 0.00514984130859375,
+ -0.0038928985595703125,
+ 0.0372314453125,
+ -0.0687255859375,
+ -0.0338134765625,
+ -0.0113983154296875,
+ 0.033599853515625,
+ -0.00707244873046875,
+ -0.003322601318359375,
+ -0.0015430450439453125,
+ -0.0309600830078125,
+ 0.040252685546875,
+ -0.0275421142578125,
+ -0.00835418701171875,
+ 0.0057220458984375,
+ -0.043670654296875,
+ -0.02374267578125,
+ -0.031524658203125,
+ 0.01068115234375,
+ 0.021270751953125,
+ -0.01291656494140625,
+ 0.0258331298828125,
+ 0.03778076171875,
+ -0.03778076171875,
+ 0.0258331298828125,
+ 0.002872467041015625,
+ -0.022216796875,
+ -0.0141448974609375,
+ 0.033050537109375,
+ -0.00783538818359375,
+ -0.023834228515625,
+ 0.050140380859375,
+ -0.03948974609375,
+ -0.0286712646484375,
+ -0.1063232421875,
+ 0.036651611328125,
+ 0.01377105712890625,
+ -0.027923583984375,
+ -0.0157623291015625,
+ -0.043670654296875,
+ -0.0543212890625,
+ 0.00868988037109375,
+ 0.0218353271484375,
+ 0.0225067138671875,
+ -0.0019350051879882812,
+ -0.0267791748046875,
+ -0.0132904052734375,
+ -0.035125732421875,
+ -0.0341796875,
+ 0.04974365234375,
+ -0.018890380859375,
+ 0.00469970703125,
+ -0.0021724700927734375,
+ -0.004535675048828125,
+ 0.029815673828125,
+ 0.018798828125,
+ 0.02545166015625,
+ 0.01519012451171875,
+ 0.0131072998046875,
+ -0.044830322265625,
+ 0.01509857177734375,
+ 0.00264739990234375,
+ -0.0167999267578125,
+ 0.00553131103515625,
+ -0.03076171875,
+ 0.022308349609375,
+ -0.0215606689453125,
+ -0.00821685791015625,
+ 0.018890380859375,
+ -0.0027294158935546875,
+ 0.02545166015625,
+ -0.007785797119140625,
+ -0.0024566650390625,
+ 0.03436279296875,
+ -0.018798828125,
+ 0.046539306640625,
+ -0.019561767578125,
+ -0.05242919921875,
+ 0.02716064453125,
+ -0.0107269287109375,
+ 0.053558349609375,
+ 0.03759765625,
+ 0.0179443359375,
+ -0.0292510986328125,
+ 0.0321044921875,
+ 0.05242919921875,
+ -0.006458282470703125,
+ -0.02716064453125,
+ -0.0267791748046875,
+ 0.019561767578125,
+ 0.018890380859375,
+ 0.060394287109375,
+ -0.02374267578125,
+ 0.08660888671875,
+ 0.0202178955078125,
+ -0.01605224609375,
+ 0.035308837890625,
+ 0.04974365234375,
+ 0.040435791015625,
+ -0.0303802490234375,
+ -0.0478515625,
+ -0.0119171142578125,
+ -0.0182342529296875,
+ -0.03741455078125,
+ -0.0145263671875,
+ -0.0013704299926757812,
+ 0.0645751953125,
+ -0.04974365234375,
+ -0.035888671875,
+ -0.0218353271484375,
+ 0.01253509521484375,
+ 0.0167999267578125,
+ -0.0030155181884765625,
+ -0.040069580078125,
+ 0.025634765625,
+ -0.01082611083984375,
+ -0.041015625,
+ 0.0190887451171875,
+ 0.0027179718017578125,
+ 0.006885528564453125,
+ 0.043487548828125,
+ 0.02716064453125,
+ -0.00797271728515625,
+ 0.028289794921875,
+ 0.00469970703125,
+ 0.0267791748046875,
+ 0.017181396484375,
+ 0.04730224609375,
+ 0.024505615234375,
+ 0.0235443115234375,
+ 0.046539306640625,
+ 0.05810546875,
+ -0.02374267578125,
+ -0.029052734375,
+ 0.034759521484375,
+ 0.041595458984375,
+ 0.039306640625,
+ 0.0277252197265625,
+ -0.005840301513671875,
+ 0.0131072998046875,
+ -0.0050811767578125,
+ -0.029052734375,
+ -0.00702667236328125,
+ 0.001003265380859375,
+ -0.0185089111328125,
+ -0.04443359375,
+ -0.0457763671875,
+ -0.0019350051879882812,
+ -0.05810546875,
+ 0.0284881591796875,
+ 0.016998291015625,
+ -0.024505615234375,
+ 0.016143798828125,
+ 0.058868408203125,
+ 0.01078033447265625,
+ -0.062286376953125,
+ 0.035308837890625,
+ -0.0184173583984375,
+ -0.021270751953125,
+ -0.045013427734375,
+ -0.024688720703125,
+ 0.0389404296875,
+ -0.0093994140625,
+ -0.077880859375,
+ -0.0209808349609375,
+ 0.03948974609375,
+ -0.002124786376953125,
+ -0.031524658203125,
+ 0.01548004150390625,
+ 0.01172637939453125,
+ -0.01125335693359375,
+ -0.037994384765625,
+ -0.05584716796875,
+ -0.006053924560546875,
+ 0.007312774658203125,
+ -0.05584716796875,
+ 0.03076171875,
+ 0.0196533203125,
+ -0.0110626220703125,
+ -0.005245208740234375,
+ -0.01548004150390625,
+ -0.056976318359375,
+ 0.031890869140625,
+ -0.0615234375,
+ 0.033233642578125,
+ 0.01861572265625,
+ 0.034942626953125,
+ 0.0303802490234375,
+ 0.0546875,
+ -0.00472259521484375,
+ 0.011016845703125,
+ -0.00574493408203125,
+ -0.0645751953125,
+ 0.0006585121154785156,
+ -0.0242156982421875,
+ 0.01471710205078125,
+ -0.0611572265625,
+ -0.0149993896484375,
+ 0.020416259765625,
+ -0.050506591796875,
+ 0.007122039794921875,
+ -0.00069427490234375,
+ -0.001216888427734375,
+ -0.061920166015625,
+ -0.0122528076171875,
+ -0.0090179443359375,
+ 0.0243072509765625,
+ 0.09002685546875,
+ -0.0008664131164550781,
+ -0.038726806640625,
+ -0.003963470458984375,
+ -0.0292510986328125,
+ 0.060760498046875,
+ 0.01078033447265625,
+ 0.004367828369140625,
+ -0.0250701904296875,
+ 0.0202178955078125,
+ 0.0159454345703125,
+ -0.036285400390625,
+ 0.00830841064453125,
+ -0.0892333984375,
+ -0.02032470703125,
+ 0.0132904052734375,
+ -0.004413604736328125,
+ 0.0149078369140625,
+ -0.0098724365234375,
+ -0.05621337890625,
+ -0.0372314453125,
+ -0.0192718505859375,
+ 0.04937744140625,
+ -0.00069427490234375,
+ 0.00403594970703125,
+ -0.03076171875,
+ -0.01210784912109375,
+ 0.00032639503479003906,
+ -0.077880859375,
+ -0.0193634033203125,
+ -0.03265380859375,
+ 0.0207061767578125,
+ 0.0119171142578125,
+ -0.036651611328125,
+ 0.03607177734375,
+ 0.0123443603515625,
+ 0.02545166015625,
+ 0.023162841796875,
+ 0.0653076171875,
+ -0.032867431640625,
+ -0.00555419921875,
+ -0.006504058837890625,
+ 0.04119873046875,
+ 0.026580810546875,
+ -0.003726959228515625,
+ -0.00997161865234375,
+ 0.01068115234375,
+ -0.0141448974609375,
+ -0.028289794921875,
+ 0.0615234375,
+ 0.0543212890625,
+ -0.033416748046875,
+ -0.0321044921875,
+ -0.0156707763671875,
+ -0.039886474609375,
+ 0.04730224609375,
+ -0.007122039794921875,
+ 0.0509033203125,
+ 0.0184173583984375,
+ -0.0046539306640625,
+ -0.10333251953125,
+ 0.050506591796875,
+ -0.0175628662109375,
+ 0.00797271728515625,
+ -0.0012044906616210938,
+ -0.00254058837890625,
+ -0.0721435546875,
+ -0.03570556640625,
+ -0.0149078369140625,
+ 0.004772186279296875,
+ -0.037994384765625,
+ 0.03399658203125,
+ 0.0174713134765625,
+ 0.00959014892578125,
+ 0.006740570068359375,
+ -0.008453369140625,
+ -0.033233642578125,
+ 0.02545166015625,
+ -0.0026226043701171875,
+ -0.03570556640625,
+ 0.060394287109375,
+ -0.029998779296875,
+ 0.0218353271484375,
+ 0.0140533447265625,
+ 0.026214599609375,
+ -0.0191802978515625,
+ -0.01386260986328125,
+ -0.026397705078125,
+ -0.008026123046875,
+ 0.050140380859375,
+ 0.0338134765625,
+ -0.0172882080078125,
+ 0.0258331298828125,
+ -0.0301971435546875,
+ 0.017181396484375,
+ -0.0030384063720703125,
+ -0.00882720947265625,
+ -0.01776123046875,
+ -0.0303802490234375,
+ -0.015380859375,
+ -0.0149993896484375,
+ -0.05584716796875,
+ -0.101806640625,
+ 0.002979278564453125,
+ -0.04461669921875,
+ -0.033599853515625,
+ -0.00664520263671875,
+ 0.0009675025939941406,
+ 0.04083251953125,
+ -0.0286712646484375,
+ 0.0406494140625,
+ -0.008880615234375,
+ -0.0216522216796875,
+ -0.01861572265625,
+ 0.0119171142578125,
+ 0.0167999267578125,
+ 0.06268310546875,
+ -0.007595062255859375,
+ -0.0081634521484375,
+ 0.04632568359375,
+ -0.00911712646484375,
+ -0.0019817352294921875,
+ -0.02117919921875,
+ -0.0008072853088378906,
+ -0.03076171875,
+ 0.03948974609375,
+ -0.068359375,
+ -0.0167083740234375,
+ 0.0027294158935546875,
+ 0.032470703125,
+ 0.0218353271484375,
+ -0.0132904052734375,
+ 0.053924560546875,
+ 0.00830841064453125,
+ -0.088134765625,
+ 0.0021953582763671875,
+ -0.0111083984375,
+ -0.03778076171875,
+ -0.008544921875,
+ -0.01690673828125,
+ 0.0128173828125,
+ 0.0139617919921875,
+ 0.0457763671875,
+ 0.02032470703125,
+ 0.043487548828125,
+ 0.0226898193359375,
+ -0.035308837890625,
+ -0.00600433349609375,
+ 0.007312774658203125,
+ 0.00797271728515625,
+ 0.00830841064453125,
+ 0.03778076171875,
+ 0.00835418701171875,
+ 0.0234527587890625,
+ -0.0081634521484375,
+ -0.0721435546875,
+ 0.00783538818359375,
+ -0.045013427734375,
+ -0.0423583984375,
+ 0.020416259765625,
+ 0.0858154296875,
+ 0.023834228515625,
+ 0.004413604736328125,
+ 0.0277252197265625,
+ 0.03570556640625,
+ 0.036834716796875,
+ -0.01091766357421875,
+ -0.0175628662109375,
+ -0.077880859375,
+ -0.026397705078125,
+ 0.00916290283203125,
+ 0.0193634033203125,
+ -0.037017822265625,
+ 0.05279541015625,
+ 0.055084228515625,
+ -0.023834228515625,
+ -0.02716064453125,
+ -0.0208892822265625,
+ 0.0243072509765625,
+ 0.0267791748046875,
+ 0.040435791015625,
+ 0.045379638671875,
+ -0.041412353515625,
+ 0.015380859375,
+ 0.019561767578125,
+ -0.01172637939453125,
+ -0.005390167236328125,
+ -0.0090179443359375,
+ 0.00640869140625,
+ 0.046142578125,
+ -0.0748291015625,
+ 0.013580322265625,
+ -0.0010089874267578125,
+ 0.06951904296875,
+ 0.0115814208984375,
+ -0.0615234375,
+ -0.033599853515625,
+ 0.0611572265625,
+ 0.0113983154296875,
+ -0.0149993896484375,
+ 0.0156707763671875,
+ 0.0201263427734375,
+ -0.0309600830078125,
+ 0.0225067138671875,
+ 0.055450439453125,
+ 0.0193634033203125,
+ 0.04083251953125,
+ -0.0042724609375,
+ -0.03741455078125,
+ 0.0207977294921875,
+ 0.0052947998046875,
+ -0.01025390625,
+ -0.0114898681640625,
+ -0.03076171875,
+ -0.028106689453125,
+ -0.06304931640625,
+ 0.0321044921875,
+ 0.03265380859375,
+ 0.04803466796875,
+ 0.033416748046875,
+ 0.003726959228515625,
+ -0.006504058837890625,
+ 0.010589599609375,
+ 0.03570556640625,
+ 0.043487548828125,
+ 0.0230712890625,
+ 0.0034656524658203125,
+ 0.031341552734375,
+ 0.036468505859375,
+ -0.01039886474609375,
+ -0.0182342529296875,
+ 0.001056671142578125,
+ -0.053924560546875,
+ 0.01068115234375,
+ -0.050506591796875,
+ 0.01605224609375,
+ 0.0076904296875,
+ -0.038543701171875,
+ 0.005481719970703125,
+ -0.01708984375,
+ -0.00555419921875,
+ -0.018798828125,
+ -0.045013427734375,
+ 0.005176544189453125,
+ 0.036468505859375,
+ -0.05621337890625,
+ 0.0269622802734375,
+ 0.0216522216796875,
+ 0.01348114013671875,
+ 0.0284881591796875,
+ -0.05999755859375,
+ 0.08087158203125,
+ 0.004749298095703125,
+ 0.04290771484375,
+ -0.01078033447265625,
+ 0.0132904052734375,
+ 0.0341796875,
+ -0.004390716552734375,
+ 0.0207977294921875,
+ 0.0174713134765625,
+ -0.01471710205078125,
+ 0.0355224609375,
+ 0.01947021484375,
+ 0.019561767578125,
+ -0.035125732421875,
+ 0.026580810546875,
+ 0.0286712646484375,
+ -0.03778076171875,
+ 0.022979736328125,
+ 0.0189971923828125,
+ 0.0260162353515625,
+ 0.012725830078125,
+ -0.0030384063720703125,
+ -0.0102996826171875,
+ -0.046142578125,
+ 0.043853759765625,
+ -0.0010204315185546875,
+ -0.00911712646484375,
+ 0.02716064453125,
+ -0.0301971435546875,
+ 0.0372314453125,
+ 0.0406494140625,
+ 0.04461669921875,
+ -0.06304931640625,
+ 0.0478515625,
+ -0.005626678466796875,
+ -0.0098724365234375,
+ -0.01471710205078125,
+ 0.0046539306640625,
+ -0.01177215576171875,
+ 0.0286712646484375,
+ -0.01690673828125,
+ 0.07745361328125,
+ 0.038360595703125,
+ -0.0224151611328125,
+ -0.043487548828125,
+ 0.00001537799835205078,
+ -0.0110626220703125,
+ 0.00811767578125,
+ 0.002552032470703125,
+ -0.026580810546875,
+ -0.00897216796875,
+ 0.0089263916015625,
+ 0.035125732421875,
+ 0.05963134765625,
+ -0.01291656494140625,
+ 0.028289794921875,
+ -0.01947021484375,
+ -0.0124359130859375,
+ -0.0005044937133789062,
+ -0.0076446533203125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "network-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "web-interface",
+ "binary-decode",
+ "decryption",
+ "malware-unpacking",
+ "string-search",
+ "triage",
+ "regex-operations",
+ "magic-detection",
+ "entropy-analysis",
+ "recipe-based",
+ "offline-mode",
+ "data-transformation"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_WinPmem",
+ "type": "tool",
+ "name": "WinPmem",
+ "content": "winpmem velociraptor-memory-imager mit flexiblem driver-system für windows-ram-akquisition. drei modi: kernel-driver für maximum-access, winapi für modern-windows, live-service für remote-collection. elf64-output mit metadaten für volatility-auto-detection, pagefile-integration erweitert memory-space. memory acquisition scenario:memory_dump memory-analysis ram-acquisition forensic-imaging incident-response data-collection",
+ "embedding": [
+ -0.021270751953125,
+ 0.035064697265625,
+ 0.049530029296875,
+ -0.01885986328125,
+ 0.048187255859375,
+ 0.036895751953125,
+ -0.00968170166015625,
+ 0.0207672119140625,
+ -0.0259246826171875,
+ -0.029754638671875,
+ -0.039215087890625,
+ 0.038726806640625,
+ -0.0106353759765625,
+ -0.01313018798828125,
+ -0.0322265625,
+ 0.042388916015625,
+ -0.01611328125,
+ -0.005443572998046875,
+ 0.007518768310546875,
+ 0.01479339599609375,
+ -0.01105499267578125,
+ -0.018280029296875,
+ -0.059173583984375,
+ 0.0036144256591796875,
+ 0.01470947265625,
+ 0.00939178466796875,
+ 0.0006284713745117188,
+ -0.048187255859375,
+ -0.0299072265625,
+ -0.009429931640625,
+ 0.0124664306640625,
+ -0.0145416259765625,
+ 0.0190277099609375,
+ 0.052520751953125,
+ -0.01129913330078125,
+ -0.005901336669921875,
+ 0.0229339599609375,
+ -0.0277557373046875,
+ -0.034393310546875,
+ 0.046875,
+ -0.0027828216552734375,
+ 0.021270751953125,
+ -0.0059814453125,
+ 0.006107330322265625,
+ -0.038238525390625,
+ -0.01238250732421875,
+ 0.0115509033203125,
+ 0.002544403076171875,
+ 0.017364501953125,
+ -0.046539306640625,
+ 0.0090179443359375,
+ 0.02642822265625,
+ 0.0259246826171875,
+ -0.01861572265625,
+ -0.0280914306640625,
+ 0.0229339599609375,
+ 0.00652313232421875,
+ -0.004238128662109375,
+ -0.0285797119140625,
+ 0.0657958984375,
+ -0.0478515625,
+ -0.03973388671875,
+ -0.001796722412109375,
+ -0.034393310546875,
+ 0.010223388671875,
+ 0.043548583984375,
+ -0.0187835693359375,
+ -0.0538330078125,
+ 0.002544403076171875,
+ 0.035064697265625,
+ 0.01953125,
+ -0.0251007080078125,
+ -0.02093505859375,
+ -0.0002727508544921875,
+ -0.0222625732421875,
+ -0.048187255859375,
+ 0.035400390625,
+ 0.03656005859375,
+ 0.00652313232421875,
+ -0.038726806640625,
+ -0.062164306640625,
+ -0.00034546852111816406,
+ 0.015289306640625,
+ 0.000186920166015625,
+ -0.033721923828125,
+ 0.006855010986328125,
+ 0.035400390625,
+ 0.005939483642578125,
+ -0.006275177001953125,
+ -0.006565093994140625,
+ 0.0294189453125,
+ -0.00864410400390625,
+ 0.02642822265625,
+ -0.0222625732421875,
+ 0.03790283203125,
+ 0.046875,
+ -0.00017273426055908203,
+ -0.005565643310546875,
+ 0.0026378631591796875,
+ 0.020111083984375,
+ 0.02459716796875,
+ -0.0638427734375,
+ 0.051513671875,
+ -0.01279449462890625,
+ 0.025421142578125,
+ -0.0307464599609375,
+ 0.0145416259765625,
+ -0.0124664306640625,
+ -0.0252532958984375,
+ -0.026092529296875,
+ -0.10101318359375,
+ -0.0211944580078125,
+ 0.00934600830078125,
+ -0.07611083984375,
+ -0.00560760498046875,
+ -0.004215240478515625,
+ -0.00743865966796875,
+ 0.038726806640625,
+ -0.0322265625,
+ -0.048187255859375,
+ 0.01042938232421875,
+ 0.017120361328125,
+ 0.007686614990234375,
+ 0.0310821533203125,
+ -0.039886474609375,
+ -0.046875,
+ -0.0137939453125,
+ 0.035552978515625,
+ -0.00681304931640625,
+ -0.0098876953125,
+ -0.0251007080078125,
+ -0.0229339599609375,
+ -0.01329803466796875,
+ -0.040374755859375,
+ -0.01329803466796875,
+ -0.0190277099609375,
+ 0.01428985595703125,
+ -0.0015687942504882812,
+ -0.0225982666015625,
+ 0.015289306640625,
+ 0.04986572265625,
+ -0.0257568359375,
+ -0.040374755859375,
+ 0.0033855438232421875,
+ -0.03057861328125,
+ -0.0171966552734375,
+ -0.005901336669921875,
+ 0.034912109375,
+ -0.02642822265625,
+ -0.021942138671875,
+ -0.01262664794921875,
+ 0.0259246826171875,
+ 0.05352783203125,
+ 0.002658843994140625,
+ 0.015289306640625,
+ -0.05084228515625,
+ -0.027923583984375,
+ -0.0193634033203125,
+ 0.0259246826171875,
+ -0.03973388671875,
+ -0.007518768310546875,
+ 0.0190277099609375,
+ 0.005939483642578125,
+ 0.03424072265625,
+ -0.0217742919921875,
+ -0.026092529296875,
+ -0.0027637481689453125,
+ 0.01445770263671875,
+ 0.01129913330078125,
+ 0.01885986328125,
+ 0.039398193359375,
+ -0.0257568359375,
+ 0.06915283203125,
+ 0.053192138671875,
+ -0.004673004150390625,
+ 0.0174560546875,
+ 0.0081024169921875,
+ -0.0078125,
+ 0.0265960693359375,
+ 0.025421142578125,
+ -0.01071929931640625,
+ -0.00997161865234375,
+ 0.0304107666015625,
+ -0.02691650390625,
+ 0.0032196044921875,
+ 0.0005764961242675781,
+ 0.0041351318359375,
+ -0.0012416839599609375,
+ -0.0280914306640625,
+ 0.033233642578125,
+ -0.055511474609375,
+ -0.0240936279296875,
+ -0.01611328125,
+ 0.027923583984375,
+ 0.043212890625,
+ 0.0634765625,
+ 0.03472900390625,
+ -0.0330810546875,
+ 0.0251007080078125,
+ -0.0013914108276367188,
+ 0.0139617919921875,
+ 0.039398193359375,
+ -0.03521728515625,
+ 0.03973388671875,
+ 0.0179443359375,
+ 0.035400390625,
+ 0.024261474609375,
+ 0.033905029296875,
+ 0.01146697998046875,
+ -0.02044677734375,
+ 0.008392333984375,
+ 0.041229248046875,
+ -0.0208587646484375,
+ -0.045867919921875,
+ -0.0225982666015625,
+ -0.0237579345703125,
+ 0.03472900390625,
+ -0.00955963134765625,
+ -0.00689697265625,
+ 0.00743865966796875,
+ -0.00710296630859375,
+ -0.038238525390625,
+ 0.0207672119140625,
+ 0.0265960693359375,
+ 0.0099334716796875,
+ 0.04620361328125,
+ 0.03704833984375,
+ -0.033721923828125,
+ -0.0183563232421875,
+ 0.0247650146484375,
+ 0.036224365234375,
+ 0.0478515625,
+ 0.001766204833984375,
+ -0.00910186767578125,
+ -0.0196990966796875,
+ -0.0177764892578125,
+ 0.035888671875,
+ 0.026092529296875,
+ 0.021270751953125,
+ 0.030242919921875,
+ -0.0151214599609375,
+ 0.01071929931640625,
+ -0.012298583984375,
+ 0.042877197265625,
+ 0.038238525390625,
+ -0.004070281982421875,
+ -0.0086822509765625,
+ -0.01129913330078125,
+ 0.044219970703125,
+ 0.05682373046875,
+ -0.050201416015625,
+ -0.0179443359375,
+ -0.066162109375,
+ -0.0177001953125,
+ -0.060150146484375,
+ -0.04388427734375,
+ -0.0142059326171875,
+ -0.043548583984375,
+ 0.03790283203125,
+ -0.056182861328125,
+ -0.03472900390625,
+ 0.0011739730834960938,
+ 0.03173828125,
+ 0.006771087646484375,
+ 0.058837890625,
+ 0.01296234130859375,
+ -0.0574951171875,
+ 0.007312774658203125,
+ 0.051849365234375,
+ -0.0030117034912109375,
+ -0.038543701171875,
+ -0.026092529296875,
+ 0.009307861328125,
+ -0.02069091796875,
+ 0.005901336669921875,
+ -0.0216064453125,
+ -0.0090179443359375,
+ 0.04388427734375,
+ 0.0167083740234375,
+ 0.0030956268310546875,
+ -0.03607177734375,
+ -0.00984954833984375,
+ -0.01071929931640625,
+ 0.029754638671875,
+ -0.0455322265625,
+ 0.0277557373046875,
+ 0.0181121826171875,
+ 0.0193634033203125,
+ -0.017120361328125,
+ -0.068115234375,
+ -0.0061492919921875,
+ 0.048187255859375,
+ -0.006649017333984375,
+ -0.0013818740844726562,
+ -0.0003349781036376953,
+ -0.020111083984375,
+ 0.0202789306640625,
+ 0.00905609130859375,
+ -0.0007686614990234375,
+ 0.01885986328125,
+ 0.036407470703125,
+ -0.035888671875,
+ 0.00284576416015625,
+ 0.007228851318359375,
+ 0.0019426345825195312,
+ -0.034393310546875,
+ -0.0528564453125,
+ -0.00905609130859375,
+ -0.013214111328125,
+ -0.044525146484375,
+ -0.038543701171875,
+ 0.0157928466796875,
+ -0.005939483642578125,
+ -0.0112152099609375,
+ -0.01654052734375,
+ 0.0030956268310546875,
+ -0.01296234130859375,
+ -0.045867919921875,
+ 0.0247650146484375,
+ -0.003551483154296875,
+ -0.058837890625,
+ -0.01113128662109375,
+ 0.0684814453125,
+ 0.0112152099609375,
+ 0.0299072265625,
+ -0.03521728515625,
+ 0.002544403076171875,
+ -0.032562255859375,
+ -0.0017242431640625,
+ -0.0247650146484375,
+ 0.035888671875,
+ 0.0031986236572265625,
+ 0.05682373046875,
+ -0.00457000732421875,
+ 0.0222625732421875,
+ 0.00818634033203125,
+ 0.041717529296875,
+ 0.0377197265625,
+ 0.00330352783203125,
+ -0.01953125,
+ -0.0115509033203125,
+ 0.005939483642578125,
+ 0.031402587890625,
+ -0.0292510986328125,
+ -0.052520751953125,
+ -0.0201873779296875,
+ -0.013458251953125,
+ -0.01080322265625,
+ 0.0115509033203125,
+ 0.019195556640625,
+ 0.0179443359375,
+ -0.015960693359375,
+ 0.0162811279296875,
+ 0.03704833984375,
+ 0.007022857666015625,
+ 0.1043701171875,
+ -0.03057861328125,
+ -0.052520751953125,
+ 0.0240936279296875,
+ 0.048858642578125,
+ 0.006649017333984375,
+ -0.0240936279296875,
+ 0.056182861328125,
+ 0.00885009765625,
+ -0.0056915283203125,
+ 0.0160369873046875,
+ 0.01013946533203125,
+ 0.0171966552734375,
+ -0.0299072265625,
+ 0.004444122314453125,
+ 0.01387786865234375,
+ -0.00405120849609375,
+ 0.032073974609375,
+ 0.0208587646484375,
+ 0.032073974609375,
+ 0.01953125,
+ 0.04071044921875,
+ -0.0086822509765625,
+ -0.008270263671875,
+ -0.039398193359375,
+ -0.06280517578125,
+ 0.00963592529296875,
+ 0.045867919921875,
+ 0.01038360595703125,
+ 0.051513671875,
+ -0.02691650390625,
+ -0.0841064453125,
+ 0.007312774658203125,
+ -0.038238525390625,
+ 0.06414794921875,
+ 0.032745361328125,
+ 0.027252197265625,
+ 0.033233642578125,
+ 0.0190277099609375,
+ 0.01187896728515625,
+ -0.0031566619873046875,
+ 0.0172882080078125,
+ 0.006481170654296875,
+ 0.0294189453125,
+ 0.04254150390625,
+ -0.00963592529296875,
+ -0.041229248046875,
+ 0.038543701171875,
+ 0.061492919921875,
+ 0.0310821533203125,
+ 0.0012569427490234375,
+ 0.01861572265625,
+ -0.00011879205703735352,
+ 0.023101806640625,
+ -0.0098876953125,
+ 0.040374755859375,
+ 0.036712646484375,
+ -0.0178680419921875,
+ 0.036224365234375,
+ -0.01387786865234375,
+ -0.0017757415771484375,
+ -0.0528564453125,
+ -0.0085601806640625,
+ 0.01163482666015625,
+ -0.005939483642578125,
+ -0.00910186767578125,
+ 0.01428985595703125,
+ -0.067138671875,
+ -0.033233642578125,
+ 0.048187255859375,
+ -0.048187255859375,
+ 0.015960693359375,
+ 0.005359649658203125,
+ -0.004299163818359375,
+ 0.00017654895782470703,
+ -0.0133819580078125,
+ -0.055511474609375,
+ 0.06683349609375,
+ -0.045867919921875,
+ -0.00756072998046875,
+ 0.0300750732421875,
+ 0.0191192626953125,
+ -0.026092529296875,
+ -0.0251007080078125,
+ -0.0097198486328125,
+ -0.0115509033203125,
+ -0.047210693359375,
+ -0.0175323486328125,
+ 0.051513671875,
+ 0.019775390625,
+ 0.0026798248291015625,
+ 0.010467529296875,
+ 0.050506591796875,
+ -0.01204681396484375,
+ -0.032073974609375,
+ 0.03240966796875,
+ -0.03607177734375,
+ -0.023101806640625,
+ 0.01313018798828125,
+ 0.00968170166015625,
+ 0.03424072265625,
+ -0.046875,
+ -0.0078125,
+ 0.0265960693359375,
+ -0.01171875,
+ -0.0013608932495117188,
+ 0.024932861328125,
+ -0.0491943359375,
+ -0.047210693359375,
+ -0.0625,
+ 0.045867919921875,
+ 0.001537322998046875,
+ 0.03607177734375,
+ 0.00835418701171875,
+ -0.04254150390625,
+ 0.0127105712890625,
+ -0.06915283203125,
+ -0.01180267333984375,
+ -0.011962890625,
+ 0.042877197265625,
+ -0.024932861328125,
+ 0.06878662109375,
+ -0.01537322998046875,
+ -0.01013946533203125,
+ 0.00843048095703125,
+ 0.033233642578125,
+ -0.00473785400390625,
+ 0.014373779296875,
+ -0.0292510986328125,
+ 0.028411865234375,
+ 0.0255889892578125,
+ -0.0265960693359375,
+ -0.007022857666015625,
+ -0.002140045166015625,
+ -0.0038013458251953125,
+ 0.08074951171875,
+ -0.019775390625,
+ 0.026092529296875,
+ -0.0036563873291015625,
+ -0.0731201171875,
+ -0.006439208984375,
+ -0.0335693359375,
+ -0.0234375,
+ -0.0196075439453125,
+ 0.027587890625,
+ 0.043212890625,
+ -0.004695892333984375,
+ 0.04620361328125,
+ -0.0007581710815429688,
+ 0.0234375,
+ 0.0216064453125,
+ -0.0023365020751953125,
+ -0.0205230712890625,
+ 0.0151214599609375,
+ -0.06317138671875,
+ -0.01611328125,
+ -0.0285797119140625,
+ 0.031402587890625,
+ -0.0154571533203125,
+ -0.0175323486328125,
+ 0.0214385986328125,
+ -0.01503753662109375,
+ 0.017364501953125,
+ -0.0731201171875,
+ 0.007312774658203125,
+ -0.0207672119140625,
+ -0.013458251953125,
+ -0.0167083740234375,
+ 0.0004906654357910156,
+ 0.0244293212890625,
+ 0.01861572265625,
+ -0.01088714599609375,
+ -0.02459716796875,
+ 0.037384033203125,
+ -0.050506591796875,
+ 0.03521728515625,
+ 0.0025348663330078125,
+ 0.009307861328125,
+ -0.0169525146484375,
+ -0.015960693359375,
+ 0.0244293212890625,
+ 0.01654052734375,
+ 0.049530029296875,
+ 0.00843048095703125,
+ -0.0295867919921875,
+ -0.07379150390625,
+ 0.00727081298828125,
+ 0.0217742919921875,
+ -0.002742767333984375,
+ -0.015960693359375,
+ -0.043212890625,
+ -0.044525146484375,
+ 0.010009765625,
+ 0.02276611328125,
+ 0.01287841796875,
+ 0.003116607666015625,
+ -0.04388427734375,
+ -0.01255035400390625,
+ -0.0033245086669921875,
+ -0.0217742919921875,
+ 0.051513671875,
+ -0.03125,
+ 0.0021915435791015625,
+ -0.00917816162109375,
+ -0.0071868896484375,
+ 0.0168609619140625,
+ 0.0295867919921875,
+ 0.042877197265625,
+ 0.031402587890625,
+ 0.0139617919921875,
+ -0.01180267333984375,
+ -0.0008311271667480469,
+ -0.0240936279296875,
+ -0.0277557373046875,
+ -0.005565643310546875,
+ -0.005817413330078125,
+ 0.00963592529296875,
+ -0.042877197265625,
+ -0.01171875,
+ -0.0013608932495117188,
+ 0.039398193359375,
+ 0.0262603759765625,
+ -0.012298583984375,
+ -0.0280914306640625,
+ 0.01171875,
+ -0.0038852691650390625,
+ 0.038726806640625,
+ -0.01238250732421875,
+ -0.031585693359375,
+ 0.004215240478515625,
+ 0.0177764892578125,
+ 0.06048583984375,
+ 0.03521728515625,
+ 0.0214385986328125,
+ -0.0151214599609375,
+ -0.007228851318359375,
+ 0.06317138671875,
+ -0.037384033203125,
+ -0.0304107666015625,
+ -0.029754638671875,
+ 0.0234375,
+ 0.012298583984375,
+ 0.03790283203125,
+ 0.021026611328125,
+ 0.07379150390625,
+ 0.01080322265625,
+ -0.00997161865234375,
+ 0.045867919921875,
+ 0.06512451171875,
+ 0.027252197265625,
+ -0.014129638671875,
+ -0.04022216796875,
+ 0.01371002197265625,
+ -0.0032405853271484375,
+ -0.042205810546875,
+ -0.05584716796875,
+ 0.019195556640625,
+ 0.0611572265625,
+ -0.0924072265625,
+ -0.0418701171875,
+ -0.0015783309936523438,
+ -0.00440216064453125,
+ 0.038238525390625,
+ -0.01204681396484375,
+ -0.004486083984375,
+ 0.0121307373046875,
+ 0.036895751953125,
+ -0.055511474609375,
+ -0.0187835693359375,
+ -0.00004482269287109375,
+ 0.01953125,
+ 0.03790283203125,
+ 0.02825927734375,
+ 0.015289306640625,
+ 0.024932861328125,
+ -0.0061492919921875,
+ 0.0295867919921875,
+ 0.01611328125,
+ 0.04620361328125,
+ 0.0094757080078125,
+ 0.0257568359375,
+ 0.043212890625,
+ 0.049530029296875,
+ -0.024932861328125,
+ -0.01113128662109375,
+ 0.0199432373046875,
+ 0.0167083740234375,
+ 0.0565185546875,
+ 0.04986572265625,
+ -0.0014848709106445312,
+ 0.00146484375,
+ -0.004070281982421875,
+ -0.05682373046875,
+ -0.01026153564453125,
+ 0.02459716796875,
+ 0.01470947265625,
+ -0.06182861328125,
+ -0.0299072265625,
+ 0.035400390625,
+ -0.028411865234375,
+ 0.033721923828125,
+ 0.00934600830078125,
+ -0.014129638671875,
+ -0.010467529296875,
+ 0.0270843505859375,
+ -0.0162811279296875,
+ -0.0277557373046875,
+ 0.031585693359375,
+ -0.01537322998046875,
+ -0.0179443359375,
+ -0.0295867919921875,
+ -0.033233642578125,
+ 0.035552978515625,
+ -0.0191192626953125,
+ -0.07379150390625,
+ -0.018951416015625,
+ 0.02691650390625,
+ -0.031585693359375,
+ -0.036712646484375,
+ -0.0322265625,
+ -0.0277557373046875,
+ -0.01678466796875,
+ -0.042877197265625,
+ -0.049530029296875,
+ -0.0280914306640625,
+ 0.006313323974609375,
+ -0.01221466064453125,
+ 0.041046142578125,
+ -0.01262664794921875,
+ -0.0168609619140625,
+ -0.0169525146484375,
+ -0.0174560546875,
+ -0.0310821533203125,
+ 0.0201873779296875,
+ -0.01262664794921875,
+ 0.040557861328125,
+ -0.010223388671875,
+ 0.027252197265625,
+ 0.0010442733764648438,
+ 0.078125,
+ 0.001064300537109375,
+ 0.017364501953125,
+ -0.02093505859375,
+ -0.08209228515625,
+ 0.0137939453125,
+ 0.005359649658203125,
+ 0.01255035400390625,
+ -0.059814453125,
+ 0.03057861328125,
+ 0.0694580078125,
+ -0.059814453125,
+ 0.0101776123046875,
+ -0.00885009765625,
+ -0.0196990966796875,
+ -0.046539306640625,
+ 0.0094757080078125,
+ -0.01105499267578125,
+ 0.0183563232421875,
+ 0.07745361328125,
+ -0.0042572021484375,
+ -0.00727081298828125,
+ -0.0259246826171875,
+ -0.057159423828125,
+ 0.03424072265625,
+ 0.0090179443359375,
+ 0.00232696533203125,
+ -0.0704345703125,
+ 0.010345458984375,
+ 0.0181121826171875,
+ -0.01088714599609375,
+ 0.01329803466796875,
+ -0.06744384765625,
+ -0.0265960693359375,
+ 0.0232696533203125,
+ 0.027587890625,
+ -0.0205230712890625,
+ 0.0020885467529296875,
+ -0.056182861328125,
+ -0.035736083984375,
+ -0.03057861328125,
+ 0.02093505859375,
+ -0.0240936279296875,
+ 0.01885986328125,
+ -0.02392578125,
+ -0.005901336669921875,
+ -0.0154571533203125,
+ -0.0372314453125,
+ -0.0377197265625,
+ -0.025421142578125,
+ 0.0335693359375,
+ 0.0033855438232421875,
+ -0.0648193359375,
+ 0.046875,
+ 0.034576416015625,
+ -0.015289306640625,
+ 0.015869140625,
+ 0.0408935546875,
+ -0.02691650390625,
+ 0.007396697998046875,
+ -0.0121307373046875,
+ 0.036224365234375,
+ 0.00910186767578125,
+ -0.00244140625,
+ -0.0216064453125,
+ 0.007144927978515625,
+ 0.02874755859375,
+ -0.03607177734375,
+ 0.02691650390625,
+ 0.024261474609375,
+ -0.0148773193359375,
+ -0.057830810546875,
+ -0.03839111328125,
+ -0.0168609619140625,
+ 0.018524169921875,
+ -0.0265960693359375,
+ 0.03839111328125,
+ 0.0106353759765625,
+ -0.004444122314453125,
+ -0.09375,
+ 0.056182861328125,
+ -0.01163482666015625,
+ 0.047210693359375,
+ 0.0157928466796875,
+ 0.00186920166015625,
+ -0.04486083984375,
+ -0.049530029296875,
+ -0.0157012939453125,
+ 0.01371002197265625,
+ -0.02001953125,
+ 0.040374755859375,
+ -0.0011110305786132812,
+ 0.005939483642578125,
+ 0.04388427734375,
+ -0.016204833984375,
+ 0.00258636474609375,
+ 0.0289154052734375,
+ -0.0130462646484375,
+ -0.03424072265625,
+ 0.059814453125,
+ -0.04486083984375,
+ 0.00307464599609375,
+ 0.021026611328125,
+ -0.0216064453125,
+ 0.0208587646484375,
+ -0.007228851318359375,
+ -0.0262603759765625,
+ -0.00963592529296875,
+ 0.005649566650390625,
+ 0.0207672119140625,
+ -0.01026153564453125,
+ 0.003032684326171875,
+ -0.017364501953125,
+ 0.03472900390625,
+ 0.00864410400390625,
+ -0.0237579345703125,
+ -0.0038852691650390625,
+ 0.0167083740234375,
+ -0.007022857666015625,
+ -0.0206146240234375,
+ -0.07110595703125,
+ -0.080078125,
+ 0.02642822265625,
+ -0.033416748046875,
+ -0.0151214599609375,
+ 0.001220703125,
+ 0.00689697265625,
+ 0.0292510986328125,
+ -0.0478515625,
+ 0.01238250732421875,
+ 0.0121307373046875,
+ -0.0021915435791015625,
+ -0.03521728515625,
+ 0.048187255859375,
+ -0.0027637481689453125,
+ 0.00785064697265625,
+ 0.00399017333984375,
+ -0.040374755859375,
+ -0.0047149658203125,
+ -0.019775390625,
+ 0.0023479461669921875,
+ -0.0187835693359375,
+ -0.020111083984375,
+ -0.044219970703125,
+ 0.038543701171875,
+ -0.06280517578125,
+ -0.035736083984375,
+ 0.035552978515625,
+ 0.0262603759765625,
+ 0.0115509033203125,
+ -0.035552978515625,
+ 0.055511474609375,
+ -0.0172882080078125,
+ -0.034576416015625,
+ 0.033721923828125,
+ -0.00411224365234375,
+ -0.0491943359375,
+ 0.0300750732421875,
+ -0.00428009033203125,
+ 0.01080322265625,
+ 0.011962890625,
+ 0.060150146484375,
+ 0.0277557373046875,
+ 0.03656005859375,
+ -0.0190277099609375,
+ -0.0100555419921875,
+ -0.022430419921875,
+ -0.016448974609375,
+ 0.0299072265625,
+ 0.040374755859375,
+ 0.01537322998046875,
+ -0.0101776123046875,
+ 0.00951385498046875,
+ 0.01013946533203125,
+ -0.0684814453125,
+ -0.0257568359375,
+ -0.032562255859375,
+ -0.06048583984375,
+ -0.010009765625,
+ 0.060821533203125,
+ 0.045867919921875,
+ 0.0225982666015625,
+ 0.02459716796875,
+ 0.043548583984375,
+ 0.028411865234375,
+ -0.018035888671875,
+ -0.0166168212890625,
+ -0.029083251953125,
+ 0.0059814453125,
+ 0.01462554931640625,
+ 0.0299072265625,
+ -0.07281494140625,
+ 0.041534423828125,
+ 0.0240936279296875,
+ -0.0151214599609375,
+ -0.04254150390625,
+ 0.0112152099609375,
+ -0.0030117034912109375,
+ 0.07244873046875,
+ 0.0251007080078125,
+ 0.0014753341674804688,
+ -0.059814453125,
+ 0.0244293212890625,
+ 0.044219970703125,
+ -0.0187835693359375,
+ -0.019195556640625,
+ -0.00307464599609375,
+ -0.039886474609375,
+ 0.005069732666015625,
+ -0.040374755859375,
+ 0.00698089599609375,
+ -0.0012416839599609375,
+ 0.06982421875,
+ -0.0079345703125,
+ -0.01354217529296875,
+ -0.0130462646484375,
+ 0.04620361328125,
+ 0.00818634033203125,
+ -0.03472900390625,
+ 0.008514404296875,
+ 0.0299072265625,
+ -0.0229339599609375,
+ 0.030914306640625,
+ 0.03839111328125,
+ -0.025421142578125,
+ 0.0133819580078125,
+ 0.02874755859375,
+ -0.0478515625,
+ 0.0214385986328125,
+ -0.0167083740234375,
+ 0.01238250732421875,
+ 0.01187896728515625,
+ -0.044219970703125,
+ -0.0236053466796875,
+ -0.035064697265625,
+ 0.0340576171875,
+ 0.00743865966796875,
+ 0.033233642578125,
+ 0.0121307373046875,
+ -0.0177764892578125,
+ -0.0130462646484375,
+ 0.0202789306640625,
+ 0.0167083740234375,
+ 0.01105499267578125,
+ 0.0148773193359375,
+ 0.005565643310546875,
+ -0.0178680419921875,
+ 0.01204681396484375,
+ 0.0151214599609375,
+ -0.0574951171875,
+ 0.050506591796875,
+ -0.044219970703125,
+ 0.01238250732421875,
+ -0.06280517578125,
+ 0.0066070556640625,
+ 0.0236053466796875,
+ -0.028411865234375,
+ -0.007686614990234375,
+ -0.046875,
+ -0.005298614501953125,
+ -0.013214111328125,
+ -0.048858642578125,
+ -0.009429931640625,
+ 0.04986572265625,
+ -0.051849365234375,
+ -0.0127105712890625,
+ 0.00485992431640625,
+ -0.02691650390625,
+ -0.01129913330078125,
+ -0.07476806640625,
+ 0.07611083984375,
+ 0.02392578125,
+ 0.0206146240234375,
+ -0.007354736328125,
+ 0.03521728515625,
+ 0.0280914306640625,
+ 0.00390625,
+ 0.01445770263671875,
+ 0.017120361328125,
+ -0.01445770263671875,
+ 0.058837890625,
+ 0.046539306640625,
+ -0.007518768310546875,
+ -0.036712646484375,
+ 0.0183563232421875,
+ 0.0157928466796875,
+ -0.031402587890625,
+ 0.00756072998046875,
+ 0.0016622543334960938,
+ 0.027587890625,
+ -0.004383087158203125,
+ -0.004238128662109375,
+ -0.02392578125,
+ -0.05517578125,
+ 0.0538330078125,
+ 0.011383056640625,
+ -0.0029087066650390625,
+ 0.030914306640625,
+ -0.044525146484375,
+ 0.038726806640625,
+ 0.0127105712890625,
+ 0.054840087890625,
+ -0.07513427734375,
+ 0.0255889892578125,
+ -0.03173828125,
+ 0.002056121826171875,
+ -0.007476806640625,
+ 0.008392333984375,
+ 0.001277923583984375,
+ 0.00814056396484375,
+ -0.006649017333984375,
+ 0.05352783203125,
+ 0.0056915283203125,
+ 0.0040283203125,
+ -0.08905029296875,
+ -0.0217742919921875,
+ 0.0006542205810546875,
+ 0.0182037353515625,
+ 0.0236053466796875,
+ -0.0280914306640625,
+ -0.0262603759765625,
+ 0.022430419921875,
+ 0.01885986328125,
+ 0.049530029296875,
+ -0.0023479461669921875,
+ 0.05352783203125,
+ 0.01953125,
+ -0.021942138671875,
+ -0.0145416259765625,
+ -0.0010442733764648438
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "memory",
+ "acquisition",
+ "scenario:memory_dump",
+ "memory-analysis",
+ "ram-acquisition",
+ "forensic-imaging"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_GrayKey",
+ "type": "tool",
+ "name": "GrayKey",
+ "content": "graykey grayshift technologies entwickelt die kontroverse ios-forensik-lösung für strafverfolgung - eine dedizierte hardware-box die iphones durch zero-day-exploits entsperrt. die lightning-kabel-verbindung umgeht apples usb-restricted-mode und secure-enclave-schutz. zwei varianten: graykey-on-premises für lokale nutzung, graykey-connected mit cloud- updates für neueste exploits. unterstützt ios 7-17 mit wechselnder geräte-coverage je nach verfügbaren exploits. die brute-force-engine knackt 4-6 stellige pins in stunden bis tagen. besonders wertvoll: partial-extraction auch bei verschlüsselten geräten, afu/bfu-state- analysis, keychain-decryption. der preis (30.000€+) und ethische bedenken limitieren auf strafverfolgung. regelmäßige exploits werden durch ios-updates zunichte gemacht - ein katz-und-maus-spiel zwischen apple und grayshift. standard-tool in us-polizei-departments trotz rechtlicher und ethischer kontroversen um überwachungstechnologie. ios-unlocking zero-day-exploits hardware-solution brute-force keychain-extraction law-enforcement mobile-forensics data-collection",
+ "embedding": [
+ -0.024017333984375,
+ 0.0249176025390625,
+ 0.03912353515625,
+ -0.006778717041015625,
+ 0.052764892578125,
+ 0.024017333984375,
+ 0.0311126708984375,
+ -0.00247955322265625,
+ -0.001750946044921875,
+ -0.024383544921875,
+ -0.0196533203125,
+ 0.04840087890625,
+ 0.01537322998046875,
+ -0.01245880126953125,
+ -0.053497314453125,
+ 0.051666259765625,
+ 0.004344940185546875,
+ 0.007049560546875,
+ 0.014373779296875,
+ -0.0032749176025390625,
+ -0.01873779296875,
+ 0.0213775634765625,
+ -0.03656005859375,
+ -0.01078033447265625,
+ 0.0211944580078125,
+ 0.003978729248046875,
+ -0.0157318115234375,
+ -0.041839599609375,
+ -0.01245880126953125,
+ -0.00732421875,
+ 0.0119171142578125,
+ -0.034027099609375,
+ 0.005367279052734375,
+ 0.024749755859375,
+ 0.02874755859375,
+ -0.0220184326171875,
+ -0.0208282470703125,
+ -0.01264190673828125,
+ -0.0267486572265625,
+ 0.03564453125,
+ -0.0096435546875,
+ 0.0169219970703125,
+ 0.0281982421875,
+ 0.0400390625,
+ -0.0171966552734375,
+ -0.034576416015625,
+ 0.0008473396301269531,
+ -0.0012054443359375,
+ 0.0020122528076171875,
+ -0.023834228515625,
+ 0.024383544921875,
+ 0.0252838134765625,
+ -0.018829345703125,
+ 0.0166473388671875,
+ -0.042755126953125,
+ 0.037109375,
+ 0.0301971435546875,
+ -0.053497314453125,
+ -0.0382080078125,
+ 0.04730224609375,
+ -0.0258331298828125,
+ -0.0016603469848632812,
+ 0.001251220703125,
+ -0.003662109375,
+ 0.001251220703125,
+ 0.0296478271484375,
+ 0.002910614013671875,
+ -0.0201873779296875,
+ 0.0170135498046875,
+ 0.01482391357421875,
+ 0.006595611572265625,
+ -0.0300140380859375,
+ -0.041656494140625,
+ 0.0172882080078125,
+ -0.0309295654296875,
+ -0.031463623046875,
+ 0.02801513671875,
+ -0.0014781951904296875,
+ 0.00345611572265625,
+ -0.004367828369140625,
+ -0.029296875,
+ -0.00022745132446289062,
+ 0.019287109375,
+ -0.0205535888671875,
+ -0.0249176025390625,
+ 0.031463623046875,
+ 0.0123748779296875,
+ -0.02801513671875,
+ -0.0094146728515625,
+ -0.0027408599853515625,
+ 0.023468017578125,
+ -0.005504608154296875,
+ -0.0014047622680664062,
+ -0.007686614990234375,
+ 0.03765869140625,
+ 0.041473388671875,
+ -0.034393310546875,
+ -0.005275726318359375,
+ -0.0267486572265625,
+ 0.023193359375,
+ -0.01273345947265625,
+ -0.013916015625,
+ 0.0982666015625,
+ -0.0123748779296875,
+ 0.03948974609375,
+ -0.035491943359375,
+ 0.01013946533203125,
+ -0.044403076171875,
+ -0.0160064697265625,
+ 0.005138397216796875,
+ -0.10772705078125,
+ -0.032012939453125,
+ -0.013824462890625,
+ -0.080078125,
+ 0.0001556873321533203,
+ 0.00818634033203125,
+ 0.00482177734375,
+ 0.03656005859375,
+ -0.03765869140625,
+ -0.0303802490234375,
+ 0.039306640625,
+ 0.01291656494140625,
+ -0.01328277587890625,
+ 0.0220184326171875,
+ -0.0289306640625,
+ -0.04766845703125,
+ 0.0221099853515625,
+ 0.017913818359375,
+ -0.022735595703125,
+ -0.023468017578125,
+ -0.032196044921875,
+ -0.034576416015625,
+ -0.005596160888671875,
+ -0.02728271484375,
+ -0.014007568359375,
+ -0.04766845703125,
+ 0.042938232421875,
+ -0.0389404296875,
+ 0.0057525634765625,
+ -0.0073699951171875,
+ 0.0114593505859375,
+ -0.023101806640625,
+ -0.04876708984375,
+ 0.0032520294189453125,
+ -0.03912353515625,
+ -0.01355743408203125,
+ -0.018646240234375,
+ 0.07421875,
+ -0.04840087890625,
+ -0.035125732421875,
+ -0.00363922119140625,
+ 0.0162811279296875,
+ 0.029296875,
+ -0.0174713134765625,
+ -0.005321502685546875,
+ -0.033843994140625,
+ 0.0122833251953125,
+ -0.0309295654296875,
+ 0.033294677734375,
+ 0.031280517578125,
+ 0.003047943115234375,
+ 0.0300140380859375,
+ 0.01446533203125,
+ 0.0309295654296875,
+ -0.0215606689453125,
+ -0.02838134765625,
+ -0.03564453125,
+ 0.003932952880859375,
+ 0.0223846435546875,
+ 0.007778167724609375,
+ 0.01491546630859375,
+ -0.00859832763671875,
+ 0.040374755859375,
+ 0.061492919921875,
+ -0.0116424560546875,
+ 0.0258331298828125,
+ -0.009002685546875,
+ -0.00122833251953125,
+ 0.032379150390625,
+ 0.06695556640625,
+ -0.01027679443359375,
+ -0.00475311279296875,
+ 0.0160064697265625,
+ 0.01319122314453125,
+ 0.004207611083984375,
+ 0.0031147003173828125,
+ -0.04876708984375,
+ -0.01355743408203125,
+ -0.018096923828125,
+ 0.0164642333984375,
+ -0.0249176025390625,
+ -0.03619384765625,
+ -0.032012939453125,
+ 0.0010690689086914062,
+ 0.00350189208984375,
+ 0.059661865234375,
+ 0.04876708984375,
+ -0.01983642578125,
+ 0.0305633544921875,
+ -0.0006308555603027344,
+ -0.00864410400390625,
+ 0.00823211669921875,
+ 0.01264190673828125,
+ 0.035308837890625,
+ 0.023834228515625,
+ 0.0196533203125,
+ -0.005069732666015625,
+ 0.04913330078125,
+ 0.031463623046875,
+ -0.0023651123046875,
+ -0.0167388916015625,
+ 0.03912353515625,
+ 0.00836944580078125,
+ -0.04693603515625,
+ -0.023834228515625,
+ -0.032012939453125,
+ 0.0222930908203125,
+ -0.0267486572265625,
+ 0.003047943115234375,
+ -0.01119232177734375,
+ -0.014556884765625,
+ -0.04876708984375,
+ 0.0032978057861328125,
+ 0.0254669189453125,
+ -0.01032257080078125,
+ 0.034576416015625,
+ -0.0020122528076171875,
+ 0.01013946533203125,
+ -0.0056610107421875,
+ 0.0360107421875,
+ 0.01482391357421875,
+ 0.01519012451171875,
+ 0.0206451416015625,
+ 0.014739990234375,
+ -0.024749755859375,
+ -0.01346588134765625,
+ 0.01528167724609375,
+ 0.050567626953125,
+ 0.00591278076171875,
+ -0.005481719970703125,
+ -0.0213775634765625,
+ 0.02764892578125,
+ -0.0281982421875,
+ 0.01500701904296875,
+ 0.03802490234375,
+ -0.00786590576171875,
+ -0.004730224609375,
+ 0.014373779296875,
+ 0.0211944580078125,
+ 0.042755126953125,
+ -0.05859375,
+ 0.01346588134765625,
+ -0.08660888671875,
+ 0.01009368896484375,
+ -0.02801513671875,
+ -0.032745361328125,
+ -0.0009212493896484375,
+ -0.044036865234375,
+ 0.060394287109375,
+ -0.0228271484375,
+ -0.032562255859375,
+ -0.0027408599853515625,
+ 0.034942626953125,
+ 0.01023101806640625,
+ 0.0281982421875,
+ 0.023193359375,
+ -0.019012451171875,
+ 0.01087188720703125,
+ 0.04583740234375,
+ -0.01873779296875,
+ -0.006595611572265625,
+ -0.0223846435546875,
+ 0.042022705078125,
+ -0.0267486572265625,
+ 0.05712890625,
+ -0.040740966796875,
+ -0.006866455078125,
+ 0.036376953125,
+ 0.041473388671875,
+ 0.01082611083984375,
+ -0.01245880126953125,
+ 0.022735595703125,
+ -0.0011310577392578125,
+ 0.01319122314453125,
+ -0.04022216796875,
+ -0.035308837890625,
+ -0.0123748779296875,
+ 0.006687164306640625,
+ -0.0116424560546875,
+ -0.0360107421875,
+ 0.005458831787109375,
+ 0.04583740234375,
+ 0.0027751922607421875,
+ 0.0123748779296875,
+ 0.0005145072937011719,
+ -0.03839111328125,
+ -0.00003057718276977539,
+ 0.040557861328125,
+ -0.003047943115234375,
+ 0.005184173583984375,
+ 0.04949951171875,
+ -0.024566650390625,
+ -0.01059722900390625,
+ -0.01500701904296875,
+ 0.010009765625,
+ -0.032012939453125,
+ -0.01546478271484375,
+ -0.0203704833984375,
+ 0.00850677490234375,
+ -0.056396484375,
+ -0.00122833251953125,
+ 0.01073455810546875,
+ -0.03765869140625,
+ 0.032012939453125,
+ -0.0005545616149902344,
+ 0.01983642578125,
+ -0.04913330078125,
+ -0.06256103515625,
+ -0.006866455078125,
+ -0.0161895751953125,
+ -0.0174713134765625,
+ -0.00850677490234375,
+ 0.053863525390625,
+ 0.0016145706176757812,
+ 0.032928466796875,
+ -0.02301025390625,
+ -0.009735107421875,
+ -0.04766845703125,
+ 0.0211944580078125,
+ 0.00171661376953125,
+ 0.02838134765625,
+ -0.0208282470703125,
+ 0.04730224609375,
+ 0.005138397216796875,
+ 0.04949951171875,
+ 0.01105499267578125,
+ 0.060028076171875,
+ 0.0159149169921875,
+ -0.024200439453125,
+ -0.01309967041015625,
+ 0.022735595703125,
+ -0.004230499267578125,
+ 0.01282501220703125,
+ -0.044769287109375,
+ -0.032928466796875,
+ -0.00841522216796875,
+ -0.05712890625,
+ 0.0002359151840209961,
+ 0.034027099609375,
+ 0.00475311279296875,
+ 0.031646728515625,
+ -0.023651123046875,
+ 0.042572021484375,
+ 0.03765869140625,
+ -0.03564453125,
+ 0.0960693359375,
+ -0.0300140380859375,
+ -0.061126708984375,
+ 0.019561767578125,
+ 0.0263824462890625,
+ -0.050567626953125,
+ 0.0220184326171875,
+ 0.052032470703125,
+ 0.014739990234375,
+ 0.01105499267578125,
+ 0.00461578369140625,
+ -0.0220184326171875,
+ 0.0256500244140625,
+ 0.0089111328125,
+ -0.0099639892578125,
+ -0.006595611572265625,
+ -0.00786590576171875,
+ 0.0213775634765625,
+ 0.060028076171875,
+ 0.033660888671875,
+ 0.011322021484375,
+ 0.0219268798828125,
+ -0.0122833251953125,
+ -0.031646728515625,
+ -0.0164642333984375,
+ -0.0560302734375,
+ 0.02838134765625,
+ 0.0309295654296875,
+ 0.0303802490234375,
+ 0.040924072265625,
+ -0.0251007080078125,
+ -0.0589599609375,
+ 0.022918701171875,
+ -0.061492919921875,
+ 0.06402587890625,
+ 0.02838134765625,
+ 0.028564453125,
+ 0.01537322998046875,
+ -0.0274658203125,
+ 0.03985595703125,
+ 0.023284912109375,
+ 0.0014095306396484375,
+ 0.0400390625,
+ 0.0267486572265625,
+ 0.043670654296875,
+ -0.01300811767578125,
+ -0.034393310546875,
+ 0.02728271484375,
+ 0.040740966796875,
+ 0.00591278076171875,
+ 0.0068206787109375,
+ 0.0382080078125,
+ 0.0210113525390625,
+ 0.029296875,
+ -0.04949951171875,
+ 0.0589599609375,
+ 0.00345611572265625,
+ 0.0031833648681640625,
+ 0.01264190673828125,
+ -0.0089111328125,
+ -0.01546478271484375,
+ -0.04876708984375,
+ 0.011505126953125,
+ 0.0160064697265625,
+ 0.0121917724609375,
+ 0.032196044921875,
+ 0.0027294158935546875,
+ -0.06842041015625,
+ -0.042022705078125,
+ 0.04022216796875,
+ -0.06622314453125,
+ 0.0156402587890625,
+ 0.0311126708984375,
+ -0.031829833984375,
+ 0.009552001953125,
+ -0.0170135498046875,
+ -0.0567626953125,
+ 0.03692626953125,
+ -0.0120086669921875,
+ -0.023468017578125,
+ 0.0027294158935546875,
+ 0.035491943359375,
+ -0.02911376953125,
+ -0.017822265625,
+ -0.052032470703125,
+ -0.02874755859375,
+ -0.0021610260009765625,
+ -0.00909423828125,
+ 0.03839111328125,
+ 0.00020325183868408203,
+ -0.00586700439453125,
+ 0.022918701171875,
+ 0.059661865234375,
+ 0.005069732666015625,
+ -0.0382080078125,
+ 0.04876708984375,
+ -0.0267486572265625,
+ -0.031829833984375,
+ 0.002933502197265625,
+ 0.0215606689453125,
+ 0.0210113525390625,
+ -0.014739990234375,
+ -0.022918701171875,
+ 0.00489044189453125,
+ -0.007640838623046875,
+ -0.0033435821533203125,
+ 0.0015468597412109375,
+ -0.032745361328125,
+ -0.043487548828125,
+ -0.041107177734375,
+ 0.0289306640625,
+ 0.024566650390625,
+ 0.06988525390625,
+ -0.01373291015625,
+ -0.044036865234375,
+ 0.00605010986328125,
+ -0.0545654296875,
+ -0.0305633544921875,
+ -0.0181884765625,
+ -0.0012054443359375,
+ -0.009552001953125,
+ 0.073486328125,
+ -0.0560302734375,
+ 0.0070953369140625,
+ 0.0069122314453125,
+ 0.061492919921875,
+ 0.000030040740966796875,
+ -0.00714111328125,
+ -0.061859130859375,
+ 0.051666259765625,
+ 0.041290283203125,
+ -0.0545654296875,
+ 0.0175628662109375,
+ -0.0161895751953125,
+ 0.00827789306640625,
+ 0.004024505615234375,
+ -0.023651123046875,
+ -0.0033893585205078125,
+ 0.019927978515625,
+ -0.08551025390625,
+ -0.019287109375,
+ -0.0267486572265625,
+ -0.006866455078125,
+ -0.04913330078125,
+ 0.01100921630859375,
+ 0.035125732421875,
+ -0.032379150390625,
+ 0.0112762451171875,
+ 0.00447845458984375,
+ -0.0118255615234375,
+ 0.0176544189453125,
+ 0.0007958412170410156,
+ -0.0374755859375,
+ 0.044586181640625,
+ -0.06365966796875,
+ -0.014739990234375,
+ 0.0090484619140625,
+ 0.043670654296875,
+ 0.0015573501586914062,
+ 0.0174713134765625,
+ -0.0260162353515625,
+ -0.00250244140625,
+ -0.00859832763671875,
+ -0.0556640625,
+ -0.004138946533203125,
+ -0.0271148681640625,
+ 0.00818634033203125,
+ -0.034393310546875,
+ -0.033843994140625,
+ 0.00043773651123046875,
+ 0.0069580078125,
+ 0.01983642578125,
+ 0.0171966552734375,
+ 0.04803466796875,
+ -0.0760498046875,
+ 0.0252838134765625,
+ 0.00836944580078125,
+ -0.0091400146484375,
+ -0.01500701904296875,
+ 0.006687164306640625,
+ 0.004276275634765625,
+ -0.01041412353515625,
+ 0.035125732421875,
+ -0.01983642578125,
+ -0.0309295654296875,
+ -0.0574951171875,
+ 0.031463623046875,
+ 0.007778167724609375,
+ -0.01073455810546875,
+ -0.0265655517578125,
+ -0.0298309326171875,
+ -0.043853759765625,
+ -0.0185546875,
+ 0.054229736328125,
+ 0.010009765625,
+ 0.002841949462890625,
+ -0.032745361328125,
+ -0.0008244514465332031,
+ -0.0254669189453125,
+ -0.0281982421875,
+ 0.03564453125,
+ 0.006687164306640625,
+ 0.006641387939453125,
+ -0.019378662109375,
+ -0.034027099609375,
+ 0.0160064697265625,
+ 0.03619384765625,
+ 0.0117340087890625,
+ -0.004730224609375,
+ 0.052398681640625,
+ -0.032012939453125,
+ 0.0263824462890625,
+ -0.02911376953125,
+ 0.01032257080078125,
+ 0.01509857177734375,
+ -0.01045989990234375,
+ 0.031463623046875,
+ -0.00832366943359375,
+ -0.041839599609375,
+ 0.02764892578125,
+ -0.01555633544921875,
+ 0.01482391357421875,
+ -0.01096343994140625,
+ -0.03802490234375,
+ 0.0382080078125,
+ -0.01282501220703125,
+ 0.035491943359375,
+ -0.049835205078125,
+ -0.0167388916015625,
+ -0.020111083984375,
+ 0.00846099853515625,
+ 0.043670654296875,
+ 0.060760498046875,
+ 0.019927978515625,
+ -0.032928466796875,
+ 0.043304443359375,
+ 0.018280029296875,
+ -0.01309967041015625,
+ -0.024749755859375,
+ -0.01837158203125,
+ -0.00791168212890625,
+ 0.006229400634765625,
+ 0.057861328125,
+ 0.0001577138900756836,
+ 0.10040283203125,
+ 0.010009765625,
+ 0.00800323486328125,
+ 0.040557861328125,
+ 0.0452880859375,
+ 0.057861328125,
+ -0.03857421875,
+ -0.0220184326171875,
+ 0.0172882080078125,
+ 0.0037288665771484375,
+ -0.04913330078125,
+ -0.02783203125,
+ 0.0008525848388671875,
+ 0.05859375,
+ -0.053863525390625,
+ -0.023834228515625,
+ 0.0113677978515625,
+ 0.0016374588012695312,
+ -0.004638671875,
+ -0.009735107421875,
+ -0.00579833984375,
+ -0.005527496337890625,
+ 0.00823211669921875,
+ -0.024566650390625,
+ 0.01018524169921875,
+ -0.0091400146484375,
+ 0.0382080078125,
+ 0.0771484375,
+ 0.0204620361328125,
+ -0.0122833251953125,
+ 0.0396728515625,
+ 0.00859832763671875,
+ 0.0261993408203125,
+ 0.0050048828125,
+ 0.017913818359375,
+ 0.034027099609375,
+ 0.02001953125,
+ 0.01837158203125,
+ 0.03564453125,
+ 0.001239776611328125,
+ -0.044036865234375,
+ 0.0005826950073242188,
+ 0.00714111328125,
+ 0.0589599609375,
+ 0.0552978515625,
+ -0.0311126708984375,
+ 0.0014896392822265625,
+ -0.04583740234375,
+ -0.04840087890625,
+ 0.0171051025390625,
+ 0.0189208984375,
+ 0.018463134765625,
+ -0.054229736328125,
+ 0.00006538629531860352,
+ 0.01328277587890625,
+ -0.06329345703125,
+ 0.053497314453125,
+ 0.023651123046875,
+ -0.06622314453125,
+ -0.002376556396484375,
+ 0.04510498046875,
+ -0.01050567626953125,
+ -0.031646728515625,
+ -0.002864837646484375,
+ -0.042022705078125,
+ 0.005550384521484375,
+ -0.031280517578125,
+ -0.037109375,
+ 0.0545654296875,
+ -0.0552978515625,
+ -0.06549072265625,
+ 0.007686614990234375,
+ 0.042205810546875,
+ -0.04876708984375,
+ -0.043853759765625,
+ -0.0209197998046875,
+ 0.0071868896484375,
+ -0.01355743408203125,
+ -0.0269317626953125,
+ -0.034576416015625,
+ -0.0224761962890625,
+ 0.0121917724609375,
+ -0.050201416015625,
+ -0.01282501220703125,
+ -0.00927734375,
+ -0.013641357421875,
+ -0.00283050537109375,
+ -0.00873565673828125,
+ 0.002376556396484375,
+ 0.024566650390625,
+ -0.0300140380859375,
+ 0.0261993408203125,
+ 0.0208282470703125,
+ 0.010009765625,
+ 0.02911376953125,
+ 0.06365966796875,
+ 0.000579833984375,
+ 0.0011997222900390625,
+ -0.03839111328125,
+ -0.033660888671875,
+ -0.001819610595703125,
+ 0.0160064697265625,
+ 0.01519012451171875,
+ -0.0574951171875,
+ -0.004344940185546875,
+ 0.00447845458984375,
+ -0.07568359375,
+ 0.01319122314453125,
+ -0.0220184326171875,
+ -0.01500701904296875,
+ -0.023468017578125,
+ -0.0094146728515625,
+ 0.017913818359375,
+ 0.0220184326171875,
+ 0.06878662109375,
+ 0.01446533203125,
+ -0.023468017578125,
+ 0.0005884170532226562,
+ -0.031280517578125,
+ 0.053131103515625,
+ 0.01837158203125,
+ 0.036376953125,
+ -0.043121337890625,
+ 0.01337432861328125,
+ 0.00350189208984375,
+ -0.0117340087890625,
+ 0.044219970703125,
+ -0.08953857421875,
+ -0.00250244140625,
+ 0.0298309326171875,
+ 0.031829833984375,
+ -0.01119232177734375,
+ 0.0016031265258789062,
+ -0.042205810546875,
+ -0.0072784423828125,
+ -0.0267486572265625,
+ 0.022918701171875,
+ 0.009368896484375,
+ -0.003978729248046875,
+ -0.03729248046875,
+ -0.0175628662109375,
+ 0.0038433074951171875,
+ -0.049835205078125,
+ -0.042755126953125,
+ -0.023651123046875,
+ 0.045654296875,
+ -0.0096435546875,
+ -0.0176544189453125,
+ 0.0220184326171875,
+ 0.0142822265625,
+ 0.02838134765625,
+ 0.0031375885009765625,
+ 0.080078125,
+ -0.0552978515625,
+ -0.005069732666015625,
+ -0.0011034011840820312,
+ 0.04913330078125,
+ -0.004322052001953125,
+ -0.01873779296875,
+ 0.0161895751953125,
+ 0.014556884765625,
+ 0.0252838134765625,
+ -0.01519012451171875,
+ 0.050567626953125,
+ 0.0269317626953125,
+ -0.0174713134765625,
+ -0.0760498046875,
+ -0.00946044921875,
+ -0.0263824462890625,
+ 0.05859375,
+ -0.0010805130004882812,
+ 0.028564453125,
+ 0.02911376953125,
+ -0.0116424560546875,
+ -0.1317138671875,
+ 0.0305633544921875,
+ -0.03857421875,
+ 0.024749755859375,
+ 0.018463134765625,
+ -0.01528167724609375,
+ -0.031280517578125,
+ -0.043487548828125,
+ -0.02801513671875,
+ 0.0166473388671875,
+ -0.0170135498046875,
+ 0.01036834716796875,
+ -0.0002231597900390625,
+ 0.0045013427734375,
+ -0.01105499267578125,
+ -0.0115509033203125,
+ 0.009185791015625,
+ 0.052398681640625,
+ 0.01528167724609375,
+ -0.050933837890625,
+ 0.03582763671875,
+ -0.0169219970703125,
+ 0.00287628173828125,
+ -0.00563812255859375,
+ 0.0019216537475585938,
+ 0.0396728515625,
+ -0.007595062255859375,
+ 0.0015573501586914062,
+ 0.00582122802734375,
+ 0.018829345703125,
+ 0.024017333984375,
+ -0.07025146484375,
+ 0.054229736328125,
+ -0.04693603515625,
+ 0.01337432861328125,
+ -0.0007677078247070312,
+ -0.0115509033203125,
+ 0.002353668212890625,
+ 0.0008301734924316406,
+ -0.0210113525390625,
+ -0.004367828369140625,
+ -0.08074951171875,
+ -0.0716552734375,
+ -0.0031833648681640625,
+ -0.053863525390625,
+ -0.01068878173828125,
+ 0.0160980224609375,
+ 0.024749755859375,
+ 0.0254669189453125,
+ -0.04656982421875,
+ 0.01837158203125,
+ 0.0161895751953125,
+ -0.00287628173828125,
+ -0.02264404296875,
+ 0.0098724365234375,
+ -0.039306640625,
+ 0.024749755859375,
+ -0.0026149749755859375,
+ -0.042938232421875,
+ 0.039306640625,
+ -0.02838134765625,
+ 0.0070953369140625,
+ 0.0046844482421875,
+ -0.006275177001953125,
+ -0.007049560546875,
+ 0.034576416015625,
+ -0.05859375,
+ -0.0307464599609375,
+ 0.032928466796875,
+ 0.02801513671875,
+ 0.01291656494140625,
+ -0.032745361328125,
+ 0.03692626953125,
+ -0.01018524169921875,
+ -0.054229736328125,
+ 0.0166473388671875,
+ 0.0159149169921875,
+ -0.042938232421875,
+ 0.0271148681640625,
+ -0.02783203125,
+ 0.03729248046875,
+ 0.0267486572265625,
+ 0.01346588134765625,
+ 0.0289306640625,
+ 0.0305633544921875,
+ 0.0090484619140625,
+ -0.034759521484375,
+ -0.01045989990234375,
+ -0.0016145706176757812,
+ 0.0222930908203125,
+ -0.0026264190673828125,
+ 0.0251007080078125,
+ -0.0045013427734375,
+ 0.014556884765625,
+ -0.01013946533203125,
+ -0.08148193359375,
+ -0.00484466552734375,
+ -0.00887298583984375,
+ -0.03839111328125,
+ -0.01055145263671875,
+ 0.06695556640625,
+ 0.04949951171875,
+ 0.024017333984375,
+ 0.006412506103515625,
+ 0.049835205078125,
+ 0.019561767578125,
+ 0.0090484619140625,
+ -0.002841949462890625,
+ -0.059295654296875,
+ -0.013916015625,
+ 0.01409912109375,
+ 0.024017333984375,
+ -0.0582275390625,
+ 0.0367431640625,
+ 0.06475830078125,
+ -0.019561767578125,
+ -0.023834228515625,
+ -0.0211944580078125,
+ 0.004230499267578125,
+ 0.040924072265625,
+ 0.033477783203125,
+ -0.0032291412353515625,
+ -0.03802490234375,
+ 0.0181884765625,
+ 0.028564453125,
+ -0.01114654541015625,
+ 0.01055145263671875,
+ -0.03765869140625,
+ -0.02301025390625,
+ 0.07275390625,
+ -0.06365966796875,
+ 0.005550384521484375,
+ -0.002887725830078125,
+ 0.035308837890625,
+ -0.0026721954345703125,
+ -0.00022172927856445312,
+ -0.01082611083984375,
+ 0.042388916015625,
+ 0.00489044189453125,
+ -0.0049591064453125,
+ 0.035491943359375,
+ 0.0202789306640625,
+ -0.019012451171875,
+ 0.03564453125,
+ 0.052398681640625,
+ -0.0165557861328125,
+ 0.0360107421875,
+ 0.03765869140625,
+ -0.03564453125,
+ 0.044586181640625,
+ 0.0008983612060546875,
+ 0.01087188720703125,
+ -0.00563812255859375,
+ -0.04840087890625,
+ -0.0281982421875,
+ -0.0560302734375,
+ 0.04803466796875,
+ -0.024566650390625,
+ 0.052764892578125,
+ 0.005435943603515625,
+ -0.017913818359375,
+ -0.00489044189453125,
+ 0.005138397216796875,
+ 0.01018524169921875,
+ 0.033477783203125,
+ -0.0164642333984375,
+ 0.0274658203125,
+ 0.0022068023681640625,
+ 0.01500701904296875,
+ 0.0170135498046875,
+ -0.02801513671875,
+ 0.023651123046875,
+ -0.01091766357421875,
+ 0.0185546875,
+ -0.062225341796875,
+ -0.014190673828125,
+ 0.00795745849609375,
+ -0.018463134765625,
+ 0.002376556396484375,
+ -0.041107177734375,
+ -0.0048675537109375,
+ -0.0038433074951171875,
+ -0.019012451171875,
+ -0.0156402587890625,
+ 0.03656005859375,
+ -0.044769287109375,
+ 0.023468017578125,
+ 0.00354766845703125,
+ -0.005046844482421875,
+ -0.00452423095703125,
+ -0.059295654296875,
+ 0.08807373046875,
+ 0.0165557861328125,
+ 0.0374755859375,
+ -0.00732421875,
+ 0.034759521484375,
+ 0.04730224609375,
+ 0.03839111328125,
+ 0.006595611572265625,
+ 0.0256500244140625,
+ -0.040557861328125,
+ 0.050933837890625,
+ 0.0258331298828125,
+ -0.043670654296875,
+ -0.0374755859375,
+ 0.041473388671875,
+ 0.023101806640625,
+ -0.041107177734375,
+ 0.0389404296875,
+ 0.01555633544921875,
+ 0.0031147003173828125,
+ 0.003570556640625,
+ 0.01059722900390625,
+ 0.0006709098815917969,
+ -0.052032470703125,
+ 0.0567626953125,
+ -0.0112762451171875,
+ -0.004344940185546875,
+ 0.01078033447265625,
+ -0.06695556640625,
+ 0.052032470703125,
+ 0.0204620361328125,
+ 0.01837158203125,
+ -0.034393310546875,
+ 0.024749755859375,
+ 0.00475311279296875,
+ 0.00010019540786743164,
+ -0.0089111328125,
+ 0.03912353515625,
+ -0.01546478271484375,
+ 0.02801513671875,
+ -0.032745361328125,
+ 0.06329345703125,
+ 0.024383544921875,
+ -0.0214691162109375,
+ -0.03857421875,
+ 0.004253387451171875,
+ 0.01123809814453125,
+ 0.0038433074951171875,
+ 0.024383544921875,
+ -0.028564453125,
+ -0.033294677734375,
+ 0.009735107421875,
+ -0.006412506103515625,
+ 0.044219970703125,
+ -0.0167388916015625,
+ 0.018280029296875,
+ 0.000881195068359375,
+ -0.02911376953125,
+ 0.0221099853515625,
+ 0.019195556640625
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "ios-unlocking",
+ "zero-day-exploits",
+ "hardware-solution",
+ "brute-force",
+ "keychain-extraction",
+ "law-enforcement"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Spotlight_Forensic_Analysis",
+ "type": "tool",
+ "name": "macOS Spotlight Forensic Analysis",
+ "content": "macos spotlight forensic analysis tiefgehende auswertung der spotlight-indexdatenbanken (.store-dateien) für umfassende dateimetadaten und aktivitätsnachweise. extraktion von öffnungshäufigkeiten, letzten zugriffsdaten und versteckten metadaten die im normalen dateisystem nicht verfügbar sind. fundorte: /.spotlight-v100/store-v2//.store und ~/library/metadata/corespotlight/. analyse erfordert spezielle python-parser für proprietäres undokumentiertes format. spotlight-analysis metadata-extraction timeline-analysis file-activity indexing-forensics database-parsing python-tools static-investigations incident-response examination analysis",
+ "embedding": [
+ 0.004695892333984375,
+ 0.0122528076171875,
+ 0.01534271240234375,
+ -0.015167236328125,
+ 0.0296173095703125,
+ 0.0071868896484375,
+ 0.01885986328125,
+ -0.0005784034729003906,
+ 0.021514892578125,
+ -0.00775909423828125,
+ -0.027679443359375,
+ 0.053253173828125,
+ 0.0164031982421875,
+ 0.001796722412109375,
+ -0.0733642578125,
+ 0.034027099609375,
+ 0.003086090087890625,
+ 0.003261566162109375,
+ 0.01009368896484375,
+ -0.032958984375,
+ -0.0111083984375,
+ -0.037567138671875,
+ -0.032806396484375,
+ 0.0187835693359375,
+ 0.035797119140625,
+ 0.0122528076171875,
+ -0.01031494140625,
+ -0.0574951171875,
+ 0.0039215087890625,
+ 0.0142822265625,
+ 0.01806640625,
+ -0.017364501953125,
+ 0.0155181884765625,
+ 0.0345458984375,
+ 0.0290985107421875,
+ -0.019134521484375,
+ 0.0155181884765625,
+ -0.032440185546875,
+ -0.047607421875,
+ 0.0164794921875,
+ -0.0177154541015625,
+ -0.02679443359375,
+ 0.0186004638671875,
+ -0.01454925537109375,
+ -0.03826904296875,
+ -0.02716064453125,
+ 0.03192138671875,
+ 0.00255584716796875,
+ 0.02874755859375,
+ -0.034210205078125,
+ 0.026275634765625,
+ 0.0234527587890625,
+ -0.0035037994384765625,
+ 0.0216827392578125,
+ -0.035980224609375,
+ 0.0259246826171875,
+ 0.00379180908203125,
+ -0.01163482666015625,
+ -0.0543212890625,
+ 0.0384521484375,
+ -0.040191650390625,
+ -0.01507568359375,
+ -0.021331787109375,
+ -0.006832122802734375,
+ 0.015777587890625,
+ 0.022216796875,
+ -0.0164031982421875,
+ -0.029266357421875,
+ 0.00925445556640625,
+ 0.0070953369140625,
+ -0.0084228515625,
+ -0.0087738037109375,
+ -0.014373779296875,
+ 0.034393310546875,
+ 0.006481170654296875,
+ -0.051849365234375,
+ 0.007801055908203125,
+ 0.01348876953125,
+ -0.01375579833984375,
+ -0.00731658935546875,
+ -0.04461669921875,
+ -0.01216888427734375,
+ 0.07373046875,
+ -0.034393310546875,
+ -0.0313720703125,
+ 0.0114593505859375,
+ 0.00555419921875,
+ 0.02398681640625,
+ -0.002391815185546875,
+ -0.011810302734375,
+ 0.01806640625,
+ -0.0003719329833984375,
+ -0.0001418590545654297,
+ -0.0041656494140625,
+ 0.03173828125,
+ 0.04937744140625,
+ 0.01084136962890625,
+ 0.010223388671875,
+ -0.01885986328125,
+ 0.02398681640625,
+ 0.0238037109375,
+ -0.054656982421875,
+ 0.04443359375,
+ -0.017547607421875,
+ 0.047607421875,
+ -0.032257080078125,
+ 0.0186920166015625,
+ -0.0238037109375,
+ 0.003173828125,
+ -0.01401519775390625,
+ -0.0892333984375,
+ -0.04302978515625,
+ -0.03668212890625,
+ -0.0797119140625,
+ 0.01824951171875,
+ -0.0174560546875,
+ -0.00872802734375,
+ 0.0479736328125,
+ -0.02838134765625,
+ -0.05255126953125,
+ -0.00850677490234375,
+ 0.029449462890625,
+ 0.0178070068359375,
+ 0.01568603515625,
+ -0.033843994140625,
+ -0.06878662109375,
+ 0.028564453125,
+ 0.02520751953125,
+ -0.036865234375,
+ -0.024688720703125,
+ -0.00421142578125,
+ -0.039154052734375,
+ 0.0005812644958496094,
+ -0.03192138671875,
+ -0.0018072128295898438,
+ -0.0163116455078125,
+ 0.0384521484375,
+ -0.025390625,
+ -0.007671356201171875,
+ -0.00032782554626464844,
+ 0.01410675048828125,
+ -0.034393310546875,
+ -0.048675537109375,
+ -0.01401519775390625,
+ -0.0380859375,
+ -0.01525115966796875,
+ -0.040191650390625,
+ 0.0290985107421875,
+ -0.027679443359375,
+ 0.0114593505859375,
+ 0.0210723876953125,
+ 0.0535888671875,
+ 0.048309326171875,
+ 0.0115509033203125,
+ -0.0075836181640625,
+ -0.037017822265625,
+ 0.0037689208984375,
+ -0.037567138671875,
+ 0.02239990234375,
+ 0.002655029296875,
+ -0.0248565673828125,
+ 0.0164031982421875,
+ -0.0114593505859375,
+ 0.01216888427734375,
+ -0.0123443603515625,
+ -0.03350830078125,
+ -0.0224761962890625,
+ 0.038787841796875,
+ -0.00128936767578125,
+ -0.0126953125,
+ 0.01322174072265625,
+ -0.0185089111328125,
+ 0.0694580078125,
+ 0.07757568359375,
+ -0.0106658935546875,
+ 0.031036376953125,
+ 0.0162200927734375,
+ -0.0210723876953125,
+ 0.04620361328125,
+ 0.0396728515625,
+ -0.0155181884765625,
+ 0.0024566650390625,
+ 0.05572509765625,
+ -0.001140594482421875,
+ -0.0033054351806640625,
+ -0.0208892822265625,
+ -0.01806640625,
+ -0.006259918212890625,
+ -0.0305023193359375,
+ 0.045501708984375,
+ -0.050079345703125,
+ -0.0243377685546875,
+ -0.0032176971435546875,
+ 0.035797119140625,
+ -0.0002052783966064453,
+ 0.0631103515625,
+ 0.015960693359375,
+ -0.0008320808410644531,
+ 0.0269775390625,
+ 0.0017414093017578125,
+ 0.0208892822265625,
+ 0.0380859375,
+ -0.01049041748046875,
+ 0.07086181640625,
+ 0.015869140625,
+ 0.028564453125,
+ -0.0079345703125,
+ 0.04266357421875,
+ 0.007625579833984375,
+ 0.0063934326171875,
+ -0.0305023193359375,
+ 0.034393310546875,
+ -0.011016845703125,
+ -0.0114593505859375,
+ -0.054656982421875,
+ -0.028564453125,
+ 0.0234527587890625,
+ -0.036865234375,
+ 0.004894256591796875,
+ 0.003063201904296875,
+ -0.01251983642578125,
+ -0.070556640625,
+ -0.00846099853515625,
+ 0.0185089111328125,
+ -0.0138397216796875,
+ 0.0142822265625,
+ 0.02362060546875,
+ -0.0248565673828125,
+ -0.0179901123046875,
+ 0.02874755859375,
+ 0.005092620849609375,
+ 0.014984130859375,
+ -0.00815582275390625,
+ 0.008636474609375,
+ 0.0232696533203125,
+ -0.0123443603515625,
+ 0.0479736328125,
+ 0.034210205078125,
+ 0.0241546630859375,
+ -0.02142333984375,
+ -0.01172637939453125,
+ 0.035797119140625,
+ -0.0045166015625,
+ 0.004364013671875,
+ 0.03314208984375,
+ -0.013580322265625,
+ 0.00634765625,
+ -0.004451751708984375,
+ 0.031036376953125,
+ 0.059600830078125,
+ -0.035980224609375,
+ -0.01084136962890625,
+ -0.0916748046875,
+ -0.005023956298828125,
+ -0.046539306640625,
+ -0.0361328125,
+ -0.024688720703125,
+ -0.0472412109375,
+ 0.0574951171875,
+ -0.01287078857421875,
+ -0.006435394287109375,
+ -0.0006060600280761719,
+ 0.0139312744140625,
+ 0.00394439697265625,
+ 0.034393310546875,
+ 0.00811004638671875,
+ -0.0567626953125,
+ 0.0142822265625,
+ 0.0599365234375,
+ -0.02716064453125,
+ -0.0035037994384765625,
+ -0.0023040771484375,
+ 0.0264434814453125,
+ 0.004119873046875,
+ 0.0345458984375,
+ -0.06591796875,
+ 0.01480865478515625,
+ 0.030853271484375,
+ 0.0200958251953125,
+ 0.021240234375,
+ -0.00982666015625,
+ 0.0102691650390625,
+ -0.019927978515625,
+ 0.007671356201171875,
+ -0.043365478515625,
+ 0.0022258758544921875,
+ -0.004497528076171875,
+ 0.00771331787109375,
+ -0.0193023681640625,
+ -0.06878662109375,
+ -0.0063018798828125,
+ 0.028564453125,
+ 0.0017518997192382812,
+ 0.00015842914581298828,
+ 0.00925445556640625,
+ -0.053253173828125,
+ 0.0142822265625,
+ 0.0035266876220703125,
+ 0.0038356781005859375,
+ 0.0280303955078125,
+ 0.056427001953125,
+ -0.02679443359375,
+ -0.0078887939453125,
+ 0.00811004638671875,
+ 0.002269744873046875,
+ -0.035614013671875,
+ -0.0416259765625,
+ -0.034912109375,
+ -0.0264434814453125,
+ -0.049713134765625,
+ -0.0098724365234375,
+ 0.0013942718505859375,
+ -0.024688720703125,
+ 0.00965118408203125,
+ 0.00041866302490234375,
+ 0.003658294677734375,
+ -0.040740966796875,
+ -0.021240234375,
+ 0.00731658935546875,
+ -0.03631591796875,
+ -0.0377197265625,
+ -0.02874755859375,
+ 0.035980224609375,
+ 0.02520751953125,
+ -0.010406494140625,
+ -0.019927978515625,
+ 0.0216064453125,
+ -0.0296173095703125,
+ -0.01053619384765625,
+ -0.0195770263671875,
+ 0.0306854248046875,
+ -0.0195770263671875,
+ 0.04620361328125,
+ 0.03985595703125,
+ 0.0259246826171875,
+ 0.006832122802734375,
+ 0.060302734375,
+ -0.008819580078125,
+ -0.0273284912109375,
+ 0.017547607421875,
+ -0.0024471282958984375,
+ -0.01123809814453125,
+ -0.004276275634765625,
+ -0.01137542724609375,
+ -0.006656646728515625,
+ -0.0184326171875,
+ -0.01727294921875,
+ -0.0034160614013671875,
+ 0.0290985107421875,
+ 0.00771331787109375,
+ 0.0079803466796875,
+ -0.0408935546875,
+ 0.007450103759765625,
+ 0.0758056640625,
+ -0.006435394287109375,
+ 0.094482421875,
+ -0.022918701171875,
+ -0.053253173828125,
+ -0.004253387451171875,
+ -0.0074920654296875,
+ -0.01031494140625,
+ -0.0266265869140625,
+ 0.0243377685546875,
+ -0.001983642578125,
+ -0.003482818603515625,
+ 0.02044677734375,
+ -0.017364501953125,
+ 0.0194854736328125,
+ -0.001972198486328125,
+ 0.01242828369140625,
+ -0.011810302734375,
+ -0.01296234130859375,
+ 0.024688720703125,
+ 0.04461669921875,
+ 0.022216796875,
+ -0.015960693359375,
+ 0.059600830078125,
+ -0.041961669921875,
+ -0.01137542724609375,
+ -0.035980224609375,
+ -0.0849609375,
+ 0.0305023193359375,
+ 0.040374755859375,
+ 0.0194854736328125,
+ 0.049713134765625,
+ -0.0241546630859375,
+ -0.047607421875,
+ 0.036865234375,
+ -0.0273284912109375,
+ 0.072998046875,
+ 0.056427001953125,
+ 0.005950927734375,
+ 0.01480865478515625,
+ -0.0321044921875,
+ -0.0224761962890625,
+ 0.0535888671875,
+ 0.02239990234375,
+ 0.02996826171875,
+ 0.01348876953125,
+ 0.0345458984375,
+ 0.012786865234375,
+ -0.0567626953125,
+ -0.0007271766662597656,
+ 0.02520751953125,
+ 0.008026123046875,
+ -0.0202789306640625,
+ 0.011016845703125,
+ 0.0396728515625,
+ 0.03033447265625,
+ -0.0114593505859375,
+ 0.04620361328125,
+ 0.034210205078125,
+ 0.0014324188232421875,
+ 0.0009975433349609375,
+ -0.0232696533203125,
+ 0.0361328125,
+ -0.050079345703125,
+ 0.01031494140625,
+ -0.01018524169921875,
+ 0.01454925537109375,
+ 0.033843994140625,
+ 0.0200958251953125,
+ -0.07086181640625,
+ 0.02557373046875,
+ 0.04266357421875,
+ -0.061004638671875,
+ 0.035980224609375,
+ 0.02838134765625,
+ -0.026275634765625,
+ 0.00017213821411132812,
+ -0.00537872314453125,
+ -0.039306640625,
+ 0.01885986328125,
+ -0.0280303955078125,
+ -0.056427001953125,
+ 0.00617218017578125,
+ -0.0079803466796875,
+ -0.0408935546875,
+ -0.052886962890625,
+ -0.033843994140625,
+ 0.0017080307006835938,
+ -0.0014657974243164062,
+ -0.0106658935546875,
+ 0.027679443359375,
+ -0.015777587890625,
+ -0.006610870361328125,
+ 0.037567138671875,
+ 0.045135498046875,
+ -0.032440185546875,
+ -0.0098724365234375,
+ 0.052886962890625,
+ -0.011810302734375,
+ -0.085693359375,
+ 0.0472412109375,
+ 0.00238037109375,
+ 0.0186004638671875,
+ -0.05712890625,
+ -0.0273284912109375,
+ -0.0053558349609375,
+ -0.02716064453125,
+ -0.006038665771484375,
+ 0.023101806640625,
+ -0.0241546630859375,
+ -0.0535888671875,
+ -0.0296173095703125,
+ 0.055023193359375,
+ 0.01128387451171875,
+ 0.02520751953125,
+ 0.01287078857421875,
+ -0.050079345703125,
+ 0.015869140625,
+ -0.07794189453125,
+ -0.0361328125,
+ 0.0079803466796875,
+ -0.0063018798828125,
+ -0.029266357421875,
+ 0.0567626953125,
+ -0.01049041748046875,
+ -0.0185089111328125,
+ -0.009124755859375,
+ 0.07440185546875,
+ 0.027679443359375,
+ 0.0047607421875,
+ -0.03948974609375,
+ 0.020721435546875,
+ 0.0377197265625,
+ -0.047607421875,
+ -0.0082855224609375,
+ -0.01480865478515625,
+ 0.0195770263671875,
+ 0.017364501953125,
+ -0.04901123046875,
+ 0.01044464111328125,
+ 0.00731658935546875,
+ -0.06768798828125,
+ -0.032958984375,
+ -0.016571044921875,
+ -0.032257080078125,
+ -0.0364990234375,
+ 0.0126953125,
+ 0.0301513671875,
+ 0.0219573974609375,
+ 0.01763916015625,
+ 0.008331298828125,
+ -0.0010356903076171875,
+ 0.00934600830078125,
+ 0.01190185546875,
+ -0.02239990234375,
+ 0.03369140625,
+ -0.06982421875,
+ -0.0206298828125,
+ -0.0377197265625,
+ 0.036865234375,
+ -0.019744873046875,
+ -0.016754150390625,
+ -0.016845703125,
+ -0.030853271484375,
+ 0.061004638671875,
+ -0.034393310546875,
+ -0.001796722412109375,
+ 0.007801055908203125,
+ -0.0211639404296875,
+ -0.051483154296875,
+ -0.005466461181640625,
+ 0.01207733154296875,
+ 0.006084442138671875,
+ 0.006084442138671875,
+ 0.0187835693359375,
+ 0.0631103515625,
+ -0.0543212890625,
+ 0.0216827392578125,
+ 0.03314208984375,
+ -0.0139312744140625,
+ 0.0195770263671875,
+ -0.0015535354614257812,
+ 0.01088714599609375,
+ -0.0019283294677734375,
+ 0.0138397216796875,
+ -0.0163116455078125,
+ -0.01216888427734375,
+ -0.05712890625,
+ 0.01366424560546875,
+ 0.00359344482421875,
+ -0.0147247314453125,
+ -0.00872802734375,
+ -0.0142822265625,
+ -0.0765380859375,
+ -0.0225677490234375,
+ 0.05535888671875,
+ -0.006656646728515625,
+ -0.00453948974609375,
+ -0.0377197265625,
+ 0.0025787353515625,
+ -0.012786865234375,
+ -0.0273284912109375,
+ 0.034027099609375,
+ -0.004871368408203125,
+ 0.0298004150390625,
+ -0.0163116455078125,
+ -0.0289154052734375,
+ 0.024505615234375,
+ -0.00009846687316894531,
+ 0.0280303955078125,
+ 0.02398681640625,
+ 0.021514892578125,
+ -0.00473785400390625,
+ 0.0008707046508789062,
+ -0.0227508544921875,
+ -0.01251983642578125,
+ -0.00267791748046875,
+ -0.00652313232421875,
+ 0.034393310546875,
+ -0.026275634765625,
+ -0.021240234375,
+ 0.01605224609375,
+ 0.02557373046875,
+ 0.004695892333984375,
+ -0.032257080078125,
+ 0.01885986328125,
+ 0.0273284912109375,
+ 0.0044097900390625,
+ 0.08428955078125,
+ -0.032623291015625,
+ -0.040191650390625,
+ -0.0111541748046875,
+ 0.0074920654296875,
+ 0.03948974609375,
+ 0.050079345703125,
+ -0.0008983612060546875,
+ -0.024688720703125,
+ 0.00890350341796875,
+ 0.0241546630859375,
+ -0.0130462646484375,
+ -0.0201873779296875,
+ -0.0024242401123046875,
+ 0.0238037109375,
+ 0.02362060546875,
+ 0.0206298828125,
+ 0.017547607421875,
+ 0.0701904296875,
+ 0.00148773193359375,
+ 0.0019502639770507812,
+ 0.01568603515625,
+ 0.047607421875,
+ 0.02398681640625,
+ -0.029449462890625,
+ -0.03826904296875,
+ -0.005268096923828125,
+ 0.0079803466796875,
+ -0.02679443359375,
+ -0.037384033203125,
+ 0.00855255126953125,
+ 0.0472412109375,
+ -0.07861328125,
+ -0.002864837646484375,
+ 0.005817413330078125,
+ 0.0216064453125,
+ 0.01137542724609375,
+ 0.00557708740234375,
+ -0.02142333984375,
+ 0.0224761962890625,
+ 0.038604736328125,
+ -0.05712890625,
+ 0.0079345703125,
+ -0.02203369140625,
+ 0.011810302734375,
+ 0.060302734375,
+ 0.0170135498046875,
+ -0.0200958251953125,
+ 0.046539306640625,
+ 0.01560211181640625,
+ 0.05218505859375,
+ 0.01053619384765625,
+ 0.032440185546875,
+ 0.0034160614013671875,
+ 0.0186004638671875,
+ 0.0361328125,
+ 0.05572509765625,
+ -0.024688720703125,
+ -0.001003265380859375,
+ 0.01190185546875,
+ 0.022308349609375,
+ 0.032958984375,
+ 0.05853271484375,
+ -0.01445770263671875,
+ -0.00811004638671875,
+ 0.029266357421875,
+ -0.035430908203125,
+ 0.016571044921875,
+ 0.00899505615234375,
+ 0.002094268798828125,
+ -0.0599365234375,
+ -0.039306640625,
+ -0.01322174072265625,
+ -0.056427001953125,
+ 0.0321044921875,
+ 0.0179901123046875,
+ -0.0184326171875,
+ 0.000012159347534179688,
+ 0.043365478515625,
+ -0.002094268798828125,
+ -0.062408447265625,
+ 0.0098724365234375,
+ -0.0352783203125,
+ -0.0187835693359375,
+ -0.016845703125,
+ -0.05535888671875,
+ 0.03192138671875,
+ -0.02203369140625,
+ -0.03509521484375,
+ -0.005046844482421875,
+ 0.035614013671875,
+ -0.00820159912109375,
+ -0.041259765625,
+ -0.0200958251953125,
+ 0.01128387451171875,
+ -0.01163482666015625,
+ 0.0082855224609375,
+ -0.05255126953125,
+ -0.0243377685546875,
+ -0.0079345703125,
+ -0.034912109375,
+ -0.0126953125,
+ -0.0219573974609375,
+ -0.01824951171875,
+ -0.0032405853271484375,
+ 0.005817413330078125,
+ -0.038604736328125,
+ 0.01410675048828125,
+ -0.02716064453125,
+ 0.0384521484375,
+ 0.0162200927734375,
+ 0.01137542724609375,
+ 0.0138397216796875,
+ 0.05572509765625,
+ 0.0106658935546875,
+ -0.0021495819091796875,
+ -0.028564453125,
+ -0.02557373046875,
+ -0.004077911376953125,
+ 0.01128387451171875,
+ -0.004119873046875,
+ -0.0574951171875,
+ 0.0091705322265625,
+ 0.0535888671875,
+ -0.095947265625,
+ -0.00021076202392578125,
+ 0.00885772705078125,
+ -0.03314208984375,
+ -0.051483154296875,
+ 0.0032176971435546875,
+ -0.003879547119140625,
+ 0.015869140625,
+ 0.09307861328125,
+ -0.017364501953125,
+ -0.013397216796875,
+ 0.01093292236328125,
+ -0.0447998046875,
+ 0.070556640625,
+ 0.01163482666015625,
+ 0.04443359375,
+ -0.04901123046875,
+ 0.03509521484375,
+ 0.02557373046875,
+ -0.023101806640625,
+ -0.0114593505859375,
+ -0.075439453125,
+ 0.0147247314453125,
+ 0.0290985107421875,
+ 0.004695892333984375,
+ -0.01904296875,
+ 0.002655029296875,
+ -0.0380859375,
+ -0.040191650390625,
+ -0.0122528076171875,
+ 0.01190185546875,
+ 0.014373779296875,
+ 0.011993408203125,
+ -0.025390625,
+ 0.00925445556640625,
+ 0.005157470703125,
+ -0.05712890625,
+ -0.043212890625,
+ -0.0313720703125,
+ 0.040740966796875,
+ 0.00478363037109375,
+ -0.0259246826171875,
+ 0.0032176971435546875,
+ 0.0033054351806640625,
+ 0.009918212890625,
+ 0.011199951171875,
+ 0.055023193359375,
+ -0.0313720703125,
+ -0.024505615234375,
+ -0.000041484832763671875,
+ 0.039154052734375,
+ -0.004100799560546875,
+ 0.011199951171875,
+ -0.0106658935546875,
+ 0.03790283203125,
+ 0.04620361328125,
+ -0.0396728515625,
+ 0.037200927734375,
+ 0.069091796875,
+ -0.032806396484375,
+ -0.058197021484375,
+ -0.0185089111328125,
+ -0.022308349609375,
+ 0.0377197265625,
+ -0.026092529296875,
+ 0.02362060546875,
+ 0.0049591064453125,
+ -0.0227508544921875,
+ -0.1043701171875,
+ 0.027862548828125,
+ -0.0211639404296875,
+ 0.032958984375,
+ 0.0234527587890625,
+ -0.027862548828125,
+ -0.05572509765625,
+ -0.053253173828125,
+ -0.01296234130859375,
+ 0.03314208984375,
+ -0.0162200927734375,
+ 0.033843994140625,
+ -0.001972198486328125,
+ -0.01251983642578125,
+ 0.0184326171875,
+ -0.01097869873046875,
+ 0.00978851318359375,
+ 0.0472412109375,
+ 0.02557373046875,
+ -0.0472412109375,
+ 0.05853271484375,
+ -0.024688720703125,
+ 0.01904296875,
+ -0.011199951171875,
+ -0.010223388671875,
+ -0.009429931640625,
+ -0.03173828125,
+ -0.041778564453125,
+ -0.0155181884765625,
+ 0.040557861328125,
+ 0.037017822265625,
+ -0.0275115966796875,
+ 0.00037741661071777344,
+ -0.0312042236328125,
+ 0.0086822509765625,
+ -0.014190673828125,
+ -0.01727294921875,
+ 0.0031070709228515625,
+ 0.02716064453125,
+ -0.0185089111328125,
+ -0.0269775390625,
+ -0.032623291015625,
+ -0.07122802734375,
+ 0.00031948089599609375,
+ -0.0599365234375,
+ -0.0194854736328125,
+ 0.01137542724609375,
+ 0.0003802776336669922,
+ 0.038970947265625,
+ -0.0035037994384765625,
+ 0.01983642578125,
+ -0.0396728515625,
+ -0.034912109375,
+ -0.0250396728515625,
+ 0.02398681640625,
+ -0.0296173095703125,
+ 0.034210205078125,
+ 0.0007381439208984375,
+ -0.0280303955078125,
+ 0.0163116455078125,
+ 0.004608154296875,
+ -0.0040130615234375,
+ -0.00008577108383178711,
+ 0.01480865478515625,
+ -0.02838134765625,
+ 0.0216827392578125,
+ -0.055023193359375,
+ -0.01331329345703125,
+ 0.0059967041015625,
+ -0.0020275115966796875,
+ 0.011810302734375,
+ -0.0296173095703125,
+ 0.0301513671875,
+ -0.01163482666015625,
+ -0.05889892578125,
+ 0.00691986083984375,
+ -0.0171966552734375,
+ -0.01763916015625,
+ 0.00890350341796875,
+ -0.048309326171875,
+ -0.01348876953125,
+ 0.0211639404296875,
+ 0.01401519775390625,
+ 0.0479736328125,
+ 0.026092529296875,
+ 0.001102447509765625,
+ -0.01922607421875,
+ -0.002269744873046875,
+ -0.009918212890625,
+ 0.0282135009765625,
+ 0.022308349609375,
+ 0.0178070068359375,
+ -0.034912109375,
+ 0.0033054351806640625,
+ -0.0301513671875,
+ -0.064208984375,
+ -0.011199951171875,
+ -0.004100799560546875,
+ -0.05572509765625,
+ 0.00656890869140625,
+ 0.06524658203125,
+ 0.0269775390625,
+ -0.01172637939453125,
+ 0.031036376953125,
+ 0.0599365234375,
+ 0.039306640625,
+ 0.0248565673828125,
+ 0.01568603515625,
+ -0.0733642578125,
+ -0.03033447265625,
+ 0.059234619140625,
+ 0.01163482666015625,
+ -0.0638427734375,
+ 0.05218505859375,
+ 0.06805419921875,
+ -0.0171966552734375,
+ 0.0006694793701171875,
+ 0.0103607177734375,
+ -0.007053375244140625,
+ 0.027862548828125,
+ 0.0029754638671875,
+ 0.01904296875,
+ -0.05078125,
+ 0.023101806640625,
+ 0.033843994140625,
+ -0.00820159912109375,
+ 0.02520751953125,
+ -0.00656890869140625,
+ -0.0218658447265625,
+ 0.037017822265625,
+ -0.057830810546875,
+ -0.00872802734375,
+ -0.01128387451171875,
+ 0.0479736328125,
+ 0.013397216796875,
+ -0.054656982421875,
+ -0.0232696533203125,
+ 0.055023193359375,
+ 0.025390625,
+ -0.0599365234375,
+ 0.0219573974609375,
+ -0.016571044921875,
+ -0.0007271766662597656,
+ 0.03509521484375,
+ 0.0606689453125,
+ 0.0186004638671875,
+ 0.032257080078125,
+ 0.022308349609375,
+ -0.0511474609375,
+ 0.0187835693359375,
+ -0.0184326171875,
+ -0.0114593505859375,
+ -0.004253387451171875,
+ -0.02716064453125,
+ -0.03472900390625,
+ -0.07830810546875,
+ 0.053253173828125,
+ 0.0009531974792480469,
+ 0.009613037109375,
+ 0.023101806640625,
+ 0.0013828277587890625,
+ -0.020721435546875,
+ -0.0045166015625,
+ -0.00026035308837890625,
+ 0.03369140625,
+ 0.014190673828125,
+ 0.0082855224609375,
+ 0.01137542724609375,
+ 0.018157958984375,
+ -0.01885986328125,
+ -0.0408935546875,
+ 0.03631591796875,
+ -0.045135498046875,
+ -0.027679443359375,
+ -0.0567626953125,
+ -0.0038127899169921875,
+ 0.0074920654296875,
+ -0.010223388671875,
+ -0.002765655517578125,
+ -0.032623291015625,
+ 0.006038665771484375,
+ -0.03314208984375,
+ -0.0504150390625,
+ -0.016754150390625,
+ 0.040740966796875,
+ -0.043548583984375,
+ 0.03985595703125,
+ 0.02362060546875,
+ -0.01287078857421875,
+ 0.0163116455078125,
+ -0.05078125,
+ 0.060302734375,
+ 0.0232696533203125,
+ -0.005023956298828125,
+ -0.022125244140625,
+ -0.005222320556640625,
+ 0.0193023681640625,
+ 0.009918212890625,
+ 0.031036376953125,
+ 0.015869140625,
+ 0.01207733154296875,
+ 0.04620361328125,
+ 0.059600830078125,
+ -0.021514892578125,
+ -0.034393310546875,
+ 0.056427001953125,
+ -0.000446319580078125,
+ -0.031036376953125,
+ 0.062744140625,
+ -0.00811004638671875,
+ 0.009033203125,
+ 0.01251983642578125,
+ -0.00823974609375,
+ -0.01190185546875,
+ -0.046905517578125,
+ 0.05255126953125,
+ 0.0384521484375,
+ -0.009521484375,
+ 0.0075836181640625,
+ -0.066650390625,
+ 0.041961669921875,
+ 0.0227508544921875,
+ 0.0694580078125,
+ -0.03155517578125,
+ 0.053253173828125,
+ -0.0202789306640625,
+ 0.00533294677734375,
+ -0.0162200927734375,
+ 0.023101806640625,
+ -0.01190185546875,
+ 0.0195770263671875,
+ -0.02716064453125,
+ 0.040740966796875,
+ 0.00374603271484375,
+ 0.004451751708984375,
+ -0.061370849609375,
+ -0.0033054351806640625,
+ -0.007274627685546875,
+ -0.00040221214294433594,
+ 0.03790283203125,
+ -0.050079345703125,
+ -0.01004791259765625,
+ 0.0012454986572265625,
+ 0.006656646728515625,
+ 0.051849365234375,
+ -0.01251983642578125,
+ 0.01480865478515625,
+ 0.013397216796875,
+ -0.024505615234375,
+ -0.008636474609375,
+ -0.00714111328125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "spotlight-analysis",
+ "metadata-extraction",
+ "timeline-analysis",
+ "file-activity",
+ "indexing-forensics",
+ "database-parsing",
+ "python-tools"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ICSpector",
+ "type": "tool",
+ "name": "ICSpector",
+ "content": "icspector microsofts open-source-framework revolutioniert industrial-control-system- forensik mit spezialisierten tools für scada/plc-untersuchungen. extrahiert metadaten aus siemens s7, rockwell, schneider electric controllern. die python-basierte architektur parst proprietäre protokolle und dateiformate. besonders wertvoll: ladder-logic-extraktion zeigt manipulierte programme, configuration-diff erkennt unauthorized changes, network-capture-analyse für ics-protokolle (modbus, dnp3, iec-104). timeline-rekonstruktion aus historian-daten. die plugin-architektur erlaubt erweiterung für neue hersteller. integration mit wireshark-dissectors. unterstützt sowohl live-systeme als auch offline-images. die dokumentation erklärt ics-besonderheiten für it-forensiker. besonders relevant nach stuxnet und zunehmenden ics-angriffen. die community wächst mit kritischer infrastruktur-bedeutung. füllt die lücke zwischen it- und ot-forensik. unverzichtbar für kraftwerke, wasserversorgung, produktionsanlagen. die zukunft der infrastruktur-forensik beginnt hier. cli system-metadata artifact-parser cross-platform scripting opensource plc-analysis scada-forensics ladder-logic protocol-parser configuration-analysis ot-security ics-forensics incident-response malware-analysis data-collection examination analysis",
+ "embedding": [
+ -0.039642333984375,
+ 0.0304107666015625,
+ 0.0312347412109375,
+ -0.0046844482421875,
+ 0.041534423828125,
+ 0.029876708984375,
+ 0.0245819091796875,
+ -0.0040740966796875,
+ -0.019287109375,
+ 0.022674560546875,
+ -0.0270233154296875,
+ 0.039093017578125,
+ 0.0085906982421875,
+ -0.0179290771484375,
+ -0.060546875,
+ 0.0399169921875,
+ -0.0206451416015625,
+ 0.0030040740966796875,
+ 0.01309967041015625,
+ 0.0149383544921875,
+ -0.004547119140625,
+ -0.00957489013671875,
+ -0.039642333984375,
+ -0.0230865478515625,
+ 0.004055023193359375,
+ 0.0167694091796875,
+ 0.01018524169921875,
+ -0.07171630859375,
+ -0.029052734375,
+ 0.00957489013671875,
+ 0.017791748046875,
+ -0.033538818359375,
+ 0.008758544921875,
+ 0.010589599609375,
+ 0.005191802978515625,
+ -0.0067901611328125,
+ -0.00882720947265625,
+ -0.031494140625,
+ -0.01187896728515625,
+ 0.034088134765625,
+ -0.005191802978515625,
+ 0.006145477294921875,
+ 0.0137786865234375,
+ -0.0006704330444335938,
+ -0.0272979736328125,
+ -0.03692626953125,
+ 0.01351165771484375,
+ -0.01806640625,
+ 0.005126953125,
+ -0.0338134765625,
+ 0.046173095703125,
+ 0.03271484375,
+ -0.01187896728515625,
+ -0.0179290771484375,
+ -0.028656005859375,
+ 0.036376953125,
+ 0.032440185546875,
+ -0.00930023193359375,
+ -0.03936767578125,
+ 0.040740966796875,
+ -0.06732177734375,
+ -0.005191802978515625,
+ -0.0034618377685546875,
+ -0.020233154296875,
+ 0.028106689453125,
+ 0.036376953125,
+ -0.006923675537109375,
+ -0.031494140625,
+ 0.02294921875,
+ -0.0255279541015625,
+ -0.0113372802734375,
+ -0.002986907958984375,
+ -0.0205078125,
+ 0.0164337158203125,
+ -0.0203704833984375,
+ -0.061920166015625,
+ -0.0070953369140625,
+ 0.0157470703125,
+ -0.0162200927734375,
+ 0.0176544189453125,
+ -0.034210205078125,
+ 0.00015592575073242188,
+ 0.04779052734375,
+ -0.016571044921875,
+ -0.02362060546875,
+ 0.01229095458984375,
+ 0.034759521484375,
+ 0.0228118896484375,
+ -0.00658416748046875,
+ -0.0021724700927734375,
+ 0.01568603515625,
+ 0.0045166015625,
+ 0.0276947021484375,
+ -0.02239990234375,
+ 0.04779052734375,
+ 0.04833984375,
+ -0.04046630859375,
+ -0.004787445068359375,
+ -0.0272979736328125,
+ 0.0361328125,
+ 0.048065185546875,
+ -0.0287933349609375,
+ 0.047515869140625,
+ -0.03326416015625,
+ 0.04644775390625,
+ -0.02484130859375,
+ 0.01520538330078125,
+ 0.006145477294921875,
+ -0.01459503173828125,
+ 0.0012903213500976562,
+ -0.094482421875,
+ -0.032989501953125,
+ -0.02239990234375,
+ -0.052154541015625,
+ -0.01187896728515625,
+ 0.005702972412109375,
+ 0.002834320068359375,
+ 0.051055908203125,
+ -0.0198211669921875,
+ -0.026336669921875,
+ 0.015960693359375,
+ 0.0423583984375,
+ -0.003936767578125,
+ 0.0158233642578125,
+ -0.0662841796875,
+ -0.03082275390625,
+ 0.0096435546875,
+ 0.0143280029296875,
+ -0.0279693603515625,
+ -0.00597381591796875,
+ -0.009979248046875,
+ -0.015960693359375,
+ -0.0110626220703125,
+ -0.0309600830078125,
+ -0.0082855224609375,
+ 0.0005178451538085938,
+ 0.04290771484375,
+ 0.012359619140625,
+ -0.01187896728515625,
+ -0.005092620849609375,
+ 0.01500701904296875,
+ -0.017791748046875,
+ -0.05975341796875,
+ 0.00189208984375,
+ -0.025115966796875,
+ -0.021728515625,
+ -0.0297393798828125,
+ 0.035308837890625,
+ -0.033538818359375,
+ -0.01201629638671875,
+ -0.017181396484375,
+ 0.0222625732421875,
+ 0.060546875,
+ 0.00702667236328125,
+ 0.030548095703125,
+ -0.05810546875,
+ 0.012420654296875,
+ -0.01520538330078125,
+ 0.027435302734375,
+ -0.0313720703125,
+ -0.009033203125,
+ 0.0173797607421875,
+ 0.0012054443359375,
+ 0.00733184814453125,
+ -0.014190673828125,
+ -0.034088134765625,
+ 0.0005068778991699219,
+ 0.031494140625,
+ 0.0312347412109375,
+ 0.0030727386474609375,
+ 0.032440185546875,
+ -0.0173187255859375,
+ 0.059478759765625,
+ 0.06353759765625,
+ -0.00763702392578125,
+ 0.01629638671875,
+ 0.022674560546875,
+ -0.0309600830078125,
+ 0.0287933349609375,
+ 0.0423583984375,
+ -0.01303863525390625,
+ -0.025390625,
+ 0.039093017578125,
+ -0.01425933837890625,
+ 0.016357421875,
+ -0.005634307861328125,
+ -0.03204345703125,
+ -0.01873779296875,
+ -0.0195465087890625,
+ 0.033416748046875,
+ -0.051605224609375,
+ -0.038848876953125,
+ -0.0079803466796875,
+ 0.0168304443359375,
+ 0.0025634765625,
+ 0.0556640625,
+ 0.03448486328125,
+ -0.016021728515625,
+ 0.01004791259765625,
+ 0.0010690689086914062,
+ 0.00218963623046875,
+ 0.01873779296875,
+ -0.01187896728515625,
+ 0.049957275390625,
+ 0.01486968994140625,
+ 0.00324249267578125,
+ -0.0181884765625,
+ 0.046173095703125,
+ 0.0261993408203125,
+ -0.01065826416015625,
+ -0.0143280029296875,
+ 0.0592041015625,
+ -0.015960693359375,
+ -0.0222625732421875,
+ -0.031768798828125,
+ -0.057037353515625,
+ 0.0304107666015625,
+ -0.0285186767578125,
+ -0.025665283203125,
+ 0.00794219970703125,
+ -0.0179290771484375,
+ -0.0567626953125,
+ -0.00835418701171875,
+ 0.01276397705078125,
+ 0.0016717910766601562,
+ 0.045623779296875,
+ 0.0181884765625,
+ -0.01276397705078125,
+ -0.00482177734375,
+ 0.01995849609375,
+ 0.032440185546875,
+ 0.033660888671875,
+ -0.0104522705078125,
+ 0.0108642578125,
+ -0.04425048828125,
+ -0.009033203125,
+ 0.0399169921875,
+ 0.049163818359375,
+ 0.01500701904296875,
+ 0.01995849609375,
+ -0.0183258056640625,
+ 0.031494140625,
+ -0.028656005859375,
+ 0.02484130859375,
+ 0.033538818359375,
+ -0.0264739990234375,
+ -0.0179290771484375,
+ 0.007198333740234375,
+ 0.01290130615234375,
+ 0.049163818359375,
+ -0.03936767578125,
+ -0.0049896240234375,
+ -0.060821533203125,
+ 0.00943756103515625,
+ -0.05865478515625,
+ -0.0249786376953125,
+ -0.0264739990234375,
+ -0.049957275390625,
+ 0.031768798828125,
+ -0.00286865234375,
+ -0.0399169921875,
+ -0.0110015869140625,
+ 0.0306854248046875,
+ 0.0011453628540039062,
+ 0.031646728515625,
+ -0.01276397705078125,
+ -0.04046630859375,
+ 0.005126953125,
+ 0.099365234375,
+ -0.00550079345703125,
+ 0.002986907958984375,
+ 0.0083160400390625,
+ 0.0261993408203125,
+ -0.005397796630859375,
+ 0.049163818359375,
+ -0.0207672119140625,
+ 0.003955841064453125,
+ 0.046173095703125,
+ 0.01806640625,
+ 0.024444580078125,
+ -0.033416748046875,
+ 0.01065826416015625,
+ -0.011474609375,
+ 0.0170440673828125,
+ -0.06573486328125,
+ -0.0002970695495605469,
+ -0.0045166015625,
+ 0.00018775463104248047,
+ -0.002071380615234375,
+ -0.0640869140625,
+ -0.007843017578125,
+ 0.034759521484375,
+ 0.01276397705078125,
+ 0.0007596015930175781,
+ 0.0294647216796875,
+ -0.03802490234375,
+ 0.00597381591796875,
+ -0.0183258056640625,
+ 0.0035991668701171875,
+ 0.0289154052734375,
+ 0.0458984375,
+ -0.0168304443359375,
+ -0.006145477294921875,
+ -0.013580322265625,
+ -0.005939483642578125,
+ -0.0350341796875,
+ -0.060028076171875,
+ -0.0423583984375,
+ -0.005939483642578125,
+ -0.0496826171875,
+ -0.0088958740234375,
+ 0.01351165771484375,
+ -0.00763702392578125,
+ 0.004787445068359375,
+ -0.01052093505859375,
+ -0.0133056640625,
+ -0.03692626953125,
+ -0.0313720703125,
+ -0.00688934326171875,
+ -0.0126953125,
+ -0.038848876953125,
+ -0.04290771484375,
+ 0.049163818359375,
+ 0.008453369140625,
+ 0.0164947509765625,
+ 0.01425933837890625,
+ 0.01445770263671875,
+ -0.03271484375,
+ 0.034637451171875,
+ -0.00536346435546875,
+ 0.003429412841796875,
+ -0.025665283203125,
+ 0.054046630859375,
+ 0.0243072509765625,
+ 0.011810302734375,
+ 0.011810302734375,
+ 0.07061767578125,
+ 0.0181884765625,
+ -0.0210418701171875,
+ 0.0017652511596679688,
+ -0.005191802978515625,
+ 0.01384735107421875,
+ 0.0228118896484375,
+ -0.00031828880310058594,
+ -0.023223876953125,
+ 0.005634307861328125,
+ -0.0133056640625,
+ 0.01126861572265625,
+ 0.020233154296875,
+ 0.036376953125,
+ 0.0222625732421875,
+ -0.001739501953125,
+ -0.02239990234375,
+ 0.06488037109375,
+ 0.01065826416015625,
+ 0.09722900390625,
+ -0.015960693359375,
+ -0.0143280029296875,
+ 0.0215911865234375,
+ 0.01513671875,
+ -0.028106689453125,
+ 0.00475311279296875,
+ 0.045074462890625,
+ 0.03802490234375,
+ -0.0110015869140625,
+ 0.0255279541015625,
+ 0.01568603515625,
+ 0.023895263671875,
+ -0.011474609375,
+ -0.01351165771484375,
+ 0.0198211669921875,
+ -0.01018524169921875,
+ 0.032440185546875,
+ 0.0640869140625,
+ 0.019683837890625,
+ -0.004344940185546875,
+ 0.014801025390625,
+ -0.0302734375,
+ -0.02117919921875,
+ -0.043182373046875,
+ -0.06817626953125,
+ 0.004108428955078125,
+ 0.05322265625,
+ 0.01500701904296875,
+ 0.041534423828125,
+ -0.035858154296875,
+ -0.072265625,
+ 0.025390625,
+ -0.0276947021484375,
+ 0.07330322265625,
+ 0.05078125,
+ 0.011810302734375,
+ 0.041015625,
+ -0.00991058349609375,
+ 0.0036830902099609375,
+ 0.01548004150390625,
+ 0.0034122467041015625,
+ 0.02838134765625,
+ 0.06488037109375,
+ 0.0361328125,
+ 0.0088958740234375,
+ -0.0218658447265625,
+ 0.0126953125,
+ 0.0350341796875,
+ 0.01025390625,
+ -0.01065826416015625,
+ 0.00916290283203125,
+ 0.0104522705078125,
+ 0.027435302734375,
+ -0.0294647216796875,
+ 0.03326416015625,
+ 0.031097412109375,
+ -0.00339508056640625,
+ 0.02294921875,
+ -0.00733184814453125,
+ 0.029327392578125,
+ -0.0325927734375,
+ 0.001094818115234375,
+ -0.003055572509765625,
+ 0.025665283203125,
+ 0.0206451416015625,
+ 0.03192138671875,
+ -0.03857421875,
+ 0.0006532669067382812,
+ 0.0399169921875,
+ -0.07550048828125,
+ 0.0245819091796875,
+ 0.05487060546875,
+ -0.0203704833984375,
+ -0.0070953369140625,
+ -0.0191497802734375,
+ -0.054595947265625,
+ 0.042633056640625,
+ -0.02960205078125,
+ -0.029876708984375,
+ 0.0013408660888671875,
+ 0.03192138671875,
+ -0.0270233154296875,
+ -0.038299560546875,
+ -0.031494140625,
+ -0.00763702392578125,
+ -0.036376953125,
+ -0.0173797607421875,
+ 0.032989501953125,
+ 0.0194244384765625,
+ 0.00550079345703125,
+ 0.05377197265625,
+ 0.036651611328125,
+ -0.01140594482421875,
+ -0.031494140625,
+ 0.04833984375,
+ -0.006381988525390625,
+ -0.026885986328125,
+ 0.0270233154296875,
+ 0.035858154296875,
+ 0.007843017578125,
+ -0.036376953125,
+ -0.01473236083984375,
+ 0.0110015869140625,
+ 0.0272979736328125,
+ -0.004039764404296875,
+ 0.0143280029296875,
+ -0.05133056640625,
+ -0.05731201171875,
+ -0.030548095703125,
+ 0.0350341796875,
+ -0.0032253265380859375,
+ 0.0518798828125,
+ -0.0021648406982421875,
+ -0.062469482421875,
+ 0.0233612060546875,
+ -0.056488037109375,
+ -0.0181884765625,
+ -0.005126953125,
+ 0.02239990234375,
+ 0.006549835205078125,
+ 0.06353759765625,
+ -0.02362060546875,
+ -0.029327392578125,
+ -0.015960693359375,
+ 0.07171630859375,
+ -0.0010519027709960938,
+ -0.006450653076171875,
+ -0.04046630859375,
+ 0.05322265625,
+ 0.0240325927734375,
+ -0.042083740234375,
+ -0.01303863525390625,
+ -0.00385284423828125,
+ 0.0045166015625,
+ 0.042083740234375,
+ -0.055938720703125,
+ -0.0098419189453125,
+ -0.0233612060546875,
+ -0.06329345703125,
+ -0.04345703125,
+ -0.0191497802734375,
+ -0.018463134765625,
+ -0.039093017578125,
+ 0.0240325927734375,
+ 0.037750244140625,
+ 0.00787353515625,
+ 0.034210205078125,
+ 0.01004791259765625,
+ -0.0006451606750488281,
+ 0.016082763671875,
+ -0.002223968505859375,
+ -0.038848876953125,
+ 0.048614501953125,
+ -0.04644775390625,
+ -0.0312347412109375,
+ -0.00977325439453125,
+ 0.035308837890625,
+ -0.038848876953125,
+ 0.0207672119140625,
+ 0.01303863525390625,
+ -0.0188751220703125,
+ 0.035858154296875,
+ -0.04644775390625,
+ 0.0033435821533203125,
+ -0.008758544921875,
+ -0.0255279541015625,
+ -0.025115966796875,
+ -0.02362060546875,
+ -0.006244659423828125,
+ 0.0472412109375,
+ -0.0025463104248046875,
+ 0.0181884765625,
+ 0.0592041015625,
+ -0.031646728515625,
+ 0.0101165771484375,
+ 0.021728515625,
+ -0.0162200927734375,
+ 0.0215911865234375,
+ -0.00295257568359375,
+ 0.0023593902587890625,
+ -0.0088958740234375,
+ 0.03558349609375,
+ -0.024169921875,
+ -0.041015625,
+ -0.10589599609375,
+ 0.026611328125,
+ -0.00461578369140625,
+ -0.0011034011840820312,
+ -0.016021728515625,
+ -0.0458984375,
+ -0.0496826171875,
+ -0.0110626220703125,
+ 0.0361328125,
+ 0.035308837890625,
+ -0.006450653076171875,
+ -0.0249786376953125,
+ 0.016357421875,
+ -0.001850128173828125,
+ -0.01445770263671875,
+ 0.0237579345703125,
+ -0.001995086669921875,
+ 0.00971221923828125,
+ -0.019683837890625,
+ -0.029052734375,
+ 0.023895263671875,
+ 0.004207611083984375,
+ 0.023895263671875,
+ 0.01140594482421875,
+ 0.016082763671875,
+ -0.01303863525390625,
+ 0.0110626220703125,
+ -0.00665283203125,
+ -0.01384735107421875,
+ -0.036651611328125,
+ -0.02239990234375,
+ -0.001850128173828125,
+ -0.004787445068359375,
+ -0.016571044921875,
+ 0.016632080078125,
+ 0.0170440673828125,
+ 0.02783203125,
+ -0.01038360595703125,
+ -0.02593994140625,
+ 0.029327392578125,
+ -0.01113128662109375,
+ 0.045623779296875,
+ -0.01025390625,
+ -0.040740966796875,
+ 0.01187896728515625,
+ -0.012420654296875,
+ 0.043731689453125,
+ 0.048065185546875,
+ -0.0313720703125,
+ -0.0282440185546875,
+ 0.0176544189453125,
+ 0.041290283203125,
+ -0.00189208984375,
+ -0.03448486328125,
+ -0.039642333984375,
+ 0.0183258056640625,
+ 0.003665924072265625,
+ 0.06683349609375,
+ -0.0011796951293945312,
+ 0.0836181640625,
+ 0.041015625,
+ 0.003208160400390625,
+ 0.0361328125,
+ 0.0665283203125,
+ 0.047515869140625,
+ -0.02471923828125,
+ -0.06353759765625,
+ -0.01995849609375,
+ 0.00868988037109375,
+ -0.038848876953125,
+ -0.055938720703125,
+ -0.000048279762268066406,
+ 0.043182373046875,
+ -0.052154541015625,
+ -0.0260772705078125,
+ -0.0101165771484375,
+ -0.004886627197265625,
+ 0.00838470458984375,
+ 0.01364898681640625,
+ -0.016082763671875,
+ 0.0399169921875,
+ 0.0036144256591796875,
+ -0.04180908203125,
+ 0.0028171539306640625,
+ 0.0023937225341796875,
+ 0.0104522705078125,
+ 0.036651611328125,
+ 0.053497314453125,
+ -0.006519317626953125,
+ 0.0287933349609375,
+ 0.008453369140625,
+ 0.0361328125,
+ 0.0191497802734375,
+ 0.048614501953125,
+ 0.019683837890625,
+ 0.0304107666015625,
+ 0.045074462890625,
+ 0.0304107666015625,
+ -0.0137176513671875,
+ -0.005840301513671875,
+ 0.01018524169921875,
+ 0.03692626953125,
+ 0.038299560546875,
+ 0.057830810546875,
+ 0.0143280029296875,
+ 0.012359619140625,
+ -0.017181396484375,
+ -0.05511474609375,
+ 0.0017566680908203125,
+ 0.0082855224609375,
+ 0.0033435821533203125,
+ -0.0289154052734375,
+ -0.01473236083984375,
+ 0.027557373046875,
+ -0.0261993408203125,
+ 0.039642333984375,
+ 0.0011968612670898438,
+ -0.019012451171875,
+ -0.0059051513671875,
+ 0.045623779296875,
+ -0.0287933349609375,
+ -0.041290283203125,
+ 0.0171051025390625,
+ -0.018463134765625,
+ -0.046966552734375,
+ -0.03082275390625,
+ -0.0291900634765625,
+ 0.04534912109375,
+ -0.021728515625,
+ -0.054046630859375,
+ -0.0222625732421875,
+ 0.054595947265625,
+ -0.00821685791015625,
+ -0.0096435546875,
+ -0.02117919921875,
+ -0.0116119384765625,
+ -0.01140594482421875,
+ -0.036376953125,
+ -0.0374755859375,
+ -0.028106689453125,
+ 0.010589599609375,
+ -0.0302734375,
+ 0.00370025634765625,
+ -0.00444793701171875,
+ 0.017791748046875,
+ -0.022674560546875,
+ -0.0125579833984375,
+ -0.020233154296875,
+ 0.0285186767578125,
+ -0.044525146484375,
+ 0.052947998046875,
+ 0.03082275390625,
+ 0.0264739990234375,
+ 0.04400634765625,
+ 0.0809326171875,
+ 0.006313323974609375,
+ 0.01309967041015625,
+ 0.007366180419921875,
+ -0.0567626953125,
+ 0.01806640625,
+ 0.029327392578125,
+ 0.0158233642578125,
+ -0.06732177734375,
+ -0.01364898681640625,
+ 0.05023193359375,
+ -0.0567626953125,
+ -0.00249481201171875,
+ 0.02362060546875,
+ -0.02838134765625,
+ -0.04425048828125,
+ 0.01093292236328125,
+ -0.000339508056640625,
+ 0.0070953369140625,
+ 0.07928466796875,
+ 0.0045166015625,
+ -0.00399017333984375,
+ 0.02362060546875,
+ -0.04779052734375,
+ 0.049957275390625,
+ 0.0264739990234375,
+ 0.0169677734375,
+ -0.055389404296875,
+ 0.00011402368545532227,
+ 0.0198211669921875,
+ -0.0304107666015625,
+ -0.0013408660888671875,
+ -0.049957275390625,
+ -0.0062103271484375,
+ 0.0350341796875,
+ 0.0245819091796875,
+ -0.0134429931640625,
+ -0.0230865478515625,
+ -0.0447998046875,
+ -0.022003173828125,
+ -0.020233154296875,
+ 0.019287109375,
+ 0.006549835205078125,
+ -0.003173828125,
+ -0.031646728515625,
+ -0.0017061233520507812,
+ 0.0028514862060546875,
+ -0.05023193359375,
+ -0.04534912109375,
+ -0.040191650390625,
+ 0.036376953125,
+ 0.0055999755859375,
+ -0.045074462890625,
+ -0.0031223297119140625,
+ 0.023223876953125,
+ 0.0261993408203125,
+ 0.0260772705078125,
+ 0.070068359375,
+ -0.037750244140625,
+ -0.0270233154296875,
+ 0.009979248046875,
+ 0.0543212890625,
+ 0.003734588623046875,
+ -0.0045166015625,
+ -0.0008187294006347656,
+ 0.0173187255859375,
+ 0.048065185546875,
+ -0.034088134765625,
+ 0.040740966796875,
+ 0.03216552734375,
+ -0.00791168212890625,
+ -0.049163818359375,
+ -0.01323699951171875,
+ -0.0252532958984375,
+ 0.0302734375,
+ -0.00977325439453125,
+ 0.0423583984375,
+ -0.0168304443359375,
+ -0.00414276123046875,
+ -0.1102294921875,
+ 0.041534423828125,
+ -0.031494140625,
+ 0.00855255126953125,
+ 0.00787353515625,
+ -0.0140533447265625,
+ -0.0638427734375,
+ -0.0423583984375,
+ -0.024169921875,
+ 0.009033203125,
+ -0.03692626953125,
+ 0.013916015625,
+ 0.014190673828125,
+ 0.004039764404296875,
+ 0.01187896728515625,
+ 0.016571044921875,
+ 0.00672149658203125,
+ 0.05487060546875,
+ 0.01873779296875,
+ -0.0255279541015625,
+ 0.05511474609375,
+ -0.03857421875,
+ 0.01113128662109375,
+ -0.00634765625,
+ 0.01439666748046875,
+ 0.003208160400390625,
+ -0.0122222900390625,
+ -0.04779052734375,
+ -0.032318115234375,
+ 0.005702972412109375,
+ 0.06951904296875,
+ -0.0203704833984375,
+ 0.0282440185546875,
+ -0.0116119384765625,
+ 0.048065185546875,
+ -0.00461578369140625,
+ -0.01439666748046875,
+ 0.0034618377685546875,
+ 0.01174163818359375,
+ -0.017791748046875,
+ -0.01229095458984375,
+ -0.060821533203125,
+ -0.0869140625,
+ 0.00943756103515625,
+ -0.0654296875,
+ -0.00113677978515625,
+ 0.016082763671875,
+ 0.0213165283203125,
+ 0.003887176513671875,
+ -0.01806640625,
+ 0.032318115234375,
+ -0.0213165283203125,
+ -0.01290130615234375,
+ -0.01337432861328125,
+ 0.0183258056640625,
+ -0.01229095458984375,
+ 0.022003173828125,
+ 0.038299560546875,
+ -0.0276947021484375,
+ 0.01309967041015625,
+ -0.01248931884765625,
+ -0.0059051513671875,
+ -0.032440185546875,
+ 0.0017223358154296875,
+ -0.0234832763671875,
+ 0.0291900634765625,
+ -0.0270233154296875,
+ -0.01873779296875,
+ 0.0116119384765625,
+ 0.035858154296875,
+ 0.0225372314453125,
+ -0.036376953125,
+ 0.0543212890625,
+ -0.0294647216796875,
+ -0.054595947265625,
+ 0.032867431640625,
+ -0.007366180419921875,
+ -0.037750244140625,
+ 0.0228118896484375,
+ 0.0067901611328125,
+ -0.0110626220703125,
+ 0.016082763671875,
+ 0.033935546875,
+ 0.038848876953125,
+ 0.037200927734375,
+ 0.0289154052734375,
+ -0.0249786376953125,
+ -0.00957489013671875,
+ -0.0133056640625,
+ 0.05133056640625,
+ 0.0282440185546875,
+ 0.023895263671875,
+ 0.0198211669921875,
+ 0.0306854248046875,
+ 0.00042438507080078125,
+ -0.09124755859375,
+ 0.017242431640625,
+ 0.005397796630859375,
+ -0.04180908203125,
+ 0.0261993408203125,
+ 0.06353759765625,
+ 0.04290771484375,
+ 0.0125579833984375,
+ 0.039642333984375,
+ 0.049957275390625,
+ 0.04290771484375,
+ -0.00841522216796875,
+ -0.024444580078125,
+ -0.072265625,
+ -0.021453857421875,
+ 0.0037670135498046875,
+ 0.0085906982421875,
+ -0.061920166015625,
+ 0.0654296875,
+ 0.0711669921875,
+ -0.022125244140625,
+ -0.01486968994140625,
+ -0.01126861572265625,
+ -0.0133056640625,
+ 0.04345703125,
+ 0.047515869140625,
+ 0.01229095458984375,
+ -0.0640869140625,
+ 0.031494140625,
+ 0.019683837890625,
+ -0.026336669921875,
+ -0.011810302734375,
+ 0.00882720947265625,
+ -0.0300140380859375,
+ 0.040191650390625,
+ -0.0809326171875,
+ -0.007568359375,
+ -0.0005259513854980469,
+ 0.060546875,
+ 0.0131683349609375,
+ -0.037750244140625,
+ -0.01398468017578125,
+ 0.020904541015625,
+ 0.007297515869140625,
+ -0.0110626220703125,
+ 0.01140594482421875,
+ 0.023223876953125,
+ -0.01303863525390625,
+ 0.040740966796875,
+ 0.03271484375,
+ 0.0038700103759765625,
+ 0.0447998046875,
+ 0.01513671875,
+ -0.061370849609375,
+ 0.0176544189453125,
+ 0.011810302734375,
+ 0.0037174224853515625,
+ -0.01004791259765625,
+ -0.039093017578125,
+ -0.0173187255859375,
+ -0.0276947021484375,
+ 0.014190673828125,
+ -0.0101165771484375,
+ 0.0294647216796875,
+ 0.0125579833984375,
+ -0.0107269287109375,
+ -0.01364898681640625,
+ 0.008148193359375,
+ 0.00685882568359375,
+ 0.05487060546875,
+ 0.0300140380859375,
+ 0.01140594482421875,
+ 0.0125579833984375,
+ 0.036376953125,
+ 0.01215362548828125,
+ -0.025665283203125,
+ 0.030548095703125,
+ -0.06298828125,
+ 0.006755828857421875,
+ -0.031646728515625,
+ -0.0005898475646972656,
+ 0.0030040740966796875,
+ -0.0145263671875,
+ -0.021728515625,
+ -0.0276947021484375,
+ 0.01548004150390625,
+ -0.00909423828125,
+ -0.03326416015625,
+ -0.0012388229370117188,
+ 0.05377197265625,
+ -0.03558349609375,
+ 0.01629638671875,
+ 0.01995849609375,
+ -0.0088958740234375,
+ -0.01262664794921875,
+ -0.06732177734375,
+ 0.079833984375,
+ 0.050506591796875,
+ 0.01052093505859375,
+ -0.0070953369140625,
+ 0.0245819091796875,
+ 0.050506591796875,
+ 0.0034618377685546875,
+ 0.00716400146484375,
+ 0.034088134765625,
+ -0.00023126602172851562,
+ 0.06219482421875,
+ 0.0662841796875,
+ 0.0264739990234375,
+ -0.042633056640625,
+ 0.037750244140625,
+ 0.0013322830200195312,
+ -0.051605224609375,
+ 0.030548095703125,
+ 0.01751708984375,
+ 0.0261993408203125,
+ -0.020233154296875,
+ -0.02294921875,
+ -0.01561737060546875,
+ -0.037750244140625,
+ 0.05377197265625,
+ 0.0170440673828125,
+ -0.01425933837890625,
+ 0.0255279541015625,
+ -0.0556640625,
+ 0.0399169921875,
+ -0.00249481201171875,
+ 0.052947998046875,
+ -0.041534423828125,
+ 0.0494384765625,
+ -0.01412200927734375,
+ -0.0119476318359375,
+ 0.021453857421875,
+ 0.035858154296875,
+ -0.025390625,
+ 0.006450653076171875,
+ -0.003139495849609375,
+ 0.0567626953125,
+ 0.04046630859375,
+ 0.01534271240234375,
+ -0.0423583984375,
+ -0.0064849853515625,
+ 0.005466461181640625,
+ -0.0255279541015625,
+ 0.02117919921875,
+ -0.021728515625,
+ -0.01187896728515625,
+ -0.00339508056640625,
+ 0.03271484375,
+ 0.04833984375,
+ -0.022003173828125,
+ 0.04180908203125,
+ 0.0194244384765625,
+ 0.0006875991821289062,
+ -0.003582000732421875,
+ -0.028106689453125
+ ],
+ "metadata": {
+ "domains": [
+ "ics-forensics",
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "system-metadata",
+ "artifact-parser",
+ "cross-platform",
+ "scripting",
+ "opensource",
+ "plc-analysis",
+ "scada-forensics",
+ "ladder-logic",
+ "protocol-parser",
+ "configuration-analysis",
+ "ot-security"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Rekall",
+ "type": "tool",
+ "name": "Rekall",
+ "content": "rekall memory-analysis-framework mit cloud-scale-capabilities und innovativer live-memory-analysis über http-endpoints für remote-forensics. aff4-streaming-support ermöglicht untersuchung von memory-dumps ohne lokale storage durch on-demand-block-loading. jupyter-notebook-integration schafft interaktive speicher-forensik-umgebung für collaboration zwischen analysten und dokumentation. web-ui demokratisiert memory-forensics für nicht-technische ermittler durch point-and-click-interface. besonders stark bei verteilten ermittlungen und cloud-infrastructure-analysis mit horizontaler skalierung. python-api ermöglicht custom-plugin-development, obwohl google development 2018 zugunsten anderer projekte einstellte. memory python incident-response analysis",
+ "embedding": [
+ -0.036773681640625,
+ 0.0284576416015625,
+ 0.04571533203125,
+ -0.007354736328125,
+ 0.054351806640625,
+ 0.027984619140625,
+ -0.01519012451171875,
+ -0.0103912353515625,
+ -0.01959228515625,
+ -0.019500732421875,
+ -0.02862548828125,
+ 0.026214599609375,
+ 0.0110321044921875,
+ 0.01494598388671875,
+ -0.07098388671875,
+ 0.04827880859375,
+ 0.001049041748046875,
+ 0.0209503173828125,
+ 0.01358795166015625,
+ -0.002178192138671875,
+ -0.0182342529296875,
+ -0.04254150390625,
+ -0.048919677734375,
+ 0.00911712646484375,
+ 0.0263824462890625,
+ 0.017425537109375,
+ -0.01959228515625,
+ -0.051177978515625,
+ -0.01519012451171875,
+ -0.01959228515625,
+ 0.00571441650390625,
+ -0.0335693359375,
+ -0.00069427490234375,
+ 0.01806640625,
+ -0.004955291748046875,
+ -0.01215362548828125,
+ 0.022705078125,
+ -0.055328369140625,
+ -0.022857666015625,
+ 0.03533935546875,
+ -0.011993408203125,
+ 0.0198211669921875,
+ 0.0206298828125,
+ -0.00791168212890625,
+ -0.033416748046875,
+ -0.046356201171875,
+ -0.023345947265625,
+ -0.032470703125,
+ 0.01383209228515625,
+ -0.043182373046875,
+ 0.01558685302734375,
+ 0.03228759765625,
+ -0.00751495361328125,
+ -0.0276641845703125,
+ -0.044769287109375,
+ 0.0225372314453125,
+ 0.01415252685546875,
+ 0.01119232177734375,
+ -0.04925537109375,
+ 0.04443359375,
+ -0.042205810546875,
+ -0.033905029296875,
+ -0.00040459632873535156,
+ -0.02142333984375,
+ 0.0297393798828125,
+ 0.06427001953125,
+ -0.032135009765625,
+ -0.035491943359375,
+ 0.0247802734375,
+ -0.004497528076171875,
+ 0.0230255126953125,
+ 0.0110321044921875,
+ -0.0154266357421875,
+ 0.038543701171875,
+ -0.0257415771484375,
+ -0.031646728515625,
+ 0.0243072509765625,
+ 0.040283203125,
+ 0.00531768798828125,
+ -0.007236480712890625,
+ -0.035491943359375,
+ -0.004695892333984375,
+ 0.048919677734375,
+ 0.0168609619140625,
+ -0.029571533203125,
+ -0.00070953369140625,
+ 0.030853271484375,
+ 0.00519561767578125,
+ 0.0036182403564453125,
+ -0.0097503662109375,
+ 0.0011396408081054688,
+ -0.032470703125,
+ 0.01358795166015625,
+ -0.0192718505859375,
+ 0.035491943359375,
+ 0.0479736328125,
+ -0.0173492431640625,
+ -0.006595611572265625,
+ -0.01358795166015625,
+ 0.043487548828125,
+ 0.02813720703125,
+ -0.05914306640625,
+ 0.03948974609375,
+ -0.0159149169921875,
+ 0.028778076171875,
+ -0.024139404296875,
+ 0.0187835693359375,
+ -0.001918792724609375,
+ -0.023345947265625,
+ -0.039642333984375,
+ -0.09912109375,
+ -0.035186767578125,
+ -0.023345947265625,
+ -0.057891845703125,
+ -0.00931549072265625,
+ 0.004795074462890625,
+ -0.009033203125,
+ 0.057891845703125,
+ -0.03564453125,
+ -0.0479736328125,
+ 0.0071563720703125,
+ 0.0203857421875,
+ -0.019500732421875,
+ 0.0345458984375,
+ -0.032928466796875,
+ -0.0201416015625,
+ 0.01031494140625,
+ 0.0191802978515625,
+ -0.01934814453125,
+ 0.0005769729614257812,
+ 0.00244903564453125,
+ -0.0089111328125,
+ 0.00493621826171875,
+ -0.049560546875,
+ 0.0075531005859375,
+ -0.0238189697265625,
+ 0.018463134765625,
+ -0.0015687942504882812,
+ -0.0173492431640625,
+ 0.035003662109375,
+ 0.04925537109375,
+ -0.0199127197265625,
+ -0.03662109375,
+ 0.013671875,
+ -0.0361328125,
+ 0.0017786026000976562,
+ 0.0053558349609375,
+ 0.038360595703125,
+ -0.042205810546875,
+ -0.01055145263671875,
+ -0.01079559326171875,
+ 0.01526641845703125,
+ 0.04925537109375,
+ -0.0028972625732421875,
+ -0.01287078857421875,
+ -0.03582763671875,
+ -0.036773681640625,
+ -0.0120697021484375,
+ 0.0223846435546875,
+ -0.018951416015625,
+ -0.005794525146484375,
+ 0.0173492431640625,
+ 0.0159912109375,
+ 0.0257415771484375,
+ 0.003936767578125,
+ -0.01494598388671875,
+ -0.03900146484375,
+ 0.00875091552734375,
+ 0.025421142578125,
+ 0.00403594970703125,
+ 0.00959014892578125,
+ -0.01247406005859375,
+ 0.055633544921875,
+ 0.0614013671875,
+ -0.008270263671875,
+ 0.0258941650390625,
+ -0.003017425537109375,
+ -0.010711669921875,
+ 0.03070068359375,
+ 0.0263824462890625,
+ -0.00603485107421875,
+ -0.01279449462890625,
+ 0.026214599609375,
+ -0.01702880859375,
+ 0.017822265625,
+ -0.01654052734375,
+ -0.01462554931640625,
+ -0.00015556812286376953,
+ -0.038055419921875,
+ 0.009796142578125,
+ -0.044769287109375,
+ -0.01447296142578125,
+ -0.01247406005859375,
+ 0.0244598388671875,
+ 0.0203857421875,
+ 0.06396484375,
+ 0.0255889892578125,
+ -0.0204620361328125,
+ 0.0191802978515625,
+ 0.00044727325439453125,
+ 0.01151275634765625,
+ 0.042205810546875,
+ -0.005077362060546875,
+ 0.048614501953125,
+ 0.0187835693359375,
+ 0.027496337890625,
+ 0.016632080078125,
+ 0.051177978515625,
+ 0.0206298828125,
+ -0.0181427001953125,
+ 0.00099945068359375,
+ 0.049896240234375,
+ -0.03326416015625,
+ -0.020782470703125,
+ -0.039337158203125,
+ -0.042205810546875,
+ 0.0310211181640625,
+ -0.0247802734375,
+ 0.0006694793701171875,
+ 0.011749267578125,
+ -0.013671875,
+ -0.02398681640625,
+ -0.00971221923828125,
+ 0.0179901123046875,
+ 0.00435638427734375,
+ 0.031982421875,
+ 0.0345458984375,
+ -0.022857666015625,
+ -0.007472991943359375,
+ 0.02142333984375,
+ 0.0008392333984375,
+ 0.04412841796875,
+ -0.01390838623046875,
+ 0.018707275390625,
+ -0.01287078857421875,
+ -0.035491943359375,
+ 0.050537109375,
+ 0.0017185211181640625,
+ 0.018707275390625,
+ 0.0258941650390625,
+ -0.026702880859375,
+ 0.026702880859375,
+ -0.0106353759765625,
+ 0.0238189697265625,
+ 0.051788330078125,
+ -0.01558685302734375,
+ 0.017181396484375,
+ 0.00441741943359375,
+ 0.02813720703125,
+ 0.052764892578125,
+ -0.03948974609375,
+ 0.0053558349609375,
+ -0.06781005859375,
+ -0.021270751953125,
+ -0.0799560546875,
+ -0.042205810546875,
+ -0.01222991943359375,
+ -0.047637939453125,
+ 0.0361328125,
+ -0.0361328125,
+ -0.03533935546875,
+ 0.00447845458984375,
+ 0.0054779052734375,
+ 0.02734375,
+ 0.058502197265625,
+ -0.0002548694610595703,
+ -0.049560546875,
+ 0.00803375244140625,
+ 0.0789794921875,
+ 0.014312744140625,
+ -0.0265350341796875,
+ -0.007312774658203125,
+ 0.006595611572265625,
+ -0.024139404296875,
+ -0.006755828857421875,
+ -0.018310546875,
+ 0.003955841064453125,
+ 0.042205810546875,
+ 0.0190277099609375,
+ 0.01494598388671875,
+ -0.02398681640625,
+ 0.0123138427734375,
+ 0.005634307861328125,
+ 0.03997802734375,
+ -0.03948974609375,
+ 0.0160675048828125,
+ 0.006275177001953125,
+ -0.0032978057861328125,
+ -0.0249481201171875,
+ -0.06298828125,
+ -0.00026607513427734375,
+ 0.05914306640625,
+ 0.0230255126953125,
+ 0.004978179931640625,
+ 0.003337860107421875,
+ -0.05084228515625,
+ 0.0201416015625,
+ -0.0036773681640625,
+ 0.00341796875,
+ 0.0345458984375,
+ 0.043487548828125,
+ -0.04827880859375,
+ 0.01003265380859375,
+ 0.0091552734375,
+ -0.0017986297607421875,
+ -0.05596923828125,
+ -0.032470703125,
+ -0.009674072265625,
+ -0.00855255126953125,
+ -0.04156494140625,
+ -0.01702880859375,
+ 0.0335693359375,
+ -0.033905029296875,
+ 0.0157470703125,
+ -0.00787353515625,
+ -0.01222991943359375,
+ -0.0283050537109375,
+ -0.04443359375,
+ -0.0027980804443359375,
+ -0.022064208984375,
+ -0.031341552734375,
+ -0.00835418701171875,
+ 0.06365966796875,
+ -0.004077911376953125,
+ 0.004238128662109375,
+ -0.006076812744140625,
+ -0.00847625732421875,
+ -0.04156494140625,
+ 0.0133514404296875,
+ -0.0209503173828125,
+ 0.040283203125,
+ -0.01558685302734375,
+ 0.04669189453125,
+ 0.0278167724609375,
+ 0.0204620361328125,
+ 0.019744873046875,
+ 0.04827880859375,
+ 0.031494140625,
+ -0.0236663818359375,
+ 0.009674072265625,
+ -0.01158905029296875,
+ 0.00699615478515625,
+ 0.0113525390625,
+ -0.0168609619140625,
+ -0.038848876953125,
+ -0.01519012451171875,
+ -0.0111083984375,
+ 0.007595062255859375,
+ 0.0199127197265625,
+ 0.0252685546875,
+ 0.01287078857421875,
+ -0.0162353515625,
+ 0.0278167724609375,
+ 0.0655517578125,
+ 0.004238128662109375,
+ 0.1048583984375,
+ -0.0025081634521484375,
+ -0.035491943359375,
+ 0.0097503662109375,
+ 0.033416748046875,
+ 0.01422882080078125,
+ 0.0036563873291015625,
+ 0.048919677734375,
+ 0.01415252685546875,
+ 0.02191162109375,
+ 0.0106353759765625,
+ -0.0215911865234375,
+ 0.03436279296875,
+ -0.007434844970703125,
+ -0.0008592605590820312,
+ 0.00783538818359375,
+ -0.01055145263671875,
+ 0.0311737060546875,
+ 0.04541015625,
+ 0.0186309814453125,
+ 0.0131072998046875,
+ 0.0330810546875,
+ -0.0103912353515625,
+ -0.007633209228515625,
+ -0.0537109375,
+ -0.07708740234375,
+ -0.00867462158203125,
+ 0.03021240234375,
+ 0.00687408447265625,
+ 0.049560546875,
+ -0.0265350341796875,
+ -0.06494140625,
+ 0.033905029296875,
+ -0.02349853515625,
+ 0.0706787109375,
+ 0.06744384765625,
+ 0.0113525390625,
+ 0.02349853515625,
+ 0.0075531005859375,
+ 0.013031005859375,
+ 0.006916046142578125,
+ 0.021270751953125,
+ 0.011749267578125,
+ 0.0330810546875,
+ 0.037078857421875,
+ 0.0252685546875,
+ -0.055328369140625,
+ 0.0215911865234375,
+ 0.030853271484375,
+ 0.0292510986328125,
+ -0.0168609619140625,
+ 0.00635528564453125,
+ -0.00615692138671875,
+ 0.02191162109375,
+ -0.027984619140625,
+ 0.04827880859375,
+ 0.041259765625,
+ 0.00939178466796875,
+ 0.03741455078125,
+ -0.0271759033203125,
+ 0.0297393798828125,
+ -0.036285400390625,
+ 0.01294708251953125,
+ 0.02191162109375,
+ -0.001678466796875,
+ 0.01239013671875,
+ 0.006435394287109375,
+ -0.056610107421875,
+ -0.002918243408203125,
+ 0.02606201171875,
+ -0.045074462890625,
+ 0.0187835693359375,
+ 0.04827880859375,
+ -0.0290985107421875,
+ -0.004756927490234375,
+ -0.0131072998046875,
+ -0.0283050537109375,
+ 0.041900634765625,
+ -0.0247802734375,
+ -0.0428466796875,
+ 0.02349853515625,
+ 0.0038776397705078125,
+ -0.039642333984375,
+ -0.039642333984375,
+ -0.0031185150146484375,
+ 0.004978179931640625,
+ -0.0203857421875,
+ -0.0026187896728515625,
+ 0.0428466796875,
+ -0.02398681640625,
+ -0.0035381317138671875,
+ 0.0361328125,
+ 0.047637939453125,
+ 0.004596710205078125,
+ -0.0290985107421875,
+ 0.047332763671875,
+ -0.0211029052734375,
+ -0.0469970703125,
+ 0.031829833984375,
+ 0.005054473876953125,
+ 0.0292510986328125,
+ -0.024139404296875,
+ -0.037078857421875,
+ -0.00995635986328125,
+ -0.01079559326171875,
+ -0.00811767578125,
+ 0.02142333984375,
+ -0.042205810546875,
+ -0.03582763671875,
+ -0.060760498046875,
+ 0.03948974609375,
+ 0.0131072998046875,
+ 0.034698486328125,
+ 0.00847625732421875,
+ -0.058197021484375,
+ 0.019500732421875,
+ -0.07257080078125,
+ -0.02191162109375,
+ -0.005157470703125,
+ 0.033416748046875,
+ -0.005096435546875,
+ 0.0799560546875,
+ -0.0206298828125,
+ -0.036468505859375,
+ -0.00567626953125,
+ 0.03790283203125,
+ 0.004177093505859375,
+ 0.00811767578125,
+ -0.039337158203125,
+ 0.0572509765625,
+ 0.047637939453125,
+ -0.048919677734375,
+ -0.0175018310546875,
+ 0.0011043548583984375,
+ 0.004917144775390625,
+ 0.048614501953125,
+ -0.021270751953125,
+ -0.005634307861328125,
+ -0.00687408447265625,
+ -0.07000732421875,
+ -0.01326751708984375,
+ -0.04412841796875,
+ -0.0036182403564453125,
+ -0.052764892578125,
+ 0.0345458984375,
+ 0.035491943359375,
+ 0.0001461505889892578,
+ 0.049560546875,
+ 0.0154266357421875,
+ 0.007793426513671875,
+ 0.00787353515625,
+ 0.0028171539306640625,
+ -0.013427734375,
+ 0.035186767578125,
+ -0.058837890625,
+ -0.0265350341796875,
+ -0.0244598388671875,
+ 0.0305328369140625,
+ -0.0292510986328125,
+ 0.011749267578125,
+ 0.00983428955078125,
+ -0.016387939453125,
+ 0.045074462890625,
+ -0.047637939453125,
+ 0.0191802978515625,
+ -0.00939178466796875,
+ -0.0169525146484375,
+ -0.022216796875,
+ -0.008636474609375,
+ 0.00241851806640625,
+ 0.0114288330078125,
+ -0.0024585723876953125,
+ -0.0038967132568359375,
+ 0.040435791015625,
+ -0.056610107421875,
+ 0.03070068359375,
+ 0.0008893013000488281,
+ -0.00325775146484375,
+ 0.02142333984375,
+ -0.0211029052734375,
+ 0.006916046142578125,
+ -0.01727294921875,
+ 0.02813720703125,
+ -0.0123138427734375,
+ -0.04443359375,
+ -0.08636474609375,
+ 0.0067138671875,
+ 0.01031494140625,
+ -0.0255889892578125,
+ -0.0428466796875,
+ -0.050537109375,
+ -0.05499267578125,
+ -0.00719451904296875,
+ 0.04254150390625,
+ 0.02813720703125,
+ 0.020782470703125,
+ -0.0428466796875,
+ -0.039642333984375,
+ 0.0009093284606933594,
+ -0.0292510986328125,
+ 0.055328369140625,
+ -0.0276641845703125,
+ -0.0013589859008789062,
+ -0.01055145263671875,
+ -0.0038166046142578125,
+ 0.01358795166015625,
+ 0.0137481689453125,
+ 0.04412841796875,
+ 0.008270263671875,
+ 0.0215911865234375,
+ -0.01031494140625,
+ 0.00699615478515625,
+ 0.004596710205078125,
+ -0.0249481201171875,
+ -0.0045166015625,
+ -0.022216796875,
+ 0.0251007080078125,
+ -0.02813720703125,
+ -0.0173492431640625,
+ 0.0203094482421875,
+ -0.0019893646240234375,
+ 0.010711669921875,
+ -0.024139404296875,
+ 0.0031185150146484375,
+ 0.0156707763671875,
+ -0.0048980712890625,
+ 0.0382080078125,
+ -0.03021240234375,
+ -0.020782470703125,
+ -0.005237579345703125,
+ -0.01015472412109375,
+ 0.055328369140625,
+ 0.03485107421875,
+ -0.0120697021484375,
+ -0.0270233154296875,
+ 0.0088348388671875,
+ 0.033905029296875,
+ -0.0021991729736328125,
+ -0.019500732421875,
+ -0.02606201171875,
+ 0.0047760009765625,
+ 0.0340576171875,
+ 0.059783935546875,
+ -0.013031005859375,
+ 0.08380126953125,
+ 0.0438232421875,
+ -0.0034580230712890625,
+ 0.01486968994140625,
+ 0.048919677734375,
+ 0.025421142578125,
+ -0.0258941650390625,
+ -0.08251953125,
+ 0.00293731689453125,
+ -0.005954742431640625,
+ -0.016632080078125,
+ -0.042205810546875,
+ -0.0006022453308105469,
+ 0.056610107421875,
+ -0.0748291015625,
+ -0.024627685546875,
+ -0.01390838623046875,
+ 0.01023101806640625,
+ 0.040435791015625,
+ 0.018463134765625,
+ -0.00835418701171875,
+ 0.01806640625,
+ 0.01183319091796875,
+ -0.051177978515625,
+ 0.00855255126953125,
+ -0.004756927490234375,
+ 0.0047760009765625,
+ 0.0340576171875,
+ 0.01247406005859375,
+ 0.00467681884765625,
+ 0.034210205078125,
+ -0.0139923095703125,
+ 0.026214599609375,
+ 0.0203857421875,
+ 0.032470703125,
+ 0.00823211669921875,
+ 0.013031005859375,
+ 0.04412841796875,
+ 0.044769287109375,
+ -0.032135009765625,
+ -0.0238189697265625,
+ 0.0175018310546875,
+ 0.0230255126953125,
+ 0.045074462890625,
+ 0.057891845703125,
+ 0.01294708251953125,
+ 0.034698486328125,
+ 0.01654052734375,
+ -0.0391845703125,
+ -0.004016876220703125,
+ 0.017425537109375,
+ 0.0011644363403320312,
+ -0.046051025390625,
+ -0.043182373046875,
+ 0.0330810546875,
+ -0.0335693359375,
+ 0.0305328369140625,
+ 0.01031494140625,
+ -0.0186309814453125,
+ 0.0037174224853515625,
+ 0.043487548828125,
+ -0.0120697021484375,
+ -0.04827880859375,
+ 0.01454925537109375,
+ -0.027984619140625,
+ -0.01934814453125,
+ -0.0030384063720703125,
+ -0.043182373046875,
+ 0.04571533203125,
+ -0.024139404296875,
+ -0.0537109375,
+ -0.0190277099609375,
+ 0.01470947265625,
+ -0.0192718505859375,
+ -0.045074462890625,
+ -0.0113525390625,
+ 0.0015192031860351562,
+ 0.0005269050598144531,
+ -0.034698486328125,
+ -0.058197021484375,
+ -0.031982421875,
+ 0.005077362060546875,
+ -0.058837890625,
+ 0.0147857666015625,
+ 0.01383209228515625,
+ -0.01183319091796875,
+ -0.00983428955078125,
+ -0.01678466796875,
+ -0.01319122314453125,
+ 0.015106201171875,
+ -0.034698486328125,
+ 0.05340576171875,
+ 0.01287078857421875,
+ 0.0289459228515625,
+ 0.0263824462890625,
+ 0.07708740234375,
+ 0.00911712646484375,
+ 0.017913818359375,
+ -0.0120697021484375,
+ -0.07513427734375,
+ 0.016143798828125,
+ -0.01151275634765625,
+ 0.0058746337890625,
+ -0.07415771484375,
+ 0.018463134765625,
+ 0.054351806640625,
+ -0.054046630859375,
+ 0.0265350341796875,
+ -0.0085906982421875,
+ -0.01526641845703125,
+ -0.03582763671875,
+ 0.01055145263671875,
+ 0.01158905029296875,
+ 0.005634307861328125,
+ 0.0933837890625,
+ -0.01462554931640625,
+ -0.0206298828125,
+ 0.00926971435546875,
+ -0.0604248046875,
+ 0.03662109375,
+ 0.0031585693359375,
+ 0.01959228515625,
+ -0.058837890625,
+ 0.0335693359375,
+ 0.0194244384765625,
+ -0.047332763671875,
+ 0.0088348388671875,
+ -0.0908203125,
+ -0.01470947265625,
+ 0.03070068359375,
+ 0.02398681640625,
+ -0.0200653076171875,
+ -0.01351165771484375,
+ -0.034698486328125,
+ -0.0270233154296875,
+ -0.045074462890625,
+ 0.011993408203125,
+ 0.0091552734375,
+ 0.0133514404296875,
+ -0.03228759765625,
+ 0.003017425537109375,
+ -0.02191162109375,
+ -0.053070068359375,
+ -0.036468505859375,
+ -0.046051025390625,
+ 0.051788330078125,
+ -0.00939178466796875,
+ -0.0479736328125,
+ 0.04254150390625,
+ 0.0183868408203125,
+ 0.016632080078125,
+ 0.0198211669921875,
+ 0.0521240234375,
+ -0.022064208984375,
+ -0.005634307861328125,
+ -0.002777099609375,
+ 0.04443359375,
+ -0.0008544921875,
+ 0.004695892333984375,
+ 0.0167083740234375,
+ 0.01015472412109375,
+ 0.024627685546875,
+ -0.058502197265625,
+ 0.02862548828125,
+ 0.00911712646484375,
+ -0.01422882080078125,
+ -0.038543701171875,
+ -0.01222991943359375,
+ -0.0294189453125,
+ 0.0203094482421875,
+ 0.00377655029296875,
+ 0.049560546875,
+ 0.00429534912109375,
+ -0.0236663818359375,
+ -0.10614013671875,
+ 0.0271759033203125,
+ 0.00445556640625,
+ 0.0201416015625,
+ 0.0033779144287109375,
+ -0.0200653076171875,
+ -0.06781005859375,
+ -0.027496337890625,
+ -0.0048370361328125,
+ 0.013031005859375,
+ -0.0270233154296875,
+ 0.0345458984375,
+ 0.0175933837890625,
+ 0.01351165771484375,
+ 0.017822265625,
+ 0.006793975830078125,
+ -0.009429931640625,
+ 0.056915283203125,
+ 0.01358795166015625,
+ -0.0211029052734375,
+ 0.07354736328125,
+ -0.0428466796875,
+ -0.0016889572143554688,
+ 0.0080718994140625,
+ -0.0008244514465332031,
+ -0.01247406005859375,
+ -0.0192718505859375,
+ -0.0154266357421875,
+ -0.00531768798828125,
+ 0.039642333984375,
+ 0.0238189697265625,
+ -0.0014190673828125,
+ 0.006793975830078125,
+ -0.022857666015625,
+ 0.007434844970703125,
+ 0.01010894775390625,
+ -0.018463134765625,
+ -0.00415802001953125,
+ -0.005596160888671875,
+ -0.01279449462890625,
+ -0.0037174224853515625,
+ -0.058197021484375,
+ -0.09722900390625,
+ 0.02191162109375,
+ -0.075439453125,
+ -0.001468658447265625,
+ 0.01079559326171875,
+ 0.01910400390625,
+ 0.01119232177734375,
+ -0.038848876953125,
+ 0.01526641845703125,
+ -0.0010242462158203125,
+ 0.0053558349609375,
+ -0.005954742431640625,
+ 0.040771484375,
+ 0.005916595458984375,
+ 0.0147857666015625,
+ 0.007472991943359375,
+ -0.01462554931640625,
+ 0.0175018310546875,
+ -0.00823211669921875,
+ -0.0201416015625,
+ -0.0263824462890625,
+ 0.0016584396362304688,
+ -0.02142333984375,
+ 0.0284576416015625,
+ -0.08953857421875,
+ -0.026214599609375,
+ 0.0244598388671875,
+ 0.026702880859375,
+ 0.0127105712890625,
+ -0.022705078125,
+ 0.0386962890625,
+ 0.0009889602661132812,
+ -0.056610107421875,
+ 0.013427734375,
+ -0.006435394287109375,
+ -0.054046630859375,
+ 0.0071563720703125,
+ -0.016143798828125,
+ -0.004116058349609375,
+ -0.0028781890869140625,
+ 0.040435791015625,
+ 0.0310211181640625,
+ 0.060760498046875,
+ -0.002597808837890625,
+ -0.025421142578125,
+ -0.0230255126953125,
+ -0.029571533203125,
+ 0.037078857421875,
+ 0.0159912109375,
+ 0.0236663818359375,
+ 0.0000514984130859375,
+ 0.0127105712890625,
+ -0.028778076171875,
+ -0.07452392578125,
+ -0.0271759033203125,
+ -0.0335693359375,
+ -0.057891845703125,
+ 0.0015392303466796875,
+ 0.09466552734375,
+ 0.03070068359375,
+ 0.0147857666015625,
+ 0.0231781005859375,
+ 0.029571533203125,
+ 0.033721923828125,
+ 0.0175933837890625,
+ -0.02398681640625,
+ -0.058837890625,
+ -0.015106201171875,
+ 0.01351165771484375,
+ 0.0297393798828125,
+ -0.06268310546875,
+ 0.06329345703125,
+ 0.07000732421875,
+ -0.0247802734375,
+ -0.02191162109375,
+ 0.0010089874267578125,
+ 0.00787353515625,
+ 0.035980224609375,
+ 0.0303802490234375,
+ 0.0175018310546875,
+ -0.0546875,
+ 0.0038776397705078125,
+ 0.029571533203125,
+ -0.0215911865234375,
+ -0.021270751953125,
+ -0.022064208984375,
+ -0.00209808349609375,
+ 0.01415252685546875,
+ -0.06365966796875,
+ -0.007354736328125,
+ -0.007354736328125,
+ 0.0687255859375,
+ -0.01447296142578125,
+ -0.042205810546875,
+ -0.016143798828125,
+ 0.0292510986328125,
+ 0.01023101806640625,
+ -0.0183868408203125,
+ 0.02142333984375,
+ 0.02862548828125,
+ -0.02734375,
+ 0.039825439453125,
+ 0.04254150390625,
+ -0.00238800048828125,
+ 0.03533935546875,
+ -0.002658843994140625,
+ -0.04254150390625,
+ 0.009674072265625,
+ 0.0097503662109375,
+ 0.0154266357421875,
+ -0.011749267578125,
+ -0.0278167724609375,
+ 0.0025272369384765625,
+ -0.0290985107421875,
+ 0.043487548828125,
+ 0.008392333984375,
+ 0.04156494140625,
+ 0.01351165771484375,
+ 0.00995635986328125,
+ 0.00335693359375,
+ 0.028778076171875,
+ 0.035491943359375,
+ 0.036773681640625,
+ 0.036773681640625,
+ 0.00603485107421875,
+ 0.0076751708984375,
+ 0.0038776397705078125,
+ 0.0033969879150390625,
+ -0.0200653076171875,
+ 0.051177978515625,
+ -0.03790283203125,
+ 0.0169525146484375,
+ -0.06427001953125,
+ 0.0098724365234375,
+ 0.01239013671875,
+ -0.0143890380859375,
+ -0.00351715087890625,
+ -0.0243072509765625,
+ 0.022064208984375,
+ -0.0206298828125,
+ -0.06298828125,
+ -0.0111083984375,
+ 0.069091796875,
+ -0.036468505859375,
+ 0.01279449462890625,
+ 0.0303802490234375,
+ -0.01239013671875,
+ 0.0192718505859375,
+ -0.0537109375,
+ 0.07708740234375,
+ 0.0340576171875,
+ 0.0335693359375,
+ -0.011749267578125,
+ 0.01519012451171875,
+ 0.043487548828125,
+ 0.00887298583984375,
+ -0.000629425048828125,
+ 0.0163116455078125,
+ -0.005275726318359375,
+ 0.0335693359375,
+ 0.048919677734375,
+ -0.0010042190551757812,
+ -0.039642333984375,
+ 0.0265350341796875,
+ 0.01183319091796875,
+ -0.058502197265625,
+ 0.003017425537109375,
+ 0.0171051025390625,
+ 0.0289459228515625,
+ -0.0167083740234375,
+ -0.026702880859375,
+ -0.0175933837890625,
+ -0.0537109375,
+ 0.036773681640625,
+ 0.0185394287109375,
+ -0.00751495361328125,
+ 0.0159912109375,
+ -0.031829833984375,
+ 0.04669189453125,
+ 0.014312744140625,
+ 0.07000732421875,
+ -0.051788330078125,
+ 0.047637939453125,
+ -0.0025386810302734375,
+ 0.0093536376953125,
+ -0.0159149169921875,
+ 0.01119232177734375,
+ -0.007236480712890625,
+ 0.00499725341796875,
+ -0.0114288330078125,
+ 0.059783935546875,
+ 0.0008244514465332031,
+ 0.01383209228515625,
+ -0.058837890625,
+ -0.0114288330078125,
+ 0.00907135009765625,
+ 0.00907135009765625,
+ 0.03662109375,
+ -0.047332763671875,
+ -0.01007080078125,
+ 0.00783538818359375,
+ 0.027984619140625,
+ 0.062042236328125,
+ -0.01654052734375,
+ 0.0294189453125,
+ -0.00235748291015625,
+ -0.026214599609375,
+ -0.0303802490234375,
+ -0.01255035400390625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "memory",
+ "python"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_File_Access_Timestamp_Analyse",
+ "type": "tool",
+ "name": "Linux File Access Timestamp Analyse",
+ "content": "linux file access timestamp analyse dateizugriffs-rekonstruktion durch stat, ls -l, date -r für access/modify/change-time-analysis. filesystem-metadaten-extraction, touch-command-detection, root-manipulation-identification. correlation mit system-logs für vollständige file-activity-timeline. file-timestamps metadata-analysis access-time modification-time filesystem-analysis static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.0176239013671875,
+ 0.059661865234375,
+ 0.057220458984375,
+ -0.0247650146484375,
+ 0.033843994140625,
+ -0.00998687744140625,
+ 0.02685546875,
+ 0.00521087646484375,
+ -0.00820159912109375,
+ -0.0164031982421875,
+ -0.0244140625,
+ 0.0218048095703125,
+ 0.0206756591796875,
+ -0.033477783203125,
+ -0.039947509765625,
+ 0.0382080078125,
+ 0.01421356201171875,
+ 0.003292083740234375,
+ 0.0211944580078125,
+ -0.011077880859375,
+ -0.0052337646484375,
+ -0.0298309326171875,
+ -0.0390625,
+ 0.003948211669921875,
+ -0.00399017333984375,
+ 0.00087738037109375,
+ -0.00579833984375,
+ -0.07049560546875,
+ -0.00724029541015625,
+ 0.022247314453125,
+ 0.032623291015625,
+ -0.01953125,
+ -0.00414276123046875,
+ 0.04046630859375,
+ 0.00368499755859375,
+ -0.02337646484375,
+ 0.0182342529296875,
+ -0.0662841796875,
+ -0.032257080078125,
+ 0.043792724609375,
+ -0.0341796875,
+ -0.013519287109375,
+ 0.012298583984375,
+ -0.031585693359375,
+ -0.0390625,
+ -0.0014934539794921875,
+ 0.039581298828125,
+ -0.012298583984375,
+ 0.027557373046875,
+ -0.054779052734375,
+ 0.03802490234375,
+ 0.01220703125,
+ 0.0175323486328125,
+ -0.0167388916015625,
+ -0.05859375,
+ 0.032958984375,
+ 0.011077880859375,
+ -0.0157012939453125,
+ -0.035919189453125,
+ 0.022857666015625,
+ -0.06768798828125,
+ -0.0161285400390625,
+ 0.004817962646484375,
+ -0.01526641845703125,
+ 0.0146484375,
+ 0.031585693359375,
+ -0.00998687744140625,
+ -0.036285400390625,
+ 0.00989532470703125,
+ 0.0163116455078125,
+ 0.005428314208984375,
+ -0.005123138427734375,
+ -0.00322723388671875,
+ 0.043792724609375,
+ 0.00010901689529418945,
+ -0.05303955078125,
+ 0.0308685302734375,
+ 0.0161285400390625,
+ -0.023193359375,
+ 0.006061553955078125,
+ -0.0439453125,
+ -0.0163116455078125,
+ 0.0516357421875,
+ 0.0006542205810546875,
+ -0.0204925537109375,
+ -0.003948211669921875,
+ 0.023895263671875,
+ 0.0191802978515625,
+ -0.0167388916015625,
+ -0.025299072265625,
+ 0.040985107421875,
+ -0.01605224609375,
+ 0.0173492431640625,
+ -0.0284271240234375,
+ 0.0247650146484375,
+ 0.05023193359375,
+ 0.006801605224609375,
+ -0.035919189453125,
+ -0.004947662353515625,
+ 0.054779052734375,
+ 0.0201416015625,
+ -0.0418701171875,
+ 0.036102294921875,
+ -0.019622802734375,
+ 0.04412841796875,
+ -0.038909912109375,
+ 0.00881195068359375,
+ 0.005275726318359375,
+ -0.0012969970703125,
+ -0.038909912109375,
+ -0.09906005859375,
+ -0.009552001953125,
+ -0.021636962890625,
+ -0.034698486328125,
+ -0.00968170166015625,
+ -0.00841522216796875,
+ 0.0054931640625,
+ 0.05792236328125,
+ -0.033477783203125,
+ -0.037139892578125,
+ 0.0179595947265625,
+ 0.01212310791015625,
+ -0.0024204254150390625,
+ 0.017181396484375,
+ -0.04779052734375,
+ -0.06695556640625,
+ 0.0082855224609375,
+ 0.027557373046875,
+ -0.027557373046875,
+ -0.0001437664031982422,
+ 0.0038166046142578125,
+ -0.0235443115234375,
+ -0.0140380859375,
+ -0.02947998046875,
+ 0.0015048980712890625,
+ -0.0237274169921875,
+ 0.031402587890625,
+ -0.01186370849609375,
+ -0.010467529296875,
+ 0.0018749237060546875,
+ 0.057220458984375,
+ -0.0161285400390625,
+ -0.060699462890625,
+ -0.0015811920166015625,
+ -0.0237274169921875,
+ 0.00867462158203125,
+ -0.031585693359375,
+ 0.0430908203125,
+ -0.0418701171875,
+ 0.0070648193359375,
+ -0.01273345947265625,
+ 0.038543701171875,
+ 0.05859375,
+ 0.0114288330078125,
+ 0.039947509765625,
+ -0.0638427734375,
+ 0.0115966796875,
+ 0.0018310546875,
+ 0.00989532470703125,
+ 0.0027370452880859375,
+ -0.03070068359375,
+ 0.00836944580078125,
+ -0.00551605224609375,
+ 0.05548095703125,
+ -0.01395416259765625,
+ -0.064208984375,
+ -0.0128173828125,
+ -0.002300262451171875,
+ 0.0108184814453125,
+ 0.00551605224609375,
+ 0.0204010009765625,
+ -0.003139495849609375,
+ 0.05023193359375,
+ 0.055816650390625,
+ 0.006191253662109375,
+ 0.037689208984375,
+ 0.00937652587890625,
+ 0.0026702880859375,
+ 0.07257080078125,
+ 0.0308685302734375,
+ 0.0017004013061523438,
+ -0.02685546875,
+ 0.04779052734375,
+ -0.006847381591796875,
+ 0.025115966796875,
+ -0.00850677490234375,
+ -0.0188446044921875,
+ -0.0261688232421875,
+ -0.0131683349609375,
+ 0.0394287109375,
+ -0.03314208984375,
+ -0.01186370849609375,
+ 0.007587432861328125,
+ 0.02197265625,
+ -0.01186370849609375,
+ 0.076416015625,
+ 0.02459716796875,
+ -0.014739990234375,
+ 0.04412841796875,
+ -0.00551605224609375,
+ 0.0177001953125,
+ 0.0430908203125,
+ -0.017181396484375,
+ 0.04168701171875,
+ 0.05126953125,
+ -0.0018310546875,
+ 0.006542205810546875,
+ 0.032257080078125,
+ 0.040985107421875,
+ -0.005016326904296875,
+ -0.00632476806640625,
+ 0.031219482421875,
+ 0.01526641845703125,
+ -0.027740478515625,
+ -0.043609619140625,
+ -0.037322998046875,
+ 0.022674560546875,
+ -0.04412841796875,
+ -0.00658416748046875,
+ 0.004558563232421875,
+ 0.0012264251708984375,
+ -0.04815673828125,
+ 0.01273345947265625,
+ 0.02459716796875,
+ -0.031585693359375,
+ 0.041168212890625,
+ 0.00946044921875,
+ -0.028961181640625,
+ -0.008941650390625,
+ 0.032440185546875,
+ 0.022674560546875,
+ 0.032623291015625,
+ 0.01050567626953125,
+ 0.012298583984375,
+ 0.013519287109375,
+ -0.020233154296875,
+ 0.05792236328125,
+ 0.0015048980712890625,
+ 0.01090240478515625,
+ 0.0025177001953125,
+ -0.0296478271484375,
+ 0.0025081634521484375,
+ -0.01456451416015625,
+ 0.026336669921875,
+ 0.0199737548828125,
+ -0.02947998046875,
+ 0.0225067138671875,
+ 0.01151275634765625,
+ 0.042724609375,
+ 0.040283203125,
+ -0.04815673828125,
+ 0.0010519027709960938,
+ -0.0732421875,
+ 0.0053863525390625,
+ -0.0565185546875,
+ -0.0272064208984375,
+ -0.0439453125,
+ -0.040283203125,
+ 0.0249481201171875,
+ -0.028778076171875,
+ -0.0042724609375,
+ -0.003314971923828125,
+ 0.002758026123046875,
+ -0.0164794921875,
+ 0.033843994140625,
+ 0.021453857421875,
+ -0.042572021484375,
+ 0.0225067138671875,
+ 0.0784912109375,
+ -0.0333251953125,
+ -0.02825927734375,
+ -0.0175323486328125,
+ 0.010772705078125,
+ -0.0149993896484375,
+ 0.019012451171875,
+ -0.049896240234375,
+ 0.0119476318359375,
+ 0.0223236083984375,
+ 0.0110321044921875,
+ 0.035919189453125,
+ -0.041168212890625,
+ 0.0023975372314453125,
+ -0.01299285888671875,
+ 0.01395416259765625,
+ -0.036285400390625,
+ 0.020751953125,
+ 0.0110321044921875,
+ 0.0120391845703125,
+ -0.0181427001953125,
+ -0.06488037109375,
+ -0.0157928466796875,
+ 0.0242462158203125,
+ -0.01491546630859375,
+ -0.0007686614990234375,
+ 0.0020599365234375,
+ -0.04571533203125,
+ 0.020233154296875,
+ -0.002986907958984375,
+ -0.0186614990234375,
+ 0.0201416015625,
+ 0.031219482421875,
+ -0.03802490234375,
+ 0.01360321044921875,
+ 0.005340576171875,
+ 0.0022125244140625,
+ -0.007717132568359375,
+ -0.03173828125,
+ -0.00023162364959716797,
+ -0.0067596435546875,
+ -0.03192138671875,
+ -0.006542205810546875,
+ 0.0225067138671875,
+ -0.02459716796875,
+ 0.0191802978515625,
+ -0.00701904296875,
+ 0.0035533905029296875,
+ -0.06036376953125,
+ -0.0418701171875,
+ 0.00872039794921875,
+ -0.032623291015625,
+ -0.0242462158203125,
+ -0.042724609375,
+ 0.04571533203125,
+ 0.02154541015625,
+ 0.005474090576171875,
+ 0.005252838134765625,
+ -0.0006132125854492188,
+ -0.00933074951171875,
+ 0.028076171875,
+ -0.036285400390625,
+ 0.051971435546875,
+ 0.006671905517578125,
+ 0.057220458984375,
+ 0.04150390625,
+ 0.007717132568359375,
+ 0.022674560546875,
+ 0.06280517578125,
+ 0.03173828125,
+ -0.01024627685546875,
+ -0.0064544677734375,
+ -0.001155853271484375,
+ -0.00475311279296875,
+ 0.018402099609375,
+ -0.0286102294921875,
+ -0.042388916015625,
+ -0.014739990234375,
+ -0.00806427001953125,
+ 0.022857666015625,
+ 0.05548095703125,
+ 0.031219482421875,
+ 0.0247650146484375,
+ -0.0310516357421875,
+ -0.0266876220703125,
+ 0.06036376953125,
+ -0.0018100738525390625,
+ 0.07049560546875,
+ 0.00754547119140625,
+ -0.048492431640625,
+ 0.0201416015625,
+ 0.02703857421875,
+ -0.0186614990234375,
+ -0.031219482421875,
+ 0.034698486328125,
+ 0.025115966796875,
+ -0.003314971923828125,
+ 0.037506103515625,
+ -0.0369873046875,
+ 0.032806396484375,
+ -0.007411956787109375,
+ 0.05511474609375,
+ -0.01526641845703125,
+ -0.035400390625,
+ 0.021636962890625,
+ 0.043426513671875,
+ 0.0261688232421875,
+ 0.00566864013671875,
+ 0.040130615234375,
+ -0.03558349609375,
+ -0.00383758544921875,
+ -0.0230255126953125,
+ -0.058258056640625,
+ 0.00072479248046875,
+ 0.0211944580078125,
+ 0.00571441650390625,
+ 0.0390625,
+ -0.016571044921875,
+ -0.05615234375,
+ 0.0119476318359375,
+ -0.028076171875,
+ 0.0687255859375,
+ 0.03558349609375,
+ 0.025634765625,
+ 0.0188446044921875,
+ -0.04412841796875,
+ -0.002452850341796875,
+ 0.0201416015625,
+ 0.032257080078125,
+ 0.01125335693359375,
+ 0.026336669921875,
+ 0.0235443115234375,
+ -0.00032711029052734375,
+ -0.042205810546875,
+ 0.010162353515625,
+ 0.0291290283203125,
+ 0.042724609375,
+ -0.0168304443359375,
+ 0.015960693359375,
+ 0.064208984375,
+ 0.0286102294921875,
+ -0.03924560546875,
+ 0.0540771484375,
+ 0.004489898681640625,
+ -0.0213623046875,
+ -0.00399017333984375,
+ -0.0104217529296875,
+ 0.0244140625,
+ -0.0345458984375,
+ 0.003444671630859375,
+ 0.01220703125,
+ 0.025299072265625,
+ 0.0031833648681640625,
+ 0.0303497314453125,
+ -0.04815673828125,
+ 0.028961181640625,
+ 0.054779052734375,
+ -0.0298309326171875,
+ 0.015869140625,
+ 0.020751953125,
+ -0.0128173828125,
+ 0.01666259765625,
+ -0.0131683349609375,
+ -0.053375244140625,
+ 0.0161285400390625,
+ -0.052337646484375,
+ -0.0565185546875,
+ 0.012908935546875,
+ 0.0310516357421875,
+ -0.033477783203125,
+ -0.040130615234375,
+ -0.06805419921875,
+ -0.004642486572265625,
+ 0.005340576171875,
+ -0.0205841064453125,
+ 0.006801605224609375,
+ -0.005275726318359375,
+ 0.0132598876953125,
+ 0.04638671875,
+ 0.040802001953125,
+ -0.004489898681640625,
+ -0.029998779296875,
+ 0.05126953125,
+ -0.0032711029052734375,
+ -0.050933837890625,
+ 0.00632476806640625,
+ 0.0204925537109375,
+ 0.01430511474609375,
+ -0.06317138671875,
+ -0.01395416259765625,
+ 0.0191802978515625,
+ -0.0030307769775390625,
+ 0.0008230209350585938,
+ 0.03070068359375,
+ -0.047454833984375,
+ -0.044647216796875,
+ -0.0164031982421875,
+ 0.0406494140625,
+ 0.00540924072265625,
+ 0.032958984375,
+ 0.02459716796875,
+ -0.0211029052734375,
+ 0.01273345947265625,
+ -0.07080078125,
+ -0.046051025390625,
+ 0.0213623046875,
+ -0.0017547607421875,
+ -0.005035400390625,
+ 0.059661865234375,
+ -0.0182342529296875,
+ -0.040802001953125,
+ -0.0298309326171875,
+ 0.038909912109375,
+ 0.04815673828125,
+ -0.0146484375,
+ -0.02685546875,
+ 0.041168212890625,
+ 0.040283203125,
+ -0.06488037109375,
+ -0.01430511474609375,
+ -0.034027099609375,
+ -0.007587432861328125,
+ 0.028961181640625,
+ -0.052337646484375,
+ -0.003139495849609375,
+ 0.01360321044921875,
+ -0.041168212890625,
+ -0.02215576171875,
+ 0.003204345703125,
+ -0.0244140625,
+ -0.03558349609375,
+ 0.0259857177734375,
+ 0.0126495361328125,
+ 0.029296875,
+ 0.025299072265625,
+ 0.0198822021484375,
+ 0.00640869140625,
+ 0.0044708251953125,
+ -0.0095062255859375,
+ -0.027740478515625,
+ 0.05023193359375,
+ -0.037841796875,
+ -0.046051025390625,
+ -0.0235443115234375,
+ 0.0406494140625,
+ -0.0491943359375,
+ 0.0173492431640625,
+ -0.0125579833984375,
+ -0.0037937164306640625,
+ 0.049896240234375,
+ -0.03436279296875,
+ -0.015350341796875,
+ -0.038909912109375,
+ -0.0128173828125,
+ -0.047088623046875,
+ -0.0235443115234375,
+ -0.01517486572265625,
+ 0.036468505859375,
+ 0.01334381103515625,
+ 0.0006184577941894531,
+ 0.05859375,
+ -0.031585693359375,
+ 0.01125335693359375,
+ 0.0333251953125,
+ -0.006977081298828125,
+ 0.036468505859375,
+ 0.01552581787109375,
+ 0.0017547607421875,
+ 0.0138702392578125,
+ 0.0310516357421875,
+ -0.028778076171875,
+ -0.05267333984375,
+ -0.06732177734375,
+ 0.0296478271484375,
+ -0.0002875328063964844,
+ -0.0015153884887695312,
+ -0.000049054622650146484,
+ -0.039947509765625,
+ -0.0634765625,
+ 0.022247314453125,
+ 0.04046630859375,
+ -0.00368499755859375,
+ -0.01212310791015625,
+ -0.035400390625,
+ -0.0205841064453125,
+ 0.004383087158203125,
+ -0.026336669921875,
+ 0.00998687744140625,
+ -0.01116180419921875,
+ 0.010772705078125,
+ -0.0286102294921875,
+ -0.034027099609375,
+ 0.02337646484375,
+ 0.0321044921875,
+ 0.042205810546875,
+ 0.004055023193359375,
+ 0.0114288330078125,
+ -0.0149993896484375,
+ 0.031219482421875,
+ -0.017181396484375,
+ -0.01308441162109375,
+ -0.007717132568359375,
+ -0.0064544677734375,
+ -0.0017547607421875,
+ -0.06488037109375,
+ -0.0176239013671875,
+ 0.0025177001953125,
+ 0.0201416015625,
+ 0.01273345947265625,
+ -0.0254669189453125,
+ -0.0004115104675292969,
+ 0.018310546875,
+ 0.0034008026123046875,
+ 0.07916259765625,
+ -0.0303497314453125,
+ -0.05267333984375,
+ -0.002986907958984375,
+ -0.00383758544921875,
+ 0.0011987686157226562,
+ 0.01605224609375,
+ 0.0143890380859375,
+ -0.03924560546875,
+ 0.0113372802734375,
+ 0.0516357421875,
+ -0.041351318359375,
+ -0.04571533203125,
+ -0.026519775390625,
+ 0.0126495361328125,
+ 0.008331298828125,
+ 0.040130615234375,
+ 0.0369873046875,
+ 0.038543701171875,
+ 0.00335693359375,
+ -0.005428314208984375,
+ 0.0237274169921875,
+ 0.04412841796875,
+ 0.04638671875,
+ -0.022857666015625,
+ -0.047454833984375,
+ -0.01482391357421875,
+ 0.0107269287109375,
+ -0.02703857421875,
+ -0.025634765625,
+ -0.0052337646484375,
+ 0.057220458984375,
+ -0.040283203125,
+ -0.00846099853515625,
+ 0.00102996826171875,
+ 0.0218963623046875,
+ 0.004055023193359375,
+ 0.0161285400390625,
+ -0.0235443115234375,
+ 0.054779052734375,
+ 0.01090240478515625,
+ -0.050933837890625,
+ 0.01334381103515625,
+ -0.0067596435546875,
+ 0.0007958412170410156,
+ 0.0516357421875,
+ 0.0177001953125,
+ -0.0017004013061523438,
+ 0.03070068359375,
+ -0.00937652587890625,
+ 0.06243896484375,
+ 0.047454833984375,
+ 0.031219482421875,
+ 0.0103759765625,
+ 0.014739990234375,
+ 0.05267333984375,
+ 0.05023193359375,
+ -0.031219482421875,
+ -0.00823974609375,
+ 0.018402099609375,
+ 0.06524658203125,
+ 0.02947998046875,
+ 0.0565185546875,
+ 0.0143890380859375,
+ 0.0126495361328125,
+ 0.005016326904296875,
+ -0.023193359375,
+ 0.004840850830078125,
+ 0.01605224609375,
+ -0.006237030029296875,
+ -0.040802001953125,
+ -0.038909912109375,
+ 0.028961181640625,
+ -0.026336669921875,
+ 0.031402587890625,
+ -0.0024967193603515625,
+ -0.038360595703125,
+ -0.033660888671875,
+ 0.04779052734375,
+ 0.00029158592224121094,
+ -0.023895263671875,
+ 0.0015478134155273438,
+ -0.028778076171875,
+ -0.0157928466796875,
+ -0.028961181640625,
+ -0.04571533203125,
+ 0.028778076171875,
+ -0.035064697265625,
+ -0.05548095703125,
+ -0.0223236083984375,
+ 0.0310516357421875,
+ -0.0259857177734375,
+ -0.0638427734375,
+ -0.0298309326171875,
+ -0.0218963623046875,
+ -0.01395416259765625,
+ -0.014739990234375,
+ -0.0341796875,
+ -0.033843994140625,
+ -0.0146484375,
+ -0.02947998046875,
+ -0.015350341796875,
+ -0.047088623046875,
+ -0.03192138671875,
+ 0.004253387451171875,
+ -0.0037059783935546875,
+ -0.02459716796875,
+ 0.020233154296875,
+ -0.0390625,
+ 0.0394287109375,
+ 0.017181396484375,
+ 0.0140380859375,
+ 0.047454833984375,
+ 0.07464599609375,
+ 0.00579833984375,
+ -0.007633209228515625,
+ -0.0079345703125,
+ -0.06036376953125,
+ 0.008544921875,
+ 0.01421356201171875,
+ 0.022674560546875,
+ -0.032958984375,
+ -0.0132598876953125,
+ 0.062103271484375,
+ -0.08721923828125,
+ 0.005931854248046875,
+ 0.0088958740234375,
+ 0.0004851818084716797,
+ -0.033660888671875,
+ -0.0055389404296875,
+ 0.00823974609375,
+ -0.0046234130859375,
+ 0.068359375,
+ -0.0034008026123046875,
+ -0.0210113525390625,
+ -0.011688232421875,
+ -0.04290771484375,
+ 0.031219482421875,
+ 0.023193359375,
+ -0.0012102127075195312,
+ -0.0254669189453125,
+ 0.018402099609375,
+ 0.0193634033203125,
+ -0.01220703125,
+ 0.0259857177734375,
+ -0.07708740234375,
+ 0.00399017333984375,
+ 0.06036376953125,
+ 0.0217132568359375,
+ -0.019622802734375,
+ 0.0177001953125,
+ -0.029296875,
+ -0.0272064208984375,
+ -0.0321044921875,
+ 0.00749969482421875,
+ 0.003204345703125,
+ -0.00571441650390625,
+ -0.03558349609375,
+ -0.0015153884887695312,
+ -0.0004935264587402344,
+ -0.05023193359375,
+ -0.02032470703125,
+ -0.029296875,
+ 0.03314208984375,
+ -0.01953125,
+ -0.04779052734375,
+ 0.0357666015625,
+ 0.0186614990234375,
+ -0.0146484375,
+ 0.032440185546875,
+ 0.0809326171875,
+ -0.054412841796875,
+ -0.02459716796875,
+ 0.0194549560546875,
+ 0.04168701171875,
+ -0.0025615692138671875,
+ -0.0173492431640625,
+ 0.0161285400390625,
+ 0.0345458984375,
+ 0.040985107421875,
+ -0.0261688232421875,
+ 0.04449462890625,
+ 0.038543701171875,
+ -0.024078369140625,
+ -0.04327392578125,
+ -0.0247650146484375,
+ -0.02459716796875,
+ 0.0247650146484375,
+ -0.01482391357421875,
+ 0.052337646484375,
+ 0.01186370849609375,
+ -0.01369476318359375,
+ -0.06591796875,
+ 0.049896240234375,
+ -0.01971435546875,
+ 0.01247406005859375,
+ 0.0187530517578125,
+ -0.030181884765625,
+ -0.059661865234375,
+ -0.057220458984375,
+ -0.025634765625,
+ 0.0237274169921875,
+ -0.01334381103515625,
+ 0.05548095703125,
+ -0.005168914794921875,
+ 0.022247314453125,
+ 0.0321044921875,
+ -0.025299072265625,
+ 0.002857208251953125,
+ 0.033660888671875,
+ 0.0210113525390625,
+ -0.0187530517578125,
+ 0.04571533203125,
+ -0.0259857177734375,
+ -0.0107269287109375,
+ -0.007587432861328125,
+ -0.0298309326171875,
+ -0.0011882781982421875,
+ -0.01517486572265625,
+ -0.0321044921875,
+ 0.0079345703125,
+ 0.030181884765625,
+ 0.06036376953125,
+ 0.0098114013671875,
+ 0.00946044921875,
+ -0.028778076171875,
+ 0.02197265625,
+ -0.031219482421875,
+ -0.02703857421875,
+ 0.02337646484375,
+ 0.02685546875,
+ -0.01430511474609375,
+ -0.031219482421875,
+ -0.07049560546875,
+ -0.07501220703125,
+ 0.004711151123046875,
+ -0.053375244140625,
+ -0.036285400390625,
+ 0.0206756591796875,
+ -0.0176239013671875,
+ 0.046051025390625,
+ -0.01666259765625,
+ 0.0467529296875,
+ 0.000667572021484375,
+ -0.0113372802734375,
+ -0.02337646484375,
+ 0.029998779296875,
+ -0.0031185150146484375,
+ 0.0181427001953125,
+ -0.01308441162109375,
+ -0.0430908203125,
+ 0.028961181640625,
+ -0.004337310791015625,
+ 0.01273345947265625,
+ -0.0266876220703125,
+ -0.0012865066528320312,
+ -0.016571044921875,
+ 0.01299285888671875,
+ -0.069091796875,
+ 0.0016241073608398438,
+ 0.0169219970703125,
+ 0.0211944580078125,
+ 0.008544921875,
+ -0.022674560546875,
+ 0.005931854248046875,
+ -0.0191802978515625,
+ -0.035064697265625,
+ 0.04168701171875,
+ -0.01971435546875,
+ -0.03436279296875,
+ 0.001068115234375,
+ -0.0191802978515625,
+ -0.033477783203125,
+ 0.025299072265625,
+ 0.033843994140625,
+ 0.0321044921875,
+ 0.01308441162109375,
+ 0.00658416748046875,
+ 0.00963592529296875,
+ -0.015350341796875,
+ -0.02154541015625,
+ 0.0029659271240234375,
+ 0.038360595703125,
+ -0.00719451904296875,
+ -0.010467529296875,
+ 0.020843505859375,
+ 0.00662994384765625,
+ -0.0830078125,
+ 0.00579833984375,
+ -0.0001811981201171875,
+ -0.030181884765625,
+ -0.00815582275390625,
+ 0.08758544921875,
+ 0.00885009765625,
+ 0.0022125244140625,
+ 0.057220458984375,
+ 0.04779052734375,
+ -0.00597381591796875,
+ 0.0197906494140625,
+ 0.006671905517578125,
+ -0.06036376953125,
+ 0.01482391357421875,
+ 0.033477783203125,
+ 0.00867462158203125,
+ -0.052337646484375,
+ 0.05267333984375,
+ 0.06732177734375,
+ -0.025115966796875,
+ -0.01125335693359375,
+ 0.0169219970703125,
+ -0.00994110107421875,
+ 0.03070068359375,
+ 0.0095062255859375,
+ -0.01526641845703125,
+ -0.04779052734375,
+ 0.01849365234375,
+ -0.00536346435546875,
+ 0.0023651123046875,
+ 0.01308441162109375,
+ 0.0002956390380859375,
+ -0.029998779296875,
+ 0.04046630859375,
+ -0.034698486328125,
+ -0.0067138671875,
+ -0.00789642333984375,
+ 0.06243896484375,
+ -0.00885009765625,
+ -0.035064697265625,
+ -0.031585693359375,
+ 0.0491943359375,
+ 0.00006508827209472656,
+ -0.01552581787109375,
+ 0.004055023193359375,
+ 0.007411956787109375,
+ 0.00719451904296875,
+ 0.01482391357421875,
+ 0.081298828125,
+ -0.0007686614990234375,
+ 0.05303955078125,
+ 0.01517486572265625,
+ -0.05511474609375,
+ 0.015350341796875,
+ -0.034881591796875,
+ 0.0168304443359375,
+ 0.0014934539794921875,
+ -0.069091796875,
+ -0.041168212890625,
+ -0.06732177734375,
+ 0.05023193359375,
+ -0.0012159347534179688,
+ 0.023895263671875,
+ 0.029296875,
+ 0.003467559814453125,
+ -0.01247406005859375,
+ 0.01491546630859375,
+ 0.0173492431640625,
+ 0.05615234375,
+ 0.021453857421875,
+ -0.0030307769775390625,
+ 0.01953125,
+ 0.0111236572265625,
+ 0.01360321044921875,
+ -0.06524658203125,
+ 0.02703857421875,
+ -0.028076171875,
+ 0.008331298828125,
+ -0.0272064208984375,
+ 0.01708984375,
+ 0.0144805908203125,
+ -0.037841796875,
+ -0.0259857177734375,
+ -0.0193634033203125,
+ -0.0038585662841796875,
+ -0.03192138671875,
+ -0.047088623046875,
+ -0.035919189453125,
+ 0.0565185546875,
+ -0.01788330078125,
+ 0.0025081634521484375,
+ 0.0204925537109375,
+ -0.027557373046875,
+ -0.0006651878356933594,
+ -0.04638671875,
+ 0.05303955078125,
+ 0.047088623046875,
+ 0.028076171875,
+ -0.006671905517578125,
+ -0.006847381591796875,
+ 0.0201416015625,
+ 0.0079803466796875,
+ 0.051971435546875,
+ 0.01605224609375,
+ -0.00907135009765625,
+ 0.035400390625,
+ 0.07257080078125,
+ 0.004207611083984375,
+ -0.04327392578125,
+ 0.0210113525390625,
+ 0.020233154296875,
+ -0.0439453125,
+ 0.05792236328125,
+ 0.0092010498046875,
+ 0.01526641845703125,
+ -0.0189208984375,
+ -0.005340576171875,
+ -0.020751953125,
+ -0.0537109375,
+ 0.0516357421875,
+ 0.0070648193359375,
+ -0.01055145263671875,
+ 0.018402099609375,
+ -0.04150390625,
+ 0.0321044921875,
+ 0.0008287429809570312,
+ 0.044647216796875,
+ -0.025634765625,
+ 0.04046630859375,
+ -0.00789642333984375,
+ 0.0284271240234375,
+ -0.0003733634948730469,
+ -0.0076751708984375,
+ -0.00820159912109375,
+ 0.009857177734375,
+ -0.01517486572265625,
+ 0.05511474609375,
+ 0.034027099609375,
+ -0.00963592529296875,
+ -0.06939697265625,
+ 0.0015048980712890625,
+ -0.00811004638671875,
+ 0.0015048980712890625,
+ 0.055816650390625,
+ -0.05511474609375,
+ 0.013427734375,
+ 0.0164031982421875,
+ 0.00815582275390625,
+ 0.059295654296875,
+ -0.0115966796875,
+ 0.0308685302734375,
+ 0.003509521484375,
+ -0.0091552734375,
+ -0.0137786865234375,
+ -0.00942230224609375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "file-timestamps",
+ "metadata-analysis",
+ "access-time",
+ "modification-time",
+ "filesystem-analysis"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_UnifiedLogReader",
+ "type": "tool",
+ "name": "UnifiedLogReader",
+ "content": "unifiedlogreader alpha-stadium-parser für macos-unified-logging-system analysiert strukturierte logd-datenbanken für system-event-reconstruction. extrahiert versteckte debug-messages, kernel-events und app-crashes aus tracev3-files. besonders wertvoll bei malware-persistenz-analysis und system-tampering-detection. korreliert events über process-boundaries hinweg. experimentelle software mit begrenzter stability aber einzigartige capabilities. cli log-parser unified-logs python-tool macos-artifacts system-events kernel-analysis experimental incident-response malware-analysis examination analysis",
+ "embedding": [
+ 0.0208587646484375,
+ 0.04486083984375,
+ 0.020111083984375,
+ -0.02984619140625,
+ 0.04339599609375,
+ -0.003963470458984375,
+ 0.0007414817810058594,
+ -0.0096893310546875,
+ -0.00020563602447509766,
+ 0.004150390625,
+ -0.0263214111328125,
+ 0.0775146484375,
+ 0.0038013458251953125,
+ -0.005794525146484375,
+ -0.061553955078125,
+ 0.03985595703125,
+ -0.019561767578125,
+ 0.0161285400390625,
+ -0.0169677734375,
+ 0.001384735107421875,
+ -0.03521728515625,
+ -0.0311431884765625,
+ -0.051910400390625,
+ 0.017059326171875,
+ -0.0035457611083984375,
+ 0.027252197265625,
+ -0.0309600830078125,
+ -0.06304931640625,
+ -0.01910400390625,
+ 0.006954193115234375,
+ 0.0085296630859375,
+ -0.0135345458984375,
+ 0.029296875,
+ 0.0285491943359375,
+ 0.03466796875,
+ -0.0302276611328125,
+ 0.0123291015625,
+ -0.0482177734375,
+ -0.0017499923706054688,
+ 0.051544189453125,
+ -0.0216064453125,
+ 0.00417327880859375,
+ 0.00926971435546875,
+ -0.03411865234375,
+ -0.006954193115234375,
+ -0.035980224609375,
+ 0.01381683349609375,
+ 0.00783538818359375,
+ 0.0289306640625,
+ -0.0400390625,
+ 0.041717529296875,
+ 0.02252197265625,
+ -0.0011997222900390625,
+ -0.0098724365234375,
+ -0.014923095703125,
+ 0.006072998046875,
+ -0.002132415771484375,
+ -0.019287109375,
+ -0.06787109375,
+ 0.0782470703125,
+ -0.0305938720703125,
+ -0.005886077880859375,
+ -0.011962890625,
+ -0.0163116455078125,
+ 0.02447509765625,
+ 0.0259552001953125,
+ -0.02252197265625,
+ -0.005863189697265625,
+ 0.02197265625,
+ 0.0135345458984375,
+ 0.01024627685546875,
+ -0.0134429931640625,
+ -0.00498199462890625,
+ 0.0775146484375,
+ -0.0146484375,
+ -0.061920166015625,
+ -0.0038013458251953125,
+ 0.0252227783203125,
+ 0.0234527587890625,
+ -0.019561767578125,
+ -0.035980224609375,
+ -0.020111083984375,
+ 0.08563232421875,
+ -0.0113067626953125,
+ -0.04449462890625,
+ 0.04449462890625,
+ 0.02911376953125,
+ 0.0211334228515625,
+ -0.00250244140625,
+ 0.006999969482421875,
+ 0.0179901123046875,
+ 0.0164031982421875,
+ 0.01390838623046875,
+ 0.01261138916015625,
+ 0.020111083984375,
+ 0.0704345703125,
+ 0.008575439453125,
+ -0.00792694091796875,
+ -0.0204925537109375,
+ 0.027069091796875,
+ 0.0184478759765625,
+ -0.036895751953125,
+ 0.05303955078125,
+ -0.01751708984375,
+ 0.052276611328125,
+ -0.010101318359375,
+ 0.00685882568359375,
+ 0.0047760009765625,
+ -0.002109527587890625,
+ -0.0178070068359375,
+ -0.12457275390625,
+ -0.027252197265625,
+ -0.0205841064453125,
+ -0.06304931640625,
+ -0.006954193115234375,
+ -0.05303955078125,
+ 0.0042877197265625,
+ 0.03521728515625,
+ -0.035797119140625,
+ -0.0307769775390625,
+ 0.0056304931640625,
+ -0.00676727294921875,
+ 0.00667572021484375,
+ -0.007785797119140625,
+ -0.036346435546875,
+ -0.02197265625,
+ 0.00435638427734375,
+ 0.0132598876953125,
+ -0.012237548828125,
+ -0.0212249755859375,
+ 0.0183563232421875,
+ -0.02911376953125,
+ -0.0073699951171875,
+ -0.022430419921875,
+ 0.017608642578125,
+ -0.02911376953125,
+ 0.0396728515625,
+ -0.01042938232421875,
+ 0.01436614990234375,
+ 0.027435302734375,
+ 0.032989501953125,
+ -0.01214599609375,
+ -0.026885986328125,
+ -0.0185394287109375,
+ -0.027252197265625,
+ 0.0054931640625,
+ -0.0061187744140625,
+ 0.020111083984375,
+ -0.027435302734375,
+ 0.022430419921875,
+ 0.0169677734375,
+ 0.040985107421875,
+ 0.032623291015625,
+ 0.01149749755859375,
+ 0.032440185546875,
+ -0.0496826171875,
+ 0.00676727294921875,
+ -0.0178070068359375,
+ 0.02947998046875,
+ -0.0311431884765625,
+ 0.00848388671875,
+ 0.0189056396484375,
+ -0.004100799560546875,
+ 0.007694244384765625,
+ -0.003429412841796875,
+ -0.046356201171875,
+ -0.00788116455078125,
+ 0.02447509765625,
+ 0.0060272216796875,
+ -0.01181793212890625,
+ 0.012237548828125,
+ -0.022247314453125,
+ 0.061553955078125,
+ 0.057464599609375,
+ -0.00537872314453125,
+ -0.0112152099609375,
+ -0.007740020751953125,
+ 0.0047760009765625,
+ 0.04376220703125,
+ 0.01529693603515625,
+ -0.0083465576171875,
+ -0.026702880859375,
+ 0.06341552734375,
+ 0.0205841064453125,
+ 0.014739990234375,
+ -0.0204925537109375,
+ -0.0259552001953125,
+ -0.01983642578125,
+ -0.00792694091796875,
+ 0.03985595703125,
+ -0.03985595703125,
+ -0.0205841064453125,
+ -0.0184478759765625,
+ 0.036163330078125,
+ -0.01024627685546875,
+ 0.0667724609375,
+ 0.02178955078125,
+ -0.0026531219482421875,
+ 0.03912353515625,
+ -0.011260986328125,
+ 0.060821533203125,
+ 0.0439453125,
+ -0.0006113052368164062,
+ 0.060821533203125,
+ 0.00667572021484375,
+ 0.01154327392578125,
+ -0.0285491943359375,
+ 0.0289306640625,
+ -0.01158905029296875,
+ -0.0278167724609375,
+ -0.0123291015625,
+ 0.045440673828125,
+ -0.00048661231994628906,
+ -0.0181732177734375,
+ -0.02392578125,
+ -0.03448486328125,
+ 0.041717529296875,
+ -0.0231781005859375,
+ -0.0050048828125,
+ -0.00811004638671875,
+ 0.012237548828125,
+ -0.045623779296875,
+ -0.0016574859619140625,
+ 0.026702880859375,
+ -0.01538848876953125,
+ 0.036163330078125,
+ 0.050048828125,
+ -0.01070404052734375,
+ -0.0250244140625,
+ 0.0302276611328125,
+ 0.003940582275390625,
+ 0.019195556640625,
+ -0.01279449462890625,
+ 0.0054931640625,
+ -0.01288604736328125,
+ -0.03857421875,
+ 0.027252197265625,
+ 0.00783538818359375,
+ 0.0335693359375,
+ 0.026885986328125,
+ -0.0279998779296875,
+ 0.02484130859375,
+ -0.01038360595703125,
+ 0.026519775390625,
+ 0.050445556640625,
+ -0.0166015625,
+ 0.0027008056640625,
+ 0.01418304443359375,
+ 0.01511383056640625,
+ 0.061187744140625,
+ -0.0311431884765625,
+ -0.0137176513671875,
+ -0.07342529296875,
+ 0.0203094482421875,
+ -0.06640625,
+ -0.01070404052734375,
+ -0.007740020751953125,
+ -0.0596923828125,
+ 0.055633544921875,
+ -0.055267333984375,
+ 0.0028858184814453125,
+ 0.005794525146484375,
+ 0.01557159423828125,
+ 0.0214080810546875,
+ 0.041534423828125,
+ -0.0189971923828125,
+ -0.05377197265625,
+ 0.0014200210571289062,
+ 0.0689697265625,
+ 0.0206756591796875,
+ -0.012054443359375,
+ 0.0137176513671875,
+ 0.012054443359375,
+ 0.00885009765625,
+ 0.0184478759765625,
+ -0.057464599609375,
+ 0.0072784423828125,
+ 0.050445556640625,
+ 0.0309600830078125,
+ 0.03375244140625,
+ -0.01751708984375,
+ 0.00750732421875,
+ -0.04339599609375,
+ -0.0021209716796875,
+ -0.01520538330078125,
+ 0.01080322265625,
+ -0.0073699951171875,
+ 0.01297760009765625,
+ -0.031890869140625,
+ -0.055267333984375,
+ -0.030029296875,
+ 0.0335693359375,
+ 0.002803802490234375,
+ -0.01436614990234375,
+ -0.006072998046875,
+ -0.055267333984375,
+ -0.0029430389404296875,
+ 0.01065826416015625,
+ -0.0189056396484375,
+ 0.036346435546875,
+ 0.055999755859375,
+ -0.0229949951171875,
+ -0.0001926422119140625,
+ 0.0014543533325195312,
+ 0.0257720947265625,
+ -0.03338623046875,
+ -0.035980224609375,
+ -0.0229034423828125,
+ -0.01154327392578125,
+ -0.042633056640625,
+ -0.00565338134765625,
+ 0.0211334228515625,
+ -0.010894775390625,
+ 0.0234527587890625,
+ -0.022064208984375,
+ -0.01381683349609375,
+ -0.03985595703125,
+ -0.027069091796875,
+ 0.0035915374755859375,
+ -0.00502777099609375,
+ -0.0285491943359375,
+ -0.03948974609375,
+ 0.029296875,
+ -0.01042938232421875,
+ -0.0020503997802734375,
+ -0.0335693359375,
+ -0.012420654296875,
+ -0.0693359375,
+ -0.00110626220703125,
+ -0.0237274169921875,
+ -0.011962890625,
+ -0.01557159423828125,
+ 0.0228118896484375,
+ 0.031341552734375,
+ 0.0204010009765625,
+ 0.0216064453125,
+ 0.052276611328125,
+ -0.01427459716796875,
+ 0.0019931793212890625,
+ -0.007694244384765625,
+ -0.0083465576171875,
+ -0.01548004150390625,
+ 0.01316070556640625,
+ -0.01381683349609375,
+ -0.01511383056640625,
+ -0.014556884765625,
+ -0.0287322998046875,
+ 0.01538848876953125,
+ 0.004680633544921875,
+ 0.0208587646484375,
+ 0.01316070556640625,
+ -0.02484130859375,
+ 0.0086669921875,
+ 0.05340576171875,
+ 0.0208587646484375,
+ 0.10162353515625,
+ -0.016876220703125,
+ -0.0335693359375,
+ 0.007785797119140625,
+ 0.022430419921875,
+ 0.005329132080078125,
+ 0.021514892578125,
+ 0.0208587646484375,
+ 0.0181732177734375,
+ 0.0205841064453125,
+ 0.01983642578125,
+ -0.0255889892578125,
+ 0.037628173828125,
+ 0.0235443115234375,
+ 0.004566192626953125,
+ 0.00310516357421875,
+ -0.0034770965576171875,
+ 0.0296630859375,
+ 0.0343017578125,
+ 0.026519775390625,
+ 0.0204925537109375,
+ 0.05303955078125,
+ -0.0489501953125,
+ -0.03948974609375,
+ -0.02911376953125,
+ -0.059326171875,
+ 0.0010194778442382812,
+ -0.004726409912109375,
+ 0.01557159423828125,
+ 0.06524658203125,
+ -0.0231781005859375,
+ -0.0489501953125,
+ 0.01715087890625,
+ -0.02911376953125,
+ 0.06524658203125,
+ 0.0307769775390625,
+ -0.0013036727905273438,
+ 0.01678466796875,
+ -0.00936126708984375,
+ -0.0008168220520019531,
+ 0.02392578125,
+ 0.007183074951171875,
+ 0.041168212890625,
+ 0.041534423828125,
+ 0.01261138916015625,
+ -0.0038013458251953125,
+ -0.031890869140625,
+ -0.0135345458984375,
+ 0.035400390625,
+ 0.033203125,
+ -0.01251220703125,
+ 0.0007328987121582031,
+ 0.041351318359375,
+ 0.0400390625,
+ -0.01381683349609375,
+ 0.036895751953125,
+ 0.037078857421875,
+ -0.008758544921875,
+ 0.005146026611328125,
+ 0.0023288726806640625,
+ 0.00551605224609375,
+ -0.06640625,
+ 0.006443023681640625,
+ 0.0184478759765625,
+ 0.0012454986572265625,
+ 0.0254058837890625,
+ 0.0207672119140625,
+ -0.044677734375,
+ 0.0309600830078125,
+ 0.0478515625,
+ -0.046905517578125,
+ 0.007602691650390625,
+ 0.0400390625,
+ -0.014739990234375,
+ 0.006580352783203125,
+ -0.0161285400390625,
+ -0.05340576171875,
+ 0.01715087890625,
+ -0.0166015625,
+ -0.06414794921875,
+ 0.0283660888671875,
+ 0.031341552734375,
+ -0.06378173828125,
+ -0.0304107666015625,
+ -0.02410888671875,
+ -0.0026073455810546875,
+ -0.0136260986328125,
+ -0.03521728515625,
+ 0.032073974609375,
+ -0.0205841064453125,
+ -0.01483154296875,
+ 0.042816162109375,
+ 0.035797119140625,
+ -0.0038471221923828125,
+ -0.031341552734375,
+ 0.0496826171875,
+ -0.0289306640625,
+ -0.050048828125,
+ 0.0443115234375,
+ 0.029296875,
+ 0.02392578125,
+ -0.03485107421875,
+ -0.031707763671875,
+ 0.0223388671875,
+ 0.017059326171875,
+ 0.00274658203125,
+ 0.016876220703125,
+ -0.046356201171875,
+ -0.037628173828125,
+ -0.0343017578125,
+ 0.0596923828125,
+ 0.026519775390625,
+ 0.0343017578125,
+ -0.007785797119140625,
+ -0.05303955078125,
+ 0.0183563232421875,
+ -0.055267333984375,
+ -0.012237548828125,
+ -0.0025844573974609375,
+ 0.00899505615234375,
+ 0.0023632049560546875,
+ 0.0693359375,
+ -0.0311431884765625,
+ -0.00017750263214111328,
+ -0.002689361572265625,
+ 0.0496826171875,
+ 0.01080322265625,
+ 0.00885009765625,
+ -0.04522705078125,
+ 0.05487060546875,
+ 0.0235443115234375,
+ -0.042083740234375,
+ -0.0007762908935546875,
+ -0.0016803741455078125,
+ 0.0025615692138671875,
+ 0.0083465576171875,
+ -0.06414794921875,
+ -0.02001953125,
+ -0.00363922119140625,
+ -0.0443115234375,
+ -0.031707763671875,
+ -0.00421905517578125,
+ -0.01181793212890625,
+ -0.01483154296875,
+ 0.01214599609375,
+ 0.0335693359375,
+ 0.002445220947265625,
+ 0.01983642578125,
+ 0.0014829635620117188,
+ -0.0252227783203125,
+ 0.0072784423828125,
+ 0.00917816162109375,
+ -0.033203125,
+ 0.0134429931640625,
+ -0.05450439453125,
+ -0.02252197265625,
+ -0.026702880859375,
+ 0.0162200927734375,
+ -0.031707763671875,
+ 0.01024627685546875,
+ -0.0259552001953125,
+ -0.019744873046875,
+ 0.03521728515625,
+ -0.0343017578125,
+ 0.01251220703125,
+ -0.01140594482421875,
+ -0.027252197265625,
+ -0.02911376953125,
+ -0.0208587646484375,
+ 0.0283660888671875,
+ 0.01029205322265625,
+ -0.0112152099609375,
+ 0.0252227783203125,
+ 0.03857421875,
+ -0.0107574462890625,
+ 0.006072998046875,
+ 0.012237548828125,
+ -0.014556884765625,
+ 0.00537872314453125,
+ -0.007415771484375,
+ 0.0188140869140625,
+ -0.003753662109375,
+ 0.0263214111328125,
+ -0.027069091796875,
+ -0.031341552734375,
+ -0.0689697265625,
+ 0.027435302734375,
+ 0.007785797119140625,
+ -0.0207672119140625,
+ -0.01214599609375,
+ -0.033203125,
+ -0.0986328125,
+ -0.0088043212890625,
+ 0.056732177734375,
+ 0.036346435546875,
+ -0.01158905029296875,
+ -0.0307769775390625,
+ -0.0098724365234375,
+ -0.01056671142578125,
+ -0.033935546875,
+ 0.051177978515625,
+ -0.01288604736328125,
+ -0.0027923583984375,
+ 0.0026416778564453125,
+ -0.0482177734375,
+ 0.026702880859375,
+ 0.0041961669921875,
+ 0.0304107666015625,
+ 0.0196533203125,
+ -0.0026645660400390625,
+ -0.0134429931640625,
+ 0.02484130859375,
+ 0.01511383056640625,
+ -0.01015472412109375,
+ -0.00811004638671875,
+ -0.0213165283203125,
+ 0.006999969482421875,
+ -0.0183563232421875,
+ -0.0169677734375,
+ -0.0073699951171875,
+ 0.01399993896484375,
+ 0.0022830963134765625,
+ -0.02484130859375,
+ -0.0034999847412109375,
+ 0.0179901123046875,
+ 0.00848388671875,
+ 0.0675048828125,
+ -0.00616455078125,
+ -0.032989501953125,
+ 0.0146484375,
+ -0.01172637939453125,
+ 0.0771484375,
+ 0.032073974609375,
+ 0.01910400390625,
+ -0.0178070068359375,
+ 0.00936126708984375,
+ 0.027069091796875,
+ -0.017242431640625,
+ -0.040985107421875,
+ -0.0257720947265625,
+ -0.0163116455078125,
+ 0.010986328125,
+ 0.07122802734375,
+ 0.00824737548828125,
+ 0.060455322265625,
+ -0.00824737548828125,
+ 0.0017499923706054688,
+ 0.044677734375,
+ 0.029296875,
+ 0.037994384765625,
+ 0.0003361701965332031,
+ -0.03857421875,
+ -0.001506805419921875,
+ -0.0276336669921875,
+ -0.0169677734375,
+ -0.046356201171875,
+ -0.00363922119140625,
+ 0.03839111328125,
+ -0.07379150390625,
+ -0.035400390625,
+ -0.0132598876953125,
+ -0.0136260986328125,
+ 0.036895751953125,
+ 0.005168914794921875,
+ -0.01947021484375,
+ 0.0185394287109375,
+ 0.03411865234375,
+ -0.05450439453125,
+ 0.01149749755859375,
+ 0.0019350051879882812,
+ 0.005283355712890625,
+ 0.06304931640625,
+ 0.0343017578125,
+ -0.01436614990234375,
+ 0.014739990234375,
+ 0.0050048828125,
+ 0.0207672119140625,
+ 0.0206756591796875,
+ 0.0186309814453125,
+ 0.0017499923706054688,
+ 0.01136016845703125,
+ 0.05859375,
+ 0.056732177734375,
+ -0.0227203369140625,
+ -0.009735107421875,
+ 0.01279449462890625,
+ 0.0083465576171875,
+ 0.00904083251953125,
+ 0.026885986328125,
+ -0.01297760009765625,
+ -0.01446533203125,
+ -0.0137176513671875,
+ -0.045623779296875,
+ 0.003082275390625,
+ 0.0237274169921875,
+ -0.004241943359375,
+ -0.06640625,
+ -0.02947998046875,
+ -0.00885009765625,
+ -0.042449951171875,
+ 0.03448486328125,
+ 0.026702880859375,
+ -0.02410888671875,
+ -0.0213165283203125,
+ 0.0482177734375,
+ -0.017425537109375,
+ -0.07232666015625,
+ -0.005100250244140625,
+ -0.0283660888671875,
+ -0.019287109375,
+ -0.02410888671875,
+ -0.046173095703125,
+ 0.0311431884765625,
+ -0.03466796875,
+ -0.0212249755859375,
+ -0.02484130859375,
+ 0.03521728515625,
+ -0.0164031982421875,
+ -0.03857421875,
+ -0.0204925537109375,
+ 0.01029205322265625,
+ 0.019744873046875,
+ -0.0158538818359375,
+ -0.041900634765625,
+ -0.00363922119140625,
+ 0.0018892288208007812,
+ -0.060455322265625,
+ -0.001049041748046875,
+ -0.0203094482421875,
+ -0.02197265625,
+ -0.006954193115234375,
+ -0.027069091796875,
+ -0.0396728515625,
+ 0.06451416015625,
+ -0.036529541015625,
+ 0.0389404296875,
+ 0.01316070556640625,
+ 0.0404052734375,
+ 0.0289306640625,
+ 0.057098388671875,
+ -0.02984619140625,
+ 0.00899505615234375,
+ 0.005771636962890625,
+ -0.06378173828125,
+ 0.01163482666015625,
+ -0.005237579345703125,
+ 0.037261962890625,
+ -0.06597900390625,
+ 0.0204010009765625,
+ 0.05340576171875,
+ -0.060821533203125,
+ 0.01015472412109375,
+ 0.0003361701965332031,
+ -0.01983642578125,
+ -0.050811767578125,
+ 0.006534576416015625,
+ 0.0123291015625,
+ 0.0134429931640625,
+ 0.09197998046875,
+ -0.0166015625,
+ 0.006072998046875,
+ 0.0072784423828125,
+ -0.077880859375,
+ 0.0860595703125,
+ -0.0123291015625,
+ 0.0259552001953125,
+ -0.044677734375,
+ 0.020111083984375,
+ 0.0211334228515625,
+ -0.01409149169921875,
+ 0.0007534027099609375,
+ -0.06378173828125,
+ 0.0059814453125,
+ 0.00904083251953125,
+ 0.01186370849609375,
+ -0.01116943359375,
+ 0.014556884765625,
+ -0.036712646484375,
+ -0.03411865234375,
+ -0.01163482666015625,
+ 0.0032444000244140625,
+ 0.0204010009765625,
+ 0.00009632110595703125,
+ -0.0156707763671875,
+ -0.00103759765625,
+ 0.00945281982421875,
+ -0.0255889892578125,
+ -0.04486083984375,
+ -0.0400390625,
+ 0.05377197265625,
+ -0.003917694091796875,
+ -0.050445556640625,
+ 0.036529541015625,
+ 0.0146484375,
+ 0.017608642578125,
+ 0.01399993896484375,
+ 0.047454833984375,
+ -0.04412841796875,
+ 0.0035228729248046875,
+ 0.0099639892578125,
+ 0.0161285400390625,
+ 0.0287322998046875,
+ 0.0156707763671875,
+ 0.00002753734588623047,
+ 0.01033782958984375,
+ 0.0029201507568359375,
+ -0.0211334228515625,
+ 0.0482177734375,
+ 0.07379150390625,
+ -0.0146484375,
+ -0.08233642578125,
+ -0.0382080078125,
+ -0.0011358261108398438,
+ 0.01538848876953125,
+ -0.03448486328125,
+ 0.042449951171875,
+ -0.006580352783203125,
+ 0.004680633544921875,
+ -0.0789794921875,
+ 0.046173095703125,
+ -0.00667572021484375,
+ 0.046905517578125,
+ 0.01418304443359375,
+ -0.0223388671875,
+ -0.07196044921875,
+ -0.06787109375,
+ -0.0296630859375,
+ 0.027252197265625,
+ -0.0135345458984375,
+ 0.0489501953125,
+ 0.0180816650390625,
+ 0.0169677734375,
+ 0.02197265625,
+ -0.0107574462890625,
+ -0.0072784423828125,
+ 0.051910400390625,
+ 0.0230865478515625,
+ -0.05340576171875,
+ 0.07489013671875,
+ -0.022430419921875,
+ -0.0227203369140625,
+ -0.02392578125,
+ 0.0158538818359375,
+ 0.00537872314453125,
+ -0.0307769775390625,
+ -0.02392578125,
+ 0.007045745849609375,
+ 0.007556915283203125,
+ 0.05303955078125,
+ -0.041534423828125,
+ 0.0285491943359375,
+ -0.03411865234375,
+ 0.0038928985595703125,
+ -0.0074615478515625,
+ -0.0015764236450195312,
+ 0.012237548828125,
+ 0.014739990234375,
+ -0.04376220703125,
+ 0.00022017955780029297,
+ -0.057464599609375,
+ -0.07861328125,
+ -0.0231781005859375,
+ -0.060821533203125,
+ -0.0307769775390625,
+ -0.00815582275390625,
+ 0.02484130859375,
+ 0.0278167724609375,
+ 0.0019121170043945312,
+ 0.048583984375,
+ -0.0435791015625,
+ -0.000782012939453125,
+ -0.032257080078125,
+ 0.03985595703125,
+ -0.0285491943359375,
+ 0.01529693603515625,
+ 0.017242431640625,
+ -0.05377197265625,
+ 0.01548004150390625,
+ -0.0335693359375,
+ -0.0054931640625,
+ -0.00931549072265625,
+ -0.0189971923828125,
+ -0.006351470947265625,
+ 0.027435302734375,
+ -0.061920166015625,
+ -0.0261383056640625,
+ 0.014923095703125,
+ 0.00797271728515625,
+ -0.0043792724609375,
+ -0.01261138916015625,
+ 0.03485107421875,
+ -0.0189056396484375,
+ -0.050811767578125,
+ 0.0279998779296875,
+ -0.00272369384765625,
+ -0.0279998779296875,
+ 0.0161285400390625,
+ 0.007183074951171875,
+ 0.0186309814453125,
+ 0.007740020751953125,
+ 0.031524658203125,
+ 0.0496826171875,
+ 0.0281829833984375,
+ 0.012420654296875,
+ -0.045989990234375,
+ -0.01557159423828125,
+ -0.00426483154296875,
+ 0.0205841064453125,
+ 0.0259552001953125,
+ 0.02484130859375,
+ -0.0061187744140625,
+ 0.0072784423828125,
+ 0.0212249755859375,
+ -0.0797119140625,
+ -0.05303955078125,
+ -0.0180816650390625,
+ -0.06005859375,
+ 0.0164031982421875,
+ 0.05487060546875,
+ 0.02911376953125,
+ 0.00299072265625,
+ 0.008392333984375,
+ 0.048583984375,
+ 0.040802001953125,
+ 0.01181793212890625,
+ -0.0036163330078125,
+ -0.06787109375,
+ -0.04522705078125,
+ 0.0123291015625,
+ 0.0223388671875,
+ -0.07415771484375,
+ 0.03338623046875,
+ 0.06414794921875,
+ -0.00949859619140625,
+ -0.032989501953125,
+ 0.0032901763916015625,
+ -0.0035915374755859375,
+ 0.027435302734375,
+ -0.003429412841796875,
+ -0.003082275390625,
+ -0.070068359375,
+ 0.0008225440979003906,
+ 0.007785797119140625,
+ -0.0008225440979003906,
+ 0.01427459716796875,
+ -0.033935546875,
+ 0.0017614364624023438,
+ 0.0302276611328125,
+ -0.0396728515625,
+ -0.0181732177734375,
+ 0.0156707763671875,
+ 0.06451416015625,
+ -0.0035915374755859375,
+ -0.04931640625,
+ -0.026519775390625,
+ 0.0259552001953125,
+ 0.02947998046875,
+ -0.031707763671875,
+ -0.0204925537109375,
+ 0.0223388671875,
+ -0.0010547637939453125,
+ 0.0209503173828125,
+ 0.062286376953125,
+ 0.024658203125,
+ 0.02911376953125,
+ 0.02252197265625,
+ -0.048583984375,
+ 0.026885986328125,
+ 0.00616455078125,
+ -0.003082275390625,
+ 0.00890350341796875,
+ -0.02947998046875,
+ -0.01427459716796875,
+ -0.042266845703125,
+ 0.036163330078125,
+ 0.00431060791015625,
+ 0.035797119140625,
+ 0.005748748779296875,
+ 0.0038471221923828125,
+ -0.0179901123046875,
+ -0.0016689300537109375,
+ 0.032440185546875,
+ 0.037994384765625,
+ 0.0186309814453125,
+ 0.021514892578125,
+ 0.01381683349609375,
+ 0.0012226104736328125,
+ -0.0047760009765625,
+ 0.00945281982421875,
+ 0.031890869140625,
+ -0.07489013671875,
+ 0.0032901763916015625,
+ -0.0208587646484375,
+ -0.00904083251953125,
+ 0.030029296875,
+ -0.01446533203125,
+ 0.0027008056640625,
+ -0.03521728515625,
+ 0.022064208984375,
+ -0.0285491943359375,
+ -0.05487060546875,
+ -0.0007762908935546875,
+ 0.035797119140625,
+ -0.040618896484375,
+ 0.0029544830322265625,
+ 0.0162200927734375,
+ -0.0060272216796875,
+ 0.03448486328125,
+ -0.035797119140625,
+ 0.057861328125,
+ 0.017242431640625,
+ 0.01172637939453125,
+ -0.0166015625,
+ 0.036529541015625,
+ 0.00908660888671875,
+ -0.0161285400390625,
+ 0.00433349609375,
+ 0.0156707763671875,
+ -0.01399993896484375,
+ 0.037811279296875,
+ 0.0213165283203125,
+ -0.0014657974243164062,
+ -0.037811279296875,
+ 0.0296630859375,
+ 0.0001304149627685547,
+ -0.060455322265625,
+ 0.051544189453125,
+ 0.01483154296875,
+ 0.01418304443359375,
+ 0.007137298583984375,
+ -0.02484130859375,
+ -0.0133514404296875,
+ -0.0496826171875,
+ 0.042083740234375,
+ 0.001819610595703125,
+ 0.0023517608642578125,
+ 0.029296875,
+ -0.06341552734375,
+ 0.055999755859375,
+ 0.0254058837890625,
+ 0.06451416015625,
+ -0.036529541015625,
+ 0.060455322265625,
+ 0.0042877197265625,
+ -0.01042938232421875,
+ 0.0098724365234375,
+ 0.031890869140625,
+ -0.00012886524200439453,
+ 0.0250244140625,
+ -0.0311431884765625,
+ 0.0478515625,
+ 0.0255889892578125,
+ -0.00811004638671875,
+ -0.051544189453125,
+ 0.00830078125,
+ -0.00209808349609375,
+ -0.00556182861328125,
+ 0.032623291015625,
+ -0.060455322265625,
+ -0.0230865478515625,
+ 0.012420654296875,
+ 0.0235443115234375,
+ 0.05303955078125,
+ 0.000675201416015625,
+ 0.03985595703125,
+ 0.016693115234375,
+ -0.0234527587890625,
+ 0.0229034423828125,
+ -0.0012454986572265625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "log-parser",
+ "unified-logs",
+ "python-tool",
+ "macos-artifacts",
+ "system-events",
+ "kernel-analysis",
+ "experimental"
+ ],
+ "skillLevel": "expert",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_LUKS_Disk_Encryption_Analysis",
+ "type": "tool",
+ "name": "LUKS Disk-Encryption Analysis",
+ "content": "luks disk-encryption analysis linux unified key setup verschlüsselungs-forensik für encrypted partitions und container. cryptsetup-based key-slot-analysis, metadata-header-examination, passphrase-recovery-techniques. integration mit filesystem-mounting für decrypted evidence-access. disk-encryption key-analysis encrypted-storage partition-analysis cryptographic-analysis access-recovery static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.01158905029296875,
+ 0.03485107421875,
+ 0.05108642578125,
+ -0.027587890625,
+ 0.04095458984375,
+ -0.00298309326171875,
+ 0.00522613525390625,
+ 0.00896453857421875,
+ -0.00841522216796875,
+ -0.038909912109375,
+ -0.003955841064453125,
+ 0.047027587890625,
+ -0.01091766357421875,
+ -0.00829315185546875,
+ -0.05279541015625,
+ 0.0341796875,
+ 0.019378662109375,
+ 0.0084991455078125,
+ -0.0041046142578125,
+ -0.003658294677734375,
+ -0.0161590576171875,
+ -0.01480865478515625,
+ -0.08563232421875,
+ -0.004528045654296875,
+ -0.011932373046875,
+ 0.00012028217315673828,
+ -0.01065826416015625,
+ -0.0548095703125,
+ 0.0037021636962890625,
+ -0.00736236572265625,
+ 0.032501220703125,
+ -0.032135009765625,
+ 0.014892578125,
+ 0.01065826416015625,
+ 0.00018107891082763672,
+ -0.01235198974609375,
+ -0.00522613525390625,
+ -0.0269012451171875,
+ -0.038238525390625,
+ 0.0203857421875,
+ -0.0087127685546875,
+ 0.0014486312866210938,
+ 0.005626678466796875,
+ 0.015228271484375,
+ -0.02825927734375,
+ -0.04315185546875,
+ 0.0005235671997070312,
+ -0.0007457733154296875,
+ 0.00884246826171875,
+ -0.03179931640625,
+ 0.02740478515625,
+ -0.003383636474609375,
+ 0.0113372802734375,
+ -0.0306243896484375,
+ -0.0460205078125,
+ 0.024871826171875,
+ 0.04296875,
+ -0.0258941650390625,
+ -0.0104522705078125,
+ 0.05413818359375,
+ -0.0394287109375,
+ -0.0016813278198242188,
+ -0.0165863037109375,
+ 0.0159912109375,
+ -0.007740020751953125,
+ 0.0262298583984375,
+ -0.00537109375,
+ -0.033172607421875,
+ -0.011932373046875,
+ -0.00769805908203125,
+ 0.005413055419921875,
+ 0.004421234130859375,
+ -0.024871826171875,
+ 0.033843994140625,
+ -0.01082611083984375,
+ -0.042633056640625,
+ 0.0460205078125,
+ 0.0005736351013183594,
+ 0.02301025390625,
+ 0.01019287109375,
+ -0.032989501953125,
+ 0.00167083740234375,
+ 0.0380859375,
+ 0.01142120361328125,
+ -0.01904296875,
+ -0.0231781005859375,
+ 0.01049041748046875,
+ 0.004970550537109375,
+ -0.0162506103515625,
+ -0.053466796875,
+ -0.00397491455078125,
+ -0.01497650146484375,
+ 0.044677734375,
+ -0.01201629638671875,
+ 0.057525634765625,
+ 0.06158447265625,
+ -0.004695892333984375,
+ -0.0184478759765625,
+ 0.01070404052734375,
+ 0.0380859375,
+ 0.015899658203125,
+ -0.05145263671875,
+ 0.0380859375,
+ 0.0202178955078125,
+ 0.056182861328125,
+ -0.0214080810546875,
+ 0.0037441253662109375,
+ -0.01091766357421875,
+ 0.0018405914306640625,
+ -0.01091766357421875,
+ -0.056182861328125,
+ -0.02825927734375,
+ -0.023681640625,
+ -0.05517578125,
+ -0.0296173095703125,
+ -0.0128631591796875,
+ 0.00023663043975830078,
+ 0.031463623046875,
+ -0.034698486328125,
+ -0.0328369140625,
+ 0.00769805908203125,
+ 0.0287628173828125,
+ -0.01125335693359375,
+ 0.0262298583984375,
+ -0.0262298583984375,
+ -0.03045654296875,
+ 0.020721435546875,
+ 0.0289306640625,
+ -0.029449462890625,
+ -0.0013322830200195312,
+ -0.0240325927734375,
+ -0.009429931640625,
+ -0.0302886962890625,
+ -0.0159912109375,
+ -0.0146331787109375,
+ -0.044342041015625,
+ 0.0350341796875,
+ -0.0311279296875,
+ -0.005878448486328125,
+ 0.01861572265625,
+ 0.04400634765625,
+ -0.028594970703125,
+ -0.048736572265625,
+ 0.01226806640625,
+ -0.03179931640625,
+ -0.0096435546875,
+ -0.0306243896484375,
+ 0.055511474609375,
+ -0.051788330078125,
+ 0.0009937286376953125,
+ -0.01070404052734375,
+ 0.027069091796875,
+ 0.032135009765625,
+ -0.0008406639099121094,
+ 0.008880615234375,
+ -0.04840087890625,
+ 0.0057525634765625,
+ -0.02606201171875,
+ -0.0084991455078125,
+ 0.0029392242431640625,
+ -0.0153961181640625,
+ 0.02386474609375,
+ 0.00862884521484375,
+ 0.048065185546875,
+ -0.03924560546875,
+ -0.036224365234375,
+ -0.0209808349609375,
+ 0.0306243896484375,
+ 0.0124359130859375,
+ 0.0216522216796875,
+ 0.03399658203125,
+ -0.0209808349609375,
+ 0.06024169921875,
+ 0.06329345703125,
+ 0.01108551025390625,
+ 0.0460205078125,
+ -0.0018405914306640625,
+ 0.008758544921875,
+ 0.04400634765625,
+ 0.052459716796875,
+ -0.01032257080078125,
+ -0.0309600830078125,
+ 0.057861328125,
+ 0.0085906982421875,
+ 0.0169219970703125,
+ 0.009857177734375,
+ -0.0262298583984375,
+ 0.0076141357421875,
+ -0.0277557373046875,
+ 0.0280914306640625,
+ -0.022003173828125,
+ -0.0333251953125,
+ 0.01142120361328125,
+ 0.020904541015625,
+ 0.00905609130859375,
+ 0.0595703125,
+ 0.03570556640625,
+ -0.0203094482421875,
+ 0.058197021484375,
+ -0.006725311279296875,
+ 0.03857421875,
+ 0.036041259765625,
+ -0.004016876220703125,
+ 0.054473876953125,
+ 0.0213165283203125,
+ -0.00698089599609375,
+ 0.011505126953125,
+ 0.02978515625,
+ 0.0218353271484375,
+ 0.0018510818481445312,
+ -0.0206451416015625,
+ 0.03704833984375,
+ 0.0008831024169921875,
+ -0.023345947265625,
+ -0.039093017578125,
+ -0.0199737548828125,
+ -0.00030922889709472656,
+ -0.006259918212890625,
+ 0.0169219970703125,
+ 0.0243682861328125,
+ -0.029266357421875,
+ -0.05889892578125,
+ 0.00867462158203125,
+ 0.05145263671875,
+ -0.01666259765625,
+ 0.04840087890625,
+ 0.01345062255859375,
+ -0.0181884765625,
+ -0.028594970703125,
+ 0.053466796875,
+ -0.006725311279296875,
+ 0.031463623046875,
+ 0.0172576904296875,
+ 0.0162506103515625,
+ -0.01497650146484375,
+ -0.01345062255859375,
+ 0.061248779296875,
+ 0.0205535888671875,
+ 0.0015859603881835938,
+ -0.0018720626831054688,
+ -0.00418853759765625,
+ 0.00955963134765625,
+ -0.031982421875,
+ 0.047027587890625,
+ 0.048065185546875,
+ -0.006343841552734375,
+ 0.008880615234375,
+ -0.001190185546875,
+ 0.044342041015625,
+ 0.043304443359375,
+ -0.054473876953125,
+ -0.011932373046875,
+ -0.0714111328125,
+ 0.0001691579818725586,
+ -0.078857421875,
+ -0.0199737548828125,
+ -0.0175933837890625,
+ -0.059906005859375,
+ 0.01751708984375,
+ -0.01294708251953125,
+ -0.031463623046875,
+ -0.0106201171875,
+ 0.0104522705078125,
+ 0.0026645660400390625,
+ 0.0172576904296875,
+ 0.0377197265625,
+ -0.0223388671875,
+ 0.001766204833984375,
+ 0.083251953125,
+ -0.0214080810546875,
+ 0.005584716796875,
+ -0.0159912109375,
+ 0.0253753662109375,
+ 0.0007772445678710938,
+ 0.016326904296875,
+ -0.0306243896484375,
+ -0.001094818115234375,
+ 0.025543212890625,
+ 0.018951416015625,
+ 0.008880615234375,
+ -0.0116729736328125,
+ 0.0015544891357421875,
+ -0.0012636184692382812,
+ 0.0168304443359375,
+ -0.0197906494140625,
+ 0.0159912109375,
+ -0.0184478759765625,
+ 0.003192901611328125,
+ -0.0221710205078125,
+ -0.049072265625,
+ 0.0018405914306640625,
+ 0.030120849609375,
+ 0.00025391578674316406,
+ 0.016326904296875,
+ -0.013031005859375,
+ -0.050079345703125,
+ -0.00039124488830566406,
+ 0.01175689697265625,
+ -0.0078277587890625,
+ -0.016326904296875,
+ 0.0218353271484375,
+ -0.0258941650390625,
+ 0.0006766319274902344,
+ -0.01218414306640625,
+ 0.0173492431640625,
+ -0.031463623046875,
+ -0.023681640625,
+ 0.0195465087890625,
+ -0.0131988525390625,
+ -0.04736328125,
+ -0.01251983642578125,
+ 0.0022525787353515625,
+ -0.034515380859375,
+ 0.0135345458984375,
+ -0.0277557373046875,
+ 0.0015649795532226562,
+ -0.048065185546875,
+ -0.048736572265625,
+ 0.005352020263671875,
+ -0.04315185546875,
+ -0.02301025390625,
+ -0.049072265625,
+ 0.033843994140625,
+ 0.028594970703125,
+ 0.00391387939453125,
+ -0.0150604248046875,
+ -0.0018825531005859375,
+ -0.03924560546875,
+ 0.031982421875,
+ -0.0287628173828125,
+ 0.037567138671875,
+ -0.035369873046875,
+ 0.06427001953125,
+ 0.033843994140625,
+ 0.021148681640625,
+ 0.01446533203125,
+ 0.045684814453125,
+ 0.027587890625,
+ -0.021484375,
+ -0.0006875991821289062,
+ -0.0049285888671875,
+ -0.001766204833984375,
+ 0.00846099853515625,
+ -0.0302886962890625,
+ -0.0299530029296875,
+ -0.00550079345703125,
+ -0.04248046875,
+ 0.01311492919921875,
+ 0.033660888671875,
+ 0.016326904296875,
+ 0.0013113021850585938,
+ -0.01556396484375,
+ 0.01070404052734375,
+ 0.041290283203125,
+ -0.00418853759765625,
+ 0.08087158203125,
+ -0.0089263916015625,
+ -0.0521240234375,
+ 0.0142974853515625,
+ 0.0018291473388671875,
+ -0.01387786865234375,
+ -0.01345062255859375,
+ 0.0521240234375,
+ 0.042144775390625,
+ 0.003658294677734375,
+ 0.0302886962890625,
+ 0.00566864013671875,
+ 0.0311279296875,
+ -0.0037021636962890625,
+ 0.00714874267578125,
+ -0.0100250244140625,
+ -0.01158905029296875,
+ 0.021240234375,
+ 0.0521240234375,
+ 0.03857421875,
+ 0.0008935928344726562,
+ 0.066650390625,
+ -0.01345062255859375,
+ -0.008758544921875,
+ -0.032989501953125,
+ -0.0653076171875,
+ 0.00287628173828125,
+ 0.0328369140625,
+ 0.0024852752685546875,
+ 0.037384033203125,
+ -0.036041259765625,
+ -0.07513427734375,
+ 0.0098114013671875,
+ -0.047027587890625,
+ 0.056182861328125,
+ 0.0247039794921875,
+ 0.0137939453125,
+ 0.0521240234375,
+ 0.01125335693359375,
+ 0.021148681640625,
+ 0.036376953125,
+ 0.0128631591796875,
+ 0.0235137939453125,
+ 0.0225067138671875,
+ 0.020721435546875,
+ 0.02081298828125,
+ -0.0299530029296875,
+ 0.017425537109375,
+ 0.04144287109375,
+ 0.02386474609375,
+ -0.019287109375,
+ 0.04180908203125,
+ 0.01421356201171875,
+ 0.01531219482421875,
+ -0.032989501953125,
+ 0.045013427734375,
+ 0.01032257080078125,
+ -0.015228271484375,
+ 0.0124359130859375,
+ -0.00909423828125,
+ -0.0014171600341796875,
+ -0.03924560546875,
+ -0.01175689697265625,
+ 0.00799560546875,
+ 0.005161285400390625,
+ 0.024200439453125,
+ 0.007274627685546875,
+ -0.04010009765625,
+ -0.000017702579498291016,
+ 0.0626220703125,
+ -0.0477294921875,
+ 0.0118408203125,
+ 0.0172576904296875,
+ -0.027069091796875,
+ 0.006343841552734375,
+ -0.0110015869140625,
+ -0.06939697265625,
+ 0.041290283203125,
+ -0.049407958984375,
+ -0.040283203125,
+ 0.0025691986083984375,
+ 0.043304443359375,
+ -0.039947509765625,
+ -0.024871826171875,
+ -0.0223388671875,
+ -0.0169219970703125,
+ -0.0214080810546875,
+ -0.001861572265625,
+ 0.0191192626953125,
+ -0.0218353271484375,
+ -0.01218414306640625,
+ 0.025726318359375,
+ 0.03875732421875,
+ 0.007656097412109375,
+ -0.022674560546875,
+ 0.07073974609375,
+ 0.00829315185546875,
+ -0.05108642578125,
+ 0.0284271240234375,
+ 0.04296875,
+ 0.027923583984375,
+ -0.00807952880859375,
+ -0.015655517578125,
+ 0.005794525146484375,
+ 0.01226806640625,
+ 0.0037860870361328125,
+ 0.022674560546875,
+ -0.0253753662109375,
+ -0.017181396484375,
+ -0.048065185546875,
+ 0.029266357421875,
+ 0.01032257080078125,
+ 0.030120849609375,
+ 0.00736236572265625,
+ -0.0225067138671875,
+ 0.0250396728515625,
+ -0.059234619140625,
+ -0.017425537109375,
+ -0.00621795654296875,
+ -0.021240234375,
+ -0.0192108154296875,
+ 0.060577392578125,
+ -0.027069091796875,
+ 0.004547119140625,
+ -0.0221710205078125,
+ 0.02301025390625,
+ 0.005268096923828125,
+ -0.0181884765625,
+ -0.0289306640625,
+ 0.068359375,
+ 0.023681640625,
+ -0.060577392578125,
+ 0.0191192626953125,
+ -0.02606201171875,
+ -0.0105743408203125,
+ 0.057525634765625,
+ -0.07171630859375,
+ 0.01116943359375,
+ 0.021484375,
+ -0.0906982421875,
+ -0.027923583984375,
+ -0.048065185546875,
+ -0.04315185546875,
+ -0.041961669921875,
+ 0.03875732421875,
+ 0.0253753662109375,
+ 0.00528717041015625,
+ 0.047027587890625,
+ -0.0004706382751464844,
+ 0.01158905029296875,
+ 0.043670654296875,
+ -0.0018720626831054688,
+ -0.033172607421875,
+ 0.01082611083984375,
+ -0.050750732421875,
+ -0.039947509765625,
+ -0.041107177734375,
+ 0.044677734375,
+ -0.047027587890625,
+ -0.0023365020751953125,
+ -0.019622802734375,
+ -0.021240234375,
+ 0.023681640625,
+ -0.052459716796875,
+ 0.033172607421875,
+ -0.00867462158203125,
+ 0.0005764961242675781,
+ -0.036376953125,
+ -0.01311492919921875,
+ -0.0169219970703125,
+ 0.034698486328125,
+ 0.004337310791015625,
+ 0.029266357421875,
+ 0.050750732421875,
+ -0.049072265625,
+ 0.0181121826171875,
+ -0.00208282470703125,
+ -0.01268768310546875,
+ 0.00027108192443847656,
+ 0.01010894775390625,
+ 0.0309600830078125,
+ -0.016754150390625,
+ 0.02740478515625,
+ -0.0172576904296875,
+ -0.0159912109375,
+ -0.0477294921875,
+ 0.0240325927734375,
+ -0.01885986328125,
+ -0.0213165283203125,
+ -0.01175689697265625,
+ -0.03045654296875,
+ -0.0714111328125,
+ -0.0118408203125,
+ 0.039947509765625,
+ 0.01454925537109375,
+ -0.01480865478515625,
+ -0.043670654296875,
+ -0.01885986328125,
+ -0.0070648193359375,
+ -0.032135009765625,
+ 0.03875732421875,
+ -0.026397705078125,
+ 0.0157318115234375,
+ -0.003681182861328125,
+ -0.04010009765625,
+ 0.030120849609375,
+ 0.0235137939453125,
+ 0.034515380859375,
+ 0.0231781005859375,
+ 0.0350341796875,
+ -0.01015472412109375,
+ -0.01361846923828125,
+ 0.006809234619140625,
+ -0.0262298583984375,
+ 0.00315093994140625,
+ -0.03131103515625,
+ 0.01311492919921875,
+ -0.02301025390625,
+ -0.030120849609375,
+ 0.005077362060546875,
+ -0.011505126953125,
+ 0.027587890625,
+ -0.0142974853515625,
+ -0.0302886962890625,
+ 0.0262298583984375,
+ 0.0029392242431640625,
+ 0.058197021484375,
+ -0.000033020973205566406,
+ -0.052459716796875,
+ -0.007190704345703125,
+ 0.0008196830749511719,
+ 0.043670654296875,
+ 0.031982421875,
+ -0.00010639429092407227,
+ -0.01108551025390625,
+ 0.01158905029296875,
+ 0.027923583984375,
+ -0.003215789794921875,
+ -0.0290985107421875,
+ -0.030792236328125,
+ 0.00592041015625,
+ 0.02740478515625,
+ 0.04296875,
+ 0.011932373046875,
+ 0.078857421875,
+ 0.023681640625,
+ -0.0247039794921875,
+ 0.0280914306640625,
+ 0.06329345703125,
+ 0.04229736328125,
+ -0.01421356201171875,
+ -0.050750732421875,
+ -0.0016918182373046875,
+ 0.01175689697265625,
+ -0.048065185546875,
+ -0.03399658203125,
+ -0.0022735595703125,
+ 0.0714111328125,
+ -0.066650390625,
+ -0.018524169921875,
+ 0.006175994873046875,
+ -0.008331298828125,
+ 0.004505157470703125,
+ 0.0006422996520996094,
+ -0.014129638671875,
+ -0.0037860870361328125,
+ -0.03436279296875,
+ -0.044677734375,
+ -0.00246429443359375,
+ -0.0017452239990234375,
+ 0.0328369140625,
+ 0.0183563232421875,
+ 0.038421630859375,
+ -0.01861572265625,
+ 0.0243682861328125,
+ 0.00786590576171875,
+ 0.027587890625,
+ 0.0214080810546875,
+ 0.0394287109375,
+ 0.01885986328125,
+ 0.00246429443359375,
+ 0.0121002197265625,
+ 0.053131103515625,
+ -0.031646728515625,
+ -0.011505126953125,
+ 0.00824737548828125,
+ 0.0103607177734375,
+ 0.039581298828125,
+ 0.06634521484375,
+ 0.00824737548828125,
+ 0.014892578125,
+ -0.0085906982421875,
+ -0.04669189453125,
+ 0.0181884765625,
+ 0.0221710205078125,
+ 0.0203857421875,
+ -0.051788330078125,
+ -0.027587890625,
+ -0.000010132789611816406,
+ -0.06597900390625,
+ 0.0687255859375,
+ 0.0158233642578125,
+ -0.0009675025939941406,
+ 0.0025386810302734375,
+ 0.030120849609375,
+ -0.008758544921875,
+ -0.030792236328125,
+ -0.00260162353515625,
+ -0.03265380859375,
+ 0.00391387939453125,
+ -0.04974365234375,
+ -0.044342041015625,
+ 0.0157318115234375,
+ -0.02740478515625,
+ -0.0714111328125,
+ -0.025543212890625,
+ 0.02520751953125,
+ -0.028594970703125,
+ -0.0372314453125,
+ -0.02301025390625,
+ 0.0049285888671875,
+ -0.0131988525390625,
+ -0.006683349609375,
+ -0.0309600830078125,
+ -0.039764404296875,
+ 0.011505126953125,
+ -0.048065185546875,
+ -0.0164947509765625,
+ 0.00867462158203125,
+ -0.014892578125,
+ -0.0070648193359375,
+ -0.0014276504516601562,
+ -0.01666259765625,
+ 0.01548004150390625,
+ -0.024871826171875,
+ 0.01904296875,
+ 0.0028972625732421875,
+ 0.037384033203125,
+ 0.057861328125,
+ 0.08428955078125,
+ -0.01336669921875,
+ 0.0218353271484375,
+ -0.00592041015625,
+ -0.06732177734375,
+ 0.006259918212890625,
+ -0.014129638671875,
+ 0.011505126953125,
+ -0.06427001953125,
+ -0.01268768310546875,
+ 0.04974365234375,
+ -0.08123779296875,
+ 0.01345062255859375,
+ -0.009857177734375,
+ -0.0052032470703125,
+ -0.0302886962890625,
+ -0.01666259765625,
+ 0.0243682861328125,
+ 0.02978515625,
+ 0.09271240234375,
+ 0.01010894775390625,
+ -0.017852783203125,
+ 0.00566864013671875,
+ -0.0159912109375,
+ 0.060577392578125,
+ 0.02301025390625,
+ 0.00901031494140625,
+ -0.059906005859375,
+ 0.041107177734375,
+ 0.0043792724609375,
+ -0.0078277587890625,
+ 0.0197906494140625,
+ -0.06024169921875,
+ 0.00659942626953125,
+ 0.020477294921875,
+ 0.0146331787109375,
+ -0.0290985107421875,
+ -0.0169219970703125,
+ -0.039093017578125,
+ -0.0243682861328125,
+ -0.01175689697265625,
+ 0.031982421875,
+ -0.0147247314453125,
+ 0.0018825531005859375,
+ -0.032135009765625,
+ -0.043304443359375,
+ 0.0015439987182617188,
+ -0.04974365234375,
+ -0.021240234375,
+ -0.038909912109375,
+ 0.045684814453125,
+ -0.0240325927734375,
+ -0.05108642578125,
+ 0.0191192626953125,
+ -0.002506256103515625,
+ 0.009429931640625,
+ 0.013702392578125,
+ 0.0802001953125,
+ -0.05279541015625,
+ -0.002506256103515625,
+ 0.01010894775390625,
+ 0.019622802734375,
+ 0.00753021240234375,
+ 0.003574371337890625,
+ 0.01251983642578125,
+ 0.033660888671875,
+ 0.034698486328125,
+ -0.04840087890625,
+ 0.048736572265625,
+ 0.021575927734375,
+ -0.016998291015625,
+ -0.0626220703125,
+ -0.0169219970703125,
+ -0.048736572265625,
+ 0.0113372802734375,
+ -0.01421356201171875,
+ 0.050079345703125,
+ 0.00659942626953125,
+ -0.03485107421875,
+ -0.09881591796875,
+ 0.059906005859375,
+ -0.0272369384765625,
+ 0.0199737548828125,
+ 0.0247039794921875,
+ -0.0223388671875,
+ -0.0477294921875,
+ -0.034698486328125,
+ -0.01070404052734375,
+ 0.0377197265625,
+ -0.01751708984375,
+ 0.04669189453125,
+ 0.025726318359375,
+ 0.005161285400390625,
+ -0.005794525146484375,
+ -0.021575927734375,
+ 0.00429534912109375,
+ 0.034698486328125,
+ 0.0199737548828125,
+ -0.009857177734375,
+ 0.07952880859375,
+ -0.027923583984375,
+ 0.003849029541015625,
+ -0.000033736228942871094,
+ -0.01268768310546875,
+ 0.01311492919921875,
+ 0.006641387939453125,
+ -0.042144775390625,
+ 0.0087127685546875,
+ 0.031982421875,
+ 0.0309600830078125,
+ -0.018280029296875,
+ 0.0070648193359375,
+ 0.00167083740234375,
+ 0.0131988525390625,
+ -0.01070404052734375,
+ -0.036041259765625,
+ -0.006259918212890625,
+ 0.025543212890625,
+ -0.01641845703125,
+ 0.005268096923828125,
+ -0.07244873046875,
+ -0.0679931640625,
+ 0.01311492919921875,
+ -0.038238525390625,
+ -0.01108551025390625,
+ 0.053131103515625,
+ 0.015228271484375,
+ 0.0267333984375,
+ -0.02740478515625,
+ 0.0083770751953125,
+ 0.00029206275939941406,
+ -0.00909423828125,
+ -0.04296875,
+ 0.0175933837890625,
+ -0.007656097412109375,
+ 0.05145263671875,
+ -0.01311492919921875,
+ -0.058197021484375,
+ 0.051788330078125,
+ -0.01268768310546875,
+ 0.0127716064453125,
+ -0.0128631591796875,
+ -0.0021686553955078125,
+ -0.011505126953125,
+ 0.00769805908203125,
+ -0.07781982421875,
+ -0.041107177734375,
+ -0.00905609130859375,
+ 0.00867462158203125,
+ 0.0033416748046875,
+ -0.0150604248046875,
+ 0.045684814453125,
+ -0.008209228515625,
+ -0.053466796875,
+ 0.03485107421875,
+ -0.00023925304412841797,
+ -0.0202178955078125,
+ -0.004016876220703125,
+ -0.0131988525390625,
+ 0.005035400390625,
+ 0.0328369140625,
+ 0.0284271240234375,
+ 0.019378662109375,
+ 0.052459716796875,
+ 0.03131103515625,
+ -0.036041259765625,
+ 0.009307861328125,
+ 0.004779815673828125,
+ 0.00592041015625,
+ 0.0203094482421875,
+ 0.0100250244140625,
+ -0.01158905029296875,
+ 0.0290985107421875,
+ -0.001300811767578125,
+ -0.10357666015625,
+ -0.006683349609375,
+ -0.0223388671875,
+ -0.03485107421875,
+ -0.0172576904296875,
+ 0.09002685546875,
+ 0.0172576904296875,
+ 0.005352020263671875,
+ 0.0218353271484375,
+ 0.035369873046875,
+ 0.0243682861328125,
+ 0.0118408203125,
+ 0.005710601806640625,
+ -0.0609130859375,
+ -0.013031005859375,
+ 0.02081298828125,
+ 0.0287628173828125,
+ -0.08221435546875,
+ 0.035369873046875,
+ 0.0609130859375,
+ -0.00977325439453125,
+ 0.0009307861328125,
+ 0.0014591217041015625,
+ 0.0172576904296875,
+ 0.024871826171875,
+ -0.00213623046875,
+ 0.00731658935546875,
+ -0.0906982421875,
+ 0.03790283203125,
+ 0.0302886962890625,
+ -0.0008511543273925781,
+ 0.01404571533203125,
+ -0.03704833984375,
+ -0.0311279296875,
+ 0.039093017578125,
+ -0.08428955078125,
+ -0.00972747802734375,
+ 0.00194549560546875,
+ 0.05718994140625,
+ -0.029449462890625,
+ -0.04534912109375,
+ -0.0147247314453125,
+ 0.0460205078125,
+ 0.01345062255859375,
+ -0.0199737548828125,
+ 0.01116943359375,
+ 0.0179290771484375,
+ -0.0175933837890625,
+ -0.000133514404296875,
+ 0.06024169921875,
+ -0.005161285400390625,
+ 0.04840087890625,
+ 0.0225067138671875,
+ -0.00934600830078125,
+ 0.0250396728515625,
+ -0.00807952880859375,
+ 0.0168304443359375,
+ -0.0221710205078125,
+ -0.031646728515625,
+ -0.043670654296875,
+ -0.048065185546875,
+ 0.046356201171875,
+ -0.012603759765625,
+ 0.0265655517578125,
+ 0.036895751953125,
+ -0.0223388671875,
+ -0.03045654296875,
+ 0.015655517578125,
+ 0.0311279296875,
+ 0.068359375,
+ 0.0047607421875,
+ -0.0024852752685546875,
+ 0.0146331787109375,
+ 0.027587890625,
+ 0.0158233642578125,
+ -0.01480865478515625,
+ 0.03350830078125,
+ -0.03875732421875,
+ 0.006683349609375,
+ -0.03350830078125,
+ 0.0157318115234375,
+ -0.0014276504516601562,
+ -0.043304443359375,
+ 0.004123687744140625,
+ 0.011932373046875,
+ -0.0253753662109375,
+ -0.02301025390625,
+ -0.0209808349609375,
+ -0.005794525146484375,
+ 0.0394287109375,
+ -0.032318115234375,
+ 0.04400634765625,
+ 0.01175689697265625,
+ -0.01251983642578125,
+ -0.0110015869140625,
+ -0.05718994140625,
+ 0.06024169921875,
+ 0.041290283203125,
+ 0.043670654296875,
+ 0.0008039474487304688,
+ 0.0184478759765625,
+ 0.035858154296875,
+ 0.0181884765625,
+ 0.0243682861328125,
+ 0.0176849365234375,
+ -0.0243682861328125,
+ 0.051788330078125,
+ 0.03436279296875,
+ -0.0025386810302734375,
+ -0.03045654296875,
+ 0.04229736328125,
+ 0.01019287109375,
+ -0.04669189453125,
+ 0.04010009765625,
+ 0.0173492431640625,
+ 0.045684814453125,
+ -0.019378662109375,
+ -0.0267333984375,
+ -0.00884246826171875,
+ -0.02978515625,
+ 0.06768798828125,
+ 0.025726318359375,
+ 0.0024738311767578125,
+ 0.0377197265625,
+ -0.050079345703125,
+ 0.01438140869140625,
+ -0.003997802734375,
+ 0.061248779296875,
+ -0.01454925537109375,
+ 0.033843994140625,
+ -0.00786590576171875,
+ -0.01125335693359375,
+ -0.032318115234375,
+ 0.0195465087890625,
+ -0.0265655517578125,
+ 0.0184478759765625,
+ -0.04095458984375,
+ 0.061248779296875,
+ 0.0231781005859375,
+ 0.0107421875,
+ -0.05584716796875,
+ -0.015899658203125,
+ 0.003299713134765625,
+ -0.00074005126953125,
+ 0.037384033203125,
+ -0.055511474609375,
+ -0.007022857666015625,
+ -0.0173492431640625,
+ 0.028594970703125,
+ 0.049072265625,
+ -0.00353240966796875,
+ 0.027069091796875,
+ 0.008209228515625,
+ -0.0223388671875,
+ -0.0280914306640625,
+ -0.006473541259765625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "disk-encryption",
+ "key-analysis",
+ "encrypted-storage",
+ "partition-analysis",
+ "cryptographic-analysis",
+ "access-recovery"
+ ],
+ "skillLevel": "expert",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Fuji",
+ "type": "tool",
+ "name": "Fuji",
+ "content": "fuji das clevere macos-tool umgeht apples restriktive sicherheitsmechanismen für forensisch saubere datenträger-akquisition. nutzt undokumentierte apis für raw-device-zugriff ohne kernel-extensions. besonders wertvoll seit macos big sur mit verstärktem system integrity protection (sip). die target-disk-mode-alternative für moderne macs ohne firewire. unterstützt apfs-container-imaging inklusive verschlüsselter volumes (mit passwort). live-imaging von system-volumes ohne reboot möglich. die minimale footprint kontaminiert das zielsystem kaum. besonders clever: umgehung der read-only-system-volume-beschränkungen. hash-verifizierung integriert für forensische standards. die active-development durch macos-forensik- community garantiert updates für neue os-versionen. perfekt für incident response auf macs ohne teure kommerzielle tools. die kommandozeile ermöglicht scripting für massenakquisitionen. cli live-acquisition physical-copy apfs scenario:disk_imaging zero-footprint sip-bypass encrypted-volume container-imaging minimal-contamination scripting-capable macos-specific incident-response static-investigations data-collection",
+ "embedding": [
+ -0.00450897216796875,
+ 0.02423095703125,
+ 0.045684814453125,
+ -0.017608642578125,
+ 0.035919189453125,
+ 0.0301666259765625,
+ 0.0109405517578125,
+ -0.00618743896484375,
+ -0.01280975341796875,
+ -0.00679779052734375,
+ -0.018218994140625,
+ 0.06414794921875,
+ 0.0031604766845703125,
+ -0.025970458984375,
+ -0.06976318359375,
+ 0.0390625,
+ -0.0032024383544921875,
+ 0.022491455078125,
+ 0.00928497314453125,
+ -0.01386260986328125,
+ -0.02545166015625,
+ -0.0088043212890625,
+ -0.048828125,
+ -0.00485992431640625,
+ 0.0006318092346191406,
+ 0.01290130615234375,
+ -0.020751953125,
+ -0.04010009765625,
+ -0.0294647216796875,
+ 0.0079345703125,
+ -0.00008612871170043945,
+ -0.03729248046875,
+ 0.014556884765625,
+ 0.05194091796875,
+ 0.03607177734375,
+ -0.0189971923828125,
+ 0.00003594160079956055,
+ -0.01873779296875,
+ -0.02178955078125,
+ 0.0312042236328125,
+ -0.0167388916015625,
+ 0.00579833984375,
+ 0.00954437255859375,
+ 0.00836944580078125,
+ -0.00771331787109375,
+ -0.032958984375,
+ -0.0017213821411132812,
+ -0.0023212432861328125,
+ 0.04742431640625,
+ -0.04010009765625,
+ 0.0256195068359375,
+ 0.038177490234375,
+ 0.0014600753784179688,
+ 0.00771331787109375,
+ -0.01812744140625,
+ 0.036956787109375,
+ 0.00457763671875,
+ -0.0251007080078125,
+ -0.021881103515625,
+ 0.05438232421875,
+ -0.04498291015625,
+ 0.0020599365234375,
+ 0.00450897216796875,
+ -0.013946533203125,
+ -0.01629638671875,
+ 0.039215087890625,
+ -0.0011224746704101562,
+ -0.03662109375,
+ -0.00714874267578125,
+ 0.00872039794921875,
+ -0.01377105712890625,
+ -0.029632568359375,
+ -0.04010009765625,
+ 0.0213623046875,
+ -0.04498291015625,
+ -0.039581298828125,
+ -0.00618743896484375,
+ -0.00806427001953125,
+ 0.002941131591796875,
+ -0.0130767822265625,
+ -0.04254150390625,
+ -0.00897979736328125,
+ 0.015777587890625,
+ -0.023193359375,
+ -0.016998291015625,
+ 0.01386260986328125,
+ 0.0154266357421875,
+ 0.0233612060546875,
+ -0.01508331298828125,
+ -0.0011491775512695312,
+ 0.0226593017578125,
+ -0.012725830078125,
+ -0.006710052490234375,
+ 0.003551483154296875,
+ 0.02545166015625,
+ 0.0509033203125,
+ 0.00592803955078125,
+ -0.028411865234375,
+ 0.0008716583251953125,
+ 0.033111572265625,
+ 0.023712158203125,
+ -0.0214385986328125,
+ 0.039398193359375,
+ -0.0173492431640625,
+ 0.06451416015625,
+ -0.022491455078125,
+ 0.0090179443359375,
+ -0.0184783935546875,
+ -0.02178955078125,
+ -0.00954437255859375,
+ -0.08892822265625,
+ -0.0149078369140625,
+ -0.0258026123046875,
+ -0.08331298828125,
+ 0.0084991455078125,
+ 0.00213623046875,
+ -0.0037708282470703125,
+ 0.0341796875,
+ -0.04132080078125,
+ -0.00272369384765625,
+ 0.0191802978515625,
+ 0.032073974609375,
+ -0.0017213821411132812,
+ 0.029632568359375,
+ -0.03973388671875,
+ -0.050201416015625,
+ 0.00801849365234375,
+ 0.0166473388671875,
+ -0.050201416015625,
+ -0.042724609375,
+ -0.02789306640625,
+ -0.0411376953125,
+ -0.033660888671875,
+ -0.0289459228515625,
+ 0.00234222412109375,
+ -0.0000871419906616211,
+ 0.031036376953125,
+ -0.0196990966796875,
+ -0.0184783935546875,
+ -0.0027675628662109375,
+ 0.032958984375,
+ -0.03173828125,
+ -0.053009033203125,
+ -0.004291534423828125,
+ -0.029632568359375,
+ -0.024932861328125,
+ -0.04339599609375,
+ 0.04339599609375,
+ -0.0294647216796875,
+ -0.02911376953125,
+ 0.0124664306640625,
+ 0.03851318359375,
+ 0.04705810546875,
+ 0.021087646484375,
+ 0.0007410049438476562,
+ -0.03607177734375,
+ -0.0263214111328125,
+ -0.0112457275390625,
+ 0.0185699462890625,
+ -0.020477294921875,
+ -0.0240631103515625,
+ -0.00989532470703125,
+ -0.01751708984375,
+ 0.0154266357421875,
+ -0.038177490234375,
+ -0.030853271484375,
+ -0.0196990966796875,
+ 0.0117645263671875,
+ 0.01568603515625,
+ -0.0094146728515625,
+ 0.01412200927734375,
+ 0.00823974609375,
+ 0.053680419921875,
+ 0.05230712890625,
+ 0.0214385986328125,
+ -0.007061004638671875,
+ -0.00684356689453125,
+ -0.008758544921875,
+ 0.0263214111328125,
+ 0.0435791015625,
+ -0.023712158203125,
+ -0.003879547119140625,
+ 0.05438232421875,
+ 0.00980377197265625,
+ 0.004730224609375,
+ 0.021697998046875,
+ -0.01220703125,
+ 0.00562286376953125,
+ -0.054046630859375,
+ 0.0226593017578125,
+ -0.040618896484375,
+ -0.006404876708984375,
+ -0.024749755859375,
+ 0.04705810546875,
+ 0.003986358642578125,
+ 0.056121826171875,
+ 0.03399658203125,
+ -0.0154266357421875,
+ 0.019439697265625,
+ 0.01325225830078125,
+ -0.006275177001953125,
+ 0.0374755859375,
+ -0.0282440185546875,
+ 0.04949951171875,
+ 0.0030727386474609375,
+ 0.00797271728515625,
+ -0.018218994140625,
+ 0.0258026123046875,
+ 0.043060302734375,
+ -0.0305023193359375,
+ 0.007801055908203125,
+ 0.047760009765625,
+ -0.0075836181640625,
+ -0.04376220703125,
+ -0.03729248046875,
+ -0.0423583984375,
+ 0.03973388671875,
+ -0.0161285400390625,
+ -0.01280975341796875,
+ 0.004138946533203125,
+ 0.005252838134765625,
+ -0.0484619140625,
+ 0.01325225830078125,
+ -0.00501251220703125,
+ -0.017608642578125,
+ 0.0341796875,
+ -0.00363922119140625,
+ -0.0423583984375,
+ -0.04638671875,
+ 0.03973388671875,
+ 0.01010894775390625,
+ 0.0196990966796875,
+ -0.004947662353515625,
+ 0.0215301513671875,
+ -0.029632568359375,
+ -0.00823974609375,
+ 0.01934814453125,
+ 0.0312042236328125,
+ 0.01534271240234375,
+ 0.0042266845703125,
+ -0.0251007080078125,
+ 0.02911376953125,
+ -0.0130767822265625,
+ 0.0252838134765625,
+ 0.03973388671875,
+ -0.0294647216796875,
+ -0.009674072265625,
+ -0.00213623046875,
+ 0.015869140625,
+ 0.045318603515625,
+ -0.034698486328125,
+ -0.007843017578125,
+ -0.07427978515625,
+ -0.01473236083984375,
+ -0.03662109375,
+ -0.0022335052490234375,
+ -0.00797271728515625,
+ -0.04498291015625,
+ 0.061370849609375,
+ -0.045684814453125,
+ -0.04339599609375,
+ 0.004207611083984375,
+ 0.0222320556640625,
+ 0.001895904541015625,
+ 0.054046630859375,
+ -0.005840301513671875,
+ -0.05718994140625,
+ 0.00888824462890625,
+ 0.04254150390625,
+ -0.01386260986328125,
+ -0.0155181884765625,
+ -0.01168060302734375,
+ 0.01403045654296875,
+ -0.002330780029296875,
+ 0.02197265625,
+ -0.04376220703125,
+ -0.00249481201171875,
+ 0.0222320556640625,
+ 0.03155517578125,
+ 0.037139892578125,
+ -0.01386260986328125,
+ 0.01010894775390625,
+ 0.006626129150390625,
+ 0.0258026123046875,
+ -0.041656494140625,
+ 0.01020050048828125,
+ -0.034698486328125,
+ 0.0221405029296875,
+ -0.039215087890625,
+ -0.0679931640625,
+ -0.006320953369140625,
+ 0.0533447265625,
+ -0.0118560791015625,
+ 0.00125885009765625,
+ 0.01132965087890625,
+ -0.058563232421875,
+ 0.004314422607421875,
+ 0.0103759765625,
+ 0.0136871337890625,
+ 0.0164794921875,
+ 0.04010009765625,
+ -0.0088043212890625,
+ 0.0204010009765625,
+ -0.0103302001953125,
+ 0.0017871856689453125,
+ -0.030853271484375,
+ -0.048126220703125,
+ -0.027374267578125,
+ -0.006931304931640625,
+ -0.032958984375,
+ -0.04150390625,
+ 0.019866943359375,
+ -0.0435791015625,
+ 0.02667236328125,
+ -0.0136871337890625,
+ -0.01995849609375,
+ -0.00679779052734375,
+ -0.0374755859375,
+ 0.0159454345703125,
+ -0.048828125,
+ -0.0411376953125,
+ -0.0299835205078125,
+ 0.04217529296875,
+ 0.01447296142578125,
+ 0.0006699562072753906,
+ -0.01290130615234375,
+ -0.01934814453125,
+ -0.035552978515625,
+ 0.0033779144287109375,
+ -0.0165557861328125,
+ 0.022308349609375,
+ -0.029632568359375,
+ 0.06732177734375,
+ 0.0167388916015625,
+ 0.057891845703125,
+ -0.0042724609375,
+ 0.06451416015625,
+ 0.01751708984375,
+ -0.0097198486328125,
+ -0.01264190673828125,
+ -0.021087646484375,
+ 0.0292816162109375,
+ 0.0142974853515625,
+ -0.034881591796875,
+ -0.02789306640625,
+ -0.006710052490234375,
+ -0.027191162109375,
+ 0.012115478515625,
+ 0.01229095458984375,
+ 0.023529052734375,
+ 0.030853271484375,
+ -0.054046630859375,
+ 0.0263214111328125,
+ 0.03973388671875,
+ 0.004360198974609375,
+ 0.106689453125,
+ -0.03765869140625,
+ -0.04461669921875,
+ 0.04150390625,
+ 0.0341796875,
+ -0.01220703125,
+ 0.0240631103515625,
+ 0.037994384765625,
+ -0.0129852294921875,
+ 0.0063629150390625,
+ 0.01007080078125,
+ 0.0066680908203125,
+ 0.0411376953125,
+ -0.0023860931396484375,
+ -0.004795074462890625,
+ 0.0177764892578125,
+ 0.005970001220703125,
+ 0.0112457275390625,
+ 0.05718994140625,
+ 0.0484619140625,
+ -0.0007081031799316406,
+ 0.04498291015625,
+ -0.0280609130859375,
+ -0.034698486328125,
+ -0.0226593017578125,
+ -0.06488037109375,
+ 0.01168060302734375,
+ 0.045318603515625,
+ 0.023193359375,
+ 0.034515380859375,
+ -0.01873779296875,
+ -0.0631103515625,
+ 0.00679779052734375,
+ -0.0275421142578125,
+ 0.0721435546875,
+ 0.045684814453125,
+ 0.0165557861328125,
+ 0.00823974609375,
+ -0.000022649765014648438,
+ -0.0209197998046875,
+ 0.03155517578125,
+ -0.00592803955078125,
+ 0.01873779296875,
+ 0.0268402099609375,
+ 0.04986572265625,
+ 0.0093231201171875,
+ -0.034698486328125,
+ 0.023712158203125,
+ 0.046722412109375,
+ 0.0251007080078125,
+ -0.00745391845703125,
+ 0.003246307373046875,
+ 0.0177001953125,
+ 0.0189208984375,
+ -0.012115478515625,
+ 0.054046630859375,
+ 0.02911376953125,
+ -0.021270751953125,
+ 0.0084991455078125,
+ -0.0155181884765625,
+ 0.01629638671875,
+ -0.042724609375,
+ 0.01342010498046875,
+ -0.0142974853515625,
+ -0.019866943359375,
+ 0.005970001220703125,
+ 0.006580352783203125,
+ -0.06658935546875,
+ -0.0016450881958007812,
+ 0.04217529296875,
+ -0.065185546875,
+ 0.034698486328125,
+ 0.00470733642578125,
+ -0.015777587890625,
+ 0.0216217041015625,
+ -0.0197906494140625,
+ -0.0435791015625,
+ 0.022308349609375,
+ 0.00841522216796875,
+ -0.0533447265625,
+ 0.01534271240234375,
+ 0.0240631103515625,
+ -0.04498291015625,
+ -0.047760009765625,
+ -0.037139892578125,
+ -0.008148193359375,
+ -0.01229095458984375,
+ -0.0159454345703125,
+ 0.02911376953125,
+ -0.024749755859375,
+ -0.020050048828125,
+ 0.027374267578125,
+ 0.041839599609375,
+ -0.01290130615234375,
+ -0.0362548828125,
+ 0.07110595703125,
+ -0.04150390625,
+ -0.0655517578125,
+ 0.049163818359375,
+ 0.005558013916015625,
+ 0.0341796875,
+ -0.0270233154296875,
+ -0.01386260986328125,
+ -0.00649261474609375,
+ 0.005359649658203125,
+ 0.01568603515625,
+ 0.0270233154296875,
+ -0.057891845703125,
+ -0.052642822265625,
+ -0.04705810546875,
+ 0.04461669921875,
+ 0.0214385986328125,
+ 0.039398193359375,
+ -0.024749755859375,
+ -0.05926513671875,
+ 0.028594970703125,
+ -0.06414794921875,
+ -0.03607177734375,
+ -0.0079345703125,
+ 0.0034427642822265625,
+ -0.015777587890625,
+ 0.06658935546875,
+ -0.032440185546875,
+ 0.0136871337890625,
+ 0.003116607666015625,
+ 0.048828125,
+ 0.009368896484375,
+ -0.02789306640625,
+ -0.034332275390625,
+ 0.0301666259765625,
+ 0.0325927734375,
+ -0.055084228515625,
+ -0.0136871337890625,
+ -0.002201080322265625,
+ 0.0103302001953125,
+ 0.045318603515625,
+ -0.061004638671875,
+ -0.0014925003051757812,
+ 0.00579833984375,
+ -0.060333251953125,
+ -0.0240631103515625,
+ -0.01508331298828125,
+ 0.0036830902099609375,
+ -0.022491455078125,
+ 0.0216217041015625,
+ 0.027374267578125,
+ -0.0021800994873046875,
+ 0.0011110305786132812,
+ 0.0233612060546875,
+ 0.00562286376953125,
+ 0.01142120361328125,
+ -0.01342010498046875,
+ -0.006015777587890625,
+ 0.0216217041015625,
+ -0.0582275390625,
+ -0.018829345703125,
+ -0.0228424072265625,
+ 0.023712158203125,
+ -0.01751708984375,
+ -0.019866943359375,
+ -0.006275177001953125,
+ -0.033660888671875,
+ 0.0226593017578125,
+ -0.056121826171875,
+ -0.0025501251220703125,
+ -0.0112457275390625,
+ -0.03765869140625,
+ -0.0268402099609375,
+ 0.0004467964172363281,
+ 0.04132080078125,
+ 0.0072784423828125,
+ -0.00424957275390625,
+ -0.0078887939453125,
+ 0.03765869140625,
+ -0.04461669921875,
+ 0.06732177734375,
+ 0.0183868408203125,
+ -0.00919342041015625,
+ -0.00396728515625,
+ -0.0037708282470703125,
+ 0.00923919677734375,
+ 0.00379180908203125,
+ 0.026153564453125,
+ -0.0054473876953125,
+ -0.032958984375,
+ -0.061370849609375,
+ 0.02789306640625,
+ 0.00516510009765625,
+ 0.015777587890625,
+ -0.003116607666015625,
+ -0.0374755859375,
+ -0.0509033203125,
+ 0.001590728759765625,
+ 0.040435791015625,
+ 0.00797271728515625,
+ 0.01568603515625,
+ -0.03033447265625,
+ -0.01403045654296875,
+ -0.009368896484375,
+ 0.00249481201171875,
+ 0.0423583984375,
+ -0.00862884521484375,
+ 0.03399658203125,
+ -0.018218994140625,
+ -0.037841796875,
+ 0.03399658203125,
+ 0.0240631103515625,
+ 0.024749755859375,
+ 0.033477783203125,
+ 0.018035888671875,
+ -0.03765869140625,
+ 0.021881103515625,
+ -0.005359649658203125,
+ -0.00579833984375,
+ 0.00274658203125,
+ -0.00511932373046875,
+ 0.04986572265625,
+ -0.0202178955078125,
+ -0.0196075439453125,
+ -0.0216217041015625,
+ 0.021697998046875,
+ 0.0240631103515625,
+ -0.0204010009765625,
+ -0.0216217041015625,
+ 0.0026149749755859375,
+ -0.004184722900390625,
+ 0.0728759765625,
+ -0.0287628173828125,
+ -0.048126220703125,
+ -0.0148162841796875,
+ 0.0003199577331542969,
+ 0.061370849609375,
+ 0.062744140625,
+ -0.012725830078125,
+ -0.0325927734375,
+ 0.0013837814331054688,
+ 0.043060302734375,
+ -0.010986328125,
+ -0.0294647216796875,
+ -0.0035076141357421875,
+ 0.0102386474609375,
+ 0.031036376953125,
+ 0.0509033203125,
+ 0.0171661376953125,
+ 0.08575439453125,
+ -0.00836944580078125,
+ -0.0178680419921875,
+ 0.0244140625,
+ 0.07391357421875,
+ 0.03033447265625,
+ 0.0016012191772460938,
+ -0.0268402099609375,
+ 0.0014495849609375,
+ -0.0009965896606445312,
+ -0.043243408203125,
+ -0.050567626953125,
+ 0.007541656494140625,
+ 0.068359375,
+ -0.06622314453125,
+ -0.03973388671875,
+ -0.01386260986328125,
+ -0.01168060302734375,
+ 0.01280975341796875,
+ 0.00872039794921875,
+ -0.009765625,
+ 0.0142974853515625,
+ 0.020477294921875,
+ -0.03173828125,
+ -0.00557708740234375,
+ -0.020660400390625,
+ 0.0030727386474609375,
+ 0.07147216796875,
+ 0.0203094482421875,
+ 0.005512237548828125,
+ 0.024932861328125,
+ 0.020751953125,
+ 0.029632568359375,
+ 0.007801055908203125,
+ 0.0341796875,
+ 0.01995849609375,
+ 0.0289459228515625,
+ 0.04095458984375,
+ 0.047760009765625,
+ -0.0135955810546875,
+ -0.0282440185546875,
+ 0.0105438232421875,
+ 0.0015583038330078125,
+ 0.0679931640625,
+ 0.07183837890625,
+ -0.008544921875,
+ 0.0115966796875,
+ -0.00040030479431152344,
+ -0.044097900390625,
+ 0.0240631103515625,
+ 0.00872039794921875,
+ 0.00394439697265625,
+ -0.040283203125,
+ -0.023193359375,
+ 0.0189208984375,
+ -0.03887939453125,
+ 0.0268402099609375,
+ 0.035919189453125,
+ -0.034881591796875,
+ 0.0051422119140625,
+ 0.05926513671875,
+ -0.00333404541015625,
+ -0.04498291015625,
+ 0.0040740966796875,
+ -0.03033447265625,
+ -0.019866943359375,
+ -0.0411376953125,
+ -0.0179595947265625,
+ 0.034698486328125,
+ -0.02545166015625,
+ -0.04339599609375,
+ -0.024749755859375,
+ 0.031890869140625,
+ -0.0196075439453125,
+ -0.04010009765625,
+ -0.0129852294921875,
+ 0.0299835205078125,
+ -0.01010894775390625,
+ -0.0244140625,
+ -0.046722412109375,
+ -0.01525115966796875,
+ 0.01229095458984375,
+ -0.03851318359375,
+ 0.023712158203125,
+ -0.014556884765625,
+ -0.034698486328125,
+ -0.0312042236328125,
+ -0.031890869140625,
+ -0.033294677734375,
+ -0.005840301513671875,
+ -0.037994384765625,
+ 0.03173828125,
+ -0.007061004638671875,
+ 0.0411376953125,
+ 0.061004638671875,
+ 0.061370849609375,
+ -0.02197265625,
+ -0.00836944580078125,
+ -0.033660888671875,
+ -0.05718994140625,
+ 0.0149078369140625,
+ 0.004467010498046875,
+ -0.0040740966796875,
+ -0.03765869140625,
+ -0.0018520355224609375,
+ 0.055450439453125,
+ -0.06903076171875,
+ 0.040435791015625,
+ -0.008453369140625,
+ -0.0325927734375,
+ -0.042877197265625,
+ -0.018310546875,
+ -0.00623321533203125,
+ 0.039581298828125,
+ 0.10113525390625,
+ 0.005840301513671875,
+ -0.0115966796875,
+ -0.00989532470703125,
+ -0.05682373046875,
+ 0.06695556640625,
+ 0.005054473876953125,
+ 0.018218994140625,
+ -0.042724609375,
+ 0.0208282470703125,
+ 0.0362548828125,
+ -0.0341796875,
+ 0.006275177001953125,
+ -0.0745849609375,
+ -0.00923919677734375,
+ 0.03521728515625,
+ 0.037994384765625,
+ -0.02056884765625,
+ -0.0301666259765625,
+ -0.025970458984375,
+ -0.0117645263671875,
+ -0.0177764892578125,
+ 0.0196990966796875,
+ 0.0060577392578125,
+ 0.0006456375122070312,
+ -0.029815673828125,
+ 0.0001538991928100586,
+ 0.010284423828125,
+ -0.035919189453125,
+ -0.028411865234375,
+ -0.023529052734375,
+ 0.06866455078125,
+ -0.00811004638671875,
+ -0.018829345703125,
+ 0.0268402099609375,
+ 0.01995849609375,
+ -0.0228424072265625,
+ -0.01280975341796875,
+ 0.0287628173828125,
+ -0.0277252197265625,
+ -0.007320404052734375,
+ -0.0177764892578125,
+ 0.01534271240234375,
+ -0.0115966796875,
+ 0.01316070556640625,
+ -0.00110626220703125,
+ 0.00823974609375,
+ 0.01812744140625,
+ -0.04150390625,
+ 0.06591796875,
+ 0.0263214111328125,
+ -0.058929443359375,
+ -0.057891845703125,
+ -0.041656494140625,
+ -0.019439697265625,
+ 0.026153564453125,
+ -0.0268402099609375,
+ 0.03643798828125,
+ 0.0109405517578125,
+ 0.000008881092071533203,
+ -0.106689453125,
+ 0.050567626953125,
+ -0.00806427001953125,
+ 0.0173492431640625,
+ -0.006103515625,
+ -0.016387939453125,
+ -0.039581298828125,
+ -0.051605224609375,
+ -0.0040740966796875,
+ 0.0325927734375,
+ -0.0258026123046875,
+ 0.034698486328125,
+ -0.0202178955078125,
+ -0.00888824462890625,
+ 0.00511932373046875,
+ -0.0221405029296875,
+ 0.0258026123046875,
+ 0.05230712890625,
+ 0.0045318603515625,
+ -0.034881591796875,
+ 0.0634765625,
+ -0.045684814453125,
+ 0.018218994140625,
+ -0.001285552978515625,
+ -0.0043792724609375,
+ 0.01229095458984375,
+ -0.0184783935546875,
+ -0.0028324127197265625,
+ 0.003093719482421875,
+ 0.0289459228515625,
+ 0.0165557861328125,
+ -0.02301025390625,
+ 0.0185699462890625,
+ -0.025970458984375,
+ 0.01464080810546875,
+ 0.02197265625,
+ -0.0362548828125,
+ 0.0190887451171875,
+ 0.022491455078125,
+ -0.00872039794921875,
+ -0.0294647216796875,
+ -0.06414794921875,
+ -0.07879638671875,
+ 0.01203155517578125,
+ -0.039215087890625,
+ -0.03033447265625,
+ 0.012115478515625,
+ 0.026153564453125,
+ 0.0265045166015625,
+ -0.0299835205078125,
+ 0.0270233154296875,
+ -0.01351165771484375,
+ -0.000033736228942871094,
+ -0.03607177734375,
+ 0.034698486328125,
+ -0.02667236328125,
+ 0.0313720703125,
+ 0.0117645263671875,
+ -0.03729248046875,
+ 0.0258026123046875,
+ 0.0030727386474609375,
+ 0.01412200927734375,
+ -0.052642822265625,
+ -0.0216217041015625,
+ -0.0275421142578125,
+ 0.02197265625,
+ -0.058929443359375,
+ -0.0161285400390625,
+ 0.0112457275390625,
+ 0.021087646484375,
+ 0.02423095703125,
+ -0.029632568359375,
+ 0.054046630859375,
+ -0.004009246826171875,
+ -0.061370849609375,
+ 0.0282440185546875,
+ -0.00501251220703125,
+ -0.0275421142578125,
+ 0.006931304931640625,
+ 0.01071929931640625,
+ -0.010284423828125,
+ 0.01629638671875,
+ 0.023712158203125,
+ 0.00775909423828125,
+ 0.03155517578125,
+ -0.00858306884765625,
+ -0.031036376953125,
+ 0.007061004638671875,
+ 0.01386260986328125,
+ 0.007625579833984375,
+ 0.0043792724609375,
+ 0.0226593017578125,
+ -0.013336181640625,
+ 0.01111602783203125,
+ -0.00618743896484375,
+ -0.0794677734375,
+ -0.01203155517578125,
+ -0.0148162841796875,
+ -0.0655517578125,
+ 0.0026702880859375,
+ 0.0753173828125,
+ 0.024932861328125,
+ -0.00562286376953125,
+ 0.004596710205078125,
+ 0.058929443359375,
+ 0.032440185546875,
+ 0.0148162841796875,
+ -0.005710601806640625,
+ -0.061004638671875,
+ -0.0220489501953125,
+ 0.0007352828979492188,
+ -0.0048828125,
+ -0.06591796875,
+ 0.03887939453125,
+ 0.0439453125,
+ -0.00897979736328125,
+ -0.0313720703125,
+ -0.01007080078125,
+ -0.006626129150390625,
+ 0.05230712890625,
+ 0.01568603515625,
+ 0.0177764892578125,
+ -0.068359375,
+ -0.0011768341064453125,
+ 0.0362548828125,
+ -0.0204010009765625,
+ -0.007671356201171875,
+ -0.0226593017578125,
+ 0.0054473876953125,
+ 0.03662109375,
+ -0.0634765625,
+ -0.003574371337890625,
+ 0.0013074874877929688,
+ 0.062408447265625,
+ 0.0204010009765625,
+ -0.023529052734375,
+ -0.042877197265625,
+ 0.061004638671875,
+ 0.02667236328125,
+ -0.0292816162109375,
+ 0.00110626220703125,
+ 0.0184783935546875,
+ -0.018829345703125,
+ 0.028411865234375,
+ 0.04638671875,
+ -0.0005583763122558594,
+ 0.0103759765625,
+ 0.027191162109375,
+ -0.04705810546875,
+ 0.018646240234375,
+ -0.01751708984375,
+ 0.018310546875,
+ -0.01076507568359375,
+ -0.0275421142578125,
+ -0.01812744140625,
+ -0.07354736328125,
+ 0.049163818359375,
+ 0.0185699462890625,
+ 0.033294677734375,
+ 0.00858306884765625,
+ 0.0037479400634765625,
+ -0.004467010498046875,
+ 0.0238800048828125,
+ 0.00318145751953125,
+ 0.014556884765625,
+ 0.01386260986328125,
+ 0.02178955078125,
+ 0.02789306640625,
+ 0.005535125732421875,
+ 0.029632568359375,
+ -0.0129852294921875,
+ 0.045684814453125,
+ -0.0460205078125,
+ 0.0034427642822265625,
+ -0.053009033203125,
+ -0.0112457275390625,
+ -0.0038356781005859375,
+ -0.0084991455078125,
+ 0.0036602020263671875,
+ -0.05194091796875,
+ 0.019439697265625,
+ -0.01229095458984375,
+ -0.04638671875,
+ -0.001438140869140625,
+ 0.03765869140625,
+ -0.041839599609375,
+ 0.005710601806640625,
+ 0.0060577392578125,
+ -0.01255035400390625,
+ 0.004924774169921875,
+ -0.035552978515625,
+ 0.0728759765625,
+ 0.03662109375,
+ 0.004138946533203125,
+ -0.0025272369384765625,
+ 0.0582275390625,
+ 0.01203155517578125,
+ 0.0252838134765625,
+ 0.0245819091796875,
+ 0.0179595947265625,
+ -0.021881103515625,
+ 0.04638671875,
+ 0.040618896484375,
+ -0.0039215087890625,
+ -0.040618896484375,
+ 0.0275421142578125,
+ 0.0162200927734375,
+ -0.02789306640625,
+ 0.03521728515625,
+ -0.006404876708984375,
+ 0.0100250244140625,
+ 0.004444122314453125,
+ 0.0148162841796875,
+ -0.02667236328125,
+ -0.03887939453125,
+ 0.04461669921875,
+ 0.0012750625610351562,
+ 0.0016775131225585938,
+ 0.026153564453125,
+ -0.05474853515625,
+ 0.06170654296875,
+ 0.01045989990234375,
+ 0.0721435546875,
+ -0.053009033203125,
+ 0.052642822265625,
+ -0.023529052734375,
+ -0.0033779144287109375,
+ -0.0162200927734375,
+ 0.0167388916015625,
+ -0.010894775390625,
+ 0.032257080078125,
+ -0.025970458984375,
+ 0.077392578125,
+ 0.00623321533203125,
+ -0.0124664306640625,
+ -0.0509033203125,
+ -0.0275421142578125,
+ -0.005840301513671875,
+ -0.0026035308837890625,
+ 0.0299835205078125,
+ -0.055450439453125,
+ -0.0019931793212890625,
+ 0.008758544921875,
+ 0.037841796875,
+ 0.0557861328125,
+ -0.0005421638488769531,
+ 0.0374755859375,
+ 0.01464080810546875,
+ -0.0136871337890625,
+ -0.019866943359375,
+ -0.026153564453125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "cli",
+ "live-acquisition",
+ "physical-copy",
+ "apfs",
+ "scenario:disk_imaging",
+ "zero-footprint",
+ "sip-bypass",
+ "encrypted-volume",
+ "container-imaging",
+ "minimal-contamination",
+ "scripting-capable",
+ "macos-specific"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_iCloud_Artifact_Analysis",
+ "type": "tool",
+ "name": "macOS iCloud Artifact Analysis",
+ "content": "macos icloud artifact analysis systematische auswertung von icloud-synchronisations-artefakten im lokalen dateisystem. fundorte: ~/library/application support/icloud/accounts (icloud-id), ~/library/mobile documents/ (synchronisierte dateien), ~/library/syncedpreferences/ (app-einstellungen), ~/library/application support/clouddocs/ (client.db/server.db). extraktion der account.1-datei und .ds_store-analyse für cloud-aktivitätsnachweise ohne direkten icloud-zugriff. icloud-forensics cloud-synchronization mobile-documents token-extraction sync-analysis cloud-artifacts metadata-analysis cloud-forensics static-investigations examination analysis",
+ "embedding": [
+ -0.0118255615234375,
+ 0.0254669189453125,
+ 0.03125,
+ 0.002315521240234375,
+ 0.033233642578125,
+ 0.0062408447265625,
+ 0.0262908935546875,
+ 0.0098419189453125,
+ 0.0030384063720703125,
+ 0.012237548828125,
+ -0.01091766357421875,
+ 0.053253173828125,
+ 0.004962921142578125,
+ 0.0079803466796875,
+ -0.0806884765625,
+ 0.0099639892578125,
+ 0.00203704833984375,
+ 0.018280029296875,
+ 0.02496337890625,
+ -0.0186004638671875,
+ -0.01198577880859375,
+ -0.01198577880859375,
+ -0.0297698974609375,
+ 0.0016231536865234375,
+ -0.000400543212890625,
+ 0.0181121826171875,
+ -0.0029773712158203125,
+ -0.07244873046875,
+ -0.013397216796875,
+ 0.00038504600524902344,
+ 0.0132293701171875,
+ -0.036376953125,
+ 0.0157928466796875,
+ 0.00690460205078125,
+ 0.025299072265625,
+ 0.0011625289916992188,
+ 0.0146331787109375,
+ -0.047943115234375,
+ -0.0191802978515625,
+ -0.0019121170043945312,
+ -0.00440216064453125,
+ -0.0017986297607421875,
+ 0.0029773712158203125,
+ 0.001964569091796875,
+ -0.00506591796875,
+ -0.0279541015625,
+ -0.0062408447265625,
+ -0.01074981689453125,
+ 0.013641357421875,
+ -0.0254669189453125,
+ -0.0027904510498046875,
+ 0.020172119140625,
+ -0.017364501953125,
+ 0.027618408203125,
+ -0.0171966552734375,
+ 0.046295166015625,
+ 0.0181121826171875,
+ 0.013641357421875,
+ -0.0740966796875,
+ 0.041839599609375,
+ -0.054229736328125,
+ 0.0013647079467773438,
+ -0.010498046875,
+ 0.00510406494140625,
+ 0.0226593017578125,
+ 0.0228271484375,
+ -0.0254669189453125,
+ -0.02496337890625,
+ 0.01232147216796875,
+ -0.007732391357421875,
+ -0.0066986083984375,
+ -0.0100860595703125,
+ -0.020751953125,
+ 0.0219879150390625,
+ -0.025970458984375,
+ -0.065185546875,
+ 0.0297698974609375,
+ 0.03704833984375,
+ -0.0251312255859375,
+ -0.0014982223510742188,
+ -0.053253173828125,
+ 0.017120361328125,
+ 0.0601806640625,
+ -0.0286102294921875,
+ -0.048614501953125,
+ 0.0218353271484375,
+ 0.0214996337890625,
+ 0.0251312255859375,
+ -0.00992584228515625,
+ 0.0143890380859375,
+ 0.027618408203125,
+ -0.010833740234375,
+ 0.0055389404296875,
+ 0.0161285400390625,
+ 0.039520263671875,
+ 0.05194091796875,
+ 0.0010442733764648438,
+ 0.003803253173828125,
+ -0.020416259765625,
+ 0.0226593017578125,
+ 0.015869140625,
+ -0.0489501953125,
+ 0.0294342041015625,
+ -0.015625,
+ 0.028778076171875,
+ -0.028106689453125,
+ 0.022491455078125,
+ 0.005580902099609375,
+ -0.0340576171875,
+ 0.002376556396484375,
+ -0.09588623046875,
+ -0.0489501953125,
+ -0.0172882080078125,
+ -0.06414794921875,
+ -0.01116180419921875,
+ -0.0189361572265625,
+ 0.03076171875,
+ 0.066162109375,
+ -0.065185546875,
+ -0.0269622802734375,
+ 0.0140533447265625,
+ 0.01256561279296875,
+ 0.00731658935546875,
+ 0.03753662109375,
+ -0.04083251953125,
+ -0.037872314453125,
+ 0.01413726806640625,
+ 0.0128173828125,
+ -0.037384033203125,
+ -0.0167083740234375,
+ -0.02496337890625,
+ -0.043670654296875,
+ -0.0126495361328125,
+ -0.046966552734375,
+ -0.0024280548095703125,
+ -0.047637939453125,
+ 0.06915283203125,
+ -0.020263671875,
+ -0.003017425537109375,
+ 0.0223236083984375,
+ 0.0088043212890625,
+ -0.0231475830078125,
+ -0.04498291015625,
+ -0.022979736328125,
+ -0.043975830078125,
+ -0.01190948486328125,
+ -0.033233642578125,
+ 0.030426025390625,
+ -0.04595947265625,
+ -0.01314544677734375,
+ -0.00533294677734375,
+ 0.05126953125,
+ 0.011077880859375,
+ -0.0003514289855957031,
+ -0.01045989990234375,
+ -0.0238189697265625,
+ 0.00376129150390625,
+ -0.029937744140625,
+ 0.0254669189453125,
+ -0.00876617431640625,
+ -0.0290985107421875,
+ 0.024810791015625,
+ -0.0082244873046875,
+ 0.01273345947265625,
+ -0.0013742446899414062,
+ -0.034576416015625,
+ -0.0302581787109375,
+ 0.03424072265625,
+ -0.007274627685546875,
+ -0.004673004150390625,
+ 0.0191802978515625,
+ 0.00023508071899414062,
+ 0.07476806640625,
+ 0.053253173828125,
+ 0.0014677047729492188,
+ 0.034576416015625,
+ 0.0218353271484375,
+ -0.0251312255859375,
+ 0.033416748046875,
+ 0.046966552734375,
+ 0.0138092041015625,
+ -0.01348114013671875,
+ 0.056549072265625,
+ 0.0146331787109375,
+ 0.0175323486328125,
+ -0.01430511474609375,
+ -0.0066986083984375,
+ 0.0021915435791015625,
+ -0.023651123046875,
+ 0.03985595703125,
+ -0.0330810546875,
+ -0.050262451171875,
+ 0.0023670196533203125,
+ 0.03802490234375,
+ 0.04034423828125,
+ 0.0535888671875,
+ 0.0223236083984375,
+ -0.0075225830078125,
+ 0.04266357421875,
+ 0.01157379150390625,
+ 0.022979736328125,
+ 0.03472900390625,
+ -0.0114898681640625,
+ 0.07574462890625,
+ 0.0239715576171875,
+ 0.0114898681640625,
+ -0.0271148681640625,
+ 0.026123046875,
+ 0.011077880859375,
+ 0.029266357421875,
+ -0.0161285400390625,
+ 0.034576416015625,
+ 0.001354217529296875,
+ -0.0021190643310546875,
+ -0.048614501953125,
+ -0.0163726806640625,
+ 0.017608642578125,
+ -0.04266357421875,
+ -0.02960205078125,
+ 0.01372528076171875,
+ -0.00731658935546875,
+ -0.06414794921875,
+ -0.002376556396484375,
+ 0.0211639404296875,
+ -0.0195159912109375,
+ 0.042999267578125,
+ 0.020843505859375,
+ -0.0021800994873046875,
+ -0.0181884765625,
+ 0.0161285400390625,
+ 0.005374908447265625,
+ 0.03009033203125,
+ 0.0093841552734375,
+ 0.034393310546875,
+ -0.001560211181640625,
+ -0.025634765625,
+ 0.06451416015625,
+ 0.005870819091796875,
+ 0.0238189697265625,
+ 0.016448974609375,
+ -0.029266357421875,
+ 0.054229736328125,
+ -0.0085601806640625,
+ 0.0002455711364746094,
+ 0.0335693359375,
+ -0.024139404296875,
+ -0.01273345947265625,
+ -0.004940032958984375,
+ 0.0175323486328125,
+ 0.05621337890625,
+ -0.01198577880859375,
+ 0.0175323486328125,
+ -0.07244873046875,
+ 0.018768310546875,
+ -0.0218353271484375,
+ -0.02215576171875,
+ -0.0211639404296875,
+ -0.06414794921875,
+ 0.04827880859375,
+ -0.056884765625,
+ -0.0152130126953125,
+ -0.01116180419921875,
+ 0.00521087646484375,
+ 0.0197601318359375,
+ 0.019012451171875,
+ 0.003204345703125,
+ -0.03570556640625,
+ 0.0128173828125,
+ 0.0638427734375,
+ -0.007274627685546875,
+ 0.003204345703125,
+ -0.00934600830078125,
+ 0.04168701171875,
+ 0.011077880859375,
+ 0.0443115234375,
+ -0.04168701171875,
+ -0.006656646728515625,
+ 0.025299072265625,
+ 0.0205841064453125,
+ 0.036041259765625,
+ 0.0103759765625,
+ 0.004444122314453125,
+ -0.036376953125,
+ 0.00959014892578125,
+ -0.055908203125,
+ -0.004673004150390625,
+ -0.0289459228515625,
+ -0.00142669677734375,
+ -0.0099639892578125,
+ -0.058868408203125,
+ -0.0129852294921875,
+ 0.04595947265625,
+ -0.0101318359375,
+ 0.0061187744140625,
+ -0.00748443603515625,
+ -0.0294342041015625,
+ 0.01165771484375,
+ 0.0443115234375,
+ -0.007110595703125,
+ 0.042999267578125,
+ 0.04827880859375,
+ -0.01157379150390625,
+ -0.010833740234375,
+ 0.0152130126953125,
+ 0.01629638671875,
+ -0.03753662109375,
+ -0.038360595703125,
+ -0.035064697265625,
+ -0.024810791015625,
+ -0.05194091796875,
+ -0.00946807861328125,
+ 0.036865234375,
+ -0.00930023193359375,
+ 0.01678466796875,
+ -0.005374908447265625,
+ -0.001964569091796875,
+ -0.022491455078125,
+ -0.0254669189453125,
+ 0.012237548828125,
+ -0.0391845703125,
+ -0.0223236083984375,
+ -0.01355743408203125,
+ 0.03192138671875,
+ 0.01488494873046875,
+ 0.0166168212890625,
+ 0.02496337890625,
+ -0.01629638671875,
+ -0.04827880859375,
+ 0.00457000732421875,
+ -0.01397705078125,
+ 0.0226593017578125,
+ -0.003803253173828125,
+ 0.04083251953125,
+ 0.032745361328125,
+ 0.0166168212890625,
+ 0.015869140625,
+ 0.0535888671875,
+ -0.03009033203125,
+ -0.004383087158203125,
+ 0.003101348876953125,
+ -0.00988006591796875,
+ -0.0020885467529296875,
+ -0.01290130615234375,
+ -0.016448974609375,
+ -0.02215576171875,
+ -0.0007028579711914062,
+ -0.0282745361328125,
+ 0.0186004638671875,
+ 0.0191802978515625,
+ 0.0132293701171875,
+ 0.01099395751953125,
+ -0.0205841064453125,
+ -0.007152557373046875,
+ 0.05291748046875,
+ 0.00411224365234375,
+ 0.0899658203125,
+ -0.029937744140625,
+ -0.050933837890625,
+ 0.00864410400390625,
+ 0.04150390625,
+ -0.0443115234375,
+ 0.006862640380859375,
+ 0.0433349609375,
+ -0.01546478271484375,
+ 0.004940032958984375,
+ 0.0239715576171875,
+ -0.0024280548095703125,
+ 0.01198577880859375,
+ 0.00917816162109375,
+ -0.0238189697265625,
+ 0.0274505615234375,
+ -0.0340576171875,
+ 0.046966552734375,
+ 0.0625,
+ 0.00521087646484375,
+ -0.01141357421875,
+ 0.041168212890625,
+ -0.0238189697265625,
+ -0.0166168212890625,
+ -0.030426025390625,
+ -0.0625,
+ 0.02166748046875,
+ 0.0243072509765625,
+ 0.0197601318359375,
+ 0.027618408203125,
+ -0.0079345703125,
+ -0.05194091796875,
+ 0.029937744140625,
+ -0.017120361328125,
+ 0.0843505859375,
+ 0.0545654296875,
+ 0.007274627685546875,
+ 0.019927978515625,
+ -0.006946563720703125,
+ 0.01029205322265625,
+ 0.036224365234375,
+ -0.0078582763671875,
+ 0.0277862548828125,
+ 0.007732391357421875,
+ 0.037384033203125,
+ 0.01910400390625,
+ -0.061859130859375,
+ -0.0038852691650390625,
+ 0.037872314453125,
+ 0.0031833648681640625,
+ -0.024810791015625,
+ 0.01331329345703125,
+ 0.0294342041015625,
+ 0.0535888671875,
+ -0.0140533447265625,
+ 0.04266357421875,
+ -0.004486083984375,
+ 0.00046515464782714844,
+ -0.00917816162109375,
+ 0.01355743408203125,
+ 0.0101318359375,
+ -0.04498291015625,
+ 0.02728271484375,
+ -0.0206756591796875,
+ 0.01331329345703125,
+ 0.0177001953125,
+ 0.0206756591796875,
+ -0.059539794921875,
+ 0.015045166015625,
+ 0.04827880859375,
+ -0.055572509765625,
+ 0.01273345947265625,
+ 0.03936767578125,
+ -0.03570556640625,
+ 0.0012922286987304688,
+ -0.015716552734375,
+ -0.028106689453125,
+ 0.03424072265625,
+ -0.025634765625,
+ -0.066162109375,
+ 0.00963592529296875,
+ 0.0325927734375,
+ -0.040679931640625,
+ -0.047943115234375,
+ -0.045654296875,
+ -0.006282806396484375,
+ 0.0124053955078125,
+ -0.01422119140625,
+ 0.0279541015625,
+ -0.0269622802734375,
+ -0.005374908447265625,
+ 0.03704833984375,
+ 0.04266357421875,
+ -0.0026149749755859375,
+ -0.03521728515625,
+ 0.05755615234375,
+ -0.0223236083984375,
+ -0.0797119140625,
+ 0.0181884765625,
+ 0.026458740234375,
+ 0.03985595703125,
+ -0.0499267578125,
+ -0.04034423828125,
+ 0.003101348876953125,
+ 0.0021076202392578125,
+ -0.01141357421875,
+ 0.01702880859375,
+ -0.0243072509765625,
+ -0.04962158203125,
+ -0.0391845703125,
+ 0.07275390625,
+ 0.019927978515625,
+ 0.028778076171875,
+ -0.0101318359375,
+ -0.053924560546875,
+ 0.01232147216796875,
+ -0.07708740234375,
+ -0.0231475830078125,
+ -0.00806427001953125,
+ 0.017120361328125,
+ -0.0290985107421875,
+ 0.07574462890625,
+ -0.0246429443359375,
+ 0.0004856586456298828,
+ -0.007770538330078125,
+ 0.06878662109375,
+ 0.020416259765625,
+ -0.00847625732421875,
+ -0.0535888671875,
+ 0.0233154296875,
+ 0.01554107666015625,
+ -0.036041259765625,
+ -0.021331787109375,
+ 0.003658294677734375,
+ 0.0167083740234375,
+ 0.036865234375,
+ -0.026458740234375,
+ -0.004505157470703125,
+ 0.00033593177795410156,
+ -0.07110595703125,
+ -0.03173828125,
+ 0.0166168212890625,
+ -0.00276947021484375,
+ -0.05059814453125,
+ 0.0206756591796875,
+ 0.033233642578125,
+ 0.007236480712890625,
+ 0.005870819091796875,
+ 0.0171966552734375,
+ 0.01157379150390625,
+ 0.0254669189453125,
+ -0.00971221923828125,
+ -0.03753662109375,
+ 0.041351318359375,
+ -0.078369140625,
+ -0.0104217529296875,
+ -0.035552978515625,
+ 0.025299072265625,
+ -0.0186004638671875,
+ 0.009674072265625,
+ 0.0028533935546875,
+ -0.0129852294921875,
+ 0.04052734375,
+ -0.046966552734375,
+ 0.01488494873046875,
+ -0.00876617431640625,
+ -0.044647216796875,
+ -0.05755615234375,
+ -0.0010232925415039062,
+ 0.0008578300476074219,
+ 0.0130615234375,
+ 0.006946563720703125,
+ 0.00521087646484375,
+ 0.07904052734375,
+ -0.0592041015625,
+ 0.0078582763671875,
+ 0.0290985107421875,
+ -0.00603485107421875,
+ 0.015869140625,
+ -0.0112457275390625,
+ 0.00909423828125,
+ -0.004528045654296875,
+ -0.0010280609130859375,
+ -0.00620269775390625,
+ -0.022979736328125,
+ -0.05194091796875,
+ 0.01554107666015625,
+ 0.0009145736694335938,
+ -0.00041866302490234375,
+ -0.038848876953125,
+ -0.0282745361328125,
+ -0.07574462890625,
+ -0.0128173828125,
+ 0.05059814453125,
+ 0.010833740234375,
+ 0.006282806396484375,
+ -0.0310821533203125,
+ 0.0008940696716308594,
+ -0.026458740234375,
+ -0.029937744140625,
+ 0.042327880859375,
+ 0.0018711090087890625,
+ 0.00049591064453125,
+ -0.00370025634765625,
+ -0.0391845703125,
+ 0.022979736328125,
+ 0.0103759765625,
+ 0.026123046875,
+ 0.050262451171875,
+ 0.03125,
+ -0.0289459228515625,
+ 0.01058197021484375,
+ -0.014801025390625,
+ -0.010833740234375,
+ -0.0029144287109375,
+ 0.01430511474609375,
+ 0.03192138671875,
+ -0.027618408203125,
+ -0.01091766357421875,
+ 0.00174713134765625,
+ 0.0098419189453125,
+ 0.007358551025390625,
+ -0.0205841064453125,
+ 0.0040740966796875,
+ 0.01454925537109375,
+ -0.0017671585083007812,
+ 0.06646728515625,
+ -0.0075225830078125,
+ -0.042999267578125,
+ -0.01372528076171875,
+ -0.006282806396484375,
+ 0.0192718505859375,
+ 0.033905029296875,
+ 0.019683837890625,
+ -0.04083251953125,
+ 0.020416259765625,
+ 0.02166748046875,
+ -0.0079345703125,
+ -0.0535888671875,
+ 0.0018396377563476562,
+ 0.0124053955078125,
+ -0.0010900497436523438,
+ 0.026458740234375,
+ 0.0177001953125,
+ 0.10186767578125,
+ 0.00971221923828125,
+ -0.01422119140625,
+ 0.0419921875,
+ 0.046966552734375,
+ 0.0223236083984375,
+ -0.040191650390625,
+ -0.0297698974609375,
+ -0.00632476806640625,
+ 0.0211639404296875,
+ -0.0177764892578125,
+ -0.047637939453125,
+ 0.004589080810546875,
+ 0.0335693359375,
+ -0.0694580078125,
+ 0.002872467041015625,
+ -0.0120697021484375,
+ 0.01074981689453125,
+ 0.0290985107421875,
+ 0.02728271484375,
+ -0.01198577880859375,
+ 0.01116180419921875,
+ 0.03704833984375,
+ -0.03936767578125,
+ -0.0026454925537109375,
+ 0.0037822723388671875,
+ 0.0228271484375,
+ 0.0657958984375,
+ 0.0200042724609375,
+ -0.00801849365234375,
+ 0.0254669189453125,
+ 0.0274505615234375,
+ 0.039520263671875,
+ 0.00789642333984375,
+ 0.05126953125,
+ 0.021331787109375,
+ 0.027618408203125,
+ 0.03753662109375,
+ 0.0648193359375,
+ -0.0489501953125,
+ -0.0101318359375,
+ 0.0175323486328125,
+ 0.00806427001953125,
+ 0.027618408203125,
+ 0.052581787109375,
+ 0.006778717041015625,
+ 0.0177001953125,
+ 0.0234832763671875,
+ -0.033233642578125,
+ 0.018280029296875,
+ 0.0294342041015625,
+ 0.00930023193359375,
+ -0.0310821533203125,
+ -0.0168609619140625,
+ -0.00113677978515625,
+ -0.04595947265625,
+ 0.01629638671875,
+ 0.0112457275390625,
+ -0.0192718505859375,
+ 0.0189361572265625,
+ 0.0601806640625,
+ -0.009796142578125,
+ -0.048614501953125,
+ 0.02166748046875,
+ -0.0297698974609375,
+ -0.0251312255859375,
+ -0.01165771484375,
+ -0.026458740234375,
+ 0.034393310546875,
+ -0.02447509765625,
+ -0.0282745361328125,
+ -0.0014781951904296875,
+ 0.042327880859375,
+ -0.00492095947265625,
+ -0.03240966796875,
+ -0.008392333984375,
+ 0.0152130126953125,
+ 0.03125,
+ 0.0022640228271484375,
+ -0.04217529296875,
+ -0.0419921875,
+ 0.006450653076171875,
+ -0.02960205078125,
+ -0.01174163818359375,
+ -0.0251312255859375,
+ -0.0219879150390625,
+ 0.0033702850341796875,
+ 0.01389312744140625,
+ -0.0161285400390625,
+ 0.0160369873046875,
+ -0.0171966552734375,
+ 0.0325927734375,
+ 0.0005712509155273438,
+ 0.00847625732421875,
+ 0.0340576171875,
+ 0.078369140625,
+ -0.0198516845703125,
+ -0.01290130615234375,
+ -0.001384735107421875,
+ -0.022979736328125,
+ 0.005146026611328125,
+ 0.017364501953125,
+ 0.027618408203125,
+ -0.036865234375,
+ -0.00013947486877441406,
+ 0.05194091796875,
+ -0.06878662109375,
+ 0.024139404296875,
+ 0.0103759765625,
+ -0.0277862548828125,
+ -0.045318603515625,
+ -0.02166748046875,
+ -0.0086822509765625,
+ 0.0226593017578125,
+ 0.07574462890625,
+ 0.00241851806640625,
+ -0.0499267578125,
+ 0.025634765625,
+ -0.05059814453125,
+ 0.06451416015625,
+ 0.0168609619140625,
+ 0.03424072265625,
+ -0.0601806640625,
+ 0.0218353271484375,
+ 0.0258026123046875,
+ -0.0286102294921875,
+ -0.01091766357421875,
+ -0.086669921875,
+ 0.0124053955078125,
+ 0.042327880859375,
+ 0.0205841064453125,
+ -0.04498291015625,
+ -0.01554107666015625,
+ -0.00847625732421875,
+ -0.022491455078125,
+ -0.012237548828125,
+ 0.027618408203125,
+ 0.00830841064453125,
+ -0.0016231536865234375,
+ -0.0325927734375,
+ 0.0126495361328125,
+ 0.0081024169921875,
+ -0.03143310546875,
+ -0.04052734375,
+ -0.01074981689453125,
+ 0.04595947265625,
+ 0.00341033935546875,
+ -0.022491455078125,
+ 0.0310821533203125,
+ 0.0028533935546875,
+ 0.01654052734375,
+ -0.00864410400390625,
+ 0.057220458984375,
+ -0.007648468017578125,
+ -0.01529693603515625,
+ -0.0161285400390625,
+ 0.0289459228515625,
+ -0.004817962646484375,
+ 0.020263671875,
+ -0.004299163818359375,
+ 0.005786895751953125,
+ 0.02447509765625,
+ -0.00440216064453125,
+ 0.0289459228515625,
+ 0.068115234375,
+ -0.0177001953125,
+ -0.06085205078125,
+ -0.0099639892578125,
+ 0.000017702579498291016,
+ 0.0269622802734375,
+ -0.015380859375,
+ 0.05126953125,
+ 0.0008940696716308594,
+ -0.041168212890625,
+ -0.10052490234375,
+ 0.038848876953125,
+ -0.0284423828125,
+ 0.0132293701171875,
+ -0.0140533447265625,
+ -0.028106689453125,
+ -0.05853271484375,
+ -0.04168701171875,
+ -0.0340576171875,
+ 0.0419921875,
+ 0.01422119140625,
+ 0.0325927734375,
+ -0.0209197998046875,
+ 0.00921630859375,
+ 0.02166748046875,
+ -0.01471710205078125,
+ -0.0194244384765625,
+ 0.041839599609375,
+ 0.036865234375,
+ -0.025970458984375,
+ 0.043670654296875,
+ -0.0194244384765625,
+ -0.00506591796875,
+ -0.01488494873046875,
+ -0.0118255615234375,
+ 0.03076171875,
+ -0.024139404296875,
+ -0.004547119140625,
+ -0.01290130615234375,
+ 0.029266357421875,
+ 0.01331329345703125,
+ -0.0157928466796875,
+ 0.02447509765625,
+ -0.03076171875,
+ 0.02215576171875,
+ -0.0128173828125,
+ -0.03125,
+ 0.0112457275390625,
+ 0.01512908935546875,
+ -0.015869140625,
+ -0.0277862548828125,
+ -0.04217529296875,
+ -0.0787353515625,
+ -0.017364501953125,
+ -0.0760498046875,
+ -0.01471710205078125,
+ 0.0010595321655273438,
+ 0.019012451171875,
+ 0.004093170166015625,
+ -0.0166168212890625,
+ 0.022491455078125,
+ -0.01629638671875,
+ -0.0081024169921875,
+ -0.00971221923828125,
+ -0.005580902099609375,
+ -0.003513336181640625,
+ 0.031585693359375,
+ 0.0168609619140625,
+ -0.047637939453125,
+ 0.03173828125,
+ 0.01074981689453125,
+ 0.020263671875,
+ -0.0026454925537109375,
+ 0.00876617431640625,
+ -0.03143310546875,
+ 0.028778076171875,
+ -0.06915283203125,
+ -0.037689208984375,
+ 0.01074981689453125,
+ 0.01413726806640625,
+ 0.009552001953125,
+ -0.0168609619140625,
+ 0.022491455078125,
+ -0.0016851425170898438,
+ -0.04827880859375,
+ -0.008148193359375,
+ -0.022979736328125,
+ -0.040191650390625,
+ 0.0010232925415039062,
+ 0.0027294158935546875,
+ -0.01198577880859375,
+ 0.0226593017578125,
+ 0.019927978515625,
+ 0.0382080078125,
+ 0.00801849365234375,
+ 0.006366729736328125,
+ -0.03424072265625,
+ -0.036865234375,
+ -0.0181121826171875,
+ 0.003513336181640625,
+ 0.03985595703125,
+ 0.04595947265625,
+ -0.00946807861328125,
+ 0.0200042724609375,
+ -0.0206756591796875,
+ -0.058868408203125,
+ -0.0239715576171875,
+ -0.00498199462890625,
+ -0.051605224609375,
+ 0.0177764892578125,
+ 0.07177734375,
+ 0.027618408203125,
+ 0.00921630859375,
+ 0.032257080078125,
+ 0.0731201171875,
+ 0.0269622802734375,
+ 0.0128173828125,
+ -0.0282745361328125,
+ -0.0625,
+ -0.0036792755126953125,
+ 0.0197601318359375,
+ -0.012481689453125,
+ -0.07012939453125,
+ 0.05853271484375,
+ 0.06683349609375,
+ -0.029937744140625,
+ -0.005374908447265625,
+ 0.007732391357421875,
+ 0.01198577880859375,
+ 0.065185546875,
+ 0.04595947265625,
+ -0.01198577880859375,
+ -0.05059814453125,
+ 0.015716552734375,
+ 0.0218353271484375,
+ -0.0020160675048828125,
+ -0.0218353271484375,
+ -0.0035762786865234375,
+ -0.028106689453125,
+ 0.05853271484375,
+ -0.03704833984375,
+ 0.00396728515625,
+ -0.0025424957275390625,
+ 0.0634765625,
+ 0.0120697021484375,
+ -0.01290130615234375,
+ -0.037200927734375,
+ 0.06878662109375,
+ 0.007274627685546875,
+ -0.037384033203125,
+ 0.0443115234375,
+ 0.0033283233642578125,
+ -0.0246429443359375,
+ 0.040008544921875,
+ 0.055908203125,
+ -0.004177093505859375,
+ 0.03753662109375,
+ 0.0179443359375,
+ -0.056549072265625,
+ 0.020172119140625,
+ -0.003948211669921875,
+ 0.0112457275390625,
+ -0.0243072509765625,
+ -0.02960205078125,
+ -0.035400390625,
+ -0.07708740234375,
+ 0.0545654296875,
+ -0.007564544677734375,
+ 0.037689208984375,
+ 0.0214996337890625,
+ 0.004154205322265625,
+ -0.004154205322265625,
+ -0.0031414031982421875,
+ 0.013641357421875,
+ 0.045318603515625,
+ 0.01091766357421875,
+ -0.00897216796875,
+ 0.025970458984375,
+ -0.0157928466796875,
+ 0.00399017333984375,
+ -0.0231475830078125,
+ 0.0177001953125,
+ -0.0175323486328125,
+ -0.0282745361328125,
+ -0.0535888671875,
+ -0.0029964447021484375,
+ 0.006282806396484375,
+ -0.00930023193359375,
+ -0.0023365020751953125,
+ -0.0243072509765625,
+ 0.0340576171875,
+ -0.0034732818603515625,
+ -0.02679443359375,
+ 0.0041961669921875,
+ 0.041015625,
+ -0.038360595703125,
+ 0.055908203125,
+ 0.00014662742614746094,
+ -0.002315521240234375,
+ 0.007732391357421875,
+ -0.0638427734375,
+ 0.07904052734375,
+ 0.0234832763671875,
+ 0.032257080078125,
+ -0.0038661956787109375,
+ 0.0219879150390625,
+ 0.030426025390625,
+ 0.034393310546875,
+ 0.002376556396484375,
+ 0.023651123046875,
+ -0.0160369873046875,
+ 0.05755615234375,
+ 0.051605224609375,
+ -0.005290985107421875,
+ -0.034576416015625,
+ 0.066162109375,
+ 0.02496337890625,
+ -0.0309295654296875,
+ 0.03985595703125,
+ 0.018280029296875,
+ 0.017364501953125,
+ -0.005023956298828125,
+ -0.00018990039825439453,
+ 0.0018186569213867188,
+ -0.055572509765625,
+ 0.032745361328125,
+ 0.0016326904296875,
+ -0.00830841064453125,
+ 0.01091766357421875,
+ -0.077392578125,
+ 0.036224365234375,
+ 0.005828857421875,
+ 0.0714111328125,
+ -0.03240966796875,
+ 0.050262451171875,
+ 0.00312042236328125,
+ 0.005828857421875,
+ -0.002635955810546875,
+ 0.005706787109375,
+ -0.019012451171875,
+ 0.0271148681640625,
+ -0.012481689453125,
+ 0.046966552734375,
+ 0.0228271484375,
+ -0.0093841552734375,
+ -0.07275390625,
+ -0.01165771484375,
+ -0.026123046875,
+ -0.0008835792541503906,
+ 0.0335693359375,
+ -0.054229736328125,
+ -0.01256561279296875,
+ 0.01447296142578125,
+ 0.049285888671875,
+ 0.058197021484375,
+ 0.007732391357421875,
+ 0.0149688720703125,
+ 0.0223236083984375,
+ -0.0066986083984375,
+ 0.0030384063720703125,
+ -0.006656646728515625
+ ],
+ "metadata": {
+ "domains": [
+ "cloud-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "icloud-forensics",
+ "cloud-synchronization",
+ "mobile-documents",
+ "token-extraction",
+ "sync-analysis",
+ "cloud-artifacts",
+ "metadata-analysis"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Autopsy",
+ "type": "tool",
+ "name": "Autopsy",
+ "content": "autopsy die bekannte open-source-forensik-suite vereint hunderte analyse-module unter einer intuitiven oberfläche. exzellent für timeline-rekonstruktion durch automatische korrelation von dateisystem-artefakten, registry-einträgen und log-dateien. das integrierte keyword-search-modul findet beweise in gelöschten dateien, slack-space und unallokierten bereichen. die tsk-basierte engine unterstützt alle gängigen dateisysteme von ntfs über ext4 bis apfs. besonders wertvoll: die photorec-integration für signaturbasiertes carving und die automatische hash-analyse gegen nsrl und eigene datenbanken. plugins erweitern die funktionalität für spezialfälle wie smartphone-forensik oder cloud-artefakte. gui timeline file-carving keyword-search plugin-support opensource hash-analysis deleted-data artifact-extraction multi-user case-management report-generation tsk-framework scenario:disk_imaging scenario:file_recovery scenario:browser_history incident-response static-investigations malware-analysis mobile-forensics cloud-forensics fraud-investigation examination analysis reporting",
+ "embedding": [
+ -0.03369140625,
+ 0.0301971435546875,
+ 0.0665283203125,
+ 0.0066986083984375,
+ 0.016845703125,
+ 0.04486083984375,
+ 0.0117034912109375,
+ 0.0161895751953125,
+ -0.028228759765625,
+ -0.00792694091796875,
+ -0.0369873046875,
+ 0.046173095703125,
+ 0.00891876220703125,
+ 0.00560760498046875,
+ -0.06475830078125,
+ 0.045928955078125,
+ 0.0083160400390625,
+ 0.0161895751953125,
+ 0.00995635986328125,
+ 0.0222015380859375,
+ -0.0085906982421875,
+ -0.0306243896484375,
+ -0.06561279296875,
+ -0.007602691650390625,
+ 0.00820159912109375,
+ 0.005825042724609375,
+ -0.0206756591796875,
+ -0.0665283203125,
+ -0.0279998779296875,
+ 0.018707275390625,
+ 0.01444244384765625,
+ -0.04376220703125,
+ 0.0093536376953125,
+ 0.040252685546875,
+ 0.00826263427734375,
+ -0.0201263427734375,
+ -0.003063201904296875,
+ -0.0472412109375,
+ -0.03106689453125,
+ 0.04376220703125,
+ -0.026031494140625,
+ -0.010498046875,
+ 0.01306915283203125,
+ -0.00519561767578125,
+ -0.0246124267578125,
+ -0.043548583984375,
+ -0.016632080078125,
+ -0.0266876220703125,
+ 0.0242919921875,
+ -0.0474853515625,
+ 0.038726806640625,
+ 0.03106689453125,
+ -0.003692626953125,
+ 0.00440216064453125,
+ -0.04376220703125,
+ 0.0225372314453125,
+ 0.0206756591796875,
+ -0.0211181640625,
+ -0.035675048828125,
+ 0.052276611328125,
+ -0.049652099609375,
+ -0.00691986083984375,
+ -0.011871337890625,
+ -0.0096282958984375,
+ 0.011322021484375,
+ 0.0208892822265625,
+ -0.0043487548828125,
+ -0.04486083984375,
+ -0.0014019012451171875,
+ -0.0018596649169921875,
+ -0.00467681884765625,
+ -0.0006527900695800781,
+ -0.0222015380859375,
+ 0.046600341796875,
+ -0.0304107666015625,
+ -0.0494384765625,
+ -0.00000852346420288086,
+ 0.02001953125,
+ 0.0035552978515625,
+ 0.00598907470703125,
+ -0.050537109375,
+ -0.0141143798828125,
+ 0.052734375,
+ -0.03106689453125,
+ -0.01219940185546875,
+ -0.0029125213623046875,
+ 0.01241302490234375,
+ 0.02789306640625,
+ -0.0093536376953125,
+ 0.0074920654296875,
+ -0.0032672882080078125,
+ -0.00598907470703125,
+ 0.0130157470703125,
+ -0.025604248046875,
+ 0.044403076171875,
+ 0.04833984375,
+ -0.02471923828125,
+ -0.0284423828125,
+ -0.0085906982421875,
+ 0.0229644775390625,
+ 0.035003662109375,
+ -0.04266357421875,
+ 0.056884765625,
+ -0.016632080078125,
+ 0.042877197265625,
+ -0.033477783203125,
+ 0.01306915283203125,
+ -0.0227508544921875,
+ -0.00902557373046875,
+ -0.0252685546875,
+ -0.08489990234375,
+ -0.03411865234375,
+ -0.0156402587890625,
+ -0.057769775390625,
+ -0.017181396484375,
+ 0.0033359527587890625,
+ -0.01061248779296875,
+ 0.039825439453125,
+ -0.042236328125,
+ -0.05731201171875,
+ 0.01849365234375,
+ 0.023406982421875,
+ -0.016632080078125,
+ 0.015533447265625,
+ -0.0682373046875,
+ -0.07659912109375,
+ -0.006290435791015625,
+ 0.03631591796875,
+ -0.0419921875,
+ -0.0132904052734375,
+ -0.01137542724609375,
+ -0.0290985107421875,
+ -0.022308349609375,
+ -0.0148773193359375,
+ -0.001285552978515625,
+ -0.01629638671875,
+ 0.035675048828125,
+ 0.00018203258514404297,
+ -0.00902557373046875,
+ 0.01444244384765625,
+ 0.0288848876953125,
+ -0.0246124267578125,
+ -0.0665283203125,
+ 0.024505615234375,
+ -0.03936767578125,
+ -0.018707275390625,
+ -0.0301971435546875,
+ 0.05731201171875,
+ -0.018707275390625,
+ -0.0024471282958984375,
+ -0.011871337890625,
+ 0.028656005859375,
+ 0.04833984375,
+ 0.0096282958984375,
+ 0.00951385498046875,
+ -0.04486083984375,
+ -0.003322601318359375,
+ -0.0156402587890625,
+ 0.030853271484375,
+ -0.006565093994140625,
+ -0.0246124267578125,
+ 0.01629638671875,
+ 0.004238128662109375,
+ 0.040252685546875,
+ -0.0227508544921875,
+ -0.041351318359375,
+ -0.015533447265625,
+ 0.0217742919921875,
+ 0.02001953125,
+ 0.00691986083984375,
+ 0.0301971435546875,
+ 0.006893157958984375,
+ 0.05120849609375,
+ 0.0673828125,
+ 0.0159759521484375,
+ 0.013458251953125,
+ -0.018707275390625,
+ -0.01230621337890625,
+ 0.046173095703125,
+ 0.031494140625,
+ -0.004978179931640625,
+ -0.0127410888671875,
+ 0.04266357421875,
+ 0.005634307861328125,
+ -0.004238128662109375,
+ -0.01268768310546875,
+ -0.034576416015625,
+ -0.01023101806640625,
+ -0.034576416015625,
+ 0.0023517608642578125,
+ -0.026580810546875,
+ -0.0211181640625,
+ -0.0004992485046386719,
+ 0.00951385498046875,
+ 0.0148773193359375,
+ 0.0599365234375,
+ 0.031494140625,
+ -0.0022830963134765625,
+ 0.0238494873046875,
+ -0.01422119140625,
+ 0.0164031982421875,
+ 0.032806396484375,
+ -0.0195770263671875,
+ 0.043548583984375,
+ 0.0195770263671875,
+ 0.00716400146484375,
+ 0.00836944580078125,
+ 0.037628173828125,
+ 0.0261383056640625,
+ -0.01372528076171875,
+ -0.035003662109375,
+ 0.0704345703125,
+ -0.0178375244140625,
+ -0.01061248779296875,
+ -0.0304107666015625,
+ -0.03521728515625,
+ 0.01241302490234375,
+ -0.0177154541015625,
+ -0.0024204254150390625,
+ -0.002105712890625,
+ -0.03369140625,
+ -0.05645751953125,
+ 0.006481170654296875,
+ 0.01268768310546875,
+ -0.0028171539306640625,
+ 0.031951904296875,
+ 0.0211181640625,
+ -0.042449951171875,
+ -0.0225372314453125,
+ 0.01739501953125,
+ 0.0103912353515625,
+ 0.028228759765625,
+ -0.008697509765625,
+ 0.0225372314453125,
+ -0.010009765625,
+ -0.020233154296875,
+ 0.0621337890625,
+ 0.0178375244140625,
+ 0.0325927734375,
+ -0.0033092498779296875,
+ -0.0128021240234375,
+ 0.03326416015625,
+ -0.017181396484375,
+ 0.038055419921875,
+ 0.04266357421875,
+ -0.00930023193359375,
+ 0.003391265869140625,
+ -0.01849365234375,
+ 0.03369140625,
+ 0.03631591796875,
+ -0.029754638671875,
+ -0.007328033447265625,
+ -0.09539794921875,
+ -0.01203155517578125,
+ -0.06170654296875,
+ -0.0220947265625,
+ -0.039825439453125,
+ -0.04046630859375,
+ 0.03411865234375,
+ -0.0214385986328125,
+ -0.036529541015625,
+ 0.00626373291015625,
+ 0.034576416015625,
+ 0.005496978759765625,
+ 0.0178375244140625,
+ 0.01023101806640625,
+ -0.025054931640625,
+ -0.0021610260009765625,
+ 0.08184814453125,
+ -0.0048675537109375,
+ -0.032379150390625,
+ 0.0023517608642578125,
+ 0.01318359375,
+ -0.00809478759765625,
+ -0.0038280487060546875,
+ -0.033050537109375,
+ 0.006809234619140625,
+ 0.035430908203125,
+ 0.0257110595703125,
+ 0.01739501953125,
+ -0.0252685546875,
+ 0.01219940185546875,
+ -0.0141143798828125,
+ 0.02056884765625,
+ -0.00705718994140625,
+ -0.0030078887939453125,
+ -0.00678253173828125,
+ -0.0018186569213867188,
+ -0.0034465789794921875,
+ -0.05206298828125,
+ -0.00604248046875,
+ 0.042449951171875,
+ -0.0008821487426757812,
+ 0.0157470703125,
+ 0.0053863525390625,
+ -0.04638671875,
+ 0.0284423828125,
+ 0.00885772705078125,
+ -0.004566192626953125,
+ 0.0217742919921875,
+ 0.037200927734375,
+ -0.03369140625,
+ -0.000823974609375,
+ -0.01296234130859375,
+ 0.018707275390625,
+ -0.0304107666015625,
+ -0.06256103515625,
+ 0.0011348724365234375,
+ -0.00045800209045410156,
+ -0.035430908203125,
+ -0.0161895751953125,
+ 0.035675048828125,
+ -0.01399993896484375,
+ -0.0012788772583007812,
+ -0.01154327392578125,
+ 0.0272369384765625,
+ -0.028656005859375,
+ -0.046600341796875,
+ -0.00421142578125,
+ -0.031707763671875,
+ -0.04461669921875,
+ -0.048126220703125,
+ 0.045074462890625,
+ 0.018157958984375,
+ -0.010009765625,
+ -0.0208892822265625,
+ -0.003910064697265625,
+ -0.0203399658203125,
+ -0.0006117820739746094,
+ 0.0059051513671875,
+ 0.01454925537109375,
+ -0.032806396484375,
+ 0.05645751953125,
+ 0.0452880859375,
+ 0.018707275390625,
+ 0.014984130859375,
+ 0.0516357421875,
+ 0.033050537109375,
+ -0.011810302734375,
+ -0.006565093994140625,
+ 0.0018596649169921875,
+ 0.0246124267578125,
+ 0.016845703125,
+ -0.038055419921875,
+ -0.01268768310546875,
+ 0.004650115966796875,
+ -0.0248260498046875,
+ 0.0220947265625,
+ 0.037628173828125,
+ 0.038299560546875,
+ 0.024505615234375,
+ -0.039154052734375,
+ -0.00547027587890625,
+ 0.0538330078125,
+ 0.0203399658203125,
+ 0.1024169921875,
+ -0.005878448486328125,
+ -0.03851318359375,
+ 0.003963470458984375,
+ 0.009735107421875,
+ -0.015533447265625,
+ -0.0266876220703125,
+ 0.03369140625,
+ -0.0061798095703125,
+ -0.0212249755859375,
+ 0.0243988037109375,
+ -0.00798797607421875,
+ 0.02996826171875,
+ -0.02264404296875,
+ -0.0080413818359375,
+ 0.0023651123046875,
+ -0.0111541748046875,
+ 0.00820159912109375,
+ 0.039154052734375,
+ 0.031707763671875,
+ -0.01531219482421875,
+ 0.0290985107421875,
+ -0.0301971435546875,
+ -0.01285552978515625,
+ -0.035888671875,
+ -0.0809326171875,
+ 0.00902557373046875,
+ 0.022430419921875,
+ 0.01422119140625,
+ 0.060394287109375,
+ -0.0411376953125,
+ -0.05731201171875,
+ 0.0272369384765625,
+ -0.0264739990234375,
+ 0.053375244140625,
+ 0.03106689453125,
+ 0.015533447265625,
+ 0.041351318359375,
+ -0.023193359375,
+ 0.0180511474609375,
+ 0.0164031982421875,
+ -0.012908935546875,
+ 0.0004718303680419922,
+ 0.037841796875,
+ 0.047698974609375,
+ 0.01104736328125,
+ -0.034576416015625,
+ 0.00678253173828125,
+ 0.0411376953125,
+ 0.02996826171875,
+ -0.0037746429443359375,
+ 0.01175689697265625,
+ 0.02996826171875,
+ 0.016082763671875,
+ -0.01285552978515625,
+ 0.058624267578125,
+ 0.0158538818359375,
+ 0.0074920654296875,
+ 0.0199127197265625,
+ -0.01454925537109375,
+ 0.0120849609375,
+ -0.041778564453125,
+ 0.00995635986328125,
+ -0.006481170654296875,
+ 0.017181396484375,
+ 0.01739501953125,
+ 0.0157470703125,
+ -0.0419921875,
+ 0.01126861572265625,
+ 0.03216552734375,
+ -0.0687255859375,
+ 0.01214599609375,
+ 0.0217742919921875,
+ -0.029754638671875,
+ 0.028228759765625,
+ -0.006015777587890625,
+ -0.0494384765625,
+ 0.037628173828125,
+ -0.013397216796875,
+ -0.03369140625,
+ 0.004840850830078125,
+ 0.02789306640625,
+ -0.04376220703125,
+ -0.029541015625,
+ -0.039154052734375,
+ -0.0238494873046875,
+ -0.0101165771484375,
+ -0.0127410888671875,
+ 0.0211181640625,
+ -0.0003879070281982422,
+ -0.01422119140625,
+ 0.0253753662109375,
+ 0.052520751953125,
+ 0.00440216064453125,
+ -0.02679443359375,
+ 0.0411376953125,
+ -0.003459930419921875,
+ -0.039154052734375,
+ 0.02471923828125,
+ 0.01947021484375,
+ 0.0230865478515625,
+ -0.03961181640625,
+ -0.028228759765625,
+ -0.01351165771484375,
+ 0.018157958984375,
+ 0.00782012939453125,
+ 0.0010051727294921875,
+ -0.006565093994140625,
+ -0.033050537109375,
+ -0.044403076171875,
+ 0.056884765625,
+ -0.006481170654296875,
+ 0.019805908203125,
+ -0.004131317138671875,
+ -0.039154052734375,
+ 0.022308349609375,
+ -0.055145263671875,
+ -0.035675048828125,
+ -0.0233001708984375,
+ -0.0046234130859375,
+ -0.0132904052734375,
+ 0.051849365234375,
+ -0.0098419189453125,
+ -0.0293121337890625,
+ -0.01165008544921875,
+ 0.035430908203125,
+ 0.008697509765625,
+ 0.00902557373046875,
+ -0.044189453125,
+ 0.0452880859375,
+ 0.04461669921875,
+ -0.05010986328125,
+ -0.004703521728515625,
+ -0.024169921875,
+ -0.0148773193359375,
+ 0.0419921875,
+ -0.050323486328125,
+ 0.001873016357421875,
+ 0.019805908203125,
+ -0.05731201171875,
+ -0.035430908203125,
+ -0.04486083984375,
+ -0.0143280029296875,
+ -0.040924072265625,
+ 0.033477783203125,
+ 0.0474853515625,
+ 0.01126861572265625,
+ 0.043548583984375,
+ 0.007221221923828125,
+ 0.006671905517578125,
+ 0.0135650634765625,
+ -0.00691986083984375,
+ -0.0201263427734375,
+ 0.01520538330078125,
+ -0.06781005859375,
+ -0.03851318359375,
+ -0.0156402587890625,
+ 0.028656005859375,
+ -0.03369140625,
+ -0.017181396484375,
+ 0.0148773193359375,
+ 0.0020923614501953125,
+ 0.058197021484375,
+ -0.046173095703125,
+ -0.00348663330078125,
+ -0.0083160400390625,
+ -0.0158538818359375,
+ -0.049896240234375,
+ -0.0272369384765625,
+ -0.0024204254150390625,
+ 0.0159759521484375,
+ 0.01444244384765625,
+ 0.0128021240234375,
+ 0.0430908203125,
+ -0.060821533203125,
+ 0.0494384765625,
+ 0.021881103515625,
+ 0.006153106689453125,
+ -0.010009765625,
+ 0.00705718994140625,
+ 0.00426483154296875,
+ 0.01099395751953125,
+ 0.036102294921875,
+ -0.0165252685546875,
+ -0.03521728515625,
+ -0.07568359375,
+ 0.02056884765625,
+ -0.0190277099609375,
+ -0.0023937225341796875,
+ -0.005443572998046875,
+ -0.0301971435546875,
+ -0.0643310546875,
+ -0.0158538818359375,
+ 0.037200927734375,
+ 0.016632080078125,
+ -0.004703521728515625,
+ -0.041778564453125,
+ -0.026580810546875,
+ 0.0018320083618164062,
+ -0.039825439453125,
+ 0.028228759765625,
+ -0.0157470703125,
+ -0.010009765625,
+ 0.00640106201171875,
+ -0.0535888671875,
+ 0.0101165771484375,
+ 0.028228759765625,
+ 0.01849365234375,
+ 0.032806396484375,
+ 0.0240631103515625,
+ -0.0048675537109375,
+ 0.024505615234375,
+ 0.0085296630859375,
+ -0.0190277099609375,
+ 0.0130157470703125,
+ -0.0085906982421875,
+ 0.0233001708984375,
+ -0.03521728515625,
+ -0.01372528076171875,
+ 0.006999969482421875,
+ 0.01849365234375,
+ 0.035888671875,
+ -0.01837158203125,
+ -0.014984130859375,
+ 0.0169525146484375,
+ -0.01296234130859375,
+ 0.08355712890625,
+ -0.0263671875,
+ -0.038726806640625,
+ 0.0135650634765625,
+ 0.0204620361328125,
+ 0.037628173828125,
+ 0.04156494140625,
+ -0.0007214546203613281,
+ -0.013397216796875,
+ 0.007602691650390625,
+ 0.05645751953125,
+ -0.0117034912109375,
+ -0.021331787109375,
+ -0.022308349609375,
+ 0.0229644775390625,
+ 0.0220947265625,
+ 0.049224853515625,
+ 0.02154541015625,
+ 0.0770263671875,
+ 0.00743865966796875,
+ 0.00930023193359375,
+ 0.0249481201171875,
+ 0.060821533203125,
+ 0.01137542724609375,
+ -0.0272369384765625,
+ -0.05908203125,
+ -0.005771636962890625,
+ 0.00951385498046875,
+ -0.041778564453125,
+ -0.0325927734375,
+ 0.0027484893798828125,
+ 0.05096435546875,
+ -0.08135986328125,
+ 0.0085296630859375,
+ 0.004486083984375,
+ -0.0175018310546875,
+ 0.0191497802734375,
+ 0.0109405517578125,
+ -0.0325927734375,
+ 0.01531219482421875,
+ 0.005306243896484375,
+ -0.040252685546875,
+ -0.00978851318359375,
+ -0.0157470703125,
+ 0.021331787109375,
+ 0.052276611328125,
+ 0.0219879150390625,
+ -0.0159759521484375,
+ 0.037628173828125,
+ 0.015533447265625,
+ 0.041351318359375,
+ 0.033050537109375,
+ 0.044403076171875,
+ 0.0261383056640625,
+ 0.014984130859375,
+ 0.07086181640625,
+ 0.042236328125,
+ -0.036529541015625,
+ -0.017181396484375,
+ 0.0216522216796875,
+ 0.056884765625,
+ 0.044403076171875,
+ 0.053375244140625,
+ -0.00257110595703125,
+ 0.01739501953125,
+ -0.010284423828125,
+ -0.0284423828125,
+ 0.0193634033203125,
+ -0.0005640983581542969,
+ 0.0009908676147460938,
+ -0.049896240234375,
+ -0.03326416015625,
+ 0.0249481201171875,
+ -0.038055419921875,
+ 0.035003662109375,
+ 0.001018524169921875,
+ -0.0125274658203125,
+ -0.0172882080078125,
+ 0.01520538330078125,
+ -0.0119781494140625,
+ -0.03521728515625,
+ 0.012359619140625,
+ -0.006999969482421875,
+ -0.025054931640625,
+ -0.0235137939453125,
+ -0.03369140625,
+ 0.031951904296875,
+ -0.0125274658203125,
+ -0.060821533203125,
+ -0.039154052734375,
+ 0.03741455078125,
+ -0.00792694091796875,
+ -0.032806396484375,
+ -0.0369873046875,
+ 0.0253753662109375,
+ -0.007110595703125,
+ -0.05535888671875,
+ -0.019683837890625,
+ -0.050323486328125,
+ 0.0048675537109375,
+ -0.040679931640625,
+ 0.007110595703125,
+ -0.031494140625,
+ -0.016632080078125,
+ -0.005279541015625,
+ -0.011871337890625,
+ -0.009185791015625,
+ 0.0180511474609375,
+ -0.037628173828125,
+ 0.03436279296875,
+ 0.01104736328125,
+ 0.0190277099609375,
+ 0.035888671875,
+ 0.048126220703125,
+ -0.0204620361328125,
+ 0.0017156600952148438,
+ -0.02362060546875,
+ -0.054473876953125,
+ -0.02099609375,
+ -0.005359649658203125,
+ 0.019805908203125,
+ -0.0673828125,
+ -0.001941680908203125,
+ 0.1002197265625,
+ -0.0853271484375,
+ -0.01061248779296875,
+ 0.0201263427734375,
+ -0.0257110595703125,
+ -0.0557861328125,
+ -0.004703521728515625,
+ 0.0009570121765136719,
+ 0.006893157958984375,
+ 0.0914306640625,
+ -0.00716400146484375,
+ -0.0020503997802734375,
+ 0.0182647705078125,
+ -0.0369873046875,
+ 0.04791259765625,
+ 0.0306243896484375,
+ 0.0230865478515625,
+ -0.048126220703125,
+ 0.0201263427734375,
+ 0.0182647705078125,
+ -0.0304107666015625,
+ 0.0046234130859375,
+ -0.082275390625,
+ -0.0018053054809570312,
+ 0.039154052734375,
+ 0.01837158203125,
+ -0.0193634033203125,
+ -0.022430419921875,
+ -0.035675048828125,
+ -0.021881103515625,
+ -0.017181396484375,
+ 0.032379150390625,
+ 0.006618499755859375,
+ 0.01454925537109375,
+ -0.046600341796875,
+ -0.01203155517578125,
+ -0.00009185075759887695,
+ -0.0516357421875,
+ -0.034576416015625,
+ -0.022430419921875,
+ 0.0182647705078125,
+ -0.007656097412109375,
+ -0.07220458984375,
+ 0.031951904296875,
+ 0.0085296630859375,
+ -0.0169525146484375,
+ 0.0056610107421875,
+ 0.061248779296875,
+ -0.04156494140625,
+ 0.00598907470703125,
+ 0.0164031982421875,
+ 0.00940704345703125,
+ -0.0222015380859375,
+ 0.0083160400390625,
+ 0.0141143798828125,
+ 0.021881103515625,
+ 0.0277862548828125,
+ -0.054046630859375,
+ 0.026580810546875,
+ 0.043304443359375,
+ -0.04266357421875,
+ -0.065185546875,
+ -0.03936767578125,
+ -0.023956298828125,
+ 0.045928955078125,
+ -0.02056884765625,
+ 0.043304443359375,
+ -0.0103912353515625,
+ -0.007274627685546875,
+ -0.098876953125,
+ 0.0494384765625,
+ -0.03851318359375,
+ 0.026031494140625,
+ 0.0020656585693359375,
+ -0.02789306640625,
+ -0.05426025390625,
+ -0.041778564453125,
+ -0.025482177734375,
+ 0.028656005859375,
+ -0.0306243896484375,
+ 0.0222015380859375,
+ -0.0021610260009765625,
+ -0.003200531005859375,
+ 0.0043487548828125,
+ -0.016632080078125,
+ 0.0010461807250976562,
+ 0.055145263671875,
+ 0.01247406005859375,
+ -0.026580810546875,
+ 0.0599365234375,
+ -0.0288848876953125,
+ 0.00585174560546875,
+ 0.002407073974609375,
+ -0.011810302734375,
+ 0.0016069412231445312,
+ -0.004730224609375,
+ -0.03326416015625,
+ 0.0135650634765625,
+ 0.032379150390625,
+ 0.031280517578125,
+ 0.0018873214721679688,
+ -0.01361846923828125,
+ 0.00257110595703125,
+ 0.0199127197265625,
+ 0.00231170654296875,
+ -0.002079010009765625,
+ -0.0178375244140625,
+ 0.0143280029296875,
+ -0.0230865478515625,
+ -0.005496978759765625,
+ -0.0673828125,
+ -0.07305908203125,
+ 0.01837158203125,
+ -0.055572509765625,
+ -0.0122528076171875,
+ -0.00640106201171875,
+ 0.03631591796875,
+ 0.01061248779296875,
+ -0.0272369384765625,
+ 0.024505615234375,
+ -0.0038280487060546875,
+ -0.02789306640625,
+ -0.033477783203125,
+ 0.01739501953125,
+ -0.005771636962890625,
+ 0.0306243896484375,
+ 0.01175689697265625,
+ -0.047698974609375,
+ 0.0177154541015625,
+ -0.00341796875,
+ -0.007221221923828125,
+ -0.0242919921875,
+ -0.010009765625,
+ -0.0246124267578125,
+ -0.0043487548828125,
+ -0.07440185546875,
+ -0.01444244384765625,
+ 0.02001953125,
+ 0.042236328125,
+ -0.004566192626953125,
+ -0.024169921875,
+ 0.044403076171875,
+ -0.01055908203125,
+ -0.06170654296875,
+ 0.0112152099609375,
+ -0.0167388916015625,
+ -0.034576416015625,
+ 0.01296234130859375,
+ -0.00533294677734375,
+ 0.0036106109619140625,
+ 0.0093536376953125,
+ 0.044189453125,
+ 0.036102294921875,
+ 0.048583984375,
+ -0.003185272216796875,
+ -0.0203399658203125,
+ 0.0015659332275390625,
+ -0.00743865966796875,
+ 0.035888671875,
+ 0.03216552734375,
+ 0.0195770263671875,
+ -0.004459381103515625,
+ 0.021881103515625,
+ -0.005359649658203125,
+ -0.08135986328125,
+ -0.01214599609375,
+ -0.0293121337890625,
+ -0.04156494140625,
+ -0.0015592575073242188,
+ 0.09100341796875,
+ 0.038726806640625,
+ -0.0186004638671875,
+ 0.03216552734375,
+ 0.05645751953125,
+ 0.0347900390625,
+ 0.0033779144287109375,
+ -0.0036373138427734375,
+ -0.06341552734375,
+ -0.0251617431640625,
+ 0.0204620361328125,
+ 0.009246826171875,
+ -0.06695556640625,
+ 0.03936767578125,
+ 0.05950927734375,
+ -0.0074920654296875,
+ 0.0019969940185546875,
+ -0.006072998046875,
+ 0.003856658935546875,
+ 0.042236328125,
+ 0.003692626953125,
+ 0.0195770263671875,
+ -0.052520751953125,
+ 0.0217742919921875,
+ 0.01268768310546875,
+ 0.0189208984375,
+ -0.0132904052734375,
+ -0.017608642578125,
+ -0.0246124267578125,
+ 0.0430908203125,
+ -0.042877197265625,
+ -0.00006026029586791992,
+ 0.0074920654296875,
+ 0.07305908203125,
+ 0.00691986083984375,
+ -0.0190277099609375,
+ -0.0400390625,
+ 0.043975830078125,
+ 0.00481414794921875,
+ -0.0293121337890625,
+ 0.006618499755859375,
+ 0.0189208984375,
+ -0.004787445068359375,
+ 0.023406982421875,
+ 0.0546875,
+ 0.019683837890625,
+ 0.04638671875,
+ 0.018157958984375,
+ -0.05645751953125,
+ 0.0257110595703125,
+ 0.0008821487426757812,
+ -0.00003993511199951172,
+ 0.0101165771484375,
+ -0.03936767578125,
+ -0.023193359375,
+ -0.0516357421875,
+ 0.037200927734375,
+ 0.0009298324584960938,
+ 0.04638671875,
+ 0.031280517578125,
+ 0.0204620361328125,
+ -0.01247406005859375,
+ 0.003063201904296875,
+ 0.036529541015625,
+ 0.04791259765625,
+ 0.0452880859375,
+ -0.0032958984375,
+ 0.00005233287811279297,
+ -0.0052490234375,
+ 0.02099609375,
+ -0.0293121337890625,
+ 0.0325927734375,
+ -0.0051422119140625,
+ -0.00505828857421875,
+ -0.03961181640625,
+ 0.0038280487060546875,
+ -0.0009908676147460938,
+ -0.0243988037109375,
+ -0.01165008544921875,
+ -0.0212249755859375,
+ 0.003021240234375,
+ -0.0347900390625,
+ -0.040924072265625,
+ 0.0154266357421875,
+ 0.051422119140625,
+ -0.0252685546875,
+ 0.0154266357421875,
+ 0.02734375,
+ -0.006809234619140625,
+ 0.006099700927734375,
+ -0.0411376953125,
+ 0.08135986328125,
+ 0.037200927734375,
+ 0.019805908203125,
+ -0.006755828857421875,
+ 0.00826263427734375,
+ 0.028228759765625,
+ 0.01055908203125,
+ 0.013397216796875,
+ 0.0263671875,
+ -0.039154052734375,
+ 0.055999755859375,
+ 0.05206298828125,
+ 0.010284423828125,
+ -0.03216552734375,
+ 0.0290985107421875,
+ 0.003910064697265625,
+ -0.060394287109375,
+ 0.039154052734375,
+ 0.0188140869140625,
+ 0.02001953125,
+ 0.008697509765625,
+ -0.007328033447265625,
+ -0.0096282958984375,
+ -0.047027587890625,
+ 0.061248779296875,
+ 0.01318359375,
+ -0.00995635986328125,
+ 0.020233154296875,
+ -0.05908203125,
+ 0.0369873046875,
+ 0.004238128662109375,
+ 0.052734375,
+ -0.039154052734375,
+ 0.05645751953125,
+ -0.035675048828125,
+ 0.01629638671875,
+ -0.0189208984375,
+ 0.0159759521484375,
+ 0.00716400146484375,
+ 0.026031494140625,
+ -0.01531219482421875,
+ 0.048797607421875,
+ 0.02154541015625,
+ -0.007656097412109375,
+ -0.06341552734375,
+ -0.02471923828125,
+ 0.0013608932495117188,
+ -0.007110595703125,
+ 0.058197021484375,
+ -0.042236328125,
+ 0.00519561767578125,
+ -0.006671905517578125,
+ 0.037200927734375,
+ 0.08050537109375,
+ -0.02679443359375,
+ 0.011322021484375,
+ 0.0027618408203125,
+ -0.01285552978515625,
+ -0.0227508544921875,
+ -0.0154266357421875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "mobile-forensics",
+ "cloud-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "timeline",
+ "file-carving",
+ "keyword-search",
+ "plugin-support",
+ "opensource",
+ "hash-analysis",
+ "deleted-data",
+ "artifact-extraction",
+ "multi-user",
+ "case-management",
+ "report-generation",
+ "tsk-framework",
+ "scenario:disk_imaging",
+ "scenario:file_recovery",
+ "scenario:browser_history"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Sherloq",
+ "type": "tool",
+ "name": "Sherloq",
+ "content": "sherloq python-basiertes image-forensics-toolkit kombiniert klassische steganography-detection-techniken mit modernen computer-vision-algorithmen für manipulation-analysis. lsb-steganography-detection, palette-analysis, dct-coefficient-examination und statistical-tests identifizieren hidden-data in images. error-level-analysis (ela) und noise-pattern-examination zeigen compression-artifacts und edit-traces in jpeg-files. heatmap-visualizations und histogram-differential-analysis markieren manipulation-hotspots automatisch. metadata-inconsistency-detection vergleicht exif-data mit image-content für authenticity-verification. plugin-architecture integriert externe tools: zsteg, binwalk, exiftool für comprehensive-image-analysis-pipeline. essential-complement zu hex-editors und reverse-engineering-tools für multimedia-forensics. gui image-forensics steganography lsb-extraction histogram-analysis plugin-support malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.033111572265625,
+ 0.05548095703125,
+ 0.034820556640625,
+ -0.01450347900390625,
+ 0.04754638671875,
+ 0.007110595703125,
+ 0.01238250732421875,
+ -0.00948333740234375,
+ -0.0101165771484375,
+ -0.0257568359375,
+ -0.0287322998046875,
+ 0.045867919921875,
+ -0.012664794921875,
+ 0.006862640380859375,
+ -0.06707763671875,
+ 0.069091796875,
+ -0.006511688232421875,
+ 0.025054931640625,
+ 0.0278778076171875,
+ -0.00991058349609375,
+ -0.01776123046875,
+ -0.037353515625,
+ -0.039642333984375,
+ 0.004917144775390625,
+ 0.0149993896484375,
+ 0.01436614990234375,
+ -0.0200958251953125,
+ -0.076416015625,
+ -0.01514434814453125,
+ 0.024627685546875,
+ 0.017059326171875,
+ -0.037353515625,
+ -0.01125335693359375,
+ 0.03240966796875,
+ -0.0012912750244140625,
+ -0.0205230712890625,
+ -0.027313232421875,
+ -0.041046142578125,
+ -0.0240631103515625,
+ 0.033538818359375,
+ -0.01393890380859375,
+ -0.040771484375,
+ 0.01280975341796875,
+ 0.0083465576171875,
+ -0.0209503173828125,
+ -0.04217529296875,
+ 0.005802154541015625,
+ -0.0305633544921875,
+ 0.01493072509765625,
+ -0.02532958984375,
+ 0.027313232421875,
+ 0.0382080078125,
+ 0.009979248046875,
+ -0.004848480224609375,
+ -0.054901123046875,
+ 0.01953125,
+ 0.021942138671875,
+ -0.0207977294921875,
+ -0.052093505859375,
+ 0.032989501953125,
+ -0.0452880859375,
+ -0.009552001953125,
+ -0.00806427001953125,
+ -0.0136566162109375,
+ 0.002918243408203125,
+ 0.01824951171875,
+ -0.0154266357421875,
+ -0.01061248779296875,
+ 0.01450347900390625,
+ -0.0030422210693359375,
+ 0.0176849365234375,
+ 0.00615692138671875,
+ -0.0005130767822265625,
+ 0.032989501953125,
+ -0.034820556640625,
+ -0.05462646484375,
+ -0.0016632080078125,
+ 0.0213775634765625,
+ 0.00806427001953125,
+ 0.0024585723876953125,
+ -0.029571533203125,
+ 0.00827789306640625,
+ 0.0540771484375,
+ -0.017120361328125,
+ 0.009765625,
+ 0.02349853515625,
+ 0.033111572265625,
+ 0.0271759033203125,
+ -0.028167724609375,
+ -0.0203857421875,
+ 0.005977630615234375,
+ -0.00838470458984375,
+ 0.0247650146484375,
+ -0.00933837890625,
+ 0.028594970703125,
+ 0.054901123046875,
+ -0.022216796875,
+ -0.0006012916564941406,
+ -0.009979248046875,
+ 0.04388427734375,
+ 0.055755615234375,
+ -0.040771484375,
+ 0.037078857421875,
+ -0.024627685546875,
+ 0.0435791015625,
+ -0.01026153564453125,
+ 0.0078887939453125,
+ -0.027313232421875,
+ -0.0016984939575195312,
+ -0.0209503173828125,
+ -0.1019287109375,
+ -0.037078857421875,
+ -0.0092010498046875,
+ -0.08831787109375,
+ -0.00732421875,
+ 0.01422119140625,
+ -0.0109710693359375,
+ 0.04669189453125,
+ -0.025054931640625,
+ -0.0382080078125,
+ 0.01776123046875,
+ 0.0594482421875,
+ 0.0038204193115234375,
+ 0.034393310546875,
+ -0.0229339599609375,
+ -0.0364990234375,
+ -0.0136566162109375,
+ 0.0435791015625,
+ -0.040191650390625,
+ -0.0017070770263671875,
+ -0.003963470458984375,
+ -0.00605010986328125,
+ -0.026458740234375,
+ -0.036102294921875,
+ 0.01146697998046875,
+ -0.0263214111328125,
+ 0.0355224609375,
+ -0.006084442138671875,
+ -0.0271759033203125,
+ -0.0022373199462890625,
+ 0.02178955078125,
+ -0.00817108154296875,
+ -0.0701904296875,
+ 0.0147857666015625,
+ -0.0283050537109375,
+ -0.03765869140625,
+ -0.035247802734375,
+ 0.04840087890625,
+ -0.059722900390625,
+ -0.0014505386352539062,
+ -0.0274505615234375,
+ 0.0243377685546875,
+ 0.045562744140625,
+ -0.01422119140625,
+ -0.003520965576171875,
+ -0.04046630859375,
+ 0.01995849609375,
+ -0.026458740234375,
+ 0.037933349609375,
+ 0.0025997161865234375,
+ -0.00795745849609375,
+ -0.004634857177734375,
+ -0.0291595458984375,
+ 0.0276031494140625,
+ -0.01415252685546875,
+ -0.0203857421875,
+ -0.02178955078125,
+ 0.0276031494140625,
+ 0.023345947265625,
+ -0.003025054931640625,
+ 0.0193939208984375,
+ -0.021514892578125,
+ 0.06597900390625,
+ 0.038787841796875,
+ 0.0192413330078125,
+ 0.05914306640625,
+ 0.015716552734375,
+ -0.0160675048828125,
+ 0.026885986328125,
+ 0.01139068603515625,
+ -0.01457977294921875,
+ -0.0174102783203125,
+ 0.02703857421875,
+ 0.004138946533203125,
+ -0.003696441650390625,
+ -0.031280517578125,
+ -0.026885986328125,
+ -0.00803375244140625,
+ -0.0244903564453125,
+ 0.005344390869140625,
+ -0.05718994140625,
+ -0.0244903564453125,
+ -0.038787841796875,
+ 0.02178955078125,
+ -0.004032135009765625,
+ 0.07159423828125,
+ 0.0240631103515625,
+ -0.0101165771484375,
+ 0.0026187896728515625,
+ 0.00555419921875,
+ 0.017120361328125,
+ 0.033538818359375,
+ -0.036224365234375,
+ 0.05010986328125,
+ 0.00902557373046875,
+ 0.01082611083984375,
+ -0.015777587890625,
+ 0.0302886962890625,
+ 0.0193939208984375,
+ -0.01995849609375,
+ -0.03240966796875,
+ 0.037353515625,
+ -0.0290069580078125,
+ -0.01195526123046875,
+ -0.02618408203125,
+ -0.02972412109375,
+ -0.0012025833129882812,
+ -0.0203857421875,
+ -0.005023956298828125,
+ 0.0209503173828125,
+ -0.0159149169921875,
+ -0.035247802734375,
+ -0.005306243896484375,
+ 0.034820556640625,
+ -0.0271759033203125,
+ 0.033966064453125,
+ 0.045562744140625,
+ -0.0229339599609375,
+ -0.024200439453125,
+ 0.0207977294921875,
+ 0.007537841796875,
+ 0.03680419921875,
+ 0.018402099609375,
+ -0.00211334228515625,
+ -0.015716552734375,
+ -0.033111572265625,
+ 0.041900634765625,
+ 0.0267486572265625,
+ -0.01004791259765625,
+ 0.0011854171752929688,
+ -0.006404876708984375,
+ 0.046417236328125,
+ -0.01450347900390625,
+ 0.038787841796875,
+ 0.04925537109375,
+ -0.01641845703125,
+ 0.01082611083984375,
+ -0.0012025833129882812,
+ 0.005626678466796875,
+ 0.031982421875,
+ -0.06512451171875,
+ -0.0302886962890625,
+ -0.0843505859375,
+ 0.0185394287109375,
+ -0.041595458984375,
+ -0.0192413330078125,
+ -0.0230712890625,
+ -0.044158935546875,
+ 0.0399169921875,
+ -0.0220794677734375,
+ -0.043304443359375,
+ 0.0006589889526367188,
+ 0.024627685546875,
+ -0.006900787353515625,
+ 0.0338134765625,
+ -0.00594329833984375,
+ -0.0207977294921875,
+ -0.0123138427734375,
+ 0.08209228515625,
+ -0.0024585723876953125,
+ -0.010894775390625,
+ -0.0169830322265625,
+ 0.00969696044921875,
+ -0.0216522216796875,
+ 0.0311431884765625,
+ -0.035675048828125,
+ 0.01302337646484375,
+ 0.01776123046875,
+ 0.02703857421875,
+ -0.00215911865234375,
+ -0.01026153564453125,
+ -0.0016984939575195312,
+ -0.0276031494140625,
+ 0.041595458984375,
+ -0.04302978515625,
+ 0.005588531494140625,
+ -0.0074310302734375,
+ 0.020233154296875,
+ 0.0022563934326171875,
+ -0.05718994140625,
+ -0.00962066650390625,
+ 0.0390625,
+ 0.0229339599609375,
+ 0.01393890380859375,
+ -0.010894775390625,
+ -0.046417236328125,
+ 0.02972412109375,
+ -0.00983428955078125,
+ -0.004669189453125,
+ 0.01507568359375,
+ 0.036102294921875,
+ -0.0227813720703125,
+ 0.009124755859375,
+ 0.00460052490234375,
+ 0.0185394287109375,
+ -0.042449951171875,
+ -0.05548095703125,
+ 0.00036263465881347656,
+ -0.0207977294921875,
+ -0.05914306640625,
+ -0.0232086181640625,
+ -0.0123138427734375,
+ -0.0159149169921875,
+ -0.01153564453125,
+ -0.0225067138671875,
+ 0.01082611083984375,
+ -0.0399169921875,
+ -0.037353515625,
+ 0.0012826919555664062,
+ -0.03680419921875,
+ -0.051513671875,
+ -0.043304443359375,
+ 0.0435791015625,
+ 0.01535797119140625,
+ 0.0078582763671875,
+ -0.0180511474609375,
+ -0.005588531494140625,
+ -0.0149993896484375,
+ 0.004070281982421875,
+ -0.0044403076171875,
+ 0.0469970703125,
+ -0.0086669921875,
+ 0.0506591796875,
+ 0.032135009765625,
+ 0.01125335693359375,
+ 0.01139068603515625,
+ 0.061981201171875,
+ 0.0251922607421875,
+ -0.037353515625,
+ 0.00881195068359375,
+ -0.007183074951171875,
+ -0.0017690658569335938,
+ 0.0030078887939453125,
+ -0.02178955078125,
+ -0.03338623046875,
+ 0.004352569580078125,
+ -0.01280975341796875,
+ 0.0000699162483215332,
+ 0.033538818359375,
+ 0.028594970703125,
+ 0.007678985595703125,
+ -0.0311431884765625,
+ 0.001583099365234375,
+ 0.06512451171875,
+ 0.0016803741455078125,
+ 0.0736083984375,
+ -0.0165557861328125,
+ -0.021514892578125,
+ 0.0127410888671875,
+ 0.00527191162109375,
+ 0.0005440711975097656,
+ -0.0174713134765625,
+ 0.0158538818359375,
+ 0.034942626953125,
+ 0.00283050537109375,
+ 0.02886962890625,
+ -0.006580352783203125,
+ 0.01358795166015625,
+ -0.0192413330078125,
+ -0.040771484375,
+ 0.0028133392333984375,
+ 0.003662109375,
+ 0.031280517578125,
+ 0.0225067138671875,
+ 0.0284423828125,
+ -0.009124755859375,
+ 0.0345458984375,
+ -0.0274505615234375,
+ -0.004459381103515625,
+ -0.06341552734375,
+ -0.056610107421875,
+ 0.022216796875,
+ 0.034393310546875,
+ 0.004810333251953125,
+ 0.043304443359375,
+ -0.0220794677734375,
+ -0.06396484375,
+ 0.01549530029296875,
+ -0.0260467529296875,
+ 0.067626953125,
+ 0.058868408203125,
+ 0.0149993896484375,
+ 0.047271728515625,
+ -0.003963470458984375,
+ -0.0085296630859375,
+ 0.055206298828125,
+ 0.014862060546875,
+ 0.046417236328125,
+ 0.055206298828125,
+ 0.034942626953125,
+ 0.030426025390625,
+ -0.041900634765625,
+ 0.0283050537109375,
+ 0.04443359375,
+ 0.0024051666259765625,
+ -0.0065460205078125,
+ 0.0274505615234375,
+ 0.03594970703125,
+ 0.0169830322265625,
+ -0.03143310546875,
+ 0.032684326171875,
+ 0.0216522216796875,
+ -0.0008401870727539062,
+ 0.0178985595703125,
+ -0.00583648681640625,
+ 0.0298614501953125,
+ -0.042449951171875,
+ 0.01727294921875,
+ -0.0037326812744140625,
+ 0.02349853515625,
+ 0.0251922607421875,
+ 0.0116729736328125,
+ -0.06341552734375,
+ -0.0012388229370117188,
+ 0.0523681640625,
+ -0.055755615234375,
+ 0.0198211669921875,
+ 0.0258941650390625,
+ -0.021087646484375,
+ 0.00849151611328125,
+ -0.01047515869140625,
+ -0.058013916015625,
+ 0.023773193359375,
+ -0.04132080078125,
+ -0.036102294921875,
+ 0.009765625,
+ 0.0074310302734375,
+ -0.0328369140625,
+ -0.054351806640625,
+ -0.0287322998046875,
+ -0.0024242401123046875,
+ -0.0220794677734375,
+ -0.00933837890625,
+ 0.0364990234375,
+ 0.00283050537109375,
+ -0.0004687309265136719,
+ 0.0205230712890625,
+ 0.02618408203125,
+ -0.01316070556640625,
+ -0.01181793212890625,
+ 0.0290069580078125,
+ -0.02703857421875,
+ -0.046417236328125,
+ 0.035369873046875,
+ 0.0136566162109375,
+ 0.01358795166015625,
+ -0.0223541259765625,
+ -0.03680419921875,
+ -0.0070037841796875,
+ 0.0058746337890625,
+ 0.009124755859375,
+ 0.031982421875,
+ -0.045562744140625,
+ -0.0390625,
+ -0.0220794677734375,
+ 0.044708251953125,
+ 0.0078887939453125,
+ 0.026611328125,
+ 0.0244903564453125,
+ -0.039642333984375,
+ 0.02349853515625,
+ -0.04754638671875,
+ -0.0232086181640625,
+ -0.0024051666259765625,
+ -0.0005216598510742188,
+ -0.00749969482421875,
+ 0.06170654296875,
+ -0.0017604827880859375,
+ -0.0291595458984375,
+ -0.0169830322265625,
+ 0.05377197265625,
+ 0.00792694091796875,
+ 0.007640838623046875,
+ -0.0133056640625,
+ 0.0523681640625,
+ 0.03680419921875,
+ -0.06085205078125,
+ -0.005519866943359375,
+ -0.0083160400390625,
+ 0.020660400390625,
+ 0.061431884765625,
+ -0.05010986328125,
+ -0.0212249755859375,
+ 0.01337432861328125,
+ -0.01528167724609375,
+ -0.052093505859375,
+ -0.037353515625,
+ -0.0220794677734375,
+ -0.051788330078125,
+ 0.041046142578125,
+ 0.01953125,
+ -0.017974853515625,
+ 0.03326416015625,
+ 0.0083465576171875,
+ 0.00873565673828125,
+ 0.006580352783203125,
+ -0.0010881423950195312,
+ -0.0205230712890625,
+ 0.01727294921875,
+ -0.051239013671875,
+ -0.03411865234375,
+ -0.0257568359375,
+ 0.035675048828125,
+ -0.03326416015625,
+ -0.0072174072265625,
+ -0.0012292861938476562,
+ -0.0338134765625,
+ 0.0506591796875,
+ -0.0136566162109375,
+ -0.005519866943359375,
+ -0.025054931640625,
+ -0.017059326171875,
+ -0.032989501953125,
+ -0.0267486572265625,
+ -0.009552001953125,
+ 0.02532958984375,
+ -0.018829345703125,
+ 0.015777587890625,
+ 0.0247650146484375,
+ -0.062286376953125,
+ 0.014007568359375,
+ 0.01727294921875,
+ 0.001583099365234375,
+ 0.0003693103790283203,
+ -0.0181121826171875,
+ -0.0094146728515625,
+ 0.004138946533203125,
+ 0.044158935546875,
+ -0.03240966796875,
+ -0.0256195068359375,
+ -0.10302734375,
+ 0.0435791015625,
+ -0.00933837890625,
+ -0.0036792755126953125,
+ -0.0220794677734375,
+ -0.032562255859375,
+ -0.07159423828125,
+ -0.01160430908203125,
+ 0.06396484375,
+ 0.0227813720703125,
+ -0.00017583370208740234,
+ -0.041595458984375,
+ 0.0015745162963867188,
+ 0.00011169910430908203,
+ -0.033111572265625,
+ 0.0209503173828125,
+ -0.0033435821533203125,
+ 0.01068878173828125,
+ -0.01047515869140625,
+ -0.0298614501953125,
+ 0.0256195068359375,
+ 0.00516510009765625,
+ 0.02972412109375,
+ 0.0161285400390625,
+ 0.02264404296875,
+ -0.0212249755859375,
+ 0.0196685791015625,
+ 0.0056610107421875,
+ -0.01039886474609375,
+ -0.037078857421875,
+ -0.034942626953125,
+ 0.0229339599609375,
+ -0.04302978515625,
+ -0.0227813720703125,
+ 0.0209503173828125,
+ -0.0004754066467285156,
+ 0.031982421875,
+ -0.00806427001953125,
+ -0.02490234375,
+ 0.0232086181640625,
+ -0.00672149658203125,
+ 0.0753173828125,
+ -0.0203857421875,
+ -0.0251922607421875,
+ 0.0136566162109375,
+ 0.0186767578125,
+ 0.043304443359375,
+ 0.05010986328125,
+ -0.0035381317138671875,
+ -0.0146484375,
+ 0.011749267578125,
+ 0.050384521484375,
+ 0.01224517822265625,
+ -0.035675048828125,
+ -0.01436614990234375,
+ 0.0287322998046875,
+ 0.03765869140625,
+ 0.049530029296875,
+ -0.01153564453125,
+ 0.07757568359375,
+ 0.005908966064453125,
+ 0.009979248046875,
+ 0.0390625,
+ 0.07159423828125,
+ 0.031982421875,
+ -0.032562255859375,
+ -0.058013916015625,
+ -0.00983428955078125,
+ 0.009765625,
+ -0.02801513671875,
+ -0.06707763671875,
+ -0.002086639404296875,
+ 0.04046630859375,
+ -0.07073974609375,
+ -0.032989501953125,
+ -0.0084228515625,
+ -0.0014066696166992188,
+ 0.037078857421875,
+ 0.0116729736328125,
+ -0.024627685546875,
+ 0.024200439453125,
+ 0.004955291748046875,
+ -0.038787841796875,
+ 0.002689361572265625,
+ -0.0169830322265625,
+ 0.0186767578125,
+ 0.037353515625,
+ 0.027313232421875,
+ -0.0147857666015625,
+ 0.036102294921875,
+ 0.01727294921875,
+ 0.00891876220703125,
+ 0.0044403076171875,
+ 0.06341552734375,
+ 0.01953125,
+ 0.0152130126953125,
+ 0.046417236328125,
+ 0.0506591796875,
+ -0.0338134765625,
+ -0.0121002197265625,
+ -0.0029544830322265625,
+ 0.04046630859375,
+ 0.051788330078125,
+ 0.0594482421875,
+ -0.01153564453125,
+ 0.0169830322265625,
+ -0.012664794921875,
+ -0.0540771484375,
+ -0.01507568359375,
+ 0.0019550323486328125,
+ 0.007076263427734375,
+ -0.045013427734375,
+ -0.041046142578125,
+ 0.0240631103515625,
+ -0.0309906005859375,
+ 0.027740478515625,
+ 0.0203857421875,
+ -0.00749969482421875,
+ -0.0092010498046875,
+ 0.0693359375,
+ -0.0240631103515625,
+ -0.0294342041015625,
+ 0.00238800048828125,
+ -0.038787841796875,
+ -0.0382080078125,
+ -0.041595458984375,
+ -0.061431884765625,
+ 0.037933349609375,
+ -0.0200958251953125,
+ -0.0291595458984375,
+ -0.0283050537109375,
+ 0.0290069580078125,
+ -0.014434814453125,
+ -0.0364990234375,
+ -0.0189666748046875,
+ 0.01047515869140625,
+ 0.00045990943908691406,
+ -0.012451171875,
+ -0.045867919921875,
+ -0.0236358642578125,
+ 0.01216888427734375,
+ -0.027740478515625,
+ -0.0162811279296875,
+ 0.0227813720703125,
+ -0.027313232421875,
+ -0.0083465576171875,
+ -0.004528045654296875,
+ -0.0382080078125,
+ 0.028167724609375,
+ -0.058319091796875,
+ 0.035247802734375,
+ 0.031280517578125,
+ 0.0271759033203125,
+ 0.03411865234375,
+ 0.06512451171875,
+ 0.0027065277099609375,
+ 0.009552001953125,
+ -0.01507568359375,
+ -0.040771484375,
+ 0.0027065277099609375,
+ 0.0213775634765625,
+ 0.018402099609375,
+ -0.0877685546875,
+ -0.01238250732421875,
+ 0.050384521484375,
+ -0.0736083984375,
+ 0.0083465576171875,
+ 0.01727294921875,
+ -0.00905609130859375,
+ -0.03466796875,
+ 0.020660400390625,
+ -0.005626678466796875,
+ 0.007110595703125,
+ 0.093994140625,
+ -0.01294708251953125,
+ -0.004192352294921875,
+ 0.04443359375,
+ -0.037353515625,
+ 0.054901123046875,
+ 0.026611328125,
+ 0.0138702392578125,
+ -0.0577392578125,
+ 0.033111572265625,
+ 0.0159149169921875,
+ -0.030853271484375,
+ 0.032135009765625,
+ -0.072998046875,
+ -0.0169830322265625,
+ 0.02618408203125,
+ 0.0062255859375,
+ 0.0002123117446899414,
+ -0.029571533203125,
+ -0.037933349609375,
+ -0.01316070556640625,
+ -0.018829345703125,
+ 0.023345947265625,
+ 0.0189666748046875,
+ 0.00827789306640625,
+ -0.041046142578125,
+ 0.0244903564453125,
+ 0.0085296630859375,
+ -0.04840087890625,
+ -0.0216522216796875,
+ -0.0469970703125,
+ 0.04443359375,
+ 0.00824737548828125,
+ -0.033966064453125,
+ 0.00003248453140258789,
+ 0.0092010498046875,
+ 0.031280517578125,
+ 0.034942626953125,
+ 0.06256103515625,
+ -0.038787841796875,
+ 0.00293731689453125,
+ 0.0009465217590332031,
+ 0.040191650390625,
+ 0.0229339599609375,
+ 0.01457977294921875,
+ -0.0167694091796875,
+ 0.027740478515625,
+ 0.061126708984375,
+ -0.0236358642578125,
+ 0.048980712890625,
+ 0.033111572265625,
+ -0.0154266357421875,
+ -0.04443359375,
+ -0.0101165771484375,
+ -0.0328369140625,
+ 0.047271728515625,
+ -0.003963470458984375,
+ 0.031280517578125,
+ -0.01004791259765625,
+ -0.005695343017578125,
+ -0.0888671875,
+ 0.044708251953125,
+ -0.0160675048828125,
+ 0.02490234375,
+ 0.0026187896728515625,
+ -0.02264404296875,
+ -0.079833984375,
+ -0.0163421630859375,
+ -0.02349853515625,
+ 0.02178955078125,
+ -0.0213775634765625,
+ 0.0017871856689453125,
+ -0.0009241104125976562,
+ 0.014434814453125,
+ 0.01535797119140625,
+ -0.00991058349609375,
+ -0.00817108154296875,
+ 0.052093505859375,
+ 0.0192413330078125,
+ -0.038482666015625,
+ 0.041595458984375,
+ -0.021942138671875,
+ 0.00962066650390625,
+ 0.00665283203125,
+ 0.024200439453125,
+ -0.023345947265625,
+ -0.003910064697265625,
+ -0.032257080078125,
+ 0.00806427001953125,
+ 0.0223541259765625,
+ 0.0498046875,
+ -0.00849151611328125,
+ 0.0160675048828125,
+ -0.013092041015625,
+ 0.020660400390625,
+ 0.016204833984375,
+ -0.01372528076171875,
+ -0.0030612945556640625,
+ -0.014007568359375,
+ -0.023773193359375,
+ -0.0240631103515625,
+ -0.05462646484375,
+ -0.0753173828125,
+ -0.0018663406372070312,
+ -0.046142578125,
+ -0.0019817352294921875,
+ -0.000024199485778808594,
+ 0.0225067138671875,
+ 0.0132293701171875,
+ -0.033966064453125,
+ 0.02972412109375,
+ -0.0158538818359375,
+ 0.00238800048828125,
+ -0.0012292861938476562,
+ 0.02264404296875,
+ -0.0174102783203125,
+ 0.031280517578125,
+ 0.0167694091796875,
+ -0.004810333251953125,
+ 0.00505828857421875,
+ -0.0225067138671875,
+ 0.01514434814453125,
+ 0.0094146728515625,
+ 0.004032135009765625,
+ -0.0111083984375,
+ 0.0271759033203125,
+ -0.05462646484375,
+ -0.03411865234375,
+ -0.0180511474609375,
+ 0.013519287109375,
+ 0.026885986328125,
+ -0.041900634765625,
+ 0.05291748046875,
+ -0.0017423629760742188,
+ -0.06256103515625,
+ 0.041900634765625,
+ -0.0029888153076171875,
+ -0.044158935546875,
+ 0.015716552734375,
+ -0.01995849609375,
+ 0.0083160400390625,
+ 0.006580352783203125,
+ 0.0276031494140625,
+ 0.0074310302734375,
+ 0.03680419921875,
+ -0.00029850006103515625,
+ -0.018402099609375,
+ -0.0036792755126953125,
+ -0.00891876220703125,
+ 0.0452880859375,
+ 0.0216522216796875,
+ 0.0185394287109375,
+ 0.0083465576171875,
+ 0.0189666748046875,
+ 0.00926971435546875,
+ -0.072998046875,
+ 0.0116729736328125,
+ -0.027313232421875,
+ -0.0594482421875,
+ 0.01436614990234375,
+ 0.0753173828125,
+ 0.040771484375,
+ -0.01316070556640625,
+ 0.0209503173828125,
+ 0.04046630859375,
+ 0.02532958984375,
+ -0.0004489421844482422,
+ -0.029296875,
+ -0.06964111328125,
+ -0.02349853515625,
+ 0.0025653839111328125,
+ 0.00732421875,
+ -0.06427001953125,
+ 0.05096435546875,
+ 0.05377197265625,
+ -0.0140838623046875,
+ -0.00983428955078125,
+ 0.006439208984375,
+ -0.00020456314086914062,
+ 0.0382080078125,
+ 0.0138702392578125,
+ 0.026458740234375,
+ -0.0345458984375,
+ 0.029571533203125,
+ 0.040191650390625,
+ -0.038482666015625,
+ -0.010894775390625,
+ -0.009765625,
+ -0.0158538818359375,
+ 0.03594970703125,
+ -0.050384521484375,
+ -0.003307342529296875,
+ -0.00693511962890625,
+ 0.067626953125,
+ 0.0121002197265625,
+ -0.027313232421875,
+ -0.01372528076171875,
+ 0.038787841796875,
+ 0.0256195068359375,
+ -0.0209503173828125,
+ 0.0118865966796875,
+ -0.0189666748046875,
+ -0.0192413330078125,
+ 0.01287841796875,
+ 0.049530029296875,
+ 0.002635955810546875,
+ 0.03765869140625,
+ -0.02349853515625,
+ -0.039337158203125,
+ 0.0232086181640625,
+ 0.0169830322265625,
+ -0.00803375244140625,
+ -0.0230712890625,
+ -0.021942138671875,
+ -0.003078460693359375,
+ -0.03424072265625,
+ 0.052642822265625,
+ -0.006580352783203125,
+ 0.028594970703125,
+ 0.00421142578125,
+ -0.0229339599609375,
+ -0.021514892578125,
+ -0.0036792755126953125,
+ 0.0164947509765625,
+ 0.06341552734375,
+ 0.029571533203125,
+ 0.0033435821533203125,
+ 0.024200439453125,
+ 0.0283050537109375,
+ 0.007640838623046875,
+ -0.01117706298828125,
+ 0.0294342041015625,
+ -0.0399169921875,
+ 0.0032024383544921875,
+ -0.058868408203125,
+ 0.0207977294921875,
+ 0.00771331787109375,
+ 0.0016803741455078125,
+ -0.01259613037109375,
+ 0.00548553466796875,
+ 0.01422119140625,
+ -0.023345947265625,
+ -0.037933349609375,
+ -0.0232086181640625,
+ 0.051513671875,
+ -0.0287322998046875,
+ 0.021514892578125,
+ 0.0149993896484375,
+ -0.060302734375,
+ 0.002635955810546875,
+ -0.035247802734375,
+ 0.08319091796875,
+ 0.0251922607421875,
+ 0.0305633544921875,
+ -0.00870513916015625,
+ 0.0309906005859375,
+ 0.048980712890625,
+ -0.0243377685546875,
+ 0.0220794677734375,
+ 0.0162811279296875,
+ 0.00537872314453125,
+ 0.057464599609375,
+ 0.055755615234375,
+ 0.01181793212890625,
+ -0.05548095703125,
+ 0.03338623046875,
+ 0.0209503173828125,
+ -0.0594482421875,
+ 0.05914306640625,
+ 0.005519866943359375,
+ 0.0094146728515625,
+ -0.025054931640625,
+ -0.00926971435546875,
+ -0.01082611083984375,
+ -0.052642822265625,
+ 0.0718994140625,
+ 0.017974853515625,
+ -0.015777587890625,
+ 0.035369873046875,
+ -0.036224365234375,
+ 0.0283050537109375,
+ 0.0200958251953125,
+ 0.056884765625,
+ -0.041900634765625,
+ 0.08154296875,
+ 0.000028192996978759766,
+ -0.005199432373046875,
+ 0.0133056640625,
+ 0.0311431884765625,
+ -0.01953125,
+ 0.03411865234375,
+ -0.0161285400390625,
+ 0.05914306640625,
+ 0.0185394287109375,
+ 0.00682830810546875,
+ -0.0399169921875,
+ -0.0081024169921875,
+ -0.0020427703857421875,
+ -0.01549530029296875,
+ 0.054351806640625,
+ -0.03155517578125,
+ -0.02264404296875,
+ -0.00337982177734375,
+ 0.0298614501953125,
+ 0.04132080078125,
+ -0.0251922607421875,
+ 0.04217529296875,
+ 0.00516510009765625,
+ -0.02801513671875,
+ -0.0147857666015625,
+ -0.01824951171875
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "image-forensics",
+ "steganography",
+ "lsb-extraction",
+ "histogram-analysis",
+ "plugin-support"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Kali_Linux",
+ "type": "tool",
+ "name": "Kali Linux",
+ "content": "kali linux debian-basierte live-boot-distribution vereint über 600 security- und forensik-tools für kontaminationsfreie untersuchungen ohne host-system-veränderung. forensics-mode deaktiviert automatisches mounting und netzwerk-services für forensisch saubere evidence-akquisition. tool-kategorien decken alle dfir-phasen ab: disk-imaging (dc3dd, ddrescue), file-carving (foremost, scalpel), memory-analyse (volatility), netzwerk-forensik (wireshark, tcpdump). metapackages installieren spezialisierte tool-gruppen, arm-images unterstützen raspberry pi für mobile- und iot-forensik. persistence-mode speichert konfigurationen auf usb-medien. gui cli cross-platform live-acquisition write-blocker opensource forensics-mode tool-collection arm-support nethunter custom-builds rolling-release incident-response static-investigations malware-analysis fraud-investigation network-forensics mobile-forensics cloud-forensics ics-forensics",
+ "embedding": [
+ -0.02655029296875,
+ 0.017669677734375,
+ 0.039154052734375,
+ -0.0015010833740234375,
+ 0.0234832763671875,
+ 0.045074462890625,
+ 0.0179901123046875,
+ -0.0193634033203125,
+ -0.047607421875,
+ -0.002948760986328125,
+ -0.035980224609375,
+ 0.026031494140625,
+ 0.01523590087890625,
+ -0.01396942138671875,
+ -0.04571533203125,
+ 0.040191650390625,
+ -0.01534271240234375,
+ 0.00989532470703125,
+ 0.01242828369140625,
+ 0.01544952392578125,
+ -0.02178955078125,
+ -0.0174560546875,
+ -0.054595947265625,
+ -0.00001537799835205078,
+ -0.0017328262329101562,
+ -0.00470733642578125,
+ -0.02337646484375,
+ -0.0888671875,
+ -0.0200042724609375,
+ -0.01502227783203125,
+ -0.00867462158203125,
+ -0.0195770263671875,
+ -0.0020904541015625,
+ 0.037445068359375,
+ -0.0107421875,
+ -0.005157470703125,
+ 0.01253509521484375,
+ -0.0268707275390625,
+ -0.0279388427734375,
+ 0.033843994140625,
+ -0.00920867919921875,
+ 0.0025119781494140625,
+ 0.0128021240234375,
+ -0.0213775634765625,
+ -0.0380859375,
+ -0.0279388427734375,
+ -0.01116180419921875,
+ -0.01242828369140625,
+ 0.007564544677734375,
+ -0.036834716796875,
+ 0.0205230712890625,
+ 0.029205322265625,
+ 0.006534576416015625,
+ -0.0207366943359375,
+ -0.050994873046875,
+ 0.052703857421875,
+ 0.037017822265625,
+ -0.01216888427734375,
+ -0.038726806640625,
+ 0.05206298828125,
+ -0.0357666015625,
+ -0.0263519287109375,
+ -0.0018644332885742188,
+ -0.0302581787109375,
+ 0.02264404296875,
+ 0.022216796875,
+ -0.0187225341796875,
+ -0.0177764892578125,
+ -0.0016527175903320312,
+ -0.0012035369873046875,
+ 0.01512908935546875,
+ -0.007617950439453125,
+ -0.0094146728515625,
+ 0.02655029296875,
+ -0.00820159912109375,
+ -0.0404052734375,
+ 0.038299560546875,
+ 0.020416259765625,
+ 0.021484375,
+ -0.0005159378051757812,
+ -0.0300445556640625,
+ 0.00872802734375,
+ 0.03131103515625,
+ -0.0169219970703125,
+ -0.0169219970703125,
+ -0.0058441162109375,
+ 0.023590087890625,
+ 0.00946807861328125,
+ -0.00550079345703125,
+ -0.032806396484375,
+ 0.01137542724609375,
+ -0.01116180419921875,
+ 0.0245513916015625,
+ -0.026031494140625,
+ 0.0216827392578125,
+ 0.0579833984375,
+ -0.0248565673828125,
+ -0.0173492431640625,
+ -0.0306854248046875,
+ 0.047607421875,
+ 0.036407470703125,
+ -0.0300445556640625,
+ 0.0357666015625,
+ 0.0014944076538085938,
+ 0.047607421875,
+ -0.044647216796875,
+ 0.01904296875,
+ -0.0038089752197265625,
+ -0.0185089111328125,
+ -0.0184173583984375,
+ -0.0672607421875,
+ -0.026763916015625,
+ -0.0216827392578125,
+ -0.07110595703125,
+ -0.003650665283203125,
+ 0.00856781005859375,
+ -0.01491546630859375,
+ 0.04168701171875,
+ -0.049530029296875,
+ -0.05712890625,
+ 0.028350830078125,
+ 0.01079559326171875,
+ -0.01190185546875,
+ 0.00888824462890625,
+ -0.076171875,
+ -0.043182373046875,
+ 0.01348876953125,
+ 0.0175628662109375,
+ -0.0499267578125,
+ -0.0264434814453125,
+ -0.031524658203125,
+ -0.04083251953125,
+ -0.039581298828125,
+ -0.041259765625,
+ -0.00531768798828125,
+ -0.0325927734375,
+ 0.037017822265625,
+ -0.00989532470703125,
+ -0.00452423095703125,
+ 0.0143890380859375,
+ 0.03851318359375,
+ -0.0275115966796875,
+ -0.06390380859375,
+ 0.005527496337890625,
+ -0.02105712890625,
+ -0.010528564453125,
+ -0.00708770751953125,
+ 0.062225341796875,
+ -0.01702880859375,
+ -0.012115478515625,
+ 0.01274871826171875,
+ 0.016815185546875,
+ 0.059661865234375,
+ -0.0003306865692138672,
+ 0.012908935546875,
+ -0.028778076171875,
+ -0.0142822265625,
+ 0.00571441650390625,
+ 0.0221099853515625,
+ -0.01512908935546875,
+ -0.0209503173828125,
+ 0.005870819091796875,
+ -0.006267547607421875,
+ 0.01523590087890625,
+ 0.00067138671875,
+ -0.0243377685546875,
+ -0.0207366943359375,
+ -0.00798797607421875,
+ 0.0484619140625,
+ -0.0032138824462890625,
+ 0.020416259765625,
+ 0.0308990478515625,
+ 0.04803466796875,
+ 0.047393798828125,
+ 0.011688232421875,
+ 0.00920867919921875,
+ -0.02899169921875,
+ -0.0084075927734375,
+ 0.038299560546875,
+ 0.053955078125,
+ -0.012115478515625,
+ -0.0215911865234375,
+ 0.035125732421875,
+ 0.0078277587890625,
+ 0.034271240234375,
+ 0.018829345703125,
+ -0.028778076171875,
+ -0.0174560546875,
+ -0.043792724609375,
+ 0.0277252197265625,
+ -0.0298309326171875,
+ -0.0263519287109375,
+ -0.005397796630859375,
+ 0.026763916015625,
+ -0.00714111328125,
+ 0.061370849609375,
+ 0.04803466796875,
+ -0.0090484619140625,
+ 0.041046142578125,
+ 0.0020771026611328125,
+ 0.01206207275390625,
+ 0.0193634033203125,
+ -0.0184173583984375,
+ 0.039154052734375,
+ 0.0173492431640625,
+ 0.006877899169921875,
+ -0.01343536376953125,
+ 0.0268707275390625,
+ 0.04486083984375,
+ -0.003650665283203125,
+ -0.0098419189453125,
+ 0.033843994140625,
+ -0.0215911865234375,
+ -0.02337646484375,
+ -0.0193634033203125,
+ -0.039581298828125,
+ 0.01343536376953125,
+ -0.041900634765625,
+ 0.00510406494140625,
+ -0.002063751220703125,
+ -0.01238250732421875,
+ -0.034912109375,
+ 0.004364013671875,
+ 0.03363037109375,
+ -0.032806396484375,
+ 0.05352783203125,
+ -0.005397796630859375,
+ -0.0294189453125,
+ -0.01470947265625,
+ 0.03216552734375,
+ 0.018310546875,
+ 0.0404052734375,
+ 0.00510406494140625,
+ 0.0002231597900390625,
+ -0.0082550048828125,
+ -0.038299560546875,
+ 0.06939697265625,
+ 0.041046142578125,
+ 0.023590087890625,
+ -0.0148162841796875,
+ -0.02581787109375,
+ 0.0216827392578125,
+ -0.0302581787109375,
+ 0.032379150390625,
+ 0.03936767578125,
+ -0.004974365234375,
+ 0.001163482666015625,
+ -0.024658203125,
+ 0.0300445556640625,
+ 0.053314208984375,
+ -0.07366943359375,
+ -0.005077362060546875,
+ -0.0689697265625,
+ -0.0142822265625,
+ -0.06304931640625,
+ -0.0230712890625,
+ -0.0250701904296875,
+ -0.039794921875,
+ 0.01788330078125,
+ -0.03448486328125,
+ -0.03851318359375,
+ -0.006481170654296875,
+ 0.008514404296875,
+ -0.002777099609375,
+ 0.034912109375,
+ -0.0184173583984375,
+ -0.0304718017578125,
+ -0.00872802734375,
+ 0.07025146484375,
+ -0.002948760986328125,
+ -0.01216888427734375,
+ -0.01502227783203125,
+ 0.0174560546875,
+ 0.004444122314453125,
+ 0.00856781005859375,
+ -0.00719451904296875,
+ -0.007457733154296875,
+ 0.0257110595703125,
+ 0.0193634033203125,
+ 0.0304718017578125,
+ -0.034271240234375,
+ 0.037017822265625,
+ 0.0038089752197265625,
+ 0.0357666015625,
+ -0.03173828125,
+ 0.01058197021484375,
+ 0.006931304931640625,
+ -0.0005688667297363281,
+ -0.0014019012451171875,
+ -0.0689697265625,
+ 0.01523590087890625,
+ 0.03448486328125,
+ 0.005001068115234375,
+ -0.00899505615234375,
+ 0.0022754669189453125,
+ -0.058837890625,
+ 0.0227508544921875,
+ -0.00888824462890625,
+ 0.006984710693359375,
+ 0.0404052734375,
+ 0.044219970703125,
+ -0.021270751953125,
+ 0.025390625,
+ -0.01523590087890625,
+ 0.0082550048828125,
+ -0.048675537109375,
+ -0.04718017578125,
+ -0.0206298828125,
+ 0.002353668212890625,
+ -0.037445068359375,
+ -0.015655517578125,
+ 0.0302581787109375,
+ -0.0173492431640625,
+ 0.0166168212890625,
+ -0.004180908203125,
+ -0.01491546630859375,
+ -0.0221099853515625,
+ -0.0086212158203125,
+ 0.038726806640625,
+ -0.0197906494140625,
+ -0.03765869140625,
+ -0.0179901123046875,
+ 0.0372314453125,
+ 0.00714111328125,
+ 0.00872802734375,
+ -0.0171356201171875,
+ -0.010894775390625,
+ -0.0325927734375,
+ 0.0266571044921875,
+ -0.02020263671875,
+ 0.051849365234375,
+ -0.0008792877197265625,
+ 0.05670166015625,
+ 0.01861572265625,
+ 0.03619384765625,
+ 0.01242828369140625,
+ 0.060516357421875,
+ 0.02337646484375,
+ -0.01788330078125,
+ -0.0248565673828125,
+ 0.0024871826171875,
+ -0.0020904541015625,
+ 0.006587982177734375,
+ -0.005184173583984375,
+ -0.025604248046875,
+ 0.00589752197265625,
+ -0.01788330078125,
+ 0.002605438232421875,
+ 0.034912109375,
+ 0.00836181640625,
+ 0.03448486328125,
+ -0.03131103515625,
+ 0.0248565673828125,
+ 0.055023193359375,
+ 0.0197906494140625,
+ 0.0880126953125,
+ -0.006610870361328125,
+ -0.061370849609375,
+ 0.00510406494140625,
+ 0.0205230712890625,
+ 0.01947021484375,
+ 0.01312255859375,
+ 0.03302001953125,
+ 0.0207366943359375,
+ 0.006824493408203125,
+ 0.052886962890625,
+ -0.004974365234375,
+ 0.0236968994140625,
+ -0.0016469955444335938,
+ 0.00026607513427734375,
+ 0.014068603515625,
+ -0.0104217529296875,
+ 0.004627227783203125,
+ 0.058837890625,
+ 0.040618896484375,
+ 0.001262664794921875,
+ 0.0259246826171875,
+ -0.01079559326171875,
+ -0.00531768798828125,
+ -0.028778076171875,
+ -0.0787353515625,
+ -0.00616455078125,
+ 0.04168701171875,
+ -0.01026153564453125,
+ 0.0435791015625,
+ -0.0229644775390625,
+ -0.080810546875,
+ 0.028350830078125,
+ -0.0467529296875,
+ 0.055877685546875,
+ 0.0200042724609375,
+ 0.02655029296875,
+ 0.0562744140625,
+ -0.008941650390625,
+ 0.0098419189453125,
+ 0.0275115966796875,
+ 0.006744384765625,
+ 0.0098419189453125,
+ 0.043182373046875,
+ 0.0311126708984375,
+ 0.0161895751953125,
+ -0.0185089111328125,
+ 0.00878143310546875,
+ 0.039794921875,
+ 0.0311126708984375,
+ -0.00798797607421875,
+ 0.012908935546875,
+ 0.01015472412109375,
+ 0.00836181640625,
+ -0.05078125,
+ 0.045501708984375,
+ 0.043365478515625,
+ -0.01084136962890625,
+ 0.00203704833984375,
+ -0.0261383056640625,
+ -0.002288818359375,
+ -0.058837890625,
+ 0.017669677734375,
+ -0.004840850830078125,
+ -0.00481414794921875,
+ 0.0023670196533203125,
+ 0.0239105224609375,
+ -0.054595947265625,
+ -0.006984710693359375,
+ 0.0404052734375,
+ -0.084228515625,
+ 0.03131103515625,
+ 0.015655517578125,
+ -0.0175628662109375,
+ -0.0008101463317871094,
+ -0.01396942138671875,
+ -0.038726806640625,
+ 0.004550933837890625,
+ -0.022857666015625,
+ -0.0311126708984375,
+ 0.021484375,
+ 0.01555633544921875,
+ -0.058837890625,
+ -0.043365478515625,
+ -0.01534271240234375,
+ -0.01206207275390625,
+ -0.0232696533203125,
+ -0.011688232421875,
+ 0.0300445556640625,
+ 0.000720977783203125,
+ -0.00560760498046875,
+ 0.0167236328125,
+ 0.01861572265625,
+ 0.008148193359375,
+ -0.0123291015625,
+ 0.04296875,
+ -0.00946807861328125,
+ -0.028778076171875,
+ 0.01126861572265625,
+ 0.00492095947265625,
+ 0.014495849609375,
+ -0.02264404296875,
+ -0.0130157470703125,
+ -0.003082275390625,
+ 0.03363037109375,
+ 0.0263519287109375,
+ 0.0203094482421875,
+ -0.0325927734375,
+ -0.01512908935546875,
+ -0.055877685546875,
+ 0.0272979736328125,
+ -0.0189361572265625,
+ 0.040008544921875,
+ 0.0091552734375,
+ -0.053741455078125,
+ 0.04400634765625,
+ -0.037872314453125,
+ -0.02899169921875,
+ -0.0024471282958984375,
+ -0.01317596435546875,
+ -0.004337310791015625,
+ 0.061370849609375,
+ -0.0261383056640625,
+ -0.0161895751953125,
+ -0.03131103515625,
+ 0.02105712890625,
+ 0.0130157470703125,
+ 0.01332855224609375,
+ -0.0311126708984375,
+ 0.0294189453125,
+ 0.0308990478515625,
+ -0.05078125,
+ 0.0018777847290039062,
+ -0.023590087890625,
+ -0.0238037109375,
+ 0.04083251953125,
+ -0.036407470703125,
+ -0.00023639202117919922,
+ 0.0234832763671875,
+ -0.068115234375,
+ -0.01534271240234375,
+ -0.033233642578125,
+ -0.0325927734375,
+ -0.02581787109375,
+ 0.021270751953125,
+ 0.042755126953125,
+ -0.0033321380615234375,
+ 0.034271240234375,
+ 0.00809478759765625,
+ 0.001018524169921875,
+ 0.00820159912109375,
+ -0.005237579345703125,
+ -0.00669097900390625,
+ 0.0203094482421875,
+ -0.044219970703125,
+ -0.0634765625,
+ -0.0216827392578125,
+ 0.035980224609375,
+ -0.0311126708984375,
+ 0.00402069091796875,
+ 0.01317596435546875,
+ -0.0028839111328125,
+ 0.044647216796875,
+ -0.046142578125,
+ 0.004283905029296875,
+ -0.0311126708984375,
+ -0.02020263671875,
+ -0.03216552734375,
+ -0.024017333984375,
+ 0.0148162841796875,
+ 0.02899169921875,
+ -0.015869140625,
+ 0.0091552734375,
+ 0.018310546875,
+ -0.04803466796875,
+ 0.04803466796875,
+ 0.0216827392578125,
+ 0.01904296875,
+ 0.01354217529296875,
+ -0.0038089752197265625,
+ -0.01190185546875,
+ -0.0169219970703125,
+ 0.034698486328125,
+ -0.0268707275390625,
+ -0.02899169921875,
+ -0.07489013671875,
+ 0.0033855438232421875,
+ 0.01153564453125,
+ -0.00396728515625,
+ -0.028778076171875,
+ -0.0389404296875,
+ -0.06561279296875,
+ -0.0114288330078125,
+ 0.03448486328125,
+ -0.00888824462890625,
+ -0.007724761962890625,
+ -0.0300445556640625,
+ -0.0275115966796875,
+ -0.0029621124267578125,
+ -0.0234832763671875,
+ 0.029205322265625,
+ -0.0261383056640625,
+ 0.01354217529296875,
+ 0.004680633544921875,
+ -0.040191650390625,
+ 0.0229644775390625,
+ 0.041473388671875,
+ 0.0421142578125,
+ 0.0126953125,
+ 0.033233642578125,
+ -0.0243377685546875,
+ 0.03662109375,
+ -0.003543853759765625,
+ 0.0016927719116210938,
+ -0.01031494140625,
+ -0.018310546875,
+ 0.0269775390625,
+ -0.01036834716796875,
+ -0.01375579833984375,
+ -0.00232696533203125,
+ -0.0015802383422851562,
+ 0.0304718017578125,
+ -0.00719451904296875,
+ -0.01116180419921875,
+ 0.03131103515625,
+ -0.0104217529296875,
+ 0.0484619140625,
+ -0.0311126708984375,
+ -0.03662109375,
+ 0.00046944618225097656,
+ -0.0184173583984375,
+ 0.046539306640625,
+ 0.0308990478515625,
+ -0.0195770263671875,
+ -0.0272979736328125,
+ 0.041473388671875,
+ 0.0452880859375,
+ -0.0300445556640625,
+ -0.01184844970703125,
+ -0.03936767578125,
+ 0.009307861328125,
+ 0.0216827392578125,
+ 0.05755615234375,
+ 0.0171356201171875,
+ 0.0914306640625,
+ 0.0200042724609375,
+ -0.003570556640625,
+ 0.039154052734375,
+ 0.093505859375,
+ 0.025177001953125,
+ -0.0298309326171875,
+ -0.0357666015625,
+ 0.00946807861328125,
+ 0.01629638671875,
+ -0.040618896484375,
+ -0.046539306640625,
+ 0.0018253326416015625,
+ 0.09564208984375,
+ -0.060089111328125,
+ -0.007671356201171875,
+ -0.0015535354614257812,
+ -0.018310546875,
+ 0.0272979736328125,
+ 0.01094818115234375,
+ -0.0189361572265625,
+ 0.029632568359375,
+ 0.028350830078125,
+ -0.04486083984375,
+ -0.033843994140625,
+ -0.00412750244140625,
+ 0.00946807861328125,
+ 0.0859375,
+ 0.031951904296875,
+ -0.0015802383422851562,
+ 0.0268707275390625,
+ 0.0091552734375,
+ 0.026763916015625,
+ 0.0270843505859375,
+ 0.043365478515625,
+ 0.02423095703125,
+ 0.01264190673828125,
+ 0.0229644775390625,
+ 0.033843994140625,
+ -0.026763916015625,
+ -0.00920867919921875,
+ 0.01285552978515625,
+ 0.0104217529296875,
+ 0.0660400390625,
+ 0.047393798828125,
+ 0.00441741943359375,
+ 0.00846099853515625,
+ -0.0225372314453125,
+ -0.044219970703125,
+ 0.007564544677734375,
+ 0.015655517578125,
+ 0.005977630615234375,
+ -0.0340576171875,
+ -0.0421142578125,
+ 0.034912109375,
+ -0.035125732421875,
+ 0.04571533203125,
+ 0.0213775634765625,
+ -0.0250701904296875,
+ -0.0032405853271484375,
+ 0.022430419921875,
+ -0.010101318359375,
+ -0.03302001953125,
+ 0.007724761962890625,
+ -0.015655517578125,
+ -0.031524658203125,
+ -0.0389404296875,
+ -0.0300445556640625,
+ 0.040008544921875,
+ 0.00003820657730102539,
+ -0.054595947265625,
+ -0.0308990478515625,
+ 0.0257110595703125,
+ -0.0304718017578125,
+ -0.0243377685546875,
+ -0.037872314453125,
+ 0.010894775390625,
+ -0.0562744140625,
+ -0.055450439453125,
+ -0.041259765625,
+ -0.03619384765625,
+ 0.01036834716796875,
+ -0.0133819580078125,
+ 0.0236968994140625,
+ -0.0298309326171875,
+ -0.01274871826171875,
+ -0.0193634033203125,
+ -0.025604248046875,
+ -0.0206298828125,
+ 0.0159759521484375,
+ -0.039581298828125,
+ 0.03363037109375,
+ 0.003993988037109375,
+ 0.0404052734375,
+ 0.029632568359375,
+ 0.060089111328125,
+ -0.0157623291015625,
+ -0.0200958251953125,
+ -0.01148223876953125,
+ -0.06475830078125,
+ 0.007724761962890625,
+ -0.01253509521484375,
+ -0.0096282958984375,
+ -0.068115234375,
+ -0.00740814208984375,
+ 0.050567626953125,
+ -0.06390380859375,
+ 0.033233642578125,
+ -0.000720977783203125,
+ -0.00957489013671875,
+ -0.032379150390625,
+ -0.012115478515625,
+ 0.0182037353515625,
+ 0.0017061233520507812,
+ 0.1015625,
+ 0.00640106201171875,
+ 0.0197906494140625,
+ 0.0216827392578125,
+ -0.03131103515625,
+ 0.0435791015625,
+ 0.035125732421875,
+ 0.01861572265625,
+ -0.06304931640625,
+ 0.015869140625,
+ 0.017242431640625,
+ -0.0206298828125,
+ 0.0206298828125,
+ -0.074462890625,
+ -0.0012960433959960938,
+ 0.0218963623046875,
+ 0.016082763671875,
+ -0.0182037353515625,
+ -0.0126953125,
+ -0.0562744140625,
+ -0.01242828369140625,
+ -0.0175628662109375,
+ 0.0308990478515625,
+ -0.0005421638488769531,
+ 0.0169219970703125,
+ -0.04296875,
+ -0.018310546875,
+ -0.032806396484375,
+ -0.03936767578125,
+ -0.041473388671875,
+ -0.0247650146484375,
+ 0.034698486328125,
+ 0.006191253662109375,
+ -0.060089111328125,
+ 0.037872314453125,
+ 0.005290985107421875,
+ 0.0106353759765625,
+ 0.01206207275390625,
+ 0.06689453125,
+ -0.055450439453125,
+ 0.029632568359375,
+ -0.003597259521484375,
+ 0.0467529296875,
+ -0.01512908935546875,
+ 0.00856781005859375,
+ 0.0020904541015625,
+ 0.0142822265625,
+ 0.040191650390625,
+ -0.03936767578125,
+ 0.0300445556640625,
+ 0.0166168212890625,
+ -0.043182373046875,
+ -0.0562744140625,
+ -0.054595947265625,
+ -0.0302581787109375,
+ 0.043365478515625,
+ 0.0010776519775390625,
+ 0.0266571044921875,
+ -0.0306854248046875,
+ -0.0133819580078125,
+ -0.1007080078125,
+ 0.03448486328125,
+ -0.0248565673828125,
+ 0.02655029296875,
+ 0.01312255859375,
+ 0.0143890380859375,
+ -0.071533203125,
+ -0.024444580078125,
+ -0.00283050537109375,
+ 0.01343536376953125,
+ -0.04083251953125,
+ 0.010101318359375,
+ 0.0003421306610107422,
+ 0.0019044876098632812,
+ 0.005687713623046875,
+ -0.02813720703125,
+ 0.003597259521484375,
+ 0.02899169921875,
+ 0.03131103515625,
+ -0.016510009765625,
+ 0.06304931640625,
+ -0.039154052734375,
+ 0.012908935546875,
+ -0.0026187896728515625,
+ -0.0173492431640625,
+ -0.0174560546875,
+ -0.012908935546875,
+ -0.03765869140625,
+ 0.025177001953125,
+ 0.01312255859375,
+ 0.044219970703125,
+ -0.0223236083984375,
+ -0.0023021697998046875,
+ -0.006137847900390625,
+ 0.0179901123046875,
+ 0.0205230712890625,
+ -0.029632568359375,
+ 0.0017461776733398438,
+ -0.00124359130859375,
+ -0.00788116455078125,
+ -0.01274871826171875,
+ -0.07196044921875,
+ -0.08929443359375,
+ 0.0021686553955078125,
+ -0.0308990478515625,
+ -0.0161895751953125,
+ 0.0090484619140625,
+ 0.0122222900390625,
+ 0.004680633544921875,
+ -0.0247650146484375,
+ 0.03533935546875,
+ -0.01058197021484375,
+ -0.0062408447265625,
+ -0.0357666015625,
+ 0.022003173828125,
+ -0.01348876953125,
+ 0.041259765625,
+ -0.006824493408203125,
+ -0.045501708984375,
+ 0.0257110595703125,
+ -0.01470947265625,
+ -0.005001068115234375,
+ -0.0159759521484375,
+ -0.006267547607421875,
+ -0.007511138916015625,
+ 0.0017061233520507812,
+ -0.0753173828125,
+ -0.0148162841796875,
+ 0.01523590087890625,
+ 0.043365478515625,
+ 0.04254150390625,
+ -0.0037555694580078125,
+ 0.04400634765625,
+ 0.0025920867919921875,
+ -0.06390380859375,
+ 0.01126861572265625,
+ -0.0231781005859375,
+ -0.025604248046875,
+ -0.0007538795471191406,
+ 0.0007009506225585938,
+ -0.0027370452880859375,
+ 0.016815185546875,
+ 0.055877685546875,
+ 0.0175628662109375,
+ 0.043182373046875,
+ 0.0195770263671875,
+ -0.03533935546875,
+ -0.0003752708435058594,
+ -0.00223541259765625,
+ 0.031951904296875,
+ 0.0250701904296875,
+ 0.01242828369140625,
+ 0.00007605552673339844,
+ 0.0184173583984375,
+ 0.004734039306640625,
+ -0.08758544921875,
+ -0.020843505859375,
+ -0.055877685546875,
+ -0.062225341796875,
+ 0.0038356781005859375,
+ 0.08758544921875,
+ 0.033447265625,
+ -0.00362396240234375,
+ 0.050994873046875,
+ 0.03533935546875,
+ 0.03363037109375,
+ -0.0038890838623046875,
+ -0.02496337890625,
+ -0.046539306640625,
+ 0.0088348388671875,
+ 0.005817413330078125,
+ 0.01534271240234375,
+ -0.059661865234375,
+ 0.05206298828125,
+ 0.0723876953125,
+ -0.0229644775390625,
+ -0.0044708251953125,
+ 0.0006117820739746094,
+ -0.005077362060546875,
+ 0.052703857421875,
+ -0.000004589557647705078,
+ 0.015655517578125,
+ -0.07916259765625,
+ 0.0033855438232421875,
+ 0.0308990478515625,
+ 0.004497528076171875,
+ -0.005344390869140625,
+ -0.017669677734375,
+ -0.00441741943359375,
+ 0.01629638671875,
+ -0.076171875,
+ -0.016510009765625,
+ 0.0193634033203125,
+ 0.06304931640625,
+ 0.009307861328125,
+ -0.03302001953125,
+ -0.0174560546875,
+ 0.044647216796875,
+ 0.014068603515625,
+ -0.037017822265625,
+ 0.0257110595703125,
+ 0.0179901123046875,
+ 0.002777099609375,
+ 0.03765869140625,
+ 0.0372314453125,
+ -0.01227569580078125,
+ 0.04803466796875,
+ 0.0193634033203125,
+ -0.0723876953125,
+ 0.00714111328125,
+ -0.01306915283203125,
+ 0.01158905029296875,
+ 0.002552032470703125,
+ -0.03851318359375,
+ -0.0200958251953125,
+ -0.052490234375,
+ 0.04803466796875,
+ -0.005130767822265625,
+ 0.040191650390625,
+ 0.0034389495849609375,
+ -0.0005192756652832031,
+ -0.007457733154296875,
+ 0.00492095947265625,
+ 0.00968170166015625,
+ 0.05755615234375,
+ 0.018096923828125,
+ 0.025177001953125,
+ 0.028564453125,
+ 0.0010385513305664062,
+ 0.0018644332885742188,
+ -0.034698486328125,
+ 0.055877685546875,
+ -0.0231781005859375,
+ -0.01126861572265625,
+ -0.060089111328125,
+ -0.006824493408203125,
+ 0.0016927719116210938,
+ -0.036834716796875,
+ -0.01375579833984375,
+ -0.0173492431640625,
+ -0.0014219284057617188,
+ -0.0037822723388671875,
+ -0.0579833984375,
+ -0.00946807861328125,
+ 0.037017822265625,
+ -0.033843994140625,
+ 0.0023403167724609375,
+ 0.0185089111328125,
+ -0.010894775390625,
+ 0.004840850830078125,
+ -0.052886962890625,
+ 0.04254150390625,
+ 0.03533935546875,
+ 0.0182037353515625,
+ -0.00560760498046875,
+ -0.0028705596923828125,
+ 0.03302001953125,
+ -0.00820159912109375,
+ 0.0102081298828125,
+ 0.0029354095458984375,
+ -0.040191650390625,
+ 0.0531005859375,
+ 0.047607421875,
+ 0.010894775390625,
+ -0.042755126953125,
+ 0.01253509521484375,
+ 0.01343536376953125,
+ -0.032806396484375,
+ 0.0298309326171875,
+ 0.0272979736328125,
+ 0.03131103515625,
+ -0.0030155181884765625,
+ -0.01312255859375,
+ -0.025177001953125,
+ -0.05755615234375,
+ 0.054595947265625,
+ 0.042755126953125,
+ 0.012481689453125,
+ 0.0404052734375,
+ -0.0562744140625,
+ 0.038299560546875,
+ 0.003055572509765625,
+ 0.041900634765625,
+ -0.062225341796875,
+ 0.041473388671875,
+ -0.0070343017578125,
+ 0.0029354095458984375,
+ -0.0022754669189453125,
+ 0.00708770751953125,
+ -0.008148193359375,
+ 0.0232696533203125,
+ -0.038299560546875,
+ 0.047607421875,
+ 0.035980224609375,
+ -0.043365478515625,
+ -0.0516357421875,
+ -0.0128021240234375,
+ 0.005344390869140625,
+ -0.0002281665802001953,
+ 0.032806396484375,
+ -0.0467529296875,
+ 0.005687713623046875,
+ -0.0010576248168945312,
+ 0.0263519287109375,
+ 0.08001708984375,
+ -0.0159759521484375,
+ 0.034912109375,
+ -0.0014486312866210938,
+ -0.0148162841796875,
+ -0.00719451904296875,
+ -0.00402069091796875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "mobile-forensics",
+ "cloud-forensics",
+ "ics-forensics"
+ ],
+ "phases": [],
+ "tags": [
+ "gui",
+ "cli",
+ "cross-platform",
+ "live-acquisition",
+ "write-blocker",
+ "opensource",
+ "forensics-mode",
+ "tool-collection",
+ "arm-support",
+ "nethunter",
+ "custom-builds",
+ "rolling-release"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Outlook_Attachments_Forensische_Analyse",
+ "type": "tool",
+ "name": "Outlook Attachments Forensische Analyse",
+ "content": "outlook attachments forensische analyse olk-cache-analyse aus %userprofile%\\appdata\\local\\microsoft\\windows\\ inetcache\\content.outlook\\[random-guid]\\ für temporäre attachments. registry-pfad-ermittlung: hkcu\\software\\microsoft\\office\\{version}\\ outlook\\security\\outlooksecuretempfolder. versions-mapping: 12.0=2007, 14.0=2010, 15.0=2013, 16.0=365. opened/deleted-attachments bleiben im cache bis outlook-restart. filename-original-names meist erhalten. integration mit pst-analysis für e-mail-context-correlation. outlook-forensics email-attachments olk-cache inetcache-analysis registry-paths temporary-files attachment-timeline pst-integration email-investigation static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.0211944580078125,
+ 0.0531005859375,
+ 0.044189453125,
+ 0.0158538818359375,
+ 0.05023193359375,
+ 0.0100250244140625,
+ 0.055572509765625,
+ -0.0126495361328125,
+ -0.0060577392578125,
+ -0.01558685302734375,
+ -0.03778076171875,
+ 0.0260162353515625,
+ -0.01064300537109375,
+ -0.0017147064208984375,
+ -0.05023193359375,
+ 0.055572509765625,
+ -0.0013246536254882812,
+ 0.012115478515625,
+ 0.031341552734375,
+ -0.0170135498046875,
+ -0.038848876953125,
+ 0.0046539306640625,
+ -0.038482666015625,
+ -0.0215606689453125,
+ -0.01068878173828125,
+ 0.0215606689453125,
+ 0.005634307861328125,
+ -0.039031982421875,
+ -0.0110931396484375,
+ 0.0003216266632080078,
+ 0.02655029296875,
+ -0.034210205078125,
+ 0.005390167236328125,
+ 0.045074462890625,
+ 0.003875732421875,
+ -0.0006542205810546875,
+ 0.0046539306640625,
+ -0.049163818359375,
+ -0.03759765625,
+ 0.022979736328125,
+ 0.0022602081298828125,
+ -0.015411376953125,
+ 0.00966644287109375,
+ 0.00681304931640625,
+ -0.035980224609375,
+ -0.0484619140625,
+ 0.003139495849609375,
+ -0.00921630859375,
+ 0.006946563720703125,
+ -0.05487060546875,
+ 0.01291656494140625,
+ -0.007171630859375,
+ -0.003139495849609375,
+ -0.003963470458984375,
+ -0.03350830078125,
+ 0.031005859375,
+ 0.029754638671875,
+ -0.00554656982421875,
+ -0.049530029296875,
+ 0.0279693603515625,
+ -0.07586669921875,
+ -0.0181732177734375,
+ -0.00409698486328125,
+ 0.01238250732421875,
+ 0.01229095458984375,
+ 0.0225372314453125,
+ -0.0071258544921875,
+ -0.02618408203125,
+ 0.01024627685546875,
+ -0.0164794921875,
+ 0.00131988525390625,
+ -0.0086822509765625,
+ -0.042236328125,
+ 0.037933349609375,
+ -0.00445556640625,
+ -0.0484619140625,
+ -0.00739288330078125,
+ 0.0270843505859375,
+ 0.01434326171875,
+ -0.0158538818359375,
+ -0.08197021484375,
+ 0.01451873779296875,
+ 0.078369140625,
+ -0.01389312744140625,
+ -0.02886962890625,
+ -0.00152587890625,
+ 0.01345062255859375,
+ 0.0304718017578125,
+ 0.0109100341796875,
+ 0.023162841796875,
+ 0.013092041015625,
+ -0.00249481201171875,
+ 0.0019817352294921875,
+ -0.01666259765625,
+ 0.03564453125,
+ 0.06842041015625,
+ 0.00583648681640625,
+ -0.0066375732421875,
+ 0.00681304931640625,
+ 0.014434814453125,
+ 0.00975799560546875,
+ -0.056640625,
+ 0.03955078125,
+ -0.0306396484375,
+ 0.007305145263671875,
+ -0.00579071044921875,
+ 0.035980224609375,
+ -0.036346435546875,
+ -0.031005859375,
+ 0.0034961700439453125,
+ -0.08660888671875,
+ -0.03546142578125,
+ 0.0072174072265625,
+ -0.060577392578125,
+ -0.021820068359375,
+ -0.0178985595703125,
+ 0.0174560546875,
+ 0.02850341796875,
+ -0.0236968994140625,
+ -0.0244140625,
+ 0.0195159912109375,
+ 0.00850677490234375,
+ -0.00841522216796875,
+ 0.033660888671875,
+ -0.04595947265625,
+ -0.052032470703125,
+ 0.00855255126953125,
+ 0.0391845703125,
+ -0.0215606689453125,
+ -0.01073455810546875,
+ -0.018524169921875,
+ 0.003452301025390625,
+ -0.0191497802734375,
+ -0.0333251953125,
+ -0.007572174072265625,
+ -0.0180816650390625,
+ 0.048828125,
+ -0.0092620849609375,
+ 0.018890380859375,
+ 0.00469970703125,
+ 0.02618408203125,
+ -0.0170135498046875,
+ -0.056640625,
+ -0.01122283935546875,
+ -0.0418701171875,
+ 0.01078033447265625,
+ 0.00331878662109375,
+ 0.03509521484375,
+ -0.04132080078125,
+ 0.006946563720703125,
+ -0.0103759765625,
+ 0.0189666748046875,
+ 0.040252685546875,
+ 0.0013580322265625,
+ 0.01354217529296875,
+ -0.05096435546875,
+ -0.01194000244140625,
+ -0.060943603515625,
+ 0.0260162353515625,
+ -0.006145477294921875,
+ -0.0283203125,
+ 0.043304443359375,
+ 0.00035500526428222656,
+ 0.02850341796875,
+ -0.0018377304077148438,
+ -0.031890869140625,
+ -0.0031185150146484375,
+ 0.034027099609375,
+ -0.003719329833984375,
+ -0.01184844970703125,
+ 0.01407623291015625,
+ -0.0192413330078125,
+ 0.049163818359375,
+ 0.04632568359375,
+ -0.0189666748046875,
+ 0.05523681640625,
+ 0.02618408203125,
+ -0.017730712890625,
+ 0.04150390625,
+ 0.0156707763671875,
+ 0.01175689697265625,
+ 0.003986358642578125,
+ 0.053802490234375,
+ -0.0169219970703125,
+ 0.00017189979553222656,
+ 0.00908660888671875,
+ -0.00632476806640625,
+ 0.00957489013671875,
+ -0.0290374755859375,
+ 0.042755126953125,
+ -0.036712646484375,
+ -0.0438232421875,
+ -0.007038116455078125,
+ 0.0269012451171875,
+ 0.0484619140625,
+ 0.06982421875,
+ 0.0189666748046875,
+ -0.012115478515625,
+ 0.058074951171875,
+ -0.0174560546875,
+ 0.01006317138671875,
+ 0.03350830078125,
+ 0.0026607513427734375,
+ 0.02850341796875,
+ -0.0105133056640625,
+ 0.00261688232421875,
+ 0.00806427001953125,
+ 0.0292205810546875,
+ 0.018798828125,
+ -0.0081939697265625,
+ -0.031707763671875,
+ 0.04632568359375,
+ -0.0156707763671875,
+ -0.042572021484375,
+ -0.0038967132568359375,
+ -0.04132080078125,
+ -0.018798828125,
+ -0.0162200927734375,
+ -0.01407623291015625,
+ -0.0035400390625,
+ -0.005878448486328125,
+ -0.036529541015625,
+ 0.0236968994140625,
+ 0.0260162353515625,
+ 0.006412506103515625,
+ 0.0211181640625,
+ 0.03546142578125,
+ -0.0190582275390625,
+ -0.003986358642578125,
+ 0.00921630859375,
+ 0.0007572174072265625,
+ 0.049163818359375,
+ 0.00872802734375,
+ 0.0306396484375,
+ 0.002361297607421875,
+ -0.018890380859375,
+ 0.05987548828125,
+ 0.01247406005859375,
+ 0.01078033447265625,
+ 0.03277587890625,
+ -0.0292205810546875,
+ 0.04132080078125,
+ 0.014434814453125,
+ 0.04669189453125,
+ 0.03564453125,
+ -0.01122283935546875,
+ -0.0267181396484375,
+ -0.00637054443359375,
+ 0.03350830078125,
+ 0.049896240234375,
+ -0.0277862548828125,
+ -0.03778076171875,
+ -0.0926513671875,
+ 0.01113128662109375,
+ -0.05059814453125,
+ -0.02618408203125,
+ -0.025482177734375,
+ -0.07769775390625,
+ 0.0223541259765625,
+ -0.0277862548828125,
+ -0.04364013671875,
+ 0.0031185150146484375,
+ 0.003429412841796875,
+ 0.008331298828125,
+ 0.042236328125,
+ 0.0212860107421875,
+ -0.006946563720703125,
+ -0.00472259521484375,
+ 0.04632568359375,
+ -0.0205841064453125,
+ -0.00913238525390625,
+ 0.00261688232421875,
+ 0.0279693603515625,
+ -0.04669189453125,
+ 0.02191162109375,
+ -0.022186279296875,
+ -0.01558685302734375,
+ 0.042388916015625,
+ 0.01434326171875,
+ 0.036712646484375,
+ 0.00004369020462036133,
+ -0.00004595518112182617,
+ -0.022186279296875,
+ 0.022979736328125,
+ -0.060577392578125,
+ -0.005413055419921875,
+ -0.0212860107421875,
+ 0.00859832763671875,
+ -0.0158538818359375,
+ -0.0270843505859375,
+ -0.0009241104125976562,
+ 0.044708251953125,
+ 0.00024771690368652344,
+ -0.00966644287109375,
+ 0.0235137939453125,
+ -0.01861572265625,
+ -0.017730712890625,
+ -0.01194000244140625,
+ -0.0294036865234375,
+ 0.027252197265625,
+ 0.05059814453125,
+ -0.0211944580078125,
+ -0.0203094482421875,
+ 0.015411376953125,
+ 0.0201263427734375,
+ 0.0088653564453125,
+ -0.044525146484375,
+ -0.0235137939453125,
+ -0.0236968994140625,
+ -0.05914306640625,
+ -0.005924224853515625,
+ 0.012115478515625,
+ 0.003940582275390625,
+ 0.0249481201171875,
+ 0.005100250244140625,
+ -0.0018711090087890625,
+ -0.040618896484375,
+ -0.0301055908203125,
+ 0.0226287841796875,
+ -0.043304443359375,
+ -0.031890869140625,
+ -0.03778076171875,
+ 0.0192413330078125,
+ -0.0007181167602539062,
+ 0.01078033447265625,
+ 0.027618408203125,
+ 0.0161285400390625,
+ -0.03973388671875,
+ -0.01558685302734375,
+ -0.02191162109375,
+ 0.0256500244140625,
+ -0.004608154296875,
+ 0.0204925537109375,
+ 0.044525146484375,
+ 0.034027099609375,
+ 0.00685882568359375,
+ 0.040985107421875,
+ -0.01020050048828125,
+ -0.0182647705078125,
+ 0.0160369873046875,
+ 0.0211944580078125,
+ 0.0127410888671875,
+ -0.002727508544921875,
+ 0.0100250244140625,
+ -0.0227203369140625,
+ -0.0247650146484375,
+ -0.0245819091796875,
+ 0.023162841796875,
+ 0.0279693603515625,
+ 0.0279693603515625,
+ 0.05950927734375,
+ -0.020751953125,
+ -0.0260162353515625,
+ 0.049530029296875,
+ 0.01229095458984375,
+ 0.062347412109375,
+ -0.058441162109375,
+ -0.0270843505859375,
+ -0.0191497802734375,
+ 0.0281524658203125,
+ -0.027435302734375,
+ -0.0311737060546875,
+ 0.0311737060546875,
+ -0.0148773193359375,
+ 0.00220489501953125,
+ 0.040435791015625,
+ -0.0155029296875,
+ 0.0269012451171875,
+ -0.0245819091796875,
+ -0.02850341796875,
+ 0.023345947265625,
+ -0.032073974609375,
+ 0.0281524658203125,
+ 0.06268310546875,
+ 0.007038116455078125,
+ 0.01140594482421875,
+ 0.033843994140625,
+ -0.02423095703125,
+ -0.01959228515625,
+ -0.01461029052734375,
+ -0.04437255859375,
+ 0.00434112548828125,
+ 0.0178985595703125,
+ 0.00035643577575683594,
+ 0.06341552734375,
+ 0.0005235671997070312,
+ -0.0570068359375,
+ 0.0115814208984375,
+ -0.0204010009765625,
+ 0.06805419921875,
+ 0.01345062255859375,
+ 0.01416015625,
+ 0.041168212890625,
+ -0.0204925537109375,
+ 0.0236968994140625,
+ 0.00806427001953125,
+ -0.0115814208984375,
+ -0.0222625732421875,
+ 0.0110931396484375,
+ 0.042236328125,
+ -0.00583648681640625,
+ -0.040802001953125,
+ 0.0238800048828125,
+ 0.0138092041015625,
+ 0.03472900390625,
+ 0.0021266937255859375,
+ 0.049163818359375,
+ 0.00948333740234375,
+ 0.03546142578125,
+ -0.03546142578125,
+ 0.052032470703125,
+ 0.034210205078125,
+ -0.0189666748046875,
+ -0.0014591217041015625,
+ 0.0009407997131347656,
+ 0.0137176513671875,
+ -0.037933349609375,
+ 0.022186279296875,
+ -0.006458282470703125,
+ 0.01136016845703125,
+ 0.00521087646484375,
+ 0.04595947265625,
+ -0.03082275390625,
+ -0.00356292724609375,
+ 0.047393798828125,
+ -0.060577392578125,
+ 0.0226287841796875,
+ 0.035797119140625,
+ -0.0372314453125,
+ -0.01122283935546875,
+ -0.0190582275390625,
+ -0.04669189453125,
+ 0.0325927734375,
+ -0.032073974609375,
+ -0.0352783203125,
+ 0.00463104248046875,
+ 0.0391845703125,
+ -0.05023193359375,
+ -0.048095703125,
+ -0.045257568359375,
+ -0.0007462501525878906,
+ 0.00061798095703125,
+ -0.003139495849609375,
+ 0.03350830078125,
+ 0.0294036865234375,
+ -0.0189666748046875,
+ 0.05059814453125,
+ 0.049530029296875,
+ -0.005523681640625,
+ -0.02850341796875,
+ 0.04437255859375,
+ -0.0149688720703125,
+ -0.057373046875,
+ 0.05059814453125,
+ 0.025299072265625,
+ 0.036346435546875,
+ -0.047760009765625,
+ -0.0286865234375,
+ 0.0012807846069335938,
+ -0.0147857666015625,
+ -0.00908660888671875,
+ 0.03314208984375,
+ -0.0238800048828125,
+ -0.0577392578125,
+ -0.05096435546875,
+ 0.0391845703125,
+ 0.01434326171875,
+ 0.043121337890625,
+ -0.0021610260009765625,
+ -0.0192413330078125,
+ 0.0126495361328125,
+ -0.055572509765625,
+ -0.0240478515625,
+ 0.0236968994140625,
+ -0.0155029296875,
+ -0.036865234375,
+ 0.061279296875,
+ -0.0083770751953125,
+ -0.0003674030303955078,
+ 0.0033626556396484375,
+ 0.04595947265625,
+ 0.01354217529296875,
+ -0.00518798828125,
+ -0.0372314453125,
+ 0.0263671875,
+ 0.00409698486328125,
+ -0.03778076171875,
+ -0.018524169921875,
+ -0.0156707763671875,
+ -0.01202392578125,
+ 0.00823974609375,
+ -0.058807373046875,
+ -0.0109100341796875,
+ -0.014434814453125,
+ -0.0270843505859375,
+ -0.0238800048828125,
+ -0.0195159912109375,
+ -0.00966644287109375,
+ -0.05023193359375,
+ 0.03955078125,
+ -0.00302886962890625,
+ -0.006237030029296875,
+ 0.038482666015625,
+ 0.01068878173828125,
+ -0.0065460205078125,
+ 0.016754150390625,
+ -0.01398468017578125,
+ -0.0115814208984375,
+ 0.04205322265625,
+ -0.0791015625,
+ -0.027435302734375,
+ -0.01451873779296875,
+ 0.049163818359375,
+ -0.0225372314453125,
+ -0.0100250244140625,
+ 0.01238250732421875,
+ 0.0020599365234375,
+ 0.05487060546875,
+ -0.027252197265625,
+ -0.02655029296875,
+ 0.0006070137023925781,
+ -0.0201263427734375,
+ -0.034576416015625,
+ -0.044189453125,
+ 0.0205841064453125,
+ -0.00748443603515625,
+ -0.004009246826171875,
+ 0.00220489501953125,
+ 0.036163330078125,
+ -0.08447265625,
+ -0.00775146484375,
+ -0.0006737709045410156,
+ 0.01558685302734375,
+ 0.0227203369140625,
+ -0.016387939453125,
+ 0.0203094482421875,
+ -0.00913238525390625,
+ 0.01020050048828125,
+ -0.01959228515625,
+ -0.01398468017578125,
+ -0.070556640625,
+ 0.01229095458984375,
+ 0.00775146484375,
+ -0.01082611083984375,
+ -0.005878448486328125,
+ -0.0215606689453125,
+ -0.06842041015625,
+ 0.00521087646484375,
+ 0.042388916015625,
+ 0.040252685546875,
+ -0.008148193359375,
+ -0.051666259765625,
+ -0.018707275390625,
+ 0.0029621124267578125,
+ -0.0236968994140625,
+ 0.0182647705078125,
+ -0.0235137939453125,
+ 0.0270843505859375,
+ 0.010955810546875,
+ -0.05023193359375,
+ 0.020751953125,
+ 0.0277862548828125,
+ 0.06268310546875,
+ 0.049530029296875,
+ 0.027252197265625,
+ -0.01318359375,
+ -0.005146026611328125,
+ -0.0204010009765625,
+ 0.00775146484375,
+ -0.0110015869140625,
+ -0.0114898681640625,
+ -0.0002868175506591797,
+ -0.03955078125,
+ 0.0006432533264160156,
+ 0.023345947265625,
+ 0.052032470703125,
+ 0.0038299560546875,
+ -0.007350921630859375,
+ 0.0138092041015625,
+ 0.040618896484375,
+ 0.0127410888671875,
+ 0.0616455078125,
+ -0.01068878173828125,
+ -0.042388916015625,
+ -0.006458282470703125,
+ -0.0026721954345703125,
+ 0.019683837890625,
+ 0.031707763671875,
+ 0.0105133056640625,
+ -0.047027587890625,
+ -0.00545501708984375,
+ 0.0352783203125,
+ -0.018524169921875,
+ -0.05059814453125,
+ -0.0190582275390625,
+ 0.0158538818359375,
+ -0.022979736328125,
+ 0.01666259765625,
+ 0.0089111328125,
+ 0.06915283203125,
+ 0.00846099853515625,
+ 0.021728515625,
+ 0.03759765625,
+ 0.0670166015625,
+ 0.019683837890625,
+ -0.0399169921875,
+ -0.066650390625,
+ -0.00492095947265625,
+ 0.00908660888671875,
+ -0.036865234375,
+ -0.04400634765625,
+ -0.01015472412109375,
+ 0.0213775634765625,
+ -0.08050537109375,
+ 0.0258331298828125,
+ 0.0311737060546875,
+ 0.00846099853515625,
+ 0.0138092041015625,
+ 0.0009794235229492188,
+ -0.00690460205078125,
+ 0.0147857666015625,
+ 0.01006317138671875,
+ -0.02655029296875,
+ 0.0159454345703125,
+ -0.0148773193359375,
+ 0.042572021484375,
+ 0.051300048828125,
+ 0.0030956268310546875,
+ -0.003429412841796875,
+ 0.0286865234375,
+ 0.0027618408203125,
+ 0.0286865234375,
+ 0.0292205810546875,
+ 0.0352783203125,
+ 0.006458282470703125,
+ 0.029937744140625,
+ 0.060577392578125,
+ 0.066650390625,
+ -0.0203094482421875,
+ 0.00496673583984375,
+ 0.00690460205078125,
+ 0.023162841796875,
+ 0.0333251953125,
+ 0.032073974609375,
+ -0.01175689697265625,
+ 0.01078033447265625,
+ 0.01247406005859375,
+ -0.06451416015625,
+ -0.01220703125,
+ 0.0235137939453125,
+ 0.016754150390625,
+ -0.06201171875,
+ -0.03973388671875,
+ 0.0098419189453125,
+ -0.052734375,
+ 0.031890869140625,
+ -0.00908660888671875,
+ -0.019866943359375,
+ -0.0029621124267578125,
+ 0.020751953125,
+ -0.0306396484375,
+ -0.047027587890625,
+ 0.019775390625,
+ -0.0038089752197265625,
+ -0.032257080078125,
+ -0.0286865234375,
+ -0.0306396484375,
+ 0.036712646484375,
+ -0.0235137939453125,
+ -0.042755126953125,
+ -0.0116729736328125,
+ 0.0290374755859375,
+ -0.0017032623291015625,
+ -0.0372314453125,
+ -0.01282501220703125,
+ -0.0006403923034667969,
+ 0.0025157928466796875,
+ -0.04364013671875,
+ -0.052734375,
+ -0.036529541015625,
+ 0.0021038055419921875,
+ -0.036529541015625,
+ -0.00971221923828125,
+ -0.0035858154296875,
+ -0.0286865234375,
+ -0.0191497802734375,
+ -0.0174560546875,
+ -0.0245819091796875,
+ 0.033843994140625,
+ -0.05487060546875,
+ 0.0003674030303955078,
+ 0.02655029296875,
+ 0.03973388671875,
+ 0.044708251953125,
+ 0.060943603515625,
+ -0.0148773193359375,
+ 0.0008573532104492188,
+ -0.01666259765625,
+ -0.03472900390625,
+ 0.01291656494140625,
+ 0.036163330078125,
+ 0.01434326171875,
+ -0.070556640625,
+ 0.007259368896484375,
+ 0.06414794921875,
+ -0.0755615234375,
+ 0.0138092041015625,
+ 0.004474639892578125,
+ -0.055572509765625,
+ -0.054168701171875,
+ 0.01407623291015625,
+ -0.00685882568359375,
+ 0.0214691162109375,
+ 0.10406494140625,
+ 0.020843505859375,
+ -0.01505279541015625,
+ 0.034027099609375,
+ -0.045257568359375,
+ 0.060211181640625,
+ 0.00058746337890625,
+ 0.00872802734375,
+ -0.03704833984375,
+ 0.05023193359375,
+ 0.00864410400390625,
+ -0.03759765625,
+ 0.005367279052734375,
+ -0.06201171875,
+ -0.027435302734375,
+ 0.0306396484375,
+ 0.020843505859375,
+ -0.0127410888671875,
+ -0.01184844970703125,
+ -0.035980224609375,
+ -0.02618408203125,
+ -0.0263671875,
+ 0.0311737060546875,
+ 0.005970001220703125,
+ 0.019866943359375,
+ -0.04205322265625,
+ 0.02655029296875,
+ 0.01104736328125,
+ -0.032073974609375,
+ -0.042938232421875,
+ -0.0281524658203125,
+ 0.07373046875,
+ -0.0244140625,
+ -0.0311737060546875,
+ 0.022186279296875,
+ -0.00302886962890625,
+ -0.003917694091796875,
+ 0.0279693603515625,
+ 0.0372314453125,
+ -0.036163330078125,
+ 0.00908660888671875,
+ -0.013092041015625,
+ 0.049896240234375,
+ 0.0191497802734375,
+ 0.005878448486328125,
+ -0.002918243408203125,
+ 0.0190582275390625,
+ 0.0183563232421875,
+ -0.03509521484375,
+ 0.04669189453125,
+ 0.048095703125,
+ -0.0216522216796875,
+ -0.0372314453125,
+ -0.00841522216796875,
+ -0.03350830078125,
+ 0.0256500244140625,
+ -0.0008740425109863281,
+ 0.034393310546875,
+ -0.031005859375,
+ -0.034912109375,
+ -0.09979248046875,
+ 0.03759765625,
+ -0.003696441650390625,
+ 0.01194000244140625,
+ 0.006725311279296875,
+ -0.020751953125,
+ -0.0484619140625,
+ -0.0277862548828125,
+ -0.020050048828125,
+ 0.0031185150146484375,
+ -0.002349853515625,
+ 0.01354217529296875,
+ -0.0026397705078125,
+ -0.0215606689453125,
+ -0.0022373199462890625,
+ -0.01073455810546875,
+ -0.00948333740234375,
+ 0.034027099609375,
+ 0.00921630859375,
+ -0.034027099609375,
+ 0.052032470703125,
+ -0.0138092041015625,
+ 0.0004398822784423828,
+ 0.00029087066650390625,
+ -0.0098419189453125,
+ 0.01194000244140625,
+ 0.0027942657470703125,
+ -0.0226287841796875,
+ -0.031707763671875,
+ 0.017730712890625,
+ 0.040802001953125,
+ -0.00579071044921875,
+ -0.016387939453125,
+ -0.0170135498046875,
+ 0.0306396484375,
+ 0.008819580078125,
+ -0.023162841796875,
+ 0.0183563232421875,
+ 0.014251708984375,
+ 0.012115478515625,
+ -0.031524658203125,
+ -0.057373046875,
+ -0.07623291015625,
+ 0.0302886962890625,
+ -0.0670166015625,
+ 0.0258331298828125,
+ 0.032440185546875,
+ -0.004520416259765625,
+ -0.0017480850219726562,
+ -0.0290374755859375,
+ 0.0235137939453125,
+ -0.0147857666015625,
+ -0.0235137939453125,
+ -0.0263671875,
+ 0.0190582275390625,
+ -0.0181732177734375,
+ 0.0158538818359375,
+ 0.01194000244140625,
+ -0.042236328125,
+ 0.0325927734375,
+ -0.0136260986328125,
+ 0.0215606689453125,
+ -0.0115814208984375,
+ 0.0093994140625,
+ -0.04010009765625,
+ 0.001781463623046875,
+ -0.0919189453125,
+ -0.01434326171875,
+ 0.048828125,
+ 0.022979736328125,
+ 0.0137176513671875,
+ -0.032440185546875,
+ 0.042572021484375,
+ -0.003185272216796875,
+ -0.08087158203125,
+ 0.040985107421875,
+ -0.0244140625,
+ -0.044891357421875,
+ 0.0115814208984375,
+ -0.01531982421875,
+ -0.0247650146484375,
+ 0.01006317138671875,
+ 0.0531005859375,
+ 0.0372314453125,
+ -0.002361297607421875,
+ 0.01514434814453125,
+ -0.01666259765625,
+ 0.0024280548095703125,
+ 0.0183563232421875,
+ 0.01434326171875,
+ 0.0531005859375,
+ 0.027252197265625,
+ 0.0009908676147460938,
+ 0.0281524658203125,
+ -0.0247650146484375,
+ -0.049896240234375,
+ -0.0205841064453125,
+ -0.0179901123046875,
+ -0.0484619140625,
+ -0.0071258544921875,
+ 0.06732177734375,
+ 0.02093505859375,
+ -0.0022602081298828125,
+ 0.01763916015625,
+ 0.036865234375,
+ 0.025299072265625,
+ 0.017547607421875,
+ -0.005924224853515625,
+ -0.05914306640625,
+ 0.00191497802734375,
+ 0.043304443359375,
+ 0.029754638671875,
+ -0.048095703125,
+ 0.025115966796875,
+ 0.06378173828125,
+ 0.00739288330078125,
+ -0.005565643310546875,
+ 0.029937744140625,
+ 0.03277587890625,
+ 0.062347412109375,
+ 0.01300811767578125,
+ -0.003139495849609375,
+ -0.07769775390625,
+ 0.0267181396484375,
+ 0.0256500244140625,
+ 0.00775146484375,
+ 0.01082611083984375,
+ 0.0036525726318359375,
+ -0.0531005859375,
+ 0.0616455078125,
+ -0.040618896484375,
+ 0.01558685302734375,
+ -0.01104736328125,
+ 0.06451416015625,
+ 0.020843505859375,
+ -0.05023193359375,
+ -0.01451873779296875,
+ 0.0225372314453125,
+ 0.04150390625,
+ -0.05487060546875,
+ 0.00806427001953125,
+ 0.006191253662109375,
+ -0.01202392578125,
+ 0.03314208984375,
+ 0.052032470703125,
+ 0.010467529296875,
+ 0.0306396484375,
+ 0.005413055419921875,
+ -0.03741455078125,
+ 0.01861572265625,
+ 0.0099334716796875,
+ 0.01558685302734375,
+ -0.0223541259765625,
+ -0.062347412109375,
+ -0.019866943359375,
+ -0.042388916015625,
+ 0.031524658203125,
+ 0.0195159912109375,
+ 0.040802001953125,
+ 0.0256500244140625,
+ 0.01029205322265625,
+ -0.016754150390625,
+ 0.00627899169921875,
+ -0.005970001220703125,
+ 0.03704833984375,
+ 0.00921630859375,
+ 0.0030727386474609375,
+ -0.0148773193359375,
+ 0.033660888671875,
+ 0.018524169921875,
+ -0.03955078125,
+ 0.01523590087890625,
+ -0.03936767578125,
+ -0.0025615692138671875,
+ -0.0301055908203125,
+ 0.01461029052734375,
+ 0.01059722900390625,
+ -0.015411376953125,
+ 0.021820068359375,
+ -0.0304718017578125,
+ 0.0011243820190429688,
+ -0.021820068359375,
+ -0.060943603515625,
+ -0.017822265625,
+ 0.01514434814453125,
+ -0.047027587890625,
+ 0.045074462890625,
+ 0.0244140625,
+ 0.00637054443359375,
+ 0.002895355224609375,
+ -0.07769775390625,
+ 0.049896240234375,
+ 0.0214691162109375,
+ 0.01861572265625,
+ 0.0212860107421875,
+ 0.022979736328125,
+ 0.058074951171875,
+ -0.00496673583984375,
+ 0.00962066650390625,
+ 0.018890380859375,
+ -0.0189666748046875,
+ 0.052734375,
+ 0.044189453125,
+ -0.004856109619140625,
+ -0.035980224609375,
+ 0.019683837890625,
+ 0.0245819091796875,
+ -0.047393798828125,
+ 0.0212860107421875,
+ 0.0281524658203125,
+ 0.025299072265625,
+ -0.033843994140625,
+ -0.014434814453125,
+ 0.0203094482421875,
+ -0.056640625,
+ 0.070556640625,
+ 0.0164794921875,
+ -0.021026611328125,
+ 0.01345062255859375,
+ -0.048095703125,
+ 0.0224456787109375,
+ 0.0137176513671875,
+ 0.08905029296875,
+ -0.0281524658203125,
+ 0.058074951171875,
+ -0.020660400390625,
+ 0.029571533203125,
+ -0.0333251953125,
+ 0.040802001953125,
+ -0.0159454345703125,
+ 0.019683837890625,
+ -0.0049896240234375,
+ 0.04400634765625,
+ -0.0172882080078125,
+ 0.02423095703125,
+ -0.0531005859375,
+ -0.0171051025390625,
+ -0.0066375732421875,
+ 0.00846099853515625,
+ 0.0283203125,
+ -0.042572021484375,
+ -0.036712646484375,
+ -0.005367279052734375,
+ 0.0249481201171875,
+ 0.07623291015625,
+ -0.020050048828125,
+ 0.018798828125,
+ 0.0030517578125,
+ 0.017730712890625,
+ 0.0010080337524414062,
+ 0.00850677490234375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "outlook-forensics",
+ "email-attachments",
+ "olk-cache",
+ "inetcache-analysis",
+ "registry-paths",
+ "temporary-files",
+ "attachment-timeline",
+ "pst-integration",
+ "email-investigation"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_DNS_Filtering_Analysis__Linux_",
+ "type": "tool",
+ "name": "DNS Filtering Analysis (Linux)",
+ "content": "dns filtering analysis (linux) /etc/hosts-file-analysis für dns-manipulation-detection und domain-blocking-investigation. static-dns-entry-analysis, malware-dns-hijacking-detection, sinkhole-configuration-analysis für network-traffic-redirection-investigation und anti-malware-verification. dns-analysis hosts-file domain-blocking dns-hijacking traffic-redirection sinkhole-analysis incident-response network-forensics malware-analysis examination analysis",
+ "embedding": [
+ 0.00894927978515625,
+ 0.026153564453125,
+ 0.051300048828125,
+ -0.030975341796875,
+ 0.024261474609375,
+ 0.034423828125,
+ 0.013336181640625,
+ -0.01247406005859375,
+ -0.0251312255859375,
+ 0.01273345947265625,
+ -0.00984954833984375,
+ -0.0024623870849609375,
+ 0.0251312255859375,
+ -0.0117034912109375,
+ -0.050262451171875,
+ 0.047149658203125,
+ -0.0111846923828125,
+ 0.0150604248046875,
+ -0.008392333984375,
+ 0.0033130645751953125,
+ -0.020477294921875,
+ -0.000002682209014892578,
+ -0.033905029296875,
+ -0.00852203369140625,
+ -0.0179901123046875,
+ -0.00679779052734375,
+ -0.031829833984375,
+ -0.07159423828125,
+ -0.0203094482421875,
+ 0.050262451171875,
+ -0.0005297660827636719,
+ -0.0335693359375,
+ -0.031158447265625,
+ 0.01488494873046875,
+ -0.0016889572143554688,
+ -0.0179901123046875,
+ 0.0390625,
+ -0.045440673828125,
+ -0.023406982421875,
+ 0.02960205078125,
+ -0.037689208984375,
+ -0.02392578125,
+ -0.0012798309326171875,
+ -0.0289154052734375,
+ -0.01256561279296875,
+ -0.0478515625,
+ 0.01377105712890625,
+ 0.003269195556640625,
+ 0.0232391357421875,
+ -0.0399169921875,
+ 0.011962890625,
+ 0.00679779052734375,
+ 0.03631591796875,
+ -0.01136016845703125,
+ -0.060577392578125,
+ 0.0009517669677734375,
+ 0.0192718505859375,
+ -0.00972747802734375,
+ -0.0382080078125,
+ 0.0278778076171875,
+ -0.037689208984375,
+ -0.00933837890625,
+ 0.00860595703125,
+ -0.026153564453125,
+ 0.0361328125,
+ 0.037017822265625,
+ -0.00705718994140625,
+ -0.019195556640625,
+ 0.00606536865234375,
+ -0.0216827392578125,
+ 0.017120361328125,
+ -0.0197906494140625,
+ -0.0160064697265625,
+ 0.028564453125,
+ -0.01824951171875,
+ -0.0411376953125,
+ 0.031829833984375,
+ 0.0216827392578125,
+ 0.016265869140625,
+ 0.0013284683227539062,
+ -0.017547607421875,
+ 0.0001895427703857422,
+ 0.037689208984375,
+ -0.00984954833984375,
+ -0.01617431640625,
+ 0.004261016845703125,
+ 0.01910400390625,
+ -0.01445770263671875,
+ -0.010284423828125,
+ -0.0145416259765625,
+ 0.040435791015625,
+ -0.001956939697265625,
+ 0.026153564453125,
+ -0.0278778076171875,
+ 0.0302886962890625,
+ 0.036834716796875,
+ 0.0204010009765625,
+ -0.0160064697265625,
+ 0.0235748291015625,
+ 0.0249481201171875,
+ 0.0273590087890625,
+ -0.04388427734375,
+ 0.03131103515625,
+ 0.004451751708984375,
+ 0.06402587890625,
+ -0.0533447265625,
+ 0.01299285888671875,
+ 0.0007476806640625,
+ 0.0034637451171875,
+ -0.0212554931640625,
+ -0.09088134765625,
+ -0.030120849609375,
+ -0.015838623046875,
+ -0.04095458984375,
+ -0.0323486328125,
+ 0.0012264251708984375,
+ 0.004863739013671875,
+ 0.03253173828125,
+ -0.04888916015625,
+ -0.0609130859375,
+ -0.00701141357421875,
+ 0.0034637451171875,
+ -0.0107574462890625,
+ 0.0278778076171875,
+ -0.0240936279296875,
+ -0.0237579345703125,
+ 0.01010894775390625,
+ 0.0302886962890625,
+ -0.04095458984375,
+ 0.0187530517578125,
+ -0.00714111328125,
+ -0.0036563873291015625,
+ -0.0240936279296875,
+ -0.01462554931640625,
+ 0.0098114013671875,
+ -0.0323486328125,
+ 0.01377105712890625,
+ -0.0270233154296875,
+ 0.00778961181640625,
+ 0.01351165771484375,
+ 0.0654296875,
+ -0.0237579345703125,
+ -0.050262451171875,
+ 0.0005054473876953125,
+ -0.028045654296875,
+ -0.0008392333984375,
+ 0.0026454925537109375,
+ 0.031494140625,
+ -0.02056884765625,
+ -0.0112762451171875,
+ -0.0189361572265625,
+ 0.04510498046875,
+ 0.06951904296875,
+ 0.0078277587890625,
+ -0.005420684814453125,
+ -0.04510498046875,
+ -0.00585174560546875,
+ -0.032867431640625,
+ 0.0323486328125,
+ -0.0121307373046875,
+ -0.00868988037109375,
+ -0.00994110107421875,
+ -0.00475311279296875,
+ 0.043548583984375,
+ -0.00968170166015625,
+ -0.05230712890625,
+ -0.04010009765625,
+ 0.0100250244140625,
+ 0.0166015625,
+ -0.038726806640625,
+ 0.035797119140625,
+ 0.022369384765625,
+ 0.053009033203125,
+ 0.055419921875,
+ 0.0240936279296875,
+ 0.0237579345703125,
+ 0.021942138671875,
+ -0.01299285888671875,
+ 0.047149658203125,
+ 0.0227203369140625,
+ -0.01462554931640625,
+ -0.0203094482421875,
+ 0.0684814453125,
+ -0.0018072128295898438,
+ 0.0160980224609375,
+ -0.021514892578125,
+ -0.009765625,
+ -0.0185089111328125,
+ -0.00989532470703125,
+ 0.03167724609375,
+ -0.034088134765625,
+ -0.00937652587890625,
+ -0.0187530517578125,
+ 0.023406982421875,
+ 0.02056884765625,
+ 0.06298828125,
+ 0.015655517578125,
+ -0.0150604248046875,
+ 0.053009033203125,
+ -0.0015916824340820312,
+ 0.014801025390625,
+ 0.0155792236328125,
+ 0.005680084228515625,
+ 0.0382080078125,
+ 0.0516357421875,
+ -0.007572174072265625,
+ -0.0323486328125,
+ 0.037017822265625,
+ 0.022369384765625,
+ -0.022552490234375,
+ -0.00860595703125,
+ 0.059539794921875,
+ -0.01385498046875,
+ 0.0019893646240234375,
+ -0.01763916015625,
+ -0.01161956787109375,
+ -0.0023345947265625,
+ -0.00406646728515625,
+ -0.01230621337890625,
+ 0.00563812255859375,
+ -0.005401611328125,
+ -0.027191162109375,
+ -0.003269195556640625,
+ 0.038909912109375,
+ -0.0021305084228515625,
+ 0.055419921875,
+ 0.0023136138916015625,
+ -0.0265045166015625,
+ -0.041656494140625,
+ 0.0277099609375,
+ 0.0306396484375,
+ 0.0157470703125,
+ 0.0237579345703125,
+ 0.0030117034912109375,
+ -0.01084136962890625,
+ -0.0142822265625,
+ 0.047149658203125,
+ 0.0256500244140625,
+ -0.0095062255859375,
+ 0.017120361328125,
+ -0.017120361328125,
+ 0.03509521484375,
+ -0.01178741455078125,
+ 0.06298828125,
+ 0.0299530029296875,
+ -0.042327880859375,
+ 0.01953125,
+ -0.001850128173828125,
+ 0.043701171875,
+ 0.058502197265625,
+ -0.0592041015625,
+ -0.016265869140625,
+ -0.04681396484375,
+ 0.03509521484375,
+ -0.06024169921875,
+ -0.041290283203125,
+ -0.04302978515625,
+ -0.06195068359375,
+ 0.024261474609375,
+ -0.00984954833984375,
+ -0.0186767578125,
+ -0.01488494873046875,
+ -0.00774383544921875,
+ -0.024444580078125,
+ 0.042694091796875,
+ -0.007228851318359375,
+ -0.03338623046875,
+ 0.0335693359375,
+ 0.055419921875,
+ -0.0202178955078125,
+ -0.032196044921875,
+ -0.01041412353515625,
+ 0.0323486328125,
+ 0.01678466796875,
+ 0.01007080078125,
+ -0.0206451416015625,
+ 0.0170440673828125,
+ 0.04510498046875,
+ 0.0024738311767578125,
+ 0.047149658203125,
+ 0.0014200210571289062,
+ -0.0130767822265625,
+ -0.0052490234375,
+ 0.03802490234375,
+ -0.037506103515625,
+ -0.00847625732421875,
+ -0.0189361572265625,
+ -0.00406646728515625,
+ -0.0222015380859375,
+ -0.055084228515625,
+ -0.00774383544921875,
+ 0.0302886962890625,
+ 0.00453948974609375,
+ 0.018157958984375,
+ 0.0126495361328125,
+ -0.031494140625,
+ 0.0010919570922851562,
+ -0.006969451904296875,
+ -0.006366729736328125,
+ 0.028045654296875,
+ 0.026336669921875,
+ -0.0352783203125,
+ 0.0004544258117675781,
+ -0.01273345947265625,
+ 0.019622802734375,
+ -0.027191162109375,
+ -0.01617431640625,
+ -0.02667236328125,
+ -0.04180908203125,
+ -0.031158447265625,
+ -0.0044097900390625,
+ 0.016693115234375,
+ -0.02874755859375,
+ 0.045440673828125,
+ -0.015655517578125,
+ -0.0159149169921875,
+ -0.012908935546875,
+ -0.04510498046875,
+ 0.032012939453125,
+ -0.00701141357421875,
+ -0.031829833984375,
+ -0.021942138671875,
+ 0.038726806640625,
+ -0.00228118896484375,
+ -0.0009036064147949219,
+ 0.0044097900390625,
+ 0.01010894775390625,
+ -0.0154876708984375,
+ 0.054046630859375,
+ -0.0440673828125,
+ 0.051971435546875,
+ 0.0142822265625,
+ 0.061614990234375,
+ 0.02288818359375,
+ 0.034942626953125,
+ 0.00937652587890625,
+ 0.08880615234375,
+ 0.015655517578125,
+ -0.0299530029296875,
+ 0.0010814666748046875,
+ 0.00847625732421875,
+ -0.0049896240234375,
+ -0.00244140625,
+ -0.0207366943359375,
+ -0.0155792236328125,
+ -0.0020542144775390625,
+ -0.02099609375,
+ 0.0246124267578125,
+ 0.028564453125,
+ 0.0277099609375,
+ 0.00860595703125,
+ -0.01953125,
+ 0.004367828369140625,
+ 0.049224853515625,
+ 0.0003361701965332031,
+ 0.06988525390625,
+ -0.01230621337890625,
+ -0.05267333984375,
+ 0.00899505615234375,
+ 0.0364990234375,
+ -0.02581787109375,
+ 0.00391387939453125,
+ 0.0168609619140625,
+ 0.006626129150390625,
+ -0.010711669921875,
+ 0.037017822265625,
+ -0.022369384765625,
+ 0.0457763671875,
+ -0.00262451171875,
+ 0.0292510986328125,
+ 0.006496429443359375,
+ -0.0208282470703125,
+ 0.003635406494140625,
+ 0.046112060546875,
+ 0.03802490234375,
+ 0.0003199577331542969,
+ 0.021514892578125,
+ -0.03131103515625,
+ -0.0259857177734375,
+ -0.02581787109375,
+ -0.09503173828125,
+ 0.02667236328125,
+ 0.0030975341796875,
+ 0.026336669921875,
+ 0.02056884765625,
+ -0.011016845703125,
+ -0.08709716796875,
+ 0.00890350341796875,
+ -0.03924560546875,
+ 0.043365478515625,
+ 0.056793212890625,
+ 0.03131103515625,
+ -0.00632476806640625,
+ -0.0208282470703125,
+ 0.0154876708984375,
+ 0.0232391357421875,
+ -0.005401611328125,
+ 0.03045654296875,
+ 0.039764404296875,
+ 0.018157958984375,
+ 0.040435791015625,
+ -0.0352783203125,
+ 0.01419830322265625,
+ 0.04473876953125,
+ 0.03045654296875,
+ 0.007099151611328125,
+ 0.016693115234375,
+ 0.0265045166015625,
+ 0.0270233154296875,
+ -0.0088653564453125,
+ 0.06298828125,
+ 0.0213470458984375,
+ -0.024444580078125,
+ -0.006755828857421875,
+ -0.053009033203125,
+ 0.0246124267578125,
+ -0.043701171875,
+ -0.003032684326171875,
+ 0.028564453125,
+ 0.04217529296875,
+ 0.0159149169921875,
+ 0.0249481201171875,
+ -0.043701171875,
+ 0.005443572998046875,
+ 0.054046630859375,
+ -0.0440673828125,
+ -0.016265869140625,
+ 0.0201416015625,
+ -0.0254669189453125,
+ 0.0213470458984375,
+ -0.006839752197265625,
+ -0.047149658203125,
+ 0.0166015625,
+ -0.03546142578125,
+ -0.055084228515625,
+ -0.004711151123046875,
+ 0.0122222900390625,
+ -0.0411376953125,
+ -0.0208282470703125,
+ -0.0275421142578125,
+ -0.0141143798828125,
+ -0.01445770263671875,
+ -0.005809783935546875,
+ 0.0302886962890625,
+ -0.00753021240234375,
+ 0.02203369140625,
+ 0.0201416015625,
+ 0.0213470458984375,
+ -0.0246124267578125,
+ -0.004474639892578125,
+ 0.04510498046875,
+ 0.01462554931640625,
+ -0.058502197265625,
+ 0.0216064453125,
+ 0.0064544677734375,
+ 0.0213470458984375,
+ -0.03167724609375,
+ -0.0206451416015625,
+ -0.0055084228515625,
+ 0.01497650146484375,
+ 0.01247406005859375,
+ 0.0251312255859375,
+ -0.035797119140625,
+ -0.0178985595703125,
+ -0.026153564453125,
+ 0.0335693359375,
+ 0.005401611328125,
+ 0.002635955810546875,
+ 0.01007080078125,
+ -0.047149658203125,
+ 0.005893707275390625,
+ -0.07366943359375,
+ -0.006927490234375,
+ 0.0184173583984375,
+ -0.0004813671112060547,
+ 0.0028820037841796875,
+ 0.07366943359375,
+ -0.0109710693359375,
+ -0.031158447265625,
+ -0.00774383544921875,
+ 0.021514892578125,
+ 0.0294342041015625,
+ -0.0020656585693359375,
+ -0.034942626953125,
+ 0.057830810546875,
+ 0.0165252685546875,
+ -0.0709228515625,
+ -0.006496429443359375,
+ -0.016693115234375,
+ -0.01367950439453125,
+ 0.02099609375,
+ -0.0533447265625,
+ 0.00701141357421875,
+ -0.00994110107421875,
+ -0.067138671875,
+ -0.006282806396484375,
+ -0.017547607421875,
+ -0.025299072265625,
+ -0.031158447265625,
+ 0.0254669189453125,
+ 0.0013980865478515625,
+ -0.006282806396484375,
+ 0.045440673828125,
+ 0.028045654296875,
+ -0.03131103515625,
+ 0.010498046875,
+ -0.015838623046875,
+ -0.0237579345703125,
+ 0.0216827392578125,
+ -0.051971435546875,
+ -0.038909912109375,
+ 0.01488494873046875,
+ 0.013336181640625,
+ -0.046478271484375,
+ 0.0178070068359375,
+ -0.00653839111328125,
+ -0.033905029296875,
+ 0.05267333984375,
+ -0.0308074951171875,
+ 0.0083465576171875,
+ -0.04095458984375,
+ -0.000055789947509765625,
+ -0.02685546875,
+ -0.00972747802734375,
+ -0.0026454925537109375,
+ 0.037872314453125,
+ 0.0022907257080078125,
+ 0.0074005126953125,
+ 0.0457763671875,
+ -0.0457763671875,
+ -0.01247406005859375,
+ 0.0283966064453125,
+ 0.0204010009765625,
+ 0.02685546875,
+ 0.003765106201171875,
+ 0.0011720657348632812,
+ -0.0031414031982421875,
+ 0.0270233154296875,
+ -0.044403076171875,
+ -0.0102386474609375,
+ -0.050262451171875,
+ 0.0104522705078125,
+ 0.028564453125,
+ -0.0016031265258789062,
+ 0.0027008056640625,
+ -0.0059814453125,
+ -0.10186767578125,
+ -0.0145416259765625,
+ 0.035614013671875,
+ 0.028045654296875,
+ -0.0017423629760742188,
+ -0.059906005859375,
+ -0.033905029296875,
+ -0.0235748291015625,
+ -0.0160980224609375,
+ 0.05609130859375,
+ -0.0025386810302734375,
+ 0.0294342041015625,
+ 0.01161956787109375,
+ -0.046478271484375,
+ 0.0178070068359375,
+ 0.0306396484375,
+ 0.039398193359375,
+ 0.0034637451171875,
+ 0.0185089111328125,
+ -0.00994110107421875,
+ 0.0121307373046875,
+ 0.0020656585693359375,
+ -0.027191162109375,
+ -0.01351165771484375,
+ -0.0201416015625,
+ 0.01678466796875,
+ -0.034088134765625,
+ -0.00705718994140625,
+ 0.01497650146484375,
+ 0.0278778076171875,
+ -0.0033130645751953125,
+ 0.0230560302734375,
+ -0.0251312255859375,
+ 0.0626220703125,
+ 0.004734039306640625,
+ 0.06610107421875,
+ -0.035614013671875,
+ -0.061279296875,
+ 0.0090789794921875,
+ -0.016357421875,
+ 0.0216827392578125,
+ 0.00585174560546875,
+ -0.0197906494140625,
+ -0.0283966064453125,
+ 0.04473876953125,
+ 0.043212890625,
+ -0.0273590087890625,
+ -0.0299530029296875,
+ -0.04180908203125,
+ 0.00984954833984375,
+ 0.035797119140625,
+ 0.05712890625,
+ -0.00202178955078125,
+ 0.072998046875,
+ 0.02685546875,
+ 0.01015472412109375,
+ 0.0382080078125,
+ 0.044403076171875,
+ 0.0306396484375,
+ -0.0159149169921875,
+ -0.047515869140625,
+ -0.0074005126953125,
+ 0.012908935546875,
+ -0.055755615234375,
+ -0.033203125,
+ -0.002033233642578125,
+ 0.049224853515625,
+ -0.045440673828125,
+ -0.00408935546875,
+ 0.0067138671875,
+ 0.0202178955078125,
+ 0.031494140625,
+ 0.0036563873291015625,
+ -0.033203125,
+ 0.019622802734375,
+ 0.009033203125,
+ -0.047515869140625,
+ 0.0150604248046875,
+ -0.01092529296875,
+ 0.01462554931640625,
+ 0.061279296875,
+ 0.01092529296875,
+ -0.037872314453125,
+ -0.0198822021484375,
+ 0.0002460479736328125,
+ 0.037017822265625,
+ 0.01617431640625,
+ 0.032867431640625,
+ 0.032867431640625,
+ 0.0033779144287109375,
+ 0.028564453125,
+ 0.054046630859375,
+ -0.0306396484375,
+ -0.006626129150390625,
+ 0.01351165771484375,
+ 0.04888916015625,
+ 0.0265045166015625,
+ 0.03167724609375,
+ 0.024444580078125,
+ 0.0086517333984375,
+ -0.01084136962890625,
+ -0.0533447265625,
+ 0.00559234619140625,
+ 0.0166015625,
+ -0.00098419189453125,
+ -0.038543701171875,
+ -0.033050537109375,
+ -0.0013341903686523438,
+ -0.033203125,
+ 0.020050048828125,
+ 0.01393890380859375,
+ -0.041290283203125,
+ -0.026336669921875,
+ 0.043701171875,
+ -0.004604339599609375,
+ -0.046478271484375,
+ -0.005939483642578125,
+ -0.01540374755859375,
+ -0.0222015380859375,
+ -0.01824951171875,
+ -0.02960205078125,
+ 0.03424072265625,
+ -0.031829833984375,
+ -0.070556640625,
+ -0.0256500244140625,
+ -0.00033354759216308594,
+ 0.01178741455078125,
+ -0.0352783203125,
+ -0.0112762451171875,
+ 0.0057220458984375,
+ -0.0079193115234375,
+ 0.004261016845703125,
+ -0.0533447265625,
+ -0.02288818359375,
+ 0.032196044921875,
+ -0.039581298828125,
+ 0.017547607421875,
+ -0.0081787109375,
+ -0.01136016845703125,
+ -0.0014848709106445312,
+ -0.0270233154296875,
+ -0.046478271484375,
+ 0.026153564453125,
+ -0.04852294921875,
+ 0.037872314453125,
+ 0.0208282470703125,
+ 0.016265869140625,
+ 0.009552001953125,
+ 0.083984375,
+ -0.0027751922607421875,
+ -0.015838623046875,
+ -0.008819580078125,
+ -0.048187255859375,
+ 0.032012939453125,
+ -0.0007796287536621094,
+ 0.013427734375,
+ -0.06744384765625,
+ 0.005550384521484375,
+ 0.067138671875,
+ -0.05267333984375,
+ 0.01497650146484375,
+ -0.010498046875,
+ 0.0011510848999023438,
+ -0.04510498046875,
+ 0.0023345947265625,
+ 0.00559234619140625,
+ -0.00406646728515625,
+ 0.0726318359375,
+ -0.0109710693359375,
+ -0.0232391357421875,
+ 0.003871917724609375,
+ -0.028564453125,
+ 0.0235748291015625,
+ 0.0232391357421875,
+ 0.02874755859375,
+ -0.0289154052734375,
+ 0.059539794921875,
+ 0.0172119140625,
+ -0.0299530029296875,
+ 0.010284423828125,
+ -0.061279296875,
+ 0.0021305084228515625,
+ 0.015838623046875,
+ 0.01187896728515625,
+ -0.01256561279296875,
+ -0.0031185150146484375,
+ -0.0361328125,
+ -0.029083251953125,
+ -0.0247802734375,
+ 0.040435791015625,
+ 0.0188446044921875,
+ 0.02581787109375,
+ -0.0270233154296875,
+ -0.0189361572265625,
+ -0.02099609375,
+ -0.0302886962890625,
+ -0.0218505859375,
+ -0.04510498046875,
+ 0.031494140625,
+ 0.028228759765625,
+ -0.083984375,
+ 0.022552490234375,
+ 0.007442474365234375,
+ 0.017120361328125,
+ 0.007488250732421875,
+ 0.0169525146484375,
+ -0.08056640625,
+ -0.0013017654418945312,
+ 0.0081329345703125,
+ 0.0227203369140625,
+ 0.0122222900390625,
+ 0.0017642974853515625,
+ -0.004840850830078125,
+ 0.022552490234375,
+ 0.024444580078125,
+ -0.034942626953125,
+ 0.018157958984375,
+ 0.02142333984375,
+ -0.0227203369140625,
+ -0.053009033203125,
+ -0.030975341796875,
+ -0.010284423828125,
+ 0.022552490234375,
+ -0.032867431640625,
+ 0.027191162109375,
+ 0.00658416748046875,
+ -0.040435791015625,
+ -0.08258056640625,
+ 0.050933837890625,
+ -0.0249481201171875,
+ 0.017547607421875,
+ 0.038909912109375,
+ -0.0207366943359375,
+ -0.0836181640625,
+ -0.061279296875,
+ -0.005939483642578125,
+ 0.02874755859375,
+ -0.047515869140625,
+ 0.0478515625,
+ 0.0440673828125,
+ -0.015655517578125,
+ 0.0428466796875,
+ -0.0183258056640625,
+ -0.0074005126953125,
+ 0.037689208984375,
+ 0.0203094482421875,
+ -0.0278778076171875,
+ 0.07470703125,
+ -0.04302978515625,
+ 0.0302886962890625,
+ -0.04681396484375,
+ 0.0022373199462890625,
+ 0.005054473876953125,
+ 0.00453948974609375,
+ -0.0440673828125,
+ 0.0289154052734375,
+ 0.0478515625,
+ 0.05816650390625,
+ -0.00527191162109375,
+ 0.01187896728515625,
+ -0.006927490234375,
+ 0.001010894775390625,
+ 0.004261016845703125,
+ -0.01299285888671875,
+ 0.039398193359375,
+ 0.03424072265625,
+ -0.0122222900390625,
+ -0.0278778076171875,
+ -0.05059814453125,
+ -0.06640625,
+ 0.0011081695556640625,
+ -0.04681396484375,
+ -0.0009198188781738281,
+ 0.0194549560546875,
+ -0.004970550537109375,
+ 0.022369384765625,
+ -0.04217529296875,
+ 0.004669189453125,
+ -0.0173797607421875,
+ -0.03424072265625,
+ -0.048187255859375,
+ 0.00994110107421875,
+ -0.01084136962890625,
+ 0.0150604248046875,
+ 0.0165252685546875,
+ -0.040618896484375,
+ 0.017730712890625,
+ -0.0457763671875,
+ 0.02056884765625,
+ -0.031829833984375,
+ 0.004669189453125,
+ -0.0213470458984375,
+ 0.0294342041015625,
+ -0.06744384765625,
+ -0.0246124267578125,
+ 0.06231689453125,
+ 0.0121307373046875,
+ 0.0216827392578125,
+ -0.024261474609375,
+ 0.06298828125,
+ 0.0192718505859375,
+ -0.091552734375,
+ 0.0112762451171875,
+ -0.02581787109375,
+ -0.006839752197265625,
+ 0.032012939453125,
+ -0.047515869140625,
+ -0.005939483642578125,
+ 0.0130767822265625,
+ 0.03717041015625,
+ 0.050933837890625,
+ 0.03717041015625,
+ 0.021514892578125,
+ -0.01187896728515625,
+ 0.01187896728515625,
+ 0.006023406982421875,
+ 0.0107574462890625,
+ 0.0192718505859375,
+ 0.01540374755859375,
+ 0.013336181640625,
+ 0.023406982421875,
+ 0.005443572998046875,
+ -0.083984375,
+ -0.006282806396484375,
+ -0.01110076904296875,
+ -0.05059814453125,
+ -0.01377105712890625,
+ 0.07501220703125,
+ 0.049896240234375,
+ 0.040802001953125,
+ 0.035797119140625,
+ 0.028564453125,
+ 0.01325225830078125,
+ -0.00501251220703125,
+ 0.0059814453125,
+ -0.0654296875,
+ -0.004215240478515625,
+ 0.0335693359375,
+ -0.0016460418701171875,
+ -0.06744384765625,
+ 0.035980224609375,
+ 0.06884765625,
+ -0.01204681396484375,
+ -0.013427734375,
+ 0.0140228271484375,
+ 0.0145416259765625,
+ 0.044403076171875,
+ 0.0251312255859375,
+ 0.01995849609375,
+ -0.0902099609375,
+ 0.0202178955078125,
+ 0.005207061767578125,
+ 0.01325225830078125,
+ 0.02056884765625,
+ 0.007442474365234375,
+ -0.04010009765625,
+ 0.040435791015625,
+ -0.0609130859375,
+ -0.036651611328125,
+ 0.01824951171875,
+ 0.0533447265625,
+ -0.006366729736328125,
+ -0.02392578125,
+ 0.002635955810546875,
+ 0.02392578125,
+ 0.030975341796875,
+ -0.02874755859375,
+ 0.018157958984375,
+ -0.0064544677734375,
+ -0.00417327880859375,
+ -0.0034637451171875,
+ 0.06781005859375,
+ -0.005420684814453125,
+ 0.0533447265625,
+ 0.01187896728515625,
+ -0.0302886962890625,
+ 0.02581787109375,
+ -0.006969451904296875,
+ 0.0302886962890625,
+ 0.01910400390625,
+ -0.027191162109375,
+ -0.037689208984375,
+ -0.047515869140625,
+ 0.047149658203125,
+ -0.0079193115234375,
+ 0.033721923828125,
+ 0.01007080078125,
+ -0.003570556640625,
+ -0.0013284683227539062,
+ 0.0246124267578125,
+ 0.0289154052734375,
+ 0.0193634033203125,
+ 0.005184173583984375,
+ 0.018585205078125,
+ 0.0130767822265625,
+ 0.0201416015625,
+ -0.01273345947265625,
+ -0.0457763671875,
+ 0.0237579345703125,
+ -0.048187255859375,
+ -0.01325225830078125,
+ -0.0390625,
+ 0.003162384033203125,
+ 0.0259857177734375,
+ -0.0457763671875,
+ -0.01299285888671875,
+ 0.00030112266540527344,
+ 0.0071868896484375,
+ -0.05712890625,
+ -0.033905029296875,
+ -0.0173797607421875,
+ 0.05645751953125,
+ -0.0186767578125,
+ 0.0364990234375,
+ 0.0232391357421875,
+ 0.00804901123046875,
+ 0.01010894775390625,
+ -0.050933837890625,
+ 0.05267333984375,
+ 0.047515869140625,
+ 0.034759521484375,
+ 0.016265869140625,
+ 0.007659912109375,
+ 0.0130767822265625,
+ -0.01325225830078125,
+ 0.0201416015625,
+ 0.00611114501953125,
+ 0.003635406494140625,
+ 0.055084228515625,
+ 0.031158447265625,
+ 0.006755828857421875,
+ -0.0164337158203125,
+ 0.034759521484375,
+ 0.036834716796875,
+ -0.0203094482421875,
+ 0.055755615234375,
+ 0.0185089111328125,
+ 0.044403076171875,
+ -0.026336669921875,
+ -0.009765625,
+ -0.03460693359375,
+ -0.061614990234375,
+ 0.041290283203125,
+ 0.02142333984375,
+ 0.0036563873291015625,
+ 0.0033130645751953125,
+ -0.02667236328125,
+ 0.04681396484375,
+ 0.01393890380859375,
+ 0.06573486328125,
+ -0.0237579345703125,
+ 0.042327880859375,
+ 0.034759521484375,
+ -0.0164337158203125,
+ -0.00679779052734375,
+ -0.006496429443359375,
+ -0.03424072265625,
+ 0.0232391357421875,
+ -0.0299530029296875,
+ 0.07196044921875,
+ -0.0051422119140625,
+ -0.0102386474609375,
+ -0.05059814453125,
+ -0.022369384765625,
+ 0.007572174072265625,
+ 0.01110076904296875,
+ 0.0237579345703125,
+ -0.07537841796875,
+ -0.00585174560546875,
+ 0.00920867919921875,
+ 0.007572174072265625,
+ 0.0692138671875,
+ -0.03253173828125,
+ 0.0173797607421875,
+ -0.0032482147216796875,
+ 0.01110076904296875,
+ -0.0017528533935546875,
+ -0.0216827392578125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "dns-analysis",
+ "hosts-file",
+ "domain-blocking",
+ "dns-hijacking",
+ "traffic-redirection",
+ "sinkhole-analysis"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ALEAPP",
+ "type": "tool",
+ "name": "ALEAPP",
+ "content": "aleapp android logs events and protobuf parser automatisiert die extraktion forensischer artefakte aus android-geräten. parst über 200 app-datenbanken und system-logs in übersichtliche html-reports. von whatsapp-chats über google-maps-timeline bis zu gelöschten sqlite-records - aleapp findet versteckte beweise. die timeline-funktion korreliert aktivitäten über alle apps. besonders wertvoll: protobuf-dekodierung für moderne apps, analyse von well-being-daten, batteriestatistiken für aktivitätsmuster. unterstützt physische dumps, logische extractions und sogar teilbackups. die plugin-architektur erlaubt erweiterungen für neue apps. ständige updates durch die aktive community halten mit android-entwicklungen schritt. der generierte report ist gerichtsfest strukturiert mit quellenangaben zu jedem artefakt. integration mit ileapp und vleapp für cross-device-analysen. cli mobile-app-data artifact-parser timeline html-export sqlite-viewer protobuf-parser whatsapp-analysis google-artifacts battery-stats well-being-data cross-platform artifact-extraction mobile-analysis incident-response static-investigations mobile-forensics fraud-investigation examination analysis",
+ "embedding": [
+ -0.016082763671875,
+ 0.05902099609375,
+ 0.02862548828125,
+ -0.0008554458618164062,
+ 0.0261383056640625,
+ 0.02862548828125,
+ 0.00928497314453125,
+ -0.0005970001220703125,
+ -0.00177764892578125,
+ -0.00304412841796875,
+ -0.035369873046875,
+ 0.0643310546875,
+ -0.00034308433532714844,
+ -0.0159149169921875,
+ -0.06256103515625,
+ 0.0401611328125,
+ -0.014129638671875,
+ 0.01226806640625,
+ -0.00484466552734375,
+ -0.002044677734375,
+ -0.0259552001953125,
+ -0.0197296142578125,
+ -0.04498291015625,
+ 0.01181793212890625,
+ -0.0117340087890625,
+ 0.0382080078125,
+ -0.0382080078125,
+ -0.056884765625,
+ -0.0229339599609375,
+ 0.0137786865234375,
+ 0.01546478271484375,
+ -0.00640106201171875,
+ -0.00782012939453125,
+ 0.033416748046875,
+ -0.01030731201171875,
+ -0.0136871337890625,
+ 0.0248870849609375,
+ -0.031646728515625,
+ -0.0186614990234375,
+ 0.04425048828125,
+ -0.0010614395141601562,
+ 0.043365478515625,
+ 0.004245758056640625,
+ 0.0248870849609375,
+ -0.05438232421875,
+ -0.033416748046875,
+ -0.0266571044921875,
+ -0.016265869140625,
+ 0.0245361328125,
+ -0.0111083984375,
+ 0.019287109375,
+ 0.0284423828125,
+ 0.018035888671875,
+ -0.00577545166015625,
+ -0.035736083984375,
+ 0.0257720947265625,
+ 0.0158233642578125,
+ -0.0240020751953125,
+ -0.045501708984375,
+ 0.043548583984375,
+ -0.05047607421875,
+ -0.0157318115234375,
+ 0.01546478271484375,
+ -0.01555633544921875,
+ -0.0023670196533203125,
+ 0.01555633544921875,
+ -0.023101806640625,
+ -0.0250701904296875,
+ -0.003177642822265625,
+ -0.00357818603515625,
+ 0.0016336441040039062,
+ -0.01395416259765625,
+ -0.0257720947265625,
+ 0.05865478515625,
+ -0.0055999755859375,
+ -0.056182861328125,
+ -0.01253509521484375,
+ 0.01342010498046875,
+ -0.00942230224609375,
+ -0.01306915283203125,
+ -0.06756591796875,
+ 0.00048041343688964844,
+ 0.049407958984375,
+ -0.0167999267578125,
+ -0.0279083251953125,
+ 0.029693603515625,
+ 0.051544189453125,
+ 0.01088714599609375,
+ -0.0179595947265625,
+ 0.017059326171875,
+ 0.0298614501953125,
+ -0.01519775390625,
+ 0.003688812255859375,
+ -0.0076446533203125,
+ 0.03216552734375,
+ 0.049072265625,
+ -0.0110626220703125,
+ 0.0035114288330078125,
+ -0.0362548828125,
+ 0.035919189453125,
+ 0.0157318115234375,
+ -0.01044464111328125,
+ 0.06793212890625,
+ -0.01297760009765625,
+ 0.0190277099609375,
+ -0.033782958984375,
+ 0.01030731201171875,
+ -0.003177642822265625,
+ -0.004154205322265625,
+ -0.016357421875,
+ -0.1187744140625,
+ -0.03289794921875,
+ 0.0032672882080078125,
+ -0.0689697265625,
+ -0.01000213623046875,
+ -0.010040283203125,
+ -0.007289886474609375,
+ 0.056884765625,
+ -0.04229736328125,
+ -0.050140380859375,
+ 0.0279083251953125,
+ 0.00835418701171875,
+ -0.0115509033203125,
+ -0.003398895263671875,
+ -0.0447998046875,
+ -0.0526123046875,
+ 0.0208892822265625,
+ 0.0209808349609375,
+ -0.04302978515625,
+ -0.0115509033203125,
+ -0.0003693103790283203,
+ -0.005420684814453125,
+ 0.0081787109375,
+ -0.0389404296875,
+ -0.01306915283203125,
+ -0.0279083251953125,
+ 0.035552978515625,
+ 0.0245361328125,
+ -0.0009441375732421875,
+ 0.01502227783203125,
+ 0.01910400390625,
+ -0.0362548828125,
+ -0.0736083984375,
+ -0.0030002593994140625,
+ -0.0572509765625,
+ -0.019378662109375,
+ -0.0189361572265625,
+ 0.057586669921875,
+ -0.047271728515625,
+ 0.005664825439453125,
+ -0.0158233642578125,
+ 0.0196380615234375,
+ 0.049774169921875,
+ -0.008758544921875,
+ 0.0257720947265625,
+ -0.04461669921875,
+ 0.0135955810546875,
+ -0.0013942718505859375,
+ 0.03485107421875,
+ -0.039093017578125,
+ -0.0197296142578125,
+ 0.008758544921875,
+ -0.0033779144287109375,
+ 0.022308349609375,
+ -0.00884246826171875,
+ -0.0270233154296875,
+ -0.0227508544921875,
+ 0.0250701904296875,
+ 0.0091552734375,
+ -0.01324462890625,
+ 0.01457977294921875,
+ -0.04693603515625,
+ 0.033233642578125,
+ 0.060089111328125,
+ -0.01519775390625,
+ 0.02862548828125,
+ -0.0027332305908203125,
+ -0.0157318115234375,
+ 0.0389404296875,
+ 0.0178680419921875,
+ 0.0136871337890625,
+ -0.002132415771484375,
+ 0.033599853515625,
+ 0.01555633544921875,
+ 0.04071044921875,
+ -0.010040283203125,
+ -0.027557373046875,
+ 0.0081329345703125,
+ -0.025238037109375,
+ 0.037689208984375,
+ -0.0117340087890625,
+ -0.0362548828125,
+ -0.004665374755859375,
+ 0.05120849609375,
+ 0.00839996337890625,
+ 0.047637939453125,
+ 0.05902099609375,
+ -0.0225830078125,
+ 0.033966064453125,
+ -0.02239990234375,
+ 0.0270233154296875,
+ 0.031646728515625,
+ 0.018218994140625,
+ 0.049774169921875,
+ 0.005733489990234375,
+ 0.00630950927734375,
+ -0.01947021484375,
+ 0.0268402099609375,
+ -0.0008778572082519531,
+ 0.01000213623046875,
+ 0.0032444000244140625,
+ 0.041412353515625,
+ 0.0015554428100585938,
+ -0.0101776123046875,
+ -0.01555633544921875,
+ -0.05511474609375,
+ 0.018402099609375,
+ -0.04052734375,
+ -0.020355224609375,
+ 0.02142333984375,
+ 0.0238189697265625,
+ -0.043914794921875,
+ 0.0012607574462890625,
+ 0.021240234375,
+ 0.01910400390625,
+ 0.040008544921875,
+ 0.0236358642578125,
+ -0.01546478271484375,
+ -0.04052734375,
+ 0.01079559326171875,
+ 0.01132965087890625,
+ 0.03857421875,
+ -0.0137786865234375,
+ 0.0070648193359375,
+ -0.0157318115234375,
+ -0.03643798828125,
+ 0.0885009765625,
+ 0.04656982421875,
+ 0.0199127197265625,
+ 0.0266571044921875,
+ -0.0323486328125,
+ 0.031982421875,
+ -0.01200103759765625,
+ 0.05084228515625,
+ 0.033966064453125,
+ -0.0257720947265625,
+ -0.0082244873046875,
+ 0.01084136962890625,
+ 0.03271484375,
+ 0.0611572265625,
+ -0.045867919921875,
+ -0.0095977783203125,
+ -0.049407958984375,
+ 0.017242431640625,
+ -0.06329345703125,
+ -0.05438232421875,
+ -0.03662109375,
+ -0.039825439453125,
+ 0.0650634765625,
+ -0.045501708984375,
+ -0.0100860595703125,
+ -0.0197296142578125,
+ -0.007244110107421875,
+ -0.0034656524658203125,
+ 0.039459228515625,
+ 0.01546478271484375,
+ -0.0280914306640625,
+ -0.0042877197265625,
+ 0.05902099609375,
+ 0.002033233642578125,
+ -0.0010833740234375,
+ -0.0225830078125,
+ 0.02239990234375,
+ -0.021148681640625,
+ 0.0300445556640625,
+ -0.01849365234375,
+ -0.00995635986328125,
+ 0.043914794921875,
+ 0.006664276123046875,
+ 0.00791168212890625,
+ -0.001789093017578125,
+ 0.01190948486328125,
+ -0.0215911865234375,
+ -0.0070648193359375,
+ -0.02825927734375,
+ 0.0020656585693359375,
+ 0.0005221366882324219,
+ 0.016357421875,
+ -0.01146697998046875,
+ -0.03271484375,
+ -0.00884246826171875,
+ 0.029327392578125,
+ -0.0020771026611328125,
+ -0.0159149169921875,
+ -0.00243377685546875,
+ -0.039825439453125,
+ 0.0115509033203125,
+ 0.01324462890625,
+ -0.012176513671875,
+ 0.05120849609375,
+ 0.042144775390625,
+ -0.00849151611328125,
+ -0.00406646728515625,
+ 0.0247039794921875,
+ 0.035919189453125,
+ -0.033050537109375,
+ -0.038055419921875,
+ -0.0165252685546875,
+ 0.0300445556640625,
+ -0.047637939453125,
+ -0.025604248046875,
+ 0.01146697998046875,
+ -0.035919189453125,
+ 0.0168914794921875,
+ 0.0030879974365234375,
+ -0.02044677734375,
+ -0.049774169921875,
+ -0.050140380859375,
+ 0.004665374755859375,
+ -0.025604248046875,
+ -0.01351165771484375,
+ -0.0148468017578125,
+ 0.049072265625,
+ 0.0015773773193359375,
+ -0.0020999908447265625,
+ -0.0261383056640625,
+ -0.00737762451171875,
+ -0.042144775390625,
+ 0.0101318359375,
+ -0.01812744140625,
+ -0.0060882568359375,
+ -0.01617431640625,
+ 0.0382080078125,
+ 0.037689208984375,
+ 0.023468017578125,
+ 0.01751708984375,
+ 0.0572509765625,
+ 0.005176544189453125,
+ 0.00830841064453125,
+ 0.01324462890625,
+ 0.006000518798828125,
+ 0.005908966064453125,
+ 0.0159912109375,
+ -0.0303955078125,
+ -0.01226806640625,
+ -0.008575439453125,
+ -0.021514892578125,
+ 0.0198211669921875,
+ 0.01422119140625,
+ 0.04656982421875,
+ 0.029327392578125,
+ -0.021331787109375,
+ -0.0148468017578125,
+ 0.07891845703125,
+ 0.01422119140625,
+ 0.0966796875,
+ -0.017333984375,
+ -0.043731689453125,
+ 0.005954742431640625,
+ 0.02630615234375,
+ -0.016082763671875,
+ -0.017059326171875,
+ 0.0323486328125,
+ 0.0033779144287109375,
+ 0.03057861328125,
+ 0.0147552490234375,
+ 0.00047206878662109375,
+ 0.02435302734375,
+ -0.01395416259765625,
+ 0.001789093017578125,
+ 0.01617431640625,
+ -0.0227508544921875,
+ -0.0017557144165039062,
+ 0.0106201171875,
+ 0.0090179443359375,
+ -0.0012664794921875,
+ 0.0166168212890625,
+ -0.03271484375,
+ 0.0013551712036132812,
+ -0.0280914306640625,
+ -0.07110595703125,
+ 0.00450897216796875,
+ 0.0266571044921875,
+ 0.038055419921875,
+ 0.07110595703125,
+ -0.01000213623046875,
+ -0.052978515625,
+ 0.0165252685546875,
+ -0.0401611328125,
+ 0.07037353515625,
+ 0.053680419921875,
+ 0.006267547607421875,
+ 0.023284912109375,
+ -0.0382080078125,
+ 0.00066375732421875,
+ -0.0026111602783203125,
+ 0.0291595458984375,
+ 0.01439666748046875,
+ 0.05120849609375,
+ 0.029510498046875,
+ 0.004932403564453125,
+ -0.0323486328125,
+ 0.010040283203125,
+ 0.052276611328125,
+ 0.0178680419921875,
+ -0.023284912109375,
+ 0.0236358642578125,
+ 0.02239990234375,
+ 0.0247039794921875,
+ -0.0266571044921875,
+ 0.051544189453125,
+ 0.00508880615234375,
+ 0.0238189697265625,
+ 0.004909515380859375,
+ -0.01297760009765625,
+ 0.0006194114685058594,
+ -0.0447998046875,
+ 0.0208892822265625,
+ -0.01422119140625,
+ 0.005245208740234375,
+ 0.0303955078125,
+ 0.0226593017578125,
+ -0.07427978515625,
+ 0.004909515380859375,
+ 0.037689208984375,
+ -0.0643310546875,
+ 0.00893402099609375,
+ 0.04034423828125,
+ -0.048004150390625,
+ 0.006664276123046875,
+ -0.035552978515625,
+ -0.033599853515625,
+ 0.03289794921875,
+ -0.00795745849609375,
+ -0.043365478515625,
+ 0.037872314453125,
+ 0.0311126708984375,
+ -0.03643798828125,
+ -0.0323486328125,
+ -0.039276123046875,
+ 0.006622314453125,
+ 0.0008611679077148438,
+ -0.033233642578125,
+ 0.0369873046875,
+ -0.007778167724609375,
+ -0.01097869873046875,
+ 0.038055419921875,
+ 0.0287933349609375,
+ -0.01181793212890625,
+ -0.04461669921875,
+ 0.0307464599609375,
+ -0.02142333984375,
+ -0.043365478515625,
+ 0.052978515625,
+ 0.0210723876953125,
+ 0.0343017578125,
+ -0.050140380859375,
+ -0.01332855224609375,
+ 0.0215911865234375,
+ -0.0136871337890625,
+ 0.01537322998046875,
+ 0.05120849609375,
+ -0.0219573974609375,
+ -0.053680419921875,
+ -0.037872314453125,
+ 0.053680419921875,
+ -0.0033779144287109375,
+ 0.0226593017578125,
+ -0.0270233154296875,
+ -0.01502227783203125,
+ 0.04302978515625,
+ -0.0526123046875,
+ -0.0227508544921875,
+ -0.0207977294921875,
+ 0.00839996337890625,
+ -0.0268402099609375,
+ 0.0650634765625,
+ -0.01351165771484375,
+ -0.00986480712890625,
+ 0.00013685226440429688,
+ 0.062225341796875,
+ 0.00879669189453125,
+ 0.004955291748046875,
+ -0.0526123046875,
+ 0.049072265625,
+ 0.0157318115234375,
+ -0.033599853515625,
+ -0.044097900390625,
+ 0.00582122802734375,
+ -0.03466796875,
+ 0.043731689453125,
+ -0.0309295654296875,
+ -0.003444671630859375,
+ 0.00531005859375,
+ -0.049072265625,
+ -0.039093017578125,
+ -0.0264892578125,
+ -0.00555419921875,
+ -0.0268402099609375,
+ 0.0179595947265625,
+ 0.040008544921875,
+ 0.008575439453125,
+ 0.00849151611328125,
+ 0.02825927734375,
+ 0.0166168212890625,
+ 0.0280914306640625,
+ 0.007465362548828125,
+ -0.039459228515625,
+ 0.021148681640625,
+ -0.047271728515625,
+ -0.0287933349609375,
+ 0.006134033203125,
+ 0.035736083984375,
+ -0.035186767578125,
+ 0.019287109375,
+ -0.045867919921875,
+ -0.003978729248046875,
+ 0.0389404296875,
+ -0.000044465065002441406,
+ -0.00826263427734375,
+ -0.0148468017578125,
+ -0.02142333984375,
+ -0.051910400390625,
+ -0.0259552001953125,
+ -0.01351165771484375,
+ 0.01439666748046875,
+ 0.001766204833984375,
+ -0.00504302978515625,
+ 0.025238037109375,
+ -0.04248046875,
+ 0.00431060791015625,
+ 0.0210723876953125,
+ 0.0002570152282714844,
+ 0.009246826171875,
+ 0.0005388259887695312,
+ -0.01226806640625,
+ 0.00577545166015625,
+ 0.0101776123046875,
+ -0.04302978515625,
+ -0.037322998046875,
+ -0.0654296875,
+ 0.02008056640625,
+ -0.0036220550537109375,
+ 0.0020656585693359375,
+ -0.00377655029296875,
+ -0.0343017578125,
+ -0.041229248046875,
+ 0.007686614990234375,
+ 0.061492919921875,
+ 0.0165252685546875,
+ 0.0035991668701171875,
+ -0.031829833984375,
+ -0.0159149169921875,
+ 0.01493072509765625,
+ -0.050140380859375,
+ 0.038055419921875,
+ -0.00849151611328125,
+ 0.0257720947265625,
+ 0.0268402099609375,
+ -0.0259552001953125,
+ 0.00582122802734375,
+ 0.0159912109375,
+ 0.0266571044921875,
+ 0.0238189697265625,
+ 0.00888824462890625,
+ -0.0369873046875,
+ 0.0210723876953125,
+ -0.0303955078125,
+ -0.0250701904296875,
+ 0.0018558502197265625,
+ -0.03448486328125,
+ 0.01404571533203125,
+ -0.03643798828125,
+ -0.008758544921875,
+ 0.003444671630859375,
+ 0.00995635986328125,
+ 0.03021240234375,
+ -0.058319091796875,
+ -0.0159912109375,
+ 0.0303955078125,
+ -0.004978179931640625,
+ 0.061859130859375,
+ -0.02630615234375,
+ -0.047271728515625,
+ -0.037506103515625,
+ -0.0037994384765625,
+ 0.04229736328125,
+ 0.0200042724609375,
+ 0.0208892822265625,
+ -0.051544189453125,
+ 0.016082763671875,
+ 0.0401611328125,
+ 0.01288604736328125,
+ -0.06292724609375,
+ -0.006267547607421875,
+ 0.0128021240234375,
+ 0.016448974609375,
+ 0.052276611328125,
+ 0.01049041748046875,
+ 0.081787109375,
+ 0.024169921875,
+ 0.037689208984375,
+ -0.00304412841796875,
+ 0.055816650390625,
+ 0.0216827392578125,
+ -0.0200042724609375,
+ -0.057586669921875,
+ -0.020355224609375,
+ -0.01404571533203125,
+ -0.0323486328125,
+ -0.047637939453125,
+ 0.005420684814453125,
+ 0.053314208984375,
+ -0.0643310546875,
+ -0.01235198974609375,
+ 0.01030731201171875,
+ 0.023284912109375,
+ 0.01519775390625,
+ 0.0279083251953125,
+ -0.04266357421875,
+ 0.0190277099609375,
+ 0.0300445556640625,
+ -0.041229248046875,
+ -0.0008611679077148438,
+ -0.01253509521484375,
+ 0.0158233642578125,
+ 0.05938720703125,
+ 0.02630615234375,
+ -0.00791168212890625,
+ 0.0206146240234375,
+ -0.002410888671875,
+ 0.03289794921875,
+ 0.033966064453125,
+ 0.039459228515625,
+ 0.0007386207580566406,
+ -0.0091552734375,
+ 0.04693603515625,
+ 0.033782958984375,
+ -0.025421142578125,
+ -0.0178680419921875,
+ 0.006267547607421875,
+ 0.041961669921875,
+ 0.0229339599609375,
+ 0.041229248046875,
+ -0.0017223358154296875,
+ 0.0177764892578125,
+ -0.0156402587890625,
+ -0.04620361328125,
+ 0.0128021240234375,
+ 0.006488800048828125,
+ -0.0157318115234375,
+ -0.0526123046875,
+ -0.05474853515625,
+ 0.0247039794921875,
+ -0.047637939453125,
+ 0.0227508544921875,
+ -0.005001068115234375,
+ -0.03411865234375,
+ -0.0135955810546875,
+ 0.02630615234375,
+ -0.0291595458984375,
+ -0.06646728515625,
+ -0.005512237548828125,
+ -0.0289764404296875,
+ -0.03411865234375,
+ 0.0055999755859375,
+ -0.03839111328125,
+ 0.0259552001953125,
+ -0.003932952880859375,
+ -0.0289764404296875,
+ -0.039276123046875,
+ 0.03466796875,
+ -0.0279083251953125,
+ -0.041412353515625,
+ -0.0179595947265625,
+ -0.007778167724609375,
+ -0.00009930133819580078,
+ -0.033966064453125,
+ -0.04620361328125,
+ -0.023284912109375,
+ 0.00377655029296875,
+ -0.0207061767578125,
+ -0.0027332305908203125,
+ -0.01751708984375,
+ -0.027557373046875,
+ -0.004222869873046875,
+ -0.004932403564453125,
+ -0.0096435546875,
+ 0.031982421875,
+ -0.03875732421875,
+ 0.020355224609375,
+ 0.007686614990234375,
+ 0.01244354248046875,
+ 0.0408935546875,
+ 0.048004150390625,
+ 0.0006971359252929688,
+ 0.01097869873046875,
+ -0.031463623046875,
+ -0.052978515625,
+ -0.015289306640625,
+ 0.018218994140625,
+ 0.0157318115234375,
+ -0.06256103515625,
+ 0.00008958578109741211,
+ 0.06256103515625,
+ -0.09063720703125,
+ 0.01537322998046875,
+ 0.0091094970703125,
+ -0.01493072509765625,
+ -0.04071044921875,
+ -0.0005331039428710938,
+ -0.023101806640625,
+ 0.0146636962890625,
+ 0.07611083984375,
+ -0.0014438629150390625,
+ -0.0015106201171875,
+ 0.020538330078125,
+ -0.04034423828125,
+ 0.05474853515625,
+ -0.002155303955078125,
+ 0.0229339599609375,
+ -0.0487060546875,
+ 0.01422119140625,
+ 0.033599853515625,
+ -0.0311126708984375,
+ -0.01035308837890625,
+ -0.07855224609375,
+ 0.0126190185546875,
+ 0.04229736328125,
+ 0.01146697998046875,
+ -0.0017108917236328125,
+ -0.0029544830322265625,
+ -0.03271484375,
+ -0.0217742919921875,
+ -0.01617431640625,
+ 0.021240234375,
+ -0.002910614013671875,
+ -0.00879669189453125,
+ -0.04107666015625,
+ -0.003444671630859375,
+ -0.016082763671875,
+ -0.047637939453125,
+ -0.0215911865234375,
+ -0.04052734375,
+ 0.049407958984375,
+ 0.020538330078125,
+ -0.05511474609375,
+ 0.01404571533203125,
+ 0.0195465087890625,
+ -0.016265869140625,
+ -0.001132965087890625,
+ 0.060791015625,
+ -0.049072265625,
+ -0.01244354248046875,
+ 0.00942230224609375,
+ 0.021514892578125,
+ 0.004489898681640625,
+ 0.0128021240234375,
+ -0.012176513671875,
+ 0.01102447509765625,
+ 0.0111541748046875,
+ -0.044097900390625,
+ 0.0190277099609375,
+ 0.037689208984375,
+ -0.0096893310546875,
+ -0.07611083984375,
+ -0.038055419921875,
+ -0.005443572998046875,
+ 0.035919189453125,
+ -0.020263671875,
+ 0.03021240234375,
+ 0.0091552734375,
+ 0.0010833740234375,
+ -0.1016845703125,
+ 0.043182373046875,
+ -0.00231170654296875,
+ 0.0167083740234375,
+ 0.02142333984375,
+ -0.01102447509765625,
+ -0.07147216796875,
+ -0.037139892578125,
+ -0.01617431640625,
+ 0.0300445556640625,
+ -0.01519775390625,
+ 0.0247039794921875,
+ -0.01351165771484375,
+ 0.022491455078125,
+ 0.015106201171875,
+ 0.006443023681640625,
+ -0.010223388671875,
+ 0.056884765625,
+ 0.025421142578125,
+ -0.044097900390625,
+ 0.04833984375,
+ -0.018402099609375,
+ -0.002910614013671875,
+ -0.0107574462890625,
+ 0.0004305839538574219,
+ -0.001132965087890625,
+ -0.00942230224609375,
+ -0.0240020751953125,
+ 0.0176849365234375,
+ 0.057586669921875,
+ 0.059722900390625,
+ -0.044097900390625,
+ 0.007022857666015625,
+ -0.020538330078125,
+ 0.002910614013671875,
+ -0.007686614990234375,
+ -0.001194000244140625,
+ 0.00733184814453125,
+ 0.0225830078125,
+ -0.025421142578125,
+ -0.00928497314453125,
+ -0.051910400390625,
+ -0.0732421875,
+ -0.0007219314575195312,
+ -0.041229248046875,
+ 0.007598876953125,
+ 0.0023555755615234375,
+ 0.0187530517578125,
+ 0.0167083740234375,
+ -0.0309295654296875,
+ 0.07073974609375,
+ 0.0018444061279296875,
+ -0.01342010498046875,
+ 0.00014030933380126953,
+ 0.0248870849609375,
+ -0.016357421875,
+ 0.023468017578125,
+ 0.021240234375,
+ -0.0526123046875,
+ 0.00888824462890625,
+ -0.0382080078125,
+ 0.01910400390625,
+ -0.027374267578125,
+ 0.007686614990234375,
+ -0.0053558349609375,
+ 0.005199432373046875,
+ -0.076416015625,
+ -0.05474853515625,
+ 0.0238189697265625,
+ 0.048004150390625,
+ 0.002765655517578125,
+ -0.01812744140625,
+ 0.01910400390625,
+ -0.031982421875,
+ -0.07611083984375,
+ 0.005954742431640625,
+ -0.01546478271484375,
+ -0.023284912109375,
+ 0.0264892578125,
+ 0.00986480712890625,
+ 0.0065765380859375,
+ 0.022216796875,
+ 0.021240234375,
+ 0.03448486328125,
+ 0.03485107421875,
+ 0.00835418701171875,
+ -0.03607177734375,
+ -0.00528717041015625,
+ -0.023284912109375,
+ 0.0277252197265625,
+ 0.03857421875,
+ 0.04833984375,
+ -0.0257720947265625,
+ 0.01519775390625,
+ 0.01129150390625,
+ -0.06793212890625,
+ -0.0401611328125,
+ -0.01519775390625,
+ -0.054046630859375,
+ 0.0197296142578125,
+ 0.05084228515625,
+ 0.023468017578125,
+ -0.016448974609375,
+ 0.037322998046875,
+ 0.0526123046875,
+ 0.02630615234375,
+ 0.0280914306640625,
+ -0.0116424560546875,
+ -0.07110595703125,
+ -0.00737762451171875,
+ -0.002155303955078125,
+ 0.01035308837890625,
+ -0.049072265625,
+ 0.055816650390625,
+ 0.057586669921875,
+ -0.00528717041015625,
+ -0.008758544921875,
+ 0.0030879974365234375,
+ 0.038055419921875,
+ 0.033782958984375,
+ 0.03643798828125,
+ -0.01502227783203125,
+ -0.050140380859375,
+ 0.0007386207580566406,
+ 0.0291595458984375,
+ 0.0005946159362792969,
+ 0.007732391357421875,
+ -0.0106658935546875,
+ -0.015289306640625,
+ 0.0229339599609375,
+ -0.04266357421875,
+ 0.0035552978515625,
+ 0.0137786865234375,
+ 0.05120849609375,
+ 0.0082244873046875,
+ -0.060791015625,
+ -0.022125244140625,
+ 0.055816650390625,
+ 0.033599853515625,
+ -0.025238037109375,
+ 0.01617431640625,
+ 0.0277252197265625,
+ -0.023101806640625,
+ 0.027557373046875,
+ 0.058319091796875,
+ 0.01244354248046875,
+ 0.04425048828125,
+ 0.0006418228149414062,
+ -0.060791015625,
+ 0.029693603515625,
+ -0.00011736154556274414,
+ 0.00411224365234375,
+ -0.021148681640625,
+ -0.039459228515625,
+ -0.017059326171875,
+ -0.04302978515625,
+ 0.058319091796875,
+ 0.0179595947265625,
+ 0.0266571044921875,
+ 0.00679779052734375,
+ 0.0022335052490234375,
+ -0.018310546875,
+ 0.012176513671875,
+ 0.03662109375,
+ 0.045867919921875,
+ 0.002655029296875,
+ -0.0167999267578125,
+ -0.01386260986328125,
+ -0.0060882568359375,
+ 0.0210723876953125,
+ -0.041778564453125,
+ 0.0107574462890625,
+ -0.00884246826171875,
+ -0.02239990234375,
+ -0.042144775390625,
+ 0.01226806640625,
+ 0.01039886474609375,
+ -0.006175994873046875,
+ -0.00991058349609375,
+ -0.015289306640625,
+ -0.008087158203125,
+ -0.01448822021484375,
+ -0.0250701904296875,
+ -0.0218658447265625,
+ 0.03021240234375,
+ -0.01146697998046875,
+ 0.0343017578125,
+ 0.00884246826171875,
+ -0.007598876953125,
+ 0.00799560546875,
+ -0.0572509765625,
+ 0.10382080078125,
+ 0.0268402099609375,
+ 0.0137786865234375,
+ 0.0038661956787109375,
+ 0.005908966064453125,
+ 0.03466796875,
+ 0.0112457275390625,
+ 0.0111083984375,
+ 0.031463623046875,
+ -0.0165252685546875,
+ 0.03289794921875,
+ 0.0565185546875,
+ -0.01493072509765625,
+ -0.039825439453125,
+ 0.037689208984375,
+ -0.0022106170654296875,
+ -0.051910400390625,
+ 0.047271728515625,
+ 0.006710052490234375,
+ 0.0284423828125,
+ 0.01439666748046875,
+ -0.0091094970703125,
+ -0.0229339599609375,
+ -0.04656982421875,
+ 0.07501220703125,
+ 0.0245361328125,
+ -0.0136871337890625,
+ 0.0369873046875,
+ -0.07537841796875,
+ 0.0303955078125,
+ -0.002643585205078125,
+ 0.058319091796875,
+ -0.0266571044921875,
+ 0.061492919921875,
+ 0.0009946823120117188,
+ 0.01751708984375,
+ -0.003955841064453125,
+ -0.006443023681640625,
+ 0.016265869140625,
+ 0.0136871337890625,
+ -0.0219573974609375,
+ 0.047637939453125,
+ 0.02435302734375,
+ -0.0046234130859375,
+ -0.0732421875,
+ -0.0165252685546875,
+ 0.005645751953125,
+ 0.006221771240234375,
+ 0.033416748046875,
+ -0.019287109375,
+ -0.0120849609375,
+ 0.0300445556640625,
+ 0.043914794921875,
+ 0.035736083984375,
+ -0.025604248046875,
+ 0.03411865234375,
+ 0.0015554428100585938,
+ -0.00830841064453125,
+ -0.00951385498046875,
+ -0.0225830078125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "mobile-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "mobile-app-data",
+ "artifact-parser",
+ "timeline",
+ "html-export",
+ "sqlite-viewer",
+ "protobuf-parser",
+ "whatsapp-analysis",
+ "google-artifacts",
+ "battery-stats",
+ "well-being-data",
+ "cross-platform",
+ "artifact-extraction",
+ "mobile-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_VirusTotal",
+ "type": "tool",
+ "name": "VirusTotal",
+ "content": "virustotal google's malware-intelligence-aggregation-platform kombiniert 70+ antivirus-engine-erkennungen für sofortige multi-vendor-threat-assessment von files, urls, ip-addresses und domains. retro-hunt-service durchsucht historische malware-database mit yara-rules für ähnliche samples durch fuzzy-hashing und behavioral-signatures. interactive-graph-view visualisiert malware-family-relationships, c2-infrastructure-connections und campaign-attribution durch metadata-correlation. livehunt-service alertiert in real-time bei neuen yara-rule-matches für proaktive threat-hunting und ioc-development. community-intelligence erweitert automated-detection durch analyst-comments, crowdsourced-verdicts und threat-actor-attribution-data für enhanced-context. sandbox av-scan malware-analysis examination",
+ "embedding": [
+ -0.0347900390625,
+ 0.0216064453125,
+ 0.04498291015625,
+ 0.016845703125,
+ 0.01983642578125,
+ 0.0197296142578125,
+ 0.0103607177734375,
+ -0.0185089111328125,
+ -0.0257110595703125,
+ -0.0011425018310546875,
+ -0.0290374755859375,
+ 0.04254150390625,
+ 0.0181732177734375,
+ -0.002590179443359375,
+ -0.055633544921875,
+ 0.040985107421875,
+ -0.0203857421875,
+ 0.0208282470703125,
+ 0.0347900390625,
+ 0.0187225341796875,
+ -0.03167724609375,
+ -0.02703857421875,
+ -0.03167724609375,
+ -0.0269317626953125,
+ 0.006011962890625,
+ -0.007701873779296875,
+ -0.0229339599609375,
+ -0.0660400390625,
+ -0.023712158203125,
+ -0.01451873779296875,
+ 0.0325927734375,
+ -0.0268096923828125,
+ -0.008697509765625,
+ 0.018280029296875,
+ -0.01136016845703125,
+ -0.00980377197265625,
+ 0.0115814208984375,
+ -0.049407958984375,
+ 0.00952911376953125,
+ 0.0247039794921875,
+ -0.0199432373046875,
+ -0.006343841552734375,
+ -0.00322723388671875,
+ 0.00307464599609375,
+ -0.0372314453125,
+ -0.037689208984375,
+ -0.037445068359375,
+ 0.00482177734375,
+ 0.036346435546875,
+ -0.0193939208984375,
+ 0.01235198974609375,
+ 0.021392822265625,
+ 0.00936126708984375,
+ -0.02337646484375,
+ -0.043212890625,
+ 0.0269317626953125,
+ 0.0031299591064453125,
+ -0.023712158203125,
+ -0.050323486328125,
+ 0.046112060546875,
+ -0.018951416015625,
+ -0.0078125,
+ 0.01340484619140625,
+ 0.017059326171875,
+ 0.03411865234375,
+ 0.01190948486328125,
+ -0.0040435791015625,
+ -0.023162841796875,
+ 0.0043487548828125,
+ -0.004154205322265625,
+ 0.0216064453125,
+ 0.014739990234375,
+ -0.0271453857421875,
+ 0.0252685546875,
+ -0.006511688232421875,
+ -0.02459716796875,
+ 0.03125,
+ 0.03857421875,
+ -0.0052642822265625,
+ 0.0185089111328125,
+ -0.0310211181640625,
+ -0.01146697998046875,
+ 0.05474853515625,
+ -0.0251617431640625,
+ -0.024261474609375,
+ -0.007755279541015625,
+ 0.004238128662109375,
+ 0.01258087158203125,
+ -0.006343841552734375,
+ 0.0013647079467773438,
+ 0.007534027099609375,
+ -0.00684356689453125,
+ 0.0310211181640625,
+ -0.013519287109375,
+ 0.043212890625,
+ 0.0325927734375,
+ -0.03125,
+ 0.003711700439453125,
+ -0.02227783203125,
+ 0.053619384765625,
+ 0.0032558441162109375,
+ -0.0133514404296875,
+ 0.050079345703125,
+ -0.02825927734375,
+ 0.04010009765625,
+ -0.027252197265625,
+ -0.01551055908203125,
+ -0.0148468017578125,
+ 0.0130767822265625,
+ -0.0085296630859375,
+ -0.09130859375,
+ -0.0709228515625,
+ -0.0015726089477539062,
+ -0.0633544921875,
+ -0.002895355224609375,
+ 0.019500732421875,
+ -0.015838623046875,
+ 0.051849365234375,
+ -0.0228271484375,
+ -0.088623046875,
+ 0.043426513671875,
+ 0.0310211181640625,
+ -0.0024509429931640625,
+ 0.02581787109375,
+ -0.0187225341796875,
+ -0.0731201171875,
+ 0.0130767822265625,
+ 0.0263671875,
+ -0.018402099609375,
+ -0.012908935546875,
+ -0.00742340087890625,
+ -0.01074981689453125,
+ 0.0096435546875,
+ -0.041656494140625,
+ 0.002674102783203125,
+ -0.034576416015625,
+ 0.0079193115234375,
+ 0.030364990234375,
+ -0.01496124267578125,
+ 0.0013570785522460938,
+ 0.0540771484375,
+ -0.038787841796875,
+ -0.0396728515625,
+ 0.005817413330078125,
+ -0.031463623046875,
+ 0.0106964111328125,
+ -0.01496124267578125,
+ 0.0361328125,
+ -0.04632568359375,
+ 0.0225982666015625,
+ 0.0166168212890625,
+ 0.0238189697265625,
+ 0.0491943359375,
+ 0.00548553466796875,
+ 0.019287109375,
+ -0.0271453857421875,
+ 0.020721435546875,
+ -0.0236053466796875,
+ 0.029693603515625,
+ -0.00653839111328125,
+ -0.0106353759765625,
+ 0.0214996337890625,
+ 0.0190582275390625,
+ 0.040557861328125,
+ -0.0118560791015625,
+ -0.038330078125,
+ -0.0268096923828125,
+ 0.0238189697265625,
+ 0.003406524658203125,
+ 0.01019287109375,
+ 0.032806396484375,
+ -0.0006337165832519531,
+ 0.0325927734375,
+ 0.05718994140625,
+ -0.00395965576171875,
+ 0.02215576171875,
+ 0.00322723388671875,
+ -0.044769287109375,
+ 0.052520751953125,
+ 0.024261474609375,
+ -0.0253753662109375,
+ -0.024383544921875,
+ 0.055419921875,
+ 0.007534027099609375,
+ 0.0206146240234375,
+ 0.0032138824462890625,
+ -0.0109710693359375,
+ -0.0250396728515625,
+ -0.0310211181640625,
+ 0.02215576171875,
+ -0.042999267578125,
+ -0.02459716796875,
+ -0.006649017333984375,
+ 0.036346435546875,
+ 0.014129638671875,
+ 0.048309326171875,
+ 0.02337646484375,
+ -0.039215087890625,
+ 0.039215087890625,
+ -0.0091400146484375,
+ -0.0112457275390625,
+ 0.0169525146484375,
+ 0.0204925537109375,
+ 0.051849365234375,
+ 0.0012674331665039062,
+ 0.0076446533203125,
+ 0.01357269287109375,
+ 0.02349853515625,
+ 0.02105712890625,
+ -0.004901885986328125,
+ -0.005069732666015625,
+ 0.0576171875,
+ -0.0216064453125,
+ -0.02459716796875,
+ -0.018951416015625,
+ -0.024261474609375,
+ 0.0239410400390625,
+ 0.004154205322265625,
+ -0.01285552978515625,
+ 0.01085662841796875,
+ -0.0308074951171875,
+ -0.0260467529296875,
+ -0.004848480224609375,
+ 0.004184722900390625,
+ -0.01806640625,
+ 0.01190948486328125,
+ 0.01496124267578125,
+ -0.0015163421630859375,
+ 0.0020503997802734375,
+ 0.00891876220703125,
+ 0.014739990234375,
+ 0.040557861328125,
+ 0.01146697998046875,
+ -0.0220489501953125,
+ -0.0038776397705078125,
+ -0.01258087158203125,
+ 0.044097900390625,
+ 0.031463623046875,
+ -0.00684356689453125,
+ -0.0085906982421875,
+ -0.0035457611083984375,
+ 0.0361328125,
+ -0.0372314453125,
+ 0.029693603515625,
+ -0.011688232421875,
+ -0.0106964111328125,
+ 0.00942230224609375,
+ -0.0209503173828125,
+ 0.003185272216796875,
+ 0.069580078125,
+ -0.06072998046875,
+ -0.03302001953125,
+ -0.054290771484375,
+ 0.0092010498046875,
+ -0.08111572265625,
+ -0.056304931640625,
+ -0.021392822265625,
+ -0.0660400390625,
+ 0.052978515625,
+ -0.035003662109375,
+ -0.01551055908203125,
+ 0.001766204833984375,
+ 0.0271453857421875,
+ -0.0007100105285644531,
+ 0.043212890625,
+ -0.0038776397705078125,
+ -0.048309326171875,
+ -0.01385498046875,
+ 0.08111572265625,
+ 0.00202178955078125,
+ -0.02703857421875,
+ -0.017059326171875,
+ 0.058074951171875,
+ -0.005374908447265625,
+ 0.0229339599609375,
+ -0.00426483154296875,
+ 0.021392822265625,
+ 0.0265960693359375,
+ 0.00041031837463378906,
+ 0.02825927734375,
+ -0.0092010498046875,
+ -0.0015239715576171875,
+ -0.0029773712158203125,
+ 0.047882080078125,
+ -0.041229248046875,
+ -0.0109710693359375,
+ -0.0214996337890625,
+ 0.01119232177734375,
+ 0.035003662109375,
+ -0.06781005859375,
+ -0.0004119873046875,
+ 0.048980712890625,
+ 0.01506805419921875,
+ 0.00399017333984375,
+ -0.004543304443359375,
+ -0.054962158203125,
+ 0.01197052001953125,
+ 0.0172882080078125,
+ -0.0299224853515625,
+ 0.016845703125,
+ 0.0491943359375,
+ -0.049652099609375,
+ 0.00881195068359375,
+ -0.0160675048828125,
+ 0.006011962890625,
+ -0.0308074951171875,
+ -0.033233642578125,
+ -0.00714874267578125,
+ 0.0029087066650390625,
+ -0.0197296142578125,
+ -0.0166168212890625,
+ 0.01224517822265625,
+ -0.032806396484375,
+ 0.0253753662109375,
+ 0.0030612945556640625,
+ -0.01806640625,
+ -0.050750732421875,
+ -0.0361328125,
+ 0.035675048828125,
+ -0.03302001953125,
+ -0.0281524658203125,
+ -0.03369140625,
+ 0.0540771484375,
+ 0.01418304443359375,
+ 0.014404296875,
+ -0.0166168212890625,
+ -0.01462554931640625,
+ -0.0308074951171875,
+ -0.006427764892578125,
+ -0.0172882080078125,
+ 0.0133514404296875,
+ -0.00847625732421875,
+ 0.0589599609375,
+ 0.040985107421875,
+ -0.0166168212890625,
+ 0.01136016845703125,
+ 0.08245849609375,
+ 0.0169525146484375,
+ -0.01258087158203125,
+ -0.01340484619140625,
+ 0.007259368896484375,
+ -0.0148468017578125,
+ 0.052520751953125,
+ -0.0178375244140625,
+ 0.01451873779296875,
+ -0.0281524658203125,
+ -0.016845703125,
+ 0.00360107421875,
+ 0.0310211181640625,
+ 0.03680419921875,
+ 0.023162841796875,
+ -0.00368499755859375,
+ 0.0148468017578125,
+ 0.08642578125,
+ 0.0030059814453125,
+ 0.10015869140625,
+ -0.0118560791015625,
+ -0.0611572265625,
+ -0.00684356689453125,
+ 0.038787841796875,
+ -0.0265960693359375,
+ 0.018280029296875,
+ -0.0301361083984375,
+ 0.014404296875,
+ -0.0301361083984375,
+ 0.0262603759765625,
+ -0.037689208984375,
+ 0.038787841796875,
+ 0.006175994873046875,
+ 0.01496124267578125,
+ 0.03167724609375,
+ -0.0253753662109375,
+ 0.037445068359375,
+ 0.017059326171875,
+ 0.03411865234375,
+ 0.01551055908203125,
+ 0.043670654296875,
+ -0.01340484619140625,
+ -0.00881195068359375,
+ -0.05340576171875,
+ -0.062042236328125,
+ 0.02227783203125,
+ 0.007480621337890625,
+ -0.0027561187744140625,
+ 0.0283660888671875,
+ -0.037689208984375,
+ -0.058074951171875,
+ 0.04144287109375,
+ -0.017181396484375,
+ 0.08197021484375,
+ 0.04388427734375,
+ 0.0004277229309082031,
+ 0.0211639404296875,
+ -0.01207733154296875,
+ 0.025482177734375,
+ 0.0118560791015625,
+ 0.01224517822265625,
+ 0.01506805419921875,
+ 0.058502197265625,
+ 0.056304931640625,
+ 0.01296234130859375,
+ -0.0299224853515625,
+ -0.005428314208984375,
+ 0.01313018798828125,
+ 0.0290374755859375,
+ 0.01506805419921875,
+ 0.03790283203125,
+ 0.0301361083984375,
+ 0.022491455078125,
+ -0.0112457275390625,
+ 0.0310211181640625,
+ 0.00875091552734375,
+ -0.017059326171875,
+ -0.0024242401123046875,
+ -0.0176239013671875,
+ 0.027587890625,
+ -0.0325927734375,
+ 0.006786346435546875,
+ -0.02880859375,
+ 0.020050048828125,
+ 0.0046539306640625,
+ -0.0031452178955078125,
+ -0.07489013671875,
+ -0.0112457275390625,
+ 0.0709228515625,
+ -0.0682373046875,
+ 0.0301361083984375,
+ 0.0127410888671875,
+ -0.020050048828125,
+ 0.0013294219970703125,
+ 0.0045166015625,
+ -0.058502197265625,
+ 0.039459228515625,
+ -0.028594970703125,
+ -0.07843017578125,
+ -0.01258087158203125,
+ 0.00986480712890625,
+ -0.04632568359375,
+ -0.0271453857421875,
+ -0.040771484375,
+ -0.0188446044921875,
+ -0.01329803466796875,
+ -0.035247802734375,
+ 0.045440673828125,
+ -0.01983642578125,
+ 0.021270751953125,
+ 0.035888671875,
+ 0.019287109375,
+ -0.0178375244140625,
+ -0.04278564453125,
+ 0.0264892578125,
+ -0.0251617431640625,
+ -0.040985107421875,
+ 0.0121307373046875,
+ -0.00925445556640625,
+ 0.01296234130859375,
+ -0.042327880859375,
+ -0.005153656005859375,
+ -0.0100250244140625,
+ 0.027923583984375,
+ 0.009307861328125,
+ 0.0190582275390625,
+ -0.0185089111328125,
+ -0.027587890625,
+ -0.0301361083984375,
+ 0.06781005859375,
+ 0.0130767822265625,
+ 0.056732177734375,
+ -0.012908935546875,
+ -0.0687255859375,
+ 0.0203857421875,
+ -0.050079345703125,
+ -0.003185272216796875,
+ -0.0308074951171875,
+ 0.037017822265625,
+ -0.0017595291137695312,
+ 0.07135009765625,
+ -0.0181732177734375,
+ -0.01152801513671875,
+ -0.0278167724609375,
+ 0.03546142578125,
+ 0.00421142578125,
+ 0.026702880859375,
+ -0.061614990234375,
+ 0.04852294921875,
+ 0.021392822265625,
+ -0.06427001953125,
+ -0.0299224853515625,
+ -0.0142974853515625,
+ 0.01739501953125,
+ 0.0633544921875,
+ -0.05938720703125,
+ 0.0085296630859375,
+ 0.006732940673828125,
+ -0.0269317626953125,
+ -0.03057861328125,
+ -0.025604248046875,
+ -0.0264892578125,
+ -0.0445556640625,
+ 0.03192138671875,
+ 0.0204925537109375,
+ 0.00875091552734375,
+ 0.041900634765625,
+ 0.01806640625,
+ -0.015625,
+ 0.0169525146484375,
+ 0.0229339599609375,
+ -0.0260467529296875,
+ 0.03192138671875,
+ -0.0687255859375,
+ -0.052520751953125,
+ -0.0088653564453125,
+ 0.0290374755859375,
+ -0.0072021484375,
+ 0.0206146240234375,
+ -0.005069732666015625,
+ -0.017730712890625,
+ 0.0241546630859375,
+ -0.01202392578125,
+ 0.029693603515625,
+ -0.02947998046875,
+ -0.0361328125,
+ -0.033477783203125,
+ -0.0022716522216796875,
+ 0.023162841796875,
+ 0.0005784034729003906,
+ -0.002300262451171875,
+ 0.03656005859375,
+ 0.024932861328125,
+ -0.03680419921875,
+ 0.01313018798828125,
+ 0.00786590576171875,
+ 0.0072021484375,
+ 0.00864410400390625,
+ -0.015838623046875,
+ -0.01019287109375,
+ -0.0223846435546875,
+ 0.01357269287109375,
+ -0.041900634765625,
+ -0.006427764892578125,
+ -0.069580078125,
+ 0.01506805419921875,
+ -0.01346588134765625,
+ 0.0227203369140625,
+ -0.03057861328125,
+ -0.0241546630859375,
+ -0.0396728515625,
+ -0.0175018310546875,
+ 0.034576416015625,
+ 0.01374053955078125,
+ -0.01251983642578125,
+ -0.0217132568359375,
+ -0.04254150390625,
+ 0.004627227783203125,
+ -0.02703857421875,
+ 0.0299224853515625,
+ -0.00681304931640625,
+ 0.00637054443359375,
+ 0.0028400421142578125,
+ -0.0227203369140625,
+ 0.02947998046875,
+ 0.0281524658203125,
+ 0.044097900390625,
+ 0.01374053955078125,
+ 0.02825927734375,
+ -0.0239410400390625,
+ -0.001953125,
+ 0.004901885986328125,
+ -0.0193939208984375,
+ -0.0211639404296875,
+ -0.0030059814453125,
+ 0.035247802734375,
+ -0.03680419921875,
+ -0.0301361083984375,
+ 0.0208282470703125,
+ 0.027374267578125,
+ 0.0079803466796875,
+ -0.00847625732421875,
+ -0.0301361083984375,
+ 0.02105712890625,
+ 0.00203704833984375,
+ 0.0633544921875,
+ -0.018402099609375,
+ -0.034576416015625,
+ -0.0172882080078125,
+ 0.0103607177734375,
+ 0.0633544921875,
+ 0.054290771484375,
+ 0.009307861328125,
+ -0.049652099609375,
+ 0.01806640625,
+ 0.0611572265625,
+ -0.006565093994140625,
+ -0.045196533203125,
+ -0.03192138671875,
+ 0.023162841796875,
+ -0.0030612945556640625,
+ 0.047882080078125,
+ 0.0178375244140625,
+ 0.09442138671875,
+ 0.0232696533203125,
+ -0.0218353271484375,
+ 0.0310211181640625,
+ 0.047882080078125,
+ 0.035247802734375,
+ -0.0361328125,
+ -0.069580078125,
+ -0.02337646484375,
+ 0.01119232177734375,
+ -0.032135009765625,
+ -0.0092010498046875,
+ -0.0015583038330078125,
+ 0.064697265625,
+ -0.08734130859375,
+ -0.027587890625,
+ 0.004184722900390625,
+ -0.0037670135498046875,
+ 0.0278167724609375,
+ -0.00548553466796875,
+ 0.0022296905517578125,
+ 0.014739990234375,
+ 0.03790283203125,
+ -0.01047515869140625,
+ 0.007259368896484375,
+ -0.01861572265625,
+ -0.01302337646484375,
+ 0.06292724609375,
+ 0.024932861328125,
+ -0.00698089599609375,
+ 0.0208282470703125,
+ 0.015625,
+ 0.0209503173828125,
+ 0.0203857421875,
+ 0.029693603515625,
+ 0.0006546974182128906,
+ 0.03436279296875,
+ 0.026702880859375,
+ 0.07843017578125,
+ -0.0151824951171875,
+ -0.00637054443359375,
+ 0.006290435791015625,
+ 0.0148468017578125,
+ -0.0015583038330078125,
+ 0.025482177734375,
+ 0.027252197265625,
+ -0.0070648193359375,
+ 0.00609588623046875,
+ -0.058074951171875,
+ -0.0037670135498046875,
+ 0.0036296844482421875,
+ -0.01136016845703125,
+ -0.041656494140625,
+ -0.045440673828125,
+ 0.03411865234375,
+ -0.048980712890625,
+ 0.0347900390625,
+ 0.0292510986328125,
+ -0.033905029296875,
+ -0.0252685546875,
+ 0.07666015625,
+ -0.0197296142578125,
+ -0.043670654296875,
+ 0.024383544921875,
+ -0.008697509765625,
+ -0.0232696533203125,
+ 0.003032684326171875,
+ -0.00875091552734375,
+ 0.045440673828125,
+ -0.01617431640625,
+ -0.07403564453125,
+ -0.0109710693359375,
+ 0.012298583984375,
+ -0.002368927001953125,
+ -0.0202789306640625,
+ 0.017059326171875,
+ -0.001995086669921875,
+ -0.01047515869140625,
+ -0.028594970703125,
+ -0.035003662109375,
+ -0.01451873779296875,
+ 0.0133514404296875,
+ -0.0228271484375,
+ 0.0259246826171875,
+ -0.00759124755859375,
+ -0.038330078125,
+ -0.01129913330078125,
+ -0.0220489501953125,
+ -0.0217132568359375,
+ 0.021392822265625,
+ -0.036346435546875,
+ 0.02947998046875,
+ 0.007701873779296875,
+ 0.01235198974609375,
+ 0.046112060546875,
+ 0.0540771484375,
+ 0.013519287109375,
+ -0.01258087158203125,
+ 0.0100860595703125,
+ -0.04498291015625,
+ -0.00039649009704589844,
+ 0.00864410400390625,
+ 0.0012607574462890625,
+ -0.04986572265625,
+ 0.003490447998046875,
+ 0.04144287109375,
+ -0.0565185546875,
+ 0.0124664306640625,
+ 0.0247039794921875,
+ -0.007038116455078125,
+ -0.03411865234375,
+ 0.001979827880859375,
+ -0.0055389404296875,
+ 0.0040740966796875,
+ 0.0709228515625,
+ 0.01102447509765625,
+ -0.01617431640625,
+ 0.0238189697265625,
+ -0.0540771484375,
+ 0.045867919921875,
+ 0.00875091552734375,
+ 0.035888671875,
+ -0.043212890625,
+ 0.0248260498046875,
+ 0.0268096923828125,
+ -0.01617431640625,
+ 0.0106964111328125,
+ -0.060272216796875,
+ 0.01861572265625,
+ 0.0176239013671875,
+ 0.014739990234375,
+ -0.01146697998046875,
+ 0.01506805419921875,
+ -0.0361328125,
+ -0.00742340087890625,
+ -0.0181732177734375,
+ 0.0076446533203125,
+ 0.02337646484375,
+ 0.0035037994384765625,
+ -0.043212890625,
+ 0.0028400421142578125,
+ -0.0007343292236328125,
+ -0.054962158203125,
+ -0.028594970703125,
+ -0.0361328125,
+ 0.03369140625,
+ -0.01302337646484375,
+ -0.0611572265625,
+ 0.01340484619140625,
+ -0.0421142578125,
+ 0.0299224853515625,
+ 0.0214996337890625,
+ 0.052734375,
+ -0.043670654296875,
+ -0.0253753662109375,
+ 0.029693603515625,
+ 0.03900146484375,
+ 0.011749267578125,
+ 0.01318359375,
+ 0.004405975341796875,
+ 0.006427764892578125,
+ -0.00016450881958007812,
+ -0.030364990234375,
+ 0.055419921875,
+ 0.050537109375,
+ -0.039215087890625,
+ -0.0274810791015625,
+ -0.03057861328125,
+ -0.03411865234375,
+ 0.03411865234375,
+ -0.006206512451171875,
+ 0.02947998046875,
+ -0.007259368896484375,
+ -0.005733489990234375,
+ -0.08197021484375,
+ 0.033477783203125,
+ 0.012298583984375,
+ 0.0085906982421875,
+ 0.0236053466796875,
+ -0.0252685546875,
+ -0.046112060546875,
+ -0.047210693359375,
+ -0.01357269287109375,
+ 0.007007598876953125,
+ -0.00997161865234375,
+ 0.01617431640625,
+ 0.043670654296875,
+ 0.00011599063873291016,
+ 0.0232696533203125,
+ -0.0034637451171875,
+ 0.00942230224609375,
+ 0.01983642578125,
+ 0.005901336669921875,
+ -0.0283660888671875,
+ 0.07489013671875,
+ -0.033477783203125,
+ 0.0007061958312988281,
+ 0.01013946533203125,
+ 0.0361328125,
+ 0.039459228515625,
+ -0.00997161865234375,
+ -0.050323486328125,
+ 0.02105712890625,
+ 0.03167724609375,
+ 0.048095703125,
+ -0.024932861328125,
+ 0.01202392578125,
+ -0.0079803466796875,
+ -0.006206512451171875,
+ 0.0167388916015625,
+ -0.0172882080078125,
+ -0.002964019775390625,
+ 0.01451873779296875,
+ -0.03057861328125,
+ -0.02337646484375,
+ -0.04852294921875,
+ -0.06561279296875,
+ -0.002674102783203125,
+ -0.0516357421875,
+ -0.0137939453125,
+ -0.0008068084716796875,
+ -0.0084228515625,
+ 0.033477783203125,
+ -0.05120849609375,
+ 0.03057861328125,
+ -0.004322052001953125,
+ -0.0175018310546875,
+ 0.01080322265625,
+ -0.0220489501953125,
+ -0.004680633544921875,
+ 0.03411865234375,
+ 0.02349853515625,
+ -0.029693603515625,
+ 0.02105712890625,
+ -0.033233642578125,
+ -0.02215576171875,
+ -0.0372314453125,
+ -0.0064544677734375,
+ -0.05120849609375,
+ 0.033233642578125,
+ -0.0660400390625,
+ -0.01861572265625,
+ -0.0023956298828125,
+ 0.01202392578125,
+ 0.01136016845703125,
+ -0.04010009765625,
+ 0.045654296875,
+ -0.006290435791015625,
+ -0.05474853515625,
+ 0.01141357421875,
+ -0.0160675048828125,
+ -0.0278167724609375,
+ -0.006565093994140625,
+ -0.0269317626953125,
+ 0.0264892578125,
+ -0.0049591064453125,
+ 0.048095703125,
+ 0.047882080078125,
+ 0.049652099609375,
+ 0.0229339599609375,
+ -0.0079803466796875,
+ 0.00127410888671875,
+ 0.00426483154296875,
+ 0.05718994140625,
+ 0.028594970703125,
+ 0.030364990234375,
+ -0.003406524658203125,
+ 0.0179443359375,
+ 0.0142974853515625,
+ -0.0673828125,
+ -0.01019287109375,
+ -0.0191650390625,
+ -0.06561279296875,
+ 0.0206146240234375,
+ 0.034576416015625,
+ 0.0396728515625,
+ -0.01091766357421875,
+ 0.01197052001953125,
+ 0.0323486328125,
+ 0.033233642578125,
+ 0.0190582275390625,
+ -0.017059326171875,
+ -0.043212890625,
+ -0.024932861328125,
+ 0.043212890625,
+ 0.037017822265625,
+ -0.07489013671875,
+ 0.048095703125,
+ 0.0802001953125,
+ -0.01340484619140625,
+ -0.0277099609375,
+ -0.00293731689453125,
+ -0.0017032623291015625,
+ 0.04254150390625,
+ 0.04278564453125,
+ 0.046539306640625,
+ -0.06292724609375,
+ -0.0151824951171875,
+ 0.01163482666015625,
+ -0.0026874542236328125,
+ -0.01152801513671875,
+ 0.01013946533203125,
+ -0.0259246826171875,
+ 0.04254150390625,
+ -0.053192138671875,
+ -0.0217132568359375,
+ 0.00875091552734375,
+ 0.07177734375,
+ -0.01418304443359375,
+ -0.0204925537109375,
+ 0.0268096923828125,
+ 0.01241302490234375,
+ 0.02337646484375,
+ -0.03369140625,
+ -0.00653839111328125,
+ 0.03656005859375,
+ -0.0040740966796875,
+ 0.020050048828125,
+ 0.0589599609375,
+ 0.0136871337890625,
+ 0.0214996337890625,
+ -0.0121307373046875,
+ -0.03857421875,
+ 0.01296234130859375,
+ -0.011077880859375,
+ 0.0005850791931152344,
+ 0.015625,
+ -0.051849365234375,
+ -0.0193939208984375,
+ -0.015625,
+ 0.0257110595703125,
+ 0.019287109375,
+ 0.060272216796875,
+ 0.0030059814453125,
+ 0.0181732177734375,
+ -0.00908660888671875,
+ 0.0009832382202148438,
+ 0.01551055908203125,
+ 0.056304931640625,
+ 0.021942138671875,
+ 0.00864410400390625,
+ 0.015625,
+ 0.01313018798828125,
+ -0.0017595291137695312,
+ -0.01540374755859375,
+ 0.04034423828125,
+ -0.04034423828125,
+ -0.0072021484375,
+ -0.042327880859375,
+ -0.02880859375,
+ 0.020050048828125,
+ -0.0036296844482421875,
+ 0.0097503662109375,
+ -0.01739501953125,
+ -0.001129150390625,
+ -0.03436279296875,
+ -0.03369140625,
+ -0.0148468017578125,
+ 0.032135009765625,
+ -0.04144287109375,
+ 0.0292510986328125,
+ 0.0252685546875,
+ 0.004791259765625,
+ 0.019500732421875,
+ -0.028594970703125,
+ 0.07177734375,
+ 0.023162841796875,
+ 0.041900634765625,
+ -0.0179443359375,
+ -0.004791259765625,
+ 0.0223846435546875,
+ -0.01401519775390625,
+ 0.0247039794921875,
+ 0.0136871337890625,
+ 0.006954193115234375,
+ 0.05938720703125,
+ 0.035675048828125,
+ 0.0223846435546875,
+ -0.0361328125,
+ 0.00942230224609375,
+ 0.00980377197265625,
+ -0.033477783203125,
+ 0.017181396484375,
+ 0.033477783203125,
+ 0.018402099609375,
+ 0.0082550048828125,
+ -0.01152801513671875,
+ -0.00681304931640625,
+ -0.06427001953125,
+ 0.06292724609375,
+ -0.00847625732421875,
+ -0.00875091552734375,
+ 0.0232696533203125,
+ -0.04986572265625,
+ 0.0731201171875,
+ 0.032806396484375,
+ 0.0687255859375,
+ -0.059844970703125,
+ 0.032135009765625,
+ -0.0191650390625,
+ 0.0290374755859375,
+ -0.0130767822265625,
+ -0.015289306640625,
+ -0.005458831787109375,
+ 0.0037670135498046875,
+ -0.00360107421875,
+ 0.04498291015625,
+ 0.0197296142578125,
+ 0.0008935928344726562,
+ -0.07049560546875,
+ -0.0142974853515625,
+ 0.0006923675537109375,
+ 0.0169525146484375,
+ 0.05474853515625,
+ -0.05230712890625,
+ -0.048980712890625,
+ 0.008697509765625,
+ 0.0259246826171875,
+ 0.065185546875,
+ -0.0124664306640625,
+ 0.01496124267578125,
+ -0.0240478515625,
+ 0.00021123886108398438,
+ -0.00382232666015625,
+ -0.01451873779296875
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "sandbox",
+ "av-scan"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_CAINE",
+ "type": "tool",
+ "name": "CAINE",
+ "content": "caine ubuntu-basierte live-forensik-distribution bündelt über 150 werkzeuge in schreibgeschützter umgebung für kontaminationsfreie ermittlungen. unblock-gui ermöglicht gezieltes aufheben der write-block-funktion für einzelne geräte. uefi-support und kernel 6.8 gewährleisten moderne hardware-kompatibilität. forensics-menü organisiert tools nach untersuchungsphasen. live-boot ohne installation schützt host-system vor kontamination. live-distro imaging write-blocking gui cli scenario:disk_imaging incident-response static-investigations network-forensics mobile-forensics data-collection examination analysis",
+ "embedding": [
+ -0.03033447265625,
+ 0.0182342529296875,
+ 0.0400390625,
+ -0.0165557861328125,
+ 0.0447998046875,
+ 0.037261962890625,
+ 0.030731201171875,
+ 0.02447509765625,
+ -0.011444091796875,
+ 0.0048828125,
+ -0.042236328125,
+ 0.03826904296875,
+ 0.01194000244140625,
+ -0.01055908203125,
+ -0.033111572265625,
+ 0.01288604736328125,
+ -0.009613037109375,
+ -0.0032958984375,
+ 0.00738525390625,
+ 0.0311279296875,
+ -0.023590087890625,
+ -0.00832366943359375,
+ -0.0457763671875,
+ -0.00006192922592163086,
+ -0.00421142578125,
+ -0.0067901611328125,
+ -0.00792694091796875,
+ -0.061859130859375,
+ -0.04083251953125,
+ -0.0277557373046875,
+ -0.0186309814453125,
+ -0.0170440673828125,
+ -0.025177001953125,
+ 0.01387786865234375,
+ 0.016448974609375,
+ 0.005626678466796875,
+ 0.01953125,
+ -0.03350830078125,
+ -0.01045989990234375,
+ 0.0406494140625,
+ -0.01873779296875,
+ -0.0161590576171875,
+ -0.00013935565948486328,
+ -0.02032470703125,
+ -0.0233917236328125,
+ -0.033111572265625,
+ -0.0279541015625,
+ -0.01080322265625,
+ 0.0010280609130859375,
+ -0.044219970703125,
+ 0.0190277099609375,
+ 0.04559326171875,
+ 0.007633209228515625,
+ -0.014373779296875,
+ -0.043609619140625,
+ 0.0233917236328125,
+ 0.0211181640625,
+ -0.020721435546875,
+ -0.07135009765625,
+ 0.053131103515625,
+ -0.050537109375,
+ 0.0050048828125,
+ -0.025970458984375,
+ -0.0343017578125,
+ 0.0153656005859375,
+ 0.0273590087890625,
+ -0.022308349609375,
+ -0.042633056640625,
+ -0.01090240478515625,
+ -0.004756927490234375,
+ 0.0261688232421875,
+ -0.017242431640625,
+ 0.0015859603881835938,
+ 0.034698486328125,
+ -0.021209716796875,
+ -0.044219970703125,
+ 0.0321044921875,
+ 0.023681640625,
+ 0.0249786376953125,
+ 0.0036182403564453125,
+ -0.0158538818359375,
+ -0.001369476318359375,
+ 0.0177459716796875,
+ -0.00728607177734375,
+ -0.0293426513671875,
+ 0.00112152099609375,
+ 0.01348114013671875,
+ 0.005054473876953125,
+ -0.003543853759765625,
+ -0.021209716796875,
+ 0.016357421875,
+ -0.022003173828125,
+ 0.003742218017578125,
+ -0.0107574462890625,
+ 0.047576904296875,
+ 0.07415771484375,
+ -0.0129852294921875,
+ -0.0257720947265625,
+ -0.001251220703125,
+ 0.0511474609375,
+ 0.0273590087890625,
+ -0.0233917236328125,
+ 0.038848876953125,
+ 0.0036678314208984375,
+ 0.03924560546875,
+ -0.047760009765625,
+ 0.0182342529296875,
+ 0.00530242919921875,
+ -0.0225067138671875,
+ -0.042022705078125,
+ -0.09393310546875,
+ -0.03826904296875,
+ -0.01387786865234375,
+ -0.061859130859375,
+ -0.0242767333984375,
+ 0.005947113037109375,
+ -0.0279541015625,
+ 0.043426513671875,
+ -0.034881591796875,
+ -0.050750732421875,
+ 0.0024662017822265625,
+ -0.0009479522705078125,
+ -0.007781982421875,
+ 0.02557373046875,
+ -0.064208984375,
+ -0.059478759765625,
+ 0.0018587112426757812,
+ 0.0311279296875,
+ -0.0543212890625,
+ -0.018829345703125,
+ -0.053131103515625,
+ -0.044219970703125,
+ -0.0406494140625,
+ -0.0230865478515625,
+ -0.0083770751953125,
+ -0.03509521484375,
+ 0.025970458984375,
+ 0.006317138671875,
+ -0.0078277587890625,
+ 0.0281524658203125,
+ 0.056304931640625,
+ -0.01506805419921875,
+ -0.04815673828125,
+ 0.00847625732421875,
+ -0.037261962890625,
+ -0.0005822181701660156,
+ -0.0028247833251953125,
+ 0.059478759765625,
+ -0.03448486328125,
+ -0.0027141571044921875,
+ -0.0189361572265625,
+ 0.0221099853515625,
+ 0.051544189453125,
+ -0.00244140625,
+ 0.01110076904296875,
+ -0.027557373046875,
+ 0.00807952880859375,
+ -0.01050567626953125,
+ 0.023284912109375,
+ -0.00438690185546875,
+ 0.00006157159805297852,
+ 0.01229095458984375,
+ -0.016448974609375,
+ 0.038665771484375,
+ -0.0174407958984375,
+ -0.03765869140625,
+ -0.0165557861328125,
+ -0.0014553070068359375,
+ 0.019927978515625,
+ 0.01080322265625,
+ 0.030731201171875,
+ 0.00411224365234375,
+ 0.053924560546875,
+ 0.053131103515625,
+ 0.0169525146484375,
+ 0.0161590576171875,
+ 0.01427459716796875,
+ -0.007534027099609375,
+ 0.0263671875,
+ 0.022705078125,
+ -0.007633209228515625,
+ -0.0149688720703125,
+ 0.04083251953125,
+ 0.012237548828125,
+ 0.0257720947265625,
+ 0.0321044921875,
+ -0.0438232421875,
+ -0.023284912109375,
+ -0.033294677734375,
+ 0.0113525390625,
+ -0.0263671875,
+ -0.005229949951171875,
+ -0.011993408203125,
+ 0.020416259765625,
+ -0.0005297660827636719,
+ 0.0406494140625,
+ 0.0321044921875,
+ -0.0305328369140625,
+ 0.029937744140625,
+ 0.006267547607421875,
+ 0.0124359130859375,
+ 0.0201263427734375,
+ -0.007534027099609375,
+ 0.043426513671875,
+ 0.015960693359375,
+ 0.00792694091796875,
+ -0.0027637481689453125,
+ 0.03607177734375,
+ 0.0321044921875,
+ 0.004634857177734375,
+ -0.01065826416015625,
+ 0.0438232421875,
+ -0.0209197998046875,
+ -0.0178375244140625,
+ -0.005352020263671875,
+ -0.0230865478515625,
+ 0.005153656005859375,
+ -0.033294677734375,
+ -0.00669097900390625,
+ -0.0082244873046875,
+ -0.0211181640625,
+ -0.049163818359375,
+ 0.0181427001953125,
+ 0.0263671875,
+ -0.005947113037109375,
+ 0.0321044921875,
+ -0.0147705078125,
+ -0.0273590087890625,
+ -0.034088134765625,
+ 0.03765869140625,
+ 0.0162506103515625,
+ 0.0301361083984375,
+ -0.004955291748046875,
+ 0.00518035888671875,
+ -0.02398681640625,
+ -0.04302978515625,
+ 0.060272216796875,
+ 0.0293426513671875,
+ 0.007137298583984375,
+ -0.017547607421875,
+ -0.0201263427734375,
+ 0.006069183349609375,
+ -0.026763916015625,
+ 0.0281524658203125,
+ 0.041046142578125,
+ -0.01407623291015625,
+ 0.005352020263671875,
+ 0.02001953125,
+ 0.042236328125,
+ 0.04400634765625,
+ -0.041229248046875,
+ 0.005401611328125,
+ -0.06341552734375,
+ -0.007335662841796875,
+ -0.07373046875,
+ -0.0217132568359375,
+ -0.01239013671875,
+ -0.038665771484375,
+ 0.045013427734375,
+ -0.037078857421875,
+ -0.040435791015625,
+ 0.0081787109375,
+ 0.037261962890625,
+ 0.0161590576171875,
+ 0.0301361083984375,
+ 0.0118408203125,
+ -0.036865234375,
+ 0.01050567626953125,
+ 0.064208984375,
+ -0.00194549560546875,
+ -0.0179443359375,
+ -0.021514892578125,
+ 0.0217132568359375,
+ -0.0038909912109375,
+ 0.018341064453125,
+ -0.03668212890625,
+ -0.01328277587890625,
+ 0.034088134765625,
+ 0.020416259765625,
+ 0.0285491943359375,
+ -0.001171112060546875,
+ 0.0311279296875,
+ 0.0177459716796875,
+ 0.0238800048828125,
+ -0.050537109375,
+ -0.00359344482421875,
+ -0.016845703125,
+ -0.0023288726806640625,
+ -0.016754150390625,
+ -0.05987548828125,
+ -0.0006875991821289062,
+ 0.0352783203125,
+ 0.0048065185546875,
+ -0.007781982421875,
+ 0.01348114013671875,
+ -0.03924560546875,
+ 0.01085662841796875,
+ -0.0252685546875,
+ 0.01090240478515625,
+ 0.0265655517578125,
+ 0.0252685546875,
+ -0.02288818359375,
+ 0.0145721435546875,
+ -0.007633209228515625,
+ 0.0095672607421875,
+ -0.01318359375,
+ -0.034698486328125,
+ -0.00812530517578125,
+ -0.0162506103515625,
+ -0.04461669921875,
+ -0.03448486328125,
+ 0.036468505859375,
+ -0.022003173828125,
+ 0.0293426513671875,
+ -0.02288818359375,
+ -0.0040130615234375,
+ -0.051544189453125,
+ -0.05511474609375,
+ -0.003643035888671875,
+ -0.038848876953125,
+ -0.0293426513671875,
+ -0.013580322265625,
+ 0.03826904296875,
+ 0.010009765625,
+ 0.01318359375,
+ -0.005748748779296875,
+ -0.03192138671875,
+ -0.028350830078125,
+ 0.01085662841796875,
+ -0.01387786865234375,
+ 0.037872314453125,
+ -0.0083770751953125,
+ 0.0321044921875,
+ 0.020721435546875,
+ 0.0352783203125,
+ 0.010955810546875,
+ 0.03509521484375,
+ 0.0352783203125,
+ -0.03448486328125,
+ -0.016448974609375,
+ -0.0118408203125,
+ 0.00792694091796875,
+ 0.00847625732421875,
+ -0.0133819580078125,
+ -0.0222015380859375,
+ 0.0165557861328125,
+ -0.0193328857421875,
+ 0.029144287109375,
+ 0.027557373046875,
+ -0.01070404052734375,
+ 0.0198211669921875,
+ -0.037078857421875,
+ 0.0170440673828125,
+ 0.06146240234375,
+ 0.006542205810546875,
+ 0.1007080078125,
+ -0.002651214599609375,
+ -0.061859130859375,
+ 0.031524658203125,
+ 0.042816162109375,
+ 0.0311279296875,
+ 0.024078369140625,
+ 0.015167236328125,
+ 0.0158538818359375,
+ 0.0006289482116699219,
+ 0.038055419921875,
+ -0.010955810546875,
+ 0.033294677734375,
+ -0.01010894775390625,
+ -0.016357421875,
+ 0.0129852294921875,
+ 0.0217132568359375,
+ 0.0182342529296875,
+ 0.04876708984375,
+ 0.0221099853515625,
+ 0.0277557373046875,
+ 0.01149749755859375,
+ -0.019622802734375,
+ -0.03192138671875,
+ -0.001201629638671875,
+ -0.06781005859375,
+ 0.002948760986328125,
+ 0.0606689453125,
+ 0.002552032470703125,
+ 0.04541015625,
+ -0.0352783203125,
+ -0.06146240234375,
+ 0.0205230712890625,
+ -0.03826904296875,
+ 0.040252685546875,
+ 0.03289794921875,
+ 0.02447509765625,
+ 0.0194244384765625,
+ -0.00872039794921875,
+ 0.0009045600891113281,
+ 0.0174407958984375,
+ -0.0102081298828125,
+ 0.031524658203125,
+ 0.036285400390625,
+ 0.04718017578125,
+ 0.0005512237548828125,
+ -0.040252685546875,
+ 0.0242767333984375,
+ 0.042633056640625,
+ 0.0285491943359375,
+ -0.00812530517578125,
+ 0.0174407958984375,
+ 0.0279541015625,
+ -0.01169586181640625,
+ -0.06463623046875,
+ 0.049560546875,
+ 0.04461669921875,
+ -0.006195068359375,
+ 0.01348114013671875,
+ -0.0194244384765625,
+ -0.0178375244140625,
+ -0.062255859375,
+ 0.01763916015625,
+ 0.02032470703125,
+ 0.0083770751953125,
+ 0.007434844970703125,
+ 0.0147705078125,
+ -0.03924560546875,
+ -0.01010894775390625,
+ 0.020721435546875,
+ -0.09912109375,
+ 0.03289794921875,
+ 0.01546478271484375,
+ -0.01763916015625,
+ 0.01556396484375,
+ -0.0166473388671875,
+ -0.053924560546875,
+ -0.00530242919921875,
+ -0.0211181640625,
+ -0.0511474609375,
+ 0.021209716796875,
+ 0.021514892578125,
+ -0.0390625,
+ -0.0301361083984375,
+ -0.0149688720703125,
+ -0.01367950439453125,
+ -0.01397705078125,
+ -0.01387786865234375,
+ 0.025970458984375,
+ -0.002490997314453125,
+ 0.0005235671997070312,
+ 0.0257720947265625,
+ 0.0263671875,
+ 0.00688934326171875,
+ -0.0384521484375,
+ 0.036285400390625,
+ -0.0257720947265625,
+ -0.012786865234375,
+ 0.0178375244140625,
+ 0.005329132080078125,
+ 0.031524658203125,
+ 0.00792694091796875,
+ -0.0273590087890625,
+ -0.021514892578125,
+ 0.024383544921875,
+ 0.0029735565185546875,
+ 0.0201263427734375,
+ -0.0145721435546875,
+ -0.028350830078125,
+ -0.053131103515625,
+ 0.05670166015625,
+ -0.0084228515625,
+ 0.0265655517578125,
+ -0.007534027099609375,
+ -0.07373046875,
+ 0.033905029296875,
+ -0.0281524658203125,
+ -0.018829345703125,
+ -0.00867462158203125,
+ -0.0098114013671875,
+ 0.0021800994873046875,
+ 0.08245849609375,
+ -0.01763916015625,
+ -0.0012083053588867188,
+ -0.0297393798828125,
+ 0.034881591796875,
+ 0.02557373046875,
+ 0.0177459716796875,
+ -0.031524658203125,
+ 0.037872314453125,
+ 0.041839599609375,
+ -0.0701904296875,
+ -0.008026123046875,
+ 0.0010595321655273438,
+ -0.0153656005859375,
+ 0.031524658203125,
+ -0.05194091796875,
+ 0.01288604736328125,
+ 0.01556396484375,
+ -0.07135009765625,
+ 0.0016231536865234375,
+ -0.0263671875,
+ -0.0222015380859375,
+ -0.009368896484375,
+ 0.01045989990234375,
+ 0.01526641845703125,
+ -0.01407623291015625,
+ 0.0110015869140625,
+ 0.006740570068359375,
+ 0.01006317138671875,
+ 0.017547607421875,
+ -0.0197296142578125,
+ -0.0129852294921875,
+ 0.01010894775390625,
+ -0.05908203125,
+ -0.042633056640625,
+ -0.036285400390625,
+ 0.0261688232421875,
+ -0.052734375,
+ -0.01006317138671875,
+ -0.006443023681640625,
+ -0.02716064453125,
+ 0.042022705078125,
+ -0.0416259765625,
+ 0.006443023681640625,
+ -0.03509521484375,
+ -0.03192138671875,
+ -0.0229949951171875,
+ -0.024078369140625,
+ 0.009613037109375,
+ 0.01169586181640625,
+ 0.0162506103515625,
+ 0.04241943359375,
+ 0.01308441162109375,
+ -0.068603515625,
+ 0.029541015625,
+ 0.0253753662109375,
+ 0.0186309814453125,
+ 0.013580322265625,
+ -0.01090240478515625,
+ -0.026763916015625,
+ -0.0133819580078125,
+ 0.064208984375,
+ -0.047760009765625,
+ -0.0261688232421875,
+ -0.061065673828125,
+ 0.00708770751953125,
+ -0.0029735565185546875,
+ -0.00649261474609375,
+ -0.01169586181640625,
+ -0.01010894775390625,
+ -0.07611083984375,
+ 0.010955810546875,
+ 0.02447509765625,
+ -0.0030727386474609375,
+ -0.01174163818359375,
+ -0.031707763671875,
+ -0.02557373046875,
+ -0.020416259765625,
+ -0.04974365234375,
+ 0.022705078125,
+ -0.016845703125,
+ 0.00966644287109375,
+ 0.0023670196533203125,
+ -0.034088134765625,
+ 0.01065826416015625,
+ 0.029937744140625,
+ 0.00946807861328125,
+ 0.014373779296875,
+ 0.031707763671875,
+ -0.0390625,
+ 0.0091705322265625,
+ 0.01467132568359375,
+ -0.0202178955078125,
+ -0.005279541015625,
+ -0.0234832763671875,
+ 0.03271484375,
+ -0.016448974609375,
+ -0.0198211669921875,
+ 0.01010894775390625,
+ 0.004436492919921875,
+ 0.03131103515625,
+ -0.004459381103515625,
+ -0.035675048828125,
+ 0.029937744140625,
+ 0.007038116455078125,
+ 0.0908203125,
+ -0.033111572265625,
+ -0.05352783203125,
+ 0.01556396484375,
+ -0.001895904541015625,
+ 0.046783447265625,
+ 0.04241943359375,
+ 0.01154327392578125,
+ -0.01526641845703125,
+ 0.00649261474609375,
+ 0.0221099853515625,
+ -0.00728607177734375,
+ -0.0221099853515625,
+ -0.0249786376953125,
+ 0.01174163818359375,
+ 0.00601959228515625,
+ 0.031524658203125,
+ 0.01125335693359375,
+ 0.12054443359375,
+ -0.003940582275390625,
+ 0.007434844970703125,
+ 0.0247802734375,
+ 0.0733642578125,
+ 0.032501220703125,
+ -0.038665771484375,
+ -0.043609619140625,
+ 0.0147705078125,
+ 0.004535675048828125,
+ -0.042633056640625,
+ -0.0281524658203125,
+ 0.016448974609375,
+ 0.064208984375,
+ -0.05670166015625,
+ -0.011199951171875,
+ -0.014373779296875,
+ -0.0252685546875,
+ 0.0162506103515625,
+ 0.018035888671875,
+ -0.0206146240234375,
+ 0.018829345703125,
+ 0.004756927490234375,
+ -0.0352783203125,
+ -0.01010894775390625,
+ -0.004360198974609375,
+ 0.0285491943359375,
+ 0.0670166015625,
+ 0.0285491943359375,
+ -0.007236480712890625,
+ 0.033294677734375,
+ 0.00946807861328125,
+ 0.0147705078125,
+ 0.020416259765625,
+ 0.0202178955078125,
+ 0.03509521484375,
+ -0.002044677734375,
+ 0.035675048828125,
+ 0.041839599609375,
+ -0.030731201171875,
+ -0.03448486328125,
+ 0.002056121826171875,
+ 0.0124359130859375,
+ 0.0689697265625,
+ 0.07574462890625,
+ -0.022308349609375,
+ 0.02874755859375,
+ -0.0174407958984375,
+ -0.07373046875,
+ -0.0009045600891113281,
+ -0.0027141571044921875,
+ -0.00498199462890625,
+ -0.0321044921875,
+ -0.047760009765625,
+ 0.0273590087890625,
+ -0.039459228515625,
+ 0.031524658203125,
+ 0.0305328369140625,
+ -0.0137786865234375,
+ -0.0018463134765625,
+ 0.023681640625,
+ -0.018035888671875,
+ -0.032501220703125,
+ -0.010955810546875,
+ -0.0052032470703125,
+ -0.0301361083984375,
+ -0.04241943359375,
+ -0.0234832763671875,
+ 0.0285491943359375,
+ -0.0210113525390625,
+ -0.0416259765625,
+ -0.032318115234375,
+ 0.0447998046875,
+ -0.03033447265625,
+ -0.0352783203125,
+ -0.021514892578125,
+ 0.01486968994140625,
+ -0.022003173828125,
+ -0.05352783203125,
+ -0.019622802734375,
+ -0.037078857421875,
+ 0.0174407958984375,
+ -0.042633056640625,
+ 0.006343841552734375,
+ -0.00867462158203125,
+ -0.029144287109375,
+ -0.02447509765625,
+ -0.0218048095703125,
+ -0.04656982421875,
+ 0.01486968994140625,
+ -0.0479736328125,
+ 0.0210113525390625,
+ 0.0022182464599609375,
+ 0.046173095703125,
+ 0.037261962890625,
+ 0.055908203125,
+ -0.024871826171875,
+ -0.0017595291137695312,
+ -0.016357421875,
+ -0.07415771484375,
+ 0.0133819580078125,
+ -0.004535675048828125,
+ -0.0010843276977539062,
+ -0.054718017578125,
+ -0.00812530517578125,
+ 0.057891845703125,
+ -0.081298828125,
+ 0.00966644287109375,
+ 0.00921630859375,
+ -0.00567626953125,
+ -0.031707763671875,
+ -0.00812530517578125,
+ 0.00931549072265625,
+ -0.0008859634399414062,
+ 0.0816650390625,
+ -0.010955810546875,
+ 0.00891876220703125,
+ -0.006145477294921875,
+ -0.03192138671875,
+ 0.05194091796875,
+ 0.0120391845703125,
+ 0.0257720947265625,
+ -0.0343017578125,
+ 0.038665771484375,
+ 0.006343841552734375,
+ -0.01253509521484375,
+ 0.0166473388671875,
+ -0.0638427734375,
+ 0.0025272369384765625,
+ 0.023284912109375,
+ 0.01268768310546875,
+ 0.004634857177734375,
+ -0.0117950439453125,
+ -0.04541015625,
+ -0.0121917724609375,
+ -0.0293426513671875,
+ 0.041046142578125,
+ 0.0030345916748046875,
+ 0.00792694091796875,
+ -0.04541015625,
+ -0.0252685546875,
+ -0.035675048828125,
+ -0.0311279296875,
+ -0.015655517578125,
+ -0.029541015625,
+ 0.03192138671875,
+ -0.0197296142578125,
+ -0.041839599609375,
+ 0.0233917236328125,
+ -0.016845703125,
+ 0.0017099380493164062,
+ -0.003047943115234375,
+ 0.0721435546875,
+ -0.044403076171875,
+ 0.0095672607421875,
+ -0.017242431640625,
+ 0.039642333984375,
+ -0.0111541748046875,
+ -0.017242431640625,
+ -0.009368896484375,
+ 0.006988525390625,
+ 0.0129852294921875,
+ -0.054718017578125,
+ 0.0574951171875,
+ 0.037078857421875,
+ -0.022003173828125,
+ -0.06622314453125,
+ -0.049163818359375,
+ -0.0181427001953125,
+ 0.0079803466796875,
+ -0.0285491943359375,
+ 0.023681640625,
+ -0.0094146728515625,
+ -0.0078277587890625,
+ -0.11181640625,
+ 0.0281524658203125,
+ -0.007335662841796875,
+ 0.0241851806640625,
+ -0.007534027099609375,
+ 0.00812530517578125,
+ -0.0689697265625,
+ -0.0209197998046875,
+ -0.00009483098983764648,
+ 0.0194244384765625,
+ -0.02716064453125,
+ 0.0083770751953125,
+ 0.00728607177734375,
+ 0.0050048828125,
+ 0.0004646778106689453,
+ -0.01605224609375,
+ 0.00788116455078125,
+ 0.029144287109375,
+ 0.04302978515625,
+ -0.03509521484375,
+ 0.060272216796875,
+ -0.019134521484375,
+ -0.002849578857421875,
+ -0.01387786865234375,
+ -0.00609588623046875,
+ 0.006988525390625,
+ 0.00688934326171875,
+ -0.041839599609375,
+ 0.01427459716796875,
+ 0.031707763671875,
+ 0.03192138671875,
+ 0.00035762786865234375,
+ -0.00023853778839111328,
+ 0.02191162109375,
+ 0.023193359375,
+ 0.0086212158203125,
+ -0.0273590087890625,
+ 0.0037670135498046875,
+ 0.0024662017822265625,
+ -0.0147705078125,
+ -0.036865234375,
+ -0.06817626953125,
+ -0.07891845703125,
+ 0.0289459228515625,
+ -0.0289459228515625,
+ -0.00557708740234375,
+ 0.0210113525390625,
+ 0.006317138671875,
+ -0.009368896484375,
+ -0.032318115234375,
+ 0.00872039794921875,
+ -0.01050567626953125,
+ -0.004856109619140625,
+ -0.042022705078125,
+ 0.03033447265625,
+ -0.005401611328125,
+ 0.026763916015625,
+ 0.01006317138671875,
+ -0.054718017578125,
+ 0.02191162109375,
+ -0.033111572265625,
+ 0.0036182403564453125,
+ -0.01873779296875,
+ -0.0116424560546875,
+ -0.0269622802734375,
+ 0.006740570068359375,
+ -0.08367919921875,
+ -0.029541015625,
+ 0.007038116455078125,
+ 0.0257720947265625,
+ 0.0249786376953125,
+ -0.017242431640625,
+ 0.05908203125,
+ -0.0117950439453125,
+ -0.0670166015625,
+ 0.031707763671875,
+ -0.010162353515625,
+ -0.0285491943359375,
+ -0.003345489501953125,
+ -0.020721435546875,
+ 0.008819580078125,
+ 0.018035888671875,
+ 0.047760009765625,
+ 0.035675048828125,
+ 0.052337646484375,
+ 0.01229095458984375,
+ -0.0511474609375,
+ 0.01239013671875,
+ -0.01715087890625,
+ 0.0321044921875,
+ 0.01105499267578125,
+ 0.0281524658203125,
+ 0.0087738037109375,
+ -0.00006580352783203125,
+ -0.007038116455078125,
+ -0.08843994140625,
+ -0.026763916015625,
+ -0.0237884521484375,
+ -0.0229949951171875,
+ 0.0003437995910644531,
+ 0.078125,
+ 0.042816162109375,
+ 0.004856109619140625,
+ 0.01308441162109375,
+ 0.050750732421875,
+ 0.0166473388671875,
+ -0.0029354095458984375,
+ -0.01397705078125,
+ -0.043609619140625,
+ -0.005870819091796875,
+ -0.006988525390625,
+ -0.00015413761138916016,
+ -0.0574951171875,
+ 0.0054779052734375,
+ 0.0765380859375,
+ -0.004161834716796875,
+ -0.00768280029296875,
+ -0.004486083984375,
+ -0.01026153564453125,
+ 0.0438232421875,
+ 0.000972747802734375,
+ -0.0000673532485961914,
+ -0.0784912109375,
+ 0.0263671875,
+ 0.034698486328125,
+ 0.002590179443359375,
+ -0.01506805419921875,
+ -0.02191162109375,
+ -0.0145721435546875,
+ 0.04144287109375,
+ -0.0733642578125,
+ -0.02716064453125,
+ 0.012237548828125,
+ 0.06976318359375,
+ -0.0247802734375,
+ -0.038848876953125,
+ -0.0214080810546875,
+ 0.052337646484375,
+ 0.037872314453125,
+ -0.04241943359375,
+ 0.013580322265625,
+ 0.0221099853515625,
+ 0.001598358154296875,
+ 0.029541015625,
+ 0.060272216796875,
+ 0.01229095458984375,
+ 0.037078857421875,
+ 0.0247802734375,
+ -0.04461669921875,
+ 0.01268768310546875,
+ -0.010009765625,
+ 0.0141754150390625,
+ -0.003963470458984375,
+ -0.01873779296875,
+ -0.028350830078125,
+ -0.055908203125,
+ 0.04815673828125,
+ 0.0016727447509765625,
+ 0.050750732421875,
+ 0.005626678466796875,
+ -0.00042128562927246094,
+ 0.0048065185546875,
+ -0.0035190582275390625,
+ 0.00986480712890625,
+ 0.03271484375,
+ 0.0293426513671875,
+ 0.02001953125,
+ 0.003444671630859375,
+ 0.01085662841796875,
+ 0.0111541748046875,
+ -0.03607177734375,
+ 0.04461669921875,
+ -0.02716064453125,
+ 0.01070404052734375,
+ -0.06304931640625,
+ -0.0006537437438964844,
+ 0.0213165283203125,
+ -0.0181427001953125,
+ 0.008819580078125,
+ -0.021514892578125,
+ 0.01308441162109375,
+ -0.015167236328125,
+ -0.05670166015625,
+ -0.010009765625,
+ 0.037872314453125,
+ -0.0384521484375,
+ 0.0170440673828125,
+ 0.0116424560546875,
+ -0.03131103515625,
+ 0.0285491943359375,
+ -0.04302978515625,
+ 0.0654296875,
+ 0.0252685546875,
+ 0.01194000244140625,
+ 0.005252838134765625,
+ 0.01467132568359375,
+ 0.03607177734375,
+ -0.01348114013671875,
+ 0.042236328125,
+ 0.003444671630859375,
+ -0.0301361083984375,
+ 0.0479736328125,
+ 0.04400634765625,
+ 0.006343841552734375,
+ -0.061859130859375,
+ 0.0161590576171875,
+ 0.0037174224853515625,
+ -0.055908203125,
+ 0.00832366943359375,
+ 0.027557373046875,
+ 0.0004677772521972656,
+ -0.006343841552734375,
+ -0.0225067138671875,
+ -0.056304931640625,
+ -0.057098388671875,
+ 0.05908203125,
+ 0.03607177734375,
+ -0.000659942626953125,
+ 0.043609619140625,
+ -0.038055419921875,
+ 0.041229248046875,
+ 0.0121917724609375,
+ 0.056304931640625,
+ -0.05670166015625,
+ 0.061065673828125,
+ -0.0147705078125,
+ -0.0006690025329589844,
+ -0.0005326271057128906,
+ 0.0106048583984375,
+ 0.001697540283203125,
+ 0.026763916015625,
+ -0.0479736328125,
+ 0.053924560546875,
+ 0.060272216796875,
+ -0.03448486328125,
+ -0.042022705078125,
+ -0.01922607421875,
+ -0.00921630859375,
+ -0.0165557861328125,
+ 0.050750732421875,
+ -0.04400634765625,
+ 0.005252838134765625,
+ -0.016754150390625,
+ 0.03192138671875,
+ 0.0543212890625,
+ -0.00891876220703125,
+ 0.029541015625,
+ 0.0179443359375,
+ -0.0086212158203125,
+ -0.0161590576171875,
+ -0.0216064453125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "live-distro",
+ "imaging",
+ "write-blocking",
+ "gui",
+ "cli",
+ "scenario:disk_imaging"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Binary_Ninja",
+ "type": "tool",
+ "name": "Binary Ninja",
+ "content": "binary ninja moderne reverse-engineering-plattform kombiniert traditionelle disassembly mit fortschrittlicher program-analysis durch innovative multi-level-ir-architecture (intermediate representation). cross-architecture-analysis durch einheitliche abstraktion verschiedener instruction-sets und calling-conventions. advanced-type-recovery rekonstruiert c-structures und function-signatures automatisch durch data-flow-analysis. plugin-api (python/c++) ermöglicht tiefe customization und integration in custom-workflows. cloud-collaboration synchronisiert binary-analysis zwischen verteilten teams in real-time. modern-gui mit multiple-workspaces, split-views und customizable-layouts übertrifft legacy-tools in usability und workflow-efficiency. debugger-integration für dynamic-analysis-correlation. reverse-engineering decompiler malware-analysis static-investigations analysis",
+ "embedding": [
+ -0.02862548828125,
+ 0.0159454345703125,
+ 0.039398193359375,
+ 0.0295867919921875,
+ 0.01959228515625,
+ 0.00994110107421875,
+ -0.004276275634765625,
+ -0.007251739501953125,
+ -0.0309295654296875,
+ -0.0212249755859375,
+ -0.051483154296875,
+ 0.06414794921875,
+ 0.004276275634765625,
+ 0.006435394287109375,
+ -0.055328369140625,
+ 0.0303497314453125,
+ -0.014984130859375,
+ -0.006580352783203125,
+ 0.0140228271484375,
+ 0.01027679443359375,
+ -0.026123046875,
+ -0.0210418701171875,
+ -0.0307464599609375,
+ -0.0014705657958984375,
+ 0.0052337646484375,
+ 0.0270843505859375,
+ -0.01441192626953125,
+ -0.06646728515625,
+ -0.0157470703125,
+ -0.0218048095703125,
+ 0.0194091796875,
+ -0.0270843505859375,
+ 0.01508331298828125,
+ 0.02325439453125,
+ -0.00022363662719726562,
+ -0.00013959407806396484,
+ 0.005954742431640625,
+ -0.037841796875,
+ -0.00965118408203125,
+ 0.049560546875,
+ -0.038055419921875,
+ 0.006870269775390625,
+ 0.0204620361328125,
+ 0.010711669921875,
+ 0.0087432861328125,
+ -0.051116943359375,
+ -0.0020542144775390625,
+ 0.0165252685546875,
+ -0.0012006759643554688,
+ -0.00458526611328125,
+ 0.039764404296875,
+ 0.026519775390625,
+ 0.006725311279296875,
+ -0.0171051025390625,
+ -0.0338134765625,
+ 0.0243072509765625,
+ 0.0035552978515625,
+ -0.0084991455078125,
+ -0.041107177734375,
+ 0.056488037109375,
+ -0.032867431640625,
+ -0.0255584716796875,
+ -0.004730224609375,
+ -0.00653076171875,
+ 0.00696563720703125,
+ 0.0243072509765625,
+ -0.0242156982421875,
+ -0.0482177734375,
+ 0.01224517822265625,
+ -0.0009427070617675781,
+ 0.01085662841796875,
+ 0.00965118408203125,
+ -0.035919189453125,
+ 0.029205322265625,
+ -0.039581298828125,
+ -0.04266357421875,
+ 0.018829345703125,
+ 0.0276641845703125,
+ -0.0087890625,
+ 0.00893402099609375,
+ -0.038421630859375,
+ 0.0184478759765625,
+ 0.033416748046875,
+ -0.006076812744140625,
+ -0.01873779296875,
+ -0.006244659423828125,
+ -0.00030159950256347656,
+ 0.020172119140625,
+ 0.0003361701965332031,
+ -0.00787353515625,
+ 0.0074462890625,
+ -0.0186309814453125,
+ 0.02093505859375,
+ -0.00960540771484375,
+ 0.018829345703125,
+ 0.05340576171875,
+ -0.040740966796875,
+ -0.0274810791015625,
+ -0.0249786376953125,
+ 0.0347900390625,
+ 0.0455322265625,
+ -0.004924774169921875,
+ 0.06298828125,
+ -0.03533935546875,
+ 0.035919189453125,
+ -0.02978515625,
+ 0.0238189697265625,
+ -0.004802703857421875,
+ 0.00194549560546875,
+ -0.021331787109375,
+ -0.1114501953125,
+ -0.044586181640625,
+ -0.0229644775390625,
+ -0.060699462890625,
+ -0.0017175674438476562,
+ 0.005405426025390625,
+ 0.00284576416015625,
+ 0.037078857421875,
+ -0.039581298828125,
+ -0.033416748046875,
+ -0.0005373954772949219,
+ 0.0303497314453125,
+ -0.0140228271484375,
+ 0.033416748046875,
+ -0.044952392578125,
+ -0.050323486328125,
+ -0.01181793212890625,
+ 0.0374755859375,
+ -0.051483154296875,
+ -0.010040283203125,
+ 0.005138397216796875,
+ -0.0276641845703125,
+ -0.003505706787109375,
+ -0.0216217041015625,
+ -0.004058837890625,
+ -0.022186279296875,
+ 0.049560546875,
+ -0.004634857177734375,
+ 0.00801849365234375,
+ 0.00965118408203125,
+ 0.04052734375,
+ -0.03533935546875,
+ -0.04705810546875,
+ 0.00098419189453125,
+ -0.0146942138671875,
+ -0.0130615234375,
+ -0.006916046142578125,
+ 0.044189453125,
+ -0.0288238525390625,
+ -0.0179595947265625,
+ 0.01128387451171875,
+ 0.014984130859375,
+ 0.05303955078125,
+ 0.018157958984375,
+ 0.019500732421875,
+ -0.039398193359375,
+ -0.0058135986328125,
+ -0.0061492919921875,
+ 0.048431396484375,
+ -0.01056671142578125,
+ -0.0270843505859375,
+ 0.02392578125,
+ -0.01171875,
+ 0.02996826171875,
+ -0.038818359375,
+ -0.02728271484375,
+ -0.0058135986328125,
+ 0.022186279296875,
+ 0.00792694091796875,
+ -0.0152740478515625,
+ 0.04168701171875,
+ 0.000009059906005859375,
+ 0.06878662109375,
+ 0.052642822265625,
+ -0.017669677734375,
+ 0.0301666259765625,
+ -0.01422119140625,
+ -0.0236358642578125,
+ 0.06494140625,
+ 0.016143798828125,
+ -0.0074920654296875,
+ -0.0216217041015625,
+ 0.039581298828125,
+ -0.002834320068359375,
+ 0.0401611328125,
+ -0.0197906494140625,
+ -0.020263671875,
+ -0.0016326904296875,
+ -0.023345947265625,
+ -0.005523681640625,
+ -0.028045654296875,
+ -0.02978515625,
+ -0.02728271484375,
+ 0.049560546875,
+ 0.028045654296875,
+ 0.053802490234375,
+ 0.0263214111328125,
+ -0.0186309814453125,
+ 0.039581298828125,
+ -0.0005164146423339844,
+ 0.01123809814453125,
+ 0.02593994140625,
+ -0.00518798828125,
+ 0.06610107421875,
+ 0.0101318359375,
+ -0.0243988037109375,
+ -0.00439453125,
+ 0.044952392578125,
+ 0.034576416015625,
+ -0.0113372802734375,
+ 0.00267791748046875,
+ 0.0545654296875,
+ 0.0103302001953125,
+ -0.00792694091796875,
+ -0.023529052734375,
+ -0.029388427734375,
+ 0.034393310546875,
+ -0.01412200927734375,
+ -0.0005974769592285156,
+ -0.00021159648895263672,
+ 0.016815185546875,
+ -0.044586181640625,
+ -0.00792694091796875,
+ 0.01441192626953125,
+ -0.01479339599609375,
+ 0.034210205078125,
+ 0.043426513671875,
+ 0.004825592041015625,
+ 0.0094146728515625,
+ 0.00893402099609375,
+ 0.05572509765625,
+ 0.0019216537475585938,
+ -0.00357818603515625,
+ 0.0099945068359375,
+ -0.028045654296875,
+ -0.0247802734375,
+ 0.039581298828125,
+ 0.037841796875,
+ 0.02392578125,
+ 0.0194091796875,
+ -0.0290069580078125,
+ 0.0216217041015625,
+ -0.01383209228515625,
+ 0.033233642578125,
+ 0.029205322265625,
+ -0.036895751953125,
+ 0.022857666015625,
+ -0.009368896484375,
+ 0.04132080078125,
+ 0.035919189453125,
+ -0.062255859375,
+ 0.00533294677734375,
+ -0.04400634765625,
+ 0.007686614990234375,
+ -0.05877685546875,
+ -0.037078857421875,
+ 0.00267791748046875,
+ -0.054168701171875,
+ 0.046295166015625,
+ -0.03228759765625,
+ -0.04571533203125,
+ -0.0023899078369140625,
+ 0.021331787109375,
+ -0.006290435791015625,
+ 0.0428466796875,
+ -0.0064849853515625,
+ -0.050323486328125,
+ 0.00763702392578125,
+ 0.0626220703125,
+ -0.0196990966796875,
+ -0.01258087158203125,
+ 0.001338958740234375,
+ 0.02392578125,
+ 0.0003993511199951172,
+ -0.007396697998046875,
+ -0.00734710693359375,
+ 0.00662994384765625,
+ 0.048797607421875,
+ 0.0210418701171875,
+ 0.0166168212890625,
+ -0.0217132568359375,
+ 0.021331787109375,
+ 0.007587432861328125,
+ 0.06414794921875,
+ -0.056488037109375,
+ 0.00521087646484375,
+ 0.00458526611328125,
+ -0.0081634521484375,
+ 0.0087890625,
+ -0.034576416015625,
+ -0.023529052734375,
+ 0.032470703125,
+ 0.0401611328125,
+ -0.0171051025390625,
+ 0.00600433349609375,
+ -0.0706787109375,
+ 0.02728271484375,
+ 0.0247802734375,
+ -0.02728271484375,
+ 0.02996826171875,
+ 0.0572509765625,
+ -0.042266845703125,
+ 0.014892578125,
+ 0.00228118896484375,
+ -0.004322052001953125,
+ -0.0243072509765625,
+ -0.053802490234375,
+ -0.0211334228515625,
+ 0.0130615234375,
+ -0.0229644775390625,
+ -0.029205322265625,
+ 0.0113372802734375,
+ -0.02276611328125,
+ 0.010467529296875,
+ -0.014984130859375,
+ 0.01248931884765625,
+ -0.0545654296875,
+ -0.0572509765625,
+ 0.01128387451171875,
+ -0.006389617919921875,
+ -0.019500732421875,
+ -0.053802490234375,
+ 0.07110595703125,
+ 0.01081085205078125,
+ 0.020660400390625,
+ -0.00662994384765625,
+ 0.0013933181762695312,
+ -0.0190277099609375,
+ 0.00391387939453125,
+ -0.0031948089599609375,
+ 0.0269012451171875,
+ 0.0107574462890625,
+ 0.043609619140625,
+ 0.032867431640625,
+ 0.003936767578125,
+ 0.038238525390625,
+ 0.0645751953125,
+ 0.02728271484375,
+ -0.022674560546875,
+ -0.006870269775390625,
+ 0.03668212890625,
+ 0.0032901763916015625,
+ 0.0011644363403320312,
+ -0.002208709716796875,
+ -0.0653076171875,
+ -0.0084075927734375,
+ -0.0288238525390625,
+ 0.007686614990234375,
+ -0.00003844499588012695,
+ 0.0391845703125,
+ 0.0270843505859375,
+ 0.005954742431640625,
+ 0.01450347900390625,
+ 0.052642822265625,
+ -0.0006122589111328125,
+ 0.10223388671875,
+ -0.00951385498046875,
+ -0.037841796875,
+ 0.00696563720703125,
+ 0.0401611328125,
+ -0.0364990234375,
+ 0.00960540771484375,
+ 0.01806640625,
+ 0.03399658203125,
+ 0.0001252889633178711,
+ 0.0194091796875,
+ -0.01374053955078125,
+ 0.0074462890625,
+ -0.01090240478515625,
+ 0.01094818115234375,
+ 0.029205322265625,
+ -0.0309295654296875,
+ 0.03497314453125,
+ -0.0009245872497558594,
+ 0.017669677734375,
+ 0.00588226318359375,
+ 0.0288238525390625,
+ -0.032867431640625,
+ 0.020263671875,
+ -0.0653076171875,
+ -0.061492919921875,
+ 0.0263214111328125,
+ 0.00019657611846923828,
+ -0.0035305023193359375,
+ 0.024017333984375,
+ -0.01479339599609375,
+ -0.061492919921875,
+ 0.00984954833984375,
+ -0.07568359375,
+ 0.08148193359375,
+ 0.0374755859375,
+ 0.006290435791015625,
+ 0.026123046875,
+ -0.0251617431640625,
+ -0.0013933181762695312,
+ -0.01081085205078125,
+ 0.0114288330078125,
+ 0.0572509765625,
+ 0.054168701171875,
+ 0.0482177734375,
+ 0.023345947265625,
+ -0.0236358642578125,
+ -0.0001996755599975586,
+ 0.01508331298828125,
+ 0.033233642578125,
+ -0.009124755859375,
+ 0.042083740234375,
+ 0.0088348388671875,
+ 0.043609619140625,
+ -0.017669677734375,
+ 0.037078857421875,
+ 0.0361328125,
+ -0.0251617431640625,
+ 0.029388427734375,
+ -0.01959228515625,
+ 0.047454833984375,
+ -0.05877685546875,
+ 0.003818511962890625,
+ -0.0007863044738769531,
+ 0.03631591796875,
+ 0.0003662109375,
+ 0.034210205078125,
+ -0.043426513671875,
+ -0.01081085205078125,
+ 0.032867431640625,
+ -0.062255859375,
+ 0.0190277099609375,
+ 0.012969970703125,
+ -0.0016450881958007812,
+ -0.0035305023193359375,
+ -0.035736083984375,
+ -0.06573486328125,
+ 0.0301666259765625,
+ -0.034576416015625,
+ -0.057647705078125,
+ 0.01690673828125,
+ 0.044769287109375,
+ -0.047454833984375,
+ -0.018341064453125,
+ -0.038604736328125,
+ 0.0014705657958984375,
+ -0.0193023681640625,
+ -0.0491943359375,
+ 0.059173583984375,
+ 0.0030384063720703125,
+ -0.0005612373352050781,
+ 0.040740966796875,
+ 0.04168701171875,
+ -0.00797271728515625,
+ -0.0224761962890625,
+ 0.03399658203125,
+ -0.022186279296875,
+ -0.0361328125,
+ 0.03533935546875,
+ 0.040924072265625,
+ 0.006076812744140625,
+ -0.056488037109375,
+ -0.038421630859375,
+ 0.017669677734375,
+ 0.007587432861328125,
+ 0.027862548828125,
+ 0.00965118408203125,
+ -0.03765869140625,
+ -0.04571533203125,
+ -0.039764404296875,
+ 0.039764404296875,
+ 0.00009757280349731445,
+ 0.04400634765625,
+ 0.0257415771484375,
+ -0.048614501953125,
+ 0.00859832763671875,
+ -0.04150390625,
+ -0.00177764892578125,
+ -0.0126800537109375,
+ 0.00701141357421875,
+ 0.0103302001953125,
+ 0.07147216796875,
+ 0.0218048095703125,
+ -0.0185394287109375,
+ -0.02008056640625,
+ 0.01508331298828125,
+ 0.0140228271484375,
+ 0.00888824462890625,
+ -0.05572509765625,
+ 0.060333251953125,
+ 0.01052093505859375,
+ -0.05841064453125,
+ -0.0026302337646484375,
+ -0.01287078857421875,
+ 0.00835418701171875,
+ 0.0545654296875,
+ -0.053802490234375,
+ -0.0193023681640625,
+ -0.00013208389282226562,
+ -0.078369140625,
+ -0.05303955078125,
+ -0.01441192626953125,
+ 0.0018014907836914062,
+ -0.048614501953125,
+ 0.02862548828125,
+ 0.0035305023193359375,
+ -0.0042266845703125,
+ 0.072998046875,
+ 0.0034580230712890625,
+ -0.0276641845703125,
+ 0.0146942138671875,
+ -0.00792694091796875,
+ -0.0162353515625,
+ 0.017486572265625,
+ -0.072265625,
+ 0.01739501953125,
+ -0.005451202392578125,
+ 0.017669677734375,
+ -0.024017333984375,
+ -0.0018491744995117188,
+ 0.0295867919921875,
+ -0.022003173828125,
+ 0.02862548828125,
+ -0.051483154296875,
+ -0.006099700927734375,
+ -0.017486572265625,
+ -0.051483154296875,
+ -0.037078857421875,
+ -0.01422119140625,
+ -0.0035305023193359375,
+ 0.0204620361328125,
+ -0.004634857177734375,
+ 0.0126800537109375,
+ 0.0152740478515625,
+ -0.0243988037109375,
+ -0.01316070556640625,
+ -0.01018524169921875,
+ -0.029205322265625,
+ -0.002269744873046875,
+ 0.0091705322265625,
+ -0.0078277587890625,
+ -0.0193023681640625,
+ 0.0303497314453125,
+ -0.01806640625,
+ -0.02996826171875,
+ -0.0653076171875,
+ 0.00424957275390625,
+ -0.020843505859375,
+ -0.020660400390625,
+ -0.043609619140625,
+ -0.04400634765625,
+ -0.0465087890625,
+ 0.01354217529296875,
+ 0.0255584716796875,
+ -0.013641357421875,
+ 0.0064849853515625,
+ -0.038818359375,
+ -0.0274810791015625,
+ 0.00516510009765625,
+ -0.044952392578125,
+ 0.035552978515625,
+ -0.019500732421875,
+ -0.003265380859375,
+ -0.005283355712890625,
+ -0.0290069580078125,
+ 0.0251617431640625,
+ 0.01277923583984375,
+ 0.026702880859375,
+ -0.0038909912109375,
+ 0.006053924560546875,
+ -0.0288238525390625,
+ 0.009033203125,
+ 0.0204620361328125,
+ -0.02978515625,
+ -0.01190948486328125,
+ -0.01546478271484375,
+ 0.00797271728515625,
+ -0.03765869140625,
+ -0.0391845703125,
+ 0.01517486572265625,
+ 0.04400634765625,
+ -0.005596160888671875,
+ 0.012298583984375,
+ -0.039764404296875,
+ 0.0269012451171875,
+ 0.0037708282470703125,
+ 0.05572509765625,
+ -0.0006575584411621094,
+ -0.051483154296875,
+ -0.0003962516784667969,
+ -0.005596160888671875,
+ 0.04571533203125,
+ 0.048431396484375,
+ -0.003170013427734375,
+ -0.04132080078125,
+ -0.0012369155883789062,
+ 0.042266845703125,
+ -0.0018854141235351562,
+ -0.043792724609375,
+ -0.039764404296875,
+ 0.01277923583984375,
+ 0.01128387451171875,
+ 0.0518798828125,
+ -0.0220947265625,
+ 0.078369140625,
+ 0.01546478271484375,
+ 0.005451202392578125,
+ 0.0364990234375,
+ 0.060333251953125,
+ 0.04669189453125,
+ -0.0247802734375,
+ -0.047271728515625,
+ -0.0222930908203125,
+ -0.0203704833984375,
+ -0.030548095703125,
+ -0.033050537109375,
+ 0.0216217041015625,
+ 0.0338134765625,
+ -0.061492919921875,
+ -0.0284423828125,
+ -0.032073974609375,
+ 0.005908966064453125,
+ 0.0217132568359375,
+ 0.01119232177734375,
+ -0.0197906494140625,
+ 0.01556396484375,
+ -0.007732391357421875,
+ -0.05877685546875,
+ 0.003265380859375,
+ -0.0060272216796875,
+ -0.0107574462890625,
+ 0.038238525390625,
+ 0.02728271484375,
+ -0.026519775390625,
+ 0.029205322265625,
+ 0.0152740478515625,
+ 0.022003173828125,
+ 0.00022518634796142578,
+ 0.013641357421875,
+ 0.0311279296875,
+ 0.043792724609375,
+ 0.03131103515625,
+ 0.04150390625,
+ -0.0309295654296875,
+ -0.00600433349609375,
+ -0.00696563720703125,
+ -0.0008525848388671875,
+ 0.032867431640625,
+ 0.0251617431640625,
+ -0.01508331298828125,
+ -0.014312744140625,
+ -0.01248931884765625,
+ -0.06915283203125,
+ 0.009368896484375,
+ 0.01157379150390625,
+ -0.00696563720703125,
+ -0.047454833984375,
+ -0.020843505859375,
+ 0.01239013671875,
+ -0.034576416015625,
+ 0.02392578125,
+ 0.01479339599609375,
+ -0.01374053955078125,
+ 0.00855255126953125,
+ 0.04150390625,
+ -0.00859832763671875,
+ -0.058013916015625,
+ 0.0084075927734375,
+ -0.054168701171875,
+ -0.0276641845703125,
+ -0.043426513671875,
+ -0.0455322265625,
+ 0.039581298828125,
+ -0.04150390625,
+ -0.07684326171875,
+ -0.0177764892578125,
+ 0.0482177734375,
+ -0.01114654541015625,
+ -0.0274810791015625,
+ -0.01316070556640625,
+ 0.03533935546875,
+ -0.00521087646484375,
+ -0.046295166015625,
+ -0.048980712890625,
+ -0.0212249755859375,
+ 0.0172882080078125,
+ -0.049560546875,
+ 0.01258087158203125,
+ 0.001056671142578125,
+ -0.0003256797790527344,
+ -0.012969970703125,
+ -0.0251617431640625,
+ -0.042083740234375,
+ 0.049957275390625,
+ -0.060333251953125,
+ 0.054962158203125,
+ 0.004299163818359375,
+ 0.018157958984375,
+ 0.039581298828125,
+ 0.047271728515625,
+ -0.03631591796875,
+ 0.02593994140625,
+ -0.014984130859375,
+ -0.0753173828125,
+ -0.0184478759765625,
+ 0.005451202392578125,
+ 0.01287078857421875,
+ -0.055328369140625,
+ 0.0104217529296875,
+ 0.0158538818359375,
+ -0.069580078125,
+ 0.006290435791015625,
+ -0.01061248779296875,
+ -0.01056671142578125,
+ -0.05609130859375,
+ 0.01345062255859375,
+ 0.002017974853515625,
+ 0.003337860107421875,
+ 0.074951171875,
+ 0.0212249755859375,
+ -0.0251617431640625,
+ 0.0120086669921875,
+ -0.048614501953125,
+ 0.043426513671875,
+ 0.0179595947265625,
+ 0.0218048095703125,
+ -0.02978515625,
+ 0.020660400390625,
+ 0.0158538818359375,
+ -0.0249786376953125,
+ -0.0237274169921875,
+ -0.07110595703125,
+ -0.0099945068359375,
+ -0.0037708282470703125,
+ 0.0164337158203125,
+ 0.0172882080078125,
+ 0.0162353515625,
+ -0.038238525390625,
+ -0.0391845703125,
+ -0.017669677734375,
+ 0.0251617431640625,
+ 0.01479339599609375,
+ 0.002605438232421875,
+ -0.048431396484375,
+ -0.022186279296875,
+ -0.003986358642578125,
+ -0.01354217529296875,
+ -0.037261962890625,
+ -0.027862548828125,
+ 0.0216217041015625,
+ -0.00730133056640625,
+ -0.06573486328125,
+ 0.0307464599609375,
+ 0.002124786376953125,
+ 0.024017333984375,
+ 0.01171875,
+ 0.046295166015625,
+ -0.0290069580078125,
+ -0.014984130859375,
+ -0.01508331298828125,
+ 0.03765869140625,
+ 0.00951385498046875,
+ 0.0167083740234375,
+ -0.0030975341796875,
+ 0.02459716796875,
+ 0.0025691986083984375,
+ -0.0091705322265625,
+ 0.037078857421875,
+ 0.0133514404296875,
+ -0.0218963623046875,
+ -0.03997802734375,
+ -0.01450347900390625,
+ -0.0186309814453125,
+ 0.032073974609375,
+ 0.00437164306640625,
+ 0.03533935546875,
+ 0.0178680419921875,
+ 0.020843505859375,
+ -0.07611083984375,
+ 0.044189453125,
+ 0.003986358642578125,
+ 0.002437591552734375,
+ 0.0018968582153320312,
+ -0.029205322265625,
+ -0.054962158203125,
+ -0.05303955078125,
+ -0.0491943359375,
+ -0.00897979736328125,
+ -0.036895751953125,
+ 0.0255584716796875,
+ 0.03399658203125,
+ 0.011383056640625,
+ 0.01023101806640625,
+ 0.0160369873046875,
+ 0.01052093505859375,
+ 0.043792724609375,
+ 0.0028705596923828125,
+ -0.027862548828125,
+ 0.0853271484375,
+ -0.04669189453125,
+ 0.0028820037841796875,
+ -0.0110931396484375,
+ 0.0196990966796875,
+ 0.01061248779296875,
+ -0.0186309814453125,
+ -0.03631591796875,
+ -0.00897979736328125,
+ -0.00516510009765625,
+ 0.042083740234375,
+ -0.007686614990234375,
+ 0.0146942138671875,
+ -0.0257415771484375,
+ 0.0177764892578125,
+ 0.0045166015625,
+ 0.0276641845703125,
+ -0.00897979736328125,
+ -0.0204620361328125,
+ -0.03497314453125,
+ -0.00955963134765625,
+ -0.0545654296875,
+ -0.0699462890625,
+ -0.01104736328125,
+ -0.03497314453125,
+ -0.01081085205078125,
+ 0.02728271484375,
+ 0.00955963134765625,
+ 0.029205322265625,
+ -0.05609130859375,
+ 0.039764404296875,
+ 0.007686614990234375,
+ -0.020751953125,
+ -0.0097503662109375,
+ 0.00653076171875,
+ -0.0146026611328125,
+ 0.0347900390625,
+ 0.018341064453125,
+ -0.015655517578125,
+ 0.00897979736328125,
+ 0.00826263427734375,
+ -0.03765869140625,
+ -0.01104736328125,
+ -0.00007432699203491211,
+ -0.0243072509765625,
+ 0.0391845703125,
+ -0.039398193359375,
+ -0.0229644775390625,
+ 0.0005373954772949219,
+ 0.01056671142578125,
+ -0.0010089874267578125,
+ -0.0026416778564453125,
+ 0.038421630859375,
+ -0.0078277587890625,
+ -0.0626220703125,
+ 0.014892578125,
+ -0.01422119140625,
+ -0.027862548828125,
+ -0.005405426025390625,
+ -0.026123046875,
+ 0.0008764266967773438,
+ 0.0192108154296875,
+ 0.042449951171875,
+ 0.0224761962890625,
+ 0.06842041015625,
+ -0.003936767578125,
+ -0.01508331298828125,
+ 0.00821685791015625,
+ -0.00830841064453125,
+ 0.021514892578125,
+ 0.01085662841796875,
+ 0.0230560302734375,
+ -0.02142333984375,
+ 0.03131103515625,
+ 0.0242156982421875,
+ -0.08148193359375,
+ 0.00734710693359375,
+ -0.0171051025390625,
+ -0.038604736328125,
+ 0.0078277587890625,
+ 0.072265625,
+ 0.04534912109375,
+ 0.0045623779296875,
+ 0.0160369873046875,
+ 0.046875,
+ 0.033233642578125,
+ -0.00960540771484375,
+ -0.0401611328125,
+ -0.06683349609375,
+ -0.007781982421875,
+ 0.032867431640625,
+ 0.01345062255859375,
+ -0.055328369140625,
+ 0.07415771484375,
+ 0.05877685546875,
+ 0.008697509765625,
+ -0.007781982421875,
+ -0.01239013671875,
+ -0.0189208984375,
+ 0.04571533203125,
+ 0.00792694091796875,
+ 0.0290069580078125,
+ -0.0699462890625,
+ 0.0157470703125,
+ 0.027862548828125,
+ -0.018829345703125,
+ -0.0218048095703125,
+ -0.00424957275390625,
+ -0.0178680419921875,
+ 0.047271728515625,
+ -0.060333251953125,
+ 0.00600433349609375,
+ 0.0284423828125,
+ 0.06341552734375,
+ 0.0162353515625,
+ -0.03533935546875,
+ -0.01959228515625,
+ 0.0189208984375,
+ -0.01517486572265625,
+ -0.0270843505859375,
+ -0.01873779296875,
+ 0.0231475830078125,
+ -0.0455322265625,
+ 0.017486572265625,
+ 0.04669189453125,
+ -0.00341033935546875,
+ 0.0518798828125,
+ 0.0284423828125,
+ -0.04168701171875,
+ 0.0455322265625,
+ 0.0078277587890625,
+ 0.03668212890625,
+ -0.00301361083984375,
+ -0.0288238525390625,
+ -0.026519775390625,
+ -0.0114288330078125,
+ 0.048980712890625,
+ -0.0034580230712890625,
+ 0.031890869140625,
+ 0.0087890625,
+ -0.01090240478515625,
+ 0.00098419189453125,
+ -0.01508331298828125,
+ -0.0012369155883789062,
+ 0.029388427734375,
+ 0.026123046875,
+ 0.021331787109375,
+ 0.0191192626953125,
+ -0.006725311279296875,
+ -0.00009530782699584961,
+ -0.0301666259765625,
+ 0.0491943359375,
+ -0.04400634765625,
+ 0.0251617431640625,
+ -0.0595703125,
+ -0.0251617431640625,
+ 0.0191192626953125,
+ -0.0217132568359375,
+ 0.0002627372741699219,
+ -0.0303497314453125,
+ -0.0133514404296875,
+ -0.0014591217041015625,
+ -0.04266357421875,
+ 0.0014705657958984375,
+ 0.0653076171875,
+ -0.03265380859375,
+ 0.0243072509765625,
+ 0.04302978515625,
+ 0.01104736328125,
+ 0.047271728515625,
+ -0.03363037109375,
+ 0.07720947265625,
+ 0.02276611328125,
+ 0.0307464599609375,
+ -0.020172119140625,
+ 0.0196990966796875,
+ 0.03668212890625,
+ -0.01157379150390625,
+ 0.0218963623046875,
+ 0.04669189453125,
+ 0.02410888671875,
+ 0.058013916015625,
+ 0.02978515625,
+ 0.03131103515625,
+ -0.030548095703125,
+ 0.026519775390625,
+ 0.00441741943359375,
+ -0.05072021484375,
+ 0.00424957275390625,
+ 0.00634002685546875,
+ 0.01018524169921875,
+ -0.00441741943359375,
+ -0.0243988037109375,
+ -0.0255584716796875,
+ -0.051116943359375,
+ 0.05072021484375,
+ 0.0014286041259765625,
+ -0.0019216537475585938,
+ 0.0205535888671875,
+ -0.04034423828125,
+ 0.0478515625,
+ -0.000972747802734375,
+ 0.050323486328125,
+ -0.030548095703125,
+ 0.06610107421875,
+ -0.0236358642578125,
+ -0.00811767578125,
+ -0.00634002685546875,
+ 0.01517486572265625,
+ -0.005283355712890625,
+ 0.038818359375,
+ -0.0249786376953125,
+ 0.055328369140625,
+ -0.0008587837219238281,
+ -0.005573272705078125,
+ -0.06915283203125,
+ -0.0165252685546875,
+ -0.0035305023193359375,
+ 0.022857666015625,
+ 0.02008056640625,
+ -0.028045654296875,
+ -0.01277923583984375,
+ -0.01215362548828125,
+ 0.026519775390625,
+ 0.03997802734375,
+ -0.0237274169921875,
+ 0.026702880859375,
+ 0.0013751983642578125,
+ -0.007061004638671875,
+ -0.022674560546875,
+ 0.01114654541015625
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "reverse-engineering",
+ "decompiler"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Process_Memory_Analysis",
+ "type": "tool",
+ "name": "Linux Process Memory Analysis",
+ "content": "linux process memory analysis live-system-speicher-untersuchung durch /proc-filesystem-analysis. process-state-examination, memory-maps-analysis, open-files-detection via /proc/pid/. kernel-module-verification und hidden-process-detection für rootkit-analysis ohne memory-dump-tools. process-analysis memory-analysis proc-filesystem rootkit-detection live-analysis kernel-analysis incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.02496337890625,
+ 0.04730224609375,
+ 0.04302978515625,
+ -0.02398681640625,
+ 0.03564453125,
+ 0.01125335693359375,
+ 0.0220184326171875,
+ -0.00036716461181640625,
+ -0.018157958984375,
+ -0.018157958984375,
+ -0.02447509765625,
+ 0.03631591796875,
+ 0.0163421630859375,
+ -0.016265869140625,
+ -0.043365478515625,
+ 0.052886962890625,
+ 0.004703521728515625,
+ 0.00829315185546875,
+ -0.027923583984375,
+ 0.0126495361328125,
+ -0.0158538818359375,
+ -0.0294036865234375,
+ -0.061431884765625,
+ -0.007144927978515625,
+ 0.00846099853515625,
+ 0.017822265625,
+ -0.01068115234375,
+ -0.050262451171875,
+ -0.016845703125,
+ 0.0004260540008544922,
+ 0.00936126708984375,
+ -0.0150299072265625,
+ 0.00513458251953125,
+ 0.0284271240234375,
+ -0.01100921630859375,
+ -0.027435302734375,
+ 0.0223388671875,
+ -0.05816650390625,
+ -0.029083251953125,
+ 0.044342041015625,
+ -0.016510009765625,
+ -0.003101348876953125,
+ 0.005584716796875,
+ -0.023162841796875,
+ -0.017242431640625,
+ -0.0479736328125,
+ 0.006938934326171875,
+ -0.0246429443359375,
+ 0.01190948486328125,
+ -0.05914306640625,
+ 0.0384521484375,
+ 0.025787353515625,
+ 0.0225067138671875,
+ -0.0243072509765625,
+ -0.0256195068359375,
+ 0.02044677734375,
+ 0.0200347900390625,
+ -0.01617431640625,
+ -0.0251312255859375,
+ 0.01519775390625,
+ -0.043365478515625,
+ -0.0216827392578125,
+ -0.0207061767578125,
+ -0.01535797119140625,
+ 0.018646240234375,
+ 0.0469970703125,
+ -0.0010013580322265625,
+ -0.043701171875,
+ -0.0016841888427734375,
+ 0.030059814453125,
+ 0.0289154052734375,
+ -0.022674560546875,
+ -0.0095672607421875,
+ 0.025299072265625,
+ -0.00763702392578125,
+ -0.0284271240234375,
+ 0.048614501953125,
+ 0.0229949951171875,
+ 0.02349853515625,
+ -0.0284271240234375,
+ -0.0313720703125,
+ -0.00525665283203125,
+ 0.0670166015625,
+ -0.00989532470703125,
+ -0.04205322265625,
+ -0.000415802001953125,
+ 0.007762908935546875,
+ 0.00952911376953125,
+ 0.0071868896484375,
+ -0.0196380615234375,
+ 0.0280914306640625,
+ 0.01141357421875,
+ 0.025787353515625,
+ -0.02044677734375,
+ 0.0203704833984375,
+ 0.05487060546875,
+ 0.0037364959716796875,
+ -0.0178985595703125,
+ -0.0012989044189453125,
+ 0.0298919677734375,
+ 0.04107666015625,
+ -0.0673828125,
+ 0.0243072509765625,
+ 0.0035114288330078125,
+ 0.06011962890625,
+ -0.0408935546875,
+ 0.006694793701171875,
+ 0.00478363037109375,
+ -0.022674560546875,
+ -0.017578125,
+ -0.08477783203125,
+ -0.06011962890625,
+ 0.0035533905029296875,
+ -0.043365478515625,
+ -0.0163421630859375,
+ -0.01280975341796875,
+ -0.0126495361328125,
+ 0.03369140625,
+ -0.0489501953125,
+ -0.05584716796875,
+ 0.0201263427734375,
+ -0.005420684814453125,
+ 0.00870513916015625,
+ 0.0084991455078125,
+ -0.036468505859375,
+ -0.03515625,
+ 0.01708984375,
+ 0.044036865234375,
+ -0.01125335693359375,
+ 0.01273345947265625,
+ 0.0011854171752929688,
+ 0.00084686279296875,
+ -0.0341796875,
+ -0.032867431640625,
+ -0.0048065185546875,
+ -0.023162841796875,
+ 0.018402099609375,
+ -0.01947021484375,
+ 0.01068115234375,
+ 0.01068115234375,
+ 0.057830810546875,
+ -0.034332275390625,
+ -0.0303955078125,
+ 0.0087890625,
+ 0.0090789794921875,
+ 0.0130615234375,
+ -0.007678985595703125,
+ 0.0182342529296875,
+ -0.027099609375,
+ 0.0017766952514648438,
+ -0.00084686279296875,
+ 0.01544189453125,
+ 0.059783935546875,
+ 0.02447509765625,
+ 0.0251312255859375,
+ -0.06109619140625,
+ -0.009613037109375,
+ -0.01922607421875,
+ 0.029571533203125,
+ -0.0220184326171875,
+ -0.00591278076171875,
+ 0.01387786865234375,
+ 0.0009756088256835938,
+ 0.042724609375,
+ -0.01380157470703125,
+ -0.050933837890625,
+ -0.0013093948364257812,
+ 0.03369140625,
+ 0.012237548828125,
+ 0.00457763671875,
+ 0.0479736328125,
+ 0.0045166015625,
+ 0.061767578125,
+ 0.048309326171875,
+ 0.01544189453125,
+ 0.02349853515625,
+ -0.0034084320068359375,
+ -0.0137176513671875,
+ 0.03680419921875,
+ 0.0243072509765625,
+ 0.0034694671630859375,
+ -0.0201263427734375,
+ 0.061767578125,
+ -0.01338958740234375,
+ 0.03875732421875,
+ -0.011749267578125,
+ -0.014129638671875,
+ -0.03204345703125,
+ -0.018402099609375,
+ 0.0499267578125,
+ -0.05389404296875,
+ -0.006366729736328125,
+ 0.01047515869140625,
+ 0.024810791015625,
+ 0.005626678466796875,
+ 0.060791015625,
+ 0.033172607421875,
+ -0.0200347900390625,
+ 0.062744140625,
+ -0.0039825439453125,
+ 0.0297393798828125,
+ 0.044677734375,
+ -0.01445770263671875,
+ 0.050933837890625,
+ 0.01922607421875,
+ 0.0062408447265625,
+ 0.0006031990051269531,
+ 0.05157470703125,
+ 0.0267791748046875,
+ -0.0084991455078125,
+ 0.003101348876953125,
+ 0.0246429443359375,
+ -0.020294189453125,
+ -0.0150299072265625,
+ -0.020782470703125,
+ -0.0229949951171875,
+ 0.00406646728515625,
+ -0.0272674560546875,
+ -0.017333984375,
+ -0.00029778480529785156,
+ -0.0469970703125,
+ -0.033172607421875,
+ -0.002063751220703125,
+ 0.037445068359375,
+ -0.0096893310546875,
+ 0.06243896484375,
+ 0.02825927734375,
+ -0.0256195068359375,
+ -0.0399169921875,
+ 0.04534912109375,
+ 0.00817108154296875,
+ 0.0404052734375,
+ 0.00591278076171875,
+ 0.03448486328125,
+ -0.02044677734375,
+ -0.0323486328125,
+ 0.05322265625,
+ 0.0029773712158203125,
+ 0.005092620849609375,
+ 0.044036865234375,
+ -0.0185699462890625,
+ 0.01544189453125,
+ -0.007720947265625,
+ 0.0399169921875,
+ 0.04302978515625,
+ -0.0187225341796875,
+ 0.0223388671875,
+ 0.0115814208984375,
+ 0.05584716796875,
+ 0.0673828125,
+ -0.04058837890625,
+ -0.0126495361328125,
+ -0.049285888671875,
+ -0.0164337158203125,
+ -0.07391357421875,
+ -0.035003662109375,
+ -0.0254669189453125,
+ -0.051910400390625,
+ 0.002567291259765625,
+ -0.01297760009765625,
+ -0.025299072265625,
+ -0.01006317138671875,
+ 0.019378662109375,
+ 0.002033233642578125,
+ 0.0193023681640625,
+ -0.001262664794921875,
+ -0.0251312255859375,
+ 0.0196380615234375,
+ 0.0712890625,
+ -0.02496337890625,
+ -0.036468505859375,
+ -0.014617919921875,
+ 0.01428985595703125,
+ -0.0028533935546875,
+ 0.0027923583984375,
+ -0.05487060546875,
+ -0.0027523040771484375,
+ 0.031219482421875,
+ -0.0026702880859375,
+ 0.0284271240234375,
+ -0.029571533203125,
+ 0.0022373199462890625,
+ -0.01116943359375,
+ 0.0251312255859375,
+ -0.025299072265625,
+ 0.0220184326171875,
+ -0.01544189453125,
+ -0.0254669189453125,
+ -0.0078887939453125,
+ -0.08050537109375,
+ -0.014373779296875,
+ 0.037628173828125,
+ 0.004024505615234375,
+ 0.0177459716796875,
+ -0.00453948974609375,
+ -0.04730224609375,
+ -0.0002143383026123047,
+ 0.006160736083984375,
+ -0.00994110107421875,
+ 0.027923583984375,
+ 0.0241546630859375,
+ -0.00858306884765625,
+ -0.0010318756103515625,
+ -0.0021762847900390625,
+ -0.0156097412109375,
+ -0.0284271240234375,
+ -0.038116455078125,
+ -0.004764556884765625,
+ -0.0152740478515625,
+ -0.043365478515625,
+ -0.0246429443359375,
+ 0.01593017578125,
+ -0.0294036865234375,
+ -0.0015707015991210938,
+ -0.026611328125,
+ 0.005542755126953125,
+ -0.035003662109375,
+ -0.04302978515625,
+ 0.031707763671875,
+ 0.00894927978515625,
+ -0.0276031494140625,
+ -0.035491943359375,
+ 0.056854248046875,
+ 0.026947021484375,
+ 0.0092010498046875,
+ -0.0310516357421875,
+ 0.01190948486328125,
+ -0.01232147216796875,
+ 0.0164337158203125,
+ -0.03155517578125,
+ 0.058807373046875,
+ -0.000980377197265625,
+ 0.076904296875,
+ 0.032196044921875,
+ 0.0152740478515625,
+ 0.0197906494140625,
+ 0.04632568359375,
+ 0.0156097412109375,
+ -0.01001739501953125,
+ 0.006610870361328125,
+ -0.0211944580078125,
+ -0.0028533935546875,
+ 0.016021728515625,
+ -0.04632568359375,
+ -0.032867431640625,
+ -0.04205322265625,
+ -0.01486968994140625,
+ 0.00981903076171875,
+ 0.01708984375,
+ 0.032867431640625,
+ -0.005832672119140625,
+ -0.0341796875,
+ -0.0280914306640625,
+ 0.039764404296875,
+ -0.0009703636169433594,
+ 0.08544921875,
+ -0.01535797119140625,
+ -0.037445068359375,
+ 0.0135498046875,
+ 0.02044677734375,
+ 0.01806640625,
+ -0.01544189453125,
+ 0.03826904296875,
+ 0.031707763671875,
+ -0.0012111663818359375,
+ 0.03399658203125,
+ -0.027435302734375,
+ 0.0277557373046875,
+ 0.00620269775390625,
+ 0.0188140869140625,
+ 0.00010651350021362305,
+ -0.030059814453125,
+ 0.0233306884765625,
+ 0.0404052734375,
+ 0.0200347900390625,
+ -0.0038814544677734375,
+ 0.042724609375,
+ -0.03350830078125,
+ -0.019378662109375,
+ -0.03302001953125,
+ -0.062103271484375,
+ 0.012481689453125,
+ 0.03631591796875,
+ -0.00081634521484375,
+ 0.042724609375,
+ -0.0307159423828125,
+ -0.0584716796875,
+ 0.0211944580078125,
+ -0.04302978515625,
+ 0.06243896484375,
+ 0.048309326171875,
+ 0.0308837890625,
+ 0.01544189453125,
+ -0.01428985595703125,
+ -0.0001322031021118164,
+ 0.03204345703125,
+ -0.020538330078125,
+ 0.005008697509765625,
+ 0.0712890625,
+ 0.03778076171875,
+ 0.0103912353515625,
+ -0.0277557373046875,
+ 0.03204345703125,
+ 0.05487060546875,
+ 0.0267791748046875,
+ -0.018157958984375,
+ 0.000039458274841308594,
+ 0.039581298828125,
+ 0.018157958984375,
+ -0.0660400390625,
+ 0.055511474609375,
+ 0.0272674560546875,
+ 0.004497528076171875,
+ -0.0003464221954345703,
+ -0.02349853515625,
+ 0.0246429443359375,
+ -0.031219482421875,
+ 0.002330780029296875,
+ 0.01593017578125,
+ -0.00739288330078125,
+ -0.0016632080078125,
+ 0.0198822021484375,
+ -0.04534912109375,
+ 0.005954742431640625,
+ 0.0489501953125,
+ -0.05224609375,
+ 0.0218505859375,
+ 0.00928497314453125,
+ -0.0277557373046875,
+ -0.01100921630859375,
+ -0.0228271484375,
+ -0.049285888671875,
+ 0.03680419921875,
+ -0.051239013671875,
+ -0.045989990234375,
+ -0.01001739501953125,
+ 0.052581787109375,
+ -0.059478759765625,
+ -0.04302978515625,
+ -0.01922607421875,
+ -0.006076812744140625,
+ -0.01947021484375,
+ -0.0020847320556640625,
+ 0.0174102783203125,
+ -0.02496337890625,
+ -0.0016736984252929688,
+ 0.0251312255859375,
+ 0.023162841796875,
+ 0.00829315185546875,
+ -0.010101318359375,
+ 0.06439208984375,
+ -0.006610870361328125,
+ -0.040740966796875,
+ 0.002422332763671875,
+ -0.002689361572265625,
+ 0.039093017578125,
+ -0.02496337890625,
+ -0.0310516357421875,
+ -0.0038394927978515625,
+ 0.0323486328125,
+ 0.0037994384765625,
+ 0.04302978515625,
+ -0.022674560546875,
+ -0.0294036865234375,
+ -0.0147857666015625,
+ 0.055511474609375,
+ 0.01273345947265625,
+ 0.0276031494140625,
+ 0.021514892578125,
+ -0.045013427734375,
+ 0.0251312255859375,
+ -0.0631103515625,
+ -0.019134521484375,
+ 0.0018892288208007812,
+ 0.01256561279296875,
+ 0.01149749755859375,
+ 0.081787109375,
+ -0.0243072509765625,
+ -0.0262908935546875,
+ -0.0042724609375,
+ 0.020294189453125,
+ 0.021514892578125,
+ 0.00193023681640625,
+ -0.04534912109375,
+ 0.05419921875,
+ 0.01322174072265625,
+ -0.051239013671875,
+ 0.0033473968505859375,
+ -0.033355712890625,
+ -0.0014066696166992188,
+ 0.050933837890625,
+ -0.057159423828125,
+ 0.0177459716796875,
+ 0.0011806488037109375,
+ -0.06243896484375,
+ -0.0035724639892578125,
+ -0.0193023681640625,
+ -0.0264434814453125,
+ -0.03399658203125,
+ 0.031219482421875,
+ 0.023162841796875,
+ 0.00817108154296875,
+ 0.043365478515625,
+ 0.035797119140625,
+ 0.017333984375,
+ 0.00952911376953125,
+ -0.00882720947265625,
+ -0.0020847320556640625,
+ 0.01338958740234375,
+ -0.035980224609375,
+ -0.032196044921875,
+ -0.0238189697265625,
+ 0.021026611328125,
+ -0.05816650390625,
+ 0.0083770751953125,
+ 0.00460052490234375,
+ -0.0323486328125,
+ 0.040069580078125,
+ -0.06536865234375,
+ 0.009979248046875,
+ -0.0399169921875,
+ -0.01568603515625,
+ -0.02923583984375,
+ -0.0177459716796875,
+ -0.0211944580078125,
+ 0.03350830078125,
+ 0.0039215087890625,
+ 0.00015342235565185547,
+ 0.05419921875,
+ -0.05157470703125,
+ 0.0272674560546875,
+ 0.01322174072265625,
+ -0.01535797119140625,
+ 0.0238189697265625,
+ -0.0013446807861328125,
+ 0.0012521743774414062,
+ -0.0189666748046875,
+ 0.026947021484375,
+ -0.0223388671875,
+ -0.03399658203125,
+ -0.05584716796875,
+ 0.00727081298828125,
+ 0.029083251953125,
+ -0.01535797119140625,
+ -0.005832672119140625,
+ -0.040252685546875,
+ -0.057159423828125,
+ -0.0007801055908203125,
+ 0.0152740478515625,
+ -0.0048675537109375,
+ 0.0164337158203125,
+ -0.042388916015625,
+ -0.0187225341796875,
+ -0.0198822021484375,
+ -0.020538330078125,
+ 0.0308837890625,
+ -0.03369140625,
+ -0.0254669189453125,
+ -0.027923583984375,
+ -0.0254669189453125,
+ 0.0238189697265625,
+ 0.02398681640625,
+ 0.030548095703125,
+ 0.0384521484375,
+ 0.03302001953125,
+ -0.00507354736328125,
+ 0.009033203125,
+ 0.0107574462890625,
+ -0.0118255615234375,
+ 0.0015096664428710938,
+ -0.01387786865234375,
+ 0.038604736328125,
+ -0.0650634765625,
+ -0.0259552001953125,
+ 0.026947021484375,
+ 0.0027313232421875,
+ 0.01428985595703125,
+ -0.018646240234375,
+ -0.0394287109375,
+ 0.0308837890625,
+ 0.000682830810546875,
+ 0.05914306640625,
+ -0.0189666748046875,
+ -0.04107666015625,
+ 0.01141357421875,
+ 0.01018524169921875,
+ 0.00948333740234375,
+ 0.0089111328125,
+ 0.0087890625,
+ -0.02923583984375,
+ 0.0130615234375,
+ 0.052886962890625,
+ -0.019134521484375,
+ -0.020782470703125,
+ -0.05419921875,
+ 0.0182342529296875,
+ 0.017822265625,
+ 0.059783935546875,
+ 0.007965087890625,
+ 0.0670166015625,
+ 0.00620269775390625,
+ -0.0016326904296875,
+ 0.0308837890625,
+ 0.043365478515625,
+ 0.0469970703125,
+ -0.0166778564453125,
+ -0.05157470703125,
+ 0.00255584716796875,
+ 0.01035308837890625,
+ -0.0246429443359375,
+ -0.0220184326171875,
+ 0.00952911376953125,
+ 0.03778076171875,
+ -0.0565185546875,
+ -0.0221710205078125,
+ -0.0027313232421875,
+ -0.000278472900390625,
+ 0.0223388671875,
+ 0.032196044921875,
+ -0.003326416015625,
+ 0.033355712890625,
+ 0.00817108154296875,
+ -0.05059814453125,
+ -0.02825927734375,
+ 0.00431060791015625,
+ 0.00981903076171875,
+ 0.051239013671875,
+ 0.0259552001953125,
+ -0.0196380615234375,
+ 0.0256195068359375,
+ 0.016265869140625,
+ 0.062744140625,
+ 0.01006317138671875,
+ 0.01971435546875,
+ 0.04058837890625,
+ 0.00685882568359375,
+ 0.05224609375,
+ 0.04962158203125,
+ -0.03448486328125,
+ -0.0133056640625,
+ 0.01059722900390625,
+ 0.027923583984375,
+ 0.026611328125,
+ 0.0307159423828125,
+ 0.0220184326171875,
+ 0.041229248046875,
+ 0.00394439697265625,
+ -0.0689697265625,
+ 0.0005955696105957031,
+ 0.0259552001953125,
+ -0.009857177734375,
+ -0.041229248046875,
+ -0.04632568359375,
+ 0.0102691650390625,
+ -0.02447509765625,
+ 0.042388916015625,
+ 0.008087158203125,
+ -0.0277557373046875,
+ -0.01511383056640625,
+ 0.037933349609375,
+ -0.006610870361328125,
+ -0.045654296875,
+ 0.0175018310546875,
+ -0.0221710205078125,
+ -0.040069580078125,
+ -0.0341796875,
+ -0.04632568359375,
+ 0.0169219970703125,
+ -0.0115814208984375,
+ -0.0660400390625,
+ -0.036956787109375,
+ 0.041229248046875,
+ -0.01363372802734375,
+ -0.048614501953125,
+ -0.045989990234375,
+ -0.0039215087890625,
+ -0.02398681640625,
+ -0.021026611328125,
+ -0.037139892578125,
+ -0.033843994140625,
+ -0.0139617919921875,
+ -0.048309326171875,
+ 0.027099609375,
+ -0.0196380615234375,
+ -0.0165863037109375,
+ 0.0225067138671875,
+ -0.0036144256591796875,
+ -0.039581298828125,
+ 0.023651123046875,
+ -0.0303955078125,
+ 0.033355712890625,
+ 0.0213623046875,
+ 0.016845703125,
+ 0.03155517578125,
+ 0.08740234375,
+ 0.0102691650390625,
+ 0.03155517578125,
+ -0.007843017578125,
+ -0.051239013671875,
+ 0.01108551025390625,
+ -0.0133056640625,
+ 0.031219482421875,
+ -0.08380126953125,
+ -0.0006341934204101562,
+ 0.07061767578125,
+ -0.079833984375,
+ 0.0128936767578125,
+ -0.0130615234375,
+ 0.00000864267349243164,
+ -0.040069580078125,
+ -0.0160980224609375,
+ 0.0243072509765625,
+ 0.00923919677734375,
+ 0.061431884765625,
+ -0.00036716461181640625,
+ -0.004413604736328125,
+ -0.0018587112426757812,
+ -0.0640869140625,
+ 0.044036865234375,
+ 0.007350921630859375,
+ 0.0061187744140625,
+ -0.051910400390625,
+ 0.041229248046875,
+ 0.01617431640625,
+ -0.038604736328125,
+ 0.0211944580078125,
+ -0.06671142578125,
+ -0.00519561767578125,
+ 0.0408935546875,
+ 0.0179901123046875,
+ -0.03729248046875,
+ 0.009033203125,
+ -0.04632568359375,
+ -0.037933349609375,
+ -0.049285888671875,
+ 0.027923583984375,
+ 0.00948333740234375,
+ 0.01232147216796875,
+ -0.049285888671875,
+ -0.027435302734375,
+ -0.0014581680297851562,
+ -0.03680419921875,
+ -0.02398681640625,
+ -0.02349853515625,
+ 0.037445068359375,
+ 0.002300262451171875,
+ -0.06634521484375,
+ 0.044342041015625,
+ 0.027435302734375,
+ -0.006694793701171875,
+ 0.007350921630859375,
+ 0.045654296875,
+ -0.05224609375,
+ -0.01232147216796875,
+ -0.0016431808471679688,
+ 0.02447509765625,
+ 0.00727081298828125,
+ -0.01256561279296875,
+ 0.006610870361328125,
+ 0.0021457672119140625,
+ 0.004764556884765625,
+ -0.051910400390625,
+ 0.05389404296875,
+ 0.030548095703125,
+ -0.0176544189453125,
+ -0.0341796875,
+ -0.0211944580078125,
+ -0.0213623046875,
+ 0.0203704833984375,
+ 0.00507354736328125,
+ 0.033843994140625,
+ 0.0178985595703125,
+ -0.0107574462890625,
+ -0.09332275390625,
+ 0.043701171875,
+ 0.0008111000061035156,
+ 0.021514892578125,
+ 0.022674560546875,
+ -0.022674560546875,
+ -0.062744140625,
+ -0.045654296875,
+ -0.01519775390625,
+ 0.0404052734375,
+ -0.025787353515625,
+ 0.0213623046875,
+ -0.006366729736328125,
+ -0.0028533935546875,
+ 0.002895355224609375,
+ -0.0169219970703125,
+ -0.0023097991943359375,
+ 0.0200347900390625,
+ 0.023162841796875,
+ -0.0303955078125,
+ 0.08544921875,
+ -0.0469970703125,
+ 0.005504608154296875,
+ -0.020538330078125,
+ -0.00677490234375,
+ 0.0238189697265625,
+ 0.005832672119140625,
+ -0.037139892578125,
+ 0.001468658447265625,
+ 0.01338958740234375,
+ 0.0574951171875,
+ 0.006816864013671875,
+ 0.0000661015510559082,
+ -0.0134735107421875,
+ 0.0220184326171875,
+ 0.01338958740234375,
+ -0.0229949951171875,
+ 0.021514892578125,
+ 0.01404571533203125,
+ -0.01708984375,
+ -0.0276031494140625,
+ -0.07000732421875,
+ -0.07427978515625,
+ 0.02044677734375,
+ -0.060455322265625,
+ -0.0241546630859375,
+ -0.0011701583862304688,
+ 0.00213623046875,
+ 0.026123046875,
+ -0.019134521484375,
+ 0.0313720703125,
+ 0.0002655982971191406,
+ -0.00698089599609375,
+ -0.0152740478515625,
+ 0.0216827392578125,
+ 0.004230499267578125,
+ -0.001766204833984375,
+ 0.0243072509765625,
+ -0.043365478515625,
+ 0.03448486328125,
+ 0.0035533905029296875,
+ -0.01428985595703125,
+ -0.0303955078125,
+ 0.0008573532104492188,
+ -0.021514892578125,
+ 0.0218505859375,
+ -0.0689697265625,
+ -0.01338958740234375,
+ 0.035797119140625,
+ 0.0006928443908691406,
+ 0.01470184326171875,
+ -0.0220184326171875,
+ 0.0384521484375,
+ 0.003429412841796875,
+ -0.06536865234375,
+ 0.02923583984375,
+ -0.03875732421875,
+ -0.032684326171875,
+ 0.03369140625,
+ -0.01971435546875,
+ -0.017242431640625,
+ 0.042388916015625,
+ 0.03826904296875,
+ 0.03564453125,
+ 0.0225067138671875,
+ -0.005584716796875,
+ 0.0012426376342773438,
+ 0.0037784576416015625,
+ -0.01387786865234375,
+ 0.0221710205078125,
+ 0.025299072265625,
+ 0.0203704833984375,
+ -0.023651123046875,
+ 0.0152740478515625,
+ 0.006488800048828125,
+ -0.06536865234375,
+ -0.01256561279296875,
+ 0.0008420944213867188,
+ -0.061431884765625,
+ 0.0050506591796875,
+ 0.0755615234375,
+ 0.0165863037109375,
+ 0.0264434814453125,
+ 0.009979248046875,
+ 0.00989532470703125,
+ 0.0193023681640625,
+ 0.0038814544677734375,
+ -0.030059814453125,
+ -0.052886962890625,
+ 0.00202178955078125,
+ 0.016021728515625,
+ 0.0241546630859375,
+ -0.072265625,
+ 0.064697265625,
+ 0.0841064453125,
+ -0.0211944580078125,
+ 0.001796722412109375,
+ -0.00418853759765625,
+ 0.0130615234375,
+ 0.0489501953125,
+ -0.0017766952514648438,
+ -0.0029773712158203125,
+ -0.0712890625,
+ 0.0264434814453125,
+ 0.0078887939453125,
+ 0.01006317138671875,
+ 0.00644683837890625,
+ 0.00821685791015625,
+ -0.03466796875,
+ 0.006076812744140625,
+ -0.055511474609375,
+ -0.0128936767578125,
+ 0.0254669189453125,
+ 0.0640869140625,
+ -0.00817108154296875,
+ -0.04962158203125,
+ -0.004024505615234375,
+ 0.01494598388671875,
+ 0.01100921630859375,
+ -0.0165863037109375,
+ 0.0211944580078125,
+ 0.004230499267578125,
+ 0.0010061264038085938,
+ 0.007598876953125,
+ 0.05487060546875,
+ 0.01116943359375,
+ 0.03875732421875,
+ 0.0220184326171875,
+ -0.02496337890625,
+ 0.01519775390625,
+ -0.01535797119140625,
+ 0.0262908935546875,
+ -0.0042724609375,
+ -0.0469970703125,
+ -0.056182861328125,
+ -0.0259552001953125,
+ 0.0229949951171875,
+ -0.00685882568359375,
+ 0.036468505859375,
+ 0.0201263427734375,
+ 0.005584716796875,
+ -0.022674560546875,
+ 0.034332275390625,
+ 0.0228271484375,
+ 0.048614501953125,
+ 0.01149749755859375,
+ 0.016510009765625,
+ 0.02496337890625,
+ -0.007843017578125,
+ -0.007556915283203125,
+ -0.045989990234375,
+ 0.046661376953125,
+ -0.046661376953125,
+ 0.0070648193359375,
+ -0.0294036865234375,
+ -0.00525665283203125,
+ 0.00249481201171875,
+ -0.045013427734375,
+ -0.001827239990234375,
+ -0.0135498046875,
+ -0.0093231201171875,
+ -0.0298919677734375,
+ -0.049285888671875,
+ -0.0223388671875,
+ 0.050933837890625,
+ -0.026123046875,
+ 0.00858306884765625,
+ 0.033355712890625,
+ 0.0003876686096191406,
+ 0.00591278076171875,
+ -0.055511474609375,
+ 0.040252685546875,
+ 0.02874755859375,
+ 0.00673675537109375,
+ -0.006938934326171875,
+ 0.016998291015625,
+ 0.01387786865234375,
+ -0.014373779296875,
+ 0.01404571533203125,
+ -0.0010366439819335938,
+ -0.038604736328125,
+ 0.050933837890625,
+ 0.0479736328125,
+ 0.02398681640625,
+ -0.050933837890625,
+ 0.0408935546875,
+ 0.016021728515625,
+ -0.047637939453125,
+ 0.01322174072265625,
+ 0.01486968994140625,
+ 0.0256195068359375,
+ -0.027435302734375,
+ -0.019378662109375,
+ -0.029083251953125,
+ -0.059478759765625,
+ 0.05419921875,
+ -0.004169464111328125,
+ 0.006488800048828125,
+ 0.0238189697265625,
+ -0.0298919677734375,
+ 0.04962158203125,
+ 0.01068115234375,
+ 0.06439208984375,
+ -0.054534912109375,
+ 0.043701171875,
+ -0.0139617919921875,
+ 0.03564453125,
+ -0.0073089599609375,
+ -0.008087158203125,
+ -0.00537872314453125,
+ 0.0032444000244140625,
+ -0.00804901123046875,
+ 0.05419921875,
+ 0.005462646484375,
+ 0.01519775390625,
+ -0.05419921875,
+ -0.0035724639892578125,
+ 0.00948333740234375,
+ -0.006694793701171875,
+ 0.043365478515625,
+ -0.0469970703125,
+ -0.004947662353515625,
+ -0.01428985595703125,
+ 0.0233306884765625,
+ 0.07427978515625,
+ -0.00948333740234375,
+ 0.0176544189453125,
+ 0.0007033348083496094,
+ -0.0001513957977294922,
+ -0.033843994140625,
+ -0.01470184326171875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "process-analysis",
+ "memory-analysis",
+ "proc-filesystem",
+ "rootkit-detection",
+ "live-analysis",
+ "kernel-analysis"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ArcGIS",
+ "type": "tool",
+ "name": "ArcGIS",
+ "content": "arcgis transformiert gps-daten, mobilfunk-logs und fahrzeug-telematik in aussagekräftige räumliche analysen für ermittlungen. buffer-analysen identifizieren verdächtige in tatort-nähe, hot-spot-detection findet kriminalitätsschwerpunkte. network-analyst berechnet optimale fluchtrouten, 3d-szenen rekonstruieren tatorte photorealistisch. korreliert geodaten mit personen, fahrzeugen und kommunikationsmustern. crime-mapping-erweiterungen speziell für strafverfolgung entwickelt. mapping visualization fraud-investigation network-forensics reporting",
+ "embedding": [
+ -0.0390625,
+ 0.034423828125,
+ 0.033294677734375,
+ 0.0009303092956542969,
+ 0.0244903564453125,
+ 0.024322509765625,
+ 0.005443572998046875,
+ -0.0257720947265625,
+ -0.0179290771484375,
+ -0.0124053955078125,
+ -0.03985595703125,
+ 0.041290283203125,
+ 0.0033416748046875,
+ -0.01020050048828125,
+ -0.050262451171875,
+ 0.04193115234375,
+ -0.0093231201171875,
+ 0.0097198486328125,
+ 0.01200103759765625,
+ -0.01416778564453125,
+ -0.00279998779296875,
+ 0.0115203857421875,
+ -0.040008544921875,
+ 0.033599853515625,
+ -0.0000029206275939941406,
+ 0.02880859375,
+ -0.02752685546875,
+ -0.023040771484375,
+ -0.01264190673828125,
+ 0.01520538330078125,
+ 0.0130462646484375,
+ -0.033935546875,
+ -0.0204925537109375,
+ 0.034423828125,
+ -0.0157623291015625,
+ -0.04833984375,
+ -0.01096343994140625,
+ -0.032501220703125,
+ -0.0305633544921875,
+ 0.0185699462890625,
+ -0.014801025390625,
+ -0.0232086181640625,
+ 0.0050201416015625,
+ 0.000965118408203125,
+ -0.0219268798828125,
+ -0.046722412109375,
+ 0.0010099411010742188,
+ -0.01160430908203125,
+ 0.004680633544921875,
+ -0.0172882080078125,
+ 0.0204925537109375,
+ 0.043212890625,
+ 0.018890380859375,
+ 0.004802703857421875,
+ -0.053466796875,
+ 0.01496124267578125,
+ -0.00446319580078125,
+ -0.00860595703125,
+ -0.035064697265625,
+ 0.0401611328125,
+ -0.0143280029296875,
+ -0.00672149658203125,
+ -0.01136016845703125,
+ 0.005481719970703125,
+ 0.0217742919921875,
+ 0.0251312255859375,
+ -0.0380859375,
+ -0.00414276123046875,
+ 0.0092010498046875,
+ 0.00904083251953125,
+ 0.0086822509765625,
+ 0.00820159912109375,
+ -0.010040283203125,
+ 0.024169921875,
+ -0.01312255859375,
+ -0.0174407958984375,
+ 0.020965576171875,
+ 0.0264129638671875,
+ -0.003021240234375,
+ -0.0151214599609375,
+ -0.036346435546875,
+ 0.01336669921875,
+ 0.054107666015625,
+ -0.032318115234375,
+ -0.014801025390625,
+ 0.01160430908203125,
+ 0.0308837890625,
+ 0.00916290283203125,
+ -0.0008854866027832031,
+ -0.0027217864990234375,
+ 0.0167236328125,
+ -0.00576019287109375,
+ 0.04736328125,
+ -0.0216064453125,
+ 0.0153656005859375,
+ 0.0694580078125,
+ -0.0238494873046875,
+ 0.0006852149963378906,
+ -0.018798828125,
+ 0.012725830078125,
+ 0.003681182861328125,
+ -0.0304107666015625,
+ 0.051544189453125,
+ 0.0000045299530029296875,
+ 0.048980712890625,
+ -0.0360107421875,
+ 0.0220794677734375,
+ 0.0006203651428222656,
+ 0.0085601806640625,
+ -0.0252838134765625,
+ -0.07427978515625,
+ -0.0364990234375,
+ -0.0097198486328125,
+ -0.057952880859375,
+ 0.0157623291015625,
+ 0.01056671142578125,
+ -0.0265655517578125,
+ 0.038238525390625,
+ -0.0787353515625,
+ -0.0157623291015625,
+ 0.036346435546875,
+ 0.034088134765625,
+ 0.0118408203125,
+ 0.0219268798828125,
+ -0.043212890625,
+ -0.029296875,
+ 0.023681640625,
+ -0.00839996337890625,
+ -0.04864501953125,
+ 0.022247314453125,
+ -0.0390625,
+ -0.0380859375,
+ -0.0029811859130859375,
+ -0.0265655517578125,
+ 0.0219268798828125,
+ -0.00684356689453125,
+ 0.03167724609375,
+ -0.0166473388671875,
+ -0.00704193115234375,
+ 0.030242919921875,
+ 0.0251312255859375,
+ -0.0124053955078125,
+ -0.030242919921875,
+ -0.006122589111328125,
+ -0.04608154296875,
+ -0.02008056640625,
+ -0.022247314453125,
+ 0.043853759765625,
+ -0.014007568359375,
+ -0.01528167724609375,
+ -0.0168914794921875,
+ 0.015045166015625,
+ 0.043853759765625,
+ 0.0166473388671875,
+ 0.005321502685546875,
+ -0.0499267578125,
+ 0.0019702911376953125,
+ 0.0019502639770507812,
+ 0.045135498046875,
+ -0.01096343994140625,
+ -0.0196075439453125,
+ 0.0219268798828125,
+ 0.0289764404296875,
+ 0.0216064453125,
+ -0.0007300376892089844,
+ -0.07012939453125,
+ -0.041290283203125,
+ 0.0291290283203125,
+ 0.0161590576171875,
+ -0.01296234130859375,
+ 0.00812530517578125,
+ -0.05474853515625,
+ 0.0560302734375,
+ 0.061767578125,
+ 0.003681182861328125,
+ 0.042266845703125,
+ 0.030242919921875,
+ -0.033294677734375,
+ 0.026885986328125,
+ 0.0036411285400390625,
+ -0.019439697265625,
+ -0.01288604736328125,
+ 0.036651611328125,
+ -0.00948333740234375,
+ 0.046417236328125,
+ 0.0034618377685546875,
+ -0.015838623046875,
+ -0.004383087158203125,
+ -0.00960540771484375,
+ 0.043853759765625,
+ -0.03424072265625,
+ -0.03857421875,
+ -0.0004925727844238281,
+ 0.0264129638671875,
+ 0.013763427734375,
+ 0.07647705078125,
+ -0.0225677490234375,
+ -0.00370025634765625,
+ 0.0176849365234375,
+ 0.01080322265625,
+ -0.0026416778564453125,
+ 0.03778076171875,
+ 0.0167236328125,
+ 0.005802154541015625,
+ 0.019683837890625,
+ 0.02496337890625,
+ 0.0044403076171875,
+ 0.03167724609375,
+ 0.0164031982421875,
+ -0.01520538330078125,
+ 0.0029201507568359375,
+ 0.038726806640625,
+ -0.0212860107421875,
+ -0.00864410400390625,
+ -0.039703369140625,
+ -0.0457763671875,
+ -0.0264129638671875,
+ -0.02288818359375,
+ 0.0006551742553710938,
+ 0.00980377197265625,
+ -0.02081298828125,
+ -0.03985595703125,
+ -0.034088134765625,
+ 0.02960205078125,
+ -0.024322509765625,
+ 0.019287109375,
+ 0.0257720947265625,
+ -0.034088134765625,
+ -0.0005526542663574219,
+ -0.0017910003662109375,
+ 0.020172119140625,
+ 0.0233612060546875,
+ -0.0206451416015625,
+ -0.0001838207244873047,
+ -0.01168060302734375,
+ -0.0219268798828125,
+ 0.045135498046875,
+ 0.021453857421875,
+ 0.0380859375,
+ 0.011444091796875,
+ -0.03857421875,
+ 0.0284881591796875,
+ -0.034088134765625,
+ 0.028167724609375,
+ 0.038421630859375,
+ -0.0174407958984375,
+ 0.0015306472778320312,
+ -0.00872039794921875,
+ 0.0174407958984375,
+ 0.032012939453125,
+ -0.06884765625,
+ -0.0081634521484375,
+ -0.06561279296875,
+ 0.0284881591796875,
+ -0.047698974609375,
+ -0.04608154296875,
+ -0.030731201171875,
+ -0.0246429443359375,
+ 0.036346435546875,
+ -0.027374267578125,
+ -0.0297698974609375,
+ -0.01800537109375,
+ 0.02239990234375,
+ 0.0146484375,
+ 0.036163330078125,
+ 0.0406494140625,
+ -0.0401611328125,
+ -0.007282257080078125,
+ 0.076171875,
+ 0.0196075439453125,
+ -0.002330780029296875,
+ -0.01392364501953125,
+ 0.036346435546875,
+ -0.01593017578125,
+ 0.046417236328125,
+ -0.0390625,
+ 0.0299224853515625,
+ 0.032318115234375,
+ 0.010406494140625,
+ 0.0093231201171875,
+ -0.020172119140625,
+ 0.01336669921875,
+ -0.006763458251953125,
+ 0.02081298828125,
+ -0.057952880859375,
+ -0.0244903564453125,
+ -0.0055999755859375,
+ 0.035369873046875,
+ -0.0220794677734375,
+ -0.078125,
+ -0.01560211181640625,
+ 0.0509033203125,
+ 0.0024013519287109375,
+ 0.00732421875,
+ 0.00238037109375,
+ -0.0246429443359375,
+ 0.017120361328125,
+ 0.006443023681640625,
+ 0.00948333740234375,
+ 0.039215087890625,
+ 0.0416259765625,
+ -0.03680419921875,
+ -0.00350189208984375,
+ 0.03167724609375,
+ 0.025604248046875,
+ -0.04864501953125,
+ -0.03314208984375,
+ -0.01488494873046875,
+ -0.019927978515625,
+ -0.05633544921875,
+ -0.01352691650390625,
+ 0.024169921875,
+ -0.0364990234375,
+ -0.005161285400390625,
+ -0.0380859375,
+ 0.0416259765625,
+ -0.03680419921875,
+ -0.03778076171875,
+ 0.010040283203125,
+ -0.045135498046875,
+ -0.048980712890625,
+ -0.0183258056640625,
+ 0.0447998046875,
+ 0.02496337890625,
+ -0.0013103485107421875,
+ -0.0093231201171875,
+ -0.016571044921875,
+ -0.0204010009765625,
+ -0.0081634521484375,
+ -0.0206451416015625,
+ 0.02801513671875,
+ 0.0093231201171875,
+ 0.026092529296875,
+ 0.016326904296875,
+ 0.03314208984375,
+ 0.02032470703125,
+ 0.06500244140625,
+ 0.061126708984375,
+ -0.006603240966796875,
+ 0.004100799560546875,
+ 0.0204925537109375,
+ 0.00916290283203125,
+ 0.0380859375,
+ -0.00736236572265625,
+ -0.02545166015625,
+ -0.00860595703125,
+ -0.043212890625,
+ 0.015838623046875,
+ 0.0219268798828125,
+ 0.005062103271484375,
+ 0.014404296875,
+ -0.028656005859375,
+ -0.0168914794921875,
+ 0.0560302734375,
+ -0.0211334228515625,
+ 0.089599609375,
+ -0.0257720947265625,
+ -0.04864501953125,
+ 0.0039005279541015625,
+ 0.0111236572265625,
+ -0.00732421875,
+ -0.039520263671875,
+ 0.050567626953125,
+ -0.0136871337890625,
+ -0.006000518798828125,
+ -0.0023403167724609375,
+ -0.0128021240234375,
+ 0.035064697265625,
+ -0.023681640625,
+ -0.033935546875,
+ -0.002201080322265625,
+ -0.0189666748046875,
+ 0.01552581787109375,
+ 0.04736328125,
+ 0.026885986328125,
+ -0.02801513671875,
+ 0.02545166015625,
+ -0.048980712890625,
+ -0.0174407958984375,
+ -0.054412841796875,
+ -0.04833984375,
+ 0.033935546875,
+ 0.020965576171875,
+ 0.01256561279296875,
+ 0.0227203369140625,
+ -0.04736328125,
+ -0.08514404296875,
+ 0.0216064453125,
+ -0.00968170166015625,
+ 0.06500244140625,
+ 0.05859375,
+ 0.0031414031982421875,
+ 0.047698974609375,
+ -0.01560211181640625,
+ -0.00360107421875,
+ 0.038726806640625,
+ 0.0232086181640625,
+ 0.02239990234375,
+ 0.06756591796875,
+ 0.0262451171875,
+ 0.00360107421875,
+ -0.02960205078125,
+ 0.036651611328125,
+ 0.028656005859375,
+ 0.009002685546875,
+ -0.0252838134765625,
+ 0.03887939453125,
+ 0.035064697265625,
+ 0.0238494873046875,
+ -0.03009033203125,
+ 0.04705810546875,
+ 0.019927978515625,
+ -0.052825927734375,
+ -0.029449462890625,
+ -0.0305633544921875,
+ 0.02239990234375,
+ -0.050262451171875,
+ 0.003681182861328125,
+ -0.01136016845703125,
+ 0.00640106201171875,
+ -0.0029811859130859375,
+ 0.006122589111328125,
+ -0.04736328125,
+ 0.002780914306640625,
+ 0.03167724609375,
+ -0.0576171875,
+ 0.03314208984375,
+ 0.022247314453125,
+ -0.038238525390625,
+ 0.0291290283203125,
+ -0.017120361328125,
+ -0.05633544921875,
+ 0.0251312255859375,
+ -0.03729248046875,
+ -0.023681640625,
+ 0.012725830078125,
+ 0.0011157989501953125,
+ -0.050567626953125,
+ -0.04608154296875,
+ -0.0308837890625,
+ -0.002960205078125,
+ -0.0010557174682617188,
+ -0.0021114349365234375,
+ 0.0355224609375,
+ 0.009124755859375,
+ -0.0206451416015625,
+ 0.01336669921875,
+ 0.038726806640625,
+ -0.00904083251953125,
+ -0.038421630859375,
+ 0.0380859375,
+ -0.0220794677734375,
+ -0.029449462890625,
+ 0.01096343994140625,
+ 0.032501220703125,
+ 0.028656005859375,
+ -0.0401611328125,
+ -0.004962921142578125,
+ -0.0147247314453125,
+ 0.01224517822265625,
+ 0.007480621337890625,
+ 0.01448822021484375,
+ -0.035369873046875,
+ -0.0447998046875,
+ -0.02496337890625,
+ 0.0180816650390625,
+ 0.0172119140625,
+ 0.0416259765625,
+ -0.002780914306640625,
+ -0.061126708984375,
+ 0.0246429443359375,
+ -0.046417236328125,
+ -0.01456451416015625,
+ 0.0019207000732421875,
+ 0.0063629150390625,
+ -0.022247314453125,
+ 0.0745849609375,
+ -0.004779815673828125,
+ -0.0184783935546875,
+ -0.0074005126953125,
+ 0.059844970703125,
+ -0.007640838623046875,
+ 0.00948333740234375,
+ -0.06304931640625,
+ 0.04290771484375,
+ 0.0039215087890625,
+ -0.05218505859375,
+ 0.0089263916015625,
+ -0.02496337890625,
+ -0.0075225830078125,
+ 0.032806396484375,
+ -0.0312042236328125,
+ -0.0022411346435546875,
+ 0.0031604766845703125,
+ -0.06719970703125,
+ -0.016326904296875,
+ -0.033782958984375,
+ -0.043853759765625,
+ -0.034088134765625,
+ 0.0270538330078125,
+ 0.03729248046875,
+ 0.007244110107421875,
+ 0.0416259765625,
+ 0.03167724609375,
+ 0.026885986328125,
+ 0.0284881591796875,
+ 0.023681640625,
+ -0.0168914794921875,
+ 0.03936767578125,
+ -0.055694580078125,
+ -0.0217742919921875,
+ -0.0232086181640625,
+ 0.0304107666015625,
+ -0.041290283203125,
+ 0.0038013458251953125,
+ 0.013763427734375,
+ -0.0130462646484375,
+ 0.0278472900390625,
+ -0.005519866943359375,
+ -0.004383087158203125,
+ -0.0304107666015625,
+ -0.0075225830078125,
+ -0.036346435546875,
+ -0.03472900390625,
+ -0.00756072998046875,
+ 0.0284881591796875,
+ -0.0045013427734375,
+ 0.0130462646484375,
+ 0.04193115234375,
+ -0.0662841796875,
+ -0.00732421875,
+ 0.036163330078125,
+ -0.00640106201171875,
+ 0.0172882080078125,
+ 0.0167999267578125,
+ -0.005123138427734375,
+ -0.040985107421875,
+ 0.0278472900390625,
+ -0.04449462890625,
+ -0.026092529296875,
+ -0.076171875,
+ 0.0240020751953125,
+ -0.013763427734375,
+ -0.0184783935546875,
+ -0.0216064453125,
+ -0.0284881591796875,
+ -0.04962158203125,
+ -0.0026416778564453125,
+ 0.036346435546875,
+ 0.004222869873046875,
+ 0.034423828125,
+ -0.0406494140625,
+ -0.006000518798828125,
+ 0.01160430908203125,
+ -0.0107269287109375,
+ 0.03857421875,
+ -0.0217742919921875,
+ 0.0187225341796875,
+ 0.011444091796875,
+ -0.03009033203125,
+ 0.0212860107421875,
+ 0.024322509765625,
+ 0.0098419189453125,
+ 0.0128021240234375,
+ 0.0184783935546875,
+ -0.039215087890625,
+ -0.003780364990234375,
+ -0.02239990234375,
+ -0.0167236328125,
+ -0.0107269287109375,
+ -0.0267333984375,
+ 0.024322509765625,
+ -0.033447265625,
+ -0.01020050048828125,
+ 0.002071380615234375,
+ -0.0070037841796875,
+ 0.0193634033203125,
+ 0.0011548995971679688,
+ 0.000530242919921875,
+ 0.019683837890625,
+ 0.01320648193359375,
+ 0.04705810546875,
+ -0.022247314453125,
+ -0.055694580078125,
+ -0.004901885986328125,
+ -0.0029811859130859375,
+ 0.04193115234375,
+ 0.0447998046875,
+ -0.0143280029296875,
+ -0.007083892822265625,
+ 0.0121612548828125,
+ 0.0240020751953125,
+ 0.005680084228515625,
+ -0.043212890625,
+ -0.026092529296875,
+ 0.027374267578125,
+ 0.0096435546875,
+ 0.0684814453125,
+ -0.01224517822265625,
+ 0.08831787109375,
+ 0.0220794677734375,
+ 0.0055999755859375,
+ 0.048980712890625,
+ 0.054412841796875,
+ 0.050567626953125,
+ -0.0252838134765625,
+ -0.050262451171875,
+ 0.0238494873046875,
+ 0.0094451904296875,
+ -0.043212890625,
+ -0.0416259765625,
+ 0.012481689453125,
+ 0.04290771484375,
+ -0.08001708984375,
+ -0.0305633544921875,
+ -0.01568603515625,
+ 0.0147247314453125,
+ 0.030242919921875,
+ 0.01593017578125,
+ -0.02081298828125,
+ 0.02960205078125,
+ -0.0004978179931640625,
+ -0.0304107666015625,
+ -0.0032806396484375,
+ -0.0175323486328125,
+ 0.004840850830078125,
+ 0.055694580078125,
+ 0.036651611328125,
+ -0.01776123046875,
+ 0.0240020751953125,
+ 0.01552581787109375,
+ 0.0310516357421875,
+ -0.0024814605712890625,
+ 0.036346435546875,
+ 0.01776123046875,
+ 0.00756072998046875,
+ 0.0246429443359375,
+ 0.0704345703125,
+ 0.0082855224609375,
+ -0.033935546875,
+ 0.036163330078125,
+ 0.0233612060546875,
+ 0.059844970703125,
+ 0.0601806640625,
+ -0.0360107421875,
+ 0.0097198486328125,
+ 0.01496124267578125,
+ -0.0291290283203125,
+ -0.00604248046875,
+ 0.006763458251953125,
+ 0.023529052734375,
+ -0.03936767578125,
+ -0.0390625,
+ 0.021453857421875,
+ -0.039703369140625,
+ 0.032806396484375,
+ -0.0032215118408203125,
+ -0.03472900390625,
+ -0.0023097991943359375,
+ 0.0291290283203125,
+ -0.0197601318359375,
+ -0.05633544921875,
+ 0.034088134765625,
+ -0.01776123046875,
+ -0.0233612060546875,
+ -0.01528167724609375,
+ -0.06146240234375,
+ 0.03570556640625,
+ -0.023529052734375,
+ -0.063720703125,
+ -0.005840301513671875,
+ 0.0257720947265625,
+ -0.01232147216796875,
+ -0.054412841796875,
+ -0.00075531005859375,
+ 0.0299224853515625,
+ 0.002361297607421875,
+ -0.026092529296875,
+ -0.07330322265625,
+ -0.0284881591796875,
+ 0.0172119140625,
+ -0.029449462890625,
+ 0.010040283203125,
+ -0.01032257080078125,
+ -0.04736328125,
+ 0.0014600753784179688,
+ 0.00047016143798828125,
+ -0.005641937255859375,
+ 0.018890380859375,
+ -0.053131103515625,
+ 0.0196075439453125,
+ 0.03009033203125,
+ 0.0204925537109375,
+ 0.038726806640625,
+ 0.045135498046875,
+ -0.0016908645629882812,
+ -0.006160736083984375,
+ -0.0310516357421875,
+ -0.040008544921875,
+ 0.0181732177734375,
+ -0.023681640625,
+ -0.0039215087890625,
+ -0.07073974609375,
+ 0.00788116455078125,
+ 0.0244903564453125,
+ -0.071044921875,
+ -0.0107269287109375,
+ 0.0181732177734375,
+ -0.012725830078125,
+ -0.024810791015625,
+ 0.01544189453125,
+ -0.004241943359375,
+ 0.006561279296875,
+ 0.07647705078125,
+ -0.0246429443359375,
+ 0.003421783447265625,
+ 0.01320648193359375,
+ -0.0416259765625,
+ 0.04962158203125,
+ 0.0267333984375,
+ 0.01520538330078125,
+ -0.0364990234375,
+ 0.033782958984375,
+ 0.01544189453125,
+ -0.04034423828125,
+ -0.0120849609375,
+ -0.050567626953125,
+ -0.03759765625,
+ 0.0264129638671875,
+ 0.01360321044921875,
+ 0.01032257080078125,
+ 0.0050811767578125,
+ -0.052825927734375,
+ -0.024810791015625,
+ -0.03265380859375,
+ 0.0136871337890625,
+ -0.0005578994750976562,
+ 0.02496337890625,
+ -0.040496826171875,
+ -0.0206451416015625,
+ -0.0023212432861328125,
+ -0.06756591796875,
+ -0.0191192626953125,
+ -0.0246429443359375,
+ 0.00222015380859375,
+ 0.011444091796875,
+ -0.044158935546875,
+ 0.0107269287109375,
+ 0.0146484375,
+ 0.024169921875,
+ 0.0240020751953125,
+ 0.056671142578125,
+ -0.05859375,
+ -0.02801513671875,
+ 0.00960540771484375,
+ 0.00884246826171875,
+ 0.004619598388671875,
+ 0.0169677734375,
+ -0.020965576171875,
+ 0.0081634521484375,
+ 0.0187225341796875,
+ -0.0252838134765625,
+ 0.0284881591796875,
+ 0.04833984375,
+ -0.00968170166015625,
+ -0.05120849609375,
+ 0.0094451904296875,
+ -0.034576416015625,
+ 0.0304107666015625,
+ 0.004543304443359375,
+ 0.053131103515625,
+ -0.0111236572265625,
+ -0.0117645263671875,
+ -0.101806640625,
+ 0.0168914794921875,
+ -0.0244903564453125,
+ 0.05218505859375,
+ 0.05218505859375,
+ -0.0016603469848632812,
+ -0.0684814453125,
+ -0.024169921875,
+ -0.0183258056640625,
+ 0.0172119140625,
+ -0.0246429443359375,
+ 0.0299224853515625,
+ -0.0175323486328125,
+ 0.003021240234375,
+ 0.00010877847671508789,
+ -0.00716400146484375,
+ 0.0128021240234375,
+ 0.043212890625,
+ 0.0017004013061523438,
+ -0.0360107421875,
+ 0.0276947021484375,
+ -0.033935546875,
+ 0.0312042236328125,
+ -0.005680084228515625,
+ 0.01448822021484375,
+ -0.0134429931640625,
+ -0.0181732177734375,
+ -0.030731201171875,
+ -0.0081634521484375,
+ 0.039520263671875,
+ 0.061126708984375,
+ 0.0014200210571289062,
+ 0.005641937255859375,
+ -0.0176849365234375,
+ 0.0167236328125,
+ -0.013763427734375,
+ -0.02880859375,
+ 0.017852783203125,
+ 0.0153656005859375,
+ -0.02288818359375,
+ -0.037445068359375,
+ -0.0714111328125,
+ -0.091552734375,
+ 0.0029811859130859375,
+ -0.06817626953125,
+ -0.0185699462890625,
+ -0.00884246826171875,
+ 0.02288818359375,
+ 0.034881591796875,
+ -0.047698974609375,
+ 0.01088714599609375,
+ -0.00344085693359375,
+ -0.003421783447265625,
+ -0.0291290283203125,
+ 0.0191192626953125,
+ -0.0080413818359375,
+ 0.0180816650390625,
+ 0.004100799560546875,
+ -0.0257720947265625,
+ 0.0157623291015625,
+ -0.0304107666015625,
+ 0.0151214599609375,
+ 0.002620697021484375,
+ 0.0270538330078125,
+ -0.0284881591796875,
+ 0.027374267578125,
+ -0.062408447265625,
+ -0.0312042236328125,
+ 0.029296875,
+ 0.01264190673828125,
+ 0.0107269287109375,
+ -0.034576416015625,
+ 0.0246429443359375,
+ -0.014801025390625,
+ -0.049285888671875,
+ 0.04705810546875,
+ 0.01264190673828125,
+ -0.0246429443359375,
+ 0.0318603515625,
+ 0.006000518798828125,
+ 0.0117645263671875,
+ -0.0030803680419921875,
+ 0.0240020751953125,
+ 0.032958984375,
+ 0.028167724609375,
+ 0.00222015380859375,
+ 0.002361297607421875,
+ 0.0086822509765625,
+ -0.020965576171875,
+ 0.0034008026123046875,
+ 0.035858154296875,
+ 0.00732421875,
+ 0.0021514892578125,
+ 0.01360321044921875,
+ 0.0146484375,
+ -0.09857177734375,
+ -0.0086822509765625,
+ -0.03009033203125,
+ -0.072021484375,
+ -0.00318145751953125,
+ 0.06915283203125,
+ 0.04449462890625,
+ -0.02239990234375,
+ 0.0318603515625,
+ 0.040008544921875,
+ 0.0299224853515625,
+ 0.01192474365234375,
+ -0.0075225830078125,
+ -0.052490234375,
+ -0.018646240234375,
+ 0.0406494140625,
+ 0.0447998046875,
+ -0.03729248046875,
+ 0.05218505859375,
+ 0.058258056640625,
+ -0.005481719970703125,
+ -0.03521728515625,
+ 0.000995635986328125,
+ 0.0016002655029296875,
+ 0.03887939453125,
+ 0.030731201171875,
+ -0.00812530517578125,
+ -0.06976318359375,
+ 0.00904083251953125,
+ 0.0187225341796875,
+ -0.02545166015625,
+ 0.0031414031982421875,
+ -0.01392364501953125,
+ -0.046722412109375,
+ 0.06146240234375,
+ -0.048980712890625,
+ -0.01488494873046875,
+ 0.002960205078125,
+ 0.0633544921875,
+ 0.036346435546875,
+ -0.052490234375,
+ -0.0021610260009765625,
+ 0.043548583984375,
+ 0.012481689453125,
+ -0.0227203369140625,
+ -0.01080322265625,
+ -0.006923675537109375,
+ 0.01520538330078125,
+ 0.0264129638671875,
+ 0.044158935546875,
+ 0.0003426074981689453,
+ 0.0310516357421875,
+ 0.016326904296875,
+ -0.05889892578125,
+ 0.01800537109375,
+ 0.01384735107421875,
+ -0.0052032470703125,
+ -0.00992584228515625,
+ -0.0416259765625,
+ -0.01488494873046875,
+ -0.033782958984375,
+ 0.032012939453125,
+ 0.00936126708984375,
+ 0.0355224609375,
+ 0.037139892578125,
+ -0.00756072998046875,
+ -0.0024814605712890625,
+ 0.0170440673828125,
+ -0.007244110107421875,
+ 0.042266845703125,
+ 0.0227203369140625,
+ -0.005962371826171875,
+ 0.0027599334716796875,
+ 0.02880859375,
+ -0.004940032958984375,
+ -0.04449462890625,
+ 0.02545166015625,
+ -0.0184783935546875,
+ -0.0004227161407470703,
+ -0.0283355712890625,
+ 0.0021209716796875,
+ 0.007640838623046875,
+ -0.03314208984375,
+ -0.0045013427734375,
+ -0.0313720703125,
+ 0.01328277587890625,
+ -0.019683837890625,
+ -0.02239990234375,
+ -0.02288818359375,
+ 0.0183258056640625,
+ -0.054412841796875,
+ 0.0167236328125,
+ 0.03424072265625,
+ -0.048980712890625,
+ 0.01224517822265625,
+ -0.06402587890625,
+ 0.0992431640625,
+ 0.06976318359375,
+ 0.0267333984375,
+ 0.0039215087890625,
+ 0.01424407958984375,
+ 0.04864501953125,
+ -0.0024204254150390625,
+ 0.000675201416015625,
+ 0.034576416015625,
+ -0.034576416015625,
+ 0.040496826171875,
+ 0.06817626953125,
+ 0.0086822509765625,
+ -0.0299224853515625,
+ 0.0264129638671875,
+ 0.0120849609375,
+ -0.054107666015625,
+ 0.04962158203125,
+ 0.0162506103515625,
+ 0.028167724609375,
+ -0.0257720947265625,
+ -0.0118408203125,
+ -0.0006003379821777344,
+ -0.052825927734375,
+ 0.048004150390625,
+ 0.0380859375,
+ -0.0220794677734375,
+ 0.040802001953125,
+ -0.055389404296875,
+ 0.030731201171875,
+ 0.01328277587890625,
+ 0.036651611328125,
+ -0.0406494140625,
+ 0.01776123046875,
+ -0.0107269287109375,
+ 0.0031414031982421875,
+ -0.0304107666015625,
+ 0.01056671142578125,
+ -0.01096343994140625,
+ 0.046417236328125,
+ -0.039520263671875,
+ 0.0576171875,
+ 0.0170440673828125,
+ 0.0068817138671875,
+ -0.0416259765625,
+ -0.0021915435791015625,
+ 0.028656005859375,
+ 0.0181732177734375,
+ 0.051544189453125,
+ -0.035858154296875,
+ -0.033599853515625,
+ 0.0170440673828125,
+ 0.0233612060546875,
+ 0.06915283203125,
+ -0.0390625,
+ 0.03216552734375,
+ 0.014007568359375,
+ 0.005840301513671875,
+ -0.0052032470703125,
+ -0.02239990234375
+ ],
+ "metadata": {
+ "domains": [
+ "fraud-investigation",
+ "network-forensics"
+ ],
+ "phases": [
+ "reporting"
+ ],
+ "tags": [
+ "mapping",
+ "visualization"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Windows_Netzwerk_Forensik_mit_PowerShell",
+ "type": "tool",
+ "name": "Windows Netzwerk-Forensik mit PowerShell",
+ "content": "windows netzwerk-forensik mit powershell live-system-netzwerk-sammlung: get-netadapter für interface-liste, get-netipaddress für ip-konfiguration, get-nettcpconnection für aktive verbindungen, get-netudpendpoint für udp-ports, get-netneighbor für arp-tabelle, get-netroute für routing-informationen. get-netadapterstatistics für traffic-volumina, get-netadapterhardwareinfo für hardware-details. batch-sammlung mit | export-csv für strukturierte ausgabe. korrelation mit registry-daten unter networklist für historische profile. powershell-forensics network-analysis live-analysis netadapter-cmdlets tcp-connections routing-analysis neighbor-discovery traffic-statistics cmdlet-scripting incident-response network-forensics data-collection examination",
+ "embedding": [
+ -0.00873565673828125,
+ 0.026123046875,
+ 0.01910400390625,
+ 0.0047760009765625,
+ 0.04864501953125,
+ 0.00812530517578125,
+ 0.0131378173828125,
+ 0.0009489059448242188,
+ -0.00885772705078125,
+ -0.010772705078125,
+ -0.039520263671875,
+ 0.03900146484375,
+ 0.004978179931640625,
+ -0.0189361572265625,
+ -0.0430908203125,
+ 0.03900146484375,
+ 0.0235137939453125,
+ 0.0172271728515625,
+ 0.006610870361328125,
+ 0.0167388916015625,
+ -0.028411865234375,
+ 0.0017347335815429688,
+ -0.0197601318359375,
+ 0.007305145263671875,
+ -0.00608062744140625,
+ -0.006244659423828125,
+ 0.01134490966796875,
+ -0.078369140625,
+ -0.024658203125,
+ 0.0096282958984375,
+ 0.017303466796875,
+ -0.043426513671875,
+ -0.0164031982421875,
+ 0.03167724609375,
+ -0.003162384033203125,
+ -0.01297760009765625,
+ 0.028900146484375,
+ -0.05712890625,
+ -0.0176239013671875,
+ 0.041290283203125,
+ 0.01024627685546875,
+ -0.0166473388671875,
+ -0.0177154541015625,
+ -0.01412200927734375,
+ -0.03363037109375,
+ -0.035919189453125,
+ 0.02203369140625,
+ 0.0217132568359375,
+ 0.03363037109375,
+ -0.0277557373046875,
+ 0.01812744140625,
+ 0.036407470703125,
+ 0.00714111328125,
+ -0.0095062255859375,
+ -0.005550384521484375,
+ 0.02032470703125,
+ 0.002735137939453125,
+ -0.010040283203125,
+ -0.031494140625,
+ 0.05780029296875,
+ -0.017791748046875,
+ -0.0311737060546875,
+ -0.01297760009765625,
+ -0.038360595703125,
+ 0.0161590576171875,
+ 0.0168914794921875,
+ -0.01910400390625,
+ -0.056488037109375,
+ 0.005756378173828125,
+ -0.00885772705078125,
+ -0.0130615234375,
+ -0.0235137939453125,
+ -0.0297088623046875,
+ 0.053863525390625,
+ -0.00726318359375,
+ -0.04278564453125,
+ 0.0200042724609375,
+ 0.05029296875,
+ 0.00881195068359375,
+ 0.003040313720703125,
+ -0.060394287109375,
+ 0.00004655122756958008,
+ 0.054840087890625,
+ -0.0235137939453125,
+ -0.0386962890625,
+ -0.00653076171875,
+ 0.038360595703125,
+ 0.018524169921875,
+ 0.01363372802734375,
+ 0.009185791015625,
+ 0.017791748046875,
+ -0.01322174072265625,
+ 0.0222015380859375,
+ -0.026123046875,
+ 0.035430908203125,
+ 0.08258056640625,
+ 0.0191802978515625,
+ -0.009307861328125,
+ 0.0149383544921875,
+ 0.0226898193359375,
+ 0.006977081298828125,
+ -0.040802001953125,
+ 0.07086181640625,
+ 0.0121612548828125,
+ 0.029541015625,
+ -0.0080413818359375,
+ 0.0157470703125,
+ -0.021881103515625,
+ -0.01134490966796875,
+ 0.0014896392822265625,
+ -0.09271240234375,
+ -0.022369384765625,
+ -0.01934814453125,
+ -0.06658935546875,
+ 0.009796142578125,
+ -0.01134490966796875,
+ 0.006855010986328125,
+ 0.017303466796875,
+ -0.06268310546875,
+ -0.033966064453125,
+ 0.028900146484375,
+ -0.026123046875,
+ -0.01110076904296875,
+ -0.005878448486328125,
+ -0.077392578125,
+ -0.035247802734375,
+ 0.007755279541015625,
+ 0.0272674560546875,
+ -0.031494140625,
+ -0.0367431640625,
+ -0.0235137939453125,
+ 0.010406494140625,
+ -0.0226898193359375,
+ -0.039337158203125,
+ 0.007755279541015625,
+ 0.00934600830078125,
+ 0.033782958984375,
+ -0.00856781005859375,
+ -0.00856781005859375,
+ -0.002796173095703125,
+ 0.04766845703125,
+ -0.034454345703125,
+ -0.048980712890625,
+ -0.025634765625,
+ -0.0305328369140625,
+ 0.00438690185546875,
+ 0.0002601146697998047,
+ 0.05029296875,
+ -0.0119171142578125,
+ 0.0128936767578125,
+ -0.01395416259765625,
+ 0.035430908203125,
+ 0.033966064453125,
+ -0.007183074951171875,
+ 0.0052642822265625,
+ -0.05157470703125,
+ -0.028900146484375,
+ -0.0056304931640625,
+ 0.03656005859375,
+ -0.033477783203125,
+ -0.006977081298828125,
+ 0.015838623046875,
+ -0.021881103515625,
+ 0.01534271240234375,
+ -0.00787353515625,
+ -0.0254669189453125,
+ -0.00450897216796875,
+ 0.0128936767578125,
+ -0.00824737548828125,
+ 0.00534820556640625,
+ 0.02252197265625,
+ 0.004245758056640625,
+ 0.048980712890625,
+ 0.061065673828125,
+ 0.016082763671875,
+ 0.01983642578125,
+ 0.01248931884765625,
+ -0.003448486328125,
+ 0.0010509490966796875,
+ 0.034759521484375,
+ -0.0015811920166015625,
+ -0.01134490966796875,
+ 0.032806396484375,
+ 0.00016200542449951172,
+ 0.0146942138671875,
+ 0.0204010009765625,
+ -0.03900146484375,
+ 0.0032444000244140625,
+ -0.035430908203125,
+ 0.032806396484375,
+ -0.0217132568359375,
+ -0.036407470703125,
+ -0.0034885406494140625,
+ 0.051910400390625,
+ 0.03216552734375,
+ 0.06951904296875,
+ 0.004245758056640625,
+ 0.000006079673767089844,
+ 0.06268310546875,
+ -0.0005431175231933594,
+ 0.0106964111328125,
+ 0.018768310546875,
+ -0.0154266357421875,
+ 0.01558685302734375,
+ 0.0131378173828125,
+ -0.000499725341796875,
+ -0.0140380859375,
+ 0.0194244384765625,
+ 0.032318115234375,
+ -0.06268310546875,
+ -0.0009694099426269531,
+ 0.0701904296875,
+ -0.021881103515625,
+ -0.037872314453125,
+ -0.01934814453125,
+ -0.025146484375,
+ 0.00559234619140625,
+ -0.01061248779296875,
+ -0.026611328125,
+ -0.01436614990234375,
+ -0.01207733154296875,
+ -0.016082763671875,
+ 0.006977081298828125,
+ 0.0162506103515625,
+ -0.033966064453125,
+ 0.0279083251953125,
+ 0.023345947265625,
+ -0.048004150390625,
+ -0.016571044921875,
+ 0.0142059326171875,
+ 0.025787353515625,
+ 0.01158905029296875,
+ 0.00836944580078125,
+ 0.01934814453125,
+ 0.01151275634765625,
+ -0.0222015380859375,
+ 0.04931640625,
+ 0.00656890869140625,
+ 0.009674072265625,
+ 0.01248931884765625,
+ -0.04473876953125,
+ 0.02105712890625,
+ -0.0450439453125,
+ 0.003082275390625,
+ 0.0156707763671875,
+ -0.0217132568359375,
+ 0.035919189453125,
+ 0.00444793701171875,
+ 0.0226898193359375,
+ 0.041778564453125,
+ -0.047027587890625,
+ 0.0012445449829101562,
+ -0.06793212890625,
+ -0.040313720703125,
+ -0.074462890625,
+ -0.047027587890625,
+ -0.054840087890625,
+ -0.06365966796875,
+ 0.04766845703125,
+ -0.02105712890625,
+ -0.028900146484375,
+ 0.009429931640625,
+ 0.009918212890625,
+ -0.00534820556640625,
+ 0.05712890625,
+ 0.0056304931640625,
+ -0.040313720703125,
+ 0.00078582763671875,
+ 0.06072998046875,
+ -0.0259552001953125,
+ -0.00824737548828125,
+ -0.0172271728515625,
+ 0.0267791748046875,
+ -0.0142822265625,
+ 0.026123046875,
+ -0.0201568603515625,
+ -0.003978729248046875,
+ 0.055816650390625,
+ 0.0093841552734375,
+ 0.01012420654296875,
+ -0.018768310546875,
+ 0.00771331787109375,
+ -0.0231781005859375,
+ 0.04669189453125,
+ -0.04669189453125,
+ -0.00395965576171875,
+ 0.0133056640625,
+ -0.0006046295166015625,
+ 0.00018489360809326172,
+ -0.06988525390625,
+ 0.016326904296875,
+ 0.0264434814453125,
+ -0.01000213623046875,
+ 0.0124053955078125,
+ 0.00616455078125,
+ -0.047332763671875,
+ 0.0186920166015625,
+ -0.01044464111328125,
+ -0.00232696533203125,
+ -0.004222869873046875,
+ 0.0212249755859375,
+ -0.0236663818359375,
+ 0.01502227783203125,
+ 0.0135498046875,
+ 0.0004897117614746094,
+ -0.03802490234375,
+ -0.049957275390625,
+ -0.0217132568359375,
+ 0.003673553466796875,
+ -0.034454345703125,
+ -0.024322509765625,
+ 0.0026111602783203125,
+ -0.017059326171875,
+ 0.00620269775390625,
+ 0.00983428955078125,
+ -0.025787353515625,
+ -0.0206451416015625,
+ -0.049957275390625,
+ 0.01134490966796875,
+ -0.03167724609375,
+ -0.05780029296875,
+ -0.00934600830078125,
+ 0.051910400390625,
+ -0.00738525390625,
+ 0.0269317626953125,
+ -0.0126495361328125,
+ 0.0086517333984375,
+ -0.026611328125,
+ 0.03802490234375,
+ -0.0212249755859375,
+ -0.0020809173583984375,
+ 0.02203369140625,
+ 0.04278564453125,
+ 0.0131378173828125,
+ 0.0174713134765625,
+ 0.03411865234375,
+ 0.05126953125,
+ 0.0147705078125,
+ -0.0202484130859375,
+ 0.010772705078125,
+ 0.028900146484375,
+ 0.005672454833984375,
+ 0.01885986328125,
+ -0.0131378173828125,
+ -0.031494140625,
+ -0.00807952880859375,
+ 0.009674072265625,
+ 0.024810791015625,
+ 0.018280029296875,
+ 0.026275634765625,
+ 0.01346588134765625,
+ -0.0382080078125,
+ -0.00824737548828125,
+ 0.046356201171875,
+ -0.0159912109375,
+ 0.08160400390625,
+ -0.028411865234375,
+ -0.033966064453125,
+ 0.017059326171875,
+ 0.048309326171875,
+ -0.0186920166015625,
+ -0.00689697265625,
+ 0.04962158203125,
+ 0.029388427734375,
+ 0.0311737060546875,
+ 0.0411376953125,
+ -0.01959228515625,
+ 0.01061248779296875,
+ -0.00885772705078125,
+ -0.002071380615234375,
+ -0.0177154541015625,
+ -0.005916595458984375,
+ 0.0208892822265625,
+ 0.078369140625,
+ 0.0161590576171875,
+ 0.00595855712890625,
+ 0.0411376953125,
+ -0.026123046875,
+ -0.042449951171875,
+ -0.0082855224609375,
+ -0.06298828125,
+ 0.0086517333984375,
+ 0.02105712890625,
+ 0.01837158203125,
+ 0.037384033203125,
+ -0.021392822265625,
+ -0.05615234375,
+ 0.010040283203125,
+ -0.041778564453125,
+ 0.055511474609375,
+ 0.04864501953125,
+ 0.002193450927734375,
+ 0.049957275390625,
+ -0.0005078315734863281,
+ 0.006000518798828125,
+ 0.0149383544921875,
+ 0.006038665771484375,
+ -0.00008672475814819336,
+ 0.047332763671875,
+ 0.0401611328125,
+ -0.0128173828125,
+ -0.0254669189453125,
+ 0.01151275634765625,
+ 0.0217132568359375,
+ 0.055816650390625,
+ -0.002040863037109375,
+ 0.028900146484375,
+ 0.0154266357421875,
+ -0.0222015380859375,
+ -0.051910400390625,
+ 0.0305328369140625,
+ 0.0386962890625,
+ -0.0264434814453125,
+ 0.0016632080078125,
+ -0.0305328369140625,
+ 0.037872314453125,
+ -0.04766845703125,
+ 0.0186920166015625,
+ 0.0009388923645019531,
+ -0.01151275634765625,
+ 0.01297760009765625,
+ 0.029388427734375,
+ -0.06268310546875,
+ 0.0017957687377929688,
+ 0.04376220703125,
+ -0.0396728515625,
+ 0.0249786376953125,
+ 0.045379638671875,
+ -0.027587890625,
+ -0.00812530517578125,
+ -0.029541015625,
+ -0.054840087890625,
+ 0.021392822265625,
+ -0.0189361572265625,
+ -0.030853271484375,
+ 0.005062103271484375,
+ -0.006000518798828125,
+ -0.05877685546875,
+ -0.030364990234375,
+ 0.0186920166015625,
+ -0.017303466796875,
+ -0.04669189453125,
+ -0.0197601318359375,
+ 0.031494140625,
+ -0.0028781890869140625,
+ 0.001239776611328125,
+ 0.040496826171875,
+ 0.03753662109375,
+ 0.02008056640625,
+ -0.03900146484375,
+ 0.06890869140625,
+ 0.005794525146484375,
+ -0.04376220703125,
+ 0.0297088623046875,
+ 0.0044708251953125,
+ 0.015838623046875,
+ -0.040802001953125,
+ -0.00946807861328125,
+ 0.005916595458984375,
+ -0.00047707557678222656,
+ 0.003204345703125,
+ 0.0274200439453125,
+ -0.034454345703125,
+ -0.0241546630859375,
+ -0.031829833984375,
+ 0.05712890625,
+ 0.00665283203125,
+ 0.034942626953125,
+ -0.0156707763671875,
+ -0.053558349609375,
+ 0.024810791015625,
+ -0.04376220703125,
+ 0.0006275177001953125,
+ -0.01509857177734375,
+ -0.00616455078125,
+ -0.0145263671875,
+ 0.07769775390625,
+ -0.0174713134765625,
+ -0.00734710693359375,
+ -0.005878448486328125,
+ 0.025299072265625,
+ 0.004100799560546875,
+ 0.00028824806213378906,
+ -0.031494140625,
+ 0.036895751953125,
+ 0.0034694671630859375,
+ -0.03167724609375,
+ -0.0191802978515625,
+ -0.039825439453125,
+ -0.0164947509765625,
+ 0.058441162109375,
+ -0.05224609375,
+ 0.0172271728515625,
+ -0.0191802978515625,
+ -0.05157470703125,
+ -0.031829833984375,
+ -0.005062103271484375,
+ -0.004367828369140625,
+ -0.0212249755859375,
+ 0.00689697265625,
+ 0.010284423828125,
+ 0.0149383544921875,
+ 0.0087738037109375,
+ 0.039337158203125,
+ 0.01151275634765625,
+ 0.0301971435546875,
+ -0.029052734375,
+ -0.025787353515625,
+ 0.03460693359375,
+ -0.033966064453125,
+ -0.0201568603515625,
+ 0.0126495361328125,
+ 0.025146484375,
+ -0.01934814453125,
+ -0.005428314208984375,
+ -0.0038776397705078125,
+ -0.01183319091796875,
+ 0.026275634765625,
+ -0.08197021484375,
+ -0.006816864013671875,
+ -0.03265380859375,
+ -0.02032470703125,
+ -0.0240020751953125,
+ -0.033294677734375,
+ -0.00402069091796875,
+ 0.0146942138671875,
+ -0.0085296630859375,
+ -0.006816864013671875,
+ 0.05059814453125,
+ -0.0740966796875,
+ 0.0274200439453125,
+ 0.0357666015625,
+ 0.00738525390625,
+ 0.021881103515625,
+ -0.022857666015625,
+ 0.00620269775390625,
+ -0.006000518798828125,
+ 0.0377197265625,
+ -0.0236663818359375,
+ -0.02252197265625,
+ -0.055816650390625,
+ 0.01322174072265625,
+ 0.01885986328125,
+ 0.00090789794921875,
+ -0.0217132568359375,
+ -0.048004150390625,
+ -0.06268310546875,
+ 0.0230255126953125,
+ 0.028900146484375,
+ 0.03216552734375,
+ -0.0235137939453125,
+ -0.0254669189453125,
+ -0.01248931884765625,
+ 0.0035305023193359375,
+ -0.0274200439453125,
+ 0.01044464111328125,
+ -0.0130615234375,
+ 0.02081298828125,
+ -0.005672454833984375,
+ 0.00559234619140625,
+ 0.02032470703125,
+ 0.03314208984375,
+ 0.0172271728515625,
+ 0.04571533203125,
+ 0.018035888671875,
+ -0.024322509765625,
+ 0.0111846923828125,
+ -0.018524169921875,
+ -0.0222015380859375,
+ 0.006122589111328125,
+ 0.002437591552734375,
+ 0.0038356781005859375,
+ -0.0088958740234375,
+ -0.00426483154296875,
+ -0.018035888671875,
+ 0.006694793701171875,
+ 0.010772705078125,
+ -0.01412200927734375,
+ 0.0011529922485351562,
+ 0.0217132568359375,
+ -0.00759124755859375,
+ 0.034759521484375,
+ -0.031982421875,
+ -0.0450439453125,
+ 0.01183319091796875,
+ 0.0007905960083007812,
+ 0.0386962890625,
+ 0.03704833984375,
+ 0.009185791015625,
+ -0.01207733154296875,
+ 0.011260986328125,
+ 0.05877685546875,
+ -0.01297760009765625,
+ -0.0780029296875,
+ -0.010528564453125,
+ 0.0377197265625,
+ -0.0154266357421875,
+ 0.0300445556640625,
+ -0.0116729736328125,
+ 0.06561279296875,
+ -0.002796173095703125,
+ 0.003162384033203125,
+ 0.0450439453125,
+ 0.061065673828125,
+ 0.017547607421875,
+ -0.0018568038940429688,
+ -0.0267791748046875,
+ 0.01551055908203125,
+ 0.017547607421875,
+ -0.04376220703125,
+ -0.0643310546875,
+ -0.00807952880859375,
+ 0.05157470703125,
+ -0.088134765625,
+ -0.0194244384765625,
+ -0.00269317626953125,
+ 0.0154266357421875,
+ 0.01085662841796875,
+ 0.010528564453125,
+ -0.01273345947265625,
+ 0.0297088623046875,
+ 0.006938934326171875,
+ -0.05712890625,
+ -0.0088958740234375,
+ -0.00832366943359375,
+ 0.0372314453125,
+ 0.055511474609375,
+ 0.06170654296875,
+ -0.01207733154296875,
+ 0.005222320556640625,
+ 0.01273345947265625,
+ 0.05029296875,
+ 0.016326904296875,
+ 0.04669189453125,
+ 0.029541015625,
+ 0.0235137939453125,
+ 0.034454345703125,
+ 0.046051025390625,
+ -0.0172271728515625,
+ -0.003795623779296875,
+ 0.0292205810546875,
+ 0.04864501953125,
+ 0.058441162109375,
+ 0.046356201171875,
+ -0.004039764404296875,
+ -0.016571044921875,
+ -0.01085662841796875,
+ -0.021881103515625,
+ -0.01134490966796875,
+ 0.023834228515625,
+ -0.01885986328125,
+ -0.0411376953125,
+ -0.05419921875,
+ 0.0300445556640625,
+ -0.01387786865234375,
+ 0.060089111328125,
+ 0.0035305023193359375,
+ -0.03509521484375,
+ -0.01200103759765625,
+ 0.0249786376953125,
+ -0.037384033203125,
+ -0.040985107421875,
+ 0.036895751953125,
+ -0.0159912109375,
+ -0.0212249755859375,
+ -0.0231781005859375,
+ -0.031829833984375,
+ 0.02203369140625,
+ 0.0131378173828125,
+ -0.05157470703125,
+ -0.028564453125,
+ 0.0235137939453125,
+ -0.0259552001953125,
+ -0.03460693359375,
+ -0.030364990234375,
+ -0.00946807861328125,
+ -0.02203369140625,
+ -0.028900146484375,
+ -0.06170654296875,
+ -0.036407470703125,
+ 0.02154541015625,
+ -0.011016845703125,
+ -0.02081298828125,
+ 0.0052032470703125,
+ -0.0305328369140625,
+ 0.0009641647338867188,
+ -0.0017652511596679688,
+ -0.027099609375,
+ 0.0386962890625,
+ -0.06695556640625,
+ 0.0269317626953125,
+ 0.022857666015625,
+ 0.0259552001953125,
+ 0.044403076171875,
+ 0.047027587890625,
+ -0.004978179931640625,
+ -0.0011730194091796875,
+ -0.01363372802734375,
+ -0.062347412109375,
+ 0.0382080078125,
+ 0.006366729736328125,
+ -0.002407073974609375,
+ -0.06756591796875,
+ 0.01273345947265625,
+ 0.0391845703125,
+ -0.07379150390625,
+ 0.0235137939453125,
+ 0.0197601318359375,
+ -0.03509521484375,
+ -0.044403076171875,
+ -0.0002715587615966797,
+ 0.003673553466796875,
+ 0.005550384521484375,
+ 0.0875244140625,
+ 0.023345947265625,
+ -0.01036834716796875,
+ -0.0096282958984375,
+ -0.053558349609375,
+ 0.035430908203125,
+ -0.010772705078125,
+ 0.0244903564453125,
+ -0.061065673828125,
+ 0.0164031982421875,
+ 0.0010404586791992188,
+ -0.0421142578125,
+ 0.01085662841796875,
+ -0.0721435546875,
+ -0.032501220703125,
+ 0.01534271240234375,
+ 0.01338958740234375,
+ -0.0200042724609375,
+ -0.00032401084899902344,
+ -0.04278564453125,
+ -0.0179595947265625,
+ -0.034454345703125,
+ 0.0226898193359375,
+ -0.003204345703125,
+ 0.01910400390625,
+ -0.0396728515625,
+ -0.01200103759765625,
+ -0.0019483566284179688,
+ -0.05322265625,
+ -0.05322265625,
+ -0.017303466796875,
+ 0.0047760009765625,
+ 0.008941650390625,
+ -0.06396484375,
+ 0.03216552734375,
+ 0.01297760009765625,
+ 0.018035888671875,
+ 0.041778564453125,
+ 0.031341552734375,
+ -0.0240020751953125,
+ -0.0264434814453125,
+ 0.01509857177734375,
+ 0.033782958984375,
+ 0.0249786376953125,
+ -0.0241546630859375,
+ 0.0171356201171875,
+ 0.001316070556640625,
+ 0.0277557373046875,
+ -0.0201568603515625,
+ 0.048309326171875,
+ 0.0372314453125,
+ -0.0154266357421875,
+ -0.09466552734375,
+ -0.0244903564453125,
+ -0.0124053955078125,
+ -0.00395965576171875,
+ -0.0119171142578125,
+ 0.031341552734375,
+ -0.01363372802734375,
+ -0.028564453125,
+ -0.0894775390625,
+ 0.05322265625,
+ -0.0162506103515625,
+ 0.0217132568359375,
+ 0.021392822265625,
+ -0.031982421875,
+ -0.0750732421875,
+ -0.025146484375,
+ -0.02056884765625,
+ 0.01534271240234375,
+ -0.0172271728515625,
+ 0.0222015380859375,
+ 0.005039215087890625,
+ -0.0184478759765625,
+ 0.032806396484375,
+ -0.01175689697265625,
+ 0.023345947265625,
+ 0.04473876953125,
+ 0.0236663818359375,
+ -0.032318115234375,
+ 0.040496826171875,
+ -0.027587890625,
+ 0.00726318359375,
+ 0.005550384521484375,
+ -0.0017547607421875,
+ -0.024658203125,
+ -0.0142822265625,
+ -0.003284454345703125,
+ -0.018280029296875,
+ -0.001300811767578125,
+ 0.0406494140625,
+ 0.0012445449829101562,
+ -0.01371002197265625,
+ -0.03265380859375,
+ 0.042449951171875,
+ 0.0167388916015625,
+ -0.032989501953125,
+ 0.0154266357421875,
+ -0.0212249755859375,
+ 0.0182037353515625,
+ -0.035430908203125,
+ -0.06268310546875,
+ -0.0875244140625,
+ 0.0217132568359375,
+ -0.0711669921875,
+ -0.0159912109375,
+ 0.0084075927734375,
+ -0.01000213623046875,
+ 0.00628662109375,
+ -0.02105712890625,
+ 0.011016845703125,
+ 0.00559234619140625,
+ -0.0230255126953125,
+ -0.062042236328125,
+ 0.010284423828125,
+ 0.00653076171875,
+ 0.003936767578125,
+ 0.0179595947265625,
+ -0.0244903564453125,
+ 0.035247802734375,
+ -0.001194000244140625,
+ 0.0019989013671875,
+ -0.0241546630859375,
+ 0.022369384765625,
+ -0.0197601318359375,
+ -0.0006070137023925781,
+ -0.07904052734375,
+ -0.022369384765625,
+ 0.028411865234375,
+ 0.0254669189453125,
+ 0.016326904296875,
+ -0.03314208984375,
+ 0.037384033203125,
+ -0.028411865234375,
+ -0.07281494140625,
+ 0.0182037353515625,
+ -0.0212249755859375,
+ -0.0244903564453125,
+ 0.0277557373046875,
+ -0.0082855224609375,
+ 0.01812744140625,
+ 0.004123687744140625,
+ 0.07672119140625,
+ 0.03509521484375,
+ 0.046356201171875,
+ 0.03167724609375,
+ -0.006488800048828125,
+ -0.0157470703125,
+ -0.0287322998046875,
+ 0.0045318603515625,
+ 0.03460693359375,
+ 0.0197601318359375,
+ -0.00463104248046875,
+ 0.046356201171875,
+ -0.029388427734375,
+ -0.07904052734375,
+ 0.00656890869140625,
+ -0.03607177734375,
+ -0.06170654296875,
+ -0.006732940673828125,
+ 0.05975341796875,
+ 0.046356201171875,
+ 0.0092620849609375,
+ 0.0236663818359375,
+ 0.02154541015625,
+ 0.024322509765625,
+ 0.03314208984375,
+ 0.00897979736328125,
+ -0.04473876953125,
+ -0.005001068115234375,
+ 0.018768310546875,
+ -0.0097503662109375,
+ -0.06658935546875,
+ 0.053863525390625,
+ 0.081298828125,
+ -0.0169830322265625,
+ -0.025634765625,
+ -0.0015001296997070312,
+ -0.0156707763671875,
+ 0.032806396484375,
+ 0.0287322998046875,
+ 0.00677490234375,
+ -0.0721435546875,
+ 0.029388427734375,
+ 0.0406494140625,
+ -0.01861572265625,
+ 0.0026111602783203125,
+ -0.0142822265625,
+ -0.0197601318359375,
+ 0.05029296875,
+ -0.041290283203125,
+ 0.01297760009765625,
+ 0.01273345947265625,
+ 0.059417724609375,
+ 0.0159149169921875,
+ -0.056488037109375,
+ -0.0010099411010742188,
+ 0.048004150390625,
+ 0.0145263671875,
+ -0.026611328125,
+ 0.01044464111328125,
+ 0.0093841552734375,
+ -0.016815185546875,
+ 0.033294677734375,
+ 0.030364990234375,
+ 0.0201568603515625,
+ -0.004283905029296875,
+ 0.0207366943359375,
+ -0.078369140625,
+ 0.0240020751953125,
+ 0.01436614990234375,
+ 0.01387786865234375,
+ 0.0159912109375,
+ -0.037384033203125,
+ -0.031829833984375,
+ -0.071533203125,
+ 0.0411376953125,
+ 0.030853271484375,
+ 0.027099609375,
+ 0.0146942138671875,
+ 0.0182037353515625,
+ 0.018035888671875,
+ 0.002857208251953125,
+ 0.0015916824340820312,
+ 0.01837158203125,
+ 0.018280029296875,
+ 0.040496826171875,
+ 0.00824737548828125,
+ 0.019256591796875,
+ 0.0172271728515625,
+ -0.04376220703125,
+ 0.033294677734375,
+ -0.045379638671875,
+ 0.01175689697265625,
+ -0.035430908203125,
+ -0.0151824951171875,
+ 0.0194244384765625,
+ -0.047027587890625,
+ -0.0159149169921875,
+ -0.0382080078125,
+ -0.0006837844848632812,
+ -0.007183074951171875,
+ -0.03851318359375,
+ -0.0254669189453125,
+ 0.025634765625,
+ -0.033294677734375,
+ 0.009307861328125,
+ 0.005428314208984375,
+ -0.00254058837890625,
+ -0.01509857177734375,
+ -0.07049560546875,
+ 0.043426513671875,
+ 0.04669189453125,
+ 0.01012420654296875,
+ -0.0182037353515625,
+ 0.00547027587890625,
+ 0.033477783203125,
+ -0.026123046875,
+ 0.0142822265625,
+ 0.017303466796875,
+ -0.01248931884765625,
+ 0.053558349609375,
+ 0.06561279296875,
+ 0.01224517822265625,
+ -0.0212249755859375,
+ 0.01110076904296875,
+ 0.017303466796875,
+ -0.01788330078125,
+ 0.034454345703125,
+ 0.0173797607421875,
+ 0.0189361572265625,
+ -0.025146484375,
+ 0.0119171142578125,
+ -0.002132415771484375,
+ -0.0301971435546875,
+ 0.053558349609375,
+ 0.031494140625,
+ 0.00677490234375,
+ 0.0259552001953125,
+ -0.04766845703125,
+ 0.057464599609375,
+ 0.02154541015625,
+ 0.050933837890625,
+ -0.042449951171875,
+ 0.05059814453125,
+ 0.003917694091796875,
+ 0.01959228515625,
+ -0.0208892822265625,
+ 0.024322509765625,
+ 0.018280029296875,
+ 0.025634765625,
+ -0.01224517822265625,
+ 0.048004150390625,
+ 0.0212249755859375,
+ -0.01200103759765625,
+ -0.05908203125,
+ 0.033294677734375,
+ -0.00395965576171875,
+ 0.0019683837890625,
+ 0.03265380859375,
+ -0.050933837890625,
+ -0.02252197265625,
+ 0.027099609375,
+ 0.040985107421875,
+ 0.074462890625,
+ -0.03607177734375,
+ 0.017547607421875,
+ -0.02008056640625,
+ -0.005306243896484375,
+ 0.0111846923828125,
+ -0.0154266357421875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "powershell-forensics",
+ "network-analysis",
+ "live-analysis",
+ "netadapter-cmdlets",
+ "tcp-connections",
+ "routing-analysis",
+ "neighbor-discovery",
+ "traffic-statistics",
+ "cmdlet-scripting"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_WiFi_Pineapple",
+ "type": "tool",
+ "name": "WiFi Pineapple",
+ "content": "wifi pineapple spezialisierte rogue-access-point-hardware für wlan-penetrationstests und forensische netzwerk-analyse. pineap-suite führt automatische reconnaissance durch, erfasst handshakes und enterprise-credentials. gezielte client-filterung und cloud-c2-fernsteuerung für diskrete operationen. browser-basierte gui vereinfacht komplexe wlan-angriffe. mark vii und enterprise-modelle für verschiedene einsatzszenarien. unverzichtbar für wlan-sicherheitsbewertungen und incident-response. rogue-ap wireless man-in-the-middle gui web-interface scenario:remote_access network-forensics incident-response data-collection analysis",
+ "embedding": [
+ -0.018157958984375,
+ -0.0033416748046875,
+ 0.0272979736328125,
+ 0.0221099853515625,
+ 0.0175933837890625,
+ 0.024658203125,
+ 0.0038356781005859375,
+ -0.0118560791015625,
+ -0.00974273681640625,
+ -0.01788330078125,
+ -0.03369140625,
+ 0.0684814453125,
+ 0.0228729248046875,
+ -0.0084686279296875,
+ -0.043853759765625,
+ 0.0198516845703125,
+ -0.0173187255859375,
+ 0.0113372802734375,
+ 0.006870269775390625,
+ 0.0207977294921875,
+ -0.0263519287109375,
+ -0.004894256591796875,
+ -0.057220458984375,
+ 0.007480621337890625,
+ 0.003765106201171875,
+ -0.0263519287109375,
+ -0.021270751953125,
+ -0.032745361328125,
+ -0.0287933349609375,
+ 0.0073394775390625,
+ -0.014495849609375,
+ -0.01806640625,
+ 0.012420654296875,
+ 0.006916046142578125,
+ 0.01317596435546875,
+ -0.006542205810546875,
+ 0.0008411407470703125,
+ -0.03424072265625,
+ -0.004352569580078125,
+ 0.032379150390625,
+ -0.030303955078125,
+ -0.01806640625,
+ -0.0024814605712890625,
+ 0.007717132568359375,
+ -0.0310516357421875,
+ -0.0228729248046875,
+ -0.009124755859375,
+ 0.0085601806640625,
+ 0.0189208984375,
+ -0.01364898681640625,
+ 0.042144775390625,
+ 0.03179931640625,
+ 0.021270751953125,
+ -0.012237548828125,
+ 0.00167083740234375,
+ -0.00827789306640625,
+ 0.0227813720703125,
+ -0.04046630859375,
+ -0.05609130859375,
+ 0.0726318359375,
+ -0.0382080078125,
+ -0.0254058837890625,
+ 0.009552001953125,
+ -0.005222320556640625,
+ -0.01430511474609375,
+ 0.01534271240234375,
+ 0.001552581787109375,
+ -0.039154052734375,
+ -0.0242767333984375,
+ 0.01824951171875,
+ 0.005035400390625,
+ -0.0161895751953125,
+ -0.0221099853515625,
+ -0.0024585723876953125,
+ -0.06024169921875,
+ -0.030303955078125,
+ 0.039703369140625,
+ 0.00264739990234375,
+ 0.01143646240234375,
+ 0.0016584396362304688,
+ -0.043670654296875,
+ -0.003765106201171875,
+ 0.039520263671875,
+ -0.044403076171875,
+ -0.001682281494140625,
+ 0.01213836669921875,
+ 0.021270751953125,
+ -0.0020236968994140625,
+ 0.001399993896484375,
+ 0.0276641845703125,
+ 0.025970458984375,
+ -0.0088958740234375,
+ 0.0088958740234375,
+ -0.046112060546875,
+ 0.007198333740234375,
+ 0.013458251953125,
+ 0.0161895751953125,
+ -0.00922393798828125,
+ -0.004634857177734375,
+ 0.020050048828125,
+ -0.007293701171875,
+ 0.0020465850830078125,
+ 0.0677490234375,
+ 0.0160980224609375,
+ 0.06475830078125,
+ -0.054962158203125,
+ 0.0174102783203125,
+ -0.0162811279296875,
+ 0.0032939910888671875,
+ -0.0152435302734375,
+ -0.09637451171875,
+ -0.0053863525390625,
+ 0.005809783935546875,
+ -0.05572509765625,
+ 0.0023059844970703125,
+ 0.0163726806640625,
+ 0.0018939971923828125,
+ 0.032379150390625,
+ -0.053466796875,
+ -0.035369873046875,
+ 0.01910400390625,
+ 0.0206146240234375,
+ -0.030303955078125,
+ -0.00018155574798583984,
+ -0.07037353515625,
+ -0.054962158203125,
+ -0.01806640625,
+ 0.053070068359375,
+ -0.053466796875,
+ -0.03387451171875,
+ -0.01171875,
+ -0.00936126708984375,
+ -0.015716552734375,
+ 0.00922393798828125,
+ 0.00649261474609375,
+ -0.00392913818359375,
+ 0.0340576171875,
+ 0.012237548828125,
+ -0.004398345947265625,
+ -0.0078125,
+ 0.01439666748046875,
+ -0.0128936767578125,
+ -0.037628173828125,
+ -0.0297393798828125,
+ -0.034454345703125,
+ -0.032928466796875,
+ -0.00799560546875,
+ 0.02899169921875,
+ -0.01543426513671875,
+ 0.00804901123046875,
+ -0.00936126708984375,
+ 0.0208892822265625,
+ 0.054962158203125,
+ -0.01439666748046875,
+ 0.0189208984375,
+ -0.0673828125,
+ -0.006633758544921875,
+ -0.0263519287109375,
+ 0.0230560302734375,
+ -0.005764007568359375,
+ -0.0079498291015625,
+ -0.0276641845703125,
+ -0.0306854248046875,
+ 0.00978851318359375,
+ -0.05419921875,
+ -0.033111572265625,
+ -0.045928955078125,
+ -0.03802490234375,
+ 0.0205078125,
+ -0.004116058349609375,
+ 0.02447509765625,
+ -0.01421356201171875,
+ 0.025970458984375,
+ 0.0579833984375,
+ -0.01204681396484375,
+ 0.00677490234375,
+ -0.01161956787109375,
+ 0.00861358642578125,
+ 0.03143310546875,
+ 0.04010009765625,
+ -0.0198516845703125,
+ -0.02484130859375,
+ 0.039886474609375,
+ 0.0139312744140625,
+ 0.028228759765625,
+ -0.006916046142578125,
+ -0.03857421875,
+ -0.01091766357421875,
+ -0.037261962890625,
+ 0.01326751708984375,
+ -0.00870513916015625,
+ -0.0175018310546875,
+ -0.04083251953125,
+ 0.01430511474609375,
+ 0.0175018310546875,
+ 0.05157470703125,
+ 0.0430908203125,
+ 0.0038585662841796875,
+ 0.02691650390625,
+ -0.0017061233520507812,
+ 0.002834320068359375,
+ 0.050079345703125,
+ 0.0012464523315429688,
+ 0.0489501953125,
+ -0.0001506805419921875,
+ 0.0205078125,
+ 0.00753021240234375,
+ 0.030487060546875,
+ 0.0205078125,
+ -0.034454345703125,
+ -0.002410888671875,
+ 0.0472412109375,
+ -0.025787353515625,
+ -0.0163726806640625,
+ -0.027862548828125,
+ -0.0284271240234375,
+ 0.0172271728515625,
+ -0.0026226043701171875,
+ -0.005645751953125,
+ -0.006916046142578125,
+ -0.006069183349609375,
+ -0.041961669921875,
+ 0.007717132568359375,
+ 0.04742431640625,
+ -0.02691650390625,
+ 0.0382080078125,
+ 0.0265350341796875,
+ -0.027099609375,
+ 0.00879669189453125,
+ 0.06512451171875,
+ 0.02032470703125,
+ 0.0272979736328125,
+ 0.01666259765625,
+ 0.0085601806640625,
+ -0.03802490234375,
+ -0.0016002655029296875,
+ 0.027862548828125,
+ 0.052703857421875,
+ 0.030303955078125,
+ 0.032562255859375,
+ -0.048553466796875,
+ 0.04534912109375,
+ -0.034820556640625,
+ 0.04254150390625,
+ 0.0194854736328125,
+ -0.004352569580078125,
+ 0.01477813720703125,
+ 0.0228729248046875,
+ 0.04290771484375,
+ 0.055328369140625,
+ -0.10467529296875,
+ 0.0196685791015625,
+ -0.0767822265625,
+ 0.015716552734375,
+ -0.07568359375,
+ -0.031982421875,
+ -0.019195556640625,
+ -0.0538330078125,
+ 0.030303955078125,
+ -0.030120849609375,
+ -0.0195770263671875,
+ -0.01157379150390625,
+ -0.006069183349609375,
+ -0.0263519287109375,
+ 0.058349609375,
+ 0.0013170242309570312,
+ -0.047607421875,
+ -0.0017175674438476562,
+ 0.030487060546875,
+ 0.0017881393432617188,
+ -0.02362060546875,
+ -0.01096343994140625,
+ 0.041229248046875,
+ 0.023529052734375,
+ 0.0250396728515625,
+ -0.0333251953125,
+ 0.0128936767578125,
+ 0.06549072265625,
+ 0.005435943603515625,
+ 0.040283203125,
+ -0.028045654296875,
+ 0.0207061767578125,
+ -0.0111541748046875,
+ 0.01666259765625,
+ -0.0382080078125,
+ -0.007671356201171875,
+ -0.00865936279296875,
+ -0.001834869384765625,
+ -0.0165557861328125,
+ -0.0718994140625,
+ -0.00536346435546875,
+ 0.043487548828125,
+ 0.0078125,
+ 0.032196044921875,
+ 0.0140228271484375,
+ -0.03369140625,
+ -0.0034122467041015625,
+ 0.005222320556640625,
+ 0.024658203125,
+ 0.0188140869140625,
+ 0.057220458984375,
+ -0.04498291015625,
+ 0.032379150390625,
+ 0.01666259765625,
+ -0.0005850791931152344,
+ -0.0207977294921875,
+ -0.034454345703125,
+ 0.003387451171875,
+ 0.00931549072265625,
+ -0.06475830078125,
+ -0.0135498046875,
+ 0.0042572021484375,
+ 0.00228118896484375,
+ 0.04742431640625,
+ 0.00044417381286621094,
+ 0.00042057037353515625,
+ -0.0227813720703125,
+ -0.06396484375,
+ 0.0361328125,
+ -0.0423583984375,
+ -0.00992584228515625,
+ -0.02239990234375,
+ 0.06585693359375,
+ 0.025787353515625,
+ 0.007152557373046875,
+ -0.0265350341796875,
+ -0.0010585784912109375,
+ -0.048553466796875,
+ 0.0010471343994140625,
+ -0.0218353271484375,
+ 0.0265350341796875,
+ -0.00616455078125,
+ 0.01824951171875,
+ 0.0207061767578125,
+ 0.0265350341796875,
+ 0.0061187744140625,
+ 0.052337646484375,
+ -0.01824951171875,
+ 0.017120361328125,
+ -0.0382080078125,
+ 0.0265350341796875,
+ -0.007434844970703125,
+ 0.025787353515625,
+ -0.03594970703125,
+ -0.0250396728515625,
+ -0.01430511474609375,
+ -0.0299224853515625,
+ 0.0209808349609375,
+ 0.0382080078125,
+ 0.0240936279296875,
+ 0.028045654296875,
+ -0.01477813720703125,
+ 0.0185394287109375,
+ 0.059478759765625,
+ 0.005340576171875,
+ 0.1024169921875,
+ -0.010772705078125,
+ -0.06439208984375,
+ 0.003246307373046875,
+ 0.053466796875,
+ -0.02154541015625,
+ 0.0095977783203125,
+ 0.035003662109375,
+ 0.037078857421875,
+ -0.0006499290466308594,
+ 0.03369140625,
+ -0.0316162109375,
+ 0.040283203125,
+ -0.006824493408203125,
+ -0.03350830078125,
+ -0.003246307373046875,
+ 0.0095977783203125,
+ -0.0234375,
+ 0.0538330078125,
+ 0.034637451171875,
+ 0.0113372802734375,
+ 0.04327392578125,
+ -0.01025390625,
+ -0.0195770263671875,
+ -0.028045654296875,
+ -0.0711669921875,
+ 0.0172271728515625,
+ 0.034454345703125,
+ 0.0175933837890625,
+ 0.048004150390625,
+ -0.037445068359375,
+ -0.06622314453125,
+ 0.0287933349609375,
+ -0.06475830078125,
+ 0.08544921875,
+ 0.0162811279296875,
+ 0.021270751953125,
+ 0.0276641845703125,
+ -0.0276641845703125,
+ 0.00167083740234375,
+ 0.01806640625,
+ -0.0111541748046875,
+ 0.03857421875,
+ 0.068115234375,
+ 0.032196044921875,
+ 0.00827789306640625,
+ -0.030487060546875,
+ 0.0072479248046875,
+ 0.01430511474609375,
+ 0.025604248046875,
+ -0.0017290115356445312,
+ 0.0272979736328125,
+ 0.0210723876953125,
+ 0.036712646484375,
+ -0.041229248046875,
+ 0.035369873046875,
+ 0.02484130859375,
+ -0.0162811279296875,
+ -0.003246307373046875,
+ -0.00884246826171875,
+ -0.002506256103515625,
+ -0.068115234375,
+ 0.014678955078125,
+ -0.0196685791015625,
+ 0.0209808349609375,
+ 0.01439666748046875,
+ 0.0239105224609375,
+ -0.054595947265625,
+ -0.045562744140625,
+ 0.0316162109375,
+ -0.045745849609375,
+ 0.002918243408203125,
+ 0.01308441162109375,
+ -0.046112060546875,
+ 0.032562255859375,
+ -0.022491455078125,
+ -0.06585693359375,
+ 0.014495849609375,
+ 0.0045623779296875,
+ -0.03387451171875,
+ 0.0263519287109375,
+ 0.009033203125,
+ -0.04705810546875,
+ -0.0382080078125,
+ -0.00861358642578125,
+ -0.0161895751953125,
+ 0.01543426513671875,
+ -0.01477813720703125,
+ 0.07037353515625,
+ -0.005950927734375,
+ -0.005695343017578125,
+ 0.0228729248046875,
+ 0.039703369140625,
+ -0.002376556396484375,
+ -0.04083251953125,
+ 0.054595947265625,
+ -0.01543426513671875,
+ -0.032196044921875,
+ 0.032562255859375,
+ 0.019195556640625,
+ 0.0189208984375,
+ -0.0196685791015625,
+ -0.00917816162109375,
+ -0.01326751708984375,
+ 0.0009293556213378906,
+ 0.00423431396484375,
+ 0.017120361328125,
+ -0.0299224853515625,
+ -0.0316162109375,
+ -0.032745361328125,
+ 0.0628662109375,
+ -0.01068115234375,
+ 0.054595947265625,
+ -0.01910400390625,
+ -0.044403076171875,
+ 0.012237548828125,
+ -0.016754150390625,
+ -0.0113372802734375,
+ -0.006000518798828125,
+ -0.00705718994140625,
+ -0.0308685302734375,
+ 0.062103271484375,
+ 0.003482818603515625,
+ 0.005245208740234375,
+ 0.0195770263671875,
+ 0.05419921875,
+ -0.007389068603515625,
+ -0.00988006591796875,
+ -0.041595458984375,
+ 0.036895751953125,
+ 0.006633758544921875,
+ -0.06927490234375,
+ -0.007762908935546875,
+ -0.01336669921875,
+ -0.006587982177734375,
+ 0.050445556640625,
+ -0.044219970703125,
+ -0.004047393798828125,
+ -0.013458251953125,
+ -0.059844970703125,
+ -0.048187255859375,
+ -0.041961669921875,
+ -0.004634857177734375,
+ -0.03839111328125,
+ 0.0067291259765625,
+ 0.0003323554992675781,
+ -0.0310516357421875,
+ 0.0128936767578125,
+ -0.007106781005859375,
+ 0.0252227783203125,
+ 0.00182342529296875,
+ 0.00024700164794921875,
+ -0.027099609375,
+ 0.03125,
+ -0.0284271240234375,
+ -0.0184478759765625,
+ 0.025970458984375,
+ 0.058349609375,
+ -0.03558349609375,
+ 0.0095977783203125,
+ 0.006683349609375,
+ -0.0024814605712890625,
+ 0.01910400390625,
+ -0.06097412109375,
+ 0.0023288726806640625,
+ -0.0272979736328125,
+ -0.036895751953125,
+ -0.023712158203125,
+ -0.0201416015625,
+ 0.00823211669921875,
+ 0.035369873046875,
+ 0.0128936767578125,
+ 0.017120361328125,
+ 0.01261138916015625,
+ -0.021270751953125,
+ 0.021270751953125,
+ 0.0013875961303710938,
+ -0.007480621337890625,
+ 0.045562744140625,
+ -0.0423583984375,
+ 0.003200531005859375,
+ -0.032562255859375,
+ 0.0284271240234375,
+ -0.028045654296875,
+ -0.033111572265625,
+ -0.08056640625,
+ 0.0162811279296875,
+ -0.001834869384765625,
+ -0.0364990234375,
+ -0.05120849609375,
+ -0.0254058837890625,
+ -0.056854248046875,
+ -0.005176544189453125,
+ 0.05609130859375,
+ 0.0254058837890625,
+ -0.0106353759765625,
+ -0.004093170166015625,
+ 0.0090789794921875,
+ -0.0184478759765625,
+ -0.053466796875,
+ 0.041778564453125,
+ -0.0208892822265625,
+ 0.0222015380859375,
+ -0.012420654296875,
+ -0.03558349609375,
+ -0.00616455078125,
+ 0.0129852294921875,
+ 0.012420654296875,
+ -0.0055999755859375,
+ 0.01270294189453125,
+ -0.02899169921875,
+ 0.0225830078125,
+ 0.00010514259338378906,
+ 0.00018525123596191406,
+ 0.01039886474609375,
+ -0.0297393798828125,
+ 0.0361328125,
+ -0.027862548828125,
+ -0.007434844970703125,
+ 0.0164642333984375,
+ 0.027099609375,
+ 0.00705718994140625,
+ 0.0123291015625,
+ -0.0207061767578125,
+ 0.0382080078125,
+ 0.0011348724365234375,
+ 0.00640106201171875,
+ -0.022491455078125,
+ -0.039337158203125,
+ 0.01204681396484375,
+ -0.0116729736328125,
+ 0.0194854736328125,
+ 0.043670654296875,
+ -0.01035308837890625,
+ -0.015716552734375,
+ 0.004116058349609375,
+ 0.0587158203125,
+ -0.0128936767578125,
+ -0.0252227783203125,
+ -0.00992584228515625,
+ 0.00917816162109375,
+ 0.0090789794921875,
+ 0.05609130859375,
+ -0.01317596435546875,
+ 0.08056640625,
+ 0.016937255859375,
+ 0.01213836669921875,
+ 0.0261688232421875,
+ 0.045745849609375,
+ 0.032562255859375,
+ -0.0295562744140625,
+ -0.048004150390625,
+ 0.0052947998046875,
+ 0.02154541015625,
+ -0.041961669921875,
+ -0.0250396728515625,
+ 0.0009703636169433594,
+ 0.0684814453125,
+ -0.0538330078125,
+ -0.0217437744140625,
+ -0.0014944076538085938,
+ -0.0030002593994140625,
+ 0.019195556640625,
+ 0.01251983642578125,
+ -0.02484130859375,
+ 0.021636962890625,
+ -0.0016231536865234375,
+ -0.0489501953125,
+ -0.02691650390625,
+ -0.046295166015625,
+ 0.0141143798828125,
+ 0.0472412109375,
+ 0.0252227783203125,
+ -0.018157958984375,
+ 0.02899169921875,
+ 0.037261962890625,
+ 0.030303955078125,
+ -0.0055999755859375,
+ 0.039886474609375,
+ 0.01788330078125,
+ 0.011810302734375,
+ 0.022491455078125,
+ 0.08245849609375,
+ -0.0194854736328125,
+ 0.0005736351013183594,
+ 0.0084228515625,
+ -0.00310516357421875,
+ 0.04931640625,
+ 0.057220458984375,
+ -0.00640106201171875,
+ -0.027862548828125,
+ -0.0185394287109375,
+ -0.0231475830078125,
+ 0.0430908203125,
+ 0.00588226318359375,
+ 0.001811981201171875,
+ -0.05120849609375,
+ -0.035369873046875,
+ 0.0252227783203125,
+ -0.0023059844970703125,
+ 0.045745849609375,
+ 0.0128936767578125,
+ -0.027099609375,
+ -0.00616455078125,
+ 0.056854248046875,
+ 0.001129150390625,
+ -0.0188140869140625,
+ -0.0018939971923828125,
+ -0.037261962890625,
+ -0.0201416015625,
+ -0.0195770263671875,
+ -0.022308349609375,
+ 0.06396484375,
+ -0.0276641845703125,
+ -0.05609130859375,
+ 0.0164642333984375,
+ 0.0090789794921875,
+ -0.037841796875,
+ -0.036895751953125,
+ -0.01129150390625,
+ -0.00182342529296875,
+ -0.01270294189453125,
+ -0.037628173828125,
+ -0.0364990234375,
+ -0.02239990234375,
+ 0.041229248046875,
+ -0.03350830078125,
+ -0.0152435302734375,
+ 0.01049041748046875,
+ -0.041961669921875,
+ -0.01374053955078125,
+ -0.006824493408203125,
+ -0.03125,
+ 0.023345947265625,
+ -0.048553466796875,
+ 0.0172271728515625,
+ 0.0152435302734375,
+ 0.003528594970703125,
+ 0.0254058837890625,
+ 0.059478759765625,
+ -0.015899658203125,
+ -0.0173187255859375,
+ -0.006683349609375,
+ -0.03143310546875,
+ 0.01383209228515625,
+ -0.003787994384765625,
+ 0.0102081298828125,
+ -0.057586669921875,
+ 0.00390625,
+ 0.042144775390625,
+ -0.07379150390625,
+ 0.0027523040771484375,
+ -0.01213836669921875,
+ 0.0072479248046875,
+ -0.062103271484375,
+ -0.0159912109375,
+ -0.0227813720703125,
+ -0.0175933837890625,
+ 0.0809326171875,
+ 0.00936126708984375,
+ 0.00501251220703125,
+ 0.025787353515625,
+ -0.0306854248046875,
+ 0.03875732421875,
+ 0.00922393798828125,
+ 0.03369140625,
+ -0.02154541015625,
+ 0.048004150390625,
+ 0.01702880859375,
+ -0.0291748046875,
+ 0.015625,
+ -0.0816650390625,
+ -0.01364898681640625,
+ 0.01157379150390625,
+ 0.00940704345703125,
+ -0.002105712890625,
+ -0.0299224853515625,
+ -0.03594970703125,
+ -0.028045654296875,
+ -0.0008997917175292969,
+ 0.0218353271484375,
+ 0.0101165771484375,
+ -0.0008530616760253906,
+ -0.028228759765625,
+ -0.039520263671875,
+ -0.0239105224609375,
+ -0.037628173828125,
+ -0.0579833984375,
+ -0.052703857421875,
+ 0.01486968994140625,
+ -0.003765106201171875,
+ -0.059112548828125,
+ 0.0197601318359375,
+ -0.0116729736328125,
+ -0.020416259765625,
+ 0.032745361328125,
+ 0.04290771484375,
+ -0.034637451171875,
+ 0.0139312744140625,
+ -0.0234375,
+ 0.04010009765625,
+ 0.0183563232421875,
+ 0.0001779794692993164,
+ -0.003082275390625,
+ 0.01251983642578125,
+ 0.0291748046875,
+ -0.04010009765625,
+ 0.0308685302734375,
+ 0.01270294189453125,
+ -0.0222015380859375,
+ -0.06512451171875,
+ -0.039154052734375,
+ -0.0430908203125,
+ 0.041015625,
+ -0.019195556640625,
+ 0.02691650390625,
+ 0.0030117034912109375,
+ -0.0250396728515625,
+ -0.08770751953125,
+ 0.0229644775390625,
+ -0.0108184814453125,
+ -0.0008707046508789062,
+ -0.001552581787109375,
+ -0.044036865234375,
+ -0.050079345703125,
+ -0.05609130859375,
+ -0.0207061767578125,
+ 0.0195770263671875,
+ -0.0161895751953125,
+ 0.04290771484375,
+ -0.00482177734375,
+ -0.0028476715087890625,
+ -0.0117645263671875,
+ -0.016754150390625,
+ 0.0183563232421875,
+ 0.041412353515625,
+ 0.0159912109375,
+ -0.03857421875,
+ 0.059844970703125,
+ -0.0364990234375,
+ 0.00649261474609375,
+ -0.004680633544921875,
+ -0.0012531280517578125,
+ 0.0117645263671875,
+ -0.0306854248046875,
+ -0.0025882720947265625,
+ 0.0172271728515625,
+ 0.0096435546875,
+ 0.03143310546875,
+ -0.0225830078125,
+ 0.003387451171875,
+ -0.052337646484375,
+ 0.00397491455078125,
+ -0.00649261474609375,
+ -0.031982421875,
+ 0.0013113021850585938,
+ 0.00449371337890625,
+ -0.0230560302734375,
+ -0.015625,
+ -0.04327392578125,
+ -0.06396484375,
+ 0.0024471282958984375,
+ -0.03387451171875,
+ -0.00392913818359375,
+ 0.0090789794921875,
+ -0.0185394287109375,
+ 0.0159912109375,
+ -0.0228729248046875,
+ 0.0496826171875,
+ 0.00992584228515625,
+ -0.0141143798828125,
+ -0.042724609375,
+ -0.00974273681640625,
+ -0.035186767578125,
+ 0.035186767578125,
+ 0.00423431396484375,
+ -0.0364990234375,
+ 0.03594970703125,
+ -0.0196685791015625,
+ 0.00809478759765625,
+ -0.0184478759765625,
+ 0.0194854736328125,
+ -0.0151519775390625,
+ 0.0128021240234375,
+ -0.08843994140625,
+ -0.037628173828125,
+ 0.0184478759765625,
+ 0.0261688232421875,
+ -0.01824951171875,
+ -0.025787353515625,
+ 0.072998046875,
+ -0.025970458984375,
+ -0.06927490234375,
+ 0.027099609375,
+ -0.02447509765625,
+ -0.0316162109375,
+ 0.0172271728515625,
+ -0.01580810546875,
+ 0.0185394287109375,
+ 0.042724609375,
+ 0.0019989013671875,
+ 0.01317596435546875,
+ 0.01496124267578125,
+ 0.027862548828125,
+ -0.01129150390625,
+ -0.014678955078125,
+ -0.0030002593994140625,
+ 0.03143310546875,
+ 0.0111541748046875,
+ 0.023529052734375,
+ -0.0308685302734375,
+ 0.0162811279296875,
+ 0.0361328125,
+ -0.09222412109375,
+ -0.00557708740234375,
+ -0.0230560302734375,
+ -0.04046630859375,
+ -0.005859375,
+ 0.05645751953125,
+ 0.0316162109375,
+ 0.00974273681640625,
+ 0.0028934478759765625,
+ 0.03558349609375,
+ 0.032745361328125,
+ -0.01171875,
+ -0.03179931640625,
+ -0.046875,
+ -0.0095977783203125,
+ 0.007717132568359375,
+ 0.01091766357421875,
+ -0.06964111328125,
+ 0.0489501953125,
+ 0.07794189453125,
+ -0.039703369140625,
+ -0.0297393798828125,
+ 0.0160980224609375,
+ 0.0005559921264648438,
+ 0.032562255859375,
+ 0.0240936279296875,
+ 0.0106353759765625,
+ -0.0579833984375,
+ 0.0267333984375,
+ 0.032562255859375,
+ 0.0007882118225097656,
+ 0.0265350341796875,
+ -0.007198333740234375,
+ 0.00640106201171875,
+ 0.0361328125,
+ -0.0711669921875,
+ -0.021636962890625,
+ 0.020233154296875,
+ 0.07489013671875,
+ -0.0175018310546875,
+ -0.043853759765625,
+ 0.0034351348876953125,
+ 0.02691650390625,
+ 0.03839111328125,
+ -0.005176544189453125,
+ 0.0232391357421875,
+ -0.0020351409912109375,
+ -0.0096893310546875,
+ 0.0274810791015625,
+ 0.02154541015625,
+ -0.007480621337890625,
+ 0.008331298828125,
+ 0.03558349609375,
+ -0.036895751953125,
+ 0.04461669921875,
+ -0.0197601318359375,
+ 0.03802490234375,
+ 0.0206146240234375,
+ -0.00926971435546875,
+ -0.0184478759765625,
+ -0.0265350341796875,
+ 0.0274810791015625,
+ 0.01666259765625,
+ 0.032562255859375,
+ -0.00931549072265625,
+ -0.00917816162109375,
+ -0.0159912109375,
+ -0.02362060546875,
+ 0.01421356201171875,
+ 0.0053863525390625,
+ -0.01053619384765625,
+ 0.041778564453125,
+ 0.037078857421875,
+ 0.006259918212890625,
+ 0.032745361328125,
+ -0.05572509765625,
+ 0.03875732421875,
+ -0.02935791015625,
+ -0.0036945343017578125,
+ -0.066650390625,
+ -0.00875091552734375,
+ -0.01383209228515625,
+ -0.028228759765625,
+ -0.02484130859375,
+ -0.03594970703125,
+ 0.008331298828125,
+ 0.0030117034912109375,
+ -0.050445556640625,
+ -0.0009412765502929688,
+ 0.06060791015625,
+ -0.035186767578125,
+ 0.027099609375,
+ -0.0021533966064453125,
+ 0.011810302734375,
+ 0.0050811767578125,
+ -0.072265625,
+ 0.07037353515625,
+ 0.02239990234375,
+ 0.030303955078125,
+ 0.00366973876953125,
+ 0.0219268798828125,
+ 0.03802490234375,
+ -0.0159912109375,
+ -0.035186767578125,
+ 0.0135498046875,
+ -0.0023059844970703125,
+ 0.052703857421875,
+ 0.016754150390625,
+ 0.01030731201171875,
+ -0.03631591796875,
+ 0.022674560546875,
+ 0.0286102294921875,
+ -0.05609130859375,
+ 0.037841796875,
+ 0.0206146240234375,
+ 0.030120849609375,
+ 0.0023174285888671875,
+ 0.00649261474609375,
+ -0.039886474609375,
+ -0.050811767578125,
+ 0.05157470703125,
+ 0.01195526123046875,
+ -0.016845703125,
+ 0.007904052734375,
+ -0.0711669921875,
+ 0.03387451171875,
+ 0.0220184326171875,
+ 0.046875,
+ -0.046295166015625,
+ 0.0726318359375,
+ 0.0008177757263183594,
+ 0.00428009033203125,
+ -0.0232391357421875,
+ 0.0140228271484375,
+ -0.032379150390625,
+ 0.0161895751953125,
+ -0.00557708740234375,
+ 0.0579833984375,
+ 0.0139312744140625,
+ -0.01666259765625,
+ -0.04083251953125,
+ -0.00677490234375,
+ 0.02935791015625,
+ 0.0274810791015625,
+ 0.02117919921875,
+ -0.0284271240234375,
+ -0.020416259765625,
+ -0.00418853759765625,
+ 0.01148223876953125,
+ 0.053070068359375,
+ 0.007717132568359375,
+ 0.028045654296875,
+ 0.0189208984375,
+ 0.00762176513671875,
+ -0.006587982177734375,
+ -0.0189208984375
+ ],
+ "metadata": {
+ "domains": [
+ "network-forensics",
+ "incident-response"
+ ],
+ "phases": [
+ "data-collection",
+ "analysis"
+ ],
+ "tags": [
+ "rogue-ap",
+ "wireless",
+ "man-in-the-middle",
+ "gui",
+ "web-interface",
+ "scenario:remote_access"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Netzwerk_Konfiguration_Analyse",
+ "type": "tool",
+ "name": "Linux Netzwerk-Konfiguration Analyse",
+ "content": "linux netzwerk-konfiguration analyse systematische auswertung von /etc/network/interfaces (debian/ubuntu), /etc/sysconfig/network (suse), /etc/networkmanager (wlan) für netzwerk-timeline-reconstruction. static/dynamic-ip-analysis, gateway-configuration, wlan-ssid-history und interface-status-tracking. network-configuration interface-analysis wlan-analysis ip-configuration gateway-analysis incident-response network-forensics examination analysis",
+ "embedding": [
+ -0.00237274169921875,
+ 0.0357666015625,
+ 0.046417236328125,
+ 0.004680633544921875,
+ 0.037445068359375,
+ -0.0005059242248535156,
+ 0.00434112548828125,
+ 0.00504302978515625,
+ -0.045745849609375,
+ -0.007965087890625,
+ -0.00531768798828125,
+ 0.0187225341796875,
+ 0.02423095703125,
+ -0.015167236328125,
+ -0.019989013671875,
+ 0.0423583984375,
+ -0.000579833984375,
+ -0.01093292236328125,
+ 0.01372528076171875,
+ 0.01025390625,
+ -0.00970458984375,
+ -0.032012939453125,
+ -0.036102294921875,
+ 0.00826263427734375,
+ -0.011016845703125,
+ 0.01203155517578125,
+ -0.01279449462890625,
+ -0.07830810546875,
+ 0.0032405853271484375,
+ 0.0096588134765625,
+ 0.00559234619140625,
+ -0.010589599609375,
+ -0.005802154541015625,
+ 0.03033447265625,
+ 0.00559234619140625,
+ -0.0259246826171875,
+ 0.038970947265625,
+ -0.07086181640625,
+ -0.00826263427734375,
+ 0.06439208984375,
+ -0.0175323486328125,
+ -0.0228729248046875,
+ 0.0019063949584960938,
+ -0.035064697265625,
+ -0.0298309326171875,
+ -0.023895263671875,
+ 0.005359649658203125,
+ 0.009063720703125,
+ 0.020843505859375,
+ -0.0418701171875,
+ 0.0262603759765625,
+ 0.01922607421875,
+ 0.029998779296875,
+ -0.0085601806640625,
+ -0.055572509765625,
+ 0.00351715087890625,
+ 0.036956787109375,
+ -0.00665283203125,
+ -0.04913330078125,
+ 0.033721923828125,
+ -0.0211029052734375,
+ -0.00800323486328125,
+ -0.0232086181640625,
+ -0.01313018798828125,
+ 0.01508331298828125,
+ -0.003643035888671875,
+ -0.00978851318359375,
+ -0.0259246826171875,
+ 0.004871368408203125,
+ -0.002986907958984375,
+ 0.026947021484375,
+ -0.036773681640625,
+ -0.019989013671875,
+ 0.022369384765625,
+ -0.0194091796875,
+ -0.045074462890625,
+ 0.03472900390625,
+ 0.052520751953125,
+ -0.00351715087890625,
+ 0.0023097991943359375,
+ -0.0501708984375,
+ -0.001323699951171875,
+ 0.05389404296875,
+ 0.0036220550537109375,
+ -0.0277862548828125,
+ -0.018646240234375,
+ 0.042694091796875,
+ 0.01296234130859375,
+ 0.0025844573974609375,
+ -0.0243988037109375,
+ 0.03472900390625,
+ -0.0180511474609375,
+ 0.00847625732421875,
+ -0.00923919677734375,
+ 0.032379150390625,
+ 0.0606689453125,
+ 0.012542724609375,
+ -0.0311737060546875,
+ 0.016693115234375,
+ 0.0081787109375,
+ 0.014068603515625,
+ -0.043731689453125,
+ 0.055572509765625,
+ 0.00788116455078125,
+ 0.05389404296875,
+ -0.04541015625,
+ -0.004871368408203125,
+ 0.01203155517578125,
+ -0.008514404296875,
+ -0.00199127197265625,
+ -0.08135986328125,
+ -0.032867431640625,
+ -0.02508544921875,
+ -0.0379638671875,
+ -0.043731689453125,
+ 0.0019063949584960938,
+ -0.0037288665771484375,
+ 0.051513671875,
+ -0.054901123046875,
+ -0.035247802734375,
+ 0.0168609619140625,
+ -0.0115203857421875,
+ 0.0165252685546875,
+ 0.004238128662109375,
+ -0.060333251953125,
+ -0.04083251953125,
+ 0.007160186767578125,
+ 0.022705078125,
+ -0.0165252685546875,
+ -0.0010118484497070312,
+ -0.010467529296875,
+ -0.00800323486328125,
+ -0.0174560546875,
+ -0.0286407470703125,
+ -0.0093231201171875,
+ -0.037109375,
+ 0.05523681640625,
+ -0.0177154541015625,
+ -0.00881195068359375,
+ 0.03167724609375,
+ 0.062347412109375,
+ -0.0384521484375,
+ -0.06134033203125,
+ -0.016357421875,
+ -0.045745849609375,
+ -0.0225372314453125,
+ 0.0211029052734375,
+ 0.042022705078125,
+ -0.04473876953125,
+ -0.0036220550537109375,
+ -0.0277862548828125,
+ 0.036590576171875,
+ 0.045074462890625,
+ -0.0038967132568359375,
+ -0.00876617431640625,
+ -0.05694580078125,
+ -0.005718231201171875,
+ -0.03033447265625,
+ 0.02728271484375,
+ -0.00728607177734375,
+ -0.036773681640625,
+ -0.002170562744140625,
+ -0.01541900634765625,
+ 0.045074462890625,
+ -0.022705078125,
+ -0.03167724609375,
+ -0.040679931640625,
+ 0.0133056640625,
+ 0.02117919921875,
+ -0.0031147003173828125,
+ 0.0257568359375,
+ 0.00379180908203125,
+ 0.04302978515625,
+ 0.04608154296875,
+ 0.005931854248046875,
+ 0.0271148681640625,
+ 0.02093505859375,
+ -0.017364501953125,
+ 0.03271484375,
+ 0.046417236328125,
+ -0.0153350830078125,
+ -0.02508544921875,
+ 0.033203125,
+ -0.00788116455078125,
+ 0.006313323974609375,
+ 0.005889892578125,
+ -0.032379150390625,
+ -0.0198211669921875,
+ -0.0232086181640625,
+ 0.026611328125,
+ -0.021697998046875,
+ -0.033203125,
+ 0.0257568359375,
+ 0.029998779296875,
+ 0.0262603759765625,
+ 0.045745849609375,
+ -0.003261566162109375,
+ -0.00518798828125,
+ 0.041015625,
+ 0.00991058349609375,
+ 0.0179595947265625,
+ 0.05828857421875,
+ -0.026947021484375,
+ 0.034576416015625,
+ 0.034576416015625,
+ -0.00096893310546875,
+ -0.00635528564453125,
+ 0.035247802734375,
+ 0.03167724609375,
+ -0.033905029296875,
+ -0.0202484130859375,
+ 0.054901123046875,
+ 0.0011653900146484375,
+ 0.00014829635620117188,
+ -0.0194091796875,
+ -0.01593017578125,
+ -0.0018320083618164062,
+ -0.01160430908203125,
+ -0.006183624267578125,
+ 0.00775146484375,
+ -0.019744873046875,
+ -0.045074462890625,
+ 0.0018854141235351562,
+ 0.035430908203125,
+ -0.036773681640625,
+ 0.029144287109375,
+ 0.0138092041015625,
+ -0.0545654296875,
+ 0.0011386871337890625,
+ 0.02947998046875,
+ 0.033538818359375,
+ 0.0301666259765625,
+ 0.034393310546875,
+ 0.018218994140625,
+ -0.02008056640625,
+ -0.01415252685546875,
+ 0.04779052734375,
+ 0.009490966796875,
+ -0.01169586181640625,
+ 0.0187225341796875,
+ -0.0257568359375,
+ 0.0293121337890625,
+ -0.0262603759765625,
+ 0.0401611328125,
+ 0.033905029296875,
+ -0.033905029296875,
+ 0.0249176025390625,
+ 0.00902557373046875,
+ 0.0199127197265625,
+ 0.02880859375,
+ -0.061004638671875,
+ 0.0134735107421875,
+ -0.050506591796875,
+ 0.00749969482421875,
+ -0.07086181640625,
+ -0.0289764404296875,
+ -0.0440673828125,
+ -0.04608154296875,
+ 0.03167724609375,
+ -0.030670166015625,
+ -0.027618408203125,
+ 0.0108489990234375,
+ 0.00919342041015625,
+ -0.0235595703125,
+ 0.054229736328125,
+ 0.01372528076171875,
+ -0.01558685302734375,
+ 0.0091094970703125,
+ 0.053558349609375,
+ -0.015167236328125,
+ -0.0184783935546875,
+ -0.005847930908203125,
+ 0.02880859375,
+ -0.0119476318359375,
+ 0.00843048095703125,
+ -0.036102294921875,
+ -0.010040283203125,
+ 0.052520751953125,
+ 0.001255035400390625,
+ 0.0484619140625,
+ -0.0168609619140625,
+ -0.019317626953125,
+ -0.03167724609375,
+ 0.0252532958984375,
+ -0.042877197265625,
+ 0.0052947998046875,
+ 0.00614166259765625,
+ -0.01177978515625,
+ -0.003875732421875,
+ -0.052520751953125,
+ -0.00775146484375,
+ 0.038299560546875,
+ -0.032012939453125,
+ 0.0025844573974609375,
+ 0.0122833251953125,
+ -0.053558349609375,
+ 0.02880859375,
+ -0.0007839202880859375,
+ 0.00614166259765625,
+ 0.0008153915405273438,
+ 0.0205078125,
+ -0.000614166259765625,
+ 0.0157623291015625,
+ -0.0099945068359375,
+ 0.01593017578125,
+ -0.027618408203125,
+ -0.02813720703125,
+ -0.0190582275390625,
+ 0.00012046098709106445,
+ -0.0277862548828125,
+ -0.00995635986328125,
+ 0.00838470458984375,
+ 0.0038967132568359375,
+ 0.03643798828125,
+ -0.01219940185546875,
+ -0.0165252685546875,
+ -0.03997802734375,
+ -0.049835205078125,
+ 0.0185546875,
+ -0.0243988037109375,
+ -0.026947021484375,
+ -0.0218658447265625,
+ 0.035430908203125,
+ 0.0033473968505859375,
+ 0.0214385986328125,
+ 0.01126861572265625,
+ 0.01525115966796875,
+ -0.01055145263671875,
+ 0.03338623046875,
+ -0.018646240234375,
+ 0.0305023193359375,
+ 0.0249176025390625,
+ 0.04473876953125,
+ 0.04254150390625,
+ 0.00838470458984375,
+ 0.0379638671875,
+ 0.0418701171875,
+ 0.01465606689453125,
+ -0.0259246826171875,
+ 0.01448822021484375,
+ 0.012542724609375,
+ 0.0014085769653320312,
+ 0.0012388229370117188,
+ -0.0190582275390625,
+ -0.0259246826171875,
+ 0.008941650390625,
+ -0.004047393798828125,
+ 0.04541015625,
+ 0.033538818359375,
+ 0.0149993896484375,
+ -0.002796173095703125,
+ -0.027618408203125,
+ -0.0085601806640625,
+ 0.055908203125,
+ -0.0036640167236328125,
+ 0.09014892578125,
+ -0.01491546630859375,
+ -0.059661865234375,
+ -0.0009374618530273438,
+ 0.0206756591796875,
+ 0.00261688232421875,
+ -0.01279449462890625,
+ 0.0289764404296875,
+ 0.026947021484375,
+ 0.0081787109375,
+ 0.049835205078125,
+ -0.0247344970703125,
+ 0.02813720703125,
+ 0.0008845329284667969,
+ -0.00864410400390625,
+ -0.01236724853515625,
+ -0.017364501953125,
+ 0.027618408203125,
+ 0.07354736328125,
+ 0.019317626953125,
+ 0.01313018798828125,
+ 0.02947998046875,
+ -0.0308380126953125,
+ -0.031341552734375,
+ -0.0271148681640625,
+ -0.0789794921875,
+ 0.00510406494140625,
+ 0.032196044921875,
+ 0.031524658203125,
+ 0.04302978515625,
+ -0.033203125,
+ -0.0576171875,
+ 0.004913330078125,
+ -0.040496826171875,
+ 0.057281494140625,
+ 0.029998779296875,
+ 0.032196044921875,
+ 0.0440673828125,
+ -0.01397705078125,
+ -0.012115478515625,
+ 0.048126220703125,
+ 0.0005931854248046875,
+ 0.029144287109375,
+ 0.0745849609375,
+ 0.031005859375,
+ 0.00341033935546875,
+ -0.037109375,
+ 0.01219940185546875,
+ 0.02728271484375,
+ 0.0185546875,
+ -0.0055084228515625,
+ 0.04302978515625,
+ 0.049835205078125,
+ 0.032196044921875,
+ -0.054901123046875,
+ 0.047119140625,
+ 0.034912109375,
+ -0.0357666015625,
+ -0.0009427070617675781,
+ -0.006099700927734375,
+ 0.0130462646484375,
+ -0.06475830078125,
+ 0.0113525390625,
+ 0.013641357421875,
+ 0.0184783935546875,
+ 0.00957489013671875,
+ 0.01812744140625,
+ -0.043731689453125,
+ 0.0133056640625,
+ 0.037628173828125,
+ -0.041015625,
+ -0.00711822509765625,
+ 0.036590576171875,
+ -0.020416259765625,
+ -0.01016998291015625,
+ -0.01812744140625,
+ -0.04150390625,
+ 0.0075836181640625,
+ -0.0308380126953125,
+ -0.042694091796875,
+ -0.02093505859375,
+ 0.01029205322265625,
+ -0.03558349609375,
+ -0.0576171875,
+ 0.006481170654296875,
+ -0.006313323974609375,
+ -0.0103759765625,
+ -0.0191497802734375,
+ 0.04168701171875,
+ -0.006694793701171875,
+ 0.00876617431640625,
+ 0.036590576171875,
+ 0.026611328125,
+ 0.01236724853515625,
+ -0.006397247314453125,
+ 0.0633544921875,
+ -0.0127105712890625,
+ -0.046783447265625,
+ 0.0160064697265625,
+ 0.0259246826171875,
+ 0.01448822021484375,
+ -0.043212890625,
+ -0.0130462646484375,
+ 0.00859832763671875,
+ 0.01143646240234375,
+ 0.0104217529296875,
+ 0.037445068359375,
+ -0.042022705078125,
+ -0.03558349609375,
+ -0.047119140625,
+ 0.033905029296875,
+ -0.01922607421875,
+ 0.037628173828125,
+ -0.00821685791015625,
+ -0.037109375,
+ 0.01110076904296875,
+ -0.05322265625,
+ -0.0257568359375,
+ -0.0050201416015625,
+ -0.0106353759765625,
+ -0.014739990234375,
+ 0.06573486328125,
+ 0.01126861572265625,
+ -0.0138092041015625,
+ -0.036590576171875,
+ 0.0277862548828125,
+ 0.026092529296875,
+ 0.002880096435546875,
+ -0.036102294921875,
+ 0.033203125,
+ -0.0174560546875,
+ -0.055908203125,
+ -0.00518798828125,
+ -0.0167694091796875,
+ -0.0259246826171875,
+ 0.04913330078125,
+ -0.0654296875,
+ 0.02093505859375,
+ -0.0127105712890625,
+ -0.033538818359375,
+ -0.0127105712890625,
+ -0.023895263671875,
+ -0.033203125,
+ -0.0277862548828125,
+ -0.0001595020294189453,
+ 0.0401611328125,
+ 0.0115203857421875,
+ 0.0279541015625,
+ 0.01177978515625,
+ -0.029144287109375,
+ 0.0184783935546875,
+ -0.046783447265625,
+ -0.0113525390625,
+ 0.01898193359375,
+ -0.041168212890625,
+ -0.0484619140625,
+ -0.028472900390625,
+ 0.036102294921875,
+ -0.029998779296875,
+ 0.01593017578125,
+ 0.0091094970703125,
+ -0.01491546630859375,
+ 0.037109375,
+ -0.048126220703125,
+ 0.01558685302734375,
+ -0.033905029296875,
+ -0.0210113525390625,
+ -0.035430908203125,
+ -0.0259246826171875,
+ -0.004512786865234375,
+ 0.033538818359375,
+ -0.00923919677734375,
+ 0.0070343017578125,
+ 0.058624267578125,
+ -0.046783447265625,
+ -0.00749969482421875,
+ 0.0199127197265625,
+ 0.0022029876708984375,
+ 0.017364501953125,
+ 0.006565093994140625,
+ -0.00006288290023803711,
+ -0.0153350830078125,
+ 0.031341552734375,
+ -0.03338623046875,
+ -0.031341552734375,
+ -0.06475830078125,
+ 0.013214111328125,
+ 0.024566650390625,
+ -0.02423095703125,
+ -0.0279541015625,
+ -0.061676025390625,
+ -0.068115234375,
+ 0.000008881092071533203,
+ 0.05084228515625,
+ 0.0286407470703125,
+ -0.031524658203125,
+ -0.03033447265625,
+ -0.0252532958984375,
+ -0.0203399658203125,
+ -0.03778076171875,
+ 0.026611328125,
+ -0.004787445068359375,
+ 0.01397705078125,
+ -0.01313018798828125,
+ -0.022369384765625,
+ 0.0257568359375,
+ 0.037628173828125,
+ 0.036956787109375,
+ 0.01186370849609375,
+ 0.015167236328125,
+ 0.005168914794921875,
+ 0.007457733154296875,
+ -0.0160980224609375,
+ -0.0028171539306640625,
+ -0.0013446807861328125,
+ -0.013641357421875,
+ 0.00830078125,
+ -0.051177978515625,
+ -0.0017261505126953125,
+ 0.004192352294921875,
+ 0.01788330078125,
+ 0.01702880859375,
+ 0.0050201416015625,
+ 0.0001304149627685547,
+ 0.037445068359375,
+ 0.0104217529296875,
+ 0.05322265625,
+ -0.043212890625,
+ -0.0654296875,
+ 0.00978851318359375,
+ -0.017120361328125,
+ 0.019744873046875,
+ 0.003749847412109375,
+ 0.0047454833984375,
+ -0.02813720703125,
+ 0.0202484130859375,
+ 0.03271484375,
+ -0.034912109375,
+ -0.034393310546875,
+ -0.051849365234375,
+ 0.0274505615234375,
+ -0.0005717277526855469,
+ 0.042877197265625,
+ 0.0006327629089355469,
+ 0.08233642578125,
+ 0.0247344970703125,
+ 0.0005745887756347656,
+ 0.046783447265625,
+ 0.071533203125,
+ 0.0301666259765625,
+ -0.00952911376953125,
+ -0.03863525390625,
+ -0.0026264190673828125,
+ 0.021514892578125,
+ -0.045074462890625,
+ -0.03778076171875,
+ -0.0161895751953125,
+ 0.0501708984375,
+ -0.07183837890625,
+ 0.0100860595703125,
+ 0.010040283203125,
+ 0.009490966796875,
+ -0.004512786865234375,
+ -0.003749847412109375,
+ -0.052520751953125,
+ 0.023040771484375,
+ 0.016357421875,
+ -0.06610107421875,
+ -0.003917694091796875,
+ -0.00652313232421875,
+ 0.0168609619140625,
+ 0.05084228515625,
+ 0.036773681640625,
+ -0.0160980224609375,
+ 0.00847625732421875,
+ -0.001705169677734375,
+ 0.05999755859375,
+ 0.041015625,
+ 0.0379638671875,
+ 0.01558685302734375,
+ -0.00064849853515625,
+ 0.0235595703125,
+ 0.06475830078125,
+ -0.032012939453125,
+ -0.0194854736328125,
+ 0.0225372314453125,
+ 0.0562744140625,
+ 0.042877197265625,
+ 0.07183837890625,
+ 0.007076263427734375,
+ 0.004619598388671875,
+ -0.016265869140625,
+ -0.046417236328125,
+ -0.0218658447265625,
+ 0.0133056640625,
+ -0.02093505859375,
+ -0.02813720703125,
+ -0.051177978515625,
+ 0.026611328125,
+ -0.01702880859375,
+ 0.017791748046875,
+ -0.0182952880859375,
+ -0.0187225341796875,
+ -0.00919342041015625,
+ 0.020843505859375,
+ -0.0185546875,
+ -0.023895263671875,
+ 0.032379150390625,
+ -0.033050537109375,
+ -0.0153350830078125,
+ -0.032012939453125,
+ -0.02728271484375,
+ 0.02508544921875,
+ -0.038116455078125,
+ -0.068115234375,
+ -0.0155029296875,
+ 0.0237274169921875,
+ -0.013641357421875,
+ -0.036773681640625,
+ -0.046783447265625,
+ 0.006183624267578125,
+ -0.0216064453125,
+ -0.0237274169921875,
+ -0.047119140625,
+ -0.0206756591796875,
+ -0.0016841888427734375,
+ -0.00597381591796875,
+ -0.00576019287109375,
+ -0.03338623046875,
+ -0.029144287109375,
+ 0.0014295578002929688,
+ -0.0160064697265625,
+ -0.037445068359375,
+ 0.0235595703125,
+ -0.055572509765625,
+ 0.01702880859375,
+ 0.01508331298828125,
+ 0.008941650390625,
+ 0.01067352294921875,
+ 0.0833740234375,
+ 0.00749969482421875,
+ 0.008514404296875,
+ 0.004192352294921875,
+ -0.058624267578125,
+ 0.01372528076171875,
+ -0.0180511474609375,
+ 0.0205841064453125,
+ -0.05389404296875,
+ 0.00690460205078125,
+ 0.05389404296875,
+ -0.06744384765625,
+ 0.01558685302734375,
+ 0.02117919921875,
+ -0.0216064453125,
+ -0.0501708984375,
+ 0.0134735107421875,
+ 0.0102081298828125,
+ 0.0015888214111328125,
+ 0.06475830078125,
+ 0.01372528076171875,
+ 0.0026378631591796875,
+ 0.01296234130859375,
+ -0.042877197265625,
+ 0.04339599609375,
+ 0.0083465576171875,
+ 0.040679931640625,
+ -0.0423583984375,
+ 0.01448822021484375,
+ -0.0072021484375,
+ -0.039642333984375,
+ 0.0127105712890625,
+ -0.062347412109375,
+ -0.00826263427734375,
+ 0.0180511474609375,
+ 0.0081329345703125,
+ -0.0213470458984375,
+ 0.00876617431640625,
+ -0.0545654296875,
+ -0.0305023193359375,
+ -0.02813720703125,
+ 0.0237274169921875,
+ 0.004299163818359375,
+ 0.021270751953125,
+ -0.0113525390625,
+ -0.01050567626953125,
+ -0.017120361328125,
+ -0.052520751953125,
+ -0.032012939453125,
+ -0.0308380126953125,
+ 0.032867431640625,
+ -0.0086822509765625,
+ -0.06402587890625,
+ 0.03643798828125,
+ 0.0098724365234375,
+ -0.0091094970703125,
+ 0.037445068359375,
+ 0.0440673828125,
+ -0.0293121337890625,
+ -0.0172882080078125,
+ 0.0031147003173828125,
+ 0.042022705078125,
+ 0.0068206787109375,
+ -0.01372528076171875,
+ -0.01338958740234375,
+ 0.0277862548828125,
+ 0.0576171875,
+ -0.0545654296875,
+ 0.0020008087158203125,
+ 0.03997802734375,
+ -0.0020656585693359375,
+ -0.063720703125,
+ -0.0247344970703125,
+ -0.0267791748046875,
+ 0.00020647048950195312,
+ 0.004428863525390625,
+ 0.05218505859375,
+ -0.0182952880859375,
+ -0.05828857421875,
+ -0.10980224609375,
+ 0.053558349609375,
+ -0.0161895751953125,
+ 0.03948974609375,
+ 0.0187225341796875,
+ -0.0255889892578125,
+ -0.07861328125,
+ -0.04473876953125,
+ -0.00838470458984375,
+ 0.01465606689453125,
+ -0.0243988037109375,
+ 0.051513671875,
+ 0.01397705078125,
+ -0.005931854248046875,
+ 0.0199127197265625,
+ -0.0423583984375,
+ 0.0060577392578125,
+ 0.04473876953125,
+ 0.0318603515625,
+ -0.03472900390625,
+ 0.06268310546875,
+ -0.0222015380859375,
+ -0.00015556812286376953,
+ -0.0262603759765625,
+ 0.0003733634948730469,
+ 0.0142364501953125,
+ -0.0218658447265625,
+ -0.0301666259765625,
+ 0.0165252685546875,
+ 0.007328033447265625,
+ 0.043212890625,
+ 0.01055145263671875,
+ 0.030670166015625,
+ -0.0203399658203125,
+ 0.042877197265625,
+ -0.0099945068359375,
+ -0.0289764404296875,
+ 0.032196044921875,
+ 0.016693115234375,
+ 0.00885772705078125,
+ -0.0293121337890625,
+ -0.061004638671875,
+ -0.0694580078125,
+ 0.005847930908203125,
+ -0.04473876953125,
+ -0.0262603759765625,
+ -0.0010805130004882812,
+ -0.0007944107055664062,
+ -0.00264739990234375,
+ -0.01372528076171875,
+ 0.01491546630859375,
+ -0.004871368408203125,
+ -0.017364501953125,
+ -0.04083251953125,
+ 0.0012865066528320312,
+ -0.0034313201904296875,
+ 0.02008056640625,
+ -0.017791748046875,
+ -0.04608154296875,
+ 0.0171966552734375,
+ -0.0157623291015625,
+ 0.00406646728515625,
+ -0.0191497802734375,
+ 0.0019063949584960938,
+ -0.00690460205078125,
+ 0.004638671875,
+ -0.0921630859375,
+ -0.0081787109375,
+ 0.04541015625,
+ 0.022369384765625,
+ 0.005252838134765625,
+ 0.0014190673828125,
+ 0.04913330078125,
+ -0.005466461181640625,
+ -0.040679931640625,
+ 0.00749969482421875,
+ -0.01126861572265625,
+ -0.03729248046875,
+ 0.025421142578125,
+ 0.00041031837463378906,
+ 0.00275421142578125,
+ 0.026947021484375,
+ 0.04034423828125,
+ 0.06402587890625,
+ 0.00800323486328125,
+ 0.007625579833984375,
+ -0.005889892578125,
+ -0.00843048095703125,
+ -0.02728271484375,
+ 0.00147247314453125,
+ 0.036102294921875,
+ 0.020751953125,
+ 0.01071929931640625,
+ 0.043212890625,
+ 0.0015249252319335938,
+ -0.08746337890625,
+ -0.006313323974609375,
+ -0.009490966796875,
+ -0.06402587890625,
+ -0.005931854248046875,
+ 0.06610107421875,
+ 0.0484619140625,
+ 0.0164337158203125,
+ 0.051513671875,
+ 0.03033447265625,
+ 0.0107574462890625,
+ 0.016265869140625,
+ -0.0111846923828125,
+ -0.06878662109375,
+ 0.00009137392044067383,
+ 0.036102294921875,
+ 0.0081787109375,
+ -0.061004638671875,
+ 0.04034423828125,
+ 0.08441162109375,
+ -0.007625579833984375,
+ -0.019744873046875,
+ 0.00864410400390625,
+ 0.00434112548828125,
+ 0.03424072265625,
+ 0.034912109375,
+ -0.0240631103515625,
+ -0.06781005859375,
+ 0.032012939453125,
+ 0.014404296875,
+ 0.00212860107421875,
+ -0.00775146484375,
+ -0.01071929931640625,
+ -0.019317626953125,
+ 0.0233917236328125,
+ -0.05389404296875,
+ -0.0185546875,
+ 0.01448822021484375,
+ 0.054229736328125,
+ -0.014404296875,
+ -0.052520751953125,
+ -0.01415252685546875,
+ 0.04150390625,
+ 0.020416259765625,
+ -0.0214385986328125,
+ 0.0160064697265625,
+ 0.0257568359375,
+ 0.003749847412109375,
+ 0.0206756591796875,
+ 0.063720703125,
+ -0.0011224746704101562,
+ 0.046417236328125,
+ 0.014404296875,
+ -0.055572509765625,
+ 0.0168609619140625,
+ -0.0202484130859375,
+ 0.0153350830078125,
+ 0.00368499755859375,
+ -0.033050537109375,
+ -0.036773681640625,
+ -0.06475830078125,
+ 0.045074462890625,
+ 0.0025310516357421875,
+ 0.01922607421875,
+ 0.0225372314453125,
+ 0.0007309913635253906,
+ -0.015838623046875,
+ -0.0012178421020507812,
+ 0.033538818359375,
+ 0.05218505859375,
+ 0.0301666259765625,
+ 0.03863525390625,
+ 0.01296234130859375,
+ 0.0271148681640625,
+ -0.013214111328125,
+ -0.04473876953125,
+ 0.0108489990234375,
+ -0.036956787109375,
+ 0.01245880126953125,
+ -0.033050537109375,
+ -0.0060577392578125,
+ 0.0175323486328125,
+ -0.036590576171875,
+ -0.0305023193359375,
+ -0.023895263671875,
+ 0.004913330078125,
+ -0.01788330078125,
+ -0.042022705078125,
+ -0.03253173828125,
+ 0.043731689453125,
+ -0.034912109375,
+ 0.020843505859375,
+ 0.0286407470703125,
+ 0.011016845703125,
+ 0.014068603515625,
+ -0.07623291015625,
+ 0.029144287109375,
+ 0.0562744140625,
+ 0.00885772705078125,
+ 0.00995635986328125,
+ -0.0138092041015625,
+ 0.045745849609375,
+ -0.0127105712890625,
+ 0.017120361328125,
+ 0.0019063949584960938,
+ -0.0175323486328125,
+ 0.0528564453125,
+ 0.039642333984375,
+ 0.01415252685546875,
+ -0.0190582275390625,
+ 0.01262664794921875,
+ 0.0233917236328125,
+ -0.0545654296875,
+ 0.056610107421875,
+ 0.0183868408203125,
+ 0.045745849609375,
+ -0.0111846923828125,
+ 0.003559112548828125,
+ -0.0091094970703125,
+ -0.0440673828125,
+ 0.0311737060546875,
+ 0.0237274169921875,
+ 0.00800323486328125,
+ 0.019744873046875,
+ -0.057281494140625,
+ 0.0296630859375,
+ 0.0018854141235351562,
+ 0.039642333984375,
+ -0.02423095703125,
+ 0.05999755859375,
+ 0.005275726318359375,
+ 0.00531768798828125,
+ 0.00042629241943359375,
+ 0.03558349609375,
+ -0.00872802734375,
+ 0.0174560546875,
+ -0.014404296875,
+ 0.042877197265625,
+ -0.003559112548828125,
+ -0.00665283203125,
+ -0.05828857421875,
+ -0.01483154296875,
+ -0.0081787109375,
+ 0.004871368408203125,
+ 0.032379150390625,
+ -0.07220458984375,
+ -0.00995635986328125,
+ -0.00923919677734375,
+ 0.037109375,
+ 0.06915283203125,
+ -0.01702880859375,
+ 0.0174560546875,
+ 0.0194854736328125,
+ 0.00885772705078125,
+ -0.00872802734375,
+ -0.01448822021484375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "network-configuration",
+ "interface-analysis",
+ "wlan-analysis",
+ "ip-configuration",
+ "gateway-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_RDP_Cache_Analyse",
+ "type": "tool",
+ "name": "RDP Cache Analyse",
+ "content": "rdp cache analyse systematische extraktion von rdp-cache-dateien aus c:\\users\\xxx\\appdata\\local\\microsoft\\terminal server client\\cache für lateral-movement-nachweis. 64x64-bitmap-fragmente mit speziellen tools extrahieren und zu bildschirm-screenshots rekonstruieren. registry-analyse von mru-einträgen unter hkey_current_user\\software\\microsoft\\terminal server client\\default für rdp-server-historie und usernamehint-extraktion aus \\servers-schlüssel. korrelation mit event-logs für vollständige rdp-timeline. rdp-cache lateral-movement terminal-server bitmap-analysis mru-analysis apt-investigation network-intrusion cache-forensics incident-response network-forensics malware-analysis examination analysis",
+ "embedding": [
+ -0.032257080078125,
+ 0.0220794677734375,
+ 0.058990478515625,
+ -0.005657196044921875,
+ 0.038299560546875,
+ -0.0027256011962890625,
+ 0.006641387939453125,
+ 0.0037784576416015625,
+ -0.01374053955078125,
+ -0.01456451416015625,
+ -0.0229949951171875,
+ 0.032623291015625,
+ -0.01209259033203125,
+ -0.004352569580078125,
+ -0.06268310546875,
+ 0.059722900390625,
+ 0.006229400634765625,
+ -0.00792694091796875,
+ 0.0218963623046875,
+ 0.01149749755859375,
+ -0.01337432861328125,
+ -0.00792694091796875,
+ -0.01557159423828125,
+ -0.007511138916015625,
+ -0.0194244384765625,
+ 0.0278472900390625,
+ -0.01140594482421875,
+ -0.057525634765625,
+ -0.005702972412109375,
+ 0.0163116455078125,
+ 0.034088134765625,
+ -0.043975830078125,
+ -0.00801849365234375,
+ 0.01319122314453125,
+ -0.0227203369140625,
+ -0.0199737548828125,
+ 0.0176849365234375,
+ -0.049468994140625,
+ 0.004627227783203125,
+ 0.037567138671875,
+ -0.00843048095703125,
+ 0.0229034423828125,
+ -0.006412506103515625,
+ -0.00852203369140625,
+ -0.0192413330078125,
+ -0.0251007080078125,
+ -0.0028858184814453125,
+ -0.0186004638671875,
+ 0.048004150390625,
+ -0.06268310546875,
+ 0.0260162353515625,
+ 0.0015916824340820312,
+ -0.01071929931640625,
+ -0.0022220611572265625,
+ -0.036834716796875,
+ 0.0247344970703125,
+ 0.0272979736328125,
+ -0.004787445068359375,
+ -0.044342041015625,
+ 0.06817626953125,
+ -0.06671142578125,
+ -0.01273345947265625,
+ 0.004238128662109375,
+ -0.00870513916015625,
+ 0.01456451416015625,
+ 0.048004150390625,
+ -0.005451202392578125,
+ -0.035552978515625,
+ 0.00824737548828125,
+ 0.01557159423828125,
+ 0.01264190673828125,
+ -0.00952911376953125,
+ -0.0247344970703125,
+ 0.0236358642578125,
+ -0.036285400390625,
+ -0.039947509765625,
+ 0.0166778564453125,
+ 0.01236724853515625,
+ -0.0158538818359375,
+ -0.0204315185546875,
+ -0.044891357421875,
+ 0.01465606689453125,
+ 0.07183837890625,
+ -0.0191497802734375,
+ -0.0245513916015625,
+ 0.00888824462890625,
+ -0.0005383491516113281,
+ 0.033721923828125,
+ 0.0160369873046875,
+ -0.00005435943603515625,
+ 0.0236358642578125,
+ -0.005840301513671875,
+ 0.0018091201782226562,
+ -0.037750244140625,
+ 0.07147216796875,
+ 0.056060791015625,
+ 0.01493072509765625,
+ -0.00975799560546875,
+ 0.007419586181640625,
+ 0.039031982421875,
+ 0.0282135009765625,
+ -0.040863037109375,
+ 0.041961669921875,
+ -0.0213470458984375,
+ 0.0169525146484375,
+ -0.043975830078125,
+ 0.039947509765625,
+ -0.034820556640625,
+ -0.01218414306640625,
+ -0.0201568603515625,
+ -0.07330322265625,
+ -0.051300048828125,
+ -0.00806427001953125,
+ -0.048736572265625,
+ 0.0012369155883789062,
+ -0.0224456787109375,
+ 0.01264190673828125,
+ 0.042694091796875,
+ -0.058258056640625,
+ -0.032073974609375,
+ 0.00843048095703125,
+ 0.005908966064453125,
+ -0.0027027130126953125,
+ -0.0014543533325195312,
+ -0.040679931640625,
+ -0.06488037109375,
+ 0.0174102783203125,
+ 0.0249176025390625,
+ 0.01355743408203125,
+ -0.01511383056640625,
+ -0.0186004638671875,
+ -0.0166778564453125,
+ -0.01200103759765625,
+ -0.050933837890625,
+ -0.0221710205078125,
+ -0.00984954833984375,
+ 0.07733154296875,
+ -0.0185089111328125,
+ 0.0037555694580078125,
+ 0.0028285980224609375,
+ 0.038665771484375,
+ -0.0263824462890625,
+ -0.050201416015625,
+ -0.0022907257080078125,
+ -0.049102783203125,
+ -0.0028743743896484375,
+ -0.0263824462890625,
+ 0.054229736328125,
+ -0.0272979736328125,
+ 0.00902557373046875,
+ -0.0157623291015625,
+ 0.01058197021484375,
+ 0.033721923828125,
+ -0.0030231475830078125,
+ 0.0260162353515625,
+ -0.06524658203125,
+ -0.039947509765625,
+ -0.033172607421875,
+ 0.0219879150390625,
+ -0.0020847320556640625,
+ -0.007602691650390625,
+ 0.033905029296875,
+ -0.006641387939453125,
+ 0.0229949951171875,
+ -0.0238189697265625,
+ -0.059722900390625,
+ -0.0184173583984375,
+ 0.01236724853515625,
+ 0.0008816719055175781,
+ -0.0159454345703125,
+ 0.0258331298828125,
+ -0.0215301513671875,
+ 0.043792724609375,
+ 0.060455322265625,
+ 0.003940582275390625,
+ 0.036285400390625,
+ 0.01319122314453125,
+ -0.007007598876953125,
+ 0.0296783447265625,
+ 0.0161285400390625,
+ 0.0196990966796875,
+ -0.0025768280029296875,
+ 0.044158935546875,
+ -0.00792694091796875,
+ 0.0260162353515625,
+ 0.0206146240234375,
+ -0.004741668701171875,
+ 0.007282257080078125,
+ -0.0274810791015625,
+ 0.035736083984375,
+ -0.0215301513671875,
+ -0.07220458984375,
+ 0.0192413330078125,
+ 0.032989501953125,
+ 0.043243408203125,
+ 0.07366943359375,
+ 0.00962066650390625,
+ -0.01538848876953125,
+ 0.036102294921875,
+ -0.01236724853515625,
+ 0.0030689239501953125,
+ 0.041961669921875,
+ 0.0030918121337890625,
+ 0.044158935546875,
+ 0.00856781005859375,
+ -0.0285797119140625,
+ -0.033355712890625,
+ 0.0251007080078125,
+ 0.0003750324249267578,
+ 0.007144927978515625,
+ -0.0032978057861328125,
+ 0.056060791015625,
+ 0.0001875162124633789,
+ -0.035552978515625,
+ -0.0236358642578125,
+ -0.0280303955078125,
+ 0.006412506103515625,
+ -0.003986358642578125,
+ -0.0278472900390625,
+ 0.0189666748046875,
+ -0.005908966064453125,
+ -0.040130615234375,
+ 0.0234527587890625,
+ 0.0267486572265625,
+ -0.01548004150390625,
+ 0.0236358642578125,
+ 0.0186920166015625,
+ -0.0216217041015625,
+ -0.0278472900390625,
+ 0.005702972412109375,
+ 0.006549835205078125,
+ 0.0198822021484375,
+ 0.01538848876953125,
+ 0.0024623870849609375,
+ 0.01319122314453125,
+ -0.045989990234375,
+ 0.040679931640625,
+ 0.00911712646484375,
+ 0.0224456787109375,
+ 0.035919189453125,
+ -0.0261993408203125,
+ 0.058624267578125,
+ -0.0165863037109375,
+ 0.0263824462890625,
+ 0.0278472900390625,
+ -0.0260162353515625,
+ -0.01309967041015625,
+ -0.01456451416015625,
+ 0.0234527587890625,
+ 0.035919189453125,
+ -0.044708251953125,
+ -0.01200103759765625,
+ -0.06561279296875,
+ -0.005016326904296875,
+ -0.047637939453125,
+ -0.039947509765625,
+ -0.035186767578125,
+ -0.07366943359375,
+ 0.032806396484375,
+ -0.0283966064453125,
+ -0.032806396484375,
+ -0.005107879638671875,
+ -0.0240020751953125,
+ 0.01245880126953125,
+ 0.034820556640625,
+ 0.0016374588012695312,
+ -0.031707763671875,
+ 0.00994110107421875,
+ 0.06744384765625,
+ -0.01154327392578125,
+ -0.0168609619140625,
+ 0.004627227783203125,
+ 0.01401519775390625,
+ -0.01273345947265625,
+ 0.0196075439453125,
+ -0.032806396484375,
+ -0.003963470458984375,
+ 0.06414794921875,
+ 0.0210723876953125,
+ 0.0287628173828125,
+ -0.0204315185546875,
+ -0.01085662841796875,
+ -0.00875091552734375,
+ 0.0261993408203125,
+ -0.049835205078125,
+ 0.0025424957275390625,
+ -0.032073974609375,
+ 0.004032135009765625,
+ -0.0258331298828125,
+ -0.054595947265625,
+ -0.0177764892578125,
+ 0.036285400390625,
+ 0.01374053955078125,
+ 0.0021419525146484375,
+ 0.0304107666015625,
+ -0.045440673828125,
+ -0.0249176025390625,
+ -0.0256500244140625,
+ 0.0012025833129882812,
+ 0.038116455078125,
+ 0.046173095703125,
+ -0.01346588134765625,
+ -0.01309967041015625,
+ 0.01456451416015625,
+ 0.032257080078125,
+ -0.046905517578125,
+ -0.01346588134765625,
+ -0.035003662109375,
+ 0.0024051666259765625,
+ -0.035369873046875,
+ -0.01227569580078125,
+ -0.006229400634765625,
+ -0.006092071533203125,
+ 0.007419586181640625,
+ -0.0311431884765625,
+ -0.0191497802734375,
+ -0.0228118896484375,
+ -0.056793212890625,
+ 0.0271148681640625,
+ -0.033538818359375,
+ -0.0017976760864257812,
+ -0.036651611328125,
+ 0.051666259765625,
+ 0.00843048095703125,
+ 0.0218048095703125,
+ -0.0178680419921875,
+ 0.0036640167236328125,
+ -0.035003662109375,
+ -0.0034351348876953125,
+ -0.039764404296875,
+ 0.01419830322265625,
+ -0.01021575927734375,
+ 0.00897979736328125,
+ 0.0258331298828125,
+ 0.037384033203125,
+ 0.0269317626953125,
+ 0.061920166015625,
+ -0.00934600830078125,
+ 0.006320953369140625,
+ 0.01456451416015625,
+ 0.01428985595703125,
+ -0.0021305084228515625,
+ 0.0004551410675048828,
+ -0.0192413330078125,
+ -0.0199737548828125,
+ -0.0176849365234375,
+ -0.040313720703125,
+ 0.0159454345703125,
+ 0.0209808349609375,
+ 0.046539306640625,
+ 0.0309600830078125,
+ -0.0215301513671875,
+ -0.004901885986328125,
+ 0.049468994140625,
+ -0.0031147003173828125,
+ 0.09124755859375,
+ -0.006458282470703125,
+ -0.031341552734375,
+ 0.0205230712890625,
+ 0.033538818359375,
+ -0.01309967041015625,
+ -0.00792694091796875,
+ 0.0201568603515625,
+ -0.0170440673828125,
+ -0.004375457763671875,
+ 0.053497314453125,
+ -0.01154327392578125,
+ 0.033721923828125,
+ 0.00902557373046875,
+ 0.0011968612670898438,
+ 0.006687164306640625,
+ -0.01071929931640625,
+ 0.0207977294921875,
+ 0.07513427734375,
+ 0.00952911376953125,
+ 0.0016145706176757812,
+ 0.06451416015625,
+ -0.056427001953125,
+ -0.043060302734375,
+ -0.01419830322265625,
+ -0.053497314453125,
+ -0.004123687744140625,
+ 0.0027141571044921875,
+ 0.01049041748046875,
+ 0.0195159912109375,
+ -0.036285400390625,
+ -0.056427001953125,
+ -0.0021762847900390625,
+ -0.039947509765625,
+ 0.062286376953125,
+ 0.035919189453125,
+ -0.00016891956329345703,
+ 0.0261993408203125,
+ -0.01062774658203125,
+ -0.006732940673828125,
+ 0.031524658203125,
+ -0.0004150867462158203,
+ 0.0030689239501953125,
+ 0.0283966064453125,
+ 0.0218963623046875,
+ -0.00943756103515625,
+ -0.0261993408203125,
+ 0.042510986328125,
+ 0.01309967041015625,
+ 0.035186767578125,
+ -0.0258331298828125,
+ 0.0208892822265625,
+ 0.040130615234375,
+ 0.031524658203125,
+ -0.0274810791015625,
+ 0.052032470703125,
+ 0.01227569580078125,
+ -0.0282135009765625,
+ 0.0159454345703125,
+ -0.0186004638671875,
+ 0.006275177001953125,
+ -0.040313720703125,
+ 0.0282135009765625,
+ -0.00856781005859375,
+ 0.0019235610961914062,
+ 0.0211639404296875,
+ 0.0302276611328125,
+ -0.050567626953125,
+ -0.006595611572265625,
+ 0.048736572265625,
+ -0.07440185546875,
+ 0.0181427001953125,
+ 0.0174102783203125,
+ -0.0269317626953125,
+ -0.0023822784423828125,
+ -0.0278472900390625,
+ -0.06854248046875,
+ 0.039947509765625,
+ -0.038848876953125,
+ -0.0291290283203125,
+ 0.00948333740234375,
+ 0.0293121337890625,
+ -0.037017822265625,
+ -0.031890869140625,
+ -0.043426513671875,
+ -0.0181427001953125,
+ -0.0247344970703125,
+ -0.0260162353515625,
+ 0.0202484130859375,
+ -0.00806427001953125,
+ 0.0190582275390625,
+ 0.038848876953125,
+ 0.0280303955078125,
+ -0.0302276611328125,
+ -0.035369873046875,
+ 0.00939178466796875,
+ -0.0164947509765625,
+ -0.058990478515625,
+ 0.0269317626953125,
+ 0.01094818115234375,
+ 0.0178680419921875,
+ -0.044708251953125,
+ -0.036651611328125,
+ 0.01410675048828125,
+ -0.032440185546875,
+ -0.00984954833984375,
+ 0.01113128662109375,
+ -0.054962158203125,
+ -0.0243682861328125,
+ -0.057891845703125,
+ 0.047271728515625,
+ 0.01044464111328125,
+ 0.057159423828125,
+ -0.0036411285400390625,
+ -0.0172271728515625,
+ 0.0159454345703125,
+ -0.055328369140625,
+ -0.036651611328125,
+ 0.00026917457580566406,
+ -0.033538818359375,
+ -0.0177764892578125,
+ 0.055694580078125,
+ -0.006046295166015625,
+ -0.01520538330078125,
+ 0.00788116455078125,
+ 0.049468994140625,
+ 0.0019931793212890625,
+ 0.0033893585205078125,
+ -0.037933349609375,
+ 0.0214385986328125,
+ 0.01122283935546875,
+ -0.0258331298828125,
+ 0.007740020751953125,
+ -0.033172607421875,
+ -0.00861358642578125,
+ 0.044891357421875,
+ -0.0304107666015625,
+ -0.0178680419921875,
+ -0.031890869140625,
+ -0.055328369140625,
+ -0.0199737548828125,
+ -0.0214385986328125,
+ 0.0157623291015625,
+ -0.039215087890625,
+ -0.005405426025390625,
+ 0.0256500244140625,
+ 0.0008759498596191406,
+ 0.0243682861328125,
+ 0.0229034423828125,
+ 0.00916290283203125,
+ 0.0249176025390625,
+ 0.00911712646484375,
+ -0.0220794677734375,
+ 0.0304107666015625,
+ -0.043426513671875,
+ -0.043060302734375,
+ -0.01419830322265625,
+ 0.042877197265625,
+ -0.039215087890625,
+ 0.01245880126953125,
+ 0.0017518997192382812,
+ -0.0196990966796875,
+ 0.050201416015625,
+ -0.043609619140625,
+ -0.00966644287109375,
+ -0.0214385986328125,
+ -0.039581298828125,
+ -0.038848876953125,
+ -0.01058197021484375,
+ 0.032623291015625,
+ 0.042327880859375,
+ -0.039031982421875,
+ -0.0176849365234375,
+ 0.045806884765625,
+ -0.047637939453125,
+ -0.01300811767578125,
+ 0.0300445556640625,
+ -0.00033783912658691406,
+ 0.040863037109375,
+ -0.0171356201171875,
+ -0.0210723876953125,
+ 0.006412506103515625,
+ 0.034271240234375,
+ -0.044342041015625,
+ -0.00893402099609375,
+ -0.08282470703125,
+ 0.0261993408203125,
+ 0.01364898681640625,
+ -0.006916046142578125,
+ -0.01113128662109375,
+ -0.032989501953125,
+ -0.07183837890625,
+ 0.0207977294921875,
+ 0.06304931640625,
+ 0.01410675048828125,
+ 0.004169464111328125,
+ -0.0305938720703125,
+ 0.00962066650390625,
+ -0.0171356201171875,
+ -0.033355712890625,
+ 0.052398681640625,
+ -0.0302276611328125,
+ 0.007053375244140625,
+ -0.0025882720947265625,
+ -0.0207977294921875,
+ 0.0243682861328125,
+ 0.039581298828125,
+ 0.0176849365234375,
+ 0.043060302734375,
+ 0.00939178466796875,
+ -0.01172637939453125,
+ 0.0293121337890625,
+ -0.037200927734375,
+ 0.0005755424499511719,
+ -0.01245880126953125,
+ 0.00930023193359375,
+ 0.0293121337890625,
+ -0.00801849365234375,
+ -0.00833892822265625,
+ 0.0181427001953125,
+ 0.0247344970703125,
+ 0.007694244384765625,
+ -0.0278472900390625,
+ 0.0311431884765625,
+ 0.040679931640625,
+ -0.037384033203125,
+ 0.043975830078125,
+ -0.00907135009765625,
+ -0.051300048828125,
+ -0.01502227783203125,
+ 0.00843048095703125,
+ 0.034637451171875,
+ 0.0300445556640625,
+ 0.0221710205078125,
+ -0.0247344970703125,
+ 0.01168060302734375,
+ 0.047637939453125,
+ -0.0294952392578125,
+ -0.06414794921875,
+ -0.0186004638671875,
+ 0.01557159423828125,
+ 0.01136016845703125,
+ 0.0231781005859375,
+ 0.00019609928131103516,
+ 0.037567138671875,
+ -0.0160369873046875,
+ -0.0018434524536132812,
+ 0.06378173828125,
+ 0.047637939453125,
+ 0.039947509765625,
+ -0.006458282470703125,
+ -0.07257080078125,
+ -0.0014257431030273438,
+ 0.004123687744140625,
+ -0.0234527587890625,
+ -0.041046142578125,
+ 0.00962066650390625,
+ 0.048004150390625,
+ -0.08062744140625,
+ -0.0289459228515625,
+ 0.006137847900390625,
+ -0.006961822509765625,
+ 0.0180511474609375,
+ 0.01337432861328125,
+ -0.0285797119140625,
+ 0.0176849365234375,
+ 0.0189666748046875,
+ -0.052764892578125,
+ 0.0011911392211914062,
+ 0.007007598876953125,
+ 0.00939178466796875,
+ 0.060455322265625,
+ 0.0194244384765625,
+ -0.0029773712158203125,
+ 0.033172607421875,
+ 0.01117706298828125,
+ 0.0231781005859375,
+ -0.01044464111328125,
+ 0.045074462890625,
+ 0.0012826919555664062,
+ 0.01538848876953125,
+ 0.041595458984375,
+ 0.061920166015625,
+ 0.0024967193603515625,
+ 0.0020503997802734375,
+ 0.0214385986328125,
+ 0.0196075439453125,
+ 0.039581298828125,
+ 0.047637939453125,
+ -0.0254669189453125,
+ 0.01337432861328125,
+ 0.0247344970703125,
+ -0.031707763671875,
+ 0.0035266876220703125,
+ -0.0163116455078125,
+ -0.01346588134765625,
+ -0.053863525390625,
+ -0.049835205078125,
+ 0.0224456787109375,
+ -0.043609619140625,
+ 0.0156707763671875,
+ -0.006778717041015625,
+ -0.0236358642578125,
+ -0.0263824462890625,
+ 0.033721923828125,
+ -0.0031604766845703125,
+ -0.040496826171875,
+ 0.046356201171875,
+ -0.0018892288208007812,
+ -0.0205230712890625,
+ -0.01049041748046875,
+ -0.047271728515625,
+ 0.0305938720703125,
+ -0.0159454345703125,
+ -0.056060791015625,
+ -0.01076507568359375,
+ 0.045989990234375,
+ 0.0030231475830078125,
+ -0.0247344970703125,
+ -0.00852203369140625,
+ 0.0011167526245117188,
+ 0.0020160675048828125,
+ -0.06414794921875,
+ -0.0276641845703125,
+ -0.0300445556640625,
+ 0.01493072509765625,
+ -0.01392364501953125,
+ -0.0212554931640625,
+ 0.00783538818359375,
+ -0.032623291015625,
+ -0.0189666748046875,
+ 0.0175933837890625,
+ -0.047271728515625,
+ 0.0200653076171875,
+ -0.039398193359375,
+ 0.046356201171875,
+ 0.0265655517578125,
+ 0.045074462890625,
+ 0.0199737548828125,
+ 0.07733154296875,
+ -0.00888824462890625,
+ -0.0011110305786132812,
+ 0.0014200210571289062,
+ -0.054595947265625,
+ 0.0212554931640625,
+ 0.01209259033203125,
+ 0.0010595321655273438,
+ -0.06561279296875,
+ -0.0220794677734375,
+ 0.051300048828125,
+ -0.07952880859375,
+ 0.0243682861328125,
+ 0.01108551025390625,
+ -0.055694580078125,
+ -0.057525634765625,
+ -0.0017518997192382812,
+ 0.0169525146484375,
+ 0.0164031982421875,
+ 0.07879638671875,
+ 0.0159454345703125,
+ -0.004695892333984375,
+ -0.0241851806640625,
+ -0.060455322265625,
+ 0.038116455078125,
+ -0.0207061767578125,
+ 0.036468505859375,
+ -0.0302276611328125,
+ 0.034088134765625,
+ 0.0214385986328125,
+ -0.0180511474609375,
+ 0.0034580230712890625,
+ -0.07476806640625,
+ 0.00021469593048095703,
+ 0.0213470458984375,
+ 0.0251007080078125,
+ -0.01428985595703125,
+ -0.0162200927734375,
+ -0.0285797119140625,
+ -0.0300445556640625,
+ -0.047271728515625,
+ 0.01131439208984375,
+ -0.0020618438720703125,
+ 0.0309600830078125,
+ -0.040496826171875,
+ 0.0019702911376953125,
+ 0.0035495758056640625,
+ -0.045806884765625,
+ 0.00865936279296875,
+ -0.0282135009765625,
+ 0.037567138671875,
+ -0.01227569580078125,
+ -0.039947509765625,
+ 0.0206146240234375,
+ 0.0008702278137207031,
+ -0.0175933837890625,
+ 0.0293121337890625,
+ 0.033538818359375,
+ -0.044891357421875,
+ -0.0025653839111328125,
+ 0.0023479461669921875,
+ 0.0183258056640625,
+ 0.0213470458984375,
+ -0.004032135009765625,
+ 0.0038242340087890625,
+ 0.01227569580078125,
+ 0.01081085205078125,
+ -0.0261993408203125,
+ 0.044525146484375,
+ 0.037017822265625,
+ -0.042327880859375,
+ -0.045806884765625,
+ -0.0283966064453125,
+ -0.034454345703125,
+ 0.0024051666259765625,
+ -0.006275177001953125,
+ 0.039581298828125,
+ 0.005611419677734375,
+ -0.0222625732421875,
+ -0.07989501953125,
+ 0.054962158203125,
+ -0.0245513916015625,
+ 0.00843048095703125,
+ 0.01218414306640625,
+ -0.01181793212890625,
+ -0.07623291015625,
+ -0.038665771484375,
+ -0.00811004638671875,
+ 0.0212554931640625,
+ -0.038116455078125,
+ 0.049468994140625,
+ 0.0032978057861328125,
+ -0.0245513916015625,
+ -0.00014317035675048828,
+ -0.0261993408203125,
+ -0.01039886474609375,
+ 0.050201416015625,
+ -0.005268096923828125,
+ -0.0311431884765625,
+ 0.039947509765625,
+ 0.004993438720703125,
+ -0.00948333740234375,
+ 0.006504058837890625,
+ -0.036651611328125,
+ 0.01255035400390625,
+ -0.0187835693359375,
+ 0.0017290115356445312,
+ -0.0186004638671875,
+ 0.0307769775390625,
+ 0.0287628173828125,
+ 0.003917694091796875,
+ -0.0008931159973144531,
+ -0.032989501953125,
+ 0.01529693603515625,
+ -0.01012420654296875,
+ -0.0289459228515625,
+ -0.01021575927734375,
+ 0.00811004638671875,
+ -0.0012426376342773438,
+ -0.031707763671875,
+ -0.09014892578125,
+ -0.032806396484375,
+ 0.0210723876953125,
+ -0.042877197265625,
+ 0.0006871223449707031,
+ 0.00014531612396240234,
+ -0.01218414306640625,
+ 0.040679931640625,
+ -0.041961669921875,
+ 0.0159454345703125,
+ -0.006961822509765625,
+ -0.0309600830078125,
+ -0.0197906494140625,
+ 0.035919189453125,
+ -0.00934600830078125,
+ 0.033721923828125,
+ 0.0018091201782226562,
+ -0.004398345947265625,
+ 0.051300048828125,
+ -0.0305938720703125,
+ 0.0232696533203125,
+ -0.055694580078125,
+ -0.0027484893798828125,
+ -0.048370361328125,
+ 0.01154327392578125,
+ -0.08135986328125,
+ -0.052032470703125,
+ 0.040496826171875,
+ 0.01122283935546875,
+ -0.004077911376953125,
+ -0.031707763671875,
+ 0.0015802383422851562,
+ -0.006229400634765625,
+ -0.044708251953125,
+ 0.01465606689453125,
+ -0.0180511474609375,
+ -0.0220794677734375,
+ 0.0192413330078125,
+ -0.0300445556640625,
+ 0.01168060302734375,
+ 0.0196075439453125,
+ 0.039031982421875,
+ 0.036285400390625,
+ -0.0005040168762207031,
+ 0.007007598876953125,
+ -0.0207061767578125,
+ 0.004146575927734375,
+ -0.0271148681640625,
+ -0.004581451416015625,
+ 0.052398681640625,
+ 0.004146575927734375,
+ -0.00811004638671875,
+ 0.0251007080078125,
+ 0.01030731201171875,
+ -0.08026123046875,
+ -0.006870269775390625,
+ -0.01557159423828125,
+ -0.056060791015625,
+ -0.006549835205078125,
+ 0.06378173828125,
+ 0.0287628173828125,
+ 0.00861358642578125,
+ 0.005268096923828125,
+ 0.0300445556640625,
+ 0.00966644287109375,
+ -0.01355743408203125,
+ -0.0200653076171875,
+ -0.046356201171875,
+ 0.0302276611328125,
+ 0.055328369140625,
+ 0.01181793212890625,
+ -0.051300048828125,
+ 0.044158935546875,
+ 0.052398681640625,
+ 0.0017061233520507812,
+ -0.061187744140625,
+ -0.01520538330078125,
+ -0.004261016845703125,
+ 0.043609619140625,
+ 0.01309967041015625,
+ 0.0200653076171875,
+ -0.06634521484375,
+ 0.031890869140625,
+ 0.031890869140625,
+ -0.00888824462890625,
+ -0.0157623291015625,
+ -0.006916046142578125,
+ -0.043426513671875,
+ 0.034088134765625,
+ -0.0267486572265625,
+ 0.007328033447265625,
+ 0.01483917236328125,
+ 0.052032470703125,
+ -0.00994110107421875,
+ -0.048736572265625,
+ -0.01474761962890625,
+ 0.056427001953125,
+ 0.0001875162124633789,
+ -0.0241851806640625,
+ 0.01255035400390625,
+ 0.0170440673828125,
+ -0.047637939453125,
+ 0.01346588134765625,
+ 0.042510986328125,
+ 0.007602691650390625,
+ 0.0285797119140625,
+ 0.0186920166015625,
+ -0.0272979736328125,
+ 0.0200653076171875,
+ -0.006366729736328125,
+ 0.0223541259765625,
+ -0.0032978057861328125,
+ -0.043060302734375,
+ -0.0199737548828125,
+ -0.052764892578125,
+ 0.051666259765625,
+ 0.033905029296875,
+ 0.0161285400390625,
+ 0.049102783203125,
+ 0.0024623870849609375,
+ -0.01044464111328125,
+ 0.0280303955078125,
+ 0.0254669189453125,
+ 0.0282135009765625,
+ 0.0282135009765625,
+ 0.0260162353515625,
+ -0.007602691650390625,
+ 0.01026153564453125,
+ 0.0031147003173828125,
+ -0.031524658203125,
+ 0.035369873046875,
+ -0.0034122467041015625,
+ 0.00966644287109375,
+ -0.046905517578125,
+ -0.01140594482421875,
+ 0.01190948486328125,
+ -0.0241851806640625,
+ -0.0192413330078125,
+ -0.0267486572265625,
+ 0.01108551025390625,
+ -0.00943756103515625,
+ -0.061553955078125,
+ -0.0289459228515625,
+ 0.037384033203125,
+ -0.043792724609375,
+ 0.042327880859375,
+ 0.0305938720703125,
+ 0.0202484130859375,
+ -0.00911712646484375,
+ -0.07293701171875,
+ 0.07696533203125,
+ 0.0280303955078125,
+ 0.053131103515625,
+ 0.0023937225341796875,
+ 0.01158905029296875,
+ 0.041229248046875,
+ 0.0009217262268066406,
+ 0.007556915283203125,
+ 0.0202484130859375,
+ -0.0304107666015625,
+ 0.041046142578125,
+ 0.052398681640625,
+ -0.00870513916015625,
+ -0.00833892822265625,
+ 0.0296783447265625,
+ 0.0179595947265625,
+ -0.052764892578125,
+ 0.032806396484375,
+ 0.0258331298828125,
+ 0.0272979736328125,
+ -0.035003662109375,
+ -0.004146575927734375,
+ 0.0156707763671875,
+ -0.055694580078125,
+ 0.06927490234375,
+ 0.01264190673828125,
+ -0.0174102783203125,
+ 0.031707763671875,
+ -0.042327880859375,
+ 0.061553955078125,
+ -0.01328277587890625,
+ 0.049102783203125,
+ -0.056060791015625,
+ 0.056427001953125,
+ 0.01049041748046875,
+ 0.041778564453125,
+ -0.033721923828125,
+ 0.01012420654296875,
+ -0.031341552734375,
+ 0.0171356201171875,
+ 0.004100799560546875,
+ 0.058624267578125,
+ -0.004489898681640625,
+ 0.0227203369140625,
+ -0.0283966064453125,
+ -0.0294952392578125,
+ -0.0170440673828125,
+ -0.00975799560546875,
+ 0.0294952392578125,
+ -0.057525634765625,
+ 0.006870269775390625,
+ 0.01401519775390625,
+ 0.0036411285400390625,
+ 0.06927490234375,
+ -0.0204315185546875,
+ 0.0251007080078125,
+ -0.0168609619140625,
+ 0.0214385986328125,
+ -0.006183624267578125,
+ -0.00035500526428222656
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "rdp-cache",
+ "lateral-movement",
+ "terminal-server",
+ "bitmap-analysis",
+ "mru-analysis",
+ "apt-investigation",
+ "network-intrusion",
+ "cache-forensics"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Git_Repository_Forensik",
+ "type": "tool",
+ "name": "Git Repository Forensik",
+ "content": "git repository forensik versionskontroll-system-analyse für source-code-forensik und entwickler-activity-tracking. branch-timeline-reconstruction, commit-hash-verifizierung, merge-conflict-analysis. collaborative- workflow-investigation über remote-repositories und pull-requests. version-control source-code-analysis developer-tracking commit-analysis collaboration-forensics hash-verification incident-response static-investigations malware-analysis examination analysis",
+ "embedding": [
+ -0.04046630859375,
+ 0.01544952392578125,
+ 0.03973388671875,
+ -0.008087158203125,
+ 0.04669189453125,
+ 0.00827789306640625,
+ 0.01995849609375,
+ -0.0253753662109375,
+ 0.000873565673828125,
+ -0.014068603515625,
+ -0.01397705078125,
+ 0.037506103515625,
+ 0.0216064453125,
+ 0.0014829635620117188,
+ -0.047821044921875,
+ 0.05517578125,
+ -0.014068603515625,
+ 0.037872314453125,
+ 0.02923583984375,
+ -0.0038394927978515625,
+ -0.014068603515625,
+ -0.038787841796875,
+ -0.032928466796875,
+ -0.006114959716796875,
+ 0.0239105224609375,
+ 0.0242767333984375,
+ -0.03143310546875,
+ -0.0570068359375,
+ -0.0259246826171875,
+ 0.0250091552734375,
+ 0.01080322265625,
+ -0.020965576171875,
+ -0.00342559814453125,
+ 0.034393310546875,
+ -0.014984130859375,
+ -0.0316162109375,
+ 0.0073089599609375,
+ -0.06805419921875,
+ -0.02996826171875,
+ 0.0635986328125,
+ -0.00823211669921875,
+ -0.00887298583984375,
+ 0.0179290771484375,
+ -0.0286865234375,
+ -0.037506103515625,
+ -0.0443115234375,
+ 0.020599365234375,
+ -0.01116943359375,
+ -0.00351715087890625,
+ -0.0413818359375,
+ 0.0239105224609375,
+ 0.029052734375,
+ -0.00567626953125,
+ -0.0031032562255859375,
+ -0.041748046875,
+ 0.0159912109375,
+ 0.0182952880859375,
+ 0.0035858154296875,
+ -0.02777099609375,
+ 0.0172882080078125,
+ -0.051116943359375,
+ -0.003631591796875,
+ 0.00392913818359375,
+ -0.0007357597351074219,
+ 0.030517578125,
+ 0.04522705078125,
+ -0.0272216796875,
+ -0.04193115234375,
+ 0.0115814208984375,
+ 0.0007529258728027344,
+ 0.00983428955078125,
+ -0.0239105224609375,
+ -0.0223388671875,
+ 0.051116943359375,
+ -0.01232147216796875,
+ -0.061798095703125,
+ 0.0251922607421875,
+ 0.052581787109375,
+ -0.0032176971435546875,
+ 0.00846099853515625,
+ -0.029052734375,
+ 0.00988006591796875,
+ 0.047821044921875,
+ -0.015625,
+ -0.036224365234375,
+ -0.002655029296875,
+ 0.0176544189453125,
+ 0.005584716796875,
+ -0.033660888671875,
+ 0.014984130859375,
+ 0.0223388671875,
+ -0.00689697265625,
+ 0.01434326171875,
+ -0.0253753662109375,
+ 0.032745361328125,
+ 0.048187255859375,
+ -0.0079498291015625,
+ -0.014251708984375,
+ -0.0178375244140625,
+ 0.036407470703125,
+ 0.0105743408203125,
+ -0.0216064453125,
+ 0.036224365234375,
+ -0.01213836669921875,
+ 0.035858154296875,
+ -0.0399169921875,
+ 0.00045108795166015625,
+ -0.01507568359375,
+ -0.005931854248046875,
+ -0.016082763671875,
+ -0.09564208984375,
+ -0.04559326171875,
+ -0.0170135498046875,
+ -0.04541015625,
+ 0.0033092498779296875,
+ 0.00022411346435546875,
+ -0.01177215576171875,
+ 0.06988525390625,
+ -0.041015625,
+ -0.036407470703125,
+ 0.0028839111328125,
+ 0.0069427490234375,
+ -0.0111236572265625,
+ -0.0021495819091796875,
+ -0.061431884765625,
+ -0.047454833984375,
+ 0.01232147216796875,
+ 0.014617919921875,
+ -0.01544952392578125,
+ -0.034759521484375,
+ -0.0179290771484375,
+ -0.0250091552734375,
+ 0.004665374755859375,
+ -0.0170135498046875,
+ 0.02032470703125,
+ -0.020233154296875,
+ 0.0251922607421875,
+ 0.00827789306640625,
+ 0.00933074951171875,
+ -0.0078582763671875,
+ 0.0170135498046875,
+ -0.03125,
+ -0.07318115234375,
+ 0.01617431640625,
+ -0.04669189453125,
+ -0.01186370849609375,
+ -0.01305389404296875,
+ 0.0421142578125,
+ -0.021697998046875,
+ -0.02288818359375,
+ 0.0011091232299804688,
+ 0.021148681640625,
+ 0.0465087890625,
+ 0.014892578125,
+ 0.0104827880859375,
+ -0.0421142578125,
+ 0.01507568359375,
+ 0.0015974044799804688,
+ 0.0294189453125,
+ 0.01007080078125,
+ -0.021697998046875,
+ 0.0026092529296875,
+ -0.0015287399291992188,
+ 0.02777099609375,
+ -0.00276947021484375,
+ -0.056640625,
+ -0.01554107666015625,
+ -0.0022182464599609375,
+ -0.0017242431640625,
+ 0.014984130859375,
+ 0.0323486328125,
+ -0.006114959716796875,
+ 0.0606689453125,
+ 0.060302734375,
+ -0.021240234375,
+ 0.0457763671875,
+ -0.0005888938903808594,
+ -0.0240936279296875,
+ 0.058837890625,
+ 0.004161834716796875,
+ -0.0015516281127929688,
+ -0.003631591796875,
+ 0.034393310546875,
+ 0.016082763671875,
+ 0.014068603515625,
+ -0.01232147216796875,
+ -0.037872314453125,
+ -0.0012178421020507812,
+ -0.014434814453125,
+ 0.0261077880859375,
+ -0.03216552734375,
+ -0.0272216796875,
+ -0.010528564453125,
+ 0.033477783203125,
+ 0.01995849609375,
+ 0.04412841796875,
+ 0.0180206298828125,
+ 0.01314544677734375,
+ 0.036224365234375,
+ -0.0173797607421875,
+ 0.00286102294921875,
+ 0.03216552734375,
+ -0.0250091552734375,
+ 0.046142578125,
+ 0.0316162109375,
+ 0.0078125,
+ -0.0033321380615234375,
+ 0.04156494140625,
+ 0.01995849609375,
+ -0.014984130859375,
+ -0.00969696044921875,
+ 0.0435791015625,
+ 0.004596710205078125,
+ -0.020599365234375,
+ -0.058837890625,
+ -0.0457763671875,
+ -0.0074462890625,
+ -0.0015058517456054688,
+ -0.010894775390625,
+ 0.0012063980102539062,
+ -0.01213836669921875,
+ -0.0570068359375,
+ -0.01342010498046875,
+ 0.0239105224609375,
+ -0.0193939208984375,
+ 0.022796630859375,
+ 0.05517578125,
+ -0.037689208984375,
+ -0.014984130859375,
+ 0.01268768310546875,
+ 0.01617431640625,
+ 0.0240936279296875,
+ -0.006114959716796875,
+ 0.0308990478515625,
+ 0.00263214111328125,
+ -0.0428466796875,
+ 0.050750732421875,
+ 0.0235443115234375,
+ 0.00937652587890625,
+ 0.011627197265625,
+ -0.02288818359375,
+ 0.009979248046875,
+ -0.0112152099609375,
+ 0.036407470703125,
+ 0.036224365234375,
+ -0.00942230224609375,
+ 0.051483154296875,
+ 0.004482269287109375,
+ 0.0257415771484375,
+ 0.06988525390625,
+ -0.0286865234375,
+ -0.022064208984375,
+ -0.07281494140625,
+ 0.015167236328125,
+ -0.08203125,
+ -0.0307159423828125,
+ -0.015899658203125,
+ -0.041748046875,
+ 0.037872314453125,
+ -0.034393310546875,
+ -0.034210205078125,
+ -0.0178375244140625,
+ 0.011444091796875,
+ 0.0054931640625,
+ 0.052581787109375,
+ -0.002529144287109375,
+ -0.0268402099609375,
+ 0.01554107666015625,
+ 0.064697265625,
+ -0.0194854736328125,
+ 0.0030574798583984375,
+ -0.00873565673828125,
+ 0.0015859603881835938,
+ 0.0009021759033203125,
+ 0.0181121826171875,
+ -0.030517578125,
+ -0.011627197265625,
+ 0.02886962890625,
+ 0.0208740234375,
+ 0.021514892578125,
+ -0.007171630859375,
+ 0.01554107666015625,
+ 0.001850128173828125,
+ 0.0465087890625,
+ -0.04559326171875,
+ -0.000012636184692382812,
+ 0.00519561767578125,
+ 0.014617919921875,
+ -0.00818634033203125,
+ -0.050018310546875,
+ -0.01116943359375,
+ 0.0548095703125,
+ 0.010894775390625,
+ 0.027587890625,
+ 0.0201416015625,
+ -0.0643310546875,
+ 0.02813720703125,
+ -0.021881103515625,
+ -0.020416259765625,
+ -0.004138946533203125,
+ 0.055908203125,
+ -0.0099334716796875,
+ 0.01186370849609375,
+ -0.006481170654296875,
+ 0.00923919677734375,
+ -0.00951385498046875,
+ -0.033843994140625,
+ -0.032745361328125,
+ 0.0023326873779296875,
+ -0.034027099609375,
+ -0.007770538330078125,
+ 0.0253753662109375,
+ -0.036041259765625,
+ 0.00841522216796875,
+ 0.007171630859375,
+ 0.004459381103515625,
+ -0.038970947265625,
+ -0.0592041015625,
+ 0.01323699951171875,
+ -0.02850341796875,
+ -0.0251922607421875,
+ -0.0257415771484375,
+ 0.050018310546875,
+ 0.022247314453125,
+ -0.01222991943359375,
+ 0.00841522216796875,
+ -0.01507568359375,
+ -0.0177459716796875,
+ 0.007171630859375,
+ -0.0261077880859375,
+ 0.022796630859375,
+ -0.001895904541015625,
+ 0.051483154296875,
+ 0.049285888671875,
+ 0.022979736328125,
+ 0.02288818359375,
+ 0.049652099609375,
+ 0.02288818359375,
+ -0.02105712890625,
+ 0.0169219970703125,
+ 0.00011491775512695312,
+ 0.0162811279296875,
+ 0.00524139404296875,
+ -0.01535797119140625,
+ -0.033111572265625,
+ -0.0080413818359375,
+ -0.0182952880859375,
+ 0.0264739990234375,
+ 0.035675048828125,
+ 0.02978515625,
+ 0.046142578125,
+ -0.0110321044921875,
+ 0.006206512451171875,
+ 0.047821044921875,
+ 0.0033779144287109375,
+ 0.07757568359375,
+ -0.016082763671875,
+ -0.07464599609375,
+ -0.0021610260009765625,
+ 0.032928466796875,
+ -0.01470947265625,
+ -0.0270233154296875,
+ 0.02197265625,
+ 0.000453948974609375,
+ 0.010345458984375,
+ 0.0242767333984375,
+ -0.0172882080078125,
+ 0.022796630859375,
+ -0.00901031494140625,
+ -0.01351165771484375,
+ -0.005886077880859375,
+ -0.036224365234375,
+ 0.007354736328125,
+ 0.04559326171875,
+ 0.0246429443359375,
+ -0.006160736083984375,
+ 0.0192108154296875,
+ -0.0262908935546875,
+ -0.023345947265625,
+ -0.043212890625,
+ -0.07135009765625,
+ 0.0182952880859375,
+ 0.00955963134765625,
+ 0.0005025863647460938,
+ 0.04193115234375,
+ -0.047088623046875,
+ -0.056640625,
+ 0.034393310546875,
+ -0.00983428955078125,
+ 0.0628662109375,
+ 0.01416015625,
+ 0.020233154296875,
+ 0.0240936279296875,
+ -0.020965576171875,
+ 0.0106201171875,
+ 0.022979736328125,
+ 0.006481170654296875,
+ 0.0230712890625,
+ 0.036041259765625,
+ 0.00878143310546875,
+ 0.0049896240234375,
+ -0.062164306640625,
+ 0.040283203125,
+ 0.04266357421875,
+ 0.036041259765625,
+ 0.020782470703125,
+ 0.0189361572265625,
+ 0.034027099609375,
+ 0.056640625,
+ -0.0262908935546875,
+ 0.04522705078125,
+ 0.038787841796875,
+ -0.0195770263671875,
+ 0.00356292724609375,
+ -0.02996826171875,
+ 0.0192108154296875,
+ -0.03973388671875,
+ -0.00799560546875,
+ 0.00814056396484375,
+ 0.006160736083984375,
+ 0.0176544189453125,
+ 0.0182037353515625,
+ -0.060302734375,
+ -0.001373291015625,
+ 0.01250457763671875,
+ -0.04010009765625,
+ 0.0301513671875,
+ 0.055908203125,
+ -0.0255584716796875,
+ 0.0011434555053710938,
+ -0.005931854248046875,
+ -0.041748046875,
+ 0.02105712890625,
+ -0.027587890625,
+ -0.037322998046875,
+ 0.01554107666015625,
+ 0.037506103515625,
+ -0.062164306640625,
+ -0.051483154296875,
+ -0.022979736328125,
+ -0.0003490447998046875,
+ 0.011627197265625,
+ 0.0072174072265625,
+ 0.0264739990234375,
+ 0.003997802734375,
+ -0.006526947021484375,
+ 0.01554107666015625,
+ 0.0187530517578125,
+ -0.001895904541015625,
+ -0.040283203125,
+ 0.07391357421875,
+ -0.01434326171875,
+ -0.064697265625,
+ 0.039337158203125,
+ 0.0172882080078125,
+ 0.022979736328125,
+ -0.02813720703125,
+ -0.0240936279296875,
+ 0.00942230224609375,
+ -0.01007080078125,
+ -0.0174713134765625,
+ 0.0294189453125,
+ -0.02740478515625,
+ -0.032562255859375,
+ -0.050384521484375,
+ 0.048553466796875,
+ 0.006526947021484375,
+ 0.036224365234375,
+ -0.0169219970703125,
+ -0.039154052734375,
+ 0.02850341796875,
+ -0.07574462890625,
+ -0.0242767333984375,
+ -0.0014715194702148438,
+ 0.005931854248046875,
+ 0.00501251220703125,
+ 0.050018310546875,
+ -0.000008344650268554688,
+ 0.0003993511199951172,
+ -0.014251708984375,
+ 0.056640625,
+ 0.0193023681640625,
+ -0.0145263671875,
+ -0.0628662109375,
+ 0.03143310546875,
+ 0.004756927490234375,
+ -0.050384521484375,
+ -0.0015859603881835938,
+ -0.006160736083984375,
+ -0.0012645721435546875,
+ 0.049652099609375,
+ -0.048919677734375,
+ 0.0058135986328125,
+ 0.0102996826171875,
+ -0.0592041015625,
+ -0.02105712890625,
+ -0.0186614990234375,
+ -0.01277923583984375,
+ -0.034576416015625,
+ 0.01268768310546875,
+ 0.037689208984375,
+ -0.005218505859375,
+ 0.034210205078125,
+ 0.007354736328125,
+ -0.0201416015625,
+ 0.036407470703125,
+ 0.000873565673828125,
+ -0.02142333984375,
+ 0.03179931640625,
+ -0.051116943359375,
+ -0.040283203125,
+ -0.021514892578125,
+ 0.04559326171875,
+ -0.0262908935546875,
+ -0.0019989013671875,
+ 0.013885498046875,
+ -0.0114898681640625,
+ 0.0555419921875,
+ -0.04669189453125,
+ -0.0179290771484375,
+ -0.049285888671875,
+ -0.014251708984375,
+ -0.0261077880859375,
+ -0.0162811279296875,
+ -0.0054931640625,
+ 0.015716552734375,
+ -0.01204681396484375,
+ 0.00249481201171875,
+ 0.048919677734375,
+ -0.04559326171875,
+ 0.004665374755859375,
+ 0.0196685791015625,
+ -0.0024700164794921875,
+ 0.0310821533203125,
+ 0.0110321044921875,
+ 0.0019989013671875,
+ 0.022247314453125,
+ 0.037322998046875,
+ -0.050384521484375,
+ -0.0443115234375,
+ -0.06951904296875,
+ 0.0239105224609375,
+ -0.0106201171875,
+ 0.01332855224609375,
+ -0.052947998046875,
+ -0.048187255859375,
+ -0.07867431640625,
+ 0.004940032958984375,
+ 0.06842041015625,
+ 0.0057220458984375,
+ -0.01544952392578125,
+ -0.031982421875,
+ -0.00390625,
+ 0.0017242431640625,
+ -0.0399169921875,
+ 0.0246429443359375,
+ -0.010711669921875,
+ 0.006572723388671875,
+ 0.0052642822265625,
+ -0.020965576171875,
+ 0.03143310546875,
+ 0.00937652587890625,
+ 0.035491943359375,
+ 0.01314544677734375,
+ 0.0137939453125,
+ -0.035858154296875,
+ 0.021697998046875,
+ -0.036956787109375,
+ -0.020050048828125,
+ 0.0023670196533203125,
+ -0.0235443115234375,
+ 0.00514984130859375,
+ -0.023345947265625,
+ -0.0307159423828125,
+ 0.04266357421875,
+ 0.0301513671875,
+ 0.034759521484375,
+ 0.0007414817810058594,
+ -0.0294189453125,
+ 0.020050048828125,
+ 0.00726318359375,
+ 0.051116943359375,
+ -0.0169219970703125,
+ -0.053680419921875,
+ -0.0031032562255859375,
+ 0.00342559814453125,
+ 0.034576416015625,
+ 0.049652099609375,
+ -0.01241302490234375,
+ -0.04541015625,
+ 0.0050811767578125,
+ 0.050018310546875,
+ 0.0164642333984375,
+ -0.034210205078125,
+ -0.00402069091796875,
+ 0.02923583984375,
+ 0.004894256591796875,
+ 0.047454833984375,
+ 0.006023406982421875,
+ 0.07611083984375,
+ 0.006160736083984375,
+ 0.03143310546875,
+ 0.0201416015625,
+ 0.07574462890625,
+ 0.034393310546875,
+ -0.052581787109375,
+ -0.04632568359375,
+ 0.00868988037109375,
+ 0.01287078857421875,
+ -0.020050048828125,
+ -0.0399169921875,
+ -0.0240936279296875,
+ 0.062164306640625,
+ -0.0904541015625,
+ 0.000652313232421875,
+ 0.004825592041015625,
+ 0.00891876220703125,
+ 0.020782470703125,
+ 0.014984130859375,
+ -0.050750732421875,
+ 0.004138946533203125,
+ 0.036590576171875,
+ -0.046875,
+ -0.000873565673828125,
+ -0.004322052001953125,
+ 0.0007929801940917969,
+ 0.053314208984375,
+ 0.022979736328125,
+ -0.00896453857421875,
+ 0.0255584716796875,
+ 0.0007266998291015625,
+ 0.0235443115234375,
+ 0.0316162109375,
+ 0.033111572265625,
+ 0.036773681640625,
+ 0.01213836669921875,
+ 0.0283203125,
+ 0.07427978515625,
+ -0.01277923583984375,
+ -0.020782470703125,
+ 0.01416015625,
+ 0.02886962890625,
+ 0.0413818359375,
+ 0.0595703125,
+ -0.0073089599609375,
+ 0.0170135498046875,
+ 0.0266571044921875,
+ -0.0548095703125,
+ -0.01043701171875,
+ 0.0074920654296875,
+ -0.0197601318359375,
+ -0.052581787109375,
+ -0.049652099609375,
+ -0.0079498291015625,
+ -0.0152587890625,
+ 0.0079498291015625,
+ 0.0294189453125,
+ -0.033477783203125,
+ -0.02923583984375,
+ 0.0239105224609375,
+ -0.0286865234375,
+ -0.01995849609375,
+ 0.0201416015625,
+ -0.0216064453125,
+ -0.021240234375,
+ -0.023162841796875,
+ -0.034759521484375,
+ 0.04193115234375,
+ -0.037872314453125,
+ -0.04632568359375,
+ -0.0194854736328125,
+ 0.0079498291015625,
+ -0.038421630859375,
+ -0.051849365234375,
+ -0.02142333984375,
+ 0.00850677490234375,
+ -0.0177459716796875,
+ -0.037689208984375,
+ -0.057373046875,
+ -0.036224365234375,
+ 0.0023670196533203125,
+ -0.0171966552734375,
+ 0.0056304931640625,
+ -0.0074462890625,
+ -0.01507568359375,
+ 0.002735137939453125,
+ -0.04449462890625,
+ -0.0307159423828125,
+ 0.030517578125,
+ -0.033660888671875,
+ 0.032745361328125,
+ -0.0030574798583984375,
+ -0.0016431808471679688,
+ 0.02996826171875,
+ 0.041748046875,
+ -0.0113983154296875,
+ 0.00923919677734375,
+ -0.0261077880859375,
+ -0.057373046875,
+ -0.0022296905517578125,
+ -0.0008387565612792969,
+ 0.00946807861328125,
+ -0.0548095703125,
+ 0.0244598388671875,
+ 0.079833984375,
+ -0.0592041015625,
+ 0.013702392578125,
+ 0.023162841796875,
+ -0.0190277099609375,
+ -0.051483154296875,
+ 0.007770538330078125,
+ -0.00726318359375,
+ 0.034210205078125,
+ 0.07537841796875,
+ 0.006160736083984375,
+ 0.000885009765625,
+ 0.00859832763671875,
+ -0.033294677734375,
+ 0.047821044921875,
+ 0.0170135498046875,
+ 0.01351165771484375,
+ -0.04083251953125,
+ 0.01507568359375,
+ 0.006710052490234375,
+ -0.022064208984375,
+ 0.011077880859375,
+ -0.0908203125,
+ -0.0007987022399902344,
+ 0.021881103515625,
+ 0.005977630615234375,
+ -0.01323699951171875,
+ -0.00505828857421875,
+ -0.0457763671875,
+ -0.0248260498046875,
+ -0.038970947265625,
+ 0.030517578125,
+ 0.004665374755859375,
+ 0.0173797607421875,
+ -0.04486083984375,
+ -0.014984130859375,
+ 0.01361083984375,
+ -0.0465087890625,
+ -0.036956787109375,
+ -0.004711151123046875,
+ 0.014251708984375,
+ 0.0008563995361328125,
+ -0.032928466796875,
+ 0.00933074951171875,
+ 0.0191192626953125,
+ 0.0032863616943359375,
+ -0.00351715087890625,
+ 0.082763671875,
+ -0.02996826171875,
+ 0.0001882314682006836,
+ 0.00832366943359375,
+ 0.022979736328125,
+ 0.01351165771484375,
+ 0.014801025390625,
+ 0.02178955078125,
+ 0.011627197265625,
+ 0.035125732421875,
+ -0.04229736328125,
+ 0.035308837890625,
+ 0.03125,
+ -0.00290679931640625,
+ -0.0268402099609375,
+ -0.015625,
+ -0.02886962890625,
+ 0.043212890625,
+ 0.004642486572265625,
+ 0.0011835098266601562,
+ 0.00868988037109375,
+ -0.0268402099609375,
+ -0.0816650390625,
+ 0.0251922607421875,
+ -0.01204681396484375,
+ 0.01080322265625,
+ 0.033111572265625,
+ -0.0239105224609375,
+ -0.0592041015625,
+ -0.0577392578125,
+ -0.0208740234375,
+ 0.034027099609375,
+ -0.00519561767578125,
+ 0.04010009765625,
+ -0.0010290145874023438,
+ -0.004367828369140625,
+ 0.021697998046875,
+ 0.006343841552734375,
+ -0.0192108154296875,
+ 0.038421630859375,
+ 0.035675048828125,
+ -0.0170135498046875,
+ 0.052215576171875,
+ -0.048187255859375,
+ -0.0068511962890625,
+ -0.0078125,
+ 0.027587890625,
+ 0.0010805130004882812,
+ -0.02197265625,
+ -0.032745361328125,
+ 0.000919342041015625,
+ 0.01323699951171875,
+ 0.050384521484375,
+ -0.004344940185546875,
+ 0.01995849609375,
+ -0.0283203125,
+ 0.0246429443359375,
+ -0.022430419921875,
+ -0.007904052734375,
+ -0.0030345916748046875,
+ 0.0187530517578125,
+ -0.033294677734375,
+ -0.01554107666015625,
+ -0.06622314453125,
+ -0.1103515625,
+ 0.013702392578125,
+ -0.022613525390625,
+ -0.0182952880859375,
+ 0.010894775390625,
+ 0.0099334716796875,
+ 0.032745361328125,
+ -0.031982421875,
+ 0.0262908935546875,
+ -0.00960540771484375,
+ -0.020782470703125,
+ -0.032745361328125,
+ 0.022430419921875,
+ -0.036224365234375,
+ 0.035308837890625,
+ -0.0023555755615234375,
+ -0.0301513671875,
+ 0.041015625,
+ -0.022796630859375,
+ 0.0068511962890625,
+ -0.00556182861328125,
+ -0.01268768310546875,
+ -0.01580810546875,
+ 0.004871368408203125,
+ -0.07098388671875,
+ -0.01296234130859375,
+ 0.01007080078125,
+ 0.0240936279296875,
+ 0.007171630859375,
+ -0.00841522216796875,
+ 0.0625,
+ -0.011077880859375,
+ -0.053314208984375,
+ 0.023162841796875,
+ -0.01259613037109375,
+ -0.021240234375,
+ 0.011077880859375,
+ -0.001247406005859375,
+ -0.014617919921875,
+ 0.01305389404296875,
+ 0.048553466796875,
+ 0.036407470703125,
+ 0.0190277099609375,
+ 0.00942230224609375,
+ -0.002780914306640625,
+ 0.01416015625,
+ -0.014617919921875,
+ 0.036590576171875,
+ 0.02978515625,
+ 0.0307159423828125,
+ -0.02325439453125,
+ 0.0270233154296875,
+ 0.00983428955078125,
+ -0.07318115234375,
+ 0.00029587745666503906,
+ -0.00528717041015625,
+ -0.054046630859375,
+ 0.006805419921875,
+ 0.091552734375,
+ 0.030517578125,
+ -0.01342010498046875,
+ 0.02813720703125,
+ 0.049285888671875,
+ 0.036224365234375,
+ 0.0106201171875,
+ -0.0259246826171875,
+ -0.0823974609375,
+ 0.0022525787353515625,
+ 0.0301513671875,
+ 0.0187530517578125,
+ -0.033111572265625,
+ 0.052947998046875,
+ 0.06805419921875,
+ -0.00891876220703125,
+ -0.00891876220703125,
+ -0.00342559814453125,
+ 0.0014944076538085938,
+ 0.058837890625,
+ 0.006160736083984375,
+ 0.00496673583984375,
+ -0.06549072265625,
+ 0.00726318359375,
+ 0.0177459716796875,
+ -0.0185699462890625,
+ 0.004482269287109375,
+ -0.01305389404296875,
+ -0.0242767333984375,
+ 0.04541015625,
+ -0.052581787109375,
+ 0.0106658935546875,
+ 0.006389617919921875,
+ 0.0643310546875,
+ 0.00960540771484375,
+ -0.0310821533203125,
+ -0.0435791015625,
+ 0.035125732421875,
+ 0.0216064453125,
+ -0.020050048828125,
+ 0.0007872581481933594,
+ -0.00370025634765625,
+ -0.01116943359375,
+ 0.0177459716796875,
+ 0.05517578125,
+ 0.0004165172576904297,
+ 0.047821044921875,
+ 0.0257415771484375,
+ -0.053680419921875,
+ 0.0030345916748046875,
+ -0.010162353515625,
+ 0.01186370849609375,
+ -0.003631591796875,
+ -0.055908203125,
+ -0.033111572265625,
+ -0.036224365234375,
+ 0.033843994140625,
+ 0.00919342041015625,
+ 0.01232147216796875,
+ -0.01232147216796875,
+ 0.014892578125,
+ -0.0205078125,
+ -0.0031490325927734375,
+ 0.01171875,
+ 0.055908203125,
+ 0.0208740234375,
+ -0.006160736083984375,
+ 0.010162353515625,
+ 0.0261077880859375,
+ 0.020050048828125,
+ -0.0628662109375,
+ 0.04193115234375,
+ -0.037322998046875,
+ -0.006343841552734375,
+ -0.03973388671875,
+ -0.00016450881958007812,
+ -0.004299163818359375,
+ -0.033111572265625,
+ -0.0073089599609375,
+ -0.04595947265625,
+ -0.0005517005920410156,
+ -0.0261077880859375,
+ -0.041748046875,
+ -0.0255584716796875,
+ 0.04229736328125,
+ -0.04193115234375,
+ 0.050018310546875,
+ 0.021148681640625,
+ -0.01617431640625,
+ -0.0171966552734375,
+ -0.0457763671875,
+ 0.07574462890625,
+ 0.0257415771484375,
+ 0.0323486328125,
+ -0.0109405517578125,
+ 0.00933074951171875,
+ 0.02777099609375,
+ -0.00873565673828125,
+ 0.004184722900390625,
+ 0.04229736328125,
+ -0.01204681396484375,
+ 0.057373046875,
+ 0.038787841796875,
+ 0.0259246826171875,
+ -0.038055419921875,
+ 0.022430419921875,
+ 0.00933074951171875,
+ -0.034576416015625,
+ 0.034393310546875,
+ 0.02777099609375,
+ 0.01416015625,
+ -0.0115814208984375,
+ -0.0069427490234375,
+ 0.0166473388671875,
+ -0.06768798828125,
+ 0.04248046875,
+ 0.0548095703125,
+ -0.0169219970703125,
+ 0.02978515625,
+ -0.041748046875,
+ 0.0310821533203125,
+ 0.006206512451171875,
+ 0.049652099609375,
+ -0.040283203125,
+ 0.0595703125,
+ -0.0171966552734375,
+ -0.0100250244140625,
+ 0.00569915771484375,
+ 0.029052734375,
+ -0.0116729736328125,
+ 0.035491943359375,
+ -0.00818634033203125,
+ 0.0439453125,
+ 0.020050048828125,
+ -0.01305389404296875,
+ -0.04632568359375,
+ -0.030517578125,
+ 0.000942230224609375,
+ -0.00392913818359375,
+ 0.041748046875,
+ -0.048919677734375,
+ -0.00537872314453125,
+ -0.0106658935546875,
+ 0.0399169921875,
+ 0.087890625,
+ -0.0105743408203125,
+ 0.02960205078125,
+ 0.01305389404296875,
+ -0.01186370849609375,
+ -0.020416259765625,
+ -0.01397705078125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "version-control",
+ "source-code-analysis",
+ "developer-tracking",
+ "commit-analysis",
+ "collaboration-forensics",
+ "hash-verification"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_iptables_Firewall_Forensik",
+ "type": "tool",
+ "name": "iptables Firewall-Forensik",
+ "content": "iptables firewall-forensik netzwerk-traffic-filtering-analysis durch iptables-rules-reconstruction. input/output/forward-chain-analysis, accept/drop/reject-actions, port-based und ip-based filtering. regel-persistence-verification und anti-evasion-configuration für incident-response. firewall-analysis network-filtering traffic-analysis rule-analysis packet-filtering network-security incident-response network-forensics examination analysis",
+ "embedding": [
+ -0.0275726318359375,
+ 0.02471923828125,
+ 0.043212890625,
+ 0.029876708984375,
+ 0.0579833984375,
+ 0.025787353515625,
+ -0.0034236907958984375,
+ -0.0240020751953125,
+ -0.02685546875,
+ -0.015472412109375,
+ -0.00902557373046875,
+ 0.02899169921875,
+ 0.00333404541015625,
+ -0.00836181640625,
+ -0.04693603515625,
+ 0.038238525390625,
+ 0.01369476318359375,
+ 0.006626129150390625,
+ -0.005733489990234375,
+ 0.0192108154296875,
+ 0.00791168212890625,
+ -0.0200042724609375,
+ -0.041961669921875,
+ -0.016265869140625,
+ -0.01476287841796875,
+ 0.0148468017578125,
+ -0.0193023681640625,
+ -0.08074951171875,
+ -0.007556915283203125,
+ 0.02899169921875,
+ 0.01369476318359375,
+ -0.021514892578125,
+ -0.02276611328125,
+ 0.01654052734375,
+ -0.0168914794921875,
+ -0.03485107421875,
+ 0.020355224609375,
+ -0.06475830078125,
+ -0.029693603515625,
+ 0.042144775390625,
+ -0.0537109375,
+ 0.0006308555603027344,
+ -0.0076904296875,
+ 0.006359100341796875,
+ -0.02880859375,
+ -0.050140380859375,
+ -0.01654052734375,
+ -0.005023956298828125,
+ 0.0159149169921875,
+ -0.0213470458984375,
+ 0.0272064208984375,
+ 0.0138702392578125,
+ 0.01511383056640625,
+ -0.0200042724609375,
+ -0.0697021484375,
+ 0.027923583984375,
+ 0.021697998046875,
+ -0.02880859375,
+ -0.046234130859375,
+ 0.023468017578125,
+ -0.03875732421875,
+ -0.01413726806640625,
+ 0.01200103759765625,
+ -0.013427734375,
+ 0.0223236083984375,
+ 0.010406494140625,
+ -0.0229339599609375,
+ -0.048370361328125,
+ -0.0072021484375,
+ -0.0280914306640625,
+ 0.0177001953125,
+ -0.023468017578125,
+ -0.0261383056640625,
+ 0.0435791015625,
+ 0.001956939697265625,
+ -0.0213470458984375,
+ 0.050140380859375,
+ 0.027740478515625,
+ -0.0035114288330078125,
+ -0.0007281303405761719,
+ -0.046234130859375,
+ 0.005825042724609375,
+ 0.062255859375,
+ -0.020721435546875,
+ -0.00800323486328125,
+ 0.00911712646484375,
+ 0.0291595458984375,
+ -0.01049041748046875,
+ 0.01529693603515625,
+ -0.0148468017578125,
+ 0.0113372802734375,
+ -0.00791168212890625,
+ 0.044647216796875,
+ -0.0241851806640625,
+ 0.0252532958984375,
+ 0.0572509765625,
+ -0.0167236328125,
+ -0.0209808349609375,
+ 0.005401611328125,
+ 0.0200958251953125,
+ 0.0199127197265625,
+ -0.0161895751953125,
+ 0.056549072265625,
+ 0.001789093017578125,
+ 0.03912353515625,
+ -0.04730224609375,
+ -0.0020904541015625,
+ -0.007289886474609375,
+ -0.0179595947265625,
+ -0.0305938720703125,
+ -0.07147216796875,
+ -0.035919189453125,
+ -0.042327880859375,
+ -0.0537109375,
+ -0.00751495361328125,
+ 0.00272369384765625,
+ -0.01262664794921875,
+ 0.020538330078125,
+ -0.0408935546875,
+ -0.033966064453125,
+ 0.0182342529296875,
+ 0.006000518798828125,
+ -0.006626129150390625,
+ 0.005733489990234375,
+ -0.06689453125,
+ -0.04144287109375,
+ -0.0128021240234375,
+ 0.0222320556640625,
+ -0.040374755859375,
+ -0.01120758056640625,
+ -0.01271820068359375,
+ 0.02081298828125,
+ -0.004913330078125,
+ -0.0172576904296875,
+ 0.005580902099609375,
+ -0.0049591064453125,
+ 0.0330810546875,
+ 0.0022335052490234375,
+ 0.0243682861328125,
+ 0.0026340484619140625,
+ 0.0273895263671875,
+ -0.0240020751953125,
+ -0.06475830078125,
+ -0.006092071533203125,
+ -0.0128021240234375,
+ -0.027740478515625,
+ -0.0196533203125,
+ 0.040008544921875,
+ -0.0049591064453125,
+ -0.0097808837890625,
+ -0.016357421875,
+ 0.040374755859375,
+ 0.05938720703125,
+ -0.0117340087890625,
+ 0.0011835098266601562,
+ -0.05157470703125,
+ -0.012451171875,
+ -0.0220489501953125,
+ 0.035736083984375,
+ 0.00007295608520507812,
+ -0.0220489501953125,
+ 0.00795745849609375,
+ -0.02276611328125,
+ 0.0158233642578125,
+ -0.017425537109375,
+ -0.048370361328125,
+ -0.035919189453125,
+ 0.004180908203125,
+ 0.01751708984375,
+ -0.0006055831909179688,
+ 0.0209808349609375,
+ 0.021514892578125,
+ 0.044464111328125,
+ 0.056549072265625,
+ 0.0160980224609375,
+ 0.038421630859375,
+ -0.0067138671875,
+ -0.005558013916015625,
+ 0.041778564453125,
+ 0.03753662109375,
+ 0.005001068115234375,
+ -0.0072479248046875,
+ 0.056182861328125,
+ -0.0022335052490234375,
+ 0.023651123046875,
+ -0.0003180503845214844,
+ -0.0302276611328125,
+ -0.0119171142578125,
+ -0.0252532958984375,
+ 0.017333984375,
+ -0.0150299072265625,
+ -0.025604248046875,
+ -0.0167236328125,
+ 0.03076171875,
+ 0.007114410400390625,
+ 0.0533447265625,
+ 0.04730224609375,
+ -0.004734039306640625,
+ 0.0494384765625,
+ 0.014312744140625,
+ 0.0250701904296875,
+ 0.00311279296875,
+ 0.0172576904296875,
+ 0.0169830322265625,
+ 0.07293701171875,
+ 0.0021343231201171875,
+ -0.02471923828125,
+ -0.00493621826171875,
+ 0.025604248046875,
+ -0.0200958251953125,
+ -0.00595855712890625,
+ 0.04693603515625,
+ -0.0169830322265625,
+ -0.037353515625,
+ -0.0272064208984375,
+ -0.048736572265625,
+ -0.0018453598022460938,
+ -0.01849365234375,
+ 0.004222869873046875,
+ 0.0157318115234375,
+ -0.01413726806640625,
+ -0.03094482421875,
+ 0.0240020751953125,
+ 0.04498291015625,
+ -0.0008001327514648438,
+ 0.048370361328125,
+ -0.0052032470703125,
+ -0.0265045166015625,
+ -0.012451171875,
+ 0.0211639404296875,
+ 0.033599853515625,
+ 0.0082244873046875,
+ 0.0171661376953125,
+ -0.0188446044921875,
+ -0.01422882080078125,
+ -0.0201873779296875,
+ 0.0540771484375,
+ 0.0178680419921875,
+ -0.004001617431640625,
+ 0.0101776123046875,
+ -0.0261383056640625,
+ 0.019744873046875,
+ -0.0170745849609375,
+ 0.0221405029296875,
+ 0.03680419921875,
+ -0.05157470703125,
+ 0.00518035888671875,
+ 0.0213470458984375,
+ 0.035552978515625,
+ 0.07647705078125,
+ -0.050872802734375,
+ -0.01097869873046875,
+ -0.048736572265625,
+ -0.00547027587890625,
+ -0.0618896484375,
+ -0.03094482421875,
+ -0.0280914306640625,
+ -0.060821533203125,
+ 0.031463623046875,
+ -0.021514892578125,
+ -0.03680419921875,
+ -0.00335693359375,
+ 0.0128021240234375,
+ 0.0284576416015625,
+ 0.046234130859375,
+ -0.018585205078125,
+ -0.019744873046875,
+ -0.0022125244140625,
+ 0.07611083984375,
+ -0.02178955078125,
+ -0.020355224609375,
+ -0.00640106201171875,
+ 0.016632080078125,
+ 0.0082244873046875,
+ 0.004756927490234375,
+ -0.03289794921875,
+ -0.001544952392578125,
+ 0.02685546875,
+ 0.00804901123046875,
+ 0.02880859375,
+ 0.00391387939453125,
+ -0.009735107421875,
+ -0.0192108154296875,
+ 0.039306640625,
+ -0.03131103515625,
+ -0.0028896331787109375,
+ -0.00693511962890625,
+ -0.001800537109375,
+ 0.000972747802734375,
+ -0.061187744140625,
+ -0.0208892822265625,
+ 0.0219573974609375,
+ 0.00849151611328125,
+ 0.005512237548828125,
+ 0.01983642578125,
+ -0.070068359375,
+ 0.01556396484375,
+ -0.0038242340087890625,
+ 0.0330810546875,
+ 0.0182342529296875,
+ 0.0254364013671875,
+ -0.0254364013671875,
+ -0.00839996337890625,
+ -0.011383056640625,
+ 0.0160980224609375,
+ -0.016357421875,
+ -0.01218414306640625,
+ -0.031463623046875,
+ 0.002346038818359375,
+ -0.049072265625,
+ -0.0150299072265625,
+ 0.032012939453125,
+ -0.02142333984375,
+ 0.03521728515625,
+ -0.0170745849609375,
+ 0.0034465789794921875,
+ -0.029876708984375,
+ -0.040008544921875,
+ 0.0196533203125,
+ -0.0229339599609375,
+ -0.0272064208984375,
+ -0.0231170654296875,
+ 0.0280914306640625,
+ -0.00698089599609375,
+ -0.0005555152893066406,
+ 0.01316070556640625,
+ 0.0182342529296875,
+ -0.01306915283203125,
+ 0.07220458984375,
+ -0.039825439453125,
+ 0.019561767578125,
+ 0.021881103515625,
+ 0.03948974609375,
+ 0.0010833740234375,
+ 0.0435791015625,
+ 0.033447265625,
+ 0.0304107666015625,
+ 0.0118255615234375,
+ -0.027923583984375,
+ 0.0046234130859375,
+ -0.0011396408081054688,
+ 0.0072479248046875,
+ 0.01751708984375,
+ -0.02685546875,
+ -0.023651123046875,
+ -0.00751495361328125,
+ -0.0233001708984375,
+ 0.02276611328125,
+ 0.0219573974609375,
+ 0.0222320556640625,
+ -0.00022923946380615234,
+ -0.0254364013671875,
+ 0.00489044189453125,
+ 0.07647705078125,
+ -0.003711700439453125,
+ 0.08856201171875,
+ -0.0067596435546875,
+ -0.056182861328125,
+ 0.02178955078125,
+ 0.040557861328125,
+ -0.019378662109375,
+ -0.0013895034790039062,
+ 0.0295257568359375,
+ 0.0240020751953125,
+ 0.010223388671875,
+ 0.040191650390625,
+ 0.00844573974609375,
+ 0.037689208984375,
+ -0.005603790283203125,
+ -0.005336761474609375,
+ -0.029876708984375,
+ -0.0025348663330078125,
+ -0.0083160400390625,
+ 0.079345703125,
+ 0.01369476318359375,
+ -0.0009503364562988281,
+ 0.04339599609375,
+ -0.0223236083984375,
+ -0.05548095703125,
+ -0.039306640625,
+ -0.0540771484375,
+ 0.01467132568359375,
+ 0.038604736328125,
+ 0.0067138671875,
+ 0.042327880859375,
+ -0.0265045166015625,
+ -0.0540771484375,
+ -0.0048675537109375,
+ -0.032379150390625,
+ 0.09814453125,
+ 0.032196044921875,
+ 0.01654052734375,
+ 0.03912353515625,
+ 0.01000213623046875,
+ -0.005268096923828125,
+ 0.03076171875,
+ 0.0179595947265625,
+ 0.021514892578125,
+ 0.05194091796875,
+ 0.02703857421875,
+ 0.0167236328125,
+ -0.02703857421875,
+ 0.010711669921875,
+ 0.0275726318359375,
+ 0.032012939453125,
+ -0.012359619140625,
+ 0.0498046875,
+ 0.0177764892578125,
+ 0.013519287109375,
+ -0.048004150390625,
+ 0.050140380859375,
+ 0.0261383056640625,
+ -0.050872802734375,
+ 0.00911712646484375,
+ -0.014495849609375,
+ 0.0233001708984375,
+ -0.04144287109375,
+ -0.0022335052490234375,
+ -0.0015001296997070312,
+ 0.0088043212890625,
+ 0.001934051513671875,
+ 0.0157318115234375,
+ -0.032012939453125,
+ -0.006000518798828125,
+ 0.02899169921875,
+ -0.046600341796875,
+ 0.0304107666015625,
+ 0.041778564453125,
+ -0.02471923828125,
+ 0.012359619140625,
+ -0.0220489501953125,
+ -0.08538818359375,
+ -0.013336181640625,
+ -0.052642822265625,
+ -0.035919189453125,
+ 0.0016336441040039062,
+ 0.01751708984375,
+ -0.03253173828125,
+ -0.045867919921875,
+ -0.012359619140625,
+ 0.005489349365234375,
+ 0.003223419189453125,
+ -0.043212890625,
+ 0.0261383056640625,
+ -0.010711669921875,
+ -0.00357818603515625,
+ 0.00484466552734375,
+ 0.017333984375,
+ -0.0008335113525390625,
+ -0.03948974609375,
+ 0.04693603515625,
+ -0.033447265625,
+ -0.03131103515625,
+ 0.012451171875,
+ 0.01751708984375,
+ 0.01654052734375,
+ -0.0221405029296875,
+ -0.0020904541015625,
+ -0.005779266357421875,
+ -0.00440216064453125,
+ 0.00786590576171875,
+ 0.0223236083984375,
+ -0.05548095703125,
+ -0.0330810546875,
+ -0.043914794921875,
+ 0.0241851806640625,
+ -0.01058197021484375,
+ 0.0240020751953125,
+ -0.0027561187744140625,
+ -0.05938720703125,
+ 0.0160064697265625,
+ -0.049072265625,
+ -0.0252532958984375,
+ -0.0021114349365234375,
+ -0.0043792724609375,
+ -0.0182342529296875,
+ 0.0579833984375,
+ -0.00562286376953125,
+ 0.002933502197265625,
+ -0.0282745361328125,
+ 0.0396728515625,
+ 0.0295257568359375,
+ -0.029876708984375,
+ -0.02044677734375,
+ 0.0305938720703125,
+ 0.01226806640625,
+ -0.05120849609375,
+ 0.01511383056640625,
+ -0.0035572052001953125,
+ -0.0169830322265625,
+ 0.048736572265625,
+ -0.038421630859375,
+ 0.0181427001953125,
+ -0.0233001708984375,
+ -0.060455322265625,
+ -0.006000518798828125,
+ -0.0293426513671875,
+ -0.0209808349609375,
+ -0.0537109375,
+ 0.006000518798828125,
+ -0.002468109130859375,
+ -0.010894775390625,
+ 0.020538330078125,
+ 0.027740478515625,
+ -0.005023956298828125,
+ 0.05157470703125,
+ -0.0213470458984375,
+ 0.004245758056640625,
+ 0.01209259033203125,
+ -0.036285400390625,
+ -0.0295257568359375,
+ 0.0007166862487792969,
+ 0.046234130859375,
+ -0.035400390625,
+ 0.01049041748046875,
+ -0.0030670166015625,
+ -0.01271820068359375,
+ 0.034332275390625,
+ -0.03131103515625,
+ -0.006092071533203125,
+ -0.0282745361328125,
+ -0.0282745361328125,
+ -0.01520538330078125,
+ -0.03131103515625,
+ 0.004291534423828125,
+ 0.0494384765625,
+ 0.007602691650390625,
+ 0.006313323974609375,
+ 0.018402099609375,
+ -0.031646728515625,
+ 0.0128936767578125,
+ 0.04498291015625,
+ 0.004024505615234375,
+ 0.03326416015625,
+ -0.0007114410400390625,
+ 0.01369476318359375,
+ -0.01102447509765625,
+ 0.02880859375,
+ -0.032379150390625,
+ -0.02471923828125,
+ -0.066162109375,
+ 0.00839996337890625,
+ -0.00408935546875,
+ -0.03131103515625,
+ -0.01404571533203125,
+ -0.040557861328125,
+ -0.07470703125,
+ -0.03076171875,
+ 0.0572509765625,
+ 0.002933502197265625,
+ -0.0254364013671875,
+ -0.03131103515625,
+ -0.01031494140625,
+ -0.001800537109375,
+ -0.0196533203125,
+ 0.046600341796875,
+ -0.0026454925537109375,
+ 0.040008544921875,
+ 0.00586700439453125,
+ -0.0428466796875,
+ 0.0129852294921875,
+ 0.02703857421875,
+ 0.041259765625,
+ 0.0119171142578125,
+ 0.0202789306640625,
+ -0.0261383056640625,
+ -0.0018672943115234375,
+ -0.0190277099609375,
+ -0.0229339599609375,
+ -0.0005974769592285156,
+ -0.0209808349609375,
+ 0.0179595947265625,
+ -0.03521728515625,
+ 0.0112457275390625,
+ 0.01209259033203125,
+ 0.0311279296875,
+ 0.0233001708984375,
+ -0.01262664794921875,
+ 0.005222320556640625,
+ 0.03680419921875,
+ 0.01049041748046875,
+ 0.05938720703125,
+ -0.048736572265625,
+ -0.0572509765625,
+ 0.02471923828125,
+ -0.0067596435546875,
+ 0.0088043212890625,
+ 0.0396728515625,
+ -0.01271820068359375,
+ -0.0293426513671875,
+ 0.0181427001953125,
+ 0.039306640625,
+ -0.016265869140625,
+ -0.038238525390625,
+ -0.050140380859375,
+ 0.00786590576171875,
+ 0.018768310546875,
+ 0.06439208984375,
+ -0.0186767578125,
+ 0.054412841796875,
+ 0.0118255615234375,
+ -0.004913330078125,
+ 0.033966064453125,
+ 0.06689453125,
+ 0.017333984375,
+ -0.018402099609375,
+ -0.07293701171875,
+ -0.0078277587890625,
+ 0.048370361328125,
+ -0.04693603515625,
+ -0.0243682861328125,
+ -0.015380859375,
+ 0.046234130859375,
+ -0.070068359375,
+ -0.02667236328125,
+ -0.007556915283203125,
+ 0.007381439208984375,
+ 0.0022563934326171875,
+ 0.0078277587890625,
+ -0.035552978515625,
+ 0.0330810546875,
+ 0.00335693359375,
+ -0.04534912109375,
+ 0.0118255615234375,
+ -0.00982666015625,
+ 0.0016231536865234375,
+ 0.048004150390625,
+ 0.042327880859375,
+ -0.0169830322265625,
+ 0.022674560546875,
+ 0.0229339599609375,
+ 0.052642822265625,
+ 0.0186767578125,
+ -0.00308990478515625,
+ 0.017608642578125,
+ 0.031829833984375,
+ 0.03912353515625,
+ 0.06793212890625,
+ -0.025787353515625,
+ -0.0061798095703125,
+ 0.046600341796875,
+ 0.058685302734375,
+ 0.0657958984375,
+ 0.060455322265625,
+ -0.00586700439453125,
+ 0.018768310546875,
+ -0.0229339599609375,
+ -0.056549072265625,
+ -0.010711669921875,
+ 0.0181427001953125,
+ 0.0009393692016601562,
+ -0.0219573974609375,
+ -0.06903076171875,
+ 0.0272064208984375,
+ -0.05120849609375,
+ 0.03662109375,
+ 0.029876708984375,
+ -0.021697998046875,
+ -0.00933837890625,
+ 0.04534912109375,
+ 0.007602691650390625,
+ -0.044281005859375,
+ 0.0181427001953125,
+ -0.035400390625,
+ -0.0200958251953125,
+ -0.019378662109375,
+ -0.014312744140625,
+ 0.0243682861328125,
+ -0.033447265625,
+ -0.066162109375,
+ -0.044097900390625,
+ 0.00946807861328125,
+ -0.0272064208984375,
+ -0.020538330078125,
+ -0.0087127685546875,
+ -0.0009336471557617188,
+ -0.01044464111328125,
+ -0.025970458984375,
+ -0.04766845703125,
+ -0.0330810546875,
+ 0.013519287109375,
+ -0.01654052734375,
+ -0.01111602783203125,
+ -0.0008335113525390625,
+ -0.01369476318359375,
+ -0.0169830322265625,
+ -0.0272064208984375,
+ -0.027740478515625,
+ 0.016265869140625,
+ -0.050872802734375,
+ 0.014312744140625,
+ 0.0389404296875,
+ 0.0157318115234375,
+ 0.04376220703125,
+ 0.056915283203125,
+ 0.0024890899658203125,
+ 0.007289886474609375,
+ 0.006000518798828125,
+ -0.0732421875,
+ -0.002689361572265625,
+ -0.00128936767578125,
+ -0.004047393798828125,
+ -0.0330810546875,
+ -0.01378631591796875,
+ 0.0369873046875,
+ -0.06903076171875,
+ 0.0408935546875,
+ 0.00006079673767089844,
+ -0.0157318115234375,
+ -0.05548095703125,
+ 0.0081329345703125,
+ 0.005779266357421875,
+ 0.01360321044921875,
+ 0.09814453125,
+ 0.004199981689453125,
+ -0.0167999267578125,
+ 0.01404571533203125,
+ -0.0650634765625,
+ 0.03326416015625,
+ 0.0202789306640625,
+ 0.0148468017578125,
+ -0.0160980224609375,
+ 0.029876708984375,
+ -0.0025787353515625,
+ -0.032196044921875,
+ 0.0078277587890625,
+ -0.0650634765625,
+ -0.01080322265625,
+ 0.020538330078125,
+ 0.0150299072265625,
+ -0.0037784576416015625,
+ -0.0200958251953125,
+ -0.05938720703125,
+ -0.01556396484375,
+ -0.038238525390625,
+ 0.04339599609375,
+ 0.0192108154296875,
+ 0.0159149169921875,
+ -0.0225830078125,
+ 0.0179595947265625,
+ -0.0273895263671875,
+ -0.06866455078125,
+ -0.041778564453125,
+ -0.008270263671875,
+ 0.0191192626953125,
+ -0.0007557868957519531,
+ -0.0736083984375,
+ 0.00746917724609375,
+ 0.0231170654296875,
+ 0.00839996337890625,
+ -0.0167236328125,
+ 0.054779052734375,
+ -0.054412841796875,
+ 0.0097808837890625,
+ -0.00542449951171875,
+ 0.042327880859375,
+ 0.0017786026000976562,
+ -0.019744873046875,
+ 0.00008022785186767578,
+ 0.03485107421875,
+ 0.021514892578125,
+ -0.049072265625,
+ 0.036285400390625,
+ 0.034149169921875,
+ -0.00888824462890625,
+ -0.052276611328125,
+ -0.00893402099609375,
+ -0.04766845703125,
+ 0.0221405029296875,
+ -0.0149383544921875,
+ 0.035736083984375,
+ 0.0219573974609375,
+ -0.0201873779296875,
+ -0.08892822265625,
+ 0.06011962890625,
+ -0.00982666015625,
+ 0.04071044921875,
+ 0.02471923828125,
+ 0.0072021484375,
+ -0.0704345703125,
+ -0.04766845703125,
+ -0.041778564453125,
+ 0.0179595947265625,
+ -0.0254364013671875,
+ 0.0396728515625,
+ 0.006893157958984375,
+ -0.0117340087890625,
+ 0.02703857421875,
+ -0.032196044921875,
+ 0.002422332763671875,
+ 0.05548095703125,
+ 0.027923583984375,
+ -0.0199127197265625,
+ 0.054779052734375,
+ -0.0225830078125,
+ 0.016265869140625,
+ -0.031463623046875,
+ -0.003246307373046875,
+ -0.023468017578125,
+ -0.0212554931640625,
+ -0.034149169921875,
+ 0.0077362060546875,
+ 0.027740478515625,
+ 0.039825439453125,
+ 0.002811431884765625,
+ 0.001922607421875,
+ -0.007648468017578125,
+ 0.0408935546875,
+ 0.01413726806640625,
+ -0.0200042724609375,
+ 0.034332275390625,
+ 0.00885009765625,
+ -0.012451171875,
+ -0.027740478515625,
+ -0.0626220703125,
+ -0.085693359375,
+ 0.00742340087890625,
+ -0.04693603515625,
+ 0.0018672943115234375,
+ -0.0008001327514648438,
+ -0.003711700439453125,
+ 0.0028667449951171875,
+ -0.027740478515625,
+ 0.0265045166015625,
+ -0.002689361572265625,
+ -0.01146697998046875,
+ -0.042144775390625,
+ 0.0034236907958984375,
+ -0.023468017578125,
+ 0.0224151611328125,
+ -0.005603790283203125,
+ -0.06329345703125,
+ 0.01000213623046875,
+ -0.03466796875,
+ 0.0027904510498046875,
+ -0.01209259033203125,
+ 0.0186767578125,
+ -0.02667236328125,
+ 0.04339599609375,
+ -0.059051513671875,
+ -0.0119171142578125,
+ 0.04071044921875,
+ 0.0209808349609375,
+ 0.01457977294921875,
+ -0.0272064208984375,
+ 0.07257080078125,
+ -0.02471923828125,
+ -0.0618896484375,
+ 0.03076171875,
+ -0.0350341796875,
+ -0.01413726806640625,
+ 0.0192108154296875,
+ -0.02667236328125,
+ -0.016448974609375,
+ 0.04376220703125,
+ 0.016448974609375,
+ 0.053009033203125,
+ 0.017333984375,
+ 0.0171661376953125,
+ -0.011383056640625,
+ 0.013519287109375,
+ -0.0018787384033203125,
+ 0.0107574462890625,
+ 0.021514892578125,
+ -0.004734039306640625,
+ 0.01316070556640625,
+ 0.0305938720703125,
+ 0.0007891654968261719,
+ -0.09246826171875,
+ -0.00357818603515625,
+ -0.001811981201171875,
+ -0.05157470703125,
+ -0.004047393798828125,
+ 0.07080078125,
+ 0.042510986328125,
+ 0.006313323974609375,
+ 0.0241851806640625,
+ 0.02703857421875,
+ 0.02471923828125,
+ -0.0032901763916015625,
+ -0.0172576904296875,
+ -0.039306640625,
+ -0.0029125213623046875,
+ 0.0201873779296875,
+ -0.0192108154296875,
+ -0.0697021484375,
+ 0.06439208984375,
+ 0.0899658203125,
+ -0.0455322265625,
+ -0.0245361328125,
+ 0.027923583984375,
+ 0.0013170242309570312,
+ 0.0396728515625,
+ 0.032196044921875,
+ 0.012451171875,
+ -0.049072265625,
+ 0.019378662109375,
+ 0.020355224609375,
+ 0.0006694793701171875,
+ 0.025787353515625,
+ 0.006092071533203125,
+ 0.003490447998046875,
+ 0.019561767578125,
+ -0.0750732421875,
+ -0.004180908203125,
+ 0.0158233642578125,
+ 0.041961669921875,
+ -0.0010004043579101562,
+ -0.0408935546875,
+ -0.0004112720489501953,
+ 0.016632080078125,
+ 0.0167236328125,
+ -0.03094482421875,
+ 0.0231170654296875,
+ 0.025787353515625,
+ -0.0021572113037109375,
+ 0.0221405029296875,
+ 0.05938720703125,
+ -0.019561767578125,
+ 0.045867919921875,
+ 0.01120758056640625,
+ -0.046234130859375,
+ 0.0455322265625,
+ -0.000010132789611816406,
+ 0.005558013916015625,
+ 0.00897979736328125,
+ -0.03662109375,
+ -0.053009033203125,
+ -0.052642822265625,
+ 0.045166015625,
+ -0.007068634033203125,
+ 0.0304107666015625,
+ -0.0007500648498535156,
+ -0.016448974609375,
+ -0.0082244873046875,
+ -0.0011224746704101562,
+ 0.01155853271484375,
+ 0.05120849609375,
+ 0.027923583984375,
+ 0.00995635986328125,
+ 0.02667236328125,
+ 0.0241851806640625,
+ -0.00965118408203125,
+ -0.0618896484375,
+ 0.038055419921875,
+ -0.025604248046875,
+ 0.0117340087890625,
+ -0.037872314453125,
+ -0.007381439208984375,
+ 0.014312744140625,
+ -0.035400390625,
+ -0.0030002593994140625,
+ -0.0498046875,
+ 0.0221405029296875,
+ -0.023651123046875,
+ -0.02899169921875,
+ -0.0160064697265625,
+ 0.037689208984375,
+ -0.0181427001953125,
+ 0.017425537109375,
+ 0.021514892578125,
+ 0.02178955078125,
+ -0.0182342529296875,
+ -0.0389404296875,
+ 0.05194091796875,
+ 0.037689208984375,
+ 0.02081298828125,
+ -0.0035343170166015625,
+ 0.01155853271484375,
+ 0.029693603515625,
+ -0.0157318115234375,
+ 0.0027904510498046875,
+ 0.035736083984375,
+ -0.03717041015625,
+ 0.040557861328125,
+ 0.007381439208984375,
+ 0.01422882080078125,
+ -0.033782958984375,
+ 0.031646728515625,
+ 0.01360321044921875,
+ -0.01467132568359375,
+ 0.058685302734375,
+ -0.0004584789276123047,
+ 0.0311279296875,
+ -0.0188446044921875,
+ 0.00457763671875,
+ -0.021881103515625,
+ -0.052642822265625,
+ 0.06011962890625,
+ 0.01262664794921875,
+ -0.00022649765014648438,
+ 0.002689361572265625,
+ -0.07257080078125,
+ 0.03271484375,
+ -0.01102447509765625,
+ 0.031463623046875,
+ -0.04693603515625,
+ 0.040191650390625,
+ -0.0191192626953125,
+ 0.016357421875,
+ -0.019744873046875,
+ 0.018310546875,
+ -0.04730224609375,
+ 0.0139617919921875,
+ -0.0243682861328125,
+ 0.07147216796875,
+ 0.015380859375,
+ 0.0003612041473388672,
+ -0.052642822265625,
+ -0.01058197021484375,
+ 0.00809478759765625,
+ -0.004669189453125,
+ 0.004291534423828125,
+ -0.056915283203125,
+ -0.021697998046875,
+ 0.00746917724609375,
+ 0.025604248046875,
+ 0.06011962890625,
+ -0.0265045166015625,
+ 0.01226806640625,
+ -0.0006976127624511719,
+ 0.0188446044921875,
+ -0.0291595458984375,
+ -0.036468505859375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "firewall-analysis",
+ "network-filtering",
+ "traffic-analysis",
+ "rule-analysis",
+ "packet-filtering",
+ "network-security"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_System_Monitoring_Forensik",
+ "type": "tool",
+ "name": "Linux System Monitoring Forensik",
+ "content": "linux system monitoring forensik live-system-überwachung durch ps, top, htop für process-analysis und malware-detection. sha256-hash-verification von system-binaries, update-status-verification, hidden-process-detection und resource-usage-anomaly-analysis für apt-investigation. process-monitoring hash-verification malware-detection system-integrity anomaly-detection apt-investigation incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.0189056396484375,
+ 0.0191650390625,
+ 0.05853271484375,
+ -0.02630615234375,
+ 0.036590576171875,
+ 0.022125244140625,
+ 0.0440673828125,
+ -0.02020263671875,
+ -0.037628173828125,
+ -0.002918243408203125,
+ -0.01506805419921875,
+ 0.05120849609375,
+ 0.0206451416015625,
+ -0.0313720703125,
+ -0.04876708984375,
+ 0.06378173828125,
+ -0.0177764892578125,
+ 0.010711669921875,
+ 0.0056610107421875,
+ 0.0182037353515625,
+ -0.00814056396484375,
+ 0.00853729248046875,
+ -0.055389404296875,
+ 0.0090179443359375,
+ 0.0213470458984375,
+ 0.0001537799835205078,
+ -0.01568603515625,
+ -0.08050537109375,
+ -0.0242156982421875,
+ 0.036590576171875,
+ 0.0047454833984375,
+ -0.0110626220703125,
+ -0.00905609130859375,
+ 0.0195159912109375,
+ -0.00328826904296875,
+ -0.0206451416015625,
+ 0.004138946533203125,
+ -0.03326416015625,
+ -0.0181121826171875,
+ 0.03607177734375,
+ -0.00823211669921875,
+ -0.0010395050048828125,
+ -0.0135040283203125,
+ -0.03955078125,
+ -0.022125244140625,
+ -0.052276611328125,
+ 0.0264739990234375,
+ -0.021514892578125,
+ 0.004878997802734375,
+ -0.04058837890625,
+ 0.0211639404296875,
+ 0.0276947021484375,
+ 0.031890869140625,
+ -0.0135040283203125,
+ -0.0303192138671875,
+ 0.031890869140625,
+ 0.0175018310546875,
+ -0.0283966064453125,
+ -0.036590576171875,
+ 0.038330078125,
+ -0.04632568359375,
+ -0.01445770263671875,
+ -0.02142333984375,
+ -0.02734375,
+ 0.0157623291015625,
+ 0.05712890625,
+ 0.0012083053588867188,
+ -0.033111572265625,
+ 0.0111083984375,
+ 0.00884246826171875,
+ 0.0092315673828125,
+ -0.0306549072265625,
+ 0.0016002655029296875,
+ 0.038330078125,
+ -0.013153076171875,
+ -0.0283966064453125,
+ 0.03814697265625,
+ 0.01515960693359375,
+ 0.035186767578125,
+ 0.0019931793212890625,
+ -0.02508544921875,
+ 0.022125244140625,
+ 0.05853271484375,
+ -0.01898193359375,
+ -0.0235137939453125,
+ 0.024383544921875,
+ -0.0122833251953125,
+ 0.0134124755859375,
+ -0.0038318634033203125,
+ 0.00714111328125,
+ 0.030487060546875,
+ -0.01175689697265625,
+ 0.0283966064453125,
+ -0.0218658447265625,
+ 0.0193328857421875,
+ 0.053314208984375,
+ -0.0030269622802734375,
+ -0.028564453125,
+ -0.020294189453125,
+ 0.0278778076171875,
+ 0.0228271484375,
+ -0.03448486328125,
+ 0.02630615234375,
+ 0.0229949951171875,
+ 0.075927734375,
+ -0.0313720703125,
+ -0.0083160400390625,
+ 0.0035495758056640625,
+ -0.00936126708984375,
+ -0.0170745849609375,
+ -0.08502197265625,
+ -0.049468994140625,
+ 0.0012464523315429688,
+ -0.039886474609375,
+ -0.00579071044921875,
+ -0.01271820068359375,
+ -0.00011026859283447266,
+ 0.032928466796875,
+ -0.0261383056640625,
+ -0.0526123046875,
+ 0.048095703125,
+ 0.00252532958984375,
+ 0.00420379638671875,
+ 0.0055084228515625,
+ -0.04632568359375,
+ -0.034149169921875,
+ 0.002155303955078125,
+ 0.029266357421875,
+ -0.0452880859375,
+ -0.01506805419921875,
+ -0.018646240234375,
+ 0.0011653900146484375,
+ -0.0152435302734375,
+ -0.04302978515625,
+ 0.0162811279296875,
+ -0.042327880859375,
+ 0.017242431640625,
+ -0.02874755859375,
+ 0.01419830322265625,
+ -0.02099609375,
+ 0.037445068359375,
+ -0.03448486328125,
+ -0.0599365234375,
+ 0.01262664794921875,
+ 0.001148223876953125,
+ -0.0206451416015625,
+ -0.006488800048828125,
+ 0.005466461181640625,
+ -0.0182952880859375,
+ 0.01306915283203125,
+ 0.0006723403930664062,
+ -0.002471923828125,
+ 0.0665283203125,
+ 0.016204833984375,
+ 0.0254364013671875,
+ -0.058197021484375,
+ 0.01959228515625,
+ -0.0171661376953125,
+ 0.0259552001953125,
+ -0.0157623291015625,
+ -0.043914794921875,
+ 0.009796142578125,
+ -0.0122833251953125,
+ 0.0322265625,
+ -0.019073486328125,
+ -0.051910400390625,
+ -0.005184173583984375,
+ 0.0135040283203125,
+ 0.0276947021484375,
+ 0.013763427734375,
+ 0.04425048828125,
+ -0.005748748779296875,
+ 0.05157470703125,
+ 0.04302978515625,
+ 0.01123809814453125,
+ 0.03240966796875,
+ -0.02081298828125,
+ -0.035186767578125,
+ 0.05120849609375,
+ 0.0289154052734375,
+ -0.00940704345703125,
+ -0.0271759033203125,
+ 0.07000732421875,
+ -0.0009965896606445312,
+ 0.0379638671875,
+ 0.0152435302734375,
+ -0.01332855224609375,
+ -0.01062774658203125,
+ -0.03363037109375,
+ 0.043212890625,
+ -0.0404052734375,
+ -0.019683837890625,
+ -0.00431060791015625,
+ 0.013153076171875,
+ 0.009796142578125,
+ 0.0574951171875,
+ 0.0289154052734375,
+ -0.02099609375,
+ 0.04913330078125,
+ -0.006229400634765625,
+ 0.052276611328125,
+ 0.047393798828125,
+ 0.0086212158203125,
+ 0.032562255859375,
+ 0.0107574462890625,
+ -0.00372314453125,
+ 0.003353118896484375,
+ 0.033111572265625,
+ 0.0264739990234375,
+ -0.02081298828125,
+ -0.001949310302734375,
+ 0.00875091552734375,
+ -0.010498046875,
+ -0.0283966064453125,
+ -0.0303192138671875,
+ -0.035003662109375,
+ 0.01149749755859375,
+ -0.026824951171875,
+ -0.0254364013671875,
+ -0.0141143798828125,
+ -0.019866943359375,
+ -0.038330078125,
+ 0.020294189453125,
+ 0.03466796875,
+ -0.013763427734375,
+ 0.043548583984375,
+ 0.0249176025390625,
+ -0.02874755859375,
+ -0.0428466796875,
+ 0.05364990234375,
+ 0.028045654296875,
+ 0.0271759033203125,
+ -0.0022869110107421875,
+ 0.004550933837890625,
+ -0.0012845993041992188,
+ -0.0177764892578125,
+ 0.0249176025390625,
+ 0.0176849365234375,
+ -0.00015306472778320312,
+ 0.0193328857421875,
+ -0.02996826171875,
+ 0.0294342041015625,
+ -0.0115814208984375,
+ 0.05120849609375,
+ 0.033966064453125,
+ -0.04443359375,
+ 0.035369873046875,
+ -0.003353118896484375,
+ 0.00914764404296875,
+ 0.042694091796875,
+ -0.043548583984375,
+ -0.022125244140625,
+ -0.047027587890625,
+ -0.005706787109375,
+ -0.05712890625,
+ -0.041290283203125,
+ -0.05364990234375,
+ -0.059234619140625,
+ 0.0188140869140625,
+ -0.02752685546875,
+ -0.032562255859375,
+ -0.00966644287109375,
+ 0.005161285400390625,
+ 0.00244903564453125,
+ 0.00940704345703125,
+ -0.0157623291015625,
+ -0.032745361328125,
+ 0.014373779296875,
+ 0.050872802734375,
+ -0.028045654296875,
+ -0.004375457763671875,
+ -0.025787353515625,
+ 0.0032672882080078125,
+ 0.01141357421875,
+ 0.0167236328125,
+ -0.031005859375,
+ -0.0158538818359375,
+ 0.0296173095703125,
+ -0.003986358642578125,
+ 0.0261383056640625,
+ -0.0181121826171875,
+ 0.006229400634765625,
+ 0.0022220611572265625,
+ 0.0301361083984375,
+ -0.04180908203125,
+ 0.02386474609375,
+ -0.0224761962890625,
+ -0.00814056396484375,
+ -0.01384735107421875,
+ -0.061309814453125,
+ 0.00032520294189453125,
+ 0.06201171875,
+ -0.0007729530334472656,
+ 0.0048980712890625,
+ 0.0074462890625,
+ -0.032562255859375,
+ 0.002307891845703125,
+ 0.003570556640625,
+ -0.023162841796875,
+ 0.006923675537109375,
+ 0.038848876953125,
+ -0.036590576171875,
+ 0.00011497735977172852,
+ -0.0098876953125,
+ -0.00252532958984375,
+ -0.03204345703125,
+ -0.0283966064453125,
+ -0.0235137939453125,
+ -0.01080322265625,
+ -0.03448486328125,
+ -0.041473388671875,
+ -0.0205535888671875,
+ -0.026824951171875,
+ -0.00579071044921875,
+ -0.0004982948303222656,
+ 0.00579071044921875,
+ -0.060272216796875,
+ -0.045989990234375,
+ 0.035552978515625,
+ -0.0032444000244140625,
+ -0.0242156982421875,
+ -0.0236968994140625,
+ 0.0236968994140625,
+ 0.01001739501953125,
+ 0.0006670951843261719,
+ -0.0116729736328125,
+ -0.021514892578125,
+ -0.014892578125,
+ 0.031524658203125,
+ -0.0294342041015625,
+ 0.03607177734375,
+ 0.004528045654296875,
+ 0.07037353515625,
+ 0.034332275390625,
+ 0.040771484375,
+ 0.02203369140625,
+ 0.05609130859375,
+ 0.018035888671875,
+ -0.003810882568359375,
+ 0.01959228515625,
+ -0.00035119056701660156,
+ -0.007099151611328125,
+ 0.01393890380859375,
+ -0.0182952880859375,
+ -0.0229949951171875,
+ -0.0261383056640625,
+ 0.0005388259887695312,
+ 0.0168914794921875,
+ 0.008056640625,
+ 0.0228271484375,
+ 0.04058837890625,
+ -0.0254364013671875,
+ -0.0009746551513671875,
+ 0.04443359375,
+ 0.01123809814453125,
+ 0.080810546875,
+ -0.01506805419921875,
+ -0.04425048828125,
+ 0.019073486328125,
+ 0.0276947021484375,
+ -0.01175689697265625,
+ -0.0135040283203125,
+ 0.029266357421875,
+ 0.032928466796875,
+ -0.01062774658203125,
+ 0.0205535888671875,
+ -0.0240478515625,
+ 0.036224365234375,
+ 0.00328826904296875,
+ 0.0008544921875,
+ 0.01419830322265625,
+ -0.0218658447265625,
+ 0.04058837890625,
+ 0.043548583984375,
+ 0.037811279296875,
+ 0.00640106201171875,
+ 0.04058837890625,
+ -0.035552978515625,
+ -0.0110626220703125,
+ -0.0210723876953125,
+ -0.03936767578125,
+ 0.0093231201171875,
+ 0.0303192138671875,
+ -0.000446319580078125,
+ 0.032745361328125,
+ -0.056793212890625,
+ -0.0836181640625,
+ 0.037811279296875,
+ -0.03485107421875,
+ 0.03240966796875,
+ 0.0240478515625,
+ 0.0229949951171875,
+ 0.04180908203125,
+ -0.035888671875,
+ -0.0010175704956054688,
+ 0.028045654296875,
+ -0.01306915283203125,
+ -0.0006289482116699219,
+ 0.0640869140625,
+ 0.03448486328125,
+ 0.0077972412109375,
+ -0.045654296875,
+ 0.0101470947265625,
+ 0.040924072265625,
+ 0.0200347900390625,
+ 0.0015573501586914062,
+ 0.01088714599609375,
+ 0.03485107421875,
+ 0.0142822265625,
+ -0.043212890625,
+ 0.055389404296875,
+ 0.0224761962890625,
+ -0.031524658203125,
+ 0.005748748779296875,
+ -0.038665771484375,
+ 0.01419830322265625,
+ -0.032745361328125,
+ 0.0019273757934570312,
+ -0.00020003318786621094,
+ -0.031524658203125,
+ 0.0017642974853515625,
+ 0.035186767578125,
+ -0.04443359375,
+ -0.0107574462890625,
+ 0.0452880859375,
+ -0.06756591796875,
+ 0.038330078125,
+ 0.01515960693359375,
+ -0.03204345703125,
+ -0.0128936767578125,
+ 0.0021457672119140625,
+ -0.058868408203125,
+ 0.01837158203125,
+ -0.039031982421875,
+ -0.051910400390625,
+ 0.0022106170654296875,
+ 0.024566650390625,
+ -0.055389404296875,
+ -0.036224365234375,
+ -0.036407470703125,
+ -0.0203857421875,
+ -0.0212554931640625,
+ -0.01097869873046875,
+ 0.007709503173828125,
+ -0.017852783203125,
+ 0.01384735107421875,
+ 0.03973388671875,
+ 0.0301361083984375,
+ -0.0016546249389648438,
+ -0.03851318359375,
+ 0.058197021484375,
+ -0.02203369140625,
+ -0.0228271484375,
+ 0.0247344970703125,
+ -0.00640106201171875,
+ 0.0210723876953125,
+ -0.0242156982421875,
+ -0.03240966796875,
+ -0.01611328125,
+ 0.0204620361328125,
+ 0.0111083984375,
+ 0.029266357421875,
+ -0.040069580078125,
+ -0.0266571044921875,
+ -0.025787353515625,
+ 0.03851318359375,
+ -0.01837158203125,
+ 0.0266571044921875,
+ 0.0163726806640625,
+ -0.0599365234375,
+ 0.0254364013671875,
+ -0.052947998046875,
+ -0.026824951171875,
+ -0.003963470458984375,
+ 0.0013341903686523438,
+ 0.0211639404296875,
+ 0.055389404296875,
+ -0.0240478515625,
+ -0.0171661376953125,
+ 0.006664276123046875,
+ 0.05364990234375,
+ 0.0261383056640625,
+ 0.0019273757934570312,
+ -0.048095703125,
+ 0.036224365234375,
+ 0.01210784912109375,
+ -0.08673095703125,
+ 0.017425537109375,
+ -0.03240966796875,
+ -0.0254364013671875,
+ 0.040771484375,
+ -0.061309814453125,
+ -0.0098419189453125,
+ 0.01332855224609375,
+ -0.0546875,
+ -0.0171661376953125,
+ -0.0419921875,
+ -0.0367431640625,
+ -0.038330078125,
+ 0.0252532958984375,
+ 0.019866943359375,
+ 0.00844573974609375,
+ 0.03936767578125,
+ 0.018646240234375,
+ 0.01262664794921875,
+ 0.00262451171875,
+ -0.001861572265625,
+ -0.0093231201171875,
+ 0.024383544921875,
+ -0.02752685546875,
+ -0.04913330078125,
+ -0.032745361328125,
+ 0.03570556640625,
+ -0.03607177734375,
+ 0.00481414794921875,
+ -0.016021728515625,
+ -0.0290985107421875,
+ 0.043365478515625,
+ -0.05401611328125,
+ -0.004421234130859375,
+ -0.037628173828125,
+ -0.0207366943359375,
+ -0.0440673828125,
+ -0.02752685546875,
+ -0.01445770263671875,
+ 0.026824951171875,
+ -0.0278778076171875,
+ 0.01898193359375,
+ 0.007579803466796875,
+ -0.0599365234375,
+ 0.014892578125,
+ 0.03240966796875,
+ -0.0021877288818359375,
+ 0.015594482421875,
+ -0.00792694091796875,
+ 0.0068359375,
+ 0.0032444000244140625,
+ 0.0301361083984375,
+ -0.02630615234375,
+ -0.043731689453125,
+ -0.041107177734375,
+ 0.01358795166015625,
+ 0.033782958984375,
+ -0.018463134765625,
+ -0.006534576416015625,
+ -0.032745361328125,
+ -0.054351806640625,
+ -0.004528045654296875,
+ 0.031524658203125,
+ 0.00823211669921875,
+ -0.00298309326171875,
+ -0.02874755859375,
+ -0.0176849365234375,
+ -0.00818634033203125,
+ -0.045989990234375,
+ 0.04058837890625,
+ -0.0199432373046875,
+ 0.01454925537109375,
+ -0.00958251953125,
+ -0.04443359375,
+ 0.0271759033203125,
+ 0.0218658447265625,
+ 0.0247344970703125,
+ 0.03204345703125,
+ 0.0294342041015625,
+ -0.035552978515625,
+ 0.025604248046875,
+ -0.0030269622802734375,
+ -0.0271759033203125,
+ -0.0107574462890625,
+ -0.01541900634765625,
+ 0.041473388671875,
+ -0.040252685546875,
+ -0.02996826171875,
+ 0.045989990234375,
+ 0.0122833251953125,
+ 0.01837158203125,
+ -0.005489349365234375,
+ -0.0242156982421875,
+ 0.041107177734375,
+ 0.00997161865234375,
+ 0.05609130859375,
+ -0.0204620361328125,
+ -0.058197021484375,
+ 0.003353118896484375,
+ -0.0033321380615234375,
+ 0.0254364013671875,
+ 0.02752685546875,
+ -0.00359344482421875,
+ -0.039031982421875,
+ 0.0296173095703125,
+ 0.051910400390625,
+ -0.00614166259765625,
+ -0.0452880859375,
+ -0.028564453125,
+ 0.0206451416015625,
+ 0.0167236328125,
+ 0.0501708984375,
+ 0.0140228271484375,
+ 0.08013916015625,
+ 0.01123809814453125,
+ -0.0016002655029296875,
+ 0.03485107421875,
+ 0.043731689453125,
+ 0.00537872314453125,
+ -0.0440673828125,
+ -0.0599365234375,
+ 0.0025806427001953125,
+ 0.00644683837890625,
+ -0.0303192138671875,
+ -0.005184173583984375,
+ -0.01306915283203125,
+ 0.06097412109375,
+ -0.057830810546875,
+ -0.00844573974609375,
+ -0.016632080078125,
+ -0.03363037109375,
+ 0.039031982421875,
+ 0.024383544921875,
+ -0.019866943359375,
+ 0.0240478515625,
+ 0.00579071044921875,
+ -0.054351806640625,
+ -0.0025157928466796875,
+ -0.01393890380859375,
+ 0.0115814208984375,
+ 0.078369140625,
+ 0.03729248046875,
+ -0.00945281982421875,
+ 0.0222930908203125,
+ 0.02508544921875,
+ 0.049468994140625,
+ 0.027008056640625,
+ 0.028228759765625,
+ 0.04425048828125,
+ 0.0128021240234375,
+ 0.039031982421875,
+ 0.05712890625,
+ -0.0283966064453125,
+ -0.0222930908203125,
+ 0.033111572265625,
+ 0.0240478515625,
+ 0.042694091796875,
+ 0.01202392578125,
+ -0.001567840576171875,
+ 0.0110626220703125,
+ 0.0175018310546875,
+ -0.04876708984375,
+ 0.0017423629760742188,
+ 0.004703521728515625,
+ -0.018646240234375,
+ -0.035003662109375,
+ -0.0404052734375,
+ -0.006359100341796875,
+ -0.0278778076171875,
+ 0.042694091796875,
+ 0.007663726806640625,
+ -0.0264739990234375,
+ -0.018646240234375,
+ 0.048095703125,
+ -0.014892578125,
+ -0.02264404296875,
+ 0.0050506591796875,
+ 0.0015459060668945312,
+ -0.0266571044921875,
+ -0.0303192138671875,
+ -0.031005859375,
+ 0.042327880859375,
+ -0.005924224853515625,
+ -0.05401611328125,
+ -0.0152435302734375,
+ 0.033447265625,
+ -0.0027103424072265625,
+ -0.0477294921875,
+ -0.029266357421875,
+ -0.01532745361328125,
+ -0.0313720703125,
+ -0.03973388671875,
+ -0.0546875,
+ -0.040069580078125,
+ -0.0093231201171875,
+ -0.03466796875,
+ 0.0271759033203125,
+ -0.0164642333984375,
+ -0.057830810546875,
+ 0.0029392242431640625,
+ -0.01541900634765625,
+ -0.032562255859375,
+ 0.0029392242431640625,
+ -0.049835205078125,
+ 0.041107177734375,
+ 0.01006317138671875,
+ 0.035369873046875,
+ 0.0247344970703125,
+ 0.042144775390625,
+ -0.01358795166015625,
+ 0.0087127685546875,
+ -0.02081298828125,
+ -0.05120849609375,
+ 0.0146331787109375,
+ 0.01532745361328125,
+ 0.0189056396484375,
+ -0.07073974609375,
+ 0.01036834716796875,
+ 0.0623779296875,
+ -0.07421875,
+ 0.00797271728515625,
+ -0.00823211669921875,
+ -0.006664276123046875,
+ -0.05853271484375,
+ -0.0264739990234375,
+ 0.019683837890625,
+ 0.016204833984375,
+ 0.090576171875,
+ 0.01393890380859375,
+ -0.003986358642578125,
+ -0.00450897216796875,
+ -0.041290283203125,
+ 0.049835205078125,
+ 0.02099609375,
+ 0.022216796875,
+ -0.049468994140625,
+ 0.0404052734375,
+ 0.018463134765625,
+ -0.0199432373046875,
+ 0.0276947021484375,
+ -0.058868408203125,
+ -0.00701141357421875,
+ 0.0146331787109375,
+ -0.0022430419921875,
+ -0.023162841796875,
+ 0.01149749755859375,
+ -0.061676025390625,
+ -0.05364990234375,
+ -0.061309814453125,
+ 0.0092315673828125,
+ -0.007534027099609375,
+ 0.01210784912109375,
+ -0.031890869140625,
+ -0.03326416015625,
+ 0.01262664794921875,
+ -0.03607177734375,
+ -0.036590576171875,
+ -0.023345947265625,
+ 0.0477294921875,
+ 0.0188140869140625,
+ -0.047393798828125,
+ 0.0116729736328125,
+ 0.014984130859375,
+ 0.005443572998046875,
+ 0.0207366943359375,
+ 0.0623779296875,
+ -0.05401611328125,
+ -0.026824951171875,
+ 0.0003592967987060547,
+ 0.0165557861328125,
+ -0.00341796875,
+ 0.0029392242431640625,
+ 0.0294342041015625,
+ 0.01898193359375,
+ 0.032745361328125,
+ -0.0276947021484375,
+ 0.047393798828125,
+ 0.0249176025390625,
+ -0.03118896484375,
+ -0.03466796875,
+ -0.0259552001953125,
+ -0.00884246826171875,
+ 0.03240966796875,
+ -0.00328826904296875,
+ 0.030487060546875,
+ 0.01036834716796875,
+ -0.0030059814453125,
+ -0.0714111328125,
+ 0.041290283203125,
+ -0.005924224853515625,
+ 0.002231597900390625,
+ 0.02386474609375,
+ -0.00936126708984375,
+ -0.080810546875,
+ -0.05364990234375,
+ -0.00836181640625,
+ 0.031707763671875,
+ -0.03955078125,
+ 0.0201263427734375,
+ 0.01306915283203125,
+ 0.01506805419921875,
+ 0.00313568115234375,
+ -0.0249176025390625,
+ -0.0074462890625,
+ 0.05401611328125,
+ 0.020294189453125,
+ -0.0278778076171875,
+ 0.073486328125,
+ -0.048095703125,
+ 0.006664276123046875,
+ -0.00705718994140625,
+ 0.0222930908203125,
+ 0.00029540061950683594,
+ -0.003810882568359375,
+ -0.0264739990234375,
+ 0.0093231201171875,
+ 0.013763427734375,
+ 0.052947998046875,
+ -0.00341796875,
+ 0.002895355224609375,
+ -0.014984130859375,
+ 0.028045654296875,
+ 0.01023101806640625,
+ -0.02752685546875,
+ 0.0155029296875,
+ 0.0217742919921875,
+ -0.011016845703125,
+ -0.0194244384765625,
+ -0.056793212890625,
+ -0.07177734375,
+ 0.003875732421875,
+ -0.04913330078125,
+ -0.02020263671875,
+ 0.003200531005859375,
+ -0.003940582275390625,
+ 0.017425537109375,
+ -0.0259552001953125,
+ 0.032745361328125,
+ -0.028045654296875,
+ -0.0068359375,
+ -0.035888671875,
+ 0.0169830322265625,
+ -0.0021457672119140625,
+ 0.02508544921875,
+ 0.01358795166015625,
+ -0.040771484375,
+ 0.04302978515625,
+ -0.0169830322265625,
+ -0.0101470947265625,
+ -0.0162811279296875,
+ -0.004093170166015625,
+ -0.028045654296875,
+ -0.007404327392578125,
+ -0.06622314453125,
+ 0.0012683868408203125,
+ 0.0195159912109375,
+ 0.02630615234375,
+ 0.026824951171875,
+ -0.0205535888671875,
+ 0.06304931640625,
+ 0.003940582275390625,
+ -0.080810546875,
+ 0.00827789306640625,
+ -0.0261383056640625,
+ -0.01271820068359375,
+ 0.045654296875,
+ -0.0009579658508300781,
+ 0.01898193359375,
+ 0.0296173095703125,
+ 0.040924072265625,
+ 0.01332855224609375,
+ 0.0271759033203125,
+ 0.01454925537109375,
+ 0.0071868896484375,
+ 0.01149749755859375,
+ -0.01898193359375,
+ 0.01384735107421875,
+ 0.035369873046875,
+ 0.00714111328125,
+ -0.0107574462890625,
+ 0.0038547515869140625,
+ 0.006313323974609375,
+ -0.0888671875,
+ -0.0188140869140625,
+ -0.01088714599609375,
+ -0.0526123046875,
+ 0.0031795501708984375,
+ 0.06549072265625,
+ 0.033447265625,
+ 0.007663726806640625,
+ 0.036224365234375,
+ 0.0218658447265625,
+ 0.00797271728515625,
+ 0.0062713623046875,
+ -0.0187225341796875,
+ -0.040924072265625,
+ 0.004093170166015625,
+ 0.0199432373046875,
+ 0.039031982421875,
+ -0.07562255859375,
+ 0.041290283203125,
+ 0.08917236328125,
+ -0.02142333984375,
+ -0.0098876953125,
+ 0.0169830322265625,
+ -0.00579071044921875,
+ 0.048431396484375,
+ 0.0029621124267578125,
+ -0.00827789306640625,
+ -0.05712890625,
+ 0.0128021240234375,
+ 0.0271759033203125,
+ 0.008056640625,
+ -0.005138397216796875,
+ -0.016815185546875,
+ -0.02508544921875,
+ 0.038330078125,
+ -0.059234619140625,
+ -0.01141357421875,
+ 0.01202392578125,
+ 0.0672607421875,
+ 0.0188140869140625,
+ -0.04302978515625,
+ 0.01245880126953125,
+ 0.033782958984375,
+ 0.015594482421875,
+ -0.036407470703125,
+ -0.002002716064453125,
+ -0.0023956298828125,
+ 0.0182952880859375,
+ 0.0165557861328125,
+ 0.06378173828125,
+ -0.0037670135498046875,
+ 0.042694091796875,
+ 0.02386474609375,
+ -0.04180908203125,
+ 0.033447265625,
+ -0.02874755859375,
+ 0.0175018310546875,
+ 0.0089263916015625,
+ -0.0290985107421875,
+ -0.031890869140625,
+ -0.0546875,
+ 0.0176849365234375,
+ 0.01471710205078125,
+ 0.0294342041015625,
+ 0.0177764892578125,
+ 0.0023403167724609375,
+ -0.01084136962890625,
+ 0.02386474609375,
+ 0.006229400634765625,
+ 0.0440673828125,
+ 0.00788116455078125,
+ -0.0014047622680664062,
+ 0.035186767578125,
+ -0.006313323974609375,
+ 0.019683837890625,
+ -0.04913330078125,
+ 0.049835205078125,
+ -0.047393798828125,
+ -0.0084075927734375,
+ -0.04669189453125,
+ -0.006229400634765625,
+ 0.0210723876953125,
+ -0.045654296875,
+ -0.0199432373046875,
+ -0.01036834716796875,
+ -0.0037899017333984375,
+ -0.034332275390625,
+ -0.039886474609375,
+ -0.0224761962890625,
+ 0.0419921875,
+ -0.04425048828125,
+ 0.031890869140625,
+ 0.0290985107421875,
+ -0.005924224853515625,
+ -0.0171661376953125,
+ -0.06512451171875,
+ 0.047393798828125,
+ 0.02874755859375,
+ 0.00775146484375,
+ -0.0121917724609375,
+ 0.00884246826171875,
+ -0.006313323974609375,
+ -0.0134124755859375,
+ 0.02874755859375,
+ 0.01097869873046875,
+ -0.0199432373046875,
+ 0.035186767578125,
+ 0.043548583984375,
+ 0.039886474609375,
+ -0.038330078125,
+ 0.02978515625,
+ -0.00013947486877441406,
+ -0.06201171875,
+ 0.050872802734375,
+ 0.01097869873046875,
+ 0.017425537109375,
+ -0.0205535888671875,
+ -0.0185546875,
+ -0.018463134765625,
+ -0.0794677734375,
+ 0.0640869140625,
+ 0.017333984375,
+ 0.012542724609375,
+ 0.036407470703125,
+ -0.040771484375,
+ 0.06756591796875,
+ 0.0068817138671875,
+ 0.059234619140625,
+ -0.035369873046875,
+ 0.04669189453125,
+ -0.00341796875,
+ 0.010711669921875,
+ 0.0068817138671875,
+ 0.0135040283203125,
+ -0.0092315673828125,
+ 0.0271759033203125,
+ -0.02099609375,
+ 0.052276611328125,
+ 0.0252532958984375,
+ -0.003658294677734375,
+ -0.050872802734375,
+ 0.0052490234375,
+ 0.0157623291015625,
+ -0.01175689697265625,
+ 0.038330078125,
+ -0.052276611328125,
+ 0.00579071044921875,
+ -0.011322021484375,
+ 0.011016845703125,
+ 0.08221435546875,
+ -0.0171661376953125,
+ 0.0034847259521484375,
+ -0.0157623291015625,
+ -0.01088714599609375,
+ -0.007274627685546875,
+ -0.030487060546875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "process-monitoring",
+ "hash-verification",
+ "malware-detection",
+ "system-integrity",
+ "anomaly-detection",
+ "apt-investigation"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Last_Visited_MRU_Forensische_Analyse",
+ "type": "tool",
+ "name": "Last-Visited MRU Forensische Analyse",
+ "content": "last-visited mru forensische analyse application-zu-path-korrelation aus ntuser.dat\\software\\microsoft\\ windows\\currentversion\\explorer\\comdlg32\\lastvisitedmru (xp) bzw. lastvisitedpidlmru (win7+). binary-data-format: executable-name + opened-path-string. beispiel: notepad.exe → c:\\users\\rob\\desktop zeigt von wo notepad gestartet wurde. mru-reihenfolge = chronologische app-launches mit file-dialog-usage. malware-launch-directory- attribution für portable-executables oder removable-media-starts. lastvisited-mru application-paths executable-tracking launch-directories malware-origins portable-apps execution-timeline path-correlation startup-analysis incident-response malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.0311431884765625,
+ 0.048675537109375,
+ 0.04620361328125,
+ -0.0117034912109375,
+ 0.054443359375,
+ 0.0299072265625,
+ 0.028045654296875,
+ -0.01422882080078125,
+ 0.0042266845703125,
+ -0.0148468017578125,
+ -0.0284576416015625,
+ 0.03875732421875,
+ -0.0048980712890625,
+ -0.0029506683349609375,
+ -0.053619384765625,
+ 0.039581298828125,
+ -0.0218505859375,
+ 0.0030670166015625,
+ 0.015777587890625,
+ -0.004459381103515625,
+ -0.0325927734375,
+ 0.012786865234375,
+ -0.039398193359375,
+ -0.0007762908935546875,
+ -0.0265960693359375,
+ 0.0219573974609375,
+ -0.0015659332275390625,
+ -0.06597900390625,
+ -0.01629638671875,
+ 0.00839996337890625,
+ 0.0238189697265625,
+ -0.0216522216796875,
+ -0.000031828880310058594,
+ 0.04412841796875,
+ -0.0035572052001953125,
+ 0.0013723373413085938,
+ 0.02020263671875,
+ -0.0276336669921875,
+ -0.005645751953125,
+ 0.031341552734375,
+ 0.006443023681640625,
+ 0.00839996337890625,
+ 0.0027446746826171875,
+ -0.01123809814453125,
+ -0.013916015625,
+ -0.017425537109375,
+ 0.0185546875,
+ 0.01340484619140625,
+ 0.042266845703125,
+ -0.0738525390625,
+ 0.01824951171875,
+ 0.0178375244140625,
+ 0.01216888427734375,
+ -0.013916015625,
+ -0.0282440185546875,
+ 0.01515960693359375,
+ 0.02618408203125,
+ -0.031341552734375,
+ -0.0418701171875,
+ 0.054443359375,
+ -0.0577392578125,
+ -0.023712158203125,
+ -0.016387939453125,
+ -0.009124755859375,
+ 0.0027065277099609375,
+ 0.023193359375,
+ -0.0020236968994140625,
+ -0.0225830078125,
+ 0.0191802978515625,
+ 0.0013790130615234375,
+ -0.0009665489196777344,
+ -0.0152587890625,
+ -0.0265960693359375,
+ 0.034027099609375,
+ -0.024017333984375,
+ -0.05731201171875,
+ 0.0257720947265625,
+ 0.006649017333984375,
+ 0.028045654296875,
+ -0.0224761962890625,
+ -0.058135986328125,
+ 0.004253387451171875,
+ 0.07672119140625,
+ -0.03155517578125,
+ -0.01015472412109375,
+ 0.004947662353515625,
+ 0.0161895751953125,
+ 0.006237030029296875,
+ 0.00917816162109375,
+ 0.004302978515625,
+ 0.00989532470703125,
+ 0.0031566619873046875,
+ 0.00675201416015625,
+ -0.0143280029296875,
+ 0.0556640625,
+ 0.060638427734375,
+ 0.02227783203125,
+ -0.01071929931640625,
+ -0.0130462646484375,
+ 0.04022216796875,
+ 0.03155517578125,
+ -0.019378662109375,
+ 0.04205322265625,
+ -0.036712646484375,
+ 0.03607177734375,
+ -0.0292816162109375,
+ 0.024749755859375,
+ -0.037933349609375,
+ 0.00518035888671875,
+ -0.0189666748046875,
+ -0.10638427734375,
+ -0.034637451171875,
+ -0.01412200927734375,
+ -0.06683349609375,
+ -0.0120086669921875,
+ -0.0080413818359375,
+ -0.0117034912109375,
+ 0.04638671875,
+ -0.016387939453125,
+ -0.035064697265625,
+ 0.0172119140625,
+ -0.0100555419921875,
+ -0.0027446746826171875,
+ 0.01959228515625,
+ -0.038970947265625,
+ -0.07958984375,
+ 0.004665374755859375,
+ 0.026397705078125,
+ -0.0191802978515625,
+ -0.0274200439453125,
+ -0.0206146240234375,
+ -0.0418701171875,
+ -0.0191802978515625,
+ -0.0418701171875,
+ -0.023406982421875,
+ -0.0080413818359375,
+ 0.038360595703125,
+ 0.00994873046875,
+ 0.0007605552673339844,
+ 0.033599853515625,
+ 0.03607177734375,
+ -0.04205322265625,
+ -0.051971435546875,
+ 0.0003285408020019531,
+ -0.030731201171875,
+ 0.0033245086669921875,
+ -0.025054931640625,
+ 0.031768798828125,
+ -0.0218505859375,
+ 0.01690673828125,
+ -0.0284576416015625,
+ 0.0020885467529296875,
+ 0.0523681640625,
+ 0.006134033203125,
+ 0.00943756103515625,
+ -0.034637451171875,
+ -0.02227783203125,
+ -0.035064697265625,
+ 0.0161895751953125,
+ 0.00701141357421875,
+ -0.01495361328125,
+ 0.035064697265625,
+ -0.0096435546875,
+ 0.0272216796875,
+ -0.0196990966796875,
+ -0.05938720703125,
+ -0.01129150390625,
+ 0.0299072265625,
+ -0.0226898193359375,
+ 0.01247406005859375,
+ 0.025360107421875,
+ -0.02093505859375,
+ 0.053192138671875,
+ 0.050933837890625,
+ -0.0011148452758789062,
+ 0.0404052734375,
+ -0.0008053779602050781,
+ -0.0284576416015625,
+ 0.061859130859375,
+ 0.02227783203125,
+ -0.0020999908447265625,
+ -0.007476806640625,
+ 0.050323486328125,
+ 0.01134490966796875,
+ 0.0282440185546875,
+ -0.0152587890625,
+ -0.00839996337890625,
+ -0.005283355712890625,
+ -0.0303192138671875,
+ 0.0257720947265625,
+ -0.0198974609375,
+ -0.0311431884765625,
+ -0.01284027099609375,
+ 0.04248046875,
+ 0.034027099609375,
+ 0.08001708984375,
+ 0.036285400390625,
+ 0.004253387451171875,
+ 0.0245361328125,
+ -0.02484130859375,
+ 0.0080413818359375,
+ 0.0299072265625,
+ -0.00762939453125,
+ 0.07421875,
+ 0.01629638671875,
+ 0.01314544677734375,
+ -0.0102081298828125,
+ 0.0257720947265625,
+ 0.01092529296875,
+ -0.017120361328125,
+ 0.0016050338745117188,
+ 0.067626953125,
+ -0.0221710205078125,
+ -0.009796142578125,
+ -0.0218505859375,
+ -0.043701171875,
+ 0.007785797119140625,
+ -0.0002884864807128906,
+ 0.0037899017333984375,
+ -0.0026683807373046875,
+ -0.0131988525390625,
+ -0.0391845703125,
+ 0.0006732940673828125,
+ 0.019378662109375,
+ -0.0276336669921875,
+ 0.01247406005859375,
+ 0.0290679931640625,
+ -0.020721435546875,
+ -0.033599853515625,
+ 0.0254669189453125,
+ 0.01340484619140625,
+ 0.0167083740234375,
+ 0.01226806640625,
+ 0.02288818359375,
+ -0.0037631988525390625,
+ -0.03424072265625,
+ 0.056915283203125,
+ -0.00203704833984375,
+ 0.004795074462890625,
+ 0.0036334991455078125,
+ -0.0303192138671875,
+ 0.0140228271484375,
+ 0.00917816162109375,
+ 0.037322998046875,
+ 0.0309295654296875,
+ 0.0036334991455078125,
+ 0.0175323486328125,
+ -0.0181427001953125,
+ 0.0229949951171875,
+ 0.037933349609375,
+ -0.056915283203125,
+ -0.019073486328125,
+ -0.06927490234375,
+ -0.002410888671875,
+ -0.041229248046875,
+ -0.026397705078125,
+ -0.023193359375,
+ -0.058563232421875,
+ 0.0299072265625,
+ -0.01123809814453125,
+ -0.0292816162109375,
+ -0.016387939453125,
+ -0.00402069091796875,
+ -0.011138916015625,
+ 0.03607177734375,
+ -0.0014181137084960938,
+ -0.0325927734375,
+ 0.0238189697265625,
+ 0.0684814453125,
+ -0.00835418701171875,
+ -0.01041412353515625,
+ -0.0018167495727539062,
+ 0.0262908935546875,
+ -0.0290679931640625,
+ 0.0229949951171875,
+ -0.0511474609375,
+ -0.004177093505859375,
+ 0.044342041015625,
+ 0.0173187255859375,
+ -0.008148193359375,
+ -0.02093505859375,
+ 0.0282440185546875,
+ -0.010101318359375,
+ 0.0175323486328125,
+ -0.047210693359375,
+ -0.00850677490234375,
+ 0.006313323974609375,
+ -0.00891876220703125,
+ -0.02020263671875,
+ -0.050933837890625,
+ 0.0007538795471191406,
+ 0.056488037109375,
+ 0.0214385986328125,
+ -0.0031185150146484375,
+ 0.0238189697265625,
+ -0.036285400390625,
+ -0.00989532470703125,
+ -0.006702423095703125,
+ -0.0338134765625,
+ 0.0173187255859375,
+ 0.031951904296875,
+ -0.037933349609375,
+ -0.00675201416015625,
+ 0.026397705078125,
+ 0.01026153564453125,
+ -0.059814453125,
+ -0.0179443359375,
+ 0.002758026123046875,
+ -0.012115478515625,
+ -0.05072021484375,
+ -0.0170135498046875,
+ -0.000010609626770019531,
+ -0.012939453125,
+ 0.0338134765625,
+ -0.0035572052001953125,
+ 0.0006604194641113281,
+ -0.061859130859375,
+ -0.07794189453125,
+ 0.00830078125,
+ -0.0152587890625,
+ -0.0292816162109375,
+ -0.01030731201171875,
+ 0.0282440185546875,
+ -0.0115966796875,
+ 0.0069580078125,
+ -0.0268096923828125,
+ -0.0170135498046875,
+ -0.01361083984375,
+ -0.001392364501953125,
+ -0.0178375244140625,
+ 0.00762939453125,
+ 0.017120361328125,
+ 0.04083251953125,
+ 0.0294952392578125,
+ 0.0106201171875,
+ -0.00907135009765625,
+ 0.054840087890625,
+ 0.00865936279296875,
+ -0.001804351806640625,
+ -0.02154541015625,
+ 0.0265960693359375,
+ -0.0018815994262695312,
+ 0.0092315673828125,
+ -0.0053863525390625,
+ -0.034027099609375,
+ -0.0102081298828125,
+ -0.052581787109375,
+ 0.0172119140625,
+ 0.0233001708984375,
+ 0.03424072265625,
+ 0.023406982421875,
+ -0.0117034912109375,
+ -0.04248046875,
+ 0.08245849609375,
+ -0.0011081695556640625,
+ 0.083740234375,
+ -0.0478515625,
+ -0.01123809814453125,
+ 0.01190948486328125,
+ 0.050506591796875,
+ -0.00850677490234375,
+ -0.0268096923828125,
+ 0.019287109375,
+ -0.007732391357421875,
+ 0.004486083984375,
+ 0.0292816162109375,
+ -0.020111083984375,
+ 0.0284576416015625,
+ 0.00989532470703125,
+ 0.01092529296875,
+ 0.01067352294921875,
+ -0.005542755126953125,
+ 0.0244293212890625,
+ 0.0556640625,
+ 0.0643310546875,
+ 0.010101318359375,
+ 0.042694091796875,
+ -0.05401611328125,
+ -0.017730712890625,
+ -0.0126800537109375,
+ -0.0655517578125,
+ 0.0282440185546875,
+ 0.0135040283203125,
+ 0.007732391357421875,
+ 0.061859130859375,
+ -0.022369384765625,
+ -0.06640625,
+ 0.01546478271484375,
+ -0.043701171875,
+ 0.07012939453125,
+ 0.025360107421875,
+ 0.0019588470458984375,
+ 0.0087127685546875,
+ -0.0235137939453125,
+ -0.0015211105346679688,
+ 0.03692626953125,
+ 0.0025768280029296875,
+ 0.01175689697265625,
+ 0.0364990234375,
+ 0.0430908203125,
+ -0.0005669593811035156,
+ -0.00959014892578125,
+ 0.0301055908203125,
+ 0.01495361328125,
+ 0.049072265625,
+ -0.01824951171875,
+ 0.027008056640625,
+ 0.04205322265625,
+ 0.025360107421875,
+ -0.0274200439453125,
+ 0.0311431884765625,
+ 0.02618408203125,
+ -0.00891876220703125,
+ 0.0085601806640625,
+ -0.03277587890625,
+ 0.0161895751953125,
+ -0.04248046875,
+ 0.0166015625,
+ -0.007061004638671875,
+ 0.01284027099609375,
+ -0.0045623779296875,
+ 0.054443359375,
+ -0.06719970703125,
+ 0.0117034912109375,
+ 0.04742431640625,
+ -0.06103515625,
+ 0.0018815994262695312,
+ 0.027008056640625,
+ -0.0294952392578125,
+ 0.01092529296875,
+ -0.00917816162109375,
+ -0.04803466796875,
+ 0.031951904296875,
+ -0.0484619140625,
+ -0.048675537109375,
+ 0.0198974609375,
+ 0.0143280029296875,
+ -0.054840087890625,
+ -0.0517578125,
+ -0.02886962890625,
+ 0.0010633468627929688,
+ 0.0081939697265625,
+ -0.0294952392578125,
+ 0.042266845703125,
+ -0.0069580078125,
+ -0.006805419921875,
+ 0.04083251953125,
+ 0.047210693359375,
+ -0.012115478515625,
+ -0.021240234375,
+ 0.0338134765625,
+ -0.01329803466796875,
+ -0.058990478515625,
+ 0.006805419921875,
+ 0.0262908935546875,
+ 0.0140228271484375,
+ -0.037933349609375,
+ -0.0238189697265625,
+ 0.02020263671875,
+ 0.0170135498046875,
+ -0.01288604736328125,
+ 0.01464080810546875,
+ -0.0511474609375,
+ -0.03875732421875,
+ -0.049896240234375,
+ 0.06475830078125,
+ -0.00443267822265625,
+ 0.035675048828125,
+ -0.00897216796875,
+ -0.04638671875,
+ 0.045166015625,
+ -0.04803466796875,
+ -0.0301055908203125,
+ -0.0007281303405761719,
+ -0.0115509033203125,
+ -0.012115478515625,
+ 0.056488037109375,
+ -0.005359649658203125,
+ -0.007373809814453125,
+ -0.01165008544921875,
+ 0.03875732421875,
+ 0.006496429443359375,
+ 0.00634002685546875,
+ -0.05072021484375,
+ 0.0233001708984375,
+ 0.00579833984375,
+ -0.045166015625,
+ -0.0178375244140625,
+ -0.0257720947265625,
+ 0.0001474618911743164,
+ 0.02423095703125,
+ -0.031341552734375,
+ 0.01381683349609375,
+ 0.00020623207092285156,
+ -0.06103515625,
+ -0.04473876953125,
+ -0.02392578125,
+ -0.01464080810546875,
+ -0.0299072265625,
+ 0.0153656005859375,
+ 0.019073486328125,
+ 0.01180267333984375,
+ 0.035675048828125,
+ 0.00989532470703125,
+ 0.0130462646484375,
+ 0.00634002685546875,
+ -0.017425537109375,
+ 0.004741668701171875,
+ 0.032989501953125,
+ -0.03753662109375,
+ -0.045379638671875,
+ -0.046600341796875,
+ 0.041656494140625,
+ -0.03546142578125,
+ -0.0191802978515625,
+ -0.00652313232421875,
+ -0.038360595703125,
+ 0.03857421875,
+ -0.0118560791015625,
+ -0.0024623870849609375,
+ -0.02093505859375,
+ -0.0197906494140625,
+ -0.058563232421875,
+ -0.0030803680419921875,
+ 0.01165008544921875,
+ 0.0156707763671875,
+ -0.0125274658203125,
+ -0.0004076957702636719,
+ 0.05401611328125,
+ -0.0517578125,
+ 0.0185546875,
+ 0.004253387451171875,
+ -0.0197906494140625,
+ 0.0032215118408203125,
+ -0.01422882080078125,
+ -0.009796142578125,
+ 0.006496429443359375,
+ 0.03155517578125,
+ -0.0391845703125,
+ -0.0167999267578125,
+ -0.096923828125,
+ 0.011444091796875,
+ -0.0007443428039550781,
+ -0.00959014892578125,
+ -0.0198974609375,
+ -0.0224761962890625,
+ -0.056915283203125,
+ 0.00907135009765625,
+ 0.030731201171875,
+ 0.0002803802490234375,
+ -0.001739501953125,
+ -0.02020263671875,
+ -0.00768280029296875,
+ 0.00783538818359375,
+ -0.006496429443359375,
+ 0.036285400390625,
+ -0.01557159423828125,
+ -0.007732391357421875,
+ -0.01422882080078125,
+ -0.024017333984375,
+ 0.037933349609375,
+ 0.0256805419921875,
+ 0.045166015625,
+ 0.01690673828125,
+ 0.0245361328125,
+ -0.028656005859375,
+ 0.0200042724609375,
+ -0.0156707763671875,
+ -0.036285400390625,
+ -0.045166015625,
+ -0.020721435546875,
+ 0.0027446746826171875,
+ -0.05401611328125,
+ -0.0152587890625,
+ 0.0265960693359375,
+ 0.058563232421875,
+ -0.01026153564453125,
+ -0.0338134765625,
+ 0.017730712890625,
+ 0.030731201171875,
+ -0.006366729736328125,
+ 0.04083251953125,
+ -0.017425537109375,
+ -0.037322998046875,
+ -0.002513885498046875,
+ 0.0034275054931640625,
+ 0.032989501953125,
+ 0.04022216796875,
+ 0.044952392578125,
+ -0.0325927734375,
+ 0.007320404052734375,
+ 0.06353759765625,
+ -0.03277587890625,
+ -0.0338134765625,
+ -0.0188751220703125,
+ 0.0025768280029296875,
+ 0.0148468017578125,
+ 0.026397705078125,
+ 0.0140228271484375,
+ 0.035675048828125,
+ -0.012786865234375,
+ -0.003971099853515625,
+ 0.05731201171875,
+ 0.051971435546875,
+ 0.031341552734375,
+ -0.012115478515625,
+ -0.0738525390625,
+ 0.00860595703125,
+ -0.001140594482421875,
+ -0.017425537109375,
+ -0.038970947265625,
+ 0.01959228515625,
+ 0.033416748046875,
+ -0.07672119140625,
+ 0.0005993843078613281,
+ 0.011962890625,
+ -0.00830078125,
+ 0.028656005859375,
+ 0.011444091796875,
+ -0.018463134765625,
+ 0.01959228515625,
+ 0.00933074951171875,
+ -0.0496826171875,
+ -0.01149749755859375,
+ -0.005489349365234375,
+ 0.01361083984375,
+ 0.0457763671875,
+ 0.0166015625,
+ -0.0072174072265625,
+ 0.0213470458984375,
+ -0.0059814453125,
+ 0.004718780517578125,
+ 0.005153656005859375,
+ 0.030731201171875,
+ -0.0040740966796875,
+ 0.0196990966796875,
+ 0.045562744140625,
+ 0.07135009765625,
+ 0.00783538818359375,
+ 0.00850677490234375,
+ 0.0251617431640625,
+ 0.041656494140625,
+ 0.0311431884765625,
+ 0.058563232421875,
+ -0.007732391357421875,
+ -0.01361083984375,
+ 0.03814697265625,
+ -0.048858642578125,
+ -0.005077362060546875,
+ 0.0085601806640625,
+ 0.00933074951171875,
+ -0.07794189453125,
+ -0.0254669189453125,
+ 0.0036869049072265625,
+ -0.02783203125,
+ 0.042694091796875,
+ -0.019287109375,
+ -0.0219573974609375,
+ 0.00482177734375,
+ 0.047210693359375,
+ -0.0254669189453125,
+ -0.03485107421875,
+ 0.0290679931640625,
+ -0.03814697265625,
+ -0.0257720947265625,
+ -0.04083251953125,
+ -0.039794921875,
+ 0.0172119140625,
+ -0.005283355712890625,
+ -0.067626953125,
+ -0.0214385986328125,
+ 0.02587890625,
+ -0.0014753341674804688,
+ -0.033416748046875,
+ -0.01412200927734375,
+ -0.0023593902587890625,
+ -0.00881195068359375,
+ -0.030517578125,
+ -0.02557373046875,
+ -0.039581298828125,
+ 0.0016498565673828125,
+ -0.03753662109375,
+ 0.00007492303848266602,
+ -0.00484466552734375,
+ -0.02423095703125,
+ -0.0224761962890625,
+ 0.0093841552734375,
+ -0.014434814453125,
+ 0.0211334228515625,
+ -0.0252532958984375,
+ 0.043304443359375,
+ 0.041229248046875,
+ 0.0108795166015625,
+ 0.033203125,
+ 0.0631103515625,
+ -0.0009407997131347656,
+ 0.0148468017578125,
+ -0.013092041015625,
+ -0.05218505859375,
+ 0.0219573974609375,
+ -0.003170013427734375,
+ 0.01000213623046875,
+ -0.07586669921875,
+ -0.01056671142578125,
+ 0.054443359375,
+ -0.0849609375,
+ 0.025054931640625,
+ 0.012420654296875,
+ -0.009124755859375,
+ -0.04638671875,
+ 0.005153656005859375,
+ 0.006134033203125,
+ 0.0301055908203125,
+ 0.09649658203125,
+ 0.005901336669921875,
+ -0.00319671630859375,
+ 0.018768310546875,
+ -0.0577392578125,
+ 0.035064697265625,
+ 0.0090179443359375,
+ 0.024017333984375,
+ -0.032989501953125,
+ 0.0311431884765625,
+ 0.045989990234375,
+ -0.0404052734375,
+ -0.01412200927734375,
+ -0.05609130859375,
+ -0.01139068603515625,
+ 0.035675048828125,
+ 0.0170135498046875,
+ -0.006107330322265625,
+ -0.0020751953125,
+ -0.01629638671875,
+ -0.037322998046875,
+ -0.02020263671875,
+ -0.006443023681640625,
+ 0.0246429443359375,
+ 0.0176239013671875,
+ -0.03277587890625,
+ 0.0148468017578125,
+ -0.002758026123046875,
+ -0.0404052734375,
+ -0.00360870361328125,
+ -0.007526397705078125,
+ 0.025360107421875,
+ -0.035247802734375,
+ -0.02783203125,
+ 0.02886962890625,
+ -0.0012054443359375,
+ -0.007785797119140625,
+ 0.01959228515625,
+ 0.06353759765625,
+ -0.041229248046875,
+ -0.00652313232421875,
+ 0.01175689697265625,
+ 0.01824951171875,
+ 0.035064697265625,
+ 0.0106201171875,
+ 0.0090179443359375,
+ 0.01690673828125,
+ 0.0176239013671875,
+ -0.06683349609375,
+ 0.045562744140625,
+ 0.060638427734375,
+ -0.020111083984375,
+ -0.06390380859375,
+ -0.03857421875,
+ 0.00428009033203125,
+ 0.00881195068359375,
+ -0.0096893310546875,
+ 0.0457763671875,
+ 0.01180267333984375,
+ -0.0014181137084960938,
+ -0.09979248046875,
+ 0.037322998046875,
+ -0.020721435546875,
+ 0.01381683349609375,
+ 0.02093505859375,
+ -0.007320404052734375,
+ -0.06390380859375,
+ -0.054840087890625,
+ 0.00974273681640625,
+ 0.029693603515625,
+ -0.030517578125,
+ 0.030731201171875,
+ -0.0161895751953125,
+ 0.004199981689453125,
+ -0.0166015625,
+ -0.0299072265625,
+ -0.018463134765625,
+ 0.0556640625,
+ -0.031951904296875,
+ -0.044952392578125,
+ 0.03485107421875,
+ -0.01422882080078125,
+ -0.0004253387451171875,
+ 0.003170013427734375,
+ 0.006443023681640625,
+ 0.00577545166015625,
+ -0.0216522216796875,
+ -0.0246429443359375,
+ -0.010772705078125,
+ 0.02093505859375,
+ 0.047637939453125,
+ -0.00319671630859375,
+ 0.0004703998565673828,
+ -0.050933837890625,
+ 0.037750244140625,
+ -0.030731201171875,
+ -0.0197906494140625,
+ 0.0125274658203125,
+ 0.0245361328125,
+ -0.00783538818359375,
+ -0.051361083984375,
+ -0.05609130859375,
+ -0.07177734375,
+ 0.00701141357421875,
+ -0.06927490234375,
+ -0.0059814453125,
+ 0.01273345947265625,
+ -0.018035888671875,
+ 0.03277587890625,
+ -0.0206146240234375,
+ 0.053192138671875,
+ -0.002899169921875,
+ -0.06640625,
+ -0.014434814453125,
+ 0.00974273681640625,
+ -0.031951904296875,
+ 0.00701141357421875,
+ 0.007526397705078125,
+ -0.05279541015625,
+ 0.01329803466796875,
+ -0.01216888427734375,
+ 0.001739501953125,
+ 0.002422332763671875,
+ 0.0057220458984375,
+ -0.07177734375,
+ 0.01284027099609375,
+ -0.07672119140625,
+ -0.0200042724609375,
+ 0.023406982421875,
+ 0.0158843994140625,
+ 0.0004189014434814453,
+ -0.0404052734375,
+ 0.02020263671875,
+ -0.01175689697265625,
+ -0.05401611328125,
+ 0.0188751220703125,
+ -0.00994873046875,
+ -0.026092529296875,
+ 0.0106201171875,
+ -0.025054931640625,
+ -0.014434814453125,
+ 0.019378662109375,
+ 0.053192138671875,
+ 0.03546142578125,
+ 0.0035305023193359375,
+ -0.008148193359375,
+ -0.023712158203125,
+ -0.005077362060546875,
+ -0.023712158203125,
+ -0.005901336669921875,
+ 0.036712646484375,
+ -0.005645751953125,
+ 0.0185546875,
+ 0.016387939453125,
+ 0.026397705078125,
+ -0.07794189453125,
+ 0.00984954833984375,
+ -0.0130462646484375,
+ -0.054840087890625,
+ 0.0007958412170410156,
+ 0.06683349609375,
+ 0.0284576416015625,
+ 0.0272216796875,
+ 0.031341552734375,
+ 0.03607177734375,
+ 0.020721435546875,
+ -0.0019207000732421875,
+ -0.01381683349609375,
+ -0.050933837890625,
+ 0.00798797607421875,
+ 0.0418701171875,
+ 0.037933349609375,
+ -0.065185546875,
+ 0.037933349609375,
+ 0.05938720703125,
+ 0.004302978515625,
+ -0.0218505859375,
+ 0.0290679931640625,
+ -0.0024356842041015625,
+ 0.04742431640625,
+ -0.0018434524536132812,
+ 0.0100555419921875,
+ -0.0655517578125,
+ 0.007114410400390625,
+ 0.037109375,
+ 0.016082763671875,
+ -0.0022678375244140625,
+ 0.01288604736328125,
+ -0.05938720703125,
+ 0.053192138671875,
+ -0.04412841796875,
+ -0.0034275054931640625,
+ 0.007526397705078125,
+ 0.067626953125,
+ 0.0033245086669921875,
+ -0.0430908203125,
+ -0.00994873046875,
+ 0.042266845703125,
+ 0.023193359375,
+ -0.0257720947265625,
+ 0.00009423494338989258,
+ -0.00959014892578125,
+ -0.017425537109375,
+ 0.010101318359375,
+ 0.052581787109375,
+ -0.005130767822265625,
+ 0.0309295654296875,
+ -0.0188751220703125,
+ -0.041656494140625,
+ 0.0214385986328125,
+ 0.007526397705078125,
+ 0.03424072265625,
+ 0.0213470458984375,
+ -0.044342041015625,
+ -0.0245361328125,
+ -0.038360595703125,
+ 0.043914794921875,
+ 0.019378662109375,
+ 0.03692626953125,
+ 0.035064697265625,
+ -0.00974273681640625,
+ -0.013092041015625,
+ 0.0189666748046875,
+ 0.0233001708984375,
+ 0.0257720947265625,
+ 0.034637451171875,
+ 0.0243377685546875,
+ -0.0238189697265625,
+ 0.0029392242431640625,
+ -0.0100555419921875,
+ -0.052581787109375,
+ 0.0130462646484375,
+ -0.0108795166015625,
+ -0.00559234619140625,
+ -0.03155517578125,
+ -0.0003609657287597656,
+ 0.006908416748046875,
+ -0.00989532470703125,
+ -0.007785797119140625,
+ -0.026092529296875,
+ -0.0006861686706542969,
+ -0.0262908935546875,
+ -0.054840087890625,
+ -0.0178375244140625,
+ 0.037750244140625,
+ -0.058563232421875,
+ 0.006107330322265625,
+ 0.0299072265625,
+ 0.0008249282836914062,
+ -0.02227783203125,
+ -0.0577392578125,
+ 0.055267333984375,
+ 0.02886962890625,
+ 0.02093505859375,
+ 0.0001208186149597168,
+ 0.004718780517578125,
+ 0.0282440185546875,
+ -0.001056671142578125,
+ 0.037109375,
+ 0.032989501953125,
+ 0.000934600830078125,
+ 0.0391845703125,
+ 0.05401611328125,
+ 0.005336761474609375,
+ -0.039581298828125,
+ 0.003971099853515625,
+ 0.0072174072265625,
+ -0.0303192138671875,
+ 0.026397705078125,
+ 0.0188751220703125,
+ 0.03155517578125,
+ -0.0017137527465820312,
+ -0.03485107421875,
+ 0.0080413818359375,
+ -0.056915283203125,
+ 0.0849609375,
+ 0.007526397705078125,
+ -0.0158843994140625,
+ 0.03155517578125,
+ -0.0284576416015625,
+ 0.040618896484375,
+ 0.01381683349609375,
+ 0.09320068359375,
+ -0.04022216796875,
+ 0.047637939453125,
+ 0.0173187255859375,
+ 0.02886962890625,
+ -0.0226898193359375,
+ -0.017730712890625,
+ -0.01474761962890625,
+ 0.00618743896484375,
+ -0.0034542083740234375,
+ 0.04083251953125,
+ 0.01557159423828125,
+ -0.000362396240234375,
+ -0.0290679931640625,
+ -0.0445556640625,
+ -0.0206146240234375,
+ -0.0007605552673339844,
+ 0.047027587890625,
+ -0.035247802734375,
+ -0.0030536651611328125,
+ 0.02557373046875,
+ 0.026397705078125,
+ 0.058563232421875,
+ -0.004795074462890625,
+ 0.0227813720703125,
+ 0.00762939453125,
+ 0.0090179443359375,
+ -0.00850677490234375,
+ -0.01515960693359375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "lastvisited-mru",
+ "application-paths",
+ "executable-tracking",
+ "launch-directories",
+ "malware-origins",
+ "portable-apps",
+ "execution-timeline",
+ "path-correlation",
+ "startup-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_FTK_Imager",
+ "type": "tool",
+ "name": "FTK Imager",
+ "content": "ftk imager windows-basierter disk-imager mit bewährter zuverlässigkeit und breiter gerichtsakzeptanz für standard-forensik-laboratorien erstellt images in raw, smart, e01 und aff-formaten. gui führt systematisch durch imaging-prozess mit automatischer hash-verifizierung (md5/sha1) und progress-monitoring. preview-mode ermöglicht schnelle evidence-triage ohne full-image-creation für time-critical-investigations. memory-capture-functionality für live-ram-akquisition von laufenden windows-systemen. protected-folder-viewing umgeht windows-sicherheitsbeschränkungen für systemdateien-access. besonders geschätzt: robustes bad-sector-handling, detaillierte forensik-logs und etablierte chain-of-custody-procedures. gui physical-copy hashing court-admissible scenario:disk_imaging ewf-support memory-capture preview-mode bad-sector-handling protected-folders cli-available triage disk-imaging forensic-imaging evidence-acquisition static-investigations incident-response data-collection",
+ "embedding": [
+ -0.01239013671875,
+ 0.038238525390625,
+ 0.038238525390625,
+ -0.01538848876953125,
+ 0.038482666015625,
+ 0.05499267578125,
+ 0.0090484619140625,
+ 0.0002827644348144531,
+ -0.0010890960693359375,
+ -0.0090484619140625,
+ -0.0355224609375,
+ 0.05499267578125,
+ -0.00034117698669433594,
+ -0.0098419189453125,
+ -0.05792236328125,
+ 0.03778076171875,
+ -0.0175323486328125,
+ 0.00978851318359375,
+ 0.01561737060546875,
+ 0.00955963134765625,
+ -0.01788330078125,
+ -0.0125579833984375,
+ -0.061553955078125,
+ -0.00042438507080078125,
+ 0.006450653076171875,
+ 0.0115966796875,
+ -0.03619384765625,
+ -0.061553955078125,
+ -0.0152740478515625,
+ 0.0186614990234375,
+ 0.0118255615234375,
+ -0.0136871337890625,
+ 0.0005407333374023438,
+ 0.046600341796875,
+ 0.007354736328125,
+ -0.02081298828125,
+ -0.0269317626953125,
+ -0.03460693359375,
+ -0.021270751953125,
+ 0.046173095703125,
+ -0.01187896728515625,
+ -0.007213592529296875,
+ 0.01091766357421875,
+ -0.01194000244140625,
+ -0.02239990234375,
+ -0.03167724609375,
+ 0.0016260147094726562,
+ -0.01561737060546875,
+ 0.0115966796875,
+ -0.0245513916015625,
+ 0.0175323486328125,
+ 0.0214996337890625,
+ 0.0234222412109375,
+ -0.0253448486328125,
+ -0.01035308837890625,
+ 0.039825439453125,
+ 0.01380157470703125,
+ -0.022064208984375,
+ -0.00415802001953125,
+ 0.060638427734375,
+ -0.058380126953125,
+ -0.01012420654296875,
+ -0.009674072265625,
+ -0.0294189453125,
+ -0.0056304931640625,
+ 0.02783203125,
+ -0.0003447532653808594,
+ -0.01629638671875,
+ -0.0048370361328125,
+ 0.00531768798828125,
+ 0.007129669189453125,
+ -0.004299163818359375,
+ -0.019012451171875,
+ 0.0247802734375,
+ -0.03619384765625,
+ -0.03009033203125,
+ 0.00647735595703125,
+ 0.02239990234375,
+ 0.01068878173828125,
+ -0.0005764961242675781,
+ -0.06427001953125,
+ 0.0027866363525390625,
+ 0.0303192138671875,
+ -0.0032958984375,
+ -0.00859832763671875,
+ 0.0176544189453125,
+ 0.0216064453125,
+ 0.020477294921875,
+ -0.0050048828125,
+ -0.01459503173828125,
+ 0.01165008544921875,
+ 0.00933074951171875,
+ 0.0028705596923828125,
+ -0.024444580078125,
+ 0.043670654296875,
+ 0.0601806640625,
+ -0.00667572021484375,
+ -0.01204681396484375,
+ -0.011993408203125,
+ 0.033477783203125,
+ 0.032806396484375,
+ -0.024658203125,
+ 0.037322998046875,
+ 0.01538848876953125,
+ 0.042083740234375,
+ -0.0202484130859375,
+ 0.01397705078125,
+ -0.0117645263671875,
+ -0.02862548828125,
+ -0.032806396484375,
+ -0.08282470703125,
+ -0.03192138671875,
+ -0.0167388916015625,
+ -0.06610107421875,
+ -0.01007080078125,
+ -0.006053924560546875,
+ -0.0296478271484375,
+ 0.0323486328125,
+ -0.031463623046875,
+ -0.0303192138671875,
+ 0.006252288818359375,
+ 0.03619384765625,
+ -0.0099029541015625,
+ -0.003337860107421875,
+ -0.0450439453125,
+ -0.0601806640625,
+ 0.002574920654296875,
+ 0.01436614990234375,
+ -0.053863525390625,
+ -0.037109375,
+ -0.00775146484375,
+ -0.0171966552734375,
+ -0.0118255615234375,
+ -0.031463623046875,
+ -0.0102996826171875,
+ -0.035308837890625,
+ 0.0203704833984375,
+ 0.00882720947265625,
+ -0.01538848876953125,
+ 0.0023899078369140625,
+ 0.01154327392578125,
+ -0.023651123046875,
+ -0.065185546875,
+ 0.0125579833984375,
+ -0.052490234375,
+ 0.006221771240234375,
+ -0.0294189453125,
+ 0.037322998046875,
+ -0.04705810546875,
+ -0.02862548828125,
+ -0.00939178466796875,
+ 0.038482666015625,
+ 0.055908203125,
+ -0.00922393798828125,
+ 0.01459503173828125,
+ -0.0276031494140625,
+ -0.009674072265625,
+ -0.0186614990234375,
+ 0.00972747802734375,
+ -0.0152740478515625,
+ -0.0307769775390625,
+ 0.01617431640625,
+ -0.0201416015625,
+ 0.0250091552734375,
+ -0.0294189453125,
+ -0.039825439453125,
+ -0.0418701171875,
+ 0.00939178466796875,
+ 0.016632080078125,
+ -0.00704193115234375,
+ 0.0199127197265625,
+ 0.0008025169372558594,
+ 0.059295654296875,
+ 0.05792236328125,
+ 0.0261383056640625,
+ 0.00876617431640625,
+ 0.007099151611328125,
+ 0.00399017333984375,
+ 0.024322509765625,
+ 0.02783203125,
+ -0.0280609130859375,
+ -0.0222930908203125,
+ 0.0264739990234375,
+ 0.0030269622802734375,
+ 0.0168609619140625,
+ -0.01250457763671875,
+ -0.01148223876953125,
+ 0.0017957687377929688,
+ -0.042999267578125,
+ 0.033935546875,
+ -0.052490234375,
+ -0.03009033203125,
+ -0.00922393798828125,
+ 0.0179901123046875,
+ 0.01934814453125,
+ 0.052734375,
+ 0.049560546875,
+ -0.01436614990234375,
+ 0.0291900634765625,
+ 0.00039958953857421875,
+ -0.0021076202392578125,
+ 0.037567138671875,
+ -0.02545166015625,
+ 0.0144805908203125,
+ 0.00492095947265625,
+ 0.0192413330078125,
+ -0.0033092498779296875,
+ 0.0202484130859375,
+ 0.022735595703125,
+ -0.0247802734375,
+ -0.0050048828125,
+ 0.033050537109375,
+ -0.00250244140625,
+ -0.0572509765625,
+ -0.0164031982421875,
+ -0.0277252197265625,
+ 0.0114288330078125,
+ -0.0171966552734375,
+ -0.01290130615234375,
+ 0.0020503997802734375,
+ -0.00024044513702392578,
+ -0.0447998046875,
+ 0.0187835693359375,
+ 0.0222930908203125,
+ -0.01515960693359375,
+ 0.053619384765625,
+ 0.013519287109375,
+ -0.0312347412109375,
+ -0.047515869140625,
+ 0.04412841796875,
+ 0.02093505859375,
+ 0.0294189453125,
+ -0.0115966796875,
+ 0.004241943359375,
+ -0.024444580078125,
+ -0.0160675048828125,
+ 0.030548095703125,
+ 0.03009033203125,
+ 0.01165008544921875,
+ 0.00775146484375,
+ -0.00859832763671875,
+ 0.035980224609375,
+ -0.0222930908203125,
+ 0.0479736328125,
+ 0.030548095703125,
+ -0.0233001708984375,
+ -0.0039043426513671875,
+ -0.00415802001953125,
+ 0.022735595703125,
+ 0.033477783203125,
+ -0.042327880859375,
+ -0.01306915283203125,
+ -0.0850830078125,
+ -0.018096923828125,
+ -0.042327880859375,
+ -0.0386962890625,
+ -0.02557373046875,
+ -0.048187255859375,
+ 0.0355224609375,
+ -0.040283203125,
+ -0.054534912109375,
+ -0.00014853477478027344,
+ 0.0285186767578125,
+ 0.006591796875,
+ 0.03192138671875,
+ -0.00164794921875,
+ -0.03326416015625,
+ 0.017425537109375,
+ 0.0819091796875,
+ 0.022857666015625,
+ 0.00611114501953125,
+ -0.01329803466796875,
+ 0.0108642578125,
+ -0.01419830322265625,
+ 0.0355224609375,
+ -0.0312347412109375,
+ 0.001789093017578125,
+ 0.021728515625,
+ 0.0210418701171875,
+ -0.0023193359375,
+ -0.027374267578125,
+ 0.003536224365234375,
+ -0.004184722900390625,
+ 0.038238525390625,
+ -0.03936767578125,
+ 0.0002334117889404297,
+ 0.0187835693359375,
+ 0.0214996337890625,
+ -0.0230865478515625,
+ -0.05474853515625,
+ -0.0011529922485351562,
+ 0.041412353515625,
+ 0.0164031982421875,
+ -0.005290985107421875,
+ 0.0192413330078125,
+ -0.03460693359375,
+ 0.0079193115234375,
+ -0.0118255615234375,
+ -0.003818511962890625,
+ 0.0136871337890625,
+ 0.033050537109375,
+ -0.0323486328125,
+ 0.01035308837890625,
+ -0.005062103271484375,
+ 0.0022487640380859375,
+ -0.030548095703125,
+ -0.0400390625,
+ -0.00015914440155029297,
+ -0.025238037109375,
+ -0.0218353271484375,
+ -0.046844482421875,
+ 0.01250457763671875,
+ -0.0110321044921875,
+ -0.0015697479248046875,
+ -0.0102386474609375,
+ 0.01776123046875,
+ -0.0291900634765625,
+ -0.040496826171875,
+ 0.0023193359375,
+ -0.0214996337890625,
+ -0.046600341796875,
+ -0.0079193115234375,
+ 0.04931640625,
+ -0.0004949569702148438,
+ 0.0179901123046875,
+ -0.0042724609375,
+ -0.020477294921875,
+ -0.03460693359375,
+ -0.00222015380859375,
+ 0.0015134811401367188,
+ 0.025909423828125,
+ -0.00836944580078125,
+ 0.0540771484375,
+ 0.006504058837890625,
+ 0.0296478271484375,
+ -0.00667572021484375,
+ 0.052734375,
+ 0.03485107421875,
+ -0.0307769775390625,
+ -0.018096923828125,
+ -0.0075225830078125,
+ 0.0221710205078125,
+ 0.0287322998046875,
+ -0.03167724609375,
+ -0.033477783203125,
+ 0.006252288818359375,
+ -0.006591796875,
+ 0.00955963134765625,
+ 0.0187835693359375,
+ 0.0262451171875,
+ 0.029876708984375,
+ -0.03778076171875,
+ 0.004863739013671875,
+ 0.04345703125,
+ 0.01788330078125,
+ 0.10321044921875,
+ -0.01340484619140625,
+ -0.043914794921875,
+ 0.03192138671875,
+ 0.052490234375,
+ -0.0037899017333984375,
+ -0.0152740478515625,
+ 0.0248870849609375,
+ 0.0009016990661621094,
+ 0.00882720947265625,
+ 0.01708984375,
+ 0.0218353271484375,
+ 0.015838623046875,
+ -0.009674072265625,
+ 0.00579833984375,
+ 0.0192413330078125,
+ 0.00337982177734375,
+ 0.01515960693359375,
+ 0.05499267578125,
+ 0.024444580078125,
+ 0.002956390380859375,
+ 0.0214996337890625,
+ -0.0110321044921875,
+ -0.0015840530395507812,
+ -0.040740966796875,
+ -0.06787109375,
+ 0.0009336471557617188,
+ 0.052276611328125,
+ 0.001979827880859375,
+ 0.040496826171875,
+ -0.0323486328125,
+ -0.0697021484375,
+ 0.01114654541015625,
+ -0.0400390625,
+ 0.06787109375,
+ 0.0213775634765625,
+ 0.0238800048828125,
+ 0.047515869140625,
+ 0.0039043426513671875,
+ 0.015838623046875,
+ 0.018218994140625,
+ 0.011260986328125,
+ 0.01617431640625,
+ 0.033935546875,
+ 0.052734375,
+ -0.003875732421875,
+ -0.035980224609375,
+ 0.033721923828125,
+ 0.04254150390625,
+ 0.033050537109375,
+ 0.0283966064453125,
+ 0.01210784912109375,
+ 0.003055572509765625,
+ 0.00339508056640625,
+ -0.022857666015625,
+ 0.033721923828125,
+ 0.040283203125,
+ -0.0020923614501953125,
+ 0.0303192138671875,
+ -0.0269317626953125,
+ 0.002574920654296875,
+ -0.043914794921875,
+ 0.0028285980224609375,
+ 0.00667572021484375,
+ 0.00843048095703125,
+ 0.0185546875,
+ 0.00475311279296875,
+ -0.07012939453125,
+ -0.006649017333984375,
+ 0.05499267578125,
+ -0.0914306640625,
+ 0.0323486328125,
+ 0.0164031982421875,
+ -0.0194549560546875,
+ 0.01171112060546875,
+ -0.01097869873046875,
+ -0.058380126953125,
+ 0.03802490234375,
+ -0.0245513916015625,
+ -0.03167724609375,
+ 0.002361297607421875,
+ 0.024444580078125,
+ -0.03326416015625,
+ -0.0325927734375,
+ -0.015838623046875,
+ -0.021270751953125,
+ -0.0242156982421875,
+ -0.0210418701171875,
+ 0.055908203125,
+ 0.0194549560546875,
+ -0.007579803466796875,
+ 0.01934814453125,
+ 0.039154052734375,
+ 0.00836944580078125,
+ -0.0155029296875,
+ 0.04547119140625,
+ -0.03326416015625,
+ -0.04119873046875,
+ 0.033477783203125,
+ 0.005176544189453125,
+ 0.01204681396484375,
+ -0.03326416015625,
+ -0.01934814453125,
+ 0.005062103271484375,
+ 0.0169677734375,
+ 0.0014352798461914062,
+ 0.0091094970703125,
+ -0.04095458984375,
+ -0.053863525390625,
+ -0.05499267578125,
+ 0.043914794921875,
+ -0.0122222900390625,
+ 0.0261383056640625,
+ -0.0009336471557617188,
+ -0.0400390625,
+ 0.0285186767578125,
+ -0.04412841796875,
+ -0.0052032470703125,
+ -0.0175323486328125,
+ 0.0229644775390625,
+ -0.027374267578125,
+ 0.0638427734375,
+ -0.01776123046875,
+ 0.001590728759765625,
+ -0.0010814666748046875,
+ 0.043212890625,
+ 0.011260986328125,
+ 0.01538848876953125,
+ -0.03326416015625,
+ 0.0160675048828125,
+ 0.042327880859375,
+ -0.053863525390625,
+ -0.01210784912109375,
+ -0.00775146484375,
+ 0.0010042190551757812,
+ 0.038909912109375,
+ -0.05474853515625,
+ 0.00026702880859375,
+ -0.0040435791015625,
+ -0.05181884765625,
+ -0.037567138671875,
+ -0.049102783203125,
+ -0.00927734375,
+ -0.03167724609375,
+ 0.031005859375,
+ 0.032135009765625,
+ -0.0179901123046875,
+ 0.03192138671875,
+ -0.007694244384765625,
+ 0.0106353759765625,
+ 0.0086517333984375,
+ -0.0079803466796875,
+ -0.0144805908203125,
+ 0.0341796875,
+ -0.07421875,
+ -0.052947998046875,
+ -0.025115966796875,
+ 0.03961181640625,
+ -0.030548095703125,
+ -0.0185546875,
+ 0.018218994140625,
+ 0.004611968994140625,
+ 0.0447998046875,
+ -0.056793212890625,
+ 0.01131439208984375,
+ -0.04638671875,
+ -0.0296478271484375,
+ -0.0253448486328125,
+ -0.013519287109375,
+ 0.036651611328125,
+ 0.01403045654296875,
+ 0.005573272705078125,
+ -0.0079803466796875,
+ 0.0386962890625,
+ -0.077392578125,
+ 0.0509033203125,
+ 0.01284027099609375,
+ 0.0323486328125,
+ -0.0141448974609375,
+ -0.01561737060546875,
+ 0.0291900634765625,
+ 0.03192138671875,
+ 0.04888916015625,
+ -0.0277252197265625,
+ -0.03643798828125,
+ -0.083251953125,
+ 0.026702880859375,
+ 0.0006861686706542969,
+ -0.0155029296875,
+ -0.0194549560546875,
+ -0.048187255859375,
+ -0.065185546875,
+ -0.004131317138671875,
+ 0.040740966796875,
+ 0.0341796875,
+ 0.0202484130859375,
+ -0.01561737060546875,
+ 0.01204681396484375,
+ -0.005542755126953125,
+ -0.03009033203125,
+ 0.039154052734375,
+ -0.001979827880859375,
+ 0.0176544189453125,
+ 0.0026302337646484375,
+ -0.035980224609375,
+ 0.0176544189453125,
+ 0.030548095703125,
+ 0.031463623046875,
+ 0.0165252685546875,
+ 0.0126190185546875,
+ -0.035308837890625,
+ -0.001979827880859375,
+ 0.004299163818359375,
+ -0.0195770263671875,
+ -0.00036406517028808594,
+ -0.0079193115234375,
+ 0.00763702392578125,
+ -0.0183258056640625,
+ -0.0307769775390625,
+ 0.0279541015625,
+ 0.042999267578125,
+ 0.048187255859375,
+ -0.0015773773193359375,
+ -0.006137847900390625,
+ 0.008544921875,
+ 0.0031108856201171875,
+ 0.061553955078125,
+ -0.00916290283203125,
+ -0.033477783203125,
+ 0.0075225830078125,
+ 0.022735595703125,
+ 0.040283203125,
+ 0.03619384765625,
+ 0.0203704833984375,
+ -0.031005859375,
+ -0.00042247772216796875,
+ 0.0264739990234375,
+ -0.018890380859375,
+ -0.043914794921875,
+ -0.0264739990234375,
+ 0.00820159912109375,
+ 0.018218994140625,
+ 0.049560546875,
+ -0.0144805908203125,
+ 0.0665283203125,
+ 0.006195068359375,
+ 0.0005445480346679688,
+ 0.04095458984375,
+ 0.06695556640625,
+ 0.034393310546875,
+ -0.019683837890625,
+ -0.057708740234375,
+ -0.01171112060546875,
+ -0.0214996337890625,
+ -0.02862548828125,
+ -0.0303192138671875,
+ 0.00357818603515625,
+ 0.0601806640625,
+ -0.06427001953125,
+ -0.0194549560546875,
+ -0.01244354248046875,
+ -0.02252197265625,
+ 0.015838623046875,
+ 0.021728515625,
+ -0.0015277862548828125,
+ 0.031005859375,
+ 0.0016546249389648438,
+ -0.0201416015625,
+ -0.0086517333984375,
+ -0.03778076171875,
+ 0.01148223876953125,
+ 0.038482666015625,
+ 0.0234222412109375,
+ -0.0165252685546875,
+ 0.015838623046875,
+ -0.00630950927734375,
+ 0.0115966796875,
+ 0.01318359375,
+ 0.052734375,
+ 0.0237579345703125,
+ 0.0258026123046875,
+ 0.029876708984375,
+ 0.041412353515625,
+ -0.03009033203125,
+ -0.00972747802734375,
+ 0.01934814453125,
+ 0.0157318115234375,
+ 0.052490234375,
+ 0.0723876953125,
+ 0.01052093505859375,
+ -0.0009121894836425781,
+ -0.011260986328125,
+ -0.052947998046875,
+ -0.005176544189453125,
+ 0.0169677734375,
+ 0.003238677978515625,
+ -0.06201171875,
+ -0.03778076171875,
+ 0.03326416015625,
+ -0.064697265625,
+ 0.052947998046875,
+ 0.02783203125,
+ 0.0032253265380859375,
+ -0.01091766357421875,
+ 0.0294189453125,
+ 0.0033245086669921875,
+ -0.036651611328125,
+ -0.011260986328125,
+ -0.02862548828125,
+ -0.0191192626953125,
+ -0.03778076171875,
+ -0.0296478271484375,
+ 0.0296478271484375,
+ -0.01290130615234375,
+ -0.03961181640625,
+ -0.010467529296875,
+ 0.03961181640625,
+ -0.015838623046875,
+ -0.042999267578125,
+ -0.038909912109375,
+ 0.0040435791015625,
+ -0.0229644775390625,
+ -0.055450439453125,
+ -0.032806396484375,
+ -0.022735595703125,
+ 0.01515960693359375,
+ -0.0323486328125,
+ 0.0129547119140625,
+ -0.0222930908203125,
+ -0.0186614990234375,
+ -0.02862548828125,
+ -0.02716064453125,
+ -0.036651611328125,
+ 0.03009033203125,
+ -0.03192138671875,
+ 0.038909912109375,
+ 0.0017747879028320312,
+ 0.031463623046875,
+ 0.049102783203125,
+ 0.06427001953125,
+ -0.01386260986328125,
+ 0.003520965576171875,
+ -0.00543212890625,
+ -0.05975341796875,
+ 0.0222930908203125,
+ -0.0055999755859375,
+ 0.03009033203125,
+ -0.068359375,
+ 0.017425537109375,
+ 0.06744384765625,
+ -0.0692138671875,
+ 0.02862548828125,
+ 0.01538848876953125,
+ -0.018890380859375,
+ -0.05792236328125,
+ -0.00037479400634765625,
+ 0.019683837890625,
+ 0.0248870849609375,
+ 0.0914306640625,
+ 0.0141448974609375,
+ -0.0013360977172851562,
+ 0.0033512115478515625,
+ -0.037322998046875,
+ 0.040283203125,
+ 0.004863739013671875,
+ 0.015838623046875,
+ -0.043670654296875,
+ 0.03485107421875,
+ 0.01097869873046875,
+ -0.03326416015625,
+ 0.0214996337890625,
+ -0.071533203125,
+ -0.0017681121826171875,
+ 0.0288543701171875,
+ 0.00836944580078125,
+ -0.01244354248046875,
+ -0.029876708984375,
+ -0.06744384765625,
+ -0.022064208984375,
+ -0.04547119140625,
+ 0.005741119384765625,
+ -0.004184722900390625,
+ 0.020477294921875,
+ -0.044586181640625,
+ 0.00616455078125,
+ 0.004016876220703125,
+ -0.0256805419921875,
+ -0.02703857421875,
+ -0.0258026123046875,
+ 0.042755126953125,
+ 0.00630950927734375,
+ -0.059295654296875,
+ 0.0203704833984375,
+ 0.0234222412109375,
+ -0.01239013671875,
+ 0.0152740478515625,
+ 0.052947998046875,
+ -0.0307769775390625,
+ -0.0004296302795410156,
+ -0.0106353759765625,
+ 0.034393310546875,
+ -0.0024890899658203125,
+ -0.01708984375,
+ -0.0125579833984375,
+ 0.007808685302734375,
+ 0.01074981689453125,
+ -0.035308837890625,
+ 0.045928955078125,
+ 0.02093505859375,
+ -0.046173095703125,
+ -0.060638427734375,
+ -0.0234222412109375,
+ -0.00916290283203125,
+ 0.01470947265625,
+ -0.027374267578125,
+ 0.046844482421875,
+ 0.02081298828125,
+ -0.007579803466796875,
+ -0.10546875,
+ 0.068359375,
+ -0.0195770263671875,
+ 0.047515869140625,
+ 0.01561737060546875,
+ -0.00820159912109375,
+ -0.03802490234375,
+ -0.0194549560546875,
+ -0.002899169921875,
+ 0.0118255615234375,
+ -0.03778076171875,
+ 0.0303192138671875,
+ 0.0036487579345703125,
+ -0.005939483642578125,
+ 0.02716064453125,
+ -0.035064697265625,
+ 0.006931304931640625,
+ 0.057037353515625,
+ 0.00035190582275390625,
+ -0.01459503173828125,
+ 0.053192138671875,
+ -0.025115966796875,
+ 0.01934814453125,
+ -0.003875732421875,
+ 0.01250457763671875,
+ 0.0032806396484375,
+ -0.007808685302734375,
+ -0.007411956787109375,
+ 0.0110321044921875,
+ 0.0291900634765625,
+ 0.050689697265625,
+ -0.0233001708984375,
+ 0.0141448974609375,
+ 0.0025310516357421875,
+ 0.034393310546875,
+ 0.01074981689453125,
+ -0.021728515625,
+ -0.00531768798828125,
+ 0.0023193359375,
+ -0.01187896728515625,
+ -0.0268096923828125,
+ -0.056121826171875,
+ -0.09954833984375,
+ 0.005573272705078125,
+ -0.0450439453125,
+ -0.0250091552734375,
+ 0.02557373046875,
+ 0.0386962890625,
+ 0.00803375244140625,
+ -0.0222930908203125,
+ 0.027374267578125,
+ -0.005035400390625,
+ -0.00337982177734375,
+ -0.038238525390625,
+ 0.01165008544921875,
+ -0.0136871337890625,
+ 0.03460693359375,
+ -0.0024318695068359375,
+ -0.042083740234375,
+ 0.032135009765625,
+ -0.04119873046875,
+ 0.0222930908203125,
+ -0.0014352798461914062,
+ -0.01318359375,
+ -0.0312347412109375,
+ 0.040283203125,
+ -0.065185546875,
+ -0.02783203125,
+ 0.02703857421875,
+ 0.035308837890625,
+ 0.004241943359375,
+ -0.046844482421875,
+ 0.0697021484375,
+ -0.01204681396484375,
+ -0.03485107421875,
+ 0.04864501953125,
+ -0.0141448974609375,
+ -0.024444580078125,
+ 0.0303192138671875,
+ 0.0169677734375,
+ -0.0001074075698852539,
+ -0.00347900390625,
+ 0.04705810546875,
+ 0.033050537109375,
+ 0.051361083984375,
+ -0.0004508495330810547,
+ -0.01306915283203125,
+ 0.00647735595703125,
+ -0.003055572509765625,
+ 0.023651123046875,
+ 0.0210418701171875,
+ 0.0248870849609375,
+ -0.0091094970703125,
+ 0.0238800048828125,
+ 0.00724029541015625,
+ -0.08599853515625,
+ -0.02093505859375,
+ -0.033050537109375,
+ -0.04888916015625,
+ 0.0028285980224609375,
+ 0.0823974609375,
+ 0.04412841796875,
+ 0.015960693359375,
+ 0.01708984375,
+ 0.052734375,
+ 0.0191192626953125,
+ -0.0042724609375,
+ -0.0012159347534179688,
+ -0.053863525390625,
+ -0.040496826171875,
+ 0.0110321044921875,
+ 0.004695892333984375,
+ -0.07421875,
+ 0.040283203125,
+ 0.05975341796875,
+ -0.0036487579345703125,
+ -0.0260162353515625,
+ -0.003238677978515625,
+ 0.016632080078125,
+ 0.062469482421875,
+ 0.0006861686706542969,
+ -0.00017595291137695312,
+ -0.07061767578125,
+ 0.032806396484375,
+ 0.0171966552734375,
+ -0.0238800048828125,
+ -0.0149383544921875,
+ -0.002162933349609375,
+ -0.0285186767578125,
+ 0.0276031494140625,
+ -0.080078125,
+ 0.0030117034912109375,
+ 0.00978851318359375,
+ 0.07647705078125,
+ 0.0222930908203125,
+ -0.0230865478515625,
+ -0.0277252197265625,
+ 0.053619384765625,
+ 0.026702880859375,
+ -0.0187835693359375,
+ 0.00826263427734375,
+ 0.0075225830078125,
+ -0.023529052734375,
+ 0.02081298828125,
+ 0.05975341796875,
+ -0.0288543701171875,
+ 0.0418701171875,
+ 0.0029125213623046875,
+ -0.0638427734375,
+ 0.0160675048828125,
+ -0.01629638671875,
+ -0.00588226318359375,
+ 0.005401611328125,
+ -0.052032470703125,
+ 0.0032253265380859375,
+ -0.048187255859375,
+ 0.052276611328125,
+ 0.0005726814270019531,
+ 0.0416259765625,
+ 0.0201416015625,
+ -0.011199951171875,
+ 0.01934814453125,
+ 0.017425537109375,
+ 0.00588226318359375,
+ 0.0234222412109375,
+ 0.035064697265625,
+ 0.031005859375,
+ -0.0005693435668945312,
+ 0.0240936279296875,
+ 0.0272674560546875,
+ -0.047760009765625,
+ 0.037109375,
+ -0.034393310546875,
+ 0.00667572021484375,
+ -0.038909912109375,
+ -0.0001811981201171875,
+ 0.01187896728515625,
+ -0.0279541015625,
+ 0.0086517333984375,
+ -0.0264739990234375,
+ 0.0063934326171875,
+ -0.0140838623046875,
+ -0.03802490234375,
+ -0.00551605224609375,
+ 0.02862548828125,
+ -0.043670654296875,
+ -0.005035400390625,
+ 0.0113677978515625,
+ -0.01035308837890625,
+ 0.0013294219970703125,
+ -0.050689697265625,
+ 0.071533203125,
+ 0.0400390625,
+ 0.01267242431640625,
+ -0.000530242919921875,
+ 0.051605224609375,
+ 0.0272674560546875,
+ 0.03460693359375,
+ 0.029876708984375,
+ 0.0155029296875,
+ -0.0258026123046875,
+ 0.052947998046875,
+ 0.055908203125,
+ 0.0013227462768554688,
+ -0.043212890625,
+ 0.006504058837890625,
+ -0.0001785755157470703,
+ -0.0221710205078125,
+ 0.04095458984375,
+ 0.0183258056640625,
+ 0.016632080078125,
+ 0.007213592529296875,
+ -0.006221771240234375,
+ -0.00568389892578125,
+ -0.046173095703125,
+ 0.045928955078125,
+ 0.0012731552124023438,
+ -0.01131439208984375,
+ 0.037322998046875,
+ -0.051605224609375,
+ 0.0511474609375,
+ 0.008148193359375,
+ 0.07379150390625,
+ -0.038482666015625,
+ 0.052032470703125,
+ -0.0207061767578125,
+ -0.0019664764404296875,
+ -0.0034942626953125,
+ 0.0136871337890625,
+ -0.0009899139404296875,
+ 0.0268096923828125,
+ -0.02703857421875,
+ 0.07330322265625,
+ 0.04254150390625,
+ -0.0261383056640625,
+ -0.057708740234375,
+ -0.0229644775390625,
+ -0.005260467529296875,
+ 0.007411956787109375,
+ 0.0447998046875,
+ -0.033477783203125,
+ -0.0202484130859375,
+ 0.01403045654296875,
+ 0.032806396484375,
+ 0.057464599609375,
+ -0.004100799560546875,
+ 0.046844482421875,
+ 0.01561737060546875,
+ -0.0176544189453125,
+ -0.01340484619140625,
+ -0.0160675048828125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "gui",
+ "physical-copy",
+ "hashing",
+ "court-admissible",
+ "scenario:disk_imaging",
+ "ewf-support",
+ "memory-capture",
+ "preview-mode",
+ "bad-sector-handling",
+ "protected-folders",
+ "cli-available",
+ "triage",
+ "disk-imaging",
+ "forensic-imaging",
+ "evidence-acquisition"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_VLEAPP",
+ "type": "tool",
+ "name": "VLEAPP",
+ "content": "vleapp vehicle logs, events, and properties parser erschließt die digitale blackbox moderner fahrzeuge. extrahiert daten aus infotainment-systemen, telematik- modulen und verbundenen smartphones. can-bus-logs enthüllen geschwindigkeit, bremsverhalten, airbag-events für unfallrekonstruktion. die gps-timeline zeigt routen mit stopps und fahrtzeiten. besonders wertvoll: bluetooth- verbindungsprotokolle identifizieren fahrer, carplay/android-auto-daten, gespeicherte wlan-hotspots. unterstützt tesla, bmw, mercedes, vw-gruppe und erweitert ständig. die kontaktlisten-extraktion findet synchronisierte telefonbücher. usb-historie zeigt angeschlossene geräte. event-data-recorder parsing für crash-forensik. die html-reports visualisieren bewegungsprofile auf karten. unersetzlich für unfälle, diebstähle und alibis. die wachsende fahrzeug-forensik-community teilt parser für neue modelle. cli artifact-parser geolocation timeline html-export system-metadata vehicle-forensics can-bus-data infotainment crash-data bluetooth-connections gps-tracking static-investigations ics-forensics fraud-investigation examination analysis",
+ "embedding": [
+ -0.02337646484375,
+ 0.035491943359375,
+ 0.04376220703125,
+ -0.0060577392578125,
+ 0.042449951171875,
+ 0.02301025390625,
+ 0.0114593505859375,
+ 0.00934600830078125,
+ -0.004459381103515625,
+ -0.007843017578125,
+ -0.037750244140625,
+ 0.06610107421875,
+ 0.013427734375,
+ -0.019256591796875,
+ -0.06536865234375,
+ 0.01248931884765625,
+ -0.0096282958984375,
+ 0.00873565673828125,
+ -0.005069732666015625,
+ 0.004787445068359375,
+ -0.027801513671875,
+ -0.01361846923828125,
+ -0.03607177734375,
+ 0.0283660888671875,
+ -0.018035888671875,
+ 0.044891357421875,
+ -0.0066680908203125,
+ -0.0540771484375,
+ -0.0140838623046875,
+ 0.00695037841796875,
+ 0.005870819091796875,
+ -0.0162506103515625,
+ -0.0103759765625,
+ 0.042816162109375,
+ 0.014739990234375,
+ -0.037200927734375,
+ 0.01122283935546875,
+ -0.0540771484375,
+ -0.042266845703125,
+ 0.048065185546875,
+ -0.01418304443359375,
+ 0.030242919921875,
+ 0.0186004638671875,
+ 0.005962371826171875,
+ -0.051849365234375,
+ -0.015869140625,
+ 0.0189666748046875,
+ 0.005634307861328125,
+ 0.02911376953125,
+ -0.0238494873046875,
+ 0.037933349609375,
+ 0.038116455078125,
+ 0.001983642578125,
+ 0.0008215904235839844,
+ -0.05072021484375,
+ 0.01418304443359375,
+ 0.0214080810546875,
+ -0.00835418701171875,
+ -0.037384033203125,
+ 0.03662109375,
+ -0.054840087890625,
+ -0.025726318359375,
+ 0.016998291015625,
+ -0.0110321044921875,
+ -0.00634002685546875,
+ 0.0200958251953125,
+ -0.0261077880859375,
+ -0.034759521484375,
+ 0.0200042724609375,
+ 0.022918701171875,
+ 0.003192901611328125,
+ 0.0036144256591796875,
+ -0.02703857421875,
+ 0.04376220703125,
+ -0.01113128662109375,
+ -0.054840087890625,
+ -0.01305389404296875,
+ 0.0228118896484375,
+ -0.0309906005859375,
+ -0.01371002197265625,
+ -0.057464599609375,
+ -0.0038509368896484375,
+ 0.0283660888671875,
+ -0.027801513671875,
+ -0.040374755859375,
+ 0.01061248779296875,
+ 0.027801513671875,
+ 0.009857177734375,
+ -0.0211334228515625,
+ -0.0006837844848632812,
+ 0.0146484375,
+ 0.0005340576171875,
+ 0.0091552734375,
+ -0.0048828125,
+ 0.044525146484375,
+ 0.0491943359375,
+ 0.0029354095458984375,
+ 0.0022068023681640625,
+ -0.015777587890625,
+ 0.02911376953125,
+ 0.01849365234375,
+ -0.042633056640625,
+ 0.067626953125,
+ -0.01009368896484375,
+ 0.009063720703125,
+ -0.02667236328125,
+ -0.0018777847290039062,
+ -0.0201873779296875,
+ -0.0026760101318359375,
+ -0.0311737060546875,
+ -0.11419677734375,
+ -0.0222625732421875,
+ -0.0021953582763671875,
+ -0.0386962890625,
+ -0.0236663818359375,
+ -0.01727294921875,
+ -0.00887298583984375,
+ 0.057830810546875,
+ -0.047698974609375,
+ -0.035308837890625,
+ 0.042083740234375,
+ 0.00363922119140625,
+ -0.01056671142578125,
+ -0.008544921875,
+ -0.060089111328125,
+ -0.047515869140625,
+ 0.00302886962890625,
+ 0.040557861328125,
+ -0.022918701171875,
+ -0.020843505859375,
+ -0.01140594482421875,
+ -0.018310546875,
+ -0.00817108154296875,
+ -0.005374908447265625,
+ -0.00930023193359375,
+ -0.032684326171875,
+ 0.03363037109375,
+ 0.010284423828125,
+ -0.00939178466796875,
+ 0.0152130126953125,
+ 0.0249786376953125,
+ -0.01117706298828125,
+ -0.07098388671875,
+ 0.00704193115234375,
+ -0.04168701171875,
+ -0.023101806640625,
+ -0.0338134765625,
+ 0.03155517578125,
+ -0.0262908935546875,
+ -0.0201873779296875,
+ -0.0091552734375,
+ 0.0313720703125,
+ 0.0460205078125,
+ 0.004459381103515625,
+ 0.0300445556640625,
+ -0.046966552734375,
+ 0.01690673828125,
+ -0.012298583984375,
+ 0.01558685302734375,
+ -0.01549530029296875,
+ -0.006855010986328125,
+ 0.00868988037109375,
+ -0.0003478527069091797,
+ 0.0202789306640625,
+ -0.0084991455078125,
+ -0.0484619140625,
+ -0.006008148193359375,
+ 0.02911376953125,
+ -0.00934600830078125,
+ 0.0084991455078125,
+ 0.021697998046875,
+ -0.0283660888671875,
+ 0.052215576171875,
+ 0.061981201171875,
+ -0.0128631591796875,
+ 0.0491943359375,
+ -0.0009331703186035156,
+ -0.028167724609375,
+ 0.0264739990234375,
+ 0.0200958251953125,
+ -0.000095367431640625,
+ 0.0073699951171875,
+ 0.0443115234375,
+ 0.0008335113525390625,
+ 0.025543212890625,
+ -0.004787445068359375,
+ -0.037384033203125,
+ 0.00891876220703125,
+ -0.01953125,
+ 0.04339599609375,
+ -0.037567138671875,
+ -0.025726318359375,
+ -0.01117706298828125,
+ 0.06463623046875,
+ 0.029296875,
+ 0.040008544921875,
+ 0.032684326171875,
+ -0.0173797607421875,
+ 0.035675048828125,
+ 0.019439697265625,
+ 0.02685546875,
+ 0.04638671875,
+ 0.0026531219482421875,
+ 0.052581787109375,
+ 0.02215576171875,
+ 0.0167083740234375,
+ -0.0096282958984375,
+ 0.0247955322265625,
+ -0.0029811859130859375,
+ 0.0009331703186035156,
+ -0.004741668701171875,
+ 0.0540771484375,
+ -0.0285491943359375,
+ -0.01549530029296875,
+ -0.051849365234375,
+ -0.03680419921875,
+ 0.0079803466796875,
+ -0.00995635986328125,
+ 0.01305389404296875,
+ 0.02215576171875,
+ 0.007793426513671875,
+ -0.0736083984375,
+ -0.00634002685546875,
+ 0.00307464599609375,
+ -0.01140594482421875,
+ 0.035125732421875,
+ 0.029296875,
+ -0.01323699951171875,
+ -0.023284912109375,
+ 0.01070404052734375,
+ 0.030426025390625,
+ 0.0029697418212890625,
+ -0.003662109375,
+ -0.0072784423828125,
+ -0.002147674560546875,
+ -0.00934600830078125,
+ 0.0736083984375,
+ 0.0234832763671875,
+ 0.0439453125,
+ 0.01323699951171875,
+ -0.0321044921875,
+ 0.0214080810546875,
+ -0.0222625732421875,
+ 0.01502227783203125,
+ 0.042083740234375,
+ -0.021697998046875,
+ 0.01061248779296875,
+ -0.0029582977294921875,
+ 0.01568603515625,
+ 0.049591064453125,
+ -0.05859375,
+ 0.00868988037109375,
+ -0.06988525390625,
+ 0.014556884765625,
+ -0.055206298828125,
+ -0.01427459716796875,
+ -0.030426025390625,
+ -0.035308837890625,
+ 0.05072021484375,
+ -0.037200927734375,
+ -0.0262908935546875,
+ 0.005962371826171875,
+ -0.00638580322265625,
+ 0.01079559326171875,
+ 0.04656982421875,
+ 0.0014438629150390625,
+ -0.01971435546875,
+ -0.00516510009765625,
+ 0.08001708984375,
+ -0.005611419677734375,
+ -0.005870819091796875,
+ -0.0110321044921875,
+ 0.0161590576171875,
+ -0.01849365234375,
+ 0.037567138671875,
+ -0.043182373046875,
+ 0.0092010498046875,
+ 0.04376220703125,
+ 0.000005841255187988281,
+ 0.0223541259765625,
+ -0.014556884765625,
+ 0.01296234130859375,
+ -0.0108489990234375,
+ 0.0211334228515625,
+ -0.03173828125,
+ 0.00887298583984375,
+ -0.0043182373046875,
+ 0.00200653076171875,
+ -0.01427459716796875,
+ -0.03607177734375,
+ 0.003780364990234375,
+ 0.055206298828125,
+ 0.0048828125,
+ -0.01117706298828125,
+ -0.01004791259765625,
+ -0.0227203369140625,
+ 0.008544921875,
+ 0.01296234130859375,
+ 0.005680084228515625,
+ 0.03192138671875,
+ 0.051849365234375,
+ -0.028167724609375,
+ -0.0203704833984375,
+ 0.005001068115234375,
+ 0.03399658203125,
+ -0.04638671875,
+ -0.034942626953125,
+ -0.0175628662109375,
+ 0.0012149810791015625,
+ -0.033050537109375,
+ -0.005001068115234375,
+ 0.0048370361328125,
+ -0.0313720703125,
+ 0.0296783447265625,
+ -0.018402099609375,
+ 0.0014734268188476562,
+ -0.027984619140625,
+ -0.03851318359375,
+ 0.018218994140625,
+ -0.010467529296875,
+ -0.0491943359375,
+ -0.0091552734375,
+ 0.0390625,
+ 0.01380157470703125,
+ 0.01540374755859375,
+ -0.0202789306640625,
+ 0.0012969970703125,
+ -0.042816162109375,
+ 0.01131439208984375,
+ -0.01187896728515625,
+ 0.009063720703125,
+ -0.038116455078125,
+ 0.05560302734375,
+ 0.04132080078125,
+ 0.015960693359375,
+ 0.02056884765625,
+ 0.05596923828125,
+ 0.032318115234375,
+ 0.020477294921875,
+ -0.00943756103515625,
+ 0.0014734268188476562,
+ 0.00022304058074951172,
+ 0.028167724609375,
+ -0.0110321044921875,
+ -0.037567138671875,
+ -0.0126800537109375,
+ -0.00952911376953125,
+ 0.0000035762786865234375,
+ 0.02056884765625,
+ 0.0411376953125,
+ 0.037384033203125,
+ -0.0108489990234375,
+ 0.00521087646484375,
+ 0.0589599609375,
+ 0.0029468536376953125,
+ 0.106689453125,
+ -0.0161590576171875,
+ -0.0491943359375,
+ 0.0244140625,
+ 0.0296783447265625,
+ -0.0152130126953125,
+ -0.01483917236328125,
+ 0.040191650390625,
+ 0.032318115234375,
+ 0.010986328125,
+ 0.016998291015625,
+ -0.00817108154296875,
+ 0.044708251953125,
+ -0.035308837890625,
+ -0.006618499755859375,
+ -0.00695037841796875,
+ -0.0262908935546875,
+ 0.0311737060546875,
+ 0.0264739990234375,
+ 0.0176544189453125,
+ 0.0008039474487304688,
+ 0.0362548828125,
+ -0.040191650390625,
+ -0.0139007568359375,
+ -0.018310546875,
+ -0.062744140625,
+ 0.0173797607421875,
+ 0.0174713134765625,
+ 0.0035915374755859375,
+ 0.0582275390625,
+ -0.0259246826171875,
+ -0.054840087890625,
+ 0.00518798828125,
+ -0.032684326171875,
+ 0.06646728515625,
+ 0.047882080078125,
+ 0.00995635986328125,
+ 0.0190582275390625,
+ -0.01258087158203125,
+ -0.0013675689697265625,
+ 0.0249786376953125,
+ 0.01371002197265625,
+ 0.0189666748046875,
+ 0.049957275390625,
+ 0.0386962890625,
+ 0.0029582977294921875,
+ -0.047882080078125,
+ 0.012298583984375,
+ 0.04638671875,
+ 0.0261077880859375,
+ -0.02703857421875,
+ 0.0202789306640625,
+ -0.0026531219482421875,
+ 0.039642333984375,
+ -0.006103515625,
+ 0.047698974609375,
+ 0.03399658203125,
+ -0.0010442733764648438,
+ 0.0017251968383789062,
+ -0.0238494873046875,
+ 0.00450897216796875,
+ -0.0386962890625,
+ 0.022918701171875,
+ 0.01323699951171875,
+ 0.01605224609375,
+ 0.015777587890625,
+ 0.0167083740234375,
+ -0.05108642578125,
+ 0.01000213623046875,
+ 0.02093505859375,
+ -0.02911376953125,
+ 0.006618499755859375,
+ 0.0178375244140625,
+ -0.0287322998046875,
+ 0.00511932373046875,
+ -0.03363037109375,
+ -0.03662109375,
+ 0.0439453125,
+ -0.005023956298828125,
+ -0.0582275390625,
+ 0.04638671875,
+ 0.052215576171875,
+ -0.059356689453125,
+ -0.0247955322265625,
+ -0.0418701171875,
+ -0.0091552734375,
+ -0.020843505859375,
+ -0.01605224609375,
+ 0.042449951171875,
+ 0.0015497207641601562,
+ -0.0161590576171875,
+ 0.06085205078125,
+ 0.0394287109375,
+ -0.0018901824951171875,
+ -0.05108642578125,
+ 0.038299560546875,
+ -0.030426025390625,
+ -0.048065185546875,
+ 0.0261077880859375,
+ 0.014739990234375,
+ 0.0200958251953125,
+ -0.051849365234375,
+ 0.007419586181640625,
+ 0.006618499755859375,
+ -0.00878143310546875,
+ 0.0199127197265625,
+ 0.0296783447265625,
+ -0.03192138671875,
+ -0.05596923828125,
+ -0.0289154052734375,
+ 0.059356689453125,
+ 0.00826263427734375,
+ 0.033050537109375,
+ -0.0225372314453125,
+ -0.025726318359375,
+ 0.0259246826171875,
+ -0.032684326171875,
+ -0.0227203369140625,
+ -0.0272369384765625,
+ -0.004695892333984375,
+ -0.004039764404296875,
+ 0.06500244140625,
+ -0.0247955322265625,
+ -0.0091552734375,
+ -0.00577545166015625,
+ 0.051849365234375,
+ 0.01136016845703125,
+ -0.009063720703125,
+ -0.07025146484375,
+ 0.025543212890625,
+ 0.02459716796875,
+ -0.0222625732421875,
+ -0.02337646484375,
+ -0.01296234130859375,
+ -0.01690673828125,
+ 0.054473876953125,
+ -0.044708251953125,
+ -0.01174163818359375,
+ -0.00521087646484375,
+ -0.042999267578125,
+ -0.010986328125,
+ -0.0201873779296875,
+ -0.00699615478515625,
+ -0.0313720703125,
+ 0.01445770263671875,
+ 0.042999267578125,
+ -0.00704193115234375,
+ 0.0236663818359375,
+ 0.007091522216796875,
+ -0.00699615478515625,
+ 0.035491943359375,
+ -0.0085906982421875,
+ -0.045257568359375,
+ 0.0173797607421875,
+ -0.07098388671875,
+ -0.02685546875,
+ 0.0066680908203125,
+ 0.0228118896484375,
+ -0.0186004638671875,
+ -0.0078887939453125,
+ -0.01305389404296875,
+ -0.018310546875,
+ 0.02301025390625,
+ -0.0146484375,
+ -0.00939178466796875,
+ -0.0177459716796875,
+ -0.0140838623046875,
+ -0.060089111328125,
+ -0.0102386474609375,
+ 0.0034503936767578125,
+ 0.030426025390625,
+ 0.0023479461669921875,
+ -0.0227203369140625,
+ 0.03924560546875,
+ -0.06646728515625,
+ -0.00732421875,
+ 0.0225372314453125,
+ 0.006900787353515625,
+ 0.02178955078125,
+ -0.007465362548828125,
+ -0.00821685791015625,
+ -0.0139923095703125,
+ 0.028167724609375,
+ -0.0313720703125,
+ -0.0341796875,
+ -0.0770263671875,
+ 0.0289154052734375,
+ 0.0161590576171875,
+ -0.01427459716796875,
+ -0.004978179931640625,
+ -0.0443115234375,
+ -0.0443115234375,
+ 0.01065826416015625,
+ 0.043182373046875,
+ 0.0186004638671875,
+ 0.00455474853515625,
+ -0.037567138671875,
+ -0.02337646484375,
+ 0.01131439208984375,
+ -0.035125732421875,
+ 0.0289154052734375,
+ 0.00518798828125,
+ 0.0200042724609375,
+ 0.010894775390625,
+ -0.0177459716796875,
+ 0.00695037841796875,
+ 0.0213165283203125,
+ 0.0210418701171875,
+ 0.02685546875,
+ 0.02703857421875,
+ -0.02459716796875,
+ 0.013519287109375,
+ -0.02911376953125,
+ -0.015777587890625,
+ 0.0115509033203125,
+ -0.025726318359375,
+ -0.000019073486328125,
+ -0.0345458984375,
+ -0.01361846923828125,
+ -0.0084075927734375,
+ 0.0225372314453125,
+ 0.040191650390625,
+ -0.033416748046875,
+ -0.0247955322265625,
+ 0.005329132080078125,
+ -0.0008625984191894531,
+ 0.072509765625,
+ -0.03607177734375,
+ -0.030609130859375,
+ 0.018402099609375,
+ -0.01113128662109375,
+ 0.0418701171875,
+ 0.03851318359375,
+ 0.0262908935546875,
+ -0.011505126953125,
+ 0.00821685791015625,
+ 0.054840087890625,
+ 0.001003265380859375,
+ -0.0540771484375,
+ -0.0139007568359375,
+ 0.00196075439453125,
+ 0.0005545616149902344,
+ 0.0589599609375,
+ 0.02093505859375,
+ 0.08563232421875,
+ 0.0020885467529296875,
+ 0.0202789306640625,
+ 0.00887298583984375,
+ 0.0411376953125,
+ 0.037567138671875,
+ 0.00704193115234375,
+ -0.061981201171875,
+ -0.013519287109375,
+ 0.0085906982421875,
+ -0.03363037109375,
+ -0.0439453125,
+ -0.002899169921875,
+ 0.06536865234375,
+ -0.0784912109375,
+ -0.0165252685546875,
+ -0.0114593505859375,
+ -0.005069732666015625,
+ 0.0126800537109375,
+ -0.00396728515625,
+ -0.035675048828125,
+ 0.01549530029296875,
+ 0.0187835693359375,
+ -0.037384033203125,
+ 0.007793426513671875,
+ -0.0017375946044921875,
+ 0.0005049705505371094,
+ 0.0484619140625,
+ 0.0386962890625,
+ -0.004344940185546875,
+ 0.0048828125,
+ -0.003780364990234375,
+ 0.057830810546875,
+ 0.0338134765625,
+ 0.0225372314453125,
+ 0.0114593505859375,
+ 0.004085540771484375,
+ 0.035491943359375,
+ 0.0300445556640625,
+ -0.03173828125,
+ -0.0052337646484375,
+ 0.01220703125,
+ 0.040740966796875,
+ 0.0239410400390625,
+ 0.055206298828125,
+ -0.0073699951171875,
+ 0.01445770263671875,
+ -0.016815185546875,
+ -0.044525146484375,
+ 0.02337646484375,
+ 0.006618499755859375,
+ -0.00765228271484375,
+ -0.0582275390625,
+ -0.049957275390625,
+ 0.028167724609375,
+ -0.02947998046875,
+ 0.023101806640625,
+ -0.00424957275390625,
+ -0.03363037109375,
+ -0.01065826416015625,
+ 0.03155517578125,
+ -0.0108489990234375,
+ -0.062347412109375,
+ -0.0035686492919921875,
+ -0.02685546875,
+ -0.0191497802734375,
+ -0.0005545616149902344,
+ -0.047332763671875,
+ 0.049957275390625,
+ -0.033050537109375,
+ -0.04656982421875,
+ -0.0240325927734375,
+ 0.04376220703125,
+ -0.033050537109375,
+ -0.052215576171875,
+ -0.018402099609375,
+ 0.0012502670288085938,
+ 0.01445770263671875,
+ -0.020660400390625,
+ -0.061981201171875,
+ -0.01727294921875,
+ 0.0173797607421875,
+ -0.01605224609375,
+ 0.0023708343505859375,
+ -0.01549530029296875,
+ -0.0214080810546875,
+ 0.00244140625,
+ 0.0010271072387695312,
+ -0.0296783447265625,
+ 0.0345458984375,
+ -0.03887939453125,
+ 0.025543212890625,
+ -0.0176544189453125,
+ 0.0272369384765625,
+ 0.0289154052734375,
+ 0.0276031494140625,
+ 0.00807952880859375,
+ 0.0212249755859375,
+ -0.035491943359375,
+ -0.061981201171875,
+ 0.0030994415283203125,
+ -0.00821685791015625,
+ 0.02056884765625,
+ -0.0721435546875,
+ 0.0102386474609375,
+ 0.07513427734375,
+ -0.08905029296875,
+ 0.01126861572265625,
+ -0.0037555694580078125,
+ -0.01220703125,
+ -0.0589599609375,
+ -0.0146484375,
+ -0.00732421875,
+ 0.01201629638671875,
+ 0.072509765625,
+ -0.01013946533203125,
+ -0.01079559326171875,
+ 0.01065826416015625,
+ -0.0589599609375,
+ 0.07098388671875,
+ 0.005260467529296875,
+ 0.0115509033203125,
+ -0.0732421875,
+ 0.0139007568359375,
+ 0.02703857421875,
+ -0.0394287109375,
+ -0.0073699951171875,
+ -0.050323486328125,
+ 0.00017976760864257812,
+ 0.00244140625,
+ 0.0201873779296875,
+ -0.0007686614990234375,
+ 0.005397796630859375,
+ -0.022918701171875,
+ -0.0187835693359375,
+ -0.02093505859375,
+ 0.0188751220703125,
+ -0.0073699951171875,
+ 0.0214996337890625,
+ -0.052215576171875,
+ -0.0161590576171875,
+ -0.016998291015625,
+ -0.0589599609375,
+ -0.032318115234375,
+ -0.00450897216796875,
+ 0.018310546875,
+ -0.0001283884048461914,
+ -0.0540771484375,
+ 0.029296875,
+ 0.0240325927734375,
+ -0.018218994140625,
+ 0.018310546875,
+ 0.045440673828125,
+ -0.048828125,
+ -0.015960693359375,
+ 0.0285491943359375,
+ 0.0146484375,
+ -0.003662109375,
+ 0.0127716064453125,
+ -0.0166168212890625,
+ 0.012115478515625,
+ 0.042449951171875,
+ 0.001373291015625,
+ 0.047515869140625,
+ 0.042449951171875,
+ -0.035125732421875,
+ -0.0634765625,
+ -0.0228118896484375,
+ -0.02667236328125,
+ 0.033050537109375,
+ -0.01009368896484375,
+ 0.0369873046875,
+ -0.0006074905395507812,
+ -0.0164337158203125,
+ -0.08905029296875,
+ 0.045440673828125,
+ -0.01361846923828125,
+ 0.03155517578125,
+ 0.047698974609375,
+ -0.0287322998046875,
+ -0.07061767578125,
+ -0.04376220703125,
+ -0.01445770263671875,
+ 0.0272369384765625,
+ -0.0321044921875,
+ 0.0362548828125,
+ 0.0030517578125,
+ 0.0178375244140625,
+ 0.00995635986328125,
+ 0.0049285888671875,
+ -0.011077880859375,
+ 0.057464599609375,
+ 0.0321044921875,
+ -0.04412841796875,
+ 0.045623779296875,
+ -0.044891357421875,
+ -0.01371002197265625,
+ -0.00812530517578125,
+ 0.0042724609375,
+ -0.007137298583984375,
+ -0.02667236328125,
+ -0.01540374755859375,
+ 0.001689910888671875,
+ 0.03399658203125,
+ 0.0300445556640625,
+ -0.0338134765625,
+ 0.037384033203125,
+ -0.01052093505859375,
+ 0.033233642578125,
+ -0.0167083740234375,
+ 0.004787445068359375,
+ 0.0187835693359375,
+ 0.02423095703125,
+ 0.00896453857421875,
+ -0.0139007568359375,
+ -0.0491943359375,
+ -0.08074951171875,
+ 0.00396728515625,
+ -0.0728759765625,
+ -0.0022411346435546875,
+ -0.0152130126953125,
+ 0.02423095703125,
+ 0.01314544677734375,
+ -0.007511138916015625,
+ 0.044891357421875,
+ 0.00896453857421875,
+ -0.011505126953125,
+ -0.015960693359375,
+ 0.05560302734375,
+ -0.0048370361328125,
+ 0.025726318359375,
+ 0.011505126953125,
+ -0.0369873046875,
+ 0.0091094970703125,
+ -0.025360107421875,
+ 0.006809234619140625,
+ -0.030609130859375,
+ -0.008636474609375,
+ -0.0214080810546875,
+ 0.0251617431640625,
+ -0.060089111328125,
+ -0.01436614990234375,
+ 0.009246826171875,
+ 0.0264739990234375,
+ 0.01540374755859375,
+ -0.0285491943359375,
+ 0.04150390625,
+ -0.02947998046875,
+ -0.062744140625,
+ 0.0300445556640625,
+ -0.0176544189453125,
+ -0.03399658203125,
+ 0.0186920166015625,
+ 0.00695037841796875,
+ 0.0283660888671875,
+ 0.022064208984375,
+ 0.047332763671875,
+ 0.027801513671875,
+ 0.025543212890625,
+ -0.0006337165832519531,
+ -0.028167724609375,
+ -0.0018663406372070312,
+ -0.0152130126953125,
+ 0.0163421630859375,
+ 0.013519287109375,
+ 0.029296875,
+ -0.00873565673828125,
+ 0.01380157470703125,
+ 0.01436614990234375,
+ -0.07440185546875,
+ -0.020751953125,
+ -0.01558685302734375,
+ -0.04583740234375,
+ 0.021881103515625,
+ 0.05596923828125,
+ 0.02685546875,
+ -0.0222625732421875,
+ 0.0309906005859375,
+ 0.047332763671875,
+ 0.019256591796875,
+ 0.0151214599609375,
+ -0.0249786376953125,
+ -0.057830810546875,
+ -0.009246826171875,
+ 0.00363922119140625,
+ 0.004741668701171875,
+ -0.038299560546875,
+ 0.04620361328125,
+ 0.042633056640625,
+ -0.01558685302734375,
+ -0.03887939453125,
+ -0.016998291015625,
+ 0.0035686492919921875,
+ 0.03363037109375,
+ 0.045074462890625,
+ -0.01201629638671875,
+ -0.087890625,
+ -0.0037097930908203125,
+ 0.0244140625,
+ -0.005939483642578125,
+ 0.0191497802734375,
+ 0.00333404541015625,
+ -0.03399658203125,
+ 0.0247955322265625,
+ -0.049957275390625,
+ -0.01314544677734375,
+ 0.0228118896484375,
+ 0.06951904296875,
+ -0.004673004150390625,
+ -0.042449951171875,
+ -0.0213165283203125,
+ 0.0537109375,
+ 0.005870819091796875,
+ -0.007228851318359375,
+ 0.0011205673217773438,
+ 0.020751953125,
+ -0.035675048828125,
+ 0.033233642578125,
+ 0.0276031494140625,
+ 0.0163421630859375,
+ 0.0341796875,
+ 0.0012149810791015625,
+ -0.06646728515625,
+ 0.0215911865234375,
+ -0.01427459716796875,
+ -0.005306243896484375,
+ -0.006290435791015625,
+ -0.032684326171875,
+ -0.035125732421875,
+ -0.060089111328125,
+ 0.040008544921875,
+ 0.004482269287109375,
+ 0.047515869140625,
+ 0.029296875,
+ 0.0009860992431640625,
+ -0.0211334228515625,
+ -0.0104217529296875,
+ 0.0390625,
+ 0.044891357421875,
+ 0.001384735107421875,
+ -0.01934814453125,
+ 0.0116424560546875,
+ 0.004764556884765625,
+ 0.04150390625,
+ -0.0394287109375,
+ 0.0212249755859375,
+ -0.02703857421875,
+ -0.01314544677734375,
+ -0.0234832763671875,
+ -0.0073699951171875,
+ 0.0186920166015625,
+ -0.018310546875,
+ -0.0017490386962890625,
+ -0.021697998046875,
+ 0.0017137527465820312,
+ -0.0026416778564453125,
+ -0.032684326171875,
+ -0.037200927734375,
+ 0.004741668701171875,
+ -0.03643798828125,
+ 0.01540374755859375,
+ 0.0067596435546875,
+ -0.0234832763671875,
+ 0.008453369140625,
+ -0.07550048828125,
+ 0.09613037109375,
+ 0.0418701171875,
+ 0.00551605224609375,
+ 0.009063720703125,
+ 0.040374755859375,
+ 0.0582275390625,
+ 0.012115478515625,
+ 0.00333404541015625,
+ 0.040740966796875,
+ -0.01436614990234375,
+ 0.034759521484375,
+ 0.0589599609375,
+ 0.00943756103515625,
+ -0.0390625,
+ 0.033233642578125,
+ -0.0091552734375,
+ -0.082275390625,
+ 0.0439453125,
+ 0.01558685302734375,
+ 0.00887298583984375,
+ 0.0004343986511230469,
+ -0.0012798309326171875,
+ -0.00521087646484375,
+ -0.040191650390625,
+ 0.07476806640625,
+ 0.0166168212890625,
+ -0.03607177734375,
+ 0.032318115234375,
+ -0.07550048828125,
+ 0.0540771484375,
+ 0.0011034011840820312,
+ 0.04412841796875,
+ -0.056732177734375,
+ 0.05145263671875,
+ -0.0126800537109375,
+ 0.0211334228515625,
+ -0.020843505859375,
+ 0.01380157470703125,
+ 0.00891876220703125,
+ 0.0345458984375,
+ -0.03643798828125,
+ 0.064208984375,
+ 0.0212249755859375,
+ 0.01296234130859375,
+ -0.06085205078125,
+ -0.00868988037109375,
+ -0.006198883056640625,
+ 0.0079345703125,
+ 0.0139923095703125,
+ -0.01380157470703125,
+ -0.0034503936767578125,
+ 0.008636474609375,
+ 0.02685546875,
+ 0.047515869140625,
+ -0.0338134765625,
+ 0.030609130859375,
+ 0.01953125,
+ -0.0259246826171875,
+ -0.008026123046875,
+ -0.040191650390625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "ics-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "artifact-parser",
+ "geolocation",
+ "timeline",
+ "html-export",
+ "system-metadata",
+ "vehicle-forensics",
+ "can-bus-data",
+ "infotainment",
+ "crash-data",
+ "bluetooth-connections",
+ "gps-tracking"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_iOS_Backup_Forensic_Analysis",
+ "type": "tool",
+ "name": "iOS Backup Forensic Analysis",
+ "content": "ios backup forensic analysis extraktion und analyse von itunes/icloud-backups für ios-geräte-forensik. fundorte: windows: /users/[user]/appdata/roaming/apple computer/mobilesync/backup/, macos: ~/library/application support/mobilesync/backup/. udid-basierte ordnerstruktur (sha1 aus seriennummer/imei/mac), guid-benannte dateien enthalten ios-dateisystem-inhalte. analyse von info.plist, manifest.plist, status.plist für backup-metadaten. ios-backup-analysis udid-decoding manifest-parsing app-data-recovery backup-decryption mobile-artifacts itunes-backup mobile-forensics static-investigations examination analysis",
+ "embedding": [
+ -0.02313232421875,
+ 0.0254669189453125,
+ 0.046630859375,
+ -0.0012216567993164062,
+ 0.0408935546875,
+ 0.01148223876953125,
+ 0.0267333984375,
+ 0.00811767578125,
+ -0.007534027099609375,
+ -0.00771331787109375,
+ 0.00016188621520996094,
+ 0.06707763671875,
+ 0.00785064697265625,
+ 0.015869140625,
+ -0.06890869140625,
+ 0.0200042724609375,
+ 0.0104522705078125,
+ -0.002960205078125,
+ 0.007442474365234375,
+ -0.00923919677734375,
+ -0.020721435546875,
+ -0.0079345703125,
+ -0.036224365234375,
+ -0.002197265625,
+ -0.005828857421875,
+ 0.0240325927734375,
+ -0.01910400390625,
+ -0.059906005859375,
+ -0.00829315185546875,
+ -0.00017023086547851562,
+ 0.0254669189453125,
+ -0.0312042236328125,
+ 0.00811767578125,
+ 0.008697509765625,
+ 0.01165771484375,
+ -0.0254669189453125,
+ 0.0181121826171875,
+ -0.0226898193359375,
+ -0.01605224609375,
+ 0.041259765625,
+ 0.00260162353515625,
+ -0.0004343986511230469,
+ 0.00234222412109375,
+ -0.0018053054809570312,
+ -0.019195556640625,
+ -0.0287017822265625,
+ 0.0031833648681640625,
+ 0.01506805419921875,
+ 0.01776123046875,
+ -0.045196533203125,
+ 0.015960693359375,
+ 0.00771331787109375,
+ 0.01058197021484375,
+ 0.0263671875,
+ -0.03875732421875,
+ 0.050933837890625,
+ 0.0254669189453125,
+ -0.034088134765625,
+ -0.0699462890625,
+ 0.039825439453125,
+ -0.06134033203125,
+ -0.0019397735595703125,
+ -0.0123748779296875,
+ -0.021881103515625,
+ 0.01067352294921875,
+ 0.0299530029296875,
+ 0.007175445556640625,
+ -0.0198211669921875,
+ -0.00482177734375,
+ 0.0019283294677734375,
+ -0.01219940185546875,
+ -0.027618408203125,
+ -0.03192138671875,
+ 0.03533935546875,
+ -0.01201629638671875,
+ -0.059539794921875,
+ 0.01318359375,
+ 0.0102691650390625,
+ -0.00632476806640625,
+ -0.004306793212890625,
+ -0.04949951171875,
+ 0.023681640625,
+ 0.054534912109375,
+ -0.0294189453125,
+ -0.03460693359375,
+ 0.006008148193359375,
+ 0.00726318359375,
+ 0.013092041015625,
+ -0.0186614990234375,
+ -0.01129913330078125,
+ 0.0145263671875,
+ -0.0243988037109375,
+ 0.0024318695068359375,
+ 0.006771087646484375,
+ 0.043060302734375,
+ 0.069580078125,
+ 0.0025234222412109375,
+ 0.0030498504638671875,
+ -0.01488494873046875,
+ 0.02386474609375,
+ 0.011566162109375,
+ -0.0285186767578125,
+ 0.031036376953125,
+ -0.00901031494140625,
+ 0.02349853515625,
+ -0.031585693359375,
+ 0.033905029296875,
+ -0.0274505615234375,
+ -0.03857421875,
+ 0.007801055908203125,
+ -0.10693359375,
+ -0.050933837890625,
+ -0.0139007568359375,
+ -0.0592041015625,
+ -0.01120758056640625,
+ -0.020355224609375,
+ -0.0005159378051757812,
+ 0.032470703125,
+ -0.050933837890625,
+ -0.0287017822265625,
+ 0.022064208984375,
+ -0.005290985107421875,
+ -0.007175445556640625,
+ -0.0040130615234375,
+ -0.0347900390625,
+ -0.03192138671875,
+ 0.0169525146484375,
+ 0.030853271484375,
+ -0.049163818359375,
+ -0.0182037353515625,
+ -0.042694091796875,
+ -0.0195465087890625,
+ -0.030487060546875,
+ -0.0274505615234375,
+ -0.0170440673828125,
+ -0.04339599609375,
+ 0.0645751953125,
+ -0.0180206298828125,
+ -0.0043487548828125,
+ 0.0288848876953125,
+ 0.033172607421875,
+ -0.0263671875,
+ -0.060272216796875,
+ -0.03265380859375,
+ -0.048065185546875,
+ -0.0186614990234375,
+ -0.0299530029296875,
+ 0.03460693359375,
+ -0.053466796875,
+ -0.010894775390625,
+ 0.00991058349609375,
+ 0.048065185546875,
+ 0.0168609619140625,
+ -0.019378662109375,
+ -0.0014801025390625,
+ -0.03460693359375,
+ 0.01071929931640625,
+ -0.0462646484375,
+ 0.0263671875,
+ 0.007579803466796875,
+ -0.0224151611328125,
+ 0.0157928466796875,
+ -0.001110076904296875,
+ 0.021697998046875,
+ -0.016143798828125,
+ -0.052032470703125,
+ -0.036224365234375,
+ 0.0260162353515625,
+ 0.006862640380859375,
+ 0.00829315185546875,
+ 0.01515960693359375,
+ -0.006412506103515625,
+ 0.05810546875,
+ 0.0753173828125,
+ 0.003925323486328125,
+ 0.0225067138671875,
+ 0.0200042724609375,
+ -0.03228759765625,
+ 0.00910186767578125,
+ 0.0584716796875,
+ 0.002353668212890625,
+ -0.00627899169921875,
+ 0.052032470703125,
+ -0.0058746337890625,
+ 0.01139068603515625,
+ -0.01273345947265625,
+ -0.0165863037109375,
+ 0.01229095458984375,
+ -0.0214385986328125,
+ 0.0439453125,
+ -0.0240325927734375,
+ -0.02923583984375,
+ 0.0153350830078125,
+ 0.05059814453125,
+ 0.01776123046875,
+ 0.05596923828125,
+ 0.0374755859375,
+ -0.01053619384765625,
+ 0.052032470703125,
+ 0.0004456043243408203,
+ 0.0299530029296875,
+ 0.052734375,
+ -0.003116607666015625,
+ 0.06671142578125,
+ 0.027801513671875,
+ -0.0016031265258789062,
+ -0.01416778564453125,
+ 0.01873779296875,
+ 0.0462646484375,
+ 0.00522613525390625,
+ -0.0010986328125,
+ 0.0211639404296875,
+ 0.00704193115234375,
+ 0.005603790283203125,
+ -0.0024547576904296875,
+ -0.0328369140625,
+ 0.020538330078125,
+ -0.034454345703125,
+ -0.001110076904296875,
+ 0.00766754150390625,
+ -0.01116943359375,
+ -0.0703125,
+ 0.010223388671875,
+ 0.0303192138671875,
+ -0.0242156982421875,
+ 0.03302001953125,
+ 0.017852783203125,
+ -0.027984619140625,
+ -0.020904541015625,
+ 0.0254669189453125,
+ 0.0139007568359375,
+ 0.02313232421875,
+ 0.00690460205078125,
+ 0.00910186767578125,
+ -0.009552001953125,
+ -0.0254669189453125,
+ 0.0374755859375,
+ 0.024932861328125,
+ 0.0167694091796875,
+ -0.0140838623046875,
+ -0.01273345947265625,
+ 0.03857421875,
+ 0.0017824172973632812,
+ 0.013092041015625,
+ 0.05059814453125,
+ -0.03460693359375,
+ -0.0034313201904296875,
+ 0.009368896484375,
+ 0.048065185546875,
+ 0.04376220703125,
+ -0.03173828125,
+ -0.00479888916015625,
+ -0.076416015625,
+ 0.0228729248046875,
+ -0.00370025634765625,
+ -0.00704193115234375,
+ -0.014617919921875,
+ -0.0523681640625,
+ 0.05560302734375,
+ -0.048431396484375,
+ -0.044677734375,
+ -0.00627899169921875,
+ 0.030670166015625,
+ 0.003475189208984375,
+ 0.01363372802734375,
+ 0.0285186767578125,
+ -0.030487060546875,
+ 0.01515960693359375,
+ 0.060272216796875,
+ -0.036407470703125,
+ -0.00623321533203125,
+ -0.00551605224609375,
+ 0.015869140625,
+ -0.011077880859375,
+ 0.0416259765625,
+ -0.032470703125,
+ -0.013275146484375,
+ 0.030487060546875,
+ 0.01229095458984375,
+ 0.0118408203125,
+ -0.0034084320068359375,
+ 0.0154266357421875,
+ -0.04144287109375,
+ 0.005001068115234375,
+ -0.053466796875,
+ -0.02044677734375,
+ -0.0126495361328125,
+ 0.00762176513671875,
+ -0.01605224609375,
+ -0.038909912109375,
+ -0.010894775390625,
+ 0.044830322265625,
+ 0.00811767578125,
+ -0.0007958412170410156,
+ 0.0011548995971679688,
+ -0.054168701171875,
+ 0.0233154296875,
+ 0.003452301025390625,
+ -0.0194549560546875,
+ 0.014801025390625,
+ 0.04949951171875,
+ -0.004505157470703125,
+ -0.019378662109375,
+ -0.009368896484375,
+ 0.0095062255859375,
+ -0.0227813720703125,
+ -0.020904541015625,
+ -0.035888671875,
+ -0.017578125,
+ -0.0477294921875,
+ -0.017669677734375,
+ 0.02081298828125,
+ -0.019378662109375,
+ 0.02081298828125,
+ 0.003475189208984375,
+ 0.01219940185546875,
+ -0.04986572265625,
+ -0.04736328125,
+ 0.020355224609375,
+ -0.01444244384765625,
+ -0.032470703125,
+ -0.0194549560546875,
+ 0.01425933837890625,
+ 0.0036773681640625,
+ -0.01201629638671875,
+ -0.007175445556640625,
+ -0.0200042724609375,
+ -0.05560302734375,
+ 0.0139007568359375,
+ -0.021697998046875,
+ 0.0165863037109375,
+ -0.01229095458984375,
+ 0.049163818359375,
+ 0.03570556640625,
+ 0.036224365234375,
+ 0.0303192138671875,
+ 0.0660400390625,
+ -0.00408172607421875,
+ -0.00928497314453125,
+ 0.0153350830078125,
+ -0.0028705596923828125,
+ 0.011566162109375,
+ -0.0303192138671875,
+ -0.0233154296875,
+ -0.0168609619140625,
+ 0.007579803466796875,
+ -0.02386474609375,
+ 0.03302001953125,
+ 0.0263671875,
+ 0.006683349609375,
+ 0.0200958251953125,
+ -0.03533935546875,
+ 0.004261016845703125,
+ 0.051300048828125,
+ -0.005741119384765625,
+ 0.0836181640625,
+ -0.039642333984375,
+ -0.044830322265625,
+ 0.0014123916625976562,
+ 0.0154266357421875,
+ -0.0274505615234375,
+ 0.0109405517578125,
+ 0.052734375,
+ -0.0022869110107421875,
+ 0.0274505615234375,
+ 0.0201873779296875,
+ 0.00183868408203125,
+ 0.0227813720703125,
+ 0.0058746337890625,
+ -0.00762176513671875,
+ 0.001194000244140625,
+ -0.031036376953125,
+ 0.03570556640625,
+ 0.057769775390625,
+ 0.01506805419921875,
+ -0.0021419525146484375,
+ 0.046630859375,
+ -0.030487060546875,
+ -0.0026912689208984375,
+ -0.02313232421875,
+ -0.08648681640625,
+ 0.0443115234375,
+ 0.020721435546875,
+ 0.02349853515625,
+ 0.07244873046875,
+ -0.01009368896484375,
+ -0.05059814453125,
+ 0.01282501220703125,
+ -0.033355712890625,
+ 0.06744384765625,
+ 0.050933837890625,
+ -0.006366729736328125,
+ 0.03857421875,
+ 0.006008148193359375,
+ 0.01081085205078125,
+ 0.036041259765625,
+ 0.008026123046875,
+ 0.011566162109375,
+ 0.0254669189453125,
+ 0.01416778564453125,
+ 0.01739501953125,
+ -0.06280517578125,
+ 0.006504058837890625,
+ 0.01229095458984375,
+ 0.0258331298828125,
+ -0.0223388671875,
+ 0.03173828125,
+ 0.0382080078125,
+ 0.036773681640625,
+ -0.0074005126953125,
+ 0.053802490234375,
+ 0.0225067138671875,
+ 0.0096893310546875,
+ 0.00260162353515625,
+ -0.0086517333984375,
+ 0.0170440673828125,
+ -0.050933837890625,
+ 0.020721435546875,
+ -0.006862640380859375,
+ 0.023681640625,
+ 0.01081085205078125,
+ 0.01354217529296875,
+ -0.0699462890625,
+ 0.014801025390625,
+ 0.0469970703125,
+ -0.06671142578125,
+ 0.0267333984375,
+ 0.031585693359375,
+ -0.045013427734375,
+ 0.003879547119140625,
+ 0.006053924560546875,
+ -0.042694091796875,
+ 0.033538818359375,
+ -0.0288848876953125,
+ -0.059906005859375,
+ 0.0140838623046875,
+ 0.028167724609375,
+ -0.0469970703125,
+ -0.06097412109375,
+ -0.0355224609375,
+ -0.006683349609375,
+ -0.01470947265625,
+ 0.00006026029586791992,
+ 0.031402587890625,
+ 0.0125579833984375,
+ 0.0008854866027832031,
+ 0.036590576171875,
+ 0.045013427734375,
+ -0.0026683807373046875,
+ -0.0285186767578125,
+ 0.04449462890625,
+ -0.0184783935546875,
+ -0.059906005859375,
+ 0.025115966796875,
+ 0.0118408203125,
+ 0.048797607421875,
+ -0.048797607421875,
+ -0.034454345703125,
+ -0.00771331787109375,
+ -0.0245819091796875,
+ 0.01345062255859375,
+ 0.007221221923828125,
+ -0.01560211181640625,
+ -0.037841796875,
+ -0.025299072265625,
+ 0.0592041015625,
+ 0.0269012451171875,
+ 0.0294189453125,
+ -0.03839111328125,
+ -0.045745849609375,
+ 0.0123748779296875,
+ -0.06817626953125,
+ -0.0197296142578125,
+ 0.003925323486328125,
+ -0.00167083740234375,
+ -0.0374755859375,
+ 0.06707763671875,
+ -0.024749755859375,
+ 0.016510009765625,
+ -0.0214385986328125,
+ 0.0477294921875,
+ 0.0166778564453125,
+ 0.01363372802734375,
+ -0.05059814453125,
+ 0.03173828125,
+ 0.0200042724609375,
+ -0.03515625,
+ -0.0194549560546875,
+ -0.01282501220703125,
+ -0.0006194114685058594,
+ 0.024932861328125,
+ -0.036773681640625,
+ 0.01363372802734375,
+ -0.0030269622802734375,
+ -0.0821533203125,
+ -0.025299072265625,
+ 0.0095062255859375,
+ -0.00905609130859375,
+ -0.036224365234375,
+ 0.020263671875,
+ 0.0118408203125,
+ 0.001026153564453125,
+ 0.004596710205078125,
+ 0.0179443359375,
+ -0.0095062255859375,
+ 0.034088134765625,
+ -0.0138092041015625,
+ -0.014617919921875,
+ 0.01300811767578125,
+ -0.07464599609375,
+ -0.0104522705078125,
+ -0.017669677734375,
+ 0.0439453125,
+ -0.0312042236328125,
+ -0.003139495849609375,
+ -0.0123748779296875,
+ -0.0123748779296875,
+ 0.04412841796875,
+ -0.027984619140625,
+ 0.004550933837890625,
+ -0.0258331298828125,
+ -0.03515625,
+ -0.04180908203125,
+ -0.01058197021484375,
+ 0.005718231201171875,
+ 0.0014181137084960938,
+ 0.00542449951171875,
+ 0.0125579833984375,
+ 0.05596923828125,
+ -0.0469970703125,
+ -0.0013170242309570312,
+ 0.02081298828125,
+ -0.0189208984375,
+ 0.00441741943359375,
+ 0.003093719482421875,
+ 0.00762176513671875,
+ 0.016326904296875,
+ 0.02386474609375,
+ -0.0101776123046875,
+ -0.0057830810546875,
+ -0.057403564453125,
+ 0.0443115234375,
+ -0.00897216796875,
+ -0.016510009765625,
+ -0.02197265625,
+ -0.0245819091796875,
+ -0.0821533203125,
+ 0.0037899017333984375,
+ 0.027984619140625,
+ -0.0074005126953125,
+ 0.005001068115234375,
+ -0.0355224609375,
+ -0.02960205078125,
+ -0.0256500244140625,
+ -0.0183868408203125,
+ 0.016143798828125,
+ -0.01004791259765625,
+ 0.019195556640625,
+ -0.0110321044921875,
+ -0.0272674560546875,
+ 0.02349853515625,
+ 0.017578125,
+ 0.0079803466796875,
+ 0.0198211669921875,
+ 0.037841796875,
+ -0.006458282470703125,
+ 0.01165771484375,
+ -0.040008544921875,
+ -0.0182952880859375,
+ 0.014801025390625,
+ 0.0018720626831054688,
+ -0.002231597900390625,
+ -0.0172271728515625,
+ -0.01210784912109375,
+ 0.018829345703125,
+ 0.00441741943359375,
+ 0.0003306865692138672,
+ -0.014801025390625,
+ -0.004863739013671875,
+ 0.041259765625,
+ 0.0214385986328125,
+ 0.050933837890625,
+ -0.0073089599609375,
+ -0.03515625,
+ -0.037322998046875,
+ -0.0199127197265625,
+ 0.01076507568359375,
+ 0.039642333984375,
+ 0.03265380859375,
+ -0.05059814453125,
+ 0.00632476806640625,
+ 0.039093017578125,
+ -0.01641845703125,
+ -0.028167724609375,
+ -0.01300811767578125,
+ 0.0111236572265625,
+ -0.0225982666015625,
+ -0.000835418701171875,
+ 0.01067352294921875,
+ 0.07781982421875,
+ 0.0014181137084960938,
+ 0.0299530029296875,
+ 0.01470947265625,
+ 0.036224365234375,
+ 0.03533935546875,
+ -0.03765869140625,
+ -0.044677734375,
+ 0.0073089599609375,
+ -0.0015249252319335938,
+ -0.03228759765625,
+ -0.051300048828125,
+ 0.0155181884765625,
+ 0.0274505615234375,
+ -0.07391357421875,
+ -0.004886627197265625,
+ 0.03765869140625,
+ 0.01291656494140625,
+ 0.02313232421875,
+ 0.0125579833984375,
+ -0.0139923095703125,
+ 0.01497650146484375,
+ 0.024932861328125,
+ -0.042510986328125,
+ 0.01004791259765625,
+ -0.00995635986328125,
+ 0.0443115234375,
+ 0.054901123046875,
+ 0.049163818359375,
+ -0.01031494140625,
+ 0.03302001953125,
+ 0.016143798828125,
+ 0.039093017578125,
+ 0.004215240478515625,
+ 0.0270843505859375,
+ 0.0240325927734375,
+ 0.0224151611328125,
+ 0.052032470703125,
+ 0.04071044921875,
+ -0.024749755859375,
+ -0.0172271728515625,
+ 0.016326904296875,
+ -0.0019741058349609375,
+ 0.010894775390625,
+ 0.04412841796875,
+ 0.005649566650390625,
+ 0.0245819091796875,
+ -0.00205230712890625,
+ -0.04144287109375,
+ 0.0087432861328125,
+ 0.004932403564453125,
+ 0.006366729736328125,
+ -0.05596923828125,
+ -0.01416778564453125,
+ -0.0009870529174804688,
+ -0.05596923828125,
+ 0.04052734375,
+ 0.0014066696166992188,
+ -0.037841796875,
+ 0.004596710205078125,
+ 0.03839111328125,
+ -0.00004762411117553711,
+ -0.04949951171875,
+ 0.007801055908203125,
+ -0.02618408203125,
+ -0.0200958251953125,
+ -0.0269012451171875,
+ -0.031036376953125,
+ 0.033538818359375,
+ -0.03839111328125,
+ -0.031585693359375,
+ -0.020355224609375,
+ 0.03460693359375,
+ 0.0052032470703125,
+ -0.0477294921875,
+ -0.01873779296875,
+ 0.0124664306640625,
+ -0.0047760009765625,
+ -0.01071929931640625,
+ -0.02349853515625,
+ -0.049163818359375,
+ 0.007801055908203125,
+ -0.036773681640625,
+ -0.025115966796875,
+ -0.04449462890625,
+ -0.0118408203125,
+ 0.004238128662109375,
+ -0.0074005126953125,
+ -0.005046844482421875,
+ 0.033905029296875,
+ -0.0274505615234375,
+ 0.04144287109375,
+ 0.00843048095703125,
+ 0.01291656494140625,
+ 0.03265380859375,
+ 0.0699462890625,
+ -0.0065460205078125,
+ 0.00479888916015625,
+ -0.00811767578125,
+ -0.0328369140625,
+ 0.00437164306640625,
+ 0.0287017822265625,
+ 0.00441741943359375,
+ -0.06817626953125,
+ 0.01560211181640625,
+ 0.057403564453125,
+ -0.09149169921875,
+ 0.01497650146484375,
+ 0.004146575927734375,
+ -0.029052734375,
+ -0.05560302734375,
+ -0.01497650146484375,
+ 0.0080718994140625,
+ 0.0245819091796875,
+ 0.10980224609375,
+ 0.00991058349609375,
+ -0.030670166015625,
+ 0.01049041748046875,
+ -0.048065185546875,
+ 0.0328369140625,
+ 0.0032062530517578125,
+ 0.0229644775390625,
+ -0.06317138671875,
+ 0.037139892578125,
+ 0.014801025390625,
+ -0.02044677734375,
+ -0.0169525146484375,
+ -0.08966064453125,
+ 0.01291656494140625,
+ 0.0443115234375,
+ 0.0162353515625,
+ -0.0211639404296875,
+ 0.0021533966064453125,
+ -0.0153350830078125,
+ -0.02960205078125,
+ -0.0162353515625,
+ 0.004730224609375,
+ -0.0010986328125,
+ -0.016143798828125,
+ -0.01497650146484375,
+ 0.003475189208984375,
+ -0.009552001953125,
+ -0.039642333984375,
+ -0.0328369140625,
+ 0.0030040740966796875,
+ 0.051666259765625,
+ 0.0079345703125,
+ -0.0272674560546875,
+ 0.000453948974609375,
+ 0.0123748779296875,
+ 0.0189208984375,
+ -0.01435089111328125,
+ 0.06280517578125,
+ -0.03192138671875,
+ -0.05810546875,
+ -0.0139007568359375,
+ 0.04339599609375,
+ 0.01354217529296875,
+ 0.0095977783203125,
+ -0.006862640380859375,
+ 0.02313232421875,
+ 0.002376556396484375,
+ -0.0269012451171875,
+ 0.054901123046875,
+ 0.07208251953125,
+ -0.00479888916015625,
+ -0.054901123046875,
+ -0.0288848876953125,
+ 0.01641845703125,
+ 0.0124664306640625,
+ -0.0145263671875,
+ 0.034271240234375,
+ 0.03228759765625,
+ -0.020538330078125,
+ -0.10186767578125,
+ 0.048797607421875,
+ -0.0169525146484375,
+ 0.02313232421875,
+ 0.0189208984375,
+ -0.02313232421875,
+ -0.0638427734375,
+ -0.039825439453125,
+ -0.00933074951171875,
+ 0.0408935546875,
+ -0.006771087646484375,
+ 0.0171356201171875,
+ -0.0168609619140625,
+ 0.0206298828125,
+ 0.00508880615234375,
+ -0.0139923095703125,
+ 0.008697509765625,
+ 0.0584716796875,
+ 0.00699615478515625,
+ -0.045928955078125,
+ 0.03265380859375,
+ -0.0186614990234375,
+ 0.01470947265625,
+ -0.0243988037109375,
+ 0.016143798828125,
+ 0.0111236572265625,
+ -0.0274505615234375,
+ -0.0170440673828125,
+ -0.01435089111328125,
+ 0.0233154296875,
+ 0.0523681640625,
+ -0.0166778564453125,
+ 0.0168609619140625,
+ -0.01165771484375,
+ 0.036590576171875,
+ -0.0186614990234375,
+ -0.0167694091796875,
+ 0.00518035888671875,
+ 0.040008544921875,
+ -0.0210723876953125,
+ -0.016143798828125,
+ -0.054901123046875,
+ -0.08251953125,
+ -0.003452301025390625,
+ -0.054168701171875,
+ -0.008880615234375,
+ 0.0288848876953125,
+ -0.0008072853088378906,
+ 0.0036106109619140625,
+ -0.0303192138671875,
+ 0.043243408203125,
+ -0.00506591796875,
+ -0.007488250732421875,
+ -0.02178955078125,
+ 0.0243988037109375,
+ -0.015869140625,
+ 0.0139923095703125,
+ 0.0096435546875,
+ -0.054168701171875,
+ 0.030487060546875,
+ -0.006145477294921875,
+ 0.034454345703125,
+ -0.01345062255859375,
+ -0.0037899017333984375,
+ -0.0303192138671875,
+ 0.0139923095703125,
+ -0.07928466796875,
+ -0.031585693359375,
+ 0.020355224609375,
+ 0.0288848876953125,
+ 0.0155181884765625,
+ -0.029052734375,
+ 0.0169525146484375,
+ 0.0058746337890625,
+ -0.033172607421875,
+ -0.01470947265625,
+ -0.0294189453125,
+ -0.0211639404296875,
+ 0.019287109375,
+ -0.00897216796875,
+ -0.0283355712890625,
+ 0.03497314453125,
+ 0.017578125,
+ 0.050933837890625,
+ 0.020355224609375,
+ -0.0214385986328125,
+ -0.022247314453125,
+ -0.006412506103515625,
+ 0.0007848739624023438,
+ 0.01210784912109375,
+ 0.04736328125,
+ 0.006862640380859375,
+ -0.0138092041015625,
+ 0.01201629638671875,
+ -0.004730224609375,
+ -0.08428955078125,
+ -0.01336669921875,
+ 0.010223388671875,
+ -0.051666259765625,
+ 0.024749755859375,
+ 0.05633544921875,
+ 0.021881103515625,
+ -0.00762176513671875,
+ 0.0283355712890625,
+ 0.09002685546875,
+ 0.02386474609375,
+ -0.006725311279296875,
+ -0.005313873291015625,
+ -0.07928466796875,
+ -0.0022869110107421875,
+ 0.040191650390625,
+ 0.0111236572265625,
+ -0.07568359375,
+ 0.06134033203125,
+ 0.07281494140625,
+ -0.0095977783203125,
+ 0.00726318359375,
+ 0.0200958251953125,
+ 0.0139923095703125,
+ 0.049163818359375,
+ 0.0224151611328125,
+ 0.0010652542114257812,
+ -0.07208251953125,
+ 0.008026123046875,
+ 0.01515960693359375,
+ 0.0028247833251953125,
+ -0.004505157470703125,
+ -0.013092041015625,
+ -0.039459228515625,
+ 0.059906005859375,
+ -0.045928955078125,
+ -0.014617919921875,
+ -0.003810882568359375,
+ 0.0469970703125,
+ 0.0139923095703125,
+ -0.03802490234375,
+ -0.05633544921875,
+ 0.048431396484375,
+ 0.016143798828125,
+ -0.042510986328125,
+ 0.0301361083984375,
+ 0.006862640380859375,
+ -0.019195556640625,
+ 0.03228759765625,
+ 0.08074951171875,
+ -0.01363372802734375,
+ 0.0287017822265625,
+ 0.00695037841796875,
+ -0.04180908203125,
+ 0.00592041015625,
+ -0.006683349609375,
+ 0.0118408203125,
+ -0.01273345947265625,
+ -0.0274505615234375,
+ -0.04339599609375,
+ -0.06634521484375,
+ 0.054168701171875,
+ -0.02923583984375,
+ 0.0328369140625,
+ 0.0028476715087890625,
+ 0.01129913330078125,
+ -0.0228729248046875,
+ -0.033721923828125,
+ 0.017852783203125,
+ 0.0439453125,
+ 0.01506805419921875,
+ -0.00370025634765625,
+ 0.0168609619140625,
+ 0.014801025390625,
+ 0.00946044921875,
+ -0.07781982421875,
+ 0.04449462890625,
+ 0.0019502639770507812,
+ -0.01201629638671875,
+ -0.054901123046875,
+ 0.0023097991943359375,
+ -0.00042891502380371094,
+ -0.0225067138671875,
+ 0.005313873291015625,
+ -0.039642333984375,
+ 0.01497650146484375,
+ -0.0052032470703125,
+ -0.011749267578125,
+ -0.00592041015625,
+ 0.030487060546875,
+ -0.035888671875,
+ 0.030670166015625,
+ 0.0019626617431640625,
+ -0.017303466796875,
+ 0.004619598388671875,
+ -0.06170654296875,
+ 0.06744384765625,
+ 0.027984619140625,
+ 0.034454345703125,
+ 0.00484466552734375,
+ 0.0180206298828125,
+ 0.0283355712890625,
+ 0.034088134765625,
+ 0.0233154296875,
+ 0.022064208984375,
+ -0.022247314453125,
+ 0.048797607421875,
+ 0.06707763671875,
+ -0.0172271728515625,
+ -0.03802490234375,
+ 0.0469970703125,
+ 0.0036106109619140625,
+ -0.02081298828125,
+ 0.037139892578125,
+ 0.01116943359375,
+ 0.0199127197265625,
+ -0.00399017333984375,
+ 0.00699615478515625,
+ -0.004261016845703125,
+ -0.03460693359375,
+ 0.057403564453125,
+ 0.0155181884765625,
+ -0.006771087646484375,
+ 0.01372528076171875,
+ -0.07281494140625,
+ 0.03765869140625,
+ -0.0022869110107421875,
+ 0.045562744140625,
+ -0.008697509765625,
+ 0.0347900390625,
+ -0.0169525146484375,
+ -0.0258331298828125,
+ -0.014617919921875,
+ 0.0180206298828125,
+ -0.00972747802734375,
+ 0.033905029296875,
+ 0.0039005279541015625,
+ 0.04412841796875,
+ 0.005157470703125,
+ -0.0225982666015625,
+ -0.064208984375,
+ -0.01009368896484375,
+ 0.003879547119140625,
+ -0.017303466796875,
+ 0.02655029296875,
+ -0.0462646484375,
+ -0.01067352294921875,
+ 0.0125579833984375,
+ 0.034271240234375,
+ 0.04144287109375,
+ -0.016326904296875,
+ 0.0374755859375,
+ 0.0443115234375,
+ -0.0123748779296875,
+ 0.00699615478515625,
+ -0.00011491775512695312
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "ios-backup-analysis",
+ "udid-decoding",
+ "manifest-parsing",
+ "app-data-recovery",
+ "backup-decryption",
+ "mobile-artifacts",
+ "itunes-backup"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Ghiro",
+ "type": "tool",
+ "name": "Ghiro",
+ "content": "ghiro die web-basierte bildforensik-plattform automatisiert exif-analyse, hash-matching, error-level-evaluation (ela) und steganografie-erkennung für große dateibatches. unterstützt gesichts- und nsfw-detection sowie gps-reverse-geocoding für bewegungsprofile. reports sind gerichtsfest versioniert, rest-api und celery-worker skalieren auf millionen bilder – ideal für csam-ermittlungen oder fake-news-prüfung. web-interface image-forensics exif-analysis steganography nsfw-detection batch-processing static-investigations fraud-investigation mobile-forensics examination analysis reporting",
+ "embedding": [
+ -0.039276123046875,
+ 0.0269317626953125,
+ 0.040985107421875,
+ 0.012603759765625,
+ 0.037384033203125,
+ 0.028472900390625,
+ 0.02435302734375,
+ 0.002208709716796875,
+ -0.01397705078125,
+ -0.0300140380859375,
+ -0.0313720703125,
+ 0.040313720703125,
+ 0.00196075439453125,
+ -0.0011415481567382812,
+ -0.06036376953125,
+ 0.07171630859375,
+ -0.0262451171875,
+ 0.02899169921875,
+ 0.02349853515625,
+ -0.00797271728515625,
+ -0.0090484619140625,
+ -0.006988525390625,
+ -0.0291595458984375,
+ 0.0045013427734375,
+ 0.014495849609375,
+ 0.00754547119140625,
+ -0.033111572265625,
+ -0.062744140625,
+ -0.0219573974609375,
+ 0.006988525390625,
+ 0.0247039794921875,
+ -0.0313720703125,
+ -0.0155181884765625,
+ 0.036529541015625,
+ 0.0181732177734375,
+ -0.0083160400390625,
+ -0.0020694732666015625,
+ -0.034637451171875,
+ -0.0020904541015625,
+ 0.039459228515625,
+ 0.0022830963134765625,
+ -0.0030231475830078125,
+ 0.0033435821533203125,
+ 0.002315521240234375,
+ -0.0124359130859375,
+ -0.0277862548828125,
+ -0.0024871826171875,
+ -0.0277862548828125,
+ -0.009002685546875,
+ -0.025726318359375,
+ 0.0110626220703125,
+ 0.0406494140625,
+ 0.0146636962890625,
+ 0.0018863677978515625,
+ -0.0245208740234375,
+ 0.0192108154296875,
+ 0.0026912689208984375,
+ -0.024017333984375,
+ -0.032073974609375,
+ 0.052154541015625,
+ -0.0360107421875,
+ 0.0048675537109375,
+ -0.0007557868957519531,
+ -0.020843505859375,
+ 0.0104217529296875,
+ 0.032745361328125,
+ -0.0216064453125,
+ -0.0264129638671875,
+ 0.0277862548828125,
+ 0.01157379150390625,
+ 0.0160369873046875,
+ 0.0199737548828125,
+ -0.01483917236328125,
+ 0.043212890625,
+ -0.032745361328125,
+ -0.0469970703125,
+ 0.01235198974609375,
+ 0.0038585662841796875,
+ 0.0120086669921875,
+ -0.0132904052734375,
+ -0.022979736328125,
+ 0.0231475830078125,
+ 0.0504150390625,
+ -0.03155517578125,
+ -0.0018548965454101562,
+ -0.007373809814453125,
+ 0.0023040771484375,
+ 0.01483917236328125,
+ -0.0199737548828125,
+ -0.0020580291748046875,
+ 0.015777587890625,
+ -0.00887298583984375,
+ 0.0204925537109375,
+ 0.004673004150390625,
+ 0.027099609375,
+ 0.097412109375,
+ -0.0300140380859375,
+ -0.0155181884765625,
+ -0.0092620849609375,
+ 0.0074615478515625,
+ 0.008575439453125,
+ -0.01067352294921875,
+ 0.03515625,
+ -0.014404296875,
+ 0.058990478515625,
+ -0.025390625,
+ 0.01904296875,
+ -0.0228118896484375,
+ -0.022125244140625,
+ 0.0137176513671875,
+ -0.09332275390625,
+ -0.0205841064453125,
+ -0.0110626220703125,
+ -0.07513427734375,
+ -0.003665924072265625,
+ 0.005123138427734375,
+ -0.0179290771484375,
+ 0.0579833984375,
+ -0.04168701171875,
+ -0.0264129638671875,
+ 0.0026378631591796875,
+ 0.0201568603515625,
+ 0.0035800933837890625,
+ 0.0017690658569335938,
+ -0.02264404296875,
+ -0.04425048828125,
+ 0.01415252685546875,
+ 0.03619384765625,
+ -0.038604736328125,
+ 0.0054473876953125,
+ -0.01715087890625,
+ -0.01500701904296875,
+ -0.017669677734375,
+ -0.016204833984375,
+ 0.0151824951171875,
+ -0.02880859375,
+ 0.005786895751953125,
+ -0.01183319091796875,
+ -0.00896453857421875,
+ 0.0146636962890625,
+ 0.019378662109375,
+ -0.0201568603515625,
+ -0.075439453125,
+ 0.012603759765625,
+ -0.03533935546875,
+ -0.01080322265625,
+ -0.0132904052734375,
+ 0.043060302734375,
+ -0.053863525390625,
+ -0.006988525390625,
+ -0.0024871826171875,
+ 0.026580810546875,
+ 0.039794921875,
+ 0.005229949951171875,
+ -0.0038166046142578125,
+ -0.0236663818359375,
+ -0.0114898681640625,
+ -0.0272674560546875,
+ 0.040130615234375,
+ 0.0017366409301757812,
+ -0.0014896392822265625,
+ 0.0013189315795898438,
+ -0.002132415771484375,
+ 0.032073974609375,
+ -0.0313720703125,
+ -0.040985107421875,
+ -0.030181884765625,
+ 0.0142364501953125,
+ -0.004886627197265625,
+ -0.017059326171875,
+ 0.0277862548828125,
+ -0.009735107421875,
+ 0.075439453125,
+ 0.08062744140625,
+ -0.00685882568359375,
+ 0.036865234375,
+ -0.00047969818115234375,
+ -0.033966064453125,
+ 0.0300140380859375,
+ 0.021697998046875,
+ 0.00140380859375,
+ 0.0015544891357421875,
+ 0.0360107421875,
+ 0.01432037353515625,
+ 0.00463104248046875,
+ -0.032257080078125,
+ -0.017242431640625,
+ -0.0283050537109375,
+ -0.027099609375,
+ -0.00505828857421875,
+ -0.0250396728515625,
+ -0.007717132568359375,
+ -0.03515625,
+ 0.03155517578125,
+ 0.0092620849609375,
+ 0.07818603515625,
+ 0.0343017578125,
+ -0.004566192626953125,
+ 0.03326416015625,
+ -0.0047607421875,
+ 0.00473785400390625,
+ 0.0487060546875,
+ -0.0174102783203125,
+ 0.05523681640625,
+ 0.0264129638671875,
+ 0.032073974609375,
+ 0.0027446746826171875,
+ 0.0435791015625,
+ 0.0120086669921875,
+ -0.038604736328125,
+ -0.024871826171875,
+ 0.054534912109375,
+ -0.00891876220703125,
+ -0.033447265625,
+ -0.04150390625,
+ -0.0174102783203125,
+ -0.00917816162109375,
+ -0.022125244140625,
+ -0.0213470458984375,
+ 0.01363372802734375,
+ 0.01080322265625,
+ -0.04339599609375,
+ -0.01904296875,
+ 0.01363372802734375,
+ -0.005916595458984375,
+ 0.0294952392578125,
+ 0.035675048828125,
+ -0.0236663818359375,
+ -0.0184326171875,
+ 0.0168914794921875,
+ 0.0183563232421875,
+ 0.04803466796875,
+ 0.005832672119140625,
+ 0.001575469970703125,
+ -0.0119171142578125,
+ -0.01715087890625,
+ 0.036712646484375,
+ 0.01226043701171875,
+ 0.0087890625,
+ 0.00396728515625,
+ -0.01483917236328125,
+ 0.03448486328125,
+ -0.0101165771484375,
+ 0.04150390625,
+ 0.0269317626953125,
+ -0.01029205322265625,
+ 0.0159454345703125,
+ -0.0005040168762207031,
+ 0.01097869873046875,
+ 0.04339599609375,
+ -0.053863525390625,
+ -0.0258941650390625,
+ -0.10699462890625,
+ 0.0004715919494628906,
+ -0.05865478515625,
+ -0.031219482421875,
+ -0.0313720703125,
+ -0.032073974609375,
+ 0.04974365234375,
+ -0.0260772705078125,
+ -0.020660400390625,
+ -0.00003784894943237305,
+ 0.0211029052734375,
+ -0.00690460205078125,
+ 0.032745361328125,
+ -0.0006833076477050781,
+ -0.020416259765625,
+ -0.0106353759765625,
+ 0.06756591796875,
+ 0.01226043701171875,
+ -0.022125244140625,
+ -0.04132080078125,
+ 0.03497314453125,
+ -0.0167236328125,
+ 0.0046539306640625,
+ -0.016632080078125,
+ 0.01568603515625,
+ 0.005466461181640625,
+ 0.06378173828125,
+ 0.019378662109375,
+ -0.007289886474609375,
+ -0.00264739990234375,
+ 0.028472900390625,
+ 0.04150390625,
+ -0.0255584716796875,
+ -0.017486572265625,
+ 0.0184326171875,
+ 0.0192108154296875,
+ 0.0050811767578125,
+ -0.05865478515625,
+ 0.0011415481567382812,
+ 0.032073974609375,
+ 0.002712249755859375,
+ 0.00733184814453125,
+ -0.010894775390625,
+ -0.02880859375,
+ 0.01543426513671875,
+ -0.0045013427734375,
+ 0.00079345703125,
+ 0.00574493408203125,
+ 0.06207275390625,
+ -0.053497314453125,
+ 0.0182647705078125,
+ -0.0047607421875,
+ 0.0305328369140625,
+ -0.032073974609375,
+ -0.0406494140625,
+ -0.00505828857421875,
+ -0.0054473876953125,
+ -0.036529541015625,
+ -0.017242431640625,
+ 0.00203704833984375,
+ -0.031036376953125,
+ 0.0025081634521484375,
+ -0.00634765625,
+ -0.0012865066528320312,
+ -0.043914794921875,
+ -0.06585693359375,
+ 0.01114654541015625,
+ -0.0380859375,
+ -0.03790283203125,
+ -0.0201568603515625,
+ 0.068603515625,
+ 0.0137176513671875,
+ 0.0017366409301757812,
+ -0.006519317626953125,
+ -0.023834228515625,
+ -0.0183563232421875,
+ 0.00415802001953125,
+ 0.0007719993591308594,
+ 0.039093017578125,
+ -0.01337432861328125,
+ 0.02435302734375,
+ 0.0236663818359375,
+ -0.003429412841796875,
+ 0.0222930908203125,
+ 0.056610107421875,
+ 0.030181884765625,
+ -0.0325927734375,
+ -0.0013828277587890625,
+ 0.0004100799560546875,
+ -0.012603759765625,
+ 0.00801849365234375,
+ -0.00426483154296875,
+ -0.0236663818359375,
+ -0.0034942626953125,
+ -0.0305328369140625,
+ 0.0138092041015625,
+ 0.04254150390625,
+ 0.0308685302734375,
+ 0.0187835693359375,
+ -0.02435302734375,
+ 0.03411865234375,
+ 0.07476806640625,
+ 0.0033664703369140625,
+ 0.097412109375,
+ -0.004886627197265625,
+ -0.039947509765625,
+ 0.0283050537109375,
+ 0.03790283203125,
+ -0.0120086669921875,
+ -0.0210113525390625,
+ 0.0372314453125,
+ -0.0005064010620117188,
+ 0.01140594482421875,
+ 0.031890869140625,
+ -0.017242431640625,
+ 0.029327392578125,
+ -0.0035152435302734375,
+ -0.033111572265625,
+ 0.02435302734375,
+ -0.0343017578125,
+ 0.024017333984375,
+ 0.0250396728515625,
+ 0.02899169921875,
+ -0.0110626220703125,
+ 0.040130615234375,
+ -0.0231475830078125,
+ -0.00516510009765625,
+ -0.0576171875,
+ -0.062744140625,
+ 0.04339599609375,
+ 0.03363037109375,
+ 0.01294708251953125,
+ 0.050079345703125,
+ -0.042022705078125,
+ -0.05694580078125,
+ 0.01320648193359375,
+ -0.039794921875,
+ 0.0703125,
+ 0.042694091796875,
+ 0.0150909423828125,
+ 0.021697998046875,
+ -0.00891876220703125,
+ -0.0174102783203125,
+ 0.043060302734375,
+ 0.0078887939453125,
+ 0.01715087890625,
+ 0.041839599609375,
+ 0.033111572265625,
+ 0.00135040283203125,
+ -0.0305328369140625,
+ 0.0313720703125,
+ 0.0377197265625,
+ 0.00986480712890625,
+ 0.0236663818359375,
+ -0.012176513671875,
+ 0.0204925537109375,
+ 0.0250396728515625,
+ -0.0124359130859375,
+ 0.022125244140625,
+ 0.0258941650390625,
+ -0.01114654541015625,
+ 0.0159454345703125,
+ 0.004886627197265625,
+ 0.014404296875,
+ -0.04766845703125,
+ -0.0022945404052734375,
+ 0.0084075927734375,
+ 0.037384033203125,
+ 0.007076263427734375,
+ 0.006946563720703125,
+ -0.0487060546875,
+ 0.006687164306640625,
+ 0.044921875,
+ -0.065185546875,
+ 0.045623779296875,
+ 0.017242431640625,
+ -0.00818634033203125,
+ 0.00921630859375,
+ -0.005573272705078125,
+ -0.042022705078125,
+ 0.03704833984375,
+ -0.018524169921875,
+ -0.01474761962890625,
+ -0.003452301025390625,
+ 0.004436492919921875,
+ -0.0258941650390625,
+ -0.05145263671875,
+ -0.014923095703125,
+ -0.0032596588134765625,
+ -0.019378662109375,
+ 0.01363372802734375,
+ 0.045623779296875,
+ -0.009429931640625,
+ -0.0262451171875,
+ 0.014923095703125,
+ 0.0260772705078125,
+ 0.01568603515625,
+ -0.01166534423828125,
+ 0.044921875,
+ -0.034820556640625,
+ -0.052825927734375,
+ 0.0200653076171875,
+ 0.01904296875,
+ 0.0294952392578125,
+ -0.0236663818359375,
+ -0.03448486328125,
+ -0.006946563720703125,
+ 0.0150909423828125,
+ 0.00495147705078125,
+ 0.0196380615234375,
+ -0.0219573974609375,
+ -0.009307861328125,
+ -0.043212890625,
+ 0.05316162109375,
+ 0.01093292236328125,
+ 0.0163726806640625,
+ 0.01947021484375,
+ -0.052490234375,
+ 0.014495849609375,
+ -0.05419921875,
+ -0.03363037109375,
+ -0.0083160400390625,
+ 0.00775909423828125,
+ -0.021270751953125,
+ 0.0596923828125,
+ 0.0036449432373046875,
+ -0.0193023681640625,
+ -0.030181884765625,
+ 0.07098388671875,
+ 0.01303863525390625,
+ -0.0031948089599609375,
+ -0.040985107421875,
+ 0.020660400390625,
+ 0.0163726806640625,
+ -0.0706787109375,
+ 0.001918792724609375,
+ -0.00986480712890625,
+ 0.002712249755859375,
+ 0.03173828125,
+ -0.038421630859375,
+ -0.007373809814453125,
+ 0.00664520263671875,
+ -0.049041748046875,
+ -0.0213470458984375,
+ -0.044921875,
+ -0.0209197998046875,
+ -0.039794921875,
+ 0.010894775390625,
+ 0.0281219482421875,
+ -0.044921875,
+ 0.01123046875,
+ -0.002025604248046875,
+ 0.0159454345703125,
+ 0.01097869873046875,
+ -0.004436492919921875,
+ 0.01114654541015625,
+ 0.01183319091796875,
+ -0.03497314453125,
+ -0.036712646484375,
+ 0.00780487060546875,
+ 0.0343017578125,
+ -0.030181884765625,
+ -0.004695892333984375,
+ 0.0209197998046875,
+ -0.0372314453125,
+ 0.054534912109375,
+ -0.0169830322265625,
+ -0.0179290771484375,
+ -0.0267486572265625,
+ -0.0205841064453125,
+ -0.036529541015625,
+ -0.005016326904296875,
+ 0.0193023681640625,
+ 0.02899169921875,
+ 0.0222930908203125,
+ 0.0037517547607421875,
+ 0.032073974609375,
+ -0.0775146484375,
+ 0.022125244140625,
+ 0.0228118896484375,
+ -0.00870513916015625,
+ 0.00994873046875,
+ 0.002529144287109375,
+ -0.01885986328125,
+ 0.006259918212890625,
+ 0.00463104248046875,
+ -0.0267486572265625,
+ -0.0258941650390625,
+ -0.06793212890625,
+ 0.039276123046875,
+ -0.0063018798828125,
+ -0.0016183853149414062,
+ -0.020751953125,
+ -0.03497314453125,
+ -0.07476806640625,
+ -0.0156097412109375,
+ 0.059356689453125,
+ 0.0193023681640625,
+ -0.017242431640625,
+ -0.043212890625,
+ 0.0135498046875,
+ -0.0004849433898925781,
+ -0.051116943359375,
+ 0.04132080078125,
+ -0.01415252685546875,
+ 0.01543426513671875,
+ 0.009307861328125,
+ -0.01800537109375,
+ 0.01294708251953125,
+ 0.018096923828125,
+ 0.02984619140625,
+ 0.0018224716186523438,
+ 0.039276123046875,
+ -0.02117919921875,
+ 0.02264404296875,
+ -0.01629638671875,
+ -0.038238525390625,
+ -0.0300140380859375,
+ -0.0197296142578125,
+ 0.00955963134765625,
+ -0.032928466796875,
+ -0.02435302734375,
+ 0.0035800933837890625,
+ 0.031219482421875,
+ 0.043914794921875,
+ -0.014495849609375,
+ 0.0078887939453125,
+ 0.033111572265625,
+ 0.01251983642578125,
+ 0.061737060546875,
+ -0.0279541015625,
+ -0.039276123046875,
+ -0.00870513916015625,
+ -0.006175994873046875,
+ 0.03961181640625,
+ 0.0177459716796875,
+ -0.002872467041015625,
+ -0.02117919921875,
+ 0.00896453857421875,
+ 0.056610107421875,
+ 0.01277923583984375,
+ -0.02264404296875,
+ -0.00780487060546875,
+ 0.01093292236328125,
+ 0.030364990234375,
+ 0.08612060546875,
+ -0.0247039794921875,
+ 0.1029052734375,
+ 0.040313720703125,
+ -0.0002357959747314453,
+ -0.00818634033203125,
+ 0.07513427734375,
+ 0.017059326171875,
+ -0.031036376953125,
+ -0.05487060546875,
+ 0.0013399124145507812,
+ 0.0024013519287109375,
+ -0.040985107421875,
+ -0.043060302734375,
+ 0.0013723373413085938,
+ 0.017578125,
+ -0.07135009765625,
+ -0.01432037353515625,
+ -0.0106353759765625,
+ 0.020751953125,
+ 0.031219482421875,
+ 0.004825592041015625,
+ -0.0231475830078125,
+ 0.033966064453125,
+ 0.0137176513671875,
+ -0.051788330078125,
+ -0.0163726806640625,
+ -0.0209197998046875,
+ 0.0096893310546875,
+ 0.05145263671875,
+ 0.0380859375,
+ -0.004436492919921875,
+ 0.027618408203125,
+ 0.007717132568359375,
+ -0.007717132568359375,
+ 0.00836181640625,
+ 0.0596923828125,
+ 0.002582550048828125,
+ 0.02984619140625,
+ 0.04083251953125,
+ 0.041839599609375,
+ -0.0200653076171875,
+ -0.005489349365234375,
+ 0.00225067138671875,
+ 0.03790283203125,
+ 0.035858154296875,
+ 0.07269287109375,
+ -0.0006299018859863281,
+ 0.0119171142578125,
+ 0.020843505859375,
+ -0.054534912109375,
+ -0.01209259033203125,
+ -0.00003838539123535156,
+ 0.01235198974609375,
+ -0.0380859375,
+ -0.041168212890625,
+ 0.0018758773803710938,
+ -0.0406494140625,
+ 0.0228118896484375,
+ 0.004695892333984375,
+ -0.0241851806640625,
+ -0.01568603515625,
+ 0.01629638671875,
+ -0.017486572265625,
+ -0.028472900390625,
+ 0.0155181884765625,
+ -0.0283050537109375,
+ -0.04766845703125,
+ -0.049041748046875,
+ -0.0380859375,
+ 0.043914794921875,
+ -0.00521087646484375,
+ -0.033966064453125,
+ -0.029327392578125,
+ 0.024871826171875,
+ -0.00998687744140625,
+ -0.0372314453125,
+ -0.02117919921875,
+ 0.0045013427734375,
+ -0.025726318359375,
+ -0.031036376953125,
+ -0.052154541015625,
+ -0.0076751708984375,
+ 0.0245208740234375,
+ -0.04595947265625,
+ -0.035675048828125,
+ 0.0096893310546875,
+ -0.00553131103515625,
+ -0.0214385986328125,
+ -0.014923095703125,
+ -0.0236663818359375,
+ 0.0308685302734375,
+ -0.0487060546875,
+ 0.03326416015625,
+ 0.03448486328125,
+ 0.033966064453125,
+ 0.036529541015625,
+ 0.051788330078125,
+ -0.00939178466796875,
+ 0.002185821533203125,
+ -0.0250396728515625,
+ -0.033111572265625,
+ 0.008148193359375,
+ 0.0161285400390625,
+ 0.003795623779296875,
+ -0.07135009765625,
+ -0.0032596588134765625,
+ 0.054534912109375,
+ -0.068603515625,
+ 0.0072479248046875,
+ 0.004608154296875,
+ -0.0269317626953125,
+ -0.061065673828125,
+ 0.0241851806640625,
+ -0.006389617919921875,
+ 0.03497314453125,
+ 0.09466552734375,
+ -0.005489349365234375,
+ -0.00960540771484375,
+ 0.012176513671875,
+ -0.0267486572265625,
+ 0.04132080078125,
+ 0.0074615478515625,
+ 0.01363372802734375,
+ -0.050079345703125,
+ 0.0258941650390625,
+ 0.01432037353515625,
+ -0.0272674560546875,
+ 0.0104217529296875,
+ -0.08197021484375,
+ -0.019378662109375,
+ 0.03619384765625,
+ 0.00017690658569335938,
+ 0.0269317626953125,
+ -0.03070068359375,
+ -0.05487060546875,
+ -0.020233154296875,
+ -0.037567138671875,
+ 0.051116943359375,
+ 0.01097869873046875,
+ 0.01140594482421875,
+ -0.034820556640625,
+ -0.01071929931640625,
+ 0.0056610107421875,
+ -0.0423583984375,
+ -0.037567138671875,
+ -0.03533935546875,
+ 0.005615234375,
+ 0.002765655517578125,
+ -0.042694091796875,
+ 0.0163726806640625,
+ 0.0173187255859375,
+ 0.01629638671875,
+ 0.02349853515625,
+ 0.0504150390625,
+ -0.0360107421875,
+ -0.01320648193359375,
+ -0.0010023117065429688,
+ 0.02264404296875,
+ 0.027618408203125,
+ 0.0008254051208496094,
+ -0.0018224716186523438,
+ 0.017669677734375,
+ 0.035675048828125,
+ -0.045623779296875,
+ 0.047332763671875,
+ 0.0138092041015625,
+ -0.0120086669921875,
+ -0.043914794921875,
+ -0.027435302734375,
+ -0.037567138671875,
+ 0.046661376953125,
+ -0.0033016204833984375,
+ 0.03326416015625,
+ -0.0142364501953125,
+ -0.0005922317504882812,
+ -0.093994140625,
+ 0.06036376953125,
+ -0.03240966796875,
+ 0.00780487060546875,
+ 0.02435302734375,
+ -0.0120086669921875,
+ -0.0634765625,
+ -0.0343017578125,
+ -0.0174102783203125,
+ 0.00452423095703125,
+ -0.03790283203125,
+ 0.0174102783203125,
+ -0.003665924072265625,
+ -0.01140594482421875,
+ 0.0219573974609375,
+ -0.01389312744140625,
+ 0.00362396240234375,
+ 0.053863525390625,
+ 0.012176513671875,
+ -0.057281494140625,
+ 0.0576171875,
+ -0.040313720703125,
+ 0.0046539306640625,
+ -0.00998687744140625,
+ -0.004482269287109375,
+ 0.004695892333984375,
+ -0.0195465087890625,
+ -0.032257080078125,
+ 0.0258941650390625,
+ 0.03875732421875,
+ 0.039794921875,
+ -0.00939178466796875,
+ -0.0021228790283203125,
+ -0.00405120849609375,
+ 0.02984619140625,
+ -0.01209259033203125,
+ -0.0279541015625,
+ 0.00553131103515625,
+ -0.003559112548828125,
+ -0.0250396728515625,
+ -0.023834228515625,
+ -0.057281494140625,
+ -0.10430908203125,
+ 0.006816864013671875,
+ -0.0279541015625,
+ -0.020751953125,
+ 0.0135498046875,
+ 0.0186920166015625,
+ 0.01483917236328125,
+ -0.023834228515625,
+ 0.040130615234375,
+ -0.027618408203125,
+ -0.01080322265625,
+ -0.0325927734375,
+ 0.033782958984375,
+ -0.020416259765625,
+ 0.028472900390625,
+ -0.007076263427734375,
+ -0.01209259033203125,
+ 0.017059326171875,
+ -0.025726318359375,
+ 0.0204925537109375,
+ -0.00806427001953125,
+ -0.00801849365234375,
+ -0.050079345703125,
+ 0.0241851806640625,
+ -0.0740966796875,
+ -0.0423583984375,
+ 0.03448486328125,
+ 0.01406097412109375,
+ 0.0169830322265625,
+ -0.0245208740234375,
+ 0.055908203125,
+ 0.0013341903686523438,
+ -0.06414794921875,
+ 0.03411865234375,
+ 0.0032367706298828125,
+ -0.0222930908203125,
+ 0.0210113525390625,
+ -0.01457977294921875,
+ 0.03533935546875,
+ 0.007076263427734375,
+ 0.04132080078125,
+ 0.00865936279296875,
+ 0.03411865234375,
+ 0.0120086669921875,
+ -0.0236663818359375,
+ 0.00977325439453125,
+ -0.01024627685546875,
+ 0.0360107421875,
+ 0.0267486572265625,
+ 0.0165557861328125,
+ -0.003215789794921875,
+ 0.01303863525390625,
+ 0.004974365234375,
+ -0.07098388671875,
+ 0.005702972412109375,
+ -0.01363372802734375,
+ -0.061737060546875,
+ -0.006561279296875,
+ 0.08917236328125,
+ 0.0576171875,
+ -0.01226043701171875,
+ 0.0286407470703125,
+ 0.041168212890625,
+ 0.020233154296875,
+ 0.0281219482421875,
+ -0.0164642333984375,
+ -0.0740966796875,
+ -0.0015325546264648438,
+ 0.0195465087890625,
+ 0.0291595458984375,
+ -0.051788330078125,
+ 0.020751953125,
+ 0.060028076171875,
+ -0.02520751953125,
+ -0.021270751953125,
+ -0.0126953125,
+ 0.00849151611328125,
+ 0.048370361328125,
+ 0.0250396728515625,
+ 0.017486572265625,
+ -0.0579833984375,
+ 0.0245208740234375,
+ 0.0195465087890625,
+ -0.0187835693359375,
+ -0.0021648406982421875,
+ 0.01346588134765625,
+ -0.0247039794921875,
+ 0.049407958984375,
+ -0.0648193359375,
+ -0.0010232925415039062,
+ -0.0142364501953125,
+ 0.0469970703125,
+ 0.0193023681640625,
+ -0.028472900390625,
+ -0.0296783447265625,
+ 0.05145263671875,
+ 0.006988525390625,
+ -0.0128631591796875,
+ 0.00986480712890625,
+ -0.019378662109375,
+ -0.0201568603515625,
+ 0.029327392578125,
+ 0.05316162109375,
+ -0.01024627685546875,
+ 0.06207275390625,
+ -0.0024433135986328125,
+ -0.0236663818359375,
+ 0.0187835693359375,
+ -0.0030651092529296875,
+ 0.00431060791015625,
+ -0.007633209228515625,
+ -0.032745361328125,
+ -0.0137176513671875,
+ -0.040313720703125,
+ 0.050079345703125,
+ 0.0031948089599609375,
+ 0.043060302734375,
+ 0.0035152435302734375,
+ 0.01209259033203125,
+ -0.036529541015625,
+ 0.01183319091796875,
+ 0.01071929931640625,
+ 0.0205841064453125,
+ 0.01312255859375,
+ -0.022125244140625,
+ 0.0300140380859375,
+ 0.032928466796875,
+ 0.0167236328125,
+ -0.041839599609375,
+ 0.05487060546875,
+ -0.020233154296875,
+ 0.0193023681640625,
+ -0.05523681640625,
+ -0.0020580291748046875,
+ 0.014404296875,
+ 0.004673004150390625,
+ -0.005466461181640625,
+ -0.015869140625,
+ 0.006389617919921875,
+ -0.025390625,
+ -0.033447265625,
+ 0.0219573974609375,
+ 0.03155517578125,
+ -0.06243896484375,
+ 0.01483917236328125,
+ 0.01415252685546875,
+ -0.0224609375,
+ 0.00283050537109375,
+ -0.034637451171875,
+ 0.0960693359375,
+ 0.03173828125,
+ 0.03155517578125,
+ -0.006732940673828125,
+ 0.0469970703125,
+ 0.02984619140625,
+ 0.0103302001953125,
+ 0.02899169921875,
+ 0.021697998046875,
+ -0.007503509521484375,
+ 0.043212890625,
+ 0.06414794921875,
+ 0.00960540771484375,
+ -0.04339599609375,
+ 0.046295166015625,
+ 0.004138946533203125,
+ -0.053497314453125,
+ 0.039459228515625,
+ 0.003879547119140625,
+ -0.009521484375,
+ 0.005275726318359375,
+ 0.0037097930908203125,
+ 0.0090484619140625,
+ -0.04425048828125,
+ 0.0579833984375,
+ 0.01080322265625,
+ -0.0305328369140625,
+ -0.00484466552734375,
+ -0.044921875,
+ 0.0435791015625,
+ 0.02880859375,
+ 0.04803466796875,
+ -0.058990478515625,
+ 0.09466552734375,
+ 0.01474761962890625,
+ -0.006946563720703125,
+ -0.0013933181762695312,
+ 0.0216064453125,
+ 0.0008630752563476562,
+ 0.020233154296875,
+ -0.0159454345703125,
+ 0.053497314453125,
+ 0.02349853515625,
+ -0.0161285400390625,
+ -0.07098388671875,
+ 0.003173828125,
+ -0.0262451171875,
+ 0.00780487060546875,
+ 0.044586181640625,
+ -0.043060302734375,
+ -0.01093292236328125,
+ -0.0104217529296875,
+ 0.05419921875,
+ 0.062744140625,
+ -0.0029582977294921875,
+ 0.01140594482421875,
+ 0.00283050537109375,
+ -0.00634765625,
+ -0.00362396240234375,
+ -0.01166534423828125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "image-forensics",
+ "exif-analysis",
+ "steganography",
+ "nsfw-detection",
+ "batch-processing"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_FACT",
+ "type": "tool",
+ "name": "FACT",
+ "content": "fact bsi-framework automatisiert iot-firmware-bulk-analyse durch intelligente extraktion von dateisystemen, crypto-keys und backdoor-detection. vergleicht firmware-versionen, identifiziert cve-matches und erstellt vulnerability-reports für router, smart-devices und embedded-systems. firmware automation ics-forensics malware-analysis analysis",
+ "embedding": [
+ -0.0279541015625,
+ 0.0271453857421875,
+ 0.040740966796875,
+ 0.0211639404296875,
+ 0.01276397705078125,
+ 0.04913330078125,
+ 0.0253753662109375,
+ 0.00800323486328125,
+ -0.0269927978515625,
+ -0.00402069091796875,
+ -0.0187530517578125,
+ 0.06951904296875,
+ 0.0020904541015625,
+ 0.010345458984375,
+ -0.056884765625,
+ 0.0234375,
+ -0.0242462158203125,
+ -0.0028476715087890625,
+ 0.0077972412109375,
+ 0.0279541015625,
+ -0.0166473388671875,
+ -0.0036773681640625,
+ -0.06365966796875,
+ -0.009979248046875,
+ 0.015594482421875,
+ -0.00658416748046875,
+ -0.038787841796875,
+ -0.0662841796875,
+ -0.0379638671875,
+ -0.00286865234375,
+ 0.00795745849609375,
+ -0.04815673828125,
+ -0.02392578125,
+ 0.027801513671875,
+ 0.0198822021484375,
+ -0.0292510986328125,
+ 0.004322052001953125,
+ -0.0399169921875,
+ -0.00180816650390625,
+ 0.032806396484375,
+ -0.00476837158203125,
+ -0.0210113525390625,
+ 0.0168914794921875,
+ -0.011474609375,
+ -0.0221405029296875,
+ -0.04266357421875,
+ 0.01050567626953125,
+ -0.0004191398620605469,
+ 0.0166473388671875,
+ -0.0404052734375,
+ 0.040557861328125,
+ 0.034912109375,
+ -0.0008988380432128906,
+ -0.0221405029296875,
+ -0.03619384765625,
+ 0.0157623291015625,
+ 0.0298919677734375,
+ -0.0308685302734375,
+ -0.04266357421875,
+ 0.042022705078125,
+ -0.045257568359375,
+ -0.0066680908203125,
+ 0.007312774658203125,
+ -0.0016460418701171875,
+ -0.0092926025390625,
+ 0.034912109375,
+ -0.00658416748046875,
+ -0.02569580078125,
+ -0.004665374755859375,
+ -0.00839996337890625,
+ 0.0104217529296875,
+ 0.019317626953125,
+ -0.020843505859375,
+ 0.0298919677734375,
+ -0.0276336669921875,
+ -0.02520751953125,
+ 0.0308685302734375,
+ -0.001293182373046875,
+ -0.0274810791015625,
+ -0.009979248046875,
+ -0.03717041015625,
+ 0.016082763671875,
+ 0.06561279296875,
+ -0.0196380615234375,
+ -0.00727081298828125,
+ -0.01082611083984375,
+ -0.01244354248046875,
+ 0.017852783203125,
+ 0.00545501708984375,
+ -0.003009796142578125,
+ 0.0243988037109375,
+ -0.0034942626953125,
+ 0.0155181884765625,
+ -0.00876617431640625,
+ 0.0242462158203125,
+ 0.054290771484375,
+ -0.0211639404296875,
+ -0.0242462158203125,
+ -0.029083251953125,
+ 0.033782958984375,
+ 0.006748199462890625,
+ -0.0286102294921875,
+ 0.03863525390625,
+ -0.0015659332275390625,
+ 0.05364990234375,
+ -0.03668212890625,
+ 0.0122833251953125,
+ -0.0227813720703125,
+ -0.02520751953125,
+ -0.0063018798828125,
+ -0.10601806640625,
+ -0.031829833984375,
+ -0.0184173583984375,
+ -0.061737060546875,
+ -0.006504058837890625,
+ 0.004726409912109375,
+ 0.004199981689453125,
+ 0.048797607421875,
+ -0.052032470703125,
+ -0.04119873046875,
+ 0.024078369140625,
+ 0.0242462158203125,
+ 0.0059814453125,
+ 0.01325225830078125,
+ -0.0533447265625,
+ -0.038299560546875,
+ -0.0020599365234375,
+ 0.029571533203125,
+ -0.0216522216796875,
+ -0.045562744140625,
+ -0.0166473388671875,
+ -0.0274810791015625,
+ -0.018585205078125,
+ -0.04913330078125,
+ -0.005615234375,
+ -0.0175323486328125,
+ 0.0168914794921875,
+ -0.01155853271484375,
+ 0.0232696533203125,
+ 0.01082611083984375,
+ 0.01438140869140625,
+ -0.0394287109375,
+ -0.07110595703125,
+ 0.017608642578125,
+ -0.034423828125,
+ -0.0458984375,
+ -0.030059814453125,
+ 0.055908203125,
+ -0.0243988037109375,
+ -0.0111541748046875,
+ -0.005817413330078125,
+ 0.0177001953125,
+ 0.052032470703125,
+ 0.000179290771484375,
+ 0.0196380615234375,
+ -0.0478515625,
+ -0.0063018798828125,
+ -0.01470947265625,
+ 0.0281219482421875,
+ -0.018341064453125,
+ -0.00024116039276123047,
+ -0.013336181640625,
+ -0.0134124755859375,
+ -0.006988525390625,
+ -0.0152740478515625,
+ -0.0408935546875,
+ -0.0035343170166015625,
+ 0.020843505859375,
+ 0.0091705322265625,
+ -0.0017070770263671875,
+ 0.03570556640625,
+ -0.00682830810546875,
+ 0.0193939208984375,
+ 0.059478759765625,
+ 0.004486083984375,
+ 0.031524658203125,
+ -0.01276397705078125,
+ -0.0168914794921875,
+ 0.031829833984375,
+ 0.033782958984375,
+ -0.0173797607421875,
+ -0.003475189208984375,
+ 0.03912353515625,
+ 0.0196380615234375,
+ 0.039581298828125,
+ -0.01374053955078125,
+ -0.029571533203125,
+ 0.0032329559326171875,
+ -0.007152557373046875,
+ 0.0271453857421875,
+ -0.03521728515625,
+ -0.00670623779296875,
+ -0.01082611083984375,
+ 0.032806396484375,
+ 0.010986328125,
+ 0.06207275390625,
+ 0.03314208984375,
+ 0.0021114349365234375,
+ 0.032012939453125,
+ 0.017852783203125,
+ 0.033447265625,
+ 0.042999267578125,
+ -0.0096588134765625,
+ 0.044281005859375,
+ 0.0025463104248046875,
+ 0.03570556640625,
+ -0.0161590576171875,
+ 0.040069580078125,
+ 0.0279541015625,
+ -0.0122833251953125,
+ -0.0168914794921875,
+ 0.0265045166015625,
+ 0.0175323486328125,
+ -0.005695343017578125,
+ -0.0408935546875,
+ -0.0179443359375,
+ 0.02044677734375,
+ -0.0200347900390625,
+ -0.0181884765625,
+ 0.00183868408203125,
+ 0.0018281936645507812,
+ -0.058502197265625,
+ -0.006465911865234375,
+ 0.01898193359375,
+ -0.0201263427734375,
+ 0.036529541015625,
+ 0.034759521484375,
+ -0.01995849609375,
+ -0.02471923828125,
+ 0.037506103515625,
+ 0.04461669921875,
+ 0.033782958984375,
+ 0.007595062255859375,
+ -0.031524658203125,
+ -0.03167724609375,
+ -0.032012939453125,
+ 0.0104217529296875,
+ 0.0292510986328125,
+ 0.0198822021484375,
+ 0.004344940185546875,
+ -0.0095367431640625,
+ 0.0494384765625,
+ 0.0028476715087890625,
+ 0.023590087890625,
+ 0.045562744140625,
+ -0.0292510986328125,
+ 0.02294921875,
+ 0.003818511962890625,
+ 0.040557861328125,
+ 0.036529541015625,
+ -0.05462646484375,
+ -0.0408935546875,
+ -0.078857421875,
+ 0.021820068359375,
+ -0.0714111328125,
+ -0.0181884765625,
+ -0.0271453857421875,
+ -0.042022705078125,
+ 0.02569580078125,
+ 0.007595062255859375,
+ -0.032806396484375,
+ -0.011962890625,
+ 0.0156707763671875,
+ 0.0191497802734375,
+ 0.044921875,
+ 0.00521087646484375,
+ -0.058837890625,
+ 0.00823974609375,
+ 0.0892333984375,
+ -0.0260162353515625,
+ -0.0159149169921875,
+ 0.022308349609375,
+ 0.0494384765625,
+ 0.0018482208251953125,
+ 0.016571044921875,
+ -0.035888671875,
+ 0.0090484619140625,
+ 0.038787841796875,
+ 0.027313232421875,
+ 0.03314208984375,
+ -0.03668212890625,
+ 0.01268768310546875,
+ 0.00860595703125,
+ 0.0279541015625,
+ -0.02520751953125,
+ -0.006061553955078125,
+ -0.00820159912109375,
+ 0.01374053955078125,
+ 0.0171356201171875,
+ -0.042327880859375,
+ -0.0028476715087890625,
+ 0.06756591796875,
+ 0.035888671875,
+ 0.015838623046875,
+ 0.0077972412109375,
+ -0.047515869140625,
+ 0.00994110107421875,
+ -0.0308685302734375,
+ -0.009735107421875,
+ 0.033447265625,
+ 0.03619384765625,
+ -0.024566650390625,
+ 0.001667022705078125,
+ -0.0187530517578125,
+ -0.01462554931640625,
+ -0.0166473388671875,
+ -0.037017822265625,
+ -0.031341552734375,
+ 0.007354736328125,
+ -0.0389404296875,
+ 0.005413055419921875,
+ 0.0120391845703125,
+ -0.0182647705078125,
+ 0.03521728515625,
+ -0.00240325927734375,
+ 0.00010859966278076172,
+ -0.033782958984375,
+ -0.0162353515625,
+ -0.0025463104248046875,
+ -0.0172119140625,
+ -0.030548095703125,
+ -0.0394287109375,
+ 0.044921875,
+ 0.00909423828125,
+ 0.0019292831420898438,
+ 0.024566650390625,
+ 0.0009851455688476562,
+ -0.043304443359375,
+ 0.02569580078125,
+ -0.010986328125,
+ -0.0004343986511230469,
+ -0.01995849609375,
+ 0.05914306640625,
+ 0.0253753662109375,
+ 0.051727294921875,
+ 0.02667236328125,
+ 0.07275390625,
+ 0.032012939453125,
+ -0.0243988037109375,
+ -0.031524658203125,
+ 0.0232696533203125,
+ -0.0025463104248046875,
+ 0.00868988037109375,
+ -0.01026153564453125,
+ -0.034576416015625,
+ 0.004505157470703125,
+ -0.01446533203125,
+ 0.02044677734375,
+ 0.034912109375,
+ 0.019561767578125,
+ -0.009735107421875,
+ -0.043304443359375,
+ 0.00969696044921875,
+ 0.06719970703125,
+ 0.004547119140625,
+ 0.104736328125,
+ -0.0009899139404296875,
+ -0.05560302734375,
+ 0.0104217529296875,
+ 0.0286102294921875,
+ -0.042022705078125,
+ 0.0162353515625,
+ 0.02020263671875,
+ 0.043304443359375,
+ 0.02667236328125,
+ 0.034423828125,
+ -0.00751495361328125,
+ 0.037322998046875,
+ 0.026336669921875,
+ -0.0269927978515625,
+ 0.011474609375,
+ -0.023590087890625,
+ 0.0177764892578125,
+ 0.050750732421875,
+ 0.034912109375,
+ 0.00807952880859375,
+ 0.0284423828125,
+ -0.007717132568359375,
+ -0.02197265625,
+ -0.0523681640625,
+ -0.0533447265625,
+ 0.00909423828125,
+ 0.033294677734375,
+ 0.01357269287109375,
+ 0.0399169921875,
+ -0.0234375,
+ -0.035400390625,
+ 0.035064697265625,
+ -0.0166473388671875,
+ 0.08404541015625,
+ 0.042022705078125,
+ 0.01139068603515625,
+ 0.016571044921875,
+ -0.03118896484375,
+ -0.01438140869140625,
+ 0.006504058837890625,
+ 0.01155853271484375,
+ 0.0210113525390625,
+ 0.08984375,
+ 0.027801513671875,
+ 0.0289306640625,
+ -0.019561767578125,
+ 0.006504058837890625,
+ 0.0253753662109375,
+ 0.037017822265625,
+ -0.00994110107421875,
+ 0.031829833984375,
+ 0.0091705322265625,
+ 0.027313232421875,
+ -0.02197265625,
+ 0.07403564453125,
+ 0.040069580078125,
+ -0.01374053955078125,
+ 0.02471923828125,
+ -0.037017822265625,
+ 0.0287628173828125,
+ -0.026824951171875,
+ 0.018096923828125,
+ 0.003131866455078125,
+ 0.0404052734375,
+ 0.03265380859375,
+ 0.0076751708984375,
+ -0.039581298828125,
+ 0.00047469139099121094,
+ 0.054290771484375,
+ -0.059783935546875,
+ 0.0224609375,
+ 0.054290771484375,
+ -0.0104217529296875,
+ 0.018829345703125,
+ -0.00408172607421875,
+ -0.0294189453125,
+ 0.031829833984375,
+ -0.0174560546875,
+ -0.0210113525390625,
+ 0.00860595703125,
+ 0.0394287109375,
+ -0.01163482666015625,
+ -0.050750732421875,
+ -0.0284423828125,
+ -0.01018524169921875,
+ -0.0200347900390625,
+ 0.00174713134765625,
+ 0.04119873046875,
+ -0.026824951171875,
+ 0.00957489013671875,
+ 0.0292510986328125,
+ 0.00856781005859375,
+ -0.0007724761962890625,
+ -0.06011962890625,
+ 0.0478515625,
+ -0.00981903076171875,
+ -0.033935546875,
+ 0.0211639404296875,
+ 0.01268768310546875,
+ -0.0015354156494140625,
+ 0.0003409385681152344,
+ -0.0281219482421875,
+ -0.0059814453125,
+ 0.043304443359375,
+ 0.0232696533203125,
+ 0.013092041015625,
+ -0.040252685546875,
+ -0.0533447265625,
+ -0.04364013671875,
+ 0.0193939208984375,
+ 0.0303802490234375,
+ 0.029571533203125,
+ 0.0166473388671875,
+ -0.0633544921875,
+ 0.0104217529296875,
+ -0.07080078125,
+ -0.048797607421875,
+ -0.00775909423828125,
+ 0.004302978515625,
+ 0.0054931640625,
+ 0.06268310546875,
+ -0.0016965866088867188,
+ 0.0186614990234375,
+ -0.0177001953125,
+ 0.06689453125,
+ 0.04364013671875,
+ 0.005535125732421875,
+ -0.043304443359375,
+ 0.043304443359375,
+ 0.026336669921875,
+ -0.0653076171875,
+ -0.001605987548828125,
+ -0.00589752197265625,
+ -0.01013946533203125,
+ 0.0413818359375,
+ -0.05560302734375,
+ 0.0015249252319335938,
+ -0.00658416748046875,
+ -0.06951904296875,
+ -0.03521728515625,
+ -0.042327880859375,
+ -0.0205230712890625,
+ -0.04364013671875,
+ 0.0181884765625,
+ 0.0089263916015625,
+ -0.004261016845703125,
+ 0.050750732421875,
+ -0.0008635520935058594,
+ -0.030059814453125,
+ 0.0159149169921875,
+ 0.0080413818359375,
+ -0.030059814453125,
+ 0.043304443359375,
+ -0.0379638671875,
+ -0.046875,
+ 0.0035762786865234375,
+ 0.0182647705078125,
+ -0.032470703125,
+ 0.003353118896484375,
+ 0.004505157470703125,
+ -0.0066680908203125,
+ 0.0106658935546875,
+ -0.047515869140625,
+ 0.0080413818359375,
+ -0.033447265625,
+ -0.032958984375,
+ -0.02618408203125,
+ -0.0211639404296875,
+ 0.0210113525390625,
+ 0.0226287841796875,
+ 0.00601959228515625,
+ 0.0160064697265625,
+ 0.055267333984375,
+ -0.049774169921875,
+ 0.01349639892578125,
+ 0.01026153564453125,
+ -0.0287628173828125,
+ 0.006343841552734375,
+ -0.00315093994140625,
+ 0.0026264190673828125,
+ -0.0231170654296875,
+ 0.019561767578125,
+ -0.036376953125,
+ -0.0478515625,
+ -0.08148193359375,
+ 0.026336669921875,
+ -0.0150299072265625,
+ -0.00315093994140625,
+ -0.037322998046875,
+ -0.0237579345703125,
+ -0.0533447265625,
+ 0.010223388671875,
+ 0.0243988037109375,
+ 0.0091705322265625,
+ 0.0029087066650390625,
+ -0.03570556640625,
+ 0.0004620552062988281,
+ -0.01001739501953125,
+ -0.036529541015625,
+ 0.022308349609375,
+ -0.007190704345703125,
+ -0.0017576217651367188,
+ 0.00557708740234375,
+ -0.032318115234375,
+ 0.00695037841796875,
+ 0.01430511474609375,
+ 0.017608642578125,
+ 0.0166473388671875,
+ 0.032958984375,
+ -0.0237579345703125,
+ 0.011962890625,
+ 0.0179443359375,
+ -0.004444122314453125,
+ -0.0147857666015625,
+ -0.0200347900390625,
+ -0.002231597900390625,
+ -0.0164794921875,
+ -0.030548095703125,
+ 0.0168914794921875,
+ 0.02044677734375,
+ 0.04815673828125,
+ -0.0022125244140625,
+ -0.0303802490234375,
+ 0.0210113525390625,
+ -0.004547119140625,
+ 0.0274810791015625,
+ -0.047515869140625,
+ -0.07080078125,
+ 0.01898193359375,
+ -0.00470733642578125,
+ 0.0303802490234375,
+ 0.033294677734375,
+ 0.003009796142578125,
+ -0.0384521484375,
+ 0.02520751953125,
+ 0.0614013671875,
+ -0.005939483642578125,
+ -0.040252685546875,
+ -0.031036376953125,
+ 0.01971435546875,
+ 0.01381683349609375,
+ 0.06207275390625,
+ -0.0255279541015625,
+ 0.08404541015625,
+ 0.04461669921875,
+ -0.0109100341796875,
+ 0.03668212890625,
+ 0.0662841796875,
+ 0.051727294921875,
+ -0.0196380615234375,
+ -0.059783935546875,
+ -0.0258636474609375,
+ 0.0076751708984375,
+ -0.046539306640625,
+ -0.03717041015625,
+ 0.0210113525390625,
+ 0.0284423828125,
+ -0.045257568359375,
+ -0.0234375,
+ -0.010986328125,
+ -0.015350341796875,
+ 0.01381683349609375,
+ 0.0159149169921875,
+ -0.0211639404296875,
+ 0.0092926025390625,
+ 0.004947662353515625,
+ -0.0633544921875,
+ 0.0051116943359375,
+ -0.004261016845703125,
+ -0.01470947265625,
+ 0.055267333984375,
+ 0.00876617431640625,
+ -0.004486083984375,
+ 0.0024242401123046875,
+ 0.00823974609375,
+ 0.0286102294921875,
+ 0.01131439208984375,
+ 0.0294189453125,
+ 0.029083251953125,
+ 0.02471923828125,
+ 0.03765869140625,
+ 0.04461669921875,
+ -0.0164031982421875,
+ -0.032470703125,
+ -0.0122833251953125,
+ 0.039764404296875,
+ 0.0162353515625,
+ 0.04364013671875,
+ 0.007152557373046875,
+ 0.0243988037109375,
+ 0.0012273788452148438,
+ -0.04913330078125,
+ 0.026336669921875,
+ 0.0171356201171875,
+ 0.01543426513671875,
+ -0.0260162353515625,
+ -0.0255279541015625,
+ 0.0032520294189453125,
+ -0.039276123046875,
+ 0.04364013671875,
+ 0.010986328125,
+ -0.036376953125,
+ 0.00925445556640625,
+ 0.0379638671875,
+ -0.00008398294448852539,
+ -0.0147857666015625,
+ 0.01413726806640625,
+ -0.0210113525390625,
+ -0.0203704833984375,
+ -0.0308685302734375,
+ -0.0187530517578125,
+ 0.0513916015625,
+ -0.0253753662109375,
+ -0.0623779296875,
+ -0.0172119140625,
+ 0.047515869140625,
+ -0.0089263916015625,
+ -0.042999267578125,
+ -0.020843505859375,
+ 0.0111541748046875,
+ -0.03265380859375,
+ -0.03814697265625,
+ -0.02667236328125,
+ -0.021331787109375,
+ 0.01219940185546875,
+ -0.03167724609375,
+ -0.035552978515625,
+ -0.0049896240234375,
+ 0.0173797607421875,
+ 0.005252838134765625,
+ -0.0292510986328125,
+ -0.0167236328125,
+ 0.0298919677734375,
+ -0.05010986328125,
+ 0.034088134765625,
+ 0.0095367431640625,
+ 0.005374908447265625,
+ 0.0227813720703125,
+ 0.051055908203125,
+ 0.0109100341796875,
+ 0.0203704833984375,
+ -0.006870269775390625,
+ -0.057220458984375,
+ 0.00763702392578125,
+ 0.01074981689453125,
+ 0.010986328125,
+ -0.06951904296875,
+ 0.0006718635559082031,
+ 0.0404052734375,
+ -0.04718017578125,
+ 0.032318115234375,
+ -0.0201263427734375,
+ 0.010345458984375,
+ -0.054962158203125,
+ -0.005535125732421875,
+ 0.018096923828125,
+ 0.0006413459777832031,
+ 0.06207275390625,
+ 0.0122833251953125,
+ -0.0281219482421875,
+ 0.009613037109375,
+ -0.043304443359375,
+ 0.042022705078125,
+ 0.040252685546875,
+ -0.005130767822265625,
+ -0.01123046875,
+ 0.019317626953125,
+ 0.0025043487548828125,
+ -0.0224609375,
+ 0.00003534555435180664,
+ -0.0772705078125,
+ -0.01325225830078125,
+ 0.007556915283203125,
+ 0.0231170654296875,
+ 0.0022220611572265625,
+ -0.01543426513671875,
+ -0.060760498046875,
+ -0.046539306640625,
+ -0.0281219482421875,
+ 0.0439453125,
+ 0.016082763671875,
+ -0.001434326171875,
+ -0.0186614990234375,
+ 0.00832366943359375,
+ -0.01107025146484375,
+ -0.0533447265625,
+ -0.030548095703125,
+ -0.005130767822265625,
+ 0.0394287109375,
+ 0.0191497802734375,
+ -0.05462646484375,
+ 0.033935546875,
+ 0.00860595703125,
+ -0.009490966796875,
+ 0.032806396484375,
+ 0.07177734375,
+ -0.042022705078125,
+ -0.0255279541015625,
+ 0.0292510986328125,
+ 0.03265380859375,
+ 0.004039764404296875,
+ -0.00614166259765625,
+ -0.003475189208984375,
+ -0.00521087646484375,
+ 0.0150299072265625,
+ -0.04168701171875,
+ 0.036529541015625,
+ 0.03216552734375,
+ -0.01462554931640625,
+ -0.07562255859375,
+ -0.0276336669921875,
+ -0.04815673828125,
+ 0.033294677734375,
+ -0.01171875,
+ 0.0439453125,
+ -0.01163482666015625,
+ -0.0156707763671875,
+ -0.09112548828125,
+ 0.06915283203125,
+ -0.018829345703125,
+ 0.032958984375,
+ 0.01995849609375,
+ -0.0177001953125,
+ -0.04461669921875,
+ -0.027313232421875,
+ -0.005374908447265625,
+ 0.003940582275390625,
+ -0.0523681640625,
+ 0.047515869140625,
+ -0.0054931640625,
+ -0.0179443359375,
+ 0.01494598388671875,
+ -0.0200347900390625,
+ 0.0237579345703125,
+ 0.03314208984375,
+ 0.004604339599609375,
+ -0.024078369140625,
+ 0.0762939453125,
+ -0.06365966796875,
+ 0.007556915283203125,
+ 0.0002980232238769531,
+ 0.0379638671875,
+ 0.0122833251953125,
+ -0.0109100341796875,
+ -0.0294189453125,
+ 0.00521087646484375,
+ 0.0287628173828125,
+ 0.0201263427734375,
+ -0.0169677734375,
+ 0.0242462158203125,
+ -0.0066680908203125,
+ 0.057861328125,
+ 0.0022220611572265625,
+ -0.0175323486328125,
+ -0.00023865699768066406,
+ 0.00047969818115234375,
+ -0.038787841796875,
+ 0.01413726806640625,
+ -0.0384521484375,
+ -0.0823974609375,
+ -0.021820068359375,
+ -0.042022705078125,
+ -0.0184173583984375,
+ 0.004947662353515625,
+ 0.012603759765625,
+ 0.01001739501953125,
+ -0.0248870849609375,
+ 0.043304443359375,
+ 0.0021305084228515625,
+ 0.004726409912109375,
+ -0.01155853271484375,
+ 0.019073486328125,
+ -0.0189056396484375,
+ 0.0242462158203125,
+ -0.007068634033203125,
+ -0.0159149169921875,
+ 0.0227813720703125,
+ -0.020843505859375,
+ 0.004322052001953125,
+ -0.020599365234375,
+ 0.0224609375,
+ -0.01430511474609375,
+ 0.0458984375,
+ -0.038787841796875,
+ -0.0020198822021484375,
+ 0.005859375,
+ 0.027801513671875,
+ 0.01268768310546875,
+ -0.0258636474609375,
+ 0.05364990234375,
+ -0.01244354248046875,
+ -0.057220458984375,
+ 0.00864410400390625,
+ -0.03570556640625,
+ -0.02471923828125,
+ 0.0216522216796875,
+ -0.03265380859375,
+ -0.00739288330078125,
+ 0.0201263427734375,
+ 0.0161590576171875,
+ 0.0051116943359375,
+ 0.0111541748046875,
+ 0.0088043212890625,
+ -0.0066680908203125,
+ 0.0224609375,
+ -0.004947662353515625,
+ 0.01268768310546875,
+ 0.0018987655639648438,
+ 0.03619384765625,
+ -0.01430511474609375,
+ 0.0226287841796875,
+ 0.029083251953125,
+ -0.102783203125,
+ 0.021820068359375,
+ 0.0131683349609375,
+ -0.059478759765625,
+ 0.0157623291015625,
+ 0.059783935546875,
+ 0.0439453125,
+ 0.0096588134765625,
+ 0.046234130859375,
+ 0.0523681640625,
+ 0.030059814453125,
+ -0.0059814453125,
+ -0.037322998046875,
+ -0.07562255859375,
+ -0.004505157470703125,
+ 0.035064697265625,
+ 0.03814697265625,
+ -0.052032470703125,
+ 0.0494384765625,
+ 0.0614013671875,
+ 0.00860595703125,
+ 0.007312774658203125,
+ 0.00937652587890625,
+ -0.0265045166015625,
+ 0.045562744140625,
+ 0.023590087890625,
+ 0.033935546875,
+ -0.0494384765625,
+ 0.005779266357421875,
+ 0.00832366943359375,
+ -0.0028285980224609375,
+ -0.01219940185546875,
+ 0.01123046875,
+ -0.019073486328125,
+ 0.056243896484375,
+ -0.059783935546875,
+ 0.00482940673828125,
+ 0.0237579345703125,
+ 0.04461669921875,
+ 0.019073486328125,
+ -0.0231170654296875,
+ -0.0117950439453125,
+ 0.036834716796875,
+ 0.0253753662109375,
+ -0.00945281982421875,
+ 0.0026454925537109375,
+ 0.023590087890625,
+ -0.0147857666015625,
+ 0.01397705078125,
+ 0.043304443359375,
+ -0.006748199462890625,
+ 0.03619384765625,
+ 0.034759521484375,
+ -0.038787841796875,
+ 0.03070068359375,
+ 0.0016870498657226562,
+ 0.0182647705078125,
+ 0.0184173583984375,
+ -0.04815673828125,
+ -0.0175323486328125,
+ -0.046234130859375,
+ 0.048797607421875,
+ -0.0028285980224609375,
+ 0.034576416015625,
+ 0.032470703125,
+ -0.02197265625,
+ -0.003131866455078125,
+ 0.012847900390625,
+ 0.0023136138916015625,
+ 0.042999267578125,
+ 0.055267333984375,
+ 0.01543426513671875,
+ 0.02294921875,
+ 0.0152740478515625,
+ 0.016571044921875,
+ -0.045257568359375,
+ 0.03070068359375,
+ -0.0308685302734375,
+ -0.0003712177276611328,
+ -0.03863525390625,
+ -0.01123046875,
+ 0.004180908203125,
+ -0.02294921875,
+ -0.0271453857421875,
+ -0.031341552734375,
+ 0.0284423828125,
+ -0.0009140968322753906,
+ -0.05560302734375,
+ 0.0175323486328125,
+ 0.0714111328125,
+ -0.038787841796875,
+ 0.01050567626953125,
+ 0.0120391845703125,
+ 0.0009341239929199219,
+ -0.007595062255859375,
+ -0.05462646484375,
+ 0.06884765625,
+ 0.044921875,
+ 0.00957489013671875,
+ -0.0120391845703125,
+ -0.0082855224609375,
+ 0.038299560546875,
+ -0.002948760986328125,
+ -0.0010404586791992188,
+ 0.0150299072265625,
+ -0.0076751708984375,
+ 0.042327880859375,
+ 0.023590087890625,
+ 0.0035152435302734375,
+ -0.036529541015625,
+ 0.03216552734375,
+ 0.010101318359375,
+ -0.049774169921875,
+ 0.02197265625,
+ 0.004787445068359375,
+ 0.004909515380859375,
+ -0.0243988037109375,
+ -0.0096588134765625,
+ -0.0297393798828125,
+ -0.051055908203125,
+ 0.044281005859375,
+ -0.037017822265625,
+ -0.024566650390625,
+ 0.00177764892578125,
+ -0.05816650390625,
+ 0.036834716796875,
+ 0.00925445556640625,
+ 0.056243896484375,
+ -0.03619384765625,
+ 0.03619384765625,
+ -0.0286102294921875,
+ 0.021331787109375,
+ -0.00763702392578125,
+ 0.034423828125,
+ -0.02294921875,
+ 0.0614013671875,
+ -0.0308685302734375,
+ 0.049774169921875,
+ 0.03265380859375,
+ -0.0131683349609375,
+ -0.06109619140625,
+ -0.00446319580078125,
+ 0.0005478858947753906,
+ -0.01268768310546875,
+ 0.037322998046875,
+ -0.042999267578125,
+ 0.00888824462890625,
+ -0.0081634521484375,
+ 0.06011962890625,
+ 0.0394287109375,
+ -0.0089263916015625,
+ 0.00856781005859375,
+ 0.0008130073547363281,
+ -0.00888824462890625,
+ -0.006381988525390625,
+ -0.0029296875
+ ],
+ "metadata": {
+ "domains": [
+ "ics-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "firmware",
+ "automation"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_dcfldd",
+ "type": "tool",
+ "name": "dcfldd",
+ "content": "dcfldd defense computer forensics lab dd erweitert klassisches dd um essenzielle forensische features für professionelle imaging-workflows. simultane multi-hash-berechnung (md5, sha1, sha256) während des imaging-prozesses ohne performance-einbußen oder zusätzliche passes. split-on-the-fly für multi-volume-archives ohne zwischenspeicherung, pattern-wiping für dod 5220.22-m-konforme sichere löschung. status-output zeigt transfer-geschwindigkeit, verbleibende zeit und eta-berechnung. block-level-hashing ermöglicht granulare integritätsprüfung einzelner disk-sektoren für partial-corruption-detection. verify-funktion prüft geschriebene daten sofort durch read-back-verification. cli physical-copy hashing scenario:disk_imaging compression integrity-check split-output status-display pattern-wipe verify-mode block-hashing progress-reporting incident-response static-investigations data-collection",
+ "embedding": [
+ 0.00225830078125,
+ 0.00252532958984375,
+ 0.025390625,
+ -0.0296478271484375,
+ 0.0396728515625,
+ 0.0399169921875,
+ 0.01157379150390625,
+ -0.0012035369873046875,
+ -0.01523590087890625,
+ 0.011810302734375,
+ -0.03497314453125,
+ 0.05267333984375,
+ 0.005107879638671875,
+ -0.00749969482421875,
+ -0.0628662109375,
+ 0.051483154296875,
+ -0.015472412109375,
+ -0.00756072998046875,
+ 0.0216217041015625,
+ 0.020904541015625,
+ -0.02197265625,
+ 0.00437164306640625,
+ -0.0474853515625,
+ 0.01293182373046875,
+ 0.00014209747314453125,
+ -0.0036468505859375,
+ -0.033538818359375,
+ -0.087890625,
+ -0.0255126953125,
+ 0.00838470458984375,
+ 0.003070831298828125,
+ -0.01387786865234375,
+ 0.01122283935546875,
+ 0.030120849609375,
+ 0.0024509429931640625,
+ -0.024688720703125,
+ -0.01806640625,
+ -0.0325927734375,
+ -0.008087158203125,
+ 0.040863037109375,
+ -0.0304718017578125,
+ 0.00797271728515625,
+ 0.01163482666015625,
+ -0.0184326171875,
+ -0.011932373046875,
+ -0.042510986328125,
+ 0.0205535888671875,
+ -0.0141143798828125,
+ 0.0013513565063476562,
+ -0.03851318359375,
+ 0.0185394287109375,
+ 0.035186767578125,
+ 0.006496429443359375,
+ 0.00252532958984375,
+ -0.04534912109375,
+ 0.0401611328125,
+ 0.03118896484375,
+ -0.0330810546875,
+ -0.036376953125,
+ 0.06048583984375,
+ -0.042755126953125,
+ -0.0108642578125,
+ -0.00434112548828125,
+ -0.0296478271484375,
+ -0.005786895751953125,
+ 0.01015472412109375,
+ -0.02740478515625,
+ -0.01446533203125,
+ 0.0193634033203125,
+ 0.0325927734375,
+ -0.002819061279296875,
+ -0.02349853515625,
+ 0.004840850830078125,
+ 0.03424072265625,
+ -0.0186614990234375,
+ -0.040618896484375,
+ 0.01535797119140625,
+ 0.0291748046875,
+ 0.005992889404296875,
+ 0.006938934326171875,
+ -0.046783447265625,
+ 0.03094482421875,
+ 0.0230255126953125,
+ -0.031646728515625,
+ -0.0328369140625,
+ 0.0233917236328125,
+ 0.0178375244140625,
+ 0.00803375244140625,
+ -0.00617218017578125,
+ 0.003986358642578125,
+ 0.01617431640625,
+ -0.01275634765625,
+ 0.0287017822265625,
+ -0.022796630859375,
+ 0.03094482421875,
+ 0.048431396484375,
+ 0.0159454345703125,
+ 0.0126953125,
+ 0.024566650390625,
+ 0.04583740234375,
+ 0.04559326171875,
+ -0.030242919921875,
+ 0.0323486328125,
+ 0.0132904052734375,
+ 0.057403564453125,
+ -0.0194854736328125,
+ 0.006084442138671875,
+ 0.0049896240234375,
+ -0.03143310546875,
+ -0.0022144317626953125,
+ -0.080810546875,
+ -0.0474853515625,
+ -0.030242919921875,
+ -0.0699462890625,
+ -0.0015506744384765625,
+ -0.019256591796875,
+ 0.0022735595703125,
+ 0.052215576171875,
+ -0.0159454345703125,
+ -0.01264190673828125,
+ 0.00891876220703125,
+ 0.028472900390625,
+ -5.960464477539062e-7,
+ 0.00926971435546875,
+ -0.03424072265625,
+ -0.042510986328125,
+ 0.0040740966796875,
+ 0.01092529296875,
+ -0.0474853515625,
+ -0.0255126953125,
+ 0.0025539398193359375,
+ -0.01169586181640625,
+ -0.00968170166015625,
+ -0.013702392578125,
+ -0.004871368408203125,
+ -0.031890869140625,
+ 0.037811279296875,
+ -0.00528717041015625,
+ -0.022796630859375,
+ 0.00850677490234375,
+ 0.031890869140625,
+ -0.0401611328125,
+ -0.065673828125,
+ 0.02197265625,
+ -0.02020263671875,
+ -0.03143310546875,
+ -0.029876708984375,
+ 0.015594482421875,
+ -0.030242919921875,
+ -0.04345703125,
+ 0.013702392578125,
+ 0.022674560546875,
+ 0.051025390625,
+ 0.00031185150146484375,
+ 0.010986328125,
+ -0.0277557373046875,
+ -0.0027904510498046875,
+ -0.017364501953125,
+ 0.017486572265625,
+ 0.01169586181640625,
+ -0.04937744140625,
+ 0.0230255126953125,
+ -0.01654052734375,
+ 0.03826904296875,
+ -0.01293182373046875,
+ -0.046783447265625,
+ -0.0304718017578125,
+ 0.02349853515625,
+ 0.01092529296875,
+ 0.0018672943115234375,
+ 0.03851318359375,
+ -0.017364501953125,
+ 0.0477294921875,
+ 0.080322265625,
+ 0.0114593505859375,
+ 0.026580810546875,
+ 0.0049591064453125,
+ 0.0113372802734375,
+ 0.0474853515625,
+ 0.0145263671875,
+ -0.03472900390625,
+ -0.0216217041015625,
+ 0.03662109375,
+ 0.003173828125,
+ 0.01062774658203125,
+ -0.026458740234375,
+ -0.020782470703125,
+ 0.0270538330078125,
+ -0.055511474609375,
+ 0.0270538330078125,
+ -0.0220947265625,
+ -0.0014171600341796875,
+ -0.0132904052734375,
+ 0.049835205078125,
+ -0.006763458251953125,
+ 0.06707763671875,
+ 0.035919189453125,
+ -0.006259918212890625,
+ 0.050567626953125,
+ -0.017120361328125,
+ -0.0020084381103515625,
+ 0.018310546875,
+ -0.010040283203125,
+ 0.055267333984375,
+ 0.024444580078125,
+ 0.007678985595703125,
+ 0.0016756057739257812,
+ 0.031646728515625,
+ 0.040618896484375,
+ -0.0399169921875,
+ -0.024444580078125,
+ 0.026580810546875,
+ -0.029876708984375,
+ -0.05645751953125,
+ -0.03802490234375,
+ -0.024566650390625,
+ 0.01387786865234375,
+ -0.0197296142578125,
+ 0.003749847412109375,
+ -0.01488494873046875,
+ 0.01027679443359375,
+ -0.035430908203125,
+ -0.0002224445343017578,
+ 0.01293182373046875,
+ -0.0012693405151367188,
+ 0.033538818359375,
+ 0.00933074951171875,
+ -0.0295257568359375,
+ -0.05859375,
+ 0.043701171875,
+ 0.01428985595703125,
+ 0.017364501953125,
+ -0.0131072998046875,
+ 0.00974273681640625,
+ 0.0050201416015625,
+ -0.0170135498046875,
+ 0.057647705078125,
+ 0.01074981689453125,
+ 0.0222015380859375,
+ -0.00897979736328125,
+ -0.00753021240234375,
+ 0.04559326171875,
+ -0.0288238525390625,
+ 0.037078857421875,
+ 0.0132293701171875,
+ -0.03448486328125,
+ 0.0233917236328125,
+ 0.0078582763671875,
+ 0.017242431640625,
+ 0.03802490234375,
+ -0.06805419921875,
+ -0.00945281982421875,
+ -0.08221435546875,
+ 0.00746917724609375,
+ -0.06048583984375,
+ -0.0216217041015625,
+ -0.0404052734375,
+ -0.05267333984375,
+ 0.0404052734375,
+ -0.0361328125,
+ -0.0439453125,
+ -0.0011882781982421875,
+ 0.0251617431640625,
+ -0.0036754608154296875,
+ 0.02197265625,
+ -0.0150604248046875,
+ -0.03851318359375,
+ 0.0323486328125,
+ 0.09307861328125,
+ -0.00251007080078125,
+ 0.001468658447265625,
+ -0.03472900390625,
+ 0.0401611328125,
+ -0.0206756591796875,
+ 0.04156494140625,
+ -0.0223236083984375,
+ -0.009918212890625,
+ -0.001468658447265625,
+ 0.0249176025390625,
+ 0.017364501953125,
+ -0.020782470703125,
+ 0.0038089752197265625,
+ -0.01081085205078125,
+ 0.047943115234375,
+ -0.037811279296875,
+ -0.00048732757568359375,
+ -0.0006937980651855469,
+ 0.009033203125,
+ -0.035186767578125,
+ -0.065185546875,
+ 0.0232696533203125,
+ 0.0266876220703125,
+ 0.0022296905517578125,
+ 0.0006051063537597656,
+ 0.00711822509765625,
+ -0.037811279296875,
+ -0.00525665283203125,
+ 0.0159454345703125,
+ -0.0034999847412109375,
+ 0.0220947265625,
+ 0.02020263671875,
+ -0.040863037109375,
+ 0.0004169940948486328,
+ -0.0028934478759765625,
+ 0.0230255126953125,
+ -0.05621337890625,
+ -0.042510986328125,
+ -0.0297698974609375,
+ -0.0257415771484375,
+ -0.041351318359375,
+ -0.0289306640625,
+ 0.0078582763671875,
+ -0.0252838134765625,
+ 0.0009965896606445312,
+ -0.01523590087890625,
+ 0.0007824897766113281,
+ -0.03472900390625,
+ -0.0194854736328125,
+ 0.0212554931640625,
+ -0.0222015380859375,
+ -0.040618896484375,
+ -0.011871337890625,
+ 0.044403076171875,
+ 0.0023632049560546875,
+ 0.00661468505859375,
+ 0.0007085800170898438,
+ -0.0005536079406738281,
+ -0.010040283203125,
+ 0.00655364990234375,
+ -0.00986480712890625,
+ 0.046295166015625,
+ 0.0124053955078125,
+ 0.0469970703125,
+ 0.01275634765625,
+ 0.04180908203125,
+ -0.0029964447021484375,
+ 0.0548095703125,
+ 0.01122283935546875,
+ -0.001491546630859375,
+ -0.0158233642578125,
+ -0.0214996337890625,
+ 0.015716552734375,
+ 0.035186767578125,
+ -0.00614166259765625,
+ -0.0175933837890625,
+ 0.009979248046875,
+ -0.0184326171875,
+ 0.008148193359375,
+ 0.0218505859375,
+ 0.01641845703125,
+ 0.0304718017578125,
+ -0.03851318359375,
+ 0.01446533203125,
+ 0.046051025390625,
+ 0.0197296142578125,
+ 0.0906982421875,
+ -0.0059051513671875,
+ -0.0323486328125,
+ 0.01033782958984375,
+ 0.028350830078125,
+ 0.003276824951171875,
+ -0.0231475830078125,
+ 0.01641845703125,
+ 0.0224456787109375,
+ -0.0068511962890625,
+ 0.0150604248046875,
+ 0.03094482421875,
+ 0.017486572265625,
+ -0.0058746337890625,
+ -0.0141754150390625,
+ 0.0304718017578125,
+ -0.0104522705078125,
+ 0.01027679443359375,
+ 0.040863037109375,
+ 0.026214599609375,
+ 0.0249176025390625,
+ 0.029296875,
+ -0.0330810546875,
+ -0.01210784912109375,
+ -0.03662109375,
+ -0.064697265625,
+ 0.000797271728515625,
+ 0.053863525390625,
+ 0.0239715576171875,
+ 0.05242919921875,
+ -0.0224456787109375,
+ -0.051483154296875,
+ 0.0206756591796875,
+ -0.0472412109375,
+ 0.050079345703125,
+ 0.028472900390625,
+ 0.0259857177734375,
+ 0.0325927734375,
+ 0.01617431640625,
+ 0.024566650390625,
+ 0.033538818359375,
+ 0.009033203125,
+ 0.024688720703125,
+ 0.02020263671875,
+ 0.04180908203125,
+ 0.011749267578125,
+ -0.04510498046875,
+ 0.0149383544921875,
+ 0.0323486328125,
+ 0.0266876220703125,
+ 0.0186614990234375,
+ 0.022552490234375,
+ 0.00726318359375,
+ 0.00018644332885742188,
+ -0.015472412109375,
+ 0.04180908203125,
+ 0.0230255126953125,
+ 0.00202178955078125,
+ 0.0186614990234375,
+ -0.0197296142578125,
+ 0.0108642578125,
+ -0.04913330078125,
+ -0.010986328125,
+ 0.004695892333984375,
+ 0.0023479461669921875,
+ 0.026214599609375,
+ 0.025634765625,
+ -0.053375244140625,
+ -0.0185394287109375,
+ 0.03094482421875,
+ -0.05291748046875,
+ 0.026336669921875,
+ 0.01081085205078125,
+ -0.038970947265625,
+ 0.0252838134765625,
+ -0.00879669189453125,
+ -0.06805419921875,
+ 0.01151275634765625,
+ -0.034027099609375,
+ -0.019012451171875,
+ 0.004695892333984375,
+ 0.053619384765625,
+ -0.04888916015625,
+ -0.02740478515625,
+ -0.0469970703125,
+ -0.01435089111328125,
+ -0.024444580078125,
+ -0.028472900390625,
+ 0.0270538330078125,
+ 0.0011148452758789062,
+ -0.00019466876983642578,
+ 0.035430908203125,
+ 0.05975341796875,
+ 0.0024509429931640625,
+ 0.0012922286987304688,
+ 0.057647705078125,
+ -0.0091552734375,
+ -0.059295654296875,
+ 0.03802490234375,
+ 0.019012451171875,
+ 0.007617950439453125,
+ -0.032135009765625,
+ -0.01305389404296875,
+ -0.0040435791015625,
+ 0.0091552734375,
+ 0.00225830078125,
+ 0.01617431640625,
+ -0.04937744140625,
+ -0.048431396484375,
+ -0.04534912109375,
+ 0.0204315185546875,
+ 0.0032634735107421875,
+ 0.0330810546875,
+ 0.01074981689453125,
+ -0.044189453125,
+ 0.00939178466796875,
+ -0.04559326171875,
+ -0.06048583984375,
+ 0.015716552734375,
+ 0.004901885986328125,
+ -0.0239715576171875,
+ 0.07513427734375,
+ -0.025634765625,
+ 0.02197265625,
+ -0.01983642578125,
+ 0.0266876220703125,
+ 0.01393890380859375,
+ -0.004695892333984375,
+ -0.04510498046875,
+ 0.034027099609375,
+ 0.0401611328125,
+ -0.0618896484375,
+ -0.0218505859375,
+ -0.0401611328125,
+ -0.0126953125,
+ 0.0477294921875,
+ -0.059539794921875,
+ -0.01245880126953125,
+ -0.00658416748046875,
+ -0.057861328125,
+ -0.037811279296875,
+ -0.029998779296875,
+ -0.005523681640625,
+ -0.044891357421875,
+ 0.042510986328125,
+ 0.04510498046875,
+ -0.00522613525390625,
+ 0.02740478515625,
+ 0.00611114501953125,
+ 0.006259918212890625,
+ 0.017364501953125,
+ 0.004459381103515625,
+ -0.010101318359375,
+ 0.039215087890625,
+ -0.057403564453125,
+ -0.031890869140625,
+ -0.025390625,
+ 0.035430908203125,
+ -0.031646728515625,
+ -0.0178375244140625,
+ 0.0123443603515625,
+ -0.03662109375,
+ 0.03662109375,
+ -0.050567626953125,
+ 0.0108642578125,
+ -0.0307159423828125,
+ -0.02728271484375,
+ -0.055267333984375,
+ -0.006496429443359375,
+ 0.006671905517578125,
+ 0.0159454345703125,
+ -0.01151275634765625,
+ -0.010101318359375,
+ 0.01617431640625,
+ -0.04888916015625,
+ 0.04534912109375,
+ 0.0122222900390625,
+ 0.00247955322265625,
+ -0.0008082389831542969,
+ -0.021148681640625,
+ 0.006938934326171875,
+ 0.01245880126953125,
+ 0.025634765625,
+ -0.02716064453125,
+ -0.0196075439453125,
+ -0.055511474609375,
+ 0.022674560546875,
+ -0.00386810302734375,
+ -0.003986358642578125,
+ -0.0085601806640625,
+ -0.036865234375,
+ -0.07464599609375,
+ 0.001712799072265625,
+ 0.036376953125,
+ 0.006496429443359375,
+ 0.0006198883056640625,
+ -0.019256591796875,
+ 0.0041351318359375,
+ -0.0177154541015625,
+ -0.02197265625,
+ 0.050567626953125,
+ -0.0167694091796875,
+ 0.013702392578125,
+ 0.01806640625,
+ -0.02020263671875,
+ 0.0361328125,
+ 0.01275634765625,
+ 0.00926971435546875,
+ 0.0205535888671875,
+ -0.00897979736328125,
+ -0.0233917236328125,
+ 0.00933074951171875,
+ -0.0036163330078125,
+ -0.037567138671875,
+ -0.0091552734375,
+ -0.0268096923828125,
+ 0.011810302734375,
+ -0.025634765625,
+ -0.009918212890625,
+ 0.029998779296875,
+ 0.0259857177734375,
+ 0.0206756591796875,
+ -0.00926971435546875,
+ -0.006378173828125,
+ 0.02197265625,
+ -0.0012178421020507812,
+ 0.06658935546875,
+ -0.00009733438491821289,
+ -0.041351318359375,
+ 0.01488494873046875,
+ -0.0160675048828125,
+ 0.04583740234375,
+ 0.042755126953125,
+ -0.0030422210693359375,
+ -0.01346588134765625,
+ -0.015472412109375,
+ 0.041351318359375,
+ -0.01806640625,
+ -0.03662109375,
+ -0.0307159423828125,
+ 0.0141754150390625,
+ 0.029998779296875,
+ 0.035919189453125,
+ 0.0017347335815429688,
+ 0.07086181640625,
+ 0.0004317760467529297,
+ 0.0304718017578125,
+ 0.0628662109375,
+ 0.04937744140625,
+ 0.038726806640625,
+ -0.0218505859375,
+ -0.0732421875,
+ 0.005462646484375,
+ -0.0068511962890625,
+ -0.037322998046875,
+ -0.050567626953125,
+ -0.008209228515625,
+ 0.06658935546875,
+ -0.04559326171875,
+ -0.0220947265625,
+ 0.001491546630859375,
+ -0.0104522705078125,
+ 0.02197265625,
+ 0.022796630859375,
+ -0.0212554931640625,
+ 0.009918212890625,
+ 0.003955841064453125,
+ -0.02752685546875,
+ -0.0178375244140625,
+ -0.01104736328125,
+ 0.013641357421875,
+ 0.05126953125,
+ 0.05694580078125,
+ -0.0025386810302734375,
+ 0.03143310546875,
+ 0.011749267578125,
+ 0.01629638671875,
+ 0.0258636474609375,
+ 0.0132904052734375,
+ 0.01806640625,
+ 0.0252838134765625,
+ 0.040863037109375,
+ 0.0404052734375,
+ 0.0170135498046875,
+ -0.00850677490234375,
+ 0.0277557373046875,
+ 0.025634765625,
+ 0.029998779296875,
+ 0.059539794921875,
+ 0.0128173828125,
+ -0.013641357421875,
+ -0.0028934478759765625,
+ -0.053619384765625,
+ -0.0170135498046875,
+ 0.00803375244140625,
+ 0.008148193359375,
+ -0.048431396484375,
+ -0.0232696533203125,
+ 0.0027904510498046875,
+ -0.02386474609375,
+ 0.06048583984375,
+ 0.0222015380859375,
+ -0.009979248046875,
+ 0.00018084049224853516,
+ 0.0288238525390625,
+ 0.007678985595703125,
+ -0.024810791015625,
+ -0.00481414794921875,
+ -0.0323486328125,
+ -0.0323486328125,
+ -0.036865234375,
+ -0.028472900390625,
+ 0.030120849609375,
+ -0.038970947265625,
+ -0.0404052734375,
+ -0.024688720703125,
+ 0.035186767578125,
+ -0.00891876220703125,
+ -0.0304718017578125,
+ -0.0249176025390625,
+ -0.024688720703125,
+ -0.01340484619140625,
+ -0.037811279296875,
+ -0.038970947265625,
+ -0.01334381103515625,
+ 0.0175933837890625,
+ -0.03851318359375,
+ 0.0268096923828125,
+ -0.0105133056640625,
+ -0.03662109375,
+ -0.0249176025390625,
+ -0.022674560546875,
+ -0.017364501953125,
+ 0.026580810546875,
+ -0.0361328125,
+ 0.040863037109375,
+ -0.00797271728515625,
+ 0.0231475830078125,
+ 0.03448486328125,
+ 0.06427001953125,
+ -0.0288238525390625,
+ 0.00945281982421875,
+ -0.022796630859375,
+ -0.04180908203125,
+ 0.020904541015625,
+ -0.008270263671875,
+ 0.01535797119140625,
+ -0.057159423828125,
+ -0.0018606185913085938,
+ 0.04534912109375,
+ -0.059539794921875,
+ 0.037078857421875,
+ -0.00437164306640625,
+ -0.01641845703125,
+ -0.051971435546875,
+ -0.0114593505859375,
+ 0.0087432861328125,
+ 0.0231475830078125,
+ 0.08740234375,
+ 0.0197296142578125,
+ -0.006229400634765625,
+ -0.0187835693359375,
+ -0.0251617431640625,
+ 0.048187255859375,
+ 0.031890869140625,
+ 0.048187255859375,
+ -0.04534912109375,
+ 0.0222015380859375,
+ 0.00726318359375,
+ -0.0296478271484375,
+ 0.005786895751953125,
+ -0.0760498046875,
+ 0.0028934478759765625,
+ 0.033782958984375,
+ 0.017120361328125,
+ -0.0266876220703125,
+ -0.037567138671875,
+ -0.04156494140625,
+ -0.01027679443359375,
+ -0.044189453125,
+ 0.01806640625,
+ -0.007411956787109375,
+ 0.0017642974853515625,
+ -0.035919189453125,
+ -0.005611419677734375,
+ 0.005611419677734375,
+ -0.03851318359375,
+ -0.038970947265625,
+ -0.0477294921875,
+ 0.04345703125,
+ -0.006496429443359375,
+ -0.055999755859375,
+ 0.03826904296875,
+ 0.0187835693359375,
+ 0.0091552734375,
+ 0.01428985595703125,
+ 0.051971435546875,
+ -0.049835205078125,
+ 0.01435089111328125,
+ -0.006465911865234375,
+ 0.026214599609375,
+ 0.010101318359375,
+ 0.024566650390625,
+ 0.0027751922607421875,
+ 0.0269317626953125,
+ 0.042999267578125,
+ -0.01198577880859375,
+ 0.048675537109375,
+ 0.00791168212890625,
+ -0.03851318359375,
+ -0.03802490234375,
+ -0.04205322265625,
+ -0.01264190673828125,
+ 0.03497314453125,
+ -0.0181884765625,
+ 0.06329345703125,
+ 0.0160675048828125,
+ -0.003955841064453125,
+ -0.10821533203125,
+ 0.057403564453125,
+ -0.04229736328125,
+ 0.0404052734375,
+ 0.0178375244140625,
+ 0.0036468505859375,
+ -0.0543212890625,
+ -0.0307159423828125,
+ -0.0178375244140625,
+ 0.037811279296875,
+ -0.0307159423828125,
+ 0.05078125,
+ 0.006435394287109375,
+ -0.0022144317626953125,
+ 0.004634857177734375,
+ -0.048187255859375,
+ -0.00620269775390625,
+ 0.05242919921875,
+ 0.0017719268798828125,
+ -0.01204681396484375,
+ 0.046295166015625,
+ -0.0232696533203125,
+ 0.0216217041015625,
+ -0.0030269622802734375,
+ 0.0024509429931640625,
+ 0.01806640625,
+ 0.002849578857421875,
+ -0.01198577880859375,
+ -0.008270263671875,
+ 0.01641845703125,
+ 0.04156494140625,
+ -0.0203094482421875,
+ 0.01104736328125,
+ -0.002834320068359375,
+ 0.0252838134765625,
+ -0.01393890380859375,
+ -0.0258636474609375,
+ 0.004489898681640625,
+ 0.0077362060546875,
+ -0.00850677490234375,
+ -0.02740478515625,
+ -0.06024169921875,
+ -0.1025390625,
+ 0.019012451171875,
+ -0.03802490234375,
+ -0.021026611328125,
+ 0.0291748046875,
+ 0.033538818359375,
+ 0.002597808837890625,
+ -0.0249176025390625,
+ 0.00252532958984375,
+ -0.019256591796875,
+ -0.01264190673828125,
+ -0.064697265625,
+ 0.033538818359375,
+ -0.0145263671875,
+ 0.041351318359375,
+ 0.00202178955078125,
+ -0.03143310546875,
+ 0.035919189453125,
+ -0.0203094482421875,
+ 0.0010557174682617188,
+ -0.0189056396484375,
+ 0.0008416175842285156,
+ -0.02728271484375,
+ 0.031646728515625,
+ -0.0694580078125,
+ -0.015594482421875,
+ 0.021026611328125,
+ 0.0323486328125,
+ 0.0167694091796875,
+ -0.06024169921875,
+ 0.038726806640625,
+ -0.0249176025390625,
+ -0.057861328125,
+ 0.0220947265625,
+ -0.0261077880859375,
+ -0.0396728515625,
+ 0.031646728515625,
+ -0.02362060546875,
+ 0.01654052734375,
+ -0.004901885986328125,
+ 0.038726806640625,
+ 0.037322998046875,
+ 0.034027099609375,
+ 0.0008821487426757812,
+ -0.029296875,
+ -0.01027679443359375,
+ 0.00293731689453125,
+ 0.006290435791015625,
+ 0.0361328125,
+ 0.0160675048828125,
+ 0.0006718635559082031,
+ 0.005138397216796875,
+ 0.0036754608154296875,
+ -0.0977783203125,
+ -0.0323486328125,
+ -0.042755126953125,
+ -0.048187255859375,
+ 0.00891876220703125,
+ 0.10394287109375,
+ 0.0269317626953125,
+ 0.01116180419921875,
+ 0.017486572265625,
+ 0.0684814453125,
+ 0.007175445556640625,
+ 0.031646728515625,
+ -0.010040283203125,
+ -0.034027099609375,
+ -0.01535797119140625,
+ -0.008270263671875,
+ 0.01654052734375,
+ -0.047943115234375,
+ 0.021026611328125,
+ 0.04962158203125,
+ -0.0243377685546875,
+ -0.00791168212890625,
+ -0.00797271728515625,
+ 0.005313873291015625,
+ 0.029876708984375,
+ 0.050079345703125,
+ 0.019012451171875,
+ -0.0543212890625,
+ 0.0159454345703125,
+ 0.0132293701171875,
+ -0.018310546875,
+ 0.002407073974609375,
+ 0.006435394287109375,
+ -0.020904541015625,
+ 0.053375244140625,
+ -0.06378173828125,
+ -0.017364501953125,
+ 0.0041351318359375,
+ 0.0732421875,
+ 0.0030422210693359375,
+ -0.042755126953125,
+ -0.02008056640625,
+ 0.059539794921875,
+ 0.035675048828125,
+ -0.0220947265625,
+ 0.0035877227783203125,
+ -0.037567138671875,
+ -0.0205535888671875,
+ 0.0276336669921875,
+ 0.042999267578125,
+ -0.02020263671875,
+ 0.04180908203125,
+ 0.015472412109375,
+ -0.043701171875,
+ 0.0270538330078125,
+ -0.01535797119140625,
+ 0.0059356689453125,
+ 0.001239776611328125,
+ -0.034027099609375,
+ -0.022796630859375,
+ -0.059051513671875,
+ 0.03118896484375,
+ 0.00933074951171875,
+ 0.024444580078125,
+ 0.03448486328125,
+ -0.0128173828125,
+ -0.01074981689453125,
+ 0.0223236083984375,
+ 0.0255126953125,
+ 0.03143310546875,
+ 0.0181884765625,
+ 0.00980377197265625,
+ 0.00732421875,
+ 0.022674560546875,
+ 0.031646728515625,
+ -0.02374267578125,
+ 0.034027099609375,
+ -0.04156494140625,
+ 0.0010776519775390625,
+ -0.04962158203125,
+ 0.0085601806640625,
+ 0.021728515625,
+ -0.042999267578125,
+ -0.0085601806640625,
+ -0.0285797119140625,
+ 0.0203094482421875,
+ -0.038726806640625,
+ -0.0252838134765625,
+ -0.01204681396484375,
+ 0.04913330078125,
+ -0.02349853515625,
+ 0.0255126953125,
+ 0.019256591796875,
+ 0.002185821533203125,
+ 0.013580322265625,
+ -0.055999755859375,
+ 0.07275390625,
+ 0.034027099609375,
+ 0.01393890380859375,
+ -0.005344390869140625,
+ 0.015716552734375,
+ -0.00386810302734375,
+ -0.015472412109375,
+ 0.0328369140625,
+ 0.011871337890625,
+ -0.051025390625,
+ 0.037078857421875,
+ 0.041107177734375,
+ 0.0184326171875,
+ -0.040618896484375,
+ 0.0149993896484375,
+ 0.0009670257568359375,
+ -0.0259857177734375,
+ 0.057647705078125,
+ 0.0142364501953125,
+ 0.0269317626953125,
+ 0.0019197463989257812,
+ -0.01204681396484375,
+ -0.015472412109375,
+ -0.0548095703125,
+ 0.035186767578125,
+ 0.0068206787109375,
+ -0.00115203857421875,
+ 0.055267333984375,
+ -0.043701171875,
+ 0.061431884765625,
+ -0.00021135807037353516,
+ 0.048431396484375,
+ -0.02349853515625,
+ 0.05694580078125,
+ -0.004608154296875,
+ 0.006053924560546875,
+ 0.0177154541015625,
+ 0.0003838539123535156,
+ -0.011749267578125,
+ 0.02374267578125,
+ -0.01027679443359375,
+ 0.07415771484375,
+ 0.039459228515625,
+ -0.0077362060546875,
+ -0.06329345703125,
+ -0.0296478271484375,
+ -0.037567138671875,
+ -0.00614166259765625,
+ 0.0278778076171875,
+ -0.05291748046875,
+ -0.0196075439453125,
+ 0.02008056640625,
+ 0.03851318359375,
+ 0.0765380859375,
+ -0.0131072998046875,
+ 0.0545654296875,
+ -0.006320953369140625,
+ -0.004840850830078125,
+ -0.00033402442932128906,
+ -0.0159454345703125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "cli",
+ "physical-copy",
+ "hashing",
+ "scenario:disk_imaging",
+ "compression",
+ "integrity-check",
+ "split-output",
+ "status-display",
+ "pattern-wipe",
+ "verify-mode",
+ "block-hashing",
+ "progress-reporting"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_X_509_Certificate_Analysis",
+ "type": "tool",
+ "name": "X.509 Certificate Analysis",
+ "content": "x.509 certificate analysis ssl/tls-certificate-forensik für https-communication-analysis und pki-investigation. certificate-chain-verification, ca-trust-analysis, certificate-metadata-extraction, expired/revoked-certificate-detection für network-security-incident-analysis. certificate-analysis ssl-tls-analysis pki-analysis trust-verification network-security https-analysis incident-response network-forensics examination analysis",
+ "embedding": [
+ -0.0245513916015625,
+ 0.01678466796875,
+ 0.03826904296875,
+ 0.001178741455078125,
+ 0.035369873046875,
+ 0.005462646484375,
+ 0.01751708984375,
+ -0.00010859966278076172,
+ -0.01561737060546875,
+ -0.04693603515625,
+ -0.0288848876953125,
+ 0.027801513671875,
+ 0.0137176513671875,
+ 0.012542724609375,
+ -0.060302734375,
+ 0.067138671875,
+ -0.003452301025390625,
+ 0.0037689208984375,
+ 0.01128387451171875,
+ -0.0074462890625,
+ -0.0241851806640625,
+ -0.0000673532485961914,
+ -0.0595703125,
+ -0.005462646484375,
+ 0.00925445556640625,
+ -0.0243682861328125,
+ -0.048736572265625,
+ -0.057403564453125,
+ -0.0203094482421875,
+ 0.023468017578125,
+ -0.0063629150390625,
+ -0.0221099853515625,
+ 0.004241943359375,
+ 0.01137542724609375,
+ -0.01552581787109375,
+ -0.04168701171875,
+ 0.0301513671875,
+ -0.058837890625,
+ -0.0245513916015625,
+ 0.0186767578125,
+ -0.01416778564453125,
+ -0.014984130859375,
+ 0.0294189453125,
+ 0.002437591552734375,
+ -0.03375244140625,
+ -0.0306854248046875,
+ 0.021209716796875,
+ 0.00287628173828125,
+ 0.00916290283203125,
+ -0.0180511474609375,
+ 0.0263519287109375,
+ 0.01507568359375,
+ -0.01300048828125,
+ 0.023101806640625,
+ -0.03448486328125,
+ 0.02166748046875,
+ 0.032501220703125,
+ -0.01751708984375,
+ -0.028167724609375,
+ 0.0221099853515625,
+ -0.058135986328125,
+ -0.032501220703125,
+ -0.0116424560546875,
+ -0.0184173583984375,
+ 0.01029205322265625,
+ 0.0179595947265625,
+ 0.0010213851928710938,
+ -0.0243682861328125,
+ -0.019500732421875,
+ -0.006183624267578125,
+ -0.002178192138671875,
+ 0.0287017822265625,
+ -0.0199432373046875,
+ 0.0312347412109375,
+ -0.0115509033203125,
+ -0.040252685546875,
+ 0.0501708984375,
+ 0.036651611328125,
+ 0.01024627685546875,
+ 0.017059326171875,
+ -0.03863525390625,
+ 0.0252685546875,
+ 0.068603515625,
+ -0.0241851806640625,
+ -0.045684814453125,
+ 0.00214385986328125,
+ 0.0088043212890625,
+ -0.005462646484375,
+ -0.0119171142578125,
+ -0.021759033203125,
+ 0.01959228515625,
+ -0.0024261474609375,
+ 0.05633544921875,
+ -0.01922607421875,
+ 0.01137542724609375,
+ 0.043701171875,
+ -0.033935546875,
+ 0.002391815185546875,
+ -0.0017824172973632812,
+ 0.033050537109375,
+ 0.023834228515625,
+ -0.0247344970703125,
+ 0.0460205078125,
+ -0.0016469955444335938,
+ 0.049468994140625,
+ -0.033935546875,
+ -0.003925323486328125,
+ -0.0183258056640625,
+ -0.0380859375,
+ -0.005710601806640625,
+ -0.06353759765625,
+ -0.048370361328125,
+ -0.023284912109375,
+ -0.058502197265625,
+ -0.01119232177734375,
+ 0.0084381103515625,
+ 0.00440216064453125,
+ 0.033935546875,
+ -0.04766845703125,
+ -0.053070068359375,
+ 0.0176849365234375,
+ 0.0074920654296875,
+ -0.00374603271484375,
+ 0.01425933837890625,
+ -0.0592041015625,
+ -0.0249176025390625,
+ 0.008575439453125,
+ 0.03485107421875,
+ -0.027252197265625,
+ -0.014984130859375,
+ -0.02960205078125,
+ -0.0088043212890625,
+ -0.02508544921875,
+ -0.0096588134765625,
+ -0.007221221923828125,
+ -0.010467529296875,
+ 0.03900146484375,
+ -0.0006432533264160156,
+ 0.00803375244140625,
+ -0.01123809814453125,
+ 0.06390380859375,
+ -0.035552978515625,
+ -0.068603515625,
+ -0.00925445556640625,
+ -0.033050537109375,
+ -0.02978515625,
+ -0.048370361328125,
+ 0.027984619140625,
+ -0.0335693359375,
+ -0.00591278076171875,
+ -0.0012302398681640625,
+ 0.04656982421875,
+ 0.032867431640625,
+ -0.003993988037109375,
+ -0.00812530517578125,
+ -0.04296875,
+ 0.00916290283203125,
+ -0.0038814544677734375,
+ 0.02581787109375,
+ 0.0006542205810546875,
+ -0.0015010833740234375,
+ -0.006137847900390625,
+ -0.027801513671875,
+ 0.0301513671875,
+ -0.021026611328125,
+ -0.04296875,
+ -0.0516357421875,
+ 0.021026611328125,
+ 0.01123809814453125,
+ -0.004150390625,
+ 0.025634765625,
+ -0.0160675048828125,
+ 0.04730224609375,
+ 0.052337646484375,
+ -0.014801025390625,
+ 0.016876220703125,
+ 0.005031585693359375,
+ -0.023468017578125,
+ 0.03448486328125,
+ 0.0200347900390625,
+ -0.0139923095703125,
+ -0.0263519287109375,
+ 0.050537109375,
+ -0.0010328292846679688,
+ 0.00322723388671875,
+ -0.014892578125,
+ -0.035736083984375,
+ -0.01470947265625,
+ 0.0009365081787109375,
+ 0.0014553070068359375,
+ -0.02996826171875,
+ -0.01507568359375,
+ -0.01715087890625,
+ 0.0269012451171875,
+ 0.0426025390625,
+ 0.0693359375,
+ 0.023651123046875,
+ -0.0136260986328125,
+ 0.06640625,
+ 0.00988006591796875,
+ 0.00318145751953125,
+ 0.0260009765625,
+ -0.0139923095703125,
+ 0.033935546875,
+ 0.03521728515625,
+ -0.0117340087890625,
+ -0.008392333984375,
+ 0.0350341796875,
+ 0.0380859375,
+ -0.014801025390625,
+ -0.00685882568359375,
+ 0.0391845703125,
+ -0.007175445556640625,
+ -0.03753662109375,
+ -0.033050537109375,
+ -0.0301513671875,
+ -0.0033855438232421875,
+ -0.0022106170654296875,
+ -0.017608642578125,
+ 0.01326751708984375,
+ 0.01534271240234375,
+ -0.049468994140625,
+ -0.00473785400390625,
+ 0.044952392578125,
+ -0.0204925537109375,
+ 0.045501708984375,
+ -0.0017147064208984375,
+ -0.04730224609375,
+ -0.003475189208984375,
+ 0.043701171875,
+ 0.023651123046875,
+ 0.00521087646484375,
+ 0.0074005126953125,
+ -0.01715087890625,
+ 0.0038356781005859375,
+ 0.0128173828125,
+ 0.04693603515625,
+ 0.031951904296875,
+ 0.0222015380859375,
+ 0.024017333984375,
+ 0.003948211669921875,
+ 0.035369873046875,
+ -0.02301025390625,
+ 0.0516357421875,
+ 0.0335693359375,
+ -0.0177764892578125,
+ 0.014984130859375,
+ -0.036468505859375,
+ 0.03753662109375,
+ 0.05633544921875,
+ -0.056671142578125,
+ -0.019500732421875,
+ -0.100341796875,
+ 0.0285186767578125,
+ -0.07904052734375,
+ -0.023284912109375,
+ -0.040069580078125,
+ -0.053436279296875,
+ 0.03826904296875,
+ -0.01317596435546875,
+ -0.0008912086486816406,
+ -0.00902557373046875,
+ -0.01300048828125,
+ 0.00640869140625,
+ 0.048736572265625,
+ 0.00640869140625,
+ -0.00785064697265625,
+ -0.0097503662109375,
+ 0.0704345703125,
+ -0.0138092041015625,
+ -0.01209259033203125,
+ 0.003452301025390625,
+ 0.0201263427734375,
+ -0.01317596435546875,
+ 0.00821685791015625,
+ -0.037017822265625,
+ -0.005462646484375,
+ 0.03521728515625,
+ 0.040069580078125,
+ 0.031402587890625,
+ -0.0165252685546875,
+ 0.002685546875,
+ 0.0137176513671875,
+ 0.028167724609375,
+ -0.0433349609375,
+ -0.0116424560546875,
+ -0.007083892822265625,
+ 0.0201263427734375,
+ -0.0033855438232421875,
+ -0.048736572265625,
+ 0.004512786865234375,
+ 0.041534423828125,
+ 0.02581787109375,
+ 0.0287017822265625,
+ 0.0074005126953125,
+ -0.04730224609375,
+ 0.017425537109375,
+ -0.01010894775390625,
+ -0.0163421630859375,
+ 0.00417327880859375,
+ 0.0285186767578125,
+ -0.036102294921875,
+ 0.02545166015625,
+ 0.006092071533203125,
+ 0.002887725830078125,
+ -0.048736572265625,
+ -0.017333984375,
+ -0.0243682861328125,
+ -0.01029205322265625,
+ -0.068603515625,
+ -0.0025272369384765625,
+ 0.0227508544921875,
+ -0.0377197265625,
+ 0.0074005126953125,
+ 0.0003414154052734375,
+ 0.00888824462890625,
+ -0.043701171875,
+ -0.060302734375,
+ 0.01453399658203125,
+ -0.0178680419921875,
+ -0.045684814453125,
+ -0.033203125,
+ 0.0501708984375,
+ 0.016876220703125,
+ 0.010650634765625,
+ 0.004062652587890625,
+ 0.0105133056640625,
+ -0.0219268798828125,
+ 0.0418701171875,
+ -0.02581787109375,
+ 0.01096343994140625,
+ -0.0158843994140625,
+ 0.0301513671875,
+ 0.03448486328125,
+ 0.036285400390625,
+ 0.0176849365234375,
+ 0.06390380859375,
+ 0.0260009765625,
+ -0.020843505859375,
+ 0.02130126953125,
+ -0.006229400634765625,
+ 0.01300048828125,
+ 0.023284912109375,
+ -0.016693115234375,
+ -0.0224761962890625,
+ -0.0075836181640625,
+ -0.0391845703125,
+ 0.0118255615234375,
+ 0.025634765625,
+ 0.0160675048828125,
+ 0.0157928466796875,
+ -0.02301025390625,
+ 0.01245880126953125,
+ 0.0693359375,
+ -0.0015230178833007812,
+ 0.0682373046875,
+ -0.027618408203125,
+ -0.04656982421875,
+ 0.00997161865234375,
+ 0.023101806640625,
+ -0.036102294921875,
+ -0.015167236328125,
+ 0.04278564453125,
+ 0.03338623046875,
+ 0.0204925537109375,
+ 0.021392822265625,
+ -0.020843505859375,
+ 0.036285400390625,
+ 0.017333984375,
+ 0.0028438568115234375,
+ 0.00586700439453125,
+ -0.0158843994140625,
+ 0.0227508544921875,
+ 0.03411865234375,
+ 0.0182342529296875,
+ -0.0017032623291015625,
+ 0.032135009765625,
+ -0.023834228515625,
+ -0.0350341796875,
+ -0.05126953125,
+ -0.05126953125,
+ 0.0218505859375,
+ 0.041168212890625,
+ -0.0001615285873413086,
+ 0.031951904296875,
+ -0.0205841064453125,
+ -0.04766845703125,
+ 0.0224761962890625,
+ -0.054168701171875,
+ 0.08740234375,
+ 0.037353515625,
+ 0.023834228515625,
+ 0.057403564453125,
+ -0.01263427734375,
+ -0.0105133056640625,
+ 0.0241851806640625,
+ -0.006500244140625,
+ 0.019317626953125,
+ 0.053070068359375,
+ 0.0290679931640625,
+ 0.035369873046875,
+ -0.061004638671875,
+ 0.0036773681640625,
+ 0.0084381103515625,
+ 0.002956390380859375,
+ 0.001873016357421875,
+ 0.036102294921875,
+ 0.0095672607421875,
+ 0.03033447265625,
+ -0.043853759765625,
+ 0.017333984375,
+ 0.0185089111328125,
+ -0.0225677490234375,
+ 0.010467529296875,
+ -0.044219970703125,
+ 0.0043792724609375,
+ -0.03448486328125,
+ 0.00893402099609375,
+ 0.0120086669921875,
+ 0.0426025390625,
+ 0.0157928466796875,
+ 0.005527496337890625,
+ -0.04766845703125,
+ 0.0249176025390625,
+ 0.053436279296875,
+ -0.0509033203125,
+ 0.03485107421875,
+ 0.02166748046875,
+ -0.01317596435546875,
+ 0.0096588134765625,
+ -0.0182342529296875,
+ -0.049468994140625,
+ 0.03485107421875,
+ -0.0384521484375,
+ -0.035552978515625,
+ 0.007221221923828125,
+ 0.049468994140625,
+ -0.04730224609375,
+ -0.049835205078125,
+ -0.017425537109375,
+ -0.0087127685546875,
+ -0.012908935546875,
+ -0.0460205078125,
+ 0.0288848876953125,
+ -0.0023250579833984375,
+ -0.024017333984375,
+ 0.005031585693359375,
+ 0.0229339599609375,
+ 0.0224761962890625,
+ -0.03790283203125,
+ 0.06610107421875,
+ 0.0093841552734375,
+ -0.05633544921875,
+ 0.025634765625,
+ 0.03826904296875,
+ 0.027984619140625,
+ -0.0186004638671875,
+ -0.023834228515625,
+ 0.0222015380859375,
+ 0.02545166015625,
+ -0.0030460357666015625,
+ 0.0052337646484375,
+ -0.02508544921875,
+ -0.04278564453125,
+ -0.032501220703125,
+ 0.040985107421875,
+ -0.006317138671875,
+ 0.041168212890625,
+ -0.00487518310546875,
+ -0.02581787109375,
+ -0.0047149658203125,
+ -0.03448486328125,
+ -0.00035691261291503906,
+ 0.0083465576171875,
+ -0.0200347900390625,
+ 0.0016698837280273438,
+ 0.03900146484375,
+ 0.01470947265625,
+ -0.00372314453125,
+ 0.00030040740966796875,
+ 0.0305023193359375,
+ 0.0227508544921875,
+ -0.00372314453125,
+ -0.05596923828125,
+ 0.0667724609375,
+ 0.027435302734375,
+ -0.067138671875,
+ -0.0163421630859375,
+ -0.02581787109375,
+ -0.0219268798828125,
+ 0.049102783203125,
+ -0.052703857421875,
+ 0.01715087890625,
+ -0.006500244140625,
+ -0.057403564453125,
+ -0.006587982177734375,
+ -0.03375244140625,
+ -0.0249176025390625,
+ -0.021484375,
+ 0.02545166015625,
+ 0.01470947265625,
+ -0.00473785400390625,
+ 0.040435791015625,
+ 0.0181427001953125,
+ -0.005031585693359375,
+ 0.0222015380859375,
+ -0.01335906982421875,
+ -0.00817108154296875,
+ 0.0288848876953125,
+ -0.060302734375,
+ -0.0136260986328125,
+ 0.007083892822265625,
+ 0.0460205078125,
+ -0.0182342529296875,
+ -0.0035648345947265625,
+ 0.00884246826171875,
+ -0.0222015380859375,
+ 0.027984619140625,
+ -0.03338623046875,
+ 0.0139007568359375,
+ -0.02166748046875,
+ -0.012725830078125,
+ -0.03033447265625,
+ -0.0245513916015625,
+ 0.0305023193359375,
+ 0.0288848876953125,
+ -0.0107421875,
+ -0.00322723388671875,
+ 0.04315185546875,
+ -0.061004638671875,
+ 0.010833740234375,
+ 0.0312347412109375,
+ -0.0118255615234375,
+ 0.0157928466796875,
+ 0.00916290283203125,
+ 0.021575927734375,
+ 0.005550384521484375,
+ 0.0306854248046875,
+ -0.03900146484375,
+ -0.00830078125,
+ -0.07257080078125,
+ 0.0241851806640625,
+ -0.002696990966796875,
+ -0.031402587890625,
+ -0.0158843994140625,
+ -0.057037353515625,
+ -0.0682373046875,
+ -0.0310516357421875,
+ 0.056671142578125,
+ -0.005191802978515625,
+ -0.00699615478515625,
+ -0.036102294921875,
+ -0.031951904296875,
+ 0.0004372596740722656,
+ -0.033935546875,
+ 0.044769287109375,
+ -0.01904296875,
+ 0.0036106109619140625,
+ 0.00920867919921875,
+ -0.04803466796875,
+ 0.02508544921875,
+ 0.02960205078125,
+ 0.0128173828125,
+ 0.02996826171875,
+ 0.01425933837890625,
+ -0.0159759521484375,
+ 0.0000171661376953125,
+ 0.0042877197265625,
+ -0.0220184326171875,
+ -0.0036334991455078125,
+ -0.01354217529296875,
+ 0.0115509033203125,
+ -0.01470947265625,
+ -0.0261688232421875,
+ 0.00482940673828125,
+ 0.041168212890625,
+ 0.0219268798828125,
+ 0.006317138671875,
+ -0.006137847900390625,
+ 0.048370361328125,
+ -0.00794219970703125,
+ 0.044403076171875,
+ 0.00690460205078125,
+ -0.02960205078125,
+ -0.023468017578125,
+ -0.00897979736328125,
+ 0.037017822265625,
+ 0.009796142578125,
+ -0.0037689208984375,
+ -0.036468505859375,
+ 0.0019178390502929688,
+ 0.062469482421875,
+ 0.0106964111328125,
+ -0.041534423828125,
+ -0.006679534912109375,
+ 0.04803466796875,
+ 0.0206756591796875,
+ 0.043701171875,
+ 0.004016876220703125,
+ 0.04315185546875,
+ 0.0163421630859375,
+ -0.007625579833984375,
+ 0.045135498046875,
+ 0.0501708984375,
+ 0.058837890625,
+ -0.0312347412109375,
+ -0.032867431640625,
+ 0.0270843505859375,
+ 0.01751708984375,
+ -0.03900146484375,
+ -0.040069580078125,
+ -0.0002510547637939453,
+ 0.02301025390625,
+ -0.07330322265625,
+ 0.00685882568359375,
+ -0.0005950927734375,
+ 0.023468017578125,
+ 0.035369873046875,
+ 0.0098419189453125,
+ -0.035919189453125,
+ -0.0030460357666015625,
+ -0.00893402099609375,
+ -0.03790283203125,
+ -0.0137176513671875,
+ -0.00897979736328125,
+ 0.01245880126953125,
+ 0.04315185546875,
+ 0.0260009765625,
+ -0.0288848876953125,
+ 0.0185089111328125,
+ 0.040252685546875,
+ 0.062469482421875,
+ 0.006046295166015625,
+ 0.024017333984375,
+ 0.0222015380859375,
+ 0.0285186767578125,
+ 0.0285186767578125,
+ 0.061370849609375,
+ -0.021026611328125,
+ -0.0305023193359375,
+ 0.02996826171875,
+ 0.0270843505859375,
+ 0.001071929931640625,
+ 0.048370361328125,
+ 0.0012807846069335938,
+ -0.0198516845703125,
+ -0.019317626953125,
+ -0.04656982421875,
+ 0.0136260986328125,
+ 0.019317626953125,
+ 0.01128387451171875,
+ -0.053070068359375,
+ -0.0305023193359375,
+ 0.0023021697998046875,
+ -0.04656982421875,
+ 0.0384521484375,
+ 0.0119171142578125,
+ -0.0285186767578125,
+ -0.0095672607421875,
+ 0.05560302734375,
+ 0.0085296630859375,
+ -0.04296875,
+ 0.0197601318359375,
+ -0.031768798828125,
+ 0.00013816356658935547,
+ -0.044769287109375,
+ -0.027618408203125,
+ 0.0139923095703125,
+ -0.010467529296875,
+ -0.05450439453125,
+ -0.023834228515625,
+ 0.01534271240234375,
+ -0.0163421630859375,
+ -0.014801025390625,
+ -0.018951416015625,
+ 0.0054168701171875,
+ -0.017059326171875,
+ -0.0108795166015625,
+ -0.0667724609375,
+ -0.0157012939453125,
+ 0.0161590576171875,
+ -0.032867431640625,
+ -0.017242431640625,
+ -0.03826904296875,
+ -0.01885986328125,
+ -0.02996826171875,
+ 0.01038360595703125,
+ -0.0290679931640625,
+ 0.036651611328125,
+ -0.049102783203125,
+ 0.0312347412109375,
+ 0.023101806640625,
+ 0.01001739501953125,
+ 0.0249176025390625,
+ 0.057037353515625,
+ -0.0012187957763671875,
+ 0.009613037109375,
+ -0.0218505859375,
+ -0.0267181396484375,
+ -0.00019598007202148438,
+ -0.01024627685546875,
+ -0.00023698806762695312,
+ -0.06640625,
+ -0.0261688232421875,
+ 0.044586181640625,
+ -0.062469482421875,
+ 0.01105499267578125,
+ 0.0002722740173339844,
+ -0.00848388671875,
+ -0.0516357421875,
+ 0.01142120361328125,
+ 0.0004513263702392578,
+ 0.0026397705078125,
+ 0.08740234375,
+ 0.009613037109375,
+ -0.039703369140625,
+ 0.0350341796875,
+ -0.0137176513671875,
+ 0.0606689453125,
+ -0.00539398193359375,
+ 0.044586181640625,
+ -0.03936767578125,
+ 0.040802001953125,
+ -0.017608642578125,
+ -0.04241943359375,
+ 0.0178680419921875,
+ -0.0855712890625,
+ -0.0241851806640625,
+ 0.0305023193359375,
+ 0.0252685546875,
+ -0.0013027191162109375,
+ -0.0117340087890625,
+ -0.058135986328125,
+ -0.033935546875,
+ -0.007717132568359375,
+ 0.0137176513671875,
+ 0.0027980804443359375,
+ 0.0287017822265625,
+ -0.01922607421875,
+ -0.02978515625,
+ -0.015167236328125,
+ -0.045501708984375,
+ -0.058502197265625,
+ -0.0138092041015625,
+ 0.0267181396484375,
+ -0.0179595947265625,
+ -0.060302734375,
+ -0.01335906982421875,
+ 0.01885986328125,
+ 0.0030918121337890625,
+ -0.00435638427734375,
+ 0.037200927734375,
+ -0.048736572265625,
+ 0.0026397705078125,
+ 0.01751708984375,
+ 0.0252685546875,
+ -0.00699615478515625,
+ 0.004962921142578125,
+ 0.0140838623046875,
+ 0.033050537109375,
+ 0.035736083984375,
+ -0.0606689453125,
+ 0.040802001953125,
+ 0.036285400390625,
+ -0.00848388671875,
+ -0.049835205078125,
+ -0.00916290283203125,
+ -0.018768310546875,
+ 0.05450439453125,
+ -0.00916290283203125,
+ 0.0306854248046875,
+ -0.005641937255859375,
+ -0.0181427001953125,
+ -0.083740234375,
+ 0.039703369140625,
+ -0.04620361328125,
+ 0.0206756591796875,
+ 0.005504608154296875,
+ -0.0074920654296875,
+ -0.07940673828125,
+ -0.0693359375,
+ -0.0301513671875,
+ 0.021392822265625,
+ -0.017242431640625,
+ 0.052001953125,
+ 0.0270843505859375,
+ -0.0033626556396484375,
+ 0.007808685302734375,
+ 0.01227569580078125,
+ -0.00888824462890625,
+ 0.0516357421875,
+ 0.045867919921875,
+ -0.02508544921875,
+ 0.0592041015625,
+ -0.0305023193359375,
+ 0.001567840576171875,
+ -0.0263519287109375,
+ 0.0007276535034179688,
+ -0.0169677734375,
+ -0.0107879638671875,
+ -0.037017822265625,
+ -0.018768310546875,
+ 0.0205841064453125,
+ 0.058502197265625,
+ -0.0177764892578125,
+ -0.0016813278198242188,
+ 0.01552581787109375,
+ 0.0301513671875,
+ 0.00812530517578125,
+ -0.0158843994140625,
+ -0.01507568359375,
+ 0.0003752708435058594,
+ -0.0096588134765625,
+ -0.0022792816162109375,
+ -0.04730224609375,
+ -0.0787353515625,
+ 0.01209259033203125,
+ -0.044219970703125,
+ -0.01236724853515625,
+ 0.02130126953125,
+ 0.0211181640625,
+ 0.04296875,
+ -0.0241851806640625,
+ 0.036102294921875,
+ -0.023101806640625,
+ -0.027435302734375,
+ -0.0308685302734375,
+ 0.005641937255859375,
+ -0.021392822265625,
+ 0.00920867919921875,
+ 0.0003695487976074219,
+ -0.0176849365234375,
+ 0.021759033203125,
+ -0.031585693359375,
+ -0.02508544921875,
+ -0.00008988380432128906,
+ 0.0228424072265625,
+ -0.01209259033203125,
+ 0.023284912109375,
+ -0.0758056640625,
+ -0.03338623046875,
+ 0.00261688232421875,
+ 0.027984619140625,
+ 0.0226593017578125,
+ -0.0002256631851196289,
+ 0.06463623046875,
+ -0.01001739501953125,
+ -0.0606689453125,
+ 0.0283355712890625,
+ -0.01326751708984375,
+ -0.024017333984375,
+ 0.01029205322265625,
+ 0.0006175041198730469,
+ 0.0032501220703125,
+ 0.023834228515625,
+ 0.0288848876953125,
+ 0.035369873046875,
+ 0.0183258056640625,
+ 0.017333984375,
+ -0.0241851806640625,
+ 0.0137176513671875,
+ -0.0010776519775390625,
+ 0.0140838623046875,
+ 0.025634765625,
+ 0.01092529296875,
+ -0.00024402141571044922,
+ 0.031951904296875,
+ -0.0252685546875,
+ -0.06427001953125,
+ -0.017608642578125,
+ -0.0115509033203125,
+ -0.07220458984375,
+ -0.01317596435546875,
+ 0.068603515625,
+ 0.044586181640625,
+ -0.0163421630859375,
+ 0.040435791015625,
+ 0.049102783203125,
+ 0.033203125,
+ 0.01132965087890625,
+ -0.0294189453125,
+ -0.052703857421875,
+ 0.01119232177734375,
+ 0.044219970703125,
+ 0.00478363037109375,
+ -0.076171875,
+ 0.05523681640625,
+ 0.057769775390625,
+ -0.0288848876953125,
+ -0.02960205078125,
+ 0.00907135009765625,
+ -0.01462554931640625,
+ 0.04315185546875,
+ 0.0227508544921875,
+ 0.0165252685546875,
+ -0.06640625,
+ 0.0306854248046875,
+ 0.04730224609375,
+ 0.00374603271484375,
+ 0.006679534912109375,
+ 0.01128387451171875,
+ -0.058837890625,
+ 0.045318603515625,
+ -0.02978515625,
+ -0.023101806640625,
+ 0.01678466796875,
+ 0.092041015625,
+ -0.003475189208984375,
+ -0.044769287109375,
+ -0.0118255615234375,
+ 0.048370361328125,
+ 0.01922607421875,
+ -0.0249176025390625,
+ 0.02093505859375,
+ 0.0005698204040527344,
+ -0.0165252685546875,
+ 0.025634765625,
+ 0.06463623046875,
+ 0.01137542724609375,
+ 0.041351318359375,
+ 0.0033626556396484375,
+ -0.04168701171875,
+ 0.032867431640625,
+ -0.012725830078125,
+ 0.023101806640625,
+ 0.00911712646484375,
+ -0.045867919921875,
+ -0.0263519287109375,
+ -0.03448486328125,
+ 0.036468505859375,
+ -0.0023136138916015625,
+ 0.0433349609375,
+ 0.019317626953125,
+ 0.0181427001953125,
+ -0.0270843505859375,
+ 0.0186767578125,
+ 0.007266998291015625,
+ 0.04803466796875,
+ -0.0014781951904296875,
+ 0.001590728759765625,
+ -0.0019855499267578125,
+ 0.033203125,
+ -0.0019969940185546875,
+ -0.0426025390625,
+ 0.048370361328125,
+ -0.0269012451171875,
+ -0.007129669189453125,
+ -0.031768798828125,
+ -0.01209259033203125,
+ 0.002391815185546875,
+ -0.0380859375,
+ -0.00435638427734375,
+ -0.025634765625,
+ 0.003498077392578125,
+ -0.00695037841796875,
+ -0.031585693359375,
+ 0.00379180908203125,
+ 0.03338623046875,
+ -0.0288848876953125,
+ 0.0221099853515625,
+ 0.0108795166015625,
+ 0.0197601318359375,
+ 0.00920867919921875,
+ -0.0682373046875,
+ 0.0693359375,
+ 0.02508544921875,
+ 0.021026611328125,
+ -0.01227569580078125,
+ -0.0016021728515625,
+ 0.035919189453125,
+ -0.023284912109375,
+ 0.0038127899169921875,
+ 0.027801513671875,
+ -0.00600433349609375,
+ 0.0179595947265625,
+ 0.048736572265625,
+ -0.0024929046630859375,
+ -0.023468017578125,
+ 0.0226593017578125,
+ 0.00270843505859375,
+ -0.0288848876953125,
+ 0.03900146484375,
+ 0.0186004638671875,
+ 0.01561737060546875,
+ -0.0312347412109375,
+ -0.01345062255859375,
+ -0.014984130859375,
+ -0.032318115234375,
+ 0.07330322265625,
+ 0.00933837890625,
+ -0.021484375,
+ -0.0075836181640625,
+ -0.068603515625,
+ 0.04205322265625,
+ 0.01678466796875,
+ 0.07110595703125,
+ -0.011505126953125,
+ 0.057037353515625,
+ -0.025634765625,
+ 0.0008068084716796875,
+ -0.0178680419921875,
+ 0.036651611328125,
+ -0.00803375244140625,
+ 0.076171875,
+ -0.0226593017578125,
+ 0.0599365234375,
+ 0.0104217529296875,
+ -0.0265350341796875,
+ -0.05126953125,
+ -0.00798797607421875,
+ -0.0012073516845703125,
+ 0.00690460205078125,
+ 0.019134521484375,
+ -0.0592041015625,
+ -0.0285186767578125,
+ -0.0162506103515625,
+ 0.01128387451171875,
+ 0.062469482421875,
+ -0.0301513671875,
+ 0.0120086669921875,
+ -0.006046295166015625,
+ 0.003993988037109375,
+ -0.000583648681640625,
+ -0.0157012939453125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "certificate-analysis",
+ "ssl-tls-analysis",
+ "pki-analysis",
+ "trust-verification",
+ "network-security",
+ "https-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Kibana",
+ "type": "tool",
+ "name": "Kibana",
+ "content": "kibana verwandelt forensische rohdaten in aussagekräftige dashboards und echtzeit-analysen für incident-response-teams. timeline-visualisierungen korrelieren events über verschiedene systeme, geo-maps zeigen angriffs-ursprünge. heat-maps identifizieren aktivitätsmuster automatisch. drag-and-drop-interface erstellt komplexe queries ohne programmierkenntnisse. canvas erstellt infografiken für management-reports, machine-learning-integration erkennt anomalien. dashboard-sharing für soc-teams. dashboards analytics incident-response analysis reporting",
+ "embedding": [
+ -0.045501708984375,
+ 0.033660888671875,
+ 0.062744140625,
+ 0.0227508544921875,
+ 0.02886962890625,
+ 0.0185546875,
+ 0.005950927734375,
+ -0.0030841827392578125,
+ -0.041107177734375,
+ -0.01061248779296875,
+ -0.01357269287109375,
+ 0.0634765625,
+ 0.02362060546875,
+ -0.0361328125,
+ -0.0401611328125,
+ 0.035003662109375,
+ -0.0172119140625,
+ 0.00922393798828125,
+ 0.0044708251953125,
+ -0.0132904052734375,
+ -0.015960693359375,
+ 0.0099945068359375,
+ -0.058135986328125,
+ 0.013671875,
+ 0.007457733154296875,
+ 0.0196990966796875,
+ -0.0271453857421875,
+ -0.045501708984375,
+ -0.0085601806640625,
+ 0.036895751953125,
+ 0.018646240234375,
+ -0.04302978515625,
+ -0.002498626708984375,
+ 0.03021240234375,
+ -0.0254364013671875,
+ -0.0107574462890625,
+ 0.0233306884765625,
+ -0.0726318359375,
+ -0.039581298828125,
+ 0.045501708984375,
+ -0.0191192626953125,
+ 0.00432586669921875,
+ 0.0018644332885742188,
+ -0.01348114013671875,
+ -0.0160675048828125,
+ -0.0472412109375,
+ 0.01319122314453125,
+ -0.03631591796875,
+ 0.005451202392578125,
+ -0.0203704833984375,
+ 0.0161590576171875,
+ 0.017974853515625,
+ 0.007648468017578125,
+ 0.0110931396484375,
+ -0.0391845703125,
+ 0.0458984375,
+ 0.019989013671875,
+ -0.018157958984375,
+ -0.056610107421875,
+ 0.039764404296875,
+ -0.0108489990234375,
+ -0.00836181640625,
+ 0.0140533447265625,
+ -0.005329132080078125,
+ 0.0218963623046875,
+ 0.0374755859375,
+ -0.0211334228515625,
+ -0.0228424072265625,
+ -0.0011234283447265625,
+ 0.01491546630859375,
+ 0.043792724609375,
+ 0.007648468017578125,
+ -0.051239013671875,
+ 0.0269622802734375,
+ -0.0277252197265625,
+ -0.04339599609375,
+ 0.0277252197265625,
+ 0.026763916015625,
+ -0.00994110107421875,
+ -0.006000518798828125,
+ -0.049346923828125,
+ 0.0041351318359375,
+ 0.042266845703125,
+ -0.0028553009033203125,
+ -0.0445556640625,
+ 0.00428009033203125,
+ -0.002964019775390625,
+ 0.011138916015625,
+ 0.0118560791015625,
+ -0.01090240478515625,
+ 0.01519775390625,
+ 0.01023101806640625,
+ 0.021697998046875,
+ -0.02886962890625,
+ 0.0418701171875,
+ 0.0745849609375,
+ -0.036529541015625,
+ -0.004566192626953125,
+ 0.00846099853515625,
+ 0.0292510986328125,
+ 0.005950927734375,
+ -0.036712646484375,
+ 0.049713134765625,
+ -0.01137542724609375,
+ 0.062744140625,
+ -0.042633056640625,
+ -0.01171112060546875,
+ -0.0211334228515625,
+ 0.006404876708984375,
+ -0.025054931640625,
+ -0.08221435546875,
+ -0.032684326171875,
+ -0.00736236572265625,
+ -0.052764892578125,
+ -0.0036563873291015625,
+ -0.00295257568359375,
+ -0.0198822021484375,
+ 0.034423828125,
+ -0.044158935546875,
+ -0.035003662109375,
+ 0.0225677490234375,
+ 0.003490447998046875,
+ 0.0009379386901855469,
+ 0.0241851806640625,
+ -0.04150390625,
+ -0.0311737060546875,
+ -0.005474090576171875,
+ 0.01309967041015625,
+ -0.043792724609375,
+ -0.0275421142578125,
+ -0.007312774658203125,
+ -0.02227783203125,
+ -0.01061248779296875,
+ -0.04052734375,
+ 0.00234222412109375,
+ -0.0224609375,
+ 0.037109375,
+ -0.007648468017578125,
+ -0.005283355712890625,
+ 0.02142333984375,
+ 0.0175018310546875,
+ -0.0254364013671875,
+ -0.060791015625,
+ -0.0168304443359375,
+ -0.0300140380859375,
+ -0.046478271484375,
+ -0.030975341796875,
+ 0.04473876953125,
+ -0.03460693359375,
+ 0.0111846923828125,
+ -0.0024852752685546875,
+ 0.0197906494140625,
+ 0.03424072265625,
+ 0.006549835205078125,
+ 0.004016876220703125,
+ -0.030792236328125,
+ -0.0220794677734375,
+ 0.00807952880859375,
+ 0.036529541015625,
+ -0.0044708251953125,
+ 0.001529693603515625,
+ 0.04168701171875,
+ -0.0003421306610107422,
+ 0.00836181640625,
+ 0.00360870361328125,
+ -0.033843994140625,
+ -0.052398681640625,
+ 0.030975341796875,
+ 0.002246856689453125,
+ -0.005092620849609375,
+ 0.017120361328125,
+ -0.0110931396484375,
+ 0.052764892578125,
+ 0.0692138671875,
+ -0.01415252685546875,
+ 0.0212249755859375,
+ -0.00041222572326660156,
+ -0.024383544921875,
+ 0.04779052734375,
+ 0.03631591796875,
+ 0.007122039794921875,
+ -0.019317626953125,
+ 0.034423828125,
+ -0.005283355712890625,
+ 0.0300140380859375,
+ 0.0119476318359375,
+ -0.02008056640625,
+ -0.00032711029052734375,
+ -0.037109375,
+ 0.0168304443359375,
+ -0.046844482421875,
+ -0.041290283203125,
+ -0.032318115234375,
+ 0.0284881591796875,
+ -0.00027489662170410156,
+ 0.07073974609375,
+ 0.01386260986328125,
+ -0.0075531005859375,
+ 0.00267791748046875,
+ 0.01568603515625,
+ 0.002532958984375,
+ 0.01519775390625,
+ 0.01319122314453125,
+ 0.02008056640625,
+ 0.0078887939453125,
+ -0.0039215087890625,
+ -0.0234222412109375,
+ 0.0472412109375,
+ 0.019989013671875,
+ -0.038055419921875,
+ 0.0007319450378417969,
+ 0.044158935546875,
+ 0.00576019287109375,
+ -0.037109375,
+ -0.03997802734375,
+ -0.033660888671875,
+ 0.0218963623046875,
+ -0.0238037109375,
+ 0.005855560302734375,
+ -0.0111846923828125,
+ -0.0330810546875,
+ -0.05889892578125,
+ -0.0075531005859375,
+ 0.0233306884765625,
+ -0.0298309326171875,
+ 0.0516357421875,
+ 0.015960693359375,
+ -0.0008068084716796875,
+ -0.0118560791015625,
+ 0.018829345703125,
+ 0.0489501953125,
+ 0.03729248046875,
+ -0.012908935546875,
+ -0.0038967132568359375,
+ 0.0031070709228515625,
+ -0.01175689697265625,
+ 0.0347900390625,
+ 0.03900146484375,
+ 0.02886962890625,
+ 0.01453399658203125,
+ -0.0162506103515625,
+ 0.04302978515625,
+ -0.00626373291015625,
+ 0.0234222412109375,
+ 0.032501220703125,
+ -0.034027099609375,
+ 0.0162506103515625,
+ -0.0011053085327148438,
+ 0.02734375,
+ 0.037109375,
+ -0.07000732421875,
+ 0.0277252197265625,
+ -0.045684814453125,
+ -0.007843017578125,
+ -0.06884765625,
+ -0.055084228515625,
+ -0.0292510986328125,
+ -0.043609619140625,
+ 0.04034423828125,
+ -0.0190277099609375,
+ -0.0226593017578125,
+ 0.023712158203125,
+ 0.020751953125,
+ 0.007457733154296875,
+ 0.0489501953125,
+ 0.00537872314453125,
+ -0.04437255859375,
+ -0.00034809112548828125,
+ 0.09942626953125,
+ 0.00019419193267822266,
+ 0.0089874267578125,
+ 0.0005078315734863281,
+ 0.021026611328125,
+ 0.0305938720703125,
+ 0.0140533447265625,
+ -0.0110931396484375,
+ 0.00415802001953125,
+ 0.0160675048828125,
+ 0.0226593017578125,
+ 0.02294921875,
+ 0.0031070709228515625,
+ 0.0094146728515625,
+ -0.005115509033203125,
+ 0.04052734375,
+ -0.0391845703125,
+ -0.0086517333984375,
+ -0.01132965087890625,
+ 0.01271820068359375,
+ -0.00846099853515625,
+ -0.054290771484375,
+ -0.015777587890625,
+ 0.030792236328125,
+ 0.0418701171875,
+ 0.007076263427734375,
+ 0.0013628005981445312,
+ -0.0183563232421875,
+ -0.00162506103515625,
+ -0.002532958984375,
+ 0.0001800060272216797,
+ 0.037109375,
+ 0.04779052734375,
+ -0.043212890625,
+ -0.016448974609375,
+ 0.01500701904296875,
+ 0.0172119140625,
+ -0.03021240234375,
+ -0.041107177734375,
+ -0.015869140625,
+ -0.03192138671875,
+ -0.043609619140625,
+ -0.012237548828125,
+ 0.0175933837890625,
+ -0.03173828125,
+ 0.01099395751953125,
+ -0.0286865234375,
+ 0.01519775390625,
+ -0.02581787109375,
+ -0.03900146484375,
+ 0.035369873046875,
+ -0.0030841827392578125,
+ -0.057373046875,
+ -0.005306243896484375,
+ 0.052764892578125,
+ 0.0026416778564453125,
+ 0.0035610198974609375,
+ -0.01348114013671875,
+ -0.007793426513671875,
+ -0.03155517578125,
+ -0.001445770263671875,
+ -0.034027099609375,
+ 0.0516357421875,
+ -0.007171630859375,
+ 0.021026611328125,
+ 0.0213165283203125,
+ 0.02734375,
+ 0.01500701904296875,
+ 0.054290771484375,
+ 0.026580810546875,
+ -0.01061248779296875,
+ -0.01568603515625,
+ 0.0032024383544921875,
+ 0.018829345703125,
+ 0.023895263671875,
+ 0.00225830078125,
+ -0.001983642578125,
+ 0.0017690658569335938,
+ -0.00504302978515625,
+ 0.04205322265625,
+ 0.0197906494140625,
+ 0.0254364013671875,
+ 0.023040771484375,
+ -0.0303955078125,
+ 0.0170135498046875,
+ 0.042633056640625,
+ 0.0271453857421875,
+ 0.09136962890625,
+ -0.0053558349609375,
+ -0.062744140625,
+ 0.00576019287109375,
+ 0.01280975341796875,
+ -0.0256195068359375,
+ -0.0153961181640625,
+ 0.0256195068359375,
+ -0.001338958740234375,
+ 0.007076263427734375,
+ 0.037872314453125,
+ -0.007648468017578125,
+ 0.035369873046875,
+ -0.01161956787109375,
+ -0.00162506103515625,
+ -0.0125274658203125,
+ -0.0050201416015625,
+ 0.029449462890625,
+ 0.0361328125,
+ 0.004734039306640625,
+ -0.006359100341796875,
+ 0.037872314453125,
+ -0.02886962890625,
+ -0.0021991729736328125,
+ -0.06805419921875,
+ -0.036895751953125,
+ 0.0189361572265625,
+ -0.026580810546875,
+ 0.0101318359375,
+ 0.038818359375,
+ -0.04168701171875,
+ -0.062744140625,
+ 0.006740570068359375,
+ -0.0190277099609375,
+ 0.05621337890625,
+ 0.00449371337890625,
+ 0.03594970703125,
+ 0.025054931640625,
+ -0.0401611328125,
+ -0.002353668212890625,
+ 0.04779052734375,
+ 0.02294921875,
+ 0.01357269287109375,
+ 0.07421875,
+ 0.046478271484375,
+ 0.0240020751953125,
+ -0.02142333984375,
+ -0.0006780624389648438,
+ 0.009033203125,
+ 0.025238037109375,
+ -0.0170135498046875,
+ 0.021514892578125,
+ 0.013671875,
+ 0.0175933837890625,
+ -0.036895751953125,
+ 0.062347412109375,
+ 0.047027587890625,
+ -0.0286865234375,
+ 0.019989013671875,
+ 0.00597381591796875,
+ 0.00740814208984375,
+ -0.07379150390625,
+ -0.002628326416015625,
+ -0.023040771484375,
+ 0.0075531005859375,
+ 0.00740814208984375,
+ 0.0126190185546875,
+ -0.03765869140625,
+ 0.023040771484375,
+ 0.033447265625,
+ -0.057373046875,
+ 0.05352783203125,
+ 0.019500732421875,
+ -0.054290771484375,
+ 0.0254364013671875,
+ -0.02227783203125,
+ -0.042449951171875,
+ 0.0045166015625,
+ -0.0275421142578125,
+ -0.0284881591796875,
+ 0.002521514892578125,
+ 0.033447265625,
+ -0.04339599609375,
+ -0.03631591796875,
+ -0.020263671875,
+ -0.00769805908203125,
+ 0.00702667236328125,
+ -0.023040771484375,
+ 0.01491546630859375,
+ 0.0012006759643554688,
+ -0.00836181640625,
+ 0.0260009765625,
+ 0.0194091796875,
+ 0.00698089599609375,
+ -0.0260009765625,
+ 0.0277252197265625,
+ -0.0177764892578125,
+ -0.0516357421875,
+ 0.0148162841796875,
+ 0.004207611083984375,
+ 0.0175018310546875,
+ -0.020843505859375,
+ -0.01568603515625,
+ -0.01319122314453125,
+ 0.0204620361328125,
+ 0.01873779296875,
+ 0.00504302978515625,
+ -0.0428466796875,
+ -0.041290283203125,
+ -0.057373046875,
+ 0.052398681640625,
+ 0.018157958984375,
+ 0.023040771484375,
+ -0.00576019287109375,
+ -0.049713134765625,
+ 0.0032024383544921875,
+ -0.039764404296875,
+ -0.026763916015625,
+ -0.009033203125,
+ -0.0133819580078125,
+ -0.00592803955078125,
+ 0.0657958984375,
+ -0.009796142578125,
+ -0.008270263671875,
+ -0.00994110107421875,
+ 0.07000732421875,
+ 0.0161590576171875,
+ 0.0048980712890625,
+ -0.041290283203125,
+ 0.025054931640625,
+ 0.018157958984375,
+ -0.05584716796875,
+ -0.0100860595703125,
+ -0.01453399658203125,
+ -0.0064544677734375,
+ 0.0428466796875,
+ -0.069580078125,
+ -0.03173828125,
+ 0.0169219970703125,
+ -0.0472412109375,
+ -0.01357269287109375,
+ -0.03192138671875,
+ -0.01415252685546875,
+ -0.0303955078125,
+ 0.032318115234375,
+ 0.04876708984375,
+ 0.01099395751953125,
+ 0.0286865234375,
+ 0.007266998291015625,
+ 0.009033203125,
+ 0.0233306884765625,
+ 0.014434814453125,
+ -0.029632568359375,
+ -0.002079010009765625,
+ -0.049713134765625,
+ -0.035186767578125,
+ -0.0261993408203125,
+ 0.025238037109375,
+ -0.00946807861328125,
+ -0.01242828369140625,
+ 0.00396728515625,
+ -0.0125274658203125,
+ 0.05926513671875,
+ -0.01462554931640625,
+ -0.01190185546875,
+ -0.00846099853515625,
+ -0.01271820068359375,
+ -0.046844482421875,
+ -0.0269622802734375,
+ 0.00803375244140625,
+ 0.026763916015625,
+ 0.002079010009765625,
+ 0.02313232421875,
+ 0.02313232421875,
+ -0.045135498046875,
+ -0.001613616943359375,
+ 0.03021240234375,
+ 0.020172119140625,
+ 0.0226593017578125,
+ -0.0232391357421875,
+ -0.008697509765625,
+ -0.034423828125,
+ 0.022186279296875,
+ -0.0177764892578125,
+ -0.048004150390625,
+ -0.0860595703125,
+ 0.0168304443359375,
+ 0.012908935546875,
+ -0.0169219970703125,
+ -0.0418701171875,
+ -0.044158935546875,
+ -0.048004150390625,
+ -0.00836181640625,
+ 0.0298309326171875,
+ 0.003704071044921875,
+ 0.0205535888671875,
+ -0.038055419921875,
+ -0.0260009765625,
+ 0.0045166015625,
+ -0.0313720703125,
+ 0.0330810546875,
+ -0.0009560585021972656,
+ 0.0082244873046875,
+ 0.010467529296875,
+ -0.039764404296875,
+ 0.0269622802734375,
+ -0.0023059844970703125,
+ 0.03900146484375,
+ 0.03460693359375,
+ 0.0185546875,
+ -0.052764892578125,
+ 0.0227508544921875,
+ -0.0283050537109375,
+ 0.01056671142578125,
+ 0.023712158203125,
+ -0.0330810546875,
+ 0.0192108154296875,
+ -0.026580810546875,
+ 0.012908935546875,
+ -0.011566162109375,
+ 0.020172119140625,
+ 0.028106689453125,
+ 0.00223541259765625,
+ -0.01529693603515625,
+ 0.0162506103515625,
+ -0.0024261474609375,
+ 0.07421875,
+ -0.0194091796875,
+ -0.055084228515625,
+ -0.01271820068359375,
+ 0.0008783340454101562,
+ 0.033843994140625,
+ 0.043975830078125,
+ 0.0015535354614257812,
+ -0.016448974609375,
+ -0.01027679443359375,
+ 0.0286865234375,
+ -0.0194091796875,
+ -0.0261993408203125,
+ -0.0147247314453125,
+ 0.0256195068359375,
+ 0.0347900390625,
+ 0.03289794921875,
+ 0.009796142578125,
+ 0.07684326171875,
+ 0.0140533447265625,
+ 0.01271820068359375,
+ 0.0275421142578125,
+ 0.0489501953125,
+ 0.0168304443359375,
+ -0.0357666015625,
+ -0.042266845703125,
+ 0.0068359375,
+ 0.0119476318359375,
+ -0.0240936279296875,
+ -0.0347900390625,
+ 0.0167236328125,
+ 0.056610107421875,
+ -0.06536865234375,
+ -0.01959228515625,
+ -0.0154876708984375,
+ -0.00428009033203125,
+ 0.00817108154296875,
+ 0.0036334991455078125,
+ -0.0089874267578125,
+ 0.0271453857421875,
+ 0.0148162841796875,
+ -0.01200103759765625,
+ -0.00223541259765625,
+ -0.0269622802734375,
+ -0.0140533447265625,
+ 0.047027587890625,
+ 0.0233306884765625,
+ -0.006549835205078125,
+ 0.01271820068359375,
+ 0.02313232421875,
+ 0.0254364013671875,
+ 0.0017690658569335938,
+ 0.056610107421875,
+ 0.0225677490234375,
+ -0.0002465248107910156,
+ 0.0286865234375,
+ 0.0665283203125,
+ -0.0401611328125,
+ 0.004947662353515625,
+ 0.03424072265625,
+ 0.026580810546875,
+ 0.036895751953125,
+ 0.0458984375,
+ -0.01099395751953125,
+ 0.01568603515625,
+ 0.004734039306640625,
+ -0.04168701171875,
+ -0.00487518310546875,
+ 0.02008056640625,
+ 0.005832672119140625,
+ -0.0271453857421875,
+ -0.06689453125,
+ 0.0227508544921875,
+ -0.035003662109375,
+ 0.040924072265625,
+ -0.004802703857421875,
+ -0.00017631053924560547,
+ 0.01061248779296875,
+ 0.0248565673828125,
+ -0.01103973388671875,
+ -0.062347412109375,
+ 0.030975341796875,
+ -0.004589080810546875,
+ -0.0235137939453125,
+ 0.002712249755859375,
+ -0.01500701904296875,
+ 0.039764404296875,
+ -0.003131866455078125,
+ -0.06463623046875,
+ 0.00927734375,
+ 0.042633056640625,
+ -0.03289794921875,
+ -0.052398681640625,
+ -0.0228424072265625,
+ 0.0103759765625,
+ -0.0167236328125,
+ -0.03192138671875,
+ -0.04339599609375,
+ -0.03192138671875,
+ -0.002796173095703125,
+ -0.01233673095703125,
+ 0.00736236572265625,
+ -0.00951385498046875,
+ -0.0292510986328125,
+ -0.026580810546875,
+ -0.0305938720703125,
+ -0.014434814453125,
+ 0.0216064453125,
+ -0.0546875,
+ 0.0284881591796875,
+ 0.005451202392578125,
+ 0.01491546630859375,
+ 0.0161590576171875,
+ 0.06732177734375,
+ 0.01309967041015625,
+ 0.0161590576171875,
+ -0.036712646484375,
+ -0.045318603515625,
+ 0.026580810546875,
+ -0.0037288665771484375,
+ 0.004611968994140625,
+ -0.05584716796875,
+ 0.0108489990234375,
+ 0.02227783203125,
+ -0.0921630859375,
+ 0.038818359375,
+ 0.0235137939453125,
+ -0.020263671875,
+ -0.06768798828125,
+ -0.0027599334716796875,
+ -0.01032257080078125,
+ 0.0170135498046875,
+ 0.0955810546875,
+ 0.01132965087890625,
+ 0.011474609375,
+ 0.0211334228515625,
+ -0.035552978515625,
+ 0.0638427734375,
+ 0.0160675048828125,
+ 0.01300048828125,
+ -0.0275421142578125,
+ 0.0235137939453125,
+ -0.0005526542663574219,
+ -0.044921875,
+ 0.00029277801513671875,
+ -0.071533203125,
+ 0.0082244873046875,
+ 0.0305938720703125,
+ 0.01319122314453125,
+ 0.012237548828125,
+ 0.0190277099609375,
+ -0.071533203125,
+ -0.0269622802734375,
+ -0.03594970703125,
+ 0.0263824462890625,
+ 0.0110931396484375,
+ 0.0140533447265625,
+ -0.04608154296875,
+ -0.00951385498046875,
+ -0.034027099609375,
+ -0.0604248046875,
+ -0.043609619140625,
+ -0.033660888671875,
+ 0.0006694793701171875,
+ 0.0016374588012695312,
+ -0.062347412109375,
+ 0.013671875,
+ 0.0029277801513671875,
+ 0.015777587890625,
+ 0.015960693359375,
+ 0.05010986328125,
+ -0.056610107421875,
+ 0.00960540771484375,
+ 0.0198822021484375,
+ 0.01739501953125,
+ -0.00884246826171875,
+ -0.0014820098876953125,
+ -0.004802703857421875,
+ 0.0246734619140625,
+ 0.00411224365234375,
+ -0.0577392578125,
+ 0.046661376953125,
+ 0.03289794921875,
+ -0.0330810546875,
+ -0.05621337890625,
+ -0.04339599609375,
+ -0.008941650390625,
+ 0.05621337890625,
+ -0.009368896484375,
+ 0.04052734375,
+ -0.0211334228515625,
+ 0.0036334991455078125,
+ -0.07305908203125,
+ 0.033447265625,
+ -0.03326416015625,
+ 0.04742431640625,
+ 0.0313720703125,
+ -0.006931304931640625,
+ -0.057373046875,
+ -0.035552978515625,
+ -0.006740570068359375,
+ 0.03900146484375,
+ -0.03155517578125,
+ 0.035186767578125,
+ -0.006069183349609375,
+ 0.00411224365234375,
+ 0.004253387451171875,
+ -0.024383544921875,
+ 0.02734375,
+ 0.032318115234375,
+ 0.00960540771484375,
+ -0.025238037109375,
+ 0.028106689453125,
+ -0.029632568359375,
+ -0.0029754638671875,
+ -0.00736236572265625,
+ 0.01300048828125,
+ -0.00525665283203125,
+ -0.02581787109375,
+ -0.03173828125,
+ 0.017120361328125,
+ 0.01300048828125,
+ 0.033660888671875,
+ -0.0240936279296875,
+ -0.00470733642578125,
+ -0.007648468017578125,
+ 0.0246734619140625,
+ -0.020263671875,
+ -0.006595611572265625,
+ -0.0043487548828125,
+ 0.0097503662109375,
+ -0.04473876953125,
+ -0.039398193359375,
+ -0.059661865234375,
+ -0.089111328125,
+ -0.0184478759765625,
+ -0.055450439453125,
+ -0.035552978515625,
+ -0.00038552284240722656,
+ 0.01377105712890625,
+ 0.01233673095703125,
+ -0.0256195068359375,
+ 0.0391845703125,
+ -0.01491546630859375,
+ 0.0216064453125,
+ -0.046844482421875,
+ -0.021026611328125,
+ -0.01027679443359375,
+ 0.049346923828125,
+ -0.0037288665771484375,
+ -0.0218048095703125,
+ 0.0261993408203125,
+ -0.039398193359375,
+ 0.0086517333984375,
+ -0.0182647705078125,
+ -0.0162506103515625,
+ -0.047027587890625,
+ 0.020843505859375,
+ -0.06805419921875,
+ 0.005615234375,
+ 0.010711669921875,
+ 0.045684814453125,
+ -0.01242828369140625,
+ -0.0248565673828125,
+ 0.03192138671875,
+ -0.0167236328125,
+ -0.03460693359375,
+ -0.0004570484161376953,
+ -0.00428009033203125,
+ -0.01415252685546875,
+ -0.0189361572265625,
+ 0.0020313262939453125,
+ -0.0028209686279296875,
+ 0.00817108154296875,
+ 0.0013208389282226562,
+ 0.043975830078125,
+ 0.030792236328125,
+ 0.0125274658203125,
+ -0.0238037109375,
+ -0.0125274658203125,
+ -0.007266998291015625,
+ 0.01348114013671875,
+ 0.0290679931640625,
+ 0.01500701904296875,
+ -0.025238037109375,
+ -0.0004093647003173828,
+ 0.0033931732177734375,
+ -0.09869384765625,
+ -0.0357666015625,
+ -0.015960693359375,
+ -0.060791015625,
+ 0.01377105712890625,
+ 0.07684326171875,
+ 0.040740966796875,
+ -0.03155517578125,
+ 0.041107177734375,
+ 0.03460693359375,
+ 0.0286865234375,
+ 0.023895263671875,
+ -0.0041351318359375,
+ -0.05889892578125,
+ 0.0232391357421875,
+ 0.048004150390625,
+ 0.0275421142578125,
+ -0.04034423828125,
+ 0.0799560546875,
+ 0.07952880859375,
+ -0.0303955078125,
+ -0.0269622802734375,
+ -0.00736236572265625,
+ -0.01300048828125,
+ 0.044158935546875,
+ 0.0238037109375,
+ 0.020263671875,
+ -0.0546875,
+ 0.00736236572265625,
+ 0.00394439697265625,
+ 0.00970458984375,
+ 0.0006036758422851562,
+ -0.0290679931640625,
+ -0.0140533447265625,
+ 0.042266845703125,
+ -0.058502197265625,
+ -0.0361328125,
+ 0.0032501220703125,
+ 0.07611083984375,
+ -0.004611968994140625,
+ -0.035186767578125,
+ -0.00630950927734375,
+ 0.03173828125,
+ 0.0361328125,
+ -0.01529693603515625,
+ 0.002140045166015625,
+ 0.00927734375,
+ 0.0018644332885742188,
+ 0.049346923828125,
+ 0.05047607421875,
+ 0.00875091552734375,
+ 0.06536865234375,
+ 0.0031795501708984375,
+ -0.04168701171875,
+ 0.01519775390625,
+ 0.006214141845703125,
+ -0.0007410049438476562,
+ 0.0167236328125,
+ -0.059661865234375,
+ -0.0167236328125,
+ -0.0458984375,
+ 0.047607421875,
+ 0.0045166015625,
+ 0.04302978515625,
+ 0.03460693359375,
+ -0.005474090576171875,
+ -0.0004630088806152344,
+ 0.023712158203125,
+ 0.039764404296875,
+ 0.0780029296875,
+ 0.0168304443359375,
+ 0.0125274658203125,
+ 0.004207611083984375,
+ 0.0198822021484375,
+ -0.0035610198974609375,
+ -0.038818359375,
+ 0.025238037109375,
+ -0.0263824462890625,
+ -0.00499725341796875,
+ -0.044158935546875,
+ -0.0177764892578125,
+ -0.01094818115234375,
+ -0.02886962890625,
+ -0.0119476318359375,
+ -0.0284881591796875,
+ 0.00559234619140625,
+ -0.03900146484375,
+ -0.04437255859375,
+ -0.0140533447265625,
+ 0.0240936279296875,
+ -0.0418701171875,
+ 0.0184478759765625,
+ 0.02294921875,
+ -0.011810302734375,
+ 0.0292510986328125,
+ -0.056976318359375,
+ 0.05584716796875,
+ 0.03326416015625,
+ 0.0263824462890625,
+ 0.0012664794921875,
+ -0.01415252685546875,
+ 0.019500732421875,
+ 0.0032749176025390625,
+ -0.00698089599609375,
+ 0.0241851806640625,
+ -0.037109375,
+ 0.04742431640625,
+ 0.05010986328125,
+ 0.02093505859375,
+ -0.04302978515625,
+ 0.0125274658203125,
+ 0.03326416015625,
+ -0.074951171875,
+ 0.0665283203125,
+ -0.001708984375,
+ 0.0184478759765625,
+ 0.0163421630859375,
+ 0.016632080078125,
+ -0.032135009765625,
+ -0.066162109375,
+ 0.04205322265625,
+ 0.00884246826171875,
+ 0.00984954833984375,
+ 0.0197906494140625,
+ -0.074951171875,
+ 0.036712646484375,
+ -0.010040283203125,
+ 0.038818359375,
+ -0.0226593017578125,
+ 0.055084228515625,
+ -0.0261993408203125,
+ 0.027923583984375,
+ -0.0014219284057617188,
+ 0.021026611328125,
+ -0.01190185546875,
+ 0.03289794921875,
+ -0.0228424072265625,
+ 0.060028076171875,
+ 0.00812530517578125,
+ -0.00846099853515625,
+ -0.049713134765625,
+ -0.003131866455078125,
+ 0.01094818115234375,
+ 0.0094146728515625,
+ 0.051239013671875,
+ -0.03900146484375,
+ -0.01434326171875,
+ 0.0132904052734375,
+ 0.03863525390625,
+ 0.0577392578125,
+ -0.0284881591796875,
+ 0.04034423828125,
+ 0.0075531005859375,
+ -0.02093505859375,
+ -0.0015897750854492188,
+ -0.004444122314453125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "dashboards",
+ "analytics"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_iPhone_Backup_Extractor",
+ "type": "tool",
+ "name": "iPhone Backup Extractor",
+ "content": "iphone backup extractor kommerzielle ios-backup-analysis-suite extrahiert daten aus itunes/finder-backups inklusive verschlüsselter archives. dekodiert app-sandboxes, keychain-items und gelöschte sqlite-records für umfassende ios-forensik. besonders wertvoll: gui für nicht-technische ermittler, automatische app-erkennung, timeline-export. unterstützt ios 3-17 mit regelmäßigen updates. premium-features für location-data und advanced-recovery. gui ios-backup commercial keychain-extraction app-analysis timeline-export encrypted-backup sqlite-recovery mobile-forensics static-investigations examination analysis",
+ "embedding": [
+ -0.00605010986328125,
+ 0.04132080078125,
+ 0.0279388427734375,
+ -0.0009236335754394531,
+ 0.0267333984375,
+ 0.019744873046875,
+ 0.002582550048828125,
+ 0.0176239013671875,
+ 0.0013980865478515625,
+ -0.01477813720703125,
+ -0.00855255126953125,
+ 0.07208251953125,
+ 0.034210205078125,
+ 0.0011835098266601562,
+ -0.06884765625,
+ 0.020660400390625,
+ 0.017822265625,
+ 0.0081024169921875,
+ -0.01214599609375,
+ -0.01629638671875,
+ -0.0408935546875,
+ -0.01158905029296875,
+ -0.061553955078125,
+ -0.009063720703125,
+ 0.01488494873046875,
+ 0.0307769775390625,
+ -0.0217742919921875,
+ -0.053863525390625,
+ -0.0135650634765625,
+ 0.0016326904296875,
+ 0.03179931640625,
+ -0.0132598876953125,
+ -0.00865936279296875,
+ 0.0253143310546875,
+ 0.0007848739624023438,
+ -0.03643798828125,
+ 0.00010204315185546875,
+ -0.03118896484375,
+ -0.036041259765625,
+ 0.0587158203125,
+ -0.0023784637451171875,
+ -0.0138702392578125,
+ 0.0307769775390625,
+ -0.0036945343017578125,
+ -0.037872314453125,
+ -0.0189361572265625,
+ -0.00870513916015625,
+ -0.012298583984375,
+ 0.00962066650390625,
+ -0.040496826171875,
+ 0.0231781005859375,
+ 0.01174163818359375,
+ 0.0092620849609375,
+ 0.0015316009521484375,
+ -0.031585693359375,
+ 0.041900634765625,
+ 0.031585693359375,
+ -0.03564453125,
+ -0.050628662109375,
+ 0.045562744140625,
+ -0.04412841796875,
+ -0.0141754150390625,
+ 0.00605010986328125,
+ -0.02044677734375,
+ -0.0014047622680664062,
+ 0.036041259765625,
+ 0.0020885467529296875,
+ -0.0254058837890625,
+ -0.00981903076171875,
+ 0.0193328857421875,
+ -0.01316070556640625,
+ -0.0114898681640625,
+ -0.034423828125,
+ 0.0439453125,
+ -0.03118896484375,
+ -0.06719970703125,
+ 0.0237884521484375,
+ 0.0225830078125,
+ -0.0213623046875,
+ 0.00724029541015625,
+ -0.03582763671875,
+ 0.0202484130859375,
+ 0.017913818359375,
+ -0.01629638671875,
+ -0.018524169921875,
+ 0.01296234130859375,
+ 0.0217742919921875,
+ 0.0199432373046875,
+ -0.00263214111328125,
+ -0.0008287429809570312,
+ 0.0267333984375,
+ -0.026519775390625,
+ 0.0061492919921875,
+ 0.00470733642578125,
+ 0.0599365234375,
+ 0.055084228515625,
+ -0.0408935546875,
+ 0.0180206298828125,
+ -0.01270294189453125,
+ 0.015594482421875,
+ -0.00799560546875,
+ -0.0291595458984375,
+ 0.0740966796875,
+ 0.0029735565185546875,
+ 0.0183258056640625,
+ -0.038665771484375,
+ 0.01214599609375,
+ -0.01285552978515625,
+ -0.051239013671875,
+ -0.00981903076171875,
+ -0.08544921875,
+ -0.0587158203125,
+ -0.0195465087890625,
+ -0.06195068359375,
+ -0.0273284912109375,
+ -0.0227813720703125,
+ 0.006000518798828125,
+ 0.06561279296875,
+ -0.05023193359375,
+ -0.05303955078125,
+ 0.0313720703125,
+ 0.015594482421875,
+ -0.026519775390625,
+ -0.00662994384765625,
+ -0.04473876953125,
+ -0.052642822265625,
+ 0.009368896484375,
+ 0.04595947265625,
+ -0.053863525390625,
+ -0.0307769775390625,
+ -0.0225830078125,
+ -0.035247802734375,
+ -0.01129150390625,
+ -0.00855255126953125,
+ -0.01336669921875,
+ -0.03240966796875,
+ 0.04412841796875,
+ 0.0009679794311523438,
+ 0.01346588134765625,
+ -0.004405975341796875,
+ 0.0231781005859375,
+ -0.0164031982421875,
+ -0.054656982421875,
+ -0.00931549072265625,
+ -0.03704833984375,
+ -0.0015506744384765625,
+ -0.00493621826171875,
+ 0.062744140625,
+ -0.0516357421875,
+ -0.0215606689453125,
+ 0.0011959075927734375,
+ 0.03704833984375,
+ 0.0196380615234375,
+ -0.01983642578125,
+ 0.004810333251953125,
+ -0.042938232421875,
+ 0.034027099609375,
+ -0.02044677734375,
+ 0.0267333984375,
+ -0.00034332275390625,
+ -0.024810791015625,
+ 0.0303802490234375,
+ -0.0257110595703125,
+ 0.02996826171875,
+ -0.01538848876953125,
+ -0.0263214111328125,
+ -0.0313720703125,
+ 0.0167999267578125,
+ 0.0030879974365234375,
+ -0.005794525146484375,
+ 0.005466461181640625,
+ 0.0011453628540039062,
+ 0.055877685546875,
+ 0.1085205078125,
+ -0.0100250244140625,
+ 0.030975341796875,
+ -0.0035190582275390625,
+ -0.0054168701171875,
+ 0.0008606910705566406,
+ 0.05426025390625,
+ -0.0010824203491210938,
+ -0.0166015625,
+ 0.04132080078125,
+ 0.0062255859375,
+ 0.0089111328125,
+ -0.01073455810546875,
+ -0.0176239013671875,
+ -0.0015630722045898438,
+ -0.024200439453125,
+ 0.046356201171875,
+ -0.04412841796875,
+ -0.04010009765625,
+ -0.004329681396484375,
+ 0.0242919921875,
+ 0.0192413330078125,
+ 0.04656982421875,
+ 0.04473876953125,
+ -0.0177154541015625,
+ 0.05303955078125,
+ -0.0132598876953125,
+ 0.02935791015625,
+ 0.044342041015625,
+ -0.00662994384765625,
+ 0.04901123046875,
+ 0.0166015625,
+ 0.0113372802734375,
+ -0.01214599609375,
+ 0.016204833984375,
+ 0.0231781005859375,
+ 0.001430511474609375,
+ -0.0180206298828125,
+ 0.0192413330078125,
+ 0.0193328857421875,
+ -0.036651611328125,
+ -0.0164031982421875,
+ -0.036041259765625,
+ 0.0138702392578125,
+ -0.0285491943359375,
+ 0.01336669921875,
+ -0.00693511962890625,
+ -0.020050048828125,
+ -0.06640625,
+ 0.0303802490234375,
+ 0.0279388427734375,
+ -0.0273284912109375,
+ 0.03118896484375,
+ 0.01812744140625,
+ -0.0281524658203125,
+ 0.0016956329345703125,
+ 0.0307769775390625,
+ 0.01169586181640625,
+ 0.0180206298828125,
+ 0.00839996337890625,
+ 0.0025177001953125,
+ -0.006832122802734375,
+ -0.0005316734313964844,
+ 0.024810791015625,
+ 0.048004150390625,
+ 0.02490234375,
+ -0.004253387451171875,
+ -0.01250457763671875,
+ 0.041900634765625,
+ -0.023590087890625,
+ 0.0297698974609375,
+ 0.03118896484375,
+ -0.02935791015625,
+ 0.004199981689453125,
+ 0.006580352783203125,
+ 0.062744140625,
+ 0.041107177734375,
+ -0.049407958984375,
+ -0.003620147705078125,
+ -0.08056640625,
+ -0.0054931640625,
+ -0.036041259765625,
+ -0.014373779296875,
+ -0.0218658447265625,
+ -0.0408935546875,
+ 0.060760498046875,
+ -0.003997802734375,
+ -0.031982421875,
+ 0.001094818115234375,
+ 0.00605010986328125,
+ 0.004428863525390625,
+ 0.03302001953125,
+ 0.02166748046875,
+ -0.03057861328125,
+ -0.006732940673828125,
+ 0.059539794921875,
+ -0.0213623046875,
+ 0.0212554931640625,
+ 0.00582122802734375,
+ 0.01204681396484375,
+ -0.01088714599609375,
+ 0.0196380615234375,
+ -0.0250091552734375,
+ 0.007038116455078125,
+ 0.0212554931640625,
+ 0.026123046875,
+ 0.01316070556640625,
+ -0.0167083740234375,
+ 0.0144805908203125,
+ -0.057098388671875,
+ 0.0103759765625,
+ -0.014373779296875,
+ -0.0301666259765625,
+ 0.007595062255859375,
+ 0.024200439453125,
+ 0.0077972412109375,
+ -0.0224761962890625,
+ -0.01068115234375,
+ 0.045562744140625,
+ -0.0017461776733398438,
+ 0.0030117034912109375,
+ 0.005035400390625,
+ -0.0313720703125,
+ 0.001987457275390625,
+ -0.0017213821411132812,
+ -0.00724029541015625,
+ 0.023590087890625,
+ 0.0269317626953125,
+ -0.01488494873046875,
+ 0.004810333251953125,
+ 0.0024433135986328125,
+ -0.001796722412109375,
+ -0.022979736328125,
+ -0.0295562744140625,
+ -0.022369384765625,
+ -0.00234222412109375,
+ -0.039276123046875,
+ -0.020751953125,
+ 0.0243988037109375,
+ -0.044952392578125,
+ 0.0195465087890625,
+ -0.00820159912109375,
+ 0.003314971923828125,
+ -0.04010009765625,
+ -0.0648193359375,
+ -0.01123809814453125,
+ -0.0275421142578125,
+ -0.03057861328125,
+ -0.026123046875,
+ 0.0196380615234375,
+ 0.0089569091796875,
+ -0.0017595291137695312,
+ -0.015289306640625,
+ -0.02227783203125,
+ -0.06439208984375,
+ 0.017822265625,
+ -0.00997161865234375,
+ 0.006252288818359375,
+ -0.028350830078125,
+ 0.05426025390625,
+ 0.0303802490234375,
+ 0.01751708984375,
+ 0.027130126953125,
+ 0.07373046875,
+ 0.0002720355987548828,
+ -0.018829345703125,
+ 0.0031642913818359375,
+ 0.0006961822509765625,
+ 0.0098724365234375,
+ -0.0019989013671875,
+ -0.036865234375,
+ -0.04534912109375,
+ 0.004352569580078125,
+ -0.036041259765625,
+ 0.01012420654296875,
+ 0.053466796875,
+ 0.0303802490234375,
+ 0.0130615234375,
+ -0.0313720703125,
+ 0.01073455810546875,
+ 0.052642822265625,
+ -0.001537322998046875,
+ 0.11260986328125,
+ -0.043548583984375,
+ -0.05548095703125,
+ -0.01042938232421875,
+ 0.01751708984375,
+ -0.044952392578125,
+ -0.01007080078125,
+ 0.036865234375,
+ 0.0020751953125,
+ 0.0167083740234375,
+ 0.0275421142578125,
+ 0.004657745361328125,
+ 0.01488494873046875,
+ -0.006023406982421875,
+ -0.004734039306640625,
+ -0.0095672607421875,
+ -0.0154876708984375,
+ -0.006683349609375,
+ 0.042510986328125,
+ 0.0273284912109375,
+ 0.014984130859375,
+ 0.0457763671875,
+ -0.0095672607421875,
+ -0.00678253173828125,
+ -0.036041259765625,
+ -0.057098388671875,
+ 0.0189361572265625,
+ 0.0301666259765625,
+ 0.00359344482421875,
+ 0.06640625,
+ -0.024200439453125,
+ -0.057098388671875,
+ 0.01396942138671875,
+ -0.0374755859375,
+ 0.06683349609375,
+ 0.03057861328125,
+ 0.006481170654296875,
+ 0.03582763671875,
+ -0.0267333984375,
+ 0.00865936279296875,
+ 0.0273284912109375,
+ 0.0125579833984375,
+ 0.0164031982421875,
+ 0.0218658447265625,
+ 0.00774383544921875,
+ -0.005214691162109375,
+ -0.0439453125,
+ -0.003139495849609375,
+ -0.0114898681640625,
+ 0.01336669921875,
+ -0.01407623291015625,
+ 0.0303802490234375,
+ 0.034027099609375,
+ 0.052642822265625,
+ -0.01280975341796875,
+ 0.0491943359375,
+ 0.0172119140625,
+ 0.01169586181640625,
+ -0.002227783203125,
+ -0.00799560546875,
+ 0.0121002197265625,
+ -0.053863525390625,
+ -0.0023288726806640625,
+ -0.0009303092956542969,
+ 0.031585693359375,
+ 0.0599365234375,
+ -0.0018606185913085938,
+ -0.048187255859375,
+ -0.0007939338684082031,
+ 0.04718017578125,
+ -0.0611572265625,
+ 0.03826904296875,
+ 0.0190277099609375,
+ -0.043731689453125,
+ 0.0275421142578125,
+ -0.017822265625,
+ -0.042938232421875,
+ 0.04473876953125,
+ -0.01169586181640625,
+ -0.046356201171875,
+ -0.006099700927734375,
+ 0.0256195068359375,
+ -0.02935791015625,
+ -0.05792236328125,
+ -0.040283203125,
+ -0.019134521484375,
+ 0.00678253173828125,
+ -0.0205535888671875,
+ 0.034637451171875,
+ 0.01812744140625,
+ 0.004177093505859375,
+ 0.034423828125,
+ 0.02459716796875,
+ 0.0004208087921142578,
+ -0.031585693359375,
+ 0.037872314453125,
+ -0.026519775390625,
+ -0.0574951171875,
+ 0.041107177734375,
+ 0.016204833984375,
+ 0.0445556640625,
+ -0.0291595458984375,
+ -0.031982421875,
+ 0.00322723388671875,
+ -0.00789642333984375,
+ 0.0018224716186523438,
+ 0.002391815185546875,
+ -0.022369384765625,
+ -0.060760498046875,
+ -0.0256195068359375,
+ 0.061553955078125,
+ 0.020660400390625,
+ 0.06396484375,
+ -0.0297698974609375,
+ -0.0374755859375,
+ 0.00045871734619140625,
+ -0.060760498046875,
+ 0.0024547576904296875,
+ -0.01346588134765625,
+ -0.002910614013671875,
+ -0.035247802734375,
+ 0.060333251953125,
+ -0.0263214111328125,
+ 0.00931549072265625,
+ -0.0135650634765625,
+ 0.060760498046875,
+ 0.0170135498046875,
+ 0.01873779296875,
+ -0.03887939453125,
+ 0.0257110595703125,
+ 0.01366424560546875,
+ -0.046173095703125,
+ -0.0077972412109375,
+ -0.0295562744140625,
+ -0.00234222412109375,
+ 0.0213623046875,
+ -0.027740478515625,
+ 0.01275634765625,
+ -0.00203704833984375,
+ -0.05303955078125,
+ -0.0259246826171875,
+ -0.005695343017578125,
+ -0.01169586181640625,
+ -0.0408935546875,
+ 0.034637451171875,
+ 0.028961181640625,
+ -0.00870513916015625,
+ 0.0180206298828125,
+ 0.0049591064453125,
+ -0.01396942138671875,
+ 0.026123046875,
+ -0.036865234375,
+ -0.0279388427734375,
+ 0.0234832763671875,
+ -0.06317138671875,
+ -0.0130615234375,
+ -0.00865936279296875,
+ 0.034423828125,
+ -0.0255126953125,
+ -0.00167083740234375,
+ 0.0009050369262695312,
+ -0.00359344482421875,
+ 0.0255126953125,
+ -0.0374755859375,
+ 0.005924224853515625,
+ -0.0254058837890625,
+ -0.0243988037109375,
+ -0.04473876953125,
+ 0.00038909912109375,
+ 0.01519012451171875,
+ 0.002239227294921875,
+ -0.016510009765625,
+ 0.0183258056640625,
+ 0.053466796875,
+ -0.04412841796875,
+ 0.004302978515625,
+ 0.03302001953125,
+ 0.00016057491302490234,
+ -0.01123809814453125,
+ 0.005771636962890625,
+ 0.0094146728515625,
+ 0.03765869140625,
+ 0.0433349609375,
+ -0.009368896484375,
+ -0.0237884521484375,
+ -0.058319091796875,
+ 0.03826904296875,
+ -0.019134521484375,
+ -0.0159912109375,
+ -0.023284912109375,
+ -0.041900634765625,
+ -0.06439208984375,
+ 0.004177093505859375,
+ 0.03118896484375,
+ 0.019744873046875,
+ -0.00839996337890625,
+ -0.034423828125,
+ -0.0094146728515625,
+ -0.0297698974609375,
+ -0.0213623046875,
+ 0.0224761962890625,
+ -0.0159912109375,
+ 0.008148193359375,
+ 0.01690673828125,
+ -0.039276123046875,
+ 0.01427459716796875,
+ 0.0051116943359375,
+ 0.01568603515625,
+ 0.01457977294921875,
+ 0.04779052734375,
+ -0.0301666259765625,
+ 0.01396942138671875,
+ -0.0192413330078125,
+ -0.00133514404296875,
+ 0.0196380615234375,
+ -0.00885772705078125,
+ 0.01983642578125,
+ -0.006580352783203125,
+ -0.0138702392578125,
+ 0.0201416015625,
+ 0.0062255859375,
+ 0.03302001953125,
+ 0.01174163818359375,
+ -0.01285552978515625,
+ 0.033203125,
+ -0.00009810924530029297,
+ 0.057098388671875,
+ -0.019439697265625,
+ -0.034637451171875,
+ -0.017913818359375,
+ -0.012908935546875,
+ 0.0224761962890625,
+ 0.057098388671875,
+ 0.0254058837890625,
+ -0.052642822265625,
+ 0.0019989013671875,
+ 0.02227783203125,
+ -0.0160980224609375,
+ -0.0295562744140625,
+ -0.01012420654296875,
+ -0.0035190582275390625,
+ 0.00382232666015625,
+ 0.040496826171875,
+ 0.006099700927734375,
+ 0.0716552734375,
+ -0.00046181678771972656,
+ 0.03057861328125,
+ 0.0092620849609375,
+ 0.033599853515625,
+ 0.0445556640625,
+ -0.03118896484375,
+ -0.042510986328125,
+ 0.0095672607421875,
+ -0.00412750244140625,
+ -0.023895263671875,
+ -0.03240966796875,
+ 0.0254058837890625,
+ 0.046966552734375,
+ -0.0753173828125,
+ -0.0024433135986328125,
+ 0.020751953125,
+ 0.0263214111328125,
+ -0.0014171600341796875,
+ 0.0011138916015625,
+ -0.0240936279296875,
+ 0.02520751953125,
+ 0.0130615234375,
+ -0.04071044921875,
+ 0.01336669921875,
+ -0.0217742919921875,
+ 0.04840087890625,
+ 0.043121337890625,
+ 0.019134521484375,
+ -0.0408935546875,
+ 0.02996826171875,
+ 0.01174163818359375,
+ 0.03564453125,
+ 0.01568603515625,
+ 0.0275421142578125,
+ 0.0255126953125,
+ 0.02996826171875,
+ 0.0396728515625,
+ 0.0491943359375,
+ -0.0257110595703125,
+ -0.007595062255859375,
+ 0.022369384765625,
+ 0.0174102783203125,
+ 0.01812744140625,
+ 0.08099365234375,
+ 0.01477813720703125,
+ 0.00226593017578125,
+ -0.01690673828125,
+ -0.051025390625,
+ 0.0172119140625,
+ -0.00019848346710205078,
+ 0.0079498291015625,
+ -0.055877685546875,
+ -0.01296234130859375,
+ 0.019134521484375,
+ -0.0753173828125,
+ 0.024200439453125,
+ -0.010528564453125,
+ -0.0338134765625,
+ -0.0062255859375,
+ 0.04010009765625,
+ 0.012451171875,
+ -0.059112548828125,
+ 0.0144805908203125,
+ -0.03704833984375,
+ 0.017822265625,
+ -0.0291595458984375,
+ -0.03765869140625,
+ 0.0247039794921875,
+ -0.04473876953125,
+ -0.06439208984375,
+ -0.01158905029296875,
+ 0.0396728515625,
+ -0.02874755859375,
+ -0.038055419921875,
+ -0.03118896484375,
+ 0.00804901123046875,
+ -0.0190277099609375,
+ -0.01280975341796875,
+ -0.023590087890625,
+ -0.0259246826171875,
+ 0.0008730888366699219,
+ -0.032806396484375,
+ -0.04010009765625,
+ -0.03057861328125,
+ -0.006832122802734375,
+ -0.00278472900390625,
+ -0.0030002593994140625,
+ -0.01108551025390625,
+ 0.02166748046875,
+ -0.0291595458984375,
+ 0.009368896484375,
+ -0.005443572998046875,
+ 0.0124053955078125,
+ 0.0130615234375,
+ 0.07208251953125,
+ -0.00789642333984375,
+ 0.028350830078125,
+ -0.0350341796875,
+ -0.026519775390625,
+ -0.00045871734619140625,
+ 0.0184326171875,
+ 0.01488494873046875,
+ -0.0623779296875,
+ 0.02874755859375,
+ 0.045562744140625,
+ -0.0980224609375,
+ 0.028961181640625,
+ -0.003391265869140625,
+ -0.0186309814453125,
+ -0.05548095703125,
+ -0.004581451416015625,
+ 0.00322723388671875,
+ 0.0051116943359375,
+ 0.10693359375,
+ 0.00850677490234375,
+ -0.022979736328125,
+ 0.0250091552734375,
+ -0.03948974609375,
+ 0.03643798828125,
+ -0.004276275634765625,
+ 0.0263214111328125,
+ -0.037261962890625,
+ 0.034637451171875,
+ 0.0231781005859375,
+ -0.007595062255859375,
+ 0.01027679443359375,
+ -0.07574462890625,
+ -0.0002911090850830078,
+ 0.0307769775390625,
+ 0.0259246826171875,
+ -0.010223388671875,
+ -0.0209503173828125,
+ -0.032806396484375,
+ -0.0307769775390625,
+ -0.00870513916015625,
+ 0.0164031982421875,
+ 0.00962066650390625,
+ -0.0034923553466796875,
+ -0.0325927734375,
+ 0.016204833984375,
+ -0.003620147705078125,
+ -0.041107177734375,
+ -0.043548583984375,
+ -0.0028095245361328125,
+ 0.05426025390625,
+ 0.00946807861328125,
+ -0.036865234375,
+ -0.002593994140625,
+ 0.01200103759765625,
+ 0.00820159912109375,
+ -0.004734039306640625,
+ 0.0421142578125,
+ -0.0516357421875,
+ -0.042724609375,
+ 0.0006961822509765625,
+ 0.0325927734375,
+ 0.0006327629089355469,
+ 0.01007080078125,
+ 0.005619049072265625,
+ 0.006023406982421875,
+ -0.006378173828125,
+ -0.0295562744140625,
+ 0.054656982421875,
+ 0.0635986328125,
+ -0.019134521484375,
+ -0.057098388671875,
+ -0.0273284912109375,
+ -0.01214599609375,
+ 0.023895263671875,
+ -0.0297698974609375,
+ 0.0242919921875,
+ 0.01457977294921875,
+ -0.0008668899536132812,
+ -0.089111328125,
+ 0.0574951171875,
+ -0.020660400390625,
+ 0.027740478515625,
+ 0.0208587646484375,
+ -0.0269317626953125,
+ -0.06683349609375,
+ -0.02459716796875,
+ -0.043121337890625,
+ 0.034027099609375,
+ -0.0213623046875,
+ 0.022064208984375,
+ -0.0062255859375,
+ 0.0273284912109375,
+ -0.012908935546875,
+ -0.003139495849609375,
+ 0.0033664703369140625,
+ 0.051422119140625,
+ 0.02490234375,
+ -0.01983642578125,
+ 0.04010009765625,
+ -0.01488494873046875,
+ 0.0095672607421875,
+ -0.01285552978515625,
+ 0.01285552978515625,
+ 0.0237884521484375,
+ -0.0225830078125,
+ -0.015289306640625,
+ -0.0291595458984375,
+ 0.01983642578125,
+ 0.04473876953125,
+ -0.05426025390625,
+ 0.01629638671875,
+ -0.00018274784088134766,
+ 0.01129150390625,
+ 0.004985809326171875,
+ 0.00005692243576049805,
+ 0.01078033447265625,
+ 0.042938232421875,
+ -0.0167083740234375,
+ -0.01200103759765625,
+ -0.05426025390625,
+ -0.0611572265625,
+ -0.019439697265625,
+ -0.0587158203125,
+ -0.01366424560546875,
+ 0.023284912109375,
+ 0.012603759765625,
+ 0.0141754150390625,
+ -0.0256195068359375,
+ 0.037261962890625,
+ -0.01235198974609375,
+ -0.00799560546875,
+ -0.0217742919921875,
+ 0.03564453125,
+ -0.00322723388671875,
+ 0.0303802490234375,
+ -0.003997802734375,
+ -0.044952392578125,
+ 0.0211639404296875,
+ -0.006984710693359375,
+ 0.03118896484375,
+ -0.0186309814453125,
+ -0.00405120849609375,
+ -0.0362548828125,
+ 0.0242919921875,
+ -0.0943603515625,
+ -0.036041259765625,
+ 0.004276275634765625,
+ 0.01812744140625,
+ -0.0160980224609375,
+ -0.0350341796875,
+ 0.035430908203125,
+ 0.017913818359375,
+ -0.047576904296875,
+ 0.00518798828125,
+ -0.034423828125,
+ -0.020050048828125,
+ 0.0186309814453125,
+ -0.0273284912109375,
+ -0.01538848876953125,
+ 0.041900634765625,
+ 0.0076446533203125,
+ 0.041900634765625,
+ 0.043121337890625,
+ 0.0031757354736328125,
+ -0.028961181640625,
+ -0.004150390625,
+ -0.0009493827819824219,
+ 0.0157928466796875,
+ 0.0269317626953125,
+ 0.0076446533203125,
+ -0.0170135498046875,
+ 0.009368896484375,
+ 0.005466461181640625,
+ -0.07208251953125,
+ -0.0209503173828125,
+ 0.0174102783203125,
+ -0.05303955078125,
+ 0.022674560546875,
+ 0.050811767578125,
+ 0.0250091552734375,
+ -0.0135650634765625,
+ 0.041107177734375,
+ 0.051422119140625,
+ 0.01508331298828125,
+ 0.010223388671875,
+ -0.02520751953125,
+ -0.09234619140625,
+ -0.0177154541015625,
+ 0.030975341796875,
+ 0.020751953125,
+ -0.07818603515625,
+ 0.041900634765625,
+ 0.04595947265625,
+ 0.0017719268798828125,
+ -0.01062774658203125,
+ 0.002063751220703125,
+ 0.0325927734375,
+ 0.046966552734375,
+ 0.034637451171875,
+ 0.015899658203125,
+ -0.052642822265625,
+ 0.01204681396484375,
+ 0.03057861328125,
+ 0.007442474365234375,
+ -0.00921630859375,
+ -0.039886474609375,
+ -0.0221710205078125,
+ 0.03643798828125,
+ -0.03240966796875,
+ 0.0034160614013671875,
+ 0.00901031494140625,
+ 0.032806396484375,
+ 0.02520751953125,
+ -0.0307769775390625,
+ -0.06561279296875,
+ 0.04595947265625,
+ 0.01427459716796875,
+ -0.028350830078125,
+ 0.0408935546875,
+ 0.0291595458984375,
+ -0.01316070556640625,
+ 0.042327880859375,
+ 0.05670166015625,
+ 0.0174102783203125,
+ 0.0303802490234375,
+ 0.002063751220703125,
+ -0.03564453125,
+ 0.02227783203125,
+ -0.0301666259765625,
+ -0.005367279052734375,
+ -0.006885528564453125,
+ -0.060333251953125,
+ -0.043121337890625,
+ -0.06439208984375,
+ 0.056304931640625,
+ -0.015899658203125,
+ 0.043548583984375,
+ 0.0166015625,
+ -0.0026836395263671875,
+ -0.00518798828125,
+ -0.0240020751953125,
+ 0.028961181640625,
+ 0.051025390625,
+ 0.0121002197265625,
+ 0.009368896484375,
+ 0.00881195068359375,
+ 0.01139068603515625,
+ 0.01200103759765625,
+ -0.07330322265625,
+ 0.0281524658203125,
+ -0.0213623046875,
+ -0.0092620849609375,
+ -0.036651611328125,
+ -0.004276275634765625,
+ 0.01200103759765625,
+ -0.0167999267578125,
+ 0.0121002197265625,
+ -0.051849365234375,
+ -0.00226593017578125,
+ 0.01214599609375,
+ -0.0186309814453125,
+ -0.01457977294921875,
+ 0.0218658447265625,
+ -0.0396728515625,
+ 0.0177154541015625,
+ 0.004657745361328125,
+ -0.0159912109375,
+ 0.0167999267578125,
+ -0.08465576171875,
+ 0.10528564453125,
+ 0.0195465087890625,
+ 0.0297698974609375,
+ 0.007389068603515625,
+ 0.01407623291015625,
+ 0.0269317626953125,
+ 0.0291595458984375,
+ 0.0236968994140625,
+ 0.0256195068359375,
+ -0.0297698974609375,
+ 0.051849365234375,
+ 0.04132080078125,
+ -0.0172119140625,
+ -0.02227783203125,
+ 0.05426025390625,
+ 0.01139068603515625,
+ -0.035247802734375,
+ 0.044342041015625,
+ -0.00026416778564453125,
+ -0.0004901885986328125,
+ 0.01219940185546875,
+ -0.00405120849609375,
+ -0.00881195068359375,
+ -0.03302001953125,
+ 0.06964111328125,
+ 0.00046515464782714844,
+ -0.0211639404296875,
+ -0.0006642341613769531,
+ -0.0777587890625,
+ 0.035430908203125,
+ -0.006351470947265625,
+ 0.038482666015625,
+ -0.0119476318359375,
+ 0.031982421875,
+ -0.03582763671875,
+ -0.02166748046875,
+ -0.016204833984375,
+ 0.033599853515625,
+ -0.01200103759765625,
+ 0.0338134765625,
+ -0.0011453628540039062,
+ 0.056304931640625,
+ 0.00612640380859375,
+ -0.0180206298828125,
+ -0.06884765625,
+ -0.0113372802734375,
+ -0.0007405281066894531,
+ 0.012603759765625,
+ -0.0013980865478515625,
+ -0.045166015625,
+ -0.04779052734375,
+ -0.006481170654296875,
+ 0.01058197021484375,
+ 0.053863525390625,
+ -0.0242919921875,
+ 0.024810791015625,
+ 0.0225830078125,
+ -0.0193328857421875,
+ 0.0211639404296875,
+ -0.0008287429809570312
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "ios-backup",
+ "commercial",
+ "keychain-extraction",
+ "app-analysis",
+ "timeline-export",
+ "encrypted-backup",
+ "sqlite-recovery"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_DFIR_IRIS",
+ "type": "tool",
+ "name": "DFIR-IRIS",
+ "content": "dfir-iris collaborative incident response management platform für strukturierte dfir-case-organisation. zentralisiert alle aspekte einer untersuchung: assets, iocs, tasks, timeline, evidence-tracking. multi-user-environment mit granularen permissions für verschiedene analysten-rollen. besonders wertvoll: case-templates standardisieren workflows, automatische ioc- enrichment via misp/opencti, integrierte timeline-visualisierung, evidence-chain-of-custody-tracking. plugin-system erweitert für custom- integrations. restful api für tool-orchestrierung. dashboard zeigt case- status und team-workload. notes-system dokumentiert findings strukturiert. reporting-engine generiert executive-summaries. die web-basierte architektur skaliert von kleinen teams bis enterprise-socs. docker- deployment vereinfacht installation. besonders stark bei komplexen, langwierigen ermittlungen mit mehreren beteiligten. open-source alternative zu kommerziellen case-management-systemen. web-interface case-management collaboration multi-user-support api workflow timeline-view ioc-tracking evidence-management reporting plugin-support docker-ready incident-response static-investigations malware-analysis fraud-investigation network-forensics mobile-forensics cloud-forensics data-collection examination analysis reporting",
+ "embedding": [
+ -0.024810791015625,
+ 0.0254974365234375,
+ 0.039459228515625,
+ 0.0094757080078125,
+ 0.0279083251953125,
+ 0.054107666015625,
+ 0.00499725341796875,
+ -0.0157623291015625,
+ -0.045501708984375,
+ 0.010772705078125,
+ -0.01258087158203125,
+ 0.04962158203125,
+ -0.004566192626953125,
+ -0.0256805419921875,
+ -0.039794921875,
+ 0.042388916015625,
+ -0.0246429443359375,
+ 0.00620269775390625,
+ 0.040313720703125,
+ -0.00473785400390625,
+ -0.00594329833984375,
+ -0.003597259521484375,
+ -0.057220458984375,
+ 0.00620269775390625,
+ 0.005062103271484375,
+ 0.0070648193359375,
+ -0.02911376953125,
+ -0.07513427734375,
+ -0.007022857666015625,
+ 0.00405120849609375,
+ 0.0280914306640625,
+ -0.00943756103515625,
+ -0.0360107421875,
+ 0.03704833984375,
+ -0.01033782958984375,
+ -0.0198211669921875,
+ -0.0047607421875,
+ -0.049957275390625,
+ -0.00521087646484375,
+ 0.038604736328125,
+ -0.00206756591796875,
+ -0.004093170166015625,
+ 0.00921630859375,
+ 0.0029296875,
+ -0.02239990234375,
+ -0.0236053466796875,
+ 0.007755279541015625,
+ -0.0217132568359375,
+ -0.00261688232421875,
+ -0.0234375,
+ 0.0153350830078125,
+ 0.03118896484375,
+ 0.0146484375,
+ 0.0019063949584960938,
+ -0.05377197265625,
+ 0.0138702392578125,
+ 0.0104217529296875,
+ -0.002864837646484375,
+ -0.04791259765625,
+ 0.0506591796875,
+ -0.0153350830078125,
+ -0.00667572021484375,
+ -0.01352691650390625,
+ -0.0149078369140625,
+ 0.007755279541015625,
+ 0.0241241455078125,
+ -0.029296875,
+ -0.031524658203125,
+ -0.0024013519287109375,
+ -0.00835418701171875,
+ 0.0087432861328125,
+ -0.00818634033203125,
+ -0.014556884765625,
+ 0.038604736328125,
+ -0.00887298583984375,
+ -0.058929443359375,
+ 0.01214599609375,
+ 0.033416748046875,
+ -0.0029506683349609375,
+ 0.0038127899169921875,
+ -0.03582763671875,
+ 0.00693511962890625,
+ 0.055145263671875,
+ -0.01232147216796875,
+ -0.046173095703125,
+ -0.02532958984375,
+ 0.03515625,
+ 0.0104217529296875,
+ 0.01541900634765625,
+ -0.00521087646484375,
+ 0.0167083740234375,
+ -0.01012420654296875,
+ -0.0025310516357421875,
+ -0.01654052734375,
+ 0.0447998046875,
+ 0.05926513671875,
+ -0.0246429443359375,
+ -0.0021648406982421875,
+ 0.005817413330078125,
+ 0.027740478515625,
+ 0.019561767578125,
+ -0.01352691650390625,
+ 0.052032470703125,
+ 0.007366180419921875,
+ 0.06341552734375,
+ -0.0280914306640625,
+ 0.02825927734375,
+ -0.0148162841796875,
+ 0.0085296630859375,
+ 0.0196380615234375,
+ -0.09375,
+ -0.03497314453125,
+ -0.007106781005859375,
+ -0.05377197265625,
+ -0.01947021484375,
+ 0.007022857666015625,
+ -0.01180267333984375,
+ 0.04290771484375,
+ -0.039276123046875,
+ -0.0207672119140625,
+ 0.0138702392578125,
+ 0.0211944580078125,
+ -0.01025390625,
+ -0.0153350830078125,
+ -0.02911376953125,
+ -0.029296875,
+ 0.0035762786865234375,
+ 0.0260162353515625,
+ -0.025848388671875,
+ -0.0173187255859375,
+ -0.01055145263671875,
+ -0.0146484375,
+ -0.0242919921875,
+ -0.044464111328125,
+ -0.009002685546875,
+ -0.02239990234375,
+ -0.00010770559310913086,
+ 0.00908660888671875,
+ -0.0009317398071289062,
+ 0.004589080810546875,
+ 0.00865936279296875,
+ -0.043243408203125,
+ -0.06549072265625,
+ -0.00415802001953125,
+ -0.0506591796875,
+ -0.0006785392761230469,
+ 0.004673004150390625,
+ 0.0447998046875,
+ -0.0265350341796875,
+ -0.00939178466796875,
+ 0.0124053955078125,
+ 0.0169677734375,
+ 0.037384033203125,
+ 0.014129638671875,
+ 0.0225677490234375,
+ -0.038421630859375,
+ -0.01102447509765625,
+ -0.017059326171875,
+ 0.03533935546875,
+ -0.00870513916015625,
+ -0.005901336669921875,
+ 0.004695892333984375,
+ 0.009521484375,
+ 0.0216217041015625,
+ -0.01404571533203125,
+ -0.037384033203125,
+ -0.01499176025390625,
+ 0.0196380615234375,
+ 0.0030364990234375,
+ -0.0024662017822265625,
+ 0.0261993408203125,
+ -0.0087890625,
+ 0.0640869140625,
+ 0.068603515625,
+ -0.00389862060546875,
+ 0.014129638671875,
+ -0.005771636962890625,
+ -0.0104217529296875,
+ 0.045501708984375,
+ 0.0284271240234375,
+ 0.014129638671875,
+ 0.00525665283203125,
+ 0.042724609375,
+ 0.016021728515625,
+ 0.0036182403564453125,
+ -0.00844573974609375,
+ -0.00415802001953125,
+ -0.00891876220703125,
+ -0.037750244140625,
+ 0.02532958984375,
+ -0.0299835205078125,
+ -0.043426513671875,
+ -0.05340576171875,
+ 0.01525115966796875,
+ 0.0182647705078125,
+ 0.06927490234375,
+ 0.0143890380859375,
+ 0.019378662109375,
+ 0.03533935546875,
+ -0.0159454345703125,
+ 0.0034885406494140625,
+ 0.055145263671875,
+ -0.01430511474609375,
+ 0.021881103515625,
+ 0.0220489501953125,
+ 0.002197265625,
+ 0.0029296875,
+ 0.048248291015625,
+ 0.01090240478515625,
+ -0.0133514404296875,
+ 0.0197296142578125,
+ 0.052734375,
+ -0.00921630859375,
+ -0.0372314453125,
+ -0.0187835693359375,
+ -0.0279083251953125,
+ 0.0013303756713867188,
+ -0.00305938720703125,
+ -0.01525115966796875,
+ 0.0310211181640625,
+ -0.01309967041015625,
+ -0.05859375,
+ -0.0260162353515625,
+ 0.01551055908203125,
+ 0.00792694091796875,
+ 0.04168701171875,
+ 0.0241241455078125,
+ -0.034820556640625,
+ -0.0159454345703125,
+ 0.0094757080078125,
+ 0.048248291015625,
+ 0.042205810546875,
+ -0.01499176025390625,
+ -0.017486572265625,
+ -0.0168914794921875,
+ -0.0389404296875,
+ 0.052734375,
+ 0.017669677734375,
+ 0.0041351318359375,
+ -0.01232147216796875,
+ -0.0077972412109375,
+ 0.02447509765625,
+ -0.01473236083984375,
+ 0.0310211181640625,
+ 0.0372314453125,
+ -0.0294647216796875,
+ 0.0087890625,
+ 0.012237548828125,
+ 0.016021728515625,
+ 0.0623779296875,
+ -0.031524658203125,
+ -0.023773193359375,
+ -0.057891845703125,
+ -0.005771636962890625,
+ -0.08099365234375,
+ -0.0241241455078125,
+ -0.0023040771484375,
+ -0.045501708984375,
+ 0.039276123046875,
+ -0.0242919921875,
+ -0.02740478515625,
+ 0.00913238525390625,
+ 0.0246429443359375,
+ 0.0207672119140625,
+ 0.04791259765625,
+ 0.0032520294189453125,
+ -0.0439453125,
+ -0.01038360595703125,
+ 0.09307861328125,
+ 0.0087432861328125,
+ -0.0005521774291992188,
+ -0.00027060508728027344,
+ 0.03326416015625,
+ 0.0197296142578125,
+ 0.0013408660888671875,
+ -0.0092620849609375,
+ 0.0095672607421875,
+ 0.03033447265625,
+ 0.0648193359375,
+ 0.0080108642578125,
+ -0.01102447509765625,
+ 0.0261993408203125,
+ -0.0234375,
+ 0.031890869140625,
+ -0.0775146484375,
+ -0.0242919921875,
+ -0.0119781494140625,
+ -0.0020465850830078125,
+ 0.0020351409912109375,
+ -0.06787109375,
+ 0.018951416015625,
+ 0.03515625,
+ 0.03118896484375,
+ -0.0158538818359375,
+ 0.04205322265625,
+ -0.0205078125,
+ 0.0232696533203125,
+ -0.017578125,
+ 0.015167236328125,
+ 0.0232696533203125,
+ 0.052398681640625,
+ -0.035491943359375,
+ 0.0168914794921875,
+ -0.0242919921875,
+ 0.033935546875,
+ -0.0301513671875,
+ -0.0254974365234375,
+ -0.01715087890625,
+ -0.022918701171875,
+ -0.044097900390625,
+ -0.0294647216796875,
+ 0.0158538818359375,
+ -0.0249786376953125,
+ -0.005168914794921875,
+ 0.00128173828125,
+ 0.00036072731018066406,
+ -0.04583740234375,
+ -0.047210693359375,
+ -0.003704071044921875,
+ -0.00766754150390625,
+ -0.03533935546875,
+ -0.0134429931640625,
+ 0.0360107421875,
+ 0.01525115966796875,
+ 0.01395416259765625,
+ -0.0009207725524902344,
+ -0.00921630859375,
+ -0.0261993408203125,
+ 0.01090240478515625,
+ -0.0198211669921875,
+ 0.026885986328125,
+ -0.0042877197265625,
+ 0.0172271728515625,
+ 0.0095672607421875,
+ 0.062042236328125,
+ 0.017059326171875,
+ 0.064453125,
+ -0.0009207725524902344,
+ -0.0272216796875,
+ -0.0095672607421875,
+ 0.0172271728515625,
+ 0.007236480712890625,
+ 0.0143890380859375,
+ -0.00960540771484375,
+ -0.0187835693359375,
+ -0.0206756591796875,
+ -0.03704833984375,
+ 0.0301513671875,
+ 0.0251617431640625,
+ 0.0211944580078125,
+ 0.015594482421875,
+ -0.042388916015625,
+ 0.01611328125,
+ 0.046875,
+ 0.01525115966796875,
+ 0.10479736328125,
+ 0.005084991455078125,
+ -0.04754638671875,
+ 0.0118865966796875,
+ 0.042205810546875,
+ -0.0095672607421875,
+ -0.0272216796875,
+ 0.036346435546875,
+ 0.01033782958984375,
+ 0.0013895034790039062,
+ 0.0310211181640625,
+ -0.01499176025390625,
+ 0.03704833984375,
+ -0.0227508544921875,
+ -0.0045013427734375,
+ 0.04083251953125,
+ -0.01274871826171875,
+ 0.01947021484375,
+ 0.043243408203125,
+ 0.03289794921875,
+ 0.0168914794921875,
+ 0.0153350830078125,
+ -0.03619384765625,
+ -0.0157623291015625,
+ -0.05548095703125,
+ -0.07513427734375,
+ 0.00353240966796875,
+ 0.0182647705078125,
+ -0.003704071044921875,
+ 0.04583740234375,
+ -0.0236053466796875,
+ -0.056854248046875,
+ 0.020843505859375,
+ -0.0124053955078125,
+ 0.06927490234375,
+ 0.0183563232421875,
+ 0.0275726318359375,
+ 0.01395416259765625,
+ -0.0138702392578125,
+ -0.00740814208984375,
+ 0.007625579833984375,
+ 0.00547027587890625,
+ 0.03582763671875,
+ 0.038604736328125,
+ 0.038421630859375,
+ 0.0203399658203125,
+ -0.036712646484375,
+ 0.00400543212890625,
+ 0.0372314453125,
+ 0.0163726806640625,
+ 0.0205078125,
+ 0.00667572021484375,
+ 0.018524169921875,
+ 0.03704833984375,
+ -0.0218048095703125,
+ 0.07305908203125,
+ 0.0265350341796875,
+ -0.0657958984375,
+ 0.01499176025390625,
+ -0.01568603515625,
+ 0.0254974365234375,
+ -0.06787109375,
+ 0.01404571533203125,
+ -0.01318359375,
+ 0.0138702392578125,
+ -0.0203399658203125,
+ 0.05755615234375,
+ -0.0372314453125,
+ 0.0205841064453125,
+ 0.027740478515625,
+ -0.06890869140625,
+ 0.0119781494140625,
+ 0.041015625,
+ -0.023956298828125,
+ 0.014556884765625,
+ 0.0025634765625,
+ -0.0310211181640625,
+ 0.0430908203125,
+ -0.021881103515625,
+ -0.045501708984375,
+ -0.006072998046875,
+ 0.0192108154296875,
+ -0.052032470703125,
+ -0.037750244140625,
+ -0.01033782958984375,
+ -0.0212860107421875,
+ -0.0090484619140625,
+ -0.03582763671875,
+ 0.021881103515625,
+ -0.0227508544921875,
+ -0.01258087158203125,
+ 0.03240966796875,
+ 0.040496826171875,
+ -0.00274658203125,
+ -0.0183563232421875,
+ 0.046875,
+ -0.0310211181640625,
+ -0.045135498046875,
+ 0.031707763671875,
+ 0.015167236328125,
+ 0.0129241943359375,
+ -0.01551055908203125,
+ -0.0158538818359375,
+ -0.0048675537109375,
+ 0.018951416015625,
+ 0.015594482421875,
+ 0.01654052734375,
+ -0.03289794921875,
+ -0.030670166015625,
+ -0.052398681640625,
+ 0.047210693359375,
+ 0.0234375,
+ 0.026702880859375,
+ -0.0162811279296875,
+ -0.050994873046875,
+ 0.0105133056640625,
+ -0.0703125,
+ -0.0182647705078125,
+ -0.006893157958984375,
+ 0.0447998046875,
+ -0.014129638671875,
+ 0.0665283203125,
+ -0.0034465789794921875,
+ -0.0220489501953125,
+ -0.019989013671875,
+ 0.049285888671875,
+ 0.0280914306640625,
+ 0.006072998046875,
+ -0.048583984375,
+ 0.037384033203125,
+ 0.0225677490234375,
+ -0.047210693359375,
+ -0.01137542724609375,
+ 0.00732421875,
+ -0.009735107421875,
+ 0.046539306640625,
+ -0.050994873046875,
+ 0.004974365234375,
+ -0.01068115234375,
+ -0.09234619140625,
+ -0.0242919921875,
+ -0.020843505859375,
+ 0.00008243322372436523,
+ -0.055145263671875,
+ 0.0246429443359375,
+ 0.040496826171875,
+ -0.04290771484375,
+ 0.0242919921875,
+ -0.002498626708984375,
+ 0.00960540771484375,
+ 0.01274871826171875,
+ 0.0220489501953125,
+ -0.0203399658203125,
+ 0.0146484375,
+ -0.0256805419921875,
+ -0.02740478515625,
+ -0.005817413330078125,
+ 0.0447998046875,
+ -0.038421630859375,
+ 0.0027141571044921875,
+ 0.0242919921875,
+ -0.018096923828125,
+ 0.026702880859375,
+ -0.042388916015625,
+ 0.0102081298828125,
+ -0.01206207275390625,
+ -0.0241241455078125,
+ -0.01171875,
+ -0.019378662109375,
+ 0.043243408203125,
+ 0.05340576171875,
+ -0.001399993896484375,
+ 0.0196380615234375,
+ 0.03582763671875,
+ -0.046539306640625,
+ 0.0118865966796875,
+ 0.02154541015625,
+ -0.0148162841796875,
+ 0.005687713623046875,
+ -0.00342559814453125,
+ -0.0068511962890625,
+ -0.00196075439453125,
+ 0.0270538330078125,
+ -0.0241241455078125,
+ -0.034637451171875,
+ -0.06549072265625,
+ 0.01447296142578125,
+ 0.022918701171875,
+ 0.00411224365234375,
+ -0.0146484375,
+ -0.043243408203125,
+ -0.054443359375,
+ -0.009002685546875,
+ 0.03515625,
+ 0.039276123046875,
+ -0.002208709716796875,
+ -0.019989013671875,
+ 0.00870513916015625,
+ -0.020843505859375,
+ -0.042724609375,
+ 0.0205078125,
+ -0.0196380615234375,
+ -0.000002086162567138672,
+ 0.005512237548828125,
+ -0.029815673828125,
+ 0.0186920166015625,
+ 0.0188751220703125,
+ 0.052734375,
+ 0.0033817291259765625,
+ 0.0251617431640625,
+ -0.03204345703125,
+ 0.03619384765625,
+ -0.0114593505859375,
+ -0.0205078125,
+ 0.01395416259765625,
+ -0.0225677490234375,
+ 0.006591796875,
+ -0.0289459228515625,
+ 0.00870513916015625,
+ -0.01352691650390625,
+ 0.0181732177734375,
+ 0.0146484375,
+ 0.0004200935363769531,
+ -0.00943756103515625,
+ 0.0246429443359375,
+ 0.0024013519287109375,
+ 0.041534423828125,
+ -0.0222320556640625,
+ -0.039276123046875,
+ 0.0008292198181152344,
+ -0.0102081298828125,
+ 0.05340576171875,
+ 0.057220458984375,
+ -0.00279998779296875,
+ -0.03411865234375,
+ 0.0197296142578125,
+ 0.04205322265625,
+ -0.01447296142578125,
+ -0.033782958984375,
+ -0.028778076171875,
+ -0.0114593505859375,
+ 0.03289794921875,
+ 0.056182861328125,
+ -0.0234375,
+ 0.09442138671875,
+ 0.0289459228515625,
+ -0.0246429443359375,
+ 0.04376220703125,
+ 0.0582275390625,
+ 0.0251617431640625,
+ -0.016204833984375,
+ -0.059967041015625,
+ -0.02447509765625,
+ 0.00740814208984375,
+ -0.03411865234375,
+ -0.02239990234375,
+ 0.00814056396484375,
+ 0.064453125,
+ -0.06964111328125,
+ -0.039642333984375,
+ -0.0217132568359375,
+ -0.0099945068359375,
+ 0.0202484130859375,
+ -0.006549835205078125,
+ -0.0118865966796875,
+ 0.021881103515625,
+ 0.02447509765625,
+ -0.048248291015625,
+ -0.0133514404296875,
+ -0.0013246536254882812,
+ -0.0048675537109375,
+ 0.052032470703125,
+ 0.038604736328125,
+ 0.0017337799072265625,
+ 0.0225677490234375,
+ 0.0014972686767578125,
+ 0.007709503173828125,
+ 0.0158538818359375,
+ 0.051361083984375,
+ 0.03875732421875,
+ 0.006072998046875,
+ 0.061676025390625,
+ 0.0548095703125,
+ -0.0241241455078125,
+ 0.0045013427734375,
+ 0.0095672607421875,
+ 0.0220489501953125,
+ 0.02825927734375,
+ 0.057220458984375,
+ 0.0021209716796875,
+ 0.015594482421875,
+ -0.00766754150390625,
+ -0.037567138671875,
+ -0.0183563232421875,
+ -0.0097808837890625,
+ 0.00745391845703125,
+ -0.031707763671875,
+ -0.05755615234375,
+ 0.01507568359375,
+ -0.0263671875,
+ 0.039276123046875,
+ 0.00943756103515625,
+ -0.003467559814453125,
+ 0.00672149658203125,
+ 0.034820556640625,
+ -0.0211944580078125,
+ -0.032562255859375,
+ 0.02239990234375,
+ 0.01180267333984375,
+ -0.024810791015625,
+ -0.00870513916015625,
+ -0.01352691650390625,
+ 0.04754638671875,
+ -0.0181732177734375,
+ -0.046539306640625,
+ -0.0198974609375,
+ 0.03704833984375,
+ -0.0275726318359375,
+ -0.0225677490234375,
+ -0.0011959075927734375,
+ 0.02239990234375,
+ 0.00594329833984375,
+ -0.042388916015625,
+ -0.05340576171875,
+ -0.03326416015625,
+ 0.00646209716796875,
+ -0.03533935546875,
+ -0.0015935897827148438,
+ -0.0242919921875,
+ 0.004673004150390625,
+ -0.0181732177734375,
+ -0.0222320556640625,
+ -0.01033782958984375,
+ 0.0246429443359375,
+ -0.017669677734375,
+ 0.04754638671875,
+ 0.01904296875,
+ 0.00913238525390625,
+ 0.02447509765625,
+ 0.0716552734375,
+ -0.018096923828125,
+ 0.0102081298828125,
+ -0.032745361328125,
+ -0.0648193359375,
+ 0.032745361328125,
+ 0.0012865066528320312,
+ 0.0198211669921875,
+ -0.05926513671875,
+ 0.00939178466796875,
+ 0.07135009765625,
+ -0.0640869140625,
+ 0.03118896484375,
+ 0.0092620849609375,
+ -0.01611328125,
+ -0.03619384765625,
+ 0.0222320556640625,
+ 0.009307861328125,
+ 0.0246429443359375,
+ 0.09716796875,
+ -0.0040283203125,
+ 0.007625579833984375,
+ 0.002994537353515625,
+ -0.04962158203125,
+ 0.031524658203125,
+ 0.004909515380859375,
+ 0.03619384765625,
+ -0.048248291015625,
+ -0.01248931884765625,
+ 0.002864837646484375,
+ -0.037567138671875,
+ -0.013702392578125,
+ -0.06683349609375,
+ 0.0188751220703125,
+ 0.036529541015625,
+ 0.008056640625,
+ -0.01715087890625,
+ 0.01318359375,
+ -0.03289794921875,
+ -0.03240966796875,
+ -0.0263671875,
+ 0.0263671875,
+ 0.0227508544921875,
+ 0.01300811767578125,
+ -0.0183563232421875,
+ -0.007625579833984375,
+ -0.00908660888671875,
+ -0.03240966796875,
+ -0.04791259765625,
+ -0.04791259765625,
+ 0.026702880859375,
+ 0.0019931793212890625,
+ -0.048583984375,
+ 0.00196075439453125,
+ 0.0008077621459960938,
+ 0.005558013916015625,
+ 0.004802703857421875,
+ 0.062744140625,
+ -0.0389404296875,
+ -0.006290435791015625,
+ 0.008270263671875,
+ 0.0275726318359375,
+ -0.01033782958984375,
+ 0.001255035400390625,
+ -0.0181732177734375,
+ 0.00463104248046875,
+ 0.0138702392578125,
+ -0.08721923828125,
+ 0.042724609375,
+ 0.040679931640625,
+ -0.03533935546875,
+ -0.055816650390625,
+ -0.04205322265625,
+ -0.052032470703125,
+ 0.013702392578125,
+ -0.01012420654296875,
+ 0.0389404296875,
+ -0.0149078369140625,
+ -0.015167236328125,
+ -0.10064697265625,
+ 0.0272216796875,
+ -0.023773193359375,
+ 0.0227508544921875,
+ 0.029296875,
+ -0.033599853515625,
+ -0.036529541015625,
+ -0.056854248046875,
+ 0.00441741943359375,
+ 0.0187835693359375,
+ -0.0284271240234375,
+ 0.033416748046875,
+ 0.005558013916015625,
+ 0.00939178466796875,
+ 0.018951416015625,
+ -0.01085662841796875,
+ -0.0006890296936035156,
+ 0.057220458984375,
+ 0.002239227294921875,
+ -0.02740478515625,
+ 0.076171875,
+ -0.046539306640625,
+ 0.0034885406494140625,
+ -0.0173187255859375,
+ 0.0211944580078125,
+ 0.0012331008911132812,
+ -0.0246429443359375,
+ -0.0143890380859375,
+ 0.0186920166015625,
+ 0.01326751708984375,
+ 0.03326416015625,
+ 0.003597259521484375,
+ 0.004589080810546875,
+ -0.0133514404296875,
+ 0.02532958984375,
+ -0.00672149658203125,
+ -0.0032749176025390625,
+ -0.0157623291015625,
+ 0.0212860107421875,
+ -0.035675048828125,
+ 0.00814056396484375,
+ -0.057891845703125,
+ -0.08721923828125,
+ 0.0018415451049804688,
+ -0.040679931640625,
+ -0.01447296142578125,
+ 0.0260162353515625,
+ 0.013702392578125,
+ -0.0015506744384765625,
+ -0.0418701171875,
+ 0.039794921875,
+ -0.0301513671875,
+ -0.0181732177734375,
+ -0.04205322265625,
+ 0.0178375244140625,
+ -0.0173187255859375,
+ 0.040679931640625,
+ 0.006374359130859375,
+ -0.03118896484375,
+ 0.036712646484375,
+ -0.045135498046875,
+ 0.01180267333984375,
+ -0.033782958984375,
+ -0.0092620849609375,
+ -0.05548095703125,
+ 0.0033168792724609375,
+ -0.061004638671875,
+ -0.01361083984375,
+ 0.0198211669921875,
+ 0.0133514404296875,
+ 0.0075836181640625,
+ -0.00035262107849121094,
+ 0.0201568603515625,
+ -0.01300811767578125,
+ -0.045135498046875,
+ 0.021881103515625,
+ -0.00646209716796875,
+ -0.0301513671875,
+ 0.0092620849609375,
+ -0.007843017578125,
+ -0.0134429931640625,
+ 0.0186920166015625,
+ -0.0032100677490234375,
+ 0.046875,
+ -0.0009317398071289062,
+ 0.03997802734375,
+ -0.001529693603515625,
+ 0.0027141571044921875,
+ -0.023773193359375,
+ 0.019561767578125,
+ 0.0272216796875,
+ 0.0163726806640625,
+ -0.0017442703247070312,
+ 0.006591796875,
+ -0.0010881423950195312,
+ -0.0858154296875,
+ -0.020416259765625,
+ -0.0308380126953125,
+ -0.06927490234375,
+ 0.0162811279296875,
+ 0.08819580078125,
+ 0.050994873046875,
+ -0.004909515380859375,
+ 0.03582763671875,
+ 0.0360107421875,
+ 0.03515625,
+ 0.0002570152282714844,
+ -0.0107269287109375,
+ -0.05169677734375,
+ 0.016632080078125,
+ 0.0308380126953125,
+ 0.036346435546875,
+ -0.05859375,
+ 0.039794921875,
+ 0.07373046875,
+ -0.029296875,
+ -0.0148162841796875,
+ -0.01300811767578125,
+ 0.00025177001953125,
+ 0.0606689453125,
+ 0.023956298828125,
+ 0.019378662109375,
+ -0.06378173828125,
+ 0.015167236328125,
+ 0.007366180419921875,
+ 0.005901336669921875,
+ 0.01248931884765625,
+ -0.0025730133056640625,
+ -0.0201568603515625,
+ 0.03240966796875,
+ -0.0799560546875,
+ -0.0205841064453125,
+ 0.01352691650390625,
+ 0.044464111328125,
+ 0.006591796875,
+ -0.0313720703125,
+ -0.01163482666015625,
+ 0.03875732421875,
+ 0.0097808837890625,
+ -0.029815673828125,
+ 0.00620269775390625,
+ 0.009521484375,
+ -0.009002685546875,
+ 0.0372314453125,
+ 0.0706787109375,
+ -0.0013246536254882812,
+ 0.058929443359375,
+ 0.019561767578125,
+ -0.0211029052734375,
+ 0.026885986328125,
+ 0.003597259521484375,
+ 0.019134521484375,
+ -0.00740814208984375,
+ -0.0489501953125,
+ -0.006591796875,
+ -0.054443359375,
+ 0.0222320556640625,
+ 0.006374359130859375,
+ 0.0211944580078125,
+ 0.0232696533203125,
+ -0.0104217529296875,
+ -0.001163482666015625,
+ 0.0216217041015625,
+ 0.01430511474609375,
+ 0.0118865966796875,
+ 0.039276123046875,
+ 0.00594329833984375,
+ 0.0183563232421875,
+ 0.0313720703125,
+ 0.004306793212890625,
+ -0.017059326171875,
+ 0.042724609375,
+ -0.04083251953125,
+ -0.0097808837890625,
+ -0.0389404296875,
+ -0.01430511474609375,
+ -0.004177093505859375,
+ -0.0234375,
+ -0.02239990234375,
+ -0.041015625,
+ 0.01715087890625,
+ -0.0173187255859375,
+ -0.05340576171875,
+ -0.0230865478515625,
+ 0.04376220703125,
+ -0.0430908203125,
+ 0.00994873046875,
+ 0.04205322265625,
+ 0.00814056396484375,
+ 0.0037689208984375,
+ -0.046173095703125,
+ 0.08135986328125,
+ 0.03033447265625,
+ 0.03619384765625,
+ -0.020416259765625,
+ 0.0227508544921875,
+ 0.01861572265625,
+ -0.0053863525390625,
+ -0.01352691650390625,
+ 0.0184326171875,
+ -0.0187835693359375,
+ 0.064453125,
+ 0.055145263671875,
+ -0.00991058349609375,
+ -0.046173095703125,
+ 0.046875,
+ -0.0162811279296875,
+ -0.03875732421875,
+ 0.0401611328125,
+ 0.017669677734375,
+ 0.041534423828125,
+ -0.0216217041015625,
+ 0.005641937255859375,
+ -0.001712799072265625,
+ -0.030670166015625,
+ 0.040496826171875,
+ 0.0263671875,
+ 0.006805419921875,
+ 0.016021728515625,
+ -0.044464111328125,
+ 0.055145263671875,
+ -0.00865936279296875,
+ 0.033416748046875,
+ -0.019561767578125,
+ 0.06964111328125,
+ -0.00389862060546875,
+ -0.016204833984375,
+ -0.00986480712890625,
+ 0.01904296875,
+ -0.015594482421875,
+ 0.027740478515625,
+ -0.030670166015625,
+ 0.062744140625,
+ 0.032745361328125,
+ -0.00473785400390625,
+ -0.049285888671875,
+ -0.0330810546875,
+ 0.00620269775390625,
+ 0.007022857666015625,
+ 0.058929443359375,
+ -0.0439453125,
+ -0.00818634033203125,
+ 0.006591796875,
+ 0.056854248046875,
+ 0.07513427734375,
+ -0.007106781005859375,
+ 0.03619384765625,
+ 0.01904296875,
+ 0.006805419921875,
+ -0.0017442703247070312,
+ 0.01137542724609375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "mobile-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "case-management",
+ "collaboration",
+ "multi-user-support",
+ "api",
+ "workflow",
+ "timeline-view",
+ "ioc-tracking",
+ "evidence-management",
+ "reporting",
+ "plugin-support",
+ "docker-ready"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Cortex",
+ "type": "tool",
+ "name": "Cortex",
+ "content": "cortex automatisiert observable-intelligence durch über 100 integrierte analysedienste von virustotal bis shodan für beschleunigte ermittlungen. ein file-hash triggert parallel av-scans, sandbox-detonation und yara-matching in sekunden statt manueller stundenarbeit. responder-actions ermöglichen automatische incident-response wie ip-blockierung oder host-quarantäne. plugin-architektur erweitert für interne threat-intelligence-quellen. docker-deployment skaliert worker je nach analyselast. automation threat-intel incident-response malware-analysis analysis",
+ "embedding": [
+ -0.03143310546875,
+ 0.031982421875,
+ 0.043121337890625,
+ 0.01293182373046875,
+ 0.00426483154296875,
+ 0.020477294921875,
+ 0.005344390869140625,
+ -0.0078125,
+ -0.04345703125,
+ 0.0142822265625,
+ -0.0004124641418457031,
+ 0.0303497314453125,
+ -0.005275726318359375,
+ -0.00983428955078125,
+ -0.04437255859375,
+ 0.042022705078125,
+ -0.020294189453125,
+ 0.00988006591796875,
+ 0.00839996337890625,
+ 0.00807952880859375,
+ -0.02056884765625,
+ 0.0087127685546875,
+ -0.0621337890625,
+ -0.0229949951171875,
+ -0.0028285980224609375,
+ 0.01464080810546875,
+ -0.023895263671875,
+ -0.048126220703125,
+ -0.036102294921875,
+ 0.0193023681640625,
+ 0.0133819580078125,
+ -0.045440673828125,
+ 0.0088043212890625,
+ 0.02838134765625,
+ 0.01751708984375,
+ -0.035369873046875,
+ 0.0229034423828125,
+ -0.045989990234375,
+ -0.0133819580078125,
+ 0.0292816162109375,
+ -0.00669097900390625,
+ 0.00469207763671875,
+ -0.00016701221466064453,
+ 0.0005669593811035156,
+ -0.03143310546875,
+ -0.0404052734375,
+ -0.0030536651611328125,
+ -0.00554656982421875,
+ 0.005748748779296875,
+ -0.0167999267578125,
+ 0.015899658203125,
+ 0.029815673828125,
+ 0.00749969482421875,
+ -0.01374053955078125,
+ -0.033233642578125,
+ 0.00965118408203125,
+ 0.0131988525390625,
+ -0.023895263671875,
+ -0.0308990478515625,
+ 0.023895263671875,
+ -0.0400390625,
+ -0.0208282470703125,
+ -0.005321502685546875,
+ 0.00176239013671875,
+ 0.004199981689453125,
+ 0.0369873046875,
+ -0.0193939208984375,
+ -0.0256805419921875,
+ 0.0094757080078125,
+ -0.00807952880859375,
+ 0.0179595947265625,
+ 0.01383209228515625,
+ -0.033416748046875,
+ 0.0194854736328125,
+ -0.0177764892578125,
+ -0.017059326171875,
+ 0.039337158203125,
+ 0.035369873046875,
+ 0.0015268325805664062,
+ 0.0147247314453125,
+ -0.04364013671875,
+ -0.005367279052734375,
+ 0.051727294921875,
+ -0.0287322998046875,
+ -0.0287322998046875,
+ -0.011138916015625,
+ 0.022186279296875,
+ 0.0199432373046875,
+ -0.00907135009765625,
+ 0.0033893585205078125,
+ 0.04669189453125,
+ 0.0177764892578125,
+ 0.03106689453125,
+ -0.0240631103515625,
+ 0.0272979736328125,
+ 0.02838134765625,
+ -0.0303497314453125,
+ -0.0119476318359375,
+ -0.006195068359375,
+ 0.045257568359375,
+ 0.03143310546875,
+ -0.014007568359375,
+ 0.05389404296875,
+ 0.00392913818359375,
+ 0.0276641845703125,
+ -0.0290985107421875,
+ -0.005725860595703125,
+ -0.0115814208984375,
+ 0.0014314651489257812,
+ -0.022186279296875,
+ -0.10198974609375,
+ -0.049224853515625,
+ -0.00992584228515625,
+ -0.049224853515625,
+ -0.0077667236328125,
+ -0.002773284912109375,
+ -0.0166168212890625,
+ 0.023895263671875,
+ -0.0506591796875,
+ -0.057830810546875,
+ 0.033935546875,
+ 0.021820068359375,
+ -0.0016613006591796875,
+ 0.01131439208984375,
+ -0.032684326171875,
+ -0.04632568359375,
+ 0.0103302001953125,
+ 0.0178680419921875,
+ -0.00897979736328125,
+ -0.033935546875,
+ -0.022186279296875,
+ -0.0010442733764648438,
+ -0.016082763671875,
+ -0.05889892578125,
+ 0.0229034423828125,
+ -0.0272979736328125,
+ 0.0246124267578125,
+ 0.00978851318359375,
+ 0.00902557373046875,
+ 0.0108642578125,
+ 0.0343017578125,
+ -0.039886474609375,
+ -0.045074462890625,
+ -0.006916046142578125,
+ -0.058563232421875,
+ -0.0034122467041015625,
+ -0.01436614990234375,
+ 0.03826904296875,
+ -0.029632568359375,
+ 0.0103302001953125,
+ 0.0078582763671875,
+ 0.03143310546875,
+ 0.0682373046875,
+ -0.0030765533447265625,
+ 0.0307159423828125,
+ -0.04058837890625,
+ 0.00545501708984375,
+ -0.021820068359375,
+ 0.0289154052734375,
+ -0.01221466064453125,
+ -0.006465911865234375,
+ 0.0005502700805664062,
+ 0.02191162109375,
+ 0.01715087890625,
+ -0.00745391845703125,
+ -0.039520263671875,
+ -0.03485107421875,
+ 0.0010099411010742188,
+ 0.01284027099609375,
+ 0.015716552734375,
+ 0.0308990478515625,
+ -0.0131988525390625,
+ 0.029632568359375,
+ 0.05389404296875,
+ -0.01145172119140625,
+ 0.00897979736328125,
+ 0.018951416015625,
+ -0.0247802734375,
+ 0.044189453125,
+ 0.048858642578125,
+ -0.00316619873046875,
+ 0.0162506103515625,
+ 0.048126220703125,
+ -0.015533447265625,
+ 0.0148162841796875,
+ -0.0108184814453125,
+ -0.017059326171875,
+ 0.00473785400390625,
+ -0.029632568359375,
+ 0.01059722900390625,
+ -0.038970947265625,
+ -0.029815673828125,
+ -0.03466796875,
+ 0.032501220703125,
+ 0.02020263671875,
+ 0.04132080078125,
+ 0.0244293212890625,
+ -0.0198516845703125,
+ 0.0290985107421875,
+ -0.0194854736328125,
+ 0.01239013671875,
+ 0.02838134765625,
+ -0.0017175674438476562,
+ 0.0183258056640625,
+ 0.00238037109375,
+ 0.018585205078125,
+ -0.0018520355224609375,
+ 0.0228118896484375,
+ 0.003726959228515625,
+ -0.020294189453125,
+ 0.01364898681640625,
+ 0.05963134765625,
+ -0.004848480224609375,
+ -0.0176849365234375,
+ -0.0177764892578125,
+ -0.026763916015625,
+ 0.0020542144775390625,
+ -0.0063323974609375,
+ -0.019134521484375,
+ 0.0210113525390625,
+ -0.039703369140625,
+ -0.04632568359375,
+ 0.00907135009765625,
+ 0.0411376953125,
+ 0.0115814208984375,
+ 0.04095458984375,
+ 0.02801513671875,
+ -0.0271148681640625,
+ -0.023895263671875,
+ 0.0199432373046875,
+ 0.01050567626953125,
+ 0.045989990234375,
+ -0.0131988525390625,
+ -0.0030536651611328125,
+ -0.00588226318359375,
+ -0.033599853515625,
+ 0.0224456787109375,
+ 0.026580810546875,
+ 0.0213775634765625,
+ -0.0005221366882324219,
+ 0.00197601318359375,
+ 0.025146484375,
+ 0.0036373138427734375,
+ 0.051361083984375,
+ 0.00907135009765625,
+ -0.0225372314453125,
+ -0.01436614990234375,
+ -0.0110931396484375,
+ 0.054595947265625,
+ 0.0246124267578125,
+ -0.0560302734375,
+ -0.033935546875,
+ -0.042755126953125,
+ 0.0211029052734375,
+ -0.075439453125,
+ -0.05316162109375,
+ -0.0290985107421875,
+ -0.048858642578125,
+ 0.045989990234375,
+ -0.05029296875,
+ -0.0184173583984375,
+ 0.01580810546875,
+ 0.00992584228515625,
+ 0.04058837890625,
+ 0.039703369140625,
+ 0.0108642578125,
+ -0.049560546875,
+ 0.007320404052734375,
+ 0.0625,
+ 0.023345947265625,
+ -0.0289154052734375,
+ -0.00007015466690063477,
+ 0.0305328369140625,
+ 0.006061553955078125,
+ 0.033050537109375,
+ -0.0240631103515625,
+ -0.001964569091796875,
+ 0.032867431640625,
+ 0.017608642578125,
+ 0.017242431640625,
+ 0.0026264190673828125,
+ -0.003704071044921875,
+ -0.0117645263671875,
+ 0.02532958984375,
+ -0.0506591796875,
+ -0.01535797119140625,
+ -0.025146484375,
+ -0.00392913818359375,
+ 0.0193023681640625,
+ -0.05889892578125,
+ 0.00554656982421875,
+ 0.0274810791015625,
+ 0.036651611328125,
+ -0.00983428955078125,
+ 0.0026035308837890625,
+ -0.033935546875,
+ -0.007724761962890625,
+ 0.00402069091796875,
+ -0.002918243408203125,
+ 0.029815673828125,
+ 0.049560546875,
+ -0.048858642578125,
+ 0.01140594482421875,
+ -0.0149993896484375,
+ 0.007049560546875,
+ -0.04150390625,
+ -0.0350341796875,
+ -0.01445770263671875,
+ -0.0086212158203125,
+ -0.04779052734375,
+ -0.03411865234375,
+ 0.00749969482421875,
+ -0.002964019775390625,
+ 0.0047149658203125,
+ 0.002964019775390625,
+ 0.0149078369140625,
+ -0.057464599609375,
+ -0.041839599609375,
+ 0.005680084228515625,
+ -0.026397705078125,
+ -0.04095458984375,
+ -0.0262298583984375,
+ 0.05963134765625,
+ 0.00807952880859375,
+ -0.0062408447265625,
+ -0.01364898681640625,
+ -0.00502777099609375,
+ -0.0567626953125,
+ 0.00628662109375,
+ -0.0274810791015625,
+ 0.003570556640625,
+ -0.006195068359375,
+ 0.043121337890625,
+ 0.0278472900390625,
+ 0.0411376953125,
+ 0.0228118896484375,
+ 0.076904296875,
+ 0.0161590576171875,
+ 0.006778717041015625,
+ -0.0016727447509765625,
+ 0.0011615753173828125,
+ 0.0246124267578125,
+ 0.0350341796875,
+ -0.01922607421875,
+ 0.0262298583984375,
+ -0.0229949951171875,
+ -0.04095458984375,
+ -0.0159912109375,
+ 0.02532958984375,
+ 0.048858642578125,
+ 0.029632568359375,
+ -0.0050048828125,
+ 0.01922607421875,
+ 0.06646728515625,
+ -0.0024127960205078125,
+ 0.1070556640625,
+ -0.0167083740234375,
+ -0.054595947265625,
+ 0.0246124267578125,
+ 0.0229949951171875,
+ -0.0350341796875,
+ -0.01535797119140625,
+ 0.0148162841796875,
+ 0.0194854736328125,
+ -0.00835418701171875,
+ 0.038970947265625,
+ -0.0209197998046875,
+ 0.02056884765625,
+ 0.014190673828125,
+ -0.0034351348876953125,
+ 0.02020263671875,
+ -0.00799560546875,
+ 0.03106689453125,
+ 0.0287322998046875,
+ 0.0305328369140625,
+ 0.00673675537109375,
+ 0.03179931640625,
+ -0.0305328369140625,
+ -0.0142822265625,
+ -0.039154052734375,
+ -0.073974609375,
+ 0.0018968582153320312,
+ 0.00902557373046875,
+ 0.0258636474609375,
+ 0.02532958984375,
+ -0.0197601318359375,
+ -0.07794189453125,
+ 0.01392364501953125,
+ -0.0103759765625,
+ 0.06500244140625,
+ 0.054229736328125,
+ 0.015533447265625,
+ 0.0078582763671875,
+ -0.020111083984375,
+ -0.00893402099609375,
+ 0.00669097900390625,
+ 0.01203155517578125,
+ 0.006916046142578125,
+ 0.05889892578125,
+ 0.06396484375,
+ 0.0271148681640625,
+ -0.035919189453125,
+ 0.0226287841796875,
+ 0.026763916015625,
+ 0.029632568359375,
+ 0.004177093505859375,
+ 0.0165252685546875,
+ 0.006195068359375,
+ 0.04742431640625,
+ -0.01274871826171875,
+ 0.061798095703125,
+ 0.01311492919921875,
+ -0.0183258056640625,
+ 0.0377197265625,
+ 0.00464630126953125,
+ 0.039337158203125,
+ -0.054229736328125,
+ 0.0193939208984375,
+ -0.0034809112548828125,
+ 0.0125732421875,
+ -0.00390625,
+ 0.005725860595703125,
+ -0.02496337890625,
+ 0.0169677734375,
+ 0.056396484375,
+ -0.07977294921875,
+ 0.032501220703125,
+ 0.02056884765625,
+ -0.01302337646484375,
+ 0.0506591796875,
+ -0.01212310791015625,
+ -0.04632568359375,
+ 0.04742431640625,
+ -0.0161590576171875,
+ -0.0242462158203125,
+ 0.00250244140625,
+ 0.01392364501953125,
+ -0.017608642578125,
+ -0.0246124267578125,
+ -0.03179931640625,
+ -0.0214691162109375,
+ 0.0028514862060546875,
+ -0.0308990478515625,
+ 0.01544952392578125,
+ -0.026947021484375,
+ -0.01464080810546875,
+ 0.029449462890625,
+ 0.036834716796875,
+ -0.003322601318359375,
+ -0.021820068359375,
+ 0.051361083984375,
+ -0.0308990478515625,
+ -0.0278472900390625,
+ 0.0256805419921875,
+ 0.0183258056640625,
+ 0.0103759765625,
+ -0.0133819580078125,
+ -0.00907135009765625,
+ -0.0262298583984375,
+ 0.0048065185546875,
+ -0.0054779052734375,
+ -0.01274871826171875,
+ -0.058563232421875,
+ -0.018585205078125,
+ -0.052459716796875,
+ 0.0438232421875,
+ 0.0070953369140625,
+ 0.05963134765625,
+ -0.0177764892578125,
+ -0.057830810546875,
+ 0.02227783203125,
+ -0.03826904296875,
+ -0.0240631103515625,
+ -0.0150909423828125,
+ -0.01078033447265625,
+ 0.0028285980224609375,
+ 0.0628662109375,
+ -0.01274871826171875,
+ -0.022186279296875,
+ -0.01239013671875,
+ 0.045074462890625,
+ 0.015533447265625,
+ -0.00597381591796875,
+ -0.039154052734375,
+ 0.057830810546875,
+ 0.039703369140625,
+ -0.0826416015625,
+ -0.017333984375,
+ -0.0176849365234375,
+ 0.00673675537109375,
+ 0.054962158203125,
+ -0.0628662109375,
+ -0.00502777099609375,
+ -0.004154205322265625,
+ -0.063232421875,
+ -0.0196685791015625,
+ -0.026947021484375,
+ 0.0119476318359375,
+ -0.04327392578125,
+ 0.021820068359375,
+ 0.021820068359375,
+ -0.0166168212890625,
+ 0.0316162109375,
+ 0.0033893585205078125,
+ -0.00907135009765625,
+ 0.01064300537109375,
+ 0.00664520263671875,
+ -0.028564453125,
+ 0.0229949951171875,
+ -0.058563232421875,
+ -0.057464599609375,
+ -0.0179595947265625,
+ 0.020751953125,
+ -0.018585205078125,
+ -0.0013017654418945312,
+ -0.0086212158203125,
+ -0.02838134765625,
+ 0.0087127685546875,
+ -0.02227783203125,
+ -0.0166168212890625,
+ -0.033416748046875,
+ -0.0292816162109375,
+ -0.039337158203125,
+ -0.0343017578125,
+ 0.032318115234375,
+ 0.0183258056640625,
+ 0.00902557373046875,
+ 0.022003173828125,
+ 0.043121337890625,
+ -0.0697021484375,
+ 0.0287322998046875,
+ -0.00435638427734375,
+ -0.0115814208984375,
+ -0.0162506103515625,
+ -0.010009765625,
+ -0.00807952880859375,
+ -0.01535797119140625,
+ 0.026580810546875,
+ 0.00392913818359375,
+ -0.0316162109375,
+ -0.054595947265625,
+ 0.0240631103515625,
+ -0.038970947265625,
+ 0.0022449493408203125,
+ -0.0246124267578125,
+ -0.0177764892578125,
+ -0.04779052734375,
+ -0.0101470947265625,
+ 0.02496337890625,
+ 0.01464080810546875,
+ -0.004871368408203125,
+ -0.03179931640625,
+ -0.0176849365234375,
+ 0.00826263427734375,
+ -0.05316162109375,
+ 0.04095458984375,
+ -0.0016613006591796875,
+ 0.017242431640625,
+ -0.0093841552734375,
+ -0.0272979736328125,
+ 0.0086212158203125,
+ 0.0131988525390625,
+ 0.033233642578125,
+ 0.02227783203125,
+ 0.0229949951171875,
+ -0.05712890625,
+ -0.0014476776123046875,
+ 0.0034122467041015625,
+ -0.0165252685546875,
+ 0.0148162841796875,
+ -0.023345947265625,
+ 0.0289154052734375,
+ -0.00354766845703125,
+ -0.01364898681640625,
+ 0.00835418701171875,
+ 0.037353515625,
+ 0.0167999267578125,
+ 0.007633209228515625,
+ -0.051361083984375,
+ 0.036834716796875,
+ -0.0088043212890625,
+ 0.058197021484375,
+ -0.0209197998046875,
+ -0.04742431640625,
+ 0.005725860595703125,
+ 0.0182342529296875,
+ 0.056396484375,
+ 0.0384521484375,
+ -0.004444122314453125,
+ -0.04058837890625,
+ 0.0025482177734375,
+ 0.063232421875,
+ -0.01517486572265625,
+ -0.05999755859375,
+ -0.0384521484375,
+ 0.0163421630859375,
+ 0.0307159423828125,
+ 0.070068359375,
+ -0.032867431640625,
+ 0.0948486328125,
+ 0.03125,
+ -0.0133819580078125,
+ 0.058197021484375,
+ 0.0689697265625,
+ 0.0220947265625,
+ -0.0148162841796875,
+ -0.05279541015625,
+ -0.01122283935546875,
+ 0.01885986328125,
+ -0.026580810546875,
+ -0.0149993896484375,
+ 0.001750946044921875,
+ 0.048492431640625,
+ -0.08514404296875,
+ -0.04364013671875,
+ -0.0134735107421875,
+ -0.00754547119140625,
+ 0.0254974365234375,
+ -0.01149749755859375,
+ -0.012481689453125,
+ 0.00821685791015625,
+ 0.023895263671875,
+ -0.0272979736328125,
+ 0.0119476318359375,
+ 0.01383209228515625,
+ -0.0134735107421875,
+ 0.060699462890625,
+ 0.0289154052734375,
+ 0.0026836395263671875,
+ 0.04022216796875,
+ 0.0162506103515625,
+ 0.006557464599609375,
+ 0.020111083984375,
+ 0.0384521484375,
+ 0.033599853515625,
+ 0.0163421630859375,
+ 0.028564453125,
+ 0.054229736328125,
+ -0.031982421875,
+ -0.0242462158203125,
+ 0.01302337646484375,
+ 0.0254974365234375,
+ 0.029998779296875,
+ 0.01904296875,
+ 0.01526641845703125,
+ 0.0369873046875,
+ 0.00042939186096191406,
+ -0.04437255859375,
+ 0.009521484375,
+ -0.00669097900390625,
+ -0.0039520263671875,
+ -0.014007568359375,
+ -0.041656494140625,
+ 0.0260467529296875,
+ -0.038604736328125,
+ 0.041656494140625,
+ -0.0133819580078125,
+ -0.039886474609375,
+ -0.00736236572265625,
+ 0.04742431640625,
+ -0.00669097900390625,
+ -0.04742431640625,
+ 0.03125,
+ -0.0220947265625,
+ -0.018768310546875,
+ -0.008758544921875,
+ -0.018768310546875,
+ 0.04132080078125,
+ -0.0260467529296875,
+ -0.08587646484375,
+ -0.0196685791015625,
+ 0.036834716796875,
+ -0.01464080810546875,
+ -0.04132080078125,
+ -0.029449462890625,
+ 0.0010442733764648438,
+ -0.01064300537109375,
+ -0.0274810791015625,
+ -0.0276641845703125,
+ -0.0117645263671875,
+ 0.0163421630859375,
+ -0.0242462158203125,
+ 0.004199981689453125,
+ -0.0070037841796875,
+ -0.023162841796875,
+ -0.0164337158203125,
+ -0.03717041015625,
+ -0.0316162109375,
+ 0.035552978515625,
+ -0.039154052734375,
+ 0.029632568359375,
+ 0.00464630126953125,
+ 0.0147247314453125,
+ 0.042022705078125,
+ 0.06536865234375,
+ -0.00897979736328125,
+ -0.01284027099609375,
+ -0.0039520263671875,
+ -0.050994873046875,
+ -0.008758544921875,
+ -0.01580810546875,
+ 0.0167083740234375,
+ -0.048858642578125,
+ 0.00588226318359375,
+ 0.06683349609375,
+ -0.0819091796875,
+ 0.039520263671875,
+ -0.0008025169372558594,
+ -0.0043792724609375,
+ -0.04400634765625,
+ 0.0159912109375,
+ 0.0147247314453125,
+ 0.006870269775390625,
+ 0.048126220703125,
+ -0.006511688232421875,
+ -0.0290985107421875,
+ -0.00749969482421875,
+ -0.054595947265625,
+ 0.076171875,
+ 0.00839996337890625,
+ 0.0004210472106933594,
+ -0.033599853515625,
+ 0.036468505859375,
+ 0.0016393661499023438,
+ 0.00540924072265625,
+ 0.005252838134765625,
+ -0.08154296875,
+ -0.017608642578125,
+ 0.035919189453125,
+ 0.03790283203125,
+ -0.00830841064453125,
+ 0.01104736328125,
+ -0.0404052734375,
+ -0.039520263671875,
+ 0.00664520263671875,
+ 0.0050048828125,
+ -0.01535797119140625,
+ 0.01203155517578125,
+ -0.03216552734375,
+ -0.03466796875,
+ 0.00354766845703125,
+ -0.06463623046875,
+ -0.016082763671875,
+ -0.03411865234375,
+ 0.0246124267578125,
+ 0.003368377685546875,
+ -0.057464599609375,
+ 0.0018968582153320312,
+ 0.0014705657958984375,
+ 0.0118560791015625,
+ 0.021820068359375,
+ 0.073974609375,
+ -0.04095458984375,
+ -0.017608642578125,
+ 0.0369873046875,
+ 0.051361083984375,
+ 0.0003142356872558594,
+ -0.00965118408203125,
+ -0.01239013671875,
+ 0.01526641845703125,
+ 0.00754547119140625,
+ -0.070068359375,
+ 0.0147247314453125,
+ 0.04095458984375,
+ -0.0303497314453125,
+ -0.0271148681640625,
+ -0.023529052734375,
+ -0.0343017578125,
+ 0.04705810546875,
+ 0.00817108154296875,
+ 0.038787841796875,
+ 0.0133819580078125,
+ -0.01383209228515625,
+ -0.1005859375,
+ 0.054962158203125,
+ -0.03179931640625,
+ 0.041839599609375,
+ 0.015625,
+ -0.00821685791015625,
+ -0.07110595703125,
+ -0.04095458984375,
+ -0.0258636474609375,
+ 0.0199432373046875,
+ -0.044708251953125,
+ 0.032318115234375,
+ 0.03179931640625,
+ -0.004825592041015625,
+ 0.04058837890625,
+ 0.023162841796875,
+ 0.03790283203125,
+ 0.0180511474609375,
+ 0.0150909423828125,
+ -0.026947021484375,
+ 0.076904296875,
+ -0.035552978515625,
+ 0.00907135009765625,
+ -0.01293182373046875,
+ 0.03411865234375,
+ 0.01392364501953125,
+ 0.00218963623046875,
+ -0.029449462890625,
+ 0.005344390869140625,
+ 0.03143310546875,
+ 0.03179931640625,
+ -0.02496337890625,
+ -0.00628662109375,
+ -0.0115814208984375,
+ -0.0004153251647949219,
+ 0.0004687309265136719,
+ -0.017333984375,
+ 0.0042877197265625,
+ 0.01904296875,
+ -0.028564453125,
+ -0.01922607421875,
+ -0.04779052734375,
+ -0.041656494140625,
+ -0.0016393661499023438,
+ -0.0704345703125,
+ -0.005523681640625,
+ -0.01041412353515625,
+ 0.0183258056640625,
+ 0.023895263671875,
+ -0.04364013671875,
+ 0.0117645263671875,
+ 0.0032787322998046875,
+ -0.0001361370086669922,
+ -0.00839996337890625,
+ -0.0224456787109375,
+ -0.003299713134765625,
+ 0.048492431640625,
+ 0.0159912109375,
+ -0.025146484375,
+ 0.0213775634765625,
+ -0.035736083984375,
+ -0.054229736328125,
+ -0.033935546875,
+ 0.0117645263671875,
+ -0.0438232421875,
+ 0.02801513671875,
+ -0.0186767578125,
+ -0.0198516845703125,
+ 0.0214691162109375,
+ 0.0169677734375,
+ 0.00983428955078125,
+ -0.0240631103515625,
+ 0.0211029052734375,
+ -0.033935546875,
+ -0.06787109375,
+ 0.00920867919921875,
+ -0.0292816162109375,
+ -0.0258636474609375,
+ 0.026580810546875,
+ 0.0024585723876953125,
+ 0.008758544921875,
+ -0.003368377685546875,
+ 0.048858642578125,
+ 0.033416748046875,
+ 0.033935546875,
+ 0.0026035308837890625,
+ -0.00435638427734375,
+ 0.0193023681640625,
+ -0.0214691162109375,
+ 0.03790283203125,
+ 0.00826263427734375,
+ 0.0287322998046875,
+ -0.02056884765625,
+ 0.00897979736328125,
+ 0.002536773681640625,
+ -0.07977294921875,
+ -0.006061553955078125,
+ -0.00516510009765625,
+ -0.0625,
+ 0.0159912109375,
+ 0.07470703125,
+ 0.04705810546875,
+ -0.0181427001953125,
+ 0.0254974365234375,
+ 0.02838134765625,
+ 0.0316162109375,
+ 0.023345947265625,
+ -0.021636962890625,
+ -0.06719970703125,
+ -0.009246826171875,
+ 0.0635986328125,
+ 0.05963134765625,
+ -0.06463623046875,
+ 0.048858642578125,
+ 0.07110595703125,
+ -0.0178680419921875,
+ -0.0203857421875,
+ -0.0084381103515625,
+ -0.036285400390625,
+ 0.035919189453125,
+ 0.026763916015625,
+ 0.02801513671875,
+ -0.06036376953125,
+ 0.017242431640625,
+ 0.023895263671875,
+ -0.0062408447265625,
+ -0.0006256103515625,
+ -0.014007568359375,
+ -0.02801513671875,
+ 0.0369873046875,
+ -0.055694580078125,
+ -0.01751708984375,
+ 0.0110015869140625,
+ 0.06610107421875,
+ -0.018585205078125,
+ -0.029449462890625,
+ -0.0088043212890625,
+ 0.007183074951171875,
+ 0.021636962890625,
+ -0.01464080810546875,
+ -0.003570556640625,
+ 0.020751953125,
+ -0.01436614990234375,
+ 0.03179931640625,
+ 0.04345703125,
+ 0.0224456787109375,
+ 0.0289154052734375,
+ 0.03143310546875,
+ -0.005634307861328125,
+ 0.01922607421875,
+ 0.016082763671875,
+ 0.00826263427734375,
+ 0.00388336181640625,
+ -0.05389404296875,
+ -0.0119476318359375,
+ -0.05316162109375,
+ 0.036285400390625,
+ 0.00507354736328125,
+ 0.061798095703125,
+ 0.02191162109375,
+ 0.0079498291015625,
+ 0.004154205322265625,
+ 0.03216552734375,
+ 0.0242462158203125,
+ 0.032501220703125,
+ 0.0258636474609375,
+ 0.0165252685546875,
+ 0.01355743408203125,
+ 0.0289154052734375,
+ -0.0132904052734375,
+ -0.0290985107421875,
+ 0.043121337890625,
+ -0.0411376953125,
+ -0.007678985595703125,
+ -0.06573486328125,
+ -0.01045989990234375,
+ 0.0036602020263671875,
+ -0.028564453125,
+ -0.0147247314453125,
+ -0.0281982421875,
+ 0.005275726318359375,
+ -0.039886474609375,
+ -0.04742431640625,
+ -0.0078582763671875,
+ 0.05389404296875,
+ -0.0411376953125,
+ 0.0007014274597167969,
+ 0.0162506103515625,
+ 0.003726959228515625,
+ 0.020660400390625,
+ -0.0625,
+ 0.08477783203125,
+ 0.035736083984375,
+ 0.03790283203125,
+ -0.00817108154296875,
+ -0.002918243408203125,
+ 0.016876220703125,
+ -0.0118560791015625,
+ -0.0087127685546875,
+ 0.0193939208984375,
+ -0.0247802734375,
+ 0.038787841796875,
+ 0.032684326171875,
+ 0.021636962890625,
+ -0.0262298583984375,
+ 0.033050537109375,
+ -0.020294189453125,
+ -0.048492431640625,
+ 0.0260467529296875,
+ 0.006557464599609375,
+ 0.03179931640625,
+ -0.0162506103515625,
+ 0.003772735595703125,
+ 0.00240325927734375,
+ -0.04132080078125,
+ 0.05963134765625,
+ -0.0001767873764038086,
+ -0.01126861572265625,
+ 0.0290985107421875,
+ -0.052093505859375,
+ 0.04779052734375,
+ 0.00714111328125,
+ 0.055328369140625,
+ -0.038604736328125,
+ 0.036102294921875,
+ -0.004894256591796875,
+ 0.01019287109375,
+ -0.0150909423828125,
+ 0.006961822509765625,
+ -0.01383209228515625,
+ 0.0183258056640625,
+ -0.0350341796875,
+ 0.07330322265625,
+ 0.0377197265625,
+ 0.002582550048828125,
+ -0.050994873046875,
+ -0.00749969482421875,
+ -0.007228851318359375,
+ -0.0030078887939453125,
+ 0.049560546875,
+ -0.026763916015625,
+ -0.00983428955078125,
+ 0.007633209228515625,
+ 0.061431884765625,
+ 0.045074462890625,
+ -0.0203857421875,
+ -0.01374053955078125,
+ -0.01383209228515625,
+ 0.0169677734375,
+ 0.0005526542663574219,
+ -0.00597381591796875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "automation",
+ "threat-intel"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Shell_Bags_Analyse",
+ "type": "tool",
+ "name": "Shell Bags Analyse",
+ "content": "shell bags analyse ordnerzugriffs-historie aus usrclass.dat\\local settings\\software\\ microsoft\\windows\\shell\\bags (explorer) und ntuser.dat\\software\\ microsoft\\windows\\shell\\bagmru (desktop). jeder bag enthält folder-settings und zugriffs-timestamps. bagmru zeigt chronologische mru-liste mit letzten ordner-öffnungen. nachweis gelöschter verzeichnisse durch registry-persistenz nach folder-deletion. netzwerk-share-zugriffe und usb-pfade werden ebenfalls geloggt. shellbags-analysis folder-access network-shares deleted-directories usrclass-dat ntuser-dat explorer-forensics access-timeline data-exfiltration static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.03369140625,
+ 0.029876708984375,
+ 0.0452880859375,
+ -0.0257110595703125,
+ 0.036224365234375,
+ 0.01476287841796875,
+ 0.0212860107421875,
+ 0.00234222412109375,
+ -0.0070648193359375,
+ -0.01009368896484375,
+ -0.041290283203125,
+ 0.03802490234375,
+ 0.013671875,
+ -0.00006121397018432617,
+ -0.051422119140625,
+ 0.046722412109375,
+ 0.001239776611328125,
+ -0.00756072998046875,
+ 0.004573822021484375,
+ -0.0125885009765625,
+ -0.0291595458984375,
+ 0.0035991668701171875,
+ -0.02752685546875,
+ -0.0021514892578125,
+ -0.00783538818359375,
+ 0.042205810546875,
+ -0.0235443115234375,
+ -0.0684814453125,
+ -0.007381439208984375,
+ 0.018829345703125,
+ 0.0322265625,
+ -0.03424072265625,
+ -0.00788116455078125,
+ 0.042755126953125,
+ 0.01629638671875,
+ -0.0013866424560546875,
+ 0.034423828125,
+ -0.04998779296875,
+ -0.0257110595703125,
+ 0.047088623046875,
+ 0.0017766952514648438,
+ -0.01158905029296875,
+ -0.00017821788787841797,
+ -0.0024566650390625,
+ -0.037841796875,
+ -0.01276397705078125,
+ 0.0182952880859375,
+ -0.0070648193359375,
+ 0.040374755859375,
+ -0.046173095703125,
+ 0.0325927734375,
+ -0.008056640625,
+ -0.0016183853149414062,
+ -0.01340484619140625,
+ -0.05975341796875,
+ 0.02191162109375,
+ 0.00701904296875,
+ 0.0022525787353515625,
+ -0.030609130859375,
+ 0.046356201171875,
+ -0.048187255859375,
+ -0.0240936279296875,
+ -0.01145172119140625,
+ -0.010772705078125,
+ 0.0067901611328125,
+ 0.0211029052734375,
+ -0.005840301513671875,
+ -0.02716064453125,
+ 0.0200042724609375,
+ 0.0093231201171875,
+ -0.00107574462890625,
+ -0.029876708984375,
+ -0.0268096923828125,
+ 0.02734375,
+ -0.0389404296875,
+ -0.051788330078125,
+ 0.0258941650390625,
+ 0.0056610107421875,
+ 0.00923919677734375,
+ -0.0122222900390625,
+ -0.036956787109375,
+ 0.0097808837890625,
+ 0.068115234375,
+ -0.022186279296875,
+ -0.0112762451171875,
+ 0.01611328125,
+ 0.019378662109375,
+ 0.0258941650390625,
+ -0.0008997917175292969,
+ -0.0018110275268554688,
+ 0.004619598388671875,
+ -0.01467132568359375,
+ -0.0153961181640625,
+ -0.031524658203125,
+ 0.053955078125,
+ 0.057586669921875,
+ -0.002002716064453125,
+ -0.01348876953125,
+ -0.02191162109375,
+ 0.03802490234375,
+ 0.0184783935546875,
+ -0.0237274169921875,
+ 0.03839111328125,
+ -0.032958984375,
+ 0.004573822021484375,
+ -0.019195556640625,
+ 0.030059814453125,
+ -0.0180206298828125,
+ -0.03350830078125,
+ -0.01439666748046875,
+ -0.08404541015625,
+ -0.040557861328125,
+ -0.0220947265625,
+ -0.06158447265625,
+ -0.0204620361328125,
+ -0.0034637451171875,
+ 0.001216888427734375,
+ 0.036956787109375,
+ -0.04290771484375,
+ -0.041656494140625,
+ -0.002399444580078125,
+ 0.010955810546875,
+ -0.01702880859375,
+ 0.006702423095703125,
+ -0.022735595703125,
+ -0.06121826171875,
+ -0.008056640625,
+ 0.0237274169921875,
+ 0.0015954971313476562,
+ -0.025177001953125,
+ -0.01702880859375,
+ -0.0124969482421875,
+ -0.0206451416015625,
+ -0.03948974609375,
+ -0.0006508827209472656,
+ -0.00982666015625,
+ 0.031524658203125,
+ -0.004367828369140625,
+ 0.0109100341796875,
+ 0.00891876220703125,
+ 0.029876708984375,
+ -0.035308837890625,
+ -0.045806884765625,
+ -0.021728515625,
+ -0.0452880859375,
+ 0.01055145263671875,
+ -0.02734375,
+ 0.0396728515625,
+ -0.051422119140625,
+ 0.0180206298828125,
+ -0.004619598388671875,
+ 0.0151214599609375,
+ 0.02716064453125,
+ 0.0093231201171875,
+ 0.0035533905029296875,
+ -0.048187255859375,
+ -0.0318603515625,
+ -0.04290771484375,
+ 0.0164794921875,
+ -0.0046844482421875,
+ -0.006927490234375,
+ 0.011138916015625,
+ -0.03912353515625,
+ 0.041473388671875,
+ -0.0035533905029296875,
+ -0.047088623046875,
+ -0.016754150390625,
+ 0.0237274169921875,
+ 0.0010528564453125,
+ 0.00023627281188964844,
+ 0.024627685546875,
+ -0.0110015869140625,
+ 0.058319091796875,
+ 0.07568359375,
+ 0.0030117034912109375,
+ 0.03857421875,
+ 0.019378662109375,
+ -0.01000213623046875,
+ 0.04364013671875,
+ 0.019561767578125,
+ 0.0026264190673828125,
+ -0.016204833984375,
+ 0.03369140625,
+ -0.0291595458984375,
+ 0.034759521484375,
+ -0.0181121826171875,
+ 0.0122222900390625,
+ -0.0124053955078125,
+ -0.0220947265625,
+ 0.024444580078125,
+ -0.02734375,
+ -0.0543212890625,
+ 0.0025005340576171875,
+ 0.03948974609375,
+ 0.03948974609375,
+ 0.09197998046875,
+ 0.0108642578125,
+ 0.00475311279296875,
+ 0.030975341796875,
+ -0.036407470703125,
+ 0.01947021484375,
+ 0.0293426513671875,
+ -0.0322265625,
+ 0.0760498046875,
+ 0.0033721923828125,
+ -0.00620269775390625,
+ -0.002796173095703125,
+ 0.046722412109375,
+ 0.01276397705078125,
+ -0.01313018798828125,
+ -0.036956787109375,
+ 0.07318115234375,
+ -0.0209197998046875,
+ -0.02734375,
+ -0.019378662109375,
+ -0.0445556640625,
+ -0.00629425048828125,
+ -0.0121307373046875,
+ -0.0108642578125,
+ -0.01439666748046875,
+ -0.024810791015625,
+ -0.0374755859375,
+ 0.00982666015625,
+ 0.03729248046875,
+ -0.007965087890625,
+ 0.0208282470703125,
+ 0.030975341796875,
+ -0.0262603759765625,
+ -0.0213775634765625,
+ 0.01168060302734375,
+ 0.0209197998046875,
+ 0.0172119140625,
+ 0.004344940185546875,
+ 0.019927978515625,
+ 0.0014257431030273438,
+ -0.03277587890625,
+ 0.047454833984375,
+ 0.019012451171875,
+ 0.0237274169921875,
+ 0.0029201507568359375,
+ -0.0269775390625,
+ 0.0286102294921875,
+ -0.01910400390625,
+ 0.0257110595703125,
+ 0.0240936279296875,
+ -0.0293426513671875,
+ 0.0014829635620117188,
+ -0.0156707763671875,
+ 0.0382080078125,
+ 0.052520751953125,
+ -0.042022705078125,
+ -0.01168060302734375,
+ -0.09344482421875,
+ -0.02789306640625,
+ -0.03729248046875,
+ -0.040008544921875,
+ -0.0233612060546875,
+ -0.06121826171875,
+ 0.01331329345703125,
+ -0.013763427734375,
+ -0.039306640625,
+ -0.009918212890625,
+ 0.0017995834350585938,
+ -0.0196533203125,
+ 0.041290283203125,
+ 0.003780364990234375,
+ -0.046173095703125,
+ 0.0112762451171875,
+ 0.068115234375,
+ -0.02752685546875,
+ -0.00882720947265625,
+ 0.01059722900390625,
+ 0.01285552978515625,
+ -0.0208282470703125,
+ 0.0124969482421875,
+ -0.0543212890625,
+ -0.013946533203125,
+ 0.048187255859375,
+ 0.016845703125,
+ 0.013671875,
+ -0.0230865478515625,
+ 0.0011320114135742188,
+ -0.00348663330078125,
+ 0.036224365234375,
+ -0.052886962890625,
+ -0.0008602142333984375,
+ 0.009552001953125,
+ 0.008514404296875,
+ -0.0289764404296875,
+ -0.051055908203125,
+ 0.0108184814453125,
+ 0.057586669921875,
+ -0.0025348663330078125,
+ 0.01385498046875,
+ 0.0293426513671875,
+ -0.02789306640625,
+ -0.002140045166015625,
+ -0.0036907196044921875,
+ -0.00353240966796875,
+ 0.022186279296875,
+ 0.053253173828125,
+ -0.01448822021484375,
+ -0.003124237060546875,
+ 0.007106781005859375,
+ 0.013763427734375,
+ -0.0082855224609375,
+ -0.052154541015625,
+ -0.005840301513671875,
+ -0.0152130126953125,
+ -0.0258941650390625,
+ -0.01195526123046875,
+ 0.0030117034912109375,
+ -0.0229034423828125,
+ 0.0176544189453125,
+ -0.00563812255859375,
+ -0.00914764404296875,
+ -0.0550537109375,
+ -0.044921875,
+ 0.0056610107421875,
+ -0.0318603515625,
+ -0.0382080078125,
+ -0.01331329345703125,
+ 0.0284271240234375,
+ 0.00493621826171875,
+ 0.0140380859375,
+ -0.01910400390625,
+ 0.00536346435546875,
+ -0.0182952880859375,
+ 0.0325927734375,
+ -0.01910400390625,
+ 0.01168060302734375,
+ -0.024444580078125,
+ 0.024627685546875,
+ 0.037139892578125,
+ 0.011322021484375,
+ 0.0233612060546875,
+ 0.05975341796875,
+ 0.01018524169921875,
+ -0.0173797607421875,
+ 0.0185699462890625,
+ 0.0174713134765625,
+ 0.0032825469970703125,
+ -0.006927490234375,
+ 0.00536346435546875,
+ -0.0240936279296875,
+ -0.018829345703125,
+ -0.06341552734375,
+ 0.0098724365234375,
+ 0.0033283233642578125,
+ 0.006519317626953125,
+ 0.0396728515625,
+ -0.036956787109375,
+ -0.01023101806640625,
+ 0.0557861328125,
+ 0.0035991668701171875,
+ 0.08477783203125,
+ -0.032958984375,
+ -0.0233612060546875,
+ 0.02227783203125,
+ 0.02825927734375,
+ -0.0156707763671875,
+ -0.0113677978515625,
+ 0.04290771484375,
+ 0.00466156005859375,
+ 0.0189208984375,
+ 0.030792236328125,
+ -0.005840301513671875,
+ 0.0224609375,
+ -0.019195556640625,
+ -0.0099639892578125,
+ -0.00006753206253051758,
+ -0.0382080078125,
+ 0.0286102294921875,
+ 0.046722412109375,
+ 0.031341552734375,
+ 0.0023212432861328125,
+ 0.02789306640625,
+ -0.025177001953125,
+ -0.030059814453125,
+ -0.0125885009765625,
+ -0.051788330078125,
+ 0.036407470703125,
+ 0.0264434814453125,
+ 0.02191162109375,
+ 0.0662841796875,
+ -0.035491943359375,
+ -0.0684814453125,
+ 0.029693603515625,
+ -0.048187255859375,
+ 0.0677490234375,
+ 0.02734375,
+ 0.0019130706787109375,
+ 0.030975341796875,
+ -0.0008149147033691406,
+ -0.0269775390625,
+ 0.0229949951171875,
+ 0.01195526123046875,
+ 0.01439666748046875,
+ 0.0240936279296875,
+ 0.04888916015625,
+ 0.009552001953125,
+ -0.030792236328125,
+ 0.0268096923828125,
+ 0.025177001953125,
+ 0.03857421875,
+ -0.0201873779296875,
+ 0.040557861328125,
+ 0.0230865478515625,
+ 0.0200042724609375,
+ -0.0205535888671875,
+ 0.04925537109375,
+ 0.03875732421875,
+ -0.0174713134765625,
+ 0.0093231201171875,
+ -0.006744384765625,
+ 0.00624847412109375,
+ -0.052154541015625,
+ 0.01177215576171875,
+ 0.00868988037109375,
+ 0.00792694091796875,
+ 0.0023212432861328125,
+ 0.01348876953125,
+ -0.06988525390625,
+ 0.01177215576171875,
+ 0.047821044921875,
+ -0.024261474609375,
+ 0.013580322265625,
+ 0.02825927734375,
+ -0.0224609375,
+ 0.01154327392578125,
+ -0.0235443115234375,
+ -0.058319091796875,
+ 0.02716064453125,
+ -0.032958984375,
+ -0.04345703125,
+ -0.0084686279296875,
+ 0.030059814453125,
+ -0.0640869140625,
+ -0.064453125,
+ -0.047088623046875,
+ -0.01285552978515625,
+ 0.001392364501953125,
+ -0.02154541015625,
+ 0.0177459716796875,
+ -0.004344940185546875,
+ 0.0033054351806640625,
+ 0.053253173828125,
+ 0.047088623046875,
+ 0.0110015869140625,
+ -0.035858154296875,
+ 0.07391357421875,
+ -0.030242919921875,
+ -0.07135009765625,
+ 0.03387451171875,
+ 0.0126800537109375,
+ 0.0286102294921875,
+ -0.03802490234375,
+ -0.024810791015625,
+ 0.0175628662109375,
+ -0.016021728515625,
+ -0.03240966796875,
+ 0.006744384765625,
+ -0.04998779296875,
+ -0.024261474609375,
+ -0.041290283203125,
+ 0.055419921875,
+ 0.004550933837890625,
+ 0.053619384765625,
+ 0.02752685546875,
+ -0.0289764404296875,
+ 0.03948974609375,
+ -0.053955078125,
+ -0.0264434814453125,
+ 0.00009053945541381836,
+ -0.004550933837890625,
+ -0.030792236328125,
+ 0.053955078125,
+ -0.004459381103515625,
+ -0.00634002685546875,
+ 0.01313018798828125,
+ 0.047088623046875,
+ 0.0204620361328125,
+ 0.0068359375,
+ -0.0179290771484375,
+ 0.0140380859375,
+ 0.00118255615234375,
+ -0.030426025390625,
+ -0.0212860107421875,
+ -0.02825927734375,
+ -0.0036678314208984375,
+ 0.0235443115234375,
+ -0.036224365234375,
+ 0.00482177734375,
+ 0.0006480216979980469,
+ -0.028076171875,
+ -0.046722412109375,
+ -0.018646240234375,
+ 0.004322052001953125,
+ -0.04400634765625,
+ -0.00024771690368652344,
+ 0.0068817138671875,
+ 0.00905609130859375,
+ 0.0178375244140625,
+ 0.01611328125,
+ 0.0015392303466796875,
+ 0.0154876708984375,
+ -0.01186370849609375,
+ -0.003147125244140625,
+ 0.031524658203125,
+ -0.057220458984375,
+ -0.034759521484375,
+ -0.040924072265625,
+ 0.037841796875,
+ -0.04888916015625,
+ -0.0035991668701171875,
+ 0.021728515625,
+ -0.008331298828125,
+ 0.01947021484375,
+ -0.0268096923828125,
+ 0.01430511474609375,
+ -0.013580322265625,
+ -0.00742340087890625,
+ -0.04852294921875,
+ -0.004436492919921875,
+ 0.0040283203125,
+ 0.0020599365234375,
+ -0.01457977294921875,
+ -0.0023097991943359375,
+ 0.04925537109375,
+ -0.0673828125,
+ 0.003826141357421875,
+ 0.0266265869140625,
+ -0.0175628662109375,
+ 0.0183868408203125,
+ -0.00982666015625,
+ 0.0150299072265625,
+ 0.0229034423828125,
+ 0.035675048828125,
+ -0.05035400390625,
+ -0.035675048828125,
+ -0.0869140625,
+ 0.030975341796875,
+ 0.00751495361328125,
+ -0.0262603759765625,
+ 0.0068817138671875,
+ -0.0325927734375,
+ -0.036407470703125,
+ 0.006610870361328125,
+ 0.04510498046875,
+ 0.022003173828125,
+ -0.0157623291015625,
+ -0.03369140625,
+ -0.01036834716796875,
+ -0.003509521484375,
+ -0.04473876953125,
+ 0.0268096923828125,
+ -0.0206451416015625,
+ 0.016754150390625,
+ -0.00634002685546875,
+ -0.0231781005859375,
+ 0.01421356201171875,
+ 0.01611328125,
+ 0.040740966796875,
+ 0.042205810546875,
+ 0.010955810546875,
+ -0.005794525146484375,
+ 0.0180206298828125,
+ -0.01276397705078125,
+ -0.019927978515625,
+ -0.01666259765625,
+ -0.01294708251953125,
+ -0.000865936279296875,
+ -0.04345703125,
+ -0.0172882080078125,
+ 0.005161285400390625,
+ 0.0543212890625,
+ -0.0018224716186523438,
+ -0.01145172119140625,
+ 0.021728515625,
+ 0.014129638671875,
+ 0.00550079345703125,
+ 0.053955078125,
+ -0.0284271240234375,
+ -0.0260772705078125,
+ 0.0096435546875,
+ 0.00405120849609375,
+ 0.00914764404296875,
+ 0.03424072265625,
+ 0.041107177734375,
+ -0.046356201171875,
+ 0.01448822021484375,
+ 0.051055908203125,
+ -0.01303863525390625,
+ -0.034942626953125,
+ -0.0311431884765625,
+ 0.01476287841796875,
+ -0.01476287841796875,
+ 0.025177001953125,
+ 0.016387939453125,
+ 0.034942626953125,
+ -0.0228118896484375,
+ 0.021453857421875,
+ 0.04327392578125,
+ 0.041839599609375,
+ 0.047821044921875,
+ -0.0122222900390625,
+ -0.04437255859375,
+ -0.0049591064453125,
+ 0.02227783203125,
+ -0.0125885009765625,
+ -0.0673828125,
+ 0.01910400390625,
+ 0.06121826171875,
+ -0.0977783203125,
+ -0.01276397705078125,
+ 0.0200958251953125,
+ 0.0235443115234375,
+ 0.01158905029296875,
+ 0.01032257080078125,
+ -0.019378662109375,
+ 0.024627685546875,
+ -0.002002716064453125,
+ -0.047088623046875,
+ -0.006023406982421875,
+ -0.00769805908203125,
+ 0.03314208984375,
+ 0.0203704833984375,
+ 0.01154327392578125,
+ -0.03839111328125,
+ 0.00887298583984375,
+ -0.01457977294921875,
+ 0.03350830078125,
+ 0.0123138427734375,
+ 0.042388916015625,
+ 0.0055694580078125,
+ 0.0156707763671875,
+ 0.04437255859375,
+ 0.055419921875,
+ -0.0006651878356933594,
+ -0.02734375,
+ 0.01064300537109375,
+ 0.052886962890625,
+ 0.036224365234375,
+ 0.062286376953125,
+ -0.00489044189453125,
+ 0.01467132568359375,
+ 0.0206451416015625,
+ -0.0228118896484375,
+ -0.0009679794311523438,
+ 0.00353240966796875,
+ 0.0182952880859375,
+ -0.0655517578125,
+ -0.03424072265625,
+ 0.0107269287109375,
+ -0.02154541015625,
+ 0.05035400390625,
+ 0.0094146728515625,
+ -0.01204681396484375,
+ 0.00765228271484375,
+ 0.037841796875,
+ -0.0049591064453125,
+ -0.0262603759765625,
+ 0.0293426513671875,
+ -0.0286102294921875,
+ -0.0235443115234375,
+ -0.044921875,
+ -0.037841796875,
+ 0.03912353515625,
+ -0.00923919677734375,
+ -0.04962158203125,
+ -0.00910186767578125,
+ 0.0153045654296875,
+ -0.019287109375,
+ -0.0207366943359375,
+ -0.0262603759765625,
+ -0.0012559890747070312,
+ -0.01348876953125,
+ -0.01068878173828125,
+ -0.041473388671875,
+ -0.040191650390625,
+ 0.0158538818359375,
+ -0.0069732666015625,
+ -0.01023101806640625,
+ -0.003078460693359375,
+ -0.035308837890625,
+ -0.0068817138671875,
+ 0.0095977783203125,
+ -0.022735595703125,
+ 0.0340576171875,
+ -0.057220458984375,
+ 0.0257110595703125,
+ 0.0291595458984375,
+ -0.008148193359375,
+ 0.040008544921875,
+ 0.05975341796875,
+ -0.007198333740234375,
+ 0.0211944580078125,
+ -0.00479888916015625,
+ -0.047454833984375,
+ 0.0124969482421875,
+ 0.01340484619140625,
+ -0.00042438507080078125,
+ -0.0684814453125,
+ 0.0124969482421875,
+ 0.057586669921875,
+ -0.08258056640625,
+ 0.01910400390625,
+ 0.0185699462890625,
+ -0.034759521484375,
+ -0.024444580078125,
+ 0.0233612060546875,
+ 0.0211029052734375,
+ 0.016754150390625,
+ 0.1014404296875,
+ -0.003101348876953125,
+ -0.0013751983642578125,
+ 0.009368896484375,
+ -0.04290771484375,
+ 0.046722412109375,
+ -0.004596710205078125,
+ 0.01055145263671875,
+ -0.03350830078125,
+ 0.029693603515625,
+ 0.00479888916015625,
+ -0.0284271240234375,
+ 0.005229949951171875,
+ -0.068115234375,
+ -0.005161285400390625,
+ 0.0181121826171875,
+ 0.02227783203125,
+ -0.00882720947265625,
+ -0.007381439208984375,
+ -0.031707763671875,
+ -0.0237274169921875,
+ -0.0340576171875,
+ 0.01467132568359375,
+ -0.0038928985595703125,
+ 0.00545501708984375,
+ -0.045806884765625,
+ 0.01983642578125,
+ -0.022552490234375,
+ -0.04852294921875,
+ -0.01983642578125,
+ -0.018829345703125,
+ 0.0260772705078125,
+ -0.02789306640625,
+ -0.051788330078125,
+ 0.00545501708984375,
+ 0.010772705078125,
+ -0.006565093994140625,
+ 0.0148468017578125,
+ 0.03839111328125,
+ -0.031341552734375,
+ -0.007244110107421875,
+ 0.01158905029296875,
+ 0.024993896484375,
+ -0.00923919677734375,
+ 0.01340484619140625,
+ 0.01186370849609375,
+ 0.00878143310546875,
+ 0.005252838134765625,
+ -0.046722412109375,
+ 0.046173095703125,
+ 0.04510498046875,
+ -0.0289764404296875,
+ -0.066650390625,
+ -0.030426025390625,
+ -0.030242919921875,
+ 0.01983642578125,
+ -0.0173797607421875,
+ 0.0333251953125,
+ 0.005931854248046875,
+ -0.0235443115234375,
+ -0.0985107421875,
+ 0.04888916015625,
+ -0.01448822021484375,
+ 0.02752685546875,
+ 0.016571044921875,
+ -0.024261474609375,
+ -0.09637451171875,
+ -0.048187255859375,
+ -0.016204833984375,
+ 0.016571044921875,
+ -0.013946533203125,
+ 0.04962158203125,
+ -0.007106781005859375,
+ -0.00765228271484375,
+ 0.007289886474609375,
+ -0.042388916015625,
+ 0.002681732177734375,
+ 0.040924072265625,
+ -0.003849029541015625,
+ -0.0325927734375,
+ 0.035125732421875,
+ 0.0042572021484375,
+ -0.005748748779296875,
+ -0.00400543212890625,
+ -0.00208282470703125,
+ -0.00009906291961669922,
+ -0.0014715194702148438,
+ 0.007289886474609375,
+ -0.031524658203125,
+ 0.0124053955078125,
+ 0.051055908203125,
+ -0.01195526123046875,
+ 0.021636962890625,
+ -0.042205810546875,
+ 0.014129638671875,
+ 0.0122222900390625,
+ -0.0108184814453125,
+ 0.01910400390625,
+ 0.057952880859375,
+ -0.0007925033569335938,
+ -0.03802490234375,
+ -0.0677490234375,
+ -0.063720703125,
+ 0.042205810546875,
+ -0.0677490234375,
+ -0.024810791015625,
+ 0.024627685546875,
+ -0.01013946533203125,
+ 0.01004791259765625,
+ -0.0284271240234375,
+ 0.040924072265625,
+ 0.00470733642578125,
+ -0.04437255859375,
+ -0.040740966796875,
+ 0.0125885009765625,
+ -0.007785797119140625,
+ 0.0124053955078125,
+ 0.005115509033203125,
+ -0.0291595458984375,
+ 0.04437255859375,
+ -0.0333251953125,
+ 0.0257110595703125,
+ -0.024444580078125,
+ -0.00823974609375,
+ -0.036224365234375,
+ 0.006744384765625,
+ -0.058319091796875,
+ -0.0151214599609375,
+ 0.030059814453125,
+ 0.01467132568359375,
+ -0.0112762451171875,
+ -0.039306640625,
+ 0.00946044921875,
+ -0.0239105224609375,
+ -0.056854248046875,
+ 0.0286102294921875,
+ -0.02752685546875,
+ -0.04547119140625,
+ -0.01123046875,
+ -0.0207366943359375,
+ -0.030975341796875,
+ 0.016754150390625,
+ 0.035308837890625,
+ 0.057952880859375,
+ 0.0036449432373046875,
+ -0.01059722900390625,
+ -0.0010805130004882812,
+ -0.0153045654296875,
+ -0.0260772705078125,
+ -0.0029888153076171875,
+ 0.04888916015625,
+ 0.00765228271484375,
+ 0.00701904296875,
+ 0.030792236328125,
+ -0.0040283203125,
+ -0.089111328125,
+ 0.0018672943115234375,
+ -0.0175628662109375,
+ -0.0430908203125,
+ 0.00611114501953125,
+ 0.09344482421875,
+ 0.0430908203125,
+ 0.0122222900390625,
+ 0.0212860107421875,
+ 0.042388916015625,
+ 0.03875732421875,
+ 0.00493621826171875,
+ -0.0070648193359375,
+ -0.076416015625,
+ 0.006519317626953125,
+ 0.0286102294921875,
+ 0.0014829635620117188,
+ -0.066650390625,
+ 0.06085205078125,
+ 0.06121826171875,
+ -0.0093231201171875,
+ -0.0182037353515625,
+ 0.00982666015625,
+ -0.005931854248046875,
+ 0.0396728515625,
+ 0.0010528564453125,
+ 0.005725860595703125,
+ -0.079345703125,
+ 0.0213775634765625,
+ 0.0095062255859375,
+ -0.01177215576171875,
+ -0.0030117034912109375,
+ 0.00015354156494140625,
+ -0.0452880859375,
+ 0.059051513671875,
+ -0.041656494140625,
+ 0.031707763671875,
+ -0.01154327392578125,
+ 0.041473388671875,
+ 0.00475311279296875,
+ -0.046173095703125,
+ -0.0207366943359375,
+ 0.044921875,
+ 0.0543212890625,
+ -0.0257110595703125,
+ 0.035491943359375,
+ -0.01313018798828125,
+ -0.004913330078125,
+ 0.030792236328125,
+ 0.036224365234375,
+ 0.0097808837890625,
+ 0.01467132568359375,
+ -0.004550933837890625,
+ -0.048187255859375,
+ 0.0002617835998535156,
+ 0.024261474609375,
+ 0.01036834716796875,
+ -0.0096893310546875,
+ -0.0565185546875,
+ -0.0396728515625,
+ -0.06048583984375,
+ 0.03424072265625,
+ 0.00400543212890625,
+ 0.0200042724609375,
+ 0.05615234375,
+ -0.0014715194702148438,
+ -0.01195526123046875,
+ 0.00914764404296875,
+ 0.024993896484375,
+ 0.0295257568359375,
+ 0.03948974609375,
+ 0.019378662109375,
+ -0.0012960433959960938,
+ 0.031707763671875,
+ 0.00563812255859375,
+ -0.05072021484375,
+ 0.0174713134765625,
+ -0.025177001953125,
+ -0.00751495361328125,
+ -0.022735595703125,
+ 0.0081024169921875,
+ 0.01032257080078125,
+ -0.02154541015625,
+ 0.00864410400390625,
+ -0.0268096923828125,
+ 0.0175628662109375,
+ -0.006519317626953125,
+ -0.045989990234375,
+ -0.0181121826171875,
+ 0.0662841796875,
+ -0.052886962890625,
+ 0.04962158203125,
+ -0.00878143310546875,
+ -0.003147125244140625,
+ -0.01348876953125,
+ -0.07568359375,
+ 0.047454833984375,
+ 0.0284271240234375,
+ 0.0322265625,
+ -0.002048492431640625,
+ 0.005069732666015625,
+ 0.02227783203125,
+ 0.021453857421875,
+ 0.022552490234375,
+ 0.040740966796875,
+ -0.003826141357421875,
+ 0.041107177734375,
+ 0.063720703125,
+ -0.009552001953125,
+ -0.0318603515625,
+ 0.025360107421875,
+ 0.0185699462890625,
+ -0.057952880859375,
+ 0.041290283203125,
+ 0.0177459716796875,
+ 0.0080108642578125,
+ -0.0068359375,
+ -0.019561767578125,
+ 0.00864410400390625,
+ -0.057220458984375,
+ 0.044189453125,
+ 0.0010976791381835938,
+ -0.0264434814453125,
+ 0.02789306640625,
+ -0.030609130859375,
+ 0.052886962890625,
+ 0.002727508544921875,
+ 0.06158447265625,
+ -0.057586669921875,
+ 0.03204345703125,
+ 0.004344940185546875,
+ 0.03314208984375,
+ -0.036956787109375,
+ 0.00208282470703125,
+ -0.019561767578125,
+ 0.02734375,
+ 0.002716064453125,
+ 0.04888916015625,
+ 0.0184783935546875,
+ 0.01177215576171875,
+ -0.06011962890625,
+ -0.0287933349609375,
+ -0.0172119140625,
+ -0.0322265625,
+ 0.040008544921875,
+ -0.064453125,
+ -0.0124053955078125,
+ 0.005931854248046875,
+ 0.018829345703125,
+ 0.06988525390625,
+ 0.0026149749755859375,
+ 0.013946533203125,
+ -0.003780364990234375,
+ 0.0014371871948242188,
+ -0.0277099609375,
+ 0.011138916015625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "shellbags-analysis",
+ "folder-access",
+ "network-shares",
+ "deleted-directories",
+ "usrclass-dat",
+ "ntuser-dat",
+ "explorer-forensics",
+ "access-timeline",
+ "data-exfiltration"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_IE_History_Laufwerkszugriffe_Analyse",
+ "type": "tool",
+ "name": "IE History Laufwerkszugriffe Analyse",
+ "content": "ie history laufwerkszugriffe analyse non-browser-file-access via ie-history in index.dat (ie6-9) bzw. webcachev*.dat (ie10+) unter %userprofile%\\appdata\\local\\microsoft\\ windows\\webcache\\. file:///-url-entries zeigen lokale dateizugriffe und unc-network-share-access auch ohne browser-usage. url-format: file:///c:/path/file.ext oder file://server/share/file. timestamp-analysis für file-access-timeline unabhängig von explorer-recent-lists. webcacheview-tool für structured database-export. ie-history file-protocol local-file-access unc-shares index-dat webcache-analysis non-browser-access timeline-reconstruction network-shares remote-files static-investigations incident-response network-forensics examination analysis",
+ "embedding": [
+ -0.023712158203125,
+ 0.0616455078125,
+ 0.037750244140625,
+ 0.0081634521484375,
+ 0.0197906494140625,
+ 0.0208892822265625,
+ 0.0127716064453125,
+ 0.01514434814453125,
+ 0.01113128662109375,
+ -0.03338623046875,
+ -0.037750244140625,
+ 0.0304718017578125,
+ 0.0277252197265625,
+ -0.01108551025390625,
+ -0.0457763671875,
+ 0.024993896484375,
+ 0.0009407997131347656,
+ -0.011260986328125,
+ 0.0023593902587890625,
+ -0.005016326904296875,
+ -0.018157958984375,
+ 0.01477813720703125,
+ -0.017242431640625,
+ -0.0214385986328125,
+ -0.00998687744140625,
+ 0.0220794677734375,
+ -0.0124969482421875,
+ -0.04779052734375,
+ -0.0361328125,
+ 0.0215301513671875,
+ 0.04925537109375,
+ -0.043426513671875,
+ 0.0195159912109375,
+ 0.0208892822265625,
+ 0.0210723876953125,
+ 0.00196075439453125,
+ 0.041229248046875,
+ -0.05218505859375,
+ -0.016510009765625,
+ 0.057281494140625,
+ -0.022705078125,
+ -0.0077056884765625,
+ 0.01012420654296875,
+ -0.017608642578125,
+ -0.025726318359375,
+ -0.0190582275390625,
+ 0.0116729736328125,
+ 0.015960693359375,
+ 0.0205230712890625,
+ -0.04852294921875,
+ 0.0207061767578125,
+ 0.017242431640625,
+ 0.0128631591796875,
+ -0.023345947265625,
+ -0.025177001953125,
+ 0.0271759033203125,
+ 0.00939178466796875,
+ 0.00290679931640625,
+ -0.05145263671875,
+ 0.03631591796875,
+ -0.05255126953125,
+ -0.00975799560546875,
+ -0.0113525390625,
+ -0.01021575927734375,
+ 0.01824951171875,
+ 0.04779052734375,
+ 0.0003407001495361328,
+ -0.053619384765625,
+ 0.0204315185546875,
+ 0.0006327629089355469,
+ -0.00200653076171875,
+ -0.02288818359375,
+ -0.01514434814453125,
+ 0.01824951171875,
+ -0.037567138671875,
+ -0.0279083251953125,
+ 0.008758544921875,
+ 0.015777587890625,
+ 0.01377105712890625,
+ -0.023345947265625,
+ -0.07403564453125,
+ 0.00606536865234375,
+ 0.055084228515625,
+ -0.01432037353515625,
+ -0.040130615234375,
+ 0.004741668701171875,
+ 0.039581298828125,
+ 0.0221710205078125,
+ 0.01514434814453125,
+ 0.02252197265625,
+ 0.03173828125,
+ -0.00885009765625,
+ -0.016326904296875,
+ -0.017059326171875,
+ 0.08282470703125,
+ 0.04522705078125,
+ 0.0016193389892578125,
+ 0.0026111602783203125,
+ 0.023895263671875,
+ 0.0034427642822265625,
+ 0.026275634765625,
+ -0.0297393798828125,
+ 0.044891357421875,
+ -0.025726318359375,
+ 0.03082275390625,
+ -0.01404571533203125,
+ 0.0361328125,
+ -0.0288238525390625,
+ -0.0194244384765625,
+ -0.007434844970703125,
+ -0.0904541015625,
+ -0.0268096923828125,
+ 0.006748199462890625,
+ -0.06787109375,
+ -0.023345947265625,
+ -0.00634002685546875,
+ 0.005107879638671875,
+ 0.041961669921875,
+ -0.0361328125,
+ -0.039398193359375,
+ 0.01090240478515625,
+ -0.008392333984375,
+ -0.003124237060546875,
+ 0.0230712890625,
+ -0.0364990234375,
+ -0.07440185546875,
+ 0.01035308837890625,
+ 0.025177001953125,
+ -0.0282745361328125,
+ -0.01678466796875,
+ -0.007297515869140625,
+ -0.0185089111328125,
+ 0.01377105712890625,
+ -0.023895263671875,
+ -0.04925537109375,
+ -0.01788330078125,
+ 0.0293731689453125,
+ 0.01094818115234375,
+ 0.0121307373046875,
+ 0.004924774169921875,
+ 0.039764404296875,
+ -0.037750244140625,
+ -0.058013916015625,
+ -0.0126800537109375,
+ -0.054351806640625,
+ 0.00017392635345458984,
+ -0.02288818359375,
+ 0.055450439453125,
+ -0.0195159912109375,
+ 0.0230712890625,
+ -0.0271759033203125,
+ 0.043609619140625,
+ 0.037750244140625,
+ -0.005176544189453125,
+ 0.0203399658203125,
+ -0.055450439453125,
+ -0.01021575927734375,
+ -0.05108642578125,
+ 0.01751708984375,
+ -0.0008435249328613281,
+ -0.006702423095703125,
+ 0.00652313232421875,
+ -0.0114898681640625,
+ 0.04669189453125,
+ 0.004695892333984375,
+ -0.04998779296875,
+ -0.00921630859375,
+ 0.038848876953125,
+ -0.011260986328125,
+ -0.0090789794921875,
+ 0.03558349609375,
+ -0.03118896484375,
+ 0.06640625,
+ 0.0631103515625,
+ 0.003284454345703125,
+ 0.0191497802734375,
+ 0.00458526611328125,
+ -0.0036029815673828125,
+ 0.043609619140625,
+ 0.03466796875,
+ -0.008575439453125,
+ -0.0191497802734375,
+ 0.059478759765625,
+ -0.0350341796875,
+ 0.015869140625,
+ -0.01007843017578125,
+ -0.0038089752197265625,
+ -0.0008435249328613281,
+ -0.01514434814453125,
+ 0.038665771484375,
+ -0.0275421142578125,
+ -0.038299560546875,
+ 0.0125885009765625,
+ 0.01468658447265625,
+ 0.03302001953125,
+ 0.071533203125,
+ 0.00620269775390625,
+ 0.003055572509765625,
+ 0.03448486328125,
+ -0.006977081298828125,
+ 0.01824951171875,
+ 0.026092529296875,
+ -0.0126800537109375,
+ 0.04962158203125,
+ 0.0215301513671875,
+ 0.00647735595703125,
+ -0.024993896484375,
+ 0.0169677734375,
+ 0.040496826171875,
+ -0.0223541259765625,
+ -0.01824951171875,
+ 0.07952880859375,
+ -0.024078369140625,
+ -0.0313720703125,
+ -0.0275421142578125,
+ -0.0190582275390625,
+ -0.00035071372985839844,
+ -0.0273590087890625,
+ -0.00223541259765625,
+ -0.0020294189453125,
+ 0.005039215087890625,
+ -0.038848876953125,
+ 0.00848388671875,
+ 0.05255126953125,
+ -0.017333984375,
+ 0.011627197265625,
+ 0.00661468505859375,
+ -0.0044708251953125,
+ 0.0297393798828125,
+ 0.033203125,
+ 0.025360107421875,
+ 0.042694091796875,
+ 0.0025424957275390625,
+ 0.0155029296875,
+ -0.00939178466796875,
+ -0.01331329345703125,
+ 0.071533203125,
+ 0.01049041748046875,
+ 0.00389862060546875,
+ 0.0118560791015625,
+ -0.03082275390625,
+ 0.025177001953125,
+ 0.0077056884765625,
+ 0.0268096923828125,
+ 0.0218963623046875,
+ -0.03594970703125,
+ -0.007843017578125,
+ 0.0016307830810546875,
+ 0.0297393798828125,
+ 0.053619384765625,
+ -0.03594970703125,
+ -0.007843017578125,
+ -0.1014404296875,
+ -0.025543212890625,
+ -0.038848876953125,
+ -0.038848876953125,
+ -0.026092529296875,
+ -0.05108642578125,
+ 0.0196075439453125,
+ -0.01153564453125,
+ -0.0266265869140625,
+ -0.005767822265625,
+ 0.005130767822265625,
+ -0.00939178466796875,
+ 0.043426513671875,
+ 0.007572174072265625,
+ -0.033203125,
+ -0.007160186767578125,
+ 0.08099365234375,
+ -0.00952911376953125,
+ -0.0025081634521484375,
+ 0.0016756057739257812,
+ 0.01094818115234375,
+ -0.00620269775390625,
+ 0.004993438720703125,
+ -0.0297393798828125,
+ 0.006748199462890625,
+ 0.04705810546875,
+ 0.007663726806640625,
+ 0.0273590087890625,
+ -0.01605224609375,
+ -0.01049041748046875,
+ -0.01071929931640625,
+ 0.026275634765625,
+ -0.04852294921875,
+ -0.0199737548828125,
+ 0.004856109619140625,
+ -0.0015735626220703125,
+ -0.0212554931640625,
+ -0.056915283203125,
+ -0.0295562744140625,
+ 0.03228759765625,
+ -0.0012712478637695312,
+ 0.0184326171875,
+ 0.038848876953125,
+ -0.0212554931640625,
+ -0.01071929931640625,
+ -0.01122283935546875,
+ -0.01090240478515625,
+ 0.0123138427734375,
+ 0.07733154296875,
+ -0.044891357421875,
+ -0.00885009765625,
+ 0.0203399658203125,
+ -0.0007410049438476562,
+ -0.016510009765625,
+ -0.042877197265625,
+ -0.0211639404296875,
+ -0.00925445556640625,
+ -0.0343017578125,
+ -0.0128631591796875,
+ 0.017059326171875,
+ -0.007251739501953125,
+ 0.036865234375,
+ -0.005588531494140625,
+ -0.0126800537109375,
+ -0.0269927978515625,
+ -0.0689697265625,
+ 0.016876220703125,
+ -0.0304718017578125,
+ -0.038482666015625,
+ -0.04742431640625,
+ 0.041961669921875,
+ 0.002155303955078125,
+ 0.024444580078125,
+ 0.008941650390625,
+ 0.0042877197265625,
+ -0.007526397705078125,
+ 0.01505279541015625,
+ -0.03466796875,
+ 0.0279083251953125,
+ -0.011627197265625,
+ 0.039215087890625,
+ 0.0275421142578125,
+ 0.015960693359375,
+ 0.024078369140625,
+ 0.05181884765625,
+ 0.025543212890625,
+ 0.01413726806640625,
+ 0.0204315185546875,
+ 0.025909423828125,
+ -0.007526397705078125,
+ 0.0223541259765625,
+ 0.005767822265625,
+ -0.024444580078125,
+ -0.0132293701171875,
+ -0.0118560791015625,
+ 0.0215301513671875,
+ 0.0205230712890625,
+ 0.0219879150390625,
+ 0.03118896484375,
+ -0.0299224853515625,
+ -0.011444091796875,
+ 0.05291748046875,
+ 0.006702423095703125,
+ 0.08135986328125,
+ -0.038299560546875,
+ -0.03448486328125,
+ 0.025909423828125,
+ 0.02288818359375,
+ -0.03411865234375,
+ -0.01331329345703125,
+ 0.042144775390625,
+ 0.004673004150390625,
+ -0.0026111602783203125,
+ 0.032470703125,
+ -0.01090240478515625,
+ 0.01751708984375,
+ 0.0124969482421875,
+ -0.005176544189453125,
+ -0.0200653076171875,
+ -0.0118560791015625,
+ 0.043060302734375,
+ 0.055450439453125,
+ 0.0206146240234375,
+ 0.00426483154296875,
+ 0.0291900634765625,
+ -0.03082275390625,
+ -0.0212554931640625,
+ -0.037750244140625,
+ -0.07696533203125,
+ 0.01678466796875,
+ 0.024261474609375,
+ 0.01358795166015625,
+ 0.0638427734375,
+ -0.016876220703125,
+ -0.038482666015625,
+ 0.038848876953125,
+ -0.0130462646484375,
+ 0.0704345703125,
+ 0.0269927978515625,
+ 0.01486968994140625,
+ 0.0223541259765625,
+ -0.024078369140625,
+ 0.0040130615234375,
+ 0.026458740234375,
+ 0.01505279541015625,
+ 0.0177001953125,
+ 0.017974853515625,
+ 0.040313720703125,
+ -0.0219879150390625,
+ -0.04632568359375,
+ 0.024261474609375,
+ 0.015960693359375,
+ 0.04815673828125,
+ -0.0078887939453125,
+ 0.041595458984375,
+ 0.04925537109375,
+ 0.00408172607421875,
+ -0.03265380859375,
+ 0.0711669921875,
+ 0.0190582275390625,
+ -0.0119476318359375,
+ -0.0116729736328125,
+ -0.015960693359375,
+ -0.0002651214599609375,
+ -0.041229248046875,
+ 0.00624847412109375,
+ 0.0018358230590820312,
+ 0.0268096923828125,
+ 0.00046753883361816406,
+ 0.026092529296875,
+ -0.037384033203125,
+ 0.00962066650390625,
+ 0.053253173828125,
+ -0.039947509765625,
+ 0.01678466796875,
+ 0.04632568359375,
+ -0.0125885009765625,
+ 0.0126800537109375,
+ -0.026092529296875,
+ -0.059112548828125,
+ 0.056915283203125,
+ -0.03228759765625,
+ -0.04925537109375,
+ -0.01441192626953125,
+ 0.024810791015625,
+ -0.04779052734375,
+ -0.0297393798828125,
+ -0.0302886962890625,
+ -0.0003561973571777344,
+ -0.00435638427734375,
+ -0.0197906494140625,
+ 0.04705810546875,
+ 0.005405426025390625,
+ 0.007251739501953125,
+ 0.037750244140625,
+ 0.033203125,
+ -0.024810791015625,
+ -0.0282745361328125,
+ 0.023345947265625,
+ -0.041595458984375,
+ -0.04998779296875,
+ 0.01035308837890625,
+ 0.0122222900390625,
+ -0.001972198486328125,
+ -0.044891357421875,
+ -0.01715087890625,
+ 0.01076507568359375,
+ -0.038299560546875,
+ -0.0125885009765625,
+ 0.01007843017578125,
+ -0.0214385986328125,
+ -0.039764404296875,
+ -0.03594970703125,
+ 0.056549072265625,
+ 0.026275634765625,
+ 0.039947509765625,
+ -0.006748199462890625,
+ -0.01012420654296875,
+ 0.006885528564453125,
+ -0.0631103515625,
+ 0.0005130767822265625,
+ 0.0078887939453125,
+ 0.003284454345703125,
+ -0.024444580078125,
+ 0.04998779296875,
+ 0.0006470680236816406,
+ -0.01459503173828125,
+ -0.006656646728515625,
+ 0.04779052734375,
+ 0.024261474609375,
+ 0.0004076957702636719,
+ -0.02252197265625,
+ 0.01532745361328125,
+ -0.00041604042053222656,
+ -0.03668212890625,
+ -0.022705078125,
+ -0.0220794677734375,
+ -0.0019159317016601562,
+ 0.008392333984375,
+ -0.0682373046875,
+ 0.0187835693359375,
+ -0.0169677734375,
+ -0.05035400390625,
+ -0.0086212158203125,
+ -0.0082550048828125,
+ -0.0122222900390625,
+ -0.05255126953125,
+ 0.005084991455078125,
+ 0.01016998291015625,
+ -0.007526397705078125,
+ 0.03485107421875,
+ 0.015411376953125,
+ -0.00975799560546875,
+ 0.024810791015625,
+ -0.05291748046875,
+ -0.0188751220703125,
+ 0.037384033203125,
+ -0.05255126953125,
+ -0.0465087890625,
+ -0.0189666748046875,
+ 0.0689697265625,
+ -0.0288238525390625,
+ 0.0196990966796875,
+ 0.01053619384765625,
+ -0.0221710205078125,
+ 0.055084228515625,
+ -0.01788330078125,
+ -0.0078887939453125,
+ -0.0221710205078125,
+ -0.0080718994140625,
+ -0.01605224609375,
+ -0.01413726806640625,
+ 0.03375244140625,
+ 0.023162841796875,
+ -0.005222320556640625,
+ -0.01021575927734375,
+ 0.07550048828125,
+ -0.067138671875,
+ -0.00048732757568359375,
+ 0.039947509765625,
+ 0.0005273818969726562,
+ 0.02288818359375,
+ -0.01404571533203125,
+ -0.00948333740234375,
+ 0.01340484619140625,
+ 0.00830078125,
+ -0.059478759765625,
+ -0.04742431640625,
+ -0.0697021484375,
+ 0.0204315185546875,
+ 0.01081085205078125,
+ 0.002964019775390625,
+ -0.016693115234375,
+ -0.042694091796875,
+ -0.053619384765625,
+ 0.0286407470703125,
+ 0.04742431640625,
+ 0.0203399658203125,
+ 0.01486968994140625,
+ -0.04705810546875,
+ -0.024627685546875,
+ -0.006793975830078125,
+ -0.03411865234375,
+ 0.024810791015625,
+ -0.0082550048828125,
+ 0.0209808349609375,
+ -0.015777587890625,
+ -0.0122222900390625,
+ 0.0208892822265625,
+ 0.032470703125,
+ 0.0313720703125,
+ 0.0177001953125,
+ 0.01340484619140625,
+ 0.0015163421630859375,
+ 0.0162353515625,
+ -0.0120391845703125,
+ 0.0023365020751953125,
+ -0.01395416259765625,
+ -0.01395416259765625,
+ -0.00435638427734375,
+ -0.05181884765625,
+ -0.015594482421875,
+ 0.0013170242309570312,
+ 0.040863037109375,
+ -0.007389068603515625,
+ 0.0012311935424804688,
+ 0.0208892822265625,
+ 0.032470703125,
+ -0.0005898475646972656,
+ 0.0465087890625,
+ -0.038116455078125,
+ -0.0290069580078125,
+ 0.00011831521987915039,
+ -0.004993438720703125,
+ 0.023895263671875,
+ 0.026092529296875,
+ 0.041961669921875,
+ -0.033203125,
+ 0.0206146240234375,
+ 0.0457763671875,
+ -0.024627685546875,
+ -0.056549072265625,
+ -0.009124755859375,
+ 0.008575439453125,
+ -0.0113067626953125,
+ 0.00281524658203125,
+ 0.007663726806640625,
+ 0.057281494140625,
+ 0.01340484619140625,
+ -0.016876220703125,
+ 0.039398193359375,
+ 0.05218505859375,
+ 0.039398193359375,
+ -0.017425537109375,
+ -0.0653076171875,
+ -0.016510009765625,
+ 0.00885009765625,
+ -0.01788330078125,
+ -0.043609619140625,
+ 0.00020945072174072266,
+ 0.0350341796875,
+ -0.0667724609375,
+ 0.0117645263671875,
+ 0.004241943359375,
+ 0.0301055908203125,
+ -0.002040863037109375,
+ 0.024261474609375,
+ -0.0299224853515625,
+ 0.0082550048828125,
+ 0.01505279541015625,
+ -0.05072021484375,
+ -0.00196075439453125,
+ -0.041046142578125,
+ 0.0282745361328125,
+ 0.0188751220703125,
+ 0.011444091796875,
+ -0.037017822265625,
+ 0.0194244384765625,
+ -0.01386260986328125,
+ 0.02252197265625,
+ -0.0015735626220703125,
+ 0.04595947265625,
+ 0.01090240478515625,
+ 0.024627685546875,
+ 0.0288238525390625,
+ 0.07989501953125,
+ -0.01007843017578125,
+ -0.023712158203125,
+ 0.03594970703125,
+ 0.0295562744140625,
+ 0.025177001953125,
+ 0.055450439453125,
+ 0.0184326171875,
+ 0.0033283233642578125,
+ 0.0162353515625,
+ -0.0465087890625,
+ -0.0036029815673828125,
+ 0.0083465576171875,
+ 0.002292633056640625,
+ -0.05218505859375,
+ -0.053253173828125,
+ 0.0169677734375,
+ -0.044158935546875,
+ 0.0212554931640625,
+ -0.003124237060546875,
+ -0.040130615234375,
+ -0.005336761474609375,
+ 0.0361328125,
+ -0.015869140625,
+ -0.056915283203125,
+ 0.0206146240234375,
+ -0.024261474609375,
+ -0.044708251953125,
+ -0.03375244140625,
+ -0.04595947265625,
+ 0.02325439453125,
+ -0.01016998291015625,
+ -0.041961669921875,
+ -0.007434844970703125,
+ 0.039947509765625,
+ 0.0116729736328125,
+ -0.0282745361328125,
+ -0.0214385986328125,
+ 0.005451202392578125,
+ -0.0297393798828125,
+ -0.0343017578125,
+ -0.0313720703125,
+ -0.01081085205078125,
+ -0.01477813720703125,
+ -0.000064849853515625,
+ -0.01413726806640625,
+ -0.0299224853515625,
+ -0.005519866943359375,
+ -0.00426483154296875,
+ 0.01049041748046875,
+ -0.01007843017578125,
+ 0.031005859375,
+ -0.039031982421875,
+ 0.0186004638671875,
+ 0.0113067626953125,
+ 0.0266265869140625,
+ 0.037750244140625,
+ 0.0689697265625,
+ 0.0091705322265625,
+ 0.007251739501953125,
+ -0.0128631591796875,
+ -0.043060302734375,
+ 0.015869140625,
+ 0.0215301513671875,
+ -0.004947662353515625,
+ -0.056549072265625,
+ 0.01058197021484375,
+ 0.05218505859375,
+ -0.07373046875,
+ 0.022796630859375,
+ 0.037200927734375,
+ -0.0008378028869628906,
+ -0.0465087890625,
+ -0.0012426376342773438,
+ 0.005290985107421875,
+ 0.02325439453125,
+ 0.07373046875,
+ 0.006977081298828125,
+ -0.0079803466796875,
+ 0.01486968994140625,
+ -0.04998779296875,
+ 0.04705810546875,
+ -0.005496978759765625,
+ 0.0207977294921875,
+ -0.025543212890625,
+ 0.05181884765625,
+ 0.025726318359375,
+ -0.037933349609375,
+ 0.023529052734375,
+ -0.0955810546875,
+ -0.01062774658203125,
+ 0.01641845703125,
+ 0.01605224609375,
+ -0.01108551025390625,
+ -0.004924774169921875,
+ -0.05108642578125,
+ -0.0361328125,
+ -0.041229248046875,
+ 0.0295562744140625,
+ 0.0273590087890625,
+ 0.033935546875,
+ -0.0290069580078125,
+ 0.0155029296875,
+ -0.023895263671875,
+ -0.03521728515625,
+ -0.0034427642822265625,
+ -0.0215301513671875,
+ -0.00588226318359375,
+ -0.0034656524658203125,
+ -0.037017822265625,
+ 0.0284576416015625,
+ -0.0012598037719726562,
+ -0.0005674362182617188,
+ 0.024627685546875,
+ 0.060943603515625,
+ -0.055816650390625,
+ -0.00647735595703125,
+ -0.0025196075439453125,
+ 0.05145263671875,
+ 0.01117706298828125,
+ -0.004608154296875,
+ -0.01062774658203125,
+ 0.008941650390625,
+ 0.003215789794921875,
+ -0.04888916015625,
+ 0.026458740234375,
+ 0.039947509765625,
+ -0.0186004638671875,
+ -0.04852294921875,
+ -0.043243408203125,
+ -0.01386260986328125,
+ 0.018341064453125,
+ -0.0129547119140625,
+ 0.038482666015625,
+ 0.01349639892578125,
+ -0.039215087890625,
+ -0.0919189453125,
+ 0.05145263671875,
+ -0.01386260986328125,
+ 0.0198822021484375,
+ 0.01450347900390625,
+ -0.0188751220703125,
+ -0.059844970703125,
+ -0.0450439453125,
+ -0.016143798828125,
+ 0.0186920166015625,
+ -0.0023040771484375,
+ 0.043792724609375,
+ -0.024627685546875,
+ -0.0036487579345703125,
+ -0.00885009765625,
+ -0.05108642578125,
+ -0.0113525390625,
+ 0.04815673828125,
+ -0.005565643310546875,
+ -0.038665771484375,
+ 0.04669189453125,
+ 0.00281524658203125,
+ 0.0124053955078125,
+ -0.00775146484375,
+ -0.003307342529296875,
+ 0.0003905296325683594,
+ 0.0018243789672851562,
+ -0.0013856887817382812,
+ -0.0187835693359375,
+ 0.035400390625,
+ 0.0279083251953125,
+ -0.01117706298828125,
+ -0.0120391845703125,
+ -0.0211639404296875,
+ 0.042144775390625,
+ -0.0114898681640625,
+ -0.0457763671875,
+ 0.037933349609375,
+ 0.0132293701171875,
+ -0.00611114501953125,
+ -0.05255126953125,
+ -0.057647705078125,
+ -0.07586669921875,
+ 0.03192138671875,
+ -0.08282470703125,
+ -0.0123138427734375,
+ 0.041229248046875,
+ -0.005222320556640625,
+ 0.01386260986328125,
+ -0.016693115234375,
+ 0.024078369140625,
+ 0.0004048347473144531,
+ -0.041778564453125,
+ -0.05181884765625,
+ 0.024810791015625,
+ -0.026275634765625,
+ 0.01122283935546875,
+ 0.0189666748046875,
+ -0.033203125,
+ 0.05072021484375,
+ -0.0207061767578125,
+ 0.007617950439453125,
+ -0.0277252197265625,
+ -0.01026153564453125,
+ -0.072265625,
+ 0.03155517578125,
+ -0.07769775390625,
+ -0.01678466796875,
+ 0.0186004638671875,
+ 0.041412353515625,
+ 0.017608642578125,
+ -0.04705810546875,
+ 0.0193328857421875,
+ -0.017242431640625,
+ -0.041778564453125,
+ 0.03192138671875,
+ -0.0304718017578125,
+ -0.0290069580078125,
+ 0.0086212158203125,
+ -0.040130615234375,
+ -0.01413726806640625,
+ 0.0121307373046875,
+ 0.025726318359375,
+ 0.04742431640625,
+ 0.0125885009765625,
+ 0.015594482421875,
+ -0.0185089111328125,
+ -0.0198822021484375,
+ -0.0091705322265625,
+ -0.0018014907836914062,
+ 0.042694091796875,
+ 0.01071929931640625,
+ 0.0304718017578125,
+ 0.0018243789672851562,
+ -0.0219879150390625,
+ -0.0911865234375,
+ -0.017242431640625,
+ -0.01678466796875,
+ -0.054718017578125,
+ 0.007434844970703125,
+ 0.062744140625,
+ 0.05291748046875,
+ 0.007526397705078125,
+ 0.0302886962890625,
+ 0.025909423828125,
+ 0.01367950439453125,
+ 0.004608154296875,
+ -0.007068634033203125,
+ -0.0718994140625,
+ -0.01450347900390625,
+ 0.0081634521484375,
+ -0.01450347900390625,
+ -0.046142578125,
+ 0.041229248046875,
+ 0.07440185546875,
+ -0.005496978759765625,
+ -0.002941131591796875,
+ 0.00453948974609375,
+ 0.0218963623046875,
+ 0.042877197265625,
+ 0.015594482421875,
+ 0.016510009765625,
+ -0.068603515625,
+ 0.03631591796875,
+ 0.005474090576171875,
+ 0.0124053955078125,
+ -0.0007867813110351562,
+ 0.001140594482421875,
+ -0.04595947265625,
+ 0.0465087890625,
+ -0.03466796875,
+ 0.0088043212890625,
+ -0.00601959228515625,
+ 0.067138671875,
+ -0.01477813720703125,
+ -0.023345947265625,
+ 0.00011330842971801758,
+ 0.04852294921875,
+ 0.01076507568359375,
+ -0.00948333740234375,
+ 0.0210723876953125,
+ -0.01641845703125,
+ 0.00426483154296875,
+ 0.046142578125,
+ 0.055084228515625,
+ 0.0079345703125,
+ 0.023529052734375,
+ -0.01806640625,
+ -0.0291900634765625,
+ 0.0035343170166015625,
+ -0.0115814208984375,
+ 0.016326904296875,
+ -0.007068634033203125,
+ -0.0704345703125,
+ -0.053985595703125,
+ -0.057281494140625,
+ 0.042327880859375,
+ 0.024810791015625,
+ 0.0087127685546875,
+ 0.00939178466796875,
+ -0.00426483154296875,
+ -0.0005331039428710938,
+ 0.022613525390625,
+ -0.00412750244140625,
+ 0.0350341796875,
+ 0.0230712890625,
+ -0.00029206275939941406,
+ 0.004764556884765625,
+ 0.0219879150390625,
+ -0.0041046142578125,
+ -0.01514434814453125,
+ 0.0282745361328125,
+ -0.0177001953125,
+ 0.007434844970703125,
+ -0.05108642578125,
+ -0.00647735595703125,
+ 0.026458740234375,
+ -0.0213470458984375,
+ 0.0033969879150390625,
+ -0.01459503173828125,
+ 0.00943756103515625,
+ -0.01039886474609375,
+ -0.03265380859375,
+ -0.004993438720703125,
+ 0.0162353515625,
+ -0.041412353515625,
+ 0.017333984375,
+ 0.005542755126953125,
+ 0.015869140625,
+ 0.03558349609375,
+ -0.0919189453125,
+ 0.060943603515625,
+ 0.0127716064453125,
+ 0.0120391845703125,
+ 0.005565643310546875,
+ 0.015869140625,
+ 0.044891357421875,
+ 0.040496826171875,
+ 0.03265380859375,
+ 0.037750244140625,
+ -0.0014591217041015625,
+ 0.0631103515625,
+ 0.068603515625,
+ -0.023529052734375,
+ -0.043792724609375,
+ 0.0169677734375,
+ 0.0113983154296875,
+ -0.03631591796875,
+ 0.024261474609375,
+ 0.0269927978515625,
+ 0.0118560791015625,
+ 0.008209228515625,
+ -0.016143798828125,
+ 0.01486968994140625,
+ -0.04888916015625,
+ 0.054351806640625,
+ 0.0015964508056640625,
+ -0.0127716064453125,
+ 0.0123138427734375,
+ -0.037200927734375,
+ 0.04888916015625,
+ 0.0086669921875,
+ 0.07733154296875,
+ -0.038848876953125,
+ 0.05072021484375,
+ -0.042144775390625,
+ 0.042694091796875,
+ -0.0266265869140625,
+ 0.008026123046875,
+ -0.024261474609375,
+ 0.00925445556640625,
+ 0.00433349609375,
+ 0.039215087890625,
+ 0.01477813720703125,
+ -0.00399017333984375,
+ -0.039215087890625,
+ -0.02288818359375,
+ -0.042694091796875,
+ -0.005313873291015625,
+ 0.0279083251953125,
+ -0.053619384765625,
+ -0.0220794677734375,
+ 0.033935546875,
+ 0.007663726806640625,
+ 0.04888916015625,
+ -0.0202484130859375,
+ 0.0124053955078125,
+ -0.00218963623046875,
+ 0.004650115966796875,
+ -0.024627685546875,
+ 0.007251739501953125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "ie-history",
+ "file-protocol",
+ "local-file-access",
+ "unc-shares",
+ "index-dat",
+ "webcache-analysis",
+ "non-browser-access",
+ "timeline-reconstruction",
+ "network-shares",
+ "remote-files"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_USBDeview",
+ "type": "tool",
+ "name": "USBDeview",
+ "content": "usbdeview analysiert usb-geräte-historie für datenträger-forensik und incident-response durch detaillierte device-information-extraktion. zeigt aktuell verbundene und früher genutzte usb-devices mit hersteller-details, seriennummern, installation-timestamps. speed-test-feature für usb-performance-analyse, remote-system-unterstützung für netzwerk-forensik. besonders wertvoll: usb-autorun-detection, device-management und export in strukturierte formate für timeline-korrelation. gui usb-forensics device-history serial-numbers installation-timeline speed-testing autorun-detection remote-analysis csv-export scenario:file_recovery static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.038665771484375,
+ 0.0244903564453125,
+ 0.02056884765625,
+ -0.00032448768615722656,
+ 0.0438232421875,
+ 0.031829833984375,
+ 0.025115966796875,
+ -0.00997161865234375,
+ -0.0120391845703125,
+ -0.0145721435546875,
+ -0.04052734375,
+ 0.05499267578125,
+ 0.00930023193359375,
+ -0.0011434555053710938,
+ -0.054168701171875,
+ 0.02667236328125,
+ -0.017059326171875,
+ -0.00601959228515625,
+ 0.01540374755859375,
+ 0.01219940185546875,
+ -0.041961669921875,
+ -0.006099700927734375,
+ -0.046722412109375,
+ 0.00206756591796875,
+ -0.0054779052734375,
+ 0.02294921875,
+ 0.00909423828125,
+ -0.07647705078125,
+ -0.01436614990234375,
+ 0.00374603271484375,
+ 0.025421142578125,
+ -0.04962158203125,
+ 0.03369140625,
+ 0.042572021484375,
+ 0.0289459228515625,
+ -0.0250091552734375,
+ 0.022125244140625,
+ -0.04071044921875,
+ -0.03265380859375,
+ 0.0963134765625,
+ -0.003978729248046875,
+ 0.0048065185546875,
+ -0.004161834716796875,
+ -0.00909423828125,
+ -0.050445556640625,
+ 0.004650115966796875,
+ 0.00862884521484375,
+ 0.0081634521484375,
+ 0.01080322265625,
+ -0.039276123046875,
+ 0.053741455078125,
+ 0.02728271484375,
+ 0.02191162109375,
+ 0.00576019287109375,
+ -0.034942626953125,
+ 0.032440185546875,
+ 0.023773193359375,
+ -0.0194244384765625,
+ -0.027496337890625,
+ 0.051666259765625,
+ -0.039886474609375,
+ -0.0081634521484375,
+ 0.01177978515625,
+ -0.007442474365234375,
+ 0.007442474365234375,
+ 0.0231475830078125,
+ -0.00223541259765625,
+ -0.0223236083984375,
+ -0.01219940185546875,
+ 0.0117340087890625,
+ -0.006072998046875,
+ -0.03948974609375,
+ -0.025634765625,
+ 0.045684814453125,
+ -0.002544403076171875,
+ -0.04443359375,
+ 0.00555419921875,
+ 0.01416015625,
+ 0.0231475830078125,
+ -0.0212860107421875,
+ -0.04754638671875,
+ -0.0244903564453125,
+ 0.045257568359375,
+ -0.016021728515625,
+ -0.012451171875,
+ -0.0004973411560058594,
+ 0.04608154296875,
+ 0.01384735107421875,
+ 0.00832366943359375,
+ 0.0017566680908203125,
+ 0.0172576904296875,
+ 0.00426483154296875,
+ 0.01126861572265625,
+ -0.01131439208984375,
+ 0.0438232421875,
+ 0.07977294921875,
+ 0.01064300537109375,
+ 0.003177642822265625,
+ -0.020050048828125,
+ 0.0384521484375,
+ 0.00821685791015625,
+ -0.03411865234375,
+ 0.047119140625,
+ 0.002376556396484375,
+ 0.0297698974609375,
+ -0.02593994140625,
+ 0.0127105712890625,
+ -0.01157379150390625,
+ -0.026458740234375,
+ -0.00024700164794921875,
+ -0.07647705078125,
+ -0.031005859375,
+ -0.002933502197265625,
+ -0.044647216796875,
+ -0.0137481689453125,
+ 0.0029964447021484375,
+ -0.02459716796875,
+ 0.021392822265625,
+ -0.03369140625,
+ -0.018707275390625,
+ 0.016021728515625,
+ 0.006435394287109375,
+ 0.006381988525390625,
+ -0.01540374755859375,
+ -0.059539794921875,
+ -0.042388916015625,
+ 0.01235198974609375,
+ 0.0518798828125,
+ -0.0189208984375,
+ -0.0211944580078125,
+ -0.014984130859375,
+ -0.0199432373046875,
+ -0.01416015625,
+ -0.012298583984375,
+ -0.0005555152893066406,
+ -0.0167388916015625,
+ 0.0159149169921875,
+ 0.001071929931640625,
+ -0.0137481689453125,
+ 0.00392913818359375,
+ 0.040924072265625,
+ -0.0260467529296875,
+ -0.05499267578125,
+ -0.001537322998046875,
+ -0.023040771484375,
+ -0.0105438232421875,
+ -0.025421142578125,
+ 0.06695556640625,
+ -0.023773193359375,
+ -0.0017824172973632812,
+ -0.0177764892578125,
+ 0.0384521484375,
+ 0.05291748046875,
+ 0.00022280216217041016,
+ 0.005580902099609375,
+ -0.039276123046875,
+ 0.01059722900390625,
+ -0.024810791015625,
+ 0.0140533447265625,
+ -0.009765625,
+ -0.02294921875,
+ 0.016845703125,
+ -0.0095062255859375,
+ 0.03741455078125,
+ -0.0150909423828125,
+ -0.0545654296875,
+ -0.0236663818359375,
+ 0.022430419921875,
+ -0.00847625732421875,
+ -0.012664794921875,
+ 0.007648468017578125,
+ -0.0063323974609375,
+ 0.06036376953125,
+ 0.07275390625,
+ 0.0015439987182617188,
+ 0.0008912086486816406,
+ 0.00177001953125,
+ 0.00408172607421875,
+ 0.0308074951171875,
+ 0.01384735107421875,
+ -0.0015954971313476562,
+ -0.0111083984375,
+ 0.02935791015625,
+ 0.004444122314453125,
+ 0.0093536376953125,
+ -0.0021190643310546875,
+ -0.047119140625,
+ -0.0193328857421875,
+ -0.013641357421875,
+ 0.0239715576171875,
+ -0.02593994140625,
+ -0.04754638671875,
+ -0.0316162109375,
+ 0.0080108642578125,
+ 0.0186004638671875,
+ 0.0599365234375,
+ 0.044036865234375,
+ -0.0012788772583007812,
+ 0.021087646484375,
+ -0.0169525146484375,
+ -0.00534820556640625,
+ 0.039703369140625,
+ -0.0164337158203125,
+ 0.050445556640625,
+ 0.01043701171875,
+ 0.0130767822265625,
+ -0.00981903076171875,
+ 0.01416015625,
+ 0.014984130859375,
+ -0.018707275390625,
+ -0.0164337158203125,
+ 0.0491943359375,
+ -0.0161285400390625,
+ -0.0115203857421875,
+ -0.04217529296875,
+ -0.047119140625,
+ -0.003772735595703125,
+ -0.00096893310546875,
+ 0.0017566680908203125,
+ -0.02325439453125,
+ 0.01038360595703125,
+ -0.057464599609375,
+ -0.007183074951171875,
+ 0.006977081298828125,
+ -0.0085296630859375,
+ 0.0241851806640625,
+ 0.02459716796875,
+ -0.04278564453125,
+ -0.04547119140625,
+ 0.0233612060546875,
+ 0.0287322998046875,
+ 0.022216796875,
+ 0.00661468505859375,
+ -0.0088348388671875,
+ -0.0009365081787109375,
+ -0.0218048095703125,
+ 0.050445556640625,
+ 0.0270843505859375,
+ 0.0214996337890625,
+ 0.010955810546875,
+ -0.0270843505859375,
+ 0.04693603515625,
+ -0.0223236083984375,
+ 0.032440185546875,
+ 0.016326904296875,
+ -0.031005859375,
+ 0.02056884765625,
+ -0.0156097412109375,
+ 0.02728271484375,
+ 0.045257568359375,
+ -0.0789794921875,
+ 0.0028934478759765625,
+ -0.09552001953125,
+ 0.0012979507446289062,
+ -0.057891845703125,
+ -0.0270843505859375,
+ -0.03143310546875,
+ -0.0498046875,
+ 0.046722412109375,
+ 0.0270843505859375,
+ -0.051055908203125,
+ 0.00821685791015625,
+ 0.033294677734375,
+ -0.01049041748046875,
+ 0.02325439453125,
+ 0.02294921875,
+ -0.022216796875,
+ -0.01023101806640625,
+ 0.07318115234375,
+ -0.0220184326171875,
+ -0.00324249267578125,
+ -0.017669677734375,
+ 0.01287078857421875,
+ -0.010284423828125,
+ 0.000023603439331054688,
+ -0.0270843505859375,
+ -0.0007719993591308594,
+ 0.025421142578125,
+ 0.00240325927734375,
+ 0.018402099609375,
+ -0.01580810546875,
+ 0.0233612060546875,
+ -0.017669677734375,
+ 0.0276947021484375,
+ -0.048797607421875,
+ -0.021087646484375,
+ -0.0027256011962890625,
+ 0.0209808349609375,
+ -0.004573822021484375,
+ -0.049407958984375,
+ -0.0180816650390625,
+ 0.044647216796875,
+ -0.0179901123046875,
+ 0.0180816650390625,
+ 0.0204620361328125,
+ -0.04962158203125,
+ 0.019012451171875,
+ -0.02728271484375,
+ 0.006175994873046875,
+ 0.017059326171875,
+ 0.0257415771484375,
+ -0.06036376953125,
+ 0.00542449951171875,
+ -0.01488494873046875,
+ 0.00392913818359375,
+ -0.0285186767578125,
+ -0.045684814453125,
+ -0.00847625732421875,
+ 0.008270263671875,
+ -0.03802490234375,
+ -0.016021728515625,
+ 0.0150909423828125,
+ -0.0112152099609375,
+ 0.016326904296875,
+ 0.004985809326171875,
+ -0.0182952880859375,
+ -0.0506591796875,
+ -0.054168701171875,
+ 0.014678955078125,
+ 0.00795745849609375,
+ -0.04010009765625,
+ -0.022735595703125,
+ 0.0498046875,
+ 0.003875732421875,
+ 0.00754547119140625,
+ -0.005504608154296875,
+ 0.00775146484375,
+ -0.041748046875,
+ 0.0191192626953125,
+ -0.01384735107421875,
+ 0.0120391845703125,
+ -0.00899505615234375,
+ 0.05230712890625,
+ 0.0218048095703125,
+ 0.0303802490234375,
+ 0.0169525146484375,
+ 0.054168701171875,
+ 0.0242919921875,
+ -0.00888824462890625,
+ -0.004909515380859375,
+ 0.0174713134765625,
+ -0.0030364990234375,
+ -0.01235198974609375,
+ -0.010955810546875,
+ -0.0357666015625,
+ -0.01488494873046875,
+ -0.0236663818359375,
+ 0.023468017578125,
+ 0.019012451171875,
+ 0.03472900390625,
+ 0.0303802490234375,
+ -0.035980224609375,
+ 0.01116180419921875,
+ 0.03741455078125,
+ 0.024810791015625,
+ 0.07025146484375,
+ -0.01049041748046875,
+ -0.047943115234375,
+ 0.0039520263671875,
+ 0.039276123046875,
+ -0.004314422607421875,
+ -0.0014019012451171875,
+ 0.02728271484375,
+ 0.0166473388671875,
+ 0.009246826171875,
+ 0.03204345703125,
+ -0.005970001220703125,
+ 0.02325439453125,
+ 0.02667236328125,
+ 0.0010786056518554688,
+ 0.00244140625,
+ -0.006923675537109375,
+ 0.0250091552734375,
+ 0.036590576171875,
+ 0.0243988037109375,
+ -0.0181884765625,
+ 0.042572021484375,
+ -0.005298614501953125,
+ -0.01074981689453125,
+ -0.03204345703125,
+ -0.08807373046875,
+ 0.0172576904296875,
+ 0.01849365234375,
+ 0.0175628662109375,
+ 0.09014892578125,
+ -0.024810791015625,
+ -0.04010009765625,
+ 0.03802490234375,
+ -0.05499267578125,
+ 0.07275390625,
+ 0.044647216796875,
+ 0.0030612945556640625,
+ 0.025421142578125,
+ 0.012664794921875,
+ 0.022735595703125,
+ 0.036376953125,
+ 0.0238800048828125,
+ 0.01580810546875,
+ 0.043212890625,
+ 0.050018310546875,
+ -0.0018863677978515625,
+ -0.05828857421875,
+ -0.01059722900390625,
+ 0.05084228515625,
+ 0.061614990234375,
+ 0.0110626220703125,
+ 0.01198577880859375,
+ -0.00586700439453125,
+ 0.0112152099609375,
+ -0.029144287109375,
+ 0.03143310546875,
+ 0.039703369140625,
+ -0.01291656494140625,
+ 0.0343017578125,
+ -0.0238800048828125,
+ -0.005168914794921875,
+ -0.04693603515625,
+ 0.03411865234375,
+ 0.00045871734619140625,
+ 0.0172576904296875,
+ 0.0177764892578125,
+ 0.0145721435546875,
+ -0.0673828125,
+ -0.01447296142578125,
+ 0.055816650390625,
+ -0.031829833984375,
+ 0.036376953125,
+ 0.043212890625,
+ -0.037628173828125,
+ 0.01312255859375,
+ -0.01142120361328125,
+ -0.06781005859375,
+ 0.008941650390625,
+ -0.0209808349609375,
+ -0.0239715576171875,
+ 0.0236663818359375,
+ 0.0285186767578125,
+ -0.057464599609375,
+ -0.05126953125,
+ -0.031829833984375,
+ -0.048980712890625,
+ -0.0150909423828125,
+ -0.01038360595703125,
+ 0.0305938720703125,
+ 0.0174713134765625,
+ -0.0078582763671875,
+ 0.0233612060546875,
+ 0.024078369140625,
+ -0.01183319091796875,
+ -0.0297698974609375,
+ 0.059112548828125,
+ -0.0369873046875,
+ -0.045257568359375,
+ -0.0046234130859375,
+ 0.0172576904296875,
+ -0.005634307861328125,
+ -0.03265380859375,
+ 0.0015439987182617188,
+ 0.01224517822265625,
+ 0.01416015625,
+ 0.0216064453125,
+ 0.0225372314453125,
+ -0.0194244384765625,
+ -0.0270843505859375,
+ -0.0545654296875,
+ 0.033294677734375,
+ 0.0220184326171875,
+ 0.03411865234375,
+ -0.0177764892578125,
+ -0.048797607421875,
+ 0.03948974609375,
+ -0.05828857421875,
+ -0.01194000244140625,
+ -0.018707275390625,
+ 0.0112152099609375,
+ -0.01142120361328125,
+ 0.06695556640625,
+ -0.025634765625,
+ -0.006923675537109375,
+ -0.007389068603515625,
+ 0.052093505859375,
+ 0.0270843505859375,
+ -0.0032558441162109375,
+ -0.042999267578125,
+ 0.0305938720703125,
+ 0.0172576904296875,
+ -0.0498046875,
+ -0.0005230903625488281,
+ -0.004703521728515625,
+ -0.0297698974609375,
+ 0.0220184326171875,
+ -0.04052734375,
+ 0.0098724365234375,
+ 0.0035915374755859375,
+ -0.037841796875,
+ -0.0223236083984375,
+ -0.045257568359375,
+ -0.035980224609375,
+ -0.052093505859375,
+ 0.00069427490234375,
+ 0.03411865234375,
+ -0.004238128662109375,
+ 0.016021728515625,
+ 0.0008912086486816406,
+ 0.00981903076171875,
+ 0.01033782958984375,
+ -0.014984130859375,
+ -0.0186004638671875,
+ 0.01384735107421875,
+ -0.05126953125,
+ -0.0357666015625,
+ -0.036376953125,
+ 0.025634765625,
+ -0.0491943359375,
+ 0.0012979507446289062,
+ -0.0201568603515625,
+ 0.0031909942626953125,
+ 0.056640625,
+ -0.036376953125,
+ -0.0166473388671875,
+ -0.034515380859375,
+ -0.0283203125,
+ -0.04217529296875,
+ -0.00400543212890625,
+ 0.022735595703125,
+ 0.020050048828125,
+ -0.01425933837890625,
+ -0.005374908447265625,
+ 0.04052734375,
+ -0.0438232421875,
+ 0.02935791015625,
+ 0.0390625,
+ 0.004856109619140625,
+ 0.004055023193359375,
+ -0.016021728515625,
+ 0.0206756591796875,
+ 0.0010080337524414062,
+ 0.037628173828125,
+ -0.032440185546875,
+ -0.019744873046875,
+ -0.061614990234375,
+ 0.005039215087890625,
+ -0.0161285400390625,
+ -0.018402099609375,
+ -0.0233612060546875,
+ -0.02667236328125,
+ -0.052703857421875,
+ 0.004444122314453125,
+ 0.05126953125,
+ 0.00620269775390625,
+ -0.016845703125,
+ -0.0295562744140625,
+ -0.0196380615234375,
+ 0.00946044921875,
+ -0.02593994140625,
+ 0.004730224609375,
+ -0.022216796875,
+ 0.0208740234375,
+ 0.007080078125,
+ 0.0033855438232421875,
+ 0.01023101806640625,
+ 0.0330810546875,
+ 0.025634765625,
+ 0.02490234375,
+ 0.049407958984375,
+ -0.016845703125,
+ 0.01250457763671875,
+ -0.0084228515625,
+ -0.0181884765625,
+ 0.01168060302734375,
+ -0.00836944580078125,
+ 0.0039520263671875,
+ -0.020263671875,
+ -0.0101776123046875,
+ 0.031219482421875,
+ 0.010955810546875,
+ 0.01953125,
+ -0.0263519287109375,
+ 0.024078369140625,
+ 0.033294677734375,
+ 0.002105712890625,
+ 0.042572021484375,
+ -0.02325439453125,
+ 0.002300262451171875,
+ -0.0081634521484375,
+ 0.005970001220703125,
+ 0.0283203125,
+ 0.0305938720703125,
+ 0.02996826171875,
+ -0.0198516845703125,
+ 0.00702667236328125,
+ 0.05126953125,
+ -0.0204620361328125,
+ -0.037628173828125,
+ -0.022125244140625,
+ 0.00408172607421875,
+ 0.0145721435546875,
+ 0.04010009765625,
+ -0.0008654594421386719,
+ 0.07525634765625,
+ 0.00795745849609375,
+ 0.01168060302734375,
+ 0.029144287109375,
+ 0.059112548828125,
+ 0.028106689453125,
+ -0.00568389892578125,
+ -0.07855224609375,
+ -0.003009796142578125,
+ -0.005374908447265625,
+ -0.0024814605712890625,
+ -0.02667236328125,
+ -0.0033855438232421875,
+ 0.07232666015625,
+ -0.0855712890625,
+ -0.00542449951171875,
+ -0.00008559226989746094,
+ -0.0137481689453125,
+ 0.0150909423828125,
+ -0.0172576904296875,
+ -0.02935791015625,
+ 0.0008721351623535156,
+ -0.007595062255859375,
+ -0.04486083984375,
+ -0.0295562744140625,
+ -0.01477813720703125,
+ 0.01126861572265625,
+ 0.032257080078125,
+ 0.044647216796875,
+ -0.0068206787109375,
+ 0.03369140625,
+ 0.00878143310546875,
+ 0.0257415771484375,
+ 0.0029449462890625,
+ 0.047760009765625,
+ 0.00635528564453125,
+ 0.0196380615234375,
+ 0.030181884765625,
+ 0.045074462890625,
+ -0.0137481689453125,
+ -0.01209259033203125,
+ 0.006717681884765625,
+ 0.0305938720703125,
+ 0.047119140625,
+ 0.048980712890625,
+ 0.006717681884765625,
+ 0.0066680908203125,
+ -0.02459716796875,
+ -0.0390625,
+ 0.006252288818359375,
+ 0.00640869140625,
+ 0.035980224609375,
+ -0.07232666015625,
+ -0.02191162109375,
+ 0.0357666015625,
+ -0.035980224609375,
+ 0.061187744140625,
+ -0.0080108642578125,
+ -0.011474609375,
+ -0.0209808349609375,
+ 0.0042877197265625,
+ -0.00311279296875,
+ -0.04071044921875,
+ 0.0015115737915039062,
+ -0.032257080078125,
+ -0.00687408447265625,
+ -0.035552978515625,
+ -0.04339599609375,
+ 0.04754638671875,
+ 0.01074981689453125,
+ -0.055816650390625,
+ -0.00821685791015625,
+ 0.0305938720703125,
+ -0.0159149169921875,
+ -0.010955810546875,
+ -0.046295166015625,
+ 0.00775146484375,
+ -0.0186004638671875,
+ -0.03265380859375,
+ -0.038848876953125,
+ -0.02935791015625,
+ 0.00240325927734375,
+ -0.005039215087890625,
+ 0.007904052734375,
+ -0.010284423828125,
+ -0.0212860107421875,
+ 0.0101776123046875,
+ -0.003643035888671875,
+ -0.0093536376953125,
+ 0.041961669921875,
+ -0.026153564453125,
+ 0.046295166015625,
+ -0.00493621826171875,
+ 0.0209808349609375,
+ 0.021087646484375,
+ 0.0279083251953125,
+ -0.00661468505859375,
+ 0.0289459228515625,
+ -0.0037212371826171875,
+ -0.03802490234375,
+ 0.0038509368896484375,
+ 0.0155029296875,
+ 0.00811004638671875,
+ -0.066162109375,
+ 0.021087646484375,
+ 0.043609619140625,
+ -0.07855224609375,
+ 0.00971221923828125,
+ 0.035552978515625,
+ -0.0115203857421875,
+ -0.04486083984375,
+ 0.00687408447265625,
+ 0.016326904296875,
+ 0.0074920654296875,
+ 0.0802001953125,
+ 0.0247039794921875,
+ 0.0177764892578125,
+ 0.0207672119140625,
+ -0.0308074951171875,
+ 0.06036376953125,
+ 0.0113677978515625,
+ 0.035552978515625,
+ -0.043609619140625,
+ 0.0343017578125,
+ 0.006072998046875,
+ -0.01529693603515625,
+ -0.0022869110107421875,
+ -0.08599853515625,
+ -0.01023101806640625,
+ 0.032257080078125,
+ 0.005218505859375,
+ -0.0207672119140625,
+ 0.0081634521484375,
+ -0.045257568359375,
+ -0.01250457763671875,
+ -0.04547119140625,
+ 0.03948974609375,
+ 0.01302337646484375,
+ 0.0095062255859375,
+ -0.04547119140625,
+ -0.0016145706176757812,
+ -0.01116180419921875,
+ -0.06903076171875,
+ -0.039276123046875,
+ -0.034942626953125,
+ -0.005970001220703125,
+ 0.0007977485656738281,
+ -0.044647216796875,
+ 0.022125244140625,
+ 0.02490234375,
+ -0.006175994873046875,
+ 0.042999267578125,
+ 0.06201171875,
+ -0.038665771484375,
+ -0.0117340087890625,
+ -0.0018863677978515625,
+ 0.031829833984375,
+ -0.0003795623779296875,
+ -0.0021572113037109375,
+ 0.02593994140625,
+ 0.0101318359375,
+ 0.004184722900390625,
+ -0.051666259765625,
+ 0.05084228515625,
+ 0.060760498046875,
+ -0.007701873779296875,
+ -0.0736083984375,
+ -0.0438232421875,
+ -0.019744873046875,
+ 0.0270843505859375,
+ -0.0127105712890625,
+ 0.048797607421875,
+ -0.00501251220703125,
+ 0.007701873779296875,
+ -0.09588623046875,
+ 0.047943115234375,
+ -0.0390625,
+ 0.0357666015625,
+ 0.0305938720703125,
+ -0.016326904296875,
+ -0.06036376953125,
+ -0.06036376953125,
+ -0.0169525146484375,
+ 0.032440185546875,
+ -0.0270843505859375,
+ 0.031829833984375,
+ -0.00037789344787597656,
+ 0.021697998046875,
+ -0.00333404541015625,
+ -0.022735595703125,
+ 0.005321502685546875,
+ 0.05621337890625,
+ -0.004520416259765625,
+ -0.038238525390625,
+ 0.031829833984375,
+ 0.0027523040771484375,
+ -0.01343536376953125,
+ -0.0194244384765625,
+ 0.00821685791015625,
+ 0.0011949539184570312,
+ -0.0006232261657714844,
+ -0.025115966796875,
+ -0.011474609375,
+ 0.0491943359375,
+ 0.0498046875,
+ 0.016021728515625,
+ 0.005657196044921875,
+ -0.0073394775390625,
+ 0.035980224609375,
+ -0.0100250244140625,
+ -0.0166473388671875,
+ 0.0130767822265625,
+ 0.023773193359375,
+ -0.01425933837890625,
+ -0.02294921875,
+ -0.054168701171875,
+ -0.09051513671875,
+ 0.0194244384765625,
+ -0.06201171875,
+ -0.0162200927734375,
+ 0.0189208984375,
+ 0.0030231475830078125,
+ -0.01214599609375,
+ -0.008941650390625,
+ 0.0193328857421875,
+ 0.019012451171875,
+ -0.034942626953125,
+ -0.03143310546875,
+ 0.023468017578125,
+ -0.03680419921875,
+ -0.0007753372192382812,
+ -0.0159149169921875,
+ -0.039276123046875,
+ 0.047943115234375,
+ -0.033477783203125,
+ -0.005710601806640625,
+ -0.021697998046875,
+ -0.02532958984375,
+ -0.0276947021484375,
+ 0.02294921875,
+ -0.103759765625,
+ -0.003978729248046875,
+ 0.0216064453125,
+ 0.0640869140625,
+ 0.0017957687377929688,
+ -0.0081634521484375,
+ 0.04486083984375,
+ -0.0179901123046875,
+ -0.039276123046875,
+ 0.0159149169921875,
+ -0.0025577545166015625,
+ -0.03369140625,
+ -0.0019893646240234375,
+ -0.022216796875,
+ 0.000316619873046875,
+ 0.01033782958984375,
+ 0.04693603515625,
+ 0.06365966796875,
+ 0.0118865966796875,
+ 0.01261138916015625,
+ -0.033477783203125,
+ -0.020263671875,
+ 0.004547119140625,
+ 0.007183074951171875,
+ 0.02325439453125,
+ -0.00014698505401611328,
+ -0.017059326171875,
+ 0.0166473388671875,
+ 0.0038509368896484375,
+ -0.09136962890625,
+ -0.020263671875,
+ -0.0035648345947265625,
+ -0.06695556640625,
+ 0.00022935867309570312,
+ 0.071533203125,
+ 0.04693603515625,
+ -0.0020542144775390625,
+ 0.01922607421875,
+ 0.0228424072265625,
+ 0.04339599609375,
+ 0.022216796875,
+ -0.00728607177734375,
+ -0.052490234375,
+ -0.0155029296875,
+ 0.005786895751953125,
+ 0.04486083984375,
+ -0.06695556640625,
+ 0.039703369140625,
+ 0.073974609375,
+ -0.003772735595703125,
+ -0.0209808349609375,
+ 0.018402099609375,
+ -0.003902435302734375,
+ 0.0810546875,
+ 0.025634765625,
+ 0.023773193359375,
+ -0.07196044921875,
+ 0.01447296142578125,
+ 0.0188140869140625,
+ -0.011474609375,
+ -0.005634307861328125,
+ -0.01183319091796875,
+ -0.033294677734375,
+ 0.04962158203125,
+ -0.055816650390625,
+ -0.01715087890625,
+ 0.00981903076171875,
+ 0.07318115234375,
+ -0.02294921875,
+ -0.02996826171875,
+ -0.00780487060546875,
+ 0.04815673828125,
+ 0.0164337158203125,
+ -0.0201568603515625,
+ 0.01654052734375,
+ -0.00493621826171875,
+ -0.005634307861328125,
+ 0.0172576904296875,
+ 0.06573486328125,
+ 0.00036978721618652344,
+ -0.0011501312255859375,
+ 0.014678955078125,
+ -0.05230712890625,
+ 0.016021728515625,
+ -0.01519012451171875,
+ 0.0225372314453125,
+ 0.00042629241943359375,
+ -0.066162109375,
+ -0.04052734375,
+ -0.06988525390625,
+ 0.0283203125,
+ 0.021087646484375,
+ 0.042572021484375,
+ 0.0167388916015625,
+ -0.0250091552734375,
+ -0.0303802490234375,
+ 0.0111083984375,
+ 0.017669677734375,
+ 0.049407958984375,
+ 0.0172576904296875,
+ 0.01519012451171875,
+ 0.00307464599609375,
+ 0.02490234375,
+ 0.00899505615234375,
+ -0.0330810546875,
+ 0.0305938720703125,
+ -0.03472900390625,
+ -0.0017824172973632812,
+ -0.018707275390625,
+ 0.0088348388671875,
+ 0.00811004638671875,
+ -0.04425048828125,
+ 0.00661468505859375,
+ -0.01519012451171875,
+ 0.005580902099609375,
+ 0.0046234130859375,
+ -0.046722412109375,
+ -0.016326904296875,
+ 0.02667236328125,
+ -0.0384521484375,
+ 0.0018606185913085938,
+ 0.021697998046875,
+ -0.00620269775390625,
+ 0.0016145706176757812,
+ -0.0533447265625,
+ 0.0867919921875,
+ 0.0250091552734375,
+ 0.00702667236328125,
+ -0.0162200927734375,
+ 0.01074981689453125,
+ 0.03802490234375,
+ 0.0019121170043945312,
+ 0.035980224609375,
+ 0.0295562744140625,
+ -0.01080322265625,
+ 0.0172576904296875,
+ 0.05499267578125,
+ -0.007442474365234375,
+ -0.03533935546875,
+ 0.0162200927734375,
+ 0.01354217529296875,
+ -0.04754638671875,
+ 0.042999267578125,
+ 0.04052734375,
+ 0.01291656494140625,
+ -0.01849365234375,
+ -0.021697998046875,
+ -0.012664794921875,
+ -0.034942626953125,
+ 0.05499267578125,
+ -0.0005331039428710938,
+ -0.00434112548828125,
+ 0.038848876953125,
+ -0.066162109375,
+ 0.03265380859375,
+ -0.0017309188842773438,
+ 0.068603515625,
+ -0.04217529296875,
+ 0.05621337890625,
+ -0.0235595703125,
+ 0.034942626953125,
+ -0.03411865234375,
+ 0.010284423828125,
+ -0.00508880615234375,
+ 0.0316162109375,
+ -0.0228424072265625,
+ 0.05023193359375,
+ 0.013336181640625,
+ -0.038665771484375,
+ -0.050445556640625,
+ -0.00909423828125,
+ -0.009246826171875,
+ -0.00775146484375,
+ 0.03204345703125,
+ -0.02996826171875,
+ -0.0255279541015625,
+ -0.0111083984375,
+ 0.01157379150390625,
+ 0.055816650390625,
+ -0.0285186767578125,
+ 0.0014085769653320312,
+ 0.0026226043701171875,
+ 0.0038242340087890625,
+ 0.0086822509765625,
+ 0.0100250244140625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "usb-forensics",
+ "device-history",
+ "serial-numbers",
+ "installation-timeline",
+ "speed-testing",
+ "autorun-detection",
+ "remote-analysis",
+ "csv-export",
+ "scenario:file_recovery"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_PhotoRec",
+ "type": "tool",
+ "name": "PhotoRec",
+ "content": "photorec signature-based file-carving-tool rekonstruiert gelöschte files durch header/footer-pattern-matching unabhängig vom dateisystem-zustand oder partition-table-corruption. unterstützt über 300 file-formats: images (jpeg, png, tiff), documents (pdf, doc, xls), archives (zip, rar), videos (avi, mp4) und custom-signatures. read-only-operation gewährleistet forensische evidence-integrity, funktioniert bei beschädigten, formatierten oder korrupten dateisystemen. paranoid-mode scannt jeden einzelnen sektor für maximum-recovery-rate bei fragmentierten files. konfigurierbare file-extensions und custom-signature-development für proprietäre formats. companion-software testdisk repariert partition-tables und boot-sectors für filesystem-recovery-scenarios. gui file-carving deleted-file-recovery scenario:file_recovery signature-analysis cross-platform filesystem-agnostic multimedia-recovery partition-recovery read-only-mode batch-capable custom-signatures incident-response static-investigations fraud-investigation examination",
+ "embedding": [
+ -0.017364501953125,
+ -0.01302337646484375,
+ 0.023284912109375,
+ -0.0074005126953125,
+ 0.0278167724609375,
+ 0.037109375,
+ 0.01080322265625,
+ 0.0162811279296875,
+ -0.0024166107177734375,
+ -0.008636474609375,
+ -0.04400634765625,
+ 0.051300048828125,
+ 0.0106048583984375,
+ -0.0164794921875,
+ -0.07025146484375,
+ 0.041046142578125,
+ -0.0024547576904296875,
+ 0.0290069580078125,
+ 0.0095672607421875,
+ 0.00833892822265625,
+ -0.005352020263671875,
+ -0.0192413330078125,
+ -0.0560302734375,
+ 0.0010852813720703125,
+ -0.004413604736328125,
+ 0.003997802734375,
+ -0.027435302734375,
+ -0.08209228515625,
+ -0.019927978515625,
+ -0.01085662841796875,
+ 0.0052032470703125,
+ -0.006610870361328125,
+ 0.0113983154296875,
+ 0.025848388671875,
+ 0.033935546875,
+ -0.014801025390625,
+ -0.0110015869140625,
+ -0.049713134765625,
+ -0.02703857421875,
+ 0.049346923828125,
+ -0.0406494140625,
+ -0.0294036865234375,
+ 0.01529693603515625,
+ 0.0035762786865234375,
+ -0.0276336669921875,
+ -0.01342010498046875,
+ -0.0045623779296875,
+ -0.01410675048828125,
+ 0.029205322265625,
+ -0.050506591796875,
+ 0.03375244140625,
+ 0.0188446044921875,
+ 0.01258087158203125,
+ -0.027435302734375,
+ -0.050323486328125,
+ 0.0286102294921875,
+ 0.0303955078125,
+ -0.0129241943359375,
+ -0.0214080810546875,
+ 0.0675048828125,
+ -0.06353759765625,
+ -0.0184478759765625,
+ -0.00626373291015625,
+ -0.041229248046875,
+ 0.0055999755859375,
+ 0.01776123046875,
+ -0.0027866363525390625,
+ -0.031768798828125,
+ 0.0037746429443359375,
+ 0.0009312629699707031,
+ 0.01114654541015625,
+ -0.001239776611328125,
+ -0.031585693359375,
+ 0.0251617431640625,
+ -0.03314208984375,
+ -0.04638671875,
+ 0.0049591064453125,
+ 0.031768798828125,
+ 0.0122833251953125,
+ -0.0036754608154296875,
+ -0.06988525390625,
+ 0.01776123046875,
+ 0.01430511474609375,
+ -0.01312255859375,
+ -0.0112457275390625,
+ -0.00685882568359375,
+ 0.031982421875,
+ 0.021514892578125,
+ 0.01050567626953125,
+ -0.007843017578125,
+ 0.0176544189453125,
+ -0.0082855224609375,
+ 0.02081298828125,
+ -0.0226898193359375,
+ 0.043212890625,
+ 0.062347412109375,
+ -0.0118408203125,
+ 0.01021575927734375,
+ -0.010406494140625,
+ 0.0188446044921875,
+ 0.038665771484375,
+ -0.04241943359375,
+ 0.06591796875,
+ -0.0218048095703125,
+ 0.031982421875,
+ 0.004810333251953125,
+ 0.0303955078125,
+ -0.01070404052734375,
+ -0.028411865234375,
+ -0.031585693359375,
+ -0.11053466796875,
+ -0.030975341796875,
+ -0.023681640625,
+ -0.08642578125,
+ -0.00254058837890625,
+ -0.003551483154296875,
+ 0.006954193115234375,
+ 0.0540771484375,
+ -0.048553466796875,
+ -0.038482666015625,
+ 0.021209716796875,
+ 0.0050811767578125,
+ -0.006313323974609375,
+ 0.003997802734375,
+ -0.05169677734375,
+ -0.055633544921875,
+ -0.00350189208984375,
+ 0.036895751953125,
+ -0.0298004150390625,
+ -0.01361846923828125,
+ 0.01302337646484375,
+ -0.00966644287109375,
+ -0.022796630859375,
+ -0.01776123046875,
+ -0.006561279296875,
+ -0.0201263427734375,
+ 0.019439697265625,
+ -0.0013570785522460938,
+ -0.0239715576171875,
+ -0.01080322265625,
+ 0.033935546875,
+ -0.042022705078125,
+ -0.0540771484375,
+ 0.006092071533203125,
+ -0.057220458984375,
+ 0.00592041015625,
+ -0.037109375,
+ 0.061187744140625,
+ -0.0416259765625,
+ 0.00025582313537597656,
+ -0.0043182373046875,
+ 0.035919189453125,
+ 0.0540771484375,
+ 0.0044403076171875,
+ 0.00833892822265625,
+ -0.045989990234375,
+ -0.00592041015625,
+ -0.040252685546875,
+ 0.0234832763671875,
+ 0.002330780029296875,
+ -0.0201263427734375,
+ 0.0396728515625,
+ -0.0179595947265625,
+ 0.04046630859375,
+ 0.0003561973571777344,
+ -0.07696533203125,
+ -0.0197296142578125,
+ 0.0229949951171875,
+ 0.0196380615234375,
+ 0.02081298828125,
+ 0.03826904296875,
+ 0.01322174072265625,
+ 0.04559326171875,
+ 0.057220458984375,
+ -0.00927734375,
+ 0.0355224609375,
+ 0.01070404052734375,
+ -0.00794219970703125,
+ 0.03472900390625,
+ 0.046173095703125,
+ -0.0146026611328125,
+ -0.033935546875,
+ 0.032745361328125,
+ 0.0146026611328125,
+ 0.004810333251953125,
+ -0.0183563232421875,
+ -0.0294036865234375,
+ -0.01558685302734375,
+ -0.0262451171875,
+ 0.037689208984375,
+ -0.023284912109375,
+ -0.01490020751953125,
+ -0.0074005126953125,
+ -0.001461029052734375,
+ -0.0038967132568359375,
+ 0.0966796875,
+ 0.0416259765625,
+ -0.01342010498046875,
+ 0.0238800048828125,
+ 0.0006041526794433594,
+ 0.0019483566284179688,
+ 0.032745361328125,
+ -0.04400634765625,
+ 0.06317138671875,
+ 0.01302337646484375,
+ 0.01070404052734375,
+ -0.00466156005859375,
+ 0.03887939453125,
+ 0.0159912109375,
+ -0.0262451171875,
+ -0.020233154296875,
+ 0.049346923828125,
+ -0.01558685302734375,
+ -0.0252532958984375,
+ -0.02496337890625,
+ -0.0298004150390625,
+ 0.0200347900390625,
+ 0.007694244384765625,
+ 0.009124755859375,
+ 0.00014722347259521484,
+ -0.02288818359375,
+ -0.05328369140625,
+ 0.01258087158203125,
+ 0.007843017578125,
+ -0.032562255859375,
+ 0.0406494140625,
+ -0.000980377197265625,
+ -0.0209197998046875,
+ -0.0247650146484375,
+ 0.0286102294921875,
+ 0.01361846923828125,
+ 0.0298004150390625,
+ 0.0010919570922851562,
+ 0.0188446044921875,
+ -0.0006566047668457031,
+ 0.0120391845703125,
+ 0.06707763671875,
+ -0.003997802734375,
+ 0.0074005126953125,
+ 0.005031585693359375,
+ -0.044403076171875,
+ 0.0290069580078125,
+ -0.018646240234375,
+ 0.0355224609375,
+ 0.049530029296875,
+ -0.0120849609375,
+ 0.00794219970703125,
+ 0.0034046173095703125,
+ 0.04144287109375,
+ 0.021514892578125,
+ -0.038482666015625,
+ -0.00922393798828125,
+ -0.112060546875,
+ -0.0107574462890625,
+ -0.07061767578125,
+ -0.0238800048828125,
+ -0.0396728515625,
+ -0.034942626953125,
+ 0.047943115234375,
+ -0.0256500244140625,
+ -0.041046142578125,
+ 0.0016031265258789062,
+ 0.028411865234375,
+ -0.0217132568359375,
+ 0.0323486328125,
+ 0.0193328857421875,
+ -0.0298004150390625,
+ 0.0137176513671875,
+ 0.08642578125,
+ -0.018157958984375,
+ -0.0154876708984375,
+ -0.0072021484375,
+ 0.0113983154296875,
+ 0.006809234619140625,
+ 0.033538818359375,
+ -0.035919189453125,
+ 0.0027370452880859375,
+ 0.02545166015625,
+ 0.0301971435546875,
+ 0.0129241943359375,
+ 0.00594329833984375,
+ -0.00604248046875,
+ -0.0133209228515625,
+ 0.022491455078125,
+ -0.01470184326171875,
+ -0.005672454833984375,
+ -0.009521484375,
+ 0.021209716796875,
+ 0.0214080810546875,
+ -0.045379638671875,
+ 0.0157928466796875,
+ 0.043609619140625,
+ 0.005008697509765625,
+ -0.01410675048828125,
+ 0.01026153564453125,
+ -0.0193328857421875,
+ 0.01904296875,
+ 0.0029964447021484375,
+ -0.005672454833984375,
+ 0.0380859375,
+ 0.0303955078125,
+ -0.029998779296875,
+ 0.00446319580078125,
+ 0.009124755859375,
+ 0.0252532958984375,
+ -0.0447998046875,
+ -0.029998779296875,
+ 0.00730133056640625,
+ -0.00902557373046875,
+ -0.0380859375,
+ -0.042236328125,
+ 0.029205322265625,
+ -0.043609619140625,
+ -0.00279998779296875,
+ 0.001750946044921875,
+ 0.00453948974609375,
+ -0.0286102294921875,
+ -0.0323486328125,
+ 0.0032558441162109375,
+ -0.04638671875,
+ -0.036102294921875,
+ -0.036895751953125,
+ 0.029205322265625,
+ 0.0029964447021484375,
+ -0.00434112548828125,
+ 0.01490020751953125,
+ -0.010406494140625,
+ -0.01824951171875,
+ 0.009765625,
+ -0.0074005126953125,
+ 0.0196380615234375,
+ -0.025848388671875,
+ 0.046966552734375,
+ 0.042236328125,
+ 0.00594329833984375,
+ -0.0146026611328125,
+ 0.03216552734375,
+ 0.0226898193359375,
+ -0.03216552734375,
+ -0.005771636962890625,
+ -0.0179595947265625,
+ 0.00244140625,
+ 0.02337646484375,
+ -0.0033550262451171875,
+ -0.0052032470703125,
+ -0.0251617431640625,
+ -0.0090789794921875,
+ 0.011199951171875,
+ 0.057220458984375,
+ 0.042633056640625,
+ 0.018951416015625,
+ -0.0209197998046875,
+ 0.0167694091796875,
+ 0.055267333984375,
+ 0.0162811279296875,
+ 0.09588623046875,
+ 0.01174163818359375,
+ -0.0301971435546875,
+ 0.0048828125,
+ 0.033538818359375,
+ 0.0009312629699707031,
+ -0.0239715576171875,
+ 0.012237548828125,
+ 0.0089263916015625,
+ -0.01410675048828125,
+ 0.0323486328125,
+ -0.01070404052734375,
+ 0.041229248046875,
+ -0.024078369140625,
+ 0.007694244384765625,
+ 0.01490020751953125,
+ -0.01450347900390625,
+ 0.009765625,
+ 0.034942626953125,
+ 0.0159912109375,
+ -0.0026264190673828125,
+ 0.055633544921875,
+ -0.01558685302734375,
+ -0.0205230712890625,
+ -0.031768798828125,
+ -0.078125,
+ 0.001300811767578125,
+ 0.061187744140625,
+ 0.01450347900390625,
+ 0.047149658203125,
+ -0.0170745849609375,
+ -0.04656982421875,
+ 0.01312255859375,
+ -0.042816162109375,
+ 0.05841064453125,
+ 0.03887939453125,
+ 0.00848388671875,
+ 0.0039215087890625,
+ -0.00569915771484375,
+ 0.0015535354614257812,
+ 0.01450347900390625,
+ -0.0013132095336914062,
+ -0.004611968994140625,
+ 0.01509857177734375,
+ 0.034332275390625,
+ 0.02032470703125,
+ -0.037109375,
+ 0.01953125,
+ 0.05328369140625,
+ 0.0218963623046875,
+ 0.00196075439453125,
+ 0.03216552734375,
+ 0.0180511474609375,
+ 0.0286102294921875,
+ -0.008636474609375,
+ 0.041046142578125,
+ 0.0154876708984375,
+ 0.01381683349609375,
+ 0.0179595947265625,
+ 0.006561279296875,
+ 0.01085662841796875,
+ -0.036712646484375,
+ 0.00981903076171875,
+ 0.00138092041015625,
+ 0.01258087158203125,
+ 0.0011157989501953125,
+ 0.0298004150390625,
+ -0.0499267578125,
+ -0.00966644287109375,
+ 0.036712646484375,
+ -0.07220458984375,
+ 0.035125732421875,
+ 0.0180511474609375,
+ -0.0323486328125,
+ 0.01262664794921875,
+ -0.0192413330078125,
+ -0.061553955078125,
+ 0.0201263427734375,
+ -0.026641845703125,
+ -0.040863037109375,
+ 0.0026760101318359375,
+ 0.0282135009765625,
+ -0.0260467529296875,
+ -0.0345458984375,
+ -0.02239990234375,
+ -0.018646240234375,
+ 0.0013132095336914062,
+ -0.0166778564453125,
+ -0.0009560585021972656,
+ -0.00937652587890625,
+ 0.00006824731826782227,
+ 0.037689208984375,
+ 0.03314208984375,
+ 0.01006317138671875,
+ -0.005252838134765625,
+ 0.045379638671875,
+ -0.02960205078125,
+ -0.0457763671875,
+ 0.0246734619140625,
+ 0.0294036865234375,
+ 0.0216064453125,
+ -0.052490234375,
+ -0.0034770965576171875,
+ -0.0015726089477539062,
+ -0.01450347900390625,
+ 0.003948211669921875,
+ 0.0157928466796875,
+ -0.02960205078125,
+ -0.0364990234375,
+ -0.06317138671875,
+ 0.050323486328125,
+ -0.003871917724609375,
+ 0.03570556640625,
+ 0.0163726806640625,
+ -0.047149658203125,
+ 0.0390625,
+ -0.0576171875,
+ -0.0170745849609375,
+ 0.01233673095703125,
+ 0.0095672607421875,
+ -0.007598876953125,
+ 0.062744140625,
+ -0.037689208984375,
+ -0.01198577880859375,
+ -0.006092071533203125,
+ 0.0242767333984375,
+ 0.0137176513671875,
+ 0.0007677078247070312,
+ -0.03826904296875,
+ 0.031982421875,
+ 0.053680419921875,
+ -0.042633056640625,
+ -0.007152557373046875,
+ -0.026641845703125,
+ 0.01001739501953125,
+ 0.041839599609375,
+ -0.032958984375,
+ 0.0192413330078125,
+ -0.006809234619140625,
+ -0.0238800048828125,
+ -0.007694244384765625,
+ -0.0213165283203125,
+ -0.0313720703125,
+ -0.029998779296875,
+ 0.0157928466796875,
+ 0.057220458984375,
+ -0.009765625,
+ 0.0301971435546875,
+ -0.0017881393432617188,
+ 0.0176544189453125,
+ 0.016082763671875,
+ -0.007251739501953125,
+ -0.0323486328125,
+ 0.030975341796875,
+ -0.064697265625,
+ -0.049713134765625,
+ -0.01258087158203125,
+ 0.03216552734375,
+ -0.02703857421875,
+ -0.0176544189453125,
+ 0.020721435546875,
+ -0.0201263427734375,
+ 0.05841064453125,
+ -0.042633056640625,
+ 0.0002682209014892578,
+ -0.01568603515625,
+ -0.01519775390625,
+ -0.04302978515625,
+ -0.0163726806640625,
+ 0.01568603515625,
+ 0.0313720703125,
+ -0.01045989990234375,
+ 0.0184478759765625,
+ 0.0157928466796875,
+ -0.05169677734375,
+ 0.031768798828125,
+ 0.01282501220703125,
+ 0.00003546476364135742,
+ 0.003429412841796875,
+ 0.0049591064453125,
+ 0.008087158203125,
+ 0.0226898193359375,
+ 0.01361846923828125,
+ -0.029998779296875,
+ -0.004909515380859375,
+ -0.079345703125,
+ 0.021514892578125,
+ 0.0008387565612792969,
+ -0.01114654541015625,
+ -0.01174163818359375,
+ -0.0305938720703125,
+ -0.0560302734375,
+ 0.01001739501953125,
+ 0.035308837890625,
+ 0.034332275390625,
+ -0.0234832763671875,
+ -0.0489501953125,
+ -0.007793426513671875,
+ -0.01430511474609375,
+ -0.0158843994140625,
+ 0.0058441162109375,
+ -0.011688232421875,
+ 0.0311737060546875,
+ -0.0014677047729492188,
+ -0.0137176513671875,
+ 0.035308837890625,
+ 0.006710052490234375,
+ 0.0305938720703125,
+ 0.04046630859375,
+ 0.024078369140625,
+ -0.02880859375,
+ 0.0057220458984375,
+ 0.0089263916015625,
+ -0.0307769775390625,
+ -0.0030345916748046875,
+ -0.0307769775390625,
+ 0.031982421875,
+ -0.01430511474609375,
+ -0.01727294921875,
+ 0.037506103515625,
+ 0.029205322265625,
+ 0.0268402099609375,
+ -0.01258087158203125,
+ -0.004241943359375,
+ 0.0023193359375,
+ -0.01509857177734375,
+ 0.09197998046875,
+ -0.00010019540786743164,
+ -0.03472900390625,
+ 0.005474090576171875,
+ -0.0260467529296875,
+ 0.033538818359375,
+ 0.0166778564453125,
+ 0.007350921630859375,
+ -0.01238250732421875,
+ 0.0033054351806640625,
+ 0.0745849609375,
+ -0.014404296875,
+ -0.0311737060546875,
+ -0.0286102294921875,
+ 0.0171661376953125,
+ 0.01410675048828125,
+ 0.049713134765625,
+ 0.032958984375,
+ 0.045989990234375,
+ 0.03826904296875,
+ -0.0149993896484375,
+ 0.032958984375,
+ 0.057220458984375,
+ 0.0364990234375,
+ -0.01538848876953125,
+ -0.06396484375,
+ -0.0226898193359375,
+ -0.00594329833984375,
+ -0.033355712890625,
+ -0.03729248046875,
+ 0.0205230712890625,
+ 0.043212890625,
+ -0.08013916015625,
+ -0.0252532958984375,
+ 0.0247650146484375,
+ -0.0276336669921875,
+ 0.03826904296875,
+ 0.002849578857421875,
+ -0.02081298828125,
+ 0.029205322265625,
+ 0.020233154296875,
+ -0.0457763671875,
+ -0.0019989013671875,
+ -0.023193359375,
+ 0.036895751953125,
+ 0.052886962890625,
+ 0.012481689453125,
+ -0.0157928466796875,
+ 0.0276336669921875,
+ 0.016082763671875,
+ 0.0290069580078125,
+ 0.03216552734375,
+ 0.032745361328125,
+ 0.0243682861328125,
+ 0.01558685302734375,
+ 0.0313720703125,
+ 0.04144287109375,
+ -0.03314208984375,
+ -0.0162811279296875,
+ 0.0080413818359375,
+ 0.040863037109375,
+ 0.049530029296875,
+ 0.06353759765625,
+ -0.006412506103515625,
+ -0.0029468536376953125,
+ 0.0009250640869140625,
+ -0.046966552734375,
+ 0.0239715576171875,
+ 0.00981903076171875,
+ 0.0028858184814453125,
+ -0.054473876953125,
+ -0.040863037109375,
+ 0.033538818359375,
+ -0.0345458984375,
+ 0.032958984375,
+ 0.034332275390625,
+ -0.004390716552734375,
+ 0.00897979736328125,
+ 0.03729248046875,
+ 0.0045623779296875,
+ -0.0390625,
+ -0.0038242340087890625,
+ -0.054473876953125,
+ -0.0217132568359375,
+ -0.041229248046875,
+ -0.024566650390625,
+ 0.0447998046875,
+ -0.016876220703125,
+ -0.06988525390625,
+ -0.0216064453125,
+ 0.04302978515625,
+ 0.0101165771484375,
+ -0.03314208984375,
+ -0.0303955078125,
+ -0.01094818115234375,
+ -0.00005549192428588867,
+ -0.05487060546875,
+ -0.0262451171875,
+ -0.007152557373046875,
+ 0.0252532958984375,
+ -0.04302978515625,
+ 0.0024051666259765625,
+ -0.009124755859375,
+ -0.01262664794921875,
+ -0.00981903076171875,
+ 0.0029468536376953125,
+ -0.06353759765625,
+ 0.0323486328125,
+ -0.031768798828125,
+ 0.04736328125,
+ 0.006561279296875,
+ 0.0154876708984375,
+ 0.0305938720703125,
+ 0.0662841796875,
+ -0.00569915771484375,
+ -0.0146026611328125,
+ -0.0192413330078125,
+ -0.0758056640625,
+ 0.01006317138671875,
+ -0.0082855224609375,
+ 0.005970001220703125,
+ -0.03826904296875,
+ 0.00814056396484375,
+ 0.052093505859375,
+ -0.069091796875,
+ -0.00789642333984375,
+ -0.0016031265258789062,
+ -0.005279541015625,
+ -0.07220458984375,
+ 0.00008553266525268555,
+ 0.002391815185546875,
+ 0.0252532958984375,
+ 0.08721923828125,
+ 0.0175628662109375,
+ -0.0345458984375,
+ 0.004093170166015625,
+ -0.034149169921875,
+ 0.0268402099609375,
+ 0.00942230224609375,
+ 0.00794219970703125,
+ -0.03631591796875,
+ 0.040069580078125,
+ 0.0248565673828125,
+ -0.025848388671875,
+ 0.0210113525390625,
+ -0.08404541015625,
+ 0.006412506103515625,
+ 0.05487060546875,
+ -0.0133209228515625,
+ -0.0239715576171875,
+ -0.044586181640625,
+ -0.016082763671875,
+ -0.02447509765625,
+ -0.0093231201171875,
+ 0.01262664794921875,
+ -0.0013256072998046875,
+ 0.01149749755859375,
+ -0.037109375,
+ 0.012725830078125,
+ 0.02703857421875,
+ -0.0406494140625,
+ -0.0247650146484375,
+ -0.0220947265625,
+ 0.006809234619140625,
+ -0.0142059326171875,
+ -0.050506591796875,
+ 0.047760009765625,
+ -0.0055999755859375,
+ -0.019927978515625,
+ 0.01381683349609375,
+ 0.054473876953125,
+ -0.0540771484375,
+ 0.007648468017578125,
+ -0.01519775390625,
+ 0.024169921875,
+ 0.023681640625,
+ -0.0028858184814453125,
+ -0.0082855224609375,
+ 0.006954193115234375,
+ 0.01390838623046875,
+ -0.03216552734375,
+ 0.04400634765625,
+ 0.044586181640625,
+ -0.032958984375,
+ -0.00922393798828125,
+ -0.04144287109375,
+ -0.005329132080078125,
+ 0.0305938720703125,
+ -0.019439697265625,
+ 0.046966552734375,
+ -0.0024662017822265625,
+ -0.0234832763671875,
+ -0.09039306640625,
+ 0.058013916015625,
+ -0.0235748291015625,
+ 0.03570556640625,
+ 0.03216552734375,
+ -0.0031452178955078125,
+ -0.041046142578125,
+ -0.0184478759765625,
+ -0.032958984375,
+ 0.0282135009765625,
+ -0.01410675048828125,
+ 0.0193328857421875,
+ -0.01050567626953125,
+ 0.00196075439453125,
+ -0.007053375244140625,
+ -0.0218048095703125,
+ -0.003330230712890625,
+ 0.04046630859375,
+ 0.00537872314453125,
+ -0.01824951171875,
+ 0.050506591796875,
+ -0.011688232421875,
+ -0.003429412841796875,
+ -0.0010232925415039062,
+ -0.0166778564453125,
+ -0.00023126602172851562,
+ -0.00592041015625,
+ -0.02288818359375,
+ 0.00838470458984375,
+ 0.02447509765625,
+ 0.0416259765625,
+ 0.0026645660400390625,
+ 0.01050567626953125,
+ 0.0103607177734375,
+ 0.00902557373046875,
+ -0.01312255859375,
+ -0.032745361328125,
+ -0.0023441314697265625,
+ 0.026641845703125,
+ -0.0235748291015625,
+ -0.04498291015625,
+ -0.061187744140625,
+ -0.08837890625,
+ 0.0009250640869140625,
+ -0.06549072265625,
+ -0.00530242919921875,
+ 0.0179595947265625,
+ 0.01282501220703125,
+ 0.009918212890625,
+ -0.0364990234375,
+ 0.027435302734375,
+ 0.0019855499267578125,
+ -0.0229949951171875,
+ -0.043792724609375,
+ 0.037109375,
+ 0.0063629150390625,
+ 0.0030956268310546875,
+ 0.0058441162109375,
+ -0.034332275390625,
+ -0.0013628005981445312,
+ 0.019927978515625,
+ 0.007350921630859375,
+ -0.007350921630859375,
+ -0.0021457672119140625,
+ -0.041229248046875,
+ 0.01134490966796875,
+ -0.06396484375,
+ -0.02880859375,
+ 0.03790283203125,
+ 0.0364990234375,
+ -0.024078369140625,
+ -0.048553466796875,
+ 0.05169677734375,
+ -0.005672454833984375,
+ -0.06195068359375,
+ 0.0276336669921875,
+ -0.027435302734375,
+ -0.029205322265625,
+ 0.00853729248046875,
+ -0.0252532958984375,
+ 0.006809234619140625,
+ 0.01450347900390625,
+ 0.0345458984375,
+ 0.0187530517578125,
+ 0.061187744140625,
+ 0.006710052490234375,
+ -0.0184478759765625,
+ -0.00196075439453125,
+ -0.0070037841796875,
+ 0.043609619140625,
+ 0.04241943359375,
+ 0.0185546875,
+ 0.0115966796875,
+ 0.0038242340087890625,
+ -0.00279998779296875,
+ -0.07183837890625,
+ -0.01233673095703125,
+ -0.0209197998046875,
+ -0.043212890625,
+ -0.0004563331604003906,
+ 0.076171875,
+ 0.004070281982421875,
+ -0.0089263916015625,
+ 0.0406494140625,
+ 0.052490234375,
+ -0.0007305145263671875,
+ -0.005474090576171875,
+ -0.012481689453125,
+ -0.0416259765625,
+ -0.00666046142578125,
+ 0.024169921875,
+ 0.0018377304077148438,
+ -0.0828857421875,
+ 0.038482666015625,
+ 0.060394287109375,
+ 0.01213836669921875,
+ -0.005870819091796875,
+ 0.00247955322265625,
+ -0.013519287109375,
+ 0.039459228515625,
+ 0.025848388671875,
+ 0.033935546875,
+ -0.069091796875,
+ 0.0303955078125,
+ 0.00814056396484375,
+ -0.0264434814453125,
+ -0.00853729248046875,
+ -0.002109527587890625,
+ -0.042633056640625,
+ 0.0268402099609375,
+ -0.02496337890625,
+ -0.00247955322265625,
+ 0.01381683349609375,
+ 0.06353759765625,
+ -0.0185546875,
+ -0.049713134765625,
+ -0.0509033203125,
+ 0.033935546875,
+ 0.014801025390625,
+ -0.01361846923828125,
+ 0.0063629150390625,
+ 0.01322174072265625,
+ -0.0355224609375,
+ 0.03826904296875,
+ 0.036895751953125,
+ 0.007549285888671875,
+ 0.04241943359375,
+ 0.002109527587890625,
+ -0.049346923828125,
+ 0.00550079345703125,
+ -0.0294036865234375,
+ 0.0157928466796875,
+ 0.00043463706970214844,
+ -0.0217132568359375,
+ -0.049530029296875,
+ -0.06866455078125,
+ 0.052093505859375,
+ -0.0166778564453125,
+ 0.037506103515625,
+ 0.0345458984375,
+ -0.007053375244140625,
+ -0.005748748779296875,
+ 0.0229949951171875,
+ 0.005523681640625,
+ 0.045379638671875,
+ 0.0017881393432617188,
+ 0.0007767677307128906,
+ -0.006954193115234375,
+ 0.007793426513671875,
+ -0.001750946044921875,
+ -0.04638671875,
+ 0.0086822509765625,
+ -0.035125732421875,
+ 0.0116424560546875,
+ -0.04241943359375,
+ 0.027435302734375,
+ 0.021209716796875,
+ -0.0323486328125,
+ -0.003948211669921875,
+ -0.0157928466796875,
+ 0.010406494140625,
+ -0.0262451171875,
+ -0.043426513671875,
+ -0.01519775390625,
+ 0.035919189453125,
+ -0.033538818359375,
+ 0.005401611328125,
+ 0.031585693359375,
+ -0.0010175704956054688,
+ 0.002231597900390625,
+ -0.0809326171875,
+ 0.0714111328125,
+ 0.042816162109375,
+ 0.024169921875,
+ -0.004093170166015625,
+ 0.01361846923828125,
+ 0.01149749755859375,
+ 0.023193359375,
+ 0.046966552734375,
+ 0.0201263427734375,
+ -0.032562255859375,
+ 0.042816162109375,
+ 0.023284912109375,
+ 0.003971099853515625,
+ -0.0313720703125,
+ 0.0167694091796875,
+ -0.00254058837890625,
+ -0.044403076171875,
+ 0.018157958984375,
+ 0.028411865234375,
+ 0.0268402099609375,
+ -0.00823974609375,
+ -0.02801513671875,
+ -0.0090789794921875,
+ -0.060394287109375,
+ 0.051300048828125,
+ 0.01538848876953125,
+ -0.01342010498046875,
+ 0.035125732421875,
+ -0.059600830078125,
+ 0.0643310546875,
+ 0.005229949951171875,
+ 0.052886962890625,
+ -0.041229248046875,
+ 0.042633056640625,
+ -0.037689208984375,
+ 0.01529693603515625,
+ 0.0033550262451171875,
+ -0.01568603515625,
+ -0.0229949951171875,
+ 0.0364990234375,
+ -0.00966644287109375,
+ 0.05999755859375,
+ 0.0239715576171875,
+ 0.001750946044921875,
+ -0.062744140625,
+ -0.013519287109375,
+ -0.0193328857421875,
+ 0.0023441314697265625,
+ 0.022003173828125,
+ -0.0380859375,
+ -0.024566650390625,
+ -0.002368927001953125,
+ 0.0323486328125,
+ 0.061187744140625,
+ 0.01824951171875,
+ 0.034942626953125,
+ 0.0030345916748046875,
+ -0.0163726806640625,
+ -0.0175628662109375,
+ 0.02337646484375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "gui",
+ "file-carving",
+ "deleted-file-recovery",
+ "scenario:file_recovery",
+ "signature-analysis",
+ "cross-platform",
+ "filesystem-agnostic",
+ "multimedia-recovery",
+ "partition-recovery",
+ "read-only-mode",
+ "batch-capable",
+ "custom-signatures"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_WebCacheView",
+ "type": "tool",
+ "name": "WebCacheView",
+ "content": "webcacheview analysiert internet explorer webcache-datenbanken (webcachev*.dat) für browser- forensik ab ie10/edge. extrahiert historie, downloads, cookies und cache-einträge aus ese-database-format. besonders wertvoll: lokale datei-zugriffe über file:///- protocol, inprivate-session-detection, timeline-export für korrelations-analyse und strukturierte datenausgabe für forensische dokumentation. gui web-cache-analysis internet-explorer edge-browser ese-database download-history cookies-analysis file-protocol inprivate-detection nirsoft static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.0082244873046875,
+ 0.02850341796875,
+ 0.04254150390625,
+ 0.00043582916259765625,
+ 0.015655517578125,
+ 0.040130615234375,
+ 0.021881103515625,
+ 0.01384735107421875,
+ 0.005645751953125,
+ -0.028900146484375,
+ -0.043548583984375,
+ 0.04473876953125,
+ 0.0242767333984375,
+ 0.0078277587890625,
+ -0.0657958984375,
+ 0.0213775634765625,
+ -0.01384735107421875,
+ -0.01033782958984375,
+ 0.00617218017578125,
+ 0.016448974609375,
+ -0.050384521484375,
+ 0.029296875,
+ -0.0377197265625,
+ -0.01495361328125,
+ 0.00847625732421875,
+ 0.01023101806640625,
+ 0.004238128662109375,
+ -0.048370361328125,
+ -0.0227813720703125,
+ 0.00652313232421875,
+ 0.04254150390625,
+ -0.037933349609375,
+ 0.00594329833984375,
+ 0.045166015625,
+ 0.0024967193603515625,
+ 0.0030231475830078125,
+ -0.011688232421875,
+ -0.045745849609375,
+ -0.0299072265625,
+ 0.0557861328125,
+ -0.0299072265625,
+ -0.01038360595703125,
+ 0.005645751953125,
+ -0.0189666748046875,
+ -0.03912353515625,
+ -0.0221710205078125,
+ 0.01885986328125,
+ 0.006824493408203125,
+ 0.01525115966796875,
+ -0.0311126708984375,
+ 0.027496337890625,
+ 0.0247802734375,
+ 0.002346038818359375,
+ 0.003261566162109375,
+ -0.04815673828125,
+ 0.0199737548828125,
+ 0.00862884521484375,
+ 0.00882720947265625,
+ -0.04376220703125,
+ 0.038330078125,
+ -0.048553466796875,
+ -0.0301055908203125,
+ 0.0027217864990234375,
+ -0.0101318359375,
+ 0.0113372802734375,
+ 0.05078125,
+ 0.005718231201171875,
+ -0.040924072265625,
+ 0.005443572998046875,
+ 0.003787994384765625,
+ 0.00200653076171875,
+ -0.0069732666015625,
+ -0.0276947021484375,
+ 0.024383544921875,
+ -0.022369384765625,
+ -0.0361328125,
+ 0.003963470458984375,
+ 0.004039764404296875,
+ 0.0034122467041015625,
+ -0.0161590576171875,
+ -0.045562744140625,
+ -0.0008716583251953125,
+ 0.051177978515625,
+ -0.00952911376953125,
+ -0.03753662109375,
+ 0.0040130615234375,
+ 0.03570556640625,
+ 0.0221710205078125,
+ 0.03131103515625,
+ 0.03692626953125,
+ 0.02337646484375,
+ -0.005767822265625,
+ -0.02056884765625,
+ -0.01525115966796875,
+ 0.0489501953125,
+ 0.046966552734375,
+ -0.016357421875,
+ -0.0009655952453613281,
+ 0.01178741455078125,
+ 0.0048675537109375,
+ 0.018463134765625,
+ -0.031707763671875,
+ 0.054595947265625,
+ -0.010986328125,
+ 0.0287017822265625,
+ -0.026092529296875,
+ 0.0228729248046875,
+ -0.037322998046875,
+ -0.0227813720703125,
+ -0.0224761962890625,
+ -0.07183837890625,
+ -0.03973388671875,
+ -0.0123443603515625,
+ -0.07708740234375,
+ -0.0207672119140625,
+ -0.01259613037109375,
+ 0.00807952880859375,
+ 0.04815673828125,
+ -0.04473876953125,
+ -0.03912353515625,
+ 0.0179595947265625,
+ 0.01354217529296875,
+ -0.006923675537109375,
+ 0.0301055908203125,
+ -0.031707763671875,
+ -0.049560546875,
+ 0.0086822509765625,
+ 0.0251922607421875,
+ -0.05377197265625,
+ -0.0175628662109375,
+ -0.01023101806640625,
+ -0.015655517578125,
+ -0.002346038818359375,
+ -0.0003714561462402344,
+ -0.03192138671875,
+ -0.0189666748046875,
+ 0.00948333740234375,
+ -0.0161590576171875,
+ 0.01384735107421875,
+ -0.0100860595703125,
+ 0.0355224609375,
+ -0.035125732421875,
+ -0.06341552734375,
+ 0.021575927734375,
+ -0.02850341796875,
+ -0.00933074951171875,
+ -0.0089263916015625,
+ 0.05938720703125,
+ -0.0252838134765625,
+ 0.0040130615234375,
+ -0.0054931640625,
+ 0.0255889892578125,
+ 0.03692626953125,
+ 0.0031108856201171875,
+ 0.00609588623046875,
+ -0.038726806640625,
+ -0.004314422607421875,
+ -0.0479736328125,
+ 0.0010280609130859375,
+ -0.00547027587890625,
+ -0.013946533203125,
+ 0.02508544921875,
+ -0.0148468017578125,
+ 0.04034423828125,
+ -0.006420135498046875,
+ -0.045745849609375,
+ -0.01324462890625,
+ 0.040924072265625,
+ -0.00952911376953125,
+ -0.0162506103515625,
+ 0.02056884765625,
+ -0.0123443603515625,
+ 0.071044921875,
+ 0.06341552734375,
+ -0.01018524169921875,
+ 0.0161590576171875,
+ -0.0018062591552734375,
+ 0.0005803108215332031,
+ 0.0321044921875,
+ 0.02850341796875,
+ -0.003047943115234375,
+ -0.0301055908203125,
+ 0.05780029296875,
+ -0.007476806640625,
+ 0.00827789306640625,
+ -0.030303955078125,
+ -0.016357421875,
+ -0.0009655952453613281,
+ -0.0208740234375,
+ 0.035919189453125,
+ -0.0361328125,
+ -0.04034423828125,
+ -0.016754150390625,
+ 0.03411865234375,
+ 0.03570556640625,
+ 0.056182861328125,
+ 0.01776123046875,
+ -0.00722503662109375,
+ 0.0287017822265625,
+ -0.0024204254150390625,
+ -0.0036869049072265625,
+ 0.033721923828125,
+ -0.003437042236328125,
+ 0.046356201171875,
+ 0.0134429931640625,
+ 0.0158538818359375,
+ -0.03289794921875,
+ 0.0228729248046875,
+ 0.02337646484375,
+ -0.008331298828125,
+ -0.006298065185546875,
+ 0.058990478515625,
+ -0.0127410888671875,
+ -0.0308990478515625,
+ -0.0266876220703125,
+ -0.01334381103515625,
+ 0.0148468017578125,
+ 0.00200653076171875,
+ -0.0008153915405273438,
+ -0.018463134765625,
+ 0.004665374755859375,
+ -0.043548583984375,
+ 0.004390716552734375,
+ 0.02227783203125,
+ -0.01123809814453125,
+ 0.0207672119140625,
+ 0.0169525146484375,
+ -0.01018524169921875,
+ 0.011688232421875,
+ -0.002971649169921875,
+ 0.0029850006103515625,
+ 0.00672149658203125,
+ 0.002532958984375,
+ -0.00897979736328125,
+ -0.01058197021484375,
+ -0.01284027099609375,
+ 0.071044921875,
+ 0.0186614990234375,
+ 0.0162506103515625,
+ 0.01259613037109375,
+ -0.0204620361328125,
+ 0.03192138671875,
+ -0.00637054443359375,
+ 0.041351318359375,
+ 0.00757598876953125,
+ -0.022674560546875,
+ 0.00843048095703125,
+ -0.0179595947265625,
+ 0.0290985107421875,
+ 0.0714111328125,
+ -0.061004638671875,
+ -0.0137481689453125,
+ -0.09991455078125,
+ -0.0200653076171875,
+ -0.072265625,
+ -0.033111572265625,
+ -0.0299072265625,
+ -0.047149658203125,
+ 0.023284912109375,
+ -0.01324462890625,
+ -0.034912109375,
+ 0.008331298828125,
+ 0.007625579833984375,
+ 0.0045166015625,
+ 0.044158935546875,
+ -0.007022857666015625,
+ -0.0193634033203125,
+ -0.00807952880859375,
+ 0.0963134765625,
+ -0.00672149658203125,
+ -0.00933074951171875,
+ 0.006320953369140625,
+ 0.0247802734375,
+ 0.0032367706298828125,
+ 0.017364501953125,
+ -0.032501220703125,
+ 0.004917144775390625,
+ 0.0333251953125,
+ 0.010284423828125,
+ -0.00165557861328125,
+ -0.0127410888671875,
+ -0.0071258544921875,
+ -0.01153564453125,
+ 0.022369384765625,
+ -0.044952392578125,
+ -0.02056884765625,
+ 0.01088714599609375,
+ 0.0011348724365234375,
+ -0.0200653076171875,
+ -0.0501708984375,
+ -0.023773193359375,
+ 0.038116455078125,
+ -0.005870819091796875,
+ 0.0018434524536132812,
+ 0.040924072265625,
+ -0.01715087890625,
+ -0.00913238525390625,
+ -0.01229095458984375,
+ -0.0235748291015625,
+ 0.015655517578125,
+ 0.064208984375,
+ -0.04736328125,
+ 0.00461578369140625,
+ 0.009033203125,
+ -0.00469207763671875,
+ -0.01023101806640625,
+ -0.037322998046875,
+ -0.0411376953125,
+ -0.0162506103515625,
+ -0.0311126708984375,
+ -0.01178741455078125,
+ 0.0009093284606933594,
+ -0.024383544921875,
+ 0.031707763671875,
+ 0.0009031295776367188,
+ 0.0022945404052734375,
+ -0.0161590576171875,
+ -0.0670166015625,
+ 0.024688720703125,
+ 0.00029468536376953125,
+ -0.02850341796875,
+ -0.05938720703125,
+ 0.04473876953125,
+ 0.0234832763671875,
+ 0.03131103515625,
+ 0.0022449493408203125,
+ 0.0061187744140625,
+ -0.0213775634765625,
+ 0.024078369140625,
+ -0.01334381103515625,
+ 0.015960693359375,
+ -0.004764556884765625,
+ 0.0333251953125,
+ 0.037933349609375,
+ 0.00958251953125,
+ 0.048370361328125,
+ 0.0570068359375,
+ 0.0137481689453125,
+ -0.0019817352294921875,
+ 0.01525115966796875,
+ 0.014251708984375,
+ -0.006771087646484375,
+ 0.044952392578125,
+ 0.00843048095703125,
+ -0.04754638671875,
+ -0.0206756591796875,
+ -0.013946533203125,
+ 0.007476806640625,
+ 0.024383544921875,
+ 0.0333251953125,
+ 0.0270843505859375,
+ -0.0228729248046875,
+ -0.0120391845703125,
+ 0.05938720703125,
+ 0.0031223297119140625,
+ 0.08428955078125,
+ -0.034515380859375,
+ -0.031494140625,
+ 0.01314544677734375,
+ 0.0252838134765625,
+ -0.0207672119140625,
+ -0.023773193359375,
+ 0.038330078125,
+ -0.002872467041015625,
+ -0.0032863616943359375,
+ 0.02508544921875,
+ -0.0183563232421875,
+ 0.01088714599609375,
+ 0.02056884765625,
+ -0.017364501953125,
+ -0.01279449462890625,
+ -0.0185699462890625,
+ 0.016357421875,
+ 0.045745849609375,
+ 0.0287017822265625,
+ 0.025390625,
+ 0.037933349609375,
+ -0.0245819091796875,
+ -0.03570556640625,
+ -0.051788330078125,
+ -0.0894775390625,
+ 0.006923675537109375,
+ 0.00862884521484375,
+ 0.01073455810546875,
+ 0.07025146484375,
+ -0.01103973388671875,
+ -0.047149658203125,
+ 0.039520263671875,
+ -0.015655517578125,
+ 0.09271240234375,
+ 0.016448974609375,
+ -0.002044677734375,
+ 0.036529541015625,
+ -0.0206756591796875,
+ 0.0196685791015625,
+ 0.03192138671875,
+ 0.0134429931640625,
+ 0.037139892578125,
+ 0.0433349609375,
+ 0.0225830078125,
+ -0.0276947021484375,
+ -0.04876708984375,
+ 0.030303955078125,
+ 0.0280914306640625,
+ 0.02789306640625,
+ 0.0120391845703125,
+ 0.021881103515625,
+ 0.01178741455078125,
+ 0.0106353759765625,
+ -0.01435089111328125,
+ 0.0654296875,
+ 0.035125732421875,
+ 0.002696990966796875,
+ 0.00186920166015625,
+ -0.01088714599609375,
+ 0.005218505859375,
+ -0.050384521484375,
+ 0.0085296630859375,
+ -0.007778167724609375,
+ 0.0200653076171875,
+ 0.0249786376953125,
+ 0.029693603515625,
+ -0.042938232421875,
+ -0.00044846534729003906,
+ 0.058197021484375,
+ -0.06298828125,
+ 0.0206756591796875,
+ 0.037139892578125,
+ -0.032318115234375,
+ 0.007175445556640625,
+ -0.03472900390625,
+ -0.05218505859375,
+ 0.06341552734375,
+ -0.03289794921875,
+ -0.046966552734375,
+ -0.0146484375,
+ 0.017852783203125,
+ -0.04034423828125,
+ -0.045562744140625,
+ -0.01474761962890625,
+ -0.0258941650390625,
+ -0.009033203125,
+ -0.0076751708984375,
+ 0.045166015625,
+ 0.006320953369140625,
+ 0.0179595947265625,
+ 0.0287017822265625,
+ 0.031707763671875,
+ -0.030303955078125,
+ -0.02789306640625,
+ 0.0207672119140625,
+ -0.0242767333984375,
+ -0.06341552734375,
+ 0.0262908935546875,
+ 0.0189666748046875,
+ -0.00983428955078125,
+ -0.0231781005859375,
+ -0.0118408203125,
+ 0.01158905029296875,
+ -0.005519866943359375,
+ -0.0157470703125,
+ 0.0299072265625,
+ -0.0255889892578125,
+ -0.0501708984375,
+ -0.0489501953125,
+ 0.0682373046875,
+ 0.029693603515625,
+ 0.048370361328125,
+ 0.0015430450439453125,
+ -0.002445220947265625,
+ -0.010833740234375,
+ -0.058990478515625,
+ -0.005092620849609375,
+ 0.00453948974609375,
+ 0.0069732666015625,
+ -0.0361328125,
+ 0.051788330078125,
+ -0.01605224609375,
+ -0.017364501953125,
+ 0.0055694580078125,
+ 0.052978515625,
+ 0.002834320068359375,
+ 0.0007777214050292969,
+ -0.0272979736328125,
+ 0.0228729248046875,
+ 0.005619049072265625,
+ -0.05657958984375,
+ -0.0144500732421875,
+ -0.0245819091796875,
+ -0.02166748046875,
+ 0.013946533203125,
+ -0.061004638671875,
+ 0.0245819091796875,
+ 0.0025081634521484375,
+ -0.035125732421875,
+ -0.01279449462890625,
+ -0.019561767578125,
+ -0.005268096923828125,
+ -0.0355224609375,
+ 0.01495361328125,
+ -0.0015554428100585938,
+ -0.008880615234375,
+ 0.04736328125,
+ -0.01058197021484375,
+ -0.0000019073486328125,
+ 0.027496337890625,
+ -0.0082244873046875,
+ -0.0093841552734375,
+ 0.0433349609375,
+ -0.051788330078125,
+ -0.01947021484375,
+ -0.0162506103515625,
+ 0.04595947265625,
+ -0.0262908935546875,
+ 0.0035114288330078125,
+ -0.0026454925537109375,
+ -0.0165557861328125,
+ 0.04534912109375,
+ -0.032318115234375,
+ 0.00988006591796875,
+ -0.019561767578125,
+ -0.0099334716796875,
+ -0.0208740234375,
+ 0.0016927719116210938,
+ 0.044158935546875,
+ 0.02337646484375,
+ -0.010833740234375,
+ 0.0026092529296875,
+ 0.06341552734375,
+ -0.06060791015625,
+ 0.007778167724609375,
+ 0.04052734375,
+ -0.00652313232421875,
+ 0.0255889892578125,
+ -0.0168609619140625,
+ -0.00408935546875,
+ 0.0192718505859375,
+ 0.0168609619140625,
+ -0.041351318359375,
+ -0.0270843505859375,
+ -0.082275390625,
+ 0.0192718505859375,
+ 0.00998687744140625,
+ -0.01715087890625,
+ -0.0228729248046875,
+ -0.04052734375,
+ -0.06341552734375,
+ 0.0179595947265625,
+ 0.037139892578125,
+ 0.020965576171875,
+ -0.01505279541015625,
+ -0.038330078125,
+ -0.0175628662109375,
+ -0.0101318359375,
+ -0.033111572265625,
+ 0.0204620361328125,
+ -0.0262908935546875,
+ 0.0276947021484375,
+ 0.0183563232421875,
+ -0.0272979736328125,
+ 0.01404571533203125,
+ -0.000705718994140625,
+ 0.037322998046875,
+ 0.042755126953125,
+ 0.01885986328125,
+ -0.01354217529296875,
+ 0.0090789794921875,
+ -0.0174560546875,
+ -0.005367279052734375,
+ 0.01294708251953125,
+ -0.0134429931640625,
+ 0.00722503662109375,
+ -0.04376220703125,
+ -0.0121917724609375,
+ 0.006771087646484375,
+ 0.0445556640625,
+ 0.0141448974609375,
+ -0.0009031295776367188,
+ 0.02508544921875,
+ -0.00012624263763427734,
+ 0.0114898681640625,
+ 0.066650390625,
+ -0.0182647705078125,
+ -0.051177978515625,
+ 0.0037384033203125,
+ -0.01129150390625,
+ 0.0355224609375,
+ 0.0225830078125,
+ 0.02789306640625,
+ -0.007476806640625,
+ 0.01404571533203125,
+ 0.051361083984375,
+ -0.01264190673828125,
+ -0.032318115234375,
+ 0.00047969818115234375,
+ 0.023284912109375,
+ 0.01384735107421875,
+ 0.027496337890625,
+ -0.004215240478515625,
+ 0.0726318359375,
+ 0.016448974609375,
+ -0.00933074951171875,
+ 0.0172576904296875,
+ 0.054168701171875,
+ 0.043548583984375,
+ -0.002269744873046875,
+ -0.07183837890625,
+ -0.016357421875,
+ -0.0033111572265625,
+ -0.02056884765625,
+ -0.031707763671875,
+ -0.0196685791015625,
+ 0.059814453125,
+ -0.053375244140625,
+ 0.01314544677734375,
+ -0.0235748291015625,
+ 0.00963592529296875,
+ 0.009033203125,
+ -0.007625579833984375,
+ -0.029296875,
+ 0.006473541259765625,
+ 0.0127410888671875,
+ -0.048553466796875,
+ 0.004764556884765625,
+ -0.039337158203125,
+ 0.0272979736328125,
+ 0.0231781005859375,
+ 0.0262908935546875,
+ -0.0270843505859375,
+ 0.0276947021484375,
+ 0.00827789306640625,
+ 0.00998687744140625,
+ 0.004791259765625,
+ 0.042327880859375,
+ 0.0182647705078125,
+ 0.0203704833984375,
+ 0.044952392578125,
+ 0.054595947265625,
+ -0.00998687744140625,
+ -0.00539398193359375,
+ 0.0203704833984375,
+ 0.0189666748046875,
+ 0.030303955078125,
+ 0.066650390625,
+ 0.0079803466796875,
+ -0.0118865966796875,
+ 0.013946533203125,
+ -0.051361083984375,
+ -0.00687408447265625,
+ 0.013946533203125,
+ -0.000011444091796875,
+ -0.053375244140625,
+ -0.0439453125,
+ 0.00928497314453125,
+ -0.0694580078125,
+ 0.01279449462890625,
+ 0.01209259033203125,
+ -0.01525115966796875,
+ 0.0015993118286132812,
+ 0.026092529296875,
+ -0.0192718505859375,
+ -0.066650390625,
+ 0.00843048095703125,
+ -0.0272979736328125,
+ -0.045562744140625,
+ -0.04595947265625,
+ -0.046142578125,
+ 0.0321044921875,
+ 0.004413604736328125,
+ -0.05938720703125,
+ -0.0169525146484375,
+ 0.041351318359375,
+ 0.00019991397857666016,
+ -0.02508544921875,
+ -0.0258941650390625,
+ 0.0158538818359375,
+ -0.033905029296875,
+ -0.0290985107421875,
+ -0.046142578125,
+ -0.0206756591796875,
+ -0.0144500732421875,
+ -0.021270751953125,
+ -0.00634765625,
+ 0.0006837844848632812,
+ -0.02197265625,
+ -0.002231597900390625,
+ -0.00383758544921875,
+ -0.0361328125,
+ 0.042755126953125,
+ -0.0389404296875,
+ 0.03070068359375,
+ 0.01123809814453125,
+ 0.0343017578125,
+ 0.0305023193359375,
+ 0.060211181640625,
+ 0.01279449462890625,
+ 0.023773193359375,
+ -0.0016183853149414062,
+ -0.05078125,
+ -0.0025959014892578125,
+ -0.011688232421875,
+ -0.0078277587890625,
+ -0.06781005859375,
+ 0.00998687744140625,
+ 0.045562744140625,
+ -0.086669921875,
+ 0.024078369140625,
+ 0.0287017822265625,
+ -0.0193634033203125,
+ -0.055389404296875,
+ 0.0118408203125,
+ 0.0029354095458984375,
+ 0.021881103515625,
+ 0.07464599609375,
+ 0.0012350082397460938,
+ -0.0169525146484375,
+ 0.0308990478515625,
+ -0.045562744140625,
+ 0.03271484375,
+ -0.004993438720703125,
+ 0.0224761962890625,
+ -0.0199737548828125,
+ 0.046142578125,
+ 0.026092529296875,
+ -0.025482177734375,
+ 0.0018062591552734375,
+ -0.0750732421875,
+ -0.01544952392578125,
+ 0.03350830078125,
+ 0.01294708251953125,
+ -0.021270751953125,
+ -0.015350341796875,
+ -0.0557861328125,
+ -0.034912109375,
+ -0.042144775390625,
+ 0.029296875,
+ 0.0224761962890625,
+ 0.022369384765625,
+ -0.056182861328125,
+ 0.0014801025390625,
+ -0.00594329833984375,
+ -0.039337158203125,
+ -0.016357421875,
+ -0.0179595947265625,
+ -0.003536224365234375,
+ 0.0183563232421875,
+ -0.057403564453125,
+ 0.017364501953125,
+ 0.0190582275390625,
+ 0.021881103515625,
+ 0.00574493408203125,
+ 0.044158935546875,
+ -0.049957275390625,
+ -0.0137481689453125,
+ -0.0190582275390625,
+ 0.030303955078125,
+ 0.01103973388671875,
+ 0.01474761962890625,
+ 0.003963470458984375,
+ 0.017059326171875,
+ -0.00348663330078125,
+ -0.051788330078125,
+ 0.041748046875,
+ 0.04937744140625,
+ -0.038330078125,
+ -0.066650390625,
+ -0.0361328125,
+ -0.0189666748046875,
+ 0.031494140625,
+ -0.0249786376953125,
+ 0.0266876220703125,
+ 0.0042877197265625,
+ -0.01073455810546875,
+ -0.07989501953125,
+ 0.058990478515625,
+ -0.01435089111328125,
+ 0.024383544921875,
+ 0.009033203125,
+ -0.0248870849609375,
+ -0.0750732421875,
+ -0.03753662109375,
+ -0.01324462890625,
+ 0.018768310546875,
+ -0.0321044921875,
+ 0.01666259765625,
+ -0.0157470703125,
+ -0.0081787109375,
+ 0.0033111572265625,
+ -0.03472900390625,
+ -0.016754150390625,
+ 0.059814453125,
+ 0.022674560546875,
+ -0.049957275390625,
+ 0.056182861328125,
+ -0.0042877197265625,
+ 0.0055694580078125,
+ -0.0224761962890625,
+ -0.01139068603515625,
+ -0.0151519775390625,
+ -0.01043701171875,
+ -0.0008215904235839844,
+ -0.01666259765625,
+ 0.0389404296875,
+ 0.0333251953125,
+ -0.0179595947265625,
+ -0.0006241798400878906,
+ -0.01435089111328125,
+ 0.03271484375,
+ 0.018157958984375,
+ -0.03350830078125,
+ 0.035919189453125,
+ 0.009033203125,
+ 0.021881103515625,
+ -0.034515380859375,
+ -0.061798095703125,
+ -0.0963134765625,
+ 0.006671905517578125,
+ -0.060211181640625,
+ -0.006397247314453125,
+ 0.0287017822265625,
+ -0.0033359527587890625,
+ -0.0007996559143066406,
+ -0.01404571533203125,
+ 0.0242767333984375,
+ -0.00617218017578125,
+ -0.04193115234375,
+ -0.03692626953125,
+ 0.0174560546875,
+ 0.0001850128173828125,
+ 0.0234832763671875,
+ 0.00807952880859375,
+ -0.025482177734375,
+ 0.051177978515625,
+ -0.03350830078125,
+ 0.004665374755859375,
+ -0.0078277587890625,
+ 0.0004546642303466797,
+ -0.075439453125,
+ 0.02227783203125,
+ -0.09033203125,
+ -0.00792694091796875,
+ 0.022979736328125,
+ 0.033111572265625,
+ -0.0054168701171875,
+ -0.03070068359375,
+ 0.047149658203125,
+ -0.0151519775390625,
+ -0.046142578125,
+ 0.0213775634765625,
+ -0.0086822509765625,
+ -0.0439453125,
+ 0.0127410888671875,
+ -0.0266876220703125,
+ 0.00672149658203125,
+ 0.0168609619140625,
+ 0.0479736328125,
+ 0.04656982421875,
+ 0.04193115234375,
+ 0.0214691162109375,
+ -0.0270843505859375,
+ 0.00418853759765625,
+ 0.0172576904296875,
+ 0.00958251953125,
+ 0.038330078125,
+ 0.022979736328125,
+ -0.01053619384765625,
+ 0.0203704833984375,
+ -0.0007023811340332031,
+ -0.08270263671875,
+ -0.0272979736328125,
+ -0.0242767333984375,
+ -0.038116455078125,
+ 0.006572723388671875,
+ 0.050384521484375,
+ 0.052978515625,
+ -0.0007996559143066406,
+ 0.0127410888671875,
+ 0.043548583984375,
+ 0.034912109375,
+ 0.0217742919921875,
+ 0.01033782958984375,
+ -0.07745361328125,
+ 0.01364898681640625,
+ -0.00453948974609375,
+ -0.002307891845703125,
+ -0.06060791015625,
+ 0.05096435546875,
+ 0.06060791015625,
+ 0.000057220458984375,
+ -0.01178741455078125,
+ 0.016754150390625,
+ 0.024688720703125,
+ 0.05499267578125,
+ 0.01885986328125,
+ 0.01806640625,
+ -0.06744384765625,
+ 0.032501220703125,
+ 0.01239013671875,
+ -0.00257110595703125,
+ -0.004817962646484375,
+ 0.0114898681640625,
+ -0.0557861328125,
+ 0.054168701171875,
+ -0.04937744140625,
+ 0.004215240478515625,
+ 0.00722503662109375,
+ 0.0626220703125,
+ 0.009735107421875,
+ -0.0305023193359375,
+ -0.0055694580078125,
+ 0.04754638671875,
+ 0.00958251953125,
+ -0.01294708251953125,
+ 0.01068878173828125,
+ 0.0037631988525390625,
+ -0.00948333740234375,
+ 0.06500244140625,
+ 0.051788330078125,
+ 0.0118408203125,
+ 0.026092529296875,
+ 0.00672149658203125,
+ -0.04473876953125,
+ 0.0231781005859375,
+ -0.01248931884765625,
+ 0.0028476715087890625,
+ -0.0014925003051757812,
+ -0.057403564453125,
+ -0.031494140625,
+ -0.072265625,
+ 0.0343017578125,
+ 0.0245819091796875,
+ 0.036712646484375,
+ 0.029693603515625,
+ -0.0162506103515625,
+ -0.0118408203125,
+ 0.0021076202392578125,
+ -0.002521514892578125,
+ 0.0262908935546875,
+ 0.00652313232421875,
+ 0.0047149658203125,
+ 0.01454925537109375,
+ 0.0258941650390625,
+ 0.00426483154296875,
+ -0.003360748291015625,
+ 0.0355224609375,
+ -0.0204620361328125,
+ 0.00141143798828125,
+ -0.03350830078125,
+ -0.0130462646484375,
+ 0.0294952392578125,
+ -0.0176544189453125,
+ -0.00278472900390625,
+ -0.01666259765625,
+ 0.0009655952453613281,
+ -0.0182647705078125,
+ -0.033111572265625,
+ -0.0109405517578125,
+ 0.02447509765625,
+ -0.0389404296875,
+ 0.025482177734375,
+ 0.015350341796875,
+ 0.026092529296875,
+ 0.024078369140625,
+ -0.07025146484375,
+ 0.07464599609375,
+ 0.020263671875,
+ 0.0034122467041015625,
+ -0.0130462646484375,
+ 0.038330078125,
+ 0.040130615234375,
+ 0.0200653076171875,
+ 0.01666259765625,
+ 0.058990478515625,
+ 0.00098419189453125,
+ 0.04656982421875,
+ 0.05377197265625,
+ -0.01505279541015625,
+ -0.03692626953125,
+ 0.0270843505859375,
+ 0.0111846923828125,
+ -0.0276947021484375,
+ 0.0207672119140625,
+ 0.03289794921875,
+ 0.006069183349609375,
+ 0.00489044189453125,
+ -0.01544952392578125,
+ 0.029296875,
+ -0.04595947265625,
+ 0.06500244140625,
+ 0.02447509765625,
+ -0.0025844573974609375,
+ 0.01474761962890625,
+ -0.0280914306640625,
+ 0.05780029296875,
+ 0.0191650390625,
+ 0.07305908203125,
+ -0.05096435546875,
+ 0.056182861328125,
+ -0.033721923828125,
+ 0.0185699462890625,
+ -0.041534423828125,
+ 0.01174163818359375,
+ -0.0020694732666015625,
+ 0.005970001220703125,
+ -0.0083770751953125,
+ 0.0557861328125,
+ 0.00008624792098999023,
+ -0.01244354248046875,
+ -0.042327880859375,
+ -0.0162506103515625,
+ -0.0321044921875,
+ 0.00963592529296875,
+ 0.0258941650390625,
+ -0.04376220703125,
+ -0.048370361328125,
+ -0.0264892578125,
+ 0.007476806640625,
+ 0.0626220703125,
+ -0.027496337890625,
+ 0.0162506103515625,
+ -0.006923675537109375,
+ 0.01666259765625,
+ -0.019866943359375,
+ -0.002521514892578125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "web-cache-analysis",
+ "internet-explorer",
+ "edge-browser",
+ "ese-database",
+ "download-history",
+ "cookies-analysis",
+ "file-protocol",
+ "inprivate-detection",
+ "nirsoft"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Live_Memory_Acquisition_Procedure",
+ "type": "tool",
+ "name": "Live Memory Acquisition Procedure",
+ "content": "live memory acquisition procedure die forensisch korrekte sicherung des arbeitsspeichers laufender systeme erfordert systematisches vorgehen zur minimierung der artefakt-kontamination. kritische entscheidung: priorisierung flüchtiger beweise vs. system-stabilität. tool-auswahl nach os: winpmem (windows), lime (linux), osxpmem (macos). vorbereitung: tool auf externem medium, admin-rechte sichern, ziel-storage mit ausreichend platz. durchführung: dokumentation des system-zustands, tool-ausführung mit minimalen befehlen, hash-generierung sofort. besondere herausforderungen: kernel-schutz-mechanismen (patchguard, secure boot), anti-forensik-malware, virtualisierte umgebungen. die ersten sekunden kontaminieren unweigerlich - transparenz in der dokumentation essentiell. post-akquisition: volatility-profil erstellen, timeline der sammlung, vergleich mit disk-artefakten. der unterschied zwischen verwertbaren und wertlosen memory-dumps liegt oft in der methodik. live-acquisition scenario:memory_dump chain-of-custody standards-compliant contamination-aware tool-selection kernel-protection anti-forensics documentation-critical volatility-compatible incident-response static-investigations malware-analysis data-collection",
+ "embedding": [
+ -0.031982421875,
+ 0.0206756591796875,
+ 0.021270751953125,
+ -0.01435089111328125,
+ 0.04669189453125,
+ 0.0188140869140625,
+ 0.023345947265625,
+ -0.01123046875,
+ -0.017913818359375,
+ -0.0261688232421875,
+ -0.0275115966796875,
+ 0.042816162109375,
+ 0.006023406982421875,
+ -0.031829833984375,
+ -0.054718017578125,
+ 0.0416259765625,
+ 0.0006089210510253906,
+ 0.0159149169921875,
+ 0.0264739990234375,
+ 0.00933074951171875,
+ -0.02691650390625,
+ -0.0185089111328125,
+ -0.0579833984375,
+ -0.0128631591796875,
+ 0.0121917724609375,
+ 0.018218994140625,
+ -0.0038661956787109375,
+ -0.0469970703125,
+ -0.04669189453125,
+ -0.01189422607421875,
+ 0.007843017578125,
+ -0.04461669921875,
+ -0.002899169921875,
+ 0.03448486328125,
+ -0.01546478271484375,
+ -0.00550079345703125,
+ 0.01248931884765625,
+ -0.0193328857421875,
+ -0.04400634765625,
+ 0.0279541015625,
+ 0.002490997314453125,
+ 0.0016727447509765625,
+ -0.007434844970703125,
+ -0.014495849609375,
+ -0.01137542724609375,
+ -0.033447265625,
+ 0.0128631591796875,
+ -0.003978729248046875,
+ 0.0245361328125,
+ -0.030181884765625,
+ 0.0263214111328125,
+ 0.04254150390625,
+ 0.0018215179443359375,
+ -0.007770538330078125,
+ -0.037628173828125,
+ 0.033172607421875,
+ 0.003810882568359375,
+ -0.0089569091796875,
+ -0.03924560546875,
+ 0.0401611328125,
+ -0.06634521484375,
+ -0.0300445556640625,
+ -0.0098114013671875,
+ -0.0275115966796875,
+ 0.00959014892578125,
+ 0.037017822265625,
+ -0.007694244384765625,
+ -0.043121337890625,
+ 0.002788543701171875,
+ -0.0075836181640625,
+ 0.018585205078125,
+ -0.019775390625,
+ -0.0321044921875,
+ 0.01486968994140625,
+ 0.0159912109375,
+ -0.048187255859375,
+ 0.03643798828125,
+ 0.046112060546875,
+ 0.01085662841796875,
+ -0.0229034423828125,
+ -0.03643798828125,
+ 0.006134033203125,
+ 0.042236328125,
+ -0.01308441162109375,
+ -0.033172607421875,
+ -0.0021839141845703125,
+ 0.0300445556640625,
+ 0.006282806396484375,
+ -0.003215789794921875,
+ -0.00643157958984375,
+ 0.01375579833984375,
+ -0.012115478515625,
+ 0.0177001953125,
+ -0.0225982666015625,
+ 0.0283966064453125,
+ 0.044921875,
+ -0.0177764892578125,
+ -0.02349853515625,
+ -0.01739501953125,
+ 0.0275115966796875,
+ 0.042236328125,
+ -0.047576904296875,
+ 0.017547607421875,
+ -0.0086212158203125,
+ 0.035400390625,
+ -0.0236358642578125,
+ 0.0133056640625,
+ 0.002899169921875,
+ -0.02008056640625,
+ -0.02691650390625,
+ -0.080322265625,
+ -0.0416259765625,
+ -0.02081298828125,
+ -0.061859130859375,
+ -0.01145172119140625,
+ -0.00490570068359375,
+ -0.005390167236328125,
+ 0.03924560546875,
+ -0.0401611328125,
+ -0.050262451171875,
+ 0.019775390625,
+ 0.018585205078125,
+ -0.0089569091796875,
+ 0.0179901123046875,
+ -0.056793212890625,
+ -0.03436279296875,
+ 0.01300811767578125,
+ 0.0127105712890625,
+ -0.023193359375,
+ -0.02215576171875,
+ -0.0159149169921875,
+ -0.0028076171875,
+ -0.0091094970703125,
+ -0.040435791015625,
+ -0.00550079345703125,
+ -0.01531982421875,
+ 0.0295867919921875,
+ -0.00788116455078125,
+ -0.0264739990234375,
+ 0.01070404052734375,
+ 0.07135009765625,
+ -0.0178375244140625,
+ -0.045501708984375,
+ 0.01702880859375,
+ -0.01427459716796875,
+ 0.001598358154296875,
+ 0.007396697998046875,
+ 0.0227508544921875,
+ -0.024688720703125,
+ -0.0218658447265625,
+ 0.01085662841796875,
+ 0.03375244140625,
+ 0.05621337890625,
+ 0.01531982421875,
+ 0.0098114013671875,
+ -0.047576904296875,
+ -0.05084228515625,
+ -0.02215576171875,
+ 0.036285400390625,
+ -0.01486968994140625,
+ -0.014129638671875,
+ 0.03302001953125,
+ -0.0081787109375,
+ 0.0177764892578125,
+ -0.0173187255859375,
+ -0.0115966796875,
+ -0.016204833984375,
+ 0.01323699951171875,
+ 0.00966644287109375,
+ 0.01486968994140625,
+ 0.019622802734375,
+ -0.00799560546875,
+ 0.07135009765625,
+ 0.049652099609375,
+ 0.0127105712890625,
+ 0.01085662841796875,
+ -0.000362396240234375,
+ -0.0245361328125,
+ 0.0261688232421875,
+ 0.04461669921875,
+ -0.0001684427261352539,
+ -0.0177764892578125,
+ 0.059173583984375,
+ -0.00933074951171875,
+ 0.01078033447265625,
+ 0.009033203125,
+ -0.020965576171875,
+ 0.002361297607421875,
+ -0.049652099609375,
+ 0.038055419921875,
+ -0.049072265625,
+ -0.02557373046875,
+ -0.0015239715576171875,
+ 0.004199981689453125,
+ 0.021270751953125,
+ 0.07196044921875,
+ 0.03955078125,
+ -0.031829833984375,
+ 0.01554107666015625,
+ -0.0082550048828125,
+ 0.0009617805480957031,
+ 0.031524658203125,
+ -0.02215576171875,
+ 0.0484619140625,
+ 0.00550079345703125,
+ 0.0239410400390625,
+ 0.00899505615234375,
+ 0.023193359375,
+ 0.0004343986511230469,
+ -0.0287017822265625,
+ -0.0008177757263183594,
+ 0.045501708984375,
+ -0.0152435302734375,
+ -0.028106689453125,
+ -0.01605224609375,
+ -0.0295867919921875,
+ 0.01137542724609375,
+ -0.0173187255859375,
+ -0.00762176513671875,
+ -0.0055389404296875,
+ -0.01427459716796875,
+ -0.0484619140625,
+ 0.00362396240234375,
+ 0.01494598388671875,
+ -0.007099151611328125,
+ 0.0511474609375,
+ 0.01502227783203125,
+ -0.0260162353515625,
+ -0.0239410400390625,
+ 0.017181396484375,
+ 0.0186614990234375,
+ 0.05413818359375,
+ -0.01739501953125,
+ 0.01486968994140625,
+ -0.035675048828125,
+ -0.00635528564453125,
+ 0.05621337890625,
+ 0.01055908203125,
+ 0.0252838134765625,
+ 0.029296875,
+ -0.0186614990234375,
+ 0.035247802734375,
+ -0.01442718505859375,
+ 0.03924560546875,
+ 0.0217132568359375,
+ -0.01033782958984375,
+ 0.0022220611572265625,
+ -0.002277374267578125,
+ 0.041351318359375,
+ 0.036865234375,
+ -0.0443115234375,
+ 0.0018682479858398438,
+ -0.055908203125,
+ -0.032562255859375,
+ -0.06781005859375,
+ -0.035552978515625,
+ -0.0190277099609375,
+ -0.049072265625,
+ 0.02081298828125,
+ -0.041046142578125,
+ -0.03985595703125,
+ -0.0104827880859375,
+ 0.0217132568359375,
+ 0.01486968994140625,
+ 0.038665771484375,
+ 0.01554107666015625,
+ -0.032867431640625,
+ 0.0058746337890625,
+ 0.06036376953125,
+ -0.0013294219970703125,
+ -0.012786865234375,
+ -0.01739501953125,
+ 0.004756927490234375,
+ -0.0239410400390625,
+ 0.0321044921875,
+ -0.0263214111328125,
+ -0.0116729736328125,
+ 0.02557373046875,
+ 0.025421142578125,
+ 0.0098876953125,
+ -0.032562255859375,
+ -0.005985260009765625,
+ -0.0189666748046875,
+ 0.0275115966796875,
+ -0.04400634765625,
+ 0.0361328125,
+ 0.0018682479858398438,
+ -0.00021719932556152344,
+ -0.0194854736328125,
+ -0.07672119140625,
+ 0.006916046142578125,
+ 0.06689453125,
+ -0.002155303955078125,
+ -0.004032135009765625,
+ -0.00933074951171875,
+ -0.024688720703125,
+ 0.00412750244140625,
+ -0.01442718505859375,
+ 0.0046844482421875,
+ 0.00914764404296875,
+ 0.0306396484375,
+ -0.01189422607421875,
+ 0.005092620849609375,
+ 0.01152801513671875,
+ -0.0017747879028320312,
+ -0.047271728515625,
+ -0.0606689453125,
+ -0.03033447265625,
+ -0.0229034423828125,
+ -0.043731689453125,
+ -0.052337646484375,
+ 0.019622802734375,
+ -0.029449462890625,
+ 0.0104827880859375,
+ -0.0055389404296875,
+ -0.0128631591796875,
+ -0.027801513671875,
+ -0.04876708984375,
+ 0.0206756591796875,
+ -0.01241302490234375,
+ -0.0517578125,
+ -0.0121917724609375,
+ 0.0240936279296875,
+ 0.017547607421875,
+ 0.0218658447265625,
+ -0.0173187255859375,
+ -0.0189666748046875,
+ -0.0261688232421875,
+ 0.021270751953125,
+ -0.01375579833984375,
+ 0.03448486328125,
+ -0.004238128662109375,
+ 0.04193115234375,
+ 0.01546478271484375,
+ 0.018585205078125,
+ -0.00447845458984375,
+ 0.057708740234375,
+ 0.0218658447265625,
+ -0.022003173828125,
+ -0.0150909423828125,
+ -0.0215606689453125,
+ 0.03448486328125,
+ 0.0147247314453125,
+ -0.0156097412109375,
+ -0.02349853515625,
+ -0.005687713623046875,
+ 0.00557708740234375,
+ 0.0022678375244140625,
+ 0.01494598388671875,
+ 0.005352020263671875,
+ 0.0307769775390625,
+ -0.0229034423828125,
+ 0.006244659423828125,
+ 0.03924560546875,
+ 0.0189666748046875,
+ 0.09991455078125,
+ -0.0347900390625,
+ -0.05145263671875,
+ 0.0273590087890625,
+ 0.0416259765625,
+ 0.007770538330078125,
+ -0.0133056640625,
+ 0.062164306640625,
+ 0.00891876220703125,
+ -0.006244659423828125,
+ 0.0034580230712890625,
+ -0.0121917724609375,
+ 0.0203704833984375,
+ -0.024688720703125,
+ 0.0082550048828125,
+ 0.01502227783203125,
+ -0.01018524169921875,
+ 0.033905029296875,
+ 0.057708740234375,
+ 0.0306396484375,
+ 0.024383544921875,
+ 0.0227508544921875,
+ -0.002277374267578125,
+ -0.021270751953125,
+ -0.016876220703125,
+ -0.07403564453125,
+ 0.007213592529296875,
+ 0.038970947265625,
+ 0.013458251953125,
+ 0.040740966796875,
+ -0.017242431640625,
+ -0.0933837890625,
+ 0.0190277099609375,
+ -0.0194854736328125,
+ 0.0538330078125,
+ 0.06451416015625,
+ 0.01837158203125,
+ 0.03643798828125,
+ -0.0011854171752929688,
+ 0.0159912109375,
+ 0.0177764892578125,
+ 0.00379180908203125,
+ 0.0167236328125,
+ 0.03717041015625,
+ 0.0416259765625,
+ -0.001064300537109375,
+ -0.03436279296875,
+ 0.036865234375,
+ 0.05322265625,
+ 0.027801513671875,
+ -0.0300445556640625,
+ 0.003997802734375,
+ -0.0020351409912109375,
+ 0.0133819580078125,
+ -0.035247802734375,
+ 0.0443115234375,
+ 0.0310821533203125,
+ -0.00933074951171875,
+ 0.005985260009765625,
+ -0.02691650390625,
+ 0.0309295654296875,
+ -0.032562255859375,
+ 0.0227508544921875,
+ 0.00293731689453125,
+ -0.034637451171875,
+ 0.0193328857421875,
+ 0.027069091796875,
+ -0.062744140625,
+ -0.0029926300048828125,
+ 0.043731689453125,
+ -0.07672119140625,
+ 0.01145172119140625,
+ 0.0275115966796875,
+ -0.0249786376953125,
+ -0.0015611648559570312,
+ -0.01702880859375,
+ -0.040740966796875,
+ 0.04461669921875,
+ -0.041046142578125,
+ -0.035552978515625,
+ 0.011077880859375,
+ 0.0275115966796875,
+ -0.047576904296875,
+ -0.02691650390625,
+ -0.00762176513671875,
+ 0.0024166107177734375,
+ -0.017913818359375,
+ -0.0340576171875,
+ 0.0245361328125,
+ -0.01546478271484375,
+ 0.0024166107177734375,
+ 0.02349853515625,
+ 0.050567626953125,
+ -0.01442718505859375,
+ -0.02008056640625,
+ 0.04461669921875,
+ -0.029449462890625,
+ -0.03924560546875,
+ 0.0181427001953125,
+ 0.0123443603515625,
+ 0.033172607421875,
+ -0.0300445556640625,
+ -0.035400390625,
+ -0.0012636184692382812,
+ -0.006916046142578125,
+ 0.002899169921875,
+ 0.03167724609375,
+ -0.01241302490234375,
+ -0.0648193359375,
+ -0.0285491943359375,
+ 0.045501708984375,
+ 0.0081787109375,
+ 0.041351318359375,
+ 0.0019702911376953125,
+ -0.052947998046875,
+ 0.045806884765625,
+ -0.061553955078125,
+ -0.0264739990234375,
+ 0.0052032470703125,
+ 0.0203704833984375,
+ -0.038665771484375,
+ 0.08685302734375,
+ -0.03955078125,
+ -0.02081298828125,
+ 0.002063751220703125,
+ 0.030181884765625,
+ 0.0147247314453125,
+ 0.000013530254364013672,
+ -0.02349853515625,
+ 0.0579833984375,
+ 0.0251312255859375,
+ -0.0443115234375,
+ -0.00873565673828125,
+ -0.021270751953125,
+ -0.010406494140625,
+ 0.056793212890625,
+ -0.044921875,
+ 0.018890380859375,
+ 0.00009584426879882812,
+ -0.06097412109375,
+ -0.0276641845703125,
+ -0.03271484375,
+ 0.00951385498046875,
+ -0.0401611328125,
+ 0.02691650390625,
+ 0.035400390625,
+ -0.00865936279296875,
+ 0.024383544921875,
+ 0.01375579833984375,
+ 0.0239410400390625,
+ 0.016357421875,
+ -0.007213592529296875,
+ -0.0173187255859375,
+ 0.03033447265625,
+ -0.059783935546875,
+ -0.0147247314453125,
+ -0.029296875,
+ 0.01427459716796875,
+ -0.032257080078125,
+ -0.0037555694580078125,
+ 0.0186614990234375,
+ -0.016204833984375,
+ 0.0159149169921875,
+ -0.08270263671875,
+ 0.01568603515625,
+ -0.02691650390625,
+ -0.014495849609375,
+ -0.029296875,
+ -0.001811981201171875,
+ 0.033172607421875,
+ 0.0176239013671875,
+ -0.0174713134765625,
+ 0.007694244384765625,
+ 0.0252838134765625,
+ -0.055023193359375,
+ 0.054718017578125,
+ 0.0116729736328125,
+ 0.0017290115356445312,
+ -0.002471923828125,
+ -0.01152801513671875,
+ 0.01241302490234375,
+ 0.012786865234375,
+ 0.050262451171875,
+ -0.00832366943359375,
+ -0.01189422607421875,
+ -0.0791015625,
+ -0.0028820037841796875,
+ 0.01531982421875,
+ 0.0016632080078125,
+ -0.01502227783203125,
+ -0.0297393798828125,
+ -0.035400390625,
+ -0.004199981689453125,
+ 0.0165863037109375,
+ 0.00891876220703125,
+ 0.0206756591796875,
+ -0.041046142578125,
+ -0.01010894775390625,
+ 0.01078033447265625,
+ -0.0236358642578125,
+ 0.0275115966796875,
+ -0.016204833984375,
+ -0.005615234375,
+ 0.0082550048828125,
+ -0.02587890625,
+ 0.037628173828125,
+ 0.032257080078125,
+ 0.01479339599609375,
+ 0.0252838134765625,
+ 0.020965576171875,
+ -0.0230560302734375,
+ 0.0248260498046875,
+ -0.00498199462890625,
+ -0.03302001953125,
+ -0.0167999267578125,
+ -0.02349853515625,
+ 0.031829833984375,
+ -0.044921875,
+ -0.022308349609375,
+ 0.02557373046875,
+ 0.0177001953125,
+ 0.0347900390625,
+ -0.0298919677734375,
+ -0.005279541015625,
+ 0.036590576171875,
+ 0.0007944107055664062,
+ 0.062744140625,
+ -0.0240936279296875,
+ -0.02899169921875,
+ -0.0084381103515625,
+ 0.0145721435546875,
+ 0.060089111328125,
+ 0.036865234375,
+ 0.01531982421875,
+ -0.05322265625,
+ 0.0186614990234375,
+ 0.043121337890625,
+ -0.0211181640625,
+ -0.03924560546875,
+ -0.00832366943359375,
+ 0.03509521484375,
+ 0.0089569091796875,
+ 0.044921875,
+ 0.01248931884765625,
+ 0.09222412109375,
+ 0.01204681396484375,
+ 0.0013103485107421875,
+ 0.04193115234375,
+ 0.07586669921875,
+ 0.038970947265625,
+ -0.00795745849609375,
+ -0.0340576171875,
+ 0.0023975372314453125,
+ 0.0227508544921875,
+ -0.03643798828125,
+ -0.062164306640625,
+ 0.00865936279296875,
+ 0.07525634765625,
+ -0.0675048828125,
+ -0.0127105712890625,
+ -0.0081787109375,
+ -0.01123046875,
+ 0.0035686492919921875,
+ 0.02825927734375,
+ 0.00695037841796875,
+ 0.034637451171875,
+ 0.007732391357421875,
+ -0.043121337890625,
+ -0.023193359375,
+ -0.00899505615234375,
+ 0.03302001953125,
+ 0.042816162109375,
+ 0.019927978515625,
+ 0.01837158203125,
+ 0.0135345458984375,
+ -0.0017843246459960938,
+ 0.0177001953125,
+ 0.022308349609375,
+ 0.04193115234375,
+ 0.00788116455078125,
+ 0.005054473876953125,
+ 0.03582763671875,
+ 0.0484619140625,
+ -0.010406494140625,
+ 0.0008225440979003906,
+ 0.019622802734375,
+ 0.019775390625,
+ 0.055328369140625,
+ 0.061859130859375,
+ 0.013458251953125,
+ 0.01397705078125,
+ 0.007472991943359375,
+ -0.038360595703125,
+ -0.0150909423828125,
+ 0.022003173828125,
+ 0.0111541748046875,
+ -0.03778076171875,
+ -0.03167724609375,
+ 0.02825927734375,
+ -0.035247802734375,
+ 0.03955078125,
+ 0.038360595703125,
+ -0.02557373046875,
+ -0.0014495849609375,
+ 0.049652099609375,
+ -0.005947113037109375,
+ -0.040740966796875,
+ 0.0236358642578125,
+ -0.01873779296875,
+ -0.055023193359375,
+ -0.019775390625,
+ -0.036285400390625,
+ 0.023345947265625,
+ -0.019622802734375,
+ -0.055023193359375,
+ -0.0190277099609375,
+ 0.036590576171875,
+ -0.0236358642578125,
+ -0.04400634765625,
+ -0.0202178955078125,
+ -0.011077880859375,
+ -0.01241302490234375,
+ -0.038665771484375,
+ -0.0538330078125,
+ -0.0279541015625,
+ 0.030181884765625,
+ -0.038970947265625,
+ 0.050262451171875,
+ 0.0018777847290039062,
+ -0.0264739990234375,
+ -0.019775390625,
+ -0.022308349609375,
+ -0.003662109375,
+ 0.025421142578125,
+ -0.02587890625,
+ 0.045806884765625,
+ 0.00873565673828125,
+ 0.0340576171875,
+ 0.038360595703125,
+ 0.083251953125,
+ -0.032257080078125,
+ 0.0186614990234375,
+ -0.0248260498046875,
+ -0.0743408203125,
+ 0.0264739990234375,
+ 0.007732391357421875,
+ 0.011749267578125,
+ -0.0755615234375,
+ 0.01419830322265625,
+ 0.047576904296875,
+ -0.08148193359375,
+ 0.0203704833984375,
+ 0.00702667236328125,
+ -0.0194854736328125,
+ -0.011077880859375,
+ -0.010040283203125,
+ -0.01435089111328125,
+ 0.01129913330078125,
+ 0.09515380859375,
+ 0.0182952880859375,
+ -0.01197052001953125,
+ 0.005390167236328125,
+ -0.060089111328125,
+ 0.054412841796875,
+ 0.0218658447265625,
+ 0.004703521728515625,
+ -0.0689697265625,
+ 0.004573822021484375,
+ 0.0211181640625,
+ -0.029144287109375,
+ 0.00635528564453125,
+ -0.0689697265625,
+ -0.01256561279296875,
+ 0.0401611328125,
+ 0.01055908203125,
+ -0.01435089111328125,
+ -0.0050201416015625,
+ -0.03924560546875,
+ -0.0211181640625,
+ -0.038665771484375,
+ 0.018585205078125,
+ -0.006877899169921875,
+ -0.003215789794921875,
+ -0.052337646484375,
+ -0.0011339187622070312,
+ -0.0089569091796875,
+ -0.05621337890625,
+ -0.032257080078125,
+ -0.0275115966796875,
+ 0.045196533203125,
+ -0.006244659423828125,
+ -0.035675048828125,
+ 0.055023193359375,
+ 0.0287017822265625,
+ -0.00754547119140625,
+ 0.0188140869140625,
+ 0.04461669921875,
+ -0.03924560546875,
+ 0.0042572021484375,
+ -0.017913818359375,
+ 0.0240936279296875,
+ -0.01055908203125,
+ 0.0012359619140625,
+ 0.002788543701171875,
+ -0.014129638671875,
+ 0.03985595703125,
+ -0.0565185546875,
+ 0.0285491943359375,
+ 0.01010894775390625,
+ -0.007099151611328125,
+ -0.0347900390625,
+ -0.02349853515625,
+ -0.024688720703125,
+ -0.00795745849609375,
+ -0.00907135009765625,
+ 0.052032470703125,
+ -0.005130767822265625,
+ 0.004741668701171875,
+ -0.11181640625,
+ 0.03985595703125,
+ 0.0015802383422851562,
+ 0.006877899169921875,
+ -0.005649566650390625,
+ -0.0205230712890625,
+ -0.054412841796875,
+ -0.03509521484375,
+ -0.0022869110107421875,
+ 0.0227508544921875,
+ -0.00498199462890625,
+ 0.0264739990234375,
+ -0.01375579833984375,
+ 0.0110015869140625,
+ 0.00951385498046875,
+ -0.020965576171875,
+ 0.004833221435546875,
+ 0.03436279296875,
+ 0.02008056640625,
+ -0.0272064208984375,
+ 0.057708740234375,
+ -0.038970947265625,
+ -0.007472991943359375,
+ -0.0161285400390625,
+ 0.0067291259765625,
+ -0.0005159378051757812,
+ -0.0003299713134765625,
+ -0.01316070556640625,
+ -0.017242431640625,
+ 0.01442718505859375,
+ 0.02557373046875,
+ -0.010040283203125,
+ 0.00002759695053100586,
+ -0.00665283203125,
+ 0.0306396484375,
+ 0.0287017822265625,
+ -0.0227508544921875,
+ 0.0135345458984375,
+ 0.027801513671875,
+ 0.0019893646240234375,
+ -0.03436279296875,
+ -0.0850830078125,
+ -0.0838623046875,
+ 0.023345947265625,
+ -0.05322265625,
+ -0.0046844482421875,
+ 0.005466461181640625,
+ 0.0193328857421875,
+ 0.01145172119140625,
+ -0.034210205078125,
+ 0.006282806396484375,
+ -0.0072479248046875,
+ -0.0206756591796875,
+ -0.0161285400390625,
+ 0.040435791015625,
+ 0.003047943115234375,
+ -0.0110015869140625,
+ 0.03985595703125,
+ -0.047271728515625,
+ 0.0023975372314453125,
+ -0.019622802734375,
+ -0.010040283203125,
+ -0.0224609375,
+ -0.0045928955078125,
+ -0.031524658203125,
+ 0.03436279296875,
+ -0.062164306640625,
+ -0.041046142578125,
+ 0.017547607421875,
+ 0.0206756591796875,
+ 0.038970947265625,
+ -0.043121337890625,
+ 0.042816162109375,
+ -0.01010894775390625,
+ -0.07373046875,
+ 0.0287017822265625,
+ -0.0203704833984375,
+ -0.035675048828125,
+ 0.032562255859375,
+ 0.0030117034912109375,
+ 0.007659912109375,
+ 0.00925445556640625,
+ 0.03985595703125,
+ 0.0251312255859375,
+ 0.050567626953125,
+ -0.00676727294921875,
+ -0.0279541015625,
+ 0.00429534912109375,
+ -0.0275115966796875,
+ 0.01702880859375,
+ 0.03924560546875,
+ 0.01546478271484375,
+ -0.002452850341796875,
+ 0.0025463104248046875,
+ -0.009033203125,
+ -0.07464599609375,
+ -0.01248931884765625,
+ -0.0189666748046875,
+ -0.062744140625,
+ 0.0156097412109375,
+ 0.06988525390625,
+ 0.027069091796875,
+ 0.0310821533203125,
+ 0.0004322528839111328,
+ 0.04669189453125,
+ 0.0295867919921875,
+ 0.01078033447265625,
+ -0.0276641845703125,
+ -0.037017822265625,
+ -0.029144287109375,
+ 0.013458251953125,
+ 0.004367828369140625,
+ -0.05828857421875,
+ 0.048187255859375,
+ 0.040740966796875,
+ -0.00550079345703125,
+ -0.0164337158203125,
+ 0.01435089111328125,
+ -0.0013380050659179688,
+ 0.0579833984375,
+ 0.0072479248046875,
+ 0.0017375946044921875,
+ -0.047576904296875,
+ 0.00839996337890625,
+ 0.048187255859375,
+ -0.0060577392578125,
+ -0.0249786376953125,
+ -0.0005717277526855469,
+ -0.0214080810546875,
+ 0.0261688232421875,
+ -0.069580078125,
+ -0.01197052001953125,
+ 0.005279541015625,
+ 0.08563232421875,
+ -0.00795745849609375,
+ -0.04461669921875,
+ 0.00974273681640625,
+ 0.020965576171875,
+ 0.010040283203125,
+ -0.04638671875,
+ 0.01145172119140625,
+ 0.0218658447265625,
+ -0.00455474853515625,
+ 0.0261688232421875,
+ 0.035247802734375,
+ -0.0019054412841796875,
+ 0.0298919677734375,
+ 0.0240936279296875,
+ -0.06097412109375,
+ 0.03509521484375,
+ 0.00899505615234375,
+ 0.01419830322265625,
+ -0.01129913330078125,
+ -0.043731689453125,
+ -0.0215606689453125,
+ -0.045501708984375,
+ 0.02899169921875,
+ 0.0085906982421875,
+ 0.055328369140625,
+ -0.0005435943603515625,
+ -0.0133056640625,
+ -0.014495849609375,
+ 0.03240966796875,
+ 0.036285400390625,
+ 0.020965576171875,
+ 0.01018524169921875,
+ 0.004444122314453125,
+ -0.00676727294921875,
+ -0.02557373046875,
+ 0.034210205078125,
+ -0.041351318359375,
+ 0.04400634765625,
+ -0.04193115234375,
+ 0.01033782958984375,
+ -0.046112060546875,
+ 0.0032901763916015625,
+ 0.005352020263671875,
+ -0.01360321044921875,
+ 0.0008597373962402344,
+ -0.0297393798828125,
+ 0.0025463104248046875,
+ -0.01026153564453125,
+ -0.040435791015625,
+ 0.007659912109375,
+ 0.043731689453125,
+ -0.03167724609375,
+ 0.026611328125,
+ -0.009185791015625,
+ -0.034210205078125,
+ 0.00362396240234375,
+ -0.0687255859375,
+ 0.0755615234375,
+ 0.0285491943359375,
+ 0.01494598388671875,
+ 0.005130767822265625,
+ 0.040435791015625,
+ 0.0285491943359375,
+ 0.0063934326171875,
+ 0.025726318359375,
+ 0.01093292236328125,
+ -0.0178375244140625,
+ 0.03985595703125,
+ 0.04669189453125,
+ 0.003215789794921875,
+ -0.04669189453125,
+ 0.01197052001953125,
+ 0.0310821533203125,
+ -0.037017822265625,
+ 0.027801513671875,
+ 0.02215576171875,
+ 0.038665771484375,
+ -0.007732391357421875,
+ -0.00200653076171875,
+ -0.012786865234375,
+ -0.0538330078125,
+ 0.0579833984375,
+ 0.00008362531661987305,
+ 0.01494598388671875,
+ 0.049652099609375,
+ -0.05145263671875,
+ 0.038055419921875,
+ -0.00023472309112548828,
+ 0.07672119140625,
+ -0.06634521484375,
+ 0.026611328125,
+ -0.0031414031982421875,
+ 0.0133056640625,
+ -0.01486968994140625,
+ 0.007175445556640625,
+ 0.0211181640625,
+ 0.01605224609375,
+ -0.0010547637939453125,
+ 0.040740966796875,
+ 0.0009245872497558594,
+ 0.007511138916015625,
+ -0.07373046875,
+ 0.009185791015625,
+ -0.025726318359375,
+ -0.006618499755859375,
+ 0.0185089111328125,
+ -0.0273590087890625,
+ -0.0135345458984375,
+ 0.0123443603515625,
+ 0.0240936279296875,
+ 0.06396484375,
+ -0.00234222412109375,
+ 0.04638671875,
+ 0.0106353759765625,
+ -0.03643798828125,
+ -0.02899169921875,
+ -0.03582763671875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "live-acquisition",
+ "scenario:memory_dump",
+ "chain-of-custody",
+ "standards-compliant",
+ "contamination-aware",
+ "tool-selection",
+ "kernel-protection",
+ "anti-forensics",
+ "documentation-critical",
+ "volatility-compatible"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Festplatten_Partitionierung",
+ "type": "tool",
+ "name": "Linux Festplatten-Partitionierung",
+ "content": "linux festplatten-partitionierung systematische datenträger-aufteilung mit fdisk (mbr) oder gdisk (gpt) für forensische imaging-workflows. unterstützt dos-, gpt-, sgi- und sun-partitionierungen. kombiniert mit mkfs für dateisystem-erstellung. essentiell für evidence-storage und analyse-partitionen. disk-partitioning gpt-analysis mbr-analysis filesystem-creation evidence-storage incident-response static-investigations data-collection examination",
+ "embedding": [
+ 0.004482269287109375,
+ 0.022003173828125,
+ 0.07379150390625,
+ -0.0200958251953125,
+ 0.0251312255859375,
+ 0.04852294921875,
+ 0.001186370849609375,
+ 0.001186370849609375,
+ -0.0132598876953125,
+ -0.003444671630859375,
+ -0.04608154296875,
+ 0.042816162109375,
+ 0.0006632804870605469,
+ -0.0303192138671875,
+ -0.044189453125,
+ 0.03656005859375,
+ 0.0059356689453125,
+ 0.00431060791015625,
+ -0.0036602020263671875,
+ 0.0012350082397460938,
+ -0.02252197265625,
+ -0.0228729248046875,
+ -0.07244873046875,
+ 0.035858154296875,
+ -0.006195068359375,
+ 0.008148193359375,
+ -0.0254669189453125,
+ -0.08111572265625,
+ -0.002231597900390625,
+ 0.003856658935546875,
+ 0.0027618408203125,
+ -0.0115203857421875,
+ -0.00909423828125,
+ 0.013946533203125,
+ 0.006500244140625,
+ -0.0217437744140625,
+ -0.01104736328125,
+ -0.04852294921875,
+ -0.00740814208984375,
+ -0.005352020263671875,
+ -0.035186767578125,
+ -0.0015058517456054688,
+ 0.01473236083984375,
+ -0.00870513916015625,
+ -0.02374267578125,
+ -0.03778076171875,
+ 0.0014514923095703125,
+ -0.0029888153076171875,
+ 0.0005388259887695312,
+ -0.04541015625,
+ 0.040557861328125,
+ 0.0004305839538574219,
+ 0.0096588134765625,
+ -0.0266876220703125,
+ -0.02703857421875,
+ 0.03759765625,
+ 0.0223541259765625,
+ -0.008148193359375,
+ -0.002349853515625,
+ 0.03985595703125,
+ -0.028594970703125,
+ 0.0080108642578125,
+ 0.0009851455688476562,
+ -0.00797271728515625,
+ 0.01087188720703125,
+ 0.0277252197265625,
+ -0.00896453857421875,
+ -0.033782958984375,
+ 0.005199432373046875,
+ 0.0228729248046875,
+ 0.004657745361328125,
+ -0.003940582275390625,
+ 0.0025348663330078125,
+ 0.022186279296875,
+ -0.03363037109375,
+ -0.05615234375,
+ 0.0163726806640625,
+ 0.0301513671875,
+ 0.0004630088806152344,
+ -0.0084075927734375,
+ -0.053375244140625,
+ 0.01360321044921875,
+ 0.0298004150390625,
+ -0.00936126708984375,
+ -0.04193115234375,
+ -0.01239013671875,
+ 0.007537841796875,
+ 0.0086212158203125,
+ -0.0196685791015625,
+ -0.0289459228515625,
+ 0.00901031494140625,
+ 0.003314971923828125,
+ 0.0260009765625,
+ 0.0016460418701171875,
+ 0.0310211181640625,
+ 0.07037353515625,
+ 0.023223876953125,
+ -0.01221466064453125,
+ 0.00420379638671875,
+ 0.01300048828125,
+ 0.019317626953125,
+ -0.0277252197265625,
+ 0.057891845703125,
+ 0.0299835205078125,
+ 0.06378173828125,
+ -0.035858154296875,
+ 0.0175933837890625,
+ 0.0017108917236328125,
+ -0.012908935546875,
+ -0.04315185546875,
+ -0.08245849609375,
+ -0.019317626953125,
+ -0.0244293212890625,
+ -0.03570556640625,
+ 0.010009765625,
+ -0.006153106689453125,
+ -0.016204833984375,
+ 0.037078857421875,
+ -0.039520263671875,
+ -0.0220947265625,
+ 0.026336669921875,
+ 0.01515960693359375,
+ 0.004634857177734375,
+ 0.01096343994140625,
+ -0.0450439453125,
+ -0.02685546875,
+ 0.0153350830078125,
+ 0.0247802734375,
+ -0.042449951171875,
+ -0.026336669921875,
+ -0.0212249755859375,
+ -0.02044677734375,
+ -0.039154052734375,
+ -0.0272064208984375,
+ -0.01421356201171875,
+ -0.0235748291015625,
+ 0.02374267578125,
+ -0.0223541259765625,
+ -0.0175933837890625,
+ 0.025299072265625,
+ 0.030853271484375,
+ -0.0294647216796875,
+ -0.06689453125,
+ 0.0005764961242675781,
+ -0.0180206298828125,
+ -0.02001953125,
+ -0.02911376953125,
+ 0.0305023193359375,
+ -0.03759765625,
+ -0.036376953125,
+ -0.012908935546875,
+ 0.036224365234375,
+ 0.048858642578125,
+ 0.0217437744140625,
+ 0.0018739700317382812,
+ -0.028594970703125,
+ 0.01334381103515625,
+ -0.01117706298828125,
+ 0.0187225341796875,
+ -0.00926971435546875,
+ -0.02911376953125,
+ 0.01061248779296875,
+ 0.00788116455078125,
+ 0.05059814453125,
+ -0.01629638671875,
+ -0.06549072265625,
+ -0.033782958984375,
+ 0.02001953125,
+ 0.0202789306640625,
+ 0.0126495361328125,
+ 0.0220947265625,
+ 0.003940582275390625,
+ 0.053375244140625,
+ 0.05926513671875,
+ 0.0247802734375,
+ 0.033782958984375,
+ 0.0029239654541015625,
+ 0.0029468536376953125,
+ 0.037445068359375,
+ 0.021575927734375,
+ -0.007537841796875,
+ -0.03118896484375,
+ 0.0142974853515625,
+ 0.01551055908203125,
+ 0.01386260986328125,
+ 0.0023059844970703125,
+ -0.00714874267578125,
+ 0.01507568359375,
+ -0.026519775390625,
+ 0.026336669921875,
+ -0.039337158203125,
+ -0.009918212890625,
+ 0.0101776123046875,
+ 0.030670166015625,
+ 0.0102691650390625,
+ 0.0838623046875,
+ 0.053375244140625,
+ -0.0310211181640625,
+ 0.037445068359375,
+ 0.00348663330078125,
+ -0.0154266357421875,
+ 0.057891845703125,
+ -0.002696990966796875,
+ 0.041595458984375,
+ 0.0355224609375,
+ 0.002750396728515625,
+ 0.0239105224609375,
+ 0.03448486328125,
+ 0.0136871337890625,
+ -0.033782958984375,
+ -0.00580596923828125,
+ 0.0474853515625,
+ 0.005306243896484375,
+ -0.032745361328125,
+ -0.048858642578125,
+ -0.0240936279296875,
+ 0.0026645660400390625,
+ 0.007190704345703125,
+ -0.020355224609375,
+ 0.0136871337890625,
+ -0.0249481201171875,
+ -0.055450439453125,
+ 0.0184478759765625,
+ 0.0136871337890625,
+ -0.0164642333984375,
+ 0.048187255859375,
+ 0.0157623291015625,
+ -0.037445068359375,
+ -0.052001953125,
+ 0.019317626953125,
+ 0.0164642333984375,
+ 0.03466796875,
+ -0.01230621337890625,
+ 0.006023406982421875,
+ -0.0246124267578125,
+ -0.01239013671875,
+ 0.053375244140625,
+ 0.01447296142578125,
+ 0.0233917236328125,
+ 0.003856658935546875,
+ -0.021575927734375,
+ 0.028076171875,
+ -0.0017108917236328125,
+ 0.04437255859375,
+ 0.0251312255859375,
+ -0.0299835205078125,
+ 0.00415802001953125,
+ -0.003162384033203125,
+ 0.0305023193359375,
+ 0.037078857421875,
+ -0.04644775390625,
+ -0.0194091796875,
+ -0.08697509765625,
+ -0.01091766357421875,
+ -0.0557861328125,
+ -0.0175933837890625,
+ -0.019500732421875,
+ -0.05926513671875,
+ 0.0254669189453125,
+ -0.036224365234375,
+ -0.048187255859375,
+ 0.0181884765625,
+ 0.02911376953125,
+ -0.023040771484375,
+ 0.0294647216796875,
+ 0.00513458251953125,
+ -0.0292816162109375,
+ 0.0289459228515625,
+ 0.0814208984375,
+ -0.0186309814453125,
+ 0.002166748046875,
+ -0.0261688232421875,
+ 0.022705078125,
+ 0.02001953125,
+ 0.0261688232421875,
+ -0.038818359375,
+ -0.00237274169921875,
+ 0.0170745849609375,
+ 0.0036830902099609375,
+ 0.01104736328125,
+ -0.047821044921875,
+ 0.004268646240234375,
+ 0.0235748291015625,
+ 0.015594482421875,
+ -0.030670166015625,
+ 0.00701904296875,
+ -0.004940032958984375,
+ -0.0012617111206054688,
+ -0.0197601318359375,
+ -0.05059814453125,
+ 0.0030536651611328125,
+ 0.035003662109375,
+ -0.00006902217864990234,
+ 0.0072784423828125,
+ 0.0179290771484375,
+ -0.04437255859375,
+ 0.035186767578125,
+ 0.00988006591796875,
+ -0.01421356201171875,
+ 0.0031185150146484375,
+ 0.016204833984375,
+ -0.005199432373046875,
+ 0.018890380859375,
+ -0.00970458984375,
+ -0.007236480712890625,
+ -0.021484375,
+ -0.0184478759765625,
+ 0.0014190673828125,
+ -0.0194091796875,
+ -0.0313720703125,
+ -0.0153350830078125,
+ 0.0251312255859375,
+ -0.0154266357421875,
+ 0.01061248779296875,
+ -0.0251312255859375,
+ 0.0158538818359375,
+ -0.02001953125,
+ -0.05267333984375,
+ 0.0260009765625,
+ -0.041748046875,
+ -0.04315185546875,
+ -0.0037689208984375,
+ 0.032928466796875,
+ 0.010528564453125,
+ -0.005588531494140625,
+ -0.023040771484375,
+ -0.0020465850830078125,
+ -0.0313720703125,
+ 0.029632568359375,
+ -0.02703857421875,
+ 0.049560546875,
+ -0.0024051666259765625,
+ 0.04852294921875,
+ 0.0261688232421875,
+ 0.0220947265625,
+ -0.0217437744140625,
+ 0.04296875,
+ 0.030670166015625,
+ -0.021484375,
+ -0.0113525390625,
+ 0.0022411346435546875,
+ 0.0027179718017578125,
+ 0.01715087890625,
+ -0.03656005859375,
+ -0.0400390625,
+ -0.01464080810546875,
+ -0.0113525390625,
+ 0.037261962890625,
+ 0.01629638671875,
+ 0.0140380859375,
+ 0.0159454345703125,
+ -0.045745849609375,
+ 0.00606536865234375,
+ 0.050933837890625,
+ 0.005893707275390625,
+ 0.094970703125,
+ -0.006023406982421875,
+ -0.038116455078125,
+ 0.0219268798828125,
+ 0.0322265625,
+ 0.0115203857421875,
+ -0.00431060791015625,
+ 0.03656005859375,
+ -0.00121307373046875,
+ -0.01091766357421875,
+ 0.023223876953125,
+ 0.004352569580078125,
+ 0.03466796875,
+ -0.00957489013671875,
+ -0.01715087890625,
+ -0.00797271728515625,
+ -0.0301513671875,
+ 0.035186767578125,
+ 0.058929443359375,
+ 0.0153350830078125,
+ 0.0235748291015625,
+ 0.011871337890625,
+ -0.01551055908203125,
+ -0.020965576171875,
+ -0.04107666015625,
+ -0.048187255859375,
+ -0.007755279541015625,
+ 0.0266876220703125,
+ 0.00970458984375,
+ 0.023223876953125,
+ -0.02581787109375,
+ -0.07379150390625,
+ 0.01438140869140625,
+ -0.048858642578125,
+ 0.040374755859375,
+ 0.01515960693359375,
+ 0.038818359375,
+ 0.022186279296875,
+ -0.004810333251953125,
+ 0.00836181640625,
+ 0.0097503662109375,
+ -0.00632476806640625,
+ 0.00849151611328125,
+ 0.0299835205078125,
+ 0.047149658203125,
+ -0.00988006591796875,
+ -0.031524658203125,
+ 0.0325927734375,
+ 0.037261962890625,
+ 0.031890869140625,
+ 0.003704071044921875,
+ 0.0192413330078125,
+ 0.00771331787109375,
+ 0.0282440185546875,
+ -0.03759765625,
+ 0.0287628173828125,
+ 0.035003662109375,
+ -0.0240936279296875,
+ -0.0010347366333007812,
+ -0.0107879638671875,
+ 0.000812530517578125,
+ -0.038116455078125,
+ 0.0069732666015625,
+ 0.00658416748046875,
+ -0.008056640625,
+ 0.000942230224609375,
+ 0.028076171875,
+ -0.06134033203125,
+ -0.00389862060546875,
+ 0.030853271484375,
+ -0.07037353515625,
+ 0.04229736328125,
+ 0.0165557861328125,
+ 0.0030536651611328125,
+ 0.01070404052734375,
+ -0.01195526123046875,
+ -0.05926513671875,
+ 0.01421356201171875,
+ -0.049560546875,
+ -0.0191497802734375,
+ 0.0200958251953125,
+ 0.01221466064453125,
+ -0.035003662109375,
+ -0.037078857421875,
+ -0.01030731201171875,
+ -0.038482666015625,
+ -0.0045928955078125,
+ -0.00922393798828125,
+ 0.04071044921875,
+ 0.0009908676147460938,
+ -0.001613616943359375,
+ 0.01334381103515625,
+ 0.064453125,
+ -0.01169586181640625,
+ -0.01195526123046875,
+ 0.07037353515625,
+ -0.006237030029296875,
+ -0.06304931640625,
+ -0.00405120849609375,
+ 0.0094451904296875,
+ 0.01525115966796875,
+ -0.0266876220703125,
+ -0.02789306640625,
+ 0.00896453857421875,
+ 0.01473236083984375,
+ 0.0223541259765625,
+ 0.02252197265625,
+ -0.0540771484375,
+ -0.048858642578125,
+ -0.0450439453125,
+ 0.0191497802734375,
+ -0.01499176025390625,
+ 0.01983642578125,
+ 0.0187225341796875,
+ -0.027557373046875,
+ 0.0214080810546875,
+ -0.0648193359375,
+ -0.06378173828125,
+ 0.004093170166015625,
+ 0.00896453857421875,
+ -0.0266876220703125,
+ 0.0540771484375,
+ -0.02001953125,
+ -0.007236480712890625,
+ -0.0305023193359375,
+ 0.05303955078125,
+ 0.0181884765625,
+ -0.01715087890625,
+ -0.0343017578125,
+ 0.0303192138671875,
+ 0.03240966796875,
+ -0.059600830078125,
+ -0.0056304931640625,
+ -0.016021728515625,
+ -0.004180908203125,
+ 0.042816162109375,
+ -0.047149658203125,
+ 0.01499176025390625,
+ 0.01195526123046875,
+ -0.0887451171875,
+ -0.0165557861328125,
+ -0.019500732421875,
+ -0.0175933837890625,
+ -0.0017108917236328125,
+ 0.022003173828125,
+ 0.05511474609375,
+ 0.00931549072265625,
+ 0.01178741455078125,
+ 0.0207977294921875,
+ 0.0228729248046875,
+ 0.01195526123046875,
+ 0.0154266357421875,
+ 0.006366729736328125,
+ 0.0054168701171875,
+ -0.04229736328125,
+ -0.060638427734375,
+ -0.037078857421875,
+ 0.071044921875,
+ -0.03240966796875,
+ 0.004222869873046875,
+ -0.036224365234375,
+ -0.026519775390625,
+ 0.06829833984375,
+ -0.0367431640625,
+ 0.002880096435546875,
+ -0.0367431640625,
+ -0.0037899017333984375,
+ -0.01551055908203125,
+ -0.0256500244140625,
+ 0.007755279541015625,
+ 0.028076171875,
+ 0.0246124267578125,
+ 0.0168914794921875,
+ 0.0305023193359375,
+ -0.06793212890625,
+ 0.02374267578125,
+ 0.02374267578125,
+ 0.019927978515625,
+ 0.004398345947265625,
+ 0.00957489013671875,
+ 0.0247802734375,
+ -0.0077972412109375,
+ 0.038818359375,
+ -0.02789306640625,
+ -0.042633056640625,
+ -0.08282470703125,
+ 0.030670166015625,
+ 0.017242431640625,
+ -0.0235748291015625,
+ -0.0168914794921875,
+ -0.0185394287109375,
+ -0.08837890625,
+ -0.0006198883056640625,
+ 0.044189453125,
+ -0.004657745361328125,
+ 0.003833770751953125,
+ -0.033782958984375,
+ -0.01308441162109375,
+ -0.007061004638671875,
+ -0.01412200927734375,
+ 0.03448486328125,
+ -0.01195526123046875,
+ 0.0260009765625,
+ -0.00196075439453125,
+ -0.0164642333984375,
+ 0.0140380859375,
+ 0.03533935546875,
+ 0.050933837890625,
+ 0.0228729248046875,
+ 0.0218353271484375,
+ -0.03533935546875,
+ -0.0299835205078125,
+ -0.02789306640625,
+ -0.0294647216796875,
+ 0.00036835670471191406,
+ -0.0261688232421875,
+ 0.0137786865234375,
+ -0.04296875,
+ -0.023040771484375,
+ 0.01551055908203125,
+ -0.01178741455078125,
+ 0.040191650390625,
+ -0.01230621337890625,
+ -0.01013946533203125,
+ 0.01030731201171875,
+ 0.00154876708984375,
+ 0.07904052734375,
+ -0.0235748291015625,
+ -0.050933837890625,
+ 0.0282440185546875,
+ 0.0104827880859375,
+ 0.0165557861328125,
+ 0.0266876220703125,
+ -0.01239013671875,
+ -0.01525115966796875,
+ 0.019317626953125,
+ 0.037078857421875,
+ -0.0299835205078125,
+ -0.00550079345703125,
+ -0.036224365234375,
+ 0.008148193359375,
+ 0.0212249755859375,
+ 0.0355224609375,
+ 0.006500244140625,
+ 0.057525634765625,
+ 0.0287628173828125,
+ 0.00363922119140625,
+ 0.0228729248046875,
+ 0.0797119140625,
+ 0.023223876953125,
+ -0.00400543212890625,
+ -0.042633056640625,
+ 0.0056304931640625,
+ 0.0038776397705078125,
+ -0.044708251953125,
+ -0.022705078125,
+ 0.0084075927734375,
+ 0.052337646484375,
+ -0.043670654296875,
+ -0.0244293212890625,
+ 0.01195526123046875,
+ -0.0322265625,
+ 0.0107421875,
+ 0.02911376953125,
+ -0.0251312255859375,
+ 0.02685546875,
+ 0.01334381103515625,
+ -0.0367431640625,
+ -0.0289459228515625,
+ -0.01490020751953125,
+ 0.026519775390625,
+ 0.058563232421875,
+ 0.0168914794921875,
+ -0.01300048828125,
+ 0.017669677734375,
+ 0.0167236328125,
+ 0.0299835205078125,
+ 0.041748046875,
+ 0.035003662109375,
+ 0.00335693359375,
+ 0.01334381103515625,
+ 0.051300048828125,
+ 0.027557373046875,
+ -0.01490020751953125,
+ -0.0202789306640625,
+ 0.01256561279296875,
+ 0.0421142578125,
+ 0.0537109375,
+ 0.056488037109375,
+ 0.005847930908203125,
+ 0.017669677734375,
+ -0.008056640625,
+ -0.03448486328125,
+ 0.00766754150390625,
+ 0.019927978515625,
+ 0.0047454833984375,
+ -0.05511474609375,
+ -0.04852294921875,
+ -0.004505157470703125,
+ -0.044708251953125,
+ 0.04608154296875,
+ 0.019317626953125,
+ -0.01983642578125,
+ -0.00714874267578125,
+ 0.01117706298828125,
+ 0.00797271728515625,
+ -0.037078857421875,
+ 0.020965576171875,
+ -0.020355224609375,
+ -0.009185791015625,
+ -0.040557861328125,
+ -0.022186279296875,
+ 0.02105712890625,
+ -0.01360321044921875,
+ -0.04193115234375,
+ -0.0220947265625,
+ 0.023223876953125,
+ -0.0206146240234375,
+ -0.03656005859375,
+ -0.0219268798828125,
+ -0.0067138671875,
+ -0.01629638671875,
+ -0.03363037109375,
+ -0.040374755859375,
+ -0.02789306640625,
+ 0.0093994140625,
+ -0.0298004150390625,
+ 0.005893707275390625,
+ -0.022186279296875,
+ -0.0287628173828125,
+ -0.012908935546875,
+ -0.031890869140625,
+ -0.038299560546875,
+ 0.0113525390625,
+ -0.0367431640625,
+ 0.0433349609375,
+ 0.01230621337890625,
+ 0.0136871337890625,
+ 0.036041259765625,
+ 0.0693359375,
+ -0.0165557861328125,
+ 0.0192413330078125,
+ -0.0010776519775390625,
+ -0.0640869140625,
+ 0.01421356201171875,
+ -0.01776123046875,
+ 0.004547119140625,
+ -0.07659912109375,
+ -0.01221466064453125,
+ 0.073486328125,
+ -0.05267333984375,
+ 0.0018739700317382812,
+ -0.017242431640625,
+ -0.033782958984375,
+ -0.055450439453125,
+ 0.01013946533203125,
+ 0.0110931396484375,
+ 0.0313720703125,
+ 0.084228515625,
+ -0.01030731201171875,
+ -0.0032062530517578125,
+ -0.0067596435546875,
+ -0.0450439453125,
+ 0.0396728515625,
+ 0.0003790855407714844,
+ 0.02044677734375,
+ -0.033782958984375,
+ 0.0244293212890625,
+ 0.0007853507995605469,
+ -0.002567291259765625,
+ 0.0159454345703125,
+ -0.06964111328125,
+ 0.037445068359375,
+ 0.0301513671875,
+ 0.0088348388671875,
+ -0.026519775390625,
+ -0.02252197265625,
+ -0.048187255859375,
+ -0.0191497802734375,
+ -0.035003662109375,
+ 0.01412200927734375,
+ -0.0001354217529296875,
+ 0.0006852149963378906,
+ -0.027557373046875,
+ -0.04296875,
+ -0.0235748291015625,
+ -0.034149169921875,
+ -0.039520263671875,
+ -0.00823211669921875,
+ 0.03363037109375,
+ -0.004138946533203125,
+ -0.0640869140625,
+ 0.035186767578125,
+ 0.01568603515625,
+ 0.0170745849609375,
+ 0.016021728515625,
+ 0.062744140625,
+ -0.0301513671875,
+ -0.01568603515625,
+ -0.000690460205078125,
+ 0.017333984375,
+ -0.005893707275390625,
+ -0.01091766357421875,
+ -0.01412200927734375,
+ -0.0037899017333984375,
+ 0.03326416015625,
+ -0.045745849609375,
+ 0.035186767578125,
+ 0.0303192138671875,
+ -0.0421142578125,
+ -0.044708251953125,
+ -0.041595458984375,
+ -0.017852783203125,
+ 0.0165557861328125,
+ -0.007755279541015625,
+ 0.038818359375,
+ 0.0083160400390625,
+ -0.026519775390625,
+ -0.1060791015625,
+ 0.049224853515625,
+ -0.008148193359375,
+ 0.0313720703125,
+ 0.017669677734375,
+ -0.005718231201171875,
+ -0.056488037109375,
+ -0.0305023193359375,
+ -0.036895751953125,
+ 0.00714874267578125,
+ -0.0164642333984375,
+ 0.0181884765625,
+ -0.0017223358154296875,
+ -0.0132598876953125,
+ 0.01715087890625,
+ -0.043487548828125,
+ 0.0032711029052734375,
+ 0.0648193359375,
+ 0.0256500244140625,
+ -0.033447265625,
+ 0.033782958984375,
+ -0.0261688232421875,
+ 0.0310211181640625,
+ 0.0006875991821289062,
+ -0.0025348663330078125,
+ 0.0086669921875,
+ 0.0025119781494140625,
+ -0.02911376953125,
+ 0.002349853515625,
+ 0.061004638671875,
+ 0.059600830078125,
+ -0.003509521484375,
+ 0.01282501220703125,
+ 0.011871337890625,
+ 0.0355224609375,
+ 0.01334381103515625,
+ -0.0175933837890625,
+ 0.0190582275390625,
+ 0.007579803466796875,
+ -0.0081024169921875,
+ -0.016815185546875,
+ -0.07000732421875,
+ -0.10400390625,
+ 0.0132598876953125,
+ -0.0169830322265625,
+ -0.03656005859375,
+ 0.0249481201171875,
+ 0.01629638671875,
+ 0.03466796875,
+ -0.0096588134765625,
+ 0.0025119781494140625,
+ 0.03118896484375,
+ -0.00978851318359375,
+ -0.03759765625,
+ 0.010833740234375,
+ -0.0157623291015625,
+ 0.041229248046875,
+ -0.01611328125,
+ -0.07904052734375,
+ 0.036224365234375,
+ -0.0282440185546875,
+ -0.00405120849609375,
+ -0.00926971435546875,
+ -0.0140380859375,
+ -0.03118896484375,
+ 0.027557373046875,
+ -0.06549072265625,
+ -0.0110015869140625,
+ 0.043670654296875,
+ 0.01629638671875,
+ 0.00870513916015625,
+ -0.022003173828125,
+ 0.049896240234375,
+ -0.030853271484375,
+ -0.035003662109375,
+ 0.047821044921875,
+ -0.018280029296875,
+ -0.009918212890625,
+ -0.00909423828125,
+ -0.00952911376953125,
+ 0.007495880126953125,
+ 0.0260009765625,
+ 0.060302734375,
+ 0.036041259765625,
+ 0.0310211181640625,
+ -0.01438140869140625,
+ -0.0153350830078125,
+ 0.03778076171875,
+ -0.0004684925079345703,
+ 0.0097503662109375,
+ 0.0254669189453125,
+ -0.00446319580078125,
+ -0.022003173828125,
+ 0.01611328125,
+ 0.0023174285888671875,
+ -0.10400390625,
+ -0.0181884765625,
+ -0.0261688232421875,
+ -0.039154052734375,
+ -0.03466796875,
+ 0.090087890625,
+ 0.04644775390625,
+ -0.0019817352294921875,
+ 0.0287628173828125,
+ 0.05059814453125,
+ 0.033782958984375,
+ -0.0072784423828125,
+ -0.0009260177612304688,
+ -0.044189453125,
+ 0.00237274169921875,
+ 0.006500244140625,
+ 0.013427734375,
+ -0.0640869140625,
+ 0.057525634765625,
+ 0.05267333984375,
+ 0.006195068359375,
+ -0.01143646240234375,
+ 0.021484375,
+ 0.02252197265625,
+ 0.051300048828125,
+ 0.000980377197265625,
+ 0.005306243896484375,
+ -0.086669921875,
+ 0.041229248046875,
+ 0.01473236083984375,
+ -0.015594482421875,
+ 0.0097503662109375,
+ -0.0056304931640625,
+ -0.019500732421875,
+ 0.0557861328125,
+ -0.057891845703125,
+ -0.0110931396484375,
+ 0.00849151611328125,
+ 0.0648193359375,
+ 0.022186279296875,
+ -0.055450439453125,
+ -0.0421142578125,
+ 0.0537109375,
+ 0.01776123046875,
+ -0.01525115966796875,
+ 0.0165557861328125,
+ 0.0191497802734375,
+ -0.01178741455078125,
+ 0.00766754150390625,
+ 0.041595458984375,
+ -0.01386260986328125,
+ 0.06304931640625,
+ 0.01169586181640625,
+ -0.05059814453125,
+ 0.005847930908203125,
+ -0.02374267578125,
+ 0.01035308837890625,
+ 0.003162384033203125,
+ -0.021148681640625,
+ -0.01464080810546875,
+ -0.055450439453125,
+ 0.043853759765625,
+ 0.004528045654296875,
+ 0.0355224609375,
+ 0.0287628173828125,
+ -0.01143646240234375,
+ 0.0007038116455078125,
+ 0.0036830902099609375,
+ 0.018280029296875,
+ 0.0355224609375,
+ 0.0277252197265625,
+ 0.0190582275390625,
+ 0.00788116455078125,
+ 0.013427734375,
+ 0.02252197265625,
+ -0.06134033203125,
+ 0.058563232421875,
+ -0.043487548828125,
+ 0.0091400146484375,
+ -0.04296875,
+ 0.01464080810546875,
+ 0.01499176025390625,
+ -0.0251312255859375,
+ -0.00957489013671875,
+ -0.013519287109375,
+ -0.006931304931640625,
+ -0.038482666015625,
+ -0.0408935546875,
+ -0.020355224609375,
+ 0.047149658203125,
+ -0.020965576171875,
+ 0.0164642333984375,
+ 0.0298004150390625,
+ -0.0233917236328125,
+ -0.0148162841796875,
+ -0.030853271484375,
+ 0.040557861328125,
+ 0.04437255859375,
+ 0.00957489013671875,
+ -0.01239013671875,
+ 0.03533935546875,
+ 0.050933837890625,
+ 0.0240936279296875,
+ 0.0272064208984375,
+ 0.00203704833984375,
+ -0.04229736328125,
+ 0.047149658203125,
+ 0.056488037109375,
+ -0.006153106689453125,
+ -0.038818359375,
+ 0.0091400146484375,
+ 0.00203704833984375,
+ -0.0256500244140625,
+ 0.04644775390625,
+ 0.01195526123046875,
+ 0.01629638671875,
+ -0.01507568359375,
+ -0.01230621337890625,
+ -0.0011043548583984375,
+ -0.020538330078125,
+ 0.033447265625,
+ 0.0272064208984375,
+ 0.03118896484375,
+ 0.042449951171875,
+ -0.0450439453125,
+ 0.043853759765625,
+ -0.00389862060546875,
+ 0.051300048828125,
+ -0.02685546875,
+ 0.056854248046875,
+ -0.02581787109375,
+ -0.00849151611328125,
+ -0.013427734375,
+ -0.007579803466796875,
+ 0.011871337890625,
+ 0.0292816162109375,
+ -0.03326416015625,
+ 0.06134033203125,
+ 0.026336669921875,
+ -0.04193115234375,
+ -0.04608154296875,
+ -0.013946533203125,
+ 0.006671905517578125,
+ 0.0080108642578125,
+ 0.057525634765625,
+ -0.06829833984375,
+ 0.00539398193359375,
+ -0.0027942657470703125,
+ 0.05059814453125,
+ 0.065185546875,
+ 0.0175018310546875,
+ 0.0322265625,
+ 0.013519287109375,
+ -0.01273345947265625,
+ -0.00922393798828125,
+ -0.00296783447265625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "disk-partitioning",
+ "gpt-analysis",
+ "mbr-analysis",
+ "filesystem-creation",
+ "evidence-storage"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Plaso__log2timeline_",
+ "type": "tool",
+ "name": "Plaso (log2timeline)",
+ "content": "plaso (log2timeline) industrieller timeline-generator extrahiert zeitstempel aus hunderten heterogener artefakt-typen für lückenlose digital-activity-rekonstruktion komplexer incidents. spezialisierte parser für windows event logs, registry-hives, prefetch-files, browser-history, mobile-app-databases, cloud-service-logs und linux-system-logs. storage-architektur verarbeitet massendaten effizient durch sqlite-backend und memory-optimization. zeitstempel-normalisierung konvertiert verschiedene formate und zeitzonen automatisch in utc für einheitliche timeline. analysis-plugins erkennen anti-forensik-techniken wie timestomping und clock-manipulation. modulare parser-architektur ermöglicht einfache erweiterung für proprietäre oder neue log-formate. cli timeline log-parser cross-platform timeline-merge time-normalization artifact-parser elasticsearch-export docker-support timestomping-detection modular-parsers batch-processing timeline-analysis forensic-timeline incident-response static-investigations network-forensics cloud-forensics mobile-forensics data-collection examination",
+ "embedding": [
+ -0.0245819091796875,
+ 0.036865234375,
+ 0.052032470703125,
+ -0.0174102783203125,
+ 0.022735595703125,
+ 0.0180206298828125,
+ 0.0045318603515625,
+ -0.011260986328125,
+ -0.003635406494140625,
+ 0.0186309814453125,
+ -0.0168914794921875,
+ 0.0350341796875,
+ 0.01018524169921875,
+ -0.01812744140625,
+ -0.04730224609375,
+ 0.0489501953125,
+ -0.006374359130859375,
+ 0.0097808837890625,
+ -0.003940582275390625,
+ -0.00844573974609375,
+ -0.0374755859375,
+ -0.01535797119140625,
+ -0.053253173828125,
+ -0.00823974609375,
+ -0.0112152099609375,
+ 0.0110626220703125,
+ -0.0248870849609375,
+ -0.0634765625,
+ -0.00814056396484375,
+ 0.01239013671875,
+ 0.0278472900390625,
+ -0.0164794921875,
+ 0.0100860595703125,
+ 0.0111083984375,
+ 0.0006880760192871094,
+ -0.0266265869140625,
+ 0.0203704833984375,
+ -0.05694580078125,
+ -0.03851318359375,
+ 0.08355712890625,
+ -0.0045318603515625,
+ 0.0194549560546875,
+ 0.0062713623046875,
+ -0.009063720703125,
+ -0.03399658203125,
+ -0.0292816162109375,
+ 0.0323486328125,
+ -0.01100921630859375,
+ 0.03564453125,
+ -0.020172119140625,
+ 0.031341552734375,
+ 0.00814056396484375,
+ 0.00942230224609375,
+ -0.01229095458984375,
+ -0.039306640625,
+ 0.0311279296875,
+ -0.005504608154296875,
+ -0.01904296875,
+ -0.052215576171875,
+ 0.05364990234375,
+ -0.030303955078125,
+ -0.00988006591796875,
+ 0.01331329345703125,
+ -0.031524658203125,
+ 0.03173828125,
+ 0.00901031494140625,
+ 0.0008254051208496094,
+ 0.0030460357666015625,
+ 0.006862640380859375,
+ 0.0214996337890625,
+ -0.005886077880859375,
+ -0.006961822509765625,
+ -0.0323486328125,
+ 0.045684814453125,
+ -0.0102386474609375,
+ -0.061431884765625,
+ 0.023651123046875,
+ 0.025299072265625,
+ -0.00445556640625,
+ -0.0070648193359375,
+ -0.06512451171875,
+ 0.0015039443969726562,
+ 0.062255859375,
+ 0.003021240234375,
+ -0.02764892578125,
+ 0.019866943359375,
+ 0.03973388671875,
+ 0.01433563232421875,
+ -0.011932373046875,
+ 0.01474761962890625,
+ 0.028472900390625,
+ -0.0008254051208496094,
+ 0.0180206298828125,
+ -0.0214996337890625,
+ 0.049346923828125,
+ 0.06634521484375,
+ -0.006603240966796875,
+ -0.0220184326171875,
+ -0.013519287109375,
+ 0.021087646484375,
+ 0.019866943359375,
+ -0.046295166015625,
+ 0.061431884765625,
+ -0.01904296875,
+ 0.01535797119140625,
+ -0.006862640380859375,
+ 0.00823974609375,
+ -0.007476806640625,
+ 0.014434814453125,
+ -0.023040771484375,
+ -0.1024169921875,
+ -0.030517578125,
+ -0.0217132568359375,
+ -0.04852294921875,
+ -0.01161956787109375,
+ -0.01474761962890625,
+ 0.0026111602783203125,
+ 0.049163818359375,
+ -0.0218048095703125,
+ -0.02764892578125,
+ 0.00409698486328125,
+ 0.023345947265625,
+ -0.005298614501953125,
+ -0.00409698486328125,
+ -0.046478271484375,
+ -0.049774169921875,
+ 0.014129638671875,
+ 0.034393310546875,
+ -0.04425048828125,
+ -0.018951416015625,
+ -0.0200653076171875,
+ -0.014434814453125,
+ -0.00135040283203125,
+ -0.0128021240234375,
+ -0.01505279541015625,
+ -0.0286712646484375,
+ 0.0229339599609375,
+ -0.0202789306640625,
+ -0.0054779052734375,
+ 0.005809783935546875,
+ 0.0197601318359375,
+ -0.0438232421875,
+ -0.07086181640625,
+ 0.00859832763671875,
+ -0.036865234375,
+ -0.0197601318359375,
+ -0.02569580078125,
+ 0.060211181640625,
+ -0.0211944580078125,
+ 0.0086517333984375,
+ -0.01873779296875,
+ 0.0301055908203125,
+ 0.04791259765625,
+ 0.010955810546875,
+ 0.04852294921875,
+ -0.04833984375,
+ 0.02703857421875,
+ -0.01233673095703125,
+ 0.0278472900390625,
+ -0.02764892578125,
+ -0.0196533203125,
+ 0.007678985595703125,
+ -0.0162811279296875,
+ 0.0234527587890625,
+ -0.02825927734375,
+ -0.0203704833984375,
+ -0.002994537353515625,
+ 0.025604248046875,
+ 0.012847900390625,
+ 0.02191162109375,
+ 0.0151519775390625,
+ -0.012847900390625,
+ 0.06591796875,
+ 0.074951171875,
+ -0.007732391357421875,
+ 0.0247802734375,
+ -0.020172119140625,
+ -0.00901031494140625,
+ 0.0477294921875,
+ 0.024261474609375,
+ 0.0003840923309326172,
+ -0.01495361328125,
+ 0.038299560546875,
+ -0.01535797119140625,
+ 0.0156707763671875,
+ -0.0015230178833007812,
+ -0.036468505859375,
+ -0.0183258056640625,
+ -0.0148468017578125,
+ -0.002994537353515625,
+ -0.04852294921875,
+ -0.046905517578125,
+ -0.022125244140625,
+ 0.0477294921875,
+ 0.00742340087890625,
+ 0.07781982421875,
+ 0.01331329345703125,
+ 0.003814697265625,
+ 0.032958984375,
+ -0.004787445068359375,
+ 0.0159759521484375,
+ 0.034210205078125,
+ -0.00957489013671875,
+ 0.0565185546875,
+ 0.01751708984375,
+ -0.02825927734375,
+ -0.017822265625,
+ 0.053253173828125,
+ 0.0004448890686035156,
+ -0.0014848709106445312,
+ -0.0234527587890625,
+ 0.0692138671875,
+ 0.006809234619140625,
+ -0.014434814453125,
+ -0.038299560546875,
+ -0.04833984375,
+ -0.005939483642578125,
+ -0.026824951171875,
+ -0.001312255859375,
+ -0.001171112060546875,
+ 0.00711822509765625,
+ -0.04791259765625,
+ 0.00012242794036865234,
+ 0.02508544921875,
+ -0.02386474609375,
+ 0.05694580078125,
+ 0.0216064453125,
+ -0.0311279296875,
+ -0.0229339599609375,
+ 0.00870513916015625,
+ 0.0156707763671875,
+ 0.034393310546875,
+ -0.0183258056640625,
+ -0.002994537353515625,
+ 0.0105438232421875,
+ -0.031524658203125,
+ 0.04443359375,
+ 0.0200653076171875,
+ 0.033172607421875,
+ 0.01116180419921875,
+ -0.01403045654296875,
+ 0.039520263671875,
+ -0.0016384124755859375,
+ 0.029693603515625,
+ 0.0142364501953125,
+ -0.0177154541015625,
+ -0.001689910888671875,
+ 0.00440216064453125,
+ 0.01464080810546875,
+ 0.04443359375,
+ -0.038909912109375,
+ -0.00360870361328125,
+ -0.0819091796875,
+ 0.0008640289306640625,
+ -0.0704345703125,
+ -0.04156494140625,
+ -0.0226287841796875,
+ -0.0477294921875,
+ 0.044036865234375,
+ -0.0266265869140625,
+ -0.0202789306640625,
+ -0.0024967193603515625,
+ -0.01013946533203125,
+ -0.00670623779296875,
+ 0.04034423828125,
+ -0.0054779052734375,
+ -0.0229339599609375,
+ 0.00885772705078125,
+ 0.06719970703125,
+ 0.01085662841796875,
+ -0.0197601318359375,
+ -0.005939483642578125,
+ 0.01812744140625,
+ 0.003917694091796875,
+ 0.01142120361328125,
+ -0.0386962890625,
+ 0.0171051025390625,
+ 0.04669189453125,
+ 0.046478271484375,
+ 0.028472900390625,
+ -0.02191162109375,
+ 0.0059661865234375,
+ -0.03564453125,
+ 0.023651123046875,
+ -0.0177154541015625,
+ 0.0216064453125,
+ 0.002841949462890625,
+ 0.0023174285888671875,
+ -0.019561767578125,
+ -0.0679931640625,
+ -0.00711822509765625,
+ 0.036041259765625,
+ 0.00998687744140625,
+ -0.01259613037109375,
+ 0.0266265869140625,
+ -0.036651611328125,
+ -0.0001399517059326172,
+ 0.01904296875,
+ -0.02508544921875,
+ 0.034393310546875,
+ 0.047515869140625,
+ -0.040557861328125,
+ 0.0052490234375,
+ 0.0116729736328125,
+ 0.0165863037109375,
+ -0.028472900390625,
+ -0.050994873046875,
+ -0.0113677978515625,
+ -0.0020999908447265625,
+ -0.03582763671875,
+ 0.00988006591796875,
+ 0.00711822509765625,
+ -0.0350341796875,
+ 0.0196533203125,
+ -0.0006656646728515625,
+ -0.003276824951171875,
+ -0.04156494140625,
+ -0.048736572265625,
+ 0.016998291015625,
+ -0.03173828125,
+ -0.032562255859375,
+ -0.023345947265625,
+ 0.040557861328125,
+ 0.00823974609375,
+ 0.0007262229919433594,
+ -0.0260162353515625,
+ -0.00504302978515625,
+ -0.025390625,
+ 0.030517578125,
+ -0.0142364501953125,
+ 0.0171966552734375,
+ -0.01751708984375,
+ 0.045684814453125,
+ 0.0438232421875,
+ 0.006809234619140625,
+ 0.0194549560546875,
+ 0.06878662109375,
+ 0.01617431640625,
+ -0.004222869873046875,
+ -0.0062713623046875,
+ 0.0164794921875,
+ -0.003787994384765625,
+ 0.00762939453125,
+ -0.0280609130859375,
+ -0.020782470703125,
+ -0.00911712646484375,
+ -0.0197601318359375,
+ 0.022216796875,
+ 0.0226287841796875,
+ 0.045257568359375,
+ 0.049957275390625,
+ -0.0186309814453125,
+ -0.00417327880859375,
+ 0.06304931640625,
+ 0.0223236083984375,
+ 0.10076904296875,
+ -0.005710601806640625,
+ -0.05242919921875,
+ 0.033172607421875,
+ 0.026824951171875,
+ -0.0177154541015625,
+ -0.013519287109375,
+ 0.046905517578125,
+ 0.0248870849609375,
+ -0.01029205322265625,
+ 0.01187896728515625,
+ -0.0182342529296875,
+ 0.0264129638671875,
+ 0.005016326904296875,
+ -0.001766204833984375,
+ -0.007476806640625,
+ -0.01535797119140625,
+ 0.036468505859375,
+ 0.033172607421875,
+ 0.0292816162109375,
+ 0.0013570785522460938,
+ 0.0208892822265625,
+ -0.0362548828125,
+ -0.01751708984375,
+ -0.01934814453125,
+ -0.07208251953125,
+ 0.0030975341796875,
+ 0.0243682861328125,
+ 0.028472900390625,
+ 0.045684814453125,
+ -0.033172607421875,
+ -0.077392578125,
+ 0.02069091796875,
+ -0.038299560546875,
+ 0.061859130859375,
+ 0.02825927734375,
+ 0.0214996337890625,
+ 0.048126220703125,
+ -0.0278472900390625,
+ -0.0043792724609375,
+ 0.0148468017578125,
+ 0.0294952392578125,
+ 0.01812744140625,
+ 0.0231475830078125,
+ 0.06060791015625,
+ -0.0237579345703125,
+ -0.0245819091796875,
+ 0.007373809814453125,
+ 0.033599853515625,
+ 0.034820556640625,
+ -0.006526947021484375,
+ 0.0191497802734375,
+ 0.048126220703125,
+ 0.0266265869140625,
+ -0.011932373046875,
+ 0.056121826171875,
+ 0.036651611328125,
+ -0.0234527587890625,
+ 0.0182342529296875,
+ 0.00218963623046875,
+ 0.01751708984375,
+ -0.0758056640625,
+ 0.0182342529296875,
+ -0.014434814453125,
+ 0.0249786376953125,
+ 0.0286712646484375,
+ 0.0286712646484375,
+ -0.06390380859375,
+ -0.0015363693237304688,
+ 0.0301055908203125,
+ -0.0419921875,
+ 0.02191162109375,
+ 0.0540771484375,
+ -0.0174102783203125,
+ 0.0164794921875,
+ 0.0151519775390625,
+ -0.03564453125,
+ 0.0272369384765625,
+ -0.0261077880859375,
+ -0.057342529296875,
+ 0.0159759521484375,
+ 0.03460693359375,
+ -0.058563232421875,
+ -0.03582763671875,
+ -0.049163818359375,
+ -0.01116180419921875,
+ -0.01274871826171875,
+ -0.0286712646484375,
+ 0.040557861328125,
+ -0.00402069091796875,
+ -0.0182342529296875,
+ 0.058563232421875,
+ 0.052032470703125,
+ -0.00844573974609375,
+ -0.0380859375,
+ 0.03277587890625,
+ -0.0102386474609375,
+ -0.041168212890625,
+ 0.042999267578125,
+ 0.025299072265625,
+ 0.00942230224609375,
+ -0.042388916015625,
+ -0.030303955078125,
+ 0.01904296875,
+ -0.00957489013671875,
+ -0.004505157470703125,
+ -0.00885772705078125,
+ -0.03173828125,
+ -0.038299560546875,
+ -0.0413818359375,
+ 0.06591796875,
+ -0.0118255615234375,
+ 0.03582763671875,
+ -0.00727081298828125,
+ -0.01934814453125,
+ 0.05078125,
+ -0.054901123046875,
+ -0.034210205078125,
+ -0.0148468017578125,
+ -0.00931549072265625,
+ 0.002162933349609375,
+ 0.05694580078125,
+ -0.00783538818359375,
+ -0.0231475830078125,
+ -0.0006880760192871094,
+ 0.058990478515625,
+ 0.031341552734375,
+ -0.002777099609375,
+ -0.049163818359375,
+ 0.02764892578125,
+ 0.025909423828125,
+ -0.041168212890625,
+ -0.0197601318359375,
+ -0.01059722900390625,
+ -0.007678985595703125,
+ 0.0247802734375,
+ -0.0552978515625,
+ -0.00241851806640625,
+ 0.00982666015625,
+ -0.040740966796875,
+ -0.0167999267578125,
+ -0.0017538070678710938,
+ -0.01229095458984375,
+ -0.023956298828125,
+ 0.0070648193359375,
+ 0.03399658203125,
+ 0.016998291015625,
+ 0.0164794921875,
+ 0.01146697998046875,
+ 0.004863739013671875,
+ 0.01392364501953125,
+ -0.0037631988525390625,
+ -0.0274505615234375,
+ 0.036041259765625,
+ -0.06878662109375,
+ -0.0380859375,
+ -0.0260162353515625,
+ 0.01080322265625,
+ -0.026824951171875,
+ -0.008758544921875,
+ -0.0016641616821289062,
+ -0.00079345703125,
+ 0.047515869140625,
+ -0.0266265869140625,
+ 0.00440216064453125,
+ -0.025909423828125,
+ -0.00982666015625,
+ -0.04443359375,
+ -0.03973388671875,
+ -0.0009665489196777344,
+ 0.024261474609375,
+ 0.0205841064453125,
+ 0.00788116455078125,
+ 0.0258026123046875,
+ -0.040557861328125,
+ 0.01274871826171875,
+ 0.026824951171875,
+ 0.0151519775390625,
+ 0.0168914794921875,
+ -0.0202789306640625,
+ -0.0029048919677734375,
+ 0.01372528076171875,
+ 0.021087646484375,
+ -0.03582763671875,
+ -0.054901123046875,
+ -0.0634765625,
+ 0.022125244140625,
+ 0.00560760498046875,
+ -0.004505157470703125,
+ -0.01403045654296875,
+ -0.039947509765625,
+ -0.040740966796875,
+ -0.00519561767578125,
+ 0.06304931640625,
+ -0.0035076141357421875,
+ -0.0110626220703125,
+ -0.036041259765625,
+ -0.031951904296875,
+ 0.0128021240234375,
+ -0.042388916015625,
+ 0.03790283203125,
+ -0.00762939453125,
+ -0.00353240966796875,
+ 0.0228424072265625,
+ -0.043212890625,
+ 0.0200653076171875,
+ 0.006809234619140625,
+ 0.044036865234375,
+ 0.01392364501953125,
+ -0.0019588470458984375,
+ -0.031951904296875,
+ 0.0167999267578125,
+ -0.030303955078125,
+ -0.0152587890625,
+ 0.01161956787109375,
+ -0.00859832763671875,
+ 0.01535797119140625,
+ -0.0188446044921875,
+ -0.0301055908203125,
+ -0.00988006591796875,
+ 0.03851318359375,
+ 0.02886962890625,
+ -0.00432586669921875,
+ 0.0017919540405273438,
+ 0.01187896728515625,
+ -0.0034046173095703125,
+ 0.07781982421875,
+ -0.032958984375,
+ -0.03973388671875,
+ -0.003940582275390625,
+ -0.01403045654296875,
+ 0.02447509765625,
+ 0.04217529296875,
+ 0.004913330078125,
+ -0.0299072265625,
+ 0.0272369384765625,
+ 0.037689208984375,
+ -0.0197601318359375,
+ -0.0278472900390625,
+ -0.0171966552734375,
+ 0.0183258056640625,
+ -0.001190185546875,
+ 0.0450439453125,
+ 0.03460693359375,
+ 0.064697265625,
+ 0.0145416259765625,
+ 0.016693115234375,
+ 0.00942230224609375,
+ 0.0552978515625,
+ 0.0248870849609375,
+ -0.0034809112548828125,
+ -0.04608154296875,
+ -0.023956298828125,
+ 0.0205841064453125,
+ -0.0211944580078125,
+ -0.013824462890625,
+ 0.0116729736328125,
+ 0.0667724609375,
+ -0.058563232421875,
+ -0.0197601318359375,
+ 0.004634857177734375,
+ 0.03582763671875,
+ -0.0007581710815429688,
+ 0.009368896484375,
+ -0.0226287841796875,
+ 0.043609619140625,
+ 0.04486083984375,
+ -0.019256591796875,
+ 0.01751708984375,
+ -0.004863739013671875,
+ 0.01018524169921875,
+ 0.044647216796875,
+ 0.029083251953125,
+ -0.00829315185546875,
+ 0.0243682861328125,
+ -0.01904296875,
+ 0.04156494140625,
+ 0.030517578125,
+ 0.04425048828125,
+ 0.0168914794921875,
+ 0.01259613037109375,
+ 0.05120849609375,
+ 0.064697265625,
+ -0.0299072265625,
+ -0.023345947265625,
+ 0.04095458984375,
+ 0.043609619140625,
+ 0.04034423828125,
+ 0.0634765625,
+ 0.01556396484375,
+ 0.009063720703125,
+ -0.0072174072265625,
+ -0.05120849609375,
+ -0.0248870849609375,
+ 0.0237579345703125,
+ -0.00511932373046875,
+ -0.042816162109375,
+ -0.04443359375,
+ 0.0254974365234375,
+ -0.024261474609375,
+ 0.0254974365234375,
+ 0.006168365478515625,
+ -0.0260162353515625,
+ -0.0183258056640625,
+ 0.045867919921875,
+ -0.0426025390625,
+ -0.039520263671875,
+ 0.007678985595703125,
+ -0.0174102783203125,
+ -0.0226287841796875,
+ -0.033172607421875,
+ -0.017303466796875,
+ 0.045257568359375,
+ -0.01090240478515625,
+ -0.05059814453125,
+ -0.034393310546875,
+ 0.031341552734375,
+ -0.0301055908203125,
+ -0.0540771484375,
+ -0.0243682861328125,
+ -0.0202789306640625,
+ -0.0232391357421875,
+ -0.034210205078125,
+ -0.032958984375,
+ -0.033172607421875,
+ 0.015869140625,
+ -0.0274505615234375,
+ 0.0171051025390625,
+ -0.024169921875,
+ -0.0194549560546875,
+ -0.0182342529296875,
+ -0.0102386474609375,
+ -0.033599853515625,
+ 0.0185394287109375,
+ -0.03582763671875,
+ 0.0299072265625,
+ 0.0079345703125,
+ 0.022735595703125,
+ 0.02764892578125,
+ 0.0540771484375,
+ -0.01172637939453125,
+ -0.00829315185546875,
+ -0.02130126953125,
+ -0.070068359375,
+ -0.007732391357421875,
+ 0.01070404052734375,
+ 0.024261474609375,
+ -0.046295166015625,
+ 0.005428314208984375,
+ 0.07330322265625,
+ -0.08111572265625,
+ 0.0103912353515625,
+ 0.0171966552734375,
+ -0.007476806640625,
+ -0.0501708984375,
+ -0.004222869873046875,
+ -0.00942230224609375,
+ -0.00424957275390625,
+ 0.0770263671875,
+ 0.0126495361328125,
+ -0.0018558502197265625,
+ -0.01392364501953125,
+ -0.052825927734375,
+ 0.04852294921875,
+ 0.00942230224609375,
+ 0.044036865234375,
+ -0.04669189453125,
+ -0.0167999267578125,
+ 0.00783538818359375,
+ -0.037261962890625,
+ 0.00489044189453125,
+ -0.058990478515625,
+ 0.0002574920654296875,
+ 0.0254974365234375,
+ 0.004352569580078125,
+ 0.012237548828125,
+ 0.0067596435546875,
+ -0.05694580078125,
+ -0.033782958984375,
+ -0.039306640625,
+ 0.022430419921875,
+ 0.0019073486328125,
+ -0.0023174285888671875,
+ -0.0362548828125,
+ 0.016998291015625,
+ 0.00931549072265625,
+ -0.047088623046875,
+ -0.025390625,
+ -0.033782958984375,
+ 0.0162811279296875,
+ -0.004558563232421875,
+ -0.05059814453125,
+ 0.0228424072265625,
+ 0.01904296875,
+ 0.00742340087890625,
+ 0.03912353515625,
+ 0.082763671875,
+ -0.052032470703125,
+ -0.02130126953125,
+ 0.031951904296875,
+ 0.04791259765625,
+ -0.0007581710815429688,
+ 0.001407623291015625,
+ -0.00360870361328125,
+ 0.0116729736328125,
+ 0.028472900390625,
+ -0.033172607421875,
+ 0.0211944580078125,
+ 0.0419921875,
+ -0.03912353515625,
+ -0.062255859375,
+ -0.0266265869140625,
+ -0.01044464111328125,
+ 0.045684814453125,
+ -0.0294952392578125,
+ 0.036041259765625,
+ -0.01474761962890625,
+ -0.01934814453125,
+ -0.0909423828125,
+ 0.0426025390625,
+ -0.0185394287109375,
+ 0.0197601318359375,
+ 0.01187896728515625,
+ -0.02191162109375,
+ -0.07208251953125,
+ -0.0380859375,
+ -0.0386962890625,
+ 0.02386474609375,
+ 0.0017156600952148438,
+ 0.040740966796875,
+ -0.0037384033203125,
+ 0.009521484375,
+ 0.01546478271484375,
+ -0.005146026611328125,
+ -0.01218414306640625,
+ 0.053253173828125,
+ 0.039947509765625,
+ -0.0272369384765625,
+ 0.03173828125,
+ -0.0203704833984375,
+ -0.01029205322265625,
+ -0.0217132568359375,
+ 0.0006914138793945312,
+ 0.0017156600952148438,
+ -0.0159759521484375,
+ -0.0386962890625,
+ 0.002201080322265625,
+ 0.034393310546875,
+ 0.06756591796875,
+ -0.023651123046875,
+ 0.006450653076171875,
+ 0.00916290283203125,
+ 0.028472900390625,
+ -0.004608154296875,
+ -0.0194549560546875,
+ -0.00262451171875,
+ 0.00870513916015625,
+ -0.019866943359375,
+ -0.0280609130859375,
+ -0.064697265625,
+ -0.077392578125,
+ 0.016082763671875,
+ -0.057342529296875,
+ 0.013519287109375,
+ -0.0119781494140625,
+ -0.0014781951904296875,
+ 0.00988006591796875,
+ -0.01290130615234375,
+ 0.04425048828125,
+ -0.0203704833984375,
+ -0.0162811279296875,
+ -0.0286712646484375,
+ 0.01535797119140625,
+ 0.004199981689453125,
+ 0.023040771484375,
+ 0.01100921630859375,
+ -0.038909912109375,
+ 0.023040771484375,
+ -0.00901031494140625,
+ -0.01013946533203125,
+ -0.0301055908203125,
+ -0.019866943359375,
+ -0.0157623291015625,
+ 0.003814697265625,
+ -0.046295166015625,
+ -0.0202789306640625,
+ 0.031341552734375,
+ 0.0208892822265625,
+ -0.0134124755859375,
+ -0.005092620849609375,
+ 0.0323486328125,
+ -0.0116729736328125,
+ -0.058990478515625,
+ 0.029083251953125,
+ -0.0094757080078125,
+ -0.013519287109375,
+ 0.029693603515625,
+ -0.005809783935546875,
+ 0.018951416015625,
+ 0.01080322265625,
+ 0.020477294921875,
+ 0.043426513671875,
+ 0.04425048828125,
+ 0.0033283233642578125,
+ -0.03460693359375,
+ -0.005733489990234375,
+ -0.0292816162109375,
+ 0.0182342529296875,
+ 0.045867919921875,
+ 0.0062713623046875,
+ 0.01116180419921875,
+ 0.01239013671875,
+ 0.00757598876953125,
+ -0.0966796875,
+ -0.003814697265625,
+ -0.008087158203125,
+ -0.058563232421875,
+ -0.002559661865234375,
+ 0.06964111328125,
+ 0.017303466796875,
+ -0.0200653076171875,
+ 0.049774169921875,
+ 0.04034423828125,
+ 0.0309295654296875,
+ 0.0018177032470703125,
+ -0.0254974365234375,
+ -0.064697265625,
+ -0.0013570785522460938,
+ 0.005809783935546875,
+ 0.0301055908203125,
+ -0.046905517578125,
+ 0.0552978515625,
+ 0.04669189453125,
+ -0.0292816162109375,
+ -0.0171966552734375,
+ -0.01495361328125,
+ -0.0070648193359375,
+ 0.038299560546875,
+ 0.02386474609375,
+ -0.00481414794921875,
+ -0.07537841796875,
+ 0.0038909912109375,
+ 0.00432586669921875,
+ 0.0171051025390625,
+ 0.00432586669921875,
+ -0.01361846923828125,
+ -0.029083251953125,
+ 0.044647216796875,
+ -0.03399658203125,
+ -0.01361846923828125,
+ -0.007732391357421875,
+ 0.07208251953125,
+ 0.00560760498046875,
+ -0.037261962890625,
+ -0.0162811279296875,
+ 0.044036865234375,
+ 0.0148468017578125,
+ -0.0184326171875,
+ 0.01331329345703125,
+ 0.0171966552734375,
+ -0.0120849609375,
+ 0.01904296875,
+ 0.054473876953125,
+ 0.017608642578125,
+ 0.055694580078125,
+ 0.0231475830078125,
+ -0.058563232421875,
+ 0.0184326171875,
+ -0.010955810546875,
+ 0.0010557174682617188,
+ 0.0084991455078125,
+ -0.04608154296875,
+ -0.0229339599609375,
+ -0.042388916015625,
+ 0.036041259765625,
+ 0.0080413818359375,
+ 0.0309295654296875,
+ 0.01751708984375,
+ 0.00402069091796875,
+ -0.0174102783203125,
+ -0.004199981689453125,
+ 0.026214599609375,
+ 0.052825927734375,
+ 0.0232391357421875,
+ 0.00496673583984375,
+ 0.03582763671875,
+ -0.0022907257080078125,
+ 0.0220184326171875,
+ -0.0565185546875,
+ 0.036041259765625,
+ -0.0307159423828125,
+ -0.006862640380859375,
+ -0.04486083984375,
+ 0.002803802490234375,
+ 0.0006976127624511719,
+ -0.009368896484375,
+ -0.00727081298828125,
+ -0.044036865234375,
+ 0.002162933349609375,
+ -0.03399658203125,
+ -0.047088623046875,
+ -0.01320648193359375,
+ 0.0286712646484375,
+ -0.0126495361328125,
+ 0.020172119140625,
+ 0.017822265625,
+ -0.0232391357421875,
+ -0.0003216266632080078,
+ -0.04608154296875,
+ 0.0577392578125,
+ 0.03912353515625,
+ 0.010955810546875,
+ -0.0097808837890625,
+ 0.0113677978515625,
+ 0.029083251953125,
+ 0.015869140625,
+ 0.00855255126953125,
+ 0.0286712646484375,
+ -0.034393310546875,
+ 0.054473876953125,
+ 0.0489501953125,
+ 0.00798797607421875,
+ -0.01203155517578125,
+ 0.0266265869140625,
+ 0.00931549072265625,
+ -0.04095458984375,
+ 0.058563232421875,
+ 0.0247802734375,
+ 0.031951904296875,
+ 0.009674072265625,
+ -0.0100860595703125,
+ 0.00972747802734375,
+ -0.06878662109375,
+ 0.06390380859375,
+ 0.0294952392578125,
+ -0.0028934478759765625,
+ 0.034820556640625,
+ -0.057342529296875,
+ 0.036865234375,
+ 0.01233673095703125,
+ 0.054473876953125,
+ -0.03338623046875,
+ 0.0634765625,
+ -0.009063720703125,
+ 0.0194549560546875,
+ 0.00870513916015625,
+ 0.00916290283203125,
+ 0.01403045654296875,
+ 0.0243682861328125,
+ -0.01372528076171875,
+ 0.03912353515625,
+ 0.031524658203125,
+ 0.011260986328125,
+ -0.0577392578125,
+ -0.019866943359375,
+ 0.0033016204833984375,
+ 0.0023288726806640625,
+ 0.03564453125,
+ -0.0413818359375,
+ -0.01161956787109375,
+ 0.022430419921875,
+ 0.029083251953125,
+ 0.055694580078125,
+ -0.03399658203125,
+ 0.04095458984375,
+ -0.0105438232421875,
+ -0.0249786376953125,
+ -0.0174102783203125,
+ -0.007781982421875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics",
+ "cloud-forensics",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "timeline",
+ "log-parser",
+ "cross-platform",
+ "timeline-merge",
+ "time-normalization",
+ "artifact-parser",
+ "elasticsearch-export",
+ "docker-support",
+ "timestomping-detection",
+ "modular-parsers",
+ "batch-processing",
+ "timeline-analysis",
+ "forensic-timeline"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Communication_App_Analysis",
+ "type": "tool",
+ "name": "macOS Communication App Analysis",
+ "content": "macos communication app analysis forensische untersuchung nativer macos kommunikations-apps für nachrichtenverlauf. messages: chat.db-sqlite-datenbank (tabellen: chat, messages, handle, attachments), attachments-verzeichnis. mail: envelope index-datenbank, .emlx-dateien, accounts-sqlite. kontakte: addressbook-v22.abcddb, mailrecents-v4.abcdmr. facetime: plist-konfigurationen mit anruflisten. korrelation zwischen apps und ios-synchronisation. communication-analysis chat-db-analysis message-recovery attachment-extraction contact-analysis ios-synchronization sqlite-parsing static-investigations fraud-investigation incident-response examination analysis",
+ "embedding": [
+ 0.037628173828125,
+ 0.02392578125,
+ 0.0295867919921875,
+ -0.00812530517578125,
+ 0.037628173828125,
+ 0.005138397216796875,
+ 0.052978515625,
+ -0.023284912109375,
+ -0.0058441162109375,
+ -0.0281219482421875,
+ -0.0299530029296875,
+ 0.060272216796875,
+ 0.022552490234375,
+ -0.0024204254150390625,
+ -0.07232666015625,
+ 0.035430908203125,
+ 0.004657745361328125,
+ 0.012603759765625,
+ 0.0295867919921875,
+ -0.0292205810546875,
+ -0.034149169921875,
+ -0.01287841796875,
+ -0.036163330078125,
+ 0.0038356781005859375,
+ -0.00872039794921875,
+ 0.00849151611328125,
+ -0.01027679443359375,
+ -0.038726806640625,
+ -0.0054779052734375,
+ -0.00536346435546875,
+ 0.01424407958984375,
+ -0.039459228515625,
+ -0.0011930465698242188,
+ 0.0275726318359375,
+ 0.0013751983642578125,
+ -0.00579833984375,
+ 0.0163421630859375,
+ -0.0277557373046875,
+ -0.0192718505859375,
+ 0.025390625,
+ -0.0220947265625,
+ -0.0257568359375,
+ -0.0028076171875,
+ 0.0270233154296875,
+ -0.02117919921875,
+ -0.035614013671875,
+ 0.00945281982421875,
+ 0.0036525726318359375,
+ 0.01141357421875,
+ -0.035247802734375,
+ -0.0006422996520996094,
+ 0.00798797607421875,
+ 0.0108184814453125,
+ 0.01433563232421875,
+ -0.023193359375,
+ 0.056976318359375,
+ 0.012969970703125,
+ -0.032501220703125,
+ -0.0478515625,
+ 0.02447509765625,
+ -0.04437255859375,
+ -0.004978179931640625,
+ -0.0177154541015625,
+ 0.00545501708984375,
+ 0.01360321044921875,
+ 0.002750396728515625,
+ -0.01360321044921875,
+ -0.0220947265625,
+ 0.007671356201171875,
+ -0.0179901123046875,
+ 0.0034008026123046875,
+ -0.005889892578125,
+ -0.02301025390625,
+ 0.036346435546875,
+ 0.00147247314453125,
+ -0.054412841796875,
+ 0.0005764961242675781,
+ 0.036712646484375,
+ -0.0176239013671875,
+ 0.012054443359375,
+ -0.04180908203125,
+ 0.021636962890625,
+ 0.045654296875,
+ -0.01506805419921875,
+ -0.0489501953125,
+ 0.00881195068359375,
+ 0.0172576904296875,
+ 0.00803375244140625,
+ -0.006664276123046875,
+ 0.007488250732421875,
+ 0.02520751953125,
+ 0.010406494140625,
+ 0.020904541015625,
+ -0.0001647472381591797,
+ 0.032135009765625,
+ 0.06573486328125,
+ -0.0018835067749023438,
+ 0.021087646484375,
+ -0.01433563232421875,
+ 0.02191162109375,
+ 0.033050537109375,
+ -0.0478515625,
+ 0.0482177734375,
+ -0.00324249267578125,
+ 0.034149169921875,
+ -0.04290771484375,
+ 0.011871337890625,
+ -0.0012044906616210938,
+ -0.0257568359375,
+ -0.005069732666015625,
+ -0.10595703125,
+ -0.039093017578125,
+ -0.007671356201171875,
+ -0.08148193359375,
+ -0.01287841796875,
+ -0.0160675048828125,
+ -0.0006394386291503906,
+ 0.0286712646484375,
+ -0.0303192138671875,
+ -0.01396942138671875,
+ 0.050048828125,
+ 0.01378631591796875,
+ -0.0052490234375,
+ 0.0108184814453125,
+ -0.0482177734375,
+ -0.051513671875,
+ -0.0010728836059570312,
+ 0.02630615234375,
+ -0.037811279296875,
+ -0.011688232421875,
+ -0.0305023193359375,
+ -0.047119140625,
+ -0.00963592529296875,
+ -0.038726806640625,
+ -0.0022716522216796875,
+ -0.045654296875,
+ 0.037994384765625,
+ -0.0114593505859375,
+ 0.02374267578125,
+ 0.021636962890625,
+ 0.050048828125,
+ -0.0312347412109375,
+ -0.041290283203125,
+ -0.022186279296875,
+ -0.0438232421875,
+ -0.01360321044921875,
+ -0.00310516357421875,
+ 0.040557861328125,
+ -0.033416748046875,
+ -0.0037441253662109375,
+ 0.0171661376953125,
+ 0.038726806640625,
+ 0.0286712646484375,
+ -0.00931549072265625,
+ -0.0176239013671875,
+ -0.036529541015625,
+ -0.0036296844482421875,
+ -0.0205535888671875,
+ 0.034881591796875,
+ -0.023101806640625,
+ -0.01415252685546875,
+ 0.02264404296875,
+ 0.00862884521484375,
+ 0.010955810546875,
+ -0.0123291015625,
+ -0.0281219482421875,
+ -0.037078857421875,
+ 0.0438232421875,
+ 0.00968170166015625,
+ -0.02374267578125,
+ 0.021728515625,
+ -0.0059356689453125,
+ 0.06866455078125,
+ 0.04327392578125,
+ -0.01396942138671875,
+ 0.02557373046875,
+ 0.0105438232421875,
+ -0.0460205078125,
+ 0.032318115234375,
+ 0.037078857421875,
+ 0.00807952880859375,
+ -0.0177154541015625,
+ 0.062103271484375,
+ -0.00563812255859375,
+ 0.0192718505859375,
+ -0.0275726318359375,
+ -0.0008330345153808594,
+ 0.0178070068359375,
+ -0.0292205810546875,
+ 0.039459228515625,
+ -0.035797119140625,
+ -0.020721435546875,
+ 0.0157012939453125,
+ 0.04437255859375,
+ 0.04473876953125,
+ 0.06866455078125,
+ 0.0198211669921875,
+ 0.0036754608154296875,
+ 0.04583740234375,
+ 0.0025348663330078125,
+ 0.0305023193359375,
+ 0.050048828125,
+ -0.0130615234375,
+ 0.056976318359375,
+ 0.005706787109375,
+ 0.01387786865234375,
+ -0.054779052734375,
+ 0.033782958984375,
+ 0.0170745849609375,
+ -0.00789642333984375,
+ -0.012603759765625,
+ 0.01534271240234375,
+ -0.0203704833984375,
+ -0.0268402099609375,
+ -0.0310516357421875,
+ -0.0290374755859375,
+ 0.00079345703125,
+ -0.02301025390625,
+ 0.01488494873046875,
+ 0.007213592529296875,
+ -0.00991058349609375,
+ -0.037261962890625,
+ -0.0005364418029785156,
+ 0.02099609375,
+ -0.006622314453125,
+ 0.055877685546875,
+ 0.0181732177734375,
+ -0.0310516357421875,
+ -0.031585693359375,
+ 0.01561737060546875,
+ 0.0195465087890625,
+ 0.0306854248046875,
+ 0.0010728836059570312,
+ 0.0177154541015625,
+ -0.0059356689453125,
+ -0.00653076171875,
+ 0.04656982421875,
+ 0.04510498046875,
+ 0.0009927749633789062,
+ 0.02081298828125,
+ -0.012969970703125,
+ 0.022186279296875,
+ -0.021728515625,
+ 0.007442474365234375,
+ 0.031402587890625,
+ -0.022186279296875,
+ 0.011688232421875,
+ -0.00885772705078125,
+ 0.040740966796875,
+ 0.06646728515625,
+ -0.01497650146484375,
+ 0.00917816162109375,
+ -0.061004638671875,
+ -0.0182647705078125,
+ -0.031951904296875,
+ -0.0202789306640625,
+ -0.02117919921875,
+ -0.038360595703125,
+ 0.05078125,
+ -0.0306854248046875,
+ -0.02630615234375,
+ -0.0026702880859375,
+ 0.00568389892578125,
+ 0.0054779052734375,
+ 0.04217529296875,
+ 0.0159759521484375,
+ -0.040740966796875,
+ 0.01479339599609375,
+ 0.0518798828125,
+ -0.02410888671875,
+ 0.00835418701171875,
+ 0.01000213623046875,
+ 0.0187225341796875,
+ -0.007030487060546875,
+ 0.0021114349365234375,
+ -0.0460205078125,
+ 0.0006561279296875,
+ 0.0065765380859375,
+ 0.01018524169921875,
+ 0.0286712646484375,
+ -0.0173492431640625,
+ 0.0162506103515625,
+ -0.034149169921875,
+ 0.00986480712890625,
+ -0.032867431640625,
+ -0.0189971923828125,
+ -0.0284881591796875,
+ 0.0196380615234375,
+ -0.0199127197265625,
+ -0.037811279296875,
+ -0.0005278587341308594,
+ 0.04290771484375,
+ -0.00862884521484375,
+ 0.00287628173828125,
+ -0.0113677978515625,
+ -0.02630615234375,
+ -0.01497650146484375,
+ 0.0189056396484375,
+ -0.0192718505859375,
+ 0.036163330078125,
+ 0.04931640625,
+ -0.01451873779296875,
+ 0.00872039794921875,
+ -0.012969970703125,
+ 0.00977325439453125,
+ -0.038909912109375,
+ -0.052978515625,
+ -0.04327392578125,
+ -0.00959014892578125,
+ -0.0279388427734375,
+ -0.0115966796875,
+ 0.0199127197265625,
+ -0.02593994140625,
+ 0.0130615234375,
+ -0.00926971435546875,
+ -0.0178070068359375,
+ -0.0270233154296875,
+ -0.04327392578125,
+ 0.0063934326171875,
+ -0.036163330078125,
+ -0.01287841796875,
+ -0.0305023193359375,
+ 0.056243896484375,
+ 0.0036754608154296875,
+ 0.0060272216796875,
+ 0.0010843276977539062,
+ 0.00812530517578125,
+ -0.037078857421875,
+ 0.012237548828125,
+ -0.0163421630859375,
+ 0.036346435546875,
+ -0.0288543701171875,
+ 0.02227783203125,
+ 0.04583740234375,
+ 0.038360595703125,
+ 0.0108184814453125,
+ 0.062469482421875,
+ 0.0010099411010742188,
+ -0.0166168212890625,
+ 0.00972747802734375,
+ 0.007259368896484375,
+ 0.00328826904296875,
+ -0.0052490234375,
+ -0.037445068359375,
+ -0.039825439453125,
+ 0.0021572113037109375,
+ -0.0303192138671875,
+ 0.011962890625,
+ 0.0200958251953125,
+ 0.004154205322265625,
+ 0.0189056396484375,
+ -0.058441162109375,
+ -0.0108184814453125,
+ 0.035614013671875,
+ 0.0033111572265625,
+ 0.08258056640625,
+ -0.053314208984375,
+ -0.06427001953125,
+ -0.0060272216796875,
+ 0.037078857421875,
+ -0.0268402099609375,
+ 0.001438140869140625,
+ 0.0445556640625,
+ -0.02410888671875,
+ 0.011688232421875,
+ 0.01515960693359375,
+ -0.0174407958984375,
+ 0.0179901123046875,
+ -0.004474639892578125,
+ -0.01561737060546875,
+ 0.005889892578125,
+ -0.021270751953125,
+ 0.04327392578125,
+ 0.04510498046875,
+ 0.038543701171875,
+ -0.01378631591796875,
+ 0.057342529296875,
+ -0.04217529296875,
+ -0.0295867919921875,
+ -0.0179901123046875,
+ -0.054412841796875,
+ 0.021270751953125,
+ 0.0272064208984375,
+ 0.033599853515625,
+ 0.07965087890625,
+ -0.0037670135498046875,
+ -0.0478515625,
+ 0.0113677978515625,
+ -0.01387786865234375,
+ 0.08184814453125,
+ 0.0310516357421875,
+ 0.010498046875,
+ 0.0190887451171875,
+ -0.0310516357421875,
+ 0.007534027099609375,
+ 0.033233642578125,
+ 0.0161590576171875,
+ 0.01424407958984375,
+ 0.02154541015625,
+ 0.02447509765625,
+ 0.0182647705078125,
+ -0.04473876953125,
+ -0.00160980224609375,
+ 0.038177490234375,
+ -0.00885772705078125,
+ -0.00881195068359375,
+ 0.0167083740234375,
+ 0.0224609375,
+ 0.032501220703125,
+ -0.0264892578125,
+ 0.038543701171875,
+ 0.01543426513671875,
+ -0.004909515380859375,
+ -0.012054443359375,
+ -0.011138916015625,
+ 0.0165252685546875,
+ -0.08074951171875,
+ 0.037628173828125,
+ -0.01104736328125,
+ 0.02081298828125,
+ 0.0157012939453125,
+ 0.0197296142578125,
+ -0.06939697265625,
+ 0.02593994140625,
+ 0.0423583984375,
+ -0.054779052734375,
+ 0.020904541015625,
+ 0.04254150390625,
+ -0.034332275390625,
+ 0.011962890625,
+ -0.0110015869140625,
+ -0.037445068359375,
+ 0.0169830322265625,
+ -0.01251220703125,
+ -0.032318115234375,
+ 0.0190887451171875,
+ 0.0176239013671875,
+ -0.050048828125,
+ -0.047119140625,
+ -0.038177490234375,
+ -0.007671356201171875,
+ -0.007213592529296875,
+ -0.021820068359375,
+ 0.0023975372314453125,
+ 0.001506805419921875,
+ -0.02392578125,
+ 0.01387786865234375,
+ 0.04931640625,
+ -0.01009368896484375,
+ -0.0157928466796875,
+ 0.056243896484375,
+ -0.02117919921875,
+ -0.06793212890625,
+ 0.04400634765625,
+ 0.0305023193359375,
+ 0.04217529296875,
+ -0.04144287109375,
+ -0.0023975372314453125,
+ -0.01470184326171875,
+ -0.0242919921875,
+ -0.0060272216796875,
+ 0.022735595703125,
+ -0.04290771484375,
+ -0.06610107421875,
+ -0.04254150390625,
+ 0.054412841796875,
+ 0.006710052490234375,
+ 0.0303192138671875,
+ -0.040924072265625,
+ -0.057708740234375,
+ 0.0188140869140625,
+ -0.06573486328125,
+ -0.0158843994140625,
+ -0.01342010498046875,
+ 0.00908660888671875,
+ -0.035980224609375,
+ 0.06390380859375,
+ -0.0266571044921875,
+ 0.0025234222412109375,
+ -0.0235595703125,
+ 0.059906005859375,
+ 0.01251220703125,
+ 0.024658203125,
+ -0.013153076171875,
+ 0.036529541015625,
+ 0.022735595703125,
+ -0.059539794921875,
+ -0.0175323486328125,
+ 0.0011816024780273438,
+ 0.000396728515625,
+ 0.037261962890625,
+ -0.0416259765625,
+ 0.004497528076171875,
+ 0.021636962890625,
+ -0.07159423828125,
+ -0.035614013671875,
+ -0.0016326904296875,
+ -0.011138916015625,
+ -0.053314208984375,
+ 0.0423583984375,
+ 0.033782958984375,
+ 0.0123291015625,
+ 0.01470184326171875,
+ 0.0192718505859375,
+ -0.007259368896484375,
+ 0.022918701171875,
+ 0.00023686885833740234,
+ -0.012237548828125,
+ 0.01424407958984375,
+ -0.054412841796875,
+ -0.0126953125,
+ -0.0423583984375,
+ 0.036895751953125,
+ -0.0306854248046875,
+ -0.013153076171875,
+ -0.01214599609375,
+ -0.04144287109375,
+ 0.040924072265625,
+ -0.01324462890625,
+ -0.00785064697265625,
+ 0.00301361083984375,
+ -0.0292205810546875,
+ -0.0504150390625,
+ -0.032501220703125,
+ 0.011322021484375,
+ 0.01068115234375,
+ 0.0038585662841796875,
+ -0.00015342235565185547,
+ 0.06317138671875,
+ -0.06939697265625,
+ 0.013153076171875,
+ 0.003971099853515625,
+ -0.0004680156707763672,
+ 0.010498046875,
+ -0.012237548828125,
+ 0.022552490234375,
+ -0.004085540771484375,
+ 0.0312347412109375,
+ -0.0179901123046875,
+ -0.0188140869140625,
+ -0.06573486328125,
+ 0.0162506103515625,
+ -0.000016927719116210938,
+ -0.039825439453125,
+ -0.0284881591796875,
+ -0.056243896484375,
+ -0.0894775390625,
+ 0.0005564689636230469,
+ 0.04254150390625,
+ 0.01543426513671875,
+ -0.011322021484375,
+ -0.058074951171875,
+ -0.011962890625,
+ -0.00981903076171875,
+ -0.021636962890625,
+ 0.0228271484375,
+ -0.0286712646484375,
+ 0.035247802734375,
+ 0.00789642333984375,
+ -0.06500244140625,
+ 0.02447509765625,
+ 0.01479339599609375,
+ 0.0496826171875,
+ 0.04345703125,
+ 0.00160980224609375,
+ -0.0301361083984375,
+ 0.01378631591796875,
+ -0.0277557373046875,
+ -0.022186279296875,
+ 0.021728515625,
+ -0.01027679443359375,
+ 0.0200042724609375,
+ -0.040557861328125,
+ -0.0036754608154296875,
+ 0.01497650146484375,
+ 0.056243896484375,
+ 0.006664276123046875,
+ -0.012786865234375,
+ 0.02117919921875,
+ 0.0272064208984375,
+ 0.0204620361328125,
+ 0.06536865234375,
+ -0.02154541015625,
+ -0.055145263671875,
+ -0.0159759521484375,
+ -0.00785064697265625,
+ 0.035064697265625,
+ 0.0279388427734375,
+ 0.0281219482421875,
+ -0.059539794921875,
+ -0.0186309814453125,
+ 0.0273895263671875,
+ -0.00894927978515625,
+ -0.0482177734375,
+ 0.0024776458740234375,
+ 0.0191802978515625,
+ 0.01032257080078125,
+ 0.0504150390625,
+ -0.00904083251953125,
+ 0.056243896484375,
+ -0.0200958251953125,
+ 0.0183563232421875,
+ 0.0164337158203125,
+ 0.054779052734375,
+ 0.01442718505859375,
+ -0.020904541015625,
+ -0.0213623046875,
+ -0.0063934326171875,
+ 0.012237548828125,
+ -0.0310516357421875,
+ -0.037261962890625,
+ 0.007579803466796875,
+ 0.033966064453125,
+ -0.07855224609375,
+ -0.005615234375,
+ -0.005889892578125,
+ 0.0266571044921875,
+ 0.0030364990234375,
+ 0.0312347412109375,
+ -0.02630615234375,
+ 0.0172576904296875,
+ 0.035247802734375,
+ -0.058441162109375,
+ 0.00006133317947387695,
+ -0.0179901123046875,
+ 0.0268402099609375,
+ 0.053680419921875,
+ 0.0308685302734375,
+ -0.0284881591796875,
+ 0.0184478759765625,
+ 0.020904541015625,
+ 0.059906005859375,
+ 0.0172576904296875,
+ 0.036895751953125,
+ 0.021728515625,
+ 0.00926971435546875,
+ 0.058074951171875,
+ 0.040740966796875,
+ -0.0290374755859375,
+ 0.0065765380859375,
+ 0.0174407958984375,
+ 0.0126953125,
+ 0.0193634033203125,
+ 0.0445556640625,
+ -0.0200958251953125,
+ -0.00963592529296875,
+ 0.0268402099609375,
+ -0.035064697265625,
+ 0.02081298828125,
+ 0.036346435546875,
+ 0.007396697998046875,
+ -0.033233642578125,
+ -0.0273895263671875,
+ -0.007167816162109375,
+ -0.058441162109375,
+ 0.01525115966796875,
+ 0.02337646484375,
+ -0.02630615234375,
+ -0.011138916015625,
+ 0.040740966796875,
+ 0.01525115966796875,
+ -0.06500244140625,
+ 0.010406494140625,
+ -0.0303192138671875,
+ -0.021087646484375,
+ -0.0305023193359375,
+ -0.023284912109375,
+ 0.038726806640625,
+ -0.037261962890625,
+ -0.032318115234375,
+ -0.04217529296875,
+ 0.021728515625,
+ -0.02264404296875,
+ -0.039459228515625,
+ -0.00991058349609375,
+ -0.0033111572265625,
+ 0.004428863525390625,
+ 0.004337310791015625,
+ -0.0518798828125,
+ -0.032135009765625,
+ 0.0162506103515625,
+ -0.02227783203125,
+ -0.00785064697265625,
+ -0.0279388427734375,
+ -0.0183563232421875,
+ -0.0037899017333984375,
+ -0.00807952880859375,
+ -0.01351165771484375,
+ 0.02337646484375,
+ -0.02154541015625,
+ 0.0160675048828125,
+ 0.0108642578125,
+ 0.0103607177734375,
+ 0.0284881591796875,
+ 0.055877685546875,
+ -0.022369384765625,
+ 0.0013523101806640625,
+ -0.00008809566497802734,
+ -0.022003173828125,
+ 0.0022373199462890625,
+ 0.0180816650390625,
+ 0.01018524169921875,
+ -0.055877685546875,
+ -0.0196380615234375,
+ 0.06610107421875,
+ -0.0986328125,
+ 0.037078857421875,
+ 0.00926971435546875,
+ -0.0452880859375,
+ -0.035247802734375,
+ 0.007396697998046875,
+ 0.00894927978515625,
+ 0.021270751953125,
+ 0.103759765625,
+ -0.003082275390625,
+ -0.00913238525390625,
+ 0.024658203125,
+ -0.04254150390625,
+ 0.060272216796875,
+ -0.011871337890625,
+ 0.031585693359375,
+ -0.04473876953125,
+ 0.0290374755859375,
+ 0.005706787109375,
+ -0.0272064208984375,
+ -0.0114593505859375,
+ -0.07049560546875,
+ -0.023101806640625,
+ 0.039642333984375,
+ 0.0286712646484375,
+ -0.00945281982421875,
+ 0.00890350341796875,
+ -0.0482177734375,
+ -0.0277557373046875,
+ -0.0266571044921875,
+ 0.021270751953125,
+ 0.0172576904296875,
+ 0.0005307197570800781,
+ -0.035980224609375,
+ 0.0275726318359375,
+ -0.01479339599609375,
+ -0.061737060546875,
+ -0.037261962890625,
+ -0.00835418701171875,
+ 0.06793212890625,
+ 0.00940704345703125,
+ -0.01396942138671875,
+ 0.00986480712890625,
+ 0.01214599609375,
+ 0.004268646240234375,
+ -0.00835418701171875,
+ 0.0283050537109375,
+ -0.0284881591796875,
+ -0.0055694580078125,
+ -0.0165252685546875,
+ 0.023101806640625,
+ 0.012603759765625,
+ 0.022369384765625,
+ 0.00899505615234375,
+ 0.037445068359375,
+ 0.01433563232421875,
+ -0.026123046875,
+ 0.036712646484375,
+ 0.061004638671875,
+ -0.004291534423828125,
+ -0.06573486328125,
+ -0.0266571044921875,
+ -0.011688232421875,
+ 0.034881591796875,
+ -0.01141357421875,
+ 0.031585693359375,
+ 0.00653076171875,
+ -0.00536346435546875,
+ -0.096435546875,
+ 0.0299530029296875,
+ -0.02337646484375,
+ 0.0213623046875,
+ -0.0006647109985351562,
+ -0.007579803466796875,
+ -0.0430908203125,
+ -0.060272216796875,
+ -0.0292205810546875,
+ 0.0108184814453125,
+ -0.00981903076171875,
+ 0.0264892578125,
+ -0.0242919921875,
+ 0.003971099853515625,
+ -0.004795074462890625,
+ -0.0220947265625,
+ 0.02337646484375,
+ 0.04931640625,
+ 0.01406097412109375,
+ -0.022552490234375,
+ 0.038177490234375,
+ -0.022369384765625,
+ 0.0181732177734375,
+ -0.02117919921875,
+ 0.01177978515625,
+ 0.0018606185913085938,
+ -0.0179901123046875,
+ -0.0178070068359375,
+ -0.0115966796875,
+ 0.0123291015625,
+ 0.035430908203125,
+ -0.0023403167724609375,
+ 0.032867431640625,
+ -0.0306854248046875,
+ 0.0011816024780273438,
+ -0.01332855224609375,
+ -0.01506805419921875,
+ 0.0065765380859375,
+ 0.035064697265625,
+ 0.0016775131225585938,
+ -0.02392578125,
+ -0.040924072265625,
+ -0.08111572265625,
+ -0.02447509765625,
+ -0.061370849609375,
+ -0.032501220703125,
+ 0.01497650146484375,
+ 0.00830841064453125,
+ 0.00830841064453125,
+ -0.02081298828125,
+ 0.0284881591796875,
+ -0.0178070068359375,
+ -0.0268402099609375,
+ -0.023101806640625,
+ 0.01415252685546875,
+ -0.01415252685546875,
+ 0.021636962890625,
+ 0.004154205322265625,
+ -0.040557861328125,
+ 0.02392578125,
+ 0.007167816162109375,
+ 0.012054443359375,
+ -0.00981903076171875,
+ -0.012603759765625,
+ -0.01324462890625,
+ 0.0206451416015625,
+ -0.061370849609375,
+ -0.032318115234375,
+ 0.0199127197265625,
+ -0.01378631591796875,
+ 0.021636962890625,
+ -0.0305023193359375,
+ 0.056610107421875,
+ -0.00963592529296875,
+ -0.055145263671875,
+ -0.012054443359375,
+ -0.0279388427734375,
+ -0.033782958984375,
+ 0.020721435546875,
+ -0.01324462890625,
+ -0.0189971923828125,
+ 0.00959014892578125,
+ 0.0416259765625,
+ 0.037994384765625,
+ 0.0266571044921875,
+ -0.0019521713256835938,
+ -0.0283050537109375,
+ 0.0157928466796875,
+ -0.00033092498779296875,
+ 0.0008387565612792969,
+ 0.0303192138671875,
+ 0.04400634765625,
+ -0.0306854248046875,
+ 0.0004451274871826172,
+ -0.0201873779296875,
+ -0.060638427734375,
+ -0.053680419921875,
+ -0.0183563232421875,
+ -0.05078125,
+ 0.01214599609375,
+ 0.0843505859375,
+ 0.04547119140625,
+ -0.01470184326171875,
+ 0.0266571044921875,
+ 0.04620361328125,
+ 0.0277557373046875,
+ 0.0160675048828125,
+ -0.007442474365234375,
+ -0.090576171875,
+ -0.00568389892578125,
+ 0.0283050537109375,
+ 0.00577545166015625,
+ -0.07159423828125,
+ 0.038177490234375,
+ 0.06866455078125,
+ -0.007534027099609375,
+ -0.00908660888671875,
+ 0.032318115234375,
+ 0.0176239013671875,
+ 0.039459228515625,
+ 0.021270751953125,
+ 0.0022029876708984375,
+ -0.04638671875,
+ 0.004245758056640625,
+ 0.04345703125,
+ -0.00945281982421875,
+ 0.004703521728515625,
+ -0.020904541015625,
+ -0.036712646484375,
+ 0.04327392578125,
+ -0.0310516357421875,
+ -0.012054443359375,
+ 0.005046844482421875,
+ 0.055877685546875,
+ 0.02374267578125,
+ -0.04510498046875,
+ -0.031951904296875,
+ 0.06646728515625,
+ 0.007259368896484375,
+ -0.034332275390625,
+ 0.01018524169921875,
+ 0.0284881591796875,
+ -0.0025005340576171875,
+ 0.038543701171875,
+ 0.057342529296875,
+ 0.004108428955078125,
+ 0.01360321044921875,
+ 0.0108642578125,
+ -0.0430908203125,
+ 0.02099609375,
+ 0.00945281982421875,
+ -0.0201873779296875,
+ -0.0064849853515625,
+ -0.040374755859375,
+ -0.0264892578125,
+ -0.08001708984375,
+ 0.0452880859375,
+ -0.002841949462890625,
+ 0.0161590576171875,
+ 0.023284912109375,
+ 0.00972747802734375,
+ -0.0178985595703125,
+ 0.02520751953125,
+ 0.021636962890625,
+ 0.036712646484375,
+ -0.01009368896484375,
+ -0.00278472900390625,
+ 0.0182647705078125,
+ -0.004383087158203125,
+ 0.0266571044921875,
+ -0.01543426513671875,
+ 0.02410888671875,
+ -0.039276123046875,
+ -0.0308685302734375,
+ -0.04364013671875,
+ 0.0008387565612792969,
+ 0.0235595703125,
+ -0.010772705078125,
+ 0.01433563232421875,
+ -0.031402587890625,
+ 0.02392578125,
+ -0.011871337890625,
+ 0.0036525726318359375,
+ 0.00785064697265625,
+ 0.0268402099609375,
+ -0.037445068359375,
+ 0.04345703125,
+ 0.0163421630859375,
+ -0.004314422607421875,
+ 0.0112762451171875,
+ -0.04638671875,
+ 0.099365234375,
+ 0.023284912109375,
+ 0.011322021484375,
+ -0.007442474365234375,
+ 0.0167083740234375,
+ 0.0182647705078125,
+ 0.0033321380615234375,
+ 0.0159759521484375,
+ 0.032501220703125,
+ 0.007488250732421875,
+ 0.053680419921875,
+ 0.0423583984375,
+ -0.004245758056640625,
+ -0.038543701171875,
+ 0.039459228515625,
+ 0.004543304443359375,
+ -0.0264892578125,
+ 0.0511474609375,
+ 0.006847381591796875,
+ 0.0288543701171875,
+ 0.0007991790771484375,
+ -0.0025806427001953125,
+ -0.024658203125,
+ -0.055877685546875,
+ 0.0295867919921875,
+ 0.0162506103515625,
+ -0.00890350341796875,
+ 0.0178985595703125,
+ -0.07598876953125,
+ 0.058074951171875,
+ 0.033966064453125,
+ 0.07855224609375,
+ -0.01525115966796875,
+ 0.06536865234375,
+ -0.007305145263671875,
+ -0.0189971923828125,
+ -0.0281219482421875,
+ 0.0288543701171875,
+ -0.005523681640625,
+ 0.00858306884765625,
+ -0.007030487060546875,
+ 0.045654296875,
+ 0.004039764404296875,
+ -0.01104736328125,
+ -0.06976318359375,
+ -0.00830841064453125,
+ 0.00817108154296875,
+ 0.01396942138671875,
+ 0.0299530029296875,
+ -0.04931640625,
+ -0.039276123046875,
+ 0.0190887451171875,
+ 0.01415252685546875,
+ 0.06793212890625,
+ -0.01406097412109375,
+ 0.035797119140625,
+ 0.036163330078125,
+ -0.00972747802734375,
+ -0.002681732177734375,
+ -0.004245758056640625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "communication-analysis",
+ "chat-db-analysis",
+ "message-recovery",
+ "attachment-extraction",
+ "contact-analysis",
+ "ios-synchronization",
+ "sqlite-parsing"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_USB_Ger_t_Analyse_unter_Windows",
+ "type": "tool",
+ "name": "USB-Gerät Analyse unter Windows",
+ "content": "usb-gerät analyse unter windows registry-extraktion aus system\\currentcontrolset\\enum\\usbstor für hersteller/produkt/version-identifikation und unique-serial-numbers (ohne & im 2. zeichen). first/last-connection-zeiten aus properties 0064/0066/0067-registry-werten. setupapi.dev.log-analyse für initial- installation-timestamps. volume-serial-number-korrelation zwischen endmgmt-registry und lnk-dateien für device-file-zuordnung. mounteddevices-registry für laufwerksbuchstaben-historie. usb-forensics registry-analysis pnp-logs volume-serial mounted-devices setupapi-analysis device-identification connection-timeline lnk-correlation static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.03955078125,
+ 0.0282745361328125,
+ 0.027923583984375,
+ -0.005279541015625,
+ 0.043487548828125,
+ 0.0234375,
+ 0.035980224609375,
+ -0.000690460205078125,
+ -0.01163482666015625,
+ -0.0106048583984375,
+ -0.0220184326171875,
+ 0.054046630859375,
+ -0.006038665771484375,
+ -0.01476287841796875,
+ -0.043304443359375,
+ 0.053680419921875,
+ -0.008453369140625,
+ -0.0093536376953125,
+ 0.00698089599609375,
+ -0.00818634033203125,
+ -0.040618896484375,
+ -0.01163482666015625,
+ -0.02398681640625,
+ 0.0059051513671875,
+ -0.0194244384765625,
+ 0.02630615234375,
+ 0.019500732421875,
+ -0.061553955078125,
+ -0.013153076171875,
+ 0.005458831787109375,
+ 0.0228118896484375,
+ -0.046539306640625,
+ -0.00199127197265625,
+ 0.0533447265625,
+ 0.0214691162109375,
+ -0.01611328125,
+ 0.01020050048828125,
+ -0.0284576416015625,
+ -0.03131103515625,
+ 0.06298828125,
+ 0.0013761520385742188,
+ -0.00809478759765625,
+ 0.00626373291015625,
+ -0.0191497802734375,
+ -0.0220184326171875,
+ -0.0234375,
+ 0.026123046875,
+ 0.004474639892578125,
+ 0.002147674560546875,
+ -0.037750244140625,
+ 0.05047607421875,
+ 0.025054931640625,
+ 0.021209716796875,
+ -0.021209716796875,
+ -0.044921875,
+ 0.02630615234375,
+ 0.0098876953125,
+ -0.01297760009765625,
+ -0.0298919677734375,
+ 0.0576171875,
+ -0.040802001953125,
+ 0.006351470947265625,
+ -0.005771636962890625,
+ 0.0099334716796875,
+ -0.00463104248046875,
+ 0.0125274658203125,
+ -0.001644134521484375,
+ -0.033477783203125,
+ -0.005146026611328125,
+ 0.01360321044921875,
+ 0.006443023681640625,
+ -0.031494140625,
+ -0.03399658203125,
+ 0.0257720947265625,
+ -0.0111846923828125,
+ -0.05511474609375,
+ 0.021026611328125,
+ 0.0214691162109375,
+ 0.0030193328857421875,
+ -0.014404296875,
+ -0.05511474609375,
+ -0.007068634033203125,
+ 0.056182861328125,
+ -0.01342010498046875,
+ -0.019775390625,
+ -0.0111846923828125,
+ 0.02130126953125,
+ 0.003936767578125,
+ 0.0072021484375,
+ -0.035614013671875,
+ 0.020751953125,
+ -0.0080108642578125,
+ 0.0106964111328125,
+ -0.006038665771484375,
+ 0.04974365234375,
+ 0.0791015625,
+ 0.0234375,
+ -0.01861572265625,
+ -0.0157470703125,
+ 0.05010986328125,
+ -0.01078033447265625,
+ -0.01690673828125,
+ 0.05047607421875,
+ -0.01351165771484375,
+ 0.04010009765625,
+ -0.0180816650390625,
+ 0.018524169921875,
+ -0.004451751708984375,
+ -0.01033782958984375,
+ 0.0125274658203125,
+ -0.07696533203125,
+ -0.0165557861328125,
+ -0.0184326171875,
+ -0.0579833984375,
+ -0.0286407470703125,
+ 0.0002460479736328125,
+ -0.0111846923828125,
+ -0.001163482666015625,
+ -0.035064697265625,
+ -0.0166473388671875,
+ 0.02398681640625,
+ -0.01087188720703125,
+ 0.020050048828125,
+ 0.0163726806640625,
+ -0.041168212890625,
+ -0.03436279296875,
+ 0.00698089599609375,
+ 0.035247802734375,
+ -0.0030193328857421875,
+ -0.0284576416015625,
+ -0.03936767578125,
+ -0.0011348724365234375,
+ -0.0268402099609375,
+ -0.01216888427734375,
+ -0.01557159423828125,
+ -0.006755828857421875,
+ 0.0282745361328125,
+ 0.0125274658203125,
+ -0.0106048583984375,
+ -0.0029296875,
+ 0.0472412109375,
+ -0.01995849609375,
+ -0.06048583984375,
+ -0.005123138427734375,
+ -0.035430908203125,
+ -0.007114410400390625,
+ -0.0215606689453125,
+ 0.06549072265625,
+ -0.041168212890625,
+ 0.0020923614501953125,
+ -0.01171875,
+ 0.045806884765625,
+ 0.0479736328125,
+ 0.000827789306640625,
+ 0.005031585693359375,
+ -0.04437255859375,
+ -0.0022487640380859375,
+ -0.0364990234375,
+ 0.0201263427734375,
+ 0.0090789794921875,
+ -0.00684356689453125,
+ 0.0264892578125,
+ -0.011993408203125,
+ 0.0162811279296875,
+ -0.0205841064453125,
+ -0.0418701171875,
+ -0.018157958984375,
+ 0.0232696533203125,
+ -0.0066680908203125,
+ -0.0065765380859375,
+ 0.0220184326171875,
+ -0.00653076171875,
+ 0.06549072265625,
+ 0.07659912109375,
+ -0.011993408203125,
+ 0.0391845703125,
+ 0.005504608154296875,
+ -0.01091766357421875,
+ 0.02899169921875,
+ 0.0153045654296875,
+ -0.0153045654296875,
+ -0.015655517578125,
+ 0.0178985595703125,
+ -0.0162811279296875,
+ 0.0030422210693359375,
+ 0.003131866455078125,
+ -0.047607421875,
+ -0.01458740234375,
+ -0.0189666748046875,
+ 0.038848876953125,
+ -0.01458740234375,
+ -0.054046630859375,
+ -0.010650634765625,
+ 0.0247039794921875,
+ 0.038116455078125,
+ 0.06658935546875,
+ 0.01708984375,
+ -0.0125274658203125,
+ 0.0280914306640625,
+ -0.030242919921875,
+ -0.009796142578125,
+ 0.038665771484375,
+ -0.016815185546875,
+ 0.051177978515625,
+ 0.00836944580078125,
+ -0.0174560546875,
+ 0.004405975341796875,
+ 0.03936767578125,
+ -0.0103759765625,
+ -0.0205841064453125,
+ -0.0280914306640625,
+ 0.051544189453125,
+ -0.005702972412109375,
+ 0.0004725456237792969,
+ -0.03955078125,
+ -0.037933349609375,
+ -0.01548004150390625,
+ -0.00894927978515625,
+ -0.014404296875,
+ -0.0151214599609375,
+ -0.00420379638671875,
+ -0.0726318359375,
+ 0.000053822994232177734,
+ 0.0110931396484375,
+ -0.0257720947265625,
+ 0.019683837890625,
+ 0.0219268798828125,
+ -0.030059814453125,
+ -0.038848876953125,
+ -0.0009169578552246094,
+ 0.024871826171875,
+ 0.035247802734375,
+ 0.0098876953125,
+ -0.0034008026123046875,
+ -0.004138946533203125,
+ -0.0247039794921875,
+ 0.045806884765625,
+ 0.010467529296875,
+ 0.0164642333984375,
+ 0.01342010498046875,
+ -0.0270233154296875,
+ 0.038848876953125,
+ -0.0184326171875,
+ 0.030242919921875,
+ 0.03472900390625,
+ -0.02130126953125,
+ 0.0203094482421875,
+ 0.0030422210693359375,
+ 0.0322265625,
+ 0.040618896484375,
+ -0.049041748046875,
+ -0.00035381317138671875,
+ -0.10809326171875,
+ -0.018707275390625,
+ -0.052978515625,
+ -0.04168701171875,
+ -0.0259552001953125,
+ -0.056549072265625,
+ 0.038665771484375,
+ 0.00943756103515625,
+ -0.040618896484375,
+ 0.00751495361328125,
+ 0.00818634033203125,
+ 0.0055694580078125,
+ 0.0298919677734375,
+ 0.0282745361328125,
+ -0.016021728515625,
+ -0.0188751220703125,
+ 0.057281494140625,
+ -0.040435791015625,
+ 0.00215911865234375,
+ -0.00957489013671875,
+ 0.0150299072265625,
+ -0.0291748046875,
+ 0.027740478515625,
+ -0.0445556640625,
+ -0.0124359130859375,
+ 0.042938232421875,
+ 0.0019350051879882812,
+ 0.01548004150390625,
+ -0.0211181640625,
+ 0.0099334716796875,
+ -0.037933349609375,
+ 0.022369384765625,
+ -0.0322265625,
+ -0.0175323486328125,
+ 0.0005340576171875,
+ 0.0157470703125,
+ -0.01861572265625,
+ -0.0533447265625,
+ -0.0005035400390625,
+ 0.046875,
+ -0.0224609375,
+ 0.01467132568359375,
+ 0.02398681640625,
+ -0.022552490234375,
+ -0.001224517822265625,
+ -0.0203094482421875,
+ -0.003490447998046875,
+ 0.00836944580078125,
+ 0.00760650634765625,
+ -0.027740478515625,
+ -0.007965087890625,
+ -0.007293701171875,
+ 0.00760650634765625,
+ -0.01082611083984375,
+ -0.043853759765625,
+ -0.01538848876953125,
+ 0.005077362060546875,
+ -0.0228118896484375,
+ -0.00688934326171875,
+ -0.0016222000122070312,
+ -0.01024627685546875,
+ 0.0216522216796875,
+ 0.00630950927734375,
+ -0.00809478759765625,
+ -0.054046630859375,
+ -0.05548095703125,
+ 0.0031757354736328125,
+ -0.020843505859375,
+ -0.057281494140625,
+ -0.0238037109375,
+ 0.0218353271484375,
+ 0.00487518310546875,
+ 0.01279449462890625,
+ -0.019683837890625,
+ -0.01557159423828125,
+ -0.03131103515625,
+ 0.0270233154296875,
+ -0.015655517578125,
+ 0.0152130126953125,
+ 0.00011533498764038086,
+ 0.048675537109375,
+ 0.02667236328125,
+ 0.03167724609375,
+ 0.0136871337890625,
+ 0.051910400390625,
+ 0.01959228515625,
+ -0.0220184326171875,
+ -0.0001957416534423828,
+ 0.019500732421875,
+ 0.006801605224609375,
+ -0.0211181640625,
+ -0.01216888427734375,
+ -0.049041748046875,
+ -0.01458740234375,
+ -0.022186279296875,
+ 0.046875,
+ 0.0322265625,
+ 0.0176239013671875,
+ 0.0322265625,
+ -0.042938232421875,
+ -0.00501251220703125,
+ 0.06085205078125,
+ 0.01611328125,
+ 0.079833984375,
+ -0.021209716796875,
+ -0.048309326171875,
+ 0.027374267578125,
+ 0.040802001953125,
+ -0.00832366943359375,
+ -0.004405975341796875,
+ 0.049407958984375,
+ 0.0264892578125,
+ 0.011810302734375,
+ 0.0322265625,
+ -0.016815185546875,
+ 0.04241943359375,
+ 0.0150299072265625,
+ 0.0079193115234375,
+ -0.00836944580078125,
+ -0.026123046875,
+ 0.03973388671875,
+ 0.05474853515625,
+ 0.0190582275390625,
+ -0.01006317138671875,
+ 0.038665771484375,
+ -0.0174560546875,
+ -0.0399169921875,
+ -0.038299560546875,
+ -0.0848388671875,
+ 0.02264404296875,
+ 0.0372314453125,
+ 0.00921630859375,
+ 0.0833740234375,
+ -0.037567138671875,
+ -0.054412841796875,
+ 0.0364990234375,
+ -0.050811767578125,
+ 0.06695556640625,
+ 0.0322265625,
+ 0.00894927978515625,
+ 0.02667236328125,
+ 0.015655517578125,
+ 0.0179901123046875,
+ 0.038665771484375,
+ 0.0009059906005859375,
+ -0.0059967041015625,
+ 0.04510498046875,
+ 0.044189453125,
+ 0.0180816650390625,
+ -0.04205322265625,
+ 0.0048980712890625,
+ 0.0391845703125,
+ 0.064453125,
+ -0.0178070068359375,
+ 0.020751953125,
+ 0.0203094482421875,
+ 0.0243377685546875,
+ -0.021392822265625,
+ 0.056549072265625,
+ 0.040985107421875,
+ -0.00957489013671875,
+ 0.0215606689453125,
+ -0.037933349609375,
+ 0.021026611328125,
+ -0.05047607421875,
+ 0.027740478515625,
+ 0.0009899139404296875,
+ 0.01055908203125,
+ 0.017364501953125,
+ 0.0125274658203125,
+ -0.04974365234375,
+ -0.0090789794921875,
+ 0.04150390625,
+ -0.035980224609375,
+ 0.030059814453125,
+ 0.0372314453125,
+ -0.0152130126953125,
+ -0.0018568038940429688,
+ -0.0153045654296875,
+ -0.051910400390625,
+ 0.02667236328125,
+ -0.009979248046875,
+ -0.018524169921875,
+ 0.0177154541015625,
+ 0.04437255859375,
+ -0.049041748046875,
+ -0.038665771484375,
+ -0.02667236328125,
+ 0.0012359619140625,
+ -0.01351165771484375,
+ -0.01690673828125,
+ 0.0211181640625,
+ -0.00228118896484375,
+ -0.00760650634765625,
+ 0.0426025390625,
+ 0.051910400390625,
+ 0.01033782958984375,
+ -0.033477783203125,
+ 0.069091796875,
+ -0.030609130859375,
+ -0.056182861328125,
+ -0.0130615234375,
+ 0.030242919921875,
+ 0.020843505859375,
+ -0.0399169921875,
+ -0.0247039794921875,
+ 0.008056640625,
+ 0.005504608154296875,
+ 0.0188751220703125,
+ 0.038482666015625,
+ -0.0297088623046875,
+ -0.038848876953125,
+ -0.034912109375,
+ 0.041351318359375,
+ 0.0247039794921875,
+ 0.0345458984375,
+ 0.007965087890625,
+ -0.063720703125,
+ 0.040435791015625,
+ -0.063720703125,
+ -0.0264892578125,
+ -0.01861572265625,
+ 0.01422882080078125,
+ -0.00966644287109375,
+ 0.0794677734375,
+ -0.016998291015625,
+ -0.0176239013671875,
+ -0.01087188720703125,
+ 0.06622314453125,
+ 0.035247802734375,
+ -0.002292633056640625,
+ -0.0364990234375,
+ 0.0204010009765625,
+ 0.0010013580322265625,
+ -0.044036865234375,
+ -0.01015472412109375,
+ -0.0282745361328125,
+ -0.0106048583984375,
+ 0.0341796875,
+ -0.062286376953125,
+ 0.01432037353515625,
+ -0.0037136077880859375,
+ -0.0364990234375,
+ -0.0280914306640625,
+ -0.027557373046875,
+ -0.018341064453125,
+ -0.0533447265625,
+ -0.00693511962890625,
+ 0.006175994873046875,
+ 0.0106048583984375,
+ 0.02398681640625,
+ 0.01055908203125,
+ 0.0136871337890625,
+ 0.0202178955078125,
+ -0.0220184326171875,
+ -0.020843505859375,
+ 0.0232696533203125,
+ -0.0345458984375,
+ -0.0311431884765625,
+ -0.01485443115234375,
+ 0.018341064453125,
+ -0.048309326171875,
+ 0.0036907196044921875,
+ -0.00362396240234375,
+ -0.01404571533203125,
+ 0.056915283203125,
+ -0.06585693359375,
+ -0.01171875,
+ -0.0284576416015625,
+ -0.004856109619140625,
+ -0.030242919921875,
+ -0.013153076171875,
+ -0.00299835205078125,
+ 0.01091766357421875,
+ 0.0137786865234375,
+ -0.00943756103515625,
+ 0.056915283203125,
+ -0.046875,
+ 0.0090789794921875,
+ 0.02398681640625,
+ 0.004451751708984375,
+ 0.005859375,
+ 0.002002716064453125,
+ 0.0204010009765625,
+ -0.00568389892578125,
+ 0.033294677734375,
+ -0.0229034423828125,
+ -0.01207733154296875,
+ -0.08197021484375,
+ 0.0126190185546875,
+ 0.005950927734375,
+ -0.0188751220703125,
+ -0.027740478515625,
+ -0.0345458984375,
+ -0.045806884765625,
+ -0.0103759765625,
+ 0.03955078125,
+ 0.0053253173828125,
+ -0.01413726806640625,
+ -0.0215606689453125,
+ -0.025238037109375,
+ 0.01033782958984375,
+ -0.0309600830078125,
+ -0.0003578662872314453,
+ -0.007965087890625,
+ 0.01324462890625,
+ 0.0078277587890625,
+ -0.00148773193359375,
+ 0.01270294189453125,
+ 0.049407958984375,
+ 0.02880859375,
+ 0.02130126953125,
+ 0.0298919677734375,
+ -0.00957489013671875,
+ 0.025238037109375,
+ -0.01593017578125,
+ -0.01432037353515625,
+ 0.0178985595703125,
+ -0.01557159423828125,
+ -0.0220947265625,
+ -0.048309326171875,
+ -0.027740478515625,
+ 0.048309326171875,
+ 0.01015472412109375,
+ 0.0257720947265625,
+ -0.0307769775390625,
+ 0.016021728515625,
+ 0.032745361328125,
+ -0.0272064208984375,
+ 0.042938232421875,
+ -0.027923583984375,
+ -0.0090789794921875,
+ 0.0037364959716796875,
+ -0.0018568038940429688,
+ 0.015655517578125,
+ 0.034912109375,
+ 0.030059814453125,
+ -0.032562255859375,
+ 0.0167388916015625,
+ 0.0472412109375,
+ -0.0217437744140625,
+ -0.03131103515625,
+ -0.0228118896484375,
+ 0.006175994873046875,
+ -0.00568389892578125,
+ 0.036163330078125,
+ 0.0176239013671875,
+ 0.06121826171875,
+ -0.004833221435546875,
+ 0.022369384765625,
+ 0.0533447265625,
+ 0.045806884765625,
+ 0.03436279296875,
+ -0.00827789306640625,
+ -0.061920166015625,
+ -0.0216522216796875,
+ 0.00751495361328125,
+ -0.03167724609375,
+ -0.043121337890625,
+ 0.0038928985595703125,
+ 0.051544189453125,
+ -0.08770751953125,
+ -0.01342010498046875,
+ 0.0270233154296875,
+ 0.0035572052001953125,
+ 0.00518798828125,
+ -0.0012922286987304688,
+ -0.046539306640625,
+ 0.00496673583984375,
+ -0.01432037353515625,
+ -0.059051513671875,
+ -0.01235198974609375,
+ 0.006443023681640625,
+ 0.0338134765625,
+ 0.038116455078125,
+ 0.0307769775390625,
+ 0.01288604736328125,
+ 0.037933349609375,
+ -0.006084442138671875,
+ 0.040252685546875,
+ 0.0139617919921875,
+ 0.04010009765625,
+ 0.0020694732666015625,
+ 0.0255889892578125,
+ 0.03631591796875,
+ 0.045806884765625,
+ 0.0016889572143554688,
+ -0.0284576416015625,
+ 0.006397247314453125,
+ 0.0341796875,
+ 0.037750244140625,
+ 0.054412841796875,
+ -0.0072021484375,
+ 0.01611328125,
+ 0.0006513595581054688,
+ -0.033294677734375,
+ 0.007472991943359375,
+ -0.0079193115234375,
+ 0.0272064208984375,
+ -0.0626220703125,
+ -0.0234375,
+ 0.01557159423828125,
+ -0.018707275390625,
+ 0.062286376953125,
+ -0.0124359130859375,
+ -0.024871826171875,
+ -0.01055908203125,
+ 0.021209716796875,
+ -0.01207733154296875,
+ -0.0033550262451171875,
+ 0.0150299072265625,
+ -0.0259552001953125,
+ 0.0033550262451171875,
+ -0.035247802734375,
+ -0.04150390625,
+ 0.06585693359375,
+ -0.0019235610961914062,
+ -0.051177978515625,
+ 0.00213623046875,
+ 0.03955078125,
+ -0.014495849609375,
+ -0.02630615234375,
+ -0.019775390625,
+ -0.00890350341796875,
+ -0.00957489013671875,
+ -0.037750244140625,
+ -0.0232696533203125,
+ -0.0479736328125,
+ 0.0072479248046875,
+ -0.0204010009765625,
+ 0.005279541015625,
+ -0.0187835693359375,
+ -0.0264892578125,
+ -0.00018453598022460938,
+ 0.005077362060546875,
+ -0.020843505859375,
+ 0.0284576416015625,
+ -0.0345458984375,
+ 0.0318603515625,
+ -0.001476287841796875,
+ 0.032562255859375,
+ 0.03973388671875,
+ 0.043670654296875,
+ -0.0291748046875,
+ 0.00966644287109375,
+ -0.0105133056640625,
+ -0.048675537109375,
+ 0.020843505859375,
+ 0.022186279296875,
+ 0.005168914794921875,
+ -0.0576171875,
+ 0.027374267578125,
+ 0.049407958984375,
+ -0.0672607421875,
+ -0.0006012916564941406,
+ 0.0176239013671875,
+ -0.0272064208984375,
+ -0.0234375,
+ -0.007293701171875,
+ 0.01476287841796875,
+ 0.01360321044921875,
+ 0.08197021484375,
+ 0.03900146484375,
+ 0.0104217529296875,
+ 0.002315521240234375,
+ -0.0202178955078125,
+ 0.05047607421875,
+ 0.0035800933837890625,
+ 0.014404296875,
+ -0.049407958984375,
+ 0.03936767578125,
+ 0.0006403923034667969,
+ -0.032745361328125,
+ 0.0002027750015258789,
+ -0.05548095703125,
+ -0.00962066650390625,
+ 0.019683837890625,
+ 0.0112762451171875,
+ 0.0038471221923828125,
+ -0.0056610107421875,
+ -0.03955078125,
+ -0.03936767578125,
+ -0.0311431884765625,
+ 0.0322265625,
+ -0.01024627685546875,
+ 0.00007480382919311523,
+ -0.040618896484375,
+ 0.0150299072265625,
+ -0.00621795654296875,
+ -0.06982421875,
+ -0.0318603515625,
+ -0.040618896484375,
+ 0.0232696533203125,
+ -0.0130615234375,
+ -0.0579833984375,
+ 0.046875,
+ 0.02880859375,
+ -0.0139617919921875,
+ 0.033294677734375,
+ 0.048675537109375,
+ -0.045623779296875,
+ -0.02130126953125,
+ 0.0106048583984375,
+ 0.047607421875,
+ -0.0098876953125,
+ -0.0165557861328125,
+ 0.011993408203125,
+ 0.014495849609375,
+ 0.0205841064453125,
+ -0.03131103515625,
+ 0.059417724609375,
+ 0.049407958984375,
+ 0.007427215576171875,
+ -0.059783935546875,
+ -0.0286407470703125,
+ -0.007694244384765625,
+ 0.0180816650390625,
+ -0.01140594482421875,
+ 0.0472412109375,
+ 0.00756072998046875,
+ -0.0139617919921875,
+ -0.1044921875,
+ 0.05010986328125,
+ -0.0201263427734375,
+ 0.04010009765625,
+ 0.04278564453125,
+ -0.019775390625,
+ -0.0626220703125,
+ -0.052978515625,
+ -0.022735595703125,
+ 0.0193328857421875,
+ -0.01270294189453125,
+ 0.040802001953125,
+ 0.00765228271484375,
+ 0.0048980712890625,
+ 0.0078277587890625,
+ -0.03399658203125,
+ 0.0065765380859375,
+ 0.04974365234375,
+ -0.0000978708267211914,
+ -0.043487548828125,
+ 0.0151214599609375,
+ -0.004383087158203125,
+ -0.0257720947265625,
+ -0.026123046875,
+ 0.0003886222839355469,
+ 0.007427215576171875,
+ -0.006175994873046875,
+ -0.0270233154296875,
+ -0.02630615234375,
+ 0.045806884765625,
+ 0.05224609375,
+ 0.030059814453125,
+ 0.0282745361328125,
+ -0.020050048828125,
+ 0.03363037109375,
+ -0.004116058349609375,
+ -0.0297088623046875,
+ 0.0139617919921875,
+ 0.022186279296875,
+ -0.02398681640625,
+ -0.02630615234375,
+ -0.056549072265625,
+ -0.08087158203125,
+ 0.0307769775390625,
+ -0.0579833984375,
+ -0.00943756103515625,
+ 0.018707275390625,
+ 0.011810302734375,
+ 0.01010894775390625,
+ -0.0090789794921875,
+ 0.04205322265625,
+ 0.006710052490234375,
+ -0.041168212890625,
+ -0.024871826171875,
+ 0.035797119140625,
+ -0.03167724609375,
+ 0.0059051513671875,
+ -0.01190185546875,
+ -0.051910400390625,
+ 0.054046630859375,
+ -0.0284576416015625,
+ -0.00568389892578125,
+ -0.0311431884765625,
+ -0.0224609375,
+ -0.01360321044921875,
+ 0.03131103515625,
+ -0.08837890625,
+ -0.0218353271484375,
+ 0.030426025390625,
+ 0.035614013671875,
+ -0.004608154296875,
+ -0.01342010498046875,
+ 0.03704833984375,
+ -0.03204345703125,
+ -0.03399658203125,
+ 0.03363037109375,
+ -0.00496673583984375,
+ -0.026123046875,
+ 0.003780364990234375,
+ -0.02667236328125,
+ -0.0023040771484375,
+ 0.0243377685546875,
+ 0.048309326171875,
+ 0.05474853515625,
+ 0.005031585693359375,
+ -0.0018682479858398438,
+ -0.0090789794921875,
+ -0.0175323486328125,
+ 0.0019464492797851562,
+ -0.00554656982421875,
+ 0.031494140625,
+ 0.006488800048828125,
+ 0.00765228271484375,
+ 0.0219268798828125,
+ 0.01033782958984375,
+ -0.08807373046875,
+ 0.00760650634765625,
+ -0.0080108642578125,
+ -0.0679931640625,
+ -0.003108978271484375,
+ 0.08233642578125,
+ 0.03167724609375,
+ 0.007694244384765625,
+ 0.043853759765625,
+ 0.032928466796875,
+ 0.0272064208984375,
+ 0.0004558563232421875,
+ -0.0066680908203125,
+ -0.0626220703125,
+ -0.00827789306640625,
+ 0.032745361328125,
+ 0.019683837890625,
+ -0.052978515625,
+ 0.06298828125,
+ 0.08123779296875,
+ -0.00756072998046875,
+ -0.0191497802734375,
+ 0.0345458984375,
+ 0.01055908203125,
+ 0.06658935546875,
+ 0.01458740234375,
+ 0.0100250244140625,
+ -0.06475830078125,
+ 0.005950927734375,
+ 0.0232696533203125,
+ -0.004520416259765625,
+ -0.000576019287109375,
+ 0.0033111572265625,
+ -0.027923583984375,
+ 0.056182861328125,
+ -0.049407958984375,
+ 0.00939178466796875,
+ -0.0072479248046875,
+ 0.078369140625,
+ -0.01055908203125,
+ -0.046173095703125,
+ -0.0029296875,
+ 0.05474853515625,
+ 0.0232696533203125,
+ -0.0152130126953125,
+ 0.0192413330078125,
+ 0.016021728515625,
+ 0.002170562744140625,
+ 0.0202178955078125,
+ 0.059783935546875,
+ 0.01467132568359375,
+ 0.007160186767578125,
+ 0.02093505859375,
+ -0.048309326171875,
+ 0.006038665771484375,
+ -0.0191497802734375,
+ 0.0280914306640625,
+ -0.006397247314453125,
+ -0.0526123046875,
+ -0.040802001953125,
+ -0.043670654296875,
+ 0.030059814453125,
+ 0.01015472412109375,
+ 0.0472412109375,
+ 0.0311431884765625,
+ -0.0167388916015625,
+ -0.019500732421875,
+ 0.02264404296875,
+ 0.0189666748046875,
+ 0.03741455078125,
+ 0.01010894775390625,
+ 0.0203094482421875,
+ -0.0130615234375,
+ 0.0130615234375,
+ 0.006130218505859375,
+ -0.054046630859375,
+ 0.01207733154296875,
+ -0.0163726806640625,
+ -0.01154327392578125,
+ -0.024871826171875,
+ 0.0025272369384765625,
+ 0.00467681884765625,
+ -0.02362060546875,
+ -0.0027408599853515625,
+ -0.022369384765625,
+ 0.0037136077880859375,
+ -0.004047393798828125,
+ -0.051177978515625,
+ -0.0124359130859375,
+ 0.027374267578125,
+ -0.0445556640625,
+ 0.00201416015625,
+ 0.025238037109375,
+ -0.018341064453125,
+ -0.00621795654296875,
+ -0.0694580078125,
+ 0.08123779296875,
+ 0.0286407470703125,
+ 0.00787353515625,
+ -0.0188751220703125,
+ 0.01145172119140625,
+ 0.027374267578125,
+ 0.00698089599609375,
+ 0.0311431884765625,
+ 0.0257720947265625,
+ 0.0029087066650390625,
+ 0.038848876953125,
+ 0.0787353515625,
+ -0.0055694580078125,
+ -0.0418701171875,
+ 0.0125274658203125,
+ 0.00890350341796875,
+ -0.044036865234375,
+ 0.030426025390625,
+ 0.027740478515625,
+ 0.0191497802734375,
+ -0.016815185546875,
+ 0.00024044513702392578,
+ -0.0035572052001953125,
+ -0.035247802734375,
+ 0.05584716796875,
+ -0.01270294189453125,
+ -0.009796142578125,
+ 0.033294677734375,
+ -0.069091796875,
+ 0.0311431884765625,
+ 0.0245208740234375,
+ 0.08160400390625,
+ -0.03167724609375,
+ 0.032562255859375,
+ -0.026123046875,
+ 0.035980224609375,
+ -0.0220184326171875,
+ 0.007785797119140625,
+ -0.01351165771484375,
+ 0.03472900390625,
+ -0.025238037109375,
+ 0.02093505859375,
+ -0.004608154296875,
+ -0.0190582275390625,
+ -0.0341796875,
+ -0.01154327392578125,
+ -0.0112762451171875,
+ -0.01190185546875,
+ 0.062286376953125,
+ -0.0391845703125,
+ -0.01324462890625,
+ 0.007022857666015625,
+ 0.0318603515625,
+ 0.050811767578125,
+ -0.0257720947265625,
+ 0.027557373046875,
+ 0.022735595703125,
+ 0.01020050048828125,
+ 0.005504608154296875,
+ -0.0052337646484375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "usb-forensics",
+ "registry-analysis",
+ "pnp-logs",
+ "volume-serial",
+ "mounted-devices",
+ "setupapi-analysis",
+ "device-identification",
+ "connection-timeline",
+ "lnk-correlation"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Docker_Container_Forensische_Analyse",
+ "type": "tool",
+ "name": "Docker Container Forensische Analyse",
+ "content": "docker container forensische analyse docker-image/container-layer-analysis für containerized-application- forensics. dockerfile-reconstruction, image-history-analysis, container-runtime-investigation, volume-mount-analysis und network-bridge-examination für container-security-incident-response. container-forensics docker-analysis image-analysis layer-analysis volume-analysis containerized-malware incident-response cloud-forensics malware-analysis examination analysis",
+ "embedding": [
+ -0.0176239013671875,
+ 0.01470947265625,
+ 0.0267333984375,
+ -0.00952911376953125,
+ 0.047119140625,
+ 0.04278564453125,
+ 0.0243988037109375,
+ -0.0182952880859375,
+ -0.01503753662109375,
+ -0.0093994140625,
+ -0.0177154541015625,
+ 0.049468994140625,
+ 0.00981903076171875,
+ 0.00263214111328125,
+ -0.041778564453125,
+ 0.042266845703125,
+ -0.003864288330078125,
+ -0.003299713134765625,
+ 0.0192108154296875,
+ 0.03173828125,
+ -0.0202178955078125,
+ -0.02288818359375,
+ -0.059478759765625,
+ -0.0016813278198242188,
+ 0.0022029876708984375,
+ -0.00614166259765625,
+ -0.0225677490234375,
+ -0.07220458984375,
+ -0.0110321044921875,
+ 0.0203857421875,
+ 0.005306243896484375,
+ -0.0233917236328125,
+ 0.0015668869018554688,
+ 0.042266845703125,
+ -0.025238037109375,
+ -0.034912109375,
+ 0.01947021484375,
+ -0.038604736328125,
+ -0.03961181640625,
+ 0.0185546875,
+ -0.022064208984375,
+ 0.00914764404296875,
+ 0.0017442703247070312,
+ 0.00852203369140625,
+ -0.023223876953125,
+ -0.030242919921875,
+ 0.010650634765625,
+ 0.01136016845703125,
+ -0.0034885406494140625,
+ -0.048797607421875,
+ 0.0202178955078125,
+ 0.0247344970703125,
+ 0.0038013458251953125,
+ 0.00848388671875,
+ -0.0711669921875,
+ 0.006725311279296875,
+ 0.036590576171875,
+ -0.021392822265625,
+ -0.02740478515625,
+ 0.020050048828125,
+ -0.024566650390625,
+ -0.006183624267578125,
+ -0.016204833984375,
+ 0.0055999755859375,
+ 0.00994110107421875,
+ 0.019134521484375,
+ -0.0297393798828125,
+ -0.040771484375,
+ 0.0045318603515625,
+ 0.0044708251953125,
+ 0.01395416259765625,
+ -0.01395416259765625,
+ -0.0185546875,
+ 0.031585693359375,
+ -0.00772857666015625,
+ -0.028411865234375,
+ 0.0416259765625,
+ 0.04644775390625,
+ -0.0017547607421875,
+ -0.0029449462890625,
+ -0.058837890625,
+ -0.0034046173095703125,
+ 0.0237274169921875,
+ -0.02557373046875,
+ -0.04010009765625,
+ 0.0006451606750488281,
+ 0.0235595703125,
+ 0.004344940185546875,
+ 0.0135345458984375,
+ -0.00710296630859375,
+ 0.00927734375,
+ -0.00501251220703125,
+ 0.030914306640625,
+ -0.039276123046875,
+ 0.03173828125,
+ 0.0511474609375,
+ -0.02288818359375,
+ -0.0169677734375,
+ -0.005680084228515625,
+ 0.0498046875,
+ 0.0254058837890625,
+ -0.0215606689453125,
+ 0.062164306640625,
+ -0.01186370849609375,
+ 0.051483154296875,
+ -0.01219940185546875,
+ 0.01169586181640625,
+ -0.0001246929168701172,
+ -0.0135345458984375,
+ 0.004428863525390625,
+ -0.059478759765625,
+ -0.041290283203125,
+ -0.01395416259765625,
+ -0.035919189453125,
+ -0.027740478515625,
+ -0.0086517333984375,
+ -0.00597381591796875,
+ 0.055816650390625,
+ -0.04095458984375,
+ -0.04644775390625,
+ 0.010406494140625,
+ 0.0203094482421875,
+ 0.00501251220703125,
+ 0.00701904296875,
+ -0.02490234375,
+ -0.0325927734375,
+ 0.010650634765625,
+ 0.033935546875,
+ -0.0182952880859375,
+ -0.0225677490234375,
+ -0.0289154052734375,
+ -0.00965118408203125,
+ -0.023223876953125,
+ -0.01128387451171875,
+ -0.032073974609375,
+ -0.025238037109375,
+ 0.036590576171875,
+ -0.0297393798828125,
+ 0.0003864765167236328,
+ 0.00998687744140625,
+ 0.036773681640625,
+ -0.036590576171875,
+ -0.047454833984375,
+ 0.0169677734375,
+ -0.0218963623046875,
+ -0.0151214599609375,
+ -0.03826904296875,
+ 0.037445068359375,
+ -0.02423095703125,
+ -0.02557373046875,
+ -0.0023193359375,
+ 0.0511474609375,
+ 0.0187225341796875,
+ -0.0119476318359375,
+ 0.0135345458984375,
+ -0.0222320556640625,
+ -0.000030994415283203125,
+ -0.0250701904296875,
+ 0.033935546875,
+ 0.004199981689453125,
+ -0.0285797119140625,
+ 0.01111602783203125,
+ -0.00818634033203125,
+ 0.036590576171875,
+ -0.0138702392578125,
+ -0.04010009765625,
+ -0.0285797119140625,
+ 0.023223876953125,
+ 0.0416259765625,
+ -0.006435394287109375,
+ 0.0421142578125,
+ 0.016876220703125,
+ 0.06854248046875,
+ 0.035247802734375,
+ 0.009857177734375,
+ 0.0297393798828125,
+ 0.006683349609375,
+ -0.0122833251953125,
+ 0.034759521484375,
+ 0.03192138671875,
+ 0.01445770263671875,
+ -0.0145416259765625,
+ 0.06451416015625,
+ -0.0151214599609375,
+ 0.0024013519287109375,
+ -0.00801849365234375,
+ -0.0211334228515625,
+ -0.0183868408203125,
+ -0.050140380859375,
+ 0.015625,
+ -0.045440673828125,
+ -0.00977325439453125,
+ -0.018463134765625,
+ 0.04644775390625,
+ 0.02490234375,
+ 0.048797607421875,
+ 0.032745361328125,
+ -0.0032787322998046875,
+ 0.032257080078125,
+ 0.013702392578125,
+ 0.038421630859375,
+ 0.0394287109375,
+ -0.0126190185546875,
+ 0.046783447265625,
+ 0.0310821533203125,
+ -0.005558013916015625,
+ -0.006683349609375,
+ 0.00914764404296875,
+ 0.0176239013671875,
+ -0.0285797119140625,
+ 0.00013124942779541016,
+ 0.03173828125,
+ 0.00551605224609375,
+ -0.0172119140625,
+ -0.0457763671875,
+ -0.0017023086547851562,
+ -0.00818634033203125,
+ 0.0013790130615234375,
+ -0.0011281967163085938,
+ 0.0104827880859375,
+ -0.0176239013671875,
+ -0.029571533203125,
+ 0.0102386474609375,
+ 0.03375244140625,
+ -0.027740478515625,
+ 0.0447998046875,
+ 0.0192108154296875,
+ -0.0304107666015625,
+ -0.05181884765625,
+ 0.022064208984375,
+ 0.0018796920776367188,
+ 0.0203857421875,
+ 0.02423095703125,
+ -0.0008931159973144531,
+ 0.012115478515625,
+ -0.017791748046875,
+ 0.045135498046875,
+ 0.02423095703125,
+ 0.0126190185546875,
+ 0.0164642333984375,
+ -0.015869140625,
+ 0.0020046234130859375,
+ -0.0163726806640625,
+ 0.0574951171875,
+ 0.0183868408203125,
+ -0.031402587890625,
+ 0.0049285888671875,
+ -0.0055999755859375,
+ 0.0279083251953125,
+ 0.04779052734375,
+ -0.049468994140625,
+ -0.01412200927734375,
+ -0.0838623046875,
+ 0.0078125,
+ -0.058837890625,
+ -0.0199737548828125,
+ -0.0294189453125,
+ -0.041778564453125,
+ 0.04913330078125,
+ -0.052459716796875,
+ -0.01311492919921875,
+ 0.00016510486602783203,
+ -0.0167083740234375,
+ 0.0294189453125,
+ 0.03192138671875,
+ 0.006099700927734375,
+ -0.021728515625,
+ 0.00125885009765625,
+ 0.0738525390625,
+ -0.007602691650390625,
+ 0.0102386474609375,
+ 0.0014200210571289062,
+ 0.01412200927734375,
+ 0.00823211669921875,
+ -0.0004203319549560547,
+ -0.01495361328125,
+ 0.00739288330078125,
+ 0.01345062255859375,
+ 0.0357666015625,
+ -0.003238677978515625,
+ -0.002193450927734375,
+ -0.01554107666015625,
+ -0.0173797607421875,
+ 0.03125,
+ -0.0208892822265625,
+ -0.0176239013671875,
+ 0.00455474853515625,
+ 0.006099700927734375,
+ 0.0094451904296875,
+ -0.046783447265625,
+ -0.004909515380859375,
+ 0.04345703125,
+ 0.02423095703125,
+ -0.01061248779296875,
+ -0.01177978515625,
+ -0.055816650390625,
+ 0.0078125,
+ -0.01044464111328125,
+ -0.00914764404296875,
+ 0.03326416015625,
+ 0.0269012451171875,
+ -0.0243988037109375,
+ -0.006557464599609375,
+ -0.01788330078125,
+ 0.018218994140625,
+ -0.0272369384765625,
+ -0.0292510986328125,
+ -0.016876220703125,
+ 0.0079803466796875,
+ -0.0394287109375,
+ -0.0250701904296875,
+ 0.030914306640625,
+ -0.035247802734375,
+ 0.00405120849609375,
+ -0.005764007568359375,
+ -0.00693511962890625,
+ -0.025909423828125,
+ -0.0457763671875,
+ 0.016204833984375,
+ -0.0164642333984375,
+ -0.04144287109375,
+ -0.030242919921875,
+ 0.0169677734375,
+ 0.0180511474609375,
+ -0.0174560546875,
+ -0.012451171875,
+ -0.005035400390625,
+ -0.01094818115234375,
+ 0.0330810546875,
+ -0.03240966796875,
+ 0.019134521484375,
+ 0.0002846717834472656,
+ 0.0421142578125,
+ 0.01788330078125,
+ 0.041107177734375,
+ 0.017547607421875,
+ 0.07586669921875,
+ 0.00823211669921875,
+ -0.02874755859375,
+ -0.00789642333984375,
+ -0.006519317626953125,
+ -0.01470947265625,
+ 0.00015401840209960938,
+ -0.042266845703125,
+ -0.039764404296875,
+ -0.0094451904296875,
+ -0.043121337890625,
+ 0.0202178955078125,
+ 0.004344940185546875,
+ 0.0299072265625,
+ 0.02105712890625,
+ -0.01253509521484375,
+ 0.00960540771484375,
+ 0.05181884765625,
+ 0.0078125,
+ 0.07952880859375,
+ -0.040771484375,
+ -0.03558349609375,
+ 0.032073974609375,
+ 0.059814453125,
+ 0.01947021484375,
+ -0.0297393798828125,
+ 0.0289154052734375,
+ 0.0021820068359375,
+ -0.0008249282836914062,
+ 0.031585693359375,
+ -0.00223541259765625,
+ 0.0260772705078125,
+ -0.004764556884765625,
+ -0.00977325439453125,
+ -0.003780364990234375,
+ -0.0362548828125,
+ 0.02239990234375,
+ 0.05413818359375,
+ 0.0447998046875,
+ 0.0034046173095703125,
+ 0.0426025390625,
+ -0.016876220703125,
+ -0.00008684396743774414,
+ -0.04644775390625,
+ -0.059478759765625,
+ -0.0015249252319335938,
+ 0.023223876953125,
+ -0.006977081298828125,
+ 0.03826904296875,
+ -0.0299072265625,
+ -0.04095458984375,
+ 0.0062255859375,
+ -0.0243988037109375,
+ 0.06951904296875,
+ 0.034912109375,
+ 0.054473876953125,
+ 0.041778564453125,
+ -0.01136016845703125,
+ 0.0161285400390625,
+ 0.047119140625,
+ 0.04412841796875,
+ 0.01186370849609375,
+ 0.049468994140625,
+ 0.03192138671875,
+ 0.01537322998046875,
+ -0.033935546875,
+ 0.048797607421875,
+ 0.0285797119140625,
+ 0.0187225341796875,
+ -0.00848388671875,
+ 0.0294189453125,
+ 0.01428985595703125,
+ 0.03240966796875,
+ -0.034912109375,
+ 0.0728759765625,
+ 0.0087738037109375,
+ -0.0062255859375,
+ 0.034912109375,
+ -0.01177978515625,
+ 0.01654052734375,
+ -0.03173828125,
+ -0.007354736328125,
+ 0.0243988037109375,
+ -0.0025386810302734375,
+ 0.0010080337524414062,
+ 0.0282440185546875,
+ -0.06182861328125,
+ 0.0055999755859375,
+ 0.046783447265625,
+ -0.04644775390625,
+ 0.031585693359375,
+ 0.0292510986328125,
+ -0.040771484375,
+ 0.0131988525390625,
+ -0.01328277587890625,
+ -0.045135498046875,
+ 0.017547607421875,
+ -0.046112060546875,
+ -0.041290283203125,
+ 0.025909423828125,
+ 0.034088134765625,
+ -0.0307464599609375,
+ -0.048797607421875,
+ -0.0079345703125,
+ 0.0034046173095703125,
+ -0.01537322998046875,
+ 0.0182952880859375,
+ 0.0211334228515625,
+ -0.00478363037109375,
+ -0.01654052734375,
+ 0.021728515625,
+ 0.031585693359375,
+ 0.030242919921875,
+ -0.01111602783203125,
+ 0.049468994140625,
+ -0.040771484375,
+ -0.05181884765625,
+ 0.03240966796875,
+ 0.01412200927734375,
+ 0.009063720703125,
+ -0.0195465087890625,
+ -0.0294189453125,
+ 0.0014514923095703125,
+ 0.005641937255859375,
+ -0.016204833984375,
+ 0.0196380615234375,
+ -0.0511474609375,
+ -0.01788330078125,
+ -0.0421142578125,
+ 0.045440673828125,
+ -0.00286102294921875,
+ 0.028076171875,
+ 0.00421905517578125,
+ -0.037445068359375,
+ 0.0167999267578125,
+ -0.051483154296875,
+ -0.00382232666015625,
+ 0.02081298828125,
+ -0.01336669921875,
+ -0.0145416259765625,
+ 0.0751953125,
+ 0.00952911376953125,
+ -0.00472259521484375,
+ -0.020965576171875,
+ 0.044464111328125,
+ 0.01007080078125,
+ -0.005283355712890625,
+ -0.0294189453125,
+ 0.07855224609375,
+ 0.005558013916015625,
+ -0.053466796875,
+ 0.001316070556640625,
+ -0.0088958740234375,
+ -0.003925323486328125,
+ 0.053802490234375,
+ -0.0447998046875,
+ 0.00872802734375,
+ 0.030914306640625,
+ -0.052154541015625,
+ -0.01303863525390625,
+ -0.05181884765625,
+ -0.000293731689453125,
+ -0.03125,
+ 0.0254058837890625,
+ 0.05279541015625,
+ -0.01311492919921875,
+ 0.042266845703125,
+ 0.0269012451171875,
+ 0.0033626556396484375,
+ 0.0254058837890625,
+ 0.0036563873291015625,
+ -0.0195465087890625,
+ 0.02490234375,
+ -0.05615234375,
+ -0.0282440185546875,
+ -0.0265655517578125,
+ 0.03759765625,
+ -0.017547607421875,
+ 0.0009088516235351562,
+ -0.00785064697265625,
+ -0.023895263671875,
+ 0.0325927734375,
+ -0.03057861328125,
+ 0.01203155517578125,
+ -0.0018796920776367188,
+ -0.004825592041015625,
+ -0.0237274169921875,
+ -0.01169586181640625,
+ 0.0289154052734375,
+ 0.0257415771484375,
+ -0.011199951171875,
+ 0.003383636474609375,
+ 0.03826904296875,
+ -0.06817626953125,
+ 0.03961181640625,
+ 0.015869140625,
+ 0.002307891845703125,
+ 0.00727081298828125,
+ -0.001953125,
+ -0.0129547119140625,
+ -0.00701904296875,
+ 0.01203155517578125,
+ -0.0262298583984375,
+ -0.04010009765625,
+ -0.0574951171875,
+ 0.01520538330078125,
+ -0.00852203369140625,
+ -0.0030078887939453125,
+ -0.0198822021484375,
+ -0.045135498046875,
+ -0.08087158203125,
+ -0.0240631103515625,
+ 0.050140380859375,
+ 0.01412200927734375,
+ 0.00478363037109375,
+ -0.06982421875,
+ -0.0272369384765625,
+ 0.0004935264587402344,
+ -0.0092315673828125,
+ 0.043121337890625,
+ -0.013702392578125,
+ -0.0013790130615234375,
+ 0.02081298828125,
+ -0.03961181640625,
+ 0.01520538330078125,
+ 0.00001329183578491211,
+ 0.018218994140625,
+ 0.033416748046875,
+ 0.00919342041015625,
+ -0.048797607421875,
+ 0.004009246826171875,
+ -0.0147857666015625,
+ -0.00852203369140625,
+ 0.006557464599609375,
+ -0.034423828125,
+ -0.0004570484161376953,
+ -0.01445770263671875,
+ 0.0019741058349609375,
+ -0.0108642578125,
+ 0.05279541015625,
+ 0.036102294921875,
+ -0.00025463104248046875,
+ -0.0160369873046875,
+ 0.013702392578125,
+ -0.0269012451171875,
+ 0.099609375,
+ -0.0018482208251953125,
+ -0.053466796875,
+ 0.004909515380859375,
+ -0.0033206939697265625,
+ 0.04193115234375,
+ 0.0457763671875,
+ -0.01270294189453125,
+ -0.03240966796875,
+ 0.0019216537475585938,
+ 0.046783447265625,
+ 0.005847930908203125,
+ -0.03192138671875,
+ -0.021728515625,
+ -0.0003628730773925781,
+ 0.0279083251953125,
+ 0.07220458984375,
+ -0.0157928466796875,
+ 0.07086181640625,
+ -0.0014829635620117188,
+ 0.0102386474609375,
+ 0.032745361328125,
+ 0.072509765625,
+ 0.0140380859375,
+ -0.02490234375,
+ -0.059814453125,
+ -0.00455474853515625,
+ 0.0163726806640625,
+ -0.035430908203125,
+ -0.040618896484375,
+ 0.0102386474609375,
+ 0.062164306640625,
+ -0.0665283203125,
+ -0.03173828125,
+ 0.011444091796875,
+ -0.00342559814453125,
+ 0.0222320556640625,
+ -0.00279998779296875,
+ -0.024566650390625,
+ -0.007061004638671875,
+ 0.024566650390625,
+ -0.047119140625,
+ 0.0279083251953125,
+ -0.00038123130798339844,
+ -0.0032176971435546875,
+ 0.05548095703125,
+ 0.0265655517578125,
+ -0.034271240234375,
+ 0.033935546875,
+ 0.021392822265625,
+ 0.0171356201171875,
+ 0.00860595703125,
+ 0.040283203125,
+ 0.007228851318359375,
+ 0.01311492919921875,
+ 0.04278564453125,
+ 0.048797607421875,
+ -0.0498046875,
+ -0.01378631591796875,
+ 0.006351470947265625,
+ 0.0357666015625,
+ 0.046112060546875,
+ 0.05914306640625,
+ 0.006519317626953125,
+ 0.023895263671875,
+ 0.004241943359375,
+ -0.051483154296875,
+ 0.0049285888671875,
+ 0.0357666015625,
+ 0.00551605224609375,
+ -0.01044464111328125,
+ -0.038116455078125,
+ -0.01788330078125,
+ -0.04144287109375,
+ 0.03961181640625,
+ -0.0196380615234375,
+ -0.03875732421875,
+ -0.01032257080078125,
+ 0.03778076171875,
+ -0.0180511474609375,
+ -0.0511474609375,
+ 0.00461578369140625,
+ -0.016876220703125,
+ -0.03125,
+ -0.034271240234375,
+ -0.0257415771484375,
+ 0.0250701904296875,
+ -0.0206451416015625,
+ -0.05047607421875,
+ -0.0192108154296875,
+ 0.01007080078125,
+ -0.02874755859375,
+ -0.042266845703125,
+ -0.047119140625,
+ 0.0110321044921875,
+ -0.01007080078125,
+ -0.035247802734375,
+ -0.053131103515625,
+ -0.030914306640625,
+ 0.010406494140625,
+ -0.0225677490234375,
+ 0.0218963623046875,
+ -0.0176239013671875,
+ -0.01470947265625,
+ -0.0294189453125,
+ -0.02288818359375,
+ -0.02557373046875,
+ 0.0019426345825195312,
+ -0.02288818359375,
+ 0.0292510986328125,
+ 0.005931854248046875,
+ 0.01971435546875,
+ 0.0299072265625,
+ 0.043792724609375,
+ -0.01010894775390625,
+ 0.0029239654541015625,
+ -0.034271240234375,
+ -0.060821533203125,
+ 0.0201416015625,
+ 0.0062255859375,
+ 0.00461578369140625,
+ -0.05181884765625,
+ -0.02105712890625,
+ 0.046783447265625,
+ -0.08758544921875,
+ 0.025909423828125,
+ 0.0034046173095703125,
+ -0.01971435546875,
+ -0.040771484375,
+ -0.0036773681640625,
+ 0.0079345703125,
+ 0.023223876953125,
+ 0.08892822265625,
+ -0.01078033447265625,
+ -0.02557373046875,
+ 0.03643798828125,
+ -0.04412841796875,
+ 0.053466796875,
+ 0.0202178955078125,
+ 0.02288818359375,
+ -0.05914306640625,
+ 0.031585693359375,
+ 0.0173797607421875,
+ -0.046112060546875,
+ 0.020965576171875,
+ -0.0855712890625,
+ 0.0100250244140625,
+ 0.049468994140625,
+ 0.03125,
+ -0.007354736328125,
+ -0.01470947265625,
+ -0.044464111328125,
+ -0.03692626953125,
+ -0.0254058837890625,
+ 0.0186309814453125,
+ 0.0013475418090820312,
+ 0.0172119140625,
+ -0.041290283203125,
+ -0.026397705078125,
+ -0.01056671142578125,
+ -0.0484619140625,
+ -0.043792724609375,
+ -0.0279083251953125,
+ 0.018218994140625,
+ 0.01019287109375,
+ -0.058502197265625,
+ 0.0202178955078125,
+ 0.030914306640625,
+ 0.014373779296875,
+ 0.001300811767578125,
+ 0.08056640625,
+ -0.0426025390625,
+ 0.01007080078125,
+ -0.004909515380859375,
+ 0.03692626953125,
+ 0.01007080078125,
+ 0.005641937255859375,
+ 0.00693511962890625,
+ 0.036590576171875,
+ 0.0193023681640625,
+ -0.052459716796875,
+ 0.038421630859375,
+ 0.01445770263671875,
+ -0.0421142578125,
+ -0.045440673828125,
+ -0.0145416259765625,
+ -0.0157012939453125,
+ 0.045135498046875,
+ -0.015625,
+ 0.04644775390625,
+ -0.0102386474609375,
+ -0.00914764404296875,
+ -0.08453369140625,
+ 0.03759765625,
+ -0.01361846923828125,
+ 0.021392822265625,
+ 0.0310821533203125,
+ -0.007770538330078125,
+ -0.04644775390625,
+ -0.047454833984375,
+ -0.006893157958984375,
+ 0.017547607421875,
+ -0.0254058837890625,
+ 0.049468994140625,
+ -0.00852203369140625,
+ 0.01629638671875,
+ 0.02490234375,
+ -0.0018281936645507812,
+ -0.0394287109375,
+ 0.05279541015625,
+ 0.005847930908203125,
+ -0.00948333740234375,
+ 0.06719970703125,
+ -0.029083251953125,
+ 0.01311492919921875,
+ -0.020050048828125,
+ -0.003551483154296875,
+ 0.006435394287109375,
+ -0.0032787322998046875,
+ -0.04278564453125,
+ 0.00186920166015625,
+ 0.0183868408203125,
+ 0.04278564453125,
+ -0.0292510986328125,
+ -0.01486968994140625,
+ -0.0013475418090820312,
+ 0.0262298583984375,
+ -0.007144927978515625,
+ -0.01236724853515625,
+ 0.00902557373046875,
+ 0.02740478515625,
+ -0.0100250244140625,
+ -0.004177093505859375,
+ -0.0648193359375,
+ -0.08154296875,
+ 0.00501251220703125,
+ -0.038421630859375,
+ -0.019378662109375,
+ 0.0161285400390625,
+ 0.006519317626953125,
+ 0.013702392578125,
+ -0.0394287109375,
+ 0.038116455078125,
+ -0.0062255859375,
+ -0.004825592041015625,
+ -0.0237274169921875,
+ 0.028411865234375,
+ -0.034759521484375,
+ 0.0294189453125,
+ 0.00461578369140625,
+ -0.039764404296875,
+ 0.03375244140625,
+ -0.0285797119140625,
+ 0.01111602783203125,
+ -0.005222320556640625,
+ -0.0160369873046875,
+ -0.03192138671875,
+ 0.004909515380859375,
+ -0.06982421875,
+ -0.0095672607421875,
+ 0.037933349609375,
+ 0.01495361328125,
+ 0.0131988525390625,
+ -0.026397705078125,
+ 0.03192138671875,
+ 0.01345062255859375,
+ -0.071533203125,
+ 0.0215606689453125,
+ -0.034912109375,
+ -0.0227203369140625,
+ 0.0060577392578125,
+ -0.00789642333984375,
+ -0.016204833984375,
+ 0.0019006729125976562,
+ 0.036590576171875,
+ 0.04412841796875,
+ 0.027069091796875,
+ -0.00006592273712158203,
+ 0.0013265609741210938,
+ 0.0265655517578125,
+ -0.005054473876953125,
+ 0.029571533203125,
+ 0.042449951171875,
+ 0.03558349609375,
+ 0.0055999755859375,
+ 0.02423095703125,
+ 0.0257415771484375,
+ -0.09759521484375,
+ -0.0389404296875,
+ -0.0447998046875,
+ -0.0484619140625,
+ 0.0169677734375,
+ 0.08892822265625,
+ 0.027069091796875,
+ 0.006683349609375,
+ 0.02288818359375,
+ 0.055145263671875,
+ 0.032257080078125,
+ 0.036102294921875,
+ -0.0297393798828125,
+ -0.057159423828125,
+ 0.016204833984375,
+ 0.023895263671875,
+ 0.007434844970703125,
+ -0.072509765625,
+ 0.04913330078125,
+ 0.066162109375,
+ -0.0187225341796875,
+ -0.0040740966796875,
+ -0.0007886886596679688,
+ 0.01328277587890625,
+ 0.028411865234375,
+ 0.034271240234375,
+ 0.01128387451171875,
+ -0.07421875,
+ 0.0206451416015625,
+ 0.01947021484375,
+ -0.007228851318359375,
+ -0.00965118408203125,
+ -0.004241943359375,
+ -0.03125,
+ 0.0157012939453125,
+ -0.0574951171875,
+ -0.0215606689453125,
+ -0.0279083251953125,
+ 0.07684326171875,
+ 0.00806427001953125,
+ -0.052154541015625,
+ -0.01445770263671875,
+ 0.032073974609375,
+ 0.032257080078125,
+ 0.0079803466796875,
+ 0.0028400421142578125,
+ 0.0267333984375,
+ -0.029571533203125,
+ 0.025909423828125,
+ 0.0675048828125,
+ -0.0095672607421875,
+ 0.045135498046875,
+ -0.0008616447448730469,
+ -0.04095458984375,
+ 0.0154571533203125,
+ -0.0071868896484375,
+ 0.00025582313537597656,
+ -0.00399017333984375,
+ -0.02874755859375,
+ -0.01412200927734375,
+ -0.055145263671875,
+ 0.040435791015625,
+ -0.0108642578125,
+ 0.03875732421875,
+ 0.03558349609375,
+ -0.01395416259765625,
+ -0.0254058837890625,
+ 0.0260772705078125,
+ 0.020050048828125,
+ 0.05181884765625,
+ -0.0032596588134765625,
+ -0.0013580322265625,
+ 0.00835418701171875,
+ 0.028076171875,
+ 0.00914764404296875,
+ -0.0484619140625,
+ 0.046783447265625,
+ -0.0457763671875,
+ -0.0199737548828125,
+ -0.0362548828125,
+ 0.0029449462890625,
+ 0.01537322998046875,
+ -0.035430908203125,
+ 0.0087738037109375,
+ 0.005847930908203125,
+ 0.00902557373046875,
+ -0.02423095703125,
+ -0.043792724609375,
+ -0.0260772705078125,
+ 0.03192138671875,
+ -0.056488037109375,
+ 0.022064208984375,
+ 0.0325927734375,
+ 0.006183624267578125,
+ -0.03173828125,
+ -0.0457763671875,
+ 0.07952880859375,
+ 0.0294189453125,
+ 0.0257415771484375,
+ 0.01152801513671875,
+ 0.023223876953125,
+ 0.0357666015625,
+ -0.0100250244140625,
+ 0.0227203369140625,
+ 0.01015472412109375,
+ -0.03759765625,
+ 0.0325927734375,
+ 0.0426025390625,
+ 0.02288818359375,
+ -0.044464111328125,
+ 0.0282440185546875,
+ 0.035430908203125,
+ -0.028411865234375,
+ 0.032928466796875,
+ -0.0102386474609375,
+ 0.024566650390625,
+ 0.00785064697265625,
+ 0.0006136894226074219,
+ -0.0062255859375,
+ -0.02490234375,
+ 0.0625,
+ 0.0260772705078125,
+ -0.0068511962890625,
+ 0.062164306640625,
+ -0.062164306640625,
+ 0.021392822265625,
+ 0.0028209686279296875,
+ 0.046783447265625,
+ -0.05615234375,
+ 0.048126220703125,
+ -0.00801849365234375,
+ 0.006893157958984375,
+ -0.00147247314453125,
+ -0.005390167236328125,
+ -0.036590576171875,
+ 0.01537322998046875,
+ -0.027069091796875,
+ 0.07489013671875,
+ 0.048797607421875,
+ -0.01328277587890625,
+ -0.057830810546875,
+ -0.0119476318359375,
+ -0.0012378692626953125,
+ -0.01236724853515625,
+ 0.031585693359375,
+ -0.059478759765625,
+ -0.0012636184692382812,
+ -0.0007519721984863281,
+ 0.04913330078125,
+ 0.05413818359375,
+ -0.0135345458984375,
+ 0.028076171875,
+ 0.00399017333984375,
+ 0.01015472412109375,
+ -0.01812744140625,
+ -0.018890380859375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "cloud-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "container-forensics",
+ "docker-analysis",
+ "image-analysis",
+ "layer-analysis",
+ "volume-analysis",
+ "containerized-malware"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_MSAB_XRY",
+ "type": "tool",
+ "name": "MSAB XRY",
+ "content": "msab xry mobile-forensik-suite mit spezialisierung auf chinesische smartphones und hardware-vielfalt durch regelmäßige exploit-updates alle 6-8 wochen. drone-module extrahiert spezifische flugdaten von dji und parrot-geräten für luftfahrt-ermittlungen, xry camera identifiziert device-models aus bildern automatisch. pin-code-breaker-hardware knackt 4-6 stellige zugangscodes durch brute-force-methoden physisch. xamn-elements analysiert kommunikations-verbindungen zwischen mehreren geräten für komplexe netzwerk-forensik. cloud-extraction für 30+ services, eu-basierte alternative mit transparenterer verkaufspolitik und gdpr-compliance im vergleich zu us-amerikanischen konkurrenten. gui commercial mobile-app-data physical-copy decryption court-admissible drone-forensics chinese-phones pin-cracking cloud-extraction link-analysis eu-based mobile-forensics static-investigations fraud-investigation data-collection examination analysis",
+ "embedding": [
+ 0.002696990966796875,
+ 0.0229034423828125,
+ 0.0232086181640625,
+ 0.007244110107421875,
+ 0.04803466796875,
+ 0.04620361328125,
+ 0.0289764404296875,
+ -0.001468658447265625,
+ -0.00992584228515625,
+ -0.0109405517578125,
+ -0.0279693603515625,
+ 0.06201171875,
+ -0.0007472038269042969,
+ 0.00554656982421875,
+ -0.07293701171875,
+ 0.061614990234375,
+ 0.00836181640625,
+ 0.0182342529296875,
+ 0.0220794677734375,
+ -0.018341064453125,
+ 0.008056640625,
+ -0.017730712890625,
+ -0.028778076171875,
+ 0.0039005279541015625,
+ 0.002368927001953125,
+ -0.01003265380859375,
+ -0.031402587890625,
+ -0.02410888671875,
+ -0.036865234375,
+ 0.01519775390625,
+ 0.0271453857421875,
+ -0.0179290771484375,
+ -0.00992584228515625,
+ 0.0374755859375,
+ 0.009979248046875,
+ -0.0261383056640625,
+ 0.01448822021484375,
+ -0.0131683349609375,
+ -0.0051422119140625,
+ 0.033843994140625,
+ -0.0137786865234375,
+ -0.0034961700439453125,
+ 0.006381988525390625,
+ 0.00972747802734375,
+ -0.032623291015625,
+ -0.03790283203125,
+ -0.00308990478515625,
+ -0.03546142578125,
+ 0.023406982421875,
+ -0.00800323486328125,
+ 0.0142822265625,
+ 0.02178955078125,
+ -0.0107879638671875,
+ 0.00025177001953125,
+ -0.037078857421875,
+ 0.007904052734375,
+ 0.004863739013671875,
+ -0.0249176025390625,
+ -0.05267333984375,
+ 0.08148193359375,
+ -0.049835205078125,
+ -0.01641845703125,
+ -0.01418304443359375,
+ -0.00443267822265625,
+ 0.01418304443359375,
+ 0.0328369140625,
+ -0.01291656494140625,
+ -0.029388427734375,
+ -0.00331878662109375,
+ 0.0173187255859375,
+ 0.017425537109375,
+ -0.0118560791015625,
+ -0.0301971435546875,
+ 0.0167236328125,
+ -0.0303955078125,
+ -0.03668212890625,
+ 0.020965576171875,
+ 0.0146942138671875,
+ -0.006534576416015625,
+ -0.005344390869140625,
+ -0.0204620361328125,
+ 0.002735137939453125,
+ 0.0386962890625,
+ 0.0008106231689453125,
+ -0.016510009765625,
+ -0.015899658203125,
+ 0.021881103515625,
+ -0.0004875659942626953,
+ -0.005825042724609375,
+ -0.008056640625,
+ 0.01904296875,
+ -0.00450897216796875,
+ 0.024322509765625,
+ 0.007904052734375,
+ 0.040313720703125,
+ 0.06280517578125,
+ -0.01611328125,
+ 0.00608062744140625,
+ -0.033233642578125,
+ 0.050872802734375,
+ 0.00673675537109375,
+ -0.0289764404296875,
+ 0.05267333984375,
+ -0.0258331298828125,
+ 0.050445556640625,
+ -0.034027099609375,
+ 0.0034694671630859375,
+ -0.028564453125,
+ -0.0226898193359375,
+ -0.004154205322265625,
+ -0.08306884765625,
+ -0.0380859375,
+ -0.020965576171875,
+ -0.0672607421875,
+ -0.022491455078125,
+ -0.0181427001953125,
+ -0.0328369140625,
+ 0.0312042236328125,
+ -0.0316162109375,
+ -0.03485107421875,
+ 0.034454345703125,
+ -0.0029125213623046875,
+ 0.0036220550537109375,
+ 0.00972747802734375,
+ -0.04498291015625,
+ -0.0595703125,
+ 0.012664794921875,
+ 0.0188446044921875,
+ -0.0058746337890625,
+ -0.021270751953125,
+ -0.012969970703125,
+ -0.0308074951171875,
+ -0.01904296875,
+ -0.03485107421875,
+ -0.004253387451171875,
+ -0.054290771484375,
+ 0.0115509033203125,
+ 0.00846099853515625,
+ -0.00316619873046875,
+ 0.03363037109375,
+ 0.0328369140625,
+ 0.00539398193359375,
+ -0.0863037109375,
+ 0.00800323486328125,
+ -0.04437255859375,
+ -0.01195526123046875,
+ -0.023406982421875,
+ 0.06280517578125,
+ -0.060791015625,
+ -0.005191802978515625,
+ -0.0140838623046875,
+ 0.0200653076171875,
+ 0.0518798828125,
+ -0.0004558563232421875,
+ -0.006053924560546875,
+ -0.0374755859375,
+ 0.001659393310546875,
+ -0.0283660888671875,
+ 0.03363037109375,
+ -0.000032067298889160156,
+ -0.01873779296875,
+ 0.01230621337890625,
+ -0.0024318695068359375,
+ 0.029388427734375,
+ -0.0261383056640625,
+ -0.03240966796875,
+ -0.0236053466796875,
+ 0.01103973388671875,
+ 0.01084136962890625,
+ -0.00846099853515625,
+ 0.0305938720703125,
+ -0.0169219970703125,
+ 0.08148193359375,
+ 0.064453125,
+ -0.0181427001953125,
+ 0.0595703125,
+ 0.01149749755859375,
+ -0.0238037109375,
+ 0.00481414794921875,
+ 0.0167236328125,
+ -0.033843994140625,
+ -0.0091705322265625,
+ 0.0312042236328125,
+ 0.006687164306640625,
+ 0.0279693603515625,
+ -0.0121612548828125,
+ -0.049652099609375,
+ 0.00152587890625,
+ -0.03729248046875,
+ 0.04315185546875,
+ -0.0246124267578125,
+ -0.02117919921875,
+ -0.01149749755859375,
+ 0.0312042236328125,
+ 0.031005859375,
+ 0.0850830078125,
+ 0.039306640625,
+ -0.034027099609375,
+ 0.040313720703125,
+ 0.0004336833953857422,
+ -0.0021533966064453125,
+ 0.04559326171875,
+ -0.0107421875,
+ 0.04681396484375,
+ 0.03302001953125,
+ 0.025634765625,
+ -0.010284423828125,
+ 0.049652099609375,
+ 0.0204620361328125,
+ -0.00734710693359375,
+ -0.023101806640625,
+ 0.044769287109375,
+ -0.023712158203125,
+ -0.000782012939453125,
+ -0.028778076171875,
+ -0.0226898193359375,
+ 0.007648468017578125,
+ -0.034027099609375,
+ -0.023406982421875,
+ -0.007648468017578125,
+ 0.01134490966796875,
+ -0.06524658203125,
+ -0.0020008087158203125,
+ 0.034454345703125,
+ -0.0175323486328125,
+ 0.0225982666015625,
+ 0.0210723876953125,
+ -0.00458526611328125,
+ -0.03485107421875,
+ 0.01387786865234375,
+ 0.03240966796875,
+ 0.0195465087890625,
+ 0.02410888671875,
+ -0.0035457611083984375,
+ -0.02655029296875,
+ -0.01540374755859375,
+ 0.0289764404296875,
+ 0.023406982421875,
+ 0.03729248046875,
+ 0.0063323974609375,
+ -0.014892578125,
+ 0.0518798828125,
+ -0.0226898193359375,
+ 0.03179931640625,
+ 0.03851318359375,
+ -0.01251220703125,
+ 0.007091522216796875,
+ 0.028778076171875,
+ 0.0216827392578125,
+ 0.046417236328125,
+ -0.05511474609375,
+ -0.006305694580078125,
+ -0.09521484375,
+ 0.0181427001953125,
+ -0.059173583984375,
+ -0.042144775390625,
+ -0.0182342529296875,
+ -0.0648193359375,
+ 0.058349609375,
+ -0.0238037109375,
+ -0.0399169921875,
+ -0.00881195068359375,
+ 0.0322265625,
+ 0.027557373046875,
+ 0.040313720703125,
+ -0.0016460418701171875,
+ -0.0303955078125,
+ 0.0196533203125,
+ 0.06689453125,
+ 0.00640869140625,
+ -0.01023101806640625,
+ -0.0229034423828125,
+ 0.02655029296875,
+ -0.01007843017578125,
+ 0.02655029296875,
+ -0.0261383056640625,
+ -0.0014753341674804688,
+ 0.0386962890625,
+ 0.0283660888671875,
+ 0.0167236328125,
+ -0.051483154296875,
+ 0.0423583984375,
+ -0.0252227783203125,
+ 0.0200653076171875,
+ -0.047607421875,
+ -0.01306915283203125,
+ -0.00241851806640625,
+ 0.0008420944213867188,
+ -0.01357269287109375,
+ -0.040740966796875,
+ 0.006435394287109375,
+ 0.05126953125,
+ -0.0051422119140625,
+ 0.0008864402770996094,
+ -0.0012979507446289062,
+ -0.0279693603515625,
+ -0.004886627197265625,
+ 0.009979248046875,
+ 0.01291656494140625,
+ 0.044586181640625,
+ 0.021575927734375,
+ -0.03363037109375,
+ 0.012664794921875,
+ 0.00450897216796875,
+ 0.01003265380859375,
+ -0.049835205078125,
+ -0.051483154296875,
+ -0.014892578125,
+ -0.0032176971435546875,
+ -0.0301971435546875,
+ -0.0254364013671875,
+ 0.00122833251953125,
+ -0.021881103515625,
+ 0.006359100341796875,
+ -0.0017852783203125,
+ 0.013275146484375,
+ -0.0248260498046875,
+ -0.07012939453125,
+ -0.01245880126953125,
+ -0.00865936279296875,
+ -0.03729248046875,
+ -0.00704193115234375,
+ 0.060791015625,
+ 0.01256561279296875,
+ 0.02056884765625,
+ -0.01099395751953125,
+ -0.0295867919921875,
+ -0.031402587890625,
+ 0.0229949951171875,
+ 0.01276397705078125,
+ 0.0303955078125,
+ -0.04376220703125,
+ 0.0283660888671875,
+ 0.00241851806640625,
+ 0.0220794677734375,
+ 0.013275146484375,
+ 0.064453125,
+ 0.04742431640625,
+ -0.020965576171875,
+ -0.0096282958984375,
+ 0.0172271728515625,
+ 0.00785064697265625,
+ 0.036865234375,
+ -0.0244140625,
+ -0.039306640625,
+ -0.0015954971313476562,
+ -0.022796630859375,
+ 0.0291748046875,
+ 0.034637451171875,
+ 0.028564453125,
+ 0.0271453857421875,
+ -0.031005859375,
+ -0.0017728805541992188,
+ 0.0518798828125,
+ -0.0096282958984375,
+ 0.07781982421875,
+ -0.0146942138671875,
+ -0.036865234375,
+ -0.001247406005859375,
+ 0.045806884765625,
+ -0.022491455078125,
+ -0.0011777877807617188,
+ 0.045379638671875,
+ 0.00911712646484375,
+ 0.00775146484375,
+ 0.0255279541015625,
+ -0.032012939453125,
+ 0.02056884765625,
+ -0.00846099853515625,
+ -0.0305938720703125,
+ 0.01129913330078125,
+ -0.01904296875,
+ 0.00658416748046875,
+ 0.045379638671875,
+ 0.037078857421875,
+ 0.0031414031982421875,
+ 0.006687164306640625,
+ -0.02655029296875,
+ -0.01611328125,
+ -0.01560211181640625,
+ -0.0531005859375,
+ 0.0182342529296875,
+ 0.032623291015625,
+ 0.0226898193359375,
+ 0.027557373046875,
+ -0.03546142578125,
+ -0.07537841796875,
+ 0.01611328125,
+ -0.051666259765625,
+ 0.060394287109375,
+ 0.055511474609375,
+ 0.0220794677734375,
+ 0.02532958984375,
+ -0.01007843017578125,
+ 0.0143890380859375,
+ 0.00324249267578125,
+ 0.015899658203125,
+ 0.004940032958984375,
+ 0.045806884765625,
+ 0.039703369140625,
+ 0.0110931396484375,
+ -0.02410888671875,
+ 0.0229949951171875,
+ 0.034027099609375,
+ 0.003597259521484375,
+ -0.0118560791015625,
+ 0.04498291015625,
+ 0.018341064453125,
+ 0.054290771484375,
+ -0.00539398193359375,
+ 0.05633544921875,
+ 0.00450897216796875,
+ 0.006435394287109375,
+ 0.00734710693359375,
+ -0.01398468017578125,
+ 0.00531768798828125,
+ -0.0482177734375,
+ -0.006839752197265625,
+ -0.0016088485717773438,
+ -0.0005159378051757812,
+ 0.007701873779296875,
+ 0.033447265625,
+ -0.055938720703125,
+ -0.0208740234375,
+ 0.04296875,
+ -0.062408447265625,
+ 0.0206756591796875,
+ 0.03302001953125,
+ -0.0229949951171875,
+ 0.0173187255859375,
+ -0.0112457275390625,
+ -0.04376220703125,
+ 0.04620361328125,
+ 0.0010576248168945312,
+ -0.0316162109375,
+ 0.021881103515625,
+ 0.0201568603515625,
+ -0.0248260498046875,
+ -0.042144775390625,
+ -0.0303955078125,
+ -0.0197601318359375,
+ -0.006435394287109375,
+ -0.0239105224609375,
+ 0.038299560546875,
+ -0.005344390869140625,
+ -0.0002390146255493164,
+ 0.035064697265625,
+ 0.035858154296875,
+ 0.007801055908203125,
+ -0.02655029296875,
+ 0.026947021484375,
+ -0.015899658203125,
+ -0.039520263671875,
+ 0.0213775634765625,
+ 0.0181427001953125,
+ 0.037689208984375,
+ -0.0195465087890625,
+ -0.0223846435546875,
+ 0.004608154296875,
+ -0.00688934326171875,
+ 0.0291748046875,
+ 0.02178955078125,
+ -0.006786346435546875,
+ -0.0301971435546875,
+ -0.04193115234375,
+ 0.05126953125,
+ 0.020263671875,
+ 0.055511474609375,
+ -0.0299835205078125,
+ -0.04052734375,
+ 0.02349853515625,
+ -0.045379638671875,
+ -0.0225982666015625,
+ -0.0201568603515625,
+ 0.0010957717895507812,
+ -0.0163116455078125,
+ 0.074951171875,
+ -0.00562286376953125,
+ 0.005496978759765625,
+ 0.0013742446899414062,
+ 0.057952880859375,
+ 0.00957489013671875,
+ -0.01529693603515625,
+ -0.058349609375,
+ 0.0322265625,
+ 0.050445556640625,
+ -0.038299560546875,
+ -0.0109405517578125,
+ -0.00372314453125,
+ -0.0301971435546875,
+ 0.039093017578125,
+ -0.0251312255859375,
+ -0.0002390146255493164,
+ 0.007091522216796875,
+ -0.055938720703125,
+ -0.048828125,
+ -0.039703369140625,
+ 0.0007534027099609375,
+ -0.016204833984375,
+ 0.0308074951171875,
+ 0.032623291015625,
+ -0.0301971435546875,
+ 0.0157012939453125,
+ -0.01134490966796875,
+ 0.008209228515625,
+ 0.006534576416015625,
+ 0.0026092529296875,
+ -0.02593994140625,
+ 0.0232086181640625,
+ -0.06927490234375,
+ -0.01230621337890625,
+ -0.0196533203125,
+ 0.0104827880859375,
+ -0.02471923828125,
+ -0.0084075927734375,
+ 0.01145172119140625,
+ -0.021575927734375,
+ 0.028167724609375,
+ -0.040740966796875,
+ -0.01367950439453125,
+ -0.0040283203125,
+ -0.0423583984375,
+ -0.041534423828125,
+ 0.0032672882080078125,
+ 0.00911712646484375,
+ 0.023712158203125,
+ -0.01995849609375,
+ -0.00156402587890625,
+ 0.028564453125,
+ -0.059967041015625,
+ 0.0051422119140625,
+ -0.004913330078125,
+ -0.009674072265625,
+ 0.006839752197265625,
+ -0.004306793212890625,
+ -0.00308990478515625,
+ 0.00673675537109375,
+ 0.05267333984375,
+ -0.0179290771484375,
+ -0.016510009765625,
+ -0.08428955078125,
+ 0.0031909942626953125,
+ -0.007091522216796875,
+ -0.01367950439453125,
+ -0.028778076171875,
+ -0.050872802734375,
+ -0.05389404296875,
+ -0.003597259521484375,
+ 0.040924072265625,
+ 0.00775146484375,
+ 0.006282806396484375,
+ -0.036468505859375,
+ -0.0029010772705078125,
+ 0.0026092529296875,
+ -0.0250244140625,
+ 0.053497314453125,
+ -0.04193115234375,
+ -0.01003265380859375,
+ -0.0038242340087890625,
+ -0.03790283203125,
+ 0.01367950439453125,
+ 0.0308074951171875,
+ 0.0216827392578125,
+ 0.023101806640625,
+ 0.03790283203125,
+ -0.006381988525390625,
+ 0.01995849609375,
+ -0.004863739013671875,
+ -0.02178955078125,
+ -0.002887725830078125,
+ -0.01245880126953125,
+ 0.036285400390625,
+ -0.0267486572265625,
+ -0.02593994140625,
+ 0.0035457611083984375,
+ 0.02349853515625,
+ 0.0079498291015625,
+ -0.0283660888671875,
+ 0.0022792816162109375,
+ 0.0255279541015625,
+ -0.023406982421875,
+ 0.04559326171875,
+ -0.023406982421875,
+ -0.0595703125,
+ -0.008056640625,
+ -0.0238037109375,
+ 0.0277557373046875,
+ 0.049041748046875,
+ 0.0030765533447265625,
+ -0.041748046875,
+ 0.021575927734375,
+ 0.0531005859375,
+ 0.0131683349609375,
+ -0.03302001953125,
+ -0.001861572265625,
+ 0.01479339599609375,
+ 0.00719451904296875,
+ 0.06201171875,
+ 0.0013484954833984375,
+ 0.0850830078125,
+ -0.0041046142578125,
+ 0.0239105224609375,
+ 0.032623291015625,
+ 0.04620361328125,
+ 0.0283660888671875,
+ -0.01387786865234375,
+ -0.05267333984375,
+ 0.00036263465881347656,
+ -0.0245208740234375,
+ -0.040130615234375,
+ -0.05755615234375,
+ 0.007549285888671875,
+ 0.032012939453125,
+ -0.054290771484375,
+ -0.0118560791015625,
+ 0.01119232177734375,
+ 0.0267486572265625,
+ 0.001583099365234375,
+ -0.0079498291015625,
+ -0.006534576416015625,
+ 0.0322265625,
+ 0.007495880126953125,
+ -0.03424072265625,
+ -0.0167236328125,
+ -0.0143890380859375,
+ 0.0271453857421875,
+ 0.059173583984375,
+ 0.032012939453125,
+ 0.0091705322265625,
+ 0.034637451171875,
+ 0.0196533203125,
+ 0.01448822021484375,
+ 0.021484375,
+ 0.0411376953125,
+ 0.0121612548828125,
+ 0.028564453125,
+ 0.057952880859375,
+ 0.040740966796875,
+ -0.01641845703125,
+ -0.01611328125,
+ 0.0079498291015625,
+ 0.0036220550537109375,
+ 0.035858154296875,
+ 0.061614990234375,
+ -0.01287078857421875,
+ -0.000988006591796875,
+ -0.021270751953125,
+ -0.05126953125,
+ 0.00957489013671875,
+ 0.0178375244140625,
+ 0.0207672119140625,
+ -0.04681396484375,
+ -0.050048828125,
+ 0.01995849609375,
+ -0.04296875,
+ 0.03607177734375,
+ 0.0096282958984375,
+ -0.03668212890625,
+ 0.00554656982421875,
+ 0.045379638671875,
+ -0.006206512451171875,
+ -0.0386962890625,
+ 0.0273590087890625,
+ -0.006687164306640625,
+ -0.0322265625,
+ -0.05633544921875,
+ -0.0469970703125,
+ 0.005901336669921875,
+ -0.040130615234375,
+ -0.036468505859375,
+ -0.022491455078125,
+ 0.0518798828125,
+ -0.0258331298828125,
+ -0.0305938720703125,
+ -0.0261383056640625,
+ -0.004253387451171875,
+ -0.00907135009765625,
+ -0.045989990234375,
+ -0.040130615234375,
+ -0.03790283203125,
+ 0.0267486572265625,
+ -0.0312042236328125,
+ 0.015899658203125,
+ -0.0015897750854492188,
+ -0.007293701171875,
+ -0.00569915771484375,
+ -0.00714111328125,
+ -0.021881103515625,
+ 0.0081024169921875,
+ -0.034454345703125,
+ 0.035858154296875,
+ 0.00992584228515625,
+ 0.0250244140625,
+ 0.040130615234375,
+ 0.050445556640625,
+ -0.02056884765625,
+ 0.0188446044921875,
+ -0.0289764404296875,
+ -0.052276611328125,
+ 0.0146942138671875,
+ 0.0006775856018066406,
+ -0.0038509368896484375,
+ -0.07135009765625,
+ 0.007904052734375,
+ 0.0648193359375,
+ -0.10009765625,
+ 0.0173187255859375,
+ -0.00324249267578125,
+ -0.0188446044921875,
+ -0.035675048828125,
+ -0.0079498291015625,
+ 0.0017728805541992188,
+ 0.0088653564453125,
+ 0.08917236328125,
+ -0.006305694580078125,
+ -0.0308074951171875,
+ 0.01387786865234375,
+ -0.018035888671875,
+ 0.05267333984375,
+ 0.0019254684448242188,
+ -0.0013427734375,
+ -0.02593994140625,
+ 0.027557373046875,
+ 0.00907135009765625,
+ -0.001659393310546875,
+ -0.01149749755859375,
+ -0.06927490234375,
+ -0.0197601318359375,
+ 0.03729248046875,
+ 0.032623291015625,
+ 0.01387786865234375,
+ -0.0299835205078125,
+ -0.03668212890625,
+ -0.023406982421875,
+ -0.02056884765625,
+ 0.02978515625,
+ 0.002685546875,
+ -0.0016021728515625,
+ -0.06890869140625,
+ -0.005725860595703125,
+ -0.00876617431640625,
+ -0.053497314453125,
+ -0.02655029296875,
+ -0.026947021484375,
+ 0.0518798828125,
+ 0.00982666015625,
+ -0.038299560546875,
+ 0.00800323486328125,
+ 0.02655029296875,
+ 0.0087127685546875,
+ 0.0037479400634765625,
+ 0.043975830078125,
+ -0.04193115234375,
+ -0.01261138916015625,
+ 0.0037994384765625,
+ 0.031005859375,
+ -0.01145172119140625,
+ -0.01529693603515625,
+ 0.0008864402770996094,
+ 0.0084075927734375,
+ 0.0316162109375,
+ -0.038299560546875,
+ 0.0198516845703125,
+ 0.035247802734375,
+ -0.01479339599609375,
+ -0.045196533203125,
+ -0.035675048828125,
+ -0.031402587890625,
+ 0.036865234375,
+ -0.0166168212890625,
+ 0.04254150390625,
+ -0.01068878173828125,
+ -0.0181427001953125,
+ -0.09161376953125,
+ 0.04742431640625,
+ -0.034454345703125,
+ -0.00205230712890625,
+ 0.00815582275390625,
+ -0.03240966796875,
+ -0.0887451171875,
+ -0.043975830078125,
+ -0.033843994140625,
+ -0.0085601806640625,
+ -0.0273590087890625,
+ 0.0113983154296875,
+ -0.0204620361328125,
+ 0.0131683349609375,
+ -0.01043701171875,
+ -0.0002390146255493164,
+ -0.006435394287109375,
+ 0.05126953125,
+ 0.01220703125,
+ -0.032012939453125,
+ 0.06201171875,
+ -0.036285400390625,
+ -0.01245880126953125,
+ -0.0106353759765625,
+ 0.0106353759765625,
+ -0.0020008087158203125,
+ -0.004940032958984375,
+ 0.0106353759765625,
+ -0.00473785400390625,
+ 0.038909912109375,
+ 0.038909912109375,
+ -0.0380859375,
+ 0.025634765625,
+ -0.006839752197265625,
+ 0.01210784912109375,
+ -0.01038360595703125,
+ -0.01256561279296875,
+ -0.0005669593811035156,
+ -0.0009560585021972656,
+ -0.0301971435546875,
+ -0.0143890380859375,
+ -0.0531005859375,
+ -0.07373046875,
+ 0.00205230712890625,
+ -0.04376220703125,
+ -0.000988006591796875,
+ 0.00942230224609375,
+ 0.005825042724609375,
+ -0.004558563232421875,
+ -0.057952880859375,
+ 0.0181427001953125,
+ -0.02655029296875,
+ -0.04315185546875,
+ -0.023712158203125,
+ 0.01529693603515625,
+ -0.0146942138671875,
+ 0.051666259765625,
+ -0.017730712890625,
+ -0.052276611328125,
+ 0.03424072265625,
+ -0.0006175041198730469,
+ -0.0029010772705078125,
+ -0.01367950439453125,
+ 0.0295867919921875,
+ -0.0204620361328125,
+ 0.03485107421875,
+ -0.0810546875,
+ -0.0261383056640625,
+ 0.012969970703125,
+ 0.040313720703125,
+ -0.0204620361328125,
+ -0.01367950439453125,
+ 0.055511474609375,
+ -0.034454345703125,
+ -0.0303955078125,
+ 0.00466156005859375,
+ -0.0167236328125,
+ -0.048828125,
+ 0.0252227783203125,
+ -0.0041046142578125,
+ 0.048828125,
+ 0.035858154296875,
+ 0.0277557373046875,
+ 0.01479339599609375,
+ 0.04864501953125,
+ -0.007549285888671875,
+ -0.02978515625,
+ -0.0107421875,
+ -0.028564453125,
+ 0.026947021484375,
+ 0.0081024169921875,
+ -0.0012540817260742188,
+ -0.0005669593811035156,
+ 0.0195465087890625,
+ 0.0110931396484375,
+ -0.0745849609375,
+ -0.00861358642578125,
+ -0.040740966796875,
+ -0.063232421875,
+ -0.01103973388671875,
+ 0.076171875,
+ 0.0033931732177734375,
+ -0.0216827392578125,
+ 0.01509857177734375,
+ 0.0242156982421875,
+ 0.00734710693359375,
+ -0.017425537109375,
+ -0.03424072265625,
+ -0.0531005859375,
+ -0.0013360977172851562,
+ 0.03179931640625,
+ 0.03851318359375,
+ -0.059967041015625,
+ 0.0289764404296875,
+ 0.055938720703125,
+ -0.03240966796875,
+ -0.0267486572265625,
+ -0.01003265380859375,
+ -0.0079498291015625,
+ 0.040924072265625,
+ 0.01499176025390625,
+ 0.0110931396484375,
+ -0.048431396484375,
+ 0.01337432861328125,
+ 0.034454345703125,
+ 0.004154205322265625,
+ 0.00301361083984375,
+ -0.0014505386352539062,
+ -0.0305938720703125,
+ 0.061187744140625,
+ -0.047210693359375,
+ 0.01499176025390625,
+ 0.00238037109375,
+ 0.059173583984375,
+ 0.042755126953125,
+ -0.031005859375,
+ -0.01180267333984375,
+ 0.0595703125,
+ 0.0040283203125,
+ -0.015899658203125,
+ 0.0146942138671875,
+ 0.0312042236328125,
+ -0.016204833984375,
+ 0.029388427734375,
+ 0.040313720703125,
+ -0.007701873779296875,
+ 0.044769287109375,
+ 0.01084136962890625,
+ -0.060394287109375,
+ 0.04620361328125,
+ 0.00115203857421875,
+ 0.0386962890625,
+ -0.005672454833984375,
+ -0.033233642578125,
+ -0.021575927734375,
+ -0.0283660888671875,
+ 0.028778076171875,
+ 0.0058746337890625,
+ 0.02593994140625,
+ 0.032623291015625,
+ -0.0179290771484375,
+ -0.0246124267578125,
+ 0.004608154296875,
+ 0.017120361328125,
+ 0.026947021484375,
+ 0.01023101806640625,
+ 0.012969970703125,
+ 0.0210723876953125,
+ 0.026947021484375,
+ 0.031402587890625,
+ -0.043365478515625,
+ 0.0273590087890625,
+ -0.01398468017578125,
+ 0.00592803955078125,
+ -0.042755126953125,
+ -0.00830841064453125,
+ 0.01357269287109375,
+ -0.0257415771484375,
+ -0.013275146484375,
+ -0.0271453857421875,
+ -0.01458740234375,
+ -0.01367950439453125,
+ -0.023406982421875,
+ 0.013275146484375,
+ 0.017425537109375,
+ -0.0257415771484375,
+ 0.04681396484375,
+ 0.01479339599609375,
+ 0.0002453327178955078,
+ -0.01007843017578125,
+ -0.03790283203125,
+ 0.11346435546875,
+ 0.03607177734375,
+ 0.0207672119140625,
+ 0.01540374755859375,
+ 0.0295867919921875,
+ 0.04437255859375,
+ 0.0094757080078125,
+ 0.01580810546875,
+ 0.0316162109375,
+ -0.016510009765625,
+ 0.021484375,
+ 0.059967041015625,
+ -0.002330780029296875,
+ -0.034637451171875,
+ 0.041351318359375,
+ 0.0120086669921875,
+ -0.04296875,
+ 0.0173187255859375,
+ 0.027557373046875,
+ 0.0196533203125,
+ -0.02593994140625,
+ -0.01043701171875,
+ -0.01934814453125,
+ -0.0595703125,
+ 0.07537841796875,
+ 0.005825042724609375,
+ -0.02410888671875,
+ 0.0238037109375,
+ -0.07049560546875,
+ 0.03851318359375,
+ 0.0031795501708984375,
+ 0.0322265625,
+ -0.01611328125,
+ 0.052276611328125,
+ -0.0303955078125,
+ 0.01479339599609375,
+ -0.0082550048828125,
+ 0.018646240234375,
+ 0.0090179443359375,
+ 0.03851318359375,
+ -0.0172271728515625,
+ 0.07049560546875,
+ 0.004230499267578125,
+ -0.004329681396484375,
+ -0.08026123046875,
+ -0.00673675537109375,
+ 0.0163116455078125,
+ 0.0181427001953125,
+ 0.034027099609375,
+ -0.060394287109375,
+ 0.004711151123046875,
+ -0.01271820068359375,
+ 0.02471923828125,
+ 0.0684814453125,
+ -0.01641845703125,
+ 0.00577545166015625,
+ 0.01053619384765625,
+ -0.00658416748046875,
+ -0.0027484893798828125,
+ 0.004230499267578125
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "static-investigations",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "commercial",
+ "mobile-app-data",
+ "physical-copy",
+ "decryption",
+ "court-admissible",
+ "drone-forensics",
+ "chinese-phones",
+ "pin-cracking",
+ "cloud-extraction",
+ "link-analysis",
+ "eu-based"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Jump_Lists_Forensische_Analyse",
+ "type": "tool",
+ "name": "Jump Lists Forensische Analyse",
+ "content": "jump lists forensische analyse windows 7+ taskbar-recent-items aus %userprofile%\\appdata\\roaming\\ microsoft\\windows\\recent\\automaticdestinations\\*.automaticdestinations-ms. appid-basierte dateinamen (z.b. 1bc392b3d42b9fb2.automaticdestinations-ms für notepad). jede datei enthält lnk-streams für recent-documents. creation-time = erste app-nutzung, modification-time = letztes document-opening. internal-lnk-parsing zeigt accessed files mit timestamps und paths. jump-lists taskbar-forensics automatic-destinations appid-analysis lnk-correlation user-workflow document-access chronological-analysis windows7-plus static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.040130615234375,
+ 0.06683349609375,
+ 0.042694091796875,
+ -0.0029163360595703125,
+ 0.04071044921875,
+ 0.01403045654296875,
+ 0.0284576416015625,
+ 0.007511138916015625,
+ -0.0013399124145507812,
+ -0.038726806640625,
+ -0.043487548828125,
+ 0.03717041015625,
+ -0.002223968505859375,
+ -0.021636962890625,
+ -0.05810546875,
+ 0.032012939453125,
+ 0.0026187896728515625,
+ -0.02203369140625,
+ 0.0262908935546875,
+ -0.0243072509765625,
+ -0.0192718505859375,
+ 0.020660400390625,
+ -0.00933837890625,
+ -0.006622314453125,
+ -0.02825927734375,
+ 0.034576416015625,
+ -0.0164031982421875,
+ -0.050201416015625,
+ -0.0288543701171875,
+ 0.01374053955078125,
+ 0.0306396484375,
+ -0.040924072265625,
+ 0.006175994873046875,
+ 0.042510986328125,
+ -0.00139617919921875,
+ -0.0196685791015625,
+ 0.0212554931640625,
+ -0.05731201171875,
+ -0.0234222412109375,
+ 0.041717529296875,
+ -0.0019521713256835938,
+ 0.00820159912109375,
+ 0.0009946823120117188,
+ -0.009490966796875,
+ -0.009735107421875,
+ -0.037750244140625,
+ 0.01708984375,
+ 0.0010995864868164062,
+ 0.040130615234375,
+ -0.07904052734375,
+ 0.0208587646484375,
+ 0.003482818603515625,
+ -0.004322052001953125,
+ 0.003879547119140625,
+ -0.02203369140625,
+ 0.026885986328125,
+ 0.00830078125,
+ -0.0023345947265625,
+ -0.039337158203125,
+ 0.04547119140625,
+ -0.0699462890625,
+ -0.008697509765625,
+ -0.001007080078125,
+ -0.0092926025390625,
+ -0.0014696121215820312,
+ 0.031829833984375,
+ -0.01541900634765625,
+ -0.041900634765625,
+ -0.002323150634765625,
+ -0.005336761474609375,
+ -0.00476837158203125,
+ -0.0011243820190429688,
+ -0.00506591796875,
+ 0.050018310546875,
+ 0.001377105712890625,
+ -0.068359375,
+ 0.004001617431640625,
+ 0.033203125,
+ -0.0088958740234375,
+ -0.021942138671875,
+ -0.0660400390625,
+ -0.0070648193359375,
+ 0.0814208984375,
+ -0.0389404296875,
+ -0.0250091552734375,
+ -0.0188751220703125,
+ -0.0022602081298828125,
+ 0.033599853515625,
+ 0.00600433349609375,
+ 0.007709503173828125,
+ 0.02105712890625,
+ -0.020263671875,
+ 0.006473541259765625,
+ -0.01482391357421875,
+ 0.06878662109375,
+ 0.07708740234375,
+ 0.0233306884765625,
+ -0.02520751953125,
+ -0.008056640625,
+ 0.03717041015625,
+ 0.023712158203125,
+ -0.039520263671875,
+ 0.051788330078125,
+ -0.0143280029296875,
+ 0.0266876220703125,
+ -0.033599853515625,
+ 0.052581787109375,
+ -0.0167999267578125,
+ -0.007213592529296875,
+ -0.038543701171875,
+ -0.102783203125,
+ -0.01091766357421875,
+ -0.00923919677734375,
+ -0.056915283203125,
+ -0.0197601318359375,
+ -0.0308380126953125,
+ 0.01522064208984375,
+ 0.044281005859375,
+ -0.027862548828125,
+ -0.03814697265625,
+ 0.01611328125,
+ 0.01175689697265625,
+ 0.0145263671875,
+ 0.016204833984375,
+ -0.051788330078125,
+ -0.07867431640625,
+ -0.004669189453125,
+ 0.0270843505859375,
+ -0.025299072265625,
+ -0.04547119140625,
+ -0.010772705078125,
+ -0.02569580078125,
+ -0.0039520263671875,
+ -0.045867919921875,
+ -0.016204833984375,
+ -0.00726318359375,
+ 0.052581787109375,
+ 0.003780364990234375,
+ -0.012847900390625,
+ 0.0347900390625,
+ 0.031036376953125,
+ -0.0322265625,
+ -0.06207275390625,
+ -0.0308380126953125,
+ -0.057708740234375,
+ -0.01210784912109375,
+ -0.0243072509765625,
+ 0.046661376953125,
+ -0.0254974365234375,
+ -0.0070648193359375,
+ -0.032806396484375,
+ 0.026092529296875,
+ 0.038726806640625,
+ -0.0013284683227539062,
+ -0.00424957275390625,
+ -0.019561767578125,
+ -0.0197601318359375,
+ -0.036773681640625,
+ 0.0312347412109375,
+ -0.0008955001831054688,
+ -0.004001617431640625,
+ 0.017486572265625,
+ -0.01690673828125,
+ 0.021148681640625,
+ 0.00039076805114746094,
+ -0.039520263671875,
+ -0.025299072265625,
+ 0.04962158203125,
+ 0.00006985664367675781,
+ -0.01788330078125,
+ 0.039520263671875,
+ -0.010528564453125,
+ 0.0565185546875,
+ 0.0782470703125,
+ 0.00508880615234375,
+ 0.0284576416015625,
+ -0.00835418701171875,
+ -0.01274871826171875,
+ 0.0565185546875,
+ 0.0274810791015625,
+ 0.005878448486328125,
+ 0.00022852420806884766,
+ 0.045867919921875,
+ 0.002532958984375,
+ 0.027862548828125,
+ -0.02362060546875,
+ -0.0239105224609375,
+ 0.00983428955078125,
+ -0.035186767578125,
+ 0.0197601318359375,
+ -0.01087188720703125,
+ -0.031829833984375,
+ -0.0208587646484375,
+ 0.060882568359375,
+ 0.044677734375,
+ 0.0826416015625,
+ 0.01131439208984375,
+ 0.0163116455078125,
+ 0.0235137939453125,
+ -0.007312774658203125,
+ 0.0139312744140625,
+ 0.05377197265625,
+ -0.006671905517578125,
+ 0.054962158203125,
+ 0.01403045654296875,
+ 0.01107025146484375,
+ 0.002124786376953125,
+ 0.019073486328125,
+ 0.0288543701171875,
+ -0.03497314453125,
+ -0.0264892578125,
+ 0.043487548828125,
+ -0.0322265625,
+ -0.0016431808471679688,
+ -0.05377197265625,
+ -0.0462646484375,
+ 0.0039043426513671875,
+ -0.0166015625,
+ -0.02569580078125,
+ -0.0020503997802734375,
+ 0.0036563873291015625,
+ -0.04327392578125,
+ 0.0192718505859375,
+ 0.0258941650390625,
+ -0.0300445556640625,
+ 0.0258941650390625,
+ 0.020751953125,
+ -0.0258941650390625,
+ -0.029449462890625,
+ 0.01374053955078125,
+ 0.024505615234375,
+ 0.006153106689453125,
+ -0.0006022453308105469,
+ 0.045654296875,
+ 0.0134429931640625,
+ -0.036163330078125,
+ 0.08343505859375,
+ -0.000518798828125,
+ 0.004695892333984375,
+ 0.0047454833984375,
+ -0.039520263671875,
+ 0.02410888671875,
+ 0.00923919677734375,
+ 0.0316162109375,
+ 0.057708740234375,
+ -0.005733489990234375,
+ 0.01007843017578125,
+ -0.003360748291015625,
+ 0.0440673828125,
+ 0.038726806640625,
+ -0.0264892578125,
+ -0.0180816650390625,
+ -0.0660400390625,
+ 0.006374359130859375,
+ -0.0284576416015625,
+ -0.0379638671875,
+ -0.006252288818359375,
+ -0.04486083984375,
+ 0.037567138671875,
+ -0.0163116455078125,
+ -0.03497314453125,
+ 0.01146697998046875,
+ 0.01116943359375,
+ -0.006473541259765625,
+ 0.042694091796875,
+ 0.034576416015625,
+ -0.0234222412109375,
+ 0.0262908935546875,
+ 0.05377197265625,
+ -0.02362060546875,
+ -0.012054443359375,
+ -0.005039215087890625,
+ -0.00321197509765625,
+ -0.0280609130859375,
+ 0.03399658203125,
+ -0.041717529296875,
+ 0.0025196075439453125,
+ 0.05810546875,
+ 0.0221405029296875,
+ 0.01334381103515625,
+ -0.01690673828125,
+ 0.0191650390625,
+ -0.0013399124145507812,
+ 0.004619598388671875,
+ -0.033416748046875,
+ -0.00864410400390625,
+ -0.00919342041015625,
+ 0.01255035400390625,
+ -0.0270843505859375,
+ -0.06683349609375,
+ -0.00217437744140625,
+ 0.02825927734375,
+ 0.01324462890625,
+ 0.00301361083984375,
+ 0.0288543701171875,
+ -0.0296478271484375,
+ -0.00795745849609375,
+ -0.01255035400390625,
+ -0.00939178466796875,
+ 0.01739501953125,
+ 0.039337158203125,
+ -0.0399169921875,
+ -0.019561767578125,
+ 0.00612640380859375,
+ 0.006153106689453125,
+ -0.00736236572265625,
+ -0.0270843505859375,
+ -0.01027679443359375,
+ -0.0016803741455078125,
+ -0.0296478271484375,
+ -0.027862548828125,
+ 0.0014209747314453125,
+ -0.00775909423828125,
+ 0.011810302734375,
+ -0.004547119140625,
+ 0.027862548828125,
+ -0.06365966796875,
+ -0.068359375,
+ 0.01131439208984375,
+ -0.02203369140625,
+ -0.037750244140625,
+ -0.03240966796875,
+ 0.0143280029296875,
+ -0.007213592529296875,
+ 0.0312347412109375,
+ -0.01541900634765625,
+ -0.00437164306640625,
+ -0.040313720703125,
+ 0.01215362548828125,
+ -0.012054443359375,
+ 0.017791748046875,
+ -0.01561737060546875,
+ 0.0235137939453125,
+ 0.040130615234375,
+ 0.020263671875,
+ 0.0218353271484375,
+ 0.05731201171875,
+ 0.0029888153076171875,
+ -0.01354217529296875,
+ 0.0012416839599609375,
+ 0.01274871826171875,
+ 0.005138397216796875,
+ -0.0087432861328125,
+ -0.01522064208984375,
+ -0.036956787109375,
+ -0.006374359130859375,
+ -0.025299072265625,
+ -0.0055084228515625,
+ 0.00795745849609375,
+ 0.0264892578125,
+ 0.03814697265625,
+ -0.0205535888671875,
+ -0.032623291015625,
+ 0.05572509765625,
+ -0.0009698867797851562,
+ 0.09844970703125,
+ -0.037750244140625,
+ -0.035980224609375,
+ 0.0164031982421875,
+ 0.0186767578125,
+ -0.0235137939453125,
+ -0.0242156982421875,
+ 0.036376953125,
+ 0.01403045654296875,
+ 0.01230621337890625,
+ 0.0357666015625,
+ -0.01131439208984375,
+ 0.0179901123046875,
+ -0.0010929107666015625,
+ 0.003261566162109375,
+ 0.022735595703125,
+ -0.0197601318359375,
+ 0.043487548828125,
+ 0.06683349609375,
+ 0.01324462890625,
+ 0.0018777847290039062,
+ 0.02313232421875,
+ -0.04742431640625,
+ -0.0300445556640625,
+ 0.0002053976058959961,
+ -0.05218505859375,
+ 0.0214385986328125,
+ 0.016998291015625,
+ 0.0186767578125,
+ 0.062469482421875,
+ -0.0088958740234375,
+ -0.06561279296875,
+ 0.0338134765625,
+ -0.046051025390625,
+ 0.07708740234375,
+ 0.05810546875,
+ 0.0233306884765625,
+ 0.01561737060546875,
+ -0.025299072265625,
+ 0.0118560791015625,
+ 0.0244140625,
+ 0.020660400390625,
+ -0.01116943359375,
+ 0.0288543701171875,
+ 0.034393310546875,
+ 0.0027294158935546875,
+ -0.0280609130859375,
+ -0.0006456375122070312,
+ 0.0022735595703125,
+ 0.044677734375,
+ -0.00830078125,
+ 0.01611328125,
+ 0.0545654296875,
+ -0.01502227783203125,
+ -0.0308380126953125,
+ 0.0472412109375,
+ 0.0188751220703125,
+ -0.0243072509765625,
+ 0.012451171875,
+ -0.0197601318359375,
+ 0.043670654296875,
+ -0.042877197265625,
+ 0.01541900634765625,
+ -0.00405120849609375,
+ 0.00958251953125,
+ 0.01611328125,
+ 0.044677734375,
+ -0.04901123046875,
+ 0.016204833984375,
+ 0.052581787109375,
+ -0.051788330078125,
+ 0.0167999267578125,
+ 0.020355224609375,
+ -0.050201416015625,
+ 0.01561737060546875,
+ -0.0088958740234375,
+ -0.045654296875,
+ 0.03497314453125,
+ -0.037353515625,
+ -0.056915283203125,
+ 0.016204833984375,
+ 0.0251007080078125,
+ -0.042510986328125,
+ -0.03814697265625,
+ -0.01788330078125,
+ -0.01482391357421875,
+ 0.01071929931640625,
+ -0.0122528076171875,
+ 0.022430419921875,
+ 0.000762939453125,
+ -0.007511138916015625,
+ 0.04962158203125,
+ 0.04071044921875,
+ 0.002841949462890625,
+ -0.038726806640625,
+ 0.0193634033203125,
+ -0.0274810791015625,
+ -0.031829833984375,
+ 0.0014019012451171875,
+ 0.012847900390625,
+ 0.0357666015625,
+ -0.050994873046875,
+ -0.01274871826171875,
+ 0.0155181884765625,
+ -0.01462554931640625,
+ -0.0008587837219238281,
+ 0.026885986328125,
+ -0.0262908935546875,
+ -0.0504150390625,
+ -0.054962158203125,
+ 0.062469482421875,
+ 0.0020008087158203125,
+ 0.0308380126953125,
+ -0.021636962890625,
+ -0.0308380126953125,
+ 0.039520263671875,
+ -0.059295654296875,
+ -0.0270843505859375,
+ -0.01334381103515625,
+ 0.006671905517578125,
+ -0.021636962890625,
+ 0.052978515625,
+ -0.01047515869140625,
+ -0.01166534423828125,
+ -0.012054443359375,
+ 0.05572509765625,
+ 0.026092529296875,
+ -0.0021991729736328125,
+ -0.04229736328125,
+ 0.028656005859375,
+ 0.021148681640625,
+ -0.05889892578125,
+ -0.034576416015625,
+ -0.040924072265625,
+ -0.00489044189453125,
+ 0.0280609130859375,
+ -0.057708740234375,
+ 0.00444793701171875,
+ -0.00005906820297241211,
+ -0.0782470703125,
+ -0.034393310546875,
+ -0.024505615234375,
+ -0.04150390625,
+ -0.02569580078125,
+ 0.003978729248046875,
+ 0.0200653076171875,
+ 0.003681182861328125,
+ 0.0205535888671875,
+ 0.0095367431640625,
+ 0.0006947517395019531,
+ 0.0006642341613769531,
+ -0.0462646484375,
+ -0.023223876953125,
+ 0.023223876953125,
+ -0.0565185546875,
+ -0.03814697265625,
+ -0.0357666015625,
+ 0.03558349609375,
+ -0.025299072265625,
+ 0.0147247314453125,
+ 0.016510009765625,
+ -0.032806396484375,
+ 0.04388427734375,
+ -0.0308380126953125,
+ -0.01898193359375,
+ -0.0208587646484375,
+ -0.0023956298828125,
+ -0.0596923828125,
+ -0.0304412841796875,
+ 0.0103759765625,
+ 0.011016845703125,
+ -0.0013217926025390625,
+ 0.0005435943603515625,
+ 0.05377197265625,
+ -0.039520263671875,
+ 0.0312347412109375,
+ 0.01788330078125,
+ 0.004917144775390625,
+ 0.0212554931640625,
+ -0.005435943603515625,
+ 0.0164031982421875,
+ -0.0042266845703125,
+ 0.0312347412109375,
+ -0.01334381103515625,
+ -0.04547119140625,
+ -0.08935546875,
+ 0.0262908935546875,
+ 0.0191650390625,
+ 0.0022735595703125,
+ -0.017791748046875,
+ -0.0214385986328125,
+ -0.0472412109375,
+ 0.0108184814453125,
+ 0.03399658203125,
+ 0.01374053955078125,
+ 0.02490234375,
+ -0.0316162109375,
+ -0.004596710205078125,
+ 0.010528564453125,
+ -0.010772705078125,
+ 0.0292510986328125,
+ -0.014129638671875,
+ 0.01003265380859375,
+ 0.00269317626953125,
+ -0.0166015625,
+ 0.021148681640625,
+ 0.007808685302734375,
+ 0.0341796875,
+ 0.029052734375,
+ 0.0109710693359375,
+ -0.0229339599609375,
+ 0.017791748046875,
+ -0.033599853515625,
+ -0.004695892333984375,
+ -0.00933837890625,
+ -0.007610321044921875,
+ -0.00592803955078125,
+ -0.0266876220703125,
+ -0.00457000732421875,
+ 0.0143280029296875,
+ 0.02520751953125,
+ -0.00726318359375,
+ -0.0258941650390625,
+ 0.003459930419921875,
+ 0.00830078125,
+ 0.0038547515869140625,
+ 0.046844482421875,
+ -0.03143310546875,
+ -0.0292510986328125,
+ 0.00696563720703125,
+ -0.0251007080078125,
+ 0.026092529296875,
+ 0.042510986328125,
+ 0.0258941650390625,
+ -0.03399658203125,
+ 0.01462554931640625,
+ 0.041900634765625,
+ -0.040313720703125,
+ -0.0266876220703125,
+ -0.020355224609375,
+ 0.01502227783203125,
+ 0.00197601318359375,
+ 0.029052734375,
+ -0.00021767616271972656,
+ 0.047821044921875,
+ -0.005039215087890625,
+ 0.020355224609375,
+ 0.047637939453125,
+ 0.0628662109375,
+ 0.0312347412109375,
+ -0.0222320556640625,
+ -0.06524658203125,
+ -0.0258941650390625,
+ -0.01151275634765625,
+ -0.018585205078125,
+ -0.0347900390625,
+ 0.01111602783203125,
+ 0.044677734375,
+ -0.07666015625,
+ 0.0004787445068359375,
+ 0.006252288818359375,
+ 0.0015630722045898438,
+ 0.00528717041015625,
+ 0.024810791015625,
+ -0.0171966552734375,
+ 0.0250091552734375,
+ 0.024810791015625,
+ -0.05377197265625,
+ 0.001705169677734375,
+ -0.00939178466796875,
+ 0.0284576416015625,
+ 0.0462646484375,
+ 0.0258941650390625,
+ 0.0172882080078125,
+ 0.022735595703125,
+ -0.035186767578125,
+ 0.03558349609375,
+ 0.003162384033203125,
+ 0.036163330078125,
+ 0.016204833984375,
+ 0.0316162109375,
+ 0.04962158203125,
+ 0.059295654296875,
+ -0.008697509765625,
+ -0.00652313232421875,
+ 0.035980224609375,
+ 0.056121826171875,
+ 0.039520263671875,
+ 0.054962158203125,
+ -0.006053924560546875,
+ 0.032806396484375,
+ 0.005336761474609375,
+ -0.0143280029296875,
+ -0.009490966796875,
+ 0.0122528076171875,
+ 0.01047515869140625,
+ -0.06878662109375,
+ -0.0164031982421875,
+ 0.0143280029296875,
+ -0.0296478271484375,
+ 0.053375244140625,
+ 0.0033111572265625,
+ -0.0280609130859375,
+ -0.0011425018310546875,
+ 0.0312347412109375,
+ -0.01739501953125,
+ -0.04132080078125,
+ 0.01131439208984375,
+ -0.02490234375,
+ -0.021148681640625,
+ -0.029052734375,
+ -0.035369873046875,
+ 0.058502197265625,
+ -0.0226287841796875,
+ -0.03240966796875,
+ -0.01374053955078125,
+ 0.0300445556640625,
+ -0.0108184814453125,
+ -0.052978515625,
+ 0.0033359527587890625,
+ 0.012054443359375,
+ 0.0004725456237792969,
+ -0.0304412841796875,
+ -0.043487548828125,
+ -0.01995849609375,
+ -0.002185821533203125,
+ -0.02105712890625,
+ -0.029449462890625,
+ -0.0180816650390625,
+ -0.026885986328125,
+ -0.0234222412109375,
+ 0.006275177001953125,
+ -0.0167999267578125,
+ 0.021942138671875,
+ -0.032623291015625,
+ 0.026885986328125,
+ 0.0254974365234375,
+ 0.0143280029296875,
+ 0.046661376953125,
+ 0.039520263671875,
+ -0.0147247314453125,
+ -0.0004601478576660156,
+ -0.0176849365234375,
+ -0.046051025390625,
+ 0.019561767578125,
+ 0.0209503173828125,
+ 0.01531982421875,
+ -0.057708740234375,
+ -0.00030422210693359375,
+ 0.06640625,
+ -0.05535888671875,
+ 0.0292510986328125,
+ 0.032806396484375,
+ -0.053375244140625,
+ -0.04644775390625,
+ -0.01611328125,
+ -0.01502227783203125,
+ 0.0184783935546875,
+ 0.084228515625,
+ 0.0116119384765625,
+ -0.0025196075439453125,
+ -0.003162384033203125,
+ -0.0304412841796875,
+ 0.0357666015625,
+ 0.0166015625,
+ 0.01171112060546875,
+ -0.032806396484375,
+ 0.016510009765625,
+ 0.038543701171875,
+ -0.04327392578125,
+ -0.005313873291015625,
+ -0.0679931640625,
+ -0.00405120849609375,
+ 0.0341796875,
+ 0.0052642822265625,
+ -0.0048675537109375,
+ -0.0007753372192382812,
+ -0.020355224609375,
+ -0.044464111328125,
+ -0.01141357421875,
+ -0.0181884765625,
+ 0.0266876220703125,
+ 0.028656005859375,
+ -0.026885986328125,
+ 0.01042938232421875,
+ -0.0139312744140625,
+ -0.0430908203125,
+ -0.00007259845733642578,
+ -0.0222320556640625,
+ 0.036376953125,
+ -0.0103302001953125,
+ -0.045257568359375,
+ 0.006771087646484375,
+ 0.01611328125,
+ 0.01146697998046875,
+ 0.045654296875,
+ 0.07073974609375,
+ -0.039337158203125,
+ -0.0292510986328125,
+ 0.0214385986328125,
+ 0.03912353515625,
+ -0.0002887248992919922,
+ -0.0186767578125,
+ 0.00879669189453125,
+ 0.00879669189453125,
+ 0.00909423828125,
+ -0.0399169921875,
+ 0.03656005859375,
+ 0.050018310546875,
+ -0.0097808837890625,
+ -0.0596923828125,
+ -0.037750244140625,
+ -0.0113677978515625,
+ 0.02105712890625,
+ -0.02825927734375,
+ 0.057708740234375,
+ -0.0019521713256835938,
+ -0.00756072998046875,
+ -0.084228515625,
+ 0.0264892578125,
+ -0.00820159912109375,
+ 0.0274810791015625,
+ 0.01502227783203125,
+ -0.003482818603515625,
+ -0.07232666015625,
+ -0.052581787109375,
+ -0.0124053955078125,
+ 0.02410888671875,
+ 0.01047515869140625,
+ 0.0078582763671875,
+ -0.0134429931640625,
+ 0.0009822845458984375,
+ -0.004421234130859375,
+ -0.023712158203125,
+ -0.004100799560546875,
+ 0.040924072265625,
+ -0.0167999267578125,
+ -0.036163330078125,
+ 0.041900634765625,
+ -0.006053924560546875,
+ -0.0014581680297851562,
+ 0.0005497932434082031,
+ 0.0018281936645507812,
+ 0.001506805419921875,
+ -0.0047454833984375,
+ -0.027679443359375,
+ -0.01739501953125,
+ 0.0221405029296875,
+ 0.033203125,
+ 0.0042724609375,
+ -0.0015935897827148438,
+ -0.03656005859375,
+ 0.033416748046875,
+ -0.02825927734375,
+ -0.0218353271484375,
+ 0.0084991455078125,
+ 0.01690673828125,
+ 0.00223541259765625,
+ -0.0379638671875,
+ -0.038330078125,
+ -0.08935546875,
+ 0.031036376953125,
+ -0.0699462890625,
+ -0.0160064697265625,
+ 0.007904052734375,
+ -0.00116729736328125,
+ 0.00864410400390625,
+ -0.0225372314453125,
+ 0.0430908203125,
+ -0.0025196075439453125,
+ -0.047637939453125,
+ -0.03814697265625,
+ 0.007015228271484375,
+ -0.00620269775390625,
+ -0.01334381103515625,
+ -0.00392913818359375,
+ -0.0222320556640625,
+ 0.0243072509765625,
+ -0.02105712890625,
+ -0.00600433349609375,
+ -0.0103759765625,
+ -0.008056640625,
+ -0.042694091796875,
+ 0.005954742431640625,
+ -0.07275390625,
+ -0.0347900390625,
+ 0.029449462890625,
+ 0.01522064208984375,
+ 0.0009822845458984375,
+ -0.0513916015625,
+ 0.03143310546875,
+ -0.00496673583984375,
+ -0.05535888671875,
+ 0.02728271484375,
+ -0.0213470458984375,
+ -0.017486572265625,
+ 0.004596710205078125,
+ -0.01210784912109375,
+ -0.02105712890625,
+ 0.0179901123046875,
+ 0.042694091796875,
+ 0.046051025390625,
+ -0.0036067962646484375,
+ -0.01003265380859375,
+ -0.0316162109375,
+ 0.0091400146484375,
+ -0.0266876220703125,
+ 0.00528717041015625,
+ 0.04388427734375,
+ 0.0012044906616210938,
+ 0.01422882080078125,
+ 0.0306396484375,
+ 0.005878448486328125,
+ -0.07275390625,
+ 0.00988006591796875,
+ -0.0193634033203125,
+ -0.061279296875,
+ -0.009735107421875,
+ 0.050018310546875,
+ 0.032012939453125,
+ 0.00033211708068847656,
+ 0.03497314453125,
+ 0.060882568359375,
+ 0.0304412841796875,
+ 0.00736236572265625,
+ 0.0022602081298828125,
+ -0.0679931640625,
+ -0.00476837158203125,
+ 0.04132080078125,
+ 0.00341033935546875,
+ -0.064453125,
+ 0.04150390625,
+ 0.053375244140625,
+ 0.004322052001953125,
+ -0.0306396484375,
+ 0.0167083740234375,
+ 0.015716552734375,
+ 0.06048583984375,
+ 0.0001621246337890625,
+ -0.00919342041015625,
+ -0.063232421875,
+ 0.01220703125,
+ 0.0214385986328125,
+ 0.00249481201171875,
+ -0.0014581680297851562,
+ 0.019561767578125,
+ -0.034393310546875,
+ 0.04071044921875,
+ -0.0284576416015625,
+ 0.00007641315460205078,
+ -0.00506591796875,
+ 0.0782470703125,
+ -0.0023956298828125,
+ -0.0288543701171875,
+ -0.005977630615234375,
+ 0.05059814453125,
+ 0.032623291015625,
+ -0.0284576416015625,
+ 0.00775909423828125,
+ 0.002643585205078125,
+ -0.0087432861328125,
+ 0.0280609130859375,
+ 0.061279296875,
+ -0.0033359527587890625,
+ 0.0513916015625,
+ -0.006671905517578125,
+ -0.04229736328125,
+ 0.048431396484375,
+ -0.00437164306640625,
+ 0.0264892578125,
+ 0.0012226104736328125,
+ -0.062469482421875,
+ -0.035369873046875,
+ -0.06402587890625,
+ 0.061279296875,
+ 0.0019273757934570312,
+ 0.031829833984375,
+ 0.0196685791015625,
+ 0.01708984375,
+ -0.005878448486328125,
+ 0.0026683807373046875,
+ 0.011810302734375,
+ 0.047027587890625,
+ 0.0057830810546875,
+ 0.0027294158935546875,
+ -0.01580810546875,
+ 0.0167999267578125,
+ 0.00909423828125,
+ -0.06402587890625,
+ 0.00496673583984375,
+ -0.01442718505859375,
+ -0.0036067962646484375,
+ -0.03717041015625,
+ 0.0196685791015625,
+ 0.0270843505859375,
+ -0.008453369140625,
+ -0.0160064697265625,
+ -0.033203125,
+ -0.0139312744140625,
+ 0.004322052001953125,
+ -0.04388427734375,
+ -0.0016803741455078125,
+ 0.036376953125,
+ -0.04229736328125,
+ 0.0167083740234375,
+ -0.0053863525390625,
+ -0.0322265625,
+ 0.004817962646484375,
+ -0.0648193359375,
+ 0.069580078125,
+ 0.0389404296875,
+ 0.0242156982421875,
+ -0.00820159912109375,
+ 0.01027679443359375,
+ 0.03302001953125,
+ 0.014129638671875,
+ 0.0147247314453125,
+ 0.032623291015625,
+ -0.0033855438232421875,
+ 0.038726806640625,
+ 0.039337158203125,
+ 0.0028171539306640625,
+ -0.028656005859375,
+ 0.016998291015625,
+ 0.01141357421875,
+ -0.0243072509765625,
+ 0.0218353271484375,
+ 0.01531982421875,
+ 0.03302001953125,
+ -0.000011682510375976562,
+ -0.0244140625,
+ -0.01334381103515625,
+ -0.056915283203125,
+ 0.07073974609375,
+ 0.0280609130859375,
+ -0.0191650390625,
+ 0.034393310546875,
+ -0.056121826171875,
+ 0.0176849365234375,
+ 0.01442718505859375,
+ 0.0810546875,
+ -0.033599853515625,
+ 0.047821044921875,
+ -0.0068206787109375,
+ 0.03240966796875,
+ -0.01255035400390625,
+ 0.0015382766723632812,
+ -0.0032367706298828125,
+ 0.007411956787109375,
+ -0.01611328125,
+ 0.0155181884765625,
+ 0.0143280029296875,
+ 0.00795745849609375,
+ -0.054962158203125,
+ -0.019561767578125,
+ -0.0186767578125,
+ -0.009735107421875,
+ 0.0421142578125,
+ -0.05218505859375,
+ -0.00437164306640625,
+ 0.0008215904235839844,
+ 0.0234222412109375,
+ 0.05377197265625,
+ 0.01210784912109375,
+ 0.019561767578125,
+ 0.001247406005859375,
+ -0.005138397216796875,
+ -0.028656005859375,
+ -0.004791259765625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "jump-lists",
+ "taskbar-forensics",
+ "automatic-destinations",
+ "appid-analysis",
+ "lnk-correlation",
+ "user-workflow",
+ "document-access",
+ "chronological-analysis",
+ "windows7-plus"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Magnet_AXIOM",
+ "type": "tool",
+ "name": "Magnet AXIOM",
+ "content": "magnet axiom umfassende digital-investigation-plattform kombiniert akquisition, analyse und reporting in integrierter suite für end-to-end-forensik komplexer fälle. axiom process sammelt artefakte von über 300 datenquellen: desktop-computer, mobile devices, cloud services, iot-geräte mit automatischer parser-erkennung. ki-gestützte artifact-categorization klassifiziert verdächtige inhalte automatisch und reduziert manuelle review-zeit drastisch. internet evidence finder (ief) engine extrahiert web-artefakte aus allen major-browsern, magnet.ai beschleunigt csam-detection durch machine learning. connections-view visualisiert kommunikations-patterns zwischen personen, parallel-processing-engine analysiert terabytes in stunden. gui commercial cloud-artifacts mobile-app-data automation-ready court-admissible ai-categorization ief-engine connections-view timeline-analysis csam-detection parallel-processing incident-response static-investigations mobile-forensics cloud-forensics fraud-investigation data-collection examination analysis reporting",
+ "embedding": [
+ -0.01375579833984375,
+ 0.046051025390625,
+ 0.062255859375,
+ 0.019622802734375,
+ 0.031982421875,
+ 0.049041748046875,
+ 0.0143890380859375,
+ -0.0057830810546875,
+ -0.01220703125,
+ -0.01386260986328125,
+ -0.00794219970703125,
+ 0.060546875,
+ 0.004077911376953125,
+ -0.01354217529296875,
+ -0.05712890625,
+ 0.03369140625,
+ -0.014923095703125,
+ 0.01727294921875,
+ 0.0264434814453125,
+ -0.004665374755859375,
+ -0.01983642578125,
+ -0.006931304931640625,
+ -0.05267333984375,
+ 0.00922393798828125,
+ 0.015350341796875,
+ -0.00858306884765625,
+ -0.034332275390625,
+ -0.0531005859375,
+ -0.032196044921875,
+ -0.0033054351806640625,
+ 0.0135955810546875,
+ -0.0180206298828125,
+ -0.00035643577575683594,
+ 0.006450653076171875,
+ 0.001758575439453125,
+ -0.0236663818359375,
+ 0.0012464523315429688,
+ -0.044769287109375,
+ -0.019622802734375,
+ 0.0180206298828125,
+ -0.027191162109375,
+ 0.004024505615234375,
+ 0.039886474609375,
+ -0.0014190673828125,
+ -0.019195556640625,
+ -0.026123046875,
+ 0.00637054443359375,
+ -0.006504058837890625,
+ -0.0087432861328125,
+ -0.00927734375,
+ 0.020355224609375,
+ 0.0302734375,
+ -0.005970001220703125,
+ 0.0010128021240234375,
+ -0.0200347900390625,
+ 0.032196044921875,
+ 0.00508880615234375,
+ -0.0277252197265625,
+ -0.05352783203125,
+ 0.049041748046875,
+ -0.0531005859375,
+ -0.01556396484375,
+ -0.0163116455078125,
+ -0.01177978515625,
+ 0.010284423828125,
+ 0.0419921875,
+ -0.011566162109375,
+ -0.01556396484375,
+ 0.0193023681640625,
+ -0.00237274169921875,
+ -0.00289154052734375,
+ -0.00943756103515625,
+ -0.0173797607421875,
+ 0.040069580078125,
+ -0.00933074951171875,
+ -0.037322998046875,
+ 0.028350830078125,
+ 0.02313232421875,
+ 0.0175933837890625,
+ -0.0121002197265625,
+ -0.038818359375,
+ 0.0004496574401855469,
+ 0.028350830078125,
+ -0.004238128662109375,
+ -0.053741455078125,
+ -0.0154571533203125,
+ 0.03924560546875,
+ 0.016204833984375,
+ -0.006984710693359375,
+ 0.0165252685546875,
+ 0.017913818359375,
+ 0.0072479248046875,
+ 0.0146026611328125,
+ -0.01033782958984375,
+ 0.060546875,
+ 0.055023193359375,
+ -0.028778076171875,
+ -0.00009703636169433594,
+ 0.0025310516357421875,
+ 0.029632568359375,
+ 0.0211029052734375,
+ -0.033905029296875,
+ 0.042633056640625,
+ -0.0219573974609375,
+ 0.02984619140625,
+ -0.017486572265625,
+ 0.00708770751953125,
+ -0.0204620361328125,
+ -0.012420654296875,
+ -0.0266571044921875,
+ -0.10321044921875,
+ -0.0148162841796875,
+ -0.0129547119140625,
+ -0.055450439453125,
+ 0.0083160400390625,
+ 0.028778076171875,
+ -0.0171661376953125,
+ 0.035400390625,
+ -0.0614013671875,
+ -0.03924560546875,
+ 0.0419921875,
+ 0.0008063316345214844,
+ 0.006664276123046875,
+ -0.0028781890869140625,
+ -0.028564453125,
+ -0.052459716796875,
+ 0.002105712890625,
+ 0.01556396484375,
+ -0.035186767578125,
+ -0.0142822265625,
+ -0.0302734375,
+ -0.020355224609375,
+ -0.01092529296875,
+ -0.00975799560546875,
+ 0.01343536376953125,
+ -0.03497314453125,
+ 0.050323486328125,
+ 0.009490966796875,
+ -0.00373077392578125,
+ 0.01087188720703125,
+ 0.037750244140625,
+ -0.0007996559143066406,
+ -0.049896240234375,
+ -0.006717681884765625,
+ -0.0579833984375,
+ -0.00730133056640625,
+ 0.0011129379272460938,
+ 0.069091796875,
+ -0.04241943359375,
+ -0.0087432861328125,
+ -0.005489349365234375,
+ 0.0152435302734375,
+ 0.04669189453125,
+ 0.0106048583984375,
+ 0.0150299072265625,
+ -0.040924072265625,
+ 0.0106048583984375,
+ -0.03497314453125,
+ 0.0178070068359375,
+ 0.007781982421875,
+ 0.00023651123046875,
+ 0.008636474609375,
+ -0.0014524459838867188,
+ 0.034759521484375,
+ -0.018341064453125,
+ -0.04840087890625,
+ -0.02655029296875,
+ 0.0194091796875,
+ 0.01386260986328125,
+ -0.0277252197265625,
+ 0.02056884765625,
+ -0.0142822265625,
+ 0.0682373046875,
+ 0.07720947265625,
+ 0.0009593963623046875,
+ 0.006103515625,
+ 0.010498046875,
+ -0.0084228515625,
+ 0.02484130859375,
+ 0.0076751708984375,
+ 0.0007562637329101562,
+ -0.0178070068359375,
+ 0.0294189453125,
+ 0.0258026123046875,
+ 0.0159912109375,
+ -0.00017571449279785156,
+ -0.0223846435546875,
+ 0.01007080078125,
+ -0.02813720703125,
+ 0.031982421875,
+ -0.02899169921875,
+ -0.028350830078125,
+ -0.02984619140625,
+ 0.0279388427734375,
+ 0.031982421875,
+ 0.07720947265625,
+ 0.0245208740234375,
+ -0.0279388427734375,
+ 0.039886474609375,
+ 0.0070343017578125,
+ 0.036041259765625,
+ 0.033050537109375,
+ 0.010284423828125,
+ 0.040283203125,
+ 0.00901031494140625,
+ 0.01268768310546875,
+ -0.002239227294921875,
+ 0.03839111328125,
+ 0.020782470703125,
+ -0.030059814453125,
+ -0.0023860931396484375,
+ 0.049041748046875,
+ -0.0118865966796875,
+ -0.00836944580078125,
+ -0.0258026123046875,
+ -0.01033782958984375,
+ 0.016204833984375,
+ -0.01263427734375,
+ -0.005889892578125,
+ 0.01044464111328125,
+ 0.004772186279296875,
+ -0.060546875,
+ -0.02142333984375,
+ 0.0156707763671875,
+ -0.00679779052734375,
+ 0.0152435302734375,
+ 0.0193023681640625,
+ -0.030487060546875,
+ -0.01348876953125,
+ 0.00933074951171875,
+ 0.03411865234375,
+ 0.0396728515625,
+ -0.00965118408203125,
+ 0.00911712646484375,
+ -0.003757476806640625,
+ -0.009063720703125,
+ 0.042633056640625,
+ 0.015777587890625,
+ 0.0513916015625,
+ -0.00405120849609375,
+ 0.00299835205078125,
+ 0.022491455078125,
+ -0.01012420654296875,
+ 0.028778076171875,
+ 0.0277252197265625,
+ -0.0225982666015625,
+ 0.00469207763671875,
+ -0.00262451171875,
+ 0.03070068359375,
+ 0.054595947265625,
+ -0.054595947265625,
+ -0.0206756591796875,
+ -0.07763671875,
+ 0.00669097900390625,
+ -0.07379150390625,
+ -0.0531005859375,
+ -0.0197296142578125,
+ -0.038177490234375,
+ 0.065673828125,
+ -0.037322998046875,
+ -0.0275115966796875,
+ 0.000024378299713134766,
+ 0.02655029296875,
+ 0.0264434814453125,
+ 0.046478271484375,
+ -0.010498046875,
+ -0.041778564453125,
+ 0.0003247261047363281,
+ 0.052886962890625,
+ 0.02227783203125,
+ 0.00858306884765625,
+ -0.004451751708984375,
+ 0.02099609375,
+ -0.0165252685546875,
+ 0.0185546875,
+ -0.0199432373046875,
+ 0.0252685546875,
+ 0.03924560546875,
+ 0.054595947265625,
+ 0.012847900390625,
+ -0.025909423828125,
+ 0.01226043701171875,
+ -0.011993408203125,
+ 0.024200439453125,
+ -0.052886962890625,
+ 0.0014591217041015625,
+ 0.00965118408203125,
+ -0.001312255859375,
+ 0.019622802734375,
+ -0.06695556640625,
+ 0.0249481201171875,
+ 0.046478271484375,
+ 0.0223846435546875,
+ 0.01354217529296875,
+ 0.00626373291015625,
+ -0.033477783203125,
+ 0.006343841552734375,
+ -0.006130218505859375,
+ -0.01226043701171875,
+ 0.0182342529296875,
+ 0.051605224609375,
+ -0.035186767578125,
+ 0.0186614990234375,
+ -0.00447845458984375,
+ 0.00751495361328125,
+ -0.04071044921875,
+ -0.04925537109375,
+ -0.0260162353515625,
+ -0.0154571533203125,
+ -0.0479736328125,
+ -0.030059814453125,
+ 0.028350830078125,
+ -0.040283203125,
+ -0.002239227294921875,
+ -0.01348876953125,
+ 0.0186614990234375,
+ -0.0175933837890625,
+ -0.0673828125,
+ -0.0121002197265625,
+ -0.002597808837890625,
+ -0.037109375,
+ -0.0141754150390625,
+ 0.055877685546875,
+ 0.006931304931640625,
+ 0.01279449462890625,
+ 0.006984710693359375,
+ -0.0029315948486328125,
+ -0.049468994140625,
+ -0.0026378631591796875,
+ -0.0015859603881835938,
+ 0.0173797607421875,
+ -0.038177490234375,
+ 0.046905517578125,
+ 0.01194000244140625,
+ 0.0251617431640625,
+ 0.017486572265625,
+ 0.0396728515625,
+ 0.031982421875,
+ -0.01226043701171875,
+ 0.004985809326171875,
+ -0.004184722900390625,
+ -0.0030384063720703125,
+ 0.04498291015625,
+ -0.024627685546875,
+ -0.01236724853515625,
+ -0.00040149688720703125,
+ -0.0219573974609375,
+ 0.024200439453125,
+ 0.0213165283203125,
+ 0.0076751708984375,
+ 0.021209716796875,
+ -0.02227783203125,
+ 0.0016660690307617188,
+ 0.06353759765625,
+ -0.00289154052734375,
+ 0.0933837890625,
+ -0.017059326171875,
+ -0.07379150390625,
+ 0.0011930465698242188,
+ 0.030059814453125,
+ -0.01513671875,
+ -0.01386260986328125,
+ 0.0252685546875,
+ -0.014068603515625,
+ 0.0169525146484375,
+ 0.01092529296875,
+ -0.0084228515625,
+ 0.039886474609375,
+ 0.0143890380859375,
+ -0.0154571533203125,
+ 0.0211029052734375,
+ -0.0311279296875,
+ 0.031341552734375,
+ 0.0165252685546875,
+ 0.006664276123046875,
+ 0.0238800048828125,
+ 0.0249481201171875,
+ -0.03582763671875,
+ -0.00469207763671875,
+ -0.040924072265625,
+ -0.06781005859375,
+ 0.00247955322265625,
+ 0.045623779296875,
+ 0.035614013671875,
+ 0.040069580078125,
+ -0.00965118408203125,
+ -0.07037353515625,
+ -0.0034656524658203125,
+ -0.0186614990234375,
+ 0.07891845703125,
+ 0.043060302734375,
+ -0.002651214599609375,
+ 0.025482177734375,
+ -0.002079010009765625,
+ 0.018341064453125,
+ 0.010711669921875,
+ 0.0245208740234375,
+ 0.0165252685546875,
+ 0.052032470703125,
+ 0.045196533203125,
+ -0.0033721923828125,
+ -0.0186614990234375,
+ 0.0201416015625,
+ 0.0266571044921875,
+ 0.01076507568359375,
+ 0.01076507568359375,
+ 0.007354736328125,
+ 0.006130218505859375,
+ 0.046905517578125,
+ -0.023345947265625,
+ 0.05352783203125,
+ 0.04071044921875,
+ -0.01129913330078125,
+ 0.00394439697265625,
+ -0.029632568359375,
+ 0.01322174072265625,
+ -0.037750244140625,
+ 0.014068603515625,
+ 0.00110626220703125,
+ 0.01898193359375,
+ 0.0362548828125,
+ 0.015350341796875,
+ -0.0699462890625,
+ 0.0026111602783203125,
+ 0.0531005859375,
+ -0.0631103515625,
+ 0.00901031494140625,
+ 0.022705078125,
+ -0.0185546875,
+ 0.0251617431640625,
+ 0.00730133056640625,
+ -0.045623779296875,
+ 0.0272979736328125,
+ -0.0270843505859375,
+ -0.04156494140625,
+ 0.0197296142578125,
+ 0.046478271484375,
+ -0.0294189453125,
+ -0.025909423828125,
+ -0.03839111328125,
+ -0.017059326171875,
+ 0.01322174072265625,
+ -0.0159912109375,
+ 0.045196533203125,
+ -0.018768310546875,
+ 0.00394439697265625,
+ 0.01641845703125,
+ 0.0249481201171875,
+ 0.0045318603515625,
+ -0.0225982666015625,
+ 0.049896240234375,
+ -0.0230255126953125,
+ -0.04071044921875,
+ 0.034759521484375,
+ 0.0101776123046875,
+ 0.00018489360809326172,
+ -0.0596923828125,
+ -0.014923095703125,
+ 0.01322174072265625,
+ 0.00911712646484375,
+ 0.0087432861328125,
+ 0.00121307373046875,
+ -0.039459228515625,
+ -0.0428466796875,
+ -0.048187255859375,
+ 0.028778076171875,
+ 0.007568359375,
+ 0.048828125,
+ -0.017913818359375,
+ -0.06695556640625,
+ 0.03753662109375,
+ -0.038604736328125,
+ -0.0194091796875,
+ -0.015350341796875,
+ 0.014068603515625,
+ -0.02899169921875,
+ 0.0648193359375,
+ -0.00719451904296875,
+ -0.0129547119140625,
+ -0.01007080078125,
+ 0.0596923828125,
+ 0.005382537841796875,
+ -0.00794219970703125,
+ -0.055450439453125,
+ 0.03497314453125,
+ 0.0311279296875,
+ -0.07550048828125,
+ -0.0197296142578125,
+ -0.0034389495849609375,
+ -0.005489349365234375,
+ 0.035186767578125,
+ -0.0513916015625,
+ -0.01033782958984375,
+ 0.03070068359375,
+ -0.08056640625,
+ -0.02313232421875,
+ -0.03326416015625,
+ -0.033050537109375,
+ -0.024200439453125,
+ 0.01172637939453125,
+ 0.032196044921875,
+ -0.01470947265625,
+ 0.030487060546875,
+ 0.004665374755859375,
+ -0.0165252685546875,
+ 0.035400390625,
+ 0.01556396484375,
+ -0.0262298583984375,
+ 0.02313232421875,
+ -0.062255859375,
+ -0.0195159912109375,
+ -0.0045318603515625,
+ 0.012420654296875,
+ -0.0169525146484375,
+ -0.01470947265625,
+ -0.000004470348358154297,
+ -0.033905029296875,
+ 0.03668212890625,
+ -0.0230255126953125,
+ -0.01007080078125,
+ 0.00267791748046875,
+ -0.041778564453125,
+ -0.037750244140625,
+ 0.004638671875,
+ 0.049896240234375,
+ 0.026123046875,
+ -0.00714111328125,
+ 0.0078887939453125,
+ 0.05670166015625,
+ -0.05926513671875,
+ 0.02813720703125,
+ 0.01396942138671875,
+ 0.0017986297607421875,
+ -0.0255889892578125,
+ 0.0173797607421875,
+ -0.0012788772583007812,
+ 0.005889892578125,
+ 0.0125274658203125,
+ -0.01001739501953125,
+ -0.025482177734375,
+ -0.05267333984375,
+ 0.024627685546875,
+ 0.0098114013671875,
+ 0.0221710205078125,
+ -0.03326416015625,
+ -0.05096435546875,
+ -0.07080078125,
+ -0.006664276123046875,
+ 0.045196533203125,
+ 0.0279388427734375,
+ 0.0218505859375,
+ -0.047119140625,
+ -0.0043182373046875,
+ -0.01220703125,
+ -0.017486572265625,
+ 0.0275115966796875,
+ -0.003292083740234375,
+ 0.016845703125,
+ 0.031768798828125,
+ -0.044342041015625,
+ 0.0013589859008789062,
+ 0.0019588470458984375,
+ 0.04156494140625,
+ 0.030914306640625,
+ 0.039886474609375,
+ -0.0272979736328125,
+ 0.0197296142578125,
+ -0.015350341796875,
+ -0.029205322265625,
+ 0.01055145263671875,
+ 0.00794219970703125,
+ 0.0118865966796875,
+ -0.04071044921875,
+ 0.00289154052734375,
+ 0.00719451904296875,
+ 0.0010995864868164062,
+ 0.01023101806640625,
+ 0.0009260177612304688,
+ 0.006504058837890625,
+ 0.01044464111328125,
+ 0.0055694580078125,
+ 0.0279388427734375,
+ -0.01129913330078125,
+ -0.043701171875,
+ -0.0005764961242675781,
+ -0.0148162841796875,
+ 0.030059814453125,
+ 0.055877685546875,
+ -0.00868988037109375,
+ -0.037109375,
+ 0.0206756591796875,
+ 0.01556396484375,
+ 0.0006394386291503906,
+ -0.040069580078125,
+ -0.0411376953125,
+ 0.0445556640625,
+ 0.00762176513671875,
+ 0.043060302734375,
+ 0.003398895263671875,
+ 0.0899658203125,
+ -0.008636474609375,
+ 0.004985809326171875,
+ 0.0272979736328125,
+ 0.047119140625,
+ 0.033905029296875,
+ -0.01268768310546875,
+ -0.03497314453125,
+ -0.0103912353515625,
+ -0.00858306884765625,
+ -0.045196533203125,
+ -0.043914794921875,
+ 0.0089569091796875,
+ 0.048614501953125,
+ -0.07037353515625,
+ -0.01386260986328125,
+ -0.00658416748046875,
+ -0.00911712646484375,
+ -0.005970001220703125,
+ 0.00719451904296875,
+ 0.00014328956604003906,
+ 0.023345947265625,
+ 0.0125274658203125,
+ -0.018341064453125,
+ -0.016204833984375,
+ -0.028778076171875,
+ 0.0208892822265625,
+ 0.03070068359375,
+ 0.0513916015625,
+ 0.004852294921875,
+ 0.0150299072265625,
+ 0.01023101806640625,
+ 0.01470947265625,
+ 0.030059814453125,
+ 0.0699462890625,
+ 0.0270843505859375,
+ -0.005489349365234375,
+ 0.047332763671875,
+ 0.07379150390625,
+ -0.0201416015625,
+ -0.033050537109375,
+ 0.01983642578125,
+ 0.0156707763671875,
+ 0.0411376953125,
+ 0.053955078125,
+ -0.00714111328125,
+ 0.006290435791015625,
+ -0.0001316070556640625,
+ -0.043060302734375,
+ 0.00970458984375,
+ -0.012847900390625,
+ -0.02056884765625,
+ -0.01641845703125,
+ -0.0579833984375,
+ 0.0217437744140625,
+ -0.06439208984375,
+ 0.0260162353515625,
+ 0.00890350341796875,
+ -0.0240936279296875,
+ -0.0081024169921875,
+ 0.03326416015625,
+ -0.015350341796875,
+ -0.048614501953125,
+ 0.009490966796875,
+ 0.0032520294189453125,
+ -0.017486572265625,
+ -0.01983642578125,
+ -0.0249481201171875,
+ 0.0428466796875,
+ -0.021636962890625,
+ -0.06011962890625,
+ -0.0087432861328125,
+ 0.03924560546875,
+ -0.01087188720703125,
+ -0.0479736328125,
+ -0.01263427734375,
+ 0.01087188720703125,
+ -0.0204620361328125,
+ -0.043487548828125,
+ -0.048614501953125,
+ -0.03240966796875,
+ 0.019195556640625,
+ -0.03668212890625,
+ -0.0072479248046875,
+ -0.0328369140625,
+ -0.00868988037109375,
+ -0.01204681396484375,
+ -0.0194091796875,
+ -0.010284423828125,
+ 0.040283203125,
+ -0.04156494140625,
+ 0.03753662109375,
+ 0.0163116455078125,
+ 0.0247344970703125,
+ 0.035614013671875,
+ 0.0562744140625,
+ -0.004825592041015625,
+ 0.006931304931640625,
+ -0.042205810546875,
+ -0.051177978515625,
+ 0.0160980224609375,
+ 0.0159912109375,
+ 0.0006031990051269531,
+ -0.04925537109375,
+ -0.00714111328125,
+ 0.0682373046875,
+ -0.07806396484375,
+ 0.0199432373046875,
+ 0.033905029296875,
+ -0.0016660690307617188,
+ -0.04583740234375,
+ 0.0160980224609375,
+ 0.0098114013671875,
+ 0.0032787322998046875,
+ 0.0733642578125,
+ -0.0177001953125,
+ -0.030487060546875,
+ 0.0057830810546875,
+ -0.006931304931640625,
+ 0.049041748046875,
+ 0.03070068359375,
+ 0.0029315948486328125,
+ -0.05096435546875,
+ 0.0379638671875,
+ 0.00730133056640625,
+ -0.005062103271484375,
+ -0.01983642578125,
+ -0.092529296875,
+ -0.0123138427734375,
+ 0.02899169921875,
+ -0.01033782958984375,
+ 0.006931304931640625,
+ -0.0225982666015625,
+ -0.0379638671875,
+ -0.0055694580078125,
+ -0.033905029296875,
+ 0.015777587890625,
+ 0.01220703125,
+ 0.0152435302734375,
+ -0.03240966796875,
+ -0.030914306640625,
+ -0.0110321044921875,
+ -0.05352783203125,
+ -0.03155517578125,
+ -0.0146026611328125,
+ 0.0188751220703125,
+ -0.0024662017822265625,
+ -0.02984619140625,
+ 0.005062103271484375,
+ 0.0156707763671875,
+ 0.011993408203125,
+ -0.0084228515625,
+ 0.055450439453125,
+ -0.0396728515625,
+ -0.00405120849609375,
+ 0.0023059844970703125,
+ 0.0180206298828125,
+ -0.00858306884765625,
+ 0.003650665283203125,
+ 0.005702972412109375,
+ 0.0038909912109375,
+ 0.027191162109375,
+ -0.041778564453125,
+ 0.0208892822265625,
+ 0.038604736328125,
+ -0.040924072265625,
+ -0.04498291015625,
+ -0.033477783203125,
+ -0.021209716796875,
+ 0.032623291015625,
+ -0.03411865234375,
+ 0.051605224609375,
+ -0.006450653076171875,
+ 0.0211029052734375,
+ -0.11090087890625,
+ 0.058837890625,
+ -0.0193023681640625,
+ 0.0362548828125,
+ 0.0230255126953125,
+ -0.033905029296875,
+ -0.075927734375,
+ -0.040069580078125,
+ -0.036895751953125,
+ 0.0112457275390625,
+ -0.0127410888671875,
+ 0.0249481201171875,
+ 0.01177978515625,
+ 0.0005598068237304688,
+ 0.0215301513671875,
+ -0.0116729736328125,
+ 0.00009202957153320312,
+ 0.06097412109375,
+ 0.01012420654296875,
+ -0.0200347900390625,
+ 0.07122802734375,
+ -0.03668212890625,
+ -0.002544403076171875,
+ 0.003131866455078125,
+ -0.0034122467041015625,
+ 0.00653076171875,
+ 0.0053558349609375,
+ -0.017059326171875,
+ 0.00751495361328125,
+ 0.04412841796875,
+ 0.036895751953125,
+ -0.0396728515625,
+ 0.0017986297607421875,
+ 0.0186614990234375,
+ 0.00751495361328125,
+ -0.00970458984375,
+ -0.0193023681640625,
+ 0.010284423828125,
+ -0.006317138671875,
+ -0.033905029296875,
+ -0.0142822265625,
+ -0.04583740234375,
+ -0.1322021484375,
+ -0.0011196136474609375,
+ -0.047119140625,
+ -0.01311492919921875,
+ 0.01151275634765625,
+ 0.01513671875,
+ -0.0110321044921875,
+ -0.040496826171875,
+ 0.028778076171875,
+ -0.00215911865234375,
+ -0.014068603515625,
+ -0.01386260986328125,
+ 0.017486572265625,
+ -0.038818359375,
+ 0.043060302734375,
+ -0.004558563232421875,
+ -0.055023193359375,
+ 0.01332855224609375,
+ -0.022491455078125,
+ 0.0083160400390625,
+ -0.0243072509765625,
+ 0.0033721923828125,
+ -0.0328369140625,
+ 0.042633056640625,
+ -0.06353759765625,
+ -0.0130615234375,
+ 0.0006561279296875,
+ 0.03070068359375,
+ 0.00997161865234375,
+ -0.00751495361328125,
+ 0.05841064453125,
+ -0.0195159912109375,
+ -0.0562744140625,
+ 0.0272979736328125,
+ -0.0247344970703125,
+ -0.030914306640625,
+ 0.022064208984375,
+ -0.006343841552734375,
+ 0.00858306884765625,
+ 0.0219573974609375,
+ 0.0419921875,
+ 0.0199432373046875,
+ 0.043914794921875,
+ 0.022918701171875,
+ -0.0249481201171875,
+ 0.007354736328125,
+ -0.033050537109375,
+ 0.00010496377944946289,
+ 0.0211029052734375,
+ 0.0019855499267578125,
+ -0.01001739501953125,
+ 0.0206756591796875,
+ 0.01343536376953125,
+ -0.10150146484375,
+ -0.0200347900390625,
+ -0.0190887451171875,
+ -0.06695556640625,
+ 0.0201416015625,
+ 0.07550048828125,
+ 0.040069580078125,
+ -0.0114593505859375,
+ 0.028350830078125,
+ 0.04412841796875,
+ 0.028350830078125,
+ 0.028778076171875,
+ -0.02056884765625,
+ -0.07763671875,
+ -0.01641845703125,
+ 0.0206756591796875,
+ 0.0217437744140625,
+ -0.051177978515625,
+ 0.05438232421875,
+ 0.06524658203125,
+ -0.0294189453125,
+ -0.0213165283203125,
+ 0.02227783203125,
+ 0.004852294921875,
+ 0.032623291015625,
+ 0.01812744140625,
+ 0.0396728515625,
+ -0.0311279296875,
+ 0.00826263427734375,
+ 0.03369140625,
+ 0.00605010986328125,
+ -0.005168914794921875,
+ -0.030914306640625,
+ -0.0244140625,
+ 0.05712890625,
+ -0.043701171875,
+ 0.0043182373046875,
+ -0.01226043701171875,
+ 0.05926513671875,
+ 0.0133819580078125,
+ -0.036895751953125,
+ -0.0328369140625,
+ 0.039459228515625,
+ 0.01375579833984375,
+ -0.00669097900390625,
+ 0.028564453125,
+ -0.00013494491577148438,
+ 0.00136566162109375,
+ 0.03369140625,
+ 0.0445556640625,
+ 0.021209716796875,
+ 0.04241943359375,
+ 0.0014925003051757812,
+ -0.03497314453125,
+ 0.0277252197265625,
+ 0.00226593017578125,
+ 0.020355224609375,
+ -0.006877899169921875,
+ -0.035400390625,
+ -0.02313232421875,
+ -0.050750732421875,
+ 0.052459716796875,
+ 0.006717681884765625,
+ 0.02569580078125,
+ 0.0279388427734375,
+ -0.0005397796630859375,
+ -0.01055145263671875,
+ 0.01012420654296875,
+ 0.0078887939453125,
+ 0.035186767578125,
+ 0.0230255126953125,
+ -0.0036773681640625,
+ 0.0260162353515625,
+ 0.0169525146484375,
+ 0.00965118408203125,
+ -0.030059814453125,
+ 0.0411376953125,
+ -0.0016326904296875,
+ -0.0113525390625,
+ -0.05712890625,
+ 0.01183319091796875,
+ 0.0081024169921875,
+ -0.01470947265625,
+ -0.01247406005859375,
+ -0.029205322265625,
+ 0.00762176513671875,
+ -0.029632568359375,
+ -0.04840087890625,
+ 0.0012722015380859375,
+ 0.033477783203125,
+ -0.02984619140625,
+ 0.01151275634765625,
+ 0.035614013671875,
+ -0.01172637939453125,
+ 0.0089569091796875,
+ -0.051177978515625,
+ 0.07720947265625,
+ 0.0034122467041015625,
+ 0.0211029052734375,
+ -0.0184478759765625,
+ 0.0579833984375,
+ 0.0251617431640625,
+ 0.0245208740234375,
+ -0.00594329833984375,
+ 0.02142333984375,
+ 0.0025177001953125,
+ 0.053314208984375,
+ 0.06097412109375,
+ -0.01311492919921875,
+ -0.04327392578125,
+ 0.02984619140625,
+ 0.0266571044921875,
+ -0.052886962890625,
+ 0.0238800048828125,
+ 0.0007228851318359375,
+ 0.0076751708984375,
+ 0.000553131103515625,
+ -0.002544403076171875,
+ -0.00890350341796875,
+ -0.040283203125,
+ 0.051177978515625,
+ 0.03839111328125,
+ 0.007568359375,
+ 0.032623291015625,
+ -0.08013916015625,
+ 0.03497314453125,
+ 0.001659393310546875,
+ 0.0562744140625,
+ -0.028564453125,
+ 0.06524658203125,
+ -0.0190887451171875,
+ 0.006076812744140625,
+ -0.0193023681640625,
+ -0.01194000244140625,
+ 0.0211029052734375,
+ 0.0294189453125,
+ 0.0003764629364013672,
+ 0.05267333984375,
+ 0.01055145263671875,
+ -0.0193023681640625,
+ -0.0631103515625,
+ -0.012847900390625,
+ 0.0260162353515625,
+ 0.006984710693359375,
+ 0.03155517578125,
+ -0.039031982421875,
+ -0.014068603515625,
+ 0.0159912109375,
+ 0.033905029296875,
+ 0.05712890625,
+ -0.01556396484375,
+ 0.01513671875,
+ 0.0159912109375,
+ 0.003570556640625,
+ -0.0240936279296875,
+ -0.011993408203125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "mobile-forensics",
+ "cloud-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "commercial",
+ "cloud-artifacts",
+ "mobile-app-data",
+ "automation-ready",
+ "court-admissible",
+ "ai-categorization",
+ "ief-engine",
+ "connections-view",
+ "timeline-analysis",
+ "csam-detection",
+ "parallel-processing"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Gephi",
+ "type": "tool",
+ "name": "Gephi",
+ "content": "gephi open-source graph-visualization und network-analysis-tool spezialisiert auf large-scale-dataset-processing durch force-atlas-layout-algorithmen und community-detection-methods. importiert financial-transaction-data aus csv/gexf-formats, identifiziert money-laundering-patterns, shell-company-networks und fraud-rings durch statistical-network-analysis. modularity-algorithmen segmentieren große netzwerke automatisch in communities, betweenness-centrality identifiziert key-players und bottlenecks. besonders effektiv bei datasets mit 100k+ nodes für financial-crime-investigations und social-network-analysis. dynamic-network-analysis für time-series-data, export-capabilities für report-generation und courtroom-presentations. plugin-ecosystem erweitert analysis-capabilities für domain-specific-use-cases. graph-analysis visualization fraud-investigation network-forensics analysis",
+ "embedding": [
+ -0.0308990478515625,
+ 0.006256103515625,
+ 0.0521240234375,
+ -0.004917144775390625,
+ 0.037109375,
+ 0.03314208984375,
+ 0.0298614501953125,
+ -0.0008573532104492188,
+ -0.0227813720703125,
+ -0.00914764404296875,
+ -0.027435302734375,
+ 0.054534912109375,
+ 0.0257110595703125,
+ -0.0009274482727050781,
+ -0.0679931640625,
+ 0.05487060546875,
+ 0.0220947265625,
+ 0.026397705078125,
+ 0.008453369140625,
+ 0.0015420913696289062,
+ -0.0067291259765625,
+ -0.006298065185546875,
+ -0.041778564453125,
+ -0.0028476715087890625,
+ 0.0212249755859375,
+ 0.004810333251953125,
+ -0.01467132568359375,
+ -0.0704345703125,
+ -0.0113067626953125,
+ -0.0020275115966796875,
+ 0.0011758804321289062,
+ -0.0246734619140625,
+ -0.01242828369140625,
+ 0.035888671875,
+ -0.008453369140625,
+ -0.01242828369140625,
+ 0.00927734375,
+ -0.048309326171875,
+ -0.02001953125,
+ 0.019500732421875,
+ 0.0016183853149414062,
+ 0.003192901611328125,
+ -0.001995086669921875,
+ -0.02001953125,
+ -0.0182952880859375,
+ -0.0291595458984375,
+ -0.01259613037109375,
+ -0.00612640380859375,
+ 0.018646240234375,
+ -0.0177764892578125,
+ 0.037109375,
+ 0.0341796875,
+ 0.0248565673828125,
+ -0.03692626953125,
+ -0.02294921875,
+ 0.014495849609375,
+ 0.0201873779296875,
+ -0.0257110595703125,
+ -0.04693603515625,
+ 0.033477783203125,
+ -0.00884246826171875,
+ 0.0216522216796875,
+ -0.00737762451171875,
+ -0.0017261505126953125,
+ 0.031768798828125,
+ 0.019927978515625,
+ -0.006816864013671875,
+ -0.0253753662109375,
+ 0.0291595458984375,
+ 0.0010890960693359375,
+ 0.00785064697265625,
+ -0.0243377685546875,
+ 0.0162200927734375,
+ 0.0177764892578125,
+ -0.0408935546875,
+ -0.033660888671875,
+ -0.01009368896484375,
+ 0.04296875,
+ 0.0024166107177734375,
+ 0.0178680419921875,
+ -0.0521240234375,
+ -0.0013055801391601562,
+ 0.0579833984375,
+ -0.03106689453125,
+ -0.0238189697265625,
+ -0.0127716064453125,
+ 0.027099609375,
+ 0.0122528076171875,
+ 0.00440216064453125,
+ 0.0251922607421875,
+ 0.002567291259765625,
+ -0.016998291015625,
+ 0.039703369140625,
+ -0.022613525390625,
+ 0.038299560546875,
+ 0.07147216796875,
+ -0.027435302734375,
+ -0.0122528076171875,
+ -0.0005688667297363281,
+ 0.0248565673828125,
+ 0.027618408203125,
+ -0.038299560546875,
+ 0.05316162109375,
+ -0.013031005859375,
+ 0.05487060546875,
+ -0.01441192626953125,
+ 0.020111083984375,
+ -0.0177764892578125,
+ -0.00560760498046875,
+ -0.04693603515625,
+ -0.08319091796875,
+ -0.02813720703125,
+ -0.00785064697265625,
+ -0.048675537109375,
+ -0.0142364501953125,
+ 0.00836944580078125,
+ -0.01009368896484375,
+ 0.04522705078125,
+ -0.07318115234375,
+ -0.035369873046875,
+ 0.044525146484375,
+ 0.02294921875,
+ 0.0030193328857421875,
+ 0.01035308837890625,
+ -0.04296875,
+ -0.06005859375,
+ 0.00836944580078125,
+ 0.03692626953125,
+ -0.0479736328125,
+ -0.01207733154296875,
+ -0.01544952392578125,
+ -0.02398681640625,
+ -0.004787445068359375,
+ -0.0250244140625,
+ 0.0166473388671875,
+ -0.01389312744140625,
+ 0.03521728515625,
+ -0.01268768310546875,
+ -0.0253753662109375,
+ -0.01311492919921875,
+ 0.0258941650390625,
+ -0.0100555419921875,
+ -0.061798095703125,
+ -0.0023403167724609375,
+ -0.01544952392578125,
+ -0.03814697265625,
+ -0.00226593017578125,
+ 0.03985595703125,
+ -0.0258941650390625,
+ 0.01190948486328125,
+ -0.007289886474609375,
+ 0.008758544921875,
+ 0.07733154296875,
+ 0.0057830810546875,
+ -0.0034942626953125,
+ -0.036407470703125,
+ -0.0241546630859375,
+ -0.004486083984375,
+ 0.044525146484375,
+ -0.034332275390625,
+ -0.007076263427734375,
+ 0.03106689453125,
+ 0.0236358642578125,
+ 0.039703369140625,
+ -0.00286865234375,
+ -0.046600341796875,
+ -0.04022216796875,
+ 0.0000362396240234375,
+ 0.0164794921875,
+ 0.002803802490234375,
+ 0.00502777099609375,
+ 0.004917144775390625,
+ 0.04229736328125,
+ 0.075927734375,
+ -0.0031719207763671875,
+ 0.0233001708984375,
+ -0.009063720703125,
+ -0.006214141845703125,
+ 0.05316162109375,
+ 0.0106964111328125,
+ 0.0016183853149414062,
+ 0.0005121231079101562,
+ 0.0291595458984375,
+ 0.0147552490234375,
+ 0.041595458984375,
+ -0.006988525390625,
+ -0.0222625732421875,
+ 0.00498199462890625,
+ -0.005413055419921875,
+ 0.004314422607421875,
+ -0.043304443359375,
+ -0.033294677734375,
+ -0.03277587890625,
+ 0.02294921875,
+ 0.016143798828125,
+ 0.06524658203125,
+ 0.0030841827392578125,
+ -0.0167388916015625,
+ 0.0017261505126953125,
+ 0.0253753662109375,
+ -0.0038394927978515625,
+ 0.01337432861328125,
+ -0.024505615234375,
+ 0.046600341796875,
+ 0.0458984375,
+ 0.031402587890625,
+ -0.020965576171875,
+ 0.035888671875,
+ 0.014495849609375,
+ -0.02294921875,
+ 0.003971099853515625,
+ 0.0438232421875,
+ -0.0137176513671875,
+ -0.01259613037109375,
+ -0.030548095703125,
+ -0.048309326171875,
+ -0.00336456298828125,
+ -0.0222625732421875,
+ 0.0017042160034179688,
+ -0.0082855224609375,
+ -0.01519012451171875,
+ -0.04522705078125,
+ -0.0283050537109375,
+ 0.043487548828125,
+ -0.020965576171875,
+ 0.0308990478515625,
+ 0.0248565673828125,
+ -0.047271728515625,
+ 0.010223388671875,
+ 0.0102691650390625,
+ 0.0262298583984375,
+ 0.01898193359375,
+ -0.0017690658569335938,
+ 0.0087127685546875,
+ -0.0038394927978515625,
+ -0.0003383159637451172,
+ 0.04693603515625,
+ 0.042449951171875,
+ 0.016387939453125,
+ 0.005825042724609375,
+ -0.030548095703125,
+ 0.0301971435546875,
+ -0.033660888671875,
+ 0.0227813720703125,
+ 0.057281494140625,
+ -0.0042724609375,
+ -0.0018339157104492188,
+ 0.0176849365234375,
+ 0.04229736328125,
+ 0.035369873046875,
+ -0.0479736328125,
+ 0.013458251953125,
+ -0.07659912109375,
+ 0.011566162109375,
+ -0.0838623046875,
+ -0.0233001708984375,
+ -0.0183868408203125,
+ -0.035552978515625,
+ 0.056610107421875,
+ -0.034698486328125,
+ -0.0176849365234375,
+ 0.002826690673828125,
+ 0.023468017578125,
+ 0.0258941650390625,
+ 0.0241546630859375,
+ -0.0090179443359375,
+ -0.03814697265625,
+ 0.0135498046875,
+ 0.0855712890625,
+ -0.00841522216796875,
+ -0.0248565673828125,
+ 0.0010623931884765625,
+ 0.048309326171875,
+ 0.001434326171875,
+ 0.0286407470703125,
+ 0.0099639892578125,
+ 0.0291595458984375,
+ 0.0307159423828125,
+ 0.0227813720703125,
+ 0.033477783203125,
+ -0.0168304443359375,
+ 0.0005745887756347656,
+ -0.0179443359375,
+ 0.068359375,
+ -0.035369873046875,
+ -0.020111083984375,
+ -0.00897216796875,
+ 0.021575927734375,
+ 0.003818511962890625,
+ -0.07489013671875,
+ -0.01415252685546875,
+ 0.02899169921875,
+ 0.013458251953125,
+ -0.0106964111328125,
+ -0.0080718994140625,
+ -0.0408935546875,
+ 0.03485107421875,
+ -0.021484375,
+ -0.003925323486328125,
+ 0.043304443359375,
+ 0.048309326171875,
+ -0.068359375,
+ 0.0203704833984375,
+ 0.01812744140625,
+ 0.0131988525390625,
+ -0.07147216796875,
+ -0.02294921875,
+ -0.00524139404296875,
+ -0.006038665771484375,
+ -0.0408935546875,
+ -0.01087188720703125,
+ 0.02813720703125,
+ -0.041412353515625,
+ -0.005046844482421875,
+ 0.0122528076171875,
+ -0.0038623809814453125,
+ -0.042449951171875,
+ -0.03521728515625,
+ 0.0157012939453125,
+ -0.040374755859375,
+ -0.03729248046875,
+ -0.031768798828125,
+ 0.0679931640625,
+ -0.0059967041015625,
+ 0.01519012451171875,
+ -0.004550933837890625,
+ 0.0178680419921875,
+ -0.045562744140625,
+ 0.006214141845703125,
+ 0.006038665771484375,
+ 0.0233001708984375,
+ 0.013458251953125,
+ 0.04693603515625,
+ 0.03985595703125,
+ 0.027435302734375,
+ 0.0183868408203125,
+ 0.07354736328125,
+ 0.05108642578125,
+ -0.0267486572265625,
+ 0.01259613037109375,
+ 0.0201873779296875,
+ 0.0107421875,
+ 0.02606201171875,
+ -0.0142364501953125,
+ -0.01190948486328125,
+ -0.02691650390625,
+ -0.02813720703125,
+ 0.0379638671875,
+ 0.0293426513671875,
+ 0.0250244140625,
+ 0.041412353515625,
+ -0.03692626953125,
+ -0.03485107421875,
+ 0.049713134765625,
+ -0.005565643310546875,
+ 0.0980224609375,
+ -0.0012083053588867188,
+ -0.04229736328125,
+ 0.00962066650390625,
+ 0.0479736328125,
+ -0.018646240234375,
+ -0.019500732421875,
+ 0.0321044921875,
+ -0.023468017578125,
+ 0.001445770263671875,
+ 0.0187225341796875,
+ -0.015533447265625,
+ 0.0362548828125,
+ -0.02899169921875,
+ -0.014495849609375,
+ 0.04522705078125,
+ -0.00737762451171875,
+ 0.0093231201171875,
+ -0.0010843276977539062,
+ 0.02294921875,
+ 0.002803802490234375,
+ 0.00750732421875,
+ -0.064208984375,
+ -0.01337432861328125,
+ -0.055908203125,
+ -0.07110595703125,
+ 0.03778076171875,
+ 0.0248565673828125,
+ 0.018463134765625,
+ 0.030029296875,
+ -0.03607177734375,
+ -0.0421142578125,
+ 0.019927978515625,
+ -0.01509857177734375,
+ 0.06109619140625,
+ 0.044525146484375,
+ 0.019927978515625,
+ 0.025543212890625,
+ -0.0277862548828125,
+ -0.0018014907836914062,
+ 0.060394287109375,
+ 0.044525146484375,
+ 0.05316162109375,
+ 0.051422119140625,
+ -0.0031719207763671875,
+ 0.01959228515625,
+ -0.04278564453125,
+ 0.037109375,
+ -0.01031494140625,
+ 0.0202789306640625,
+ -0.02044677734375,
+ 0.0212249755859375,
+ 0.037445068359375,
+ 0.0421142578125,
+ -0.0196685791015625,
+ 0.037628173828125,
+ 0.023468017578125,
+ -0.0462646484375,
+ 0.02813720703125,
+ -0.038299560546875,
+ 0.0291595458984375,
+ -0.055908203125,
+ 0.0168304443359375,
+ 0.0227813720703125,
+ 0.0158843994140625,
+ 0.0029125213623046875,
+ 0.003452301025390625,
+ -0.046600341796875,
+ -0.01065826416015625,
+ 0.0193328857421875,
+ -0.06280517578125,
+ 0.0227813720703125,
+ -0.0016613006591796875,
+ -0.04522705078125,
+ 0.0301971435546875,
+ -0.0212249755859375,
+ -0.0272674560546875,
+ 0.038665771484375,
+ -0.050750732421875,
+ -0.013458251953125,
+ 0.03729248046875,
+ 0.0291595458984375,
+ -0.04315185546875,
+ -0.035552978515625,
+ -0.03277587890625,
+ -0.007724761962890625,
+ -0.01207733154296875,
+ -0.00858306884765625,
+ 0.01082611083984375,
+ -0.018890380859375,
+ -0.0019626617431640625,
+ 0.0238189697265625,
+ 0.0220947265625,
+ -0.004421234130859375,
+ -0.022430419921875,
+ 0.0262298583984375,
+ -0.020965576171875,
+ -0.04315185546875,
+ 0.00983428955078125,
+ 0.0267486572265625,
+ 0.01690673828125,
+ -0.0248565673828125,
+ -0.026580810546875,
+ -0.027099609375,
+ 0.0253753662109375,
+ -0.0051116943359375,
+ 0.0296783447265625,
+ -0.0192413330078125,
+ -0.0182037353515625,
+ -0.01087188720703125,
+ 0.0307159423828125,
+ 0.008758544921875,
+ 0.0107421875,
+ 0.0206298828125,
+ -0.05279541015625,
+ 0.0258941650390625,
+ -0.054534912109375,
+ 0.002071380615234375,
+ -0.0029773712158203125,
+ 0.003688812255859375,
+ -0.0253753662109375,
+ 0.06353759765625,
+ 0.0000845789909362793,
+ -0.0090179443359375,
+ -0.0008411407470703125,
+ 0.043670654296875,
+ 0.0110015869140625,
+ 0.00919342041015625,
+ -0.048675537109375,
+ 0.0521240234375,
+ -0.00403594970703125,
+ -0.06903076171875,
+ 0.0137176513671875,
+ -0.0187225341796875,
+ -0.007678985595703125,
+ 0.0272674560546875,
+ -0.046600341796875,
+ -0.01013946533203125,
+ -0.0014133453369140625,
+ -0.0645751953125,
+ -0.0110015869140625,
+ -0.04486083984375,
+ -0.033294677734375,
+ -0.046600341796875,
+ 0.02606201171875,
+ 0.013458251953125,
+ 0.0006580352783203125,
+ 0.0131988525390625,
+ 0.0253753662109375,
+ -0.00867462158203125,
+ 0.011474609375,
+ -0.005069732666015625,
+ -0.007808685302734375,
+ 0.0142364501953125,
+ -0.048675537109375,
+ -0.0158843994140625,
+ -0.01493072509765625,
+ 0.0243377685546875,
+ -0.0192413330078125,
+ 0.005092620849609375,
+ 0.019073486328125,
+ -0.02691650390625,
+ 0.02813720703125,
+ -0.016143798828125,
+ -0.00560760498046875,
+ -0.0138092041015625,
+ -0.00789642333984375,
+ -0.0216522216796875,
+ -0.04693603515625,
+ 0.007595062255859375,
+ 0.02813720703125,
+ -0.00040459632873535156,
+ 0.02813720703125,
+ 0.04486083984375,
+ -0.022003173828125,
+ 0.00025343894958496094,
+ 0.03399658203125,
+ -0.0197601318359375,
+ 0.00841522216796875,
+ 0.00763702392578125,
+ -0.01467132568359375,
+ -0.01207733154296875,
+ 0.0408935546875,
+ -0.038299560546875,
+ -0.06005859375,
+ -0.09112548828125,
+ 0.03399658203125,
+ 0.003387451171875,
+ -0.0312347412109375,
+ -0.01082611083984375,
+ -0.0246734619140625,
+ -0.06939697265625,
+ 0.0008358955383300781,
+ 0.04901123046875,
+ 0.019073486328125,
+ 0.0171661376953125,
+ -0.046600341796875,
+ -0.01441192626953125,
+ -0.002643585205078125,
+ -0.041595458984375,
+ 0.031768798828125,
+ -0.0113067626953125,
+ 0.01181793212890625,
+ -0.00388336181640625,
+ -0.0166473388671875,
+ 0.0288238525390625,
+ 0.0222625732421875,
+ 0.0222625732421875,
+ 0.0010786056518554688,
+ 0.0037326812744140625,
+ -0.03729248046875,
+ 0.024505615234375,
+ 0.0017690658569335938,
+ -0.020538330078125,
+ -0.0094451904296875,
+ -0.0105743408203125,
+ 0.022430419921875,
+ -0.03106689453125,
+ -0.01139068603515625,
+ 0.0283050537109375,
+ 0.0043792724609375,
+ 0.0257110595703125,
+ 0.0030422210693359375,
+ -0.0227813720703125,
+ 0.034515380859375,
+ 0.0021572113037109375,
+ 0.044189453125,
+ -0.02606201171875,
+ -0.061431884765625,
+ -0.02105712890625,
+ -0.00858306884765625,
+ 0.03192138671875,
+ 0.051788330078125,
+ -0.01251220703125,
+ -0.02606201171875,
+ -0.004962921142578125,
+ 0.022430419921875,
+ -0.029510498046875,
+ -0.026397705078125,
+ -0.052459716796875,
+ 0.045562744140625,
+ 0.0131988525390625,
+ 0.05316162109375,
+ -0.0243377685546875,
+ 0.0762939453125,
+ 0.02294921875,
+ -0.0112152099609375,
+ 0.039337158203125,
+ 0.07421875,
+ 0.026580810546875,
+ -0.025543212890625,
+ -0.040740966796875,
+ -0.00789642333984375,
+ 0.01389312744140625,
+ -0.06280517578125,
+ -0.04693603515625,
+ -0.0102691650390625,
+ 0.0312347412109375,
+ -0.07281494140625,
+ -0.0138092041015625,
+ -0.034332275390625,
+ 0.0138092041015625,
+ 0.00789642333984375,
+ -0.0059967041015625,
+ -0.0172576904296875,
+ 0.005523681640625,
+ 0.0272674560546875,
+ -0.01181793212890625,
+ -0.00015842914581298828,
+ 0.0006470680236816406,
+ -0.010955810546875,
+ 0.031768798828125,
+ 0.01467132568359375,
+ -0.04296875,
+ 0.03192138671875,
+ -0.0113067626953125,
+ 0.0171661376953125,
+ -0.0057373046875,
+ 0.049346923828125,
+ 0.0308990478515625,
+ 0.0217437744140625,
+ 0.01311492919921875,
+ 0.08251953125,
+ -0.02191162109375,
+ -0.0277862548828125,
+ 0.008453369140625,
+ 0.02899169921875,
+ 0.031768798828125,
+ 0.049713134765625,
+ -0.0272674560546875,
+ 0.00685882568359375,
+ -0.02398681640625,
+ -0.024505615234375,
+ -0.0257110595703125,
+ 0.005954742431640625,
+ 0.007160186767578125,
+ -0.0321044921875,
+ -0.047271728515625,
+ 0.00014293193817138672,
+ -0.048309326171875,
+ 0.038482666015625,
+ 0.01035308837890625,
+ -0.040740966796875,
+ -0.0110015869140625,
+ 0.0057830810546875,
+ -0.007465362548828125,
+ -0.036590576171875,
+ 0.013458251953125,
+ -0.0052642822265625,
+ -0.04229736328125,
+ -0.024505615234375,
+ -0.0283050537109375,
+ 0.0408935546875,
+ -0.02691650390625,
+ -0.04400634765625,
+ -0.001445770263671875,
+ 0.0080718994140625,
+ -0.01535797119140625,
+ -0.04693603515625,
+ -0.00711822509765625,
+ 0.0253753662109375,
+ -0.0162200927734375,
+ -0.041778564453125,
+ -0.051422119140625,
+ -0.0272674560546875,
+ -0.0021572113037109375,
+ -0.036773681640625,
+ 0.004421234130859375,
+ 0.01035308837890625,
+ -0.039337158203125,
+ 0.00021839141845703125,
+ 0.005222320556640625,
+ -0.0100555419921875,
+ 0.04693603515625,
+ -0.038482666015625,
+ 0.028472900390625,
+ 0.004337310791015625,
+ 0.0227813720703125,
+ 0.031768798828125,
+ 0.068359375,
+ -0.00957489013671875,
+ -0.004055023193359375,
+ -0.009796142578125,
+ -0.0379638671875,
+ 0.01457977294921875,
+ 0.011993408203125,
+ 0.0032787322998046875,
+ -0.08148193359375,
+ 0.01216888427734375,
+ 0.027099609375,
+ -0.061431884765625,
+ -0.00586700439453125,
+ 0.03228759765625,
+ -0.0093231201171875,
+ -0.049713134765625,
+ 0.02001953125,
+ 0.0002574920654296875,
+ 0.0048980712890625,
+ 0.0938720703125,
+ -0.00638580322265625,
+ 0.0107879638671875,
+ -0.0027618408203125,
+ -0.0212249755859375,
+ 0.043304443359375,
+ 0.021484375,
+ 0.03985595703125,
+ -0.038482666015625,
+ 0.0194091796875,
+ 0.016998291015625,
+ -0.040557861328125,
+ 0.0208892822265625,
+ -0.075927734375,
+ -0.00763702392578125,
+ 0.031402587890625,
+ 0.0248565673828125,
+ -0.0019197463989257812,
+ 0.0019521713256835938,
+ -0.0562744140625,
+ -0.005825042724609375,
+ -0.03192138671875,
+ 0.03277587890625,
+ -0.0157012939453125,
+ 0.02313232421875,
+ -0.048675537109375,
+ -0.02294921875,
+ 0.00983428955078125,
+ -0.03314208984375,
+ -0.038482666015625,
+ -0.0296783447265625,
+ -0.00450897216796875,
+ 0.01165008544921875,
+ -0.03692626953125,
+ 0.03192138671875,
+ 0.00884246826171875,
+ 0.013031005859375,
+ 0.030548095703125,
+ 0.043487548828125,
+ -0.0072479248046875,
+ 0.022613525390625,
+ 0.00897216796875,
+ 0.0250244140625,
+ 0.0279541015625,
+ 0.018035888671875,
+ -0.011993408203125,
+ -0.00957489013671875,
+ 0.011474609375,
+ -0.0296783447265625,
+ 0.026397705078125,
+ 0.04486083984375,
+ -0.00823974609375,
+ -0.05487060546875,
+ -0.004314422607421875,
+ -0.030548095703125,
+ 0.0253753662109375,
+ 0.007335662841796875,
+ 0.057281494140625,
+ -0.004119873046875,
+ -0.0177764892578125,
+ -0.07696533203125,
+ 0.04522705078125,
+ -0.0303802490234375,
+ 0.030548095703125,
+ 0.0277862548828125,
+ -0.034698486328125,
+ -0.047637939453125,
+ -0.0521240234375,
+ -0.0236358642578125,
+ 0.03814697265625,
+ -0.0303802490234375,
+ 0.0251922607421875,
+ 0.017425537109375,
+ 0.0105743408203125,
+ 0.0163116455078125,
+ 0.0173492431640625,
+ -0.014495849609375,
+ 0.03192138671875,
+ 0.009490966796875,
+ -0.034515380859375,
+ 0.067626953125,
+ 0.0057373046875,
+ 0.02899169921875,
+ 0.0286407470703125,
+ 0.014068603515625,
+ -0.0185546875,
+ -0.00690460205078125,
+ -0.0241546630859375,
+ -0.0150146484375,
+ 0.0122528076171875,
+ 0.067626953125,
+ -0.0070343017578125,
+ -0.01190948486328125,
+ -0.0131988525390625,
+ 0.04229736328125,
+ -0.006256103515625,
+ -0.03692626953125,
+ 0.01690673828125,
+ -0.00862884521484375,
+ -0.0250244140625,
+ -0.02398681640625,
+ -0.06109619140625,
+ -0.08697509765625,
+ -0.007335662841796875,
+ -0.047271728515625,
+ -0.004119873046875,
+ -0.0067291259765625,
+ -0.0023937225341796875,
+ 0.032958984375,
+ -0.03814697265625,
+ 0.0286407470703125,
+ -0.0008249282836914062,
+ -0.02191162109375,
+ -0.028472900390625,
+ 0.0005393028259277344,
+ -0.00789642333984375,
+ 0.02294921875,
+ 0.0131988525390625,
+ -0.01181793212890625,
+ 0.0024261474609375,
+ -0.006687164306640625,
+ -0.0005421638488769531,
+ 0.0192413330078125,
+ 0.01457977294921875,
+ -0.033660888671875,
+ 0.029510498046875,
+ -0.07867431640625,
+ -0.0185546875,
+ 0.006168365478515625,
+ 0.0038394927978515625,
+ 0.0187225341796875,
+ -0.0196685791015625,
+ 0.0638427734375,
+ -0.01190948486328125,
+ -0.056610107421875,
+ 0.027435302734375,
+ 0.0233001708984375,
+ -0.0258941650390625,
+ 0.03778076171875,
+ 0.0015096664428710938,
+ -0.020538330078125,
+ -0.002803802490234375,
+ 0.03485107421875,
+ 0.035369873046875,
+ 0.03314208984375,
+ 0.02313232421875,
+ -0.00957489013671875,
+ 0.0032367706298828125,
+ -0.01441192626953125,
+ 0.030548095703125,
+ 0.01181793212890625,
+ 0.02044677734375,
+ 0.00750732421875,
+ 0.0207977294921875,
+ -0.0173492431640625,
+ -0.09320068359375,
+ -0.0164794921875,
+ -0.016143798828125,
+ -0.07867431640625,
+ 0.009796142578125,
+ 0.06317138671875,
+ 0.048675537109375,
+ -0.0157928466796875,
+ 0.0362548828125,
+ -0.006557464599609375,
+ 0.043487548828125,
+ 0.007678985595703125,
+ -0.0048980712890625,
+ -0.054534912109375,
+ -0.0238189697265625,
+ 0.020965576171875,
+ 0.03814697265625,
+ -0.058685302734375,
+ 0.051422119140625,
+ 0.0679931640625,
+ -0.0258941650390625,
+ -0.0194091796875,
+ 0.013031005859375,
+ -0.01139068603515625,
+ 0.059722900390625,
+ 0.0391845703125,
+ 0.040557861328125,
+ -0.07525634765625,
+ 0.011474609375,
+ 0.00910186767578125,
+ -0.01233673095703125,
+ -0.0173492431640625,
+ -0.031768798828125,
+ -0.04522705078125,
+ 0.06591796875,
+ -0.0458984375,
+ -0.00794219970703125,
+ -0.004055023193359375,
+ 0.045562744140625,
+ 0.0162200927734375,
+ -0.034698486328125,
+ -0.00466156005859375,
+ 0.0379638671875,
+ 0.0187225341796875,
+ -0.01457977294921875,
+ 0.00560760498046875,
+ -0.039520263671875,
+ 0.00763702392578125,
+ 0.01087188720703125,
+ 0.0303802490234375,
+ 0.0107879638671875,
+ 0.06353759765625,
+ 0.003452301025390625,
+ -0.041595458984375,
+ 0.0179443359375,
+ 0.0138092041015625,
+ 0.0303802490234375,
+ 0.005954742431640625,
+ -0.030548095703125,
+ -0.0257110595703125,
+ -0.050384521484375,
+ 0.031768798828125,
+ 0.01259613037109375,
+ 0.0298614501953125,
+ 0.018035888671875,
+ -0.005435943603515625,
+ -0.01190948486328125,
+ 0.01035308837890625,
+ 0.0350341796875,
+ 0.027618408203125,
+ 0.020965576171875,
+ -0.0157928466796875,
+ 0.0251922607421875,
+ 0.01432037353515625,
+ 0.00476837158203125,
+ -0.033294677734375,
+ 0.030029296875,
+ -0.00823974609375,
+ 0.0013914108276367188,
+ -0.018035888671875,
+ -0.00940704345703125,
+ 0.0059967041015625,
+ -0.0012617111206054688,
+ -0.0288238525390625,
+ -0.020965576171875,
+ 0.02191162109375,
+ -0.0182037353515625,
+ -0.0192413330078125,
+ -0.0043792724609375,
+ 0.033477783203125,
+ -0.037628173828125,
+ 0.0213165283203125,
+ 0.0277862548828125,
+ -0.032958984375,
+ 0.0208892822265625,
+ -0.05279541015625,
+ 0.0679931640625,
+ 0.031402587890625,
+ 0.0283050537109375,
+ -0.0185546875,
+ 0.03692626953125,
+ 0.0579833984375,
+ -0.00487518310546875,
+ -0.0104827880859375,
+ 0.0246734619140625,
+ 0.00966644287109375,
+ 0.0621337890625,
+ 0.038482666015625,
+ 0.0222625732421875,
+ -0.03985595703125,
+ 0.03985595703125,
+ 0.0227813720703125,
+ -0.04522705078125,
+ 0.035888671875,
+ 0.0233001708984375,
+ 0.003429412841796875,
+ -0.01311492919921875,
+ -0.0132904052734375,
+ -0.00174713134765625,
+ -0.044525146484375,
+ 0.049346923828125,
+ 0.036773681640625,
+ -0.007678985595703125,
+ 0.042633056640625,
+ -0.07318115234375,
+ 0.03106689453125,
+ -0.00336456298828125,
+ 0.040740966796875,
+ -0.02899169921875,
+ 0.038818359375,
+ 0.0019092559814453125,
+ 0.0038394927978515625,
+ -0.0173492431640625,
+ 0.01139068603515625,
+ 0.002071380615234375,
+ 0.05902099609375,
+ -0.01544952392578125,
+ 0.057647705078125,
+ 0.0157928466796875,
+ 0.0006012916564941406,
+ -0.043487548828125,
+ -0.0253753662109375,
+ 0.01091766357421875,
+ 0.018035888671875,
+ 0.049713134765625,
+ -0.060760498046875,
+ -0.0391845703125,
+ 0.00537109375,
+ 0.0458984375,
+ 0.058319091796875,
+ -0.0168304443359375,
+ 0.02105712890625,
+ 0.005825042724609375,
+ 0.0072479248046875,
+ -0.01812744140625,
+ -0.0248565673828125
+ ],
+ "metadata": {
+ "domains": [
+ "fraud-investigation",
+ "network-forensics"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "graph-analysis",
+ "visualization"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ewfmount",
+ "type": "tool",
+ "name": "ewfmount",
+ "content": "ewfmount fuse-wrapper mountet expert-witness-format-images als reguläre files für standard-tool-zugriff. teil der libewf-suite ermöglicht read-only-access auf e01/ex01-segmente ohne vollextraktion. besonders praktisch: integration in standard-workflows, performance-optimierung für große archives, metadata-preservation. cross-platform-verfügbarkeit für heterogene lab-umgebungen. alternative zu proprietären mounting-tools. cli ewf-mounting fuse-filesystem read-only segment-handling cross-platform libewf-suite performance-optimized static-investigations incident-response examination",
+ "embedding": [
+ -0.00339508056640625,
+ 0.0205535888671875,
+ 0.016387939453125,
+ -0.0284271240234375,
+ 0.0543212890625,
+ 0.04345703125,
+ 0.03131103515625,
+ 0.00841522216796875,
+ -0.033294677734375,
+ -0.0090484619140625,
+ -0.0305938720703125,
+ 0.0521240234375,
+ 0.0003082752227783203,
+ -0.045989990234375,
+ -0.0246124267578125,
+ 0.0253448486328125,
+ -0.004367828369140625,
+ 0.038726806640625,
+ 0.01910400390625,
+ -0.013580322265625,
+ -0.01873779296875,
+ -0.01837158203125,
+ -0.0367431640625,
+ 0.02154541015625,
+ 0.0142974853515625,
+ 0.01267242431640625,
+ 0.00017750263214111328,
+ -0.05828857421875,
+ -0.00746917724609375,
+ -0.01557159423828125,
+ 0.0280609130859375,
+ -0.0065155029296875,
+ 0.0202789306640625,
+ 0.060089111328125,
+ 0.039642333984375,
+ -0.005657196044921875,
+ -0.0201873779296875,
+ -0.056854248046875,
+ -0.0246124267578125,
+ 0.021270751953125,
+ -0.024261474609375,
+ 0.02099609375,
+ 0.010498046875,
+ -0.01538848876953125,
+ -0.01393890380859375,
+ -0.0322265625,
+ -0.00832366943359375,
+ -0.002681732177734375,
+ -0.0178375244140625,
+ -0.033660888671875,
+ 0.034759521484375,
+ 0.01611328125,
+ -0.003734588623046875,
+ -0.00850677490234375,
+ -0.032958984375,
+ 0.0284271240234375,
+ 0.003620147705078125,
+ -0.0021839141845703125,
+ -0.049224853515625,
+ 0.041259765625,
+ -0.063720703125,
+ 0.00882720947265625,
+ -0.005069732666015625,
+ 0.006153106689453125,
+ 0.0195465087890625,
+ 0.0302276611328125,
+ 0.0019006729125976562,
+ -0.0374755859375,
+ -0.015838623046875,
+ -0.004547119140625,
+ -0.0247955322265625,
+ -0.0019464492797851562,
+ -0.029327392578125,
+ 0.028778076171875,
+ -0.0193634033203125,
+ -0.041107177734375,
+ 0.051422119140625,
+ 0.010589599609375,
+ 0.0007243156433105469,
+ -0.01910400390625,
+ -0.03692626953125,
+ 0.01103973388671875,
+ 0.03131103515625,
+ -0.0168304443359375,
+ -0.00891876220703125,
+ -0.029510498046875,
+ 0.003055572509765625,
+ 0.008148193359375,
+ -0.0174713134765625,
+ -0.013031005859375,
+ 0.0119476318359375,
+ -0.0038013458251953125,
+ 0.01248931884765625,
+ -0.0171966552734375,
+ 0.045440673828125,
+ 0.06842041015625,
+ -0.006244659423828125,
+ -0.021636962890625,
+ 0.006744384765625,
+ 0.03839111328125,
+ 0.01145172119140625,
+ -0.02716064453125,
+ 0.044708251953125,
+ -0.016021728515625,
+ 0.0662841796875,
+ -0.0177459716796875,
+ 0.019012451171875,
+ -0.0179290771484375,
+ 0.0017309188842773438,
+ 0.0003902912139892578,
+ -0.11004638671875,
+ -0.051788330078125,
+ -0.0220794677734375,
+ -0.045257568359375,
+ -0.040924072265625,
+ -0.019287109375,
+ -0.006969451904296875,
+ 0.038909912109375,
+ -0.044525146484375,
+ -0.0318603515625,
+ 0.01412200927734375,
+ 0.0108642578125,
+ 0.00787353515625,
+ 0.01004791259765625,
+ -0.029876708984375,
+ -0.0275115966796875,
+ 0.031494140625,
+ 0.0419921875,
+ -0.0419921875,
+ -0.0198211669921875,
+ -0.03167724609375,
+ -0.029693603515625,
+ -0.019195556640625,
+ 0.0226287841796875,
+ -0.0170135498046875,
+ -0.0219879150390625,
+ 0.01611328125,
+ -0.004436492919921875,
+ -0.0300445556640625,
+ -0.005496978759765625,
+ 0.033660888671875,
+ -0.01412200927734375,
+ -0.045989990234375,
+ -0.0202789306640625,
+ -0.023712158203125,
+ -0.006290435791015625,
+ -0.040191650390625,
+ 0.060455322265625,
+ -0.0382080078125,
+ -0.0175628662109375,
+ -0.01557159423828125,
+ 0.04742431640625,
+ 0.0753173828125,
+ 0.01529693603515625,
+ 0.01312255859375,
+ -0.051055908203125,
+ -0.0005741119384765625,
+ -0.004207611083984375,
+ 0.0122222900390625,
+ -0.0095977783203125,
+ -0.01511383056640625,
+ -0.006832122802734375,
+ -0.00583648681640625,
+ 0.037109375,
+ -0.0200042724609375,
+ -0.050323486328125,
+ 0.00229644775390625,
+ 0.01910400390625,
+ 0.00536346435546875,
+ -0.002399444580078125,
+ 0.01276397705078125,
+ 0.0169219970703125,
+ 0.072021484375,
+ 0.045257568359375,
+ -0.00518035888671875,
+ 0.029144287109375,
+ 0.004344940185546875,
+ 0.013214111328125,
+ 0.061553955078125,
+ 0.03857421875,
+ -0.02642822265625,
+ -0.0149383544921875,
+ 0.0282440185546875,
+ -0.01023101806640625,
+ -0.0021152496337890625,
+ -0.0247955322265625,
+ -0.0258941650390625,
+ -0.016021728515625,
+ -0.01131439208984375,
+ 0.01312255859375,
+ -0.024261474609375,
+ -0.0257110595703125,
+ -0.0200958251953125,
+ 0.039825439453125,
+ 0.00339508056640625,
+ 0.060089111328125,
+ 0.042724609375,
+ -0.0255279541015625,
+ 0.04669189453125,
+ -0.0035533905029296875,
+ -0.0092315673828125,
+ 0.045989990234375,
+ -0.028594970703125,
+ 0.0419921875,
+ 0.013214111328125,
+ 0.029327392578125,
+ 0.00823974609375,
+ 0.02642822265625,
+ 0.038726806640625,
+ -0.028594970703125,
+ -0.040374755859375,
+ 0.039642333984375,
+ -0.013397216796875,
+ -0.0231781005859375,
+ -0.0174713134765625,
+ -0.02679443359375,
+ 0.013397216796875,
+ -0.02154541015625,
+ 0.0025577545166015625,
+ 0.007061004638671875,
+ -0.006969451904296875,
+ -0.064453125,
+ 0.007556915283203125,
+ 0.037109375,
+ -0.01009368896484375,
+ 0.04742431640625,
+ 0.0012388229370117188,
+ -0.02154541015625,
+ -0.02081298828125,
+ 0.04144287109375,
+ 0.00203704833984375,
+ 0.028778076171875,
+ -0.010589599609375,
+ 0.01018524169921875,
+ 0.010772705078125,
+ -0.0276947021484375,
+ 0.055023193359375,
+ 0.035308837890625,
+ 0.00991058349609375,
+ 0.01158905029296875,
+ -0.003936767578125,
+ 0.0146636962890625,
+ 0.00864410400390625,
+ 0.04290771484375,
+ 0.0269775390625,
+ -0.0172882080078125,
+ -0.002635955810546875,
+ -0.015655517578125,
+ 0.0382080078125,
+ 0.01910400390625,
+ -0.055389404296875,
+ -0.029876708984375,
+ -0.0865478515625,
+ -0.0081024169921875,
+ -0.0633544921875,
+ -0.0194549560546875,
+ -0.0157470703125,
+ -0.039459228515625,
+ 0.053955078125,
+ -0.0438232421875,
+ -0.00832366943359375,
+ -0.016387939453125,
+ 0.0228118896484375,
+ 0.00540924072265625,
+ 0.049591064453125,
+ -0.0172882080078125,
+ -0.044158935546875,
+ -0.01140594482421875,
+ 0.0771484375,
+ 0.0006957054138183594,
+ 0.004840850830078125,
+ -0.0106353759765625,
+ -0.0117645263671875,
+ 0.0003705024719238281,
+ 0.0262451171875,
+ -0.0416259765625,
+ 0.0021152496337890625,
+ 0.035858154296875,
+ 0.0258941650390625,
+ 0.004840850830078125,
+ -0.04345703125,
+ -0.0006761550903320312,
+ 0.0167388916015625,
+ 0.0305938720703125,
+ -0.024444580078125,
+ -0.00588226318359375,
+ 0.008056640625,
+ 0.028594970703125,
+ -0.04669189453125,
+ -0.0626220703125,
+ 0.0255279541015625,
+ 0.0247955322265625,
+ 0.001651763916015625,
+ -0.0005655288696289062,
+ -0.0095977783203125,
+ -0.0213623046875,
+ 0.0206298828125,
+ -0.0197296142578125,
+ 0.0145721435546875,
+ 0.020721435546875,
+ 0.026611328125,
+ -0.0535888671875,
+ 0.021270751953125,
+ 0.0025577545166015625,
+ 0.0322265625,
+ -0.023895263671875,
+ -0.0262451171875,
+ -0.00031828880310058594,
+ -0.0179290771484375,
+ -0.01384735107421875,
+ -0.003688812255859375,
+ 0.023895263671875,
+ -0.037841796875,
+ 0.0226287841796875,
+ -0.023712158203125,
+ -0.005542755126953125,
+ -0.051422119140625,
+ -0.04217529296875,
+ 0.0008654594421386719,
+ -0.01557159423828125,
+ -0.03314208984375,
+ -0.005340576171875,
+ 0.04345703125,
+ 0.0009107589721679688,
+ 0.023345947265625,
+ -0.00836944580078125,
+ -0.0067901611328125,
+ -0.033843994140625,
+ 0.01593017578125,
+ 0.0170135498046875,
+ 0.0302276611328125,
+ 0.001312255859375,
+ 0.04742431640625,
+ 0.034942626953125,
+ 0.029144287109375,
+ -0.007648468017578125,
+ 0.05865478515625,
+ 0.033477783203125,
+ -0.0309600830078125,
+ 0.00850677490234375,
+ -0.004119873046875,
+ -0.0094146728515625,
+ 0.04364013671875,
+ -0.013214111328125,
+ -0.034942626953125,
+ -0.019012451171875,
+ -0.0253448486328125,
+ 0.0157470703125,
+ 0.036376953125,
+ 0.029693603515625,
+ -0.002307891845703125,
+ -0.051788330078125,
+ -0.00457000732421875,
+ 0.083251953125,
+ -0.006336212158203125,
+ 0.09161376953125,
+ -0.0278778076171875,
+ -0.05792236328125,
+ 0.04290771484375,
+ 0.0258941650390625,
+ -0.008056640625,
+ -0.00003606081008911133,
+ 0.04742431640625,
+ 0.01910400390625,
+ -0.0040740966796875,
+ 0.0246124267578125,
+ -0.0227203369140625,
+ 0.0002262592315673828,
+ -0.0018777847290039062,
+ 0.0045928955078125,
+ 0.01910400390625,
+ -0.01140594482421875,
+ 0.0120391845703125,
+ 0.045257568359375,
+ 0.024078369140625,
+ -0.0014429092407226562,
+ -0.004978179931640625,
+ 0.0037784576416015625,
+ -0.0257110595703125,
+ -0.060089111328125,
+ -0.064453125,
+ -0.0014257431030273438,
+ 0.045440673828125,
+ 0.0014142990112304688,
+ 0.02642822265625,
+ -0.0521240234375,
+ -0.040374755859375,
+ 0.006198883056640625,
+ -0.03802490234375,
+ 0.061187744140625,
+ 0.0171966552734375,
+ 0.035308837890625,
+ 0.044525146484375,
+ 0.00611114501953125,
+ -0.0032367706298828125,
+ 0.0258941650390625,
+ -0.0025577545166015625,
+ -0.003574371337890625,
+ 0.0230865478515625,
+ 0.05902099609375,
+ 0.01126861572265625,
+ -0.018829345703125,
+ 0.0168304443359375,
+ 0.04888916015625,
+ 0.0117645263671875,
+ 0.0094146728515625,
+ 0.005519866943359375,
+ 0.021728515625,
+ 0.035125732421875,
+ -0.028594970703125,
+ 0.0275115966796875,
+ 0.01873779296875,
+ -0.0200958251953125,
+ -0.0080108642578125,
+ 0.0168304443359375,
+ -0.0133056640625,
+ -0.04852294921875,
+ -0.0258941650390625,
+ 0.01403045654296875,
+ -0.005748748779296875,
+ -0.010498046875,
+ 0.04779052734375,
+ -0.05938720703125,
+ 0.0172882080078125,
+ 0.038726806640625,
+ -0.04852294921875,
+ 0.0269775390625,
+ 0.013397216796875,
+ -0.02679443359375,
+ -0.0031452178955078125,
+ -0.0309600830078125,
+ -0.06591796875,
+ 0.045989990234375,
+ -0.03204345703125,
+ -0.033843994140625,
+ 0.01366424560546875,
+ 0.03802490234375,
+ -0.028961181640625,
+ -0.01375579833984375,
+ -0.0203704833984375,
+ 0.013580322265625,
+ -0.0193634033203125,
+ -0.01366424560546875,
+ 0.051055908203125,
+ -0.010498046875,
+ -0.0032806396484375,
+ 0.0258941650390625,
+ 0.031494140625,
+ 0.0009107589721679688,
+ -0.032958984375,
+ 0.0858154296875,
+ -0.0282440185546875,
+ -0.03131103515625,
+ 0.035125732421875,
+ 0.0052032470703125,
+ 0.00719451904296875,
+ -0.049957275390625,
+ -0.01502227783203125,
+ 0.0005064010620117188,
+ 0.0081024169921875,
+ 0.00012093782424926758,
+ 0.0309600830078125,
+ -0.040191650390625,
+ -0.0655517578125,
+ -0.05792236328125,
+ 0.0278778076171875,
+ 0.0104522705078125,
+ 0.040191650390625,
+ 0.0300445556640625,
+ -0.03692626953125,
+ 0.0229034423828125,
+ -0.039459228515625,
+ -0.03802490234375,
+ -0.01131439208984375,
+ 0.0249786376953125,
+ -0.045074462890625,
+ 0.045440673828125,
+ -0.005680084228515625,
+ -0.020721435546875,
+ -0.0255279541015625,
+ 0.0247955322265625,
+ 0.00864410400390625,
+ -0.0037555694580078125,
+ -0.005634307861328125,
+ 0.0013179779052734375,
+ 0.037841796875,
+ -0.0662841796875,
+ -0.007785797119140625,
+ -0.00995635986328125,
+ -0.0117645263671875,
+ 0.034210205078125,
+ -0.072021484375,
+ 0.01502227783203125,
+ 0.013031005859375,
+ -0.049957275390625,
+ -0.029693603515625,
+ -0.023345947265625,
+ -0.01239776611328125,
+ -0.033660888671875,
+ 0.01548004150390625,
+ 0.045440673828125,
+ -0.04180908203125,
+ 0.045257568359375,
+ 0.0034847259521484375,
+ 0.004299163818359375,
+ 0.018646240234375,
+ -0.0247955322265625,
+ 0.0020809173583984375,
+ 0.0066986083984375,
+ -0.04852294921875,
+ -0.03240966796875,
+ -0.0304107666015625,
+ 0.034393310546875,
+ -0.0322265625,
+ 0.0017652511596679688,
+ -0.0096435546875,
+ 0.01421356201171875,
+ 0.037841796875,
+ -0.0175628662109375,
+ -0.009002685546875,
+ -0.0202789306640625,
+ -0.033843994140625,
+ -0.03131103515625,
+ 0.005001068115234375,
+ 0.006198883056640625,
+ 0.02117919921875,
+ -0.0015840530395507812,
+ 0.0119476318359375,
+ 0.060089111328125,
+ -0.06951904296875,
+ 0.02642822265625,
+ -0.00611114501953125,
+ 0.00968170166015625,
+ 0.01267242431640625,
+ -0.005680084228515625,
+ -0.0119476318359375,
+ 0.00601959228515625,
+ 0.01267242431640625,
+ -0.02606201171875,
+ -0.0012502670288085938,
+ -0.06298828125,
+ 0.01529693603515625,
+ 0.0302276611328125,
+ -0.0193634033203125,
+ -0.0206298828125,
+ -0.019287109375,
+ -0.07928466796875,
+ 0.0007805824279785156,
+ 0.060089111328125,
+ 0.001697540283203125,
+ 0.02081298828125,
+ -0.035491943359375,
+ -0.01611328125,
+ -0.002025604248046875,
+ -0.0118560791015625,
+ 0.046173095703125,
+ -0.0255279541015625,
+ 0.013214111328125,
+ -0.0122222900390625,
+ -0.0199127197265625,
+ 0.0273284912109375,
+ 0.0309600830078125,
+ 0.04815673828125,
+ 0.02642822265625,
+ 0.0220794677734375,
+ -0.013214111328125,
+ 0.018829345703125,
+ 0.001346588134765625,
+ -0.04852294921875,
+ 0.0246124267578125,
+ -0.0193634033203125,
+ 0.0189208984375,
+ -0.03204345703125,
+ -0.0302276611328125,
+ -0.0166473388671875,
+ 0.03839111328125,
+ 0.0325927734375,
+ -0.0249786376953125,
+ -0.0223541259765625,
+ 0.024078369140625,
+ 0.00882720947265625,
+ 0.05865478515625,
+ -0.0009732246398925781,
+ -0.038726806640625,
+ 0.010498046875,
+ -0.00023615360260009766,
+ 0.019287109375,
+ 0.0300445556640625,
+ -0.0185546875,
+ -0.04144287109375,
+ -0.0031909942626953125,
+ 0.03729248046875,
+ -0.0226287841796875,
+ -0.013214111328125,
+ -0.00873565673828125,
+ 0.0024204254150390625,
+ 0.01023101806640625,
+ 0.051788330078125,
+ 0.0172882080078125,
+ 0.060821533203125,
+ 0.00391387939453125,
+ 0.01004791259765625,
+ 0.021728515625,
+ 0.037841796875,
+ 0.035125732421875,
+ -0.040008544921875,
+ -0.041107177734375,
+ -0.01511383056640625,
+ -0.00868988037109375,
+ -0.01149749755859375,
+ -0.045257568359375,
+ -0.01348876953125,
+ 0.07275390625,
+ -0.06732177734375,
+ 0.005496978759765625,
+ 0.004436492919921875,
+ -0.0006337165832519531,
+ 0.0009107589721679688,
+ 0.01239776611328125,
+ -0.02191162109375,
+ 0.0148468017578125,
+ 0.01140594482421875,
+ -0.04815673828125,
+ 0.005657196044921875,
+ -0.0367431640625,
+ -0.0144805908203125,
+ 0.0278778076171875,
+ 0.013580322265625,
+ -0.0108642578125,
+ 0.03277587890625,
+ 0.004863739013671875,
+ 0.0201873779296875,
+ 0.0229034423828125,
+ 0.01629638671875,
+ 0.03167724609375,
+ 0.018829345703125,
+ 0.044525146484375,
+ 0.05975341796875,
+ -0.0118560791015625,
+ -0.034576416015625,
+ -0.0142974853515625,
+ 0.028961181640625,
+ 0.045623779296875,
+ 0.07928466796875,
+ 0.023345947265625,
+ -0.003574371337890625,
+ -0.0035076141357421875,
+ -0.050689697265625,
+ 0.0121307373046875,
+ 0.016387939453125,
+ 0.0262451171875,
+ -0.052490234375,
+ -0.05322265625,
+ 0.023529052734375,
+ -0.04815673828125,
+ 0.0107269287109375,
+ 0.00225067138671875,
+ -0.00201416015625,
+ -0.0096435546875,
+ 0.034576416015625,
+ -0.041107177734375,
+ -0.03314208984375,
+ 0.000644683837890625,
+ -0.0038700103759765625,
+ -0.03729248046875,
+ -0.033843994140625,
+ -0.0226287841796875,
+ 0.0282440185546875,
+ -0.0011997222900390625,
+ -0.049957275390625,
+ -0.029327392578125,
+ 0.0203704833984375,
+ -0.0169219970703125,
+ -0.035125732421875,
+ -0.0423583984375,
+ -0.01403045654296875,
+ -0.018096923828125,
+ -0.0258941650390625,
+ -0.0325927734375,
+ -0.01248931884765625,
+ 0.02099609375,
+ -0.034942626953125,
+ 0.04254150390625,
+ -0.028961181640625,
+ -0.0305938720703125,
+ -0.006473541259765625,
+ -0.0213623046875,
+ -0.034027099609375,
+ 0.0374755859375,
+ -0.0367431640625,
+ 0.039825439453125,
+ 0.0247955322265625,
+ 0.04852294921875,
+ 0.02099609375,
+ 0.05828857421875,
+ -0.023529052734375,
+ 0.04254150390625,
+ -0.0253448486328125,
+ -0.07891845703125,
+ 0.013214111328125,
+ -0.0015163421630859375,
+ 0.00601959228515625,
+ -0.055755615234375,
+ -0.001312255859375,
+ 0.061553955078125,
+ -0.049224853515625,
+ 0.016021728515625,
+ 0.006969451904296875,
+ -0.01375579833984375,
+ -0.028778076171875,
+ -0.0269775390625,
+ 0.018646240234375,
+ 0.02081298828125,
+ 0.08111572265625,
+ -0.005138397216796875,
+ -0.023712158203125,
+ -0.016204833984375,
+ -0.037109375,
+ 0.044158935546875,
+ -0.0024776458740234375,
+ 0.0269775390625,
+ -0.040374755859375,
+ 0.0325927734375,
+ 0.0200042724609375,
+ -0.00737762451171875,
+ 0.034576416015625,
+ -0.06732177734375,
+ 0.0170135498046875,
+ 0.0031452178955078125,
+ 0.0222625732421875,
+ -0.005748748779296875,
+ -0.007106781005859375,
+ -0.0360107421875,
+ -0.056488037109375,
+ -0.024078369140625,
+ 0.049591064453125,
+ -0.0282440185546875,
+ 0.0276947021484375,
+ -0.0278778076171875,
+ -0.00479888916015625,
+ 0.003326416015625,
+ -0.033477783203125,
+ -0.034210205078125,
+ -0.0258941650390625,
+ 0.021728515625,
+ -0.01412200927734375,
+ -0.04669189453125,
+ 0.03765869140625,
+ 0.02642822265625,
+ -0.01239776611328125,
+ 0.0177459716796875,
+ 0.07135009765625,
+ -0.02716064453125,
+ -0.0020809173583984375,
+ 0.0024547576904296875,
+ 0.035125732421875,
+ -0.00946044921875,
+ -0.0117645263671875,
+ 0.015838623046875,
+ -0.00007462501525878906,
+ 0.01366424560546875,
+ -0.0535888671875,
+ 0.06695556640625,
+ 0.0249786376953125,
+ -0.031494140625,
+ -0.07928466796875,
+ -0.023895263671875,
+ -0.035675048828125,
+ 0.01837158203125,
+ -0.0322265625,
+ 0.0205535888671875,
+ 0.006381988525390625,
+ -0.002635955810546875,
+ -0.108642578125,
+ 0.044158935546875,
+ 0.00004082918167114258,
+ 0.0438232421875,
+ 0.01548004150390625,
+ -0.029327392578125,
+ -0.061553955078125,
+ -0.053955078125,
+ -0.0032367706298828125,
+ -0.0037555694580078125,
+ -0.04217529296875,
+ 0.01412200927734375,
+ -0.005138397216796875,
+ 0.000843048095703125,
+ 0.00946044921875,
+ 0.0030765533447265625,
+ -0.018463134765625,
+ 0.0194549560546875,
+ 0.002307891845703125,
+ -0.00995635986328125,
+ 0.084716796875,
+ -0.007785797119140625,
+ 0.004955291748046875,
+ 0.001674652099609375,
+ -0.007785797119140625,
+ -0.0034160614013671875,
+ -0.0262451171875,
+ 0.0031909942626953125,
+ 0.002353668212890625,
+ 0.0255279541015625,
+ 0.039642333984375,
+ -0.016571044921875,
+ 0.00470733642578125,
+ 0.00832366943359375,
+ 0.003936767578125,
+ 0.0311431884765625,
+ -0.0225372314453125,
+ 0.0311431884765625,
+ 0.0164794921875,
+ -0.0374755859375,
+ -0.021820068359375,
+ -0.072021484375,
+ -0.06591796875,
+ 0.0311431884765625,
+ -0.038909912109375,
+ -0.0416259765625,
+ 0.013214111328125,
+ 0.033843994140625,
+ 0.007694244384765625,
+ -0.01375579833984375,
+ 0.031494140625,
+ 0.004207611083984375,
+ 0.005115509033203125,
+ -0.020904541015625,
+ 0.035308837890625,
+ -0.0171966552734375,
+ 0.056488037109375,
+ -0.0092315673828125,
+ -0.07818603515625,
+ 0.0249786376953125,
+ 0.01267242431640625,
+ 0.01375579833984375,
+ 0.0008597373962402344,
+ -0.0035076141357421875,
+ -0.03240966796875,
+ 0.021728515625,
+ -0.09234619140625,
+ -0.03167724609375,
+ 0.0146636962890625,
+ -0.0091400146484375,
+ 0.0107269287109375,
+ -0.0194549560546875,
+ 0.037109375,
+ -0.03692626953125,
+ -0.05718994140625,
+ 0.01154327392578125,
+ -0.028778076171875,
+ -0.029693603515625,
+ 0.0278778076171875,
+ -0.0229034423828125,
+ 0.00714874267578125,
+ 0.028594970703125,
+ 0.015655517578125,
+ 0.040374755859375,
+ 0.040008544921875,
+ -0.0081939697265625,
+ -0.0144805908203125,
+ 0.0203704833984375,
+ -0.004638671875,
+ 0.0230865478515625,
+ 0.0167388916015625,
+ 0.0116729736328125,
+ -0.0120391845703125,
+ 0.0360107421875,
+ 0.004730224609375,
+ -0.08941650390625,
+ -0.010955810546875,
+ -0.0273284912109375,
+ -0.04815673828125,
+ 0.01348876953125,
+ 0.0865478515625,
+ 0.01131439208984375,
+ 0.01393890380859375,
+ 0.0019464492797851562,
+ 0.04888916015625,
+ 0.0168304443359375,
+ 0.005496978759765625,
+ -0.00592803955078125,
+ -0.021453857421875,
+ -0.02642822265625,
+ 0.01023101806640625,
+ 0.01031494140625,
+ -0.06951904296875,
+ 0.055389404296875,
+ 0.04815673828125,
+ -0.0013742446899414062,
+ -0.0360107421875,
+ 0.016571044921875,
+ 0.003620147705078125,
+ 0.062286376953125,
+ 0.0251617431640625,
+ -0.004909515380859375,
+ -0.08184814453125,
+ 0.019012451171875,
+ -0.007015228271484375,
+ -0.003688812255859375,
+ -0.0078277587890625,
+ -0.0146636962890625,
+ -0.0273284912109375,
+ 0.029327392578125,
+ -0.07891845703125,
+ -0.0021839141845703125,
+ -0.0223541259765625,
+ 0.0731201171875,
+ -0.01548004150390625,
+ -0.05828857421875,
+ -0.021820068359375,
+ 0.045440673828125,
+ 0.0166473388671875,
+ -0.0016183853149414062,
+ 0.02679443359375,
+ 0.02154541015625,
+ 0.010955810546875,
+ 0.007694244384765625,
+ 0.0521240234375,
+ 0.00746917724609375,
+ 0.035858154296875,
+ 0.0147552490234375,
+ -0.040008544921875,
+ -0.00414276123046875,
+ -0.029876708984375,
+ 0.0304107666015625,
+ 0.0028972625732421875,
+ -0.02716064453125,
+ -0.0221710205078125,
+ -0.044158935546875,
+ 0.051422119140625,
+ -0.01312255859375,
+ 0.02642822265625,
+ 0.0374755859375,
+ -0.0066986083984375,
+ 0.00016188621520996094,
+ 0.028594970703125,
+ 0.035675048828125,
+ 0.01285552978515625,
+ -0.0009279251098632812,
+ 0.021270751953125,
+ 0.023345947265625,
+ -0.007061004638671875,
+ 0.0255279541015625,
+ -0.0374755859375,
+ 0.029144287109375,
+ -0.044342041015625,
+ -0.01258087158203125,
+ -0.051055908203125,
+ 0.00334930419921875,
+ 0.0374755859375,
+ -0.0065155029296875,
+ -0.00841522216796875,
+ -0.007694244384765625,
+ 0.0170135498046875,
+ 0.00007778406143188477,
+ -0.053955078125,
+ 0.0164794921875,
+ 0.0273284912109375,
+ -0.0251617431640625,
+ 0.01276397705078125,
+ 0.0438232421875,
+ -0.00597381591796875,
+ -0.00466156005859375,
+ -0.04742431640625,
+ 0.08074951171875,
+ 0.055389404296875,
+ 0.003326416015625,
+ 0.0171051025390625,
+ 0.04888916015625,
+ 0.0249786376953125,
+ 0.045440673828125,
+ 0.0013971328735351562,
+ 0.00601959228515625,
+ -0.0255279541015625,
+ 0.0213623046875,
+ 0.06878662109375,
+ -0.005340576171875,
+ -0.04815673828125,
+ 0.0325927734375,
+ -0.00836944580078125,
+ -0.038726806640625,
+ 0.029510498046875,
+ 0.01375579833984375,
+ 0.0275115966796875,
+ 0.018829345703125,
+ -0.0171051025390625,
+ -0.0019006729125976562,
+ -0.0249786376953125,
+ 0.08184814453125,
+ 0.029327392578125,
+ -0.0012159347534179688,
+ 0.0273284912109375,
+ -0.040740966796875,
+ 0.0249786376953125,
+ 0.0028514862060546875,
+ 0.053955078125,
+ -0.038909912109375,
+ 0.038726806640625,
+ -0.0096435546875,
+ 0.00896453857421875,
+ -0.01348876953125,
+ 0.0133056640625,
+ -0.0065155029296875,
+ 0.0273284912109375,
+ -0.050323486328125,
+ 0.0543212890625,
+ 0.04852294921875,
+ -0.0284271240234375,
+ -0.04144287109375,
+ -0.015655517578125,
+ 0.005657196044921875,
+ -0.00133514404296875,
+ 0.03656005859375,
+ -0.026611328125,
+ -0.0009336471557617188,
+ 0.01027679443359375,
+ 0.018463134765625,
+ 0.0640869140625,
+ -0.0000064373016357421875,
+ 0.034210205078125,
+ 0.01267242431640625,
+ -0.01412200927734375,
+ -0.0066070556640625,
+ 0.0015954971313476562
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "ewf-mounting",
+ "fuse-filesystem",
+ "read-only",
+ "segment-handling",
+ "cross-platform",
+ "libewf-suite",
+ "performance-optimized"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_CapLoader",
+ "type": "tool",
+ "name": "CapLoader",
+ "content": "caploader das windows-tool revolutioniert die analyse großer pcap-sammlungen durch intelligente indexierung und flow-rekonstruktion. lädt multi-gb-captures in sekunden und ermöglicht blitzschnelle filterung nach protokollen, timeframes oder keyword-patterns. besonders wertvoll: automatische flow-reassembly rekonstruiert komplette tcp-sessions, http-objects- extraktion speichert übertragene dateien, credential-harvesting findet klartext-passwörter in streams. die timeline-ansicht visualisiert traffic-patterns über zeit. batch-export zu networkminer oder wireshark für detailanalyse. performance-optimiert für forensiker die täglich mit großen packet-captures arbeiten. integration mit netwitness und anderen enterprise-nsm-lösungen. der workflow beschleunigt incident- response erheblich durch vorsortierung relevanter flows. pcap-analysis flow-extraction timeline-view credential-extraction file-reconstruction batch-processing network-forensics examination analysis",
+ "embedding": [
+ -0.01465606689453125,
+ 0.0034198760986328125,
+ 0.0271759033203125,
+ 0.00921630859375,
+ 0.056671142578125,
+ 0.0113525390625,
+ 0.002960205078125,
+ -0.0002639293670654297,
+ -0.019317626953125,
+ 0.004730224609375,
+ -0.0240631103515625,
+ 0.042694091796875,
+ 0.019500732421875,
+ -0.0271759033203125,
+ -0.06640625,
+ 0.039581298828125,
+ -0.004657745361328125,
+ -0.00567626953125,
+ -0.01116180419921875,
+ -0.0099945068359375,
+ -0.01397705078125,
+ -0.03436279296875,
+ -0.031829833984375,
+ -0.009124755859375,
+ 0.006694793701171875,
+ -0.0024871826171875,
+ -0.00766754150390625,
+ -0.06329345703125,
+ -0.03668212890625,
+ -0.005046844482421875,
+ 0.0060882568359375,
+ -0.015625,
+ 0.01513671875,
+ 0.023193359375,
+ -0.00907135009765625,
+ -0.035308837890625,
+ 0.029693603515625,
+ -0.053192138671875,
+ -0.0401611328125,
+ 0.06134033203125,
+ -0.0158233642578125,
+ 0.0038089752197265625,
+ -0.0206756591796875,
+ -0.0029354095458984375,
+ -0.039215087890625,
+ -0.014068603515625,
+ -0.0105743408203125,
+ 0.0036640167236328125,
+ 0.021636962890625,
+ -0.04095458984375,
+ 0.045623779296875,
+ 0.0185394287109375,
+ 0.010528564453125,
+ -0.0113067626953125,
+ -0.0279541015625,
+ 0.041534423828125,
+ 0.033203125,
+ -0.0294952392578125,
+ -0.04638671875,
+ 0.06170654296875,
+ -0.041351318359375,
+ -0.0310516357421875,
+ 0.0170745849609375,
+ -0.021453857421875,
+ 0.01194000244140625,
+ 0.0294952392578125,
+ -0.0004639625549316406,
+ -0.01329803466796875,
+ 0.019317626953125,
+ 0.0250396728515625,
+ -0.0085906982421875,
+ -0.0036869049072265625,
+ -0.0293121337890625,
+ 0.035308837890625,
+ -0.0040740966796875,
+ -0.045623779296875,
+ 0.027557373046875,
+ 0.0261993408203125,
+ 0.024169921875,
+ -0.00363922119140625,
+ -0.06134033203125,
+ 0.0207672119140625,
+ 0.041717529296875,
+ -0.004489898681640625,
+ -0.0234832763671875,
+ -0.001819610595703125,
+ 0.0234832763671875,
+ -0.00482940673828125,
+ 0.0201873779296875,
+ 0.0032024383544921875,
+ 0.039398193359375,
+ -0.012420654296875,
+ 0.0246429443359375,
+ -0.0191192626953125,
+ 0.034942626953125,
+ 0.06640625,
+ -0.03125,
+ -0.00897979736328125,
+ 0.006988525390625,
+ 0.0219268798828125,
+ 0.01824951171875,
+ -0.025421142578125,
+ 0.067138671875,
+ 0.0179595947265625,
+ 0.031646728515625,
+ -0.022613525390625,
+ -0.0029850006103515625,
+ -0.0081024169921875,
+ 0.0017223358154296875,
+ -0.025238037109375,
+ -0.103271484375,
+ -0.0265960693359375,
+ -0.024749755859375,
+ -0.06134033203125,
+ 0.0023899078369140625,
+ 0.00946044921875,
+ -0.014556884765625,
+ 0.053955078125,
+ -0.04327392578125,
+ -0.030670166015625,
+ 0.0196990966796875,
+ 0.001007080078125,
+ -0.0023651123046875,
+ -0.0260009765625,
+ -0.03668212890625,
+ -0.053192138671875,
+ 0.004150390625,
+ 0.040771484375,
+ -0.038055419921875,
+ -0.0228118896484375,
+ -0.00795745849609375,
+ 0.0137786865234375,
+ 0.01096343994140625,
+ 0.002025604248046875,
+ -0.0006704330444335938,
+ -0.0176544189453125,
+ 0.022125244140625,
+ 0.00902557373046875,
+ -0.023681640625,
+ 0.01300048828125,
+ 0.036285400390625,
+ -0.0246429443359375,
+ -0.041351318359375,
+ -0.01222991943359375,
+ -0.031829833984375,
+ 0.0008249282836914062,
+ -0.0304718017578125,
+ 0.053955078125,
+ -0.0298919677734375,
+ 0.0102386474609375,
+ -0.036285400390625,
+ 0.0229949951171875,
+ 0.05047607421875,
+ -0.0089263916015625,
+ 0.043853759765625,
+ -0.041351318359375,
+ -0.005970001220703125,
+ -0.0355224609375,
+ 0.01367950439453125,
+ -0.035125732421875,
+ -0.028533935546875,
+ -0.021148681640625,
+ -0.007472991943359375,
+ 0.01397705078125,
+ -0.0070343017578125,
+ -0.0293121337890625,
+ -0.02581787109375,
+ 0.0078125,
+ 0.01178741455078125,
+ -0.00594329833984375,
+ 0.0203857421875,
+ -0.003978729248046875,
+ 0.050079345703125,
+ 0.05279541015625,
+ 0.0023174285888671875,
+ 0.026397705078125,
+ 0.001964569091796875,
+ -0.00907135009765625,
+ 0.015625,
+ 0.0115509033203125,
+ 0.0014982223510742188,
+ 0.012420654296875,
+ 0.052001953125,
+ -0.0207672119140625,
+ 0.025238037109375,
+ -0.0033969879150390625,
+ -0.0179595947265625,
+ -0.01387786865234375,
+ -0.0197906494140625,
+ 0.02484130859375,
+ -0.03900146484375,
+ -0.045806884765625,
+ -0.008880615234375,
+ 0.041351318359375,
+ 0.015716552734375,
+ 0.060546875,
+ 0.0197906494140625,
+ 0.0115509033203125,
+ 0.0667724609375,
+ -0.0036869049072265625,
+ 0.00897979736328125,
+ 0.02008056640625,
+ -0.0246429443359375,
+ 0.03472900390625,
+ 0.01358795166015625,
+ 0.004413604736328125,
+ -0.0187225341796875,
+ 0.0219268798828125,
+ 0.0244598388671875,
+ -0.030853271484375,
+ -0.01280975341796875,
+ 0.0628662109375,
+ -0.017181396484375,
+ -0.037841796875,
+ -0.02813720703125,
+ -0.055908203125,
+ 0.025421142578125,
+ -0.00417327880859375,
+ -0.0131988525390625,
+ 0.0154266357421875,
+ 0.0010919570922851562,
+ -0.0335693359375,
+ 0.01149749755859375,
+ 0.0238800048828125,
+ -0.023101806640625,
+ 0.037841796875,
+ 0.0269775390625,
+ -0.037078857421875,
+ -0.01329803466796875,
+ 0.025421142578125,
+ 0.0081024169921875,
+ 0.0142669677734375,
+ -0.010772705078125,
+ -0.01149749755859375,
+ -0.0166015625,
+ -0.00351715087890625,
+ 0.059783935546875,
+ 0.038238525390625,
+ 0.01727294921875,
+ 0.0203857421875,
+ 0.001316070556640625,
+ 0.0421142578125,
+ -0.0250396728515625,
+ 0.0244598388671875,
+ 0.032012939453125,
+ -0.020477294921875,
+ -0.0169830322265625,
+ -0.005168914794921875,
+ 0.0212554931640625,
+ 0.03570556640625,
+ -0.04290771484375,
+ 0.01523590087890625,
+ -0.06402587890625,
+ -0.01280975341796875,
+ -0.07958984375,
+ -0.030853271484375,
+ -0.0240631103515625,
+ -0.054718017578125,
+ 0.042510986328125,
+ 0.0008673667907714844,
+ -0.033203125,
+ -0.00717926025390625,
+ -0.023101806640625,
+ -0.005336761474609375,
+ 0.04620361328125,
+ -0.0235748291015625,
+ -0.039794921875,
+ 0.004802703857421875,
+ 0.0799560546875,
+ 0.00955963134765625,
+ -0.038055419921875,
+ 0.011016845703125,
+ 0.00713348388671875,
+ -0.00458526611328125,
+ 0.0267791748046875,
+ -0.0115966796875,
+ 0.0170745849609375,
+ 0.046783447265625,
+ 0.054718017578125,
+ 0.028717041015625,
+ -0.000370025634765625,
+ -0.00830078125,
+ -0.0007581710815429688,
+ 0.0411376953125,
+ -0.038055419921875,
+ 0.00766754150390625,
+ -0.0070343017578125,
+ -0.00021839141845703125,
+ -0.005725860595703125,
+ -0.071044921875,
+ -0.01232147216796875,
+ 0.048126220703125,
+ -0.006694793701171875,
+ 0.018829345703125,
+ 0.00926971435546875,
+ -0.07568359375,
+ 0.022705078125,
+ -0.01125335693359375,
+ 0.0014734268188476562,
+ 0.0269775390625,
+ 0.0516357421875,
+ -0.033966064453125,
+ 0.01309967041015625,
+ 0.0016012191772460938,
+ 0.00577545166015625,
+ -0.0496826171875,
+ -0.04656982421875,
+ -0.0168914794921875,
+ -0.00994873046875,
+ -0.047943115234375,
+ -0.018829345703125,
+ 0.01227569580078125,
+ -0.0166015625,
+ 0.012420654296875,
+ -0.0016012191772460938,
+ -0.001285552978515625,
+ -0.04095458984375,
+ -0.059783935546875,
+ 0.0137786865234375,
+ -0.008056640625,
+ -0.04833984375,
+ -0.0269775390625,
+ 0.08154296875,
+ -0.006839752197265625,
+ 0.019500732421875,
+ 0.01120758056640625,
+ 0.0186309814453125,
+ -0.0496826171875,
+ 0.025238037109375,
+ -0.008636474609375,
+ 0.007373809814453125,
+ -0.0002865791320800781,
+ 0.041351318359375,
+ 0.0294952392578125,
+ 0.0265960693359375,
+ 0.0273590087890625,
+ 0.04229736328125,
+ 0.015716552734375,
+ -0.01125335693359375,
+ 0.0123748779296875,
+ 0.012420654296875,
+ -0.001613616943359375,
+ 0.029693603515625,
+ -0.00771331787109375,
+ -0.038818359375,
+ -0.0175628662109375,
+ -0.0335693359375,
+ -0.0014982223510742188,
+ 0.02813720703125,
+ 0.032806396484375,
+ 0.04620361328125,
+ -0.00907135009765625,
+ -0.00310516357421875,
+ 0.048126220703125,
+ 0.015716552734375,
+ 0.09625244140625,
+ 0.005435943603515625,
+ -0.036285400390625,
+ 0.019317626953125,
+ 0.043487548828125,
+ -0.025421142578125,
+ 0.01194000244140625,
+ 0.03863525390625,
+ 0.01416778564453125,
+ 0.0225067138671875,
+ 0.005992889404296875,
+ 0.006988525390625,
+ 0.023284912109375,
+ 0.006259918212890625,
+ -0.0081024169921875,
+ -0.004222869873046875,
+ -0.0031299591064453125,
+ 0.0131988525390625,
+ 0.054718017578125,
+ 0.041351318359375,
+ -0.0089263916015625,
+ 0.04638671875,
+ -0.04290771484375,
+ -0.0228118896484375,
+ -0.0562744140625,
+ -0.07061767578125,
+ 0.0008068084716796875,
+ 0.0279541015625,
+ 0.0293121337890625,
+ 0.04095458984375,
+ -0.03997802734375,
+ -0.07611083984375,
+ 0.0176544189453125,
+ -0.040771484375,
+ 0.080322265625,
+ 0.037841796875,
+ 0.0279541015625,
+ 0.04095458984375,
+ -0.0223236083984375,
+ 0.004901885986328125,
+ 0.0240631103515625,
+ 0.039794921875,
+ 0.023773193359375,
+ 0.055511474609375,
+ 0.0198974609375,
+ -0.01120758056640625,
+ -0.0217437744140625,
+ 0.018829345703125,
+ 0.0273590087890625,
+ 0.0126190185546875,
+ 0.006259918212890625,
+ 0.030670166015625,
+ 0.002414703369140625,
+ 0.054351806640625,
+ -0.03668212890625,
+ 0.058624267578125,
+ 0.034942626953125,
+ -0.021453857421875,
+ 0.0148468017578125,
+ -0.00635528564453125,
+ 0.02581787109375,
+ -0.062103271484375,
+ 0.0019044876098632812,
+ -0.0164031982421875,
+ 0.0018072128295898438,
+ 0.040374755859375,
+ 0.015716552734375,
+ -0.0562744140625,
+ -0.0234832763671875,
+ 0.036285400390625,
+ -0.056671142578125,
+ 0.0298919677734375,
+ 0.014556884765625,
+ -0.0179595947265625,
+ 0.032012939453125,
+ -0.00873565673828125,
+ -0.037445068359375,
+ 0.024749755859375,
+ -0.023101806640625,
+ -0.036865234375,
+ 0.014068603515625,
+ -0.0143585205078125,
+ -0.023284912109375,
+ -0.043487548828125,
+ -0.0293121337890625,
+ -0.0175628662109375,
+ -0.022613525390625,
+ -0.03472900390625,
+ 0.016204833984375,
+ -0.015045166015625,
+ 0.00936126708984375,
+ 0.042694091796875,
+ 0.0260009765625,
+ -0.01776123046875,
+ -0.035125732421875,
+ 0.0440673828125,
+ -0.005313873291015625,
+ -0.0325927734375,
+ 0.051239013671875,
+ 0.006137847900390625,
+ 0.01338958740234375,
+ -0.041351318359375,
+ -0.01149749755859375,
+ -0.0022678375244140625,
+ 0.004001617431640625,
+ -0.01474761962890625,
+ -0.00800323486328125,
+ -0.04193115234375,
+ -0.033966064453125,
+ -0.036285400390625,
+ 0.047760009765625,
+ -0.0060882568359375,
+ 0.0293121337890625,
+ -0.004802703857421875,
+ -0.033966064453125,
+ 0.005069732666015625,
+ -0.072998046875,
+ -0.00592041015625,
+ -0.0012922286987304688,
+ 0.01232147216796875,
+ -0.018341064453125,
+ 0.07373046875,
+ 0.0233917236328125,
+ -0.0007462501525878906,
+ 0.019989013671875,
+ 0.05047607421875,
+ 0.0181427001953125,
+ -0.0223236083984375,
+ -0.05084228515625,
+ 0.032989501953125,
+ -0.002971649169921875,
+ -0.056671142578125,
+ -0.0052642822265625,
+ -0.023101806640625,
+ 0.0027294158935546875,
+ 0.035919189453125,
+ -0.0440673828125,
+ -0.0029964447021484375,
+ -0.0189208984375,
+ -0.062103271484375,
+ 0.0015649795532226562,
+ -0.022125244140625,
+ 0.00011450052261352539,
+ -0.04095458984375,
+ 0.03125,
+ 0.015045166015625,
+ 0.0186309814453125,
+ 0.028717041015625,
+ 0.032012939453125,
+ 0.003021240234375,
+ 0.0228118896484375,
+ -0.002838134765625,
+ -0.037261962890625,
+ 0.0289154052734375,
+ -0.06561279296875,
+ -0.015625,
+ -0.0032749176025390625,
+ 0.030670166015625,
+ -0.0179595947265625,
+ 0.002910614013671875,
+ 0.019500732421875,
+ -0.01338958740234375,
+ 0.0364990234375,
+ -0.036865234375,
+ -0.0164031982421875,
+ -0.02435302734375,
+ -0.026397705078125,
+ -0.037261962890625,
+ -0.02008056640625,
+ 0.037261962890625,
+ 0.0198974609375,
+ -0.006694793701171875,
+ -0.006015777587890625,
+ 0.025238037109375,
+ -0.023773193359375,
+ 0.01776123046875,
+ 0.01629638671875,
+ -0.009124755859375,
+ 0.01474761962890625,
+ -0.002838134765625,
+ 0.025238037109375,
+ -0.01329803466796875,
+ 0.03570556640625,
+ -0.0206756591796875,
+ -0.0260009765625,
+ -0.06597900390625,
+ 0.012908935546875,
+ -0.00882720947265625,
+ -0.0137786865234375,
+ -0.0170745849609375,
+ -0.043670654296875,
+ -0.036102294921875,
+ -0.0345458984375,
+ 0.037078857421875,
+ 0.0118865966796875,
+ 0.0185394287109375,
+ -0.026397705078125,
+ -0.0298919677734375,
+ -0.00390625,
+ -0.02056884765625,
+ 0.044830322265625,
+ -0.03240966796875,
+ 0.019989013671875,
+ 0.0279541015625,
+ -0.03570556640625,
+ 0.04949951171875,
+ 0.03570556640625,
+ 0.04656982421875,
+ 0.036102294921875,
+ 0.00989532470703125,
+ -0.03240966796875,
+ 0.0304718017578125,
+ -0.0265960693359375,
+ -0.019500732421875,
+ -0.006649017333984375,
+ -0.0070343017578125,
+ 0.0190277099609375,
+ -0.005168914794921875,
+ 0.00830078125,
+ -0.017181396484375,
+ 0.045806884765625,
+ 0.025421142578125,
+ -0.006404876708984375,
+ -0.012908935546875,
+ 0.041351318359375,
+ -0.003833770751953125,
+ 0.04833984375,
+ -0.02813720703125,
+ -0.00984954833984375,
+ 0.017181396484375,
+ -0.0166015625,
+ 0.059783935546875,
+ 0.039398193359375,
+ -0.0107269287109375,
+ -0.0304718017578125,
+ 0.0108184814453125,
+ 0.0487060546875,
+ -0.035919189453125,
+ -0.05084228515625,
+ -0.0025482177734375,
+ 0.01067352294921875,
+ 0.0260009765625,
+ 0.038055419921875,
+ -0.007228851318359375,
+ 0.04541015625,
+ 0.01280975341796875,
+ -0.00630950927734375,
+ 0.0411376953125,
+ 0.059783935546875,
+ 0.029693603515625,
+ 0.0004608631134033203,
+ -0.0250396728515625,
+ -0.0142669677734375,
+ -0.007083892822265625,
+ -0.01824951171875,
+ -0.03009033203125,
+ -0.01091766357421875,
+ 0.056671142578125,
+ -0.06170654296875,
+ -0.022216796875,
+ -0.005168914794921875,
+ 0.01140594482421875,
+ -0.007328033447265625,
+ 0.005096435546875,
+ -0.0240631103515625,
+ 0.0310516357421875,
+ 0.0166015625,
+ -0.04620361328125,
+ 0.0111083984375,
+ -0.0009946823120117188,
+ 0.0007338523864746094,
+ 0.053955078125,
+ 0.0271759033203125,
+ -0.0283355712890625,
+ 0.0118408203125,
+ 0.00742340087890625,
+ 0.059783935546875,
+ 0.022125244140625,
+ 0.04327392578125,
+ 0.01397705078125,
+ 0.022705078125,
+ 0.03125,
+ 0.053192138671875,
+ -0.018829345703125,
+ -0.015625,
+ 0.0097503662109375,
+ 0.032012939453125,
+ 0.0421142578125,
+ 0.0625,
+ 0.015716552734375,
+ 0.00203704833984375,
+ -0.01358795166015625,
+ -0.03997802734375,
+ 0.00907135009765625,
+ 0.0289154052734375,
+ 0.0037364959716796875,
+ -0.030853271484375,
+ -0.04193115234375,
+ 0.042510986328125,
+ -0.04852294921875,
+ 0.05084228515625,
+ -0.0021343231201171875,
+ -0.03997802734375,
+ 0.0108184814453125,
+ 0.040771484375,
+ -0.020477294921875,
+ -0.0601806640625,
+ 0.0289154052734375,
+ -0.02484130859375,
+ -0.033203125,
+ -0.0228118896484375,
+ -0.036285400390625,
+ 0.055908203125,
+ -0.01513671875,
+ -0.055511474609375,
+ -0.0294952392578125,
+ 0.030670166015625,
+ -0.0298919677734375,
+ -0.0277557373046875,
+ -0.04736328125,
+ -0.001285552978515625,
+ -0.030853271484375,
+ -0.03570556640625,
+ -0.0289154052734375,
+ -0.032012939453125,
+ -0.0104827880859375,
+ -0.01552581787109375,
+ 0.001964569091796875,
+ -0.0040283203125,
+ -0.0218353271484375,
+ -0.0040740966796875,
+ -0.01300048828125,
+ -0.0164947509765625,
+ 0.032989501953125,
+ -0.056671142578125,
+ 0.04638671875,
+ 0.0170745849609375,
+ 0.010284423828125,
+ 0.018829345703125,
+ 0.053955078125,
+ -0.015625,
+ 0.0018320083618164062,
+ -0.00405120849609375,
+ -0.060546875,
+ -0.0000731348991394043,
+ 0.0159149169921875,
+ 0.0102386474609375,
+ -0.064453125,
+ 0.0027904510498046875,
+ 0.052398681640625,
+ -0.08270263671875,
+ 0.0208587646484375,
+ 0.0108184814453125,
+ -0.01523590087890625,
+ -0.0648193359375,
+ 0.0005369186401367188,
+ 0.007228851318359375,
+ 0.01300048828125,
+ 0.0694580078125,
+ 0.0197906494140625,
+ -0.0008249282836914062,
+ -0.003833770751953125,
+ -0.053955078125,
+ 0.07183837890625,
+ -0.026397705078125,
+ 0.0219268798828125,
+ -0.03338623046875,
+ 0.01629638671875,
+ 0.004852294921875,
+ -0.03143310546875,
+ 0.00045800209045410156,
+ -0.07684326171875,
+ -0.0113067626953125,
+ -0.003978729248046875,
+ 0.0325927734375,
+ 0.018829345703125,
+ 0.0096588134765625,
+ -0.07061767578125,
+ -0.0289154052734375,
+ -0.0294952392578125,
+ 0.0207672119140625,
+ 0.0174713134765625,
+ 0.024261474609375,
+ -0.036102294921875,
+ 0.006500244140625,
+ -0.0115966796875,
+ -0.0487060546875,
+ -0.039398193359375,
+ -0.0224151611328125,
+ 0.01611328125,
+ -0.01727294921875,
+ -0.06329345703125,
+ 0.02008056640625,
+ 0.0086822509765625,
+ -0.0102386474609375,
+ 0.01387786865234375,
+ 0.03125,
+ -0.035919189453125,
+ -0.01300048828125,
+ -0.0168914794921875,
+ 0.0224151611328125,
+ 0.004367828369140625,
+ -0.01416778564453125,
+ -0.018829345703125,
+ 0.005748748779296875,
+ -0.0012493133544921875,
+ -0.030853271484375,
+ 0.026397705078125,
+ 0.04425048828125,
+ -0.0233917236328125,
+ -0.06329345703125,
+ -0.0401611328125,
+ 0.01309967041015625,
+ 0.039215087890625,
+ -0.00713348388671875,
+ 0.0496826171875,
+ -0.004657745361328125,
+ -0.024169921875,
+ -0.08538818359375,
+ 0.0516357421875,
+ -0.022705078125,
+ 0.03863525390625,
+ 0.0179595947265625,
+ -0.025421142578125,
+ -0.049102783203125,
+ -0.03997802734375,
+ -0.03009033203125,
+ 0.00980377197265625,
+ -0.03436279296875,
+ 0.046783447265625,
+ 0.016204833984375,
+ 0.0148468017578125,
+ 0.0265960693359375,
+ -0.004657745361328125,
+ -0.0246429443359375,
+ 0.045989990234375,
+ 0.0269775390625,
+ -0.043853759765625,
+ 0.06561279296875,
+ -0.035919189453125,
+ 0.0016012191772460938,
+ -0.0322265625,
+ 0.0021114349365234375,
+ -0.0245513916015625,
+ -0.019500732421875,
+ -0.01824951171875,
+ -0.00528717041015625,
+ 0.028717041015625,
+ 0.032989501953125,
+ -0.0271759033203125,
+ 0.00013566017150878906,
+ -0.020477294921875,
+ 0.0235748291015625,
+ 0.008056640625,
+ -0.00989532470703125,
+ 0.019317626953125,
+ 0.003589630126953125,
+ -0.00635528564453125,
+ -0.058624267578125,
+ -0.0625,
+ -0.08154296875,
+ 0.00980377197265625,
+ -0.05047607421875,
+ -0.0181427001953125,
+ 0.0044403076171875,
+ 0.010040283203125,
+ 0.01367950439453125,
+ -0.02203369140625,
+ 0.025238037109375,
+ 0.0223236083984375,
+ -0.0246429443359375,
+ -0.043853759765625,
+ 0.0196990966796875,
+ 0.0196075439453125,
+ 0.058624267578125,
+ 0.01116180419921875,
+ -0.01513671875,
+ 0.0269775390625,
+ 0.0005307197570800781,
+ -0.0294952392578125,
+ -0.025238037109375,
+ 0.004924774169921875,
+ -0.023193359375,
+ 0.0143585205078125,
+ -0.0780029296875,
+ -0.0294952392578125,
+ 0.0007033348083496094,
+ 0.039398193359375,
+ 0.015045166015625,
+ -0.0192108154296875,
+ 0.045623779296875,
+ -0.015625,
+ -0.05706787109375,
+ 0.035125732421875,
+ -0.005481719970703125,
+ -0.03436279296875,
+ 0.041534423828125,
+ -0.025238037109375,
+ 0.0025234222412109375,
+ 0.012908935546875,
+ 0.04754638671875,
+ 0.04638671875,
+ 0.017181396484375,
+ 0.0158233642578125,
+ -0.02008056640625,
+ -0.01309967041015625,
+ -0.0279541015625,
+ 0.02581787109375,
+ 0.0192108154296875,
+ 0.032806396484375,
+ -0.01096343994140625,
+ 0.0250396728515625,
+ -0.01367950439453125,
+ -0.07415771484375,
+ -0.0401611328125,
+ -0.00989532470703125,
+ -0.053558349609375,
+ -0.0126190185546875,
+ 0.05511474609375,
+ 0.04754638671875,
+ -0.0003063678741455078,
+ 0.01387786865234375,
+ 0.00907135009765625,
+ 0.03863525390625,
+ 0.00582122802734375,
+ -0.0007157325744628906,
+ -0.059783935546875,
+ -0.018341064453125,
+ 0.0244598388671875,
+ 0.01513671875,
+ -0.047760009765625,
+ 0.046966552734375,
+ 0.060943603515625,
+ -0.015045166015625,
+ -0.031829833984375,
+ -0.00322723388671875,
+ -0.00579833984375,
+ 0.0487060546875,
+ 0.019317626953125,
+ 0.03436279296875,
+ -0.07373046875,
+ -0.0008006095886230469,
+ 0.0086822509765625,
+ -0.01465606689453125,
+ 0.0019779205322265625,
+ -0.00853729248046875,
+ -0.024261474609375,
+ 0.050079345703125,
+ -0.0648193359375,
+ -0.000013649463653564453,
+ 0.0294952392578125,
+ 0.071044921875,
+ 0.0187225341796875,
+ -0.03436279296875,
+ -0.0024871826171875,
+ 0.0267791748046875,
+ 0.01678466796875,
+ -0.03125,
+ 0.0142669677734375,
+ 0.0007672309875488281,
+ -0.017364501953125,
+ 0.030670166015625,
+ 0.055511474609375,
+ -0.00955963134765625,
+ 0.03570556640625,
+ 0.0283355712890625,
+ -0.035125732421875,
+ 0.0181427001953125,
+ -0.017364501953125,
+ 0.0277557373046875,
+ 0.0126190185546875,
+ -0.037078857421875,
+ -0.00980377197265625,
+ -0.050079345703125,
+ 0.058624267578125,
+ 0.033782958984375,
+ 0.04425048828125,
+ 0.01062774658203125,
+ 0.00553131103515625,
+ 0.006938934326171875,
+ 0.009124755859375,
+ 0.0005517005920410156,
+ 0.024749755859375,
+ 0.017181396484375,
+ 0.0142669677734375,
+ 0.03900146484375,
+ 0.017181396484375,
+ -0.004730224609375,
+ -0.0277557373046875,
+ 0.025421142578125,
+ -0.036102294921875,
+ -0.00030922889709472656,
+ -0.046966552734375,
+ 0.01120758056640625,
+ 0.01552581787109375,
+ -0.00771331787109375,
+ -0.01416778564453125,
+ -0.058990478515625,
+ 0.0118408203125,
+ -0.00980377197265625,
+ -0.06329345703125,
+ 0.004150390625,
+ 0.054718017578125,
+ -0.0192108154296875,
+ 0.01494598388671875,
+ 0.04327392578125,
+ 0.01387786865234375,
+ 0.01776123046875,
+ -0.058624267578125,
+ 0.0753173828125,
+ 0.01300048828125,
+ 0.036102294921875,
+ -0.0143585205078125,
+ 0.0081024169921875,
+ 0.0267791748046875,
+ 0.007617950439453125,
+ -0.006988525390625,
+ 0.039398193359375,
+ -0.02911376953125,
+ 0.054351806640625,
+ 0.05084228515625,
+ 0.0018434524536132812,
+ -0.01280975341796875,
+ 0.007228851318359375,
+ 0.006549835205078125,
+ -0.054718017578125,
+ 0.04443359375,
+ -0.000518798828125,
+ 0.0271759033203125,
+ -0.0267791748046875,
+ -0.003833770751953125,
+ -0.0045623779296875,
+ -0.048126220703125,
+ 0.047760009765625,
+ 0.0196075439453125,
+ -0.008392333984375,
+ 0.00960540771484375,
+ -0.05047607421875,
+ 0.04327392578125,
+ 0.018341064453125,
+ 0.07611083984375,
+ -0.050079345703125,
+ 0.034149169921875,
+ -0.028717041015625,
+ 0.0235748291015625,
+ -0.0142669677734375,
+ -0.004123687744140625,
+ 0.00189208984375,
+ 0.00482940673828125,
+ -0.0083465576171875,
+ 0.07916259765625,
+ 0.01194000244140625,
+ 0.004123687744140625,
+ -0.051239013671875,
+ -0.000637054443359375,
+ -0.0005426406860351562,
+ 0.0072784423828125,
+ 0.0269775390625,
+ -0.035919189453125,
+ -0.037261962890625,
+ 0.02203369140625,
+ 0.038818359375,
+ 0.058990478515625,
+ -0.0279541015625,
+ 0.017852783203125,
+ 0.00027441978454589844,
+ -0.015625,
+ 0.01203155517578125,
+ -0.0186309814453125
+ ],
+ "metadata": {
+ "domains": [
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "pcap-analysis",
+ "flow-extraction",
+ "timeline-view",
+ "credential-extraction",
+ "file-reconstruction",
+ "batch-processing"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_UserAssist_GUI",
+ "type": "tool",
+ "name": "UserAssist GUI",
+ "content": "userassist gui dekodiert rot13-verschlüsselte userassist-registry-einträge für gui-program-execution- tracking unter windows. zeigt program-pfade, ausführungsanzahl und last-execution- times für desktop-programme und shortcuts. besonders wertvoll: unterscheidet zwischen direkter .exe-ausführung und shortcut-starts, exportiert daten für timeline-analyse, erkennt malware-execution-patterns automatisch. gui userassist-analysis rot13-decoding program-execution registry-analysis execution-frequency shortcut-tracking malware-detection didier-stevens scenario:persistence static-investigations incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.0296478271484375,
+ 0.028564453125,
+ 0.039825439453125,
+ -0.01102447509765625,
+ 0.04376220703125,
+ 0.015533447265625,
+ 0.026611328125,
+ 0.0267791748046875,
+ -0.0185699462890625,
+ -0.01776123046875,
+ -0.022674560546875,
+ 0.037841796875,
+ 0.0008091926574707031,
+ 0.020172119140625,
+ -0.042327880859375,
+ 0.054290771484375,
+ -0.0149078369140625,
+ -0.0051116943359375,
+ -0.00506591796875,
+ 0.015716552734375,
+ -0.018035888671875,
+ -0.0106658935546875,
+ -0.04534912109375,
+ -0.0115203857421875,
+ -0.0224151611328125,
+ 0.01120758056640625,
+ -0.007904052734375,
+ -0.07391357421875,
+ -0.044464111328125,
+ -0.003414154052734375,
+ 0.0018301010131835938,
+ -0.036773681640625,
+ 0.0014400482177734375,
+ 0.033935546875,
+ -0.0184783935546875,
+ 0.0007252693176269531,
+ -0.00848388671875,
+ -0.043212890625,
+ -0.008880615234375,
+ 0.06427001953125,
+ -0.0026454925537109375,
+ 0.003147125244140625,
+ -0.00238800048828125,
+ -0.0115203857421875,
+ -0.0175933837890625,
+ -0.02044677734375,
+ 0.0200042724609375,
+ -0.0022430419921875,
+ 0.0169677734375,
+ -0.046417236328125,
+ 0.0308837890625,
+ 0.027496337890625,
+ -0.0016965866088867188,
+ -0.02874755859375,
+ -0.032318115234375,
+ 0.0292816162109375,
+ 0.0149078369140625,
+ -0.003482818603515625,
+ -0.04034423828125,
+ 0.077880859375,
+ -0.028564453125,
+ -0.00986480712890625,
+ -0.01160430908203125,
+ -0.0015850067138671875,
+ -0.00238800048828125,
+ 0.002544403076171875,
+ 0.01446533203125,
+ -0.023040771484375,
+ -0.0244598388671875,
+ 0.00986480712890625,
+ 0.001953125,
+ 0.00884246826171875,
+ -0.0382080078125,
+ 0.053558349609375,
+ -0.0188446044921875,
+ -0.035369873046875,
+ 0.01303863525390625,
+ 0.016876220703125,
+ 0.02410888671875,
+ -0.015533447265625,
+ -0.049652099609375,
+ 0.007678985595703125,
+ 0.06573486328125,
+ -0.0160675048828125,
+ -0.00749969482421875,
+ 0.0048675537109375,
+ 0.0233917236328125,
+ 0.023040771484375,
+ 0.00014781951904296875,
+ 0.01535797119140625,
+ 0.0139312744140625,
+ -0.005199432373046875,
+ 0.00426483154296875,
+ -0.027679443359375,
+ 0.037322998046875,
+ 0.05499267578125,
+ 0.00897216796875,
+ 0.014373779296875,
+ -0.0208892822265625,
+ 0.019195556640625,
+ 0.02392578125,
+ -0.005893707275390625,
+ 0.041259765625,
+ -0.00045752525329589844,
+ 0.04266357421875,
+ -0.032318115234375,
+ 0.041259765625,
+ 0.0007143020629882812,
+ -0.00624847412109375,
+ -0.004978179931640625,
+ -0.08929443359375,
+ -0.0303497314453125,
+ -0.01285552978515625,
+ -0.05072021484375,
+ 0.01044464111328125,
+ -0.0124969482421875,
+ -0.001049041748046875,
+ 0.040191650390625,
+ -0.0207977294921875,
+ -0.04571533203125,
+ -0.0021209716796875,
+ 0.007411956787109375,
+ 0.01276397705078125,
+ 0.03106689453125,
+ -0.046417236328125,
+ -0.0675048828125,
+ -0.00103759765625,
+ 0.025360107421875,
+ -0.03143310546875,
+ -0.0198211669921875,
+ -0.032318115234375,
+ -0.02044677734375,
+ -0.03179931640625,
+ -0.01241302490234375,
+ 0.02044677734375,
+ -0.0051116943359375,
+ 0.0260772705078125,
+ 0.0195465087890625,
+ 0.004398345947265625,
+ 0.01410675048828125,
+ 0.044097900390625,
+ -0.0290985107421875,
+ -0.047149658203125,
+ -0.005802154541015625,
+ -0.02276611328125,
+ -0.01241302490234375,
+ -0.0197296142578125,
+ 0.037689208984375,
+ -0.0283966064453125,
+ -0.00392913818359375,
+ -0.0084381103515625,
+ 0.03375244140625,
+ 0.076416015625,
+ -0.0175018310546875,
+ 0.01160430908203125,
+ -0.03106689453125,
+ -0.0289306640625,
+ -0.041595458984375,
+ 0.04071044921875,
+ -0.01312255859375,
+ -0.01129150390625,
+ 0.019012451171875,
+ 0.0290985107421875,
+ 0.027496337890625,
+ -0.0115203857421875,
+ -0.00897216796875,
+ -0.0223236083984375,
+ 0.0161590576171875,
+ -0.01285552978515625,
+ 0.0096893310546875,
+ 0.0126800537109375,
+ -0.02642822265625,
+ 0.048919677734375,
+ 0.0628662109375,
+ -0.005268096923828125,
+ 0.01526641845703125,
+ 0.01776123046875,
+ -0.0149993896484375,
+ 0.036590576171875,
+ 0.03643798828125,
+ -0.0014400482177734375,
+ -0.006114959716796875,
+ 0.01464080810546875,
+ -0.01276397705078125,
+ 0.0004911422729492188,
+ 0.0185699462890625,
+ -0.0307159423828125,
+ -0.02374267578125,
+ -0.01580810546875,
+ 0.048583984375,
+ -0.022674560546875,
+ -0.05072021484375,
+ -0.00017714500427246094,
+ 0.0095977783203125,
+ 0.0013446807861328125,
+ 0.056427001953125,
+ 0.027862548828125,
+ 0.025360107421875,
+ 0.016693115234375,
+ -0.052490234375,
+ 0.003482818603515625,
+ 0.0260772705078125,
+ -0.0126800537109375,
+ 0.0482177734375,
+ 0.0090179443359375,
+ 0.01357269287109375,
+ 0.01338958740234375,
+ 0.032501220703125,
+ 0.0161590576171875,
+ -0.0100860595703125,
+ 0.006160736083984375,
+ 0.06573486328125,
+ -0.0101776123046875,
+ -0.0013446807861328125,
+ 0.002880096435546875,
+ -0.051422119140625,
+ 0.03857421875,
+ 0.016876220703125,
+ -0.017852783203125,
+ -0.0269622802734375,
+ -0.00928497314453125,
+ -0.035186767578125,
+ 0.002811431884765625,
+ 0.063232421875,
+ -0.026611328125,
+ 0.0246429443359375,
+ 0.031951904296875,
+ -0.041961669921875,
+ -0.03570556640625,
+ 0.021881103515625,
+ 0.019195556640625,
+ 0.032318115234375,
+ 0.00798797607421875,
+ 0.00870513916015625,
+ -0.01348114013671875,
+ -0.020172119140625,
+ 0.059295654296875,
+ 0.033935546875,
+ 0.0296478271484375,
+ -0.0029010772705078125,
+ -0.034637451171875,
+ 0.02392578125,
+ -0.006206512451171875,
+ 0.02874755859375,
+ 0.0139312744140625,
+ -0.007232666015625,
+ 0.0137481689453125,
+ 0.001941680908203125,
+ 0.025177001953125,
+ 0.04608154296875,
+ -0.057861328125,
+ -0.03802490234375,
+ -0.07073974609375,
+ 0.00450897216796875,
+ -0.05712890625,
+ -0.0296478271484375,
+ -0.0296478271484375,
+ -0.03802490234375,
+ 0.032501220703125,
+ -0.007411956787109375,
+ -0.04571533203125,
+ 0.0056915283203125,
+ 0.00687408447265625,
+ -0.01120758056640625,
+ 0.047149658203125,
+ 0.01464080810546875,
+ -0.03125,
+ 0.01526641845703125,
+ 0.07391357421875,
+ -0.00861358642578125,
+ -0.01294708251953125,
+ -0.04107666015625,
+ 0.0280303955078125,
+ -0.03125,
+ 0.027862548828125,
+ -0.0232086181640625,
+ 0.016876220703125,
+ 0.056060791015625,
+ 0.02410888671875,
+ 0.019012451171875,
+ -0.0020313262939453125,
+ 0.0225830078125,
+ -0.00981903076171875,
+ 0.027862548828125,
+ -0.054290771484375,
+ 0.007053375244140625,
+ -0.0210723876953125,
+ -0.00942230224609375,
+ -0.03338623046875,
+ -0.07318115234375,
+ 0.0035495758056640625,
+ 0.044647216796875,
+ 0.01102447509765625,
+ -0.00861358642578125,
+ 0.004642486572265625,
+ -0.0389404296875,
+ -0.0017747879028320312,
+ 0.0096435546875,
+ -0.02044677734375,
+ 0.02276611328125,
+ 0.02276611328125,
+ -0.036773681640625,
+ -0.000820159912109375,
+ -0.016510009765625,
+ 0.021331787109375,
+ -0.0242919921875,
+ -0.0269622802734375,
+ -0.009063720703125,
+ -0.0036373138427734375,
+ -0.0289306640625,
+ -0.0017852783203125,
+ -0.013214111328125,
+ -0.00687408447265625,
+ 0.0012559890747070312,
+ -0.020172119140625,
+ -0.007678985595703125,
+ -0.0899658203125,
+ -0.052154541015625,
+ -0.0029010772705078125,
+ -0.0209808349609375,
+ -0.0207061767578125,
+ -0.037322998046875,
+ 0.041595458984375,
+ -0.0020313262939453125,
+ -0.018218994140625,
+ -0.01419830322265625,
+ 0.00928497314453125,
+ -0.0303497314453125,
+ 0.01160430908203125,
+ -0.0257110595703125,
+ 0.015716552734375,
+ -0.007904052734375,
+ 0.03338623046875,
+ 0.044830322265625,
+ 0.0316162109375,
+ 0.027496337890625,
+ 0.0621337890625,
+ 0.024993896484375,
+ -0.0294647216796875,
+ 0.0016632080078125,
+ 0.005199432373046875,
+ 0.0283966064453125,
+ -0.00798797607421875,
+ 0.003993988037109375,
+ -0.0280303955078125,
+ -0.0083465576171875,
+ -0.039093017578125,
+ 0.01129150390625,
+ 0.0115203857421875,
+ 0.046783447265625,
+ 0.02374267578125,
+ -0.01312255859375,
+ 0.0013780593872070312,
+ 0.05999755859375,
+ -0.01419830322265625,
+ 0.096435546875,
+ -0.0005578994750976562,
+ -0.04339599609375,
+ 0.028564453125,
+ 0.0164337158203125,
+ -0.032501220703125,
+ -0.00691986083984375,
+ 0.035186767578125,
+ 0.02392578125,
+ 0.04107666015625,
+ 0.03125,
+ -0.041595458984375,
+ 0.01102447509765625,
+ 0.00634002685546875,
+ 0.0235748291015625,
+ -0.00039887428283691406,
+ -0.01473236083984375,
+ 0.03375244140625,
+ 0.049285888671875,
+ 0.0280303955078125,
+ -0.016876220703125,
+ 0.047149658203125,
+ -0.0242919921875,
+ -0.042510986328125,
+ -0.0187530517578125,
+ -0.067138671875,
+ 0.0031909942626953125,
+ 0.01401519775390625,
+ 0.00296783447265625,
+ 0.0382080078125,
+ -0.0428466796875,
+ -0.054290771484375,
+ 0.0133056640625,
+ -0.052154541015625,
+ 0.08282470703125,
+ 0.019378662109375,
+ -0.005535125732421875,
+ 0.0197296142578125,
+ -0.0382080078125,
+ 0.0138397216796875,
+ 0.00426483154296875,
+ 0.0257110595703125,
+ -0.01303863525390625,
+ 0.03375244140625,
+ 0.03607177734375,
+ 0.01535797119140625,
+ -0.0355224609375,
+ 0.01232147216796875,
+ 0.029998779296875,
+ 0.028564453125,
+ -0.0162506103515625,
+ 0.0169677734375,
+ 0.037322998046875,
+ -0.00103759765625,
+ -0.04071044921875,
+ 0.051788330078125,
+ 0.04052734375,
+ -0.0142822265625,
+ 0.0335693359375,
+ -0.0282135009765625,
+ 0.007099151611328125,
+ -0.061431884765625,
+ 0.015716552734375,
+ 0.0026569366455078125,
+ 0.000006854534149169922,
+ 0.00754547119140625,
+ 0.015716552734375,
+ -0.04107666015625,
+ 0.0014057159423828125,
+ 0.0283966064453125,
+ -0.05712890625,
+ 0.00937652587890625,
+ 0.027862548828125,
+ -0.033935546875,
+ 0.0184783935546875,
+ -0.0091094970703125,
+ -0.07354736328125,
+ 0.017059326171875,
+ -0.04266357421875,
+ -0.0528564453125,
+ 0.022674560546875,
+ 0.00576019287109375,
+ -0.0574951171875,
+ -0.021881103515625,
+ -0.041412353515625,
+ -0.0198211669921875,
+ -0.0233917236328125,
+ -0.00571441650390625,
+ 0.0269622802734375,
+ -0.0163421630859375,
+ -0.0008816719055175781,
+ 0.03643798828125,
+ 0.03125,
+ -0.00576019287109375,
+ -0.0242919921875,
+ 0.004730224609375,
+ -0.053924560546875,
+ -0.0283966064453125,
+ 0.02410888671875,
+ 0.0038604736328125,
+ 0.0139312744140625,
+ -0.035186767578125,
+ -0.032501220703125,
+ 0.0096435546875,
+ 0.0014734268188476562,
+ -0.0089263916015625,
+ 0.0248260498046875,
+ -0.036773681640625,
+ -0.039276123046875,
+ -0.04302978515625,
+ 0.0308837890625,
+ 0.030181884765625,
+ 0.0233917236328125,
+ -0.0025119781494140625,
+ -0.048583984375,
+ 0.0280303955078125,
+ -0.035888671875,
+ -0.00629425048828125,
+ 0.003170013427734375,
+ -0.006381988525390625,
+ -0.0033702850341796875,
+ 0.05462646484375,
+ 0.01214599609375,
+ -0.01910400390625,
+ -0.001941680908203125,
+ 0.051055908203125,
+ 0.0242919921875,
+ 0.021697998046875,
+ -0.056427001953125,
+ 0.0242919921875,
+ 0.00576019287109375,
+ -0.043212890625,
+ 0.00665283203125,
+ -0.0221405029296875,
+ -0.0166015625,
+ 0.0175018310546875,
+ -0.08428955078125,
+ -0.0207977294921875,
+ -0.02276611328125,
+ -0.05499267578125,
+ -0.0316162109375,
+ -0.0171356201171875,
+ -0.005512237548828125,
+ -0.03411865234375,
+ 0.035003662109375,
+ 0.021881103515625,
+ 0.011383056640625,
+ 0.033935546875,
+ -0.0008482933044433594,
+ -0.01294708251953125,
+ 0.01348114013671875,
+ 0.0108489990234375,
+ -0.02642822265625,
+ 0.004108428955078125,
+ -0.056427001953125,
+ -0.05712890625,
+ -0.0150909423828125,
+ 0.028564453125,
+ -0.047149658203125,
+ 0.01241302490234375,
+ 0.006740570068359375,
+ -0.0246429443359375,
+ 0.05499267578125,
+ -0.035369873046875,
+ -0.005199432373046875,
+ -0.035888671875,
+ -0.0316162109375,
+ -0.03875732421875,
+ -0.049285888671875,
+ 0.0112457275390625,
+ 0.0262451171875,
+ -0.002410888671875,
+ 0.0382080078125,
+ 0.031951904296875,
+ -0.04376220703125,
+ 0.00942230224609375,
+ 0.0233917236328125,
+ -0.0133056640625,
+ -0.007099151611328125,
+ 0.0139312744140625,
+ -0.013214111328125,
+ -0.01410675048828125,
+ 0.032684326171875,
+ -0.04034423828125,
+ -0.0036830902099609375,
+ -0.067138671875,
+ 0.003482818603515625,
+ -0.01303863525390625,
+ -0.0101776123046875,
+ 0.0106658935546875,
+ -0.005603790283203125,
+ -0.08392333984375,
+ 0.0185699462890625,
+ 0.051055908203125,
+ -0.007633209228515625,
+ -0.0018415451049804688,
+ -0.0222320556640625,
+ -0.005157470703125,
+ -0.0283966064453125,
+ -0.034271240234375,
+ 0.036590576171875,
+ -0.021514892578125,
+ 0.0183868408203125,
+ -0.01294708251953125,
+ -0.044464111328125,
+ 0.021331787109375,
+ 0.03375244140625,
+ 0.037506103515625,
+ 0.035186767578125,
+ 0.0257110595703125,
+ -0.0335693359375,
+ 0.027679443359375,
+ -0.0085296630859375,
+ -0.0174102783203125,
+ -0.0085296630859375,
+ -0.00856781005859375,
+ 0.005893707275390625,
+ -0.035369873046875,
+ -0.032867431640625,
+ 0.016693115234375,
+ 0.0071868896484375,
+ 0.0004658699035644531,
+ -0.039459228515625,
+ -0.0166015625,
+ 0.026611328125,
+ 0.0018415451049804688,
+ 0.0382080078125,
+ -0.019287109375,
+ -0.027496337890625,
+ -0.00914764404296875,
+ 0.007366180419921875,
+ 0.040191650390625,
+ 0.046783447265625,
+ 0.051788330078125,
+ -0.01776123046875,
+ 0.005603790283203125,
+ 0.028564453125,
+ -0.0428466796875,
+ -0.03125,
+ -0.017059326171875,
+ 0.00754547119140625,
+ 0.0185699462890625,
+ 0.039825439453125,
+ 0.0012941360473632812,
+ 0.077880859375,
+ 0.014373779296875,
+ -0.0139312744140625,
+ 0.023040771484375,
+ 0.0482177734375,
+ 0.036590576171875,
+ -0.028564453125,
+ -0.05535888671875,
+ 0.006160736083984375,
+ -0.009735107421875,
+ -0.0257110595703125,
+ -0.0258941650390625,
+ 0.0222320556640625,
+ 0.053924560546875,
+ -0.0767822265625,
+ -0.024993896484375,
+ 0.0013723373413085938,
+ 0.01338958740234375,
+ 0.01348114013671875,
+ 0.021514892578125,
+ -0.030181884765625,
+ 0.035888671875,
+ 0.0004520416259765625,
+ -0.037841796875,
+ -0.00547027587890625,
+ -0.02874755859375,
+ 0.039459228515625,
+ 0.0482177734375,
+ 0.05499267578125,
+ -0.025360107421875,
+ 0.01482391357421875,
+ -0.01232147216796875,
+ 0.0255279541015625,
+ 0.00977325439453125,
+ 0.042327880859375,
+ 0.004573822021484375,
+ 0.0225830078125,
+ 0.0248260498046875,
+ 0.040008544921875,
+ -0.02392578125,
+ -0.0207977294921875,
+ 0.0292816162109375,
+ 0.029998779296875,
+ 0.03143310546875,
+ 0.0282135009765625,
+ 0.0032806396484375,
+ 0.0018634796142578125,
+ 0.01678466796875,
+ -0.0382080078125,
+ 0.007320404052734375,
+ -0.0030803680419921875,
+ 0.006381988525390625,
+ -0.06854248046875,
+ -0.0308837890625,
+ 0.015533447265625,
+ -0.016510009765625,
+ 0.0221405029296875,
+ 0.031951904296875,
+ -0.011962890625,
+ -0.01348114013671875,
+ 0.042510986328125,
+ 0.00017023086547851562,
+ -0.03643798828125,
+ 0.0242919921875,
+ -0.007633209228515625,
+ -0.0173187255859375,
+ -0.036590576171875,
+ -0.04498291015625,
+ 0.0296478271484375,
+ -0.0030574798583984375,
+ -0.044830322265625,
+ -0.0296478271484375,
+ 0.01544189453125,
+ -0.02374267578125,
+ -0.0248260498046875,
+ 0.02044677734375,
+ -0.0289306640625,
+ -0.01097869873046875,
+ -0.0224151611328125,
+ -0.01482391357421875,
+ -0.027313232421875,
+ 0.00919342041015625,
+ -0.063232421875,
+ 0.0012607574462890625,
+ 0.01214599609375,
+ -0.0101776123046875,
+ -0.01454925537109375,
+ -0.0023212432861328125,
+ -0.05499267578125,
+ 0.048919677734375,
+ -0.048583984375,
+ 0.037689208984375,
+ -0.006473541259765625,
+ 0.03857421875,
+ 0.0150909423828125,
+ 0.040191650390625,
+ 0.005176544189453125,
+ -0.00942230224609375,
+ -0.00004601478576660156,
+ -0.0767822265625,
+ 0.01454925537109375,
+ -0.01303863525390625,
+ 0.0138397216796875,
+ -0.0660400390625,
+ -0.00865936279296875,
+ 0.0474853515625,
+ -0.04498291015625,
+ -0.004039764404296875,
+ 0.02642822265625,
+ -0.0176849365234375,
+ -0.044647216796875,
+ 0.00946044921875,
+ -0.00330352783203125,
+ 0.00392913818359375,
+ 0.08355712890625,
+ 0.00112152099609375,
+ -0.0163421630859375,
+ 0.022857666015625,
+ -0.05322265625,
+ 0.0621337890625,
+ 0.0283966064453125,
+ 0.0071868896484375,
+ -0.0316162109375,
+ 0.01526641845703125,
+ 0.01464080810546875,
+ -0.0235748291015625,
+ 0.005313873291015625,
+ -0.06854248046875,
+ 0.008880615234375,
+ 0.0428466796875,
+ -0.0025005340576171875,
+ -0.00749969482421875,
+ 0.01544189453125,
+ -0.016693115234375,
+ -0.01473236083984375,
+ -0.012054443359375,
+ 0.0011272430419921875,
+ 0.0262451171875,
+ 0.00547027587890625,
+ -0.022674560546875,
+ 0.0021419525146484375,
+ -0.0188446044921875,
+ -0.025360107421875,
+ -0.0175018310546875,
+ -0.0246429443359375,
+ 0.032684326171875,
+ -0.005489349365234375,
+ -0.049285888671875,
+ -0.0016069412231445312,
+ 0.0139312744140625,
+ -0.0179443359375,
+ 0.041259765625,
+ 0.051788330078125,
+ -0.04608154296875,
+ 0.0292816162109375,
+ -0.01348114013671875,
+ 0.041961669921875,
+ 0.007587432861328125,
+ -0.00937652587890625,
+ 0.01178741455078125,
+ 0.01294708251953125,
+ 0.0307159423828125,
+ -0.06500244140625,
+ 0.0675048828125,
+ 0.027313232421875,
+ -0.00696563720703125,
+ -0.048919677734375,
+ -0.0435791015625,
+ -0.01812744140625,
+ 0.00475311279296875,
+ -0.024993896484375,
+ 0.0355224609375,
+ 0.020263671875,
+ -0.018218994140625,
+ -0.10711669921875,
+ 0.06640625,
+ -0.022674560546875,
+ 0.00995635986328125,
+ 0.034820556640625,
+ -0.040191650390625,
+ -0.05535888671875,
+ -0.047149658203125,
+ -0.0142822265625,
+ 0.044464111328125,
+ -0.01419830322265625,
+ 0.0262451171875,
+ 0.022491455078125,
+ 0.006427764892578125,
+ 0.0109405517578125,
+ -0.0174102783203125,
+ 0.00417327880859375,
+ 0.01535797119140625,
+ -0.0106658935546875,
+ -0.051788330078125,
+ 0.05712890625,
+ -0.01214599609375,
+ 0.0200042724609375,
+ -0.0022106170654296875,
+ -0.0013837814331054688,
+ 0.01160430908203125,
+ 0.003326416015625,
+ -0.00977325439453125,
+ -0.035888671875,
+ 0.046417236328125,
+ 0.027862548828125,
+ -0.01000213623046875,
+ -0.00817108154296875,
+ -0.0292816162109375,
+ 0.034637451171875,
+ -0.010894775390625,
+ -0.0175018310546875,
+ -0.0112457275390625,
+ -0.00848388671875,
+ -0.0169677734375,
+ -0.03411865234375,
+ -0.053924560546875,
+ -0.08251953125,
+ 0.007366180419921875,
+ -0.05072021484375,
+ -0.0005636215209960938,
+ 0.0126800537109375,
+ 0.0283966064453125,
+ 0.016876220703125,
+ -0.044647216796875,
+ 0.05072021484375,
+ -0.0225830078125,
+ -0.048583984375,
+ -0.04071044921875,
+ 0.009735107421875,
+ -0.0095062255859375,
+ 0.005199432373046875,
+ 0.0077667236328125,
+ -0.03179931640625,
+ 0.0303497314453125,
+ -0.0455322265625,
+ -0.00031256675720214844,
+ -0.02374267578125,
+ 0.021697998046875,
+ -0.053558349609375,
+ 0.01357269287109375,
+ -0.06890869140625,
+ -0.0182952880859375,
+ 0.01410675048828125,
+ -0.00914764404296875,
+ 0.006519317626953125,
+ -0.051055908203125,
+ 0.05322265625,
+ -0.006072998046875,
+ -0.0660400390625,
+ 0.0362548828125,
+ -0.041259765625,
+ -0.058197021484375,
+ -0.032867431640625,
+ -0.019378662109375,
+ -0.0023555755615234375,
+ 0.0139312744140625,
+ 0.0478515625,
+ 0.03875732421875,
+ 0.04571533203125,
+ 0.019378662109375,
+ -0.0682373046875,
+ 0.0221405029296875,
+ 0.001495361328125,
+ -0.0196380615234375,
+ 0.049285888671875,
+ 0.03179931640625,
+ -0.00821685791015625,
+ -0.0013227462768554688,
+ 0.0136566162109375,
+ -0.0914306640625,
+ -0.017852783203125,
+ -0.004062652587890625,
+ -0.06573486328125,
+ 0.018218994140625,
+ 0.0728759765625,
+ 0.034637451171875,
+ 0.03338623046875,
+ -0.003772735595703125,
+ 0.035888671875,
+ 0.0296478271484375,
+ 0.025360107421875,
+ -0.00861358642578125,
+ -0.06964111328125,
+ -0.0033473968505859375,
+ 0.0478515625,
+ 0.037506103515625,
+ -0.07000732421875,
+ 0.032318115234375,
+ 0.056060791015625,
+ 0.0199127197265625,
+ -0.0257110595703125,
+ -0.007232666015625,
+ -0.027679443359375,
+ 0.051055908203125,
+ -0.007633209228515625,
+ 0.02642822265625,
+ -0.0574951171875,
+ 0.0085296630859375,
+ 0.01338958740234375,
+ 0.00513458251953125,
+ 0.0133056640625,
+ -0.01214599609375,
+ -0.01526641845703125,
+ 0.0771484375,
+ -0.06536865234375,
+ 0.004062652587890625,
+ 0.0022430419921875,
+ 0.061431884765625,
+ 0.003993988037109375,
+ -0.07073974609375,
+ -0.0244598388671875,
+ 0.01348114013671875,
+ 0.003170013427734375,
+ -0.0175018310546875,
+ -0.00010460615158081055,
+ -0.0179443359375,
+ -0.043914794921875,
+ 0.0219573974609375,
+ 0.07501220703125,
+ -0.01312255859375,
+ 0.056060791015625,
+ 0.010711669921875,
+ -0.01338958740234375,
+ -0.005001068115234375,
+ 0.00897216796875,
+ -0.0115203857421875,
+ 0.004486083984375,
+ -0.048583984375,
+ -0.04339599609375,
+ -0.04608154296875,
+ 0.03179931640625,
+ 0.0006251335144042969,
+ 0.0408935546875,
+ 0.01348114013671875,
+ 0.0303497314453125,
+ -0.0101776123046875,
+ -0.00421905517578125,
+ 0.0126800537109375,
+ 0.0210723876953125,
+ 0.039459228515625,
+ 0.023040771484375,
+ 0.002880096435546875,
+ 0.01410675048828125,
+ -0.00870513916015625,
+ -0.0161590576171875,
+ 0.0207061767578125,
+ -0.025360107421875,
+ 0.01338958740234375,
+ -0.03375244140625,
+ 0.0207061767578125,
+ 0.003147125244140625,
+ -0.0289306640625,
+ 0.01303863525390625,
+ -0.036590576171875,
+ 0.0005998611450195312,
+ -0.00006383657455444336,
+ -0.0244598388671875,
+ -0.0038394927978515625,
+ 0.05535888671875,
+ -0.036773681640625,
+ 0.0212554931640625,
+ 0.0126800537109375,
+ -0.006561279296875,
+ 0.02874755859375,
+ -0.0628662109375,
+ 0.053558349609375,
+ 0.0316162109375,
+ 0.04571533203125,
+ 0.00682830810546875,
+ 0.0271453857421875,
+ 0.01482391357421875,
+ -0.0292816162109375,
+ 0.0200958251953125,
+ 0.01169586181640625,
+ -0.01482391357421875,
+ 0.060699462890625,
+ 0.040008544921875,
+ 0.0036373138427734375,
+ -0.041412353515625,
+ 0.001049041748046875,
+ 0.01222991943359375,
+ -0.04339599609375,
+ 0.02392578125,
+ 0.004352569580078125,
+ 0.034454345703125,
+ -0.037689208984375,
+ -0.021331787109375,
+ -0.0196380615234375,
+ -0.048919677734375,
+ 0.05712890625,
+ 0.0244598388671875,
+ -0.00807952880859375,
+ 0.03839111328125,
+ -0.039825439453125,
+ 0.042144775390625,
+ 0.03179931640625,
+ 0.0714111328125,
+ -0.0528564453125,
+ 0.046783447265625,
+ 0.00046324729919433594,
+ 0.02410888671875,
+ -0.035369873046875,
+ 0.02392578125,
+ -0.00856781005859375,
+ 0.03802490234375,
+ -0.0283966064453125,
+ 0.08502197265625,
+ 0.04107666015625,
+ -0.0011606216430664062,
+ -0.05572509765625,
+ -0.0246429443359375,
+ -0.005802154541015625,
+ -0.01312255859375,
+ 0.035003662109375,
+ -0.03106689453125,
+ -0.004306793212890625,
+ 0.01303863525390625,
+ 0.01454925537109375,
+ 0.042327880859375,
+ 0.0035266876220703125,
+ 0.01947021484375,
+ -0.0255279541015625,
+ -0.01446533203125,
+ -0.01107025146484375,
+ -0.0032806396484375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "userassist-analysis",
+ "rot13-decoding",
+ "program-execution",
+ "registry-analysis",
+ "execution-frequency",
+ "shortcut-tracking",
+ "malware-detection",
+ "didier-stevens",
+ "scenario:persistence"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Streams",
+ "type": "tool",
+ "name": "Streams",
+ "content": "streams sysinternals-tool detektiert ntfs-alternate-data-streams für versteckte malware- und daten-identifikation. zeigt alle streams pro datei/verzeichnis mit größen- informationen, unterstützt rekursive verzeichnis-scans. besonders wertvoll: malware-hiding-detection in ads, zone.identifier-analyse für download-attribution, command-line-integration für batch-processing und security-audits. cli alternate-data-streams ntfs-forensics malware-detection zone-identifier hidden-data sysinternals security-audit download-attribution recursive-scan incident-response malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.014404296875,
+ 0.041168212890625,
+ 0.039520263671875,
+ -0.0195465087890625,
+ 0.01502227783203125,
+ 0.022125244140625,
+ 0.0094146728515625,
+ 0.0025730133056640625,
+ -0.0007076263427734375,
+ -0.01348114013671875,
+ -0.056793212890625,
+ 0.045684814453125,
+ 0.0014467239379882812,
+ 0.00988006591796875,
+ -0.062164306640625,
+ 0.03704833984375,
+ 0.0011701583862304688,
+ 0.007358551025390625,
+ 0.00455474853515625,
+ 0.0256195068359375,
+ -0.026336669921875,
+ -0.006687164306640625,
+ -0.033538818359375,
+ 0.01430511474609375,
+ 0.01605224609375,
+ 0.016265869140625,
+ -0.005634307861328125,
+ -0.07244873046875,
+ -0.0294342041015625,
+ 0.006046295166015625,
+ 0.0214996337890625,
+ -0.036224365234375,
+ 0.01800537109375,
+ 0.06463623046875,
+ 0.00725555419921875,
+ -0.0419921875,
+ -0.01080322265625,
+ -0.042999267578125,
+ -0.016265869140625,
+ 0.02984619140625,
+ -0.033538818359375,
+ 0.0130157470703125,
+ 0.0286102294921875,
+ -0.02130126953125,
+ -0.0007815361022949219,
+ -0.034576416015625,
+ -0.0145111083984375,
+ 0.004734039306640625,
+ 0.02294921875,
+ -0.061737060546875,
+ 0.04034423828125,
+ 0.0187225341796875,
+ 0.014404296875,
+ -0.0139923095703125,
+ -0.018829345703125,
+ 0.02264404296875,
+ 0.00782012939453125,
+ -0.01554107666015625,
+ -0.045074462890625,
+ 0.058441162109375,
+ -0.05596923828125,
+ -0.0192413330078125,
+ -0.0015630722045898438,
+ -0.012298583984375,
+ 0.013275146484375,
+ 0.037872314453125,
+ -0.005146026611328125,
+ -0.0208892822265625,
+ 0.0019817352294921875,
+ -0.0112152099609375,
+ 0.0061492919921875,
+ -0.05206298828125,
+ -0.0197601318359375,
+ 0.0321044921875,
+ -0.0216064453125,
+ -0.032928466796875,
+ 0.01378631591796875,
+ -0.00360107421875,
+ 0.036224365234375,
+ -0.017181396484375,
+ -0.042999267578125,
+ 0.0035762786865234375,
+ 0.055572509765625,
+ -0.02984619140625,
+ 0.007770538330078125,
+ 0.01378631591796875,
+ 0.00905609130859375,
+ 0.0120391845703125,
+ -0.0164642333984375,
+ -0.0130157470703125,
+ 0.026031494140625,
+ 0.016357421875,
+ 0.006458282470703125,
+ 0.004116058349609375,
+ 0.051666259765625,
+ 0.045684814453125,
+ -0.007049560546875,
+ -0.01085662841796875,
+ 0.0003972053527832031,
+ 0.04034423828125,
+ 0.016876220703125,
+ -0.0321044921875,
+ 0.04364013671875,
+ -0.018310546875,
+ 0.040740966796875,
+ -0.0066375732421875,
+ 0.0203704833984375,
+ -0.016876220703125,
+ -0.01198577880859375,
+ -0.0300445556640625,
+ -0.1041259765625,
+ -0.018829345703125,
+ 0.00030875205993652344,
+ -0.06793212890625,
+ -0.0275726318359375,
+ -0.004169464111328125,
+ 0.006072998046875,
+ 0.0308685302734375,
+ -0.03253173828125,
+ -0.0650634765625,
+ 0.01003265380859375,
+ 0.013580322265625,
+ -0.0009198188781738281,
+ 0.0196533203125,
+ -0.044647216796875,
+ -0.05596923828125,
+ -0.0072021484375,
+ 0.044464111328125,
+ -0.0081787109375,
+ -0.049591064453125,
+ -0.005992889404296875,
+ -0.0169830322265625,
+ -0.0300445556640625,
+ -0.03375244140625,
+ -0.01003265380859375,
+ 0.0125579833984375,
+ 0.0113677978515625,
+ -0.0001977682113647461,
+ -0.0030364990234375,
+ 0.002971649169921875,
+ 0.0491943359375,
+ -0.0465087890625,
+ -0.05206298828125,
+ 0.0012025833129882812,
+ -0.020782470703125,
+ -0.00684356689453125,
+ -0.01214599609375,
+ 0.057220458984375,
+ -0.042816162109375,
+ -0.007564544677734375,
+ -0.023468017578125,
+ 0.022735595703125,
+ 0.058441162109375,
+ -0.001659393310546875,
+ 0.0211944580078125,
+ -0.032318115234375,
+ -0.0072021484375,
+ -0.01306915283203125,
+ 0.053924560546875,
+ -0.01194000244140625,
+ -0.01605224609375,
+ -0.010498046875,
+ -0.00946807861328125,
+ 0.039520263671875,
+ -0.0253143310546875,
+ -0.03314208984375,
+ -0.0164642333984375,
+ 0.018829345703125,
+ 0.0081329345703125,
+ -0.004398345947265625,
+ 0.04425048828125,
+ 0.007049560546875,
+ 0.036834716796875,
+ 0.0897216796875,
+ 0.006946563720703125,
+ 0.02520751953125,
+ 0.0048370361328125,
+ 0.0214996337890625,
+ 0.02655029296875,
+ 0.01739501953125,
+ -0.0214996337890625,
+ -0.0220184326171875,
+ 0.027374267578125,
+ -0.00864410400390625,
+ 0.01934814453125,
+ -0.0102386474609375,
+ -0.01183319091796875,
+ -0.003910064697265625,
+ -0.01554107666015625,
+ 0.034576416015625,
+ -0.029022216796875,
+ -0.0092620849609375,
+ 0.003421783447265625,
+ 0.0261383056640625,
+ 0.0181121826171875,
+ 0.06585693359375,
+ 0.0081329345703125,
+ 0.0014667510986328125,
+ 0.055145263671875,
+ -0.005889892578125,
+ 0.024078369140625,
+ 0.018218994140625,
+ 0.0231475830078125,
+ 0.032928466796875,
+ 0.00176239013671875,
+ 0.002288818359375,
+ 0.0034732818603515625,
+ 0.0255126953125,
+ 0.03253173828125,
+ -0.030670166015625,
+ 0.00627899169921875,
+ 0.05206298828125,
+ -0.027984619140625,
+ -0.0239715576171875,
+ -0.033538818359375,
+ -0.053924560546875,
+ 0.030670166015625,
+ -0.0074615478515625,
+ -0.0277862548828125,
+ -0.004863739013671875,
+ -0.0267486572265625,
+ -0.0072021484375,
+ 0.00414276123046875,
+ 0.029632568359375,
+ -0.042388916015625,
+ 0.042205810546875,
+ 0.050628662109375,
+ -0.0247955322265625,
+ -0.0386962890625,
+ 0.0238800048828125,
+ 0.035186767578125,
+ 0.0006079673767089844,
+ -0.0054779052734375,
+ 0.01003265380859375,
+ -0.0015497207641601562,
+ -0.005634307861328125,
+ 0.04754638671875,
+ 0.042388916015625,
+ -0.003627777099609375,
+ -0.00560760498046875,
+ -0.0214996337890625,
+ 0.03045654296875,
+ 0.01194000244140625,
+ 0.0235595703125,
+ 0.0491943359375,
+ -0.0216064453125,
+ 0.018829345703125,
+ -0.01018524169921875,
+ 0.0187225341796875,
+ 0.05474853515625,
+ -0.053924560546875,
+ -0.0244903564453125,
+ -0.07122802734375,
+ 0.035614013671875,
+ -0.03436279296875,
+ -0.01800537109375,
+ -0.030670166015625,
+ -0.0806884765625,
+ 0.046722412109375,
+ -0.016357421875,
+ -0.030670166015625,
+ -0.022125244140625,
+ 0.0056610107421875,
+ 0.01934814453125,
+ 0.034576416015625,
+ 0.0184173583984375,
+ -0.044036865234375,
+ 0.0167694091796875,
+ 0.07574462890625,
+ -0.0166778564453125,
+ -0.02191162109375,
+ -0.020477294921875,
+ 0.0292205810546875,
+ 0.00833892822265625,
+ 0.0292205810546875,
+ -0.01291656494140625,
+ 0.0001760721206665039,
+ 0.017181396484375,
+ -0.0022125244140625,
+ 0.0244903564453125,
+ -0.01250457763671875,
+ 0.015228271484375,
+ -0.00022351741790771484,
+ 0.041168212890625,
+ -0.069580078125,
+ -0.0092620849609375,
+ -0.02264404296875,
+ 0.01512908935546875,
+ -0.01471710205078125,
+ -0.0498046875,
+ -0.005401611328125,
+ 0.03826904296875,
+ -0.005634307861328125,
+ -0.0085906982421875,
+ 0.03436279296875,
+ -0.048980712890625,
+ -0.01085662841796875,
+ -0.01142120361328125,
+ -0.0413818359375,
+ 0.00627899169921875,
+ 0.053924560546875,
+ -0.045074462890625,
+ 0.01348114013671875,
+ 0.01183319091796875,
+ 0.0166778564453125,
+ -0.0302581787109375,
+ -0.02191162109375,
+ -0.025421142578125,
+ -0.022735595703125,
+ -0.0294342041015625,
+ -0.031890869140625,
+ 0.00643157958984375,
+ -0.0217132568359375,
+ 0.0159454345703125,
+ 0.01235198974609375,
+ -0.00977325439453125,
+ -0.0438232421875,
+ -0.04693603515625,
+ 0.01419830322265625,
+ -0.023468017578125,
+ -0.037872314453125,
+ -0.046295166015625,
+ 0.03375244140625,
+ 0.004169464111328125,
+ 0.00039386749267578125,
+ 0.00013184547424316406,
+ -0.006404876708984375,
+ -0.0531005859375,
+ 0.0413818359375,
+ -0.013580322265625,
+ 0.0178070068359375,
+ 0.00931549072265625,
+ 0.032318115234375,
+ 0.01502227783203125,
+ 0.02099609375,
+ 0.01800537109375,
+ 0.0458984375,
+ 0.02099609375,
+ -0.031280517578125,
+ -0.0247039794921875,
+ -0.0153350830078125,
+ -0.007717132568359375,
+ -0.004425048828125,
+ -0.0286102294921875,
+ -0.033966064453125,
+ -0.031707763671875,
+ -0.02069091796875,
+ 0.018524169921875,
+ 0.0117340087890625,
+ 0.0360107421875,
+ 0.0235595703125,
+ -0.0244903564453125,
+ -0.005558013916015625,
+ 0.04034423828125,
+ 0.0148162841796875,
+ 0.09466552734375,
+ -0.00936126708984375,
+ -0.006561279296875,
+ 0.01512908935546875,
+ 0.037872314453125,
+ -0.01029205322265625,
+ 0.01126861572265625,
+ -0.0008873939514160156,
+ 0.0074615478515625,
+ -0.0205841064453125,
+ -0.0035495758056640625,
+ 0.0036525726318359375,
+ 0.0321044921875,
+ -0.0043487548828125,
+ 0.0222320556640625,
+ 0.0139923095703125,
+ 0.00553131103515625,
+ 0.0166778564453125,
+ 0.048980712890625,
+ 0.035614013671875,
+ 0.005401611328125,
+ 0.0386962890625,
+ -0.0267486572265625,
+ -0.0275726318359375,
+ -0.02069091796875,
+ -0.07696533203125,
+ 0.0037822723388671875,
+ 0.00807952880859375,
+ 0.0020961761474609375,
+ 0.0491943359375,
+ -0.01142120361328125,
+ -0.07122802734375,
+ 0.0360107421875,
+ -0.03704833984375,
+ 0.058868408203125,
+ 0.038482666015625,
+ 0.007099151611328125,
+ 0.031707763671875,
+ -0.01461029052734375,
+ 0.013580322265625,
+ 0.016876220703125,
+ -0.006946563720703125,
+ 0.0283966064453125,
+ 0.061737060546875,
+ 0.0269622802734375,
+ -0.023468017578125,
+ -0.04815673828125,
+ 0.00225067138671875,
+ 0.037261962890625,
+ 0.01235198974609375,
+ 0.01378631591796875,
+ 0.0157470703125,
+ 0.0217132568359375,
+ 0.003627777099609375,
+ -0.061737060546875,
+ 0.0498046875,
+ 0.02984619140625,
+ -0.0074615478515625,
+ 0.0027523040771484375,
+ -0.0136871337890625,
+ 0.0136871337890625,
+ -0.051849365234375,
+ 0.01275634765625,
+ -0.01142120361328125,
+ 0.00038743019104003906,
+ 0.0099334716796875,
+ 0.01348114013671875,
+ -0.0675048828125,
+ -0.00238037109375,
+ 0.07244873046875,
+ -0.06707763671875,
+ 0.0192413330078125,
+ 0.032928466796875,
+ -0.051666259765625,
+ 0.006481170654296875,
+ -0.022430419921875,
+ -0.0650634765625,
+ 0.01800537109375,
+ -0.044464111328125,
+ -0.027374267578125,
+ 0.01224517822265625,
+ -0.00553131103515625,
+ -0.05267333984375,
+ -0.052276611328125,
+ -0.02880859375,
+ -0.03045654296875,
+ -0.0022125244140625,
+ -0.01512908935546875,
+ 0.02984619140625,
+ 0.0008425712585449219,
+ -0.0035762786865234375,
+ 0.056793212890625,
+ 0.05023193359375,
+ -0.024383544921875,
+ -0.05145263671875,
+ 0.029632568359375,
+ -0.0214080810546875,
+ -0.0654296875,
+ 0.0202789306640625,
+ 0.006561279296875,
+ 0.03314208984375,
+ -0.0286102294921875,
+ -0.029022216796875,
+ 0.0004405975341796875,
+ 0.052490234375,
+ 0.002483367919921875,
+ 0.007770538330078125,
+ -0.04425048828125,
+ -0.010650634765625,
+ -0.035186767578125,
+ 0.041168212890625,
+ 0.0360107421875,
+ 0.040740966796875,
+ 0.01198577880859375,
+ -0.04547119140625,
+ 0.044647216796875,
+ -0.06829833984375,
+ 0.02716064453125,
+ 0.005275726318359375,
+ -0.004734039306640625,
+ -0.003910064697265625,
+ 0.046112060546875,
+ -0.0158538818359375,
+ -0.00041484832763671875,
+ 0.01280975341796875,
+ 0.0386962890625,
+ 0.01214599609375,
+ -0.007717132568359375,
+ -0.041168212890625,
+ 0.020477294921875,
+ 0.0169830322265625,
+ -0.053924560546875,
+ -0.03375244140625,
+ -0.019134521484375,
+ -0.0081329345703125,
+ 0.0231475830078125,
+ -0.06298828125,
+ -0.004116058349609375,
+ 0.01291656494140625,
+ -0.07080078125,
+ -0.025421142578125,
+ -0.02716064453125,
+ -0.02716064453125,
+ -0.0197601318359375,
+ 0.034149169921875,
+ -0.00890350341796875,
+ -0.01461029052734375,
+ 0.03045654296875,
+ 0.0036525726318359375,
+ -0.0026874542236328125,
+ -0.00238037109375,
+ 0.0091094970703125,
+ -0.01739501953125,
+ 0.0038585662841796875,
+ -0.06134033203125,
+ -0.056793212890625,
+ -0.0281982421875,
+ 0.02880859375,
+ -0.0223236083984375,
+ -0.002597808837890625,
+ -0.0036792755126953125,
+ -0.0169830322265625,
+ 0.037261962890625,
+ -0.004322052001953125,
+ -0.00658416748046875,
+ -0.0225372314453125,
+ -0.00988006591796875,
+ -0.042205810546875,
+ -0.0197601318359375,
+ 0.010498046875,
+ -0.012451171875,
+ -0.0178070068359375,
+ 0.00266265869140625,
+ 0.048370361328125,
+ -0.05206298828125,
+ 0.0192413330078125,
+ 0.02520751953125,
+ -0.02130126953125,
+ 0.031707763671875,
+ 0.00283050537109375,
+ 0.01378631591796875,
+ -0.001865386962890625,
+ 0.006740570068359375,
+ -0.04034423828125,
+ -0.0321044921875,
+ -0.08477783203125,
+ 0.036834716796875,
+ 0.003833770751953125,
+ 0.0241851806640625,
+ -0.005840301513671875,
+ -0.015228271484375,
+ -0.06793212890625,
+ 0.01116180419921875,
+ 0.05023193359375,
+ 0.043426513671875,
+ -0.0066375732421875,
+ -0.03271484375,
+ -0.019866943359375,
+ 0.0169830322265625,
+ -0.0380859375,
+ 0.027374267578125,
+ 0.011474609375,
+ -0.015228271484375,
+ 0.0167694091796875,
+ -0.053497314453125,
+ 0.032318115234375,
+ 0.030670166015625,
+ 0.029022216796875,
+ 0.040130615234375,
+ -0.00176239013671875,
+ -0.01055145263671875,
+ 0.0386962890625,
+ 0.01157379150390625,
+ -0.020172119140625,
+ -0.00936126708984375,
+ 0.004425048828125,
+ 0.038909912109375,
+ -0.03436279296875,
+ -0.02984619140625,
+ 0.00003635883331298828,
+ -0.0054779052734375,
+ 0.010498046875,
+ 0.007770538330078125,
+ -0.0203704833984375,
+ 0.0164642333984375,
+ -0.0009069442749023438,
+ 0.07080078125,
+ -0.03375244140625,
+ -0.04693603515625,
+ 0.004734039306640625,
+ 0.0169830322265625,
+ 0.0283966064453125,
+ 0.0347900390625,
+ 0.0066375732421875,
+ -0.014923095703125,
+ 0.004169464111328125,
+ 0.044647216796875,
+ -0.01502227783203125,
+ -0.056396484375,
+ -0.035797119140625,
+ -0.00504302978515625,
+ 0.01070404052734375,
+ 0.05023193359375,
+ 0.00797271728515625,
+ 0.06256103515625,
+ 0.0236663818359375,
+ -0.0085906982421875,
+ 0.0244903564453125,
+ 0.040557861328125,
+ 0.052490234375,
+ -0.032928466796875,
+ -0.039306640625,
+ 0.0239715576171875,
+ 0.008026123046875,
+ -0.037261962890625,
+ -0.042999267578125,
+ 0.0026760101318359375,
+ 0.0452880859375,
+ -0.07489013671875,
+ -0.0094146728515625,
+ -0.01306915283203125,
+ -0.0087432861328125,
+ 0.0242919921875,
+ 0.0156402587890625,
+ -0.01280975341796875,
+ 0.0011835098266601562,
+ 0.010498046875,
+ -0.0380859375,
+ -0.005275726318359375,
+ -0.0222320556640625,
+ 0.0426025390625,
+ 0.03314208984375,
+ 0.020782470703125,
+ -0.0014410018920898438,
+ 0.0302581787109375,
+ -0.014923095703125,
+ 0.045684814453125,
+ -0.00972747802734375,
+ 0.014404296875,
+ 0.0302581787109375,
+ 0.02984619140625,
+ 0.040130615234375,
+ 0.0687255859375,
+ -0.031707763671875,
+ -0.033538818359375,
+ 0.00936126708984375,
+ 0.033966064453125,
+ 0.055145263671875,
+ 0.0262451171875,
+ -0.0103912353515625,
+ 0.004245758056640625,
+ -0.0007910728454589844,
+ -0.0281982421875,
+ 0.0112152099609375,
+ -0.023468017578125,
+ -0.029022216796875,
+ -0.032928466796875,
+ -0.0145111083984375,
+ 0.011322021484375,
+ -0.050018310546875,
+ 0.034576416015625,
+ 0.010345458984375,
+ -0.029022216796875,
+ 0.01003265380859375,
+ 0.03497314453125,
+ 0.00159454345703125,
+ -0.053497314453125,
+ 0.007770538330078125,
+ -0.0066375732421875,
+ -0.02130126953125,
+ -0.038482666015625,
+ -0.029022216796875,
+ 0.01512908935546875,
+ -0.012451171875,
+ -0.0458984375,
+ -0.0255126953125,
+ 0.019866943359375,
+ 0.00022029876708984375,
+ -0.010650634765625,
+ -0.01461029052734375,
+ 0.0310821533203125,
+ -0.0164642333984375,
+ -0.0438232421875,
+ -0.048980712890625,
+ -0.0005049705505371094,
+ 0.02191162109375,
+ -0.03375244140625,
+ 0.023468017578125,
+ -0.0072021484375,
+ -0.029632568359375,
+ 0.005016326904296875,
+ -0.005222320556640625,
+ -0.037872314453125,
+ 0.031707763671875,
+ -0.052276611328125,
+ 0.052276611328125,
+ 0.0250091552734375,
+ 0.00360107421875,
+ 0.042999267578125,
+ 0.072021484375,
+ -0.01800537109375,
+ -0.0157470703125,
+ -0.003253936767578125,
+ -0.058441162109375,
+ 0.02880859375,
+ 0.00414276123046875,
+ 0.00962066650390625,
+ -0.0794677734375,
+ 0.02130126953125,
+ 0.06256103515625,
+ -0.0654296875,
+ 0.0156402587890625,
+ -0.0011510848999023438,
+ -0.00286865234375,
+ -0.06829833984375,
+ 0.0084381103515625,
+ 0.023468017578125,
+ 0.0169830322265625,
+ 0.0806884765625,
+ -0.0159454345703125,
+ -0.010955810546875,
+ -0.0127105712890625,
+ -0.056793212890625,
+ 0.0458984375,
+ 0.007770538330078125,
+ 0.0255126953125,
+ -0.0253143310546875,
+ 0.062164306640625,
+ 0.0184173583984375,
+ -0.011627197265625,
+ 0.00853729248046875,
+ -0.0662841796875,
+ 0.007049560546875,
+ 0.0148162841796875,
+ 0.024078369140625,
+ -0.0308685302734375,
+ -0.019866943359375,
+ -0.016265869140625,
+ -0.005401611328125,
+ -0.014404296875,
+ 0.0178070068359375,
+ 0.0261383056640625,
+ 0.01312255859375,
+ -0.046112060546875,
+ 0.00740814208984375,
+ -0.006072998046875,
+ -0.03253173828125,
+ -0.039306640625,
+ -0.032318115234375,
+ 0.0283966064453125,
+ 0.00792694091796875,
+ -0.06256103515625,
+ 0.007099151611328125,
+ 0.00045990943908691406,
+ 0.01209259033203125,
+ 0.01554107666015625,
+ 0.05023193359375,
+ -0.031280517578125,
+ 0.00032806396484375,
+ 0.005970001220703125,
+ 0.025726318359375,
+ 0.00045013427734375,
+ 0.01461029052734375,
+ 0.0203704833984375,
+ 0.0026378631591796875,
+ 0.012451171875,
+ -0.035186767578125,
+ 0.03314208984375,
+ 0.060089111328125,
+ -0.024383544921875,
+ -0.0576171875,
+ -0.0380859375,
+ -0.0167694091796875,
+ 0.03765869140625,
+ -0.0438232421875,
+ 0.03436279296875,
+ 0.0062255859375,
+ 0.0026378631591796875,
+ -0.0687255859375,
+ 0.05023193359375,
+ -0.00833892822265625,
+ 0.0040130615234375,
+ 0.0231475830078125,
+ -0.01409912109375,
+ -0.0543212890625,
+ -0.01995849609375,
+ -0.0203704833984375,
+ 0.017486572265625,
+ -0.0250091552734375,
+ 0.0091552734375,
+ 0.01235198974609375,
+ -0.01059722900390625,
+ 0.0156402587890625,
+ -0.0047607421875,
+ -0.0103912353515625,
+ 0.0426025390625,
+ -0.01348114013671875,
+ -0.04876708984375,
+ 0.060089111328125,
+ -0.01183319091796875,
+ 0.01152801513671875,
+ -0.012451171875,
+ 0.032318115234375,
+ 0.0128631591796875,
+ -0.0091094970703125,
+ -0.01029205322265625,
+ -0.007770538330078125,
+ 0.042816162109375,
+ 0.04547119140625,
+ -0.0013952255249023438,
+ 0.0148162841796875,
+ -0.031890869140625,
+ 0.0214996337890625,
+ 0.042816162109375,
+ -0.00853729248046875,
+ 0.037261962890625,
+ 0.0261383056640625,
+ -0.0192413330078125,
+ -0.03436279296875,
+ -0.057220458984375,
+ -0.06341552734375,
+ 0.011474609375,
+ -0.044036865234375,
+ -0.0269622802734375,
+ 0.035797119140625,
+ 0.01239776611328125,
+ 0.023468017578125,
+ -0.01111602783203125,
+ 0.047119140625,
+ -0.00782012939453125,
+ -0.032318115234375,
+ -0.0184173583984375,
+ 0.00823211669921875,
+ -0.018310546875,
+ -0.00905609130859375,
+ 0.01080322265625,
+ -0.0136871337890625,
+ 0.04034423828125,
+ -0.033538818359375,
+ -0.002277374267578125,
+ -0.031280517578125,
+ 0.00406646728515625,
+ -0.03826904296875,
+ 0.0294342041015625,
+ -0.061737060546875,
+ -0.0117340087890625,
+ 0.0247039794921875,
+ 0.0216064453125,
+ 0.0052490234375,
+ -0.034576416015625,
+ 0.049407958984375,
+ -0.012451171875,
+ -0.056396484375,
+ 0.038909912109375,
+ -0.02294921875,
+ -0.0139923095703125,
+ -0.0004372596740722656,
+ -0.0300445556640625,
+ -0.0074615478515625,
+ 0.0028820037841796875,
+ 0.0294342041015625,
+ 0.056396484375,
+ 0.018310546875,
+ 0.00019931793212890625,
+ -0.030670166015625,
+ -0.0178985595703125,
+ 0.007099151611328125,
+ 0.017486572265625,
+ 0.02716064453125,
+ 0.015228271484375,
+ -0.0253143310546875,
+ 0.01177978515625,
+ 0.005298614501953125,
+ -0.0675048828125,
+ -0.021820068359375,
+ -0.0242919921875,
+ -0.0504150390625,
+ 0.0197601318359375,
+ 0.09796142578125,
+ 0.04547119140625,
+ -0.005786895751953125,
+ 0.009521484375,
+ 0.052276611328125,
+ 0.03973388671875,
+ 0.0125579833984375,
+ -0.009979248046875,
+ -0.060516357421875,
+ 0.004322052001953125,
+ -0.0048370361328125,
+ 0.01378631591796875,
+ -0.044036865234375,
+ 0.0491943359375,
+ 0.03826904296875,
+ -0.0020198822021484375,
+ -0.0277862548828125,
+ 0.010650634765625,
+ -0.01209259033203125,
+ 0.046295166015625,
+ 0.026336669921875,
+ 0.0170745849609375,
+ -0.06915283203125,
+ 0.033355712890625,
+ 0.0250091552734375,
+ 0.0004565715789794922,
+ -0.031494140625,
+ -0.0205841064453125,
+ -0.02099609375,
+ 0.05596923828125,
+ -0.0413818359375,
+ -0.00936126708984375,
+ 0.01306915283203125,
+ 0.09423828125,
+ 0.0294342041015625,
+ -0.006534576416015625,
+ -0.048370361328125,
+ 0.035400390625,
+ 0.021820068359375,
+ -0.029022216796875,
+ 0.0139923095703125,
+ -0.0255126953125,
+ -0.004398345947265625,
+ 0.02191162109375,
+ 0.07574462890625,
+ 0.00988006591796875,
+ 0.03662109375,
+ -0.0049896240234375,
+ -0.0294342041015625,
+ 0.0178070068359375,
+ -0.0220184326171875,
+ 0.0300445556640625,
+ 0.0091094970703125,
+ -0.046112060546875,
+ -0.0186309814453125,
+ -0.04876708984375,
+ 0.03826904296875,
+ -0.004451751708984375,
+ 0.042816162109375,
+ 0.0300445556640625,
+ 0.027984619140625,
+ 0.0178985595703125,
+ 0.042816162109375,
+ 0.0030994415283203125,
+ 0.037261962890625,
+ 0.02716064453125,
+ 0.01250457763671875,
+ 0.018310546875,
+ 0.012603759765625,
+ -0.0205841064453125,
+ -0.0164642333984375,
+ 0.045074462890625,
+ -0.031707763671875,
+ -0.00699615478515625,
+ -0.02099609375,
+ 0.0026111602783203125,
+ 0.019134521484375,
+ -0.01280975341796875,
+ -0.023773193359375,
+ -0.04754638671875,
+ -0.0028820037841796875,
+ 0.003047943115234375,
+ -0.05926513671875,
+ -0.0235595703125,
+ 0.051239013671875,
+ -0.05023193359375,
+ 0.0360107421875,
+ 0.0197601318359375,
+ -0.0006818771362304688,
+ -0.0013952255249023438,
+ -0.0699462890625,
+ 0.051239013671875,
+ 0.0239715576171875,
+ 0.020172119140625,
+ 0.002109527587890625,
+ 0.00023794174194335938,
+ 0.0216064453125,
+ -0.016265869140625,
+ 0.042999267578125,
+ -0.00787353515625,
+ -0.018310546875,
+ 0.044036865234375,
+ 0.053924560546875,
+ -0.001087188720703125,
+ -0.026336669921875,
+ 0.0255126953125,
+ 0.01018524169921875,
+ -0.033538818359375,
+ 0.047760009765625,
+ 0.02459716796875,
+ 0.0277862548828125,
+ -0.02459716796875,
+ -0.035614013671875,
+ -0.0074615478515625,
+ -0.043212890625,
+ 0.05596923828125,
+ 0.01739501953125,
+ 0.00007474422454833984,
+ 0.0300445556640625,
+ -0.0465087890625,
+ 0.06793212890625,
+ 0.0292205810546875,
+ 0.058441162109375,
+ -0.0286102294921875,
+ 0.030670166015625,
+ -0.0011320114135742188,
+ 0.0164642333984375,
+ -0.0222320556640625,
+ 0.0170745849609375,
+ -0.0294342041015625,
+ 0.0347900390625,
+ -0.0438232421875,
+ 0.0732421875,
+ 0.007358551025390625,
+ -0.003047943115234375,
+ -0.0609130859375,
+ -0.0175933837890625,
+ 0.0033435821533203125,
+ -0.00766754150390625,
+ 0.0281982421875,
+ -0.041168212890625,
+ -0.01280975341796875,
+ 0.0058135986328125,
+ 0.031707763671875,
+ 0.085205078125,
+ -0.005889892578125,
+ 0.0233612060546875,
+ -0.018829345703125,
+ -0.0253143310546875,
+ 0.0223236083984375,
+ -0.0223236083984375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "alternate-data-streams",
+ "ntfs-forensics",
+ "malware-detection",
+ "zone-identifier",
+ "hidden-data",
+ "sysinternals",
+ "security-audit",
+ "download-attribution",
+ "recursive-scan"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Elasticsearch",
+ "type": "tool",
+ "name": "Elasticsearch",
+ "content": "elasticsearch durchsucht petabytes forensischer logs in echtzeit durch verteilte lucene-basierte volltextsuche für moderne soc-infrastrukturen. json-native architektur verarbeitet strukturierte und unstrukturierte ermittlungsdaten gleichzeitig. aggregations-framework erstellt komplexe timeline-analysen, geo-queries korrelieren events geografisch. machine-learning-features erkennen anomalien automatisch. horizontal skalierbar von single-node bis multi-datacenter-clustern. basis für elk-stack und siem-systeme. search big-data incident-response network-forensics analysis",
+ "embedding": [
+ -0.024627685546875,
+ 0.01904296875,
+ 0.043426513671875,
+ 0.0161285400390625,
+ 0.00836944580078125,
+ 0.0274658203125,
+ 0.01904296875,
+ -0.0194854736328125,
+ 0.00934600830078125,
+ -0.01806640625,
+ -0.013824462890625,
+ 0.04571533203125,
+ 0.01497650146484375,
+ -0.0055389404296875,
+ -0.04571533203125,
+ 0.0419921875,
+ -0.0037212371826171875,
+ 0.01213836669921875,
+ 0.033843994140625,
+ -0.008636474609375,
+ -0.0091705322265625,
+ -0.006866455078125,
+ -0.04925537109375,
+ 0.0039215087890625,
+ 0.0178985595703125,
+ 0.0085906982421875,
+ 0.0011682510375976562,
+ -0.037200927734375,
+ -0.00434112548828125,
+ 0.024627685546875,
+ 0.01444244384765625,
+ -0.037750244140625,
+ 0.007617950439453125,
+ 0.0197601318359375,
+ -0.0091705322265625,
+ -0.0244598388671875,
+ 0.013824462890625,
+ -0.05316162109375,
+ -0.0253448486328125,
+ 0.0478515625,
+ -0.01275634765625,
+ 0.03118896484375,
+ 0.0206451416015625,
+ -0.030303955078125,
+ -0.03826904296875,
+ -0.05810546875,
+ -0.00576019287109375,
+ -0.008636474609375,
+ -0.002193450927734375,
+ -0.0380859375,
+ 0.0380859375,
+ 0.0162200927734375,
+ 0.00872802734375,
+ -0.005558013916015625,
+ -0.055999755859375,
+ 0.0045166015625,
+ 0.0249786376953125,
+ -0.0168304443359375,
+ -0.05670166015625,
+ 0.046417236328125,
+ -0.0225067138671875,
+ 0.00438690185546875,
+ -0.0194854736328125,
+ -0.006336212158203125,
+ 0.0240936279296875,
+ 0.026763916015625,
+ -0.003299713134765625,
+ -0.01169586181640625,
+ 0.03118896484375,
+ -0.0151519775390625,
+ 0.022674560546875,
+ -0.007442474365234375,
+ -0.0077972412109375,
+ 0.049957275390625,
+ 0.0052490234375,
+ -0.0306549072265625,
+ 0.0213470458984375,
+ 0.0188751220703125,
+ -0.006023406982421875,
+ 0.01497650146484375,
+ -0.0216217041015625,
+ 0.008636474609375,
+ 0.0419921875,
+ -0.0002422332763671875,
+ -0.039337158203125,
+ -0.01267242431640625,
+ 0.02569580078125,
+ 0.012847900390625,
+ -0.0244598388671875,
+ 0.007175445556640625,
+ 0.0009469985961914062,
+ -0.009033203125,
+ 0.026397705078125,
+ -0.010101318359375,
+ 0.04925537109375,
+ 0.0631103515625,
+ -0.0288848876953125,
+ -0.019317626953125,
+ -0.020294189453125,
+ 0.035797119140625,
+ 0.00753021240234375,
+ -0.0345458984375,
+ 0.06695556640625,
+ -0.012847900390625,
+ 0.042877197265625,
+ -0.021087646484375,
+ -0.0274658203125,
+ -0.051727294921875,
+ 0.023040771484375,
+ -0.028533935546875,
+ -0.109130859375,
+ -0.0279998779296875,
+ -0.0258636474609375,
+ -0.035247802734375,
+ -0.006023406982421875,
+ -0.006465911865234375,
+ -0.010406494140625,
+ 0.03704833984375,
+ -0.039154052734375,
+ -0.06060791015625,
+ 0.0187835693359375,
+ 0.0364990234375,
+ 0.004741668701171875,
+ 0.0225067138671875,
+ -0.041107177734375,
+ -0.0364990234375,
+ -0.0077972412109375,
+ 0.015777587890625,
+ -0.035614013671875,
+ -0.0184326171875,
+ 0.0012407302856445312,
+ -0.018157958984375,
+ -0.01532745361328125,
+ -0.0269317626953125,
+ -0.00551605224609375,
+ -0.042694091796875,
+ 0.0364990234375,
+ 0.0059814453125,
+ -0.01204681396484375,
+ 0.028350830078125,
+ 0.049957275390625,
+ -0.0325927734375,
+ -0.057403564453125,
+ 0.00713348388671875,
+ -0.03118896484375,
+ -0.0384521484375,
+ -0.0216217041015625,
+ 0.06378173828125,
+ -0.0253448486328125,
+ 0.005847930908203125,
+ -0.01071929931640625,
+ 0.02923583984375,
+ 0.04925537109375,
+ 0.008636474609375,
+ 0.0258636474609375,
+ -0.037384033203125,
+ 0.0010576248168945312,
+ -0.001361846923828125,
+ 0.0361328125,
+ -0.0019159317016601562,
+ -0.00341033935546875,
+ 0.039337158203125,
+ -0.01081085205078125,
+ 0.0187835693359375,
+ -0.02923583984375,
+ -0.00576019287109375,
+ -0.039520263671875,
+ 0.041290283203125,
+ 0.00836944580078125,
+ -0.011962890625,
+ 0.006290435791015625,
+ -0.00801849365234375,
+ 0.0478515625,
+ 0.06768798828125,
+ -0.00934600830078125,
+ 0.0249786376953125,
+ -0.011962890625,
+ -0.0255126953125,
+ 0.04962158203125,
+ 0.033660888671875,
+ -0.006732940673828125,
+ -0.0217132568359375,
+ 0.0478515625,
+ -0.006244659423828125,
+ 0.0158538818359375,
+ -0.006069183349609375,
+ -0.033660888671875,
+ 0.01160430908203125,
+ -0.02215576171875,
+ 0.00365447998046875,
+ -0.0274658203125,
+ -0.0178070068359375,
+ -0.00708770751953125,
+ 0.037200927734375,
+ 0.013824462890625,
+ 0.0384521484375,
+ -0.00262451171875,
+ -0.02569580078125,
+ 0.02923583984375,
+ 0.0036773681640625,
+ 0.0011854171752929688,
+ 0.014617919921875,
+ -0.0007061958312988281,
+ 0.034210205078125,
+ 0.01355743408203125,
+ 0.00890350341796875,
+ -0.0016613006591796875,
+ 0.046417236328125,
+ 0.0249786376953125,
+ -0.033843994140625,
+ -0.0174560546875,
+ 0.06201171875,
+ -0.01125335693359375,
+ -0.0132904052734375,
+ -0.041290283203125,
+ -0.0206451416015625,
+ 0.0255126953125,
+ -0.04022216796875,
+ 0.0145263671875,
+ -0.0007863044738769531,
+ -0.03472900390625,
+ -0.06695556640625,
+ -0.007617950439453125,
+ 0.0269317626953125,
+ -0.01248931884765625,
+ 0.046783447265625,
+ 0.031890869140625,
+ -0.0010852813720703125,
+ 0.0115203857421875,
+ 0.0109405517578125,
+ 0.037933349609375,
+ 0.04534912109375,
+ -0.0133819580078125,
+ 0.0052947998046875,
+ -0.010986328125,
+ -0.0110321044921875,
+ 0.0345458984375,
+ 0.031707763671875,
+ 0.002170562744140625,
+ 0.0158538818359375,
+ -0.01116180419921875,
+ 0.01311492919921875,
+ -0.0169219970703125,
+ 0.032257080078125,
+ 0.033477783203125,
+ -0.039154052734375,
+ 0.004009246826171875,
+ 0.01355743408203125,
+ 0.0416259765625,
+ 0.0513916015625,
+ -0.03472900390625,
+ 0.00801849365234375,
+ -0.050323486328125,
+ -0.0029239654541015625,
+ -0.08184814453125,
+ -0.054931640625,
+ -0.042694091796875,
+ -0.054931640625,
+ 0.043060302734375,
+ -0.033843994140625,
+ -0.01479339599609375,
+ 0.0041656494140625,
+ 0.013824462890625,
+ 0.0178070068359375,
+ 0.01275634765625,
+ 0.009613037109375,
+ -0.041290283203125,
+ 0.0020160675048828125,
+ 0.0850830078125,
+ -0.0023250579833984375,
+ 0.0010080337524414062,
+ 0.021087646484375,
+ 0.0159454345703125,
+ 0.0133819580078125,
+ 0.005382537841796875,
+ -0.0288848876953125,
+ 0.0010576248168945312,
+ 0.0288848876953125,
+ 0.030120849609375,
+ 0.0260467529296875,
+ -0.005649566650390625,
+ 0.00850677490234375,
+ -0.00704193115234375,
+ 0.048187255859375,
+ -0.030303955078125,
+ 0.0258636474609375,
+ -0.002414703369140625,
+ 0.0158538818359375,
+ -0.0007920265197753906,
+ -0.04962158203125,
+ 0.0002796649932861328,
+ 0.030303955078125,
+ 0.02392578125,
+ 0.01120758056640625,
+ -0.0020160675048828125,
+ -0.0269317626953125,
+ 0.0279998779296875,
+ 0.01018524169921875,
+ 0.0035877227783203125,
+ 0.01399993896484375,
+ 0.069091796875,
+ -0.01390838623046875,
+ -0.01027679443359375,
+ -0.001312255859375,
+ 0.0262298583984375,
+ -0.049957275390625,
+ -0.0313720703125,
+ -0.0308380126953125,
+ -0.01177978515625,
+ -0.059173583984375,
+ -0.01027679443359375,
+ 0.032440185546875,
+ -0.0416259765625,
+ 0.032440185546875,
+ -0.0233917236328125,
+ -0.01293182373046875,
+ -0.0204620361328125,
+ -0.04925537109375,
+ 0.006954193115234375,
+ -0.03436279296875,
+ -0.07049560546875,
+ -0.034210205078125,
+ 0.059906005859375,
+ 0.0082855224609375,
+ 0.014617919921875,
+ -0.00409698486328125,
+ 0.00983428955078125,
+ -0.02764892578125,
+ 0.0176239013671875,
+ -0.028167724609375,
+ 0.0423583984375,
+ -0.00823974609375,
+ 0.0288848876953125,
+ 0.038818359375,
+ 0.006290435791015625,
+ 0.029052734375,
+ 0.052093505859375,
+ 0.00704193115234375,
+ -0.0186004638671875,
+ -0.004695892333984375,
+ 0.003543853759765625,
+ -0.019927978515625,
+ 0.02764892578125,
+ -0.0269317626953125,
+ -0.0225982666015625,
+ 0.01169586181640625,
+ -0.01523590087890625,
+ 0.017181396484375,
+ 0.0047607421875,
+ 0.037384033203125,
+ 0.0271148681640625,
+ -0.033843994140625,
+ 0.018157958984375,
+ 0.06451416015625,
+ 0.0101470947265625,
+ 0.10772705078125,
+ -0.003875732421875,
+ -0.0435791015625,
+ -0.0099639892578125,
+ 0.022857666015625,
+ -0.0345458984375,
+ 0.0224151611328125,
+ 0.037750244140625,
+ 0.013641357421875,
+ 0.004119873046875,
+ -0.00026297569274902344,
+ -0.015777587890625,
+ 0.031890869140625,
+ -0.01177978515625,
+ -0.0114288330078125,
+ 0.01120758056640625,
+ -0.0012903213500976562,
+ 0.03314208984375,
+ 0.04022216796875,
+ 0.0297698974609375,
+ 0.0009412765502929688,
+ 0.05706787109375,
+ -0.02728271484375,
+ -0.02569580078125,
+ -0.07196044921875,
+ -0.06414794921875,
+ 0.041473388671875,
+ 0.0225067138671875,
+ 0.01390838623046875,
+ 0.05352783203125,
+ -0.042877197265625,
+ -0.07904052734375,
+ 0.0295867919921875,
+ -0.006732940673828125,
+ 0.0772705078125,
+ 0.03668212890625,
+ 0.0294189453125,
+ 0.04058837890625,
+ -0.01071929931640625,
+ -0.00321197509765625,
+ 0.0232086181640625,
+ 0.0215301513671875,
+ 0.00872802734375,
+ 0.054931640625,
+ 0.0435791015625,
+ 0.0177154541015625,
+ -0.0141754150390625,
+ 0.0005068778991699219,
+ 0.0206451416015625,
+ 0.0278167724609375,
+ -0.02081298828125,
+ 0.0269317626953125,
+ 0.0162200927734375,
+ 0.0416259765625,
+ -0.004276275634765625,
+ 0.05670166015625,
+ 0.0278167724609375,
+ -0.04571533203125,
+ 0.04217529296875,
+ -0.0055389404296875,
+ 0.01824951171875,
+ -0.0687255859375,
+ 0.0262298583984375,
+ -0.0171051025390625,
+ 0.020294189453125,
+ 0.0380859375,
+ 0.017181396484375,
+ -0.037384033203125,
+ 0.003520965576171875,
+ 0.054931640625,
+ -0.0740966796875,
+ 0.0274658203125,
+ 0.0240936279296875,
+ -0.026580810546875,
+ -0.0036983489990234375,
+ -0.0294189453125,
+ -0.037567138671875,
+ 0.046417236328125,
+ -0.040924072265625,
+ -0.0306549072265625,
+ 0.0158538818359375,
+ 0.0235595703125,
+ -0.036865234375,
+ -0.03985595703125,
+ -0.03509521484375,
+ -0.0258636474609375,
+ -0.011871337890625,
+ -0.01125335693359375,
+ 0.041107177734375,
+ -0.01293182373046875,
+ -0.02117919921875,
+ 0.037567138671875,
+ 0.0240936279296875,
+ -0.01311492919921875,
+ -0.03863525390625,
+ 0.06024169921875,
+ -0.01177978515625,
+ -0.04022216796875,
+ 0.0164794921875,
+ 0.0016498565673828125,
+ 0.0168304443359375,
+ -0.032958984375,
+ -0.0064239501953125,
+ -0.0109405517578125,
+ 0.0155029296875,
+ 0.00988006591796875,
+ 0.006290435791015625,
+ -0.04962158203125,
+ -0.0364990234375,
+ -0.0308380126953125,
+ 0.044647216796875,
+ -0.0015506744384765625,
+ 0.03155517578125,
+ -0.0004706382751464844,
+ -0.039520263671875,
+ 0.0295867919921875,
+ -0.057403564453125,
+ -0.037384033203125,
+ -0.023040771484375,
+ 0.0288848876953125,
+ -0.0150604248046875,
+ 0.0631103515625,
+ -0.01120758056640625,
+ -0.00943756103515625,
+ -0.02117919921875,
+ 0.043243408203125,
+ 0.02178955078125,
+ -0.0124053955078125,
+ -0.05633544921875,
+ 0.05810546875,
+ 0.050689697265625,
+ -0.04608154296875,
+ -0.0132904052734375,
+ 0.0032558441162109375,
+ 0.0325927734375,
+ 0.062744140625,
+ -0.06341552734375,
+ -0.01248931884765625,
+ 0.0150604248046875,
+ -0.04534912109375,
+ -0.0189666748046875,
+ -0.0313720703125,
+ -0.0287017822265625,
+ -0.0478515625,
+ 0.02117919921875,
+ 0.046417236328125,
+ 0.0054473876953125,
+ 0.0423583984375,
+ -0.008148193359375,
+ 0.007354736328125,
+ 0.038818359375,
+ 0.02020263671875,
+ -0.03277587890625,
+ 0.033477783203125,
+ -0.046783447265625,
+ -0.02923583984375,
+ -0.02923583984375,
+ 0.050323486328125,
+ -0.0288848876953125,
+ -0.00043463706970214844,
+ 0.0031223297119140625,
+ -0.0288848876953125,
+ 0.045196533203125,
+ -0.01390838623046875,
+ 0.018157958984375,
+ -0.032440185546875,
+ -0.00806427001953125,
+ -0.0059356689453125,
+ -0.043060302734375,
+ -0.002414703369140625,
+ 0.0260467529296875,
+ 0.002147674560546875,
+ 0.01479339599609375,
+ 0.047119140625,
+ -0.055633544921875,
+ 0.0113372802734375,
+ 0.01085662841796875,
+ -0.0178070068359375,
+ -0.0110321044921875,
+ -0.0213470458984375,
+ -0.0024471282958984375,
+ -0.02569580078125,
+ 0.0011243820190429688,
+ 0.001972198486328125,
+ -0.050689697265625,
+ -0.07086181640625,
+ 0.0279998779296875,
+ 0.01293182373046875,
+ -0.00943756103515625,
+ -0.032257080078125,
+ -0.052093505859375,
+ -0.039703369140625,
+ -0.04534912109375,
+ 0.060943603515625,
+ 0.0086822509765625,
+ 0.015777587890625,
+ -0.035430908203125,
+ -0.046417236328125,
+ -0.006290435791015625,
+ -0.0244598388671875,
+ 0.045013427734375,
+ 0.0004208087921142578,
+ -0.0017719268798828125,
+ -0.0014619827270507812,
+ -0.039520263671875,
+ 0.0174560546875,
+ 0.01213836669921875,
+ 0.03704833984375,
+ 0.032257080078125,
+ 0.0034332275390625,
+ -0.032073974609375,
+ 0.00934600830078125,
+ 0.0029449462890625,
+ -0.01275634765625,
+ 0.0059814453125,
+ -0.0240936279296875,
+ 0.02197265625,
+ -0.03118896484375,
+ -0.0114288330078125,
+ 0.00890350341796875,
+ 0.020904541015625,
+ 0.0244598388671875,
+ 0.004917144775390625,
+ -0.00498199462890625,
+ 0.0262298583984375,
+ 0.001373291015625,
+ 0.059906005859375,
+ -0.02215576171875,
+ -0.050323486328125,
+ 0.00970458984375,
+ -0.022857666015625,
+ 0.03509521484375,
+ 0.052459716796875,
+ -0.006866455078125,
+ -0.0306549072265625,
+ 0.00037097930908203125,
+ 0.0294189453125,
+ -0.02569580078125,
+ -0.03472900390625,
+ -0.030303955078125,
+ 0.0041656494140625,
+ 0.01488494873046875,
+ 0.06414794921875,
+ 0.02374267578125,
+ 0.057769775390625,
+ 0.005382537841796875,
+ 0.0205535888671875,
+ 0.02392578125,
+ 0.061676025390625,
+ 0.01027679443359375,
+ -0.023040771484375,
+ -0.04962158203125,
+ -0.0131988525390625,
+ 0.013824462890625,
+ -0.03436279296875,
+ -0.037200927734375,
+ -0.01311492919921875,
+ 0.055999755859375,
+ -0.07086181640625,
+ 0.004894256591796875,
+ -0.00522613525390625,
+ 0.01293182373046875,
+ 0.006954193115234375,
+ -0.004184722900390625,
+ -0.015594482421875,
+ 0.00704193115234375,
+ 0.0162200927734375,
+ -0.028533935546875,
+ 0.01213836669921875,
+ -0.01399993896484375,
+ -0.006465911865234375,
+ 0.031890869140625,
+ 0.019927978515625,
+ 0.006378173828125,
+ 0.01727294921875,
+ 0.0132904052734375,
+ 0.035614013671875,
+ 0.03277587890625,
+ 0.03704833984375,
+ 0.008331298828125,
+ 0.035797119140625,
+ 0.0023040771484375,
+ 0.06451416015625,
+ -0.00704193115234375,
+ -0.007617950439453125,
+ 0.01302337646484375,
+ 0.0416259765625,
+ 0.0299530029296875,
+ 0.048553466796875,
+ -0.00296783447265625,
+ 0.013641357421875,
+ -0.004253387451171875,
+ -0.0325927734375,
+ 0.0110321044921875,
+ 0.00341033935546875,
+ -0.0032558441162109375,
+ -0.03631591796875,
+ -0.0662841796875,
+ 0.0225067138671875,
+ -0.04180908203125,
+ 0.0297698974609375,
+ -0.003520965576171875,
+ -0.018157958984375,
+ -0.0026798248291015625,
+ 0.043060302734375,
+ -0.04925537109375,
+ -0.055999755859375,
+ 0.028533935546875,
+ -0.006069183349609375,
+ -0.031005859375,
+ -0.016571044921875,
+ -0.018524169921875,
+ 0.0233917236328125,
+ -0.007617950439453125,
+ -0.0740966796875,
+ -0.0077972412109375,
+ 0.037933349609375,
+ -0.014617919921875,
+ -0.04962158203125,
+ -0.0014009475708007812,
+ 0.01204681396484375,
+ -0.0179901123046875,
+ -0.0155029296875,
+ -0.044647216796875,
+ -0.026580810546875,
+ -0.006336212158203125,
+ -0.0313720703125,
+ 0.01541900634765625,
+ -0.00872802734375,
+ -0.016571044921875,
+ -0.0059814453125,
+ -0.00458526611328125,
+ -0.015777587890625,
+ 0.0278167724609375,
+ -0.02215576171875,
+ 0.028533935546875,
+ 0.0274658203125,
+ 0.011871337890625,
+ 0.0106353759765625,
+ 0.060943603515625,
+ 0.0087738037109375,
+ 0.023040771484375,
+ -0.011871337890625,
+ -0.04412841796875,
+ -0.0018606185913085938,
+ -0.0082855224609375,
+ 0.001201629638671875,
+ -0.0552978515625,
+ -0.003345489501953125,
+ 0.048187255859375,
+ -0.0623779296875,
+ 0.006336212158203125,
+ 0.0110321044921875,
+ 0.00147247314453125,
+ -0.05670166015625,
+ -0.00365447998046875,
+ -0.0048065185546875,
+ -0.003787994384765625,
+ 0.094970703125,
+ -0.0251617431640625,
+ 0.0187835693359375,
+ 0.001949310302734375,
+ -0.030303955078125,
+ 0.053863525390625,
+ 0.022857666015625,
+ 0.0109405517578125,
+ -0.0253448486328125,
+ 0.023040771484375,
+ 0.0196685791015625,
+ -0.0260467529296875,
+ 0.0171051025390625,
+ -0.06842041015625,
+ -0.022674560546875,
+ 0.01311492919921875,
+ 0.01222991943359375,
+ -0.00669097900390625,
+ 0.00823974609375,
+ -0.0623779296875,
+ -0.0416259765625,
+ -0.0260467529296875,
+ 0.0306549072265625,
+ 0.0025691986083984375,
+ 0.003078460693359375,
+ -0.04925537109375,
+ 0.00498199462890625,
+ -0.0189666748046875,
+ -0.04412841796875,
+ -0.044647216796875,
+ -0.055633544921875,
+ 0.00299072265625,
+ 0.0158538818359375,
+ -0.0623779296875,
+ 0.0297698974609375,
+ -0.003299713134765625,
+ 0.045196533203125,
+ 0.0304718017578125,
+ 0.051727294921875,
+ -0.03118896484375,
+ -0.0232086181640625,
+ 0.037933349609375,
+ 0.0271148681640625,
+ -0.00669097900390625,
+ 0.02020263671875,
+ 0.00102996826171875,
+ 0.0308380126953125,
+ 0.03277587890625,
+ -0.017547607421875,
+ 0.03118896484375,
+ 0.038970947265625,
+ -0.03155517578125,
+ -0.057769775390625,
+ -0.0364990234375,
+ -0.026763916015625,
+ 0.048553466796875,
+ 0.0016393661499023438,
+ 0.0249786376953125,
+ -0.0215301513671875,
+ -0.0105438232421875,
+ -0.09002685546875,
+ 0.0251617431640625,
+ -0.0242767333984375,
+ 0.048553466796875,
+ 0.0194091796875,
+ -0.043060302734375,
+ -0.05279541015625,
+ -0.0204620361328125,
+ -0.01541900634765625,
+ 0.004940032958984375,
+ -0.0260467529296875,
+ 0.04022216796875,
+ 0.01666259765625,
+ 0.0008416175842285156,
+ 0.0090789794921875,
+ -0.0028133392333984375,
+ 0.006336212158203125,
+ 0.04058837890625,
+ -0.0082855224609375,
+ -0.048187255859375,
+ 0.04534912109375,
+ -0.02728271484375,
+ 0.0012073516845703125,
+ 0.0096588134765625,
+ 0.02020263671875,
+ -0.00507354736328125,
+ -0.0258636474609375,
+ -0.0179901123046875,
+ -0.020111083984375,
+ 0.0177154541015625,
+ 0.0217132568359375,
+ -0.00571441650390625,
+ 0.006954193115234375,
+ 0.004253387451171875,
+ 0.0242767333984375,
+ 0.0155029296875,
+ -0.0115203857421875,
+ 0.0087738037109375,
+ -0.0030574798583984375,
+ -0.0251617431640625,
+ -0.0141754150390625,
+ -0.072998046875,
+ -0.07550048828125,
+ -0.00708770751953125,
+ -0.0545654296875,
+ -0.0059356689453125,
+ 0.005580902099609375,
+ 0.04376220703125,
+ 0.00850677490234375,
+ -0.029052734375,
+ 0.0242767333984375,
+ -0.019927978515625,
+ -0.00811004638671875,
+ -0.03985595703125,
+ 0.00012183189392089844,
+ -0.01444244384765625,
+ 0.0423583984375,
+ -0.01111602783203125,
+ -0.03985595703125,
+ 0.0240936279296875,
+ -0.0027027130126953125,
+ -0.01346588134765625,
+ -0.023040771484375,
+ -0.01532745361328125,
+ -0.0333251953125,
+ 0.0306549072265625,
+ -0.06591796875,
+ -0.006465911865234375,
+ 0.02764892578125,
+ 0.043060302734375,
+ 0.015594482421875,
+ -0.0274658203125,
+ 0.05352783203125,
+ -0.0215301513671875,
+ -0.0474853515625,
+ 0.00753021240234375,
+ 0.007221221923828125,
+ -0.0195770263671875,
+ -0.0023365020751953125,
+ -0.02081298828125,
+ 0.011962890625,
+ -0.01523590087890625,
+ 0.035980224609375,
+ 0.042694091796875,
+ 0.0545654296875,
+ 0.0232086181640625,
+ -0.01824951171875,
+ -0.0274658203125,
+ -0.026397705078125,
+ 0.0195770263671875,
+ 0.041290283203125,
+ 0.021881103515625,
+ -0.0017833709716796875,
+ 0.026580810546875,
+ -0.0133819580078125,
+ -0.087158203125,
+ -0.0145263671875,
+ -0.0225067138671875,
+ -0.06060791015625,
+ -0.00811004638671875,
+ 0.06732177734375,
+ 0.030120849609375,
+ -0.005359649658203125,
+ 0.0294189453125,
+ 0.039520263671875,
+ 0.03704833984375,
+ 0.0009303092956542969,
+ -0.007396697998046875,
+ -0.066650390625,
+ 0.0025806427001953125,
+ 0.0253448486328125,
+ 0.0251617431640625,
+ -0.054931640625,
+ 0.0478515625,
+ 0.06488037109375,
+ -0.01532745361328125,
+ -0.022857666015625,
+ 0.0036106109619140625,
+ -0.0194091796875,
+ 0.035430908203125,
+ 0.009033203125,
+ 0.00948333740234375,
+ -0.04925537109375,
+ 0.01488494873046875,
+ 0.01390838623046875,
+ 0.0025463104248046875,
+ 0.0106353759765625,
+ 0.002880096435546875,
+ -0.046783447265625,
+ 0.053863525390625,
+ -0.043426513671875,
+ -0.033477783203125,
+ -0.015777587890625,
+ 0.07086181640625,
+ -0.001827239990234375,
+ -0.04217529296875,
+ -0.003322601318359375,
+ 0.05352783203125,
+ 0.0308380126953125,
+ -0.0215301513671875,
+ -0.017547607421875,
+ 0.01629638671875,
+ 0.0023708343505859375,
+ 0.0217132568359375,
+ 0.032073974609375,
+ 0.022674560546875,
+ 0.0740966796875,
+ 0.02728271484375,
+ -0.058837890625,
+ 0.00894927978515625,
+ 0.0037441253662109375,
+ -0.01036834716796875,
+ -0.0036773681640625,
+ -0.0364990234375,
+ -0.010009765625,
+ -0.037384033203125,
+ 0.026580810546875,
+ 0.0164794921875,
+ 0.0196685791015625,
+ 0.0478515625,
+ -0.0170135498046875,
+ -0.011871337890625,
+ 0.0124053955078125,
+ 0.022064208984375,
+ 0.06805419921875,
+ 0.032958984375,
+ -0.01541900634765625,
+ 0.0242767333984375,
+ -0.004741668701171875,
+ 0.005802154541015625,
+ -0.006114959716796875,
+ 0.0288848876953125,
+ -0.05633544921875,
+ 0.0115203857421875,
+ -0.041107177734375,
+ -0.00250244140625,
+ 0.00008928775787353516,
+ -0.01824951171875,
+ -0.0206451416015625,
+ 0.006465911865234375,
+ 0.0132904052734375,
+ -0.028350830078125,
+ -0.0380859375,
+ 0.0001800060272216797,
+ 0.03668212890625,
+ -0.03985595703125,
+ 0.039337158203125,
+ 0.0194091796875,
+ -0.028167724609375,
+ 0.00992584228515625,
+ -0.0168304443359375,
+ 0.053863525390625,
+ 0.0222320556640625,
+ 0.034210205078125,
+ -0.03472900390625,
+ 0.0105438232421875,
+ 0.04254150390625,
+ 0.0020275115966796875,
+ 0.01085662841796875,
+ 0.0114288330078125,
+ -0.0206451416015625,
+ 0.037384033203125,
+ 0.06060791015625,
+ 0.00708770751953125,
+ -0.034027099609375,
+ 0.02569580078125,
+ 0.0260467529296875,
+ -0.042877197265625,
+ 0.06060791015625,
+ 0.00659942626953125,
+ 0.0177154541015625,
+ 0.0026912689208984375,
+ 0.005847930908203125,
+ -0.02728271484375,
+ -0.041290283203125,
+ 0.048919677734375,
+ 0.0253448486328125,
+ -0.00576019287109375,
+ 0.01311492919921875,
+ -0.051025390625,
+ 0.05706787109375,
+ 0.0030117034912109375,
+ 0.083984375,
+ -0.03155517578125,
+ 0.03668212890625,
+ -0.0198516845703125,
+ 0.0178985595703125,
+ -0.0214385986328125,
+ -0.0006284713745117188,
+ -0.0171051025390625,
+ 0.0235595703125,
+ -0.0178070068359375,
+ 0.05316162109375,
+ 0.0178985595703125,
+ -0.00753021240234375,
+ -0.055633544921875,
+ 0.006023406982421875,
+ 0.0009579658508300781,
+ 0.015594482421875,
+ 0.0662841796875,
+ -0.053863525390625,
+ -0.0269317626953125,
+ 0.0232086181640625,
+ 0.05706787109375,
+ 0.054229736328125,
+ -0.04022216796875,
+ 0.03155517578125,
+ 0.00943756103515625,
+ -0.01532745361328125,
+ 0.0017499923706054688,
+ -0.0279998779296875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "search",
+ "big-data"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_OpenSave_MRU_Forensische_Analyse",
+ "type": "tool",
+ "name": "OpenSave MRU Forensische Analyse",
+ "content": "opensave mru forensische analyse shell-dialog-basierte file-history aus ntuser.dat\\software\\microsoft\\ windows\\currentversion\\explorer\\comdlg32\\opensavemru (xp) bzw. opensavepidlmru (win7+). \"*\"-subkey = alle dateien, extension-subkeys (*.txt, *.jpg) = filetype-spezifisch. binary-mru-data enthält file-paths und shell-item-ids. lastwrite-time = letzte dialog-usage dieser extension. covers alle anwendungen die standard-windows- file-dialogs verwenden (nicht browser-downloads). opensave-mru shell-dialogs file-access-tracking comdlg32-analysis extension-specific registry-timestamps user-interaction dialog-boxes application-forensics static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.037322998046875,
+ 0.027740478515625,
+ 0.0311279296875,
+ -0.020843505859375,
+ 0.0458984375,
+ 0.0279388427734375,
+ 0.0218505859375,
+ -0.00882720947265625,
+ -0.0018453598022460938,
+ -0.01416778564453125,
+ -0.0386962890625,
+ 0.039520263671875,
+ 0.007781982421875,
+ -0.0003383159637451172,
+ -0.066650390625,
+ 0.033721923828125,
+ -0.0013532638549804688,
+ -0.001983642578125,
+ 0.014862060546875,
+ -0.00858306884765625,
+ -0.030731201171875,
+ 0.0109710693359375,
+ -0.0305328369140625,
+ -0.0009479522705078125,
+ -0.03253173828125,
+ 0.034515380859375,
+ -0.004638671875,
+ -0.07025146484375,
+ -0.00628662109375,
+ 0.01236724853515625,
+ 0.043487548828125,
+ -0.045501708984375,
+ 0.0064849853515625,
+ 0.057464599609375,
+ 0.0094757080078125,
+ 0.0118255615234375,
+ 0.0196533203125,
+ -0.05047607421875,
+ -0.004688262939453125,
+ 0.0421142578125,
+ 0.004238128662109375,
+ 0.00878143310546875,
+ 0.01776123046875,
+ -0.005687713623046875,
+ -0.03033447265625,
+ -0.0169525146484375,
+ 0.0086822509765625,
+ -0.0031795501708984375,
+ 0.05706787109375,
+ -0.055877685546875,
+ 0.0216522216796875,
+ 0.0235443115234375,
+ 0.00927734375,
+ -0.019256591796875,
+ -0.038299560546875,
+ 0.0399169921875,
+ 0.00043964385986328125,
+ -0.012969970703125,
+ -0.059051513671875,
+ 0.055877685546875,
+ -0.06903076171875,
+ -0.0037403106689453125,
+ -0.0005393028259277344,
+ -0.0127716064453125,
+ 0.0101776123046875,
+ 0.0235443115234375,
+ -0.007732391357421875,
+ -0.0234375,
+ 0.0024700164794921875,
+ -0.011322021484375,
+ -0.0049896240234375,
+ -0.0273284912109375,
+ -0.017059326171875,
+ 0.043304443359375,
+ -0.007381439208984375,
+ -0.04150390625,
+ 0.0191497802734375,
+ 0.022552490234375,
+ 0.0009288787841796875,
+ -0.0185546875,
+ -0.0474853515625,
+ -0.0025806427001953125,
+ 0.0694580078125,
+ -0.034912109375,
+ 0.00847625732421875,
+ -0.00902557373046875,
+ -0.001995086669921875,
+ 0.0224456787109375,
+ 0.0246429443359375,
+ 0.0250396728515625,
+ -0.0153656005859375,
+ 0.01192474365234375,
+ 0.01082611083984375,
+ -0.007732391357421875,
+ 0.060272216796875,
+ 0.0594482421875,
+ 0.0180511474609375,
+ -0.00406646728515625,
+ -0.01202392578125,
+ 0.0220489501953125,
+ 0.0289306640625,
+ -0.0355224609375,
+ 0.045684814453125,
+ -0.01934814453125,
+ 0.00351715087890625,
+ -0.020751953125,
+ 0.041900634765625,
+ -0.044097900390625,
+ -0.0107269287109375,
+ -0.020050048828125,
+ -0.11016845703125,
+ -0.034515380859375,
+ -0.005138397216796875,
+ -0.052276611328125,
+ -0.02972412109375,
+ -0.02264404296875,
+ 0.01062774658203125,
+ 0.0161590576171875,
+ -0.0299224853515625,
+ -0.0377197265625,
+ 0.0261383056640625,
+ -0.00988006591796875,
+ -0.00847625732421875,
+ 0.01366424560546875,
+ -0.038909912109375,
+ -0.0650634765625,
+ -0.00222015380859375,
+ 0.0355224609375,
+ -0.01092529296875,
+ -0.026336669921875,
+ -0.0205535888671875,
+ -0.0030670166015625,
+ -0.033111572265625,
+ -0.0377197265625,
+ -0.0242462158203125,
+ 0.0029296875,
+ 0.044097900390625,
+ -0.0053863525390625,
+ 0.0223541259765625,
+ 0.0107269287109375,
+ 0.029327392578125,
+ -0.0299224853515625,
+ -0.059844970703125,
+ -0.005161285400390625,
+ -0.04290771484375,
+ 0.00902557373046875,
+ -0.0003180503845214844,
+ 0.0386962890625,
+ -0.00977325439453125,
+ 0.01137542724609375,
+ -0.0257415771484375,
+ 0.0242462158203125,
+ 0.028533935546875,
+ -0.004665374755859375,
+ 0.0176544189453125,
+ -0.022552490234375,
+ -0.0186614990234375,
+ -0.0377197265625,
+ -0.0038909912109375,
+ 0.005413055419921875,
+ -0.020751953125,
+ 0.035125732421875,
+ -0.007282257080078125,
+ 0.0355224609375,
+ -0.0153656005859375,
+ -0.049896240234375,
+ -0.01142120361328125,
+ 0.02813720703125,
+ -0.039093017578125,
+ 0.001857757568359375,
+ 0.03033447265625,
+ -0.02154541015625,
+ 0.056671142578125,
+ 0.0650634765625,
+ -0.004489898681640625,
+ 0.06146240234375,
+ 0.004512786865234375,
+ -0.005985260009765625,
+ 0.061065673828125,
+ 0.033721923828125,
+ 0.004638671875,
+ -0.006885528564453125,
+ 0.0221405029296875,
+ 0.01396942138671875,
+ 0.0249481201171875,
+ -0.0168609619140625,
+ -0.007232666015625,
+ -0.0201568603515625,
+ -0.039703369140625,
+ 0.0399169921875,
+ -0.02813720703125,
+ -0.05267333984375,
+ -0.03851318359375,
+ 0.03472900390625,
+ 0.03192138671875,
+ 0.086181640625,
+ 0.023345947265625,
+ -0.00843048095703125,
+ 0.042694091796875,
+ -0.036712646484375,
+ 0.00603485107421875,
+ 0.034912109375,
+ -0.017364501953125,
+ 0.051483154296875,
+ 0.0142669677734375,
+ 0.0142669677734375,
+ -0.00982666015625,
+ 0.0299224853515625,
+ 0.0257415771484375,
+ -0.0239410400390625,
+ -0.01062774658203125,
+ 0.0626220703125,
+ -0.01092529296875,
+ -0.0247344970703125,
+ -0.036712646484375,
+ -0.062255859375,
+ -0.01047515869140625,
+ -0.01666259765625,
+ -0.02294921875,
+ -0.007232666015625,
+ -0.01092529296875,
+ -0.05047607421875,
+ 0.0265350341796875,
+ 0.0275421142578125,
+ -0.017852783203125,
+ -0.004688262939453125,
+ 0.035125732421875,
+ -0.0333251953125,
+ -0.0246429443359375,
+ 0.01556396484375,
+ 0.005336761474609375,
+ 0.0168609619140625,
+ 0.01226806640625,
+ 0.0247344970703125,
+ -0.003467559814453125,
+ -0.01436614990234375,
+ 0.053070068359375,
+ -0.002605438232421875,
+ 0.01306915283203125,
+ 0.0135650634765625,
+ -0.022247314453125,
+ 0.0201568603515625,
+ -0.00917816162109375,
+ 0.0430908203125,
+ 0.018463134765625,
+ -0.0016460418701171875,
+ 0.01436614990234375,
+ -0.010772705078125,
+ 0.02484130859375,
+ 0.04010009765625,
+ -0.038116455078125,
+ -0.0115203857421875,
+ -0.084228515625,
+ -0.0186614990234375,
+ -0.0309295654296875,
+ -0.0254364013671875,
+ -0.0157623291015625,
+ -0.04608154296875,
+ 0.0209503173828125,
+ -0.00823211669921875,
+ -0.0254364013671875,
+ 0.007183074951171875,
+ 0.006160736083984375,
+ -0.004940032958984375,
+ 0.04290771484375,
+ 0.0092315673828125,
+ -0.0250396728515625,
+ 0.01885986328125,
+ 0.0738525390625,
+ -0.0075836181640625,
+ -0.0127716064453125,
+ 0.00992584228515625,
+ 0.0594482421875,
+ -0.02972412109375,
+ 0.0218505859375,
+ -0.047882080078125,
+ -0.01377105712890625,
+ 0.058258056640625,
+ 0.01087188720703125,
+ 0.0164642333984375,
+ -0.039306640625,
+ 0.01326751708984375,
+ -0.03253173828125,
+ 0.04449462890625,
+ -0.0309295654296875,
+ -0.01366424560546875,
+ -0.018157958984375,
+ -0.00508880615234375,
+ -0.0003039836883544922,
+ -0.052276611328125,
+ 0.002956390380859375,
+ 0.0408935546875,
+ 0.005786895751953125,
+ 0.0079345703125,
+ 0.0196533203125,
+ -0.033905029296875,
+ 0.0035419464111328125,
+ -0.002681732177734375,
+ -0.00638580322265625,
+ 0.023345947265625,
+ 0.043487548828125,
+ -0.02813720703125,
+ 0.0011720657348632812,
+ -0.01271820068359375,
+ 0.01226806640625,
+ -0.02593994140625,
+ -0.03192138671875,
+ 0.00611114501953125,
+ -0.0171661376953125,
+ -0.0408935546875,
+ 0.0025196075439453125,
+ 0.00583648681640625,
+ -0.00241851806640625,
+ 0.01161956787109375,
+ -0.00902557373046875,
+ 0.0075836181640625,
+ -0.056671142578125,
+ -0.06146240234375,
+ 0.001041412353515625,
+ -0.02593994140625,
+ -0.03851318359375,
+ -0.0289306640625,
+ 0.036102294921875,
+ -0.00988006591796875,
+ 0.011322021484375,
+ -0.033721923828125,
+ 0.0179595947265625,
+ -0.024139404296875,
+ 0.009124755859375,
+ -0.01366424560546875,
+ 0.0081329345703125,
+ -0.00576019287109375,
+ 0.034515380859375,
+ 0.0299224853515625,
+ 0.018951416015625,
+ 0.0103759765625,
+ 0.06744384765625,
+ 0.0003132820129394531,
+ 0.0025196075439453125,
+ -0.0135650634765625,
+ 0.034515380859375,
+ 0.0079345703125,
+ 0.01212310791015625,
+ -0.0033664703369140625,
+ -0.052276611328125,
+ 0.001178741455078125,
+ -0.051483154296875,
+ 0.004489898681640625,
+ 0.015655517578125,
+ 0.0209503173828125,
+ 0.0267333984375,
+ -0.03033447265625,
+ -0.0249481201171875,
+ 0.060272216796875,
+ -0.00733184814453125,
+ 0.07061767578125,
+ -0.01326751708984375,
+ -0.003841400146484375,
+ 0.015869140625,
+ 0.036712646484375,
+ -0.0146636962890625,
+ -0.0220489501953125,
+ 0.0279388427734375,
+ -0.017852783203125,
+ -0.01267242431640625,
+ 0.0452880859375,
+ 0.01012420654296875,
+ 0.0176544189453125,
+ -0.00933074951171875,
+ -0.00180816650390625,
+ 0.00872802734375,
+ -0.01212310791015625,
+ 0.0273284912109375,
+ 0.051483154296875,
+ 0.03631591796875,
+ 0.0205535888671875,
+ 0.0386962890625,
+ -0.037322998046875,
+ -0.01306915283203125,
+ 0.003143310546875,
+ -0.06146240234375,
+ 0.03033447265625,
+ 0.0275421142578125,
+ 0.01526641845703125,
+ 0.07025146484375,
+ -0.0257415771484375,
+ -0.079833984375,
+ 0.03472900390625,
+ -0.0714111328125,
+ 0.06427001953125,
+ 0.0309295654296875,
+ -0.01082611083984375,
+ 0.02972412109375,
+ -0.0190582275390625,
+ -0.01546478271484375,
+ 0.007183074951171875,
+ 0.00957489013671875,
+ 0.009429931640625,
+ 0.0301361083984375,
+ 0.03173828125,
+ -0.02813720703125,
+ -0.0243377685546875,
+ 0.01446533203125,
+ 0.0269317626953125,
+ 0.047088623046875,
+ -0.0275421142578125,
+ 0.034912109375,
+ 0.026336669921875,
+ 0.01456451416015625,
+ -0.039306640625,
+ 0.044891357421875,
+ 0.0275421142578125,
+ -0.0010852813720703125,
+ 0.00917816162109375,
+ -0.0104217529296875,
+ 0.0165557861328125,
+ -0.045501708984375,
+ -0.00046443939208984375,
+ -0.00882720947265625,
+ 0.005237579345703125,
+ -0.0036163330078125,
+ 0.05047607421875,
+ -0.059051513671875,
+ -0.00035691261291503906,
+ 0.04168701171875,
+ -0.0496826171875,
+ 0.0176544189453125,
+ 0.0194549560546875,
+ -0.0005488395690917969,
+ 0.0187530517578125,
+ -0.007732391357421875,
+ -0.04608154296875,
+ 0.048675537109375,
+ -0.0283355712890625,
+ -0.048095703125,
+ -0.004390716552734375,
+ 0.0135650634765625,
+ -0.0626220703125,
+ -0.05047607421875,
+ -0.053070068359375,
+ -0.0273284912109375,
+ -0.0025691986083984375,
+ -0.0187530517578125,
+ 0.0267333984375,
+ -0.005462646484375,
+ -0.0183563232421875,
+ 0.04888916015625,
+ 0.055084228515625,
+ 0.005710601806640625,
+ -0.029327392578125,
+ 0.053863525390625,
+ -0.01446533203125,
+ -0.057861328125,
+ 0.029327392578125,
+ 0.0265350341796875,
+ 0.015655517578125,
+ -0.02484130859375,
+ -0.014068603515625,
+ 0.0030059814453125,
+ -0.0032672882080078125,
+ -0.0220489501953125,
+ 0.015960693359375,
+ -0.059844970703125,
+ -0.02813720703125,
+ -0.047088623046875,
+ 0.0670166015625,
+ 0.01271820068359375,
+ 0.039520263671875,
+ 0.0160675048828125,
+ -0.039093017578125,
+ 0.0202484130859375,
+ -0.046295166015625,
+ -0.0283355712890625,
+ 0.0006670951843261719,
+ 0.01197052001953125,
+ -0.0081329345703125,
+ 0.043487548828125,
+ 0.01416778564453125,
+ 0.021942138671875,
+ -0.025543212890625,
+ 0.040313720703125,
+ 0.007781982421875,
+ 0.00927734375,
+ -0.0594482421875,
+ 0.016754150390625,
+ 0.0028438568115234375,
+ -0.054656982421875,
+ -0.03790283203125,
+ -0.03173828125,
+ -0.0010728836059570312,
+ 0.0254364013671875,
+ -0.042694091796875,
+ 0.0235443115234375,
+ -0.0224456787109375,
+ -0.06463623046875,
+ -0.04608154296875,
+ -0.012969970703125,
+ -0.01092529296875,
+ -0.05267333984375,
+ 0.00788116455078125,
+ 0.0005984306335449219,
+ 0.0186614990234375,
+ 0.045501708984375,
+ 0,
+ 0.006683349609375,
+ -0.0019207000732421875,
+ -0.01446533203125,
+ -0.000972747802734375,
+ 0.032135009765625,
+ -0.05047607421875,
+ -0.0176544189453125,
+ -0.03790283203125,
+ 0.034332275390625,
+ -0.0421142578125,
+ -0.0079345703125,
+ 0.00296783447265625,
+ -0.0250396728515625,
+ 0.0377197265625,
+ -0.019256591796875,
+ -0.002170562744140625,
+ -0.006633758544921875,
+ -0.00972747802734375,
+ -0.053070068359375,
+ 0.002956390380859375,
+ -0.00263214111328125,
+ 0.0218505859375,
+ -0.01666259765625,
+ -0.0006389617919921875,
+ 0.050079345703125,
+ -0.058258056640625,
+ 0.02154541015625,
+ 0.043304443359375,
+ -0.016265869140625,
+ 0.004589080810546875,
+ -0.007534027099609375,
+ -0.000904083251953125,
+ 0.01336669921875,
+ 0.02105712890625,
+ -0.037506103515625,
+ -0.01506805419921875,
+ -0.07818603515625,
+ 0.0261383056640625,
+ 0.01157379150390625,
+ -0.0112762451171875,
+ 0.01232147216796875,
+ -0.0216522216796875,
+ -0.0670166015625,
+ 0.01161956787109375,
+ 0.0279388427734375,
+ 0.00933074951171875,
+ -0.01396942138671875,
+ -0.030731201171875,
+ 0.0021457672119140625,
+ -0.0165557861328125,
+ 0.004863739013671875,
+ 0.03033447265625,
+ -0.0235443115234375,
+ 0.0185546875,
+ -0.015655517578125,
+ -0.035919189453125,
+ 0.03631591796875,
+ 0.02264404296875,
+ 0.0496826171875,
+ 0.0309295654296875,
+ 0.022552490234375,
+ -0.0079803466796875,
+ 0.0078277587890625,
+ -0.0032176971435546875,
+ -0.027130126953125,
+ -0.0261383056640625,
+ -0.01157379150390625,
+ -0.005710601806640625,
+ -0.04669189453125,
+ -0.0161590576171875,
+ 0.01007843017578125,
+ 0.04608154296875,
+ -0.0049896240234375,
+ -0.0474853515625,
+ 0.0289306640625,
+ 0.0289306640625,
+ -0.00843048095703125,
+ 0.044097900390625,
+ -0.01177215576171875,
+ -0.03570556640625,
+ 0.0218505859375,
+ 0.0172576904296875,
+ 0.033905029296875,
+ 0.01496124267578125,
+ 0.0265350341796875,
+ -0.038299560546875,
+ 0.022247314453125,
+ 0.03692626953125,
+ -0.0194549560546875,
+ -0.035125732421875,
+ -0.019256591796875,
+ 0.018951416015625,
+ -0.0127716064453125,
+ 0.032318115234375,
+ 0.03192138671875,
+ 0.050872802734375,
+ -0.002407073974609375,
+ 0.0107269287109375,
+ 0.039703369140625,
+ 0.05267333984375,
+ 0.028533935546875,
+ -0.0265350341796875,
+ -0.0726318359375,
+ 0.0030670166015625,
+ -0.003055572509765625,
+ -0.0250396728515625,
+ -0.057464599609375,
+ 0.0179595947265625,
+ 0.04669189453125,
+ -0.07904052734375,
+ 0.008880615234375,
+ 0.0142669677734375,
+ 0.01396942138671875,
+ 0.01346588134765625,
+ 0.0243377685546875,
+ -0.01556396484375,
+ 0.0109710693359375,
+ -0.010223388671875,
+ -0.057861328125,
+ 0.0086822509765625,
+ -0.025543212890625,
+ 0.0223541259765625,
+ 0.0408935546875,
+ 0.01251983642578125,
+ -0.01192474365234375,
+ 0.051483154296875,
+ -0.0205535888671875,
+ 0.039093017578125,
+ 0.0052642822265625,
+ 0.04449462890625,
+ -0.002132415771484375,
+ 0.0164642333984375,
+ 0.053466796875,
+ 0.0562744140625,
+ -0.007534027099609375,
+ 0.005336761474609375,
+ 0.0299224853515625,
+ 0.01546478271484375,
+ 0.029327392578125,
+ 0.0634765625,
+ -0.0014400482177734375,
+ 0.022247314453125,
+ 0.033721923828125,
+ -0.043304443359375,
+ 0.005588531494140625,
+ 0.0002510547637939453,
+ 0.005809783935546875,
+ -0.0654296875,
+ -0.03192138671875,
+ 0.0109710693359375,
+ -0.047882080078125,
+ 0.034332275390625,
+ 0.00446319580078125,
+ -0.02593994140625,
+ -0.0027675628662109375,
+ 0.032928466796875,
+ -0.015869140625,
+ -0.0213470458984375,
+ 0.01137542724609375,
+ -0.01212310791015625,
+ -0.0175628662109375,
+ -0.053070068359375,
+ -0.0474853515625,
+ 0.025146484375,
+ 0.0120697021484375,
+ -0.0606689453125,
+ -0.0269317626953125,
+ 0.032928466796875,
+ -0.0198516845703125,
+ -0.0279388427734375,
+ -0.01092529296875,
+ -0.00937652587890625,
+ -0.0079803466796875,
+ -0.03472900390625,
+ -0.0238494873046875,
+ -0.032135009765625,
+ 0.00917816162109375,
+ -0.0191497802734375,
+ -0.02294921875,
+ -0.0185546875,
+ -0.039520263671875,
+ -0.027130126953125,
+ 0.01446533203125,
+ -0.023651123046875,
+ 0.033111572265625,
+ -0.0220489501953125,
+ 0.048095703125,
+ 0.01396942138671875,
+ 0.0022563934326171875,
+ 0.0295257568359375,
+ 0.08660888671875,
+ 0.0022945404052734375,
+ 0.01067352294921875,
+ -0.00678253173828125,
+ -0.052276611328125,
+ 0.0299224853515625,
+ 0.017364501953125,
+ -0.0023326873779296875,
+ -0.061859130859375,
+ 0.006336212158203125,
+ 0.05267333984375,
+ -0.077392578125,
+ 0.0253448486328125,
+ 0.00678253173828125,
+ -0.0257415771484375,
+ -0.045501708984375,
+ 0.0002167224884033203,
+ -0.00927734375,
+ 0.009979248046875,
+ 0.1109619140625,
+ 0.00937652587890625,
+ -0.01526641845703125,
+ -0.00017845630645751953,
+ -0.038909912109375,
+ 0.03271484375,
+ -0.0007233619689941406,
+ 0.035919189453125,
+ -0.0201568603515625,
+ 0.023040771484375,
+ 0.0223541259765625,
+ -0.02484130859375,
+ -0.0179595947265625,
+ -0.061859130859375,
+ -0.003665924072265625,
+ 0.04229736328125,
+ 0.020355224609375,
+ -0.0038909912109375,
+ -0.007633209228515625,
+ -0.020355224609375,
+ -0.02593994140625,
+ -0.035125732421875,
+ 0.005588531494140625,
+ 0.01546478271484375,
+ 0.00453948974609375,
+ -0.04510498046875,
+ 0.02294921875,
+ -0.001621246337890625,
+ -0.0299224853515625,
+ -0.007282257080078125,
+ -0.01396942138671875,
+ 0.01287078857421875,
+ -0.029327392578125,
+ -0.047698974609375,
+ 0.0196533203125,
+ -0.0032672882080078125,
+ -0.0195465087890625,
+ 0.021453857421875,
+ 0.0670166015625,
+ -0.06146240234375,
+ -0.00878143310546875,
+ 0.0190582275390625,
+ 0.0078277587890625,
+ 0.029327392578125,
+ -0.0096282958984375,
+ 0.007083892822265625,
+ 0.01824951171875,
+ 0.0243377685546875,
+ -0.056671142578125,
+ 0.05047607421875,
+ 0.03790283203125,
+ -0.014862060546875,
+ -0.04229736328125,
+ -0.032135009765625,
+ -0.03271484375,
+ -0.004116058349609375,
+ -0.007083892822265625,
+ 0.0257415771484375,
+ 0.0051116943359375,
+ -0.01885986328125,
+ -0.103759765625,
+ 0.050872802734375,
+ -0.04150390625,
+ 0.017364501953125,
+ 0.004886627197265625,
+ -0.0287322998046875,
+ -0.0654296875,
+ -0.0562744140625,
+ -0.0221405029296875,
+ 0.01824951171875,
+ -0.003391265869140625,
+ 0.031524658203125,
+ -0.017852783203125,
+ -0.015167236328125,
+ -0.0171661376953125,
+ -0.03173828125,
+ 0.00043654441833496094,
+ 0.03350830078125,
+ -0.01226806640625,
+ -0.048492431640625,
+ 0.027740478515625,
+ -0.007480621337890625,
+ 0.006183624267578125,
+ -0.0131683349609375,
+ -0.0187530517578125,
+ 0.0160675048828125,
+ -0.00399017333984375,
+ -0.01212310791015625,
+ -0.0223541259765625,
+ 0.0142669677734375,
+ 0.04388427734375,
+ 0.03253173828125,
+ -0.0008540153503417969,
+ -0.03173828125,
+ 0.033111572265625,
+ -0.032928466796875,
+ -0.016754150390625,
+ 0.0104217529296875,
+ 0.0261383056640625,
+ -0.004291534423828125,
+ -0.046295166015625,
+ -0.051483154296875,
+ -0.0634765625,
+ 0.0031185150146484375,
+ -0.06744384765625,
+ -0.034515380859375,
+ 0.0175628662109375,
+ 0.000030994415283203125,
+ 0.0183563232421875,
+ -0.037109375,
+ 0.0386962890625,
+ -0.00823211669921875,
+ -0.04510498046875,
+ -0.036712646484375,
+ 0.00937652587890625,
+ -0.0216522216796875,
+ 0.01456451416015625,
+ -0.001758575439453125,
+ -0.055084228515625,
+ 0.032928466796875,
+ -0.00823211669921875,
+ 0.0075836181640625,
+ 0.00882720947265625,
+ 0.0016832351684570312,
+ -0.04449462890625,
+ 0.0227508544921875,
+ -0.079833984375,
+ -0.0101776123046875,
+ 0.0213470458984375,
+ 0.01087188720703125,
+ 0.005687713623046875,
+ -0.044097900390625,
+ 0.0287322998046875,
+ -0.0232391357421875,
+ -0.05267333984375,
+ 0.03411865234375,
+ -0.00037097930908203125,
+ -0.0269317626953125,
+ 0.0142669677734375,
+ -0.0305328369140625,
+ -0.0275421142578125,
+ 0.015167236328125,
+ 0.055877685546875,
+ 0.046875,
+ -0.00003975629806518555,
+ -0.00847625732421875,
+ -0.0218505859375,
+ 0.00286865234375,
+ -0.03131103515625,
+ 0.01092529296875,
+ 0.044281005859375,
+ -0.004638671875,
+ 0.0273284912109375,
+ 0.015960693359375,
+ 0.0165557861328125,
+ -0.0726318359375,
+ 0.01995849609375,
+ -0.0283355712890625,
+ -0.03411865234375,
+ -0.0033664703369140625,
+ 0.053466796875,
+ 0.042694091796875,
+ 0.0273284912109375,
+ 0.01326751708984375,
+ 0.0242462158203125,
+ 0.0036907196044921875,
+ 0.00847625732421875,
+ -0.0305328369140625,
+ -0.06585693359375,
+ -0.011474609375,
+ 0.0377197265625,
+ 0.02813720703125,
+ -0.06781005859375,
+ 0.03631591796875,
+ 0.0670166015625,
+ 0.010772705078125,
+ -0.0216522216796875,
+ 0.0213470458984375,
+ -0.014862060546875,
+ 0.04608154296875,
+ 0.005161285400390625,
+ -0.0033664703369140625,
+ -0.05267333984375,
+ -0.0057373046875,
+ 0.017364501953125,
+ 0.023040771484375,
+ 0.0045623779296875,
+ 0.004314422607421875,
+ -0.041290283203125,
+ 0.054656982421875,
+ -0.040313720703125,
+ 0.00630950927734375,
+ -0.0025310516357421875,
+ 0.056671142578125,
+ -0.0081329345703125,
+ -0.045684814453125,
+ -0.01027679443359375,
+ 0.052276611328125,
+ 0.0224456787109375,
+ -0.0265350341796875,
+ 0.00591278076171875,
+ -0.01496124267578125,
+ -0.0224456787109375,
+ -0.0008478164672851562,
+ 0.039520263671875,
+ 0.01202392578125,
+ 0.0231475830078125,
+ 0.0015840530395507812,
+ -0.04449462890625,
+ 0.0247344970703125,
+ -0.00693511962890625,
+ 0.0187530517578125,
+ -0.0014276504516601562,
+ -0.043487548828125,
+ -0.04010009765625,
+ -0.061065673828125,
+ 0.058258056640625,
+ 0.01271820068359375,
+ 0.03271484375,
+ 0.04388427734375,
+ -0.009979248046875,
+ -0.005313873291015625,
+ 0.0016336441040039062,
+ 0.0185546875,
+ 0.0273284912109375,
+ 0.05548095703125,
+ 0.0261383056640625,
+ -0.0261383056640625,
+ 0.0249481201171875,
+ 0.0034923553466796875,
+ -0.08697509765625,
+ 0.00858306884765625,
+ -0.0183563232421875,
+ -0.015167236328125,
+ -0.043487548828125,
+ 0.00406646728515625,
+ 0.0070343017578125,
+ 0.00952911376953125,
+ -0.0201568603515625,
+ -0.042694091796875,
+ 0.01416778564453125,
+ -0.007183074951171875,
+ -0.05267333984375,
+ -0.0038909912109375,
+ 0.035919189453125,
+ -0.042694091796875,
+ 0.0174560546875,
+ 0.0036411285400390625,
+ 0.0125732421875,
+ -0.01287078857421875,
+ -0.056671142578125,
+ 0.06781005859375,
+ 0.031524658203125,
+ 0.0275421142578125,
+ 0.0004582405090332031,
+ 0.01267242431640625,
+ 0.034515380859375,
+ 0.01067352294921875,
+ 0.0221405029296875,
+ 0.0238494873046875,
+ 0.0090789794921875,
+ 0.05267333984375,
+ 0.048675537109375,
+ -0.0018329620361328125,
+ -0.050872802734375,
+ 0.01824951171875,
+ 0.0100250244140625,
+ -0.040496826171875,
+ 0.026336669921875,
+ 0.01377105712890625,
+ 0.0269317626953125,
+ -0.004764556884765625,
+ -0.0265350341796875,
+ 0.0041656494140625,
+ -0.054656982421875,
+ 0.0758056640625,
+ 0.015167236328125,
+ -0.01171875,
+ 0.03472900390625,
+ -0.0283355712890625,
+ 0.042510986328125,
+ 0.0075836181640625,
+ 0.07818603515625,
+ -0.03570556640625,
+ 0.060272216796875,
+ -0.0032672882080078125,
+ 0.0301361083984375,
+ -0.0265350341796875,
+ 0.0179595947265625,
+ -0.01476287841796875,
+ -0.017059326171875,
+ -0.00013172626495361328,
+ 0.038909912109375,
+ 0.0016956329345703125,
+ -0.00046133995056152344,
+ -0.03033447265625,
+ -0.0408935546875,
+ -0.02813720703125,
+ 0.01161956787109375,
+ 0.046478271484375,
+ -0.038909912109375,
+ -0.0157623291015625,
+ 0.004589080810546875,
+ 0.0273284912109375,
+ 0.057861328125,
+ -0.00461578369140625,
+ 0.02294921875,
+ 0.0183563232421875,
+ -0.003841400146484375,
+ -0.027740478515625,
+ 0.0010786056518554688
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "opensave-mru",
+ "shell-dialogs",
+ "file-access-tracking",
+ "comdlg32-analysis",
+ "extension-specific",
+ "registry-timestamps",
+ "user-interaction",
+ "dialog-boxes",
+ "application-forensics"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linkurious",
+ "type": "tool",
+ "name": "Linkurious",
+ "content": "linkurious visualisiert komplexe beziehungsnetzwerke in betrugs- und geldwäsche-ermittlungen durch intuitive graph-analyse-oberfläche. überlagert neo4j-datenbanken mit leistungsstarken filtern und geo-ansichten für versteckte verbindungen. zeitachsen-analysen zeigen entwicklung krimineller netzwerke über zeit. automatisierungsvorlagen beschleunigen wiederkehrende untersuchungen. erstellt aussagekräftige beweisgrafiken für gerichtspräsentationen. speziell für finanzermittlungen und anti-geldwäsche-compliance entwickelt. graph-visualisierung link-analysis aml fraud fraud-investigation network-forensics incident-response analysis reporting",
+ "embedding": [
+ -0.0209197998046875,
+ 0.02801513671875,
+ 0.05487060546875,
+ 0.00661468505859375,
+ 0.03948974609375,
+ 0.03424072265625,
+ 0.021209716796875,
+ -0.0272369384765625,
+ -0.0172119140625,
+ -0.0262603759765625,
+ -0.016632080078125,
+ 0.051361083984375,
+ 0.0262603759765625,
+ 0.00457000732421875,
+ -0.06109619140625,
+ 0.064208984375,
+ -0.0163421630859375,
+ 0.031707763671875,
+ 0.006275177001953125,
+ -0.0291748046875,
+ -0.0022735595703125,
+ -0.011138916015625,
+ -0.050567626953125,
+ 0.00812530517578125,
+ 0.01284027099609375,
+ 0.0311279296875,
+ -0.0184783935546875,
+ -0.060302734375,
+ -0.0173187255859375,
+ -0.004474639892578125,
+ 0.007293701171875,
+ -0.037750244140625,
+ -0.03656005859375,
+ 0.035400390625,
+ -0.00637054443359375,
+ -0.0211029052734375,
+ 0.00350189208984375,
+ -0.056793212890625,
+ -0.02392578125,
+ 0.0282135009765625,
+ 0.0206146240234375,
+ -0.0122528076171875,
+ -0.0062255859375,
+ -0.0224761962890625,
+ -0.0235443115234375,
+ -0.037353515625,
+ -0.0266571044921875,
+ -0.0174102783203125,
+ 0.0034770965576171875,
+ -0.01313018798828125,
+ 0.0283966064453125,
+ 0.03424072265625,
+ 0.025482177734375,
+ -0.0027484893798828125,
+ -0.037353515625,
+ 0.0177001953125,
+ -0.004085540771484375,
+ -0.0162506103515625,
+ -0.042205810546875,
+ 0.03656005859375,
+ -0.0251007080078125,
+ 0.01284027099609375,
+ -0.0062255859375,
+ -0.00817108154296875,
+ 0.006275177001953125,
+ 0.02703857421875,
+ -0.032501220703125,
+ -0.0189666748046875,
+ 0.0252838134765625,
+ 0.00997161865234375,
+ 0.02587890625,
+ 0.000911712646484375,
+ 0.0053253173828125,
+ 0.0188751220703125,
+ -0.0005955696105957031,
+ -0.035400390625,
+ -0.0014591217041015625,
+ 0.018585205078125,
+ -0.0201416015625,
+ -0.00464630126953125,
+ -0.0268402099609375,
+ -0.01332855224609375,
+ 0.041839599609375,
+ -0.01123809814453125,
+ -0.0189666748046875,
+ 0.007053375244140625,
+ 0.03131103515625,
+ 0.0184783935546875,
+ -0.007293701171875,
+ 0.033660888671875,
+ 0.0028820037841796875,
+ -0.0018720626831054688,
+ 0.04144287109375,
+ -0.0210113525390625,
+ 0.05096435546875,
+ 0.06378173828125,
+ -0.030731201171875,
+ -0.0096282958984375,
+ -0.00033593177795410156,
+ 0.006008148193359375,
+ 0.0191650390625,
+ -0.0177001953125,
+ 0.057586669921875,
+ -0.0083160400390625,
+ 0.0455322265625,
+ -0.0209197998046875,
+ 0.02587890625,
+ -0.01410675048828125,
+ -0.007781982421875,
+ -0.01468658447265625,
+ -0.09259033203125,
+ -0.0178985595703125,
+ -0.020721435546875,
+ -0.06689453125,
+ -0.007781982421875,
+ 0.0147857666015625,
+ -0.00943756103515625,
+ 0.0406494140625,
+ -0.062255859375,
+ -0.037933349609375,
+ 0.02587890625,
+ 0.039093017578125,
+ -0.003841400146484375,
+ 0.0014104843139648438,
+ -0.034423828125,
+ -0.047271728515625,
+ 0.018585205078125,
+ 0.0406494140625,
+ -0.047271728515625,
+ -0.01021575927734375,
+ 0.0012216567993164062,
+ -0.0311279296875,
+ 0.0004165172576904297,
+ -0.042205810546875,
+ 0.00923919677734375,
+ -0.037750244140625,
+ 0.034820556640625,
+ -0.0188751220703125,
+ -0.021209716796875,
+ 0.00763702392578125,
+ 0.02276611328125,
+ -0.036376953125,
+ -0.07666015625,
+ 0.01030731201171875,
+ -0.044342041015625,
+ -0.006275177001953125,
+ -0.00968170166015625,
+ 0.0435791015625,
+ -0.0226593017578125,
+ -0.0037937164306640625,
+ -0.008270263671875,
+ 0.0142974853515625,
+ 0.068115234375,
+ 0.004764556884765625,
+ 0.0036468505859375,
+ -0.04376220703125,
+ -0.01235198974609375,
+ -0.00933837890625,
+ 0.01007080078125,
+ -0.0240325927734375,
+ 0.0001938343048095703,
+ 0.0340576171875,
+ 0.0262603759765625,
+ 0.032867431640625,
+ -0.01458740234375,
+ -0.055633544921875,
+ -0.053680419921875,
+ 0.005908966064453125,
+ 0.00685882568359375,
+ -0.0106048583984375,
+ 0.013031005859375,
+ 0.0050811767578125,
+ 0.05523681640625,
+ 0.05523681640625,
+ -0.0162506103515625,
+ 0.045318603515625,
+ 0.004329681396484375,
+ -0.032501220703125,
+ 0.0517578125,
+ 0.015655517578125,
+ 0.010894775390625,
+ -0.004451751708984375,
+ 0.0299530029296875,
+ -0.00254058837890625,
+ 0.0206146240234375,
+ -0.01264190673828125,
+ -0.0266571044921875,
+ -0.011474609375,
+ 0.002590179443359375,
+ 0.0003859996795654297,
+ -0.0287933349609375,
+ -0.0291748046875,
+ -0.0301513671875,
+ 0.02899169921875,
+ 0.0340576171875,
+ 0.06304931640625,
+ -0.0103607177734375,
+ -0.0181884765625,
+ 0.0190582275390625,
+ 0.038116455078125,
+ 0.001956939697265625,
+ 0.0164337158203125,
+ -0.004596710205078125,
+ 0.046112060546875,
+ 0.0272369384765625,
+ 0.02587890625,
+ -0.026458740234375,
+ 0.0301513671875,
+ 0.0188751220703125,
+ -0.00415802001953125,
+ 0.0013856887817382812,
+ 0.0560302734375,
+ -0.0242156982421875,
+ -0.031524658203125,
+ -0.0340576171875,
+ -0.032684326171875,
+ -0.007537841796875,
+ -0.01507568359375,
+ -0.01007080078125,
+ 0.0049591064453125,
+ -0.0059814453125,
+ -0.060699462890625,
+ -0.02392578125,
+ 0.0127410888671875,
+ -0.03851318359375,
+ 0.0246124267578125,
+ 0.01468658447265625,
+ -0.039306640625,
+ 0.0205230712890625,
+ 0.0175018310546875,
+ 0.0224761962890625,
+ 0.031890869140625,
+ -0.01468658447265625,
+ -0.0030517578125,
+ -0.00254058837890625,
+ -0.00763702392578125,
+ 0.04571533203125,
+ 0.049224853515625,
+ 0.0246124267578125,
+ 0.005664825439453125,
+ -0.03131103515625,
+ 0.01654052734375,
+ -0.03228759765625,
+ 0.0266571044921875,
+ 0.03424072265625,
+ -0.01556396484375,
+ -0.0018358230590820312,
+ -0.004985809326171875,
+ 0.02276611328125,
+ 0.044158935546875,
+ -0.053314208984375,
+ 0.0034046173095703125,
+ -0.06500244140625,
+ 0.00909423828125,
+ -0.060699462890625,
+ -0.028594970703125,
+ -0.043182373046875,
+ -0.0297698974609375,
+ 0.07122802734375,
+ -0.04571533203125,
+ -0.001689910888671875,
+ -0.0030879974365234375,
+ 0.0251007080078125,
+ 0.0340576171875,
+ 0.04241943359375,
+ 0.0137176513671875,
+ -0.0175018310546875,
+ -0.0225677490234375,
+ 0.0626220703125,
+ 0.0225677490234375,
+ -0.01284027099609375,
+ -0.0070037841796875,
+ 0.0293731689453125,
+ 0.00885009765625,
+ 0.013519287109375,
+ 0.01128387451171875,
+ 0.02325439453125,
+ 0.03228759765625,
+ 0.040283203125,
+ 0.0191650390625,
+ -0.014495849609375,
+ 0.029571533203125,
+ -0.01220703125,
+ 0.04278564453125,
+ -0.07000732421875,
+ -0.0137176513671875,
+ 0.0067596435546875,
+ 0.0224761962890625,
+ 0.006710052490234375,
+ -0.09027099609375,
+ 0.00894927978515625,
+ 0.0272369384765625,
+ 0.0109405517578125,
+ -0.00948333740234375,
+ -0.0001436471939086914,
+ -0.03753662109375,
+ 0.0321044921875,
+ 0.0016775131225585938,
+ -0.004985809326171875,
+ 0.01983642578125,
+ 0.052520751953125,
+ -0.07080078125,
+ 0.0247039794921875,
+ 0.01419830322265625,
+ 0.01074981689453125,
+ -0.038726806640625,
+ -0.0297698974609375,
+ -0.021881103515625,
+ -0.021209716796875,
+ -0.033447265625,
+ -0.0266571044921875,
+ 0.02703857421875,
+ -0.028594970703125,
+ 0.013031005859375,
+ -0.00620269775390625,
+ 0.0070037841796875,
+ -0.03851318359375,
+ -0.054473876953125,
+ -0.00469207763671875,
+ -0.029571533203125,
+ -0.06573486328125,
+ -0.0038661956787109375,
+ 0.045318603515625,
+ 0.0195465087890625,
+ 0.00812530517578125,
+ 0.0009484291076660156,
+ -0.0106964111328125,
+ -0.031524658203125,
+ 0.01497650146484375,
+ 0.0106964111328125,
+ 0.0080718994140625,
+ 0.01220703125,
+ 0.047088623046875,
+ 0.0244140625,
+ 0.035980224609375,
+ 0.021697998046875,
+ 0.08245849609375,
+ 0.038330078125,
+ -0.033447265625,
+ 0.01468658447265625,
+ 0.014495849609375,
+ -0.010162353515625,
+ 0.03619384765625,
+ -0.0012769699096679688,
+ -0.032501220703125,
+ -0.027435302734375,
+ -0.04241943359375,
+ 0.0196533203125,
+ 0.038116455078125,
+ 0.004085540771484375,
+ 0.0256805419921875,
+ -0.0256805419921875,
+ -0.018280029296875,
+ 0.051361083984375,
+ -0.0221710205078125,
+ 0.0894775390625,
+ -0.0194549560546875,
+ -0.04962158203125,
+ 0.0142974853515625,
+ 0.046112060546875,
+ -0.0153656005859375,
+ -0.0162506103515625,
+ 0.038116455078125,
+ -0.0204315185546875,
+ -0.01654052734375,
+ 0.01045989990234375,
+ -0.0127410888671875,
+ 0.0311279296875,
+ -0.0174102783203125,
+ -0.011627197265625,
+ 0.029571533203125,
+ -0.0020904541015625,
+ 0.01181793212890625,
+ 0.0252838134765625,
+ 0.018768310546875,
+ 0.005374908447265625,
+ 0.012451171875,
+ -0.04962158203125,
+ -0.0017261505126953125,
+ -0.03851318359375,
+ -0.04864501953125,
+ 0.030548095703125,
+ 0.017120361328125,
+ 0.011627197265625,
+ 0.04278564453125,
+ -0.048431396484375,
+ -0.048431396484375,
+ 0.01361846923828125,
+ -0.0282135009765625,
+ 0.059539794921875,
+ 0.032501220703125,
+ 0.002712249755859375,
+ 0.016632080078125,
+ -0.0162506103515625,
+ -0.00006270408630371094,
+ 0.048248291015625,
+ 0.030731201171875,
+ 0.052520751953125,
+ 0.05487060546875,
+ 0.02703857421875,
+ 0.021392822265625,
+ -0.020721435546875,
+ 0.03326416015625,
+ -0.005931854248046875,
+ 0.0268402099609375,
+ 0.005153656005859375,
+ 0.0214996337890625,
+ 0.0426025390625,
+ 0.04241943359375,
+ -0.035797119140625,
+ 0.06768798828125,
+ 0.024810791015625,
+ -0.047454833984375,
+ 0.0078277587890625,
+ -0.035797119140625,
+ 0.0138092041015625,
+ -0.064208984375,
+ 0.00542449951171875,
+ -0.003307342529296875,
+ 0.01177215576171875,
+ 0.0108489990234375,
+ 0.005496978759765625,
+ -0.041046142578125,
+ -0.0142974853515625,
+ 0.038726806640625,
+ -0.052520751953125,
+ 0.0179901123046875,
+ 0.01055145263671875,
+ -0.037750244140625,
+ 0.01361846923828125,
+ -0.01201629638671875,
+ -0.0297698974609375,
+ 0.037353515625,
+ -0.05487060546875,
+ -0.024505615234375,
+ 0.025482177734375,
+ 0.027618408203125,
+ -0.06884765625,
+ -0.0396728515625,
+ -0.034423828125,
+ -0.0028095245361328125,
+ -0.01458740234375,
+ -0.0200347900390625,
+ 0.033843994140625,
+ -0.017608642578125,
+ -0.00391387939453125,
+ 0.025482177734375,
+ -0.004108428955078125,
+ -0.033843994140625,
+ -0.03521728515625,
+ 0.031890869140625,
+ -0.01410675048828125,
+ -0.041046142578125,
+ 0.00977325439453125,
+ 0.03424072265625,
+ 0.030731201171875,
+ -0.0188751220703125,
+ -0.031524658203125,
+ 0.00860595703125,
+ 0.004451751708984375,
+ -0.01074981689453125,
+ 0.0173187255859375,
+ -0.03948974609375,
+ -0.021392822265625,
+ -0.033660888671875,
+ 0.03753662109375,
+ 0.02703857421875,
+ 0.02325439453125,
+ 0.005153656005859375,
+ -0.048248291015625,
+ 0.01108551025390625,
+ -0.050567626953125,
+ -0.0159454345703125,
+ -0.004352569580078125,
+ 0.003185272216796875,
+ -0.02606201171875,
+ 0.0704345703125,
+ 0.00797271728515625,
+ -0.01284027099609375,
+ -0.0178070068359375,
+ 0.046875,
+ 0.024322509765625,
+ -0.0005712509155273438,
+ -0.04766845703125,
+ 0.048431396484375,
+ -0.00024771690368652344,
+ -0.05718994140625,
+ 0.0158538818359375,
+ -0.0256805419921875,
+ 0.0028820037841796875,
+ 0.02801513671875,
+ -0.035797119140625,
+ 0.0031375885009765625,
+ 0.02899169921875,
+ -0.058746337890625,
+ -0.0168304443359375,
+ -0.0455322265625,
+ -0.0252838134765625,
+ -0.0268402099609375,
+ 0.02392578125,
+ 0.0199432373046875,
+ -0.02587890625,
+ 0.04669189453125,
+ 0.023345947265625,
+ -0.0311279296875,
+ 0.0101165771484375,
+ -0.00254058837890625,
+ -0.02703857421875,
+ 0.02899169921875,
+ -0.050201416015625,
+ -0.031524658203125,
+ -0.0226593017578125,
+ 0.0247039794921875,
+ -0.01458740234375,
+ 0.012939453125,
+ 0.00559234619140625,
+ -0.0242156982421875,
+ 0.01410675048828125,
+ -0.0152740478515625,
+ 0.003940582275390625,
+ -0.0278167724609375,
+ -0.003940582275390625,
+ -0.02703857421875,
+ -0.02801513671875,
+ 0.01230621337890625,
+ 0.01556396484375,
+ -0.0072479248046875,
+ 0.0241241455078125,
+ 0.03326416015625,
+ -0.05914306640625,
+ -0.0050811767578125,
+ 0.007293701171875,
+ -0.006664276123046875,
+ -0.0010395050048828125,
+ -0.023345947265625,
+ 0.0008330345153808594,
+ -0.006710052490234375,
+ 0.0540771484375,
+ -0.02703857421875,
+ -0.024810791015625,
+ -0.0914306640625,
+ 0.03131103515625,
+ 0.0013980865478515625,
+ -0.01390838623046875,
+ -0.0183868408203125,
+ -0.01702880859375,
+ -0.056793212890625,
+ -0.00534820556640625,
+ 0.043182373046875,
+ 0.027435302734375,
+ 0.0262603759765625,
+ -0.0311279296875,
+ -0.0291748046875,
+ -0.0090484619140625,
+ -0.04241943359375,
+ 0.045135498046875,
+ 0.008514404296875,
+ 0.00739288330078125,
+ 0.0158538818359375,
+ -0.01284027099609375,
+ 0.01026153564453125,
+ 0.0247039794921875,
+ 0.0282135009765625,
+ 0.004302978515625,
+ -0.0002613067626953125,
+ -0.0478515625,
+ 0.0178070068359375,
+ -0.0132293701171875,
+ -0.0396728515625,
+ -0.006710052490234375,
+ -0.0183868408203125,
+ 0.035003662109375,
+ -0.03851318359375,
+ -0.0132293701171875,
+ 0.0240325927734375,
+ 0.013519287109375,
+ 0.031890869140625,
+ -0.016143798828125,
+ -0.022857666015625,
+ 0.002079010009765625,
+ 0.0142974853515625,
+ 0.05096435546875,
+ -0.040863037109375,
+ -0.056793212890625,
+ -0.0230560302734375,
+ -0.0009546279907226562,
+ 0.030548095703125,
+ 0.035003662109375,
+ -0.0000032186508178710938,
+ -0.0127410888671875,
+ -0.0132293701171875,
+ 0.0220794677734375,
+ -0.032501220703125,
+ -0.059906005859375,
+ -0.034820556640625,
+ 0.0247039794921875,
+ 0.0272369384765625,
+ 0.034637451171875,
+ -0.0108489990234375,
+ 0.07666015625,
+ 0.014007568359375,
+ -0.0005774497985839844,
+ 0.0299530029296875,
+ 0.04278564453125,
+ 0.0169219970703125,
+ -0.01702880859375,
+ -0.0684814453125,
+ -0.01419830322265625,
+ -0.01001739501953125,
+ -0.055633544921875,
+ -0.0282135009765625,
+ -0.0109405517578125,
+ 0.037750244140625,
+ -0.0665283203125,
+ -0.004425048828125,
+ -0.0321044921875,
+ 0.018280029296875,
+ 0.01419830322265625,
+ -0.003696441650390625,
+ -0.0090484619140625,
+ 0.0291748046875,
+ 0.02081298828125,
+ -0.0209197998046875,
+ -0.00948333740234375,
+ -0.002017974853515625,
+ 0.0088043212890625,
+ 0.038726806640625,
+ 0.01001739501953125,
+ -0.05096435546875,
+ 0.03619384765625,
+ 0.00206756591796875,
+ 0.004791259765625,
+ 0.010894775390625,
+ 0.04241943359375,
+ 0.0303497314453125,
+ 0.001750946044921875,
+ 0.0221710205078125,
+ 0.10040283203125,
+ -0.0215911865234375,
+ -0.0196533203125,
+ 0.027435302734375,
+ 0.0181884765625,
+ 0.028594970703125,
+ 0.0458984375,
+ -0.0321044921875,
+ -0.003429412841796875,
+ 0.0056915283203125,
+ -0.045135498046875,
+ -0.0266571044921875,
+ -0.0005168914794921875,
+ 0.00792694091796875,
+ -0.0234375,
+ -0.04376220703125,
+ 0.0085601806640625,
+ -0.053680419921875,
+ 0.031524658203125,
+ -0.004985809326171875,
+ -0.005859375,
+ -0.0035991668701171875,
+ 0.0396728515625,
+ -0.007343292236328125,
+ -0.046112060546875,
+ 0.01458740234375,
+ -0.01171875,
+ -0.0174102783203125,
+ -0.01702880859375,
+ -0.03717041015625,
+ 0.0214996337890625,
+ -0.01030731201171875,
+ -0.079345703125,
+ 0.00595855712890625,
+ 0.021209716796875,
+ -0.0195465087890625,
+ -0.062255859375,
+ 0.018280029296875,
+ 0.025482177734375,
+ -0.001392364501953125,
+ -0.0234375,
+ -0.05291748046875,
+ -0.0226593017578125,
+ 0.0006656646728515625,
+ -0.041839599609375,
+ -0.01021575927734375,
+ 0.001422882080078125,
+ -0.048828125,
+ -0.01123809814453125,
+ -0.002201080322265625,
+ -0.003307342529296875,
+ 0.036956787109375,
+ -0.0220794677734375,
+ 0.0191650390625,
+ 0.04144287109375,
+ 0.022369384765625,
+ 0.0201416015625,
+ 0.059906005859375,
+ -0.00518035888671875,
+ 0.012451171875,
+ -0.01123809814453125,
+ -0.039093017578125,
+ 0.004230499267578125,
+ -0.0214996337890625,
+ 0.01702880859375,
+ -0.06964111328125,
+ -0.006275177001953125,
+ 0.035614013671875,
+ -0.0704345703125,
+ 0.041839599609375,
+ 0.0297698974609375,
+ -0.00982666015625,
+ -0.046875,
+ 0.01152801513671875,
+ -0.00797271728515625,
+ 0.01177215576171875,
+ 0.0867919921875,
+ -0.0206146240234375,
+ 0.00739288330078125,
+ 0.00821685791015625,
+ -0.0287933349609375,
+ 0.053680419921875,
+ 0.0059814453125,
+ 0.0098724365234375,
+ -0.02801513671875,
+ 0.0158538818359375,
+ 0.01342010498046875,
+ -0.0235443115234375,
+ 0.0030155181884765625,
+ -0.06964111328125,
+ -0.0293731689453125,
+ 0.050567626953125,
+ 0.01439666748046875,
+ 0.00870513916015625,
+ 0.01030731201171875,
+ -0.03717041015625,
+ -0.002017974853515625,
+ -0.0396728515625,
+ 0.02899169921875,
+ -0.006320953369140625,
+ 0.02703857421875,
+ -0.041046142578125,
+ -0.005275726318359375,
+ -0.0057373046875,
+ -0.060302734375,
+ -0.04278564453125,
+ -0.0178985595703125,
+ -0.00797271728515625,
+ -0.0153656005859375,
+ -0.03717041015625,
+ 0.02081298828125,
+ 0.026458740234375,
+ 0.018768310546875,
+ 0.0311279296875,
+ 0.05291748046875,
+ -0.0241241455078125,
+ -0.004985809326171875,
+ 0.00982666015625,
+ 0.019744873046875,
+ 0.0211029052734375,
+ 0.011627197265625,
+ 0.00797271728515625,
+ 0.0159454345703125,
+ 0.018280029296875,
+ -0.03424072265625,
+ 0.01605224609375,
+ 0.040069580078125,
+ 0.005130767822265625,
+ -0.052520751953125,
+ 0.007343292236328125,
+ -0.022369384765625,
+ 0.042022705078125,
+ -0.0252838134765625,
+ 0.034637451171875,
+ -0.002140045166015625,
+ 0.0002751350402832031,
+ -0.09613037109375,
+ 0.038726806640625,
+ -0.014495849609375,
+ 0.029571533203125,
+ 0.02606201171875,
+ -0.0252838134765625,
+ -0.060302734375,
+ -0.040863037109375,
+ -0.0199432373046875,
+ 0.02587890625,
+ -0.0175018310546875,
+ 0.03521728515625,
+ 0.006420135498046875,
+ 0.006420135498046875,
+ 0.01235198974609375,
+ 0.01264190673828125,
+ -0.01255035400390625,
+ 0.033447265625,
+ 0.0042572021484375,
+ -0.03326416015625,
+ 0.06689453125,
+ -0.020721435546875,
+ 0.03521728515625,
+ -0.00311279296875,
+ 0.0035266876220703125,
+ 0.0009665489196777344,
+ -0.0111846923828125,
+ -0.03424072265625,
+ -0.0038909912109375,
+ 0.0184783935546875,
+ 0.0293731689453125,
+ -0.0072479248046875,
+ 0.01152801513671875,
+ -0.0178985595703125,
+ 0.025482177734375,
+ 0.0007600784301757812,
+ -0.0291748046875,
+ 0.0340576171875,
+ 0.005229949951171875,
+ -0.035614013671875,
+ -0.02587890625,
+ -0.055633544921875,
+ -0.08441162109375,
+ -0.0278167724609375,
+ -0.049407958984375,
+ -0.0067596435546875,
+ -0.00797271728515625,
+ -0.00362396240234375,
+ 0.0188751220703125,
+ -0.0743408203125,
+ 0.022857666015625,
+ 0.006103515625,
+ -0.039886474609375,
+ -0.0177001953125,
+ -0.00768280029296875,
+ -0.0293731689453125,
+ 0.05487060546875,
+ 0.000537872314453125,
+ -0.021392822265625,
+ 0.0204315185546875,
+ -0.01983642578125,
+ -0.005886077880859375,
+ 0.01605224609375,
+ -0.01342010498046875,
+ -0.03656005859375,
+ 0.0230560302734375,
+ -0.0789794921875,
+ -0.02392578125,
+ 0.01045989990234375,
+ 0.0293731689453125,
+ -0.002285003662109375,
+ -0.011383056640625,
+ 0.030548095703125,
+ -0.006954193115234375,
+ -0.055633544921875,
+ 0.03851318359375,
+ 0.02081298828125,
+ -0.01206207275390625,
+ 0.0234375,
+ 0.007099151611328125,
+ -0.0078277587890625,
+ -0.00542449951171875,
+ 0.0179901123046875,
+ 0.039306640625,
+ 0.029571533203125,
+ 0.014495849609375,
+ 0.0005593299865722656,
+ 0.014007568359375,
+ -0.035614013671875,
+ 0.0083160400390625,
+ 0.0179901123046875,
+ 0.0241241455078125,
+ -0.0017871856689453125,
+ 0.0109405517578125,
+ -0.018096923828125,
+ -0.11517333984375,
+ -0.031707763671875,
+ -0.0078277587890625,
+ -0.061859130859375,
+ -0.004375457763671875,
+ 0.0684814453125,
+ 0.038726806640625,
+ -0.01517486572265625,
+ 0.0252838134765625,
+ 0.00415802001953125,
+ 0.0211029052734375,
+ 0.046295166015625,
+ 0.001239776611328125,
+ -0.07818603515625,
+ -0.0169219970703125,
+ 0.02081298828125,
+ 0.044952392578125,
+ -0.050567626953125,
+ 0.060302734375,
+ 0.06573486328125,
+ -0.02801513671875,
+ -0.053680419921875,
+ 0.009918212890625,
+ -0.0080718994140625,
+ 0.054473876953125,
+ 0.0164337158203125,
+ 0.002346038818359375,
+ -0.06573486328125,
+ 0.01313018798828125,
+ 0.0190582275390625,
+ -0.002079010009765625,
+ -0.01021575927734375,
+ -0.02606201171875,
+ -0.0201416015625,
+ 0.060302734375,
+ -0.0330810546875,
+ -0.0122528076171875,
+ -0.00254058837890625,
+ 0.064208984375,
+ 0.01419830322265625,
+ -0.0465087890625,
+ -0.01045989990234375,
+ 0.045135498046875,
+ 0.0177001953125,
+ -0.018096923828125,
+ 0.02032470703125,
+ -0.01654052734375,
+ -0.00272369384765625,
+ 0.0211029052734375,
+ 0.052520751953125,
+ 0.0008387565612792969,
+ 0.059906005859375,
+ 0.017608642578125,
+ -0.048065185546875,
+ 0.0004558563232421875,
+ 0.021881103515625,
+ 0.019744873046875,
+ -0.0178070068359375,
+ -0.0256805419921875,
+ 0.0038909912109375,
+ -0.038726806640625,
+ 0.044342041015625,
+ 0.0224761962890625,
+ 0.03753662109375,
+ 0.043975830078125,
+ -0.00972747802734375,
+ 0.0038909912109375,
+ 0.0013132095336914062,
+ 0.048065185546875,
+ 0.059539794921875,
+ 0.0287933349609375,
+ -0.0174102783203125,
+ 0.028594970703125,
+ 0.0181884765625,
+ -0.006809234619140625,
+ -0.0169219970703125,
+ 0.045135498046875,
+ -0.0330810546875,
+ 0.01468658447265625,
+ -0.04241943359375,
+ 0.011627197265625,
+ 0.018096923828125,
+ -0.0181884765625,
+ -0.029571533203125,
+ -0.033447265625,
+ 0.0058135986328125,
+ -0.030548095703125,
+ -0.01055145263671875,
+ -0.0210113525390625,
+ 0.037933349609375,
+ -0.05487060546875,
+ 0.04339599609375,
+ 0.04962158203125,
+ -0.0287933349609375,
+ 0.0396728515625,
+ -0.04864501953125,
+ 0.0743408203125,
+ 0.0251007080078125,
+ 0.040283203125,
+ -0.021209716796875,
+ 0.02801513671875,
+ 0.042022705078125,
+ -0.006710052490234375,
+ 0.0020904541015625,
+ 0.0215911865234375,
+ 0.002918243408203125,
+ 0.060699462890625,
+ 0.01342010498046875,
+ 0.0173187255859375,
+ -0.054473876953125,
+ 0.0287933349609375,
+ 0.0210113525390625,
+ -0.046112060546875,
+ 0.055633544921875,
+ 0.0291748046875,
+ 0.02130126953125,
+ -0.0201416015625,
+ -0.011962890625,
+ -0.00763702392578125,
+ -0.056427001953125,
+ 0.056427001953125,
+ 0.0210113525390625,
+ -0.01026153564453125,
+ 0.018585205078125,
+ -0.07818603515625,
+ 0.045318603515625,
+ 0.0201416015625,
+ 0.044952392578125,
+ -0.030548095703125,
+ 0.03228759765625,
+ -0.00542449951171875,
+ -0.001033782958984375,
+ -0.0311279296875,
+ -0.0005350112915039062,
+ 0.011383056640625,
+ 0.03326416015625,
+ -0.037353515625,
+ 0.038909912109375,
+ 0.041229248046875,
+ -0.00362396240234375,
+ -0.050201416015625,
+ -0.0220794677734375,
+ 0.0230560302734375,
+ 0.01177215576171875,
+ 0.0645751953125,
+ -0.038116455078125,
+ -0.0251007080078125,
+ -0.0034770965576171875,
+ 0.018280029296875,
+ 0.046875,
+ -0.0181884765625,
+ 0.0188751220703125,
+ 0.00860595703125,
+ 0.00403594970703125,
+ -0.0190582275390625,
+ -0.01468658447265625
+ ],
+ "metadata": {
+ "domains": [
+ "fraud-investigation",
+ "network-forensics",
+ "incident-response"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "graph-visualisierung",
+ "link-analysis",
+ "aml",
+ "fraud"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ShadowExplorer",
+ "type": "tool",
+ "name": "ShadowExplorer",
+ "content": "shadowexplorer macht windows volume shadow copy snapshots auch in home-editionen für forensische analyse zugänglich. ermöglicht komfortables durchstöbern und wiederherstellen früherer dateiversionen ohne komplexe kommandozeilen-tools. rekonstruiert gelöschte oder überschriebene dateien aus automatischen systemsicherungen. besonders wertvoll für zeitpunkt-basierte analysen und nachweis von datenmanipulationen. schlanke gui für schnelle triage klassischer datenträgerforensik. gui shadow-copy snapshot-browsing file-recovery previous-versions scenario:file_recovery point-in-time-restore static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.047210693359375,
+ 0.0219268798828125,
+ 0.0160980224609375,
+ -0.028839111328125,
+ 0.042083740234375,
+ 0.01580810546875,
+ 0.000888824462890625,
+ 0.01629638671875,
+ 0.00884246826171875,
+ -0.00365447998046875,
+ -0.051361083984375,
+ 0.0193634033203125,
+ 0.01412200927734375,
+ 0.0030612945556640625,
+ -0.0377197265625,
+ 0.0191650390625,
+ 0.0015125274658203125,
+ 0.0164947509765625,
+ 0.006519317626953125,
+ -0.01007843017578125,
+ -0.0294342041015625,
+ -0.00572967529296875,
+ -0.0316162109375,
+ 0.01056671142578125,
+ 0.00054931640625,
+ 0.043060302734375,
+ -0.004222869873046875,
+ -0.07073974609375,
+ -0.0239105224609375,
+ 0.04486083984375,
+ 0.034576416015625,
+ -0.04327392578125,
+ 0.017181396484375,
+ 0.053741455078125,
+ 0.004322052001953125,
+ -0.01451873779296875,
+ 0.010467529296875,
+ -0.057281494140625,
+ -0.0157012939453125,
+ 0.06005859375,
+ 0.006122589111328125,
+ -0.015899658203125,
+ 0.0015621185302734375,
+ -0.0096282958984375,
+ -0.026275634765625,
+ -0.0290374755859375,
+ -0.003284454345703125,
+ -0.012054443359375,
+ 0.01165771484375,
+ -0.03338623046875,
+ 0.025482177734375,
+ 0.01629638671875,
+ 0.00933837890625,
+ -0.0148162841796875,
+ -0.0228118896484375,
+ 0.03594970703125,
+ -0.012939453125,
+ -0.03515625,
+ -0.038116455078125,
+ 0.02923583984375,
+ -0.068359375,
+ -0.006420135498046875,
+ -0.0003981590270996094,
+ -0.0228118896484375,
+ 0.017181396484375,
+ 0.041107177734375,
+ 0.0172882080078125,
+ -0.01224517822265625,
+ 0.0193634033203125,
+ 0.0025920867919921875,
+ 0.0005154609680175781,
+ -0.01052093505859375,
+ -0.0164947509765625,
+ 0.030029296875,
+ -0.038726806640625,
+ -0.04248046875,
+ 0.032989501953125,
+ 0.01343536376953125,
+ 0.0036296844482421875,
+ -0.0007839202880859375,
+ -0.03515625,
+ -0.0184783935546875,
+ 0.049774169921875,
+ -0.02093505859375,
+ -0.028839111328125,
+ 0.00933837890625,
+ 0.033599853515625,
+ 0.01373291015625,
+ 0.0024814605712890625,
+ 0.034759521484375,
+ 0.030029296875,
+ 0.033966064453125,
+ 0.0106201171875,
+ -0.04583740234375,
+ 0.0238037109375,
+ 0.043060302734375,
+ -0.00933837890625,
+ -0.0191650390625,
+ -0.023712158203125,
+ 0.0190582275390625,
+ 0.023406982421875,
+ -0.041473388671875,
+ 0.052154541015625,
+ 0.0029392242431640625,
+ 0.05096435546875,
+ -0.0252838134765625,
+ 0.018280029296875,
+ -0.0276641845703125,
+ -0.03753662109375,
+ -0.033966064453125,
+ -0.079833984375,
+ -0.027069091796875,
+ -0.0148162841796875,
+ -0.07427978515625,
+ -0.004199981689453125,
+ 0.0010061264038085938,
+ -0.00948333740234375,
+ 0.04742431640625,
+ -0.0399169921875,
+ -0.04742431640625,
+ 0.01451873779296875,
+ 0.01403045654296875,
+ -0.01071929931640625,
+ -0.0012350082397460938,
+ -0.05926513671875,
+ -0.048980712890625,
+ -0.0057525634765625,
+ 0.0316162109375,
+ -0.033599853515625,
+ -0.038909912109375,
+ 0.0087432861328125,
+ -0.01422119140625,
+ -0.0106658935546875,
+ -0.01175689697265625,
+ 0.0131378173828125,
+ -0.010467529296875,
+ 0.02587890625,
+ -0.00948333740234375,
+ -0.01422119140625,
+ 0.0035552978515625,
+ 0.044647216796875,
+ -0.0236053466796875,
+ -0.05413818359375,
+ 0.012054443359375,
+ -0.04248046875,
+ 0.011505126953125,
+ -0.031402587890625,
+ 0.061248779296875,
+ -0.03082275390625,
+ -0.023712158203125,
+ -0.016693115234375,
+ 0.016693115234375,
+ 0.025482177734375,
+ 0.003086090087890625,
+ 0.005359649658203125,
+ -0.039703369140625,
+ 0.0144195556640625,
+ -0.032012939453125,
+ 0.021240234375,
+ -0.0087890625,
+ -0.00864410400390625,
+ 0.0284423828125,
+ -0.01303863525390625,
+ 0.04168701171875,
+ -0.008941650390625,
+ -0.0418701171875,
+ -0.0244903564453125,
+ 0.0164031982421875,
+ -0.0007128715515136719,
+ -0.008941650390625,
+ 0.037139892578125,
+ 0.0148162841796875,
+ 0.054534912109375,
+ 0.09124755859375,
+ 0.01383209228515625,
+ -0.0019388198852539062,
+ -0.0123443603515625,
+ 0.003704071044921875,
+ 0.025482177734375,
+ 0.01471710205078125,
+ -0.0206451416015625,
+ -0.0264739990234375,
+ 0.0306243896484375,
+ 0.0091400146484375,
+ 0.01580810546875,
+ 0.0015926361083984375,
+ -0.004520416259765625,
+ -0.0087432861328125,
+ -0.0026302337646484375,
+ 0.03594970703125,
+ -0.038726806640625,
+ -0.0517578125,
+ -0.019561767578125,
+ -0.0022602081298828125,
+ 0.0112152099609375,
+ 0.056121826171875,
+ 0.03753662109375,
+ -0.0201568603515625,
+ 0.03338623046875,
+ -0.0196533203125,
+ -0.0176849365234375,
+ 0.038726806640625,
+ -0.00988006591796875,
+ 0.060455322265625,
+ 0.0004012584686279297,
+ 0.031219482421875,
+ -0.0189666748046875,
+ 0.006519317626953125,
+ 0.03338623046875,
+ -0.00720977783203125,
+ -0.0124969482421875,
+ 0.04681396484375,
+ 0.0005464553833007812,
+ -0.0219268798828125,
+ -0.0193634033203125,
+ -0.027862548828125,
+ 0.00637054443359375,
+ -0.004669189453125,
+ -0.0018768310546875,
+ -0.004791259765625,
+ -0.0205535888671875,
+ -0.061248779296875,
+ 0.01511383056640625,
+ 0.004245758056640625,
+ -0.0306243896484375,
+ 0.0294342041015625,
+ 0.041473388671875,
+ -0.0194549560546875,
+ -0.02587890625,
+ -0.0064697265625,
+ 0.003482818603515625,
+ -0.00908660888671875,
+ -0.01373291015625,
+ 0.00009685754776000977,
+ 0.007457733154296875,
+ -0.02923583984375,
+ 0.039306640625,
+ 0.02587890625,
+ 0.0247955322265625,
+ -0.0040740966796875,
+ -0.038330078125,
+ 0.0264739990234375,
+ -0.0282440185546875,
+ 0.036163330078125,
+ 0.02301025390625,
+ 0.0007624626159667969,
+ 0.01403045654296875,
+ 0.01096343994140625,
+ 0.039306640625,
+ 0.0517578125,
+ -0.057281494140625,
+ 0.0160064697265625,
+ -0.08892822265625,
+ 0.003925323486328125,
+ -0.058074951171875,
+ -0.0276641845703125,
+ -0.06243896484375,
+ -0.046417236328125,
+ 0.033203125,
+ -0.01471710205078125,
+ -0.051361083984375,
+ 0.00035500526428222656,
+ 0.009979248046875,
+ -0.002197265625,
+ 0.0215301513671875,
+ 0.01096343994140625,
+ -0.038330078125,
+ 0.006420135498046875,
+ 0.079833984375,
+ -0.0011301040649414062,
+ 0.00429534912109375,
+ -0.0007963180541992188,
+ 0.0280609130859375,
+ 0.0014133453369140625,
+ 0.0282440185546875,
+ -0.01303863525390625,
+ -0.006618499755859375,
+ 0.0197601318359375,
+ 0.0367431640625,
+ 0.0148162841796875,
+ -0.01264190673828125,
+ 0.00437164306640625,
+ 0.003185272216796875,
+ 0.00992584228515625,
+ -0.029632568359375,
+ -0.0190582275390625,
+ 0.007457733154296875,
+ 0.027069091796875,
+ -0.01580810546875,
+ -0.0584716796875,
+ -0.005359649658203125,
+ 0.0450439453125,
+ 0.005283355712890625,
+ -0.00720977783203125,
+ 0.0276641845703125,
+ -0.0294342041015625,
+ 0.00780487060546875,
+ -0.0106658935546875,
+ -0.022430419921875,
+ 0.01629638671875,
+ 0.0152130126953125,
+ -0.032012939453125,
+ -0.00844573974609375,
+ 0.01422119140625,
+ -0.01403045654296875,
+ -0.0184783935546875,
+ -0.044647216796875,
+ -0.0079498291015625,
+ -0.0298309326171875,
+ -0.040496826171875,
+ -0.03753662109375,
+ 0.007259368896484375,
+ -0.0260772705078125,
+ 0.0110626220703125,
+ -0.020843505859375,
+ 0.0144195556640625,
+ -0.01160430908203125,
+ -0.056121826171875,
+ 0.01373291015625,
+ -0.0418701171875,
+ -0.042877197265625,
+ -0.00785064697265625,
+ 0.06402587890625,
+ 0.019256591796875,
+ 0.0268707275390625,
+ 0.00021457672119140625,
+ -0.00830078125,
+ -0.03436279296875,
+ 0.00982666015625,
+ -0.011016845703125,
+ 0.005828857421875,
+ -0.0160980224609375,
+ 0.047210693359375,
+ 0.051361083984375,
+ 0.0243988037109375,
+ -0.00469207763671875,
+ 0.027069091796875,
+ 0.0164031982421875,
+ -0.027069091796875,
+ 0.0019388198852539062,
+ 0.006320953369140625,
+ 0.016204833984375,
+ 0.02203369140625,
+ 0.000988006591796875,
+ -0.01708984375,
+ -0.004863739013671875,
+ -0.0186767578125,
+ -0.00333404541015625,
+ 0.037353515625,
+ 0.03179931640625,
+ 0.018768310546875,
+ -0.0194549560546875,
+ -0.0031108856201171875,
+ 0.054534912109375,
+ -0.00720977783203125,
+ 0.09283447265625,
+ -0.0274658203125,
+ -0.0294342041015625,
+ 0.0298309326171875,
+ 0.0248870849609375,
+ 0.007656097412109375,
+ -0.003704071044921875,
+ 0.028839111328125,
+ -0.012298583984375,
+ 0.00785064697265625,
+ 0.0168914794921875,
+ 0.016204833984375,
+ 0.00824737548828125,
+ -0.00972747802734375,
+ 0.0173797607421875,
+ 0.0032100677490234375,
+ -0.0205535888671875,
+ 0.007457733154296875,
+ 0.0367431640625,
+ 0.03338623046875,
+ 0.0064697265625,
+ 0.043060302734375,
+ -0.01284027099609375,
+ -0.06243896484375,
+ -0.0276641845703125,
+ -0.08221435546875,
+ 0.01491546630859375,
+ 0.018280029296875,
+ 0.009429931640625,
+ 0.0533447265625,
+ -0.0274658203125,
+ -0.048004150390625,
+ 0.03515625,
+ -0.046234130859375,
+ 0.07391357421875,
+ 0.02923583984375,
+ -0.005580902099609375,
+ 0.049774169921875,
+ 0.00405120849609375,
+ -0.024993896484375,
+ 0.0310211181640625,
+ 0.0248870849609375,
+ 0.0264739990234375,
+ 0.027069091796875,
+ 0.042083740234375,
+ 0.0006389617919921875,
+ -0.04071044921875,
+ 0.033966064453125,
+ 0.01708984375,
+ 0.03338623046875,
+ -0.0009012222290039062,
+ 0.0164947509765625,
+ 0.010223388671875,
+ -0.00203704833984375,
+ -0.01259613037109375,
+ 0.044464111328125,
+ 0.0302276611328125,
+ 0.0131378173828125,
+ 0.0101776123046875,
+ -0.03240966796875,
+ -0.005161285400390625,
+ -0.0341796875,
+ -0.00405120849609375,
+ 0.004913330078125,
+ 0.015899658203125,
+ 0.0440673828125,
+ 0.020050048828125,
+ -0.06439208984375,
+ 0.01491546630859375,
+ 0.05926513671875,
+ -0.088134765625,
+ 0.0256805419921875,
+ 0.0316162109375,
+ -0.052947998046875,
+ 0.0022716522216796875,
+ -0.00972747802734375,
+ -0.06005859375,
+ 0.020843505859375,
+ -0.0284423828125,
+ -0.0247955322265625,
+ 0.006099700927734375,
+ 0.01511383056640625,
+ -0.02508544921875,
+ -0.0367431640625,
+ -0.040313720703125,
+ -0.01180267333984375,
+ -0.018280029296875,
+ -0.0206451416015625,
+ 0.04425048828125,
+ 0.006519317626953125,
+ -0.0173797607421875,
+ 0.015899658203125,
+ 0.0104217529296875,
+ -0.009429931640625,
+ -0.015899658203125,
+ 0.06597900390625,
+ -0.02044677734375,
+ -0.06719970703125,
+ 0.033782958984375,
+ 0.0055084228515625,
+ 0.01373291015625,
+ -0.041473388671875,
+ -0.0160064697265625,
+ 0.014617919921875,
+ -0.0002715587615966797,
+ 0.004520416259765625,
+ 0.0168914794921875,
+ -0.043670654296875,
+ -0.0268707275390625,
+ -0.0252838134765625,
+ 0.060455322265625,
+ 0.01323699951171875,
+ 0.03179931640625,
+ 0.004199981689453125,
+ -0.061248779296875,
+ 0.0243072509765625,
+ -0.045440673828125,
+ -0.0191650390625,
+ -0.01471710205078125,
+ 0.0148162841796875,
+ -0.022125244140625,
+ 0.05572509765625,
+ -0.011016845703125,
+ -0.0160064697265625,
+ 0.0024318695068359375,
+ 0.03240966796875,
+ 0.023712158203125,
+ -0.0223236083984375,
+ -0.038909912109375,
+ 0.03240966796875,
+ 0.0286407470703125,
+ -0.0294342041015625,
+ 0.01032257080078125,
+ -0.040313720703125,
+ -0.0108184814453125,
+ 0.017974853515625,
+ -0.058074951171875,
+ 0.0160980224609375,
+ -0.01215362548828125,
+ -0.046417236328125,
+ -0.0228118896484375,
+ -0.045440673828125,
+ -0.01551055908203125,
+ -0.01412200927734375,
+ 0.017486572265625,
+ 0.0310211181640625,
+ -0.00016820430755615234,
+ 0.0399169921875,
+ -0.0191650390625,
+ -0.006519317626953125,
+ 0.01215362548828125,
+ -0.0032596588134765625,
+ -0.012054443359375,
+ 0.04248046875,
+ -0.040313720703125,
+ -0.02301025390625,
+ -0.021240234375,
+ 0.0139312744140625,
+ -0.024688720703125,
+ -0.04168701171875,
+ 0.0176849365234375,
+ -0.0247955322265625,
+ 0.044464111328125,
+ -0.04937744140625,
+ 0.0284423828125,
+ -0.022125244140625,
+ -0.0017414093017578125,
+ -0.042266845703125,
+ -0.014617919921875,
+ 0.0244903564453125,
+ 0.0215301513671875,
+ -0.0028514862060546875,
+ -0.0106658935546875,
+ 0.032012939453125,
+ -0.057281494140625,
+ 0.022125244140625,
+ 0.0264739990234375,
+ -0.005828857421875,
+ 0.015899658203125,
+ -0.012939453125,
+ 0.009979248046875,
+ 0.0205535888671875,
+ 0.0418701171875,
+ -0.01551055908203125,
+ -0.03497314453125,
+ -0.07427978515625,
+ 0.0218353271484375,
+ 0.01629638671875,
+ -0.00397491455078125,
+ -0.0236053466796875,
+ -0.0169830322265625,
+ -0.06640625,
+ 0.017974853515625,
+ 0.047027587890625,
+ 0.002285003662109375,
+ -0.009185791015625,
+ -0.033203125,
+ -0.0252838134765625,
+ 0.0006079673767089844,
+ -0.025482177734375,
+ 0.038909912109375,
+ -0.038330078125,
+ 0.0150146484375,
+ 0.00417327880859375,
+ -0.06085205078125,
+ 0.026275634765625,
+ 0.0169830322265625,
+ -0.0011301040649414062,
+ 0.0264739990234375,
+ 0.016693115234375,
+ -0.0272674560546875,
+ 0.0131378173828125,
+ -0.016693115234375,
+ -0.028839111328125,
+ -0.01116180419921875,
+ -0.03497314453125,
+ 0.0202484130859375,
+ -0.0157012939453125,
+ -0.033599853515625,
+ 0.011260986328125,
+ 0.041107177734375,
+ 0.0247955322265625,
+ -0.0106658935546875,
+ 0.0108184814453125,
+ 0.0168914794921875,
+ -0.007160186767578125,
+ 0.07861328125,
+ -0.006000518798828125,
+ -0.0282440185546875,
+ 0.0180816650390625,
+ 0.0169830322265625,
+ 0.02203369140625,
+ 0.048980712890625,
+ -0.00323486328125,
+ -0.020843505859375,
+ 0.01788330078125,
+ 0.0238037109375,
+ -0.0028896331787109375,
+ -0.026275634765625,
+ -0.0357666015625,
+ 0.01200103759765625,
+ -0.0023345947265625,
+ 0.048614501953125,
+ 0.0173797607421875,
+ 0.06793212890625,
+ 0.00676727294921875,
+ 0.003902435302734375,
+ 0.0286407470703125,
+ 0.047607421875,
+ 0.047607421875,
+ -0.0181732177734375,
+ -0.052154541015625,
+ -0.0028514862060546875,
+ -0.0066680908203125,
+ -0.01140594482421875,
+ -0.04486083984375,
+ -0.00031185150146484375,
+ 0.0450439453125,
+ -0.07904052734375,
+ -0.026275634765625,
+ -0.01091766357421875,
+ 0.0181732177734375,
+ 0.017578125,
+ 0.027862548828125,
+ -0.017181396484375,
+ 0.0191650390625,
+ 0.0011606216430664062,
+ -0.05413818359375,
+ 0.016204833984375,
+ -0.033203125,
+ 0.0377197265625,
+ 0.04425048828125,
+ 0.00656890869140625,
+ -0.020355224609375,
+ 0.057281494140625,
+ -0.01239776611328125,
+ 0.035552978515625,
+ 0.0244903564453125,
+ 0.034759521484375,
+ 0.032012939453125,
+ 0.0298309326171875,
+ 0.052947998046875,
+ 0.050567626953125,
+ -0.004543304443359375,
+ -0.02410888671875,
+ 0.0239105224609375,
+ 0.03338623046875,
+ 0.07110595703125,
+ 0.06439208984375,
+ 0.004520416259765625,
+ 0.00417327880859375,
+ 0.005828857421875,
+ -0.02667236328125,
+ -0.01432037353515625,
+ 0.0218353271484375,
+ -0.006298065185546875,
+ -0.0648193359375,
+ -0.034759521484375,
+ 0.012054443359375,
+ -0.047821044921875,
+ 0.046630859375,
+ 0.006618499755859375,
+ -0.0010862350463867188,
+ 0.0026912689208984375,
+ 0.0450439453125,
+ -0.01422119140625,
+ -0.045440673828125,
+ 0.010223388671875,
+ -0.020843505859375,
+ -0.06402587890625,
+ -0.044464111328125,
+ -0.036163330078125,
+ 0.0173797607421875,
+ -0.003284454345703125,
+ -0.04425048828125,
+ -0.0233154296875,
+ 0.037353515625,
+ -0.01195526123046875,
+ -0.0260772705078125,
+ -0.0294342041015625,
+ -0.01155853271484375,
+ -0.033203125,
+ -0.044464111328125,
+ -0.033203125,
+ -0.0207366943359375,
+ 0.0057525634765625,
+ -0.018768310546875,
+ 0.0029888153076171875,
+ -0.00982666015625,
+ -0.0325927734375,
+ 0.005779266357421875,
+ 0.0022602081298828125,
+ -0.0440673828125,
+ 0.0272674560546875,
+ -0.031219482421875,
+ 0.038116455078125,
+ 0.0206451416015625,
+ 0.050567626953125,
+ 0.026275634765625,
+ 0.071533203125,
+ -0.020843505859375,
+ 0.02044677734375,
+ -0.00988006591796875,
+ -0.0667724609375,
+ 0.020050048828125,
+ -0.00908660888671875,
+ 0.017578125,
+ -0.061248779296875,
+ 0.03240966796875,
+ 0.037353515625,
+ -0.1051025390625,
+ 0.0015926361083984375,
+ 0.00313568115234375,
+ -0.029632568359375,
+ -0.047210693359375,
+ -0.0023822784423828125,
+ -0.004520416259765625,
+ 0.01995849609375,
+ 0.0968017578125,
+ 0.02044677734375,
+ 0.000017940998077392578,
+ -0.0031108856201171875,
+ -0.0616455078125,
+ 0.04248046875,
+ 0.0157012939453125,
+ 0.038330078125,
+ -0.0408935546875,
+ 0.032989501953125,
+ 0.0210418701171875,
+ -0.01056671142578125,
+ 0.0038776397705078125,
+ -0.058074951171875,
+ 0.0290374755859375,
+ 0.048980712890625,
+ 0.00696563720703125,
+ -0.0282440185546875,
+ -0.029632568359375,
+ -0.054931640625,
+ -0.024200439453125,
+ -0.0206451416015625,
+ 0.0176849365234375,
+ 0.007110595703125,
+ 0.0123443603515625,
+ -0.0198516845703125,
+ 0.01788330078125,
+ -0.005283355712890625,
+ -0.043670654296875,
+ -0.0440673828125,
+ -0.00011962652206420898,
+ 0.0276641845703125,
+ 0.00830078125,
+ -0.050567626953125,
+ 0.0150146484375,
+ 0.01629638671875,
+ 0.00928497314453125,
+ 0.04010009765625,
+ 0.0584716796875,
+ -0.034759521484375,
+ 0.00054931640625,
+ -0.0316162109375,
+ 0.04266357421875,
+ -0.0104217529296875,
+ -0.0079498291015625,
+ -0.0108184814453125,
+ 0.0252838134765625,
+ 0.0284423828125,
+ -0.0450439453125,
+ 0.03594970703125,
+ 0.062042236328125,
+ -0.041290283203125,
+ -0.06915283203125,
+ -0.038330078125,
+ -0.03436279296875,
+ 0.041107177734375,
+ -0.01071929931640625,
+ 0.045440673828125,
+ -0.0029392242431640625,
+ -0.01788330078125,
+ -0.0948486328125,
+ 0.052947998046875,
+ -0.0206451416015625,
+ 0.0302276611328125,
+ 0.0450439453125,
+ -0.0118560791015625,
+ -0.075439453125,
+ -0.0399169921875,
+ -0.0172882080078125,
+ 0.0302276611328125,
+ -0.030426025390625,
+ 0.0377197265625,
+ -0.001068115234375,
+ 0.0135345458984375,
+ -0.00780487060546875,
+ -0.0012350082397460938,
+ 0.039306640625,
+ 0.06561279296875,
+ 0.0298309326171875,
+ -0.033203125,
+ 0.04327392578125,
+ -0.01091766357421875,
+ 0.0027408599853515625,
+ -0.004791259765625,
+ -0.01215362548828125,
+ -0.00785064697265625,
+ -0.01531219482421875,
+ -0.017578125,
+ 0.0020008087158203125,
+ 0.02587890625,
+ 0.0298309326171875,
+ -0.0019626617431640625,
+ 0.00785064697265625,
+ -0.00958251953125,
+ 0.017486572265625,
+ 0.0274658203125,
+ -0.0052337646484375,
+ 0.028839111328125,
+ 0.01284027099609375,
+ -0.0100250244140625,
+ -0.0418701171875,
+ -0.0635986328125,
+ -0.06243896484375,
+ 0.0264739990234375,
+ -0.052154541015625,
+ -0.0124969482421875,
+ 0.01190185546875,
+ 0.01432037353515625,
+ 0.006099700927734375,
+ -0.0176849365234375,
+ 0.0310211181640625,
+ -0.003902435302734375,
+ -0.032806396484375,
+ -0.044647216796875,
+ 0.0180816650390625,
+ -0.00437164306640625,
+ 0.020355224609375,
+ 0.00521087646484375,
+ -0.033966064453125,
+ 0.022613525390625,
+ -0.0210418701171875,
+ 0.0123443603515625,
+ 0.00011652708053588867,
+ 0.0009012222290039062,
+ -0.0517578125,
+ 0.00800323486328125,
+ -0.07745361328125,
+ -0.027862548828125,
+ 0.005977630615234375,
+ 0.02587890625,
+ -0.0091400146484375,
+ -0.04168701171875,
+ 0.06597900390625,
+ -0.01412200927734375,
+ -0.065185546875,
+ 0.030029296875,
+ -0.02667236328125,
+ -0.0180816650390625,
+ 0.01451873779296875,
+ -0.0239105224609375,
+ 0.0156097412109375,
+ -0.0010061264038085938,
+ 0.046417236328125,
+ 0.0533447265625,
+ 0.040496826171875,
+ -0.0210418701171875,
+ -0.002445220947265625,
+ -0.01363372802734375,
+ -0.006816864013671875,
+ 0.036956787109375,
+ 0.03851318359375,
+ 0.01165771484375,
+ -0.00992584228515625,
+ 0.0011358261108398438,
+ 0.004245758056640625,
+ -0.07269287109375,
+ -0.0030612945556640625,
+ -0.01422119140625,
+ -0.04998779296875,
+ 0.00740814208984375,
+ 0.073486328125,
+ 0.0341796875,
+ -0.01412200927734375,
+ -0.0005154609680175781,
+ 0.051361083984375,
+ 0.0169830322265625,
+ 0.0091400146484375,
+ -0.006866455078125,
+ -0.058074951171875,
+ 0.0010433197021484375,
+ -0.004421234130859375,
+ 0.012542724609375,
+ -0.05572509765625,
+ 0.060455322265625,
+ 0.050567626953125,
+ -0.0106658935546875,
+ -0.0106201171875,
+ -0.0135345458984375,
+ -0.00323486328125,
+ 0.058074951171875,
+ 0.0113067626953125,
+ 0.02301025390625,
+ -0.06439208984375,
+ 0.0235137939453125,
+ 0.043670654296875,
+ -0.011260986328125,
+ -0.0189666748046875,
+ -0.007061004638671875,
+ -0.02587890625,
+ 0.0450439453125,
+ -0.057281494140625,
+ 0.0148162841796875,
+ -0.0166015625,
+ 0.0616455078125,
+ -0.00001728534698486328,
+ -0.054534912109375,
+ -0.0290374755859375,
+ 0.03497314453125,
+ 0.00992584228515625,
+ -0.0013647079467773438,
+ 0.0021724700927734375,
+ 0.0017042160034179688,
+ -0.01343536376953125,
+ 0.034759521484375,
+ 0.046234130859375,
+ 0.009979248046875,
+ 0.0316162109375,
+ -0.00958251953125,
+ -0.038909912109375,
+ 0.031219482421875,
+ 0.0007901191711425781,
+ 0.019256591796875,
+ 0.0081024169921875,
+ -0.0616455078125,
+ -0.0325927734375,
+ -0.0440673828125,
+ 0.038116455078125,
+ -0.0003364086151123047,
+ 0.0256805419921875,
+ 0.0239105224609375,
+ -0.0077056884765625,
+ -0.0274658203125,
+ -0.0106658935546875,
+ 0.0173797607421875,
+ 0.0244903564453125,
+ 0.034759521484375,
+ 0.03436279296875,
+ 0.0006480216979980469,
+ 0.01373291015625,
+ -0.0036792755126953125,
+ -0.0491943359375,
+ 0.0357666015625,
+ -0.035552978515625,
+ 0.008148193359375,
+ -0.035552978515625,
+ 0.01303863525390625,
+ 0.015899658203125,
+ -0.008941650390625,
+ 0.0223236083984375,
+ -0.01491546630859375,
+ 0.0073089599609375,
+ -0.00197601318359375,
+ -0.038909912109375,
+ -0.0135345458984375,
+ 0.060455322265625,
+ -0.04937744140625,
+ 0.032012939453125,
+ -0.006916046142578125,
+ -0.0190582275390625,
+ 0.01096343994140625,
+ -0.07904052734375,
+ 0.058868408203125,
+ 0.0164947509765625,
+ 0.0272674560546875,
+ -0.00982666015625,
+ 0.0135345458984375,
+ 0.032989501953125,
+ 0.00760650634765625,
+ 0.0341796875,
+ 0.042083740234375,
+ -0.021331787109375,
+ 0.0517578125,
+ 0.056884765625,
+ -0.0189666748046875,
+ -0.038330078125,
+ 0.0238037109375,
+ 0.01491546630859375,
+ -0.032806396484375,
+ 0.033782958984375,
+ 0.035369873046875,
+ 0.02459716796875,
+ -0.0089874267578125,
+ -0.023406982421875,
+ 0.01629638671875,
+ -0.04010009765625,
+ 0.04345703125,
+ 0.037353515625,
+ -0.0169830322265625,
+ 0.05413818359375,
+ -0.054931640625,
+ 0.061248779296875,
+ 0.0139312744140625,
+ 0.048004150390625,
+ -0.050567626953125,
+ 0.051361083984375,
+ -0.032806396484375,
+ 0.031402587890625,
+ -0.000743865966796875,
+ 0.01837158203125,
+ -0.02044677734375,
+ 0.01175689697265625,
+ -0.0260772705078125,
+ 0.06085205078125,
+ 0.04071044921875,
+ -0.0087432861328125,
+ -0.037139892578125,
+ -0.04345703125,
+ -0.0173797607421875,
+ 0.0004444122314453125,
+ 0.033599853515625,
+ -0.0268707275390625,
+ -0.0341796875,
+ 0.006916046142578125,
+ 0.006076812744140625,
+ 0.041473388671875,
+ -0.0087432861328125,
+ 0.0325927734375,
+ 0.00022685527801513672,
+ -0.01531219482421875,
+ -0.039520263671875,
+ -0.01140594482421875
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "shadow-copy",
+ "snapshot-browsing",
+ "file-recovery",
+ "previous-versions",
+ "scenario:file_recovery",
+ "point-in-time-restore"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_FRED",
+ "type": "tool",
+ "name": "FRED",
+ "content": "fred hardware-forensik-workstation ermöglicht simultanes imaging von 8 evidenzen durch hot-swap-ultrabay \n und integrierte write-blocker für sata/ide/usb/firewire. hardware-hash-acceleration beschleunigt \n md5/sha-verifizierung, touchscreen-konsole steuert parallel-processing ohne host-system-belastung. \n field-kit-version mit 4-bay-kapazität für vor-ort-akquisition, modulares design erlaubt \n raid-controller-upgrades für nas-forensik. gui commercial write-blocker physical-copy scenario:disk_imaging multithreaded hardware-solution hot-swap raid-recovery parallel-imaging touch-control lab-equipment static-investigations incident-response data-collection",
+ "embedding": [
+ -0.00753021240234375,
+ 0.032470703125,
+ 0.038726806640625,
+ -0.0141754150390625,
+ 0.032257080078125,
+ 0.035797119140625,
+ 0.0299224853515625,
+ 0.00777435302734375,
+ 0.00801849365234375,
+ 0.004547119140625,
+ -0.0227813720703125,
+ 0.058258056640625,
+ -0.005645751953125,
+ -0.0015888214111328125,
+ -0.055938720703125,
+ 0.026397705078125,
+ -0.0235595703125,
+ 0.00875091552734375,
+ 0.0086517333984375,
+ 0.0250244140625,
+ -0.0165252685546875,
+ -0.006748199462890625,
+ -0.046356201171875,
+ 0.01153564453125,
+ -0.006404876708984375,
+ -0.007282257080078125,
+ -0.0175018310546875,
+ -0.057098388671875,
+ -0.041259765625,
+ 0.01134490966796875,
+ 0.00359344482421875,
+ -0.0214080810546875,
+ 0.01031494140625,
+ 0.024932861328125,
+ 0.0299224853515625,
+ -0.01212310791015625,
+ -0.00777435302734375,
+ -0.0169219970703125,
+ -0.0237579345703125,
+ 0.030120849609375,
+ -0.0003712177276611328,
+ 0.01183319091796875,
+ -0.0170135498046875,
+ -0.0175933837890625,
+ -0.02972412109375,
+ -0.03851318359375,
+ -0.0179901123046875,
+ -0.01153564453125,
+ 0.0013446807861328125,
+ -0.0232696533203125,
+ 0.014373779296875,
+ 0.04205322265625,
+ 0.0214080810546875,
+ -0.0107574462890625,
+ -0.0208282470703125,
+ 0.01476287841796875,
+ -0.0171051025390625,
+ -0.0246429443359375,
+ -0.035980224609375,
+ 0.035400390625,
+ -0.06646728515625,
+ 0.0027370452880859375,
+ 0.0023212432861328125,
+ -0.0041046142578125,
+ -0.007965087890625,
+ 0.0289459228515625,
+ -0.0220947265625,
+ -0.045562744140625,
+ 0.0023212432861328125,
+ -0.0027370452880859375,
+ 0.002101898193359375,
+ -0.0178985595703125,
+ -0.0106048583984375,
+ 0.01525115966796875,
+ -0.03265380859375,
+ -0.0555419921875,
+ 0.026397705078125,
+ 0.0305023193359375,
+ 0.00875091552734375,
+ -0.00505828857421875,
+ -0.040863037109375,
+ 0.01080322265625,
+ 0.0171051025390625,
+ -0.014862060546875,
+ -0.0208282470703125,
+ 0.0188751220703125,
+ -0.00919342041015625,
+ 0.012908935546875,
+ -0.0220947265625,
+ -0.0184783935546875,
+ 0.0233612060546875,
+ -0.00806427001953125,
+ 0.0233612060546875,
+ -0.015838623046875,
+ 0.0281524658203125,
+ 0.0614013671875,
+ -0.0017480850219726562,
+ -0.00923919677734375,
+ 0.00008744001388549805,
+ 0.029327392578125,
+ 0.0019435882568359375,
+ -0.021514892578125,
+ 0.035797119140625,
+ 0.01153564453125,
+ 0.048309326171875,
+ -0.048309326171875,
+ 0.0226898193359375,
+ -0.035003662109375,
+ -0.0156402587890625,
+ -0.0496826171875,
+ -0.08758544921875,
+ -0.0201416015625,
+ -0.0165252685546875,
+ -0.07232666015625,
+ -0.0014905929565429688,
+ 0.0155487060546875,
+ -0.0269927978515625,
+ 0.0236663818359375,
+ -0.050445556640625,
+ -0.0308990478515625,
+ 0.017791748046875,
+ 0.0112457275390625,
+ 0.004352569580078125,
+ 0.0178985595703125,
+ -0.043609619140625,
+ -0.043212890625,
+ 0.00806427001953125,
+ 0.0151519775390625,
+ -0.00855255126953125,
+ -0.04241943359375,
+ -0.0203399658203125,
+ -0.0180816650390625,
+ -0.0279693603515625,
+ -0.021209716796875,
+ 0.0005288124084472656,
+ -0.040863037109375,
+ 0.031097412109375,
+ -0.013885498046875,
+ 0.00899505615234375,
+ 0.0271759033203125,
+ -0.0026645660400390625,
+ -0.0172119140625,
+ -0.0672607421875,
+ 0.0069427490234375,
+ -0.04791259765625,
+ -0.0198516845703125,
+ -0.0256195068359375,
+ 0.0535888671875,
+ -0.05279541015625,
+ -0.01476287841796875,
+ 0.0010509490966796875,
+ 0.0291290283203125,
+ 0.04400634765625,
+ 0.022979736328125,
+ -0.0023593902587890625,
+ -0.033843994140625,
+ 0.007480621337890625,
+ -0.026397705078125,
+ 0.0260009765625,
+ 0.003421783447265625,
+ -0.0260009765625,
+ 0.01593017578125,
+ 0.00542449951171875,
+ 0.024444580078125,
+ -0.039703369140625,
+ -0.06024169921875,
+ -0.012908935546875,
+ 0.0238494873046875,
+ 0.0124664306640625,
+ 0.0066986083984375,
+ 0.038330078125,
+ -0.0222930908203125,
+ 0.061798095703125,
+ 0.07159423828125,
+ -0.01104736328125,
+ 0.0285491943359375,
+ -0.0037403106689453125,
+ 0.0015764236450195312,
+ 0.05084228515625,
+ 0.0179901123046875,
+ -0.03912353515625,
+ -0.027374267578125,
+ 0.03753662109375,
+ -0.0076751708984375,
+ 0.0175933837890625,
+ -0.006500244140625,
+ -0.0218963623046875,
+ 0.005084991455078125,
+ -0.047698974609375,
+ 0.03912353515625,
+ -0.0308990478515625,
+ -0.01232147216796875,
+ -0.0275726318359375,
+ 0.0250244140625,
+ 0.0223846435546875,
+ 0.045745849609375,
+ 0.0225830078125,
+ -0.026397705078125,
+ 0.0318603515625,
+ -0.01236724853515625,
+ -0.00708770751953125,
+ 0.03363037109375,
+ -0.01119232177734375,
+ 0.04010009765625,
+ 0.0010995864868164062,
+ 0.01349639892578125,
+ 0.020233154296875,
+ 0.0279693603515625,
+ 0.015350341796875,
+ -0.0295257568359375,
+ -0.043792724609375,
+ 0.036773681640625,
+ 0.0038623809814453125,
+ -0.051239013671875,
+ -0.037933349609375,
+ -0.03656005859375,
+ 0.0086517333984375,
+ 0.0017232894897460938,
+ -0.006404876708984375,
+ 0.0028228759765625,
+ -0.004764556884765625,
+ -0.049072265625,
+ 0.004154205322265625,
+ 0.01232147216796875,
+ -0.005329132080078125,
+ 0.03558349609375,
+ 0.014862060546875,
+ -0.021697998046875,
+ -0.06060791015625,
+ 0.040283203125,
+ 0.0291290283203125,
+ 0.0162353515625,
+ -0.029327392578125,
+ 0.0014057159423828125,
+ -0.0218963623046875,
+ -0.0236663818359375,
+ 0.0141754150390625,
+ 0.0151519775390625,
+ 0.013397216796875,
+ 0.01236724853515625,
+ -0.01110076904296875,
+ 0.0260009765625,
+ -0.02777099609375,
+ 0.057098388671875,
+ 0.0516357421875,
+ -0.021209716796875,
+ -0.0025177001953125,
+ 0.007625579833984375,
+ 0.018280029296875,
+ 0.0222015380859375,
+ -0.061798095703125,
+ -0.031097412109375,
+ -0.0938720703125,
+ -0.0203399658203125,
+ -0.038116455078125,
+ -0.048309326171875,
+ -0.037353515625,
+ -0.06451416015625,
+ 0.05474853515625,
+ -0.0228729248046875,
+ -0.03656005859375,
+ 0.01192474365234375,
+ 0.01261138916015625,
+ -0.0026149749755859375,
+ 0.01476287841796875,
+ 0.0218048095703125,
+ -0.035400390625,
+ 0.0162353515625,
+ 0.06805419921875,
+ 0.019256591796875,
+ -0.00659942626953125,
+ -0.0232696533203125,
+ 0.019561767578125,
+ -0.0098724365234375,
+ 0.035980224609375,
+ -0.035003662109375,
+ -0.006748199462890625,
+ 0.037750244140625,
+ 0.03167724609375,
+ 0.0225830078125,
+ -0.0245361328125,
+ 0.038116455078125,
+ 0.01309967041015625,
+ 0.01641845703125,
+ -0.043792724609375,
+ -0.01476287841796875,
+ 0.0009469985961914062,
+ 0.0203399658203125,
+ -0.03167724609375,
+ -0.05474853515625,
+ 0.04010009765625,
+ 0.050048828125,
+ -0.00846099853515625,
+ 0.0150604248046875,
+ 0.01192474365234375,
+ -0.04144287109375,
+ 0.005916595458984375,
+ 0.0012836456298828125,
+ 0.007282257080078125,
+ 0.01641845703125,
+ 0.00992584228515625,
+ -0.00948333740234375,
+ 0.00635528564453125,
+ -0.01226806640625,
+ -0.0180816650390625,
+ -0.0256195068359375,
+ -0.04302978515625,
+ -0.00505828857421875,
+ -0.004596710205078125,
+ -0.035186767578125,
+ -0.0295257568359375,
+ 0.000995635986328125,
+ -0.0013074874877929688,
+ 0.0100250244140625,
+ -0.027374267578125,
+ 0.01232147216796875,
+ -0.027374267578125,
+ -0.0653076171875,
+ 0.01183319091796875,
+ -0.0265960693359375,
+ -0.044769287109375,
+ -0.0160369873046875,
+ 0.044769287109375,
+ -0.00444793701171875,
+ -0.0021991729736328125,
+ -0.007965087890625,
+ -0.032073974609375,
+ -0.0250244140625,
+ 0.016326904296875,
+ 0.00122833251953125,
+ 0.045379638671875,
+ -0.006649017333984375,
+ 0.0535888671875,
+ 0.0100250244140625,
+ 0.034820556640625,
+ 0.0033969879150390625,
+ 0.033233642578125,
+ 0.044586181640625,
+ -0.02484130859375,
+ 0.005889892578125,
+ 0.003543853759765625,
+ 0.005794525146484375,
+ 0.018768310546875,
+ -0.01055908203125,
+ -0.02777099609375,
+ 0.020721435546875,
+ -0.0299224853515625,
+ 0.00733184814453125,
+ 0.015838623046875,
+ 0.018768310546875,
+ 0.031494140625,
+ -0.036163330078125,
+ 0.01378631591796875,
+ 0.054351806640625,
+ 0.0228729248046875,
+ 0.10247802734375,
+ -0.006649017333984375,
+ -0.0614013671875,
+ 0.0308990478515625,
+ 0.0516357421875,
+ -0.0289459228515625,
+ -0.01329803466796875,
+ 0.03460693359375,
+ 0.0223846435546875,
+ -0.01202392578125,
+ 0.0169219970703125,
+ -0.01207733154296875,
+ 0.042236328125,
+ -0.0226898193359375,
+ -0.0172119140625,
+ 0.0005469322204589844,
+ 0.0008921623229980469,
+ 0.043609619140625,
+ 0.046142578125,
+ 0.0305023193359375,
+ 0.0193634033203125,
+ 0.0208282470703125,
+ -0.01134490966796875,
+ -0.01378631591796875,
+ -0.0305023193359375,
+ -0.0614013671875,
+ 0.0035686492919921875,
+ 0.04888916015625,
+ 0.01251220703125,
+ 0.028350830078125,
+ -0.0171051025390625,
+ -0.061004638671875,
+ 0.00444793701171875,
+ -0.0222930908203125,
+ 0.0653076171875,
+ 0.02679443359375,
+ 0.0299224853515625,
+ 0.0281524658203125,
+ 0.006793975830078125,
+ 0.0285491943359375,
+ 0.01544952392578125,
+ 0.0141754150390625,
+ 0.03070068359375,
+ 0.04498291015625,
+ 0.0555419921875,
+ 0.018768310546875,
+ -0.035980224609375,
+ 0.027374267578125,
+ 0.039703369140625,
+ 0.044189453125,
+ 0.0112457275390625,
+ 0.0189666748046875,
+ 0.01593017578125,
+ 0.0199432373046875,
+ -0.0079193115234375,
+ 0.037139892578125,
+ 0.050048828125,
+ -0.0124664306640625,
+ 0.00943756103515625,
+ -0.041259765625,
+ 0.00885009765625,
+ -0.07000732421875,
+ -0.0066986083984375,
+ 0.00119781494140625,
+ -0.006992340087890625,
+ 0.01593017578125,
+ 0.00928497314453125,
+ -0.056304931640625,
+ -0.014862060546875,
+ 0.052001953125,
+ -0.06689453125,
+ 0.038909912109375,
+ 0.006893157958984375,
+ -0.00968170166015625,
+ 0.0003726482391357422,
+ -0.018768310546875,
+ -0.06646728515625,
+ 0.016326904296875,
+ -0.0218963623046875,
+ -0.016815185546875,
+ 0.0218963623046875,
+ 0.0299224853515625,
+ -0.030303955078125,
+ -0.0131988525390625,
+ 0.00334930419921875,
+ -0.00992584228515625,
+ -0.038726806640625,
+ -0.00982666015625,
+ 0.053192138671875,
+ 0.0006079673767089844,
+ -0.0240478515625,
+ 0.03167724609375,
+ 0.04986572265625,
+ 0.0106048583984375,
+ -0.043212890625,
+ 0.04400634765625,
+ -0.0227813720703125,
+ -0.042633056640625,
+ 0.019256591796875,
+ 0.0184783935546875,
+ 0.0281524658203125,
+ -0.02581787109375,
+ -0.0186767578125,
+ 0.00322723388671875,
+ 0.0110015869140625,
+ -0.00836181640625,
+ 0.036163330078125,
+ -0.04302978515625,
+ -0.02972412109375,
+ -0.037353515625,
+ 0.037750244140625,
+ 0.005939483642578125,
+ 0.039306640625,
+ 0.00457000732421875,
+ -0.059051513671875,
+ 0.00885009765625,
+ -0.041259765625,
+ -0.035797119140625,
+ -0.04205322265625,
+ 0.01309967041015625,
+ -0.0250244140625,
+ 0.057891845703125,
+ -0.0216064453125,
+ -0.005672454833984375,
+ -0.0194549560546875,
+ 0.041259765625,
+ 0.00830841064453125,
+ -0.00757598876953125,
+ -0.053192138671875,
+ 0.038116455078125,
+ 0.0222930908203125,
+ -0.06219482421875,
+ -0.0103607177734375,
+ -0.004962921142578125,
+ -0.0012836456298828125,
+ 0.049468994140625,
+ -0.035797119140625,
+ -0.01183319091796875,
+ 0.00156402587890625,
+ -0.045562744140625,
+ -0.002712249755859375,
+ -0.028350830078125,
+ -0.0030307769775390625,
+ -0.045745849609375,
+ 0.01110076904296875,
+ 0.030303955078125,
+ -0.00850677490234375,
+ 0.01202392578125,
+ 0.004985809326171875,
+ 0.021209716796875,
+ 0.014373779296875,
+ -0.0084075927734375,
+ -0.005451202392578125,
+ 0.036956787109375,
+ -0.04791259765625,
+ -0.022491455078125,
+ -0.01398468017578125,
+ 0.045379638671875,
+ -0.04986572265625,
+ -0.0305023193359375,
+ 0.0285491943359375,
+ -0.0093841552734375,
+ 0.054351806640625,
+ -0.07623291015625,
+ 0.01202392578125,
+ -0.035980224609375,
+ -0.047119140625,
+ -0.00855255126953125,
+ 0.0037403106689453125,
+ 0.00943756103515625,
+ 0.0260009765625,
+ -0.0017232894897460938,
+ 0.0247344970703125,
+ 0.0218048095703125,
+ -0.07781982421875,
+ 0.037139892578125,
+ 0.020050048828125,
+ 0.006061553955078125,
+ -0.00830841064453125,
+ -0.01158905029296875,
+ 0.0186767578125,
+ -0.00870513916015625,
+ 0.03167724609375,
+ -0.034820556640625,
+ -0.03363037109375,
+ -0.07037353515625,
+ 0.02679443359375,
+ 0.0131988525390625,
+ -0.0084075927734375,
+ -0.019744873046875,
+ -0.0285491943359375,
+ -0.0731201171875,
+ 0.01094818115234375,
+ 0.039886474609375,
+ 0.0196533203125,
+ -0.005352020263671875,
+ -0.00347137451171875,
+ -0.0172119140625,
+ -0.00968170166015625,
+ -0.031280517578125,
+ 0.055938720703125,
+ -0.0141754150390625,
+ 0.0124664306640625,
+ 0.0271759033203125,
+ -0.037933349609375,
+ 0.0269927978515625,
+ 0.032470703125,
+ 0.030120849609375,
+ 0.0191650390625,
+ 0.0228729248046875,
+ -0.04010009765625,
+ -0.0036182403564453125,
+ 0.000507354736328125,
+ -0.036773681640625,
+ -0.005916595458984375,
+ 0.0002658367156982422,
+ 0.0088958740234375,
+ -0.022003173828125,
+ -0.0191650390625,
+ 0.0232696533203125,
+ 0.0162353515625,
+ 0.041656494140625,
+ -0.00928497314453125,
+ -0.01280975341796875,
+ 0.015350341796875,
+ -0.004253387451171875,
+ 0.0782470703125,
+ -0.00513458251953125,
+ -0.035980224609375,
+ 0.0246429443359375,
+ 0.005962371826171875,
+ 0.05084228515625,
+ 0.057891845703125,
+ -0.006748199462890625,
+ -0.029327392578125,
+ -0.0032501220703125,
+ 0.032257080078125,
+ -0.019256591796875,
+ -0.01349639892578125,
+ -0.0181884765625,
+ -0.00879669189453125,
+ 0.034210205078125,
+ 0.037750244140625,
+ 0.004425048828125,
+ 0.0770263671875,
+ 0.0022602081298828125,
+ 0.0308990478515625,
+ 0.0496826171875,
+ 0.07232666015625,
+ 0.034210205078125,
+ -0.032073974609375,
+ -0.06414794921875,
+ 0.0028972625732421875,
+ -0.0001665353775024414,
+ -0.033447265625,
+ -0.035186767578125,
+ -0.0006265640258789062,
+ 0.06024169921875,
+ -0.06256103515625,
+ -0.0188751220703125,
+ 0.002933502197265625,
+ -0.007724761962890625,
+ 0.007236480712890625,
+ 0.036773681640625,
+ 0.003421783447265625,
+ -0.00457000732421875,
+ 0.0005407333374023438,
+ -0.037933349609375,
+ -0.00011914968490600586,
+ -0.0199432373046875,
+ 0.01129150390625,
+ 0.04498291015625,
+ 0.0213165283203125,
+ 0.0017843246459960938,
+ 0.0216064453125,
+ 0.0199432373046875,
+ 0.019561767578125,
+ 0.0166168212890625,
+ 0.03656005859375,
+ 0.0181884765625,
+ 0.045166015625,
+ 0.045562744140625,
+ 0.055145263671875,
+ -0.005916595458984375,
+ -0.0256195068359375,
+ 0.03363037109375,
+ 0.0235595703125,
+ 0.05670166015625,
+ 0.05279541015625,
+ -0.0096282958984375,
+ 0.0060882568359375,
+ -0.00684356689453125,
+ -0.031280517578125,
+ -0.004913330078125,
+ 0.0016622543334960938,
+ 0.0024566650390625,
+ -0.06689453125,
+ -0.04339599609375,
+ 0.02874755859375,
+ -0.063720703125,
+ 0.0487060546875,
+ 0.00928497314453125,
+ -0.0211181640625,
+ -0.006992340087890625,
+ 0.027374267578125,
+ -0.013397216796875,
+ 0.005840301513671875,
+ 0.004375457763671875,
+ -0.012908935546875,
+ -0.0225830078125,
+ -0.052001953125,
+ -0.0285491943359375,
+ 0.0162353515625,
+ -0.0101165771484375,
+ -0.07080078125,
+ -0.0246429443359375,
+ 0.035186767578125,
+ -0.00830841064453125,
+ -0.0269927978515625,
+ -0.013885498046875,
+ -0.00542449951171875,
+ -0.00919342041015625,
+ -0.04302978515625,
+ -0.0271759033203125,
+ -0.034027099609375,
+ 0.0155487060546875,
+ -0.007282257080078125,
+ 0.0022735595703125,
+ -0.0189666748046875,
+ -0.03460693359375,
+ -0.043212890625,
+ -0.0265960693359375,
+ -0.0185699462890625,
+ 0.0201416015625,
+ -0.0265960693359375,
+ 0.033050537109375,
+ 0.005084991455078125,
+ 0.0218048095703125,
+ 0.058258056640625,
+ 0.08172607421875,
+ -0.0096282958984375,
+ 0.012176513671875,
+ -0.002407073974609375,
+ -0.04010009765625,
+ 0.027374267578125,
+ -0.00885009765625,
+ 0.027374267578125,
+ -0.050048828125,
+ 0.001552581787109375,
+ 0.05474853515625,
+ -0.0692138671875,
+ 0.037750244140625,
+ -0.0186767578125,
+ -0.0261993408203125,
+ -0.032257080078125,
+ -0.02484130859375,
+ 0.0036907196044921875,
+ 0.039886474609375,
+ 0.07977294921875,
+ -0.006549835205078125,
+ -0.0019063949584960938,
+ -0.01045989990234375,
+ -0.030303955078125,
+ 0.049285888671875,
+ 0.0246429443359375,
+ 0.019744873046875,
+ -0.02874755859375,
+ 0.03460693359375,
+ 0.0285491943359375,
+ -0.042816162109375,
+ 0.0021877288818359375,
+ -0.049285888671875,
+ -0.0256195068359375,
+ 0.020721435546875,
+ 0.0198516845703125,
+ -0.0009288787841796875,
+ -0.021026611328125,
+ -0.04046630859375,
+ -0.0206298828125,
+ -0.041259765625,
+ 0.00801849365234375,
+ -0.004425048828125,
+ 0.0127105712890625,
+ -0.035400390625,
+ -0.01065826416015625,
+ -0.0101165771484375,
+ -0.052001953125,
+ -0.02777099609375,
+ -0.03851318359375,
+ 0.0203399658203125,
+ 0.0023822784423828125,
+ -0.032257080078125,
+ 0.00933837890625,
+ 0.036773681640625,
+ 0.01158905029296875,
+ 0.037353515625,
+ 0.0731201171875,
+ -0.039306640625,
+ -0.00005805492401123047,
+ 0.0076751708984375,
+ 0.04791259765625,
+ -0.0008311271667480469,
+ -0.0178985595703125,
+ -0.00826263427734375,
+ 0.018768310546875,
+ 0.01143646240234375,
+ -0.0299224853515625,
+ 0.045379638671875,
+ 0.01496124267578125,
+ -0.0211181640625,
+ -0.057098388671875,
+ -0.04107666015625,
+ -0.0252227783203125,
+ 0.027374267578125,
+ -0.01202392578125,
+ 0.035186767578125,
+ 0.0150604248046875,
+ -0.020050048828125,
+ -0.11651611328125,
+ 0.059844970703125,
+ -0.0242462158203125,
+ 0.03656005859375,
+ 0.027374267578125,
+ 0.0066986083984375,
+ -0.049072265625,
+ -0.035980224609375,
+ -0.0081634521484375,
+ 0.0175018310546875,
+ -0.045166015625,
+ 0.035003662109375,
+ 0.00836181640625,
+ 0.0018091201782226562,
+ 0.015350341796875,
+ -0.020050048828125,
+ 0.0114898681640625,
+ 0.059844970703125,
+ 0.004253387451171875,
+ -0.01110076904296875,
+ 0.038909912109375,
+ -0.033050537109375,
+ 0.01300048828125,
+ -0.0155487060546875,
+ -0.0012159347534179688,
+ 0.01114654541015625,
+ -0.0098724365234375,
+ -0.0167236328125,
+ 0.01447296142578125,
+ 0.0487060546875,
+ 0.0240478515625,
+ -0.0218963623046875,
+ 0.035003662109375,
+ 0.0209197998046875,
+ 0.0096282958984375,
+ 0.0028476715087890625,
+ -0.0216064453125,
+ -0.004032135009765625,
+ 0.0227813720703125,
+ -0.0103607177734375,
+ -0.033050537109375,
+ -0.048492431640625,
+ -0.07781982421875,
+ 0.02777099609375,
+ -0.02679443359375,
+ -0.0256195068359375,
+ 0.03265380859375,
+ 0.0299224853515625,
+ 0.0086517333984375,
+ -0.0220947265625,
+ 0.0035190582275390625,
+ -0.01456451416015625,
+ 0.006992340087890625,
+ -0.047332763671875,
+ 0.014373779296875,
+ -0.032073974609375,
+ 0.04791259765625,
+ -0.005645751953125,
+ -0.039306640625,
+ 0.04339599609375,
+ -0.046142578125,
+ 0.00635528564453125,
+ -0.021209716796875,
+ -0.0328369140625,
+ -0.00846099853515625,
+ 0.0181884765625,
+ -0.06451416015625,
+ -0.0131988525390625,
+ 0.0178985595703125,
+ 0.03363037109375,
+ 0.020050048828125,
+ -0.03948974609375,
+ 0.0555419921875,
+ -0.022979736328125,
+ -0.0750732421875,
+ 0.03851318359375,
+ -0.0107574462890625,
+ -0.0308990478515625,
+ 0.0166168212890625,
+ -0.0228729248046875,
+ 0.0180816650390625,
+ -0.003055572509765625,
+ 0.061798095703125,
+ 0.035797119140625,
+ 0.0308990478515625,
+ -0.0036907196044921875,
+ -0.0269927978515625,
+ -0.0039825439453125,
+ -0.0117340087890625,
+ 0.02435302734375,
+ 0.01544952392578125,
+ 0.0022125244140625,
+ 0.0194549560546875,
+ 0.00875091552734375,
+ -0.02484130859375,
+ -0.09814453125,
+ -0.007381439208984375,
+ -0.0225830078125,
+ -0.07586669921875,
+ -0.0036411285400390625,
+ 0.0958251953125,
+ 0.031097412109375,
+ 0.01168060302734375,
+ 0.031097412109375,
+ 0.05865478515625,
+ 0.0203399658203125,
+ 0.00909423828125,
+ -0.004791259765625,
+ -0.04400634765625,
+ -0.047515869140625,
+ 0.0175933837890625,
+ 0.03948974609375,
+ -0.0516357421875,
+ 0.0186767578125,
+ 0.06024169921875,
+ -0.019256591796875,
+ -0.042633056640625,
+ 0.00116729736328125,
+ 0.0211181640625,
+ 0.04693603515625,
+ -0.00826263427734375,
+ 0.006011962890625,
+ -0.0750732421875,
+ 0.029327392578125,
+ 0.0260009765625,
+ -0.01544952392578125,
+ -0.02679443359375,
+ -0.002162933349609375,
+ -0.0020294189453125,
+ 0.03753662109375,
+ -0.0770263671875,
+ -0.0015096664428710938,
+ 0.0174102783203125,
+ 0.051239013671875,
+ -0.017303466796875,
+ -0.051239013671875,
+ -0.00525665283203125,
+ 0.053192138671875,
+ 0.0246429443359375,
+ -0.016815185546875,
+ 0.0235595703125,
+ 0.00659942626953125,
+ -0.012908935546875,
+ 0.0006356239318847656,
+ 0.037933349609375,
+ -0.004520416259765625,
+ 0.03948974609375,
+ 0.0289459228515625,
+ -0.047698974609375,
+ 0.021514892578125,
+ -0.00958251953125,
+ 0.01031494140625,
+ -0.012420654296875,
+ -0.046142578125,
+ -0.006649017333984375,
+ -0.04986572265625,
+ 0.036163330078125,
+ 0.002445220947265625,
+ 0.02581787109375,
+ 0.0214080810546875,
+ -0.0295257568359375,
+ -0.0247344970703125,
+ 0.00811767578125,
+ 0.01398468017578125,
+ 0.0214080810546875,
+ 0.04205322265625,
+ 0.01007080078125,
+ 0.0003497600555419922,
+ 0.045379638671875,
+ 0.0175018310546875,
+ -0.040283203125,
+ 0.0241546630859375,
+ -0.047515869140625,
+ 0.0190582275390625,
+ -0.04595947265625,
+ 0.0014905929565429688,
+ 0.0093841552734375,
+ -0.036956787109375,
+ 0.0006814002990722656,
+ -0.01226806640625,
+ 0.01070404052734375,
+ -0.021514892578125,
+ -0.03851318359375,
+ 0.007038116455078125,
+ 0.032257080078125,
+ -0.020721435546875,
+ 0.0016870498657226562,
+ 0.01447296142578125,
+ -0.029327392578125,
+ -0.00684356689453125,
+ -0.06494140625,
+ 0.08953857421875,
+ 0.03167724609375,
+ 0.020538330078125,
+ 0.0204315185546875,
+ 0.0308990478515625,
+ 0.028350830078125,
+ 0.0185699462890625,
+ -0.0011548995971679688,
+ 0.0151519775390625,
+ -0.049468994140625,
+ 0.0269927978515625,
+ 0.04986572265625,
+ -0.0131988525390625,
+ -0.06024169921875,
+ 0.02581787109375,
+ 0.007625579833984375,
+ -0.055938720703125,
+ 0.0218963623046875,
+ 0.0222015380859375,
+ 0.00562286376953125,
+ -0.006793975830078125,
+ -0.00708770751953125,
+ -0.016815185546875,
+ -0.056304931640625,
+ 0.024444580078125,
+ 0.004425048828125,
+ 0.004497528076171875,
+ 0.0166168212890625,
+ -0.036773681640625,
+ 0.046539306640625,
+ 0.004962921142578125,
+ 0.06060791015625,
+ -0.03070068359375,
+ 0.041259765625,
+ -0.0285491943359375,
+ 0.0218048095703125,
+ 0.0015888214111328125,
+ 0.01187896728515625,
+ -0.014373779296875,
+ 0.04693603515625,
+ -0.038909912109375,
+ 0.059051513671875,
+ 0.0285491943359375,
+ -0.0289459228515625,
+ -0.044403076171875,
+ -0.0156402587890625,
+ 0.0002949237823486328,
+ 0.01226806640625,
+ 0.034210205078125,
+ -0.03948974609375,
+ -0.00982666015625,
+ 0.0165252685546875,
+ 0.0189666748046875,
+ 0.065673828125,
+ -0.0022735595703125,
+ 0.0180816650390625,
+ -0.0188751220703125,
+ -0.01476287841796875,
+ -0.01007080078125,
+ -0.042816162109375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "gui",
+ "commercial",
+ "write-blocker",
+ "physical-copy",
+ "scenario:disk_imaging",
+ "multithreaded",
+ "hardware-solution",
+ "hot-swap",
+ "raid-recovery",
+ "parallel-imaging",
+ "touch-control",
+ "lab-equipment"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_RegRipper",
+ "type": "tool",
+ "name": "RegRipper",
+ "content": "regripper windows-registry-analyse-framework mit über 300 spezialisierten plugins für automatisierte artefakt-extraktion: usb-device-historie, installierte software-timestamps, user-login-activity, malware-persistence-mechanisms. profile-system gruppiert plugins systematisch nach untersuchungstyp: malware-detection, user-activity-reconstruction, network-configuration-analysis. timeline-plugins generieren chronologische registry-change-sequences, automatische korrelation zwischen verschiedenen hive-files. plugin-dokumentation erklärt forensische relevanz und interpretation jedes extrahierten artefakts detailliert. active-community teilt kontinuierlich neue plugins für emerging threats und aktuelle windows-versionen. cli registry-hives plugin-support scenario:windows-registry usb-history artifact-parser timeline-analysis malware-detection user-activity batch-processing profile-based community-plugins scenario:persistence incident-response static-investigations malware-analysis examination analysis",
+ "embedding": [
+ -0.04736328125,
+ 0.021392822265625,
+ 0.0290374755859375,
+ -0.01490020751953125,
+ 0.02081298828125,
+ 0.0261688232421875,
+ 0.01432037353515625,
+ -0.00238800048828125,
+ -0.0276947021484375,
+ -0.0014562606811523438,
+ -0.0328369140625,
+ 0.057281494140625,
+ -0.00458526611328125,
+ -0.0011281967163085938,
+ -0.055755615234375,
+ 0.0565185546875,
+ -0.017852783203125,
+ 0.007259368896484375,
+ 0.00936126708984375,
+ 0.0024700164794921875,
+ -0.04888916015625,
+ -0.01776123046875,
+ -0.049652099609375,
+ -0.007450103759765625,
+ -0.0106964111328125,
+ 0.0241546630859375,
+ -0.01451873779296875,
+ -0.0706787109375,
+ -0.0211029052734375,
+ 0.0128936767578125,
+ 0.00949859619140625,
+ -0.04718017578125,
+ 0.00988006591796875,
+ 0.036102294921875,
+ 0.0074005126953125,
+ -0.0015163421630859375,
+ 0.00797271728515625,
+ -0.042388916015625,
+ -0.024261474609375,
+ 0.0679931640625,
+ -0.004322052001953125,
+ 0.0024356842041015625,
+ 0.0009312629699707031,
+ -0.01203155517578125,
+ -0.02520751953125,
+ -0.02520751953125,
+ 0.00611114501953125,
+ 0.0002999305725097656,
+ 0.0189971923828125,
+ -0.046600341796875,
+ 0.044891357421875,
+ 0.0311279296875,
+ -0.005970001220703125,
+ -0.02960205078125,
+ -0.042022705078125,
+ 0.034942626953125,
+ 0.00042366981506347656,
+ -0.006683349609375,
+ -0.0338134765625,
+ 0.0653076171875,
+ -0.04412841796875,
+ -0.00429534912109375,
+ 0.01336669921875,
+ -0.02301025390625,
+ 0.01776123046875,
+ 0.0263519287109375,
+ -0.0035572052001953125,
+ -0.034759521484375,
+ 0.0058746337890625,
+ 0.00463104248046875,
+ 0.00839996337890625,
+ -0.0150909423828125,
+ -0.0399169921875,
+ 0.0426025390625,
+ -0.0232086181640625,
+ -0.050811767578125,
+ 0.00754547119140625,
+ 0.0278778076171875,
+ 0.006160736083984375,
+ -0.01708984375,
+ -0.049652099609375,
+ -0.0129852294921875,
+ 0.04754638671875,
+ -0.016998291015625,
+ 0.007160186767578125,
+ 0.0194854736328125,
+ 0.0290374755859375,
+ 0.00537109375,
+ 0.006397247314453125,
+ -0.01355743408203125,
+ 0.01050567626953125,
+ -0.0034618377685546875,
+ 0.005992889404296875,
+ -0.0261688232421875,
+ 0.03875732421875,
+ 0.058074951171875,
+ 0.01155853271484375,
+ -0.005298614501953125,
+ -0.03131103515625,
+ 0.042388916015625,
+ 0.0077362060546875,
+ -0.013275146484375,
+ 0.0733642578125,
+ -0.027496337890625,
+ 0.0217742919921875,
+ -0.0469970703125,
+ 0.0174713134765625,
+ -0.00911712646484375,
+ -0.01393890380859375,
+ -0.0238800048828125,
+ -0.08441162109375,
+ -0.0204315185546875,
+ -0.0128936767578125,
+ -0.048309326171875,
+ -0.0241546630859375,
+ 0.00592041015625,
+ 0.0033893585205078125,
+ 0.0307464599609375,
+ -0.04736328125,
+ -0.036102294921875,
+ 0.0218658447265625,
+ 0.02825927734375,
+ -0.0015878677368164062,
+ 0.017181396484375,
+ -0.0263519287109375,
+ -0.040496826171875,
+ 0.01021575927734375,
+ 0.039154052734375,
+ -0.04583740234375,
+ -0.0261688232421875,
+ -0.03515625,
+ -0.01490020751953125,
+ -0.01045989990234375,
+ -0.025970458984375,
+ -0.0089263916015625,
+ -0.01270294189453125,
+ 0.0294189453125,
+ 0.01055145263671875,
+ -0.0261688232421875,
+ 0.0106964111328125,
+ 0.040679931640625,
+ -0.035919189453125,
+ -0.052337646484375,
+ -0.0078277587890625,
+ -0.034576416015625,
+ -0.01116943359375,
+ -0.017852783203125,
+ 0.058837890625,
+ -0.0284576416015625,
+ 0.0227203369140625,
+ -0.022247314453125,
+ 0.053466796875,
+ 0.0679931640625,
+ -0.0137481689453125,
+ 0.0151824951171875,
+ -0.046417236328125,
+ -0.0144195556640625,
+ -0.0122222900390625,
+ 0.023773193359375,
+ -0.01537322998046875,
+ 0.0012111663818359375,
+ 0.0174713134765625,
+ 0.006397247314453125,
+ 0.0255889892578125,
+ 0.011077880859375,
+ -0.033233642578125,
+ -0.0182342529296875,
+ 0.018524169921875,
+ 0.00463104248046875,
+ -0.00386810302734375,
+ 0.0232086181640625,
+ 0.007450103759765625,
+ 0.04583740234375,
+ 0.07525634765625,
+ -0.0286407470703125,
+ 0.0382080078125,
+ 0.00974273681640625,
+ -0.00403594970703125,
+ 0.045074462890625,
+ 0.044891357421875,
+ -0.01031494140625,
+ -0.01232147216796875,
+ 0.0263519287109375,
+ -0.0006833076477050781,
+ 0.0099334716796875,
+ 0.00370025634765625,
+ -0.044891357421875,
+ -0.0150909423828125,
+ -0.0162353515625,
+ 0.021575927734375,
+ -0.028839111328125,
+ -0.057281494140625,
+ -0.0240631103515625,
+ 0.0239715576171875,
+ 0.043914794921875,
+ 0.06951904296875,
+ 0.0263519287109375,
+ -0.0159454345703125,
+ 0.045074462890625,
+ -0.033233642578125,
+ -0.01198577880859375,
+ 0.04718017578125,
+ -0.0246429443359375,
+ 0.04412841796875,
+ 0.0128936767578125,
+ -0.004608154296875,
+ -0.00589752197265625,
+ 0.0399169921875,
+ 0.006038665771484375,
+ -0.0225372314453125,
+ -0.0078277587890625,
+ 0.0794677734375,
+ -0.006683349609375,
+ -0.01308441162109375,
+ -0.044677734375,
+ -0.0382080078125,
+ 0.0020046234130859375,
+ -0.007259368896484375,
+ -0.015472412109375,
+ -0.004726409912109375,
+ -0.0261688232421875,
+ -0.06988525390625,
+ -0.003604888916015625,
+ 0.0223388671875,
+ -0.01708984375,
+ 0.012603759765625,
+ 0.0311279296875,
+ -0.037628173828125,
+ -0.01194000244140625,
+ 0.017578125,
+ 0.040679931640625,
+ 0.04718017578125,
+ 0.0210113525390625,
+ 0.0044403076171875,
+ -0.0117950439453125,
+ -0.0219573974609375,
+ 0.0399169921875,
+ 0.0233917236328125,
+ 0.01490020751953125,
+ 0.013275146484375,
+ -0.032073974609375,
+ 0.032073974609375,
+ -0.0151824951171875,
+ 0.03570556640625,
+ 0.030181884765625,
+ -0.019195556640625,
+ -0.00826263427734375,
+ 0.0015993118286132812,
+ 0.010406494140625,
+ 0.028839111328125,
+ -0.05194091796875,
+ -0.0033416748046875,
+ -0.08782958984375,
+ -0.0255889892578125,
+ -0.07183837890625,
+ -0.04010009765625,
+ -0.0216827392578125,
+ -0.046600341796875,
+ 0.032470703125,
+ -0.01055145263671875,
+ -0.039154052734375,
+ 0.005489349365234375,
+ 0.033416748046875,
+ 0.00907135009765625,
+ 0.0225372314453125,
+ 0.00551605224609375,
+ -0.0278778076171875,
+ 0.0032711029052734375,
+ 0.07373046875,
+ -0.0271148681640625,
+ -0.01055145263671875,
+ -0.0182342529296875,
+ 0.01097869873046875,
+ -0.039154052734375,
+ -0.000017642974853515625,
+ -0.025970458984375,
+ -0.01016998291015625,
+ 0.0460205078125,
+ 0.02349853515625,
+ 0.007450103759765625,
+ -0.022247314453125,
+ 0.005634307861328125,
+ -0.01470947265625,
+ 0.0254058837890625,
+ -0.036468505859375,
+ 0.00041484832763671875,
+ -0.0016946792602539062,
+ 0.002590179443359375,
+ -0.0201568603515625,
+ -0.06414794921875,
+ -0.00792694091796875,
+ 0.052337646484375,
+ -0.02520751953125,
+ 0.0002282857894897461,
+ 0.040863037109375,
+ -0.003795623779296875,
+ -0.006351470947265625,
+ -0.0263519287109375,
+ -0.00720977783203125,
+ 0.0100250244140625,
+ 0.036102294921875,
+ -0.036102294921875,
+ 0.0005283355712890625,
+ -0.01995849609375,
+ 0.00687408447265625,
+ -0.021392822265625,
+ -0.0794677734375,
+ -0.01055145263671875,
+ -0.0121307373046875,
+ -0.0278778076171875,
+ -0.0055389404296875,
+ 0.0095977783203125,
+ -0.008880615234375,
+ 0.0100250244140625,
+ -0.0012655258178710938,
+ 0.0011224746704101562,
+ -0.04278564453125,
+ -0.04412841796875,
+ 0.0066375732421875,
+ -0.0284576416015625,
+ -0.034759521484375,
+ -0.0174713134765625,
+ 0.051177978515625,
+ 0.00222015380859375,
+ 0.0157623291015625,
+ -0.0263519287109375,
+ -0.0188140869140625,
+ -0.03973388671875,
+ 0.01461029052734375,
+ -0.027496337890625,
+ 0.01461029052734375,
+ -0.012176513671875,
+ 0.0250244140625,
+ 0.034942626953125,
+ 0.036865234375,
+ 0.028076171875,
+ 0.06915283203125,
+ 0.00611114501953125,
+ -0.050048828125,
+ 0.0003223419189453125,
+ 0.0228271484375,
+ 0.01050567626953125,
+ -0.0140380859375,
+ -0.006969451904296875,
+ -0.0263519287109375,
+ -0.016143798828125,
+ -0.00592041015625,
+ 0.0248260498046875,
+ 0.0255889892578125,
+ 0.058441162109375,
+ 0.0250244140625,
+ -0.0416259765625,
+ -0.007114410400390625,
+ 0.049285888671875,
+ -0.00988006591796875,
+ 0.10009765625,
+ -0.00873565673828125,
+ -0.047760009765625,
+ 0.022064208984375,
+ 0.03436279296875,
+ -0.013275146484375,
+ -0.0261688232421875,
+ 0.0292205810546875,
+ -0.01346588134765625,
+ 0.02435302734375,
+ 0.040679931640625,
+ 0.0004029273986816406,
+ 0.0189056396484375,
+ -0.00940704345703125,
+ -0.01198577880859375,
+ 0.007781982421875,
+ -0.0224456787109375,
+ 0.0181427001953125,
+ 0.06414794921875,
+ 0.0261688232421875,
+ 0.006542205810546875,
+ 0.0416259765625,
+ -0.02825927734375,
+ -0.014129638671875,
+ -0.0416259765625,
+ -0.0653076171875,
+ -0.0158538818359375,
+ 0.037628173828125,
+ 0.0267333984375,
+ 0.06494140625,
+ -0.042022705078125,
+ -0.0618896484375,
+ 0.045440673828125,
+ -0.0443115234375,
+ 0.07794189453125,
+ 0.043548583984375,
+ 0.020538330078125,
+ 0.01279449462890625,
+ -0.012603759765625,
+ -0.005779266357421875,
+ 0.01451873779296875,
+ 0.0018739700317382812,
+ -0.003437042236328125,
+ 0.04583740234375,
+ 0.03265380859375,
+ 0.0196685791015625,
+ -0.03265380859375,
+ -0.004058837890625,
+ 0.0292205810546875,
+ 0.0504150390625,
+ -0.01308441162109375,
+ 0.0181427001953125,
+ 0.02520751953125,
+ 0.0290374755859375,
+ 0.00424957275390625,
+ 0.044891357421875,
+ 0.046234130859375,
+ 0.0179595947265625,
+ 0.028839111328125,
+ -0.032073974609375,
+ 0.0240631103515625,
+ -0.033050537109375,
+ 0.019866943359375,
+ 0.0028057098388671875,
+ 0.01093292236328125,
+ 0.0196685791015625,
+ 0.0239715576171875,
+ -0.05194091796875,
+ -0.0096435546875,
+ 0.02960205078125,
+ -0.05462646484375,
+ 0.0129852294921875,
+ 0.047943115234375,
+ -0.00720977783203125,
+ 0.006542205810546875,
+ -0.0203399658203125,
+ -0.045440673828125,
+ 0.03570556640625,
+ -0.036102294921875,
+ -0.0426025390625,
+ 0.0063018798828125,
+ 0.0084991455078125,
+ -0.0311279296875,
+ -0.024444580078125,
+ -0.0307464599609375,
+ -0.01198577880859375,
+ -0.0276947021484375,
+ -0.0210113525390625,
+ 0.03436279296875,
+ 0.001438140869140625,
+ -0.005992889404296875,
+ 0.04412841796875,
+ 0.040313720703125,
+ -0.00940704345703125,
+ -0.034942626953125,
+ 0.049652099609375,
+ -0.0140380859375,
+ -0.06072998046875,
+ 0.031524658203125,
+ 0.0241546630859375,
+ 0.021392822265625,
+ -0.0307464599609375,
+ -0.0271148681640625,
+ 0.004894256591796875,
+ -0.005825042724609375,
+ 0.00936126708984375,
+ 0.032470703125,
+ -0.0328369140625,
+ -0.0286407470703125,
+ -0.04888916015625,
+ 0.0592041015625,
+ 0.004009246826171875,
+ 0.0307464599609375,
+ -0.006683349609375,
+ -0.0426025390625,
+ 0.02655029296875,
+ -0.058837890625,
+ -0.006160736083984375,
+ -0.004177093505859375,
+ -0.0066375732421875,
+ 0.005039215087890625,
+ 0.04107666015625,
+ -0.0158538818359375,
+ -0.036468505859375,
+ 0.00458526611328125,
+ 0.05615234375,
+ 0.005611419677734375,
+ 0.01708984375,
+ -0.0228271484375,
+ 0.03436279296875,
+ 0.00902557373046875,
+ -0.0227203369140625,
+ -0.0261688232421875,
+ -0.03570556640625,
+ -0.023681640625,
+ 0.0263519287109375,
+ -0.06072998046875,
+ 0.00463104248046875,
+ -0.01122283935546875,
+ -0.044677734375,
+ -0.0460205078125,
+ -0.030181884765625,
+ -0.00754547119140625,
+ -0.04852294921875,
+ 0.01131439208984375,
+ 0.00839996337890625,
+ 0.01451873779296875,
+ 0.045074462890625,
+ 0.01021575927734375,
+ 0.01059722900390625,
+ 0.017181396484375,
+ 0.01393890380859375,
+ -0.0194854736328125,
+ 0.0426025390625,
+ -0.06072998046875,
+ -0.01861572265625,
+ -0.01251220703125,
+ 0.0160369873046875,
+ -0.0469970703125,
+ 0.020050048828125,
+ 0.00788116455078125,
+ -0.01708984375,
+ 0.040863037109375,
+ -0.05157470703125,
+ -0.002948760986328125,
+ -0.039520263671875,
+ -0.007160186767578125,
+ -0.03668212890625,
+ -0.028839111328125,
+ 0.009307861328125,
+ 0.00936126708984375,
+ 0.00010669231414794922,
+ 0.00792694091796875,
+ 0.03570556640625,
+ -0.05499267578125,
+ 0.0150909423828125,
+ 0.0294189453125,
+ -0.00801849365234375,
+ -0.0030803680419921875,
+ 0.005779266357421875,
+ 0.00649261474609375,
+ 0.01490020751953125,
+ 0.047760009765625,
+ -0.0114593505859375,
+ -0.0267333984375,
+ -0.067626953125,
+ 0.0036525726318359375,
+ 0.021392822265625,
+ -0.0217742919921875,
+ -0.011749267578125,
+ -0.0341796875,
+ -0.052337646484375,
+ -0.0122222900390625,
+ 0.044677734375,
+ 0.030364990234375,
+ -0.0041046142578125,
+ -0.006397247314453125,
+ -0.0036525726318359375,
+ -0.0049896240234375,
+ -0.03228759765625,
+ 0.0211029052734375,
+ -0.0181427001953125,
+ 0.01537322998046875,
+ 0.0088348388671875,
+ -0.02825927734375,
+ 0.0189056396484375,
+ 0.0292205810546875,
+ 0.018341064453125,
+ 0.020050048828125,
+ 0.00720977783203125,
+ -0.020721435546875,
+ 0.0095977783203125,
+ 0.004940032958984375,
+ -0.007160186767578125,
+ -0.0095977783203125,
+ -0.006778717041015625,
+ -0.0092620849609375,
+ -0.0399169921875,
+ -0.0157623291015625,
+ 0.015655517578125,
+ 0.015472412109375,
+ 0.02960205078125,
+ -0.032470703125,
+ 0.00974273681640625,
+ 0.0341796875,
+ -0.0226287841796875,
+ 0.05462646484375,
+ -0.01910400390625,
+ -0.0184326171875,
+ 0.00759124755859375,
+ 0.01270294189453125,
+ 0.06072998046875,
+ 0.05462646484375,
+ -0.005466461181640625,
+ -0.0311279296875,
+ 0.02655029296875,
+ 0.0531005859375,
+ -0.011749267578125,
+ -0.0209197998046875,
+ -0.037628173828125,
+ -0.0036296844482421875,
+ -0.002780914306640625,
+ 0.0531005859375,
+ -0.01422882080078125,
+ 0.071044921875,
+ 0.01093292236328125,
+ 0.02435302734375,
+ 0.0128936767578125,
+ 0.049285888671875,
+ 0.0269317626953125,
+ -0.016998291015625,
+ -0.0626220703125,
+ -0.0338134765625,
+ -0.014801025390625,
+ -0.0219573974609375,
+ -0.0299835205078125,
+ 0.00701904296875,
+ 0.057281494140625,
+ -0.09088134765625,
+ -0.039154052734375,
+ 0.01317596435546875,
+ 0.0150909423828125,
+ 0.00021338462829589844,
+ 0.018341064453125,
+ -0.037628173828125,
+ 0.028076171875,
+ 0.01776123046875,
+ -0.061126708984375,
+ -0.007305145263671875,
+ 0.0160369873046875,
+ 0.025787353515625,
+ 0.04736328125,
+ 0.032073974609375,
+ -0.0238800048828125,
+ 0.038970947265625,
+ -0.004322052001953125,
+ 0.036865234375,
+ -0.004558563232421875,
+ 0.055389404296875,
+ 0.0219573974609375,
+ 0.01461029052734375,
+ 0.053863525390625,
+ 0.032470703125,
+ -0.0211029052734375,
+ -0.0276947021484375,
+ 0.032470703125,
+ 0.037994384765625,
+ 0.043365478515625,
+ 0.036468505859375,
+ 0.019195556640625,
+ 0.0063018798828125,
+ 0.014129638671875,
+ -0.04888916015625,
+ 0.003940582275390625,
+ -0.004535675048828125,
+ 0.0009012222290039062,
+ -0.043731689453125,
+ -0.0248260498046875,
+ 0.034576416015625,
+ -0.031707763671875,
+ 0.032073974609375,
+ 0.00238800048828125,
+ -0.028076171875,
+ -0.01059722900390625,
+ 0.04144287109375,
+ -0.027313232421875,
+ -0.01910400390625,
+ 0.014129638671875,
+ -0.02655029296875,
+ -0.0311279296875,
+ -0.0248260498046875,
+ -0.040679931640625,
+ 0.054229736328125,
+ -0.028839111328125,
+ -0.0565185546875,
+ -0.037994384765625,
+ 0.02960205078125,
+ -0.01093292236328125,
+ -0.050048828125,
+ -0.0223388671875,
+ 0.004199981689453125,
+ -0.0184326171875,
+ -0.033050537109375,
+ -0.0382080078125,
+ -0.049652099609375,
+ 0.0286407470703125,
+ -0.037445068359375,
+ 0.0025539398193359375,
+ 0.0005431175231933594,
+ -0.01470947265625,
+ -0.0036296844482421875,
+ -0.0179595947265625,
+ -0.0158538818359375,
+ 0.037811279296875,
+ -0.0311279296875,
+ 0.028076171875,
+ 0.00439453125,
+ 0.0372314453125,
+ 0.01995849609375,
+ 0.06414794921875,
+ -0.0088348388671875,
+ -0.0100250244140625,
+ -0.0211944580078125,
+ -0.06610107421875,
+ -0.00370025634765625,
+ 0.02825927734375,
+ -0.0019702911376953125,
+ -0.0703125,
+ 0.01270294189453125,
+ 0.05499267578125,
+ -0.050048828125,
+ 0.019378662109375,
+ 0.00035500526428222656,
+ -0.04010009765625,
+ -0.03265380859375,
+ 0.0204315185546875,
+ 0.00439453125,
+ 0.0023632049560546875,
+ 0.07904052734375,
+ 0.01198577880859375,
+ -0.0057525634765625,
+ 0.0011396408081054688,
+ -0.047760009765625,
+ 0.04278564453125,
+ 0.0015993118286132812,
+ 0.0223388671875,
+ -0.03668212890625,
+ 0.03704833984375,
+ 0.01556396484375,
+ -0.01422882080078125,
+ 0.0041046142578125,
+ -0.06341552734375,
+ -0.01160430908203125,
+ 0.035919189453125,
+ 0.0224456787109375,
+ 0.0103607177734375,
+ -0.01232147216796875,
+ -0.045257568359375,
+ -0.0201568603515625,
+ -0.027496337890625,
+ 0.02435302734375,
+ -0.0118408203125,
+ 0.0160369873046875,
+ -0.04107666015625,
+ 0.0012950897216796875,
+ -0.007305145263671875,
+ -0.056915283203125,
+ -0.030364990234375,
+ -0.049652099609375,
+ 0.027496337890625,
+ -0.00101470947265625,
+ -0.0706787109375,
+ 0.04144287109375,
+ 0.025787353515625,
+ 0.00167083740234375,
+ 0.043914794921875,
+ 0.062255859375,
+ -0.05767822265625,
+ 0.0047760009765625,
+ 0.014801025390625,
+ 0.037811279296875,
+ 0.0016117095947265625,
+ -0.01050567626953125,
+ 0.0032711029052734375,
+ 0.0172882080078125,
+ 0.02301025390625,
+ -0.06036376953125,
+ 0.056915283203125,
+ 0.035919189453125,
+ -0.0254058837890625,
+ -0.06341552734375,
+ -0.05194091796875,
+ -0.020050048828125,
+ 0.038970947265625,
+ -0.034942626953125,
+ 0.04010009765625,
+ 0.004322052001953125,
+ -0.03094482421875,
+ -0.09588623046875,
+ 0.058837890625,
+ -0.01537322998046875,
+ 0.04449462890625,
+ 0.0240631103515625,
+ -0.0181427001953125,
+ -0.06304931640625,
+ -0.058074951171875,
+ -0.01528167724609375,
+ 0.0009608268737792969,
+ -0.01097869873046875,
+ 0.03857421875,
+ 0.01499176025390625,
+ -0.0060882568359375,
+ -0.0033416748046875,
+ -0.0060882568359375,
+ 0.01432037353515625,
+ 0.039520263671875,
+ 0.027496337890625,
+ -0.03668212890625,
+ 0.055755615234375,
+ -0.00687408447265625,
+ -0.03515625,
+ -0.01499176025390625,
+ 0.0129852294921875,
+ 0.001247406005859375,
+ -0.0010442733764648438,
+ -0.025970458984375,
+ -0.0122222900390625,
+ 0.0206298828125,
+ 0.033233642578125,
+ -0.01308441162109375,
+ 0.033599853515625,
+ -0.032470703125,
+ 0.032470703125,
+ 0.0095977783203125,
+ -0.02520751953125,
+ 0.023773193359375,
+ 0.004871368408203125,
+ -0.0167083740234375,
+ -0.022064208984375,
+ -0.049285888671875,
+ -0.0794677734375,
+ 0.027313232421875,
+ -0.0653076171875,
+ 0.0128936767578125,
+ 0.0165252685546875,
+ 0.01861572265625,
+ 0.0063018798828125,
+ -0.01910400390625,
+ 0.0276947021484375,
+ -0.014801025390625,
+ -0.04754638671875,
+ -0.01336669921875,
+ 0.030364990234375,
+ -0.0137481689453125,
+ -0.0015096664428710938,
+ 0.031707763671875,
+ -0.020538330078125,
+ 0.00826263427734375,
+ -0.034576416015625,
+ -0.003509521484375,
+ -0.0227203369140625,
+ -0.0005936622619628906,
+ -0.02825927734375,
+ 0.00792694091796875,
+ -0.0679931640625,
+ -0.027496337890625,
+ 0.0206298828125,
+ 0.030364990234375,
+ -0.001934051513671875,
+ -0.02960205078125,
+ 0.0382080078125,
+ -0.034576416015625,
+ -0.052703857421875,
+ 0.0227203369140625,
+ -0.0012712478637695312,
+ -0.027496337890625,
+ 0.00403594970703125,
+ -0.01355743408203125,
+ 0.0011816024780273438,
+ 0.0158538818359375,
+ 0.045440673828125,
+ 0.047943115234375,
+ 0.033599853515625,
+ 0.02081298828125,
+ -0.0128936767578125,
+ -0.01031494140625,
+ -0.00611114501953125,
+ 0.027313232421875,
+ 0.034759521484375,
+ 0.020050048828125,
+ 0.0114593505859375,
+ 0.007495880126953125,
+ -0.00835418701171875,
+ -0.0771484375,
+ -0.00446319580078125,
+ -0.0172882080078125,
+ -0.0859375,
+ 0.00606536865234375,
+ 0.0947265625,
+ 0.046234130859375,
+ 0.01165008544921875,
+ 0.034759521484375,
+ 0.03704833984375,
+ 0.03131103515625,
+ 0.0024471282958984375,
+ -0.01355743408203125,
+ -0.071044921875,
+ -0.01490020751953125,
+ 0.01499176025390625,
+ 0.0162353515625,
+ -0.0531005859375,
+ 0.061492919921875,
+ 0.0565185546875,
+ -0.0027332305908203125,
+ -0.0188140869140625,
+ 0.007305145263671875,
+ -0.0166168212890625,
+ 0.057281494140625,
+ -0.00826263427734375,
+ 0.0005221366882324219,
+ -0.04315185546875,
+ 0.003414154052734375,
+ 0.031890869140625,
+ -0.0117950439453125,
+ -0.00572967529296875,
+ -0.01084136962890625,
+ -0.0174713134765625,
+ 0.03436279296875,
+ -0.03515625,
+ 0.018341064453125,
+ -0.010406494140625,
+ 0.065673828125,
+ -0.005706787109375,
+ -0.0645751953125,
+ 0.01155853271484375,
+ 0.0246429443359375,
+ 0.01317596435546875,
+ -0.01251220703125,
+ 0.0218658447265625,
+ 0.0087890625,
+ -0.006256103515625,
+ 0.028839111328125,
+ 0.03875732421875,
+ -0.00033283233642578125,
+ 0.03265380859375,
+ 0.023681640625,
+ -0.04718017578125,
+ 0.0224456787109375,
+ -0.0080718994140625,
+ -0.007160186767578125,
+ -0.01270294189453125,
+ -0.049285888671875,
+ -0.0278778076171875,
+ -0.04315185546875,
+ 0.036865234375,
+ 0.0006175041198730469,
+ 0.0504150390625,
+ 0.00983428955078125,
+ 0.003223419189453125,
+ 0.00006192922592163086,
+ 0.01451873779296875,
+ 0.01346588134765625,
+ 0.0278778076171875,
+ 0.0218658447265625,
+ 0.0338134765625,
+ 0.00907135009765625,
+ 0.02655029296875,
+ 0.015472412109375,
+ -0.03857421875,
+ 0.00539398193359375,
+ -0.0263519287109375,
+ -0.0210113525390625,
+ -0.030181884765625,
+ -0.004512786865234375,
+ 0.0080718994140625,
+ -0.018524169921875,
+ -0.0031032562255859375,
+ -0.04107666015625,
+ 0.0017547607421875,
+ 0.001956939697265625,
+ -0.052337646484375,
+ 0.00260162353515625,
+ 0.052337646484375,
+ -0.0504150390625,
+ 0.01432037353515625,
+ 0.0211029052734375,
+ -0.0088348388671875,
+ 0.0060882568359375,
+ -0.0592041015625,
+ 0.0859375,
+ 0.02825927734375,
+ 0.0172882080078125,
+ 0.00518035888671875,
+ 0.01317596435546875,
+ 0.0299835205078125,
+ 0.0017185211181640625,
+ 0.00902557373046875,
+ 0.01776123046875,
+ -0.0042266845703125,
+ 0.03515625,
+ 0.049652099609375,
+ 0.0184326171875,
+ -0.0504150390625,
+ 0.02655029296875,
+ 0.014129638671875,
+ -0.0531005859375,
+ 0.0246429443359375,
+ 0.015472412109375,
+ 0.0278778076171875,
+ -0.0227203369140625,
+ -0.0167083740234375,
+ 0.005992889404296875,
+ -0.039337158203125,
+ 0.0626220703125,
+ 0.01499176025390625,
+ -0.022064208984375,
+ 0.0328369140625,
+ -0.03857421875,
+ 0.050048828125,
+ 0.007495880126953125,
+ 0.04852294921875,
+ -0.053863525390625,
+ 0.04754638671875,
+ -0.00974273681640625,
+ 0.030181884765625,
+ -0.01021575927734375,
+ 0.0006418228149414062,
+ -0.0136566162109375,
+ 0.033416748046875,
+ 0.00010073184967041016,
+ 0.04736328125,
+ 0.0174713134765625,
+ -0.00572967529296875,
+ -0.050048828125,
+ -0.0372314453125,
+ -0.009307861328125,
+ 0.0029964447021484375,
+ 0.042022705078125,
+ -0.042022705078125,
+ -0.00940704345703125,
+ 0.01451873779296875,
+ 0.01461029052734375,
+ 0.04449462890625,
+ 0.0022792816162109375,
+ 0.0240631103515625,
+ 0.028839111328125,
+ -0.01910400390625,
+ 0.00940704345703125,
+ -0.007686614990234375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "registry-hives",
+ "plugin-support",
+ "scenario:windows-registry",
+ "usb-history",
+ "artifact-parser",
+ "timeline-analysis",
+ "malware-detection",
+ "user-activity",
+ "batch-processing",
+ "profile-based",
+ "community-plugins",
+ "scenario:persistence"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Property_List_Analysis",
+ "type": "tool",
+ "name": "macOS Property List Analysis",
+ "content": "macos property list analysis systematische auswertung von apple property list dateien (plist) in xml- und binärformat für konfigurationsdaten und systemeinstellungen. konvertierung zwischen formaten mit plutil-tool, strukturierte analyse des binären objektaufbaus mit 8-byte-header, variabler objekttabelle, offset-tabelle und 32-byte-trailer. extraktion forensischer artefakte aus systemkonfigurationen, anwendungseinstellungen und benutzeraktivitäten. plist-analysis binary-decode configuration-parsing system-metadata artifact-extraction format-conversion xml-parsing static-investigations incident-response mobile-forensics examination analysis",
+ "embedding": [
+ -0.028411865234375,
+ 0.0187835693359375,
+ 0.050079345703125,
+ -0.01953125,
+ 0.0173797607421875,
+ 0.02130126953125,
+ 0.0091094970703125,
+ 0.0081329345703125,
+ -0.0059356689453125,
+ 0.0127105712890625,
+ -0.0187835693359375,
+ 0.0728759765625,
+ 0.01532745361328125,
+ 0.0119171142578125,
+ -0.052337646484375,
+ 0.05755615234375,
+ -0.006542205810546875,
+ -0.002651214599609375,
+ 0.0003476142883300781,
+ -0.0059814453125,
+ -0.0304718017578125,
+ -0.01448822021484375,
+ -0.046722412109375,
+ 0.0188751220703125,
+ 0.00591278076171875,
+ 0.0170135498046875,
+ -0.00710296630859375,
+ -0.07177734375,
+ 0.008880615234375,
+ 0.00958251953125,
+ 0.01317596435546875,
+ -0.0267333984375,
+ 0.007663726806640625,
+ 0.0170135498046875,
+ 0.0044403076171875,
+ -0.025421142578125,
+ 0.0216827392578125,
+ -0.019622802734375,
+ -0.0233612060546875,
+ 0.040374755859375,
+ -0.007617950439453125,
+ 0.0091094970703125,
+ 0.01934814453125,
+ 0.0017642974853515625,
+ -0.01172637939453125,
+ -0.013641357421875,
+ 0.0142059326171875,
+ 0.00569915771484375,
+ 0.0135498046875,
+ -0.03851318359375,
+ 0.025604248046875,
+ 0.019622802734375,
+ 0.01093292236328125,
+ 0.0141143798828125,
+ -0.0265350341796875,
+ 0.042816162109375,
+ 0.0263519287109375,
+ -0.02691650390625,
+ -0.040191650390625,
+ 0.050079345703125,
+ -0.0394287109375,
+ 0.0041351318359375,
+ 0.00041174888610839844,
+ -0.025787353515625,
+ 0.020660400390625,
+ 0.0170135498046875,
+ -0.01214599609375,
+ -0.031951904296875,
+ -0.0009169578552246094,
+ 0.010467529296875,
+ -0.02972412109375,
+ -0.0142974853515625,
+ -0.03924560546875,
+ 0.0289764404296875,
+ -0.01532745361328125,
+ -0.062042236328125,
+ -0.0028629302978515625,
+ 0.034393310546875,
+ 0.008270263671875,
+ 0.0074310302734375,
+ -0.05755615234375,
+ 0.0015773773193359375,
+ 0.045806884765625,
+ -0.00952911376953125,
+ -0.03607177734375,
+ 0.015045166015625,
+ 0.004978179931640625,
+ 0.00556182861328125,
+ -0.0007767677307128906,
+ -0.011871337890625,
+ 0.011871337890625,
+ 0.004367828369140625,
+ -0.00408935546875,
+ 0.00556182861328125,
+ 0.01326751708984375,
+ 0.0657958984375,
+ 0.0302734375,
+ -0.004673004150390625,
+ -0.0202789306640625,
+ 0.0310211181640625,
+ 0.0302734375,
+ -0.040008544921875,
+ 0.062042236328125,
+ -0.007007598876953125,
+ 0.03887939453125,
+ -0.046722412109375,
+ 0.0175628662109375,
+ -0.0160675048828125,
+ -0.0091094970703125,
+ -0.01242828369140625,
+ -0.10614013671875,
+ -0.046905517578125,
+ -0.0289764404296875,
+ -0.06878662109375,
+ 0.0014600753784179688,
+ -0.02691650390625,
+ 0.011962890625,
+ 0.038330078125,
+ -0.05682373046875,
+ -0.03009033203125,
+ 0.0104217529296875,
+ 0.006633758544921875,
+ 0.00567626953125,
+ 0.01401519775390625,
+ -0.056060791015625,
+ -0.037933349609375,
+ -0.0012788772583007812,
+ 0.05419921875,
+ -0.04241943359375,
+ -0.011260986328125,
+ -0.0229949951171875,
+ -0.014862060546875,
+ -0.034759521484375,
+ -0.03289794921875,
+ -0.0174713134765625,
+ -0.033843994140625,
+ 0.049346923828125,
+ -0.01145172119140625,
+ -0.0006422996520996094,
+ 0.025238037109375,
+ 0.034576416015625,
+ -0.061676025390625,
+ -0.055694580078125,
+ -0.03887939453125,
+ -0.03009033203125,
+ -0.031585693359375,
+ -0.031219482421875,
+ 0.031768798828125,
+ -0.032135009765625,
+ -0.00780487060546875,
+ -0.0005812644958496094,
+ 0.055328369140625,
+ 0.034210205078125,
+ 0.0056304931640625,
+ -0.01383209228515625,
+ -0.038330078125,
+ -0.007663726806640625,
+ -0.041107177734375,
+ 0.0308380126953125,
+ -0.025787353515625,
+ -0.01023101806640625,
+ 0.0096282958984375,
+ -0.0081787109375,
+ 0.01934814453125,
+ -0.016448974609375,
+ -0.05084228515625,
+ -0.040374755859375,
+ 0.044677734375,
+ 0.0184173583984375,
+ 0.007663726806640625,
+ 0.005725860595703125,
+ -0.006214141845703125,
+ 0.06915283203125,
+ 0.042999267578125,
+ -0.028594970703125,
+ 0.02215576171875,
+ -0.00018107891082763672,
+ -0.022247314453125,
+ 0.053466796875,
+ 0.0650634765625,
+ -0.00780487060546875,
+ 0.002826690673828125,
+ 0.03271484375,
+ -0.005069732666015625,
+ 0.0215911865234375,
+ -0.011871337890625,
+ -0.0214080810546875,
+ 0.00868988037109375,
+ -0.019256591796875,
+ 0.0244903564453125,
+ -0.0545654296875,
+ -0.0170135498046875,
+ 0.00569915771484375,
+ 0.0482177734375,
+ 0.0159759521484375,
+ 0.06805419921875,
+ 0.033843994140625,
+ 0.00104522705078125,
+ 0.042236328125,
+ 0.01476287841796875,
+ 0.0170135498046875,
+ 0.061676025390625,
+ -0.0175628662109375,
+ 0.0732421875,
+ 0.0214080810546875,
+ -0.005092620849609375,
+ -0.0229034423828125,
+ 0.04486083984375,
+ 0.00798797607421875,
+ -0.004673004150390625,
+ -0.011260986328125,
+ 0.0672607421875,
+ 0.0048828125,
+ 0.002277374267578125,
+ -0.027099609375,
+ -0.0160675048828125,
+ 0.018035888671875,
+ -0.03924560546875,
+ -0.0112152099609375,
+ 0.0048370361328125,
+ -0.01214599609375,
+ -0.050079345703125,
+ -0.0005021095275878906,
+ 0.01214599609375,
+ -0.01013946533203125,
+ 0.0191650390625,
+ 0.0199127197265625,
+ -0.04766845703125,
+ -0.025238037109375,
+ 0.01617431640625,
+ 0.0242919921875,
+ 0.041107177734375,
+ -0.01055908203125,
+ 0.00003141164779663086,
+ -0.016448974609375,
+ -0.01233673095703125,
+ 0.037933349609375,
+ 0.031768798828125,
+ 0.01055908203125,
+ -0.01448822021484375,
+ -0.034759521484375,
+ 0.04486083984375,
+ 0.00925445556640625,
+ 0.0179443359375,
+ 0.049713134765625,
+ -0.034393310546875,
+ 0.0030841827392578125,
+ -0.007755279541015625,
+ 0.034942626953125,
+ 0.034027099609375,
+ -0.04730224609375,
+ -0.0023708343505859375,
+ -0.08001708984375,
+ 0.007244110107421875,
+ -0.0231781005859375,
+ -0.01476287841796875,
+ -0.018035888671875,
+ -0.043365478515625,
+ 0.045806884765625,
+ -0.0386962890625,
+ -0.0274810791015625,
+ 0.0099029541015625,
+ -0.003200531005859375,
+ -0.0127105712890625,
+ 0.014862060546875,
+ -0.00455474853515625,
+ -0.037384033203125,
+ 0.01116943359375,
+ 0.05157470703125,
+ -0.0259857177734375,
+ -0.027099609375,
+ -0.0171966552734375,
+ 0.016632080078125,
+ -0.01145172119140625,
+ 0.028228759765625,
+ -0.05157470703125,
+ -0.00859832763671875,
+ 0.0306549072265625,
+ 0.0084075927734375,
+ 0.00948333740234375,
+ -0.00934600830078125,
+ 0.01476287841796875,
+ -0.0202789306640625,
+ 0.01383209228515625,
+ -0.040557861328125,
+ 0.01233673095703125,
+ -0.01523590087890625,
+ 0.00415802001953125,
+ 0.007568359375,
+ -0.05718994140625,
+ -0.01383209228515625,
+ 0.042236328125,
+ -0.00415802001953125,
+ -0.007289886474609375,
+ 0.005397796630859375,
+ -0.053070068359375,
+ 0.01776123046875,
+ 0.0056304931640625,
+ -0.034576416015625,
+ 0.01654052734375,
+ 0.049713134765625,
+ -0.005420684814453125,
+ 0.00873565673828125,
+ -0.01224517822265625,
+ 0.0141143798828125,
+ -0.0310211181640625,
+ -0.051971435546875,
+ -0.03533935546875,
+ -0.0052337646484375,
+ -0.034027099609375,
+ -0.00846099853515625,
+ -0.0002701282501220703,
+ -0.031219482421875,
+ 0.020660400390625,
+ -0.0250396728515625,
+ -0.00301361083984375,
+ -0.06243896484375,
+ -0.0248565673828125,
+ 0.0306549072265625,
+ -0.0229034423828125,
+ -0.0186004638671875,
+ -0.034027099609375,
+ 0.031402587890625,
+ 0.00897216796875,
+ 0.00151824951171875,
+ 0.0033416748046875,
+ -0.0021495819091796875,
+ -0.040924072265625,
+ 0.01088714599609375,
+ -0.0179443359375,
+ 0.03289794921875,
+ -0.01457977294921875,
+ 0.02728271484375,
+ 0.04241943359375,
+ -0.002956390380859375,
+ 0.025787353515625,
+ 0.035888671875,
+ -0.00803375244140625,
+ -0.01971435546875,
+ -0.005771636962890625,
+ 0.000598907470703125,
+ 0.002044677734375,
+ -0.0217742919921875,
+ -0.02215576171875,
+ -0.031768798828125,
+ 0.00958251953125,
+ -0.019439697265625,
+ 0.01224517822265625,
+ 0.01242828369140625,
+ 0.01308441162109375,
+ -0.0036678314208984375,
+ -0.05157470703125,
+ 0.0007300376892089844,
+ 0.05120849609375,
+ -0.0126190185546875,
+ 0.08935546875,
+ -0.05120849609375,
+ -0.05718994140625,
+ 0.004695892333984375,
+ 0.00789642333984375,
+ -0.005771636962890625,
+ 0.013641357421875,
+ 0.05084228515625,
+ 0.020660400390625,
+ 0.00934600830078125,
+ 0.01617431640625,
+ -0.0188751220703125,
+ 0.025604248046875,
+ 0.0012788772583007812,
+ 0.00780487060546875,
+ -0.0019512176513671875,
+ -0.0216827392578125,
+ 0.046356201171875,
+ 0.0482177734375,
+ 0.033843994140625,
+ 0.0089263916015625,
+ 0.0191650390625,
+ -0.0482177734375,
+ -0.0215911865234375,
+ -0.0143890380859375,
+ -0.08001708984375,
+ 0.01971435546875,
+ 0.028411865234375,
+ 0.0235443115234375,
+ 0.053466796875,
+ -0.0009813308715820312,
+ -0.04559326171875,
+ 0.01541900634765625,
+ -0.03607177734375,
+ 0.06390380859375,
+ 0.043914794921875,
+ 0.016265869140625,
+ 0.034759521484375,
+ -0.018035888671875,
+ -0.0048828125,
+ 0.0289764404296875,
+ 0.0017175674438476562,
+ 0.0106048583984375,
+ 0.0289764404296875,
+ 0.0231781005859375,
+ 0.004344940185546875,
+ -0.033843994140625,
+ -0.003925323486328125,
+ 0.032135009765625,
+ 0.016357421875,
+ 0.01317596435546875,
+ 0.0202789306640625,
+ 0.028411865234375,
+ 0.042999267578125,
+ -0.016448974609375,
+ 0.040924072265625,
+ 0.025421142578125,
+ 0.004627227783203125,
+ -0.013458251953125,
+ -0.00457763671875,
+ 0.0202789306640625,
+ -0.0308380126953125,
+ 0.0280303955078125,
+ -0.0229034423828125,
+ 0.028411865234375,
+ 0.011260986328125,
+ 0.023834228515625,
+ -0.08782958984375,
+ 0.028411865234375,
+ 0.044097900390625,
+ -0.062042236328125,
+ 0.006168365478515625,
+ 0.040374755859375,
+ -0.0090179443359375,
+ -0.0021610260009765625,
+ -0.018218994140625,
+ -0.0323486328125,
+ 0.0205535888671875,
+ -0.033843994140625,
+ -0.06353759765625,
+ 0.005771636962890625,
+ 0.0265350341796875,
+ -0.08221435546875,
+ -0.053466796875,
+ -0.04449462890625,
+ -0.0013780593872070312,
+ -0.016815185546875,
+ -0.0184173583984375,
+ 0.03009033203125,
+ -0.00794219970703125,
+ -0.0024890899658203125,
+ 0.03009033203125,
+ 0.045806884765625,
+ -0.0200042724609375,
+ -0.025787353515625,
+ 0.066162109375,
+ -0.0045318603515625,
+ -0.057952880859375,
+ 0.052703857421875,
+ 0.03570556640625,
+ 0.033447265625,
+ -0.03643798828125,
+ -0.02728271484375,
+ 0.00995635986328125,
+ -0.011260986328125,
+ 0.0201873779296875,
+ 0.0330810546875,
+ -0.0426025390625,
+ -0.046356201171875,
+ -0.0418701171875,
+ 0.04522705078125,
+ 0.0185089111328125,
+ 0.03924560546875,
+ -0.004253387451171875,
+ -0.037200927734375,
+ 0.0295257568359375,
+ -0.0450439453125,
+ -0.0214996337890625,
+ 0.006961822509765625,
+ -0.0306549072265625,
+ -0.011260986328125,
+ 0.0650634765625,
+ -0.00495147705078125,
+ -0.016357421875,
+ -0.0188751220703125,
+ 0.0538330078125,
+ 0.03009033203125,
+ 0.005817413330078125,
+ -0.035888671875,
+ 0.053466796875,
+ 0.0274810791015625,
+ -0.056060791015625,
+ -0.0143890380859375,
+ -0.0248565673828125,
+ 0.01383209228515625,
+ 0.0199127197265625,
+ -0.051971435546875,
+ 0.0060272216796875,
+ -0.00958251953125,
+ -0.071044921875,
+ -0.031219482421875,
+ 0.004650115966796875,
+ -0.0171966552734375,
+ -0.04486083984375,
+ 0.033447265625,
+ 0.031219482421875,
+ 0.0172882080078125,
+ 0.0158843994140625,
+ 0.0112152099609375,
+ 0.004673004150390625,
+ 0.02410888671875,
+ -0.00640106201171875,
+ -0.01467132568359375,
+ 0.019805908203125,
+ -0.046722412109375,
+ -0.00630950927734375,
+ -0.0001474618911743164,
+ 0.0175628662109375,
+ -0.0267333984375,
+ -0.006633758544921875,
+ -0.0141143798828125,
+ -0.05084228515625,
+ 0.0276641845703125,
+ -0.046722412109375,
+ -0.0038776397705078125,
+ -0.00785064697265625,
+ -0.040557861328125,
+ -0.034210205078125,
+ -0.0142059326171875,
+ 0.00939178466796875,
+ 0.006683349609375,
+ 0.0112152099609375,
+ 0.0235443115234375,
+ 0.060546875,
+ -0.035888671875,
+ 0.01097869873046875,
+ 0.00873565673828125,
+ -0.0200958251953125,
+ -0.0118255615234375,
+ 0.0187835693359375,
+ 0.01812744140625,
+ -0.00640106201171875,
+ 0.00371551513671875,
+ -0.00958251953125,
+ -0.027099609375,
+ -0.05645751953125,
+ 0.014862060546875,
+ 0.00794219970703125,
+ -0.0218658447265625,
+ -0.007709503173828125,
+ -0.046905517578125,
+ -0.0706787109375,
+ 0.01654052734375,
+ 0.043365478515625,
+ 0.01088714599609375,
+ 0.00920867919921875,
+ -0.03326416015625,
+ 0.003177642822265625,
+ -0.0186004638671875,
+ -0.013458251953125,
+ 0.0291595458984375,
+ -0.0036449432373046875,
+ 0.007617950439453125,
+ -0.01476287841796875,
+ -0.0186920166015625,
+ 0.046356201171875,
+ 0.0278472900390625,
+ 0.03643798828125,
+ 0.011962890625,
+ 0.0084075927734375,
+ -0.02093505859375,
+ -0.00139617919921875,
+ -0.021209716796875,
+ -0.00934600830078125,
+ 0.001682281494140625,
+ -0.01308441162109375,
+ 0.031219482421875,
+ -0.0293426513671875,
+ -0.0248565673828125,
+ 0.0052337646484375,
+ 0.0232696533203125,
+ 0.0082244873046875,
+ -0.03289794921875,
+ -0.0036449432373046875,
+ 0.028411865234375,
+ 0.0013141632080078125,
+ 0.058319091796875,
+ -0.003597259521484375,
+ -0.035125732421875,
+ -0.023834228515625,
+ -0.01551055908203125,
+ 0.04205322265625,
+ 0.055328369140625,
+ 0.0048828125,
+ -0.01383209228515625,
+ 0.0141143798828125,
+ 0.0545654296875,
+ -0.0185089111328125,
+ -0.02691650390625,
+ -0.0295257568359375,
+ 0.0280303955078125,
+ 0.0113983154296875,
+ 0.025604248046875,
+ 0.016815185546875,
+ 0.0770263671875,
+ 0.019256591796875,
+ 0.01812744140625,
+ 0.025238037109375,
+ 0.0601806640625,
+ 0.034210205078125,
+ -0.005115509033203125,
+ -0.041107177734375,
+ -0.01513671875,
+ 0.01457977294921875,
+ -0.058319091796875,
+ -0.04522705078125,
+ 0.016632080078125,
+ 0.034942626953125,
+ -0.071044921875,
+ -0.02392578125,
+ 0.01088714599609375,
+ 0.0021953582763671875,
+ 0.01448822021484375,
+ 0.016632080078125,
+ -0.038330078125,
+ 0.01308441162109375,
+ 0.03533935546875,
+ -0.05755615234375,
+ 0.031951904296875,
+ 0.01953125,
+ 0.01654052734375,
+ 0.0545654296875,
+ 0.0474853515625,
+ -0.0186004638671875,
+ 0.01617431640625,
+ 0.016357421875,
+ 0.0418701171875,
+ 0.007476806640625,
+ 0.0306549072265625,
+ 0.01467132568359375,
+ 0.0217742919921875,
+ 0.053466796875,
+ 0.033447265625,
+ -0.004276275634765625,
+ -0.010467529296875,
+ 0.034027099609375,
+ 0.00705718994140625,
+ 0.020660400390625,
+ 0.049346923828125,
+ 0.0006189346313476562,
+ -0.010650634765625,
+ 0.005115509033203125,
+ -0.07550048828125,
+ 0.0142059326171875,
+ 0.0278472900390625,
+ 0.010467529296875,
+ -0.0295257568359375,
+ -0.0128021240234375,
+ 0.0113525390625,
+ -0.037933349609375,
+ 0.02392578125,
+ 0.028778076171875,
+ -0.042816162109375,
+ -0.00009930133819580078,
+ 0.058319091796875,
+ 0.009063720703125,
+ -0.071044921875,
+ 0.020843505859375,
+ -0.041107177734375,
+ -0.0418701171875,
+ -0.023651123046875,
+ -0.044677734375,
+ 0.03643798828125,
+ -0.034576416015625,
+ -0.07440185546875,
+ -0.04132080078125,
+ 0.0482177734375,
+ -0.0019273757934570312,
+ -0.03326416015625,
+ -0.0186004638671875,
+ -0.01392364501953125,
+ 0.00789642333984375,
+ 0.0038089752197265625,
+ -0.05120849609375,
+ -0.028778076171875,
+ 0.01224517822265625,
+ -0.038116455078125,
+ -0.009765625,
+ -0.05047607421875,
+ -0.01401519775390625,
+ -0.00640106201171875,
+ -0.0011272430419921875,
+ -0.038116455078125,
+ 0.0142059326171875,
+ -0.044097900390625,
+ 0.044677734375,
+ 0.0033168792724609375,
+ 0.03961181640625,
+ 0.03662109375,
+ 0.0650634765625,
+ -0.0167236328125,
+ -0.016357421875,
+ 0.0025234222412109375,
+ -0.04150390625,
+ -0.0036220550537109375,
+ 0.018218994140625,
+ 0.0216827392578125,
+ -0.057952880859375,
+ -0.0032482147216796875,
+ 0.0714111328125,
+ -0.08563232421875,
+ 0.034759521484375,
+ 0.004695892333984375,
+ -0.040008544921875,
+ -0.053070068359375,
+ -0.011871337890625,
+ -0.0179443359375,
+ 0.0259857177734375,
+ 0.07666015625,
+ 0.0142059326171875,
+ -0.0111236572265625,
+ 0.01299285888671875,
+ -0.061309814453125,
+ 0.059051513671875,
+ 0.01326751708984375,
+ 0.046539306640625,
+ -0.0478515625,
+ 0.03961181640625,
+ 0.033447265625,
+ -0.02392578125,
+ -0.0174713134765625,
+ -0.071044921875,
+ 0.0111236572265625,
+ 0.0267333984375,
+ 0.00789642333984375,
+ 0.0038547515869140625,
+ -0.0005955696105957031,
+ -0.03326416015625,
+ -0.0299072265625,
+ -0.018218994140625,
+ 0.018310546875,
+ 0.004276275634765625,
+ -0.01934814453125,
+ -0.0232696533203125,
+ -0.00556182861328125,
+ -0.00495147705078125,
+ -0.03961181640625,
+ -0.042999267578125,
+ -0.01513671875,
+ 0.037567138671875,
+ 0.0075225830078125,
+ -0.0242919921875,
+ 0.00595855712890625,
+ 0.020843505859375,
+ 0.0074310302734375,
+ 0.01812744140625,
+ 0.037384033203125,
+ -0.020751953125,
+ -0.00855255126953125,
+ 0.00376129150390625,
+ 0.04132080078125,
+ 0.031585693359375,
+ -0.0019388198852539062,
+ -0.00481414794921875,
+ 0.0200042724609375,
+ 0.0214996337890625,
+ -0.0142059326171875,
+ 0.052703857421875,
+ 0.052703857421875,
+ -0.040008544921875,
+ -0.0665283203125,
+ -0.019622802734375,
+ -0.0142974853515625,
+ 0.006633758544921875,
+ -0.0274810791015625,
+ 0.047088623046875,
+ 0.0186004638671875,
+ -0.00855255126953125,
+ -0.08563232421875,
+ 0.059051513671875,
+ -0.01000213623046875,
+ 0.040924072265625,
+ 0.003948211669921875,
+ -0.031951904296875,
+ -0.071044921875,
+ -0.06768798828125,
+ -0.018218994140625,
+ 0.0012969970703125,
+ -0.0214080810546875,
+ 0.012054443359375,
+ -0.0036220550537109375,
+ 0.0037841796875,
+ 0.0059356689453125,
+ -0.0191650390625,
+ -0.00446319580078125,
+ 0.05419921875,
+ 0.00897216796875,
+ -0.049346923828125,
+ 0.05120849609375,
+ -0.0142974853515625,
+ 0.01004791259765625,
+ -0.0113525390625,
+ 0.00958251953125,
+ 0.00846099853515625,
+ -0.03271484375,
+ -0.0105133056640625,
+ -0.028778076171875,
+ 0.01495361328125,
+ 0.051971435546875,
+ -0.0263519287109375,
+ 0.015045166015625,
+ -0.03326416015625,
+ 0.03643798828125,
+ -0.0031070709228515625,
+ -0.004486083984375,
+ 0.0023365020751953125,
+ 0.0156097412109375,
+ -0.00630950927734375,
+ -0.02093505859375,
+ -0.042236328125,
+ -0.0897216796875,
+ -0.0175628662109375,
+ -0.056060791015625,
+ -0.028228759765625,
+ -0.01299285888671875,
+ 0.042236328125,
+ 0.019622802734375,
+ 0.00934600830078125,
+ 0.052703857421875,
+ -0.006214141845703125,
+ -0.043914794921875,
+ -0.021026611328125,
+ 0.01953125,
+ 0.0018453598022460938,
+ 0.00794219970703125,
+ -0.01027679443359375,
+ -0.0261688232421875,
+ 0.006496429443359375,
+ -0.0009694099426269531,
+ -0.01448822021484375,
+ -0.0111236572265625,
+ -0.0038089752197265625,
+ -0.0159759521484375,
+ 0.00455474853515625,
+ -0.06915283203125,
+ 0.0028629302978515625,
+ 0.01158905029296875,
+ 0.0026874542236328125,
+ 0.0013551712036132812,
+ -0.0215911865234375,
+ 0.0418701171875,
+ -0.00017011165618896484,
+ -0.0474853515625,
+ 0.00930023193359375,
+ 0.0033416748046875,
+ -0.0027561187744140625,
+ 0.004627227783203125,
+ -0.0127105712890625,
+ 0.004695892333984375,
+ 0.03607177734375,
+ 0.0482177734375,
+ 0.0295257568359375,
+ 0.031219482421875,
+ -0.02252197265625,
+ -0.034027099609375,
+ -0.01776123046875,
+ -0.021026611328125,
+ 0.010467529296875,
+ 0.041107177734375,
+ 0.0021953582763671875,
+ 0.0036220550537109375,
+ 0.044097900390625,
+ 0.00495147705078125,
+ -0.057952880859375,
+ -0.005794525146484375,
+ -0.0012731552124023438,
+ -0.0728759765625,
+ 0.01457977294921875,
+ 0.0706787109375,
+ 0.03607177734375,
+ -0.0030841827392578125,
+ 0.028228759765625,
+ 0.06317138671875,
+ 0.02972412109375,
+ 0.008880615234375,
+ -0.004390716552734375,
+ -0.07403564453125,
+ 0.001220703125,
+ 0.043365478515625,
+ 0.01308441162109375,
+ -0.08447265625,
+ 0.0672607421875,
+ 0.055694580078125,
+ -0.01953125,
+ 0.003154754638671875,
+ 0.019439697265625,
+ 0.0013380050659179688,
+ 0.03643798828125,
+ 0.0142059326171875,
+ 0.00336456298828125,
+ -0.0654296875,
+ 0.0299072265625,
+ 0.016632080078125,
+ -0.0126190185546875,
+ 0.006916046142578125,
+ -0.01074981689453125,
+ -0.0244903564453125,
+ 0.0418701171875,
+ -0.05645751953125,
+ -0.0126190185546875,
+ 0.0143890380859375,
+ 0.043731689453125,
+ 0.0158843994140625,
+ -0.05682373046875,
+ -0.0308380126953125,
+ 0.042236328125,
+ -0.01308441162109375,
+ -0.0386962890625,
+ 0.0008411407470703125,
+ 0.00408935546875,
+ -0.01513671875,
+ 0.0323486328125,
+ 0.06243896484375,
+ 0.0016002655029296875,
+ 0.025421142578125,
+ 0.01541900634765625,
+ -0.0538330078125,
+ 0.00525665283203125,
+ -0.0128021240234375,
+ 0.002254486083984375,
+ -0.0036678314208984375,
+ -0.019622802734375,
+ -0.035125732421875,
+ -0.0601806640625,
+ 0.058685302734375,
+ -0.04168701171875,
+ 0.05120849609375,
+ 0.013458251953125,
+ -0.005512237548828125,
+ -0.0048828125,
+ 0.004486083984375,
+ 0.0190582275390625,
+ 0.0390625,
+ 0.01004791259765625,
+ 0.018218994140625,
+ 0.0276641845703125,
+ 0.0201873779296875,
+ 0.007568359375,
+ -0.05718994140625,
+ 0.022705078125,
+ -0.050079345703125,
+ -0.028411865234375,
+ -0.034759521484375,
+ 0.0015888214111328125,
+ 0.006916046142578125,
+ -0.0018453598022460938,
+ -0.00785064697265625,
+ -0.0244903564453125,
+ 0.01383209228515625,
+ -0.0032939910888671875,
+ -0.01299285888671875,
+ -0.0128021240234375,
+ 0.02728271484375,
+ -0.032135009765625,
+ 0.017852783203125,
+ 0.0157012939453125,
+ -0.01523590087890625,
+ 0.0113983154296875,
+ -0.045806884765625,
+ 0.058319091796875,
+ 0.025421142578125,
+ 0.01495361328125,
+ -0.009063720703125,
+ 0.0291595458984375,
+ 0.0263519287109375,
+ 0.004016876220703125,
+ 0.028594970703125,
+ 0.011260986328125,
+ -0.00934600830078125,
+ 0.05047607421875,
+ 0.031951904296875,
+ 0.004344940185546875,
+ -0.037933349609375,
+ 0.0443115234375,
+ -0.00948333740234375,
+ -0.03253173828125,
+ 0.060546875,
+ 0.004276275634765625,
+ 0.00920867919921875,
+ -0.0246734619140625,
+ -0.006587982177734375,
+ -0.003574371337890625,
+ -0.012054443359375,
+ 0.059814453125,
+ -0.0009694099426269531,
+ -0.01812744140625,
+ 0.01317596435546875,
+ -0.059814453125,
+ 0.055694580078125,
+ 0.025421142578125,
+ 0.06243896484375,
+ -0.03363037109375,
+ 0.049346923828125,
+ 0.0106048583984375,
+ -0.005092620849609375,
+ -0.01070404052734375,
+ 0.0175628662109375,
+ 0.0032482147216796875,
+ 0.03924560546875,
+ -0.0246734619140625,
+ 0.066162109375,
+ 0.0097198486328125,
+ -0.0246734619140625,
+ -0.0545654296875,
+ -0.01023101806640625,
+ 0.00023949146270751953,
+ -0.001506805419921875,
+ 0.028228759765625,
+ -0.046722412109375,
+ 0.01093292236328125,
+ -0.00846099853515625,
+ 0.01953125,
+ 0.056060791015625,
+ -0.01654052734375,
+ 0.03289794921875,
+ 0.023651123046875,
+ -0.0302734375,
+ -0.0023593902587890625,
+ 0.005001068115234375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "plist-analysis",
+ "binary-decode",
+ "configuration-parsing",
+ "system-metadata",
+ "artifact-extraction",
+ "format-conversion",
+ "xml-parsing"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Windows_Zone_Identifier_Analyse",
+ "type": "tool",
+ "name": "Windows Zone Identifier Analyse",
+ "content": "windows zone identifier analyse ntfs-alternate-data-stream-analyse für download-attribution: filename:zone.identifier mit zoneid-werten: 0=local, 1=intranet, 2=trusted sites, 3=internet, 4=restricted sites. browser-downloads erhalten automatisch zone.identifier-markierung. analyse mit \"dir /r\" oder \"more filename:zone.identifier\". streams-tool zeigt alle ads eines verzeichnisses. registry-policies können zone-marking deaktivieren. zone-identifier alternate-data-streams download-attribution security-zones ntfs-forensics browser-markings malware-sources web-attacks origin-tracking incident-response malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.0216217041015625,
+ 0.039794921875,
+ 0.027496337890625,
+ -0.00687408447265625,
+ 0.0296630859375,
+ 0.034912109375,
+ 0.02197265625,
+ 0.017822265625,
+ 0.009857177734375,
+ -0.00959014892578125,
+ -0.056427001953125,
+ 0.0484619140625,
+ -0.01035308837890625,
+ 0.0026683807373046875,
+ -0.06329345703125,
+ 0.0311126708984375,
+ 0.0097198486328125,
+ 0.0004944801330566406,
+ 0.01419830322265625,
+ 0.019256591796875,
+ -0.03997802734375,
+ 0.016815185546875,
+ -0.032379150390625,
+ 0.0208892822265625,
+ 0.01030731201171875,
+ 0.01039886474609375,
+ -0.0156402587890625,
+ -0.06292724609375,
+ -0.0289459228515625,
+ 0.006465911865234375,
+ 0.037078857421875,
+ -0.0212554931640625,
+ 0.0013790130615234375,
+ 0.05389404296875,
+ -0.00687408447265625,
+ -0.030029296875,
+ -0.01934814453125,
+ -0.043426513671875,
+ -0.01329803466796875,
+ 0.00954437255859375,
+ -0.039794921875,
+ 0.00018799304962158203,
+ 0.005268096923828125,
+ -0.02496337890625,
+ -0.009765625,
+ -0.0386962890625,
+ 0.004138946533203125,
+ 0.017181396484375,
+ 0.04052734375,
+ -0.0694580078125,
+ 0.03399658203125,
+ -0.0004069805145263672,
+ 0.03924560546875,
+ -0.019256591796875,
+ -0.0341796875,
+ 0.011260986328125,
+ -0.01039886474609375,
+ -0.0157318115234375,
+ -0.057525634765625,
+ 0.046112060546875,
+ -0.0491943359375,
+ -0.026763916015625,
+ -0.003978729248046875,
+ -0.005428314208984375,
+ 0.0233306884765625,
+ 0.038360595703125,
+ -0.001384735107421875,
+ -0.0236968994140625,
+ 0.0136566162109375,
+ 0.005222320556640625,
+ -0.01220703125,
+ -0.0190887451171875,
+ -0.019256591796875,
+ 0.02252197265625,
+ -0.0159149169921875,
+ -0.04412841796875,
+ 0.03924560546875,
+ 0.0019893646240234375,
+ 0.04522705078125,
+ -0.0207977294921875,
+ -0.0814208984375,
+ -0.0035953521728515625,
+ 0.07305908203125,
+ -0.0209808349609375,
+ -0.0011701583862304688,
+ -0.0089569091796875,
+ 0.01030731201171875,
+ 0.007778167724609375,
+ -0.0020465850830078125,
+ -0.01062774658203125,
+ 0.02496337890625,
+ -0.005878448486328125,
+ 0.0264129638671875,
+ 0.019989013671875,
+ 0.052825927734375,
+ 0.052459716796875,
+ -0.007236480712890625,
+ 0.0035495758056640625,
+ -0.007190704345703125,
+ 0.041778564453125,
+ 0.00274658203125,
+ -0.027862548828125,
+ 0.048828125,
+ -0.0043182373046875,
+ 0.01727294921875,
+ -0.027862548828125,
+ 0.017364501953125,
+ -0.0223388671875,
+ 0.0159149169921875,
+ -0.0352783203125,
+ -0.0792236328125,
+ -0.0287628173828125,
+ 0.01085662841796875,
+ -0.0701904296875,
+ -0.0435791015625,
+ -0.0110321044921875,
+ 0.01971435546875,
+ 0.008819580078125,
+ -0.046112060546875,
+ -0.044677734375,
+ 0.01528167724609375,
+ 0.01311492919921875,
+ 0.01293182373046875,
+ 0.0408935546875,
+ -0.07342529296875,
+ -0.047027587890625,
+ -0.0007205009460449219,
+ 0.014923095703125,
+ -0.008544921875,
+ -0.04559326171875,
+ -0.0247802734375,
+ -0.01690673828125,
+ -0.0187225341796875,
+ -0.017364501953125,
+ -0.0207061767578125,
+ -0.004093170166015625,
+ 0.0309295654296875,
+ -0.007640838623046875,
+ -0.04541015625,
+ -0.0006785392761230469,
+ 0.0506591796875,
+ -0.0443115234375,
+ -0.056793212890625,
+ 0.0003616809844970703,
+ -0.05029296875,
+ -0.01076507568359375,
+ 0.01284027099609375,
+ 0.0439453125,
+ -0.053192138671875,
+ -0.0240631103515625,
+ -0.012115478515625,
+ 0.02984619140625,
+ 0.06256103515625,
+ -0.0135650634765625,
+ 0.01528167724609375,
+ -0.042144775390625,
+ -0.005382537841796875,
+ -0.037261962890625,
+ 0.03851318359375,
+ 0.020172119140625,
+ -0.032928466796875,
+ -0.0025768280029296875,
+ -0.0023746490478515625,
+ 0.056060791015625,
+ -0.031280517578125,
+ -0.042144775390625,
+ -0.03021240234375,
+ 0.0287628173828125,
+ -0.0014467239379882812,
+ 0.0019893646240234375,
+ 0.037445068359375,
+ 0.004138946533203125,
+ 0.037445068359375,
+ 0.0506591796875,
+ -0.00904083251953125,
+ 0.02496337890625,
+ -0.00673675537109375,
+ -0.004749298095703125,
+ 0.03363037109375,
+ 0.017913818359375,
+ -0.0345458984375,
+ -0.004543304443359375,
+ 0.020263671875,
+ -0.0112152099609375,
+ 0.00506591796875,
+ -0.0258636474609375,
+ -0.0061492919921875,
+ -0.004680633544921875,
+ -0.0230560302734375,
+ 0.048828125,
+ -0.0289459228515625,
+ -0.0285797119140625,
+ 0.002826690673828125,
+ 0.042144775390625,
+ 0.04052734375,
+ 0.0799560546875,
+ 0.0166473388671875,
+ 0.0017185211181640625,
+ 0.059326171875,
+ 0.006557464599609375,
+ 0.00827789306640625,
+ 0.007732391357421875,
+ -0.004657745361328125,
+ 0.046112060546875,
+ 0.02947998046875,
+ -0.0087738037109375,
+ 0.0133819580078125,
+ 0.01763916015625,
+ 0.0139312744140625,
+ -0.036529541015625,
+ 0.01194000244140625,
+ 0.03363037109375,
+ -0.02197265625,
+ -0.01044464111328125,
+ -0.01320648193359375,
+ -0.05029296875,
+ 0.020172119140625,
+ -0.002758026123046875,
+ -0.01410675048828125,
+ -0.0026454925537109375,
+ -0.00508880615234375,
+ -0.02423095703125,
+ 0.00565338134765625,
+ 0.002193450927734375,
+ -0.057525634765625,
+ 0.046112060546875,
+ 0.03436279296875,
+ -0.0296630859375,
+ -0.001865386962890625,
+ 0.00678253173828125,
+ 0.047027587890625,
+ 0.0186309814453125,
+ -0.0006923675537109375,
+ 0.03582763671875,
+ -0.0048370361328125,
+ 0.00445556640625,
+ 0.0443115234375,
+ 0.01039886474609375,
+ 0.019439697265625,
+ -0.017913818359375,
+ -0.048828125,
+ 0.03582763671875,
+ 0.0007290840148925781,
+ 0.0296630859375,
+ 0.03564453125,
+ -0.02496337890625,
+ -0.006374359130859375,
+ -0.002498626708984375,
+ 0.0100860595703125,
+ 0.05352783203125,
+ -0.06329345703125,
+ -0.0285797119140625,
+ -0.081787109375,
+ 0.01456451416015625,
+ -0.033294677734375,
+ -0.01456451416015625,
+ -0.02252197265625,
+ -0.0672607421875,
+ 0.021881103515625,
+ -0.0247802734375,
+ -0.0256805419921875,
+ -0.027313232421875,
+ 0.006103515625,
+ -0.0027027130126953125,
+ 0.0307464599609375,
+ 0.017181396484375,
+ -0.032745361328125,
+ 0.0311126708984375,
+ 0.07525634765625,
+ -0.01058197021484375,
+ -0.00994873046875,
+ -0.0231475830078125,
+ 0.033111572265625,
+ -0.0133819580078125,
+ 0.0345458984375,
+ -0.0207061767578125,
+ -0.02178955078125,
+ 0.01419830322265625,
+ 0.0029850006103515625,
+ 0.014923095703125,
+ 0.003482818603515625,
+ 0.0160980224609375,
+ 0.00443267822265625,
+ 0.047027587890625,
+ -0.07598876953125,
+ -0.02984619140625,
+ -0.0240631103515625,
+ 0.00917816162109375,
+ -0.031646728515625,
+ -0.049560546875,
+ 0.0027923583984375,
+ 0.029296875,
+ 0.00832366943359375,
+ -0.00506591796875,
+ 0.0394287109375,
+ -0.0211639404296875,
+ -0.00377655029296875,
+ -0.0212554931640625,
+ -0.041229248046875,
+ 0.0125732421875,
+ 0.050994873046875,
+ -0.058258056640625,
+ 0.0029163360595703125,
+ 0.0231475830078125,
+ 0.0160064697265625,
+ -0.041046142578125,
+ -0.032745361328125,
+ -0.0247802734375,
+ -0.0394287109375,
+ -0.0309295654296875,
+ -0.0233306884765625,
+ 0.021881103515625,
+ -0.0063323974609375,
+ 0.027130126953125,
+ -0.0008082389831542969,
+ 0.0032100677490234375,
+ -0.0211639404296875,
+ -0.078857421875,
+ 0.01194000244140625,
+ -0.01030731201171875,
+ -0.05499267578125,
+ -0.027679443359375,
+ 0.0230560302734375,
+ 0.002239227294921875,
+ 0.0026226043701171875,
+ -0.0190887451171875,
+ -0.008544921875,
+ -0.043426513671875,
+ 0.0183563232421875,
+ -0.03436279296875,
+ 0.004497528076171875,
+ 0.01239013671875,
+ 0.0311126708984375,
+ 0.002735137939453125,
+ 0.025146484375,
+ 0.0311126708984375,
+ 0.06585693359375,
+ 0.01537322998046875,
+ -0.0230560302734375,
+ -0.026763916015625,
+ -0.01456451416015625,
+ 0.00673675537109375,
+ -0.0160064697265625,
+ -0.00872802734375,
+ -0.05389404296875,
+ -0.00687408447265625,
+ -0.036712646484375,
+ 0.0198974609375,
+ 0.0166473388671875,
+ 0.0187225341796875,
+ 0.0157318115234375,
+ -0.03399658203125,
+ 0.00014984607696533203,
+ 0.046295166015625,
+ 0.01763916015625,
+ 0.09912109375,
+ -0.0236968994140625,
+ -0.0146484375,
+ 0.0150146484375,
+ 0.047027587890625,
+ 0.0061492919921875,
+ 0.0021820068359375,
+ 0.0133819580078125,
+ -0.00281524658203125,
+ -0.0238800048828125,
+ 0.019805908203125,
+ 0.0075531005859375,
+ 0.0386962890625,
+ -0.00678253173828125,
+ 0.00913238525390625,
+ -0.01116943359375,
+ 0.009674072265625,
+ 0.01438140869140625,
+ 0.06549072265625,
+ 0.032562255859375,
+ 0.0236968994140625,
+ 0.01401519775390625,
+ -0.0189971923828125,
+ -0.004634857177734375,
+ -0.03399658203125,
+ -0.07452392578125,
+ 0.036346435546875,
+ 0.0185394287109375,
+ -0.0014467239379882812,
+ 0.03961181640625,
+ -0.01410675048828125,
+ -0.0701904296875,
+ 0.042694091796875,
+ -0.033111572265625,
+ 0.0687255859375,
+ 0.056060791015625,
+ 0.04376220703125,
+ 0.019256591796875,
+ -0.01401519775390625,
+ 0.01410675048828125,
+ 0.037811279296875,
+ 0.000316619873046875,
+ 0.0240631103515625,
+ 0.048126220703125,
+ 0.019622802734375,
+ -0.004566192626953125,
+ -0.032196044921875,
+ 0.0282135009765625,
+ 0.019439697265625,
+ 0.037445068359375,
+ 0.00804901123046875,
+ 0.0309295654296875,
+ 0.027496337890625,
+ 0.019805908203125,
+ -0.041595458984375,
+ 0.047760009765625,
+ 0.02423095703125,
+ 0.0038204193115234375,
+ 0.01401519775390625,
+ -0.0206146240234375,
+ 0.022430419921875,
+ -0.0280303955078125,
+ 0.00832366943359375,
+ -0.006195068359375,
+ -0.0160064697265625,
+ 0.01203155517578125,
+ 0.00827789306640625,
+ -0.0687255859375,
+ 0.01203155517578125,
+ 0.0604248046875,
+ -0.06402587890625,
+ -0.007099151611328125,
+ 0.0185394287109375,
+ -0.048126220703125,
+ 0.01438140869140625,
+ -0.0256805419921875,
+ -0.07489013671875,
+ 0.0188140869140625,
+ -0.02984619140625,
+ -0.046661376953125,
+ -0.00019502639770507812,
+ -0.005153656005859375,
+ -0.0229644775390625,
+ -0.042694091796875,
+ -0.0215301513671875,
+ -0.01727294921875,
+ 0.0214385986328125,
+ -0.020172119140625,
+ 0.026763916015625,
+ 0.017547607421875,
+ 0.00445556640625,
+ 0.046661376953125,
+ 0.045928955078125,
+ -0.032196044921875,
+ -0.0283966064453125,
+ 0.025146484375,
+ -0.0183563232421875,
+ -0.05859375,
+ 0.025146484375,
+ 0.005359649658203125,
+ 0.0205230712890625,
+ -0.027679443359375,
+ -0.045928955078125,
+ -0.00908660888671875,
+ 0.038360595703125,
+ 0.0163726806640625,
+ 0.032928466796875,
+ -0.05029296875,
+ -0.02984619140625,
+ -0.0296630859375,
+ 0.046661376953125,
+ 0.00281524658203125,
+ 0.0386962890625,
+ 0.0088653564453125,
+ -0.05389404296875,
+ 0.00917816162109375,
+ -0.06512451171875,
+ 0.022613525390625,
+ 0.0179901123046875,
+ -0.01528167724609375,
+ -0.00827789306640625,
+ 0.061126708984375,
+ 0.00424957275390625,
+ -0.01085662841796875,
+ 0.008636474609375,
+ 0.034912109375,
+ -0.005741119384765625,
+ -0.012298583984375,
+ -0.01148223876953125,
+ 0.0097198486328125,
+ 0.027496337890625,
+ -0.041595458984375,
+ -0.043060302734375,
+ -0.030029296875,
+ -0.010986328125,
+ 0.0247802734375,
+ -0.08392333984375,
+ 0.01438140869140625,
+ -0.01239013671875,
+ -0.068359375,
+ -0.027130126953125,
+ -0.01035308837890625,
+ -0.00940704345703125,
+ -0.036163330078125,
+ 0.015106201171875,
+ -0.027496337890625,
+ 0.0054931640625,
+ 0.032562255859375,
+ 0.0133819580078125,
+ -0.01690673828125,
+ 0.0075531005859375,
+ 0.00032067298889160156,
+ -0.009765625,
+ 0.0164642333984375,
+ -0.056427001953125,
+ -0.033111572265625,
+ -0.00945281982421875,
+ 0.046112060546875,
+ -0.032745361328125,
+ 0.0134735107421875,
+ -0.01934814453125,
+ -0.0244140625,
+ 0.03851318359375,
+ -0.0229644775390625,
+ 0.0026111602783203125,
+ -0.00832366943359375,
+ -0.00040411949157714844,
+ -0.051727294921875,
+ -0.0037994384765625,
+ 0.02215576171875,
+ -0.003368377685546875,
+ -0.01284027099609375,
+ 0.0044097900390625,
+ 0.046661376953125,
+ -0.044677734375,
+ 0.0256805419921875,
+ 0.0223388671875,
+ -0.00286102294921875,
+ 0.041595458984375,
+ -0.003753662109375,
+ 0.0014410018920898438,
+ 0.0020580291748046875,
+ -0.006420135498046875,
+ -0.05499267578125,
+ -0.026947021484375,
+ -0.07269287109375,
+ 0.0150146484375,
+ 0.0101318359375,
+ 0.0048370361328125,
+ -0.01456451416015625,
+ -0.004520416259765625,
+ -0.1005859375,
+ -0.01067352294921875,
+ 0.05572509765625,
+ 0.0180816650390625,
+ 0.00045228004455566406,
+ -0.03399658203125,
+ -0.031280517578125,
+ 0.01438140869140625,
+ -0.0280303955078125,
+ 0.02423095703125,
+ 0.0256805419921875,
+ -0.0134735107421875,
+ -0.001842498779296875,
+ -0.046661376953125,
+ 0.0183563232421875,
+ 0.02496337890625,
+ 0.032562255859375,
+ 0.042510986328125,
+ 0.00687408447265625,
+ -0.02197265625,
+ 0.01546478271484375,
+ 0.00556182861328125,
+ -0.003143310546875,
+ -0.014923095703125,
+ -0.0032100677490234375,
+ 0.037078857421875,
+ -0.036529541015625,
+ -0.0386962890625,
+ 0.01116943359375,
+ 0.001361846923828125,
+ 0.00809478759765625,
+ 0.01320648193359375,
+ -0.01320648193359375,
+ 0.0345458984375,
+ 0.0054473876953125,
+ 0.0484619140625,
+ -0.026947021484375,
+ -0.043243408203125,
+ 0.0060577392578125,
+ -0.0011138916015625,
+ 0.02423095703125,
+ 0.027313232421875,
+ 0.01690673828125,
+ -0.0264129638671875,
+ 0.0137481689453125,
+ 0.05572509765625,
+ -0.016998291015625,
+ -0.06695556640625,
+ -0.0258636474609375,
+ -0.002239227294921875,
+ -0.01175689697265625,
+ 0.031829833984375,
+ 0.001560211181640625,
+ 0.0589599609375,
+ -0.0012607574462890625,
+ -0.004634857177734375,
+ 0.04541015625,
+ 0.047760009765625,
+ 0.06365966796875,
+ -0.03887939453125,
+ -0.0282135009765625,
+ -0.0185394287109375,
+ 0.00211334228515625,
+ -0.027130126953125,
+ -0.0408935546875,
+ 0.006649017333984375,
+ 0.0291290283203125,
+ -0.060791015625,
+ -0.0037078857421875,
+ 0.007778167724609375,
+ -0.0084991455078125,
+ 0.00800323486328125,
+ 0.0229644775390625,
+ 0.01081085205078125,
+ 0.01067352294921875,
+ 0.02044677734375,
+ -0.058258056640625,
+ -0.008636474609375,
+ -0.001865386962890625,
+ 0.039794921875,
+ 0.032745361328125,
+ 0.02423095703125,
+ -0.011260986328125,
+ 0.03887939453125,
+ -0.0139312744140625,
+ 0.0439453125,
+ -0.031829833984375,
+ 0.0100860595703125,
+ 0.0208892822265625,
+ 0.015106201171875,
+ 0.052459716796875,
+ 0.07196044921875,
+ -0.039794921875,
+ -0.03363037109375,
+ 0.0146484375,
+ 0.042144775390625,
+ 0.0296630859375,
+ 0.041595458984375,
+ -0.0006866455078125,
+ -0.01934814453125,
+ -0.000054776668548583984,
+ -0.036712646484375,
+ 0.019622802734375,
+ -0.0289459228515625,
+ -0.008544921875,
+ -0.046112060546875,
+ -0.01175689697265625,
+ 0.0023059844970703125,
+ -0.06622314453125,
+ 0.03546142578125,
+ 0.00569915771484375,
+ -0.0235137939453125,
+ 0.006649017333984375,
+ 0.037261962890625,
+ 0.01194000244140625,
+ -0.037261962890625,
+ 0.01166534423828125,
+ -0.0165557861328125,
+ -0.007415771484375,
+ -0.00687408447265625,
+ -0.0264129638671875,
+ 0.026947021484375,
+ -0.032196044921875,
+ -0.03363037109375,
+ -0.0247802734375,
+ 0.0208892822265625,
+ 0.00499725341796875,
+ -0.012664794921875,
+ -0.030029296875,
+ 0.006374359130859375,
+ -0.00565338134765625,
+ -0.03851318359375,
+ -0.042694091796875,
+ 0.00750732421875,
+ 0.02008056640625,
+ -0.039794921875,
+ 0.016815185546875,
+ -0.01274871826171875,
+ -0.015106201171875,
+ -0.009857177734375,
+ 0.004566192626953125,
+ -0.045928955078125,
+ 0.052459716796875,
+ -0.057159423828125,
+ 0.037261962890625,
+ 0.019989013671875,
+ 0.01428985595703125,
+ 0.05029296875,
+ 0.07232666015625,
+ -0.0235137939453125,
+ -0.0191802978515625,
+ -0.002170562744140625,
+ -0.0506591796875,
+ 0.02984619140625,
+ 0.00018930435180664062,
+ 0.0048828125,
+ -0.08319091796875,
+ 0.041778564453125,
+ 0.052093505859375,
+ -0.05572509765625,
+ 0.009674072265625,
+ -0.01953125,
+ -0.0166473388671875,
+ -0.061126708984375,
+ 0.0096282958984375,
+ 0.0087738037109375,
+ 0.0166473388671875,
+ 0.090087890625,
+ -0.027313232421875,
+ -0.01239013671875,
+ -0.00434112548828125,
+ -0.037445068359375,
+ 0.032928466796875,
+ -0.00936126708984375,
+ 0.00438690185546875,
+ -0.03887939453125,
+ 0.06585693359375,
+ 0.01456451416015625,
+ -0.027130126953125,
+ 0.012298583984375,
+ -0.06695556640625,
+ -0.02008056640625,
+ 0.01035308837890625,
+ 0.0182647705078125,
+ -0.0012264251708984375,
+ -0.010223388671875,
+ -0.01175689697265625,
+ -0.0020236968994140625,
+ -0.007099151611328125,
+ 0.00276947021484375,
+ 0.0236968994140625,
+ 0.0305633544921875,
+ -0.037628173828125,
+ 0.0037078857421875,
+ -0.012115478515625,
+ -0.034912109375,
+ -0.046661376953125,
+ -0.0283966064453125,
+ 0.03546142578125,
+ -0.0022945404052734375,
+ -0.06439208984375,
+ 0.0238800048828125,
+ 0.00015974044799804688,
+ -0.00377655029296875,
+ 0.00506591796875,
+ 0.046661376953125,
+ -0.041778564453125,
+ 0.0006585121154785156,
+ 0.007236480712890625,
+ 0.0258636474609375,
+ 0.0099945068359375,
+ 0.0162811279296875,
+ -0.0008082389831542969,
+ 0.006511688232421875,
+ 0.0189971923828125,
+ -0.0443115234375,
+ 0.01555633544921875,
+ 0.048126220703125,
+ -0.00917816162109375,
+ -0.043243408203125,
+ -0.0185394287109375,
+ -0.009674072265625,
+ 0.026947021484375,
+ -0.020172119140625,
+ 0.041778564453125,
+ 0.0180816650390625,
+ -0.01058197021484375,
+ -0.0777587890625,
+ 0.06256103515625,
+ -0.00495147705078125,
+ 0.02044677734375,
+ 0.0019216537475585938,
+ -0.01284027099609375,
+ -0.057525634765625,
+ -0.032196044921875,
+ -0.020172119140625,
+ -0.006195068359375,
+ -0.04071044921875,
+ 0.016815185546875,
+ -0.0084991455078125,
+ -0.01152801513671875,
+ 0.0023174285888671875,
+ -0.0026454925537109375,
+ -0.007190704345703125,
+ 0.03436279296875,
+ -0.006649017333984375,
+ -0.0457763671875,
+ 0.048126220703125,
+ -0.0016727447509765625,
+ 0.006511688232421875,
+ -0.01401519775390625,
+ 0.02496337890625,
+ 0.0235137939453125,
+ -0.008636474609375,
+ -0.0134735107421875,
+ -0.0191802978515625,
+ 0.017913818359375,
+ 0.0341796875,
+ -0.01302337646484375,
+ 0.02532958984375,
+ -0.0247802734375,
+ 0.03509521484375,
+ 0.034912109375,
+ -0.036895751953125,
+ 0.046112060546875,
+ 0.00782012939453125,
+ -0.014923095703125,
+ -0.03961181640625,
+ -0.041046142578125,
+ -0.0709228515625,
+ 0.006557464599609375,
+ -0.07598876953125,
+ -0.041229248046875,
+ 0.0231475830078125,
+ 0.0001462697982788086,
+ 0.0311126708984375,
+ -0.01184844970703125,
+ 0.03924560546875,
+ -0.00013208389282226562,
+ -0.047393798828125,
+ -0.038360595703125,
+ -0.0016508102416992188,
+ -0.007415771484375,
+ 0.004703521728515625,
+ 0.01194000244140625,
+ -0.0180816650390625,
+ 0.046112060546875,
+ -0.048828125,
+ 0.0016727447509765625,
+ -0.0212554931640625,
+ 0.032379150390625,
+ -0.019439697265625,
+ 0.042877197265625,
+ -0.057525634765625,
+ -0.031463623046875,
+ 0.04052734375,
+ 0.0099029541015625,
+ -0.01971435546875,
+ -0.05029296875,
+ 0.05535888671875,
+ -0.005359649658203125,
+ -0.042877197265625,
+ 0.0244140625,
+ -0.004520416259765625,
+ -0.017364501953125,
+ -0.0013341903686523438,
+ -0.0189971923828125,
+ -0.0265960693359375,
+ 0.0236968994140625,
+ 0.0307464599609375,
+ 0.03546142578125,
+ 0.0198974609375,
+ -0.0011930465698242188,
+ -0.005176544189453125,
+ -0.0229644775390625,
+ 0.00424957275390625,
+ 0.0023288726806640625,
+ 0.0244140625,
+ 0.0084991455078125,
+ -0.0014247894287109375,
+ 0.00809478759765625,
+ 0.0010461807250976562,
+ -0.078125,
+ -0.027313232421875,
+ -0.01528167724609375,
+ -0.06365966796875,
+ -0.00251007080078125,
+ 0.088623046875,
+ 0.061859130859375,
+ -0.00026988983154296875,
+ 0.01311492919921875,
+ 0.05462646484375,
+ 0.0206146240234375,
+ 0.001583099365234375,
+ 0.01293182373046875,
+ -0.051727294921875,
+ 0.02532958984375,
+ 0.017181396484375,
+ 0.0011472702026367188,
+ -0.0457763671875,
+ 0.03436279296875,
+ 0.056427001953125,
+ 0.0061492919921875,
+ -0.014923095703125,
+ 0.009674072265625,
+ -0.00011873245239257812,
+ 0.0289459228515625,
+ 0.032379150390625,
+ -0.00286102294921875,
+ -0.087158203125,
+ 0.0338134765625,
+ 0.00434112548828125,
+ 0.0008139610290527344,
+ -0.00949859619140625,
+ -0.002101898193359375,
+ -0.0238800048828125,
+ 0.06005859375,
+ -0.0240631103515625,
+ -0.01447296142578125,
+ -0.00628662109375,
+ 0.0799560546875,
+ 0.003978729248046875,
+ -0.015106201171875,
+ -0.0164642333984375,
+ 0.033477783203125,
+ 0.0401611328125,
+ -0.00569915771484375,
+ 0.0291290283203125,
+ -0.0098114013671875,
+ 0.0074615478515625,
+ 0.0133819580078125,
+ 0.06585693359375,
+ -0.00560760498046875,
+ 0.039794921875,
+ 0.004634857177734375,
+ -0.0303955078125,
+ 0.0254974365234375,
+ -0.030029296875,
+ 0.01076507568359375,
+ 0.0182647705078125,
+ -0.06658935546875,
+ -0.0386962890625,
+ -0.047393798828125,
+ 0.05029296875,
+ -0.00027561187744140625,
+ 0.029296875,
+ 0.019989013671875,
+ 0.017730712890625,
+ 0.0188140869140625,
+ 0.048126220703125,
+ -0.01519775390625,
+ 0.034912109375,
+ 0.04052734375,
+ 0.0024871826171875,
+ -0.002147674560546875,
+ 0.019805908203125,
+ -0.0137481689453125,
+ -0.04412841796875,
+ 0.0258636474609375,
+ -0.022796630859375,
+ -0.0084991455078125,
+ -0.0181732177734375,
+ -0.01293182373046875,
+ 0.01519775390625,
+ -0.0188140869140625,
+ -0.0163726806640625,
+ -0.04486083984375,
+ 0.0061492919921875,
+ 0.0212554931640625,
+ -0.070556640625,
+ -0.0285797119140625,
+ 0.05352783203125,
+ -0.0394287109375,
+ 0.01284027099609375,
+ 0.00678253173828125,
+ -0.0089569091796875,
+ 0.0000349879264831543,
+ -0.08319091796875,
+ 0.05535888671875,
+ 0.0134735107421875,
+ 0.0186309814453125,
+ 0.004364013671875,
+ 0.01401519775390625,
+ 0.03509521484375,
+ -0.00795745849609375,
+ 0.026947021484375,
+ 0.006420135498046875,
+ -0.0238800048828125,
+ 0.0390625,
+ 0.0394287109375,
+ -0.003910064697265625,
+ -0.033111572265625,
+ 0.01447296142578125,
+ -0.002216339111328125,
+ -0.044677734375,
+ 0.0244140625,
+ 0.0161895751953125,
+ 0.01690673828125,
+ -0.0036182403564453125,
+ -0.00899505615234375,
+ -0.01067352294921875,
+ -0.0341796875,
+ 0.0491943359375,
+ 0.00791168212890625,
+ -0.032012939453125,
+ 0.027679443359375,
+ -0.061859130859375,
+ 0.056060791015625,
+ 0.025146484375,
+ 0.06365966796875,
+ -0.0230560302734375,
+ 0.0135650634765625,
+ -0.0088653564453125,
+ 0.017181396484375,
+ -0.0212554931640625,
+ 0.01076507568359375,
+ -0.01302337646484375,
+ 0.041961669921875,
+ -0.03564453125,
+ 0.067626953125,
+ 0.0012664794921875,
+ -0.01690673828125,
+ -0.0506591796875,
+ -0.01934814453125,
+ 0.01152801513671875,
+ -0.00009185075759887695,
+ 0.0139312744140625,
+ -0.03961181640625,
+ -0.017913818359375,
+ 0.0213470458984375,
+ 0.03997802734375,
+ 0.0443115234375,
+ 0.0029392242431640625,
+ 0.035980224609375,
+ 0.0029621124267578125,
+ -0.01175689697265625,
+ 0.0338134765625,
+ 0.004184722900390625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "zone-identifier",
+ "alternate-data-streams",
+ "download-attribution",
+ "security-zones",
+ "ntfs-forensics",
+ "browser-markings",
+ "malware-sources",
+ "web-attacks",
+ "origin-tracking"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_UserAssist_Forensische_Analyse",
+ "type": "tool",
+ "name": "UserAssist Forensische Analyse",
+ "content": "userassist forensische analyse rot13-dekodierung von ntuser.dat\\software\\microsoft\\windows\\ currentversion\\explorer\\userassist\\{guid}\\count für desktop-gui-programme. guid-kategorien: cebff5cd (executable), f4e57c4b (shortcut), 75048700 (active desktop-xp). jeder eintrag enthält ausführungs-count und last-execution-time. rot13-dekodierung: a→n, b→o etc. automated-tools für batch-dekodierung verfügbar. registry-explorer zeigt last-write-time des userassist-keys für timeline-korrelation. userassist-analysis rot13-decoding gui-tracking execution-frequency registry-analysis desktop-programs timeline-analysis ntuser-dat guid-analysis static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.036407470703125,
+ 0.04302978515625,
+ 0.06500244140625,
+ -0.021240234375,
+ 0.05499267578125,
+ 0.0112457275390625,
+ 0.0235595703125,
+ 0.0194549560546875,
+ -0.007541656494140625,
+ -0.031768798828125,
+ -0.025177001953125,
+ 0.02838134765625,
+ -0.00421905517578125,
+ 0.01320648193359375,
+ -0.036773681640625,
+ 0.056396484375,
+ -0.01678466796875,
+ 0.00019800662994384766,
+ 0.0170440673828125,
+ 0.007320404052734375,
+ -0.027313232421875,
+ -0.005443572998046875,
+ -0.038726806640625,
+ -0.006603240966796875,
+ -0.01409912109375,
+ 0.006961822509765625,
+ -0.0083465576171875,
+ -0.0714111328125,
+ -0.0382080078125,
+ 0.0084381103515625,
+ 0.00968170166015625,
+ -0.03997802734375,
+ 0.005802154541015625,
+ 0.025177001953125,
+ -0.003681182861328125,
+ -0.00279998779296875,
+ -0.0230255126953125,
+ -0.05462646484375,
+ -0.0095062255859375,
+ 0.056060791015625,
+ 0.003925323486328125,
+ 0.003124237060546875,
+ 0.004863739013671875,
+ -0.00905609130859375,
+ -0.0195465087890625,
+ -0.02044677734375,
+ 0.01151275634765625,
+ -0.0017404556274414062,
+ 0.01873779296875,
+ -0.060333251953125,
+ 0.0267791748046875,
+ 0.02587890625,
+ -0.00176239013671875,
+ -0.0095062255859375,
+ -0.0262451171875,
+ 0.03533935546875,
+ 0.011962890625,
+ -0.0160675048828125,
+ -0.048187255859375,
+ 0.0517578125,
+ -0.043365478515625,
+ -0.01329803466796875,
+ -0.00789642333984375,
+ 0.00687408447265625,
+ -0.01160430908203125,
+ -0.0021762847900390625,
+ 0.0089263916015625,
+ -0.0253448486328125,
+ -0.0197296142578125,
+ 0.00284576416015625,
+ -0.002777099609375,
+ -0.0013055801391601562,
+ -0.0428466796875,
+ 0.0478515625,
+ -0.0217742919921875,
+ -0.056060791015625,
+ 0.0255279541015625,
+ 0.0099945068359375,
+ 0.0209808349609375,
+ -0.0262451171875,
+ -0.037841796875,
+ 0.017486572265625,
+ 0.06927490234375,
+ -0.0004658699035644531,
+ -0.01026153564453125,
+ 0.0010709762573242188,
+ 0.0142822265625,
+ 0.0106658935546875,
+ -0.006916046142578125,
+ -0.0024871826171875,
+ 0.0160675048828125,
+ -0.015533447265625,
+ 0.0012884140014648438,
+ -0.0264129638671875,
+ 0.0521240234375,
+ 0.04962158203125,
+ 0.00615692138671875,
+ 0.0152587890625,
+ -0.01151275634765625,
+ 0.04461669921875,
+ 0.0135650634765625,
+ -0.005710601806640625,
+ 0.04498291015625,
+ -0.0033702850341796875,
+ 0.0135650634765625,
+ -0.043212890625,
+ 0.055694580078125,
+ -0.01213836669921875,
+ -0.006649017333984375,
+ -0.0192718505859375,
+ -0.0999755859375,
+ -0.0355224609375,
+ -0.0010099411010742188,
+ -0.057464599609375,
+ -0.0027332305908203125,
+ -0.0169525146484375,
+ 0.004863739013671875,
+ 0.03607177734375,
+ -0.0278472900390625,
+ -0.048919677734375,
+ 0.0022869110107421875,
+ -0.0082550048828125,
+ 0.005802154541015625,
+ 0.0292816162109375,
+ -0.046051025390625,
+ -0.06427001953125,
+ 0.0124969482421875,
+ 0.0136566162109375,
+ -0.04071044921875,
+ -0.022674560546875,
+ -0.053924560546875,
+ -0.02276611328125,
+ -0.02374267578125,
+ -0.014190673828125,
+ 0.0170440673828125,
+ -0.0267791748046875,
+ 0.0292816162109375,
+ 0.0024871826171875,
+ -0.006603240966796875,
+ 0.01320648193359375,
+ 0.045166015625,
+ -0.032318115234375,
+ -0.05963134765625,
+ -0.00991058349609375,
+ -0.03106689453125,
+ -0.007720947265625,
+ -0.01409912109375,
+ 0.056060791015625,
+ -0.037139892578125,
+ 0.0084381103515625,
+ -0.01445770263671875,
+ 0.036407470703125,
+ 0.06280517578125,
+ -0.01267242431640625,
+ 0.01097869873046875,
+ -0.0232086181640625,
+ -0.024810791015625,
+ -0.043212890625,
+ 0.034820556640625,
+ -0.00897216796875,
+ -0.0240936279296875,
+ 0.039276123046875,
+ 0.01517486572265625,
+ 0.032318115234375,
+ -0.030517578125,
+ -0.024627685546875,
+ -0.0182037353515625,
+ 0.0221405029296875,
+ -0.0207977294921875,
+ 0.00537872314453125,
+ 0.00740814208984375,
+ -0.03070068359375,
+ 0.060333251953125,
+ 0.057830810546875,
+ -0.011383056640625,
+ 0.0173187255859375,
+ 0.0172271728515625,
+ -0.017852783203125,
+ 0.033905029296875,
+ 0.038726806640625,
+ -0.006740570068359375,
+ -0.010040283203125,
+ 0.01464080810546875,
+ -0.01454925537109375,
+ -0.01026153564453125,
+ 0.0192718505859375,
+ -0.0374755859375,
+ -0.0169525146484375,
+ -0.00255584716796875,
+ 0.039459228515625,
+ -0.0082550048828125,
+ -0.05426025390625,
+ 0.0065155029296875,
+ 0.018829345703125,
+ 0.0160675048828125,
+ 0.06500244140625,
+ 0.018829345703125,
+ 0.0173187255859375,
+ 0.031585693359375,
+ -0.048919677734375,
+ -0.007183074951171875,
+ 0.02374267578125,
+ -0.0206146240234375,
+ 0.05499267578125,
+ -0.0052642822265625,
+ -0.00682830810546875,
+ 0.007183074951171875,
+ 0.03265380859375,
+ 0.0198211669921875,
+ -0.0014505386352539062,
+ -0.0186614990234375,
+ 0.050689697265625,
+ -0.0160675048828125,
+ 0.000007987022399902344,
+ -0.0051116943359375,
+ -0.0517578125,
+ 0.0220489501953125,
+ -0.0005521774291992188,
+ -0.00905609130859375,
+ -0.024627685546875,
+ 0.002399444580078125,
+ -0.036407470703125,
+ 0.01454925537109375,
+ 0.0517578125,
+ -0.029449462890625,
+ 0.03302001953125,
+ 0.0257110595703125,
+ -0.03997802734375,
+ -0.027313232421875,
+ 0.00421905517578125,
+ 0.024810791015625,
+ 0.031768798828125,
+ 0.0019521713256835938,
+ 0.02587890625,
+ -0.0016508102416992188,
+ -0.039093017578125,
+ 0.06317138671875,
+ 0.031585693359375,
+ 0.0148162841796875,
+ -0.00736236572265625,
+ -0.02239990234375,
+ 0.027313232421875,
+ -0.004665374755859375,
+ 0.034088134765625,
+ 0.036956787109375,
+ 0.01129150390625,
+ 0.0208892822265625,
+ -0.0087890625,
+ 0.039276123046875,
+ 0.03533935546875,
+ -0.048187255859375,
+ -0.039642333984375,
+ -0.085693359375,
+ 0.0087432861328125,
+ -0.061767578125,
+ -0.0374755859375,
+ -0.022491455078125,
+ -0.044097900390625,
+ 0.0374755859375,
+ -0.0028553009033203125,
+ -0.052825927734375,
+ -0.00923919677734375,
+ -0.0017957687377929688,
+ -0.0160675048828125,
+ 0.052490234375,
+ 0.0240936279296875,
+ -0.02838134765625,
+ 0.022491455078125,
+ 0.06353759765625,
+ 0.00977325439453125,
+ -0.019195556640625,
+ -0.0276641845703125,
+ 0.0269622802734375,
+ -0.04034423828125,
+ 0.03070068359375,
+ -0.02044677734375,
+ 0.00946044921875,
+ 0.04461669921875,
+ 0.0276641845703125,
+ 0.018829345703125,
+ -0.0021305084228515625,
+ 0.01080322265625,
+ -0.0025768280029296875,
+ 0.0183868408203125,
+ -0.061767578125,
+ 0.007274627685546875,
+ -0.02044677734375,
+ -0.00807952880859375,
+ -0.031585693359375,
+ -0.0614013671875,
+ 0.015350341796875,
+ 0.053558349609375,
+ 0.00991058349609375,
+ -0.0046844482421875,
+ 0.005176544189453125,
+ -0.02606201171875,
+ -0.0010824203491210938,
+ 0.006561279296875,
+ -0.027313232421875,
+ 0.024627685546875,
+ 0.024810791015625,
+ -0.0147247314453125,
+ -0.01026153564453125,
+ 0.0019626617431640625,
+ 0.028564453125,
+ -0.0233917236328125,
+ -0.0228424072265625,
+ -0.003925323486328125,
+ -0.00279998779296875,
+ -0.02587890625,
+ -0.0032138824462890625,
+ -0.01222991943359375,
+ -0.02392578125,
+ 0.0160675048828125,
+ -0.01464080810546875,
+ 0.0001882314682006836,
+ -0.0814208984375,
+ -0.060333251953125,
+ 0.0021762847900390625,
+ -0.0232086181640625,
+ -0.0276641845703125,
+ -0.03997802734375,
+ 0.043914794921875,
+ -0.00029015541076660156,
+ -0.002185821533203125,
+ -0.0198211669921875,
+ 0.004665374755859375,
+ -0.0265960693359375,
+ -0.0024776458740234375,
+ -0.015350341796875,
+ 0.01409912109375,
+ -0.004528045654296875,
+ 0.0269622802734375,
+ 0.046783447265625,
+ 0.01329803466796875,
+ 0.036407470703125,
+ 0.050689697265625,
+ 0.00678253173828125,
+ -0.021240234375,
+ 0.0142822265625,
+ 0.0014276504516601562,
+ 0.04052734375,
+ -0.0276641845703125,
+ 0.01320648193359375,
+ -0.031768798828125,
+ 0.006427764892578125,
+ -0.029632568359375,
+ 0.01401519775390625,
+ 0.007320404052734375,
+ 0.044097900390625,
+ 0.0290985107421875,
+ -0.0280303955078125,
+ -0.0059356689453125,
+ 0.05926513671875,
+ -0.0111541748046875,
+ 0.0888671875,
+ -0.0181121826171875,
+ -0.0521240234375,
+ 0.04248046875,
+ 0.005176544189453125,
+ -0.0232086181640625,
+ -0.0276641845703125,
+ 0.03375244140625,
+ 0.01445770263671875,
+ 0.0281982421875,
+ 0.0355224609375,
+ -0.044281005859375,
+ 0.01499176025390625,
+ 0.00812530517578125,
+ 0.029449462890625,
+ -0.0019969940185546875,
+ -0.0220489501953125,
+ 0.047119140625,
+ 0.057464599609375,
+ 0.0221405029296875,
+ 0.006023406982421875,
+ 0.043365478515625,
+ -0.027313232421875,
+ -0.03570556640625,
+ -0.01445770263671875,
+ -0.056060791015625,
+ 0.036590576171875,
+ 0.0216827392578125,
+ 0.00968170166015625,
+ 0.04248046875,
+ -0.035888671875,
+ -0.0621337890625,
+ 0.02276611328125,
+ -0.04925537109375,
+ 0.07708740234375,
+ 0.027130126953125,
+ 0.00164031982421875,
+ 0.0269622802734375,
+ -0.024627685546875,
+ 0.0147247314453125,
+ 0.01678466796875,
+ 0.02392578125,
+ -0.007720947265625,
+ 0.02105712890625,
+ 0.0478515625,
+ 0.004665374755859375,
+ -0.034454345703125,
+ 0.00528717041015625,
+ 0.0216064453125,
+ 0.034088134765625,
+ -0.0207977294921875,
+ 0.0196380615234375,
+ 0.043548583984375,
+ 0.005535125732421875,
+ -0.0355224609375,
+ 0.038909912109375,
+ 0.04443359375,
+ -0.0160675048828125,
+ 0.031951904296875,
+ -0.0312347412109375,
+ 0.020263671875,
+ -0.04998779296875,
+ 0.0024089813232421875,
+ 0.002197265625,
+ -0.0124969482421875,
+ 0.01049041748046875,
+ 0.0159759521484375,
+ -0.048187255859375,
+ -0.000820159912109375,
+ 0.03533935546875,
+ -0.05963134765625,
+ 0.00807952880859375,
+ 0.032318115234375,
+ -0.0421142578125,
+ 0.0006275177001953125,
+ 0.0035037994384765625,
+ -0.060333251953125,
+ 0.031585693359375,
+ -0.034454345703125,
+ -0.0521240234375,
+ 0.0100860595703125,
+ 0.01409912109375,
+ -0.04248046875,
+ -0.0290985107421875,
+ -0.043212890625,
+ -0.006694793701171875,
+ -0.01464080810546875,
+ -0.01276397705078125,
+ 0.03570556640625,
+ -0.0011377334594726562,
+ 0.0035915374755859375,
+ 0.03839111328125,
+ 0.043365478515625,
+ -0.0137481689453125,
+ -0.037841796875,
+ 0.007049560546875,
+ -0.0308837890625,
+ -0.033905029296875,
+ 0.00870513916015625,
+ 0.007007598876953125,
+ 0.02008056640625,
+ -0.0455322265625,
+ -0.03338623046875,
+ 0.006961822509765625,
+ -0.007007598876953125,
+ -0.0265960693359375,
+ 0.0137481689453125,
+ -0.022491455078125,
+ -0.032318115234375,
+ -0.0264129638671875,
+ 0.0455322265625,
+ 0.00736236572265625,
+ 0.0292816162109375,
+ -0.011871337890625,
+ -0.052490234375,
+ 0.0267791748046875,
+ -0.04302978515625,
+ -0.019989013671875,
+ -0.0031681060791015625,
+ -0.007495880126953125,
+ -0.0125885009765625,
+ 0.047119140625,
+ 0.017578125,
+ -0.0106201171875,
+ -0.01088714599609375,
+ 0.05035400390625,
+ 0.02374267578125,
+ 0.0001366138458251953,
+ -0.051055908203125,
+ 0.01436614990234375,
+ 0.00977325439453125,
+ -0.029449462890625,
+ -0.00736236572265625,
+ -0.0244598388671875,
+ -0.0174102783203125,
+ 0.01454925537109375,
+ -0.07464599609375,
+ -0.00977325439453125,
+ -0.0232086181640625,
+ -0.056396484375,
+ -0.057830810546875,
+ -0.0198974609375,
+ 0.0008254051208496094,
+ -0.036590576171875,
+ 0.0301666259765625,
+ 0.01776123046875,
+ 0.0197296142578125,
+ 0.038909912109375,
+ -0.0003180503845214844,
+ -0.0088348388671875,
+ 0.02142333984375,
+ -0.003101348876953125,
+ -0.0312347412109375,
+ 0.0142822265625,
+ -0.055328369140625,
+ -0.0517578125,
+ -0.046783447265625,
+ 0.03375244140625,
+ -0.05963134765625,
+ 0.01080322265625,
+ 0.005889892578125,
+ -0.033203125,
+ 0.053558349609375,
+ -0.037322998046875,
+ -0.002777099609375,
+ -0.038909912109375,
+ -0.03070068359375,
+ -0.039642333984375,
+ -0.034088134765625,
+ 0.01151275634765625,
+ 0.0292816162109375,
+ -0.008880615234375,
+ 0.031951904296875,
+ 0.030517578125,
+ -0.041595458984375,
+ 0.0142822265625,
+ 0.01445770263671875,
+ -0.01276397705078125,
+ -0.0011606216430664062,
+ 0.008209228515625,
+ -0.005889892578125,
+ -0.017486572265625,
+ 0.03570556640625,
+ -0.036224365234375,
+ -0.01049041748046875,
+ -0.07464599609375,
+ -0.012939453125,
+ 0.005130767822265625,
+ -0.0052642822265625,
+ 0.02044677734375,
+ 0.0020084381103515625,
+ -0.08642578125,
+ 0.0182952880859375,
+ 0.0567626953125,
+ 0.00437164306640625,
+ 0.001941680908203125,
+ -0.020172119140625,
+ -0.0024547576904296875,
+ -0.03265380859375,
+ -0.03607177734375,
+ 0.0269622802734375,
+ -0.0205230712890625,
+ 0.0183868408203125,
+ -0.017669677734375,
+ -0.0455322265625,
+ 0.0216827392578125,
+ 0.0264129638671875,
+ 0.032501220703125,
+ 0.043212890625,
+ 0.038543701171875,
+ -0.038726806640625,
+ 0.018035888671875,
+ -0.0112457275390625,
+ -0.0161590576171875,
+ -0.007495880126953125,
+ -0.0076751708984375,
+ 0.006740570068359375,
+ -0.0287322998046875,
+ -0.0289154052734375,
+ 0.00981903076171875,
+ 0.024627685546875,
+ -0.0099945068359375,
+ -0.046417236328125,
+ -0.00798797607421875,
+ 0.0186614990234375,
+ 0.003414154052734375,
+ 0.046783447265625,
+ -0.03338623046875,
+ -0.0265960693359375,
+ -0.0030117034912109375,
+ -0.007720947265625,
+ 0.031402587890625,
+ 0.039459228515625,
+ 0.045166015625,
+ -0.0299835205078125,
+ 0.01285552978515625,
+ 0.034820556640625,
+ -0.034820556640625,
+ -0.02587890625,
+ -0.00812530517578125,
+ -0.001399993896484375,
+ 0.006427764892578125,
+ 0.03070068359375,
+ -0.001171112060546875,
+ 0.08209228515625,
+ 0.01312255859375,
+ 0.005847930908203125,
+ 0.03765869140625,
+ 0.03338623046875,
+ 0.041046142578125,
+ -0.03375244140625,
+ -0.051055908203125,
+ 0.0018186569213867188,
+ -0.0137481689453125,
+ -0.0278472900390625,
+ -0.033203125,
+ 0.0149078369140625,
+ 0.047119140625,
+ -0.081787109375,
+ -0.02142333984375,
+ 0.00299072265625,
+ 0.0207977294921875,
+ 0.00441741943359375,
+ 0.0233917236328125,
+ -0.02276611328125,
+ 0.0230255126953125,
+ 0.00807952880859375,
+ -0.0517578125,
+ -0.000476837158203125,
+ -0.031951904296875,
+ 0.038909912109375,
+ 0.0382080078125,
+ 0.058197021484375,
+ -0.01348114013671875,
+ 0.0159759521484375,
+ -0.0269622802734375,
+ 0.008209228515625,
+ 0.0030117034912109375,
+ 0.0455322265625,
+ 0.00499725341796875,
+ 0.024627685546875,
+ 0.034454345703125,
+ 0.058197021484375,
+ -0.0125885009765625,
+ -0.0183868408203125,
+ 0.0335693359375,
+ 0.04461669921875,
+ 0.032501220703125,
+ 0.03515625,
+ -0.006336212158203125,
+ 0.0158843994140625,
+ 0.0192718505859375,
+ -0.0303497314453125,
+ 0.0019626617431640625,
+ -0.0033702850341796875,
+ 0.00923919677734375,
+ -0.0675048828125,
+ -0.03106689453125,
+ 0.00036263465881347656,
+ -0.0280303955078125,
+ 0.034454345703125,
+ 0.0157012939453125,
+ -0.024810791015625,
+ -0.0035037994384765625,
+ 0.039459228515625,
+ -0.0160675048828125,
+ -0.031768798828125,
+ 0.017486572265625,
+ -0.0218658447265625,
+ -0.02239990234375,
+ -0.056060791015625,
+ -0.039459228515625,
+ 0.03765869140625,
+ -0.006114959716796875,
+ -0.03533935546875,
+ -0.0242767333984375,
+ 0.03070068359375,
+ -0.01039886474609375,
+ -0.041778564453125,
+ 0.0083465576171875,
+ -0.01320648193359375,
+ -0.004062652587890625,
+ -0.00807952880859375,
+ -0.01267242431640625,
+ -0.0301666259765625,
+ 0.009368896484375,
+ -0.05963134765625,
+ -0.0137481689453125,
+ 0.0017518997192382812,
+ -0.03106689453125,
+ -0.01641845703125,
+ -0.000009953975677490234,
+ -0.037139892578125,
+ 0.031585693359375,
+ -0.051422119140625,
+ 0.031951904296875,
+ 0.0011663436889648438,
+ 0.0240936279296875,
+ 0.0289154052734375,
+ 0.0428466796875,
+ -0.0034809112548828125,
+ -0.0173187255859375,
+ 0.007808685302734375,
+ -0.0614013671875,
+ 0.01544189453125,
+ -0.00011366605758666992,
+ 0.0173187255859375,
+ -0.06927490234375,
+ -0.0135650634765625,
+ 0.05035400390625,
+ -0.043212890625,
+ 0.00446319580078125,
+ 0.019989013671875,
+ -0.0242767333984375,
+ -0.03106689453125,
+ 0.00986480712890625,
+ -0.0169525146484375,
+ 0.016693115234375,
+ 0.0845947265625,
+ -0.003681182861328125,
+ -0.0033016204833984375,
+ 0.024810791015625,
+ -0.034637451171875,
+ 0.057464599609375,
+ 0.01454925537109375,
+ -0.016326904296875,
+ -0.024993896484375,
+ 0.019989013671875,
+ 0.0169525146484375,
+ -0.031768798828125,
+ 0.0008254051208496094,
+ -0.06103515625,
+ -0.0002092123031616211,
+ 0.041595458984375,
+ 0.0186614990234375,
+ -0.00018405914306640625,
+ 0.00861358642578125,
+ -0.01080322265625,
+ -0.018035888671875,
+ -0.01204681396484375,
+ 0.017578125,
+ 0.0208892822265625,
+ 0.0157928466796875,
+ -0.0308837890625,
+ 0.01177978515625,
+ -0.00897216796875,
+ -0.0382080078125,
+ -0.019012451171875,
+ -0.031768798828125,
+ 0.0253448486328125,
+ -0.015350341796875,
+ -0.039642333984375,
+ -0.005889892578125,
+ 0.0162506103515625,
+ 0.0013275146484375,
+ 0.0255279541015625,
+ 0.0621337890625,
+ -0.03765869140625,
+ 0.0183868408203125,
+ -0.008392333984375,
+ 0.0401611328125,
+ 0.01080322265625,
+ -0.00897216796875,
+ 0.008392333984375,
+ 0.0216064453125,
+ 0.02105712890625,
+ -0.0621337890625,
+ 0.065673828125,
+ 0.033905029296875,
+ -0.004486083984375,
+ -0.04534912109375,
+ -0.0292816162109375,
+ -0.01445770263671875,
+ 0.02606201171875,
+ -0.0099945068359375,
+ 0.039794921875,
+ 0.024627685546875,
+ -0.0265960693359375,
+ -0.10565185546875,
+ 0.06353759765625,
+ -0.0230255126953125,
+ 0.010040283203125,
+ 0.0308837890625,
+ -0.0267791748046875,
+ -0.065673828125,
+ -0.0428466796875,
+ -0.0171356201171875,
+ 0.036956787109375,
+ -0.0181121826171875,
+ 0.0401611328125,
+ 0.007049560546875,
+ 0.0036602020263671875,
+ 0.006694793701171875,
+ -0.0196380615234375,
+ 0.0032138824462890625,
+ 0.0207061767578125,
+ 0.00017845630645751953,
+ -0.04998779296875,
+ 0.03070068359375,
+ -0.01392364501953125,
+ 0.0124053955078125,
+ 0.01044464111328125,
+ -0.005512237548828125,
+ 0.002208709716796875,
+ -0.0009317398071289062,
+ -0.00847625732421875,
+ -0.0218658447265625,
+ 0.035888671875,
+ 0.0328369140625,
+ 0.0013551712036132812,
+ -0.0018301010131835938,
+ -0.034088134765625,
+ 0.0447998046875,
+ -0.01107025146484375,
+ -0.0269622802734375,
+ -0.007049560546875,
+ -0.0006165504455566406,
+ -0.0100860595703125,
+ -0.039093017578125,
+ -0.052490234375,
+ -0.0845947265625,
+ 0.0147247314453125,
+ -0.06317138671875,
+ 0.006694793701171875,
+ 0.0059814453125,
+ 0.01267242431640625,
+ 0.0181121826171875,
+ -0.041961669921875,
+ 0.04498291015625,
+ -0.021148681640625,
+ -0.0653076171875,
+ -0.044097900390625,
+ -0.00994873046875,
+ -0.004039764404296875,
+ 0.00994873046875,
+ 0.005489349365234375,
+ -0.0455322265625,
+ 0.036773681640625,
+ -0.0328369140625,
+ -0.00299072265625,
+ -0.0269622802734375,
+ 0.030517578125,
+ -0.048919677734375,
+ 0.01080322265625,
+ -0.071044921875,
+ -0.0255279541015625,
+ 0.010528564453125,
+ 0.0006022453308105469,
+ -0.0041961669921875,
+ -0.0474853515625,
+ 0.03265380859375,
+ -0.004665374755859375,
+ -0.06927490234375,
+ 0.034088134765625,
+ -0.035888671875,
+ -0.03997802734375,
+ -0.0181121826171875,
+ -0.0228424072265625,
+ -0.00027751922607421875,
+ 0.02587890625,
+ 0.059967041015625,
+ 0.041595458984375,
+ 0.039093017578125,
+ 0.0094146728515625,
+ -0.05963134765625,
+ 0.00910186767578125,
+ -0.00475311279296875,
+ -0.01464080810546875,
+ 0.037841796875,
+ 0.048919677734375,
+ 0.0024433135986328125,
+ 0.00861358642578125,
+ 0.012939453125,
+ -0.081787109375,
+ -0.004016876220703125,
+ -0.004528045654296875,
+ -0.056396484375,
+ 0.01873779296875,
+ 0.09210205078125,
+ 0.052825927734375,
+ 0.017852783203125,
+ 0.0021305084228515625,
+ 0.0374755859375,
+ 0.037841796875,
+ 0.0299835205078125,
+ -0.0028228759765625,
+ -0.06781005859375,
+ -0.01910400390625,
+ 0.052825927734375,
+ 0.037322998046875,
+ -0.051422119140625,
+ 0.03570556640625,
+ 0.05926513671875,
+ 0.0230255126953125,
+ -0.031402587890625,
+ -0.01464080810546875,
+ -0.00557708740234375,
+ 0.038909912109375,
+ -0.012939453125,
+ 0.01445770263671875,
+ -0.0621337890625,
+ 0.005802154541015625,
+ 0.0232086181640625,
+ 0.01776123046875,
+ 0.017578125,
+ -0.01222991943359375,
+ -0.0289154052734375,
+ 0.07928466796875,
+ -0.052825927734375,
+ 0.0111083984375,
+ -0.021514892578125,
+ 0.071044921875,
+ 0.004283905029296875,
+ -0.07318115234375,
+ -0.0179443359375,
+ 0.0312347412109375,
+ 0.01544189453125,
+ -0.0216064453125,
+ -0.0013446807861328125,
+ -0.03533935546875,
+ -0.034271240234375,
+ 0.0281982421875,
+ 0.06781005859375,
+ -0.0240936279296875,
+ 0.03997802734375,
+ -0.0015172958374023438,
+ -0.019195556640625,
+ -0.01445770263671875,
+ 0.00537872314453125,
+ 0.00504302978515625,
+ 0.0050201416015625,
+ -0.050689697265625,
+ -0.045684814453125,
+ -0.060699462890625,
+ 0.038543701171875,
+ 0.017669677734375,
+ 0.037322998046875,
+ 0.0137481689453125,
+ 0.015350341796875,
+ -0.00205230712890625,
+ -0.005710601806640625,
+ 0.02142333984375,
+ 0.0181121826171875,
+ 0.0221405029296875,
+ 0.0216064453125,
+ -0.0076751708984375,
+ 0.03302001953125,
+ 0.00678253173828125,
+ -0.0335693359375,
+ 0.0233917236328125,
+ -0.016510009765625,
+ 0.0010099411010742188,
+ -0.0312347412109375,
+ 0.0303497314453125,
+ 0.00284576416015625,
+ -0.0195465087890625,
+ 0.01436614990234375,
+ -0.03515625,
+ 0.0059814453125,
+ -0.0044403076171875,
+ -0.0262451171875,
+ -0.00615692138671875,
+ 0.053192138671875,
+ -0.04034423828125,
+ 0.0014390945434570312,
+ -0.0004742145538330078,
+ -0.0082550048828125,
+ 0.0228424072265625,
+ -0.0667724609375,
+ 0.051422119140625,
+ 0.034820556640625,
+ 0.0455322265625,
+ 0.0004658699035644531,
+ 0.0233917236328125,
+ 0.0173187255859375,
+ -0.00972747802734375,
+ 0.0161590576171875,
+ 0.01151275634765625,
+ -0.01093292236328125,
+ 0.045684814453125,
+ 0.048553466796875,
+ -0.00678253173828125,
+ -0.0303497314453125,
+ 0.01026153564453125,
+ 0.005847930908203125,
+ -0.036590576171875,
+ 0.01508331298828125,
+ 0.0208892822265625,
+ 0.0171356201171875,
+ -0.0198974609375,
+ -0.0186614990234375,
+ -0.004730224609375,
+ -0.052490234375,
+ 0.053558349609375,
+ 0.018035888671875,
+ -0.0152587890625,
+ 0.034454345703125,
+ -0.048187255859375,
+ 0.036956787109375,
+ 0.034820556640625,
+ 0.07427978515625,
+ -0.037322998046875,
+ 0.04443359375,
+ 0.0015735626220703125,
+ 0.0382080078125,
+ -0.033905029296875,
+ 0.0290985107421875,
+ -0.007274627685546875,
+ 0.03765869140625,
+ -0.03375244140625,
+ 0.07281494140625,
+ 0.039459228515625,
+ 0.0051116943359375,
+ -0.0478515625,
+ -0.037841796875,
+ -0.00923919677734375,
+ -0.0189208984375,
+ 0.0382080078125,
+ -0.0171356201171875,
+ -0.00299072265625,
+ 0.01873779296875,
+ 0.00629425048828125,
+ 0.046051025390625,
+ 0.007228851318359375,
+ 0.0173187255859375,
+ -0.011871337890625,
+ -0.0174102783203125,
+ -0.005847930908203125,
+ -0.00508880615234375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "userassist-analysis",
+ "rot13-decoding",
+ "gui-tracking",
+ "execution-frequency",
+ "registry-analysis",
+ "desktop-programs",
+ "timeline-analysis",
+ "ntuser-dat",
+ "guid-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Sonic_Visualiser",
+ "type": "tool",
+ "name": "Sonic Visualiser",
+ "content": "sonic visualiser analysiert audio-dateien bis auf sample-ebene für authentizitätsprüfung und manipulationserkennung in forensischen ermittlungen. spektrogramm-visualisierung und fft-basierte analysen decken versteckte bearbeitungen auf. vamp-plugin-ökosystem erweitert analysefähigkeiten um beat-detection und pitch-tracking. annotation-ebenen dokumentieren findings mit präzisen zeitstempeln für gerichtspräsentationen. export-funktionen integrieren ergebnisse in forensische analyse-pipelines. gui audio-forensics spectrogram plugin-support annotation csv-export static-investigations fraud-investigation examination analysis reporting",
+ "embedding": [
+ -0.032379150390625,
+ 0.0263671875,
+ 0.03692626953125,
+ -0.005184173583984375,
+ 0.01482391357421875,
+ 0.0211029052734375,
+ 0.0201873779296875,
+ -0.005390167236328125,
+ -0.0290985107421875,
+ -0.0285491943359375,
+ -0.02838134765625,
+ 0.039276123046875,
+ 0.023468017578125,
+ -0.00545501708984375,
+ -0.0531005859375,
+ 0.0298309326171875,
+ -0.0341796875,
+ 0.018646240234375,
+ 0.0170135498046875,
+ -0.00972747802734375,
+ -0.022735595703125,
+ -0.01218414306640625,
+ -0.04510498046875,
+ 0.0240020751953125,
+ -0.0112762451171875,
+ 0.00836944580078125,
+ -0.007228851318359375,
+ -0.0902099609375,
+ -0.032012939453125,
+ 0.01763916015625,
+ 0.001148223876953125,
+ -0.02764892578125,
+ 0.0160980224609375,
+ 0.04510498046875,
+ -0.00968170166015625,
+ -0.0254669189453125,
+ 0.0185546875,
+ -0.041290283203125,
+ -0.040740966796875,
+ 0.0445556640625,
+ -0.01200103759765625,
+ -0.010955810546875,
+ 0.01123046875,
+ -0.01078033447265625,
+ -0.0345458984375,
+ -0.0194549560546875,
+ 0.0007786750793457031,
+ -0.0019779205322265625,
+ -0.0010347366333007812,
+ -0.0274658203125,
+ 0.0290985107421875,
+ 0.048736572265625,
+ 0.03619384765625,
+ -0.018096923828125,
+ -0.033477783203125,
+ 0.0153656005859375,
+ 0.0215606689453125,
+ -0.0211944580078125,
+ -0.038909912109375,
+ 0.0545654296875,
+ -0.051300048828125,
+ -0.0068206787109375,
+ 0.011138916015625,
+ -0.01227569580078125,
+ 0.01023101806640625,
+ 0.018096923828125,
+ 0.01227569580078125,
+ -0.0169219970703125,
+ 0.007411956787109375,
+ 0.0252838134765625,
+ 0.008636474609375,
+ -0.0005655288696289062,
+ -0.021728515625,
+ 0.04473876953125,
+ -0.022003173828125,
+ -0.0247344970703125,
+ 0.0159149169921875,
+ 0.039276123046875,
+ 0.0010967254638671875,
+ -0.0012102127075195312,
+ -0.060760498046875,
+ -0.01078033447265625,
+ 0.06585693359375,
+ -0.0215606689453125,
+ -0.0018758773803710938,
+ 0.0025119781494140625,
+ 0.051300048828125,
+ 0.0274658203125,
+ -0.005229949951171875,
+ 0.0054779052734375,
+ 0.0245513916015625,
+ -0.01209259033203125,
+ 0.0260162353515625,
+ -0.0090484619140625,
+ 0.023284912109375,
+ 0.06622314453125,
+ -0.01273345947265625,
+ -0.0095977783203125,
+ 0.000881195068359375,
+ 0.05419921875,
+ 0.0159149169921875,
+ -0.039642333984375,
+ 0.058563232421875,
+ -0.0220947265625,
+ 0.0556640625,
+ -0.04583740234375,
+ 0.01078033447265625,
+ 0.0012559890747070312,
+ -0.02191162109375,
+ -0.0201873779296875,
+ -0.0953369140625,
+ -0.033477783203125,
+ -0.02801513671875,
+ -0.06329345703125,
+ 0.0095062255859375,
+ 0.00429534912109375,
+ 0.007640838623046875,
+ 0.04437255859375,
+ -0.05419921875,
+ -0.052734375,
+ 0.0119171142578125,
+ 0.03857421875,
+ -0.00591278076171875,
+ 0.0243682861328125,
+ -0.044921875,
+ -0.04730224609375,
+ -0.008544921875,
+ 0.06768798828125,
+ -0.0352783203125,
+ -0.0240020751953125,
+ 0.0032062530517578125,
+ -0.0119171142578125,
+ -0.00579833984375,
+ -0.02691650390625,
+ 0.0203704833984375,
+ -0.0156402587890625,
+ 0.033477783203125,
+ -0.014190673828125,
+ -0.017730712890625,
+ -0.0021266937255859375,
+ 0.040557861328125,
+ -0.0360107421875,
+ -0.06402587890625,
+ -0.01273345947265625,
+ -0.03857421875,
+ -0.034912109375,
+ -0.034027099609375,
+ 0.033294677734375,
+ -0.0212860107421875,
+ 0.00579833984375,
+ -0.0160064697265625,
+ -0.006591796875,
+ 0.0445556640625,
+ -0.007320404052734375,
+ -0.00019180774688720703,
+ -0.049835205078125,
+ 0.033477783203125,
+ -0.0203704833984375,
+ 0.013916015625,
+ -0.0010290145874023438,
+ -0.02264404296875,
+ 0.019287109375,
+ 0.00045180320739746094,
+ 0.03765869140625,
+ 0.0024547576904296875,
+ -0.051666259765625,
+ -0.017364501953125,
+ 0.0243682861328125,
+ 0.00814056396484375,
+ -0.0016260147094726562,
+ 0.03619384765625,
+ -0.013458251953125,
+ 0.07818603515625,
+ 0.07275390625,
+ 0.023284912109375,
+ 0.03582763671875,
+ -0.0135498046875,
+ -0.01445770263671875,
+ 0.04510498046875,
+ 0.00995635986328125,
+ -0.0200042724609375,
+ -0.01032257080078125,
+ 0.039276123046875,
+ 0.01236724853515625,
+ 0.02728271484375,
+ -0.01036834716796875,
+ -0.02191162109375,
+ -0.018280029296875,
+ -0.0249176025390625,
+ 0.0213775634765625,
+ -0.040191650390625,
+ -0.0161895751953125,
+ -0.0296478271484375,
+ 0.0153656005859375,
+ 0.022735595703125,
+ 0.06475830078125,
+ 0.013916015625,
+ -0.0199127197265625,
+ 0.01336669921875,
+ 0.00225067138671875,
+ -0.001773834228515625,
+ 0.0256500244140625,
+ 0.0019664764404296875,
+ 0.045654296875,
+ 0.01068878173828125,
+ -0.0009551048278808594,
+ -0.0200042724609375,
+ 0.0109100341796875,
+ 0.0013360977172851562,
+ -0.0161895751953125,
+ -0.004955291748046875,
+ 0.02728271484375,
+ -0.00818634033203125,
+ -0.032562255859375,
+ -0.0567626953125,
+ -0.048370361328125,
+ -0.014007568359375,
+ -0.0212860107421875,
+ -0.0057525634765625,
+ -0.0189208984375,
+ -0.00800323486328125,
+ -0.0687255859375,
+ -0.01800537109375,
+ 0.03472900390625,
+ -0.038909912109375,
+ 0.004207611083984375,
+ 0.039093017578125,
+ -0.0281982421875,
+ -0.0281982421875,
+ -0.0056610107421875,
+ 0.0087738037109375,
+ 0.01318359375,
+ 0.002864837646484375,
+ 0.00946044921875,
+ -0.013641357421875,
+ -0.01227569580078125,
+ 0.059661865234375,
+ 0.0352783203125,
+ 0.0205535888671875,
+ 0.0008921623229980469,
+ -0.01509857177734375,
+ 0.0245513916015625,
+ -0.01491546630859375,
+ 0.039459228515625,
+ 0.031463623046875,
+ -0.02191162109375,
+ 0.003932952880859375,
+ -0.01800537109375,
+ 0.01078033447265625,
+ 0.014007568359375,
+ -0.044189453125,
+ -0.033294677734375,
+ -0.0909423828125,
+ 0.0240020751953125,
+ -0.0556640625,
+ -0.01218414306640625,
+ -0.040191650390625,
+ -0.040008544921875,
+ 0.048736572265625,
+ -0.0088653564453125,
+ -0.02838134765625,
+ 0.017181396484375,
+ 0.03656005859375,
+ 0.0116424560546875,
+ 0.006504058837890625,
+ 0.0165557861328125,
+ -0.0185546875,
+ -0.0014095306396484375,
+ 0.08148193359375,
+ 0.005275726318359375,
+ 0.0037288665771484375,
+ -0.032562255859375,
+ 0.00677490234375,
+ -0.00909423828125,
+ 0.031829833984375,
+ -0.0199127197265625,
+ 0.0247344970703125,
+ 0.013824462890625,
+ 0.02801513671875,
+ -0.00067901611328125,
+ -0.017822265625,
+ 0.0031604766845703125,
+ -0.0195465087890625,
+ 0.040740966796875,
+ -0.0292816162109375,
+ -0.023651123046875,
+ -0.0153656005859375,
+ 0.03509521484375,
+ -0.0135498046875,
+ -0.054931640625,
+ -0.019012451171875,
+ 0.052032470703125,
+ 0.00791168212890625,
+ -0.00582122802734375,
+ 0.007640838623046875,
+ -0.03839111328125,
+ -0.0010347366333007812,
+ 0.002979278564453125,
+ -0.00354766845703125,
+ 0.0200042724609375,
+ 0.049835205078125,
+ -0.037109375,
+ 0.006092071533203125,
+ -0.001728057861328125,
+ 0.0193634033203125,
+ -0.054931640625,
+ -0.0552978515625,
+ -0.014007568359375,
+ -0.0228271484375,
+ -0.045654296875,
+ -0.0224609375,
+ 0.01436614990234375,
+ -0.0135498046875,
+ -0.01273345947265625,
+ 0.0016031265258789062,
+ 0.023284912109375,
+ -0.0193634033203125,
+ -0.01300811767578125,
+ 0.0069122314453125,
+ -0.02838134765625,
+ -0.044921875,
+ -0.0289154052734375,
+ 0.0567626953125,
+ 0.0214691162109375,
+ 0.0087738037109375,
+ -0.02728271484375,
+ -0.00972747802734375,
+ -0.057098388671875,
+ -0.0161895751953125,
+ -0.011138916015625,
+ 0.0157318115234375,
+ -0.008819580078125,
+ 0.04510498046875,
+ 0.049835205078125,
+ -0.00582122802734375,
+ 0.002796173095703125,
+ 0.06329345703125,
+ 0.03472900390625,
+ -0.034912109375,
+ -0.00331878662109375,
+ 0.0210113525390625,
+ 0.0069122314453125,
+ 0.001125335693359375,
+ -0.017913818359375,
+ -0.03436279296875,
+ -0.0267333984375,
+ -0.017730712890625,
+ 0.023468017578125,
+ 0.0256500244140625,
+ 0.04345703125,
+ 0.0193634033203125,
+ -0.0035247802734375,
+ 0.00586700439453125,
+ 0.058929443359375,
+ 0.0091400146484375,
+ 0.0869140625,
+ -0.002899169921875,
+ -0.0438232421875,
+ 0.007274627685546875,
+ 0.02728271484375,
+ -0.00060272216796875,
+ -0.0069580078125,
+ 0.040008544921875,
+ -0.011138916015625,
+ 0.01227569580078125,
+ 0.00429534912109375,
+ -0.00013494491577148438,
+ 0.03802490234375,
+ -0.03436279296875,
+ -0.0086822509765625,
+ 0.007595062255859375,
+ 0.0118255615234375,
+ 0.0292816162109375,
+ 0.044921875,
+ 0.033843994140625,
+ -0.0117340087890625,
+ 0.0382080078125,
+ -0.02783203125,
+ -0.0256500244140625,
+ -0.04620361328125,
+ -0.06475830078125,
+ 0.0202789306640625,
+ 0.008819580078125,
+ 0.0157318115234375,
+ 0.042755126953125,
+ -0.022552490234375,
+ -0.054931640625,
+ 0.01255035400390625,
+ -0.033294677734375,
+ 0.07275390625,
+ 0.0367431640625,
+ 0.023284912109375,
+ 0.032379150390625,
+ -0.023834228515625,
+ -0.02618408203125,
+ 0.052734375,
+ 0.01004791259765625,
+ 0.0197296142578125,
+ 0.054931640625,
+ 0.0267333984375,
+ 0.022003173828125,
+ -0.033843994140625,
+ 0.01873779296875,
+ 0.044189453125,
+ 0.01245880126953125,
+ -0.0026264190673828125,
+ 0.0341796875,
+ 0.0174560546875,
+ 0.040557861328125,
+ -0.0166473388671875,
+ 0.049835205078125,
+ 0.021728515625,
+ 0.006229400634765625,
+ 0.01273345947265625,
+ -0.031829833984375,
+ 0.0382080078125,
+ -0.0523681640625,
+ -0.000858306884765625,
+ 0.014190673828125,
+ 0.0240020751953125,
+ 0.0020809173583984375,
+ 0.00579833984375,
+ -0.041290283203125,
+ 0.0010004043579101562,
+ 0.0296478271484375,
+ -0.06146240234375,
+ 0.0345458984375,
+ 0.0031375885009765625,
+ -0.0247344970703125,
+ 0.023834228515625,
+ -0.0114593505859375,
+ -0.051666259765625,
+ 0.040191650390625,
+ -0.0287322998046875,
+ -0.032745361328125,
+ 0.006275177001953125,
+ 0.034912109375,
+ -0.033660888671875,
+ -0.056396484375,
+ -0.03857421875,
+ -0.013641357421875,
+ -0.017364501953125,
+ -0.00595855712890625,
+ 0.017822265625,
+ 0.01064300537109375,
+ -0.0294647216796875,
+ 0.018280029296875,
+ 0.0189208984375,
+ 0.00550079345703125,
+ -0.031280517578125,
+ 0.050567626953125,
+ -0.0367431640625,
+ -0.042938232421875,
+ 0.022552490234375,
+ 0.0254669189453125,
+ 0.017822265625,
+ -0.0200042724609375,
+ -0.00968170166015625,
+ -0.01123046875,
+ -0.01291656494140625,
+ 0.01200103759765625,
+ 0.018646240234375,
+ -0.033843994140625,
+ -0.044189453125,
+ -0.023101806640625,
+ 0.033477783203125,
+ -0.0066375732421875,
+ 0.0213775634765625,
+ -0.01464080810546875,
+ -0.06695556640625,
+ 0.01837158203125,
+ -0.052734375,
+ -0.005001068115234375,
+ -0.0198211669921875,
+ 0.0096435546875,
+ -0.014007568359375,
+ 0.04693603515625,
+ -0.00818634033203125,
+ -0.0169219970703125,
+ -0.0165557861328125,
+ 0.0567626953125,
+ -0.013641357421875,
+ 0.0135498046875,
+ -0.03656005859375,
+ 0.039642333984375,
+ 0.04345703125,
+ -0.074951171875,
+ -0.0108642578125,
+ -0.01464080810546875,
+ 0.00795745849609375,
+ 0.04583740234375,
+ -0.0545654296875,
+ -0.009552001953125,
+ 0.005184173583984375,
+ -0.0438232421875,
+ -0.04345703125,
+ -0.0296478271484375,
+ -0.01436614990234375,
+ -0.050933837890625,
+ 0.038726806640625,
+ 0.040374755859375,
+ -0.0159149169921875,
+ 0.0164642333984375,
+ 0.0094146728515625,
+ 0.01291656494140625,
+ 0.0209197998046875,
+ 0.0135498046875,
+ -0.02801513671875,
+ 0.0135498046875,
+ -0.02655029296875,
+ -0.0089569091796875,
+ -0.00786590576171875,
+ 0.0091400146484375,
+ -0.02838134765625,
+ -0.032928466796875,
+ -0.0200958251953125,
+ -0.021728515625,
+ 0.03582763671875,
+ -0.0199127197265625,
+ -0.00946044921875,
+ -0.00927734375,
+ -0.0193634033203125,
+ -0.031829833984375,
+ -0.0341796875,
+ 0.00559234619140625,
+ 0.02838134765625,
+ 0.0292816162109375,
+ -0.00823211669921875,
+ 0.01282501220703125,
+ -0.06402587890625,
+ 0.0008754730224609375,
+ 0.00977325439453125,
+ 0.0018301010131835938,
+ 0.013458251953125,
+ 0.005275726318359375,
+ 0.00429534912109375,
+ -0.0021266937255859375,
+ 0.041290283203125,
+ -0.023101806640625,
+ -0.031829833984375,
+ -0.07818603515625,
+ 0.0352783203125,
+ 0.0037288665771484375,
+ -0.0117340087890625,
+ -0.00986480712890625,
+ -0.037109375,
+ -0.051666259765625,
+ -0.010955810546875,
+ 0.06146240234375,
+ 0.0156402587890625,
+ 0.006229400634765625,
+ -0.040008544921875,
+ -0.03857421875,
+ -0.0009150505065917969,
+ -0.01236724853515625,
+ -0.000028431415557861328,
+ -0.01500701904296875,
+ 0.018280029296875,
+ 0.013458251953125,
+ -0.017547607421875,
+ 0.03472900390625,
+ -0.0009264945983886719,
+ 0.032745361328125,
+ 0.01373291015625,
+ 0.0057525634765625,
+ -0.0360107421875,
+ 0.001369476318359375,
+ -0.041839599609375,
+ -0.0026378631591796875,
+ -0.01519012451171875,
+ -0.0292816162109375,
+ 0.02618408203125,
+ -0.032562255859375,
+ -0.023834228515625,
+ -0.0065460205078125,
+ 0.023468017578125,
+ 0.0289154052734375,
+ -0.02227783203125,
+ -0.01464080810546875,
+ 0.0252838134765625,
+ 0.0153656005859375,
+ 0.060394287109375,
+ -0.0263671875,
+ -0.04473876953125,
+ 0.017822265625,
+ 0.00591278076171875,
+ 0.0254669189453125,
+ 0.060028076171875,
+ 0.0012159347534179688,
+ -0.018096923828125,
+ 0.01227569580078125,
+ 0.0382080078125,
+ -0.0065460205078125,
+ -0.033111572265625,
+ -0.023834228515625,
+ 0.0245513916015625,
+ 0.04327392578125,
+ 0.044189453125,
+ -0.0213775634765625,
+ 0.0872802734375,
+ -0.01436614990234375,
+ 0.0027618408203125,
+ 0.0341796875,
+ 0.06658935546875,
+ 0.0263671875,
+ -0.01064300537109375,
+ -0.0723876953125,
+ -0.0162811279296875,
+ -0.00345611572265625,
+ -0.040924072265625,
+ -0.03692626953125,
+ -0.0303802490234375,
+ 0.032562255859375,
+ -0.07855224609375,
+ -0.0202789306640625,
+ -0.0208282470703125,
+ -0.01013946533203125,
+ 0.007137298583984375,
+ -0.0003807544708251953,
+ -0.0245513916015625,
+ 0.01910400390625,
+ 0.01436614990234375,
+ -0.0367431640625,
+ 0.00563812255859375,
+ -0.01018524169921875,
+ -0.0047760009765625,
+ 0.068359375,
+ 0.0256500244140625,
+ -0.050201416015625,
+ 0.040374755859375,
+ 0.027099609375,
+ 0.04345703125,
+ 0.00804901123046875,
+ 0.04620361328125,
+ 0.01873779296875,
+ 0.0292816162109375,
+ 0.052734375,
+ 0.049468994140625,
+ -0.042572021484375,
+ -0.01509857177734375,
+ 0.0290985107421875,
+ 0.032745361328125,
+ 0.0285491943359375,
+ 0.0560302734375,
+ -0.01245880126953125,
+ -0.01491546630859375,
+ 0.0069580078125,
+ -0.0545654296875,
+ -0.0091400146484375,
+ 0.01004791259765625,
+ 0.018280029296875,
+ -0.04437255859375,
+ -0.030914306640625,
+ 0.030914306640625,
+ -0.039276123046875,
+ 0.04656982421875,
+ 0.00986480712890625,
+ -0.0243682861328125,
+ -0.023468017578125,
+ 0.0240020751953125,
+ -0.0112762451171875,
+ -0.037841796875,
+ 0.0001329183578491211,
+ -0.0202789306640625,
+ -0.050933837890625,
+ -0.04437255859375,
+ -0.033111572265625,
+ 0.0189208984375,
+ -0.0200958251953125,
+ -0.052734375,
+ -0.004909515380859375,
+ 0.0289154052734375,
+ -0.0021038055419921875,
+ -0.02783203125,
+ -0.050933837890625,
+ 0.01273345947265625,
+ -0.0198211669921875,
+ -0.034027099609375,
+ -0.0531005859375,
+ -0.039642333984375,
+ 0.0256500244140625,
+ -0.034027099609375,
+ 0.0200958251953125,
+ -0.01059722900390625,
+ -0.0452880859375,
+ 0.0012845993041992188,
+ -0.013458251953125,
+ -0.005184173583984375,
+ 0.0545654296875,
+ -0.036376953125,
+ 0.01873779296875,
+ -0.0089111328125,
+ 0.018646240234375,
+ 0.0287322998046875,
+ 0.0305633544921875,
+ 0.0018186569213867188,
+ 0.0026836395263671875,
+ -0.03582763671875,
+ -0.04327392578125,
+ 0.0046844482421875,
+ -0.004093170166015625,
+ -0.002773284912109375,
+ -0.087646484375,
+ -0.0087738037109375,
+ 0.0745849609375,
+ -0.0894775390625,
+ 0.01078033447265625,
+ 0.005298614501953125,
+ -0.00470733642578125,
+ -0.04473876953125,
+ 0.021728515625,
+ 0.0165557861328125,
+ 0.005298614501953125,
+ 0.07421875,
+ 0.017364501953125,
+ -0.02618408203125,
+ 0.007228851318359375,
+ -0.0531005859375,
+ 0.041839599609375,
+ 0.014190673828125,
+ 0.0285491943359375,
+ -0.057464599609375,
+ 0.01004791259765625,
+ 0.0170135498046875,
+ -0.039093017578125,
+ 0.032745361328125,
+ -0.08221435546875,
+ 0.0008411407470703125,
+ 0.053466796875,
+ 0.00014781951904296875,
+ 0.0174560546875,
+ -0.02801513671875,
+ -0.03509521484375,
+ -0.0154571533203125,
+ -0.02764892578125,
+ 0.0296478271484375,
+ -0.0088653564453125,
+ 0.04400634765625,
+ -0.042022705078125,
+ 0.005023956298828125,
+ -0.00595855712890625,
+ -0.050567626953125,
+ -0.03839111328125,
+ -0.02801513671875,
+ 0.004161834716796875,
+ 0.00804901123046875,
+ -0.040191650390625,
+ 0.00164794921875,
+ 0.0200042724609375,
+ 0.019287109375,
+ 0.032745361328125,
+ 0.0767822265625,
+ -0.040740966796875,
+ 0.0287322998046875,
+ 0.007595062255859375,
+ 0.041839599609375,
+ 0.01708984375,
+ 0.00850677490234375,
+ 0.0111846923828125,
+ 0.0113677978515625,
+ 0.0285491943359375,
+ -0.0260162353515625,
+ 0.0345458984375,
+ 0.041290283203125,
+ -0.00768280029296875,
+ -0.0545654296875,
+ -0.00220489501953125,
+ -0.032196044921875,
+ 0.057830810546875,
+ -0.0160980224609375,
+ 0.023651123046875,
+ 0.0015573501586914062,
+ -0.0091400146484375,
+ -0.087646484375,
+ 0.0709228515625,
+ -0.005321502685546875,
+ 0.038909912109375,
+ 0.0531005859375,
+ -0.00543212890625,
+ -0.053466796875,
+ -0.032012939453125,
+ -0.02655029296875,
+ 0.0160064697265625,
+ -0.02655029296875,
+ 0.023468017578125,
+ -0.01436614990234375,
+ 0.01445770263671875,
+ 0.0185546875,
+ 0.00013780593872070312,
+ 0.01236724853515625,
+ 0.04730224609375,
+ 0.0198211669921875,
+ -0.06585693359375,
+ 0.027099609375,
+ -0.01800537109375,
+ -0.006366729736328125,
+ -0.01018524169921875,
+ 0.0267333984375,
+ 0.0005941390991210938,
+ -0.022552490234375,
+ -0.031097412109375,
+ -0.0159149169921875,
+ 0.0256500244140625,
+ 0.049102783203125,
+ -0.01218414306640625,
+ -0.017730712890625,
+ 0.0013637542724609375,
+ 0.0360107421875,
+ -0.01218414306640625,
+ 0.01300811767578125,
+ -0.00772857666015625,
+ 0.014007568359375,
+ -0.0303802490234375,
+ -0.039093017578125,
+ -0.0445556640625,
+ -0.0927734375,
+ -0.01059722900390625,
+ -0.0523681640625,
+ -0.002227783203125,
+ 0.00345611572265625,
+ 0.0020008087158203125,
+ 0.022369384765625,
+ -0.01427459716796875,
+ 0.030914306640625,
+ 0.00850677490234375,
+ -0.0212860107421875,
+ -0.0090484619140625,
+ 0.0163726806640625,
+ -0.0116424560546875,
+ 0.0254669189453125,
+ 0.01209259033203125,
+ -0.0112762451171875,
+ 0.01837158203125,
+ -0.03765869140625,
+ 0.00677490234375,
+ 0.0168304443359375,
+ 0.004024505615234375,
+ -0.049468994140625,
+ 0.0208282470703125,
+ -0.049468994140625,
+ -0.0352783203125,
+ 0.021728515625,
+ 0.01528167724609375,
+ 0.0305633544921875,
+ -0.03802490234375,
+ 0.059661865234375,
+ -0.01482391357421875,
+ -0.039825439453125,
+ 0.033111572265625,
+ -0.0243682861328125,
+ -0.031280517578125,
+ -0.0018072128295898438,
+ -0.009002685546875,
+ 0.0108642578125,
+ 0.01464080810546875,
+ 0.033294677734375,
+ 0.0210113525390625,
+ 0.038909912109375,
+ -0.007137298583984375,
+ -0.0011310577392578125,
+ -0.004364013671875,
+ -0.0070953369140625,
+ 0.03564453125,
+ 0.00850677490234375,
+ 0.019012451171875,
+ -0.006458282470703125,
+ -0.001773834228515625,
+ -0.01336669921875,
+ -0.0745849609375,
+ -0.0014095306396484375,
+ -0.038909912109375,
+ -0.03546142578125,
+ 0.0193634033203125,
+ 0.06732177734375,
+ 0.04730224609375,
+ 0.0089569091796875,
+ 0.0287322998046875,
+ 0.0260162353515625,
+ 0.0445556640625,
+ 0.018463134765625,
+ -0.021820068359375,
+ -0.058197021484375,
+ -0.0159149169921875,
+ 0.01528167724609375,
+ 0.0247344970703125,
+ -0.056396484375,
+ 0.042938232421875,
+ 0.06146240234375,
+ -0.0198211669921875,
+ -0.01519012451171875,
+ 0.0013475418090820312,
+ 0.0003695487976074219,
+ 0.02783203125,
+ 0.0211029052734375,
+ 0.01336669921875,
+ -0.06365966796875,
+ 0.0281982421875,
+ 0.034912109375,
+ -0.019287109375,
+ -0.01491546630859375,
+ -0.0205535888671875,
+ -0.02783203125,
+ 0.04510498046875,
+ -0.0438232421875,
+ -0.0118255615234375,
+ -0.00429534912109375,
+ 0.0916748046875,
+ 0.004138946533203125,
+ -0.048004150390625,
+ -0.032379150390625,
+ 0.043121337890625,
+ 0.00327301025390625,
+ -0.0341796875,
+ 0.0112762451171875,
+ -0.0003268718719482422,
+ -0.03839111328125,
+ 0.038909912109375,
+ 0.040374755859375,
+ 0.00354766845703125,
+ 0.051666259765625,
+ -0.017913818359375,
+ -0.040374755859375,
+ 0.018829345703125,
+ 0.0002301931381225586,
+ -0.0025920867919921875,
+ -0.019012451171875,
+ -0.017822265625,
+ -0.01482391357421875,
+ -0.039093017578125,
+ 0.023834228515625,
+ 0.005001068115234375,
+ 0.048370361328125,
+ 0.01409912109375,
+ 0.0028076171875,
+ -0.01291656494140625,
+ -0.01255035400390625,
+ 0.032562255859375,
+ 0.04583740234375,
+ 0.0200042724609375,
+ 0.0044097900390625,
+ 0.022918701171875,
+ 0.033111572265625,
+ 0.01464080810546875,
+ -0.031829833984375,
+ 0.0202789306640625,
+ -0.049102783203125,
+ 0.005138397216796875,
+ -0.048370361328125,
+ 0.0258331298828125,
+ 0.0115966796875,
+ -0.0005540847778320312,
+ -0.042572021484375,
+ -0.023834228515625,
+ -0.000018715858459472656,
+ -0.037841796875,
+ -0.022552490234375,
+ 0.003955841064453125,
+ 0.04510498046875,
+ -0.0260162353515625,
+ 0.0054779052734375,
+ 0.023284912109375,
+ -0.0281982421875,
+ 0.0020580291748046875,
+ -0.054931640625,
+ 0.08441162109375,
+ 0.023651123046875,
+ 0.0035686492919921875,
+ -0.005138397216796875,
+ 0.03692626953125,
+ 0.021636962890625,
+ 0.00795745849609375,
+ 0.032379150390625,
+ 0.0165557861328125,
+ -0.018829345703125,
+ 0.0258331298828125,
+ 0.049835205078125,
+ 0.0240020751953125,
+ -0.04730224609375,
+ 0.042022705078125,
+ 0.01282501220703125,
+ -0.057464599609375,
+ 0.057830810546875,
+ 0.022369384765625,
+ 0.0249176025390625,
+ -0.01227569580078125,
+ -0.01200103759765625,
+ -0.017822265625,
+ -0.070556640625,
+ 0.057830810546875,
+ 0.0251007080078125,
+ -0.009185791015625,
+ 0.018829345703125,
+ -0.070556640625,
+ 0.0185546875,
+ 0.0160980224609375,
+ 0.038726806640625,
+ -0.042388916015625,
+ 0.053466796875,
+ -0.027099609375,
+ 0.0195465087890625,
+ -0.0085906982421875,
+ 0.0166473388671875,
+ 0.0018186569213867188,
+ 0.0254669189453125,
+ -0.0240020751953125,
+ 0.058929443359375,
+ 0.01727294921875,
+ -0.0212860107421875,
+ -0.048736572265625,
+ -0.01291656494140625,
+ 0.03564453125,
+ -0.0015230178833007812,
+ 0.034912109375,
+ -0.038726806640625,
+ -0.00832366943359375,
+ -0.0037288665771484375,
+ 0.00841522216796875,
+ 0.04547119140625,
+ 0.0006537437438964844,
+ 0.01464080810546875,
+ 0.017730712890625,
+ 0.00030541419982910156,
+ -0.0281982421875,
+ -0.018280029296875
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "audio-forensics",
+ "spectrogram",
+ "plugin-support",
+ "annotation",
+ "csv-export"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Prefetch_Dateien_Forensische_Analyse",
+ "type": "tool",
+ "name": "Prefetch-Dateien Forensische Analyse",
+ "content": "prefetch-dateien forensische analyse programm-execution-nachweis durch c:\\windows\\prefetch\\*.pf-analyse. dateiformat: exename-hash.pf mit last-execution-time (modification-date), run-count, referenced-files/directories. creation-time = erste ausführung. kapazitäten: 128 files (xp/7), 1024 files (win8+). hash basiert auf executable-path, nicht content - path-änderung erzeugt neue pf-datei. prefetch-status: registry hklm\\system\\currentcontrolset\\control\\ session manager\\memory management\\prefetchparameters. prefetch-analysis program-execution execution-frequency last-execution-time file-handles malware-evidence performance-cache hash-calculation capacity-limits incident-response malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.038330078125,
+ 0.0289764404296875,
+ 0.03948974609375,
+ 0.0048370361328125,
+ 0.05718994140625,
+ 0.0180816650390625,
+ 0.03851318359375,
+ -0.0012340545654296875,
+ 0.006809234619140625,
+ -0.0201263427734375,
+ -0.0386962890625,
+ 0.01605224609375,
+ 0.0170135498046875,
+ -0.03424072265625,
+ -0.051361083984375,
+ 0.05523681640625,
+ -0.0293731689453125,
+ -0.001750946044921875,
+ 0.0032825469970703125,
+ -0.00977325439453125,
+ -0.03131103515625,
+ 0.01123046875,
+ -0.022369384765625,
+ 0.011962890625,
+ -0.003597259521484375,
+ -0.0005593299865722656,
+ -0.0252838134765625,
+ -0.05096435546875,
+ -0.02508544921875,
+ 0.0032825469970703125,
+ 0.047454833984375,
+ -0.006053924560546875,
+ 0.0030517578125,
+ 0.0262603759765625,
+ -0.00274658203125,
+ -0.015655517578125,
+ 0.031707763671875,
+ -0.04278564453125,
+ -0.037353515625,
+ 0.0274200439453125,
+ -0.004886627197265625,
+ -0.00923919677734375,
+ 0.01050567626953125,
+ -0.0232391357421875,
+ -0.03558349609375,
+ -0.04705810546875,
+ 0.034820556640625,
+ -0.01235198974609375,
+ -0.0015802383422851562,
+ -0.0540771484375,
+ 0.043365478515625,
+ 0.025482177734375,
+ 0.002285003662109375,
+ -0.00948333740234375,
+ -0.05523681640625,
+ 0.034027099609375,
+ 0.04608154296875,
+ 0.00841522216796875,
+ -0.043182373046875,
+ 0.0521240234375,
+ -0.04083251953125,
+ -0.031494140625,
+ 0.01132965087890625,
+ -0.01342010498046875,
+ 0.028778076171875,
+ 0.0234375,
+ 0.0024318695068359375,
+ -0.044921875,
+ -0.01507568359375,
+ -0.017791748046875,
+ -0.00904083251953125,
+ -0.0021152496337890625,
+ -0.0158538818359375,
+ 0.0211944580078125,
+ -0.031707763671875,
+ -0.05755615234375,
+ 0.0268402099609375,
+ 0.021881103515625,
+ 0.00958251953125,
+ -0.0210113525390625,
+ -0.0560302734375,
+ 0.0030517578125,
+ 0.077392578125,
+ -0.014007568359375,
+ -0.03656005859375,
+ 0.0062713623046875,
+ 0.033660888671875,
+ 0.0256805419921875,
+ -0.01448822021484375,
+ -0.00176239013671875,
+ 0.0221710205078125,
+ -0.01235198974609375,
+ 0.0236358642578125,
+ -0.045501708984375,
+ 0.05291748046875,
+ 0.054840087890625,
+ 0.00919342041015625,
+ -0.0274200439453125,
+ 0.0162353515625,
+ 0.0268402099609375,
+ 0.01605224609375,
+ -0.0244140625,
+ 0.053680419921875,
+ -0.015167236328125,
+ 0.033447265625,
+ -0.0201263427734375,
+ 0.0158538818359375,
+ -0.00952911376953125,
+ -0.00948333740234375,
+ -0.007343292236328125,
+ -0.08831787109375,
+ -0.0234375,
+ -0.003841400146484375,
+ -0.056793212890625,
+ -0.01313018798828125,
+ -0.0174102783203125,
+ 0.0109405517578125,
+ 0.04278564453125,
+ -0.004764556884765625,
+ -0.0252838134765625,
+ -0.002735137939453125,
+ 0.00928497314453125,
+ 0.0018472671508789062,
+ 0.0200347900390625,
+ -0.03131103515625,
+ -0.049591064453125,
+ 0.03033447265625,
+ 0.0278167724609375,
+ -0.023529052734375,
+ -0.008026123046875,
+ -0.007537841796875,
+ -0.038116455078125,
+ -0.01059722900390625,
+ -0.0206146240234375,
+ -0.02081298828125,
+ -0.033447265625,
+ 0.048248291015625,
+ 0.0278167724609375,
+ 0.0158538818359375,
+ -0.00266265869140625,
+ 0.035400390625,
+ -0.041046142578125,
+ -0.060302734375,
+ 0.0028324127197265625,
+ -0.04296875,
+ -0.003936767578125,
+ -0.009429931640625,
+ 0.033050537109375,
+ -0.054840087890625,
+ 0.00797271728515625,
+ -0.003963470458984375,
+ 0.04083251953125,
+ 0.056793212890625,
+ 0.0158538818359375,
+ 0.037139892578125,
+ -0.0521240234375,
+ -0.020233154296875,
+ -0.034027099609375,
+ 0.0299530029296875,
+ 0.0023212432861328125,
+ -0.0199432373046875,
+ 0.02606201171875,
+ -0.0159454345703125,
+ 0.051361083984375,
+ -0.004547119140625,
+ -0.0789794921875,
+ -0.0091400146484375,
+ 0.0158538818359375,
+ 0.00948333740234375,
+ 0.0191650390625,
+ 0.0243072509765625,
+ -0.018280029296875,
+ 0.0704345703125,
+ 0.0704345703125,
+ -0.0184783935546875,
+ 0.00714874267578125,
+ 0.01103973388671875,
+ -0.0061492919921875,
+ 0.04296875,
+ 0.024017333984375,
+ -0.00972747802734375,
+ -0.01371002197265625,
+ 0.035980224609375,
+ -0.01546478271484375,
+ 0.0181884765625,
+ -0.0053253173828125,
+ -0.00811767578125,
+ 0.01050567626953125,
+ -0.01885986328125,
+ 0.02459716796875,
+ -0.0167236328125,
+ -0.0295562744140625,
+ -0.0101165771484375,
+ 0.0191650390625,
+ 0.00972747802734375,
+ 0.07159423828125,
+ 0.0321044921875,
+ -0.0148773193359375,
+ 0.059906005859375,
+ -0.0078277587890625,
+ 0.0190582275390625,
+ 0.053680419921875,
+ -0.0211029052734375,
+ 0.03521728515625,
+ 0.038909912109375,
+ 0.02197265625,
+ 0.01390838623046875,
+ 0.044342041015625,
+ -0.007732391357421875,
+ -0.031494140625,
+ -0.032470703125,
+ 0.0770263671875,
+ -0.003002166748046875,
+ -0.03033447265625,
+ -0.0103607177734375,
+ -0.059906005859375,
+ 0.0109405517578125,
+ -0.0311126708984375,
+ -0.02703857421875,
+ -0.0179901123046875,
+ -0.03656005859375,
+ -0.03228759765625,
+ 0.0206146240234375,
+ 0.046295166015625,
+ -0.015655517578125,
+ 0.0186767578125,
+ 0.039886474609375,
+ -0.0244140625,
+ -0.03948974609375,
+ 0.00904083251953125,
+ 0.00432586669921875,
+ 0.0416259765625,
+ -0.00899505615234375,
+ 0.02081298828125,
+ 0.0117645263671875,
+ -0.021484375,
+ 0.061859130859375,
+ -0.0158538818359375,
+ 0.01079559326171875,
+ 0.01371002197265625,
+ -0.0291748046875,
+ 0.023345947265625,
+ -0.020233154296875,
+ 0.037139892578125,
+ 0.01605224609375,
+ -0.0206146240234375,
+ 0.0274200439453125,
+ -0.01157379150390625,
+ 0.034820556640625,
+ 0.0256805419921875,
+ -0.0291748046875,
+ -0.015167236328125,
+ -0.09686279296875,
+ -0.0165252685546875,
+ -0.0435791015625,
+ -0.045135498046875,
+ -0.048431396484375,
+ -0.0521240234375,
+ 0.0289764404296875,
+ -0.0226593017578125,
+ -0.040069580078125,
+ -0.018280029296875,
+ 0.004764556884765625,
+ 0.005275726318359375,
+ 0.0243072509765625,
+ 0.00904083251953125,
+ -0.0159454345703125,
+ 0.0227508544921875,
+ 0.042205810546875,
+ -0.01342010498046875,
+ -0.0034275054931640625,
+ -0.037933349609375,
+ 0.01123046875,
+ -0.0178985595703125,
+ 0.00337982177734375,
+ -0.0293731689453125,
+ -0.0117645263671875,
+ 0.0301513671875,
+ 0.01006317138671875,
+ -0.0190582275390625,
+ -0.018768310546875,
+ 0.02178955078125,
+ 0.0015802383422851562,
+ 0.0274200439453125,
+ -0.0183868408203125,
+ 0.019256591796875,
+ 0.01235198974609375,
+ -0.01390838623046875,
+ -0.025482177734375,
+ -0.06536865234375,
+ -0.015655517578125,
+ 0.04180908203125,
+ -0.00817108154296875,
+ -0.00101470947265625,
+ 0.017120361328125,
+ -0.046295166015625,
+ -0.01458740234375,
+ -0.01507568359375,
+ -0.03033447265625,
+ 0.032867431640625,
+ 0.031890869140625,
+ -0.0211029052734375,
+ -0.005641937255859375,
+ -0.0034770965576171875,
+ -0.01458740234375,
+ -0.040252685546875,
+ -0.026458740234375,
+ -0.0291748046875,
+ -0.020416259765625,
+ -0.0241241455078125,
+ -0.024505615234375,
+ 0.010162353515625,
+ 0.005615234375,
+ 0.019744873046875,
+ 0.000042557716369628906,
+ -0.01161956787109375,
+ -0.043365478515625,
+ -0.062225341796875,
+ 0.009674072265625,
+ -0.0165252685546875,
+ -0.034027099609375,
+ -0.00811767578125,
+ 0.03753662109375,
+ 0.0238189697265625,
+ 0.002407073974609375,
+ -0.01468658447265625,
+ -0.00350189208984375,
+ -0.0174102783203125,
+ 0.0196380615234375,
+ -0.01507568359375,
+ 0.00919342041015625,
+ 0.0014705657958984375,
+ 0.048431396484375,
+ 0.037353515625,
+ 0.0023212432861328125,
+ 0.0222625732421875,
+ 0.044525146484375,
+ 0.01361846923828125,
+ -0.0243072509765625,
+ 0.01983642578125,
+ 0.016143798828125,
+ 0.012451171875,
+ 0.0002887248992919922,
+ -0.007633209228515625,
+ -0.04046630859375,
+ -0.0101165771484375,
+ -0.01055145263671875,
+ 0.00522613525390625,
+ 0.03851318359375,
+ 0.04296875,
+ 0.0309295654296875,
+ -0.02081298828125,
+ -0.01507568359375,
+ 0.036956787109375,
+ -0.00875091552734375,
+ 0.08209228515625,
+ -0.0174102783203125,
+ -0.036376953125,
+ 0.0017986297607421875,
+ 0.040069580078125,
+ -0.0170135498046875,
+ -0.0396728515625,
+ 0.0295562744140625,
+ 0.00997161865234375,
+ -0.01123046875,
+ 0.002201080322265625,
+ -0.0200347900390625,
+ 0.044158935546875,
+ 0.01448822021484375,
+ 0.0021514892578125,
+ 0.005397796630859375,
+ -0.0231475830078125,
+ 0.035400390625,
+ 0.051727294921875,
+ 0.035980224609375,
+ -0.0104522705078125,
+ 0.0221710205078125,
+ -0.029754638671875,
+ -0.0032329559326171875,
+ -0.00904083251953125,
+ -0.0560302734375,
+ 0.006420135498046875,
+ 0.03460693359375,
+ 0.0158538818359375,
+ 0.049407958984375,
+ -0.014007568359375,
+ -0.055633544921875,
+ 0.023529052734375,
+ -0.028594970703125,
+ 0.055633544921875,
+ 0.031890869140625,
+ 0.03033447265625,
+ 0.0196380615234375,
+ -0.01468658447265625,
+ 0.01458740234375,
+ 0.029754638671875,
+ 0.028594970703125,
+ 0.0153656005859375,
+ 0.02801513671875,
+ 0.04278564453125,
+ 0.00850677490234375,
+ -0.033843994140625,
+ 0.00768280029296875,
+ 0.0172119140625,
+ 0.029754638671875,
+ -0.00817108154296875,
+ 0.0238189697265625,
+ 0.021881103515625,
+ -0.0165252685546875,
+ 0.00254058837890625,
+ 0.044342041015625,
+ 0.0181884765625,
+ -0.0234375,
+ 0.013031005859375,
+ -0.0200347900390625,
+ 0.0185699462890625,
+ -0.03558349609375,
+ -0.0019931793212890625,
+ -0.00018918514251708984,
+ 0.0211944580078125,
+ -0.005954742431640625,
+ 0.02703857421875,
+ -0.06573486328125,
+ 0.01284027099609375,
+ 0.05328369140625,
+ -0.06494140625,
+ 0.0231475830078125,
+ 0.0111846923828125,
+ -0.0560302734375,
+ -0.002162933349609375,
+ -0.0101165771484375,
+ -0.05523681640625,
+ 0.04296875,
+ -0.033843994140625,
+ -0.03656005859375,
+ 0.01132965087890625,
+ 0.040069580078125,
+ -0.0498046875,
+ -0.035980224609375,
+ -0.039886474609375,
+ -0.004085540771484375,
+ -0.0116729736328125,
+ -0.0091400146484375,
+ 0.0289764404296875,
+ -0.039276123046875,
+ 0.016632080078125,
+ 0.05718994140625,
+ 0.04608154296875,
+ -0.00826263427734375,
+ -0.036956787109375,
+ 0.04705810546875,
+ -0.021392822265625,
+ -0.0226593017578125,
+ 0.005954742431640625,
+ 0.01419830322265625,
+ 0.003936767578125,
+ -0.03851318359375,
+ -0.00016105175018310547,
+ 0.0252838134765625,
+ -0.01497650146484375,
+ -0.0167236328125,
+ 0.01342010498046875,
+ -0.03033447265625,
+ -0.0521240234375,
+ -0.0299530029296875,
+ 0.0501708984375,
+ -0.0143890380859375,
+ 0.046875,
+ 0.01390838623046875,
+ -0.045501708984375,
+ 0.03753662109375,
+ -0.051727294921875,
+ -0.0293731689453125,
+ 0.0211029052734375,
+ -0.0026988983154296875,
+ -0.0174102783203125,
+ 0.08050537109375,
+ -0.01546478271484375,
+ -0.004764556884765625,
+ -0.0169219970703125,
+ 0.06732177734375,
+ 0.0226593017578125,
+ 0.0215911865234375,
+ -0.0232391357421875,
+ 0.0168304443359375,
+ 0.04083251953125,
+ -0.06732177734375,
+ -0.0301513671875,
+ -0.0268402099609375,
+ 0.01448822021484375,
+ 0.0211029052734375,
+ -0.0704345703125,
+ 0.01108551025390625,
+ -0.00899505615234375,
+ -0.036773681640625,
+ -0.0195465087890625,
+ -0.035980224609375,
+ 0.0037441253662109375,
+ -0.034820556640625,
+ 0.04669189453125,
+ -0.00012302398681640625,
+ 0.00666046142578125,
+ 0.043365478515625,
+ 0.005397796630859375,
+ 0.01448822021484375,
+ 0.0190582275390625,
+ -0.01293182373046875,
+ 0.00522613525390625,
+ 0.047454833984375,
+ -0.04669189453125,
+ -0.0278167724609375,
+ -0.007099151611328125,
+ 0.0311126708984375,
+ -0.04144287109375,
+ -0.0009236335754394531,
+ 0.01103973388671875,
+ -0.05291748046875,
+ 0.0684814453125,
+ -0.05718994140625,
+ -0.0170135498046875,
+ -0.0167236328125,
+ -0.0133209228515625,
+ -0.04608154296875,
+ -0.0309295654296875,
+ 0.0091400146484375,
+ -0.0007963180541992188,
+ 0.0036945343017578125,
+ 0.01419830322265625,
+ 0.060302734375,
+ -0.045501708984375,
+ 0.0426025390625,
+ 0.00469207763671875,
+ 0.00923919677734375,
+ 0.00661468505859375,
+ -0.0174102783203125,
+ -0.0008082389831542969,
+ -0.0181884765625,
+ 0.003936767578125,
+ -0.0305328369140625,
+ -0.01361846923828125,
+ -0.06964111328125,
+ 0.020904541015625,
+ 0.0009541511535644531,
+ -0.00714874267578125,
+ 0.0015077590942382812,
+ -0.0295562744140625,
+ -0.049407958984375,
+ -0.002223968505859375,
+ 0.020233154296875,
+ -0.002590179443359375,
+ 0.00719451904296875,
+ -0.0234375,
+ 0.0012760162353515625,
+ 0.009918212890625,
+ -0.020416259765625,
+ 0.0216827392578125,
+ -0.0016050338745117188,
+ -0.001495361328125,
+ -0.003063201904296875,
+ -0.0172119140625,
+ 0.0311126708984375,
+ 0.0196380615234375,
+ 0.0498046875,
+ 0.0299530029296875,
+ 0.018768310546875,
+ -0.0189666748046875,
+ 0.023529052734375,
+ -0.03521728515625,
+ -0.031890869140625,
+ -0.01113128662109375,
+ -0.00004673004150390625,
+ -0.0011119842529296875,
+ -0.051361083984375,
+ -0.0291748046875,
+ 0.0256805419921875,
+ 0.03326416015625,
+ 0.0268402099609375,
+ -0.01605224609375,
+ 0.00522613525390625,
+ 0.020233154296875,
+ -0.0243072509765625,
+ 0.0521240234375,
+ -0.01210784912109375,
+ -0.0211029052734375,
+ 0.0216827392578125,
+ -0.0067596435546875,
+ 0.027618408203125,
+ 0.04144287109375,
+ 0.0104522705078125,
+ -0.0210113525390625,
+ -0.0078277587890625,
+ 0.048431396484375,
+ -0.0215911865234375,
+ -0.0377197265625,
+ -0.023040771484375,
+ 0.041046142578125,
+ -0.0186767578125,
+ 0.0560302734375,
+ 0.0274200439453125,
+ 0.043365478515625,
+ 0.0050811767578125,
+ 0.023040771484375,
+ 0.031707763671875,
+ 0.05096435546875,
+ 0.040252685546875,
+ -0.042022705078125,
+ -0.0491943359375,
+ -0.00836181640625,
+ -0.0012578964233398438,
+ -0.023529052734375,
+ -0.0222625732421875,
+ 0.007537841796875,
+ 0.045501708984375,
+ -0.0711669921875,
+ -0.01239776611328125,
+ 0.004253387451171875,
+ -0.006420135498046875,
+ 0.025482177734375,
+ 0.0122528076171875,
+ -0.0377197265625,
+ 0.0247039794921875,
+ 0.01526641845703125,
+ -0.034820556640625,
+ 0.028778076171875,
+ -0.0232391357421875,
+ 0.033050537109375,
+ 0.055633544921875,
+ 0.031707763671875,
+ -0.0138092041015625,
+ 0.024505615234375,
+ -0.0006837844848632812,
+ 0.0178985595703125,
+ 0.01171875,
+ 0.0293731689453125,
+ 0.00107574462890625,
+ 0.0309295654296875,
+ 0.050567626953125,
+ 0.07000732421875,
+ 0.0012760162353515625,
+ -0.00266265869140625,
+ 0.01001739501953125,
+ 0.03326416015625,
+ 0.0295562744140625,
+ 0.07275390625,
+ 0.023529052734375,
+ -0.0054931640625,
+ 0.022857666015625,
+ -0.044921875,
+ 0.01123046875,
+ 0.0301513671875,
+ 0.00469207763671875,
+ -0.058746337890625,
+ -0.021881103515625,
+ 0.0143890380859375,
+ -0.037933349609375,
+ 0.0416259765625,
+ 0.0234375,
+ -0.03131103515625,
+ -0.011474609375,
+ 0.0191650390625,
+ -0.03326416015625,
+ -0.047271728515625,
+ 0.03033447265625,
+ -0.005565643310546875,
+ -0.05755615234375,
+ -0.0406494140625,
+ -0.046478271484375,
+ 0.0396728515625,
+ -0.0416259765625,
+ -0.058349609375,
+ -0.01526641845703125,
+ 0.02490234375,
+ -0.0184783935546875,
+ -0.050567626953125,
+ 0.0008268356323242188,
+ -0.0054473876953125,
+ -0.0222625732421875,
+ -0.0521240234375,
+ -0.033447265625,
+ -0.03753662109375,
+ -0.0023212432861328125,
+ -0.01983642578125,
+ 0.0037441253662109375,
+ -0.0201263427734375,
+ -0.0301513671875,
+ 0.005931854248046875,
+ -0.00440216064453125,
+ -0.033447265625,
+ 0.029754638671875,
+ -0.03948974609375,
+ 0.038909912109375,
+ 0.01468658447265625,
+ 0.026458740234375,
+ 0.0242156982421875,
+ 0.06494140625,
+ -0.0220794677734375,
+ -0.0086517333984375,
+ -0.00817108154296875,
+ -0.06298828125,
+ -0.0008511543273925781,
+ 0.0143890380859375,
+ 0.012542724609375,
+ -0.0501708984375,
+ -0.0179901123046875,
+ 0.039886474609375,
+ -0.07427978515625,
+ 0.02081298828125,
+ 0.0009908676147460938,
+ -0.022857666015625,
+ -0.08245849609375,
+ -0.005153656005859375,
+ 0.0163421630859375,
+ 0.0195465087890625,
+ 0.06768798828125,
+ -0.0225677490234375,
+ -0.00311279296875,
+ 0.0086517333984375,
+ -0.04083251953125,
+ 0.04046630859375,
+ 0.007343292236328125,
+ 0.0221710205078125,
+ -0.061859130859375,
+ 0.03326416015625,
+ 0.029754638671875,
+ -0.01458740234375,
+ 0.0148773193359375,
+ -0.06805419921875,
+ -0.01419830322265625,
+ 0.0226593017578125,
+ 0.0211029052734375,
+ -0.031707763671875,
+ -0.002857208251953125,
+ -0.059906005859375,
+ -0.028594970703125,
+ -0.05718994140625,
+ 0.0148773193359375,
+ -0.00743865966796875,
+ 0.0289764404296875,
+ -0.038330078125,
+ 0.01526641845703125,
+ -0.0014524459838867188,
+ -0.036376953125,
+ -0.031707763671875,
+ -0.0234375,
+ 0.034423828125,
+ -0.0224609375,
+ -0.047637939453125,
+ 0.045318603515625,
+ 0.0227508544921875,
+ 0.00899505615234375,
+ 0.02508544921875,
+ 0.06610107421875,
+ -0.034820556640625,
+ -0.0047149658203125,
+ -0.0029773712158203125,
+ 0.044921875,
+ -0.0088043212890625,
+ 0.0179901123046875,
+ 0.011962890625,
+ 0.032684326171875,
+ 0.0174102783203125,
+ -0.06732177734375,
+ 0.03851318359375,
+ 0.02032470703125,
+ -0.01361846923828125,
+ -0.051361083984375,
+ -0.0165252685546875,
+ -0.004909515380859375,
+ 0.00428009033203125,
+ -0.0062255859375,
+ 0.059112548828125,
+ 0.012451171875,
+ -0.01026153564453125,
+ -0.09259033203125,
+ 0.043182373046875,
+ -0.0216827392578125,
+ 0.01390838623046875,
+ 0.041229248046875,
+ -0.0164337158203125,
+ -0.06378173828125,
+ -0.046295166015625,
+ -0.0022373199462890625,
+ 0.0256805419921875,
+ -0.0299530029296875,
+ 0.046478271484375,
+ -0.01171875,
+ 0.0008692741394042969,
+ 0.0177001953125,
+ -0.03460693359375,
+ -0.01206207275390625,
+ 0.0268402099609375,
+ 0.0184783935546875,
+ -0.0289764404296875,
+ 0.03326416015625,
+ -0.01293182373046875,
+ 0.0098724365234375,
+ 0.006420135498046875,
+ -0.00817108154296875,
+ 0.0122528076171875,
+ -0.005908966064453125,
+ -0.02801513671875,
+ -0.02081298828125,
+ 0.0179901123046875,
+ 0.0396728515625,
+ -0.00997161865234375,
+ -0.007488250732421875,
+ -0.026641845703125,
+ 0.0416259765625,
+ -0.00904083251953125,
+ -0.03033447265625,
+ 0.01390838623046875,
+ 0.0168304443359375,
+ -0.00547027587890625,
+ -0.04901123046875,
+ -0.056396484375,
+ -0.08831787109375,
+ 0.03131103515625,
+ -0.045135498046875,
+ -0.0216827392578125,
+ 0.0002340078353881836,
+ -0.0083160400390625,
+ 0.03326416015625,
+ -0.021392822265625,
+ 0.0227508544921875,
+ -0.00811767578125,
+ -0.0321044921875,
+ -0.056396484375,
+ 0.009674072265625,
+ -0.015167236328125,
+ 0.004085540771484375,
+ 0.013519287109375,
+ -0.048828125,
+ 0.03131103515625,
+ 0.001239776611328125,
+ 0.004085540771484375,
+ -0.00612640380859375,
+ 0.007537841796875,
+ -0.051727294921875,
+ 0.0117645263671875,
+ -0.07391357421875,
+ -0.0309295654296875,
+ 0.036956787109375,
+ 0.0221710205078125,
+ 0.003963470458984375,
+ -0.05755615234375,
+ 0.0416259765625,
+ -0.01220703125,
+ -0.09295654296875,
+ 0.0377197265625,
+ -0.01458740234375,
+ -0.03656005859375,
+ 0.0222625732421875,
+ -0.0185699462890625,
+ 0.00797271728515625,
+ 0.00391387939453125,
+ 0.05718994140625,
+ 0.06341552734375,
+ 0.0167236328125,
+ 0.0032329559326171875,
+ -0.01468658447265625,
+ -0.0191650390625,
+ -0.0015010833740234375,
+ 0.0009055137634277344,
+ 0.05718994140625,
+ 0.01497650146484375,
+ 0.0165252685546875,
+ 0.01050567626953125,
+ 0.0184783935546875,
+ -0.083251953125,
+ -0.0179901123046875,
+ -0.007049560546875,
+ -0.07391357421875,
+ -0.01546478271484375,
+ 0.08905029296875,
+ 0.0278167724609375,
+ 0.0236358642578125,
+ 0.03033447265625,
+ 0.059112548828125,
+ 0.038116455078125,
+ 0.0009360313415527344,
+ 0.0038890838623046875,
+ -0.04376220703125,
+ -0.0211029052734375,
+ 0.047271728515625,
+ 0.0153656005859375,
+ -0.05096435546875,
+ 0.060302734375,
+ 0.056396484375,
+ -0.0189666748046875,
+ -0.0104522705078125,
+ 0.02606201171875,
+ 0.019256591796875,
+ 0.0293731689453125,
+ 0.01468658447265625,
+ 0.0159454345703125,
+ -0.04901123046875,
+ 0.034027099609375,
+ 0.007537841796875,
+ 0.00005167722702026367,
+ 0.00894927978515625,
+ 0.028778076171875,
+ -0.0321044921875,
+ 0.044158935546875,
+ -0.02197265625,
+ 0.007389068603515625,
+ -0.0004711151123046875,
+ 0.087158203125,
+ 0.00811767578125,
+ -0.042022705078125,
+ -0.01264190673828125,
+ 0.03851318359375,
+ 0.03851318359375,
+ -0.033660888671875,
+ 0.02703857421875,
+ -0.0309295654296875,
+ -0.0199432373046875,
+ 0.04144287109375,
+ 0.039093017578125,
+ 0.00415802001953125,
+ 0.051727294921875,
+ -0.0019931793212890625,
+ -0.03948974609375,
+ -0.0088958740234375,
+ -0.004108428955078125,
+ 0.01555633544921875,
+ -0.00952911376953125,
+ -0.040069580078125,
+ -0.0178985595703125,
+ -0.030731201171875,
+ 0.014007568359375,
+ -0.007389068603515625,
+ 0.04083251953125,
+ 0.0174102783203125,
+ 0.02178955078125,
+ 0.00415802001953125,
+ 0.01885986328125,
+ 0.0032825469970703125,
+ 0.035797119140625,
+ 0.0163421630859375,
+ -0.006954193115234375,
+ 0.0120086669921875,
+ 0.01220703125,
+ -0.0007901191711425781,
+ -0.042022705078125,
+ 0.026641845703125,
+ -0.040252685546875,
+ 0.0026378631591796875,
+ -0.0262603759765625,
+ 0.0005650520324707031,
+ 0.0050811767578125,
+ -0.00719451904296875,
+ 0.01468658447265625,
+ 0.0014467239379882812,
+ 0.023040771484375,
+ -0.007293701171875,
+ -0.034820556640625,
+ -0.01284027099609375,
+ 0.039886474609375,
+ -0.046478271484375,
+ 0.020904541015625,
+ 0.0172119140625,
+ -0.004425048828125,
+ 0.00014662742614746094,
+ -0.04669189453125,
+ 0.0281982421875,
+ 0.028778076171875,
+ 0.01448822021484375,
+ -0.006855010986328125,
+ 0.017608642578125,
+ 0.028778076171875,
+ 0.0075836181640625,
+ 0.018280029296875,
+ 0.0222625732421875,
+ 0.0013189315795898438,
+ 0.037933349609375,
+ 0.058746337890625,
+ 0.02178955078125,
+ -0.02703857421875,
+ 0.033660888671875,
+ 0.016143798828125,
+ -0.028594970703125,
+ 0.0256805419921875,
+ 0.017608642578125,
+ 0.0256805419921875,
+ -0.01507568359375,
+ 0.0002703666687011719,
+ -0.0038661956787109375,
+ -0.0645751953125,
+ 0.048614501953125,
+ 0.007049560546875,
+ -0.02703857421875,
+ 0.01371002197265625,
+ -0.037139892578125,
+ 0.038909912109375,
+ 0.012298583984375,
+ 0.07275390625,
+ -0.048614501953125,
+ 0.0289764404296875,
+ 0.01055145263671875,
+ 0.026458740234375,
+ -0.0142974853515625,
+ -0.034423828125,
+ -0.0224609375,
+ 0.017303466796875,
+ -0.01419830322265625,
+ 0.058746337890625,
+ 0.0258636474609375,
+ -0.0232391357421875,
+ -0.07354736328125,
+ -0.0117645263671875,
+ -0.0238189697265625,
+ -0.00714874267578125,
+ 0.04046630859375,
+ -0.0606689453125,
+ -0.0111846923828125,
+ 0.0206146240234375,
+ 0.0199432373046875,
+ 0.0521240234375,
+ -0.0157470703125,
+ 0.0195465087890625,
+ -0.007389068603515625,
+ 0.00588226318359375,
+ -0.01555633544921875,
+ 0.00997161865234375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "prefetch-analysis",
+ "program-execution",
+ "execution-frequency",
+ "last-execution-time",
+ "file-handles",
+ "malware-evidence",
+ "performance-cache",
+ "hash-calculation",
+ "capacity-limits"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Android_Backup_Extractor",
+ "type": "tool",
+ "name": "Android Backup Extractor",
+ "content": "android backup extractor entpackt und entschlüsselt android-backup-archive aus adb-kommandos für forensische app-daten-analyse ohne root-zugriff. integrierte aes-routinen dekryptieren passwortgeschützte backups automatisch. extrahiert versteckte app-sandboxes und systemdaten aus .ab-dateien. java-basierte architektur funktioniert plattformübergreifend. batch-processing für multiple-device-analysen. unverzichtbares werkzeug für mobile-forensik bei eingeschränkten extraktionsmöglichkeiten. cli backup encryption artifact-extraction android scenario:file_recovery mobile-forensics static-investigations examination analysis",
+ "embedding": [
+ 0.01435089111328125,
+ 0.017791748046875,
+ 0.016265869140625,
+ 0.0006399154663085938,
+ 0.0250701904296875,
+ 0.0144500732421875,
+ 0.0244903564453125,
+ 0.016448974609375,
+ 0.00423431396484375,
+ -0.01119232177734375,
+ -0.0175018310546875,
+ 0.09149169921875,
+ 0.012725830078125,
+ -0.0033969879150390625,
+ -0.03387451171875,
+ 0.0180816650390625,
+ 0.0152130126953125,
+ 0.01047515869140625,
+ 0.0011119842529296875,
+ -0.0106201171875,
+ -0.0166473388671875,
+ -0.0223846435546875,
+ -0.0535888671875,
+ -0.01262664794921875,
+ -0.0144500732421875,
+ 0.01464080810546875,
+ -0.0181732177734375,
+ -0.04803466796875,
+ -0.019134521484375,
+ 0.0036602020263671875,
+ 0.0152130126953125,
+ -0.0279388427734375,
+ -0.005908966064453125,
+ 0.04132080078125,
+ 0.016265869140625,
+ -0.033294677734375,
+ -0.0084686279296875,
+ -0.0123443603515625,
+ -0.01922607421875,
+ 0.060089111328125,
+ -0.00760650634765625,
+ 0.00980377197265625,
+ 0.01253509521484375,
+ -0.004833221435546875,
+ -0.0323486328125,
+ -0.04364013671875,
+ -0.01291656494140625,
+ -0.011627197265625,
+ 0.00827789306640625,
+ -0.0193328857421875,
+ 0.02850341796875,
+ 0.0189361572265625,
+ 0.020477294921875,
+ -0.005908966064453125,
+ -0.043426513671875,
+ 0.03424072265625,
+ 0.009857177734375,
+ -0.030609130859375,
+ -0.051666259765625,
+ 0.06085205078125,
+ -0.047637939453125,
+ -0.006122589111328125,
+ 0.01047515869140625,
+ -0.0179901123046875,
+ 0.00389862060546875,
+ 0.0296630859375,
+ -0.0092315673828125,
+ -0.017120361328125,
+ -0.013397216796875,
+ 0.00021970272064208984,
+ 0.00836944580078125,
+ -0.01358795166015625,
+ -0.0244903564453125,
+ 0.06317138671875,
+ -0.01114654541015625,
+ -0.0596923828125,
+ 0.01483154296875,
+ -0.01320648193359375,
+ -0.007320404052734375,
+ 0.005191802978515625,
+ -0.0294647216796875,
+ -0.00794219970703125,
+ 0.02679443359375,
+ -0.021148681640625,
+ 0.006603240966796875,
+ 0.01186370849609375,
+ 0.030609130859375,
+ 0.0034198760986328125,
+ -0.0166473388671875,
+ -0.0123443603515625,
+ 0.00904083251953125,
+ -0.0181732177734375,
+ 0.0175018310546875,
+ -0.01702880859375,
+ 0.0535888671875,
+ 0.056243896484375,
+ -0.0224761962890625,
+ -0.007415771484375,
+ 0.007030487060546875,
+ 0.0323486328125,
+ 0.0016384124755859375,
+ -0.0300445556640625,
+ 0.06353759765625,
+ -0.01009368896484375,
+ 0.044189453125,
+ -0.0264129638671875,
+ 0.0081329345703125,
+ -0.0287017822265625,
+ -0.031768798828125,
+ -0.028900146484375,
+ -0.1217041015625,
+ -0.04974365234375,
+ -0.021331787109375,
+ -0.047637939453125,
+ -0.0207672119140625,
+ -0.0177001953125,
+ 0.00021970272064208984,
+ 0.04937744140625,
+ -0.058929443359375,
+ -0.057403564453125,
+ 0.0123443603515625,
+ 0.037689208984375,
+ -0.01464080810546875,
+ -0.005237579345703125,
+ -0.048614501953125,
+ -0.034637451171875,
+ 0.0018777847290039062,
+ 0.016937255859375,
+ -0.036163330078125,
+ -0.01922607421875,
+ -0.0222015380859375,
+ -0.0250701904296875,
+ -0.020477294921875,
+ -0.0265960693359375,
+ -0.01435089111328125,
+ -0.053955078125,
+ 0.033477783203125,
+ 0.007030487060546875,
+ 0.00946807861328125,
+ 0.0198974609375,
+ 0.0411376953125,
+ -0.0535888671875,
+ -0.08111572265625,
+ 0.0153045654296875,
+ -0.0194244384765625,
+ -0.007415771484375,
+ -0.02850341796875,
+ 0.0657958984375,
+ -0.04400634765625,
+ -0.0174102783203125,
+ -0.02142333984375,
+ 0.003803253173828125,
+ 0.0202789306640625,
+ -0.018280029296875,
+ -0.0016508102416992188,
+ -0.04400634765625,
+ 0.0066986083984375,
+ -0.0244903564453125,
+ 0.02276611328125,
+ -0.016845703125,
+ -0.0308074951171875,
+ 0.0074615478515625,
+ -0.0200958251953125,
+ 0.03271484375,
+ -0.0123443603515625,
+ -0.0313720703125,
+ -0.01483154296875,
+ 0.01473236083984375,
+ 0.0051422119140625,
+ -0.00566864013671875,
+ 0.0099029541015625,
+ -0.0209503173828125,
+ 0.047271728515625,
+ 0.085693359375,
+ 0.0066986083984375,
+ 0.03369140625,
+ 0.0030498504638671875,
+ 0.013397216796875,
+ 0.014923095703125,
+ 0.041900634765625,
+ -0.0024871826171875,
+ -0.0189361572265625,
+ 0.050140380859375,
+ 0.0231475830078125,
+ 0.0269775390625,
+ -0.005596160888671875,
+ -0.0394287109375,
+ -0.00080108642578125,
+ -0.0244903564453125,
+ 0.045166015625,
+ -0.01367950439453125,
+ -0.007556915283203125,
+ 0.00775146484375,
+ 0.020660400390625,
+ 0.0308074951171875,
+ 0.04229736328125,
+ 0.031585693359375,
+ -0.033294677734375,
+ 0.033111572265625,
+ -0.0152130126953125,
+ 0.006504058837890625,
+ 0.058929443359375,
+ 0.0037078857421875,
+ 0.040374755859375,
+ 0.00875091552734375,
+ 0.007511138916015625,
+ -0.002918243408203125,
+ 0.0237274169921875,
+ 0.021820068359375,
+ -0.0231475830078125,
+ -0.0208587646484375,
+ 0.0237274169921875,
+ 0.016448974609375,
+ -0.01922607421875,
+ -0.0124359130859375,
+ -0.04974365234375,
+ 0.0281219482421875,
+ -0.04248046875,
+ -0.033294677734375,
+ 0.01110076904296875,
+ 0.00033926963806152344,
+ -0.076171875,
+ 0.0128173828125,
+ 0.024200439453125,
+ -0.01224517822265625,
+ 0.037506103515625,
+ 0.033477783203125,
+ -0.0085601806640625,
+ -0.040771484375,
+ 0.02191162109375,
+ 0.00080108642578125,
+ 0.0294647216796875,
+ 0.01123809814453125,
+ 0.0296630859375,
+ -0.0216217041015625,
+ -0.008087158203125,
+ 0.0596923828125,
+ 0.035797119140625,
+ 0.006122589111328125,
+ -0.0030612945556640625,
+ -0.02056884765625,
+ 0.04669189453125,
+ -0.0279388427734375,
+ 0.02850341796875,
+ 0.046875,
+ -0.0478515625,
+ 0.0005502700805664062,
+ 0.016265869140625,
+ 0.046875,
+ 0.054351806640625,
+ -0.047637939453125,
+ -0.003444671630859375,
+ -0.06658935546875,
+ -0.004638671875,
+ -0.07421875,
+ -0.04400634765625,
+ -0.035980224609375,
+ -0.06201171875,
+ 0.044952392578125,
+ -0.01971435546875,
+ -0.030426025390625,
+ -0.01348876953125,
+ 0.00904083251953125,
+ 0.0026187896728515625,
+ 0.0258331298828125,
+ 0.00528717041015625,
+ -0.03997802734375,
+ 0.0252532958984375,
+ 0.06390380859375,
+ -0.01186370849609375,
+ -0.00257110595703125,
+ -0.00760650634765625,
+ 0.00406646728515625,
+ -0.001590728759765625,
+ 0.0252532958984375,
+ -0.0244903564453125,
+ -0.0195159912109375,
+ 0.037322998046875,
+ 0.0123443603515625,
+ 0.00299072265625,
+ -0.01104736328125,
+ 0.0271759033203125,
+ -0.00299072265625,
+ 0.016845703125,
+ -0.0203857421875,
+ -0.00865936279296875,
+ 0.00428009033203125,
+ 0.01019287109375,
+ -0.01464080810546875,
+ -0.03558349609375,
+ -0.017608642578125,
+ 0.031005859375,
+ 0.031951904296875,
+ 0.017120361328125,
+ 0.0124359130859375,
+ -0.04803466796875,
+ -0.020660400390625,
+ -0.005596160888671875,
+ -0.00946807861328125,
+ 0.030609130859375,
+ 0.026214599609375,
+ -0.02142333984375,
+ 0.0124359130859375,
+ 0.013397216796875,
+ 0.021148681640625,
+ -0.00516510009765625,
+ -0.039794921875,
+ 0.0037784576416015625,
+ 0.004016876220703125,
+ -0.034454345703125,
+ -0.0265960693359375,
+ 0.018463134765625,
+ -0.0188446044921875,
+ 0.031585693359375,
+ -0.0016021728515625,
+ -0.002918243408203125,
+ -0.034637451171875,
+ -0.054718017578125,
+ -0.0202789306640625,
+ -0.009857177734375,
+ -0.01837158203125,
+ -0.025634765625,
+ 0.03558349609375,
+ 0.0128173828125,
+ -0.0174102783203125,
+ -0.015594482421875,
+ -0.02325439453125,
+ -0.04937744140625,
+ 0.0264129638671875,
+ 0.0003616809844970703,
+ 0.0032291412353515625,
+ -0.0455322265625,
+ 0.0654296875,
+ 0.040557861328125,
+ 0.016448974609375,
+ 0.02984619140625,
+ 0.07159423828125,
+ 0.026214599609375,
+ -0.0174102783203125,
+ 0.001010894775390625,
+ -0.0077972412109375,
+ 0.0178985595703125,
+ 0.01416015625,
+ -0.035797119140625,
+ -0.0225830078125,
+ -0.00014650821685791016,
+ -0.0187530517578125,
+ 0.01190948486328125,
+ 0.02679443359375,
+ 0.05126953125,
+ 0.01904296875,
+ -0.047637939453125,
+ 0.0054779052734375,
+ 0.064697265625,
+ -0.01181793212890625,
+ 0.08306884765625,
+ -0.0224761962890625,
+ -0.031585693359375,
+ -0.000637054443359375,
+ 0.0223846435546875,
+ -0.01511383056640625,
+ 0.00908660888671875,
+ 0.031768798828125,
+ 0.013397216796875,
+ 0.01009368896484375,
+ 0.0222015380859375,
+ -0.00836944580078125,
+ 0.00975799560546875,
+ -0.01568603515625,
+ -0.0137786865234375,
+ 0.007701873779296875,
+ -0.0269775390625,
+ 0.0109100341796875,
+ 0.0313720703125,
+ 0.024871826171875,
+ 0.014923095703125,
+ 0.0313720703125,
+ -0.0019016265869140625,
+ -0.0036602020263671875,
+ -0.018463134765625,
+ -0.039794921875,
+ 0.01416015625,
+ 0.0292816162109375,
+ 0.0209503173828125,
+ 0.0455322265625,
+ -0.00727081298828125,
+ -0.07196044921875,
+ -0.0085601806640625,
+ -0.03521728515625,
+ 0.0731201171875,
+ 0.035400390625,
+ -0.0011301040649414062,
+ 0.02056884765625,
+ -0.02191162109375,
+ -0.0016508102416992188,
+ 0.01358795166015625,
+ 0.0116729736328125,
+ 0.01219940185546875,
+ 0.0300445556640625,
+ 0.016845703125,
+ 0.0230560302734375,
+ -0.037689208984375,
+ 0.0106658935546875,
+ 0.0265960693359375,
+ 0.016448974609375,
+ -0.035980224609375,
+ 0.01181793212890625,
+ 0.0195159912109375,
+ 0.042083740234375,
+ -0.0223846435546875,
+ 0.035797119140625,
+ 0.0159759521484375,
+ 0.014251708984375,
+ 0.012725830078125,
+ -0.019134521484375,
+ -0.0042572021484375,
+ -0.0264129638671875,
+ 0.00775146484375,
+ -0.0181732177734375,
+ 0.032135009765625,
+ 0.073486328125,
+ 0.0120086669921875,
+ -0.054718017578125,
+ -0.01416015625,
+ 0.056640625,
+ -0.059326171875,
+ 0.00794219970703125,
+ 0.0220947265625,
+ -0.04364013671875,
+ -0.0066986083984375,
+ -0.0243988037109375,
+ -0.058929443359375,
+ 0.027740478515625,
+ -0.0124359130859375,
+ -0.03826904296875,
+ 0.00942230224609375,
+ 0.042083740234375,
+ -0.037109375,
+ -0.052032470703125,
+ -0.0367431640625,
+ -0.0155029296875,
+ 0.00600433349609375,
+ -0.0167388916015625,
+ 0.04364013671875,
+ 0.0152130126953125,
+ -0.0085601806640625,
+ 0.0384521484375,
+ 0.0482177734375,
+ 0.002105712890625,
+ -0.04803466796875,
+ 0.053192138671875,
+ -0.004901885986328125,
+ -0.043243408203125,
+ 0.045166015625,
+ 0.01396942138671875,
+ 0.06695556640625,
+ -0.041717529296875,
+ -0.03997802734375,
+ -0.000690460205078125,
+ -0.0007891654968261719,
+ 0.00975799560546875,
+ 0.01300811767578125,
+ -0.01110076904296875,
+ -0.03369140625,
+ -0.03387451171875,
+ 0.05511474609375,
+ 0.01568603515625,
+ 0.048614501953125,
+ -0.0208587646484375,
+ -0.0166473388671875,
+ 0.027740478515625,
+ -0.052825927734375,
+ -0.0128173828125,
+ -0.004352569580078125,
+ 0.030426025390625,
+ -0.046112060546875,
+ 0.0596923828125,
+ -0.0236358642578125,
+ -0.0138702392578125,
+ -0.002475738525390625,
+ 0.06927490234375,
+ 0.010955810546875,
+ 0.01483154296875,
+ -0.038665771484375,
+ 0.0596923828125,
+ 0.0292816162109375,
+ -0.0302276611328125,
+ -0.0250701904296875,
+ -0.0160675048828125,
+ -0.003444671630859375,
+ 0.047637939453125,
+ -0.04974365234375,
+ 0.01358795166015625,
+ -0.0217132568359375,
+ -0.060455322265625,
+ -0.047271728515625,
+ -0.0313720703125,
+ -0.0174102783203125,
+ -0.043060302734375,
+ 0.02679443359375,
+ 0.0308074951171875,
+ 0.0004305839538574219,
+ 0.0225830078125,
+ 0.0209503173828125,
+ -0.007080078125,
+ 0.043243408203125,
+ -0.00942230224609375,
+ -0.0271759033203125,
+ 0.021331787109375,
+ -0.07843017578125,
+ -0.0482177734375,
+ -0.0001024007797241211,
+ 0.03961181640625,
+ -0.04095458984375,
+ 0.0210418701171875,
+ 0.006122589111328125,
+ 0.005096435546875,
+ 0.03253173828125,
+ -0.0281219482421875,
+ 0.004375457763671875,
+ -0.0264129638671875,
+ -0.0283203125,
+ -0.03289794921875,
+ -0.01435089111328125,
+ -0.0007953643798828125,
+ 0.036346435546875,
+ -0.0015668869018554688,
+ 0.0113372802734375,
+ 0.04669189453125,
+ -0.048980712890625,
+ 0.0028934478759765625,
+ 0.01464080810546875,
+ 0.005405426025390625,
+ -0.01253509521484375,
+ 0.01358795166015625,
+ 0.015594482421875,
+ 0.0265960693359375,
+ 0.0172271728515625,
+ -0.0203857421875,
+ -0.01473236083984375,
+ -0.0657958984375,
+ 0.0283203125,
+ -0.00617218017578125,
+ -0.00528717041015625,
+ -0.019989013671875,
+ -0.031585693359375,
+ -0.07464599609375,
+ 0.00980377197265625,
+ 0.047454833984375,
+ 0.014251708984375,
+ -0.002834320068359375,
+ -0.03369140625,
+ -0.040191650390625,
+ -0.0177001953125,
+ -0.0260162353515625,
+ 0.04095458984375,
+ -0.043060302734375,
+ 0.0438232421875,
+ 0.00640869140625,
+ -0.0201873779296875,
+ 0.0014171600341796875,
+ 0.036163330078125,
+ 0.003612518310546875,
+ 0.0340576171875,
+ 0.028900146484375,
+ -0.0202789306640625,
+ 0.01119232177734375,
+ -0.0269775390625,
+ -0.020660400390625,
+ 0.000110626220703125,
+ -0.0279388427734375,
+ 0.0018062591552734375,
+ -0.0155029296875,
+ -0.028900146484375,
+ 0.005859375,
+ 0.0053558349609375,
+ 0.0217132568359375,
+ -0.00693511962890625,
+ -0.0196075439453125,
+ 0.0273590087890625,
+ -0.0032520294189453125,
+ 0.0596923828125,
+ -0.0238189697265625,
+ -0.0384521484375,
+ -0.0296630859375,
+ -0.0158843994140625,
+ 0.0340576171875,
+ 0.0207672119140625,
+ 0.00356292724609375,
+ -0.061614990234375,
+ 0.010955810546875,
+ 0.055877685546875,
+ 0.0153045654296875,
+ -0.037322998046875,
+ -0.0252532958984375,
+ 0.01511383056640625,
+ 0.0228729248046875,
+ 0.0222930908203125,
+ 0.006839752197265625,
+ 0.062744140625,
+ 0.006984710693359375,
+ 0.01190948486328125,
+ 0.0258331298828125,
+ 0.039215087890625,
+ 0.030426025390625,
+ -0.01473236083984375,
+ -0.0657958984375,
+ 0.0207672119140625,
+ -0.0120086669921875,
+ -0.0384521484375,
+ -0.051666259765625,
+ -0.0037555694580078125,
+ 0.04705810546875,
+ -0.047271728515625,
+ -0.01114654541015625,
+ 0.024688720703125,
+ 0.00789642333984375,
+ -0.01004791259765625,
+ 0.02392578125,
+ -0.03118896484375,
+ 0.0157928466796875,
+ 0.0015430450439453125,
+ -0.03271484375,
+ -0.00946807861328125,
+ -0.0283203125,
+ 0.046112060546875,
+ 0.039215087890625,
+ 0.019805908203125,
+ -0.0302276611328125,
+ 0.050140380859375,
+ 0.0017461776733398438,
+ 0.0302276611328125,
+ 0.016265869140625,
+ 0.031585693359375,
+ 0.01617431640625,
+ 0.02984619140625,
+ 0.035003662109375,
+ 0.020477294921875,
+ -0.0207672119140625,
+ -0.01329803466796875,
+ 0.0124359130859375,
+ 0.03289794921875,
+ 0.043243408203125,
+ 0.060089111328125,
+ 0.01568603515625,
+ 0.0023670196533203125,
+ -0.0006189346313476562,
+ -0.04840087890625,
+ 0.00894927978515625,
+ -0.0020923614501953125,
+ -0.0088958740234375,
+ -0.0455322265625,
+ -0.037872314453125,
+ 0.00006467103958129883,
+ -0.06927490234375,
+ 0.03997802734375,
+ 0.00885009765625,
+ -0.010955810546875,
+ -0.00014281272888183594,
+ 0.0313720703125,
+ -0.004352569580078125,
+ -0.0596923828125,
+ 0.006649017333984375,
+ -0.01464080810546875,
+ -0.0323486328125,
+ -0.03521728515625,
+ -0.0231475830078125,
+ 0.034454345703125,
+ -0.004306793212890625,
+ -0.05242919921875,
+ -0.0535888671875,
+ 0.04534912109375,
+ -0.014923095703125,
+ -0.04705810546875,
+ -0.034820556640625,
+ -0.01157379150390625,
+ -0.03118896484375,
+ -0.0243072509765625,
+ -0.02545166015625,
+ -0.033111572265625,
+ 0.01052093505859375,
+ -0.048980712890625,
+ -0.0155029296875,
+ -0.0294647216796875,
+ -0.021148681640625,
+ -0.00010389089584350586,
+ -0.00428009033203125,
+ -0.01190948486328125,
+ 0.02276611328125,
+ -0.052825927734375,
+ 0.0296630859375,
+ 0.01396942138671875,
+ 0.0269775390625,
+ 0.04974365234375,
+ 0.06317138671875,
+ 0.00775146484375,
+ 0.00937652587890625,
+ -0.00946807861328125,
+ -0.0596923828125,
+ -0.0166473388671875,
+ -0.007511138916015625,
+ -0.0023441314697265625,
+ -0.06317138671875,
+ 0.029083251953125,
+ 0.054351806640625,
+ -0.0994873046875,
+ 0.0144500732421875,
+ -0.002201080322265625,
+ -0.02545166015625,
+ -0.06695556640625,
+ -0.00832366943359375,
+ -0.01300811767578125,
+ 0.00937652587890625,
+ 0.08880615234375,
+ 0.002475738525390625,
+ -0.0167388916015625,
+ 0.0033721923828125,
+ -0.027557373046875,
+ 0.030609130859375,
+ 0.0260162353515625,
+ 0.00727081298828125,
+ -0.0455322265625,
+ 0.0302276611328125,
+ 0.019989013671875,
+ -0.00994873046875,
+ 0.00908660888671875,
+ -0.06890869140625,
+ 0.00994873046875,
+ 0.0230560302734375,
+ 0.0279388427734375,
+ 0.004901885986328125,
+ -0.0193328857421875,
+ -0.0367431640625,
+ -0.045166015625,
+ -0.0243988037109375,
+ 0.024017333984375,
+ -0.0049285888671875,
+ 0.00045752525329589844,
+ -0.0300445556640625,
+ -0.006649017333984375,
+ -0.01019287109375,
+ -0.048614501953125,
+ -0.021820068359375,
+ -0.0210418701171875,
+ 0.048980712890625,
+ 0.01224517822265625,
+ -0.056640625,
+ 0.0178985595703125,
+ 0.0217132568359375,
+ -0.0095672607421875,
+ -0.0036602020263671875,
+ 0.050506591796875,
+ -0.02984619140625,
+ -0.01329803466796875,
+ 0.0004334449768066406,
+ 0.03118896484375,
+ 0.01300811767578125,
+ 0.007320404052734375,
+ -0.007175445556640625,
+ 0.0138702392578125,
+ 0.0110015869140625,
+ -0.0380859375,
+ 0.044769287109375,
+ 0.03961181640625,
+ -0.024871826171875,
+ -0.06964111328125,
+ -0.0222930908203125,
+ -0.02056884765625,
+ 0.005523681640625,
+ -0.00545501708984375,
+ 0.035400390625,
+ 0.02325439453125,
+ -0.0036830902099609375,
+ -0.10565185546875,
+ 0.0287017822265625,
+ -0.0296630859375,
+ 0.0294647216796875,
+ 0.0428466796875,
+ -0.002285003662109375,
+ -0.058929443359375,
+ -0.0279388427734375,
+ -0.0145416259765625,
+ 0.04974365234375,
+ -0.01348876953125,
+ 0.0200958251953125,
+ 0.00168609619140625,
+ 0.0196075439453125,
+ -0.005931854248046875,
+ 0.0173187255859375,
+ -0.016357421875,
+ 0.058563232421875,
+ 0.01483154296875,
+ -0.024688720703125,
+ 0.0509033203125,
+ -0.027557373046875,
+ 0.00975799560546875,
+ -0.027557373046875,
+ 0.00827789306640625,
+ 0.008514404296875,
+ -0.0074615478515625,
+ -0.03271484375,
+ -0.0001442432403564453,
+ 0.050506591796875,
+ 0.054351806640625,
+ -0.0394287109375,
+ 0.0237274169921875,
+ -0.0271759033203125,
+ 0.004329681396484375,
+ 0.00617218017578125,
+ -0.0103302001953125,
+ -0.00899505615234375,
+ 0.0193328857421875,
+ -0.01157379150390625,
+ -0.034637451171875,
+ -0.04266357421875,
+ -0.085693359375,
+ -0.0123443603515625,
+ -0.031005859375,
+ -0.0047607421875,
+ 0.038665771484375,
+ -0.00966644287109375,
+ 0.01502227783203125,
+ -0.033111572265625,
+ 0.0252532958984375,
+ -0.0323486328125,
+ -0.0228729248046875,
+ -0.0172271728515625,
+ 0.035003662109375,
+ 0.00267791748046875,
+ 0.037689208984375,
+ -0.003086090087890625,
+ -0.035003662109375,
+ 0.0252532958984375,
+ -0.014251708984375,
+ 0.035980224609375,
+ -0.0215301513671875,
+ -0.0001188516616821289,
+ -0.024017333984375,
+ 0.02984619140625,
+ -0.0968017578125,
+ -0.0482177734375,
+ -0.00461578369140625,
+ 0.046295166015625,
+ -0.00212860107421875,
+ -0.0294647216796875,
+ 0.040557861328125,
+ -0.002834320068359375,
+ -0.06695556640625,
+ 0.01110076904296875,
+ -0.0047607421875,
+ -0.029083251953125,
+ 0.01253509521484375,
+ -0.00428009033203125,
+ -0.012725830078125,
+ 0.0323486328125,
+ 0.052825927734375,
+ 0.041900634765625,
+ 0.06317138671875,
+ 0.0022373199462890625,
+ -0.02545166015625,
+ -0.00640869140625,
+ -0.00899505615234375,
+ 0.045745849609375,
+ 0.0367431640625,
+ 0.024871826171875,
+ -0.017791748046875,
+ 0.0273590087890625,
+ -0.0003452301025390625,
+ -0.0677490234375,
+ -0.0159759521484375,
+ -0.00870513916015625,
+ -0.0203857421875,
+ 0.0302276611328125,
+ 0.061614990234375,
+ 0.0279388427734375,
+ -0.00017786026000976562,
+ 0.01262664794921875,
+ 0.056243896484375,
+ 0.01047515869140625,
+ 0.0074615478515625,
+ -0.037689208984375,
+ -0.08612060546875,
+ -0.0172271728515625,
+ 0.01171875,
+ 0.0117645263671875,
+ -0.07501220703125,
+ 0.0367431640625,
+ 0.047454833984375,
+ 0.003467559814453125,
+ 0.0005741119384765625,
+ -0.005645751953125,
+ 0.01540374755859375,
+ 0.033294677734375,
+ 0.032135009765625,
+ 0.005741119384765625,
+ -0.053955078125,
+ 0.0023326873779296875,
+ 0.01291656494140625,
+ -0.01971435546875,
+ -0.00018167495727539062,
+ -0.0175018310546875,
+ -0.019989013671875,
+ 0.0394287109375,
+ -0.05816650390625,
+ -0.0007176399230957031,
+ -0.0238189697265625,
+ 0.060089111328125,
+ 0.007175445556640625,
+ -0.054718017578125,
+ -0.052032470703125,
+ 0.040771484375,
+ 0.007080078125,
+ -0.043060302734375,
+ 0.01320648193359375,
+ 0.024017333984375,
+ -0.030609130859375,
+ 0.035797119140625,
+ 0.0455322265625,
+ 0.0238189697265625,
+ 0.033477783203125,
+ 0.01291656494140625,
+ -0.0160675048828125,
+ 0.0152130126953125,
+ -0.016265869140625,
+ -0.000885009765625,
+ -0.032135009765625,
+ -0.021148681640625,
+ -0.0186614990234375,
+ -0.056640625,
+ 0.0509033203125,
+ 0.00035881996154785156,
+ 0.036346435546875,
+ 0.0244903564453125,
+ -0.007175445556640625,
+ -0.0074615478515625,
+ -0.00803375244140625,
+ 0.014251708984375,
+ 0.04937744140625,
+ 0.01473236083984375,
+ 0.005046844482421875,
+ 0.0105743408203125,
+ -0.00655364990234375,
+ 0.0188446044921875,
+ -0.044189453125,
+ 0.0207672119140625,
+ -0.01617431640625,
+ -0.00408935546875,
+ -0.050506591796875,
+ 0.0007023811340332031,
+ 0.0271759033203125,
+ -0.0215301513671875,
+ 0.0056915283203125,
+ -0.026214599609375,
+ 0.005931854248046875,
+ 0.002941131591796875,
+ -0.0273590087890625,
+ 0.006313323974609375,
+ 0.0428466796875,
+ -0.029083251953125,
+ 0.04840087890625,
+ 0.016448974609375,
+ -0.01406097412109375,
+ 0.0066986083984375,
+ -0.0765380859375,
+ 0.09185791015625,
+ 0.026214599609375,
+ 0.0384521484375,
+ -0.003025054931640625,
+ 0.0281219482421875,
+ 0.0243988037109375,
+ 0.006839752197265625,
+ 0.0380859375,
+ 0.01617431640625,
+ -0.032135009765625,
+ 0.02142333984375,
+ 0.0203857421875,
+ -0.0185546875,
+ -0.016448974609375,
+ 0.051666259765625,
+ -0.0005888938903808594,
+ -0.024200439453125,
+ 0.04248046875,
+ -0.003467559814453125,
+ 0.006504058837890625,
+ -0.0033016204833984375,
+ -0.0243988037109375,
+ -0.02392578125,
+ -0.0596923828125,
+ 0.07843017578125,
+ 0.0106658935546875,
+ -0.0177001953125,
+ 0.045166015625,
+ -0.05816650390625,
+ 0.0269775390625,
+ 0.0018062591552734375,
+ 0.042083740234375,
+ -0.0004782676696777344,
+ 0.035400390625,
+ -0.020477294921875,
+ -0.007843017578125,
+ -0.02142333984375,
+ 0.00794219970703125,
+ 0.009613037109375,
+ 0.004329681396484375,
+ -0.01047515869140625,
+ 0.07159423828125,
+ 0.0258331298828125,
+ -0.024688720703125,
+ -0.0596923828125,
+ -0.01464080810546875,
+ -0.00803375244140625,
+ -0.01052093505859375,
+ 0.04803466796875,
+ -0.04132080078125,
+ -0.01081085205078125,
+ -0.0217132568359375,
+ 0.050506591796875,
+ 0.033294677734375,
+ -0.0157928466796875,
+ 0.01047515869140625,
+ 0.01406097412109375,
+ -0.007366180419921875,
+ -0.0006847381591796875,
+ -0.0026187896728515625
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "backup",
+ "encryption",
+ "artifact-extraction",
+ "android",
+ "scenario:file_recovery"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Benutzer__und_Rechteverwaltung",
+ "type": "tool",
+ "name": "Linux Benutzer- und Rechteverwaltung",
+ "content": "linux benutzer- und rechteverwaltung systematische analyse von /etc/passwd, /etc/shadow und /etc/group für user-activity-reconstruction. zahlencodierung (chmod 755) und symbolic-notation (rwxr-xr-x) für dateiberechtigungen. includes setuid, setgid und sticky-bit analyse für privilege-escalation-detection. user-analysis permission-analysis privilege-escalation system-metadata access-control incident-response static-investigations malware-analysis examination analysis",
+ "embedding": [
+ -0.0167694091796875,
+ 0.0172271728515625,
+ 0.054962158203125,
+ -0.0161285400390625,
+ 0.0261993408203125,
+ 0.01190948486328125,
+ 0.0188751220703125,
+ -0.01520538330078125,
+ -0.0283966064453125,
+ -0.004261016845703125,
+ -0.006961822509765625,
+ 0.0309600830078125,
+ -0.006458282470703125,
+ -0.0267486572265625,
+ -0.01236724853515625,
+ 0.037384033203125,
+ 0.01337432861328125,
+ 0.0018548965454101562,
+ 0.01145172119140625,
+ -0.01067352294921875,
+ -0.0214385986328125,
+ -0.006687164306640625,
+ -0.057159423828125,
+ -0.00884246826171875,
+ 0.00792694091796875,
+ -0.004146575927734375,
+ -0.01122283935546875,
+ -0.06890869140625,
+ -0.0201568603515625,
+ 0.007373809814453125,
+ 0.0256500244140625,
+ -0.0274810791015625,
+ -0.0030689239501953125,
+ 0.0265655517578125,
+ -0.006046295166015625,
+ -0.0302276611328125,
+ 0.0027141571044921875,
+ -0.060455322265625,
+ -0.00893402099609375,
+ 0.06268310546875,
+ -0.0223541259765625,
+ -0.0011968612670898438,
+ -0.005908966064453125,
+ -0.032623291015625,
+ -0.0006070137023925781,
+ -0.01465606689453125,
+ 0.0291290283203125,
+ 0.0008187294006347656,
+ 0.004329681396484375,
+ -0.037933349609375,
+ 0.040313720703125,
+ 0.00994110107421875,
+ 0.0188751220703125,
+ -0.00838470458984375,
+ -0.0285797119140625,
+ 0.039764404296875,
+ -0.006229400634765625,
+ -0.0164031982421875,
+ -0.0282135009765625,
+ 0.042694091796875,
+ -0.041778564453125,
+ 0.000005900859832763672,
+ 0.007511138916015625,
+ -0.0013341903686523438,
+ 0.004169464111328125,
+ 0.038116455078125,
+ -0.006137847900390625,
+ -0.039947509765625,
+ -0.0022678375244140625,
+ -0.0002949237823486328,
+ 0.005588531494140625,
+ 0.006412506103515625,
+ 0.006961822509765625,
+ 0.034271240234375,
+ -0.0228118896484375,
+ -0.047271728515625,
+ 0.01502227783203125,
+ 0.037384033203125,
+ 0.0198822021484375,
+ -0.0038700103759765625,
+ -0.039947509765625,
+ -0.0020847320556640625,
+ 0.048736572265625,
+ -0.00998687744140625,
+ -0.01456451416015625,
+ -0.0033206939697265625,
+ 0.01021575927734375,
+ 0.0190582275390625,
+ -0.004375457763671875,
+ -0.01309967041015625,
+ 0.01383209228515625,
+ -0.006870269775390625,
+ 0.01255035400390625,
+ -0.01291656494140625,
+ 0.035736083984375,
+ 0.044891357421875,
+ -0.007602691650390625,
+ -0.0289459228515625,
+ -0.0010995864868164062,
+ 0.061187744140625,
+ 0.0287628173828125,
+ -0.033905029296875,
+ 0.035919189453125,
+ 0.01016998291015625,
+ 0.057525634765625,
+ -0.059722900390625,
+ 0.00852203369140625,
+ -0.0224456787109375,
+ 0.0166778564453125,
+ -0.01090240478515625,
+ -0.08502197265625,
+ -0.033538818359375,
+ -0.01099395751953125,
+ -0.043975830078125,
+ -0.0203399658203125,
+ 0.004764556884765625,
+ -0.0037555694580078125,
+ 0.053497314453125,
+ -0.050567626953125,
+ -0.0294952392578125,
+ 0.0287628173828125,
+ 0.0005440711975097656,
+ 0.005748748779296875,
+ 0.0267486572265625,
+ -0.043975830078125,
+ -0.047271728515625,
+ 0.00962066650390625,
+ 0.034088134765625,
+ -0.0243682861328125,
+ -0.0028171539306640625,
+ -0.0165863037109375,
+ -0.005084991455078125,
+ -0.0258331298828125,
+ -0.034637451171875,
+ -0.0269317626953125,
+ -0.044342041015625,
+ 0.046173095703125,
+ -0.0232696533203125,
+ -0.0158538818359375,
+ 0.0276641845703125,
+ 0.054229736328125,
+ -0.034271240234375,
+ -0.044342041015625,
+ -0.0211639404296875,
+ -0.0260162353515625,
+ 0.0025196075439453125,
+ -0.006046295166015625,
+ 0.035919189453125,
+ -0.0222625732421875,
+ -0.00975799560546875,
+ -0.01538848876953125,
+ 0.0036869049072265625,
+ 0.060821533203125,
+ 0.01410675048828125,
+ 0.01383209228515625,
+ -0.07183837890625,
+ 0.01282501220703125,
+ -0.01136016845703125,
+ 0.006641387939453125,
+ -0.004192352294921875,
+ -0.0164947509765625,
+ 0.01392364501953125,
+ -0.0017061233520507812,
+ 0.033172607421875,
+ -0.01520538330078125,
+ -0.056427001953125,
+ -0.01021575927734375,
+ -0.0027141571044921875,
+ -0.01502227783203125,
+ 0.0157623291015625,
+ 0.01039886474609375,
+ -0.00009447336196899414,
+ 0.031524658203125,
+ 0.034088134765625,
+ 0.0019817352294921875,
+ 0.0176849365234375,
+ 0.0240020751953125,
+ -0.046356201171875,
+ 0.07183837890625,
+ 0.0278472900390625,
+ -0.0205230712890625,
+ -0.01085662841796875,
+ 0.037933349609375,
+ -0.01062774658203125,
+ 0.032073974609375,
+ -0.00838470458984375,
+ -0.0177764892578125,
+ -0.0294952392578125,
+ -0.01085662841796875,
+ 0.043060302734375,
+ -0.0222625732421875,
+ -0.049102783203125,
+ 0.0245513916015625,
+ 0.0294952392578125,
+ 0.0210723876953125,
+ 0.049468994140625,
+ 0.058624267578125,
+ -0.01309967041015625,
+ 0.0276641845703125,
+ -0.004810333251953125,
+ -0.01126861572265625,
+ 0.042327880859375,
+ -0.0012884140014648438,
+ 0.0289459228515625,
+ 0.040863037109375,
+ 0.0014142990112304688,
+ -0.00916290283203125,
+ 0.0216217041015625,
+ 0.031707763671875,
+ 0.003963470458984375,
+ -0.006000518798828125,
+ 0.041778564453125,
+ 0.00007802248001098633,
+ -0.00984954833984375,
+ -0.039398193359375,
+ -0.048736572265625,
+ 0.0276641845703125,
+ -0.01410675048828125,
+ -0.004215240478515625,
+ 0.0218048095703125,
+ -0.0232696533203125,
+ -0.052398681640625,
+ 0.005496978759765625,
+ 0.0293121337890625,
+ -0.007373809814453125,
+ 0.045623779296875,
+ 0.0278472900390625,
+ -0.0200653076171875,
+ -0.0190582275390625,
+ 0.0157623291015625,
+ 0.056060791015625,
+ 0.032440185546875,
+ 0.007785797119140625,
+ 0.0278472900390625,
+ -0.01172637939453125,
+ -0.0207977294921875,
+ 0.0304107666015625,
+ 0.0170440673828125,
+ 0.005016326904296875,
+ 0.007648468017578125,
+ -0.0300445556640625,
+ 0.0022792816162109375,
+ -0.033905029296875,
+ 0.0232696533203125,
+ 0.01200103759765625,
+ -0.0159454345703125,
+ 0.0006241798400878906,
+ 0.032806396484375,
+ 0.036468505859375,
+ 0.052398681640625,
+ -0.045257568359375,
+ -0.0167694091796875,
+ -0.07110595703125,
+ 0.0033435821533203125,
+ -0.055328369140625,
+ -0.032623291015625,
+ -0.031524658203125,
+ -0.041778564453125,
+ 0.01428985595703125,
+ -0.01511383056640625,
+ -0.0294952392578125,
+ -0.0028743743896484375,
+ 0.00984954833984375,
+ -0.01383209228515625,
+ 0.0258331298828125,
+ 0.005451202392578125,
+ -0.0211639404296875,
+ 0.00829315185546875,
+ 0.06378173828125,
+ -0.0309600830078125,
+ -0.052032470703125,
+ -0.0196075439453125,
+ 0.0202484130859375,
+ -0.01209259033203125,
+ 0.0247344970703125,
+ -0.0298614501953125,
+ -0.01557159423828125,
+ 0.034454345703125,
+ 0.0214385986328125,
+ 0.0240020751953125,
+ -0.007144927978515625,
+ -0.00952911376953125,
+ -0.0208892822265625,
+ 0.0037555694580078125,
+ -0.048736572265625,
+ 0.0003063678741455078,
+ 0.01181793212890625,
+ -0.0031604766845703125,
+ -0.035186767578125,
+ -0.060089111328125,
+ -0.0015344619750976562,
+ 0.0294952392578125,
+ 0.01158905029296875,
+ -0.01190948486328125,
+ -0.0006785392761230469,
+ -0.038299560546875,
+ 0.0169525146484375,
+ 0.01328277587890625,
+ -0.0161285400390625,
+ 0.0265655517578125,
+ 0.0180511474609375,
+ -0.0189666748046875,
+ 0.0163116455078125,
+ -0.0181427001953125,
+ -0.00038933753967285156,
+ -0.0166778564453125,
+ -0.0298614501953125,
+ -0.01030731201171875,
+ -0.01227569580078125,
+ -0.0241851806640625,
+ -0.00971221923828125,
+ 0.0196075439453125,
+ -0.01374053955078125,
+ 0.0260162353515625,
+ -0.042327880859375,
+ -0.01218414306640625,
+ -0.07293701171875,
+ -0.054229736328125,
+ 0.01071929931640625,
+ -0.0269317626953125,
+ -0.00879669189453125,
+ -0.0305938720703125,
+ 0.0261993408203125,
+ -0.00943756103515625,
+ 0.01039886474609375,
+ -0.005542755126953125,
+ -0.00037217140197753906,
+ -0.0228118896484375,
+ 0.032806396484375,
+ -0.0267486572265625,
+ 0.041229248046875,
+ 0.01374053955078125,
+ 0.0203399658203125,
+ 0.033355712890625,
+ 0.0254669189453125,
+ 0.042877197265625,
+ 0.06597900390625,
+ 0.006595611572265625,
+ -0.01049041748046875,
+ -0.01081085205078125,
+ -0.0229949951171875,
+ 0.006229400634765625,
+ 0.0032291412353515625,
+ -0.004535675048828125,
+ -0.0191497802734375,
+ -0.0276641845703125,
+ -0.0294952392578125,
+ 0.0234527587890625,
+ 0.046722412109375,
+ 0.040130615234375,
+ -0.007511138916015625,
+ -0.0219879150390625,
+ -0.005771636962890625,
+ 0.046173095703125,
+ -0.0166778564453125,
+ 0.09051513671875,
+ -0.007190704345703125,
+ -0.050201416015625,
+ 0.01131439208984375,
+ 0.0168609619140625,
+ -0.0201568603515625,
+ -0.004192352294921875,
+ 0.041778564453125,
+ 0.0164031982421875,
+ -0.0012197494506835938,
+ 0.040863037109375,
+ -0.035552978515625,
+ 0.0293121337890625,
+ 0.01026153564453125,
+ 0.0180511474609375,
+ -0.0027027130126953125,
+ -0.0283966064453125,
+ 0.0196075439453125,
+ 0.07513427734375,
+ 0.033721923828125,
+ 0.01181793212890625,
+ 0.049835205078125,
+ -0.045440673828125,
+ -0.0005154609680175781,
+ -0.0195159912109375,
+ -0.062286376953125,
+ 0.0180511474609375,
+ 0.0232696533203125,
+ 0.0035724639892578125,
+ 0.01502227783203125,
+ -0.040863037109375,
+ -0.049102783203125,
+ 0.00994110107421875,
+ -0.044708251953125,
+ 0.059722900390625,
+ 0.031524658203125,
+ 0.0212554931640625,
+ 0.033721923828125,
+ -0.0283966064453125,
+ 0.006504058837890625,
+ 0.06488037109375,
+ 0.0026111602783203125,
+ 0.0265655517578125,
+ 0.0261993408203125,
+ 0.044525146484375,
+ 0.0254669189453125,
+ -0.033172607421875,
+ 0.0287628173828125,
+ 0.0294952392578125,
+ 0.00994110107421875,
+ -0.0249176025390625,
+ 0.036651611328125,
+ 0.039764404296875,
+ 0.0238189697265625,
+ -0.049102783203125,
+ 0.056060791015625,
+ 0.01218414306640625,
+ -0.01355743408203125,
+ 0.0261993408203125,
+ -0.0159454345703125,
+ 0.0240020751953125,
+ -0.0240020751953125,
+ -0.01245880126953125,
+ 0.0036869049072265625,
+ -0.00029206275939941406,
+ 0.00952911376953125,
+ 0.0309600830078125,
+ -0.049835205078125,
+ 0.0194244384765625,
+ 0.051300048828125,
+ -0.0305938720703125,
+ -0.003917694091796875,
+ 0.0158538818359375,
+ -0.0298614501953125,
+ 0.0222625732421875,
+ -0.0164031982421875,
+ -0.07843017578125,
+ 0.031341552734375,
+ -0.044525146484375,
+ -0.043975830078125,
+ 0.004764556884765625,
+ 0.0159454345703125,
+ -0.032623291015625,
+ -0.0249176025390625,
+ -0.062286376953125,
+ -0.0291290283203125,
+ 0.0026340484619140625,
+ -0.00888824462890625,
+ 0.0212554931640625,
+ -0.0157623291015625,
+ 0.01273345947265625,
+ 0.01401519775390625,
+ 0.043975830078125,
+ -0.00998687744140625,
+ -0.0011396408081054688,
+ 0.061187744140625,
+ -0.0177764892578125,
+ -0.040313720703125,
+ 0.0218963623046875,
+ -0.0018777847290039062,
+ -0.0013170242309570312,
+ -0.01520538330078125,
+ -0.0280303955078125,
+ 0.006320953369140625,
+ 0.0176849365234375,
+ 0.0198822021484375,
+ 0.0240020751953125,
+ -0.053863525390625,
+ -0.038482666015625,
+ -0.0311431884765625,
+ 0.0185089111328125,
+ -0.0013971328735351562,
+ 0.01126861572265625,
+ 0.0004982948303222656,
+ -0.06561279296875,
+ 0.01158905029296875,
+ -0.046905517578125,
+ -0.045806884765625,
+ -0.0025768280029296875,
+ -0.0200653076171875,
+ -0.0267486572265625,
+ 0.056793212890625,
+ -0.004100799560546875,
+ -0.0278472900390625,
+ -0.0243682861328125,
+ 0.046173095703125,
+ 0.0217132568359375,
+ -0.004924774169921875,
+ -0.0302276611328125,
+ 0.048736572265625,
+ 0.01030731201171875,
+ -0.06890869140625,
+ -0.0190582275390625,
+ -0.0294952392578125,
+ 0.01190948486328125,
+ 0.034637451171875,
+ -0.07806396484375,
+ -0.004970550537109375,
+ -0.0191497802734375,
+ -0.049835205078125,
+ -0.042510986328125,
+ -0.00939178466796875,
+ -0.038116455078125,
+ -0.033538818359375,
+ 0.0251007080078125,
+ 0.033355712890625,
+ 0.006229400634765625,
+ 0.0162200927734375,
+ 0.038482666015625,
+ 0.00788116455078125,
+ -0.0196075439453125,
+ -0.01209259033203125,
+ -0.0256500244140625,
+ 0.0038242340087890625,
+ -0.044891357421875,
+ -0.049835205078125,
+ -0.035919189453125,
+ 0.0305938720703125,
+ -0.043792724609375,
+ 0.035003662109375,
+ 0.0010995864868164062,
+ -0.0265655517578125,
+ 0.042327880859375,
+ -0.043609619140625,
+ 0.01039886474609375,
+ -0.0162200927734375,
+ -0.0269317626953125,
+ -0.0311431884765625,
+ -0.0267486572265625,
+ -0.040130615234375,
+ 0.037017822265625,
+ 0.00884246826171875,
+ 0.01200103759765625,
+ 0.047637939453125,
+ -0.034271240234375,
+ -0.0022678375244140625,
+ -0.0010080337524414062,
+ -0.0167694091796875,
+ 0.005954742431640625,
+ 0.0196990966796875,
+ -0.004215240478515625,
+ 0.004009246826171875,
+ 0.0263824462890625,
+ -0.038299560546875,
+ -0.036102294921875,
+ -0.07879638671875,
+ 0.0271148681640625,
+ 0.0171356201171875,
+ -0.0221710205078125,
+ -0.0156707763671875,
+ -0.01145172119140625,
+ -0.08026123046875,
+ 0.0201568603515625,
+ 0.051666259765625,
+ -0.0214385986328125,
+ -0.01136016845703125,
+ -0.01158905029296875,
+ -0.01493072509765625,
+ -0.006824493408203125,
+ -0.036285400390625,
+ 0.0197906494140625,
+ -0.031707763671875,
+ 0.01538848876953125,
+ -0.035369873046875,
+ -0.042327880859375,
+ 0.0260162353515625,
+ 0.031707763671875,
+ 0.038848876953125,
+ -0.0220794677734375,
+ 0.0289459228515625,
+ -0.01085662841796875,
+ 0.0232696533203125,
+ -0.0225372314453125,
+ 0.004283905029296875,
+ -0.01200103759765625,
+ -0.004009246826171875,
+ 0.0194244384765625,
+ -0.0283966064453125,
+ -0.0240020751953125,
+ 0.005062103271484375,
+ 0.035369873046875,
+ -0.0024967193603515625,
+ -0.0172271728515625,
+ -0.0033206939697265625,
+ 0.034637451171875,
+ -0.003940582275390625,
+ 0.051666259765625,
+ -0.0307769775390625,
+ -0.053497314453125,
+ -0.0158538818359375,
+ 0.0258331298828125,
+ 0.0234527587890625,
+ 0.0176849365234375,
+ 0.0294952392578125,
+ -0.01438140869140625,
+ 0.0254669189453125,
+ 0.06597900390625,
+ -0.0252838134765625,
+ -0.0241851806640625,
+ -0.034271240234375,
+ 0.01140594482421875,
+ -0.0018091201782226562,
+ 0.050201416015625,
+ -0.0025768280029296875,
+ 0.06854248046875,
+ 0.00897979736328125,
+ -0.00824737548828125,
+ 0.051300048828125,
+ 0.053131103515625,
+ 0.039581298828125,
+ -0.00939178466796875,
+ -0.032623291015625,
+ 0.0032520294189453125,
+ 0.00008982419967651367,
+ -0.046722412109375,
+ -0.038482666015625,
+ -0.005107879638671875,
+ 0.057525634765625,
+ -0.050567626953125,
+ -0.0161285400390625,
+ -0.00884246826171875,
+ 0.01026153564453125,
+ 0.01209259033203125,
+ 0.0218963623046875,
+ -0.036468505859375,
+ 0.0027828216552734375,
+ -0.01181793212890625,
+ -0.049102783203125,
+ -0.0023250579833984375,
+ 0.0038242340087890625,
+ -0.01328277587890625,
+ 0.057159423828125,
+ 0.0309600830078125,
+ -0.01493072509765625,
+ 0.049835205078125,
+ 0.007465362548828125,
+ 0.043426513671875,
+ 0.0197906494140625,
+ 0.0311431884765625,
+ 0.0017290115356445312,
+ 0.0205230712890625,
+ 0.048004150390625,
+ 0.052398681640625,
+ -0.043243408203125,
+ -0.0240020751953125,
+ 0.005062103271484375,
+ 0.0282135009765625,
+ 0.036102294921875,
+ 0.045806884765625,
+ 0.01117706298828125,
+ -0.006137847900390625,
+ 0.01337432861328125,
+ -0.053863525390625,
+ -0.007648468017578125,
+ 0.0184173583984375,
+ -0.0294952392578125,
+ -0.00907135009765625,
+ -0.042694091796875,
+ 0.01076507568359375,
+ -0.01337432861328125,
+ 0.01438140869140625,
+ 0.0035266876220703125,
+ -0.044342041015625,
+ -0.0008416175842285156,
+ 0.0300445556640625,
+ -0.007785797119140625,
+ -0.0278472900390625,
+ 0.040496826171875,
+ -0.053131103515625,
+ -0.01438140869140625,
+ -0.041229248046875,
+ -0.053131103515625,
+ 0.00829315185546875,
+ -0.01383209228515625,
+ -0.07147216796875,
+ -0.005290985107421875,
+ 0.047637939453125,
+ -0.0184173583984375,
+ -0.0283966064453125,
+ -0.0207061767578125,
+ 0.005748748779296875,
+ -0.0287628173828125,
+ -0.0229949951171875,
+ -0.040679931640625,
+ -0.0193328857421875,
+ 0.003963470458984375,
+ -0.0272979736328125,
+ 0.0038471221923828125,
+ -0.0282135009765625,
+ -0.01282501220703125,
+ -0.0022563934326171875,
+ -0.005496978759765625,
+ -0.056793212890625,
+ 0.0280303955078125,
+ -0.047271728515625,
+ 0.036102294921875,
+ 0.0209808349609375,
+ 0.0278472900390625,
+ 0.035369873046875,
+ 0.08172607421875,
+ 0.0033664703369140625,
+ -0.0005984306335449219,
+ -0.007236480712890625,
+ -0.06268310546875,
+ -0.0030918121337890625,
+ -0.0197906494140625,
+ -0.004215240478515625,
+ -0.07733154296875,
+ -0.0173187255859375,
+ 0.07257080078125,
+ -0.07916259765625,
+ 0.00925445556640625,
+ -0.00797271728515625,
+ -0.0200653076171875,
+ -0.0282135009765625,
+ -0.0170440673828125,
+ 0.049102783203125,
+ 0.01474761962890625,
+ 0.07257080078125,
+ 0.01300811767578125,
+ -0.004146575927734375,
+ 0.0020618438720703125,
+ -0.053497314453125,
+ 0.061920166015625,
+ 0.00998687744140625,
+ 0.0006213188171386719,
+ -0.050567626953125,
+ 0.0263824462890625,
+ 0.01529693603515625,
+ 0.00008946657180786133,
+ 0.01428985595703125,
+ -0.06524658203125,
+ -0.01181793212890625,
+ 0.044525146484375,
+ 0.005611419677734375,
+ -0.0231781005859375,
+ 0.0021419525146484375,
+ -0.039764404296875,
+ -0.0260162353515625,
+ -0.0175933837890625,
+ 0.0160369873046875,
+ 0.004375457763671875,
+ 0.0302276611328125,
+ -0.041595458984375,
+ -0.0174102783203125,
+ -0.0179595947265625,
+ -0.06414794921875,
+ -0.0203399658203125,
+ -0.0206146240234375,
+ 0.038848876953125,
+ -0.0157623291015625,
+ -0.06817626953125,
+ 0.0298614501953125,
+ 0.0158538818359375,
+ 0.0247344970703125,
+ 0.0208892822265625,
+ 0.043975830078125,
+ -0.042510986328125,
+ 0.0031147003173828125,
+ -0.0018548965454101562,
+ 0.046539306640625,
+ 0.007556915283203125,
+ -0.0172271728515625,
+ -0.0174102783203125,
+ 0.038848876953125,
+ 0.057159423828125,
+ -0.0291290283203125,
+ 0.057891845703125,
+ 0.0167694091796875,
+ -0.0197906494140625,
+ -0.055328369140625,
+ -0.032073974609375,
+ -0.0309600830078125,
+ 0.01255035400390625,
+ -0.0251007080078125,
+ 0.044525146484375,
+ 0.033538818359375,
+ -0.0200653076171875,
+ -0.07843017578125,
+ 0.046905517578125,
+ -0.0197906494140625,
+ 0.0294952392578125,
+ 0.0182342529296875,
+ -0.057525634765625,
+ -0.06671142578125,
+ -0.06561279296875,
+ 0.007282257080078125,
+ 0.0164031982421875,
+ -0.037750244140625,
+ 0.035919189453125,
+ -0.005771636962890625,
+ 0.0009560585021972656,
+ 0.0193328857421875,
+ -0.00966644287109375,
+ 0.0034580230712890625,
+ 0.01557159423828125,
+ 0.0241851806640625,
+ -0.0196075439453125,
+ 0.056060791015625,
+ -0.01282501220703125,
+ -0.0023250579833984375,
+ -0.0006699562072753906,
+ -0.01346588134765625,
+ 0.0274810791015625,
+ 0.004238128662109375,
+ -0.038299560546875,
+ 0.00856781005859375,
+ 0.0307769775390625,
+ 0.06451416015625,
+ 0.01282501220703125,
+ 0.0263824462890625,
+ -0.0249176025390625,
+ 0.0260162353515625,
+ -0.004306793212890625,
+ -0.006641387939453125,
+ 0.004192352294921875,
+ 0.01049041748046875,
+ -0.0251007080078125,
+ -0.01483917236328125,
+ -0.059722900390625,
+ -0.06488037109375,
+ 0.01122283935546875,
+ -0.050567626953125,
+ -0.01163482666015625,
+ 0.0230865478515625,
+ 0.01392364501953125,
+ 0.038299560546875,
+ -0.0278472900390625,
+ 0.042694091796875,
+ -0.004787445068359375,
+ -0.01209259033203125,
+ -0.042694091796875,
+ 0.0283966064453125,
+ 0.0234527587890625,
+ 0.006824493408203125,
+ -0.00980377197265625,
+ -0.034637451171875,
+ 0.044708251953125,
+ -0.01309967041015625,
+ 0.0172271728515625,
+ -0.036102294921875,
+ 0.0165863037109375,
+ -0.01218414306640625,
+ 0.005336761474609375,
+ -0.060089111328125,
+ -0.0278472900390625,
+ 0.0189666748046875,
+ 0.0291290283203125,
+ 0.0009851455688476562,
+ -0.0035037994384765625,
+ 0.035003662109375,
+ -0.0025768280029296875,
+ -0.049102783203125,
+ 0.01300811767578125,
+ 0.0007386207580566406,
+ -0.038665771484375,
+ -0.0177764892578125,
+ -0.0226287841796875,
+ 0.007190704345703125,
+ 0.036651611328125,
+ 0.048004150390625,
+ 0.0169525146484375,
+ 0.031707763671875,
+ 0.0236358642578125,
+ 0.0005097389221191406,
+ -0.01108551025390625,
+ -0.01474761962890625,
+ 0.0193328857421875,
+ 0.048370361328125,
+ 0.01502227783203125,
+ -0.01465606689453125,
+ 0.038665771484375,
+ 0.0010366439819335938,
+ -0.10040283203125,
+ 0.007419586181640625,
+ 0.005588531494140625,
+ -0.047637939453125,
+ -0.01502227783203125,
+ 0.10772705078125,
+ 0.033355712890625,
+ 0.0234527587890625,
+ 0.01410675048828125,
+ 0.035919189453125,
+ -0.0018663406372070312,
+ 0.01300811767578125,
+ -0.00948333740234375,
+ -0.06597900390625,
+ 0.00902557373046875,
+ 0.01236724853515625,
+ 0.006504058837890625,
+ -0.08209228515625,
+ 0.048736572265625,
+ 0.08062744140625,
+ -0.0166778564453125,
+ 0.0015687942504882812,
+ 0.00879669189453125,
+ -0.01190948486328125,
+ 0.043243408203125,
+ 0.01529693603515625,
+ -0.0256500244140625,
+ -0.054229736328125,
+ 0.01483917236328125,
+ 0.0025424957275390625,
+ -0.0207061767578125,
+ -0.01181793212890625,
+ -0.0169525146484375,
+ -0.0300445556640625,
+ 0.0234527587890625,
+ -0.058624267578125,
+ -0.00998687744140625,
+ 0.004352569580078125,
+ 0.07806396484375,
+ 0.0191497802734375,
+ -0.048004150390625,
+ -0.035919189453125,
+ 0.036102294921875,
+ 0.0206146240234375,
+ -0.005268096923828125,
+ 0.004878997802734375,
+ -0.007648468017578125,
+ -0.0156707763671875,
+ 0.0013284683227539062,
+ 0.057159423828125,
+ -0.00893402099609375,
+ 0.06524658203125,
+ 0.0200653076171875,
+ -0.046539306640625,
+ 0.0213470458984375,
+ -0.0241851806640625,
+ 0.0210723876953125,
+ -0.0171356201171875,
+ -0.045989990234375,
+ -0.055328369140625,
+ -0.06414794921875,
+ 0.037933349609375,
+ -0.01282501220703125,
+ 0.0193328857421875,
+ 0.034820556640625,
+ 0.0185089111328125,
+ -0.0252838134765625,
+ 0.005863189697265625,
+ 0.0226287841796875,
+ 0.042877197265625,
+ 0.006916046142578125,
+ 0.007282257080078125,
+ 0.0214385986328125,
+ 0.032440185546875,
+ 0.0278472900390625,
+ -0.045440673828125,
+ 0.031890869140625,
+ -0.0233612060546875,
+ 0.0278472900390625,
+ -0.0171356201171875,
+ 0.0234527587890625,
+ 0.01392364501953125,
+ -0.053131103515625,
+ -0.006549835205078125,
+ -0.045257568359375,
+ -0.00907135009765625,
+ -0.0011625289916992188,
+ -0.042694091796875,
+ -0.0218048095703125,
+ 0.061920166015625,
+ -0.036468505859375,
+ 0.01103973388671875,
+ 0.0010080337524414062,
+ 0.006778717041015625,
+ 0.0181427001953125,
+ -0.07513427734375,
+ 0.0181427001953125,
+ 0.042327880859375,
+ 0.0252838134765625,
+ 0.0036411285400390625,
+ 0.01264190673828125,
+ 0.0269317626953125,
+ -0.0022106170654296875,
+ 0.0311431884765625,
+ 0.0258331298828125,
+ -0.041595458984375,
+ 0.050201416015625,
+ 0.057525634765625,
+ -0.0032520294189453125,
+ -0.0192413330078125,
+ 0.036285400390625,
+ 0.0027599334716796875,
+ -0.054595947265625,
+ 0.0293121337890625,
+ 0.0311431884765625,
+ 0.041778564453125,
+ -0.0256500244140625,
+ -0.00925445556640625,
+ -0.0243682861328125,
+ -0.038299560546875,
+ 0.057159423828125,
+ 0.034820556640625,
+ 0.00980377197265625,
+ 0.047271728515625,
+ -0.0300445556640625,
+ 0.07366943359375,
+ -0.01456451416015625,
+ 0.043792724609375,
+ -0.045989990234375,
+ 0.048004150390625,
+ -0.01108551025390625,
+ 0.01264190673828125,
+ 0.00843048095703125,
+ 0.0254669189453125,
+ 0.0159454345703125,
+ 0.0160369873046875,
+ -0.0225372314453125,
+ 0.048370361328125,
+ 0.0249176025390625,
+ -0.00030922889709472656,
+ -0.056427001953125,
+ -0.0022106170654296875,
+ -0.0027027130126953125,
+ 0.00792694091796875,
+ 0.044891357421875,
+ -0.054595947265625,
+ -0.0018663406372070312,
+ 0.0206146240234375,
+ 0.0175018310546875,
+ 0.060821533203125,
+ -0.0034809112548828125,
+ 0.0260162353515625,
+ -0.01081085205078125,
+ 0.01108551025390625,
+ -0.007740020751953125,
+ -0.005428314208984375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "user-analysis",
+ "permission-analysis",
+ "privilege-escalation",
+ "system-metadata",
+ "access-control"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Wireshark",
+ "type": "tool",
+ "name": "Wireshark",
+ "content": "wireshark netzwerk-protokoll-analyzer dekodiert ethernet bis zu ics-protokollen mit mächtiger \n display-filter-syntax für präzise paket-selektion. follow-stream rekonstruiert komplette \n tcp-sessions, http-uploads, ftp-transfers. expert-info identifiziert anomalien wie \n retransmissions, malformed packets. export-objekte extrahiert übertragene dateien aus \n http, smb, tftp. tls-decryption mit private keys oder sslkeylogfile. lua- und c-plugin-api \n für custom-dissectors. gui protocol-decode packet-filtering pcap-capture cross-platform session-reconstruction display-filters follow-stream expert-info statistics coloring-rules tls-decryption network-analysis packet-analysis traffic-analysis incident-response malware-analysis network-forensics cloud-forensics ics-forensics fraud-investigation examination analysis",
+ "embedding": [
+ -0.01030731201171875,
+ 0.004364013671875,
+ 0.04754638671875,
+ 0.0296630859375,
+ 0.0272674560546875,
+ 0.0234527587890625,
+ 0.0147247314453125,
+ 0.0085601806640625,
+ -0.029449462890625,
+ -0.0016355514526367188,
+ -0.044921875,
+ 0.038177490234375,
+ 0.0235595703125,
+ -0.0010089874267578125,
+ -0.0806884765625,
+ 0.0338134765625,
+ -0.013031005859375,
+ 0.005672454833984375,
+ -0.01052093505859375,
+ 0.00992584228515625,
+ -0.015594482421875,
+ -0.01177978515625,
+ -0.04144287109375,
+ -0.0091094970703125,
+ -0.0103607177734375,
+ -0.0088348388671875,
+ -0.02508544921875,
+ -0.08856201171875,
+ -0.0174560546875,
+ 0.01885986328125,
+ 0.02410888671875,
+ -0.011016845703125,
+ 0.0003101825714111328,
+ 0.025848388671875,
+ 0.0018262863159179688,
+ -0.0223541259765625,
+ 0.022796630859375,
+ -0.06365966796875,
+ -0.0223541259765625,
+ 0.0460205078125,
+ -0.004444122314453125,
+ -0.0254058837890625,
+ 0.01526641845703125,
+ -0.00812530517578125,
+ -0.0215911865234375,
+ -0.02606201171875,
+ -0.009979248046875,
+ -0.002685546875,
+ 0.01898193359375,
+ -0.0139617919921875,
+ 0.05126953125,
+ 0.008453369140625,
+ -0.0086669921875,
+ -0.00537109375,
+ -0.03643798828125,
+ 0.019744873046875,
+ 0.041656494140625,
+ -0.0276947021484375,
+ -0.0305328369140625,
+ 0.06585693359375,
+ -0.027923583984375,
+ -0.0236663818359375,
+ -0.01020050048828125,
+ -0.01483154296875,
+ 0.0226898193359375,
+ 0.0026721954345703125,
+ -0.023223876953125,
+ -0.035125732421875,
+ -0.007904052734375,
+ -0.007198333740234375,
+ 0.00937652587890625,
+ -0.0202789306640625,
+ -0.01259613037109375,
+ 0.040130615234375,
+ -0.0303192138671875,
+ -0.035552978515625,
+ 0.0070343017578125,
+ 0.025848388671875,
+ 0.015594482421875,
+ 0.0131378173828125,
+ -0.0460205078125,
+ 0.01898193359375,
+ 0.053863525390625,
+ 0.0028896331787109375,
+ -0.004772186279296875,
+ -0.0020999908447265625,
+ 0.0338134765625,
+ -0.00746917724609375,
+ 0.0208282470703125,
+ -0.006134033203125,
+ 0.03314208984375,
+ -0.00861358642578125,
+ 0.024871826171875,
+ -0.0141754150390625,
+ 0.03729248046875,
+ 0.040802001953125,
+ -0.034454345703125,
+ 0.0003237724304199219,
+ 0.005832672119140625,
+ 0.015380859375,
+ 0.0287933349609375,
+ -0.0236663818359375,
+ 0.0543212890625,
+ -0.0003476142883300781,
+ 0.04144287109375,
+ -0.0204010009765625,
+ -0.003925323486328125,
+ -0.01995849609375,
+ 0.004253387451171875,
+ -0.02716064453125,
+ -0.08111572265625,
+ -0.03424072265625,
+ -0.0301055908203125,
+ -0.067626953125,
+ -0.0198516845703125,
+ 0.0013227462768554688,
+ -0.01363372802734375,
+ 0.038177490234375,
+ -0.05517578125,
+ -0.051483154296875,
+ 0.013580322265625,
+ -0.003421783447265625,
+ -0.0210418701171875,
+ 0.0033817291259765625,
+ -0.053436279296875,
+ -0.058013916015625,
+ -0.002971649169921875,
+ 0.0170135498046875,
+ -0.049285888671875,
+ -0.00954437255859375,
+ -0.002330780029296875,
+ 0.00022494792938232422,
+ 0.0024261474609375,
+ -0.004116058349609375,
+ -0.005916595458984375,
+ -0.0305328369140625,
+ 0.0249786376953125,
+ -0.0026035308837890625,
+ -0.0021820068359375,
+ -0.0008587837219238281,
+ 0.0183258056640625,
+ -0.0251922607421875,
+ -0.047760009765625,
+ -0.00888824462890625,
+ -0.01788330078125,
+ -0.00926971435546875,
+ -0.01275634765625,
+ 0.0254058837890625,
+ -0.007526397705078125,
+ -0.0121612548828125,
+ -0.0194091796875,
+ 0.02606201171875,
+ 0.042327880859375,
+ 0.006435394287109375,
+ 0.016357421875,
+ -0.04034423828125,
+ -0.004062652587890625,
+ -0.026824951171875,
+ 0.0251922607421875,
+ -0.01788330078125,
+ -0.00479888916015625,
+ 0.002685546875,
+ -0.031829833984375,
+ 0.01068878173828125,
+ -0.0131988525390625,
+ -0.026611328125,
+ -0.004116058349609375,
+ 0.00441741943359375,
+ 0.0224609375,
+ -0.01788330078125,
+ 0.0202789306640625,
+ -0.002017974853515625,
+ 0.047119140625,
+ 0.08245849609375,
+ 0.00850677490234375,
+ 0.039703369140625,
+ 0.006816864013671875,
+ -0.0116119384765625,
+ 0.023223876953125,
+ 0.03338623046875,
+ 0.0006203651428222656,
+ -0.0215911865234375,
+ 0.027923583984375,
+ -0.003871917724609375,
+ 0.03228759765625,
+ -0.01177978515625,
+ -0.03533935546875,
+ -0.0131988525390625,
+ -0.0274810791015625,
+ 0.00839996337890625,
+ -0.0399169921875,
+ -0.018218994140625,
+ -0.0036525726318359375,
+ 0.01275634765625,
+ 0.034454345703125,
+ 0.04296875,
+ 0.03729248046875,
+ 0.0083465576171875,
+ 0.0521240234375,
+ -0.01128387451171875,
+ -0.0005965232849121094,
+ 0.0233306884765625,
+ -0.00580596923828125,
+ 0.025848388671875,
+ 0.0244293212890625,
+ 0.0015401840209960938,
+ -0.010467529296875,
+ 0.029449462890625,
+ -0.0024261474609375,
+ -0.02410888671875,
+ -0.00992584228515625,
+ 0.027923583984375,
+ -0.0175628662109375,
+ -0.014068603515625,
+ -0.004581451416015625,
+ -0.036865234375,
+ 0.02508544921875,
+ 0.00455474853515625,
+ 0.00861358642578125,
+ -0.01248931884765625,
+ -0.00921630859375,
+ -0.05975341796875,
+ -0.0179901123046875,
+ 0.042083740234375,
+ -0.038177490234375,
+ 0.047119140625,
+ 0.0238800048828125,
+ -0.01123046875,
+ -0.020721435546875,
+ 0.024871826171875,
+ 0.0242156982421875,
+ 0.0098114013671875,
+ 0.00351715087890625,
+ -0.00916290283203125,
+ -0.0235595703125,
+ -0.0126495361328125,
+ 0.063232421875,
+ 0.046234130859375,
+ 0.0029315948486328125,
+ 0.0205078125,
+ -0.01013946533203125,
+ 0.03466796875,
+ -0.0128173828125,
+ 0.03271484375,
+ 0.0204010009765625,
+ -0.0292205810546875,
+ 0.01275634765625,
+ -0.0098724365234375,
+ 0.006378173828125,
+ 0.060211181640625,
+ -0.05889892578125,
+ -0.0013494491577148438,
+ -0.058013916015625,
+ -0.0098724365234375,
+ -0.075439453125,
+ -0.03314208984375,
+ -0.045379638671875,
+ -0.048431396484375,
+ 0.03271484375,
+ -0.0029582977294921875,
+ -0.034454345703125,
+ 0.00044655799865722656,
+ -0.00861358642578125,
+ -0.01068878173828125,
+ 0.046234130859375,
+ -0.034912109375,
+ -0.008453369140625,
+ -0.0006132125854492188,
+ 0.095947265625,
+ 0.0007600784301757812,
+ -0.015380859375,
+ -0.022247314453125,
+ 0.016693115234375,
+ 0.0100860595703125,
+ 0.0107421875,
+ -0.006626129150390625,
+ 0.0091094970703125,
+ 0.050811767578125,
+ -0.003543853759765625,
+ 0.03466796875,
+ -0.0305328369140625,
+ -0.005615234375,
+ 0.0031890869140625,
+ 0.03643798828125,
+ -0.0255126953125,
+ 0.0085601806640625,
+ 0.01030731201171875,
+ -0.01428985595703125,
+ -0.0106353759765625,
+ -0.0440673828125,
+ 0.0098724365234375,
+ 0.03338623046875,
+ 0.00850677490234375,
+ 0.0246429443359375,
+ 0.0116119384765625,
+ -0.04559326171875,
+ 0.001697540283203125,
+ 0.0172271728515625,
+ 0.00872802734375,
+ 0.01232147216796875,
+ 0.05126953125,
+ -0.045806884765625,
+ 0.002849578857421875,
+ -0.0082855224609375,
+ 0.0183258056640625,
+ -0.04644775390625,
+ -0.030975341796875,
+ -0.0242156982421875,
+ 0.00698089599609375,
+ -0.04559326171875,
+ -0.0215911865234375,
+ 0.0267181396484375,
+ -0.00839996337890625,
+ 0.036651611328125,
+ 0.0018405914306640625,
+ -0.0202789306640625,
+ -0.037506103515625,
+ -0.0460205078125,
+ 0.0116119384765625,
+ -0.03948974609375,
+ -0.037078857421875,
+ -0.032501220703125,
+ 0.0623779296875,
+ 0.0012607574462890625,
+ 0.034912109375,
+ 0.0139617919921875,
+ 0.027587890625,
+ -0.0562744140625,
+ 0.047332763671875,
+ -0.009979248046875,
+ 0.005725860595703125,
+ 0.00801849365234375,
+ 0.06805419921875,
+ 0.028350830078125,
+ 0.0296630859375,
+ 0.038177490234375,
+ 0.04754638671875,
+ 0.018646240234375,
+ -0.0106353759765625,
+ 0.0128173828125,
+ 0.015380859375,
+ 0.01052093505859375,
+ 0.049072265625,
+ -0.006298065185546875,
+ -0.0287933349609375,
+ -0.03948974609375,
+ -0.03271484375,
+ 0.00888824462890625,
+ 0.029449462890625,
+ 0.019622802734375,
+ 0.0134124755859375,
+ -0.01526641845703125,
+ 0.0067901611328125,
+ 0.04864501953125,
+ 0.020172119140625,
+ 0.08551025390625,
+ 0.0013704299926757812,
+ -0.05255126953125,
+ 0.01003265380859375,
+ 0.029449462890625,
+ -0.034027099609375,
+ 0.01308441162109375,
+ 0.038604736328125,
+ 0.0234527587890625,
+ 0.01079559326171875,
+ 0.0267181396484375,
+ -0.0285797119140625,
+ 0.029876708984375,
+ -0.013580322265625,
+ -0.00531768798828125,
+ -0.040802001953125,
+ -0.00656890869140625,
+ -0.0076904296875,
+ 0.043609619140625,
+ 0.00861358642578125,
+ 0.0208282470703125,
+ 0.05889892578125,
+ -0.03271484375,
+ -0.039703369140625,
+ -0.047119140625,
+ -0.0784912109375,
+ -0.017669677734375,
+ 0.01096343994140625,
+ 0.01107025146484375,
+ 0.059326171875,
+ -0.045806884765625,
+ -0.0562744140625,
+ 0.014068603515625,
+ -0.04559326171875,
+ 0.0806884765625,
+ 0.03228759765625,
+ 0.00888824462890625,
+ 0.047332763671875,
+ -0.0159149169921875,
+ -0.0020999908447265625,
+ 0.0236663818359375,
+ -0.00021469593048095703,
+ 0.0093231201171875,
+ 0.071533203125,
+ 0.023773193359375,
+ 0.0224609375,
+ -0.03228759765625,
+ -0.0193023681640625,
+ 0.04449462890625,
+ -0.0023441314697265625,
+ -0.0108489990234375,
+ 0.040802001953125,
+ 0.00774383544921875,
+ 0.032501220703125,
+ -0.03466796875,
+ 0.04144287109375,
+ 0.026275634765625,
+ -0.02813720703125,
+ 0.0129241943359375,
+ -0.0035991668701171875,
+ 0.0223541259765625,
+ -0.051483154296875,
+ -0.0123748779296875,
+ 0.0174560546875,
+ 0.039031982421875,
+ 0.035980224609375,
+ 0.010467529296875,
+ -0.03839111328125,
+ -0.0133056640625,
+ 0.042327880859375,
+ -0.05889892578125,
+ 0.0129241943359375,
+ 0.026611328125,
+ -0.0012540817260742188,
+ 0.003353118896484375,
+ -0.03729248046875,
+ -0.049957275390625,
+ 0.024749755859375,
+ -0.0399169921875,
+ -0.03466796875,
+ 0.0301055908203125,
+ 0.0221405029296875,
+ -0.058441162109375,
+ -0.03948974609375,
+ -0.02606201171875,
+ -0.004878997802734375,
+ -0.01041412353515625,
+ -0.03271484375,
+ 0.0245361328125,
+ -0.007415771484375,
+ 0.015380859375,
+ 0.0225677490234375,
+ 0.005126953125,
+ -0.0016355514526367188,
+ -0.0440673828125,
+ 0.053863525390625,
+ 0.005451202392578125,
+ -0.01450347900390625,
+ 0.015594482421875,
+ 0.0226898193359375,
+ 0.003299713134765625,
+ -0.023223876953125,
+ -0.01580810546875,
+ -0.0065155029296875,
+ 0.004497528076171875,
+ 0.0224609375,
+ 0.00403594970703125,
+ -0.04034423828125,
+ -0.0208282470703125,
+ -0.045135498046875,
+ 0.03619384765625,
+ 0.0159149169921875,
+ 0.033599853515625,
+ 0.006679534912109375,
+ -0.05584716796875,
+ 0.004608154296875,
+ -0.053436279296875,
+ 0.01025390625,
+ 0.006923675537109375,
+ 0.0055084228515625,
+ -0.0018672943115234375,
+ 0.05889892578125,
+ -0.004497528076171875,
+ 0.0021953582763671875,
+ 0.003734588623046875,
+ 0.0224609375,
+ 0.0285797119140625,
+ 0.0017242431640625,
+ -0.03729248046875,
+ 0.05584716796875,
+ 0.01515960693359375,
+ -0.06414794921875,
+ 0.003925323486328125,
+ -0.0244293212890625,
+ -0.01090240478515625,
+ 0.025848388671875,
+ -0.03118896484375,
+ 0.00594329833984375,
+ -0.016143798828125,
+ -0.049957275390625,
+ -0.01270294189453125,
+ -0.049072265625,
+ -0.021270751953125,
+ -0.03729248046875,
+ 0.009979248046875,
+ 0.01515960693359375,
+ 0.0123748779296875,
+ 0.03839111328125,
+ 0.026824951171875,
+ -0.0108489990234375,
+ 0.03271484375,
+ -0.0131988525390625,
+ -0.0251922607421875,
+ 0.0098114013671875,
+ -0.05169677734375,
+ -0.01210784912109375,
+ 0.0029582977294921875,
+ 0.053436279296875,
+ -0.0418701171875,
+ -0.0025081634521484375,
+ -0.00493621826171875,
+ -0.0083465576171875,
+ 0.04339599609375,
+ -0.0440673828125,
+ -0.01194000244140625,
+ -0.02813720703125,
+ -0.00384521484375,
+ -0.0357666015625,
+ -0.033599853515625,
+ 0.0245361328125,
+ 0.0204010009765625,
+ -0.0147247314453125,
+ -0.0154876708984375,
+ 0.046661376953125,
+ -0.040130615234375,
+ 0.0187530517578125,
+ 0.03314208984375,
+ -0.03314208984375,
+ 0.004253387451171875,
+ -0.00888824462890625,
+ 0.01335906982421875,
+ -0.0098114013671875,
+ 0.0194091796875,
+ -0.03839111328125,
+ -0.041229248046875,
+ -0.0806884765625,
+ 0.0285797119140625,
+ -0.00812530517578125,
+ -0.0174560546875,
+ -0.029876708984375,
+ -0.052337646484375,
+ -0.04296875,
+ -0.0245361328125,
+ 0.040557861328125,
+ -0.004306793212890625,
+ -0.01079559326171875,
+ -0.04144287109375,
+ -0.026611328125,
+ -0.032928466796875,
+ -0.03924560546875,
+ 0.052337646484375,
+ -0.01526641845703125,
+ 0.01210784912109375,
+ 0.00408935546875,
+ -0.039703369140625,
+ 0.059326171875,
+ 0.0249786376953125,
+ 0.031829833984375,
+ 0.03424072265625,
+ 0.0076904296875,
+ -0.0175628662109375,
+ 0.0167999267578125,
+ 0.005641937255859375,
+ -0.0149383544921875,
+ 0.0242156982421875,
+ -0.00159454345703125,
+ 0.017669677734375,
+ -0.0190887451171875,
+ -0.0177764892578125,
+ 0.00632476806640625,
+ 0.0274810791015625,
+ 0.0118865966796875,
+ 0.0027256011962890625,
+ -0.00646209716796875,
+ 0.03924560546875,
+ -0.018646240234375,
+ 0.054962158203125,
+ -0.0139617919921875,
+ -0.032928466796875,
+ 0.01123046875,
+ 0.01690673828125,
+ 0.0200653076171875,
+ 0.04559326171875,
+ -0.007579803466796875,
+ -0.0159149169921875,
+ 0.01183319091796875,
+ 0.050384521484375,
+ -0.0194091796875,
+ -0.04034423828125,
+ -0.032928466796875,
+ -0.0190887451171875,
+ 0.0245361328125,
+ 0.04974365234375,
+ -0.0183258056640625,
+ 0.06414794921875,
+ 0.01374053955078125,
+ -0.01363372802734375,
+ 0.041656494140625,
+ 0.0662841796875,
+ 0.03729248046875,
+ -0.01526641845703125,
+ -0.04559326171875,
+ 0.006626129150390625,
+ 0.001758575439453125,
+ -0.03466796875,
+ -0.04449462890625,
+ -0.02301025390625,
+ 0.07025146484375,
+ -0.07415771484375,
+ -0.00656890869140625,
+ -0.0242156982421875,
+ 0.01515960693359375,
+ 0.007904052734375,
+ -0.0035724639892578125,
+ -0.036651611328125,
+ 0.032073974609375,
+ -0.00339508056640625,
+ -0.03424072265625,
+ 0.0083465576171875,
+ -0.016693115234375,
+ 0.012542724609375,
+ 0.045379638671875,
+ 0.0301055908203125,
+ -0.031829833984375,
+ 0.00861358642578125,
+ 0.03314208984375,
+ 0.0645751953125,
+ 0.0226898193359375,
+ 0.06719970703125,
+ 0.02301025390625,
+ 0.04034423828125,
+ 0.042327880859375,
+ 0.03118896484375,
+ -0.008453369140625,
+ -0.038604736328125,
+ 0.0296630859375,
+ 0.0377197265625,
+ 0.0303192138671875,
+ 0.04644775390625,
+ 0.01580810546875,
+ -0.0170135498046875,
+ -0.025848388671875,
+ -0.043182373046875,
+ 0.00656890869140625,
+ -0.001949310302734375,
+ -0.0251922607421875,
+ -0.05126953125,
+ -0.05584716796875,
+ 0.017120361328125,
+ -0.063232421875,
+ 0.04034423828125,
+ 0.026275634765625,
+ -0.00746917724609375,
+ -0.0131378173828125,
+ 0.01483154296875,
+ 0.00926971435546875,
+ -0.043609619140625,
+ 0.0103607177734375,
+ -0.0305328369140625,
+ -0.01390838623046875,
+ -0.03924560546875,
+ -0.03076171875,
+ 0.0292205810546875,
+ -0.0131988525390625,
+ -0.06982421875,
+ -0.022796630859375,
+ 0.03076171875,
+ -0.0134124755859375,
+ 0.00479888916015625,
+ -0.022247314453125,
+ 0.0184326171875,
+ -0.0338134765625,
+ -0.01248931884765625,
+ -0.0379638671875,
+ -0.00569915771484375,
+ 0.0039520263671875,
+ -0.0255126953125,
+ -0.00926971435546875,
+ -0.0021533966064453125,
+ -0.0085601806640625,
+ 0.004306793212890625,
+ -0.026611328125,
+ -0.038604736328125,
+ 0.046661376953125,
+ -0.0357666015625,
+ 0.0265045166015625,
+ 0.0067901611328125,
+ 0.0193023681640625,
+ 0.046661376953125,
+ 0.0562744140625,
+ 0.007579803466796875,
+ 0.0047149658203125,
+ -0.0016908645629882812,
+ -0.060211181640625,
+ 0.0088348388671875,
+ -0.008941650390625,
+ 0.00223541259765625,
+ -0.075927734375,
+ 0.0037078857421875,
+ 0.04754638671875,
+ -0.07415771484375,
+ -0.0032176971435546875,
+ 0.015594482421875,
+ -0.0011930465698242188,
+ -0.04949951171875,
+ -0.007633209228515625,
+ 0.021484375,
+ -0.01287078857421875,
+ 0.0867919921875,
+ 0.00888824462890625,
+ -0.028350830078125,
+ 0.01096343994140625,
+ -0.04296875,
+ 0.060211181640625,
+ 0.0129241943359375,
+ 0.045135498046875,
+ -0.043182373046875,
+ 0.023773193359375,
+ 0.00646209716796875,
+ -0.02508544921875,
+ -0.0044708251953125,
+ -0.07763671875,
+ 0.0103607177734375,
+ 0.0167999267578125,
+ 0.0290069580078125,
+ -0.003448486328125,
+ -0.01041412353515625,
+ -0.05975341796875,
+ -0.0154876708984375,
+ -0.00839996337890625,
+ 0.01123046875,
+ 0.01134490966796875,
+ -0.0016832351684570312,
+ -0.025848388671875,
+ -0.005207061767578125,
+ -0.013031005859375,
+ -0.03839111328125,
+ -0.031829833984375,
+ -0.0242156982421875,
+ 0.042083740234375,
+ 0.016693115234375,
+ -0.07373046875,
+ 0.0100860595703125,
+ 0.0093231201171875,
+ 0.004009246826171875,
+ 0.0303192138671875,
+ 0.04339599609375,
+ -0.061065673828125,
+ -0.0004565715789794922,
+ -0.01145172119140625,
+ 0.0194091796875,
+ 0.00872802734375,
+ 0.005725860595703125,
+ -0.004116058349609375,
+ 0.017333984375,
+ 0.01483154296875,
+ -0.03338623046875,
+ 0.051910400390625,
+ 0.053009033203125,
+ -0.0093231201171875,
+ -0.061065673828125,
+ -0.01335906982421875,
+ -0.01259613037109375,
+ 0.042327880859375,
+ 0.00801849365234375,
+ 0.04339599609375,
+ 0.005126953125,
+ -0.035125732421875,
+ -0.1011962890625,
+ 0.054962158203125,
+ -0.02203369140625,
+ 0.03271484375,
+ 0.00878143310546875,
+ -0.03228759765625,
+ -0.060211181640625,
+ -0.035552978515625,
+ -0.027923583984375,
+ 0.028350830078125,
+ -0.03729248046875,
+ 0.046661376953125,
+ 0.01232147216796875,
+ -0.00736236572265625,
+ 0.018646240234375,
+ -0.0139617919921875,
+ -0.0123748779296875,
+ 0.037506103515625,
+ 0.006870269775390625,
+ -0.035552978515625,
+ 0.06500244140625,
+ -0.0086669921875,
+ 0.0270538330078125,
+ -0.032501220703125,
+ 0.0198516845703125,
+ -0.021270751953125,
+ -0.013031005859375,
+ -0.01788330078125,
+ 0.002849578857421875,
+ 0.0379638671875,
+ 0.029876708984375,
+ -0.0193023681640625,
+ 0.0012340545654296875,
+ -0.0219268798828125,
+ 0.0377197265625,
+ 0.0195159912109375,
+ 0.005481719970703125,
+ 0.0141754150390625,
+ -0.0018949508666992188,
+ -0.00795745849609375,
+ -0.0249786376953125,
+ -0.046905517578125,
+ -0.0889892578125,
+ 0.003353118896484375,
+ -0.058013916015625,
+ -0.005290985107421875,
+ 0.004199981689453125,
+ 0.035125732421875,
+ 0.01428985595703125,
+ 0.0010433197021484375,
+ 0.038177490234375,
+ -0.01194000244140625,
+ -0.016357421875,
+ -0.0292205810546875,
+ 0.008453369140625,
+ -0.013031005859375,
+ 0.0521240234375,
+ 0.011505126953125,
+ -0.028350830078125,
+ 0.0285797119140625,
+ -0.00299835205078125,
+ -0.01461029052734375,
+ -0.0123748779296875,
+ 0.01287078857421875,
+ -0.032501220703125,
+ 0.030975341796875,
+ -0.08203125,
+ -0.01580810546875,
+ 0.0187530517578125,
+ 0.049285888671875,
+ -0.0039520263671875,
+ -0.01183319091796875,
+ 0.0662841796875,
+ -0.017669677734375,
+ -0.059326171875,
+ 0.0185394287109375,
+ -0.0238800048828125,
+ -0.03271484375,
+ 0.027923583984375,
+ -0.028350830078125,
+ 0.0265045166015625,
+ 0.02301025390625,
+ 0.0501708984375,
+ 0.03729248046875,
+ 0.03228759765625,
+ 0.04144287109375,
+ -0.045806884765625,
+ -0.00537109375,
+ -0.0020999908447265625,
+ 0.0272674560546875,
+ 0.00992584228515625,
+ 0.0290069580078125,
+ -0.0018262863159179688,
+ 0.0290069580078125,
+ -0.021484375,
+ -0.08245849609375,
+ -0.0141754150390625,
+ -0.038818359375,
+ -0.057586669921875,
+ 0.0200653076171875,
+ 0.0728759765625,
+ 0.048431396484375,
+ -0.0076904296875,
+ 0.01450347900390625,
+ 0.034027099609375,
+ 0.039031982421875,
+ -0.004878997802734375,
+ -0.0133056640625,
+ -0.06280517578125,
+ -0.0098724365234375,
+ 0.035552978515625,
+ -0.007198333740234375,
+ -0.07415771484375,
+ 0.057586669921875,
+ 0.06280517578125,
+ -0.0077972412109375,
+ -0.0254058837890625,
+ 0.0183258056640625,
+ 0.005725860595703125,
+ 0.048858642578125,
+ 0.019744873046875,
+ 0.0238800048828125,
+ -0.0723876953125,
+ 0.0301055908203125,
+ 0.016693115234375,
+ -0.0098724365234375,
+ -0.01995849609375,
+ -0.01483154296875,
+ -0.01134490966796875,
+ 0.028350830078125,
+ -0.07501220703125,
+ 0.006732940673828125,
+ 0.0287933349609375,
+ 0.08160400390625,
+ 0.0003237724304199219,
+ -0.0292205810546875,
+ -0.0292205810546875,
+ 0.0276947021484375,
+ 0.0081787109375,
+ -0.027587890625,
+ -0.0034618377685546875,
+ 0.038177490234375,
+ -0.00839996337890625,
+ 0.038818359375,
+ 0.05474853515625,
+ -0.0020580291748046875,
+ 0.0235595703125,
+ 0.0159149169921875,
+ -0.051483154296875,
+ 0.01428985595703125,
+ -0.00921630859375,
+ 0.0244293212890625,
+ 0.0033397674560546875,
+ -0.041015625,
+ -0.017669677734375,
+ -0.049072265625,
+ 0.026824951171875,
+ 0.01172637939453125,
+ 0.046905517578125,
+ 0.0011587142944335938,
+ -0.0107421875,
+ 0.020172119140625,
+ -0.005344390869140625,
+ 0.0301055908203125,
+ 0.042327880859375,
+ 0.01052093505859375,
+ 0.017333984375,
+ 0.041656494140625,
+ 0.0162506103515625,
+ -0.00031185150146484375,
+ -0.0221405029296875,
+ 0.0221405029296875,
+ -0.041015625,
+ 0.00018835067749023438,
+ -0.03338623046875,
+ 0.01450347900390625,
+ 0.00878143310546875,
+ -0.0296630859375,
+ -0.025634765625,
+ -0.03271484375,
+ -0.00287628173828125,
+ -0.0085601806640625,
+ -0.036651611328125,
+ -0.01232147216796875,
+ 0.049285888671875,
+ -0.028350830078125,
+ -0.0032711029052734375,
+ 0.0208282470703125,
+ 0.0164642333984375,
+ 0.049285888671875,
+ -0.055633544921875,
+ 0.0623779296875,
+ 0.0164642333984375,
+ 0.0195159912109375,
+ -0.004253387451171875,
+ -0.01439666748046875,
+ 0.0301055908203125,
+ -0.0179901123046875,
+ 0.007579803466796875,
+ 0.044921875,
+ -0.03839111328125,
+ 0.059326171875,
+ 0.0296630859375,
+ 0.01515960693359375,
+ -0.042327880859375,
+ 0.021270751953125,
+ 0.0195159912109375,
+ -0.03619384765625,
+ 0.041656494140625,
+ 0.0208282470703125,
+ 0.01346588134765625,
+ -0.02813720703125,
+ -0.006679534912109375,
+ -0.027374267578125,
+ -0.04449462890625,
+ 0.0562744140625,
+ 0.02716064453125,
+ 0.00021135807037353516,
+ 0.0106353759765625,
+ -0.048858642578125,
+ 0.05059814453125,
+ 0.0190887451171875,
+ 0.06414794921875,
+ -0.0399169921875,
+ 0.049072265625,
+ -0.0129241943359375,
+ 0.00479888916015625,
+ -0.0269317626953125,
+ 0.0193023681640625,
+ -0.0020046234130859375,
+ 0.03643798828125,
+ -0.00408935546875,
+ 0.058013916015625,
+ 0.019622802734375,
+ -0.0233306884765625,
+ -0.060211181640625,
+ -0.0013837814331054688,
+ 0.0224609375,
+ 0.002452850341796875,
+ 0.0184326171875,
+ -0.040802001953125,
+ -0.0141754150390625,
+ 0.0121612548828125,
+ 0.032928466796875,
+ 0.06500244140625,
+ -0.0160369873046875,
+ 0.042755126953125,
+ -0.01352691650390625,
+ 0.0019626617431640625,
+ -0.01515960693359375,
+ -0.00351715087890625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "network-forensics",
+ "cloud-forensics",
+ "ics-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "protocol-decode",
+ "packet-filtering",
+ "pcap-capture",
+ "cross-platform",
+ "session-reconstruction",
+ "display-filters",
+ "follow-stream",
+ "expert-info",
+ "statistics",
+ "coloring-rules",
+ "tls-decryption",
+ "network-analysis",
+ "packet-analysis",
+ "traffic-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Dissect",
+ "type": "tool",
+ "name": "Dissect",
+ "content": "dissect python-framework abstrahiert windows- und linux-speicherabbilder in virtuelle dateisystem-objekte ohne vorherige profil-definition oder os-spezifische konfiguration. modularer hypervisor-layer ermöglicht simultane multi-image-analyse für großflächige incident-response-scenarios mit einheitlicher api. zero-copy-architektur beschleunigt memory-queries auf multi-gb-images durch direkten memory-mapping ohne intermediate-files. plugin-system dekodiert windows-strukturen: ptes, handle-tables, apc-queues und kernel-objects automatisch. besonders effizient bei batch-processing mehrerer memory-dumps parallel durch threading-optimierung und resource-sharing zwischen analyse-instanzen. cli memory-analysis plugin-support python-library zero-copy profile-less incident-response malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.0369873046875,
+ 0.0171051025390625,
+ 0.047454833984375,
+ -0.0272369384765625,
+ 0.02484130859375,
+ 0.041961669921875,
+ -0.01117706298828125,
+ 0.012603759765625,
+ -0.0060272216796875,
+ -0.005702972412109375,
+ -0.0170135498046875,
+ 0.050048828125,
+ -0.01499176025390625,
+ -0.004070281982421875,
+ -0.0511474609375,
+ 0.055572509765625,
+ -0.006256103515625,
+ 0.0126953125,
+ -0.0029659271240234375,
+ 0.007587432861328125,
+ -0.0159149169921875,
+ -0.0380859375,
+ -0.0533447265625,
+ 0.004047393798828125,
+ 0.0164642333984375,
+ 0.0174713134765625,
+ -0.0296173095703125,
+ -0.06292724609375,
+ -0.00328826904296875,
+ 0.00800323486328125,
+ 0.031646728515625,
+ -0.01122283935546875,
+ 0.01435089111328125,
+ 0.0220794677734375,
+ 0.0174713134765625,
+ -0.02520751953125,
+ 0.004138946533203125,
+ -0.043060302734375,
+ -0.0279693603515625,
+ 0.050048828125,
+ -0.01131439208984375,
+ -0.0009484291076660156,
+ -0.0017251968383789062,
+ -0.0099334716796875,
+ -0.01380157470703125,
+ -0.03790283203125,
+ -0.018951416015625,
+ -0.0175628662109375,
+ 0.020782470703125,
+ -0.032196044921875,
+ 0.0208892822265625,
+ 0.024658203125,
+ 0.007266998291015625,
+ -0.0399169921875,
+ -0.03607177734375,
+ 0.019317626953125,
+ -0.004001617431640625,
+ -0.0232696533203125,
+ -0.0292510986328125,
+ 0.059234619140625,
+ -0.044342041015625,
+ 0.0029888153076171875,
+ 0.0067138671875,
+ -0.018218994140625,
+ 0.0179443359375,
+ 0.03662109375,
+ -0.019866943359375,
+ -0.057403564453125,
+ 0.005268096923828125,
+ 0.00795745849609375,
+ 0.0028057098388671875,
+ -0.01251220703125,
+ -0.018768310546875,
+ 0.02630615234375,
+ -0.033111572265625,
+ -0.043975830078125,
+ 0.0235443115234375,
+ 0.035888671875,
+ -0.0029201507568359375,
+ -0.013427734375,
+ -0.030914306640625,
+ -0.0186767578125,
+ 0.04931640625,
+ -0.007450103759765625,
+ -0.0101165771484375,
+ 0.00818634033203125,
+ 0.032379150390625,
+ 0.0062103271484375,
+ 0.001529693603515625,
+ -0.0186767578125,
+ 0.0163726806640625,
+ 0.0026111602783203125,
+ -0.0014944076538085938,
+ -0.02410888671875,
+ 0.043060302734375,
+ 0.0504150390625,
+ -0.01158905029296875,
+ -0.0303497314453125,
+ -0.005771636962890625,
+ 0.0257568359375,
+ 0.047821044921875,
+ -0.037353515625,
+ 0.0296173095703125,
+ 0.0007762908935546875,
+ 0.033477783203125,
+ -0.0239105224609375,
+ 0.00018835067749023438,
+ -0.019775390625,
+ -0.006992340087890625,
+ -0.0301666259765625,
+ -0.097900390625,
+ -0.045806884765625,
+ 0.00455474853515625,
+ -0.058868408203125,
+ -0.0235443115234375,
+ -0.00809478759765625,
+ -0.006072998046875,
+ 0.04046630859375,
+ -0.047821044921875,
+ -0.03790283203125,
+ -0.0168304443359375,
+ 0.03662109375,
+ -0.01163482666015625,
+ 0.01076507568359375,
+ -0.046905517578125,
+ -0.019317626953125,
+ 0.00469207763671875,
+ 0.0299835205078125,
+ -0.0380859375,
+ -0.0001983642578125,
+ -0.003173828125,
+ -0.01214599609375,
+ -0.01108551025390625,
+ -0.03753662109375,
+ -0.0036334991455078125,
+ -0.0237274169921875,
+ 0.0220794677734375,
+ -0.0155487060546875,
+ -0.012420654296875,
+ 0.01508331298828125,
+ 0.0413818359375,
+ -0.0163726806640625,
+ -0.0496826171875,
+ 0.005222320556640625,
+ -0.0213470458984375,
+ -0.00441741943359375,
+ -0.01149749755859375,
+ 0.0272369384765625,
+ -0.044158935546875,
+ -0.00804901123046875,
+ -0.0159149169921875,
+ 0.0250244140625,
+ 0.041961669921875,
+ 0.0034046173095703125,
+ 0.005336761474609375,
+ -0.031829833984375,
+ -0.01416778564453125,
+ -0.01149749755859375,
+ 0.041961669921875,
+ -0.01776123046875,
+ -0.0168304443359375,
+ 0.013519287109375,
+ 0.01163482666015625,
+ 0.0489501953125,
+ -0.01398468017578125,
+ -0.032745361328125,
+ -0.01136016845703125,
+ 0.032928466796875,
+ 0.0216217041015625,
+ 0.00478363037109375,
+ 0.03936767578125,
+ -0.0092010498046875,
+ 0.06585693359375,
+ 0.04931640625,
+ 0.003910064697265625,
+ 0.032012939453125,
+ 0.018035888671875,
+ -0.012603759765625,
+ 0.0201416015625,
+ 0.034942626953125,
+ -0.01425933837890625,
+ -0.0164642333984375,
+ 0.0239105224609375,
+ -0.0170135498046875,
+ 0.0174713134765625,
+ -0.0276031494140625,
+ -0.026123046875,
+ 0.0088348388671875,
+ -0.0406494140625,
+ 0.01126861572265625,
+ -0.06988525390625,
+ -0.0194091796875,
+ -0.01398468017578125,
+ 0.0235443115234375,
+ 0.02703857421875,
+ 0.06402587890625,
+ 0.0218048095703125,
+ -0.018585205078125,
+ 0.043975830078125,
+ 0.0025634765625,
+ 0.0283355712890625,
+ 0.0540771484375,
+ -0.024658203125,
+ 0.0391845703125,
+ 0.02410888671875,
+ 0.0279693603515625,
+ -0.007587432861328125,
+ 0.050048828125,
+ 0.00809478759765625,
+ -0.0277862548828125,
+ -0.0089263916015625,
+ 0.042327880859375,
+ -0.02410888671875,
+ -0.003864288330078125,
+ -0.03570556640625,
+ -0.0205078125,
+ 0.034210205078125,
+ -0.0101165771484375,
+ -0.0067596435546875,
+ -0.01136016845703125,
+ -0.03973388671875,
+ -0.020599365234375,
+ -0.00809478759765625,
+ 0.0194091796875,
+ -0.0101165771484375,
+ 0.0496826171875,
+ 0.0296173095703125,
+ -0.01959228515625,
+ -0.032928466796875,
+ 0.032379150390625,
+ 0.024658203125,
+ 0.0257568359375,
+ 0.013153076171875,
+ -0.0020236968994140625,
+ -0.031463623046875,
+ -0.018035888671875,
+ 0.0399169921875,
+ 0.0250244140625,
+ 0.00782012939453125,
+ 0.020599365234375,
+ -0.018951416015625,
+ 0.0257568359375,
+ -0.01058197021484375,
+ 0.043060302734375,
+ 0.032379150390625,
+ -0.02447509765625,
+ 0.013153076171875,
+ -0.0006613731384277344,
+ 0.035888671875,
+ 0.0537109375,
+ -0.03717041015625,
+ -0.0301666259765625,
+ -0.05224609375,
+ -0.018402099609375,
+ -0.055206298828125,
+ -0.024658203125,
+ -0.004230499267578125,
+ -0.050048828125,
+ 0.03607177734375,
+ -0.05224609375,
+ -0.041778564453125,
+ 0.0034732818603515625,
+ 0.007129669189453125,
+ 0.009063720703125,
+ 0.0511474609375,
+ -0.01389312744140625,
+ -0.046539306640625,
+ 0.0216217041015625,
+ 0.0816650390625,
+ -0.004486083984375,
+ -0.0288848876953125,
+ -0.026123046875,
+ 0.01103973388671875,
+ -0.01389312744140625,
+ 0.01453399658203125,
+ -0.052978515625,
+ 0.0213470458984375,
+ 0.0380859375,
+ 0.020416259765625,
+ 0.0095672607421875,
+ -0.032745361328125,
+ 0.0034275054931640625,
+ -0.013427734375,
+ 0.03533935546875,
+ -0.03607177734375,
+ -0.0008683204650878906,
+ 0.00305938720703125,
+ -0.0093841552734375,
+ -0.01453399658203125,
+ -0.071044921875,
+ -0.0028858184814453125,
+ 0.055572509765625,
+ 0.0232696533203125,
+ 0.00772857666015625,
+ 0.005519866943359375,
+ -0.048583984375,
+ 0.02410888671875,
+ 0.007266998291015625,
+ -0.01126861572265625,
+ 0.02447509765625,
+ 0.0294342041015625,
+ -0.03753662109375,
+ 0.012054443359375,
+ -0.0049896240234375,
+ -0.01195526123046875,
+ -0.041015625,
+ -0.047454833984375,
+ -0.0208892822265625,
+ -0.0281524658203125,
+ -0.0232696533203125,
+ -0.030914306640625,
+ 0.019775390625,
+ -0.026123046875,
+ -0.01090240478515625,
+ -0.0123291015625,
+ -0.0014715194702148438,
+ -0.037353515625,
+ -0.035888671875,
+ 0.004001617431640625,
+ -0.019134521484375,
+ -0.0369873046875,
+ -0.0214385986328125,
+ 0.057403564453125,
+ 0.01453399658203125,
+ 0.0283355712890625,
+ -0.013336181640625,
+ -0.0049896240234375,
+ -0.041015625,
+ 0.00041103363037109375,
+ -0.00478363037109375,
+ 0.0214385986328125,
+ -0.03607177734375,
+ 0.06732177734375,
+ 0.0276031494140625,
+ 0.0033111572265625,
+ 0.01508331298828125,
+ 0.0823974609375,
+ 0.019317626953125,
+ -0.0152740478515625,
+ -0.0018396377563476562,
+ -0.0013742446899414062,
+ 0.0103912353515625,
+ 0.013153076171875,
+ -0.03643798828125,
+ -0.02593994140625,
+ -0.0194091796875,
+ 0.0047607421875,
+ -0.01126861572265625,
+ -0.01425933837890625,
+ 0.047088623046875,
+ 0.02484130859375,
+ -0.020233154296875,
+ 0.007175445556640625,
+ 0.06182861328125,
+ -0.0003292560577392578,
+ 0.10009765625,
+ -0.0095672607421875,
+ -0.0274200439453125,
+ 0.0250244140625,
+ 0.026123046875,
+ -0.0123291015625,
+ -0.0096588134765625,
+ 0.046539306640625,
+ 0.0233612060546875,
+ -0.0158233642578125,
+ 0.02667236328125,
+ -0.00777435302734375,
+ 0.0162811279296875,
+ -0.0088348388671875,
+ 0.0061187744140625,
+ 0.017669677734375,
+ -0.0011444091796875,
+ 0.0274200439453125,
+ 0.03973388671875,
+ 0.0228118896484375,
+ 0.0175628662109375,
+ 0.02557373046875,
+ -0.031829833984375,
+ -0.0021724700927734375,
+ -0.03936767578125,
+ -0.079833984375,
+ -0.0194091796875,
+ 0.03955078125,
+ -0.0034275054931640625,
+ 0.03936767578125,
+ -0.034027099609375,
+ -0.06622314453125,
+ 0.032012939453125,
+ -0.055206298828125,
+ 0.06622314453125,
+ 0.06512451171875,
+ 0.01490020751953125,
+ 0.043243408203125,
+ 0.001506805419921875,
+ -0.0017938613891601562,
+ 0.0130615234375,
+ -0.00007653236389160156,
+ 0.01453399658203125,
+ 0.045074462890625,
+ 0.031097412109375,
+ 0.02484130859375,
+ -0.02557373046875,
+ 0.0292510986328125,
+ 0.031463623046875,
+ 0.0126953125,
+ 0.0021495819091796875,
+ 0.005519866943359375,
+ 0.013336181640625,
+ 0.020416259765625,
+ -0.018402099609375,
+ 0.047088623046875,
+ 0.031463623046875,
+ -0.0099334716796875,
+ 0.0384521484375,
+ -0.012786865234375,
+ 0.0380859375,
+ -0.03955078125,
+ -0.0097503662109375,
+ 0.01140594482421875,
+ -0.0019321441650390625,
+ 0.02557373046875,
+ 0.0294342041015625,
+ -0.054473876953125,
+ -0.0021038055419921875,
+ 0.0406494140625,
+ -0.0526123046875,
+ 0.0281524658203125,
+ 0.020233154296875,
+ -0.02667236328125,
+ 0.0019321441650390625,
+ -0.01186370849609375,
+ -0.0706787109375,
+ 0.033111572265625,
+ -0.047088623046875,
+ -0.0496826171875,
+ 0.02032470703125,
+ 0.0156402587890625,
+ -0.0210723876953125,
+ -0.037353515625,
+ -0.0017480850219726562,
+ 0.007129669189453125,
+ -0.041778564453125,
+ -0.006946563720703125,
+ 0.0239105224609375,
+ -0.0163726806640625,
+ -0.004070281982421875,
+ 0.0540771484375,
+ 0.03753662109375,
+ -0.005336761474609375,
+ -0.01186370849609375,
+ 0.0526123046875,
+ -0.007450103759765625,
+ -0.0362548828125,
+ 0.0287017822265625,
+ 0.01154327392578125,
+ 0.02069091796875,
+ -0.03680419921875,
+ -0.04083251953125,
+ 0.005359649658203125,
+ 0.01251220703125,
+ 0.00859832763671875,
+ 0.0250244140625,
+ -0.06256103515625,
+ -0.03863525390625,
+ -0.04010009765625,
+ 0.060699462890625,
+ 0.0229949951171875,
+ 0.033660888671875,
+ 0.02593994140625,
+ -0.058502197265625,
+ 0.034942626953125,
+ -0.06475830078125,
+ -0.0239105224609375,
+ -0.0222625732421875,
+ 0.0226287841796875,
+ 0.007495880126953125,
+ 0.07025146484375,
+ -0.0205078125,
+ -0.00864410400390625,
+ -0.0034961700439453125,
+ 0.0276031494140625,
+ 0.005451202392578125,
+ 0.006900787353515625,
+ -0.032012939453125,
+ 0.0511474609375,
+ 0.02630615234375,
+ -0.032928466796875,
+ -0.004093170166015625,
+ -0.0215301513671875,
+ -0.0009484291076660156,
+ 0.03936767578125,
+ -0.0215301513671875,
+ -0.0092010498046875,
+ -0.0102081298828125,
+ -0.0706787109375,
+ -0.0391845703125,
+ -0.0384521484375,
+ -0.0004916191101074219,
+ -0.034210205078125,
+ 0.02667236328125,
+ 0.0242919921875,
+ 0.0029888153076171875,
+ 0.046173095703125,
+ 0.0285186767578125,
+ 0.008880615234375,
+ 0.0153656005859375,
+ -0.003265380859375,
+ -0.01812744140625,
+ 0.0214385986328125,
+ -0.06768798828125,
+ -0.0413818359375,
+ -0.0098876953125,
+ 0.010162353515625,
+ -0.033111572265625,
+ 0.004093170166015625,
+ 0.0060272216796875,
+ -0.0097503662109375,
+ 0.03826904296875,
+ -0.04931640625,
+ 0.0062103271484375,
+ -0.0239105224609375,
+ -0.01490020751953125,
+ -0.033477783203125,
+ -0.0239105224609375,
+ 0.012603759765625,
+ 0.018585205078125,
+ 0.0158233642578125,
+ 0.018585205078125,
+ 0.031097412109375,
+ -0.0496826171875,
+ 0.033477783203125,
+ 0.0162811279296875,
+ 0.01136016845703125,
+ -0.0102081298828125,
+ -0.01517486572265625,
+ 0.01425933837890625,
+ -0.0034961700439453125,
+ 0.018310546875,
+ -0.009979248046875,
+ -0.046905517578125,
+ -0.0772705078125,
+ 0.0221710205078125,
+ 0.0028858184814453125,
+ -0.03533935546875,
+ -0.0290679931640625,
+ -0.0213470458984375,
+ -0.05224609375,
+ -0.0065765380859375,
+ 0.03863525390625,
+ 0.0211639404296875,
+ 0.00850677490234375,
+ -0.0290679931640625,
+ -0.0179443359375,
+ -0.00763702392578125,
+ -0.032012939453125,
+ 0.058135986328125,
+ -0.0399169921875,
+ -0.02630615234375,
+ -0.0288848876953125,
+ -0.0013170242309570312,
+ 0.0205078125,
+ 0.0281524658203125,
+ 0.034942626953125,
+ 0.0160980224609375,
+ 0.0232696533203125,
+ -0.0285186767578125,
+ 0.00795745849609375,
+ -0.0002760887145996094,
+ -0.0250244140625,
+ -0.010162353515625,
+ -0.0380859375,
+ 0.0290679931640625,
+ -0.033660888671875,
+ -0.012420654296875,
+ 0.0062103271484375,
+ 0.01922607421875,
+ 0.03570556640625,
+ -0.0250244140625,
+ -0.00310516357421875,
+ 0.0218048095703125,
+ -0.020050048828125,
+ 0.06475830078125,
+ -0.01407623291015625,
+ -0.031646728515625,
+ 0.0296173095703125,
+ 0.0216217041015625,
+ 0.059600830078125,
+ 0.046173095703125,
+ -0.013336181640625,
+ -0.03936767578125,
+ 0.01490020751953125,
+ 0.04119873046875,
+ -0.0287017822265625,
+ -0.01922607421875,
+ -0.033111572265625,
+ -0.0090179443359375,
+ 0.0214385986328125,
+ 0.06329345703125,
+ -0.018585205078125,
+ 0.06842041015625,
+ 0.01922607421875,
+ 0.005725860595703125,
+ 0.02703857421875,
+ 0.05224609375,
+ 0.0099334716796875,
+ -0.01053619384765625,
+ -0.059600830078125,
+ -0.019866943359375,
+ 0.01136016845703125,
+ -0.01849365234375,
+ -0.03790283203125,
+ 0.01062774658203125,
+ 0.031646728515625,
+ -0.06768798828125,
+ -0.0213470458984375,
+ -0.0091552734375,
+ -0.01380157470703125,
+ 0.032928466796875,
+ 0.01425933837890625,
+ -0.01099395751953125,
+ 0.0283355712890625,
+ 0.019134521484375,
+ -0.047454833984375,
+ -0.0018854141235351562,
+ -0.0220794677734375,
+ 0.0226287841796875,
+ 0.03863525390625,
+ 0.0166473388671875,
+ -0.004207611083984375,
+ 0.0233612060546875,
+ 0.00832366943359375,
+ 0.054840087890625,
+ 0.013153076171875,
+ 0.048583984375,
+ 0.01172637939453125,
+ 0.0174713134765625,
+ 0.042327880859375,
+ 0.0511474609375,
+ -0.02703857421875,
+ -0.0163726806640625,
+ 0.0164642333984375,
+ 0.03717041015625,
+ 0.04156494140625,
+ 0.06109619140625,
+ 0.00827789306640625,
+ 0.0277862548828125,
+ -0.017669677734375,
+ -0.052978515625,
+ -0.00653076171875,
+ 0.0169219970703125,
+ -0.01145172119140625,
+ -0.060699462890625,
+ -0.0281524658203125,
+ 0.0285186767578125,
+ -0.040283203125,
+ 0.04083251953125,
+ 0.01044464111328125,
+ -0.0290679931640625,
+ 0.01172637939453125,
+ 0.035125732421875,
+ -0.00496673583984375,
+ -0.041961669921875,
+ 0.019683837890625,
+ -0.0222625732421875,
+ -0.02520751953125,
+ -0.045440673828125,
+ -0.041015625,
+ 0.03790283203125,
+ -0.0227203369140625,
+ -0.06292724609375,
+ -0.0173797607421875,
+ 0.034393310546875,
+ -0.01959228515625,
+ -0.032562255859375,
+ -0.01117706298828125,
+ 0.0066680908203125,
+ -0.0257568359375,
+ -0.01849365234375,
+ -0.033294677734375,
+ -0.0175628662109375,
+ 0.0277862548828125,
+ -0.044891357421875,
+ 0.034576416015625,
+ -0.00238037109375,
+ -0.004344940185546875,
+ -0.005035400390625,
+ -0.030548095703125,
+ -0.04931640625,
+ 0.0160064697265625,
+ -0.025390625,
+ 0.0292510986328125,
+ 0.0233612060546875,
+ 0.03643798828125,
+ 0.041778564453125,
+ 0.06402587890625,
+ -0.0283355712890625,
+ 0.0156402587890625,
+ -0.0250244140625,
+ -0.0721435546875,
+ 0.0155487060546875,
+ 0.01177215576171875,
+ 0.0169219970703125,
+ -0.08465576171875,
+ 0.0155487060546875,
+ 0.0504150390625,
+ -0.0787353515625,
+ 0.00855255126953125,
+ -0.020233154296875,
+ -0.01158905029296875,
+ -0.04010009765625,
+ 0.0164642333984375,
+ 0.02520751953125,
+ -0.002368927001953125,
+ 0.08465576171875,
+ -0.00873565673828125,
+ -0.0157318115234375,
+ -0.007404327392578125,
+ -0.0750732421875,
+ 0.0377197265625,
+ 0.012420654296875,
+ 0.030914306640625,
+ -0.06182861328125,
+ 0.0225372314453125,
+ 0.0164642333984375,
+ -0.0205078125,
+ 0.000006198883056640625,
+ -0.058135986328125,
+ -0.01090240478515625,
+ 0.0294342041015625,
+ 0.0277862548828125,
+ -0.0171966552734375,
+ 0.0006814002990722656,
+ -0.043426513671875,
+ -0.033477783203125,
+ -0.019866943359375,
+ 0.0208892822265625,
+ -0.0029315948486328125,
+ -0.005931854248046875,
+ -0.058135986328125,
+ 0.005245208740234375,
+ -0.004486083984375,
+ -0.041778564453125,
+ -0.032745361328125,
+ -0.03717041015625,
+ 0.042327880859375,
+ -0.0021610260009765625,
+ -0.0540771484375,
+ 0.043060302734375,
+ 0.005748748779296875,
+ -0.00457763671875,
+ 0.0380859375,
+ 0.057769775390625,
+ -0.0242919921875,
+ -0.0292510986328125,
+ 0.012237548828125,
+ 0.042510986328125,
+ 0.0157318115234375,
+ -0.00786590576171875,
+ 0.01007080078125,
+ 0.019134521484375,
+ 0.00868988037109375,
+ -0.0496826171875,
+ 0.0296173095703125,
+ 0.033111572265625,
+ -0.0225372314453125,
+ -0.057769775390625,
+ -0.01324462890625,
+ -0.0292510986328125,
+ 0.019866943359375,
+ 0.005931854248046875,
+ 0.0537109375,
+ -0.002231597900390625,
+ -0.02667236328125,
+ -0.102294921875,
+ 0.0526123046875,
+ 0.00768280029296875,
+ 0.0223541259765625,
+ 0.005886077880859375,
+ -0.0276031494140625,
+ -0.06549072265625,
+ -0.0299835205078125,
+ -0.0285186767578125,
+ 0.0218963623046875,
+ -0.0162811279296875,
+ 0.0172882080078125,
+ 0.02410888671875,
+ -0.005565643310546875,
+ 0.03662109375,
+ -0.02703857421875,
+ -0.01287841796875,
+ 0.03955078125,
+ 0.0030364990234375,
+ -0.03680419921875,
+ 0.08831787109375,
+ -0.033843994140625,
+ 0.007129669189453125,
+ -0.004276275634765625,
+ 0.0067138671875,
+ 0.01389312744140625,
+ -0.0092010498046875,
+ -0.0218963623046875,
+ -0.00337982177734375,
+ 0.0296173095703125,
+ 0.04931640625,
+ -0.009979248046875,
+ 0.03790283203125,
+ -0.0296173095703125,
+ 0.0298004150390625,
+ 0.0186767578125,
+ 0.0060272216796875,
+ 0.007038116455078125,
+ -0.0088348388671875,
+ -0.0229034423828125,
+ -0.0154571533203125,
+ -0.072509765625,
+ -0.06842041015625,
+ 0.032196044921875,
+ -0.040283203125,
+ -0.018585205078125,
+ 0.00319671630859375,
+ 0.005725860595703125,
+ 0.0029315948486328125,
+ -0.019683837890625,
+ 0.04119873046875,
+ -0.02069091796875,
+ -0.0093841552734375,
+ -0.0094757080078125,
+ 0.01885986328125,
+ 0.0034732818603515625,
+ 0.0215301513671875,
+ 0.018218994140625,
+ -0.0294342041015625,
+ 0.033660888671875,
+ -0.007495880126953125,
+ -0.0030364990234375,
+ -0.00841522216796875,
+ -0.0163726806640625,
+ -0.031280517578125,
+ 0.0391845703125,
+ -0.055206298828125,
+ -0.00482940673828125,
+ 0.0219879150390625,
+ 0.0186767578125,
+ 0.0103912353515625,
+ -0.031280517578125,
+ 0.0362548828125,
+ -0.0094757080078125,
+ -0.058868408203125,
+ 0.01435089111328125,
+ -0.0091094970703125,
+ -0.056671142578125,
+ 0.01062774658203125,
+ -0.00818634033203125,
+ 0.01444244384765625,
+ 0.01499176025390625,
+ 0.042694091796875,
+ 0.056304931640625,
+ 0.050048828125,
+ 0.0161895751953125,
+ -0.01168060302734375,
+ 0.0020122528076171875,
+ 0.0004284381866455078,
+ 0.0210723876953125,
+ 0.0380859375,
+ 0.0218048095703125,
+ 0.00333404541015625,
+ 0.0239105224609375,
+ 0.005519866943359375,
+ -0.07470703125,
+ -0.0101165771484375,
+ -0.026123046875,
+ -0.05078125,
+ 0.01287841796875,
+ 0.09124755859375,
+ 0.0489501953125,
+ 0.033111572265625,
+ 0.01885986328125,
+ 0.044525146484375,
+ 0.04119873046875,
+ 0.003265380859375,
+ -0.02703857421875,
+ -0.052978515625,
+ -0.007587432861328125,
+ 0.0298004150390625,
+ 0.0277862548828125,
+ -0.059234619140625,
+ 0.058868408203125,
+ 0.058502197265625,
+ -0.006946563720703125,
+ -0.03570556640625,
+ -0.0223541259765625,
+ 0.005519866943359375,
+ 0.050048828125,
+ 0.01776123046875,
+ 0.0186767578125,
+ -0.0526123046875,
+ 0.0091094970703125,
+ 0.0161895751953125,
+ -0.01371002197265625,
+ -0.010162353515625,
+ -0.0234527587890625,
+ -0.01371002197265625,
+ 0.0272369384765625,
+ -0.047088623046875,
+ 0.00514984130859375,
+ 0.013153076171875,
+ 0.0736083984375,
+ 0.0007472038269042969,
+ -0.0413818359375,
+ -0.008880615234375,
+ 0.03936767578125,
+ 0.01103973388671875,
+ -0.03900146484375,
+ 0.020782470703125,
+ 0.02447509765625,
+ -0.019500732421875,
+ 0.0175628662109375,
+ 0.056671142578125,
+ -0.00337982177734375,
+ 0.0384521484375,
+ -0.0014715194702148438,
+ -0.042694091796875,
+ 0.002346038818359375,
+ -0.01071929931640625,
+ 0.004367828369140625,
+ -0.0091094970703125,
+ -0.03570556640625,
+ -0.01140594482421875,
+ -0.0277862548828125,
+ 0.04156494140625,
+ 0.012603759765625,
+ 0.032196044921875,
+ 0.030914306640625,
+ 0.001644134521484375,
+ 0.0173797607421875,
+ 0.01435089111328125,
+ 0.01471710205078125,
+ 0.030731201171875,
+ 0.037353515625,
+ 0.0281524658203125,
+ 0.01149749755859375,
+ 0.018951416015625,
+ 0.0028171539306640625,
+ -0.0264892578125,
+ 0.054473876953125,
+ -0.055572509765625,
+ 0.020782470703125,
+ -0.06109619140625,
+ 0.01425933837890625,
+ 0.0235443115234375,
+ -0.02520751953125,
+ -0.0034503936767578125,
+ -0.0219879150390625,
+ 0.01389312744140625,
+ -0.006855010986328125,
+ -0.056304931640625,
+ -0.0051727294921875,
+ 0.04931640625,
+ -0.031829833984375,
+ 0.00616455078125,
+ 0.0163726806640625,
+ -0.0123291015625,
+ 0.0235443115234375,
+ -0.060333251953125,
+ 0.06842041015625,
+ 0.024658203125,
+ 0.0027370452880859375,
+ -0.02557373046875,
+ 0.018951416015625,
+ 0.032196044921875,
+ -0.009796142578125,
+ 0.01471710205078125,
+ 0.0165557861328125,
+ -0.01172637939453125,
+ 0.0533447265625,
+ 0.019500732421875,
+ 0.01812744140625,
+ -0.033111572265625,
+ 0.0283355712890625,
+ 0.00319671630859375,
+ -0.0526123046875,
+ 0.02630615234375,
+ 0.019866943359375,
+ 0.031646728515625,
+ -0.0094757080078125,
+ -0.019134521484375,
+ -0.019775390625,
+ -0.0511474609375,
+ 0.042694091796875,
+ 0.0194091796875,
+ -0.00450897216796875,
+ 0.041015625,
+ -0.0355224609375,
+ 0.058868408203125,
+ 0.0235443115234375,
+ 0.06695556640625,
+ -0.06109619140625,
+ 0.0706787109375,
+ 0.0019550323486328125,
+ 0.00772857666015625,
+ -0.00249481201171875,
+ 0.0026912689208984375,
+ -0.0028743743896484375,
+ -0.00473785400390625,
+ -0.00460052490234375,
+ 0.056304931640625,
+ 0.0362548828125,
+ 0.012786865234375,
+ -0.07025146484375,
+ -0.0210723876953125,
+ 0.00460052490234375,
+ 0.033477783203125,
+ 0.042694091796875,
+ -0.0296173095703125,
+ -0.0215301513671875,
+ 0.0035877227783203125,
+ 0.0242919921875,
+ 0.056671142578125,
+ -0.0036792755126953125,
+ 0.01136016845703125,
+ -0.005035400390625,
+ -0.024658203125,
+ -0.0231781005859375,
+ -0.01389312744140625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "memory-analysis",
+ "plugin-support",
+ "python-library",
+ "zero-copy",
+ "profile-less"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_YARA",
+ "type": "tool",
+ "name": "YARA",
+ "content": "yara die pattern-matching-engine ist der de-facto-standard für malware- identifikation und threat-hunting. rule-syntax ermöglicht komplexe signaturen: strings, hex-patterns, regular expressions, bedingungen. die community pflegt tausende rules für bekannte malware-familien. integration in forensik-tools macht es allgegenwärtig: volatility für memory-scans, cuckoo für behavior-matching, virustotal für sample-klassifikation. modules erweitern für pe-analyse, krypto- erkennung und macho-parsing. die condition-syntax ermöglicht komplexe logik: \"any of ($a*) and filesize < 200kb\". performance-optimierung durch aho-corasick-algorithmus. python-bindings für automatisierung. yara-editor erleichtert rule-entwicklung. die false-positive-rate erfordert sorgfältiges tuning. unverzichtbar für proaktive threat-detection und incident-response. cli yara-scan signature-analysis regex-search cross-platform memory-signatures pattern-matching rule-based module-support python-bindings community-rules performance-optimized incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.024688720703125,
+ 0.0232391357421875,
+ 0.057342529296875,
+ 0.0225982666015625,
+ 0.0225067138671875,
+ 0.037384033203125,
+ 0.007350921630859375,
+ 0.0019741058349609375,
+ -0.01461029052734375,
+ 0.03558349609375,
+ -0.032867431640625,
+ 0.05517578125,
+ 0.008575439453125,
+ 0.00626373291015625,
+ -0.051544189453125,
+ 0.043731689453125,
+ -0.01316070556640625,
+ 0.0283203125,
+ 0.0265045166015625,
+ 0.0153350830078125,
+ -0.0086669921875,
+ -0.053009033203125,
+ -0.07293701171875,
+ -0.017425537109375,
+ 0.01116180419921875,
+ -0.003787994384765625,
+ -0.0028934478759765625,
+ -0.067138671875,
+ -0.0189666748046875,
+ -0.00817108154296875,
+ 0.0191497802734375,
+ -0.0295867919921875,
+ -0.0014972686767578125,
+ 0.0259552001953125,
+ 0.003856658935546875,
+ -0.01102447509765625,
+ 0.0069427490234375,
+ -0.04718017578125,
+ -0.014068603515625,
+ 0.0421142578125,
+ -0.0261383056640625,
+ 0.01279449462890625,
+ 0.0036067962646484375,
+ 0.0123443603515625,
+ -0.02703857421875,
+ -0.00426483154296875,
+ 0.00916290283203125,
+ 0.01325225830078125,
+ 0.0189666748046875,
+ -0.0259552001953125,
+ 0.01479339599609375,
+ 0.032501220703125,
+ 0.023406982421875,
+ -0.005741119384765625,
+ -0.033203125,
+ 0.024688720703125,
+ 0.0294036865234375,
+ 0.0020427703857421875,
+ -0.0428466796875,
+ 0.051544189453125,
+ -0.0562744140625,
+ -0.0290374755859375,
+ -0.005809783935546875,
+ -0.002597808837890625,
+ -0.0083465576171875,
+ 0.038116455078125,
+ -0.004924774169921875,
+ -0.023590087890625,
+ -0.0186920166015625,
+ -0.03375244140625,
+ 0.03338623046875,
+ -0.0265045166015625,
+ -0.0223236083984375,
+ 0.039031982421875,
+ -0.030303955078125,
+ -0.04083251953125,
+ 0.0294036865234375,
+ 0.039581298828125,
+ 0.00594329833984375,
+ 0.0122528076171875,
+ -0.057342529296875,
+ -0.00830078125,
+ 0.04681396484375,
+ -0.02032470703125,
+ -0.0294036865234375,
+ -0.00342559814453125,
+ 0.037200927734375,
+ -0.018157958984375,
+ 0.00689697265625,
+ -0.005535125732421875,
+ 0.02685546875,
+ 0.01143646240234375,
+ 0.04010009765625,
+ -0.0177001953125,
+ 0.02850341796875,
+ 0.039764404296875,
+ -0.0205078125,
+ -0.02703857421875,
+ -0.041015625,
+ 0.06573486328125,
+ 0.0223236083984375,
+ -0.0227813720703125,
+ 0.039398193359375,
+ -0.0226898193359375,
+ 0.0279541015625,
+ -0.0036525726318359375,
+ 0.01806640625,
+ 0.0029048919677734375,
+ -0.0087127685546875,
+ -0.0018377304077148438,
+ -0.09185791015625,
+ -0.04193115234375,
+ -0.0155181884765625,
+ -0.067138671875,
+ -0.027587890625,
+ 0.004695892333984375,
+ -0.04937744140625,
+ 0.0261383056640625,
+ -0.02813720703125,
+ -0.06280517578125,
+ 0.0123443603515625,
+ 0.010345458984375,
+ 0.00617218017578125,
+ 0.020965576171875,
+ -0.03375244140625,
+ -0.045562744140625,
+ 0.0255889892578125,
+ 0.023406982421875,
+ -0.032867431640625,
+ -0.0223236083984375,
+ -0.0037441253662109375,
+ -0.0015430450439453125,
+ -0.0119781494140625,
+ -0.055908203125,
+ -0.003993988037109375,
+ -0.0153350830078125,
+ 0.0254058837890625,
+ 0.0011739730834960938,
+ -0.01806640625,
+ 0.013885498046875,
+ 0.031036376953125,
+ -0.04156494140625,
+ -0.0537109375,
+ 0.021148681640625,
+ -0.045745849609375,
+ -0.0198822021484375,
+ -0.0163421630859375,
+ 0.037200927734375,
+ -0.023590087890625,
+ 0.006580352783203125,
+ -0.01442718505859375,
+ 0.037384033203125,
+ 0.0689697265625,
+ 0.0117034912109375,
+ 0.01148223876953125,
+ -0.0190582275390625,
+ 0.00957489013671875,
+ -0.017974853515625,
+ 0.04937744140625,
+ -0.018157958984375,
+ -0.01316070556640625,
+ 0.003925323486328125,
+ 0.020416259765625,
+ 0.037567138671875,
+ -0.005218505859375,
+ -0.030670166015625,
+ -0.01279449462890625,
+ 0.025054931640625,
+ 0.030487060546875,
+ 0.0156097412109375,
+ 0.03521728515625,
+ -0.032867431640625,
+ 0.038299560546875,
+ 0.068603515625,
+ -0.000885009765625,
+ 0.0290374755859375,
+ 0.0027790069580078125,
+ -0.0232391357421875,
+ 0.0421142578125,
+ 0.043212890625,
+ 0.0019512176513671875,
+ -0.0216064453125,
+ 0.0660400390625,
+ 0.0067138671875,
+ 0.01361083984375,
+ -0.0196990966796875,
+ -0.0085296630859375,
+ -0.0105743408203125,
+ -0.04681396484375,
+ 0.03302001953125,
+ -0.044830322265625,
+ -0.017791748046875,
+ -0.031402587890625,
+ 0.052276611328125,
+ 0.023773193359375,
+ 0.0562744140625,
+ 0.0288543701171875,
+ -0.0265045166015625,
+ 0.045196533203125,
+ -0.0011005401611328125,
+ 0.01325225830078125,
+ 0.0154266357421875,
+ -0.0037441253662109375,
+ 0.045379638671875,
+ 0.02850341796875,
+ 0.004833221435546875,
+ -0.030487060546875,
+ 0.03302001953125,
+ 0.0156097412109375,
+ -0.025054931640625,
+ 0.0119781494140625,
+ 0.037017822265625,
+ -0.00757598876953125,
+ -0.017333984375,
+ -0.0197906494140625,
+ -0.0259552001953125,
+ 0.017242431640625,
+ -0.0023365020751953125,
+ -0.02685546875,
+ 0.01125335693359375,
+ -0.02142333984375,
+ -0.0704345703125,
+ -0.0183258056640625,
+ 0.046478271484375,
+ -0.021148681640625,
+ 0.03375244140625,
+ 0.03338623046875,
+ -0.008758544921875,
+ -0.023773193359375,
+ 0.01461029052734375,
+ 0.031219482421875,
+ 0.0194244384765625,
+ -0.00821685791015625,
+ -0.004810333251953125,
+ -0.017059326171875,
+ -0.0158843994140625,
+ 0.02740478515625,
+ 0.021331787109375,
+ -0.0049896240234375,
+ 0.01279449462890625,
+ -0.020416259765625,
+ 0.023773193359375,
+ -0.038482666015625,
+ 0.038299560546875,
+ 0.036834716796875,
+ -0.0222320556640625,
+ 0.010162353515625,
+ -0.030670166015625,
+ 0.04229736328125,
+ 0.04974365234375,
+ -0.0726318359375,
+ -0.01316070556640625,
+ -0.0667724609375,
+ 0.0162506103515625,
+ -0.0802001953125,
+ -0.0540771484375,
+ -0.02069091796875,
+ -0.05010986328125,
+ 0.0537109375,
+ -0.0301361083984375,
+ -0.024322509765625,
+ -0.0028476715087890625,
+ 0.0232391357421875,
+ 0.00957489013671875,
+ 0.0161590576171875,
+ 0.00830078125,
+ -0.0301361083984375,
+ -0.01433563232421875,
+ 0.10089111328125,
+ -0.04974365234375,
+ -0.0230560302734375,
+ -0.024688720703125,
+ 0.0335693359375,
+ -0.00594329833984375,
+ 0.0231475830078125,
+ -0.004241943359375,
+ 0.0027790069580078125,
+ 0.0186920166015625,
+ 0.038116455078125,
+ 0.01361083984375,
+ 0.0223236083984375,
+ -0.0183258056640625,
+ 0.0018262863159179688,
+ 0.038665771484375,
+ -0.0406494140625,
+ 0.0101165771484375,
+ 0.0049896240234375,
+ -0.0007829666137695312,
+ 0.0069427490234375,
+ -0.0548095703125,
+ 0.0107574462890625,
+ 0.0428466796875,
+ 0.02813720703125,
+ -0.00994110107421875,
+ 0.005512237548828125,
+ -0.03558349609375,
+ 0.017425537109375,
+ 0.01995849609375,
+ -0.00916290283203125,
+ 0.046478271484375,
+ 0.032501220703125,
+ -0.0027217864990234375,
+ 0.01397705078125,
+ -0.006671905517578125,
+ 0.01088714599609375,
+ -0.06280517578125,
+ -0.0119781494140625,
+ -0.0186004638671875,
+ -0.01678466796875,
+ -0.0219573974609375,
+ -0.020050048828125,
+ -0.001712799072265625,
+ -0.0187835693359375,
+ 0.00948333740234375,
+ 0.000873565673828125,
+ 0.0067138671875,
+ -0.03521728515625,
+ -0.031036376953125,
+ 0.0015659332275390625,
+ -0.01451873779296875,
+ -0.0428466796875,
+ -0.044647216796875,
+ 0.0357666015625,
+ -0.0196075439453125,
+ -0.00812530517578125,
+ -0.00957489013671875,
+ -0.0232391357421875,
+ -0.04156494140625,
+ 0.002166748046875,
+ -0.031768798828125,
+ -0.0022907257080078125,
+ -0.006626129150390625,
+ 0.0548095703125,
+ 0.023956298828125,
+ 0.01107025146484375,
+ 0.017608642578125,
+ 0.04827880859375,
+ 0.00911712646484375,
+ -0.005603790283203125,
+ -0.00431060791015625,
+ -0.01107025146484375,
+ -0.0031528472900390625,
+ 0.006671905517578125,
+ -0.035400390625,
+ -0.0197906494140625,
+ -0.0225067138671875,
+ -0.0070343017578125,
+ 0.020050048828125,
+ 0.0121612548828125,
+ 0.03631591796875,
+ 0.0225067138671875,
+ -0.0049896240234375,
+ -0.0015316009521484375,
+ 0.09259033203125,
+ 0.004558563232421875,
+ 0.08056640625,
+ -0.007396697998046875,
+ -0.0562744140625,
+ -0.00510406494140625,
+ 0.033935546875,
+ -0.013427734375,
+ -0.01416015625,
+ 0.01751708984375,
+ 0.00762176513671875,
+ -0.0294036865234375,
+ 0.037384033203125,
+ -0.031036376953125,
+ 0.024505615234375,
+ -0.004901885986328125,
+ 0.00537872314453125,
+ 0.023406982421875,
+ -0.008575439453125,
+ 0.01116180419921875,
+ 0.0255889892578125,
+ 0.0263214111328125,
+ 0.021240234375,
+ 0.03375244140625,
+ -0.0100250244140625,
+ 0.01111602783203125,
+ -0.056640625,
+ -0.0823974609375,
+ -0.0024166107177734375,
+ 0.0122528076171875,
+ 0.00775909423828125,
+ 0.0299530029296875,
+ -0.052276611328125,
+ -0.07080078125,
+ 0.02777099609375,
+ -0.044464111328125,
+ 0.09039306640625,
+ 0.050445556640625,
+ 0.00335693359375,
+ 0.0117034912109375,
+ -0.0151519775390625,
+ 0.0120697021484375,
+ 0.024871826171875,
+ 0.02142333984375,
+ 0.038116455078125,
+ 0.04901123046875,
+ 0.03594970703125,
+ 0.00594329833984375,
+ -0.023590087890625,
+ -0.0036296844482421875,
+ 0.045013427734375,
+ 0.024322509765625,
+ -0.013519287109375,
+ 0.04010009765625,
+ 0.032501220703125,
+ 0.024139404296875,
+ -0.032501220703125,
+ 0.033935546875,
+ -0.004627227783203125,
+ -0.01416015625,
+ 0.00925445556640625,
+ -0.0255889892578125,
+ 0.020965576171875,
+ -0.0406494140625,
+ 0.0068511962890625,
+ -0.0190582275390625,
+ 0.0220489501953125,
+ 0.017333984375,
+ 0.032867431640625,
+ -0.02685546875,
+ -0.004810333251953125,
+ 0.0540771484375,
+ -0.06353759765625,
+ -0.0032215118408203125,
+ 0.0406494140625,
+ -0.023590087890625,
+ 0.01306915283203125,
+ -0.039398193359375,
+ -0.0537109375,
+ 0.051177978515625,
+ -0.0263214111328125,
+ -0.07366943359375,
+ 0.0183258056640625,
+ 0.0297698974609375,
+ -0.030670166015625,
+ -0.01806640625,
+ -0.050445556640625,
+ 0.0117950439453125,
+ -0.02142333984375,
+ -0.031585693359375,
+ 0.03448486328125,
+ -0.0009813308715820312,
+ -0.00789642333984375,
+ 0.024871826171875,
+ 0.008392333984375,
+ -0.0195159912109375,
+ -0.00794219970703125,
+ 0.038299560546875,
+ -0.031585693359375,
+ -0.0297698974609375,
+ 0.0157928466796875,
+ 0.0007205009460449219,
+ 0.0035400390625,
+ -0.01497650146484375,
+ -0.01134490966796875,
+ 0.01806640625,
+ 0.023956298828125,
+ 0.0157012939453125,
+ -0.0036754608154296875,
+ -0.06427001953125,
+ -0.037750244140625,
+ -0.058074951171875,
+ 0.06353759765625,
+ 0.02703857421875,
+ 0.0421142578125,
+ 0.0009698867797851562,
+ -0.0660400390625,
+ 0.0182342529296875,
+ -0.050811767578125,
+ -0.021148681640625,
+ -0.007305145263671875,
+ 0.0121612548828125,
+ -0.0163421630859375,
+ 0.068603515625,
+ -0.0015764236450195312,
+ -0.006805419921875,
+ 0.007350921630859375,
+ 0.023406982421875,
+ 0.001678466796875,
+ -0.00020706653594970703,
+ -0.021514892578125,
+ 0.04827880859375,
+ 0.033935546875,
+ -0.03594970703125,
+ -0.006988525390625,
+ 0.0011568069458007812,
+ 0.0151519775390625,
+ 0.07550048828125,
+ -0.06353759765625,
+ -0.00594329833984375,
+ -0.0123443603515625,
+ -0.051910400390625,
+ -0.021331787109375,
+ -0.0190582275390625,
+ -0.0157012939453125,
+ -0.02850341796875,
+ 0.00817108154296875,
+ 0.024505615234375,
+ 0.00002658367156982422,
+ 0.057708740234375,
+ 0.024322509765625,
+ 0.007305145263671875,
+ -0.0041961669921875,
+ 0.005466461181640625,
+ -0.016510009765625,
+ 0.0350341796875,
+ -0.059539794921875,
+ -0.02703857421875,
+ -0.00598907470703125,
+ 0.0406494140625,
+ -0.0263214111328125,
+ 0.01316070556640625,
+ -0.0037441253662109375,
+ -0.0161590576171875,
+ 0.031402587890625,
+ -0.0548095703125,
+ -0.0035400390625,
+ -0.01097869873046875,
+ 0.0188751220703125,
+ -0.04937744140625,
+ -0.017425537109375,
+ 0.0122528076171875,
+ 0.0297698974609375,
+ -0.002109527587890625,
+ 0.0218658447265625,
+ 0.0120697021484375,
+ -0.038665771484375,
+ 0.0225982666015625,
+ -0.000873565673828125,
+ -0.0189666748046875,
+ 0.0122528076171875,
+ 0.02105712890625,
+ -0.00848388671875,
+ -0.01442718505859375,
+ 0.031402587890625,
+ -0.01788330078125,
+ -0.01306915283203125,
+ -0.0831298828125,
+ 0.01451873779296875,
+ -0.01451873779296875,
+ -0.027587890625,
+ -0.0183258056640625,
+ -0.02032470703125,
+ -0.06134033203125,
+ -0.0196075439453125,
+ 0.0257720947265625,
+ 0.04937744140625,
+ 0.00519561767578125,
+ -0.04901123046875,
+ -0.0189666748046875,
+ -0.0106201171875,
+ -0.036834716796875,
+ 0.031768798828125,
+ -0.0185089111328125,
+ 0.00594329833984375,
+ 0.0036296844482421875,
+ -0.03631591796875,
+ 0.01751708984375,
+ 0.01470184326171875,
+ 0.031219482421875,
+ 0.025054931640625,
+ 0.039215087890625,
+ -0.0272216796875,
+ 0.0224151611328125,
+ 0.014251708984375,
+ -0.0084381103515625,
+ -0.045562744140625,
+ -0.004901885986328125,
+ 0.02777099609375,
+ -0.045379638671875,
+ -0.0185089111328125,
+ 0.06207275390625,
+ 0.0257720947265625,
+ 0.0255889892578125,
+ -0.039031982421875,
+ -0.0350341796875,
+ 0.0548095703125,
+ -0.01261138916015625,
+ 0.0943603515625,
+ -0.0195159912109375,
+ -0.041748046875,
+ -0.014068603515625,
+ 0.016693115234375,
+ 0.043365478515625,
+ 0.033935546875,
+ 0.0009016990661621094,
+ -0.0292205810546875,
+ 0.01261138916015625,
+ 0.052642822265625,
+ -0.0191497802734375,
+ -0.037384033203125,
+ -0.053375244140625,
+ 0.0361328125,
+ 0.01806640625,
+ 0.08203125,
+ 0.0067138671875,
+ 0.07733154296875,
+ 0.01316070556640625,
+ -0.016876220703125,
+ 0.0189666748046875,
+ 0.050811767578125,
+ 0.024322509765625,
+ -0.032318115234375,
+ -0.06060791015625,
+ -0.017333984375,
+ 0.023773193359375,
+ -0.0121612548828125,
+ -0.045379638671875,
+ 0.0034027099609375,
+ 0.04974365234375,
+ -0.06427001953125,
+ -0.024871826171875,
+ -0.02069091796875,
+ -0.0229644775390625,
+ 0.0189666748046875,
+ -0.0102081298828125,
+ -0.01497650146484375,
+ 0.021514892578125,
+ 0.01157379150390625,
+ -0.031402587890625,
+ 0.032684326171875,
+ -0.0194244384765625,
+ 0.016693115234375,
+ 0.0537109375,
+ 0.032318115234375,
+ -0.0015659332275390625,
+ 0.044097900390625,
+ 0.0335693359375,
+ 0.035400390625,
+ 0.013702392578125,
+ 0.0357666015625,
+ 0.0121612548828125,
+ 0.0183258056640625,
+ 0.02813720703125,
+ 0.059539794921875,
+ -0.036834716796875,
+ -0.00598907470703125,
+ -0.01288604736328125,
+ 0.0182342529296875,
+ 0.06060791015625,
+ 0.0195159912109375,
+ 0.013885498046875,
+ 0.0153350830078125,
+ -0.0259552001953125,
+ -0.06170654296875,
+ 0.0019626617431640625,
+ 0.0028705596923828125,
+ 0.003787994384765625,
+ -0.021514892578125,
+ -0.037750244140625,
+ 0.031036376953125,
+ -0.01288604736328125,
+ 0.0263214111328125,
+ 0.031585693359375,
+ -0.024688720703125,
+ -0.02105712890625,
+ 0.053375244140625,
+ -0.020233154296875,
+ -0.036834716796875,
+ 0.0219573974609375,
+ -0.01751708984375,
+ -0.053009033203125,
+ -0.0192413330078125,
+ -0.0084381103515625,
+ 0.038665771484375,
+ -0.003108978271484375,
+ -0.0555419921875,
+ 0.00426483154296875,
+ 0.024871826171875,
+ -0.0101165771484375,
+ -0.0286712646484375,
+ -0.004673004150390625,
+ -0.007080078125,
+ -0.005718231201171875,
+ -0.039215087890625,
+ -0.050445556640625,
+ -0.024322509765625,
+ 0.004425048828125,
+ -0.039031982421875,
+ 0.0570068359375,
+ 0.0295867919921875,
+ 0.00417327880859375,
+ 0.0006947517395019531,
+ -0.01080322265625,
+ -0.053009033203125,
+ 0.03302001953125,
+ -0.02703857421875,
+ 0.04901123046875,
+ 0.0232391357421875,
+ 0.0286712646484375,
+ 0.0161590576171875,
+ 0.04791259765625,
+ 0.0024852752685546875,
+ -0.0152435302734375,
+ -0.023590087890625,
+ -0.07080078125,
+ 0.00798797607421875,
+ 0.024505615234375,
+ -0.00510406494140625,
+ -0.06243896484375,
+ 0.00994110107421875,
+ 0.050811767578125,
+ -0.06353759765625,
+ 0.02069091796875,
+ -0.00617218017578125,
+ -0.0184173583984375,
+ -0.0413818359375,
+ 0.0157928466796875,
+ 0.0087127685546875,
+ 0.0082550048828125,
+ 0.07293701171875,
+ 0.00043964385986328125,
+ -0.0208740234375,
+ 0.0160675048828125,
+ -0.0570068359375,
+ 0.05517578125,
+ 0.0015087127685546875,
+ 0.027587890625,
+ -0.04681396484375,
+ 0.024505615234375,
+ 0.024139404296875,
+ -0.01416015625,
+ 0.024871826171875,
+ -0.0682373046875,
+ -0.0070343017578125,
+ 0.031219482421875,
+ 0.0169677734375,
+ 0.00911712646484375,
+ -0.0011625289916992188,
+ -0.033935546875,
+ -0.0263214111328125,
+ -0.00531005859375,
+ -0.006626129150390625,
+ 0.01148223876953125,
+ 0.013702392578125,
+ -0.0259552001953125,
+ -0.01093292236328125,
+ -0.0019168853759765625,
+ -0.053375244140625,
+ -0.0265045166015625,
+ -0.013885498046875,
+ 0.02685546875,
+ 0.005218505859375,
+ -0.057342529296875,
+ -0.0044708251953125,
+ -0.006443023681640625,
+ 0.01715087890625,
+ 0.0255889892578125,
+ 0.044647216796875,
+ -0.0413818359375,
+ -0.0117950439453125,
+ 0.0006098747253417969,
+ 0.053375244140625,
+ 0.01678466796875,
+ 0.0107574462890625,
+ -0.007259368896484375,
+ -0.0117950439453125,
+ 0.00766754150390625,
+ -0.0263214111328125,
+ 0.044464111328125,
+ 0.0263214111328125,
+ -0.031036376953125,
+ -0.04046630859375,
+ -0.0301361083984375,
+ -0.04681396484375,
+ 0.039031982421875,
+ 0.005126953125,
+ 0.038299560546875,
+ 0.00943756103515625,
+ -0.01361083984375,
+ -0.0831298828125,
+ 0.0261383056640625,
+ -0.0042877197265625,
+ -0.00417327880859375,
+ 0.01325225830078125,
+ -0.030853271484375,
+ -0.058807373046875,
+ -0.055908203125,
+ -0.0188751220703125,
+ 0.01139068603515625,
+ -0.01297760009765625,
+ 0.005558013916015625,
+ 0.031768798828125,
+ -0.0014524459838867188,
+ 0.02777099609375,
+ 0.000518798828125,
+ -0.0220489501953125,
+ 0.04791259765625,
+ 0.023406982421875,
+ -0.045562744140625,
+ 0.06787109375,
+ -0.046295166015625,
+ 0.0028133392333984375,
+ -0.0101165771484375,
+ 0.0230560302734375,
+ 0.0090789794921875,
+ 0.0036983489990234375,
+ -0.0279541015625,
+ -0.0225067138671875,
+ 0.037750244140625,
+ 0.0562744140625,
+ -0.023956298828125,
+ 0.00980377197265625,
+ -0.020782470703125,
+ -0.0037670135498046875,
+ -0.01470184326171875,
+ -0.01129913330078125,
+ 0.017059326171875,
+ 0.0155181884765625,
+ -0.0272216796875,
+ -0.003810882568359375,
+ -0.050445556640625,
+ -0.06060791015625,
+ 0.0000400543212890625,
+ -0.043548583984375,
+ 0.00218963623046875,
+ 0.006805419921875,
+ 0.0197906494140625,
+ 0.030303955078125,
+ -0.057708740234375,
+ 0.03631591796875,
+ -0.01995849609375,
+ -0.04156494140625,
+ -0.00617218017578125,
+ 0.01111602783203125,
+ -0.018157958984375,
+ 0.0421142578125,
+ 0.0229644775390625,
+ -0.0261383056640625,
+ -0.0044708251953125,
+ -0.0084381103515625,
+ -0.0153350830078125,
+ -0.00957489013671875,
+ 0.00989532470703125,
+ -0.038848876953125,
+ 0.024322509765625,
+ -0.041015625,
+ 0.0070343017578125,
+ 0.02142333984375,
+ 0.01261138916015625,
+ 0.01334381103515625,
+ -0.052642822265625,
+ 0.0283203125,
+ -0.038848876953125,
+ -0.059173583984375,
+ 0.00612640380859375,
+ -0.0169677734375,
+ -0.059539794921875,
+ 0.0288543701171875,
+ -0.041748046875,
+ 0.00848388671875,
+ 0.0052642822265625,
+ 0.020965576171875,
+ 0.030487060546875,
+ 0.06787109375,
+ 0.024871826171875,
+ -0.0266876220703125,
+ 0.017608642578125,
+ -0.01442718505859375,
+ 0.0227813720703125,
+ 0.050811767578125,
+ 0.016510009765625,
+ 0.0086669921875,
+ 0.020233154296875,
+ -0.0014629364013671875,
+ -0.0816650390625,
+ -0.004650115966796875,
+ -0.01102447509765625,
+ -0.043365478515625,
+ -0.0006804466247558594,
+ 0.06134033203125,
+ 0.007442474365234375,
+ 0.01143646240234375,
+ 0.002166748046875,
+ 0.039581298828125,
+ 0.0227813720703125,
+ 0.00785064697265625,
+ -0.055908203125,
+ -0.056640625,
+ 0.0067138671875,
+ 0.045379638671875,
+ -0.0003657341003417969,
+ -0.08349609375,
+ 0.059173583984375,
+ 0.059906005859375,
+ 0.0151519775390625,
+ -0.01152801513671875,
+ 0.0024852752685546875,
+ -0.0125274658203125,
+ 0.0254058837890625,
+ 0.0225067138671875,
+ 0.0155181884765625,
+ -0.07440185546875,
+ 0.0189666748046875,
+ 0.01288604736328125,
+ -0.0051727294921875,
+ 0.01470184326171875,
+ -0.0122528076171875,
+ -0.020965576171875,
+ 0.0283203125,
+ -0.044647216796875,
+ 0.002971649169921875,
+ 0.02777099609375,
+ 0.07440185546875,
+ 0.00952911376953125,
+ -0.044647216796875,
+ 0.0005726814270019531,
+ -0.007350921630859375,
+ 0.0217742919921875,
+ -0.01279449462890625,
+ -0.0157012939453125,
+ 0.01678466796875,
+ -0.016693115234375,
+ -0.00501251220703125,
+ 0.0413818359375,
+ 0.0086669921875,
+ 0.05517578125,
+ 0.017791748046875,
+ -0.045196533203125,
+ 0.0221405029296875,
+ 0.0104827880859375,
+ 0.00617218017578125,
+ -0.021514892578125,
+ -0.031219482421875,
+ -0.0166015625,
+ -0.023406982421875,
+ 0.01084136962890625,
+ -0.00421905517578125,
+ 0.036468505859375,
+ -0.004947662353515625,
+ -0.0151519775390625,
+ 0.010345458984375,
+ 0.017425537109375,
+ 0.0191497802734375,
+ 0.0343017578125,
+ 0.0160675048828125,
+ -0.0189666748046875,
+ 0.01488494873046875,
+ 0.0272216796875,
+ -0.002655029296875,
+ -0.0189666748046875,
+ 0.04046630859375,
+ -0.0299530029296875,
+ 0.0085296630859375,
+ -0.03375244140625,
+ -0.033935546875,
+ 0.0222320556640625,
+ -0.027587890625,
+ 0.01134490966796875,
+ -0.01451873779296875,
+ 0.0221405029296875,
+ -0.032684326171875,
+ -0.01288604736328125,
+ -0.00798797607421875,
+ 0.04754638671875,
+ -0.059539794921875,
+ 0.032501220703125,
+ 0.01497650146484375,
+ -0.0070343017578125,
+ -0.00789642333984375,
+ -0.0225982666015625,
+ 0.0718994140625,
+ 0.023773193359375,
+ 0.0290374755859375,
+ -0.0182342529296875,
+ -0.006671905517578125,
+ 0.017608642578125,
+ -0.04681396484375,
+ 0.0265045166015625,
+ 0.021148681640625,
+ -0.0006608963012695312,
+ 0.0254058837890625,
+ 0.03302001953125,
+ 0.0297698974609375,
+ -0.0153350830078125,
+ 0.02069091796875,
+ 0.005489349365234375,
+ -0.0295867919921875,
+ 0.0166015625,
+ 0.0028591156005859375,
+ 0.030853271484375,
+ -0.004108428955078125,
+ -0.037567138671875,
+ -0.0196075439453125,
+ -0.05517578125,
+ 0.07879638671875,
+ -0.0010042190551757812,
+ -0.0153350830078125,
+ 0.0259552001953125,
+ -0.024139404296875,
+ 0.0540771484375,
+ 0.0161590576171875,
+ 0.043212890625,
+ -0.07080078125,
+ 0.045379638671875,
+ -0.0254058837890625,
+ -0.0009016990661621094,
+ 0.01093292236328125,
+ -0.01479339599609375,
+ -0.0028705596923828125,
+ 0.0122528076171875,
+ -0.050445556640625,
+ 0.04901123046875,
+ 0.006443023681640625,
+ 0.01461029052734375,
+ -0.052642822265625,
+ -0.0023250579833984375,
+ 0.00794219970703125,
+ -0.00501251220703125,
+ 0.0225067138671875,
+ -0.051177978515625,
+ -0.03411865234375,
+ 0.0137939453125,
+ 0.024871826171875,
+ 0.050445556640625,
+ -0.0013217926025390625,
+ 0.023590087890625,
+ -0.016693115234375,
+ -0.004650115966796875,
+ -0.00528717041015625,
+ -0.0184173583984375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "yara-scan",
+ "signature-analysis",
+ "regex-search",
+ "cross-platform",
+ "memory-signatures",
+ "pattern-matching",
+ "rule-based",
+ "module-support",
+ "python-bindings",
+ "community-rules",
+ "performance-optimized"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_FSEvents_Analysis",
+ "type": "tool",
+ "name": "macOS FSEvents Analysis",
+ "content": "macos fsevents analysis forensische auswertung von fsevents-logs für historische dateisystemänderungen seit macos 10.7. fundort: /.fseventsd/xxxxxxxxxx (gzip-komprimiert). dateiname entspricht letzter event-id + 1. dekomprimierung und parsing für chronologische rekonstruktion von datei-/ordner-operationen. besonderheit: alphabetische statt chronologische speicherung erfordert spezielle parser für zeitbasierte analyse und aktivitätsmuster-erkennung. fsevents-analysis filesystem-monitoring historical-analysis gzip-decompression timeline-reconstruction file-operations activity-tracking static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.003875732421875,
+ 0.044830322265625,
+ 0.048370361328125,
+ -0.006145477294921875,
+ 0.046417236328125,
+ 0.020538330078125,
+ 0.0181732177734375,
+ -0.006195068359375,
+ -0.006961822509765625,
+ -0.0245819091796875,
+ -0.0262603759765625,
+ 0.049163818359375,
+ 0.0296173095703125,
+ -0.0221099853515625,
+ -0.06793212890625,
+ 0.0418701171875,
+ 0.005306243896484375,
+ 0.007205963134765625,
+ 0.0198516845703125,
+ -0.01332855224609375,
+ -0.033172607421875,
+ 0.01105499267578125,
+ -0.03533935546875,
+ 0.01727294921875,
+ 0.00441741943359375,
+ 0.0312042236328125,
+ -0.0087890625,
+ -0.06597900390625,
+ 0.00543212890625,
+ 0.0195465087890625,
+ 0.0186614990234375,
+ -0.0312042236328125,
+ 0.028045654296875,
+ 0.041473388671875,
+ 0.021820068359375,
+ -0.04937744140625,
+ 0.0237884521484375,
+ -0.048370361328125,
+ -0.043060302734375,
+ 0.030609130859375,
+ -0.0084381103515625,
+ 0.01560211181640625,
+ 0.018463134765625,
+ -0.0145111083984375,
+ -0.021820068359375,
+ -0.037322998046875,
+ 0.0149078369140625,
+ 0.0111083984375,
+ 0.026458740234375,
+ -0.045623779296875,
+ 0.0296173095703125,
+ 0.0236968994140625,
+ 0.00933074951171875,
+ 0.01540374755859375,
+ -0.02862548828125,
+ 0.03021240234375,
+ 0.018463134765625,
+ -0.0018758773803710938,
+ -0.04522705078125,
+ 0.024688720703125,
+ -0.073486328125,
+ 0.01209259033203125,
+ -0.00505828857421875,
+ 0.007205963134765625,
+ 0.0113067626953125,
+ 0.0296173095703125,
+ -0.010711669921875,
+ -0.020050048828125,
+ 0.006862640380859375,
+ -0.00041031837463378906,
+ -0.004566192626953125,
+ -0.028045654296875,
+ -0.021820068359375,
+ 0.056884765625,
+ -0.0240936279296875,
+ -0.0552978515625,
+ 0.00429534912109375,
+ 0.01105499267578125,
+ 0.0033817291259765625,
+ -0.005207061767578125,
+ -0.043060302734375,
+ 0.0132293701171875,
+ 0.08966064453125,
+ -0.01021575927734375,
+ -0.0288238525390625,
+ 0.022705078125,
+ 0.0159912109375,
+ 0.0278472900390625,
+ -0.0111541748046875,
+ 0.005924224853515625,
+ 0.00765228271484375,
+ -0.005702972412109375,
+ 0.01165008544921875,
+ -0.0007958412170410156,
+ 0.024688720703125,
+ 0.06634521484375,
+ 0.0153045654296875,
+ -0.0185546875,
+ -0.020538330078125,
+ 0.0159912109375,
+ 0.01244354248046875,
+ -0.044036865234375,
+ 0.0501708984375,
+ -0.032196044921875,
+ 0.054901123046875,
+ -0.038909912109375,
+ 0.012542724609375,
+ -0.023590087890625,
+ -0.0186614990234375,
+ -0.031402587890625,
+ -0.0869140625,
+ -0.03338623046875,
+ -0.0190582275390625,
+ -0.057647705078125,
+ -0.00799560546875,
+ -0.0157012939453125,
+ 0.013031005859375,
+ 0.04443359375,
+ -0.0438232421875,
+ -0.030609130859375,
+ 0.0057525634765625,
+ 0.02862548828125,
+ 0.020050048828125,
+ 0.0221099853515625,
+ -0.054901123046875,
+ -0.046600341796875,
+ 0.045623779296875,
+ 0.030609130859375,
+ -0.021728515625,
+ -0.03277587890625,
+ -0.00033473968505859375,
+ -0.03594970703125,
+ -0.01007080078125,
+ -0.0031833648681640625,
+ -0.0028629302978515625,
+ -0.03375244140625,
+ 0.044830322265625,
+ -0.017974853515625,
+ 0.00873565673828125,
+ 0.0108642578125,
+ 0.047393798828125,
+ -0.01248931884765625,
+ -0.04345703125,
+ -0.013824462890625,
+ -0.0008082389831542969,
+ -0.0241851806640625,
+ -0.036346435546875,
+ 0.0386962890625,
+ -0.0084381103515625,
+ -0.005382537841796875,
+ -0.00273895263671875,
+ 0.04443359375,
+ 0.03277587890625,
+ 0.03179931640625,
+ 0.0233001708984375,
+ -0.065185546875,
+ -0.0187530517578125,
+ -0.018463134765625,
+ 0.0361328125,
+ -0.0164947509765625,
+ -0.0367431640625,
+ 0.003925323486328125,
+ -0.009185791015625,
+ 0.027252197265625,
+ -0.0043182373046875,
+ -0.049560546875,
+ -0.0128326416015625,
+ 0.04107666015625,
+ 0.0012464523315429688,
+ 0.0037517547607421875,
+ 0.02093505859375,
+ -0.00873565673828125,
+ 0.069091796875,
+ 0.060028076171875,
+ -0.00629425048828125,
+ 0.017181396484375,
+ -0.006195068359375,
+ -0.0153045654296875,
+ 0.027252197265625,
+ 0.032196044921875,
+ -0.017578125,
+ -0.0153045654296875,
+ 0.060028076171875,
+ -0.00893402099609375,
+ 0.005924224853515625,
+ 0.00029921531677246094,
+ -0.007354736328125,
+ -0.033966064453125,
+ -0.001789093017578125,
+ 0.03515625,
+ -0.0240936279296875,
+ -0.0149078369140625,
+ 0.008392333984375,
+ 0.0284423828125,
+ 0.009033203125,
+ 0.06988525390625,
+ 0.0208282470703125,
+ -0.003208160400390625,
+ 0.038116455078125,
+ -0.00461578369140625,
+ 0.02764892578125,
+ 0.0604248046875,
+ 0.0008206367492675781,
+ 0.07269287109375,
+ 0.0069122314453125,
+ 0.0288238525390625,
+ -0.0173797607421875,
+ 0.00849151611328125,
+ 0.01678466796875,
+ -0.0132293701171875,
+ -0.023101806640625,
+ 0.049957275390625,
+ -0.00701141357421875,
+ -0.0237884521484375,
+ -0.05804443359375,
+ -0.052520751953125,
+ 0.0270538330078125,
+ -0.031005859375,
+ 0.00804901123046875,
+ -0.01120758056640625,
+ 0.005405426025390625,
+ -0.031982421875,
+ 0.004688262939453125,
+ 0.036529541015625,
+ -0.00293731689453125,
+ 0.046417236328125,
+ 0.031402587890625,
+ -0.038299560546875,
+ -0.037322998046875,
+ 0.019256591796875,
+ -0.0020732879638671875,
+ 0.0266571044921875,
+ -0.0094757080078125,
+ 0.0190582275390625,
+ 0.016693115234375,
+ -0.018463134765625,
+ 0.03851318359375,
+ 0.003047943115234375,
+ 0.0237884521484375,
+ 0.0242919921875,
+ -0.0294189453125,
+ 0.02606201171875,
+ -0.003726959228515625,
+ 0.032196044921875,
+ 0.07110595703125,
+ -0.04522705078125,
+ 0.016876220703125,
+ -0.00789642333984375,
+ 0.0057525634765625,
+ 0.06280517578125,
+ -0.04046630859375,
+ -0.0007839202880859375,
+ -0.10186767578125,
+ 0.01392364501953125,
+ -0.04364013671875,
+ -0.0190582275390625,
+ -0.0304107666015625,
+ -0.03948974609375,
+ 0.03533935546875,
+ -0.02606201171875,
+ 0.00125885009765625,
+ 0.00972747802734375,
+ 0.01165008544921875,
+ 0.0169830322265625,
+ 0.029022216796875,
+ -0.0113525390625,
+ -0.0335693359375,
+ 0.00992584228515625,
+ 0.07940673828125,
+ -0.01560211181640625,
+ -0.00493621826171875,
+ -0.0145111083984375,
+ 0.01209259033203125,
+ 0.0014438629150390625,
+ 0.00829315185546875,
+ -0.056488037109375,
+ 0.0181732177734375,
+ 0.030609130859375,
+ 0.00789642333984375,
+ 0.023101806640625,
+ -0.015106201171875,
+ 0.003208160400390625,
+ -0.01263427734375,
+ 0.0173797607421875,
+ -0.0165863037109375,
+ 0.019744873046875,
+ -0.0254669189453125,
+ 0.0145111083984375,
+ -0.0258636474609375,
+ -0.04620361328125,
+ -0.0262603759765625,
+ 0.049957275390625,
+ -0.009033203125,
+ 0.00203704833984375,
+ 0.005527496337890625,
+ -0.0361328125,
+ 0.007801055908203125,
+ 0.00493621826171875,
+ -0.0173797607421875,
+ 0.00829315185546875,
+ 0.041656494140625,
+ -0.0247802734375,
+ -0.000046253204345703125,
+ -0.0111541748046875,
+ 0.00035953521728515625,
+ -0.047576904296875,
+ -0.051727294921875,
+ -0.0262603759765625,
+ -0.0208282470703125,
+ -0.034759521484375,
+ -0.0012340545654296875,
+ 0.039886474609375,
+ -0.0304107666015625,
+ 0.0258636474609375,
+ -0.028045654296875,
+ 0.0013637542724609375,
+ -0.035552978515625,
+ -0.037506103515625,
+ 0.00972747802734375,
+ -0.035552978515625,
+ -0.0284423828125,
+ -0.0229034423828125,
+ 0.037322998046875,
+ 0.01041412353515625,
+ -0.00952911376953125,
+ 0.0037021636962890625,
+ 0.0173797607421875,
+ -0.03948974609375,
+ 0.020538330078125,
+ -0.0296173095703125,
+ 0.035736083984375,
+ -0.002468109130859375,
+ 0.03948974609375,
+ 0.056488037109375,
+ -0.0113067626953125,
+ -0.01140594482421875,
+ 0.065185546875,
+ 0.0153045654296875,
+ -0.016693115234375,
+ -0.006221771240234375,
+ -0.00661468505859375,
+ -0.0067138671875,
+ 0.0059967041015625,
+ -0.04107666015625,
+ -0.0386962890625,
+ 0.004787445068359375,
+ -0.0207366943359375,
+ 0.0084381103515625,
+ 0.00597381591796875,
+ 0.02685546875,
+ 0.01470947265625,
+ -0.0335693359375,
+ 0.0035305023193359375,
+ 0.034759521484375,
+ -0.00020515918731689453,
+ 0.10821533203125,
+ -0.00461578369140625,
+ -0.060821533203125,
+ 0.041656494140625,
+ 0.0254669189453125,
+ -0.031585693359375,
+ -0.0071563720703125,
+ 0.037506103515625,
+ -0.0067138671875,
+ -0.0007839202880859375,
+ -0.0004813671112060547,
+ -0.0096282958984375,
+ 0.038116455078125,
+ 0.00824737548828125,
+ 0.02606201171875,
+ -0.00725555419921875,
+ -0.0006108283996582031,
+ 0.0247802734375,
+ 0.0262603759765625,
+ 0.031402587890625,
+ -0.0012645721435546875,
+ 0.04046630859375,
+ -0.050537109375,
+ -0.04876708984375,
+ -0.031402587890625,
+ -0.056488037109375,
+ 0.044036865234375,
+ 0.01224517822265625,
+ 0.028045654296875,
+ 0.0537109375,
+ -0.022613525390625,
+ -0.054107666015625,
+ 0.041473388671875,
+ -0.007061004638671875,
+ 0.06829833984375,
+ 0.0296173095703125,
+ 0.004444122314453125,
+ 0.029022216796875,
+ -0.0170745849609375,
+ -0.0204315185546875,
+ 0.0521240234375,
+ -0.00725555419921875,
+ 0.0367431640625,
+ 0.03338623046875,
+ 0.0296173095703125,
+ -0.0027523040771484375,
+ -0.04364013671875,
+ 0.00824737548828125,
+ 0.038299560546875,
+ 0.020233154296875,
+ -0.020050048828125,
+ 0.01056671142578125,
+ 0.03948974609375,
+ 0.036529541015625,
+ -0.003726959228515625,
+ 0.042266845703125,
+ 0.02764892578125,
+ -0.0123443603515625,
+ 0.00824737548828125,
+ -0.004268646240234375,
+ 0.00629425048828125,
+ -0.046417236328125,
+ 0.003826141357421875,
+ -0.00809478759765625,
+ 0.00557708740234375,
+ 0.0237884521484375,
+ 0.025665283203125,
+ -0.0841064453125,
+ 0.031005859375,
+ 0.046600341796875,
+ -0.0460205078125,
+ 0.032989501953125,
+ 0.041656494140625,
+ 0.004146575927734375,
+ 0.01293182373046875,
+ 0.0029735565185546875,
+ -0.03179931640625,
+ 0.024688720703125,
+ -0.031402587890625,
+ -0.05450439453125,
+ 0.014312744140625,
+ 0.05609130859375,
+ -0.06634521484375,
+ -0.060028076171875,
+ -0.06396484375,
+ -0.019744873046875,
+ 0.0036773681640625,
+ -0.01239013671875,
+ 0.0196533203125,
+ -0.0191497802734375,
+ 0.001338958740234375,
+ 0.04620361328125,
+ 0.04443359375,
+ -0.0224151611328125,
+ -0.018463134765625,
+ 0.057647705078125,
+ -0.0145111083984375,
+ -0.06317138671875,
+ 0.032379150390625,
+ 0.0247802734375,
+ 0.04205322265625,
+ -0.0418701171875,
+ -0.0249786376953125,
+ 0.00927734375,
+ -0.024383544921875,
+ -0.0008454322814941406,
+ 0.01470947265625,
+ -0.0537109375,
+ -0.05609130859375,
+ -0.03692626953125,
+ 0.0572509765625,
+ -0.01224517822265625,
+ 0.026458740234375,
+ 0.01120758056640625,
+ -0.040283203125,
+ -0.0010547637939453125,
+ -0.0706787109375,
+ -0.038299560546875,
+ 0.0194549560546875,
+ -0.007061004638671875,
+ -0.036346435546875,
+ 0.050933837890625,
+ -0.01500701904296875,
+ -0.00493621826171875,
+ -0.00441741943359375,
+ 0.038299560546875,
+ 0.030609130859375,
+ -0.0019989013671875,
+ -0.05963134765625,
+ 0.03277587890625,
+ 0.0196533203125,
+ -0.054901123046875,
+ 0.01500701904296875,
+ -0.01934814453125,
+ 0.00004667043685913086,
+ 0.01120758056640625,
+ -0.06317138671875,
+ 0.00641632080078125,
+ 0.0083465576171875,
+ -0.034759521484375,
+ -0.018951416015625,
+ 0.00026679039001464844,
+ -0.0244903564453125,
+ -0.039306640625,
+ 0.007205963134765625,
+ 0.023590087890625,
+ 0.018463134765625,
+ 0.01560211181640625,
+ 0.0030975341796875,
+ -0.0008206367492675781,
+ 0.01678466796875,
+ 0.0021724700927734375,
+ 0.017669677734375,
+ 0.008636474609375,
+ -0.06201171875,
+ -0.0244903564453125,
+ -0.036346435546875,
+ 0.008392333984375,
+ -0.035736083984375,
+ 0.0036029815673828125,
+ -0.032379150390625,
+ -0.0212249755859375,
+ 0.06201171875,
+ -0.02685546875,
+ -0.00745391845703125,
+ -0.006565093994140625,
+ -0.00681304931640625,
+ -0.032989501953125,
+ -0.016876220703125,
+ 0.009185791015625,
+ 0.0194549560546875,
+ 0.0026531219482421875,
+ 0.0033817291259765625,
+ 0.0703125,
+ -0.0361328125,
+ 0.0258636474609375,
+ 0.022705078125,
+ -0.02142333984375,
+ 0.0248870849609375,
+ 0.0196533203125,
+ 0.00022363662719726562,
+ -0.0115509033203125,
+ 0.02191162109375,
+ -0.0284423828125,
+ -0.048980712890625,
+ -0.06396484375,
+ 0.0304107666015625,
+ 0.0254669189453125,
+ -0.013824462890625,
+ 0.007061004638671875,
+ -0.024688720703125,
+ -0.07421875,
+ -0.0092315673828125,
+ 0.050537109375,
+ -0.0216217041015625,
+ -0.0017404556274414062,
+ -0.01229095458984375,
+ -0.0220184326171875,
+ -0.01160430908203125,
+ -0.00661468505859375,
+ 0.0212249755859375,
+ -0.006961822509765625,
+ 0.016876220703125,
+ -0.00893402099609375,
+ -0.047393798828125,
+ 0.027252197265625,
+ 0.01500701904296875,
+ 0.043243408203125,
+ 0.03594970703125,
+ 0.0190582275390625,
+ -0.034942626953125,
+ 0.00641632080078125,
+ -0.01293182373046875,
+ -0.0109100341796875,
+ -0.0019130706787109375,
+ -0.00804901123046875,
+ -0.0032329559326171875,
+ -0.039703369140625,
+ -0.02349853515625,
+ 0.01273345947265625,
+ 0.0325927734375,
+ 0.0204315185546875,
+ -0.02191162109375,
+ -0.0096282958984375,
+ 0.027252197265625,
+ -0.01031494140625,
+ 0.0655517578125,
+ -0.023101806640625,
+ -0.0300140380859375,
+ 0.0089874267578125,
+ -0.0027637481689453125,
+ 0.034149169921875,
+ 0.04107666015625,
+ 0.010955810546875,
+ -0.0278472900390625,
+ -0.0153045654296875,
+ 0.044036865234375,
+ -0.0208282470703125,
+ -0.012542724609375,
+ -0.01189422607421875,
+ -0.0003826618194580078,
+ -0.001628875732421875,
+ 0.034759521484375,
+ 0.023406982421875,
+ 0.0770263671875,
+ -0.0040740966796875,
+ 0.00992584228515625,
+ 0.0169830322265625,
+ 0.06396484375,
+ 0.03790283203125,
+ -0.0215301513671875,
+ -0.023101806640625,
+ -0.01214599609375,
+ -0.00019598007202148438,
+ -0.0308074951171875,
+ -0.0194549560546875,
+ 0.0005059242248535156,
+ 0.055694580078125,
+ -0.0687255859375,
+ -0.03277587890625,
+ -0.01332855224609375,
+ 0.00701141357421875,
+ -0.00661468505859375,
+ 0.0057525634765625,
+ -0.027252197265625,
+ 0.0089874267578125,
+ 0.032196044921875,
+ -0.05035400390625,
+ 0.0284423828125,
+ -0.0106658935546875,
+ -0.002628326416015625,
+ 0.036529541015625,
+ 0.00641632080078125,
+ -0.0199432373046875,
+ 0.029815673828125,
+ 0.00745391845703125,
+ 0.048187255859375,
+ 0.0157012939453125,
+ 0.039093017578125,
+ 0.003826141357421875,
+ 0.01412200927734375,
+ 0.06201171875,
+ 0.0572509765625,
+ -0.006366729736328125,
+ -0.020233154296875,
+ 0.0185546875,
+ 0.034942626953125,
+ 0.01332855224609375,
+ 0.0655517578125,
+ 0.013824462890625,
+ -0.00501251220703125,
+ 0.017181396484375,
+ -0.02093505859375,
+ 0.003086090087890625,
+ 0.005504608154296875,
+ 0.00745391845703125,
+ -0.0706787109375,
+ -0.048583984375,
+ -0.00785064697265625,
+ -0.056488037109375,
+ 0.01244354248046875,
+ 0.0181732177734375,
+ -0.02398681640625,
+ 0.00533294677734375,
+ 0.027252197265625,
+ -0.011749267578125,
+ -0.0460205078125,
+ -0.0140228271484375,
+ -0.024383544921875,
+ -0.0245819091796875,
+ -0.031982421875,
+ -0.035552978515625,
+ 0.0240936279296875,
+ -0.0045166015625,
+ -0.0201416015625,
+ -0.0177764892578125,
+ 0.03338623046875,
+ -0.019256591796875,
+ -0.047393798828125,
+ -0.0208282470703125,
+ 0.0153045654296875,
+ -0.0161895751953125,
+ -0.0282440185546875,
+ -0.04718017578125,
+ -0.01885986328125,
+ 0.0174713134765625,
+ -0.03338623046875,
+ 0.0165863037109375,
+ -0.031982421875,
+ -0.031585693359375,
+ -0.0165863037109375,
+ -0.0258636474609375,
+ -0.04107666015625,
+ 0.024383544921875,
+ -0.0428466796875,
+ 0.048187255859375,
+ -0.0017156600952148438,
+ 0.04345703125,
+ 0.058441162109375,
+ 0.06121826171875,
+ -0.00020515918731689453,
+ 0.01244354248046875,
+ 0.0081939697265625,
+ -0.0521240234375,
+ 0.0028133392333984375,
+ 0.0237884521484375,
+ 0.006122589111328125,
+ -0.03436279296875,
+ 0.006664276123046875,
+ 0.05450439453125,
+ -0.0706787109375,
+ 0.02685546875,
+ 0.00789642333984375,
+ -0.0296173095703125,
+ -0.050537109375,
+ -0.00681304931640625,
+ 0.00325775146484375,
+ 0.01263427734375,
+ 0.09124755859375,
+ -0.00933074951171875,
+ -0.01806640625,
+ 0.00397491455078125,
+ -0.07269287109375,
+ 0.0537109375,
+ 0.007801055908203125,
+ 0.0438232421875,
+ -0.0211334228515625,
+ 0.033966064453125,
+ 0.0119476318359375,
+ -0.03692626953125,
+ 0.0173797607421875,
+ -0.0802001953125,
+ 0.01934814453125,
+ 0.0292205810546875,
+ 0.01184844970703125,
+ 0.003948211669921875,
+ 0.0266571044921875,
+ -0.032196044921875,
+ -0.043243408203125,
+ -0.0186614990234375,
+ 0.02685546875,
+ 0.0206298828125,
+ -0.007205963134765625,
+ -0.029022216796875,
+ -0.002925872802734375,
+ 0.009185791015625,
+ -0.0635986328125,
+ -0.04718017578125,
+ -0.01461029052734375,
+ 0.037322998046875,
+ -0.010711669921875,
+ -0.03533935546875,
+ 0.014312744140625,
+ 0.017974853515625,
+ 0.006961822509765625,
+ 0.0194549560546875,
+ 0.058441162109375,
+ -0.039306640625,
+ -0.00799560546875,
+ 0.00229644775390625,
+ 0.02764892578125,
+ 0.0018138885498046875,
+ -0.0022220611572265625,
+ 0.0012645721435546875,
+ 0.0083465576171875,
+ 0.0252685546875,
+ -0.0296173095703125,
+ 0.031585693359375,
+ 0.048370361328125,
+ -0.039703369140625,
+ -0.061614990234375,
+ -0.02301025390625,
+ -0.028045654296875,
+ 0.024383544921875,
+ -0.0160980224609375,
+ 0.041656494140625,
+ 0.01422119140625,
+ -0.0177764892578125,
+ -0.093994140625,
+ 0.02398681640625,
+ -0.03533935546875,
+ 0.039306640625,
+ 0.001628875732421875,
+ -0.033172607421875,
+ -0.04681396484375,
+ -0.0675048828125,
+ -0.0292205810546875,
+ 0.04010009765625,
+ -0.0195465087890625,
+ 0.0204315185546875,
+ -0.01248931884765625,
+ -0.00493621826171875,
+ 0.003997802734375,
+ -0.0212249755859375,
+ 0.007305145263671875,
+ 0.04522705078125,
+ 0.0159912109375,
+ -0.031005859375,
+ 0.040283203125,
+ -0.023101806640625,
+ -0.0005860328674316406,
+ -0.0085906982421875,
+ 0.0233001708984375,
+ 0.0019502639770507812,
+ -0.024383544921875,
+ -0.030609130859375,
+ 0.0012159347534179688,
+ 0.0187530517578125,
+ 0.0377197265625,
+ -0.0140228271484375,
+ 0.01244354248046875,
+ -0.03436279296875,
+ 0.0159912109375,
+ -0.01392364501953125,
+ -0.0145111083984375,
+ 0.0345458984375,
+ 0.02862548828125,
+ -0.01224517822265625,
+ -0.039306640625,
+ -0.0655517578125,
+ -0.08966064453125,
+ 0.0018510818481445312,
+ -0.0232086181640625,
+ -0.03851318359375,
+ 0.0165863037109375,
+ 0.0006079673767089844,
+ 0.03790283203125,
+ -0.0020732879638671875,
+ 0.038299560546875,
+ -0.007205963134765625,
+ -0.01244354248046875,
+ -0.0292205810546875,
+ 0.017669677734375,
+ -0.01422119140625,
+ 0.0288238525390625,
+ 0.00325775146484375,
+ -0.041473388671875,
+ 0.0282440185546875,
+ 0.00357818603515625,
+ 0.01461029052734375,
+ -0.0160980224609375,
+ -0.025177001953125,
+ -0.029815673828125,
+ 0.0335693359375,
+ -0.07464599609375,
+ 0.00016117095947265625,
+ 0.046417236328125,
+ -0.0054779052734375,
+ 0.0038509368896484375,
+ -0.0248870849609375,
+ 0.033172607421875,
+ -0.0186614990234375,
+ -0.052520751953125,
+ 0.00868988037109375,
+ -0.0233001708984375,
+ -0.00513458251953125,
+ 0.00555419921875,
+ -0.00977325439453125,
+ -0.0015611648559570312,
+ 0.0252685546875,
+ 0.037109375,
+ 0.034942626953125,
+ 0.01372528076171875,
+ -0.0102691650390625,
+ -0.03338623046875,
+ -0.0014810562133789062,
+ -0.004024505615234375,
+ 0.0211334228515625,
+ 0.038299560546875,
+ 0.00977325439453125,
+ -0.00785064697265625,
+ 0.01422119140625,
+ -0.01470947265625,
+ -0.0521240234375,
+ -0.01412200927734375,
+ 0.006122589111328125,
+ -0.04681396484375,
+ 0.013824462890625,
+ 0.0770263671875,
+ 0.0258636474609375,
+ -0.002838134765625,
+ 0.033966064453125,
+ 0.06988525390625,
+ 0.06317138671875,
+ 0.00641632080078125,
+ -0.0079498291015625,
+ -0.075439453125,
+ 0.01470947265625,
+ 0.03948974609375,
+ 0.0102691650390625,
+ -0.06793212890625,
+ 0.04443359375,
+ 0.06829833984375,
+ -0.012542724609375,
+ -0.0089874267578125,
+ 0.00701141357421875,
+ -0.01441192626953125,
+ 0.0244903564453125,
+ 0.01160430908203125,
+ -0.01629638671875,
+ -0.0655517578125,
+ 0.001987457275390625,
+ 0.00409698486328125,
+ -0.01184844970703125,
+ 0.00417327880859375,
+ 0.0017032623291015625,
+ -0.02093505859375,
+ 0.048370361328125,
+ -0.048187255859375,
+ -0.004543304443359375,
+ -0.0094757080078125,
+ 0.05609130859375,
+ -0.0019378662109375,
+ -0.036529541015625,
+ -0.0216217041015625,
+ 0.054107666015625,
+ 0.0043182373046875,
+ -0.035552978515625,
+ 0.04010009765625,
+ 0.0030364990234375,
+ 0.007701873779296875,
+ 0.0153045654296875,
+ 0.05133056640625,
+ -0.01076507568359375,
+ 0.0335693359375,
+ 0.021820068359375,
+ -0.06475830078125,
+ -0.010711669921875,
+ -0.0031108856201171875,
+ -0.006195068359375,
+ -0.0020236968994140625,
+ -0.034149169921875,
+ -0.04046630859375,
+ -0.06475830078125,
+ 0.040283203125,
+ -0.00609588623046875,
+ 0.0164947509765625,
+ 0.021026611328125,
+ -0.004146575927734375,
+ -0.0204315185546875,
+ 0.005825042724609375,
+ -0.0018510818481445312,
+ 0.011749267578125,
+ 0.0181732177734375,
+ 0.0105133056640625,
+ 0.04205322265625,
+ -0.004787445068359375,
+ -0.0005369186401367188,
+ -0.03533935546875,
+ 0.047576904296875,
+ -0.03533935546875,
+ -0.0132293701171875,
+ -0.01806640625,
+ -0.00972747802734375,
+ 0.006145477294921875,
+ -0.00209808349609375,
+ 0.01313018798828125,
+ -0.034942626953125,
+ 0.017974853515625,
+ -0.01678466796875,
+ -0.03515625,
+ -0.0008516311645507812,
+ 0.04345703125,
+ -0.049560546875,
+ 0.023406982421875,
+ 0.0182647705078125,
+ -0.03436279296875,
+ 0.0014505386352539062,
+ -0.04205322265625,
+ 0.05291748046875,
+ 0.041656494140625,
+ 0.010711669921875,
+ -0.0165863037109375,
+ 0.02398681640625,
+ 0.0169830322265625,
+ 0.0361328125,
+ 0.0204315185546875,
+ 0.01041412353515625,
+ -0.031005859375,
+ 0.042449951171875,
+ 0.051727294921875,
+ -0.0208282470703125,
+ -0.043060302734375,
+ 0.038116455078125,
+ 0.01392364501953125,
+ -0.045013427734375,
+ 0.056884765625,
+ -0.003505706787109375,
+ 0.00493621826171875,
+ -0.00007677078247070312,
+ -0.0113525390625,
+ -0.00555419921875,
+ -0.04718017578125,
+ 0.051727294921875,
+ -0.00957489013671875,
+ -0.0019254684448242188,
+ 0.013427734375,
+ -0.04779052734375,
+ 0.0278472900390625,
+ 0.0196533203125,
+ 0.0853271484375,
+ -0.032379150390625,
+ 0.029815673828125,
+ 0.0025177001953125,
+ 0.0031833648681640625,
+ -0.023895263671875,
+ 0.0036773681640625,
+ 0.0083465576171875,
+ 0.0294189453125,
+ -0.03692626953125,
+ 0.058441162109375,
+ 0.0282440185546875,
+ -0.011993408203125,
+ -0.036529541015625,
+ -0.034759521484375,
+ -0.006195068359375,
+ 0.0034809112548828125,
+ 0.0113525390625,
+ -0.058837890625,
+ -0.007354736328125,
+ 0.0079498291015625,
+ 0.00345611572265625,
+ 0.06634521484375,
+ -0.015899658203125,
+ 0.02862548828125,
+ 0.0203399658203125,
+ -0.0185546875,
+ -0.01520538330078125,
+ -0.0164947509765625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "fsevents-analysis",
+ "filesystem-monitoring",
+ "historical-analysis",
+ "gzip-decompression",
+ "timeline-reconstruction",
+ "file-operations",
+ "activity-tracking"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Cuckoo_Sandbox_3",
+ "type": "tool",
+ "name": "Cuckoo Sandbox 3",
+ "content": "cuckoo sandbox 3 die automatisierte malware-analyse-umgebung führt schadsoftware kontrolliert in isolierten vms aus und dokumentiert jede aktion. version 3 vom cert-ee modernisiert die architektur mit python 3, verbesserter evasion-resistenz und cloud-scale-fähigkeiten. behavioral analysis trackt api-calls, registry-änderungen, datei-operationen und netzwerk-kommunikation. pcap-recording für vollständige traffic-analyse. memory-dumps werden automatisch mit volatility analysiert. simulated services täuschen internet-konnektivität vor. anti-anti-vm umgeht moderne sandbox-erkennung. distributed-mode analysiert hunderte samples parallel. die reporting-engine generiert detaillierte json/html-reports mit mitre att&ck mapping. yara-integration für signatur-matching. rest-api für integration in ci/cd-pipelines. die komplexe installation erfordert virtualisierungs-expertise, belohnt aber mit industrieller malware-analyse-kapazität. web-interface sandboxing behavioral-analysis malware-unpacking virtual-analysis sandbox-reports api-monitoring network-capture memory-analysis mitre-attack distributed-analysis anti-evasion incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.03985595703125,
+ 0.0126190185546875,
+ 0.05047607421875,
+ 0.00716400146484375,
+ 0.028656005859375,
+ 0.0159454345703125,
+ 0.040618896484375,
+ -0.00716400146484375,
+ -0.01058197021484375,
+ -0.0058135986328125,
+ -0.0298004150390625,
+ 0.032073974609375,
+ -0.004695892333984375,
+ -0.00711822509765625,
+ -0.05047607421875,
+ 0.0254364013671875,
+ -0.00759124755859375,
+ 0.00519561767578125,
+ 0.01537322998046875,
+ 0.0167999267578125,
+ -0.0523681640625,
+ -0.00763702392578125,
+ -0.059967041015625,
+ -0.02960205078125,
+ -0.0108642578125,
+ 0.006168365478515625,
+ -0.049713134765625,
+ -0.06793212890625,
+ -0.006641387939453125,
+ -0.00540924072265625,
+ 0.0238189697265625,
+ -0.0260009765625,
+ 0.01375579833984375,
+ 0.01300048828125,
+ 0.0008597373962402344,
+ -0.0221099853515625,
+ -0.004459381103515625,
+ -0.03509521484375,
+ -0.010955810546875,
+ 0.03302001953125,
+ -0.0121002197265625,
+ -0.0011625289916992188,
+ 0.0036525726318359375,
+ -0.02154541015625,
+ -0.0290374755859375,
+ -0.0167999267578125,
+ 0.00972747802734375,
+ -0.00434112548828125,
+ 0.01898193359375,
+ -0.044586181640625,
+ 0.0222015380859375,
+ 0.023345947265625,
+ 0.008636474609375,
+ 0.0037479400634765625,
+ -0.03265380859375,
+ -0.0085906982421875,
+ 0.0273284912109375,
+ -0.0204010009765625,
+ -0.0362548828125,
+ 0.037567138671875,
+ -0.05731201171875,
+ -0.00958251953125,
+ -0.000014066696166992188,
+ -0.016510009765625,
+ 0.0004892349243164062,
+ 0.0455322265625,
+ -0.00119781494140625,
+ -0.02276611328125,
+ 0.0009312629699707031,
+ -0.0125274658203125,
+ 0.0275115966796875,
+ 0.00043892860412597656,
+ -0.03472900390625,
+ 0.022674560546875,
+ -0.054656982421875,
+ -0.004863739013671875,
+ 0.01537322998046875,
+ 0.033599853515625,
+ 0.0254364013671875,
+ 0.011627197265625,
+ -0.0260009765625,
+ -0.004695892333984375,
+ 0.051605224609375,
+ -0.008209228515625,
+ -0.006404876708984375,
+ 0.01727294921875,
+ 0.02789306640625,
+ 0.013946533203125,
+ 0.002597808837890625,
+ -0.0095367431640625,
+ 0.03643798828125,
+ -0.006000518798828125,
+ 0.030548095703125,
+ -0.04022216796875,
+ 0.0230560302734375,
+ 0.037750244140625,
+ -0.032257080078125,
+ -0.040618896484375,
+ -0.00934600830078125,
+ 0.03436279296875,
+ 0.004032135009765625,
+ 0.005954742431640625,
+ 0.05731201171875,
+ -0.01143646240234375,
+ 0.058837890625,
+ -0.0246734619140625,
+ -0.00759124755859375,
+ -0.015838623046875,
+ 0.005954742431640625,
+ -0.0191650390625,
+ -0.08843994140625,
+ -0.044586181640625,
+ -0.0290374755859375,
+ -0.0447998046875,
+ -0.03131103515625,
+ -0.004245758056640625,
+ 0.0028820037841796875,
+ 0.07098388671875,
+ -0.033203125,
+ -0.0592041015625,
+ 0.01546478271484375,
+ 0.03680419921875,
+ -0.026947021484375,
+ 0.024200439453125,
+ -0.037750244140625,
+ -0.06378173828125,
+ 0.0011034011840820312,
+ 0.038726806640625,
+ -0.0275115966796875,
+ 0.0019931793212890625,
+ 0.0045318603515625,
+ -0.020111083984375,
+ -0.01010894775390625,
+ -0.047454833984375,
+ -0.00279998779296875,
+ -0.0157470703125,
+ 0.0133819580078125,
+ -0.02069091796875,
+ -0.0280914306640625,
+ 0.0125274658203125,
+ 0.047821044921875,
+ -0.0065460205078125,
+ -0.0307464599609375,
+ 0.007354736328125,
+ -0.035308837890625,
+ 0.0009489059448242188,
+ -0.032073974609375,
+ 0.03662109375,
+ -0.0214385986328125,
+ 0.00327301025390625,
+ -0.007354736328125,
+ 0.0273284912109375,
+ 0.048004150390625,
+ -0.0038433074951171875,
+ 0.03814697265625,
+ -0.039459228515625,
+ -0.0143280029296875,
+ -0.005268096923828125,
+ 0.061859130859375,
+ -0.00759124755859375,
+ -0.017547607421875,
+ 0.0008835792541503906,
+ 0.00972747802734375,
+ 0.028656005859375,
+ -0.0242919921875,
+ -0.0362548828125,
+ 0.0019931793212890625,
+ 0.0160369873046875,
+ 0.00720977783203125,
+ -0.0210723876953125,
+ 0.0208740234375,
+ -0.00806427001953125,
+ 0.042877197265625,
+ 0.0557861328125,
+ -0.017547607421875,
+ 0.0246734619140625,
+ 0.01280975341796875,
+ -0.0301666259765625,
+ 0.02960205078125,
+ 0.0294189453125,
+ -0.01983642578125,
+ -0.00934600830078125,
+ 0.0108642578125,
+ -0.0208740234375,
+ -0.0002818107604980469,
+ -0.0197296142578125,
+ 0.005290985107421875,
+ 0.004413604736328125,
+ -0.0213470458984375,
+ 0.01067352294921875,
+ -0.05767822265625,
+ -0.0194549560546875,
+ -0.0311279296875,
+ 0.026947021484375,
+ 0.016693115234375,
+ 0.061859130859375,
+ 0.01490020751953125,
+ -0.01385498046875,
+ 0.0362548828125,
+ 0.01148223876953125,
+ 0.01010894775390625,
+ 0.045928955078125,
+ 0.0311279296875,
+ 0.0482177734375,
+ -0.006500244140625,
+ 0.0174560546875,
+ -0.006214141845703125,
+ 0.0208740234375,
+ 0.0263824462890625,
+ -0.01114654541015625,
+ -0.004436492919921875,
+ 0.062255859375,
+ 0.009490966796875,
+ -0.0112457275390625,
+ -0.0280914306640625,
+ -0.0214385986328125,
+ 0.03302001953125,
+ -0.015838623046875,
+ -0.0038909912109375,
+ 0.01200103759765625,
+ 0.01152801513671875,
+ -0.01110076904296875,
+ -0.00925445556640625,
+ 0.033599853515625,
+ -0.00806427001953125,
+ 0.0290374755859375,
+ 0.0254364013671875,
+ -0.01280975341796875,
+ 0.00630950927734375,
+ 0.0100555419921875,
+ 0.0282745361328125,
+ 0.022491455078125,
+ 0.0229644775390625,
+ -0.0178375244140625,
+ 0.0006847381591796875,
+ -0.015838623046875,
+ 0.0328369140625,
+ 0.035308837890625,
+ 0.005077362060546875,
+ 0.01067352294921875,
+ 0.0079193115234375,
+ 0.044036865234375,
+ -0.049713134765625,
+ 0.0465087890625,
+ 0.01129150390625,
+ -0.0170745849609375,
+ -0.0030002593994140625,
+ -0.0221099853515625,
+ 0.0246734619140625,
+ 0.0736083984375,
+ -0.058837890625,
+ -0.0116729736328125,
+ -0.056182861328125,
+ 0.040802001953125,
+ -0.055023193359375,
+ -0.05426025390625,
+ -0.0036773681640625,
+ -0.04669189453125,
+ 0.030364990234375,
+ -0.030364990234375,
+ -0.0179290771484375,
+ 0.016326904296875,
+ 0.00844573974609375,
+ 0.01546478271484375,
+ 0.033203125,
+ -0.00237274169921875,
+ -0.032440185546875,
+ -0.018035888671875,
+ 0.0694580078125,
+ 0.0047454833984375,
+ -0.037200927734375,
+ -0.022491455078125,
+ 0.03472900390625,
+ -0.00630950927734375,
+ 0.0260009765625,
+ -0.05352783203125,
+ 0.0001386404037475586,
+ 0.037567138671875,
+ 0.014801025390625,
+ 0.028472900390625,
+ 0.032073974609375,
+ 0.002597808837890625,
+ 0.006214141845703125,
+ 0.042144775390625,
+ -0.045928955078125,
+ 0.0014057159423828125,
+ -0.0096282958984375,
+ -0.01280975341796875,
+ -0.01556396484375,
+ -0.06414794921875,
+ -0.01280975341796875,
+ 0.04345703125,
+ 0.03131103515625,
+ -0.00301361083984375,
+ -0.001850128173828125,
+ -0.044219970703125,
+ 0.00438690185546875,
+ -0.0014886856079101562,
+ -0.005573272705078125,
+ 0.0309295654296875,
+ 0.0186920166015625,
+ -0.0273284912109375,
+ -0.01043701171875,
+ -0.02362060546875,
+ 0.0008182525634765625,
+ -0.05047607421875,
+ -0.038909912109375,
+ -0.01385498046875,
+ -0.00872802734375,
+ -0.04669189453125,
+ -0.006214141845703125,
+ 0.005527496337890625,
+ -0.033599853515625,
+ 0.01143646240234375,
+ -0.0280914306640625,
+ -0.021820068359375,
+ -0.042694091796875,
+ -0.0438232421875,
+ 0.0225830078125,
+ -0.03265380859375,
+ -0.033599853515625,
+ -0.0254364013671875,
+ 0.048004150390625,
+ -0.0074005126953125,
+ 0.0282745361328125,
+ -0.0168914794921875,
+ -0.032257080078125,
+ -0.046875,
+ -0.007068634033203125,
+ -0.0225830078125,
+ 0.02325439453125,
+ -0.00673675537109375,
+ 0.053131103515625,
+ 0.021820068359375,
+ 0.032440185546875,
+ 0.0204010009765625,
+ 0.07513427734375,
+ 0.0011568069458007812,
+ -0.0011444091796875,
+ -0.01385498046875,
+ 0.0074005126953125,
+ 0.0174560546875,
+ 0.0204010009765625,
+ -0.027130126953125,
+ -0.0177459716796875,
+ 0.0011625289916992188,
+ -0.019256591796875,
+ -0.0161285400390625,
+ -0.0069732666015625,
+ 0.0307464599609375,
+ 0.025238037109375,
+ -0.0004565715789794922,
+ 0.002941131591796875,
+ 0.052001953125,
+ 0.00605010986328125,
+ 0.1009521484375,
+ 0.000014066696166992188,
+ -0.0345458984375,
+ -0.01556396484375,
+ 0.037750244140625,
+ -0.01404571533203125,
+ 0.01129150390625,
+ 0.0254364013671875,
+ -0.0069732666015625,
+ -0.01053619384765625,
+ 0.0263824462890625,
+ -0.007495880126953125,
+ 0.035308837890625,
+ 0.0085906982421875,
+ 0.0193634033203125,
+ 0.0169830322265625,
+ 0.005313873291015625,
+ 0.026763916015625,
+ 0.03985595703125,
+ 0.037750244140625,
+ 0.0193634033203125,
+ 0.03851318359375,
+ -0.0220184326171875,
+ -0.0177459716796875,
+ -0.045928955078125,
+ -0.079345703125,
+ -0.01190948486328125,
+ 0.00811004638671875,
+ 0.016510009765625,
+ 0.0126190185546875,
+ -0.0151824951171875,
+ -0.0660400390625,
+ 0.01143646240234375,
+ -0.028656005859375,
+ 0.08538818359375,
+ 0.0465087890625,
+ 0.01490020751953125,
+ 0.0099639892578125,
+ -0.025054931640625,
+ 0.006877899169921875,
+ 0.0162200927734375,
+ 0.0177459716796875,
+ 0.031494140625,
+ 0.054656982421875,
+ 0.035491943359375,
+ 0.016693115234375,
+ -0.0311279296875,
+ 0.032073974609375,
+ 0.037200927734375,
+ 0.0142364501953125,
+ -0.01290130615234375,
+ 0.0275115966796875,
+ 0.02191162109375,
+ 0.049346923828125,
+ -0.06072998046875,
+ 0.0626220703125,
+ 0.0186920166015625,
+ -0.02960205078125,
+ -0.01385498046875,
+ -0.0225830078125,
+ 0.0275115966796875,
+ -0.052001953125,
+ 0.01537322998046875,
+ -0.0203094482421875,
+ 0.00986480712890625,
+ 0.01171875,
+ 0.0197296142578125,
+ -0.034149169921875,
+ 0.004718780517578125,
+ 0.049346923828125,
+ -0.046112060546875,
+ 0.020782470703125,
+ 0.0134735107421875,
+ -0.0176544189453125,
+ 0.030548095703125,
+ -0.0248565673828125,
+ -0.049713134765625,
+ 0.04345703125,
+ -0.00977325439453125,
+ -0.0557861328125,
+ 0.0104827880859375,
+ 0.038726806640625,
+ -0.0396728515625,
+ -0.033203125,
+ -0.0188751220703125,
+ 0.00711822509765625,
+ -0.01983642578125,
+ -0.0125274658203125,
+ 0.0254364013671875,
+ -0.0034637451171875,
+ 0.0104827880859375,
+ 0.0626220703125,
+ 0.0345458984375,
+ -0.0280914306640625,
+ -0.03662109375,
+ 0.03985595703125,
+ -0.0282745361328125,
+ -0.035675048828125,
+ 0.021636962890625,
+ 0.00502777099609375,
+ 0.01546478271484375,
+ -0.0225830078125,
+ -0.0277099609375,
+ -0.01190948486328125,
+ 0.0096282958984375,
+ -0.00417327880859375,
+ 0.0006256103515625,
+ -0.0238189697265625,
+ -0.035491943359375,
+ -0.040618896484375,
+ 0.086181640625,
+ 0.0277099609375,
+ 0.03814697265625,
+ 0.0083465576171875,
+ -0.06640625,
+ 0.011383056640625,
+ -0.062255859375,
+ -0.01983642578125,
+ -0.005359649658203125,
+ -0.0012035369873046875,
+ -0.00669097900390625,
+ 0.08160400390625,
+ 0.01043701171875,
+ -0.006450653076171875,
+ -0.006595611572265625,
+ 0.02447509765625,
+ 0.01366424560546875,
+ 0.01404571533203125,
+ -0.049713134765625,
+ 0.06072998046875,
+ 0.0161285400390625,
+ -0.055023193359375,
+ 0.00716400146484375,
+ -0.01490020751953125,
+ -0.005218505859375,
+ 0.0400390625,
+ -0.06072998046875,
+ 0.00412750244140625,
+ -0.004268646240234375,
+ -0.045928955078125,
+ -0.047454833984375,
+ -0.0277099609375,
+ -0.003795623779296875,
+ -0.05352783203125,
+ 0.035675048828125,
+ 0.01898193359375,
+ -0.00716400146484375,
+ 0.035491943359375,
+ 0.014801025390625,
+ -0.00605010986328125,
+ 0.01375579833984375,
+ 0.0275115966796875,
+ -0.0078277587890625,
+ 0.0234375,
+ -0.07476806640625,
+ -0.0273284912109375,
+ -0.0277099609375,
+ 0.03814697265625,
+ -0.031890869140625,
+ 0.0051727294921875,
+ -0.02191162109375,
+ -0.0228729248046875,
+ 0.01157379150390625,
+ -0.0345458984375,
+ 0.007541656494140625,
+ -0.03265380859375,
+ -0.00566864013671875,
+ -0.048583984375,
+ -0.013092041015625,
+ 0.0022068023681640625,
+ 0.0280914306640625,
+ 0.0087738037109375,
+ 0.033203125,
+ 0.035308837890625,
+ -0.0557861328125,
+ 0.02789306640625,
+ -0.0069732666015625,
+ -0.00896453857421875,
+ 0.0186920166015625,
+ -0.0116729736328125,
+ -0.0099639892578125,
+ -0.0160369873046875,
+ 0.0204925537109375,
+ -0.0194549560546875,
+ -0.04156494140625,
+ -0.096435546875,
+ 0.035675048828125,
+ -0.04022216796875,
+ -0.018310546875,
+ -0.026947021484375,
+ -0.0191650390625,
+ -0.0489501953125,
+ -0.02069091796875,
+ 0.035308837890625,
+ 0.020111083984375,
+ -0.01812744140625,
+ -0.0290374755859375,
+ -0.005054473876953125,
+ -0.0294189453125,
+ -0.046295166015625,
+ 0.06109619140625,
+ -0.01727294921875,
+ -0.00032019615173339844,
+ -0.01100921630859375,
+ -0.0197296142578125,
+ 0.02789306640625,
+ 0.0211639404296875,
+ 0.039093017578125,
+ 0.0157470703125,
+ 0.0204925537109375,
+ -0.035675048828125,
+ 0.0186004638671875,
+ 0.01499176025390625,
+ -0.00519561767578125,
+ -0.00673675537109375,
+ -0.0203094482421875,
+ 0.03662109375,
+ -0.0298004150390625,
+ -0.031890869140625,
+ 0.019927978515625,
+ 0.06829833984375,
+ 0.0134735107421875,
+ 0.0024433135986328125,
+ -0.046875,
+ 0.03680419921875,
+ -0.0032253265380859375,
+ 0.047454833984375,
+ -0.054656982421875,
+ -0.05010986328125,
+ -0.0001512765884399414,
+ 0.01110076904296875,
+ 0.048583984375,
+ 0.047821044921875,
+ -0.01556396484375,
+ -0.0282745361328125,
+ 0.01071929931640625,
+ 0.0430908203125,
+ -0.013946533203125,
+ -0.0299835205078125,
+ -0.0280914306640625,
+ 0.0204010009765625,
+ 0.0177459716796875,
+ 0.07745361328125,
+ 0.0007028579711914062,
+ 0.07061767578125,
+ 0.025054931640625,
+ 0.0003440380096435547,
+ 0.049713134765625,
+ 0.028656005859375,
+ 0.0176544189453125,
+ -0.0248565673828125,
+ -0.058837890625,
+ -0.00891876220703125,
+ 0.0142364501953125,
+ -0.0185089111328125,
+ -0.017547607421875,
+ 0.007541656494140625,
+ 0.06072998046875,
+ -0.06756591796875,
+ -0.028839111328125,
+ -0.01300048828125,
+ -0.01413726806640625,
+ 0.01898193359375,
+ 0.007450103759765625,
+ -0.039093017578125,
+ -0.00583648681640625,
+ -0.0017080307006835938,
+ -0.0301666259765625,
+ 0.033203125,
+ -0.01143646240234375,
+ 0.0176544189453125,
+ 0.056549072265625,
+ 0.0144195556640625,
+ -0.034912109375,
+ 0.04364013671875,
+ 0.0263824462890625,
+ 0.0254364013671875,
+ 0.03265380859375,
+ 0.042144775390625,
+ 0.00630950927734375,
+ 0.028839111328125,
+ 0.0400390625,
+ 0.037200927734375,
+ -0.0191650390625,
+ -0.0214385986328125,
+ -0.00009119510650634766,
+ 0.0242919921875,
+ 0.0196380615234375,
+ 0.037017822265625,
+ 0.0083465576171875,
+ -0.0134735107421875,
+ 0.0007886886596679688,
+ -0.0701904296875,
+ 0.003795623779296875,
+ 0.00844573974609375,
+ -0.0045318603515625,
+ -0.05010986328125,
+ -0.030548095703125,
+ 0.0167999267578125,
+ -0.03338623046875,
+ 0.0438232421875,
+ 0.0290374755859375,
+ -0.034912109375,
+ -0.0204925537109375,
+ 0.05767822265625,
+ -0.0053863525390625,
+ -0.049346923828125,
+ -0.00284576416015625,
+ -0.006877899169921875,
+ -0.047637939453125,
+ 0.0043182373046875,
+ -0.0400390625,
+ 0.02447509765625,
+ -0.01546478271484375,
+ -0.0660400390625,
+ -0.0087738037109375,
+ 0.0275115966796875,
+ -0.00673675537109375,
+ -0.042877197265625,
+ -0.03472900390625,
+ 0.0222015380859375,
+ 0.006450653076171875,
+ -0.0258026123046875,
+ -0.040435791015625,
+ -0.007686614990234375,
+ 0.01508331298828125,
+ -0.03265380859375,
+ -0.005859375,
+ -0.0007562637329101562,
+ -0.0178375244140625,
+ -0.00457763671875,
+ -0.031494140625,
+ -0.0237274169921875,
+ 0.020782470703125,
+ -0.039093017578125,
+ 0.03680419921875,
+ 0.0174560546875,
+ 0.0203094482421875,
+ 0.039276123046875,
+ 0.050872802734375,
+ -0.0298004150390625,
+ 0.0292205810546875,
+ 0.0193634033203125,
+ -0.06378173828125,
+ 0.012237548828125,
+ -0.006595611572265625,
+ 0.0203094482421875,
+ -0.05731201171875,
+ -0.005573272705078125,
+ 0.069091796875,
+ -0.06109619140625,
+ 0.0212554931640625,
+ -0.016326904296875,
+ -0.01110076904296875,
+ -0.051605224609375,
+ -0.0085906982421875,
+ 0.0176544189453125,
+ -0.03167724609375,
+ 0.06378173828125,
+ -0.01451873779296875,
+ -0.033782958984375,
+ 0.02410888671875,
+ -0.052001953125,
+ 0.0489501953125,
+ 0.039276123046875,
+ 0.014801025390625,
+ -0.05694580078125,
+ 0.044403076171875,
+ 0.02960205078125,
+ -0.006641387939453125,
+ 0.003345489501953125,
+ -0.06378173828125,
+ -0.006927490234375,
+ 0.0208740234375,
+ 0.003582000732421875,
+ -0.00844573974609375,
+ -0.010345458984375,
+ -0.0653076171875,
+ -0.038330078125,
+ -0.00930023193359375,
+ 0.00476837158203125,
+ -0.01105499267578125,
+ 0.02789306640625,
+ -0.0258026123046875,
+ -0.0254364013671875,
+ -0.01280975341796875,
+ -0.052764892578125,
+ -0.03167724609375,
+ -0.044403076171875,
+ 0.047454833984375,
+ -0.005741119384765625,
+ -0.05694580078125,
+ 0.01020050048828125,
+ 0.006359100341796875,
+ 0.006877899169921875,
+ 0.0092010498046875,
+ 0.051605224609375,
+ -0.041168212890625,
+ 0.0186920166015625,
+ 0.0222015380859375,
+ 0.05694580078125,
+ -0.0026683807373046875,
+ 0.0194549560546875,
+ -0.006072998046875,
+ 0.0214385986328125,
+ 0.0195465087890625,
+ -0.0186004638671875,
+ 0.049713134765625,
+ 0.03680419921875,
+ -0.0045318603515625,
+ -0.035491943359375,
+ -0.00896453857421875,
+ -0.0430908203125,
+ 0.025054931640625,
+ -0.00429534912109375,
+ 0.04840087890625,
+ -0.001956939697265625,
+ -0.02001953125,
+ -0.075927734375,
+ 0.04364013671875,
+ 0.008209228515625,
+ 0.042694091796875,
+ -0.01300048828125,
+ -0.020782470703125,
+ -0.053131103515625,
+ -0.052001953125,
+ -0.0179290771484375,
+ 0.00958251953125,
+ -0.0212554931640625,
+ 0.0191650390625,
+ 0.0379638671875,
+ 0.01100921630859375,
+ 0.025054931640625,
+ 0.018402099609375,
+ -0.01812744140625,
+ 0.0170745849609375,
+ 0.026763916015625,
+ -0.04345703125,
+ 0.07171630859375,
+ -0.054656982421875,
+ 0.004009246826171875,
+ -0.0009665489196777344,
+ 0.035308837890625,
+ 0.01366424560546875,
+ -0.005313873291015625,
+ -0.03472900390625,
+ -0.0186004638671875,
+ 0.025238037109375,
+ 0.04327392578125,
+ -0.024200439453125,
+ 0.0007472038269042969,
+ -0.042694091796875,
+ -0.005859375,
+ 0.0211639404296875,
+ -0.00711822509765625,
+ 0.00763702392578125,
+ 0.01546478271484375,
+ -0.0256195068359375,
+ -0.01233673095703125,
+ -0.035491943359375,
+ -0.06414794921875,
+ 0.018035888671875,
+ -0.0211639404296875,
+ 0.00460052490234375,
+ 0.019927978515625,
+ 0.0043182373046875,
+ 0.00811004638671875,
+ -0.046875,
+ 0.0174560546875,
+ -0.01470947265625,
+ -0.002620697021484375,
+ -0.0024433135986328125,
+ -0.00395965576171875,
+ -0.0212554931640625,
+ 0.04669189453125,
+ 0.01233673095703125,
+ -0.025238037109375,
+ 0.025238037109375,
+ -0.01328277587890625,
+ -0.0144195556640625,
+ -0.00030994415283203125,
+ 0.006404876708984375,
+ -0.052764892578125,
+ 0.049713134765625,
+ -0.050872802734375,
+ -0.0237274169921875,
+ 0.0263824462890625,
+ 0.01290130615234375,
+ 0.00925445556640625,
+ -0.044219970703125,
+ 0.062255859375,
+ 0.0030364990234375,
+ -0.07855224609375,
+ 0.01195526123046875,
+ -0.02154541015625,
+ -0.05694580078125,
+ 0.004909515380859375,
+ -0.00429534912109375,
+ 0.003391265869140625,
+ -0.00043892860412597656,
+ 0.0465087890625,
+ 0.04345703125,
+ 0.04193115234375,
+ 0.002384185791015625,
+ 0.0021343231201171875,
+ -0.0013284683227539062,
+ -0.019073486328125,
+ 0.030548095703125,
+ 0.0176544189453125,
+ 0.0191650390625,
+ 0.0065460205078125,
+ 0.0056915283203125,
+ 0.004436492919921875,
+ -0.06298828125,
+ 0.00787353515625,
+ -0.019927978515625,
+ -0.05010986328125,
+ 0.0307464599609375,
+ 0.05426025390625,
+ 0.0275115966796875,
+ 0.01451873779296875,
+ 0.020782470703125,
+ 0.046295166015625,
+ 0.016693115234375,
+ 0.003582000732421875,
+ -0.0203094482421875,
+ -0.06378173828125,
+ -0.0116729736328125,
+ 0.044036865234375,
+ 0.0214385986328125,
+ -0.06719970703125,
+ 0.03302001953125,
+ 0.0633544921875,
+ -0.018035888671875,
+ 0.00630950927734375,
+ -0.016693115234375,
+ -0.0026569366455078125,
+ 0.038909912109375,
+ 0.0277099609375,
+ 0.02001953125,
+ -0.086181640625,
+ -0.005268096923828125,
+ 0.01470947265625,
+ 0.01242828369140625,
+ -0.0074005126953125,
+ -0.0032024383544921875,
+ 0.001422882080078125,
+ 0.058837890625,
+ -0.04840087890625,
+ -0.03338623046875,
+ 0.03472900390625,
+ 0.075927734375,
+ 0.00412750244140625,
+ -0.045928955078125,
+ -0.0179290771484375,
+ 0.0290374755859375,
+ 0.0246734619140625,
+ -0.025238037109375,
+ 0.0177459716796875,
+ 0.002513885498046875,
+ -0.02239990234375,
+ 0.01898193359375,
+ 0.058074951171875,
+ -0.006359100341796875,
+ 0.055023193359375,
+ -0.0078277587890625,
+ -0.003818511962890625,
+ 0.027130126953125,
+ 0.0004062652587890625,
+ 0.00481414794921875,
+ 0.0061187744140625,
+ -0.034149169921875,
+ -0.01641845703125,
+ -0.04345703125,
+ 0.02960205078125,
+ -0.00011783838272094727,
+ 0.044219970703125,
+ 0.00626373291015625,
+ -0.004032135009765625,
+ 0.00226593017578125,
+ 0.0036525726318359375,
+ 0.01499176025390625,
+ 0.03814697265625,
+ 0.0362548828125,
+ 0.0087738037109375,
+ -0.005268096923828125,
+ 0.0096282958984375,
+ 0.0246734619140625,
+ -0.0092010498046875,
+ 0.0472412109375,
+ -0.055419921875,
+ -0.00882720947265625,
+ -0.05767822265625,
+ -0.0121002197265625,
+ -0.00801849365234375,
+ -0.02239990234375,
+ -0.0177459716796875,
+ -0.039276123046875,
+ -0.00972747802734375,
+ -0.0109100341796875,
+ -0.07745361328125,
+ -0.0034389495849609375,
+ 0.05389404296875,
+ -0.0482177734375,
+ 0.0187835693359375,
+ 0.01043701171875,
+ 0.0005931854248046875,
+ 0.0036525726318359375,
+ -0.050872802734375,
+ 0.06719970703125,
+ 0.0258026123046875,
+ 0.0299835205078125,
+ -0.02325439453125,
+ 0.00481414794921875,
+ 0.042877197265625,
+ -0.019927978515625,
+ 0.0026569366455078125,
+ 0.03680419921875,
+ -0.0186920166015625,
+ 0.04840087890625,
+ 0.026763916015625,
+ 0.026947021484375,
+ -0.032257080078125,
+ 0.0465087890625,
+ 0.01290130615234375,
+ -0.06109619140625,
+ 0.0213470458984375,
+ 0.028839111328125,
+ 0.035491943359375,
+ -0.01100921630859375,
+ -0.0242919921875,
+ -0.01385498046875,
+ -0.05694580078125,
+ 0.07818603515625,
+ 0.006595611572265625,
+ -0.00977325439453125,
+ 0.0438232421875,
+ -0.06719970703125,
+ 0.047821044921875,
+ 0.001476287841796875,
+ 0.0362548828125,
+ -0.06378173828125,
+ 0.0298004150390625,
+ -0.0121002197265625,
+ -0.01280975341796875,
+ 0.0191650390625,
+ -0.0029296875,
+ -0.00146484375,
+ 0.0143280029296875,
+ -0.0095367431640625,
+ 0.056182861328125,
+ 0.047454833984375,
+ -0.00011265277862548828,
+ -0.0653076171875,
+ -0.006072998046875,
+ 0.0074005126953125,
+ 0.004673004150390625,
+ 0.035308837890625,
+ -0.0379638671875,
+ -0.0213470458984375,
+ 0.0003216266632080078,
+ 0.013946533203125,
+ 0.06640625,
+ -0.0265655517578125,
+ 0.013946533203125,
+ -0.006000518798828125,
+ 0.0015659332275390625,
+ -0.01556396484375,
+ -0.021820068359375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "web-interface",
+ "sandboxing",
+ "behavioral-analysis",
+ "malware-unpacking",
+ "virtual-analysis",
+ "sandbox-reports",
+ "api-monitoring",
+ "network-capture",
+ "memory-analysis",
+ "mitre-attack",
+ "distributed-analysis",
+ "anti-evasion"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Secure_File_Deletion_Verification",
+ "type": "tool",
+ "name": "Linux Secure File Deletion Verification",
+ "content": "linux secure file deletion verification forensische verifikation sicherer löschvorgänge durch overwrite-pattern- analysis. unterscheidung zwischen rm (filesystem-entry-deletion) und shred (multi-pass-overwriting). recovery-verification und anti-forensik- detection bei unvollständigen secure-wipe-operationen. secure-deletion data-recovery overwrite-analysis anti-forensics file-system-analysis data-sanitization static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.0137939453125,
+ 0.04541015625,
+ 0.0338134765625,
+ -0.023712158203125,
+ 0.03765869140625,
+ 0.0280914306640625,
+ 0.024383544921875,
+ -0.01261138916015625,
+ -0.036163330078125,
+ -0.0235443115234375,
+ -0.0270843505859375,
+ 0.0440673828125,
+ -0.0000597834587097168,
+ -0.0200958251953125,
+ -0.0413818359375,
+ 0.0494384765625,
+ -0.0125274658203125,
+ 0.016571044921875,
+ 0.01042938232421875,
+ -0.0007672309875488281,
+ -0.01446533203125,
+ -0.0176544189453125,
+ -0.0797119140625,
+ -0.0006437301635742188,
+ -0.01690673828125,
+ -0.0115203857421875,
+ -0.0162353515625,
+ -0.04339599609375,
+ -0.0136260986328125,
+ 0.00028252601623535156,
+ -0.0137939453125,
+ -0.008453369140625,
+ -0.01076507568359375,
+ 0.049774169921875,
+ 0.001461029052734375,
+ -0.0211944580078125,
+ 0.01038360595703125,
+ -0.040374755859375,
+ -0.0232086181640625,
+ 0.0267333984375,
+ -0.0242156982421875,
+ -0.00815582275390625,
+ -0.0096282958984375,
+ -0.0184173583984375,
+ -0.023040771484375,
+ -0.0211029052734375,
+ -0.00643157958984375,
+ 0.002712249755859375,
+ 0.0270843505859375,
+ -0.048431396484375,
+ 0.0184173583984375,
+ 0.0167388916015625,
+ -0.0058441162109375,
+ -0.0262298583984375,
+ -0.0908203125,
+ 0.048095703125,
+ 0.0235443115234375,
+ -0.0038051605224609375,
+ -0.02471923828125,
+ 0.06524658203125,
+ -0.03631591796875,
+ -0.0280914306640625,
+ -0.0018606185913085938,
+ 0.0002799034118652344,
+ -0.001209259033203125,
+ 0.003910064697265625,
+ -0.0248870849609375,
+ -0.0235443115234375,
+ 0.01227569580078125,
+ 0.014129638671875,
+ 0.0228729248046875,
+ -0.00823974609375,
+ -0.02691650390625,
+ 0.036834716796875,
+ -0.0280914306640625,
+ -0.051788330078125,
+ 0.0262298583984375,
+ 0.021697998046875,
+ 0.01336669921875,
+ -0.01004791259765625,
+ -0.0391845703125,
+ 0.01261138916015625,
+ 0.041717529296875,
+ -0.013458251953125,
+ -0.032806396484375,
+ 0.018585205078125,
+ 0.0290985107421875,
+ 0.0162353515625,
+ -0.0258941650390625,
+ -0.01202392578125,
+ 0.0267333984375,
+ -0.0301055908203125,
+ 0.0213623046875,
+ -0.0242156982421875,
+ 0.0190887451171875,
+ 0.0494384765625,
+ -0.023040771484375,
+ -0.0042877197265625,
+ 0.00005257129669189453,
+ 0.045074462890625,
+ 0.0290985107421875,
+ -0.038848876953125,
+ 0.0386962890625,
+ -0.0164794921875,
+ 0.053131103515625,
+ -0.033477783203125,
+ -0.01522064208984375,
+ -0.02471923828125,
+ -0.0176544189453125,
+ 0.0033206939697265625,
+ -0.07061767578125,
+ -0.0173187255859375,
+ -0.0213623046875,
+ -0.06964111328125,
+ -0.01959228515625,
+ 0.003215789794921875,
+ 0.0136260986328125,
+ 0.053466796875,
+ -0.045074462890625,
+ -0.0400390625,
+ 0.0240478515625,
+ 0.0183258056640625,
+ -0.0002391338348388672,
+ 0.01580810546875,
+ -0.044403076171875,
+ -0.03936767578125,
+ 0.0189971923828125,
+ 0.020263671875,
+ -0.044403076171875,
+ -0.01194000244140625,
+ -0.00447845458984375,
+ -0.01068115234375,
+ -0.0213623046875,
+ -0.0301055908203125,
+ -0.0113525390625,
+ -0.025390625,
+ 0.0157318115234375,
+ -0.01210784912109375,
+ -0.0167388916015625,
+ -0.0010404586791992188,
+ 0.0689697265625,
+ -0.0267333984375,
+ -0.067626953125,
+ 0.0164031982421875,
+ -0.0386962890625,
+ -0.034149169921875,
+ -0.0162353515625,
+ 0.0255584716796875,
+ -0.04071044921875,
+ -0.03448486328125,
+ -0.0009303092956542969,
+ 0.035491943359375,
+ 0.043060302734375,
+ 0.01055145263671875,
+ 0.00899505615234375,
+ -0.054840087890625,
+ 0.00018918514251708984,
+ -0.037994384765625,
+ 0.0183258056640625,
+ -0.009124755859375,
+ -0.032806396484375,
+ 0.018829345703125,
+ -0.01538848876953125,
+ 0.052459716796875,
+ -0.0121917724609375,
+ -0.05145263671875,
+ -0.040863037109375,
+ 0.01505279541015625,
+ -0.007610321044921875,
+ 0.0131988525390625,
+ 0.031280517578125,
+ 0.00079345703125,
+ 0.041046142578125,
+ 0.049774169921875,
+ 0.021270751953125,
+ 0.02960205078125,
+ 0.00508880615234375,
+ -0.00498199462890625,
+ 0.0672607421875,
+ 0.0222015380859375,
+ -0.00920867919921875,
+ -0.03631591796875,
+ 0.05450439453125,
+ -0.01522064208984375,
+ 0.02825927734375,
+ -0.001628875732421875,
+ -0.00946044921875,
+ -0.0142974853515625,
+ -0.0215301513671875,
+ 0.049774169921875,
+ -0.03631591796875,
+ -0.00525665283203125,
+ 0.0014295578002929688,
+ 0.022705078125,
+ 0.027923583984375,
+ 0.0908203125,
+ 0.0467529296875,
+ -0.036834716796875,
+ 0.0191650390625,
+ -0.018829345703125,
+ 0.022705078125,
+ 0.031951904296875,
+ -0.0218658447265625,
+ 0.0494384765625,
+ 0.0174102783203125,
+ 0.0137939453125,
+ 0.0019235610961914062,
+ 0.0311126708984375,
+ 0.03765869140625,
+ -0.018829345703125,
+ 0.003910064697265625,
+ 0.04541015625,
+ -0.01126861572265625,
+ -0.0290985107421875,
+ -0.0413818359375,
+ -0.051788330078125,
+ 0.008575439453125,
+ -0.00958251953125,
+ -0.01522064208984375,
+ -0.00714874267578125,
+ -0.0164794921875,
+ -0.02001953125,
+ -0.0022182464599609375,
+ 0.0201873779296875,
+ -0.01059722900390625,
+ 0.045745849609375,
+ 0.006221771240234375,
+ -0.0174102783203125,
+ -0.046417236328125,
+ 0.040374755859375,
+ 0.0258941650390625,
+ 0.049774169921875,
+ 0.0038051605224609375,
+ 0.0222015380859375,
+ -0.0197601318359375,
+ -0.00698089599609375,
+ 0.045745849609375,
+ 0.00698089599609375,
+ 0.0096282958984375,
+ 0.01177215576171875,
+ -0.0386962890625,
+ 0.0267333984375,
+ -0.01454925537109375,
+ 0.059539794921875,
+ 0.0267333984375,
+ -0.035308837890625,
+ 0.01071929931640625,
+ 0.03228759765625,
+ 0.0467529296875,
+ 0.042388916015625,
+ -0.0618896484375,
+ -0.017242431640625,
+ -0.08306884765625,
+ 0.016143798828125,
+ -0.05718994140625,
+ -0.00514984130859375,
+ -0.06390380859375,
+ -0.0440673828125,
+ 0.0179901123046875,
+ -0.0258941650390625,
+ -0.0302734375,
+ -0.022705078125,
+ 0.0232086181640625,
+ 0.0000680088996887207,
+ -0.00026679039001464844,
+ -0.006389617919921875,
+ -0.027587890625,
+ 0.025054931640625,
+ 0.06292724609375,
+ -0.0302734375,
+ -0.007778167724609375,
+ -0.021026611328125,
+ -0.01093292236328125,
+ -0.0252227783203125,
+ 0.01038360595703125,
+ -0.01824951171875,
+ -0.0136260986328125,
+ 0.01715087890625,
+ 0.0248870849609375,
+ 0.023040771484375,
+ -0.032135009765625,
+ 0.007694244384765625,
+ -0.00403594970703125,
+ 0.032470703125,
+ -0.03515625,
+ -0.0036792755126953125,
+ 0.000006616115570068359,
+ 0.00946044921875,
+ -0.0136260986328125,
+ -0.034820556640625,
+ 0.006473541259765625,
+ 0.0592041015625,
+ -0.01505279541015625,
+ 0.0014190673828125,
+ 0.0042266845703125,
+ -0.040191650390625,
+ -0.0077362060546875,
+ 0.002323150634765625,
+ -0.027923583984375,
+ 0.007232666015625,
+ 0.01227569580078125,
+ -0.0170745849609375,
+ 0.0086212158203125,
+ 0.001987457275390625,
+ 0.0215301513671875,
+ -0.04473876953125,
+ -0.03094482421875,
+ -0.016143798828125,
+ -0.034637451171875,
+ -0.0467529296875,
+ -0.0201873779296875,
+ 0.01202392578125,
+ -0.0189208984375,
+ -0.0009565353393554688,
+ -0.0189971923828125,
+ -0.01021575927734375,
+ -0.0240478515625,
+ -0.049102783203125,
+ 0.01004791259765625,
+ -0.031463623046875,
+ -0.0290985107421875,
+ 0.002407073974609375,
+ 0.033294677734375,
+ 0.01160430908203125,
+ 0.0176544189453125,
+ 0.0205230712890625,
+ 0.00836944580078125,
+ 0.01294708251953125,
+ 0.046417236328125,
+ -0.0183258056640625,
+ 0.041534423828125,
+ -0.0094146728515625,
+ 0.036834716796875,
+ 0.023040771484375,
+ 0.021697998046875,
+ 0.01690673828125,
+ 0.07098388671875,
+ 0.016815185546875,
+ -0.0391845703125,
+ -0.0005936622619628906,
+ -0.0139617919921875,
+ -0.0255584716796875,
+ 0.00887298583984375,
+ -0.0225372314453125,
+ -0.0265655517578125,
+ 0.0015134811401367188,
+ -0.0038471221923828125,
+ 0.01210784912109375,
+ 0.017486572265625,
+ 0.0017032623291015625,
+ 0.007232666015625,
+ -0.0265655517578125,
+ 0.0232086181640625,
+ 0.060546875,
+ 0.0004968643188476562,
+ 0.09619140625,
+ -0.00275421142578125,
+ -0.047760009765625,
+ 0.00870513916015625,
+ 0.00949859619140625,
+ -0.01009368896484375,
+ -0.01387786865234375,
+ 0.0235443115234375,
+ 0.0023956298828125,
+ -0.0211029052734375,
+ 0.0187530517578125,
+ -0.0031108856201171875,
+ 0.0195159912109375,
+ -0.0164794921875,
+ -0.006557464599609375,
+ 0.006137847900390625,
+ -0.026397705078125,
+ 0.0301055908203125,
+ 0.03582763671875,
+ 0.032470703125,
+ 0.0164794921875,
+ 0.038177490234375,
+ -0.0225372314453125,
+ -0.0205230712890625,
+ -0.04119873046875,
+ -0.0369873046875,
+ 0.016815185546875,
+ 0.03582763671875,
+ -0.0022602081298828125,
+ 0.0265655517578125,
+ -0.034637451171875,
+ -0.058868408203125,
+ 0.0166473388671875,
+ -0.045745849609375,
+ 0.050445556640625,
+ 0.01110076904296875,
+ 0.020599365234375,
+ 0.04052734375,
+ -0.0131988525390625,
+ -0.02093505859375,
+ 0.04608154296875,
+ 0.014801025390625,
+ 0.0232086181640625,
+ 0.017822265625,
+ 0.03314208984375,
+ 0.0284271240234375,
+ -0.02471923828125,
+ 0.0139617919921875,
+ 0.05517578125,
+ 0.00933074951171875,
+ -0.020355224609375,
+ 0.03936767578125,
+ 0.0023746490478515625,
+ 0.01336669921875,
+ -0.036651611328125,
+ 0.051788330078125,
+ 0.0146331787109375,
+ 0.00006699562072753906,
+ 0.0200958251953125,
+ -0.0214385986328125,
+ 0.021697998046875,
+ -0.028594970703125,
+ -0.006771087646484375,
+ 0.01934814453125,
+ 0.020355224609375,
+ 0.0302734375,
+ 0.029266357421875,
+ -0.04052734375,
+ -0.015899658203125,
+ 0.0304412841796875,
+ -0.0565185546875,
+ 0.031951904296875,
+ 0.018585205078125,
+ -0.00820159912109375,
+ -0.00506591796875,
+ -0.0280914306640625,
+ -0.053466796875,
+ 0.01354217529296875,
+ -0.046417236328125,
+ -0.042205810546875,
+ 0.0024280548095703125,
+ 0.049774169921875,
+ -0.045074462890625,
+ -0.050445556640625,
+ -0.040191650390625,
+ -0.0128631591796875,
+ -0.017578125,
+ -0.031951904296875,
+ -0.007694244384765625,
+ 0.00009918212890625,
+ 0.004878997802734375,
+ 0.0235443115234375,
+ 0.0207672119140625,
+ -0.00525665283203125,
+ 0.0191650390625,
+ 0.06121826171875,
+ -0.0111846923828125,
+ -0.033477783203125,
+ 0.031951904296875,
+ 0.03094482421875,
+ 0.0248870849609375,
+ -0.01824951171875,
+ -0.032958984375,
+ -0.0096282958984375,
+ 0.0280914306640625,
+ -0.006473541259765625,
+ 0.01690673828125,
+ -0.0343017578125,
+ -0.051116943359375,
+ -0.03582763671875,
+ 0.0255584716796875,
+ 0.005023956298828125,
+ 0.030609130859375,
+ 0.01177215576171875,
+ -0.038330078125,
+ 0.041534423828125,
+ -0.044403076171875,
+ -0.040374755859375,
+ 0.01513671875,
+ 0.00836944580078125,
+ -0.0248870849609375,
+ 0.0689697265625,
+ -0.031280517578125,
+ 0.00567626953125,
+ -0.002838134765625,
+ 0.004749298095703125,
+ 0.00609588623046875,
+ -0.004878997802734375,
+ -0.045745849609375,
+ 0.057861328125,
+ 0.045074462890625,
+ -0.056854248046875,
+ 0.004772186279296875,
+ -0.027923583984375,
+ -0.010467529296875,
+ 0.05987548828125,
+ -0.0413818359375,
+ 0.01471710205078125,
+ -0.00012814998626708984,
+ -0.029937744140625,
+ -0.037506103515625,
+ -0.01421356201171875,
+ -0.04052734375,
+ -0.063232421875,
+ 0.023040771484375,
+ 0.024383544921875,
+ -0.00559234619140625,
+ 0.049774169921875,
+ 0.0118560791015625,
+ 0.01555633544921875,
+ 0.018585205078125,
+ 0.00988006591796875,
+ -0.0007305145263671875,
+ 0.0222015380859375,
+ -0.054168701171875,
+ -0.03363037109375,
+ -0.0232086181640625,
+ 0.04541015625,
+ -0.044403076171875,
+ -0.003742218017578125,
+ 0.01143646240234375,
+ -0.03094482421875,
+ 0.072998046875,
+ -0.0369873046875,
+ 0.003047943115234375,
+ -0.023712158203125,
+ -0.00920867919921875,
+ -0.03497314453125,
+ 0.001766204833984375,
+ -0.0232086181640625,
+ 0.0205230712890625,
+ -0.023040771484375,
+ -0.0070648193359375,
+ 0.024383544921875,
+ -0.059539794921875,
+ 0.0184173583984375,
+ -0.00698089599609375,
+ -0.0215301513671875,
+ 0.0287628173828125,
+ -0.00542449951171875,
+ 0.0180816650390625,
+ 0.006137847900390625,
+ 0.03515625,
+ -0.0235443115234375,
+ -0.027587890625,
+ -0.06292724609375,
+ 0.0194244384765625,
+ 0.01004791259765625,
+ -0.01934814453125,
+ -0.0186614990234375,
+ -0.01261138916015625,
+ -0.0703125,
+ -0.0014505386352539062,
+ 0.0307769775390625,
+ -0.00988006591796875,
+ 0.0204315185546875,
+ -0.046417236328125,
+ -0.01110076904296875,
+ 0.022369384765625,
+ -0.037322998046875,
+ 0.0400390625,
+ -0.0162353515625,
+ 0.01126861572265625,
+ 0.0010776519775390625,
+ -0.0235443115234375,
+ 0.031463623046875,
+ 0.004878997802734375,
+ 0.01371002197265625,
+ 0.016571044921875,
+ 0.01522064208984375,
+ -0.017578125,
+ 0.0111846923828125,
+ -0.0009722709655761719,
+ -0.017822265625,
+ -0.0153045654296875,
+ -0.032135009765625,
+ 0.004352569580078125,
+ -0.039703369140625,
+ -0.004962921142578125,
+ 0.0290985107421875,
+ -0.0023956298828125,
+ 0.03515625,
+ -0.0017347335815429688,
+ -0.00453948974609375,
+ 0.024383544921875,
+ 0.0200958251953125,
+ 0.07769775390625,
+ -0.0174102783203125,
+ -0.05853271484375,
+ -0.0128631591796875,
+ -0.0170745849609375,
+ -0.0002536773681640625,
+ 0.029937744140625,
+ 0.0173187255859375,
+ -0.0252227783203125,
+ -0.005298614501953125,
+ 0.060211181640625,
+ -0.0255584716796875,
+ -0.0302734375,
+ -0.036834716796875,
+ 0.006557464599609375,
+ 0.037506103515625,
+ 0.0618896484375,
+ 0.0079498291015625,
+ 0.072998046875,
+ 0.00453948974609375,
+ 0.00870513916015625,
+ 0.0440673828125,
+ 0.06793212890625,
+ 0.04541015625,
+ -0.017486572265625,
+ -0.06561279296875,
+ -0.0013666152954101562,
+ 0.016143798828125,
+ -0.041717529296875,
+ -0.04473876953125,
+ -0.003047943115234375,
+ 0.0369873046875,
+ -0.057525634765625,
+ -0.02001953125,
+ -0.01110076904296875,
+ -0.014129638671875,
+ 0.0201873779296875,
+ 0.0274200439453125,
+ -0.01538848876953125,
+ 0.0255584716796875,
+ 0.0004677772521972656,
+ -0.045074462890625,
+ 0.0010404586791992188,
+ -0.01438140869140625,
+ 0.0262298583984375,
+ 0.04052734375,
+ 0.01513671875,
+ -0.0153045654296875,
+ 0.036163330078125,
+ -0.00882720947265625,
+ 0.062225341796875,
+ 0.0289306640625,
+ 0.006771087646484375,
+ 0.0280914306640625,
+ 0.0240478515625,
+ 0.060882568359375,
+ 0.0521240234375,
+ -0.01446533203125,
+ -0.027923583984375,
+ 0.010009765625,
+ 0.03497314453125,
+ 0.0290985107421875,
+ 0.040191650390625,
+ -0.00261688232421875,
+ -0.00689697265625,
+ -0.01004791259765625,
+ -0.06524658203125,
+ 0.018585205078125,
+ 0.01076507568359375,
+ -0.00975799560546875,
+ -0.05718994140625,
+ -0.02471923828125,
+ 0.01261138916015625,
+ -0.04254150390625,
+ 0.0418701171875,
+ 0.036651611328125,
+ -0.016571044921875,
+ 0.01160430908203125,
+ 0.0440673828125,
+ 0.01538848876953125,
+ -0.01261138916015625,
+ 0.01354217529296875,
+ -0.035491943359375,
+ -0.012359619140625,
+ -0.0521240234375,
+ -0.0228729248046875,
+ 0.0270843505859375,
+ -0.036163330078125,
+ -0.034637451171875,
+ -0.0294342041015625,
+ 0.054840087890625,
+ 0.01194000244140625,
+ -0.06427001953125,
+ -0.0307769775390625,
+ 0.00933074951171875,
+ -0.01387786865234375,
+ -0.04071044921875,
+ -0.049774169921875,
+ -0.02691650390625,
+ 0.007232666015625,
+ -0.0265655517578125,
+ 0.00397491455078125,
+ -0.020599365234375,
+ -0.0521240234375,
+ 0.0065155029296875,
+ -0.0089569091796875,
+ -0.0311126708984375,
+ 0.00748443603515625,
+ -0.045745849609375,
+ 0.0413818359375,
+ 0.01404571533203125,
+ 0.0316162109375,
+ 0.0307769775390625,
+ 0.06927490234375,
+ 0.0086212158203125,
+ 0.02203369140625,
+ -0.01021575927734375,
+ -0.053131103515625,
+ 0.01026153564453125,
+ -0.001155853271484375,
+ 0.01690673828125,
+ -0.054840087890625,
+ -0.01055145263671875,
+ 0.041717529296875,
+ -0.06390380859375,
+ 0.02960205078125,
+ -0.00731658935546875,
+ -0.01959228515625,
+ -0.0418701171875,
+ -0.000988006591796875,
+ 0.002796173095703125,
+ 0.007190704345703125,
+ 0.10223388671875,
+ 0.0163116455078125,
+ -0.035308837890625,
+ 0.007904052734375,
+ -0.0565185546875,
+ 0.035980224609375,
+ 0.0174102783203125,
+ 0.0186614990234375,
+ -0.0228729248046875,
+ 0.0274200439453125,
+ 0.004413604736328125,
+ -0.0277557373046875,
+ -0.0113525390625,
+ -0.072998046875,
+ 0.0174102783203125,
+ 0.0211944580078125,
+ -0.001056671142578125,
+ -0.0235443115234375,
+ -0.0258941650390625,
+ -0.0235443115234375,
+ -0.0215301513671875,
+ -0.0242156982421875,
+ 0.007778167724609375,
+ 0.01454925537109375,
+ -0.0042877197265625,
+ -0.03515625,
+ 0.003047943115234375,
+ 0.0177459716796875,
+ -0.05078125,
+ -0.0258941650390625,
+ -0.0204315185546875,
+ 0.034820556640625,
+ -0.0121917724609375,
+ -0.038848876953125,
+ 0.049102783203125,
+ 0.0159759521484375,
+ 0.0031948089599609375,
+ 0.01438140869140625,
+ 0.0565185546875,
+ -0.037994384765625,
+ 0.016143798828125,
+ -0.0067291259765625,
+ 0.02001953125,
+ 0.00643157958984375,
+ 0.0174102783203125,
+ 0.002101898193359375,
+ 0.021026611328125,
+ 0.053131103515625,
+ -0.041717529296875,
+ 0.024383544921875,
+ 0.03179931640625,
+ -0.032806396484375,
+ -0.0301055908203125,
+ -0.022369384765625,
+ -0.0111846923828125,
+ 0.0311126708984375,
+ -0.01126861572265625,
+ 0.053466796875,
+ -0.001850128173828125,
+ -0.0157318115234375,
+ -0.09014892578125,
+ 0.0635986328125,
+ -0.036163330078125,
+ 0.036651611328125,
+ 0.028594970703125,
+ 0.0177459716796875,
+ -0.053466796875,
+ -0.05517578125,
+ -0.0287628173828125,
+ 0.04205322265625,
+ 0.0009407997131347656,
+ 0.03851318359375,
+ 0.0023651123046875,
+ -0.007106781005859375,
+ -0.002239227294921875,
+ -0.0242156982421875,
+ 0.01009368896484375,
+ 0.0413818359375,
+ 0.00506591796875,
+ -0.020263671875,
+ 0.060211181640625,
+ -0.0284271240234375,
+ 0.01715087890625,
+ -0.01311492919921875,
+ -0.0027751922607421875,
+ 0.0176544189453125,
+ -0.027923583984375,
+ -0.0218658447265625,
+ 0.01438140869140625,
+ 0.03765869140625,
+ 0.0538330078125,
+ -0.01488494873046875,
+ 0.027923583984375,
+ 0.0020294189453125,
+ 0.01143646240234375,
+ -0.003131866455078125,
+ -0.054168701171875,
+ -0.0018291473388671875,
+ 0.02069091796875,
+ -0.01202392578125,
+ -0.0017871856689453125,
+ -0.10491943359375,
+ -0.08544921875,
+ 0.00698089599609375,
+ -0.03228759765625,
+ -0.0228729248046875,
+ 0.016571044921875,
+ 0.02093505859375,
+ 0.0287628173828125,
+ -0.060546875,
+ 0.04541015625,
+ -0.00949859619140625,
+ -0.0189971923828125,
+ -0.0364990234375,
+ 0.02203369140625,
+ -0.0037212371826171875,
+ 0.0108489990234375,
+ 0.0017347335815429688,
+ -0.040863037109375,
+ 0.0215301513671875,
+ -0.01194000244140625,
+ 0.00853729248046875,
+ -0.006011962890625,
+ 0.004940032958984375,
+ -0.0240478515625,
+ 0.0137939453125,
+ -0.0538330078125,
+ -0.0187530517578125,
+ 0.058197021484375,
+ 0.0218658447265625,
+ -0.00370025634765625,
+ -0.0242156982421875,
+ 0.04052734375,
+ -0.00882720947265625,
+ -0.061553955078125,
+ 0.02001953125,
+ -0.0166473388671875,
+ -0.032135009765625,
+ -0.01143646240234375,
+ -0.01160430908203125,
+ 0.0137939453125,
+ 0.0007252693176269531,
+ 0.032806396484375,
+ 0.0213623046875,
+ 0.02825927734375,
+ 0.007526397705078125,
+ 0.0013561248779296875,
+ -0.0033416748046875,
+ 0.0164794921875,
+ 0.0222015380859375,
+ 0.054168701171875,
+ 0.0106353759765625,
+ -0.0017976760864257812,
+ 0.0156402587890625,
+ -0.00689697265625,
+ -0.09619140625,
+ -0.007568359375,
+ -0.01471710205078125,
+ -0.041046142578125,
+ -0.0166473388671875,
+ 0.09149169921875,
+ -0.0004336833953857422,
+ 0.0050048828125,
+ 0.0186614990234375,
+ 0.042877197265625,
+ -0.002796173095703125,
+ 0.0201873779296875,
+ -0.01354217529296875,
+ -0.051788330078125,
+ 0.0013980865478515625,
+ -0.0170745849609375,
+ 0.0142974853515625,
+ -0.07232666015625,
+ 0.048095703125,
+ 0.07098388671875,
+ -0.00576019287109375,
+ 0.0177459716796875,
+ -0.0090789794921875,
+ -0.00447845458984375,
+ 0.019683837890625,
+ 0.003932952880859375,
+ 0.00946044921875,
+ -0.0494384765625,
+ 0.03179931640625,
+ 0.020355224609375,
+ -0.0037841796875,
+ -0.0005517005920410156,
+ -0.0179901123046875,
+ -0.0255584716796875,
+ 0.0467529296875,
+ -0.05450439453125,
+ -0.01076507568359375,
+ -0.002544403076171875,
+ 0.04742431640625,
+ -0.00815582275390625,
+ -0.051788330078125,
+ -0.0267333984375,
+ 0.0174102783203125,
+ 0.02825927734375,
+ -0.03564453125,
+ 0.00542449951171875,
+ 0.0222015380859375,
+ -0.0167388916015625,
+ 0.01244354248046875,
+ 0.05145263671875,
+ 0.0126953125,
+ 0.054840087890625,
+ 0.029937744140625,
+ -0.04541015625,
+ 0.020599365234375,
+ -0.021270751953125,
+ 0.04071044921875,
+ -0.021026611328125,
+ -0.0252227783203125,
+ -0.043731689453125,
+ -0.057525634765625,
+ 0.0159759521484375,
+ -0.0048980712890625,
+ 0.0290985107421875,
+ 0.029266357421875,
+ -0.01042938232421875,
+ -0.01336669921875,
+ 0.021026611328125,
+ 0.00576019287109375,
+ 0.0418701171875,
+ 0.00370025634765625,
+ 0.0125274658203125,
+ 0.01311492919921875,
+ 0.0316162109375,
+ 0.00325775146484375,
+ -0.038848876953125,
+ 0.033966064453125,
+ -0.05718994140625,
+ 0.0005755424499511719,
+ -0.04541015625,
+ -0.0099639892578125,
+ 0.01093292236328125,
+ -0.06427001953125,
+ -0.02203369140625,
+ -0.037994384765625,
+ 0.00119781494140625,
+ -0.0090789794921875,
+ -0.0277557373046875,
+ 0.0190887451171875,
+ 0.045074462890625,
+ -0.01959228515625,
+ 0.031463623046875,
+ 0.0235443115234375,
+ -0.0169830322265625,
+ 0.005886077880859375,
+ -0.053131103515625,
+ 0.052459716796875,
+ 0.042388916015625,
+ 0.0304412841796875,
+ 0.0179901123046875,
+ 0.016815185546875,
+ 0.0163116455078125,
+ 0.0052337646484375,
+ 0.021026611328125,
+ -0.02203369140625,
+ -0.05279541015625,
+ 0.037322998046875,
+ 0.038330078125,
+ 0.004520416259765625,
+ -0.054840087890625,
+ 0.0267333984375,
+ 0.0267333984375,
+ -0.0386962890625,
+ 0.04541015625,
+ 0.0235443115234375,
+ 0.029937744140625,
+ -0.029937744140625,
+ -0.029937744140625,
+ -0.011016845703125,
+ -0.06390380859375,
+ 0.04119873046875,
+ 0.03228759765625,
+ -0.006938934326171875,
+ 0.03631591796875,
+ -0.060211181640625,
+ 0.050445556640625,
+ -0.00508880615234375,
+ 0.07464599609375,
+ -0.052459716796875,
+ 0.048431396484375,
+ -0.00937652587890625,
+ 0.007358551025390625,
+ 0.00420379638671875,
+ 0.003826141357421875,
+ -0.0011138916015625,
+ 0.03851318359375,
+ -0.014801025390625,
+ 0.042724609375,
+ 0.0304412841796875,
+ 0.007106781005859375,
+ -0.0726318359375,
+ -0.0267333984375,
+ 0.00414276123046875,
+ -0.00765228271484375,
+ 0.036651611328125,
+ -0.07666015625,
+ -0.01177215576171875,
+ -0.006221771240234375,
+ 0.021697998046875,
+ 0.0753173828125,
+ -0.0003390312194824219,
+ 0.019256591796875,
+ 0.0022068023681640625,
+ -0.0007882118225097656,
+ -0.0169830322265625,
+ -0.006473541259765625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "secure-deletion",
+ "data-recovery",
+ "overwrite-analysis",
+ "anti-forensics",
+ "file-system-analysis",
+ "data-sanitization"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Binwalk",
+ "type": "tool",
+ "name": "Binwalk",
+ "content": "binwalk der firmware-forensiker extrahiert versteckte schätze aus iot-geräten, routern und embedded systems. signature-scanning identifiziert eingebettete dateisysteme (squashfs, jffs2, cramfs), komprimierte archive und verschlüsselte bereiche. automatische extraktion mit -e flag. entropy- analyse visualisiert zufälligkeit für crypto-erkennung. die rules-engine erlaubt custom-signaturen für proprietäre formate. besonders wertvoll für iot-malware-analyse, router-backdoor-suche und ip-kameras-forensik. 3d-entropy-plots mit -e. hexdump-integration für manuelle inspektion. die plugin-architektur ermöglicht erweiterungen. oft der erste schritt bei hardware-forensik. kombiniert mit qemu für firmware-emulation. die false-positive-rate kann hoch sein, aber die alternative ist manuelles hex-editing. essential für jeden, der mit embedded devices arbeitet. cli firmware-extraction signature-analysis file-carving entropy-check binary-decode iot-forensics embedded-analysis custom-signatures hexdump-view plugin-support 3d-entropy malware-analysis ics-forensics static-investigations examination analysis",
+ "embedding": [
+ -0.005523681640625,
+ 0.0240020751953125,
+ 0.020965576171875,
+ 0.01299285888671875,
+ 0.0318603515625,
+ 0.03851318359375,
+ 0.019439697265625,
+ -0.00017118453979492188,
+ -0.0222930908203125,
+ -0.020111083984375,
+ -0.041534423828125,
+ 0.08349609375,
+ 0.0104827880859375,
+ 0.0028934478759765625,
+ -0.053497314453125,
+ 0.007965087890625,
+ 0.0015649795532226562,
+ -0.01076507568359375,
+ 0.021820068359375,
+ 0.0265655517578125,
+ -0.019439697265625,
+ -0.012237548828125,
+ -0.053863525390625,
+ 0.005645751953125,
+ 0.014892578125,
+ 0.00977325439453125,
+ -0.018402099609375,
+ -0.08306884765625,
+ -0.000006258487701416016,
+ 0.006000518798828125,
+ 0.0009307861328125,
+ -0.04345703125,
+ -0.00524139404296875,
+ 0.035675048828125,
+ 0.0110015869140625,
+ -0.025604248046875,
+ 0.00015485286712646484,
+ -0.0352783203125,
+ -0.0242767333984375,
+ 0.040802001953125,
+ -0.01166534423828125,
+ -0.0069732666015625,
+ -0.0021114349365234375,
+ -0.0136566162109375,
+ -0.0275115966796875,
+ -0.048187255859375,
+ -0.01123809814453125,
+ 0.0018138885498046875,
+ -0.004055023193359375,
+ -0.039459228515625,
+ 0.055389404296875,
+ 0.0189666748046875,
+ 0.0180206298828125,
+ -0.0208740234375,
+ -0.0523681640625,
+ 0.0250396728515625,
+ 0.0233306884765625,
+ -0.0136566162109375,
+ -0.0404052734375,
+ 0.055023193359375,
+ -0.055023193359375,
+ -0.02618408203125,
+ -0.01384735107421875,
+ -0.025421142578125,
+ 0.0126190185546875,
+ 0.0171661376953125,
+ -0.0239105224609375,
+ -0.0267486572265625,
+ 0.0030231475830078125,
+ -0.0074920654296875,
+ 0.0136566162109375,
+ -0.01384735107421875,
+ -0.0162200927734375,
+ 0.0240020751953125,
+ -0.0188751220703125,
+ -0.04742431640625,
+ 0.0123291015625,
+ 0.0092010498046875,
+ -0.00640106201171875,
+ -0.006069183349609375,
+ -0.0267486572265625,
+ 0.0128021240234375,
+ 0.0191650390625,
+ -0.01678466796875,
+ 0.01171112060546875,
+ 0.005523681640625,
+ 0.0231475830078125,
+ 0.01517486572265625,
+ -0.0140380859375,
+ -0.00811004638671875,
+ 0.01422882080078125,
+ -0.01461029052734375,
+ -0.01251983642578125,
+ -0.018310546875,
+ 0.0205841064453125,
+ 0.06298828125,
+ -0.03472900390625,
+ -0.0205841064453125,
+ -0.021148681640625,
+ 0.0352783203125,
+ 0.0239105224609375,
+ -0.043060302734375,
+ 0.06561279296875,
+ -0.0269317626953125,
+ 0.046295166015625,
+ -0.01290130615234375,
+ 0.00109100341796875,
+ -0.01209259033203125,
+ -0.025238037109375,
+ -0.00031566619873046875,
+ -0.0941162109375,
+ -0.032623291015625,
+ -0.030731201171875,
+ -0.0565185546875,
+ -0.012237548828125,
+ 0.002834320068359375,
+ 0.00010597705841064453,
+ 0.049713134765625,
+ -0.034149169921875,
+ -0.039642333984375,
+ 0.00720977783203125,
+ 0.01422882080078125,
+ 0.006000518798828125,
+ 0.005786895751953125,
+ -0.06561279296875,
+ -0.062225341796875,
+ -0.00806427001953125,
+ 0.036224365234375,
+ -0.038330078125,
+ -0.0309295654296875,
+ -0.016510009765625,
+ -0.0070648193359375,
+ -0.0174560546875,
+ -0.00481414794921875,
+ -0.02447509765625,
+ -0.012237548828125,
+ 0.00524139404296875,
+ -0.0074920654296875,
+ 0.014129638671875,
+ 0.0259857177734375,
+ 0.021820068359375,
+ -0.034515380859375,
+ -0.056915283203125,
+ 0.010101318359375,
+ -0.03131103515625,
+ -0.02978515625,
+ -0.0259857177734375,
+ 0.04705810546875,
+ -0.036224365234375,
+ -0.01461029052734375,
+ -0.0169830322265625,
+ 0.0198211669921875,
+ 0.046112060546875,
+ 0.01422882080078125,
+ 0.005123138427734375,
+ -0.05767822265625,
+ 0.00457763671875,
+ -0.025421142578125,
+ 0.038116455078125,
+ -0.0126190185546875,
+ -0.0248565673828125,
+ -0.0092010498046875,
+ -0.0091094970703125,
+ 0.021240234375,
+ -0.01593017578125,
+ -0.056915283203125,
+ -0.0061187744140625,
+ 0.032073974609375,
+ 0.0231475830078125,
+ -0.01290130615234375,
+ 0.02960205078125,
+ -0.00891876220703125,
+ 0.051971435546875,
+ 0.07818603515625,
+ -0.013946533203125,
+ 0.0123291015625,
+ 0.002536773681640625,
+ -0.01290130615234375,
+ 0.032623291015625,
+ 0.055023193359375,
+ -0.03662109375,
+ -0.038116455078125,
+ 0.0240936279296875,
+ 0.0082550048828125,
+ 0.045166015625,
+ -0.018402099609375,
+ -0.01934814453125,
+ -0.01157379150390625,
+ -0.014892578125,
+ 0.027313232421875,
+ -0.0166015625,
+ -0.0136566162109375,
+ -0.0169830322265625,
+ 0.0386962890625,
+ 0.00991058349609375,
+ 0.06561279296875,
+ 0.028839111328125,
+ -0.02789306640625,
+ 0.0276947021484375,
+ -0.0128021240234375,
+ 0.039459228515625,
+ 0.0369873046875,
+ -0.005146026611328125,
+ 0.06488037109375,
+ 0.007160186767578125,
+ -0.0004031658172607422,
+ 0.005146026611328125,
+ 0.046478271484375,
+ 0.0335693359375,
+ -0.0198211669921875,
+ -0.038330078125,
+ 0.043243408203125,
+ -0.007350921630859375,
+ -0.01161956787109375,
+ -0.03509521484375,
+ -0.0259857177734375,
+ 0.0233306884765625,
+ -0.0096282958984375,
+ -0.012237548828125,
+ 0.01432037353515625,
+ 0.0023822784423828125,
+ -0.07135009765625,
+ 0.01114654541015625,
+ 0.025604248046875,
+ -0.01470184326171875,
+ 0.017547607421875,
+ 0.0140380859375,
+ -0.0162200927734375,
+ -0.043060302734375,
+ 0.02978515625,
+ 0.00725555419921875,
+ 0.038116455078125,
+ 0.0054779052734375,
+ -0.0014581680297851562,
+ -0.0208740234375,
+ -0.014984130859375,
+ 0.03662109375,
+ 0.04400634765625,
+ 0.0113372802734375,
+ 0.003177642822265625,
+ -0.013946533203125,
+ 0.06298828125,
+ -0.027313232421875,
+ 0.03472900390625,
+ 0.039459228515625,
+ -0.044586181640625,
+ 0.01461029052734375,
+ 0.00395965576171875,
+ 0.0216217041015625,
+ 0.041168212890625,
+ -0.073974609375,
+ -0.014129638671875,
+ -0.0849609375,
+ 0.00524139404296875,
+ -0.055023193359375,
+ -0.048004150390625,
+ -0.02362060546875,
+ -0.06903076171875,
+ 0.0187835693359375,
+ -0.00571441650390625,
+ -0.03338623046875,
+ -0.0181121826171875,
+ 0.016693115234375,
+ -0.004077911376953125,
+ 0.030731201171875,
+ -0.017547607421875,
+ -0.0301666259765625,
+ 0.00858306884765625,
+ 0.10015869140625,
+ -0.02825927734375,
+ 0.0033664703369140625,
+ -0.0074005126953125,
+ 0.043060302734375,
+ -0.010009765625,
+ 0.00701904296875,
+ -0.025604248046875,
+ 0.00507354736328125,
+ 0.024658203125,
+ 0.02191162109375,
+ 0.0404052734375,
+ -0.0145111083984375,
+ 0.0174560546875,
+ -0.0031070709228515625,
+ 0.032440185546875,
+ -0.029022216796875,
+ 0.01546478271484375,
+ -0.0034618377685546875,
+ 0.01934814453125,
+ 0.01024627685546875,
+ -0.05084228515625,
+ -0.014984130859375,
+ 0.0232391357421875,
+ 0.0078277587890625,
+ -0.0048370361328125,
+ -0.004741668701171875,
+ -0.03509521484375,
+ 0.0050506591796875,
+ -0.029022216796875,
+ -0.01517486572265625,
+ 0.0265655517578125,
+ 0.05084228515625,
+ -0.0204010009765625,
+ 0.00370025634765625,
+ -0.00017118453979492188,
+ 0.0029048919677734375,
+ -0.0239105224609375,
+ -0.032440185546875,
+ -0.01251983642578125,
+ -0.0032958984375,
+ -0.035858154296875,
+ -0.013092041015625,
+ 0.0019683837890625,
+ -0.02191162109375,
+ 0.021728515625,
+ 0.0224761962890625,
+ -0.006046295166015625,
+ -0.041748046875,
+ -0.03887939453125,
+ 0.01104736328125,
+ 0.0017786026000976562,
+ -0.03717041015625,
+ -0.0458984375,
+ 0.0263671875,
+ 0.0161285400390625,
+ -0.000823974609375,
+ -0.00209808349609375,
+ 0.00905609130859375,
+ -0.043060302734375,
+ 0.021148681640625,
+ -0.00502777099609375,
+ 0.02960205078125,
+ 0.0160369873046875,
+ 0.034515380859375,
+ 0.021820068359375,
+ 0.01024627685546875,
+ 0.01076507568359375,
+ 0.051605224609375,
+ 0.0309295654296875,
+ -0.01299285888671875,
+ -0.00853729248046875,
+ 0.0015649795532226562,
+ -0.0204925537109375,
+ 0.0163116455078125,
+ -0.0250396728515625,
+ -0.06146240234375,
+ -0.01546478271484375,
+ -0.01763916015625,
+ 0.023529052734375,
+ 0.0263671875,
+ 0.01299285888671875,
+ 0.0169830322265625,
+ -0.036041259765625,
+ 0.00896453857421875,
+ 0.06146240234375,
+ -0.0002237558364868164,
+ 0.08575439453125,
+ -0.00849151611328125,
+ -0.0265655517578125,
+ 0.0037708282470703125,
+ 0.053863525390625,
+ -0.0216217041015625,
+ 0.01593017578125,
+ 0.0186920166015625,
+ 0.04705810546875,
+ -0.003841400146484375,
+ 0.02618408203125,
+ -0.005218505859375,
+ -0.0029277801513671875,
+ -0.01299285888671875,
+ -0.02191162109375,
+ 0.0222015380859375,
+ -0.044189453125,
+ 0.0168914794921875,
+ 0.0153656005859375,
+ 0.0225830078125,
+ 0.0179290771484375,
+ 0.0311126708984375,
+ -0.0106201171875,
+ -0.023712158203125,
+ -0.053863525390625,
+ -0.0694580078125,
+ -0.0160369873046875,
+ 0.027313232421875,
+ 0.0091094970703125,
+ 0.056915283203125,
+ -0.0292205810546875,
+ -0.05767822265625,
+ 0.0222015380859375,
+ -0.04229736328125,
+ 0.0694580078125,
+ 0.04193115234375,
+ 0.012237548828125,
+ 0.041351318359375,
+ -0.0220947265625,
+ 0.01290130615234375,
+ 0.0263671875,
+ -0.004528045654296875,
+ 0.0294036865234375,
+ 0.07476806640625,
+ 0.0595703125,
+ 0.01337432861328125,
+ -0.0335693359375,
+ 0.02960205078125,
+ 0.021820068359375,
+ 0.025604248046875,
+ 0.00485992431640625,
+ 0.0701904296875,
+ 0.007732391357421875,
+ 0.0489501953125,
+ -0.032623291015625,
+ 0.0472412109375,
+ 0.040985107421875,
+ 0.0113372802734375,
+ 0.0031070709228515625,
+ -0.01157379150390625,
+ 0.01546478271484375,
+ -0.041534423828125,
+ 0.0050506591796875,
+ 0.01299285888671875,
+ 0.0153656005859375,
+ 0.040802001953125,
+ 0.037567138671875,
+ -0.058441162109375,
+ -0.029022216796875,
+ 0.05047607421875,
+ -0.05084228515625,
+ 0.01508331298828125,
+ 0.031494140625,
+ -0.02960205078125,
+ -0.009674072265625,
+ -0.0170745849609375,
+ -0.032806396484375,
+ 0.0234222412109375,
+ -0.03887939453125,
+ -0.0455322265625,
+ 0.025421142578125,
+ 0.041168212890625,
+ -0.03887939453125,
+ -0.0171661376953125,
+ -0.037750244140625,
+ -0.025421142578125,
+ -0.0318603515625,
+ -0.0231475830078125,
+ 0.053131103515625,
+ 0.00787353515625,
+ 0.033203125,
+ 0.0172576904296875,
+ 0.032623291015625,
+ 0.002193450927734375,
+ -0.038116455078125,
+ 0.051971435546875,
+ -0.031494140625,
+ -0.03887939453125,
+ 0.0223846435546875,
+ 0.0230560302734375,
+ 0.017547607421875,
+ -0.01195526123046875,
+ -0.0309295654296875,
+ 0.01461029052734375,
+ 0.025421142578125,
+ 0.0164031982421875,
+ 0.0189666748046875,
+ -0.04534912109375,
+ -0.0592041015625,
+ -0.053131103515625,
+ 0.0267486572265625,
+ 0.00305938720703125,
+ 0.03167724609375,
+ 0.018585205078125,
+ -0.04742431640625,
+ 0.032440185546875,
+ -0.05084228515625,
+ -0.035858154296875,
+ 0.0109100341796875,
+ -0.0091094970703125,
+ -0.0197296142578125,
+ 0.036041259765625,
+ -0.00130462646484375,
+ -0.004791259765625,
+ -0.019439697265625,
+ 0.037750244140625,
+ 0.007350921630859375,
+ -0.010101318359375,
+ -0.05804443359375,
+ 0.034332275390625,
+ 0.0276947021484375,
+ -0.047607421875,
+ -0.00811004638671875,
+ -0.01204681396484375,
+ 0.002407073974609375,
+ 0.039825439453125,
+ -0.046661376953125,
+ -0.0091094970703125,
+ -0.007350921630859375,
+ -0.06640625,
+ -0.05047607421875,
+ -0.044769287109375,
+ -0.0127105712890625,
+ -0.051971435546875,
+ 0.0248565673828125,
+ 0.025238037109375,
+ -0.0104827880859375,
+ 0.05615234375,
+ -0.0188751220703125,
+ 0.00077056884765625,
+ 0.01067352294921875,
+ 0.00801849365234375,
+ -0.01081085205078125,
+ 0.04058837890625,
+ -0.039642333984375,
+ -0.05084228515625,
+ -0.0269317626953125,
+ 0.0292205810546875,
+ -0.03509521484375,
+ 0.0128021240234375,
+ 0.01384735107421875,
+ -0.007160186767578125,
+ 0.032623291015625,
+ -0.055389404296875,
+ -0.01299285888671875,
+ -0.024658203125,
+ -0.030731201171875,
+ -0.0166015625,
+ -0.020111083984375,
+ -0.0009307861328125,
+ 0.0232391357421875,
+ -0.005786895751953125,
+ -0.009246826171875,
+ 0.0204010009765625,
+ -0.037933349609375,
+ 0.0231475830078125,
+ 0.00891876220703125,
+ -0.0070648193359375,
+ 0.004100799560546875,
+ -0.01432037353515625,
+ 0.00130462646484375,
+ 0.01328277587890625,
+ 0.0054779052734375,
+ -0.0294036865234375,
+ -0.021820068359375,
+ -0.07666015625,
+ 0.0041961669921875,
+ -0.00872802734375,
+ -0.0110015869140625,
+ -0.027130126953125,
+ -0.046661376953125,
+ -0.037567138671875,
+ -0.0006461143493652344,
+ 0.039459228515625,
+ -0.0006551742553710938,
+ -0.0091552734375,
+ -0.03167724609375,
+ -0.0181121826171875,
+ -0.0188751220703125,
+ -0.019439697265625,
+ 0.04931640625,
+ -0.02276611328125,
+ 0.00939178466796875,
+ -0.009674072265625,
+ -0.0128021240234375,
+ 0.013092041015625,
+ 0.0292205810546875,
+ 0.00849151611328125,
+ 0.014801025390625,
+ 0.0188751220703125,
+ -0.00849151611328125,
+ 0.005359649658203125,
+ 0.017364501953125,
+ -0.0100555419921875,
+ 0.00353240966796875,
+ -0.0286407470703125,
+ 0.02789306640625,
+ -0.03167724609375,
+ -0.0215301513671875,
+ 0.0263671875,
+ 0.0224761962890625,
+ 0.030731201171875,
+ -0.00550079345703125,
+ -0.0216217041015625,
+ 0.022003173828125,
+ 0.00787353515625,
+ 0.06524658203125,
+ -0.02996826171875,
+ -0.03887939453125,
+ 0.033203125,
+ 0.003818511962890625,
+ 0.039825439453125,
+ 0.046661376953125,
+ 0.0004475116729736328,
+ -0.0263671875,
+ 0.0135650634765625,
+ 0.055023193359375,
+ -0.0016832351684570312,
+ -0.0258026123046875,
+ -0.044403076171875,
+ 0.03546142578125,
+ -0.00815582275390625,
+ 0.043243408203125,
+ 0.006687164306640625,
+ 0.0736083984375,
+ 0.006732940673828125,
+ 0.003936767578125,
+ 0.047821044921875,
+ 0.084228515625,
+ 0.036224365234375,
+ -0.030731201171875,
+ -0.057281494140625,
+ -0.00830078125,
+ -0.0065460205078125,
+ -0.023529052734375,
+ -0.03472900390625,
+ 0.0140380859375,
+ 0.06756591796875,
+ -0.038116455078125,
+ -0.02618408203125,
+ -0.0017900466918945312,
+ -0.0106201171875,
+ 0.005550384521484375,
+ 0.023529052734375,
+ -0.03680419921875,
+ 0.0189666748046875,
+ 0.00682830810546875,
+ -0.060333251953125,
+ -0.00801849365234375,
+ -0.01517486572265625,
+ 0.00905609130859375,
+ 0.04571533203125,
+ 0.0238037109375,
+ -0.0242767333984375,
+ 0.039825439453125,
+ 0.01318359375,
+ 0.037384033203125,
+ 0.0054779052734375,
+ 0.0180206298828125,
+ 0.0205841064453125,
+ 0.025604248046875,
+ 0.041534423828125,
+ 0.046295166015625,
+ -0.0309295654296875,
+ 0.004032135009765625,
+ 0.004528045654296875,
+ 0.0230560302734375,
+ 0.049713134765625,
+ 0.0595703125,
+ 0.005359649658203125,
+ -0.00005555152893066406,
+ 0.005123138427734375,
+ -0.073974609375,
+ 0.016693115234375,
+ -0.0083465576171875,
+ 0.0128021240234375,
+ -0.051605224609375,
+ -0.022857666015625,
+ 0.0104827880859375,
+ -0.0301666259765625,
+ 0.037567138671875,
+ -0.007350921630859375,
+ -0.033782958984375,
+ 0.0091094970703125,
+ 0.044769287109375,
+ -0.0029754638671875,
+ -0.0489501953125,
+ 0.0110015869140625,
+ -0.02978515625,
+ -0.02618408203125,
+ -0.0224761962890625,
+ -0.0239105224609375,
+ 0.03302001953125,
+ -0.014984130859375,
+ -0.06109619140625,
+ -0.02789306640625,
+ 0.034912109375,
+ -0.0061187744140625,
+ -0.051605224609375,
+ -0.03167724609375,
+ 0.02978515625,
+ -0.024658203125,
+ -0.036041259765625,
+ -0.04248046875,
+ -0.0294036865234375,
+ 0.0214385986328125,
+ -0.03887939453125,
+ -0.00457763671875,
+ -0.00571441650390625,
+ -0.003841400146484375,
+ 0.00438690185546875,
+ -0.0309295654296875,
+ -0.0369873046875,
+ 0.02618408203125,
+ -0.05084228515625,
+ 0.052734375,
+ 0.00768280029296875,
+ 0.0128021240234375,
+ 0.0196380615234375,
+ 0.061859130859375,
+ -0.0157470703125,
+ 0.018310546875,
+ -0.0163116455078125,
+ -0.06524658203125,
+ 0.0113372802734375,
+ 0.008392333984375,
+ -0.005764007568359375,
+ -0.067138671875,
+ 0.01171112060546875,
+ 0.032440185546875,
+ -0.07476806640625,
+ -0.018402099609375,
+ -0.0222015380859375,
+ 0.0065460205078125,
+ -0.0595703125,
+ 0.0027618408203125,
+ -0.00395965576171875,
+ 0.01517486572265625,
+ 0.07513427734375,
+ 0.007160186767578125,
+ -0.0187835693359375,
+ 0.006641387939453125,
+ -0.0303497314453125,
+ 0.060699462890625,
+ 0.04742431640625,
+ -0.004009246826171875,
+ -0.036224365234375,
+ 0.034515380859375,
+ 0.016693115234375,
+ -0.03851318359375,
+ -0.000705718994140625,
+ -0.06982421875,
+ -0.002193450927734375,
+ 0.01384735107421875,
+ 0.01299285888671875,
+ -0.018402099609375,
+ -0.00849151611328125,
+ -0.046112060546875,
+ -0.0178375244140625,
+ -0.0145111083984375,
+ 0.02020263671875,
+ 0.005786895751953125,
+ 0.01129150390625,
+ -0.0276947021484375,
+ -0.0010728836059570312,
+ -0.0065460205078125,
+ -0.0369873046875,
+ -0.034149169921875,
+ -0.0101470947265625,
+ 0.0301666259765625,
+ 0.00507354736328125,
+ -0.084228515625,
+ 0.0275115966796875,
+ 0.0294036865234375,
+ 0.0144195556640625,
+ 0.0258026123046875,
+ 0.06640625,
+ -0.03167724609375,
+ -0.00991058349609375,
+ 0.00464630126953125,
+ 0.0458984375,
+ -0.00370025634765625,
+ -0.00455474853515625,
+ -0.01517486572265625,
+ 0.024658203125,
+ 0.01346588134765625,
+ -0.0303497314453125,
+ 0.05120849609375,
+ 0.03167724609375,
+ -0.02618408203125,
+ -0.058807373046875,
+ -0.0276947021484375,
+ -0.044189453125,
+ 0.03643798828125,
+ -0.00701904296875,
+ 0.027313232421875,
+ 0.00981903076171875,
+ -0.003818511962890625,
+ -0.1009521484375,
+ 0.040802001953125,
+ -0.0032482147216796875,
+ 0.0145111083984375,
+ 0.025238037109375,
+ -0.01024627685546875,
+ -0.060699462890625,
+ -0.051971435546875,
+ -0.0050048828125,
+ 0.0052642822265625,
+ -0.034912109375,
+ 0.02276611328125,
+ 0.014129638671875,
+ -0.003627777099609375,
+ 0.0024662017822265625,
+ -0.0145111083984375,
+ -0.015838623046875,
+ 0.0404052734375,
+ 0.01346588134765625,
+ -0.03167724609375,
+ 0.06146240234375,
+ -0.049713134765625,
+ 0.0181121826171875,
+ -0.01110076904296875,
+ 0.016510009765625,
+ 0.0153656005859375,
+ -0.0074920654296875,
+ -0.032806396484375,
+ -0.0078277587890625,
+ 0.0259857177734375,
+ 0.0458984375,
+ -0.02996826171875,
+ 0.0180206298828125,
+ -0.01213836669921875,
+ 0.0208740234375,
+ 0.0046234130859375,
+ -0.0190582275390625,
+ 0.0222930908203125,
+ 0.00395965576171875,
+ -0.035858154296875,
+ -0.00977325439453125,
+ -0.04705810546875,
+ -0.08233642578125,
+ 0.0007472038269042969,
+ -0.04400634765625,
+ -0.00417327880859375,
+ 0.0231475830078125,
+ 0.0250396728515625,
+ 0.0127105712890625,
+ -0.04248046875,
+ 0.043243408203125,
+ 0.0127105712890625,
+ -0.00820159912109375,
+ -0.010009765625,
+ 0.01043701171875,
+ -0.0110015869140625,
+ 0.034515380859375,
+ 0.01129150390625,
+ -0.0216217041015625,
+ 0.01517486572265625,
+ -0.022003173828125,
+ -0.01934814453125,
+ -0.01200103759765625,
+ 0.00543212890625,
+ -0.00981903076171875,
+ 0.0311126708984375,
+ -0.06756591796875,
+ -0.0248565673828125,
+ 0.00977325439453125,
+ 0.0309295654296875,
+ -0.01114654541015625,
+ -0.02447509765625,
+ 0.06146240234375,
+ -0.0007886886596679688,
+ -0.080078125,
+ 0.0123291015625,
+ -0.040802001953125,
+ -0.02960205078125,
+ 0.0191650390625,
+ -0.02618408203125,
+ -0.00571441650390625,
+ 0.027130126953125,
+ 0.028076171875,
+ 0.02105712890625,
+ 0.0386962890625,
+ 0.0001748800277709961,
+ -0.031494140625,
+ -0.0020389556884765625,
+ 0.0019092559814453125,
+ 0.038116455078125,
+ 0.0240020751953125,
+ 0.021728515625,
+ -0.0208740234375,
+ 0.034515380859375,
+ 0.0240020751953125,
+ -0.1085205078125,
+ -0.0091552734375,
+ -0.032623291015625,
+ -0.0187835693359375,
+ 0.0263671875,
+ 0.052734375,
+ 0.03509521484375,
+ -0.0065460205078125,
+ 0.03131103515625,
+ 0.033966064453125,
+ 0.018310546875,
+ -0.0117645263671875,
+ -0.02996826171875,
+ -0.0660400390625,
+ -0.01763916015625,
+ 0.0127105712890625,
+ 0.018585205078125,
+ -0.05462646484375,
+ 0.060699462890625,
+ 0.05767822265625,
+ -0.005168914794921875,
+ 0.017364501953125,
+ 0.0265655517578125,
+ 0.01318359375,
+ 0.048553466796875,
+ 0.0166015625,
+ 0.03167724609375,
+ -0.067138671875,
+ 0.0352783203125,
+ 0.03887939453125,
+ -0.018310546875,
+ -0.018585205078125,
+ -0.008819580078125,
+ -0.0248565673828125,
+ 0.027313232421875,
+ -0.06640625,
+ 0.0180206298828125,
+ 0.014984130859375,
+ 0.06903076171875,
+ 0.0166015625,
+ -0.034149169921875,
+ -0.033203125,
+ 0.025238037109375,
+ -0.0025615692138671875,
+ -0.01555633544921875,
+ -0.008819580078125,
+ 0.00725555419921875,
+ -0.017364501953125,
+ 0.025421142578125,
+ 0.032440185546875,
+ 0.01508331298828125,
+ 0.047821044921875,
+ 0.015838623046875,
+ -0.044586181640625,
+ 0.0265655517578125,
+ -0.018218994140625,
+ 0.028076171875,
+ -0.0074920654296875,
+ -0.0188751220703125,
+ 0.0069732666015625,
+ -0.06109619140625,
+ 0.057281494140625,
+ -0.0204010009765625,
+ 0.0404052734375,
+ 0.019439697265625,
+ -0.036041259765625,
+ -0.00901031494140625,
+ 0.0010137557983398438,
+ -0.0029754638671875,
+ 0.0472412109375,
+ 0.020111083984375,
+ 0.025421142578125,
+ 0.0225830078125,
+ 0.01152801513671875,
+ 0.0144195556640625,
+ -0.05804443359375,
+ 0.037933349609375,
+ -0.0318603515625,
+ -0.0013399124145507812,
+ -0.0489501953125,
+ -0.003177642822265625,
+ 0.01763916015625,
+ -0.0303497314453125,
+ -0.0140380859375,
+ -0.02020263671875,
+ 0.0002548694610595703,
+ -0.01033782958984375,
+ -0.03302001953125,
+ 0.00571441650390625,
+ 0.05047607421875,
+ -0.0455322265625,
+ 0.028076171875,
+ 0.0258026123046875,
+ -0.001262664794921875,
+ -0.01152801513671875,
+ -0.047607421875,
+ 0.06451416015625,
+ 0.038116455078125,
+ 0.0033206939697265625,
+ -0.0097198486328125,
+ 0.0059051513671875,
+ 0.032623291015625,
+ 0.014984130859375,
+ 0.0309295654296875,
+ 0.0126190185546875,
+ -0.022003173828125,
+ 0.0352783203125,
+ 0.030731201171875,
+ 0.013946533203125,
+ -0.020965576171875,
+ 0.02618408203125,
+ 0.018585205078125,
+ -0.039825439453125,
+ 0.0369873046875,
+ 0.0078277587890625,
+ 0.0191650390625,
+ -0.0181121826171875,
+ -0.0096282958984375,
+ -0.0242767333984375,
+ -0.044769287109375,
+ 0.07818603515625,
+ -0.010955810546875,
+ -0.005123138427734375,
+ 0.029022216796875,
+ -0.0259857177734375,
+ 0.044586181640625,
+ 0.02020263671875,
+ 0.053131103515625,
+ -0.0239105224609375,
+ 0.02789306640625,
+ -0.0318603515625,
+ 0.019439697265625,
+ -0.00571441650390625,
+ 0.046661376953125,
+ -0.0190582275390625,
+ 0.0276947021484375,
+ -0.028839111328125,
+ 0.055023193359375,
+ 0.0008301734924316406,
+ -0.008819580078125,
+ -0.0592041015625,
+ -0.006591796875,
+ 0.0127105712890625,
+ 0.007965087890625,
+ 0.0292205810546875,
+ -0.035858154296875,
+ -0.0015773773193359375,
+ -0.0152740478515625,
+ 0.046295166015625,
+ 0.06829833984375,
+ -0.022857666015625,
+ 0.03131103515625,
+ 0.004955291748046875,
+ 0.006641387939453125,
+ -0.03131103515625,
+ 0.018585205078125
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "ics-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "firmware-extraction",
+ "signature-analysis",
+ "file-carving",
+ "entropy-check",
+ "binary-decode",
+ "iot-forensics",
+ "embedded-analysis",
+ "custom-signatures",
+ "hexdump-view",
+ "plugin-support",
+ "3d-entropy"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Target_Disk_Mode_Acquisition",
+ "type": "tool",
+ "name": "macOS Target Disk Mode Acquisition",
+ "content": "macos target disk mode acquisition forensische datensammlung über target disk mode (tdm) durch drücken der t-taste beim boot-vorgang. das asservat verhält sich wie eine externe festplatte über firewire/thunderbolt-verbindung. vollständiges verfahren: 1) hardware-schreibblocker anschließen, 2) t-taste beim boot drücken, 3) ziel-mac per firewire/thunderbolt verbinden, 4) imaging mit dd/hdiutil durchführen. limitierungen: nur erste festplatte verfügbar, firmware-passwort blockiert tdm, benutzerpasswort für filevault-entschlüsselung erforderlich. live-acquisition target-disk-mode hardware-connection write-blocker-required firmware-limitation password-dependent scenario:disk_imaging incident-response static-investigations data-collection",
+ "embedding": [
+ 0.00595855712890625,
+ 0.01065826416015625,
+ 0.03277587890625,
+ 0.0011692047119140625,
+ 0.04644775390625,
+ 0.031982421875,
+ 0.0267486572265625,
+ -0.02191162109375,
+ -0.01085662841796875,
+ -0.041412353515625,
+ -0.032379150390625,
+ 0.0615234375,
+ -0.020111083984375,
+ -0.026336669921875,
+ -0.0587158203125,
+ 0.037994384765625,
+ 0.01306915283203125,
+ 0.00640869140625,
+ 0.020111083984375,
+ -0.00545501708984375,
+ 0.00759124755859375,
+ 0.0080413818359375,
+ -0.0643310546875,
+ -0.019805908203125,
+ -0.0068359375,
+ -0.01457977294921875,
+ -0.0012760162353515625,
+ -0.03497314453125,
+ -0.035980224609375,
+ 0.01070404052734375,
+ 0.0196075439453125,
+ -0.0518798828125,
+ -0.004650115966796875,
+ 0.04022216796875,
+ 0.032989501953125,
+ -0.03076171875,
+ 0.028961181640625,
+ -0.0223236083984375,
+ -0.0267486572265625,
+ 0.0311737060546875,
+ -0.025543212890625,
+ 0.00910186767578125,
+ -0.033782958984375,
+ 0.003292083740234375,
+ 0.0013256072998046875,
+ -0.026947021484375,
+ 0.028350830078125,
+ 0.0031795501708984375,
+ 0.01015472412109375,
+ -0.0241241455078125,
+ 0.05670166015625,
+ 0.0301666259765625,
+ 0.0285491943359375,
+ 0.0148773193359375,
+ -0.00341796875,
+ 0.0093536376953125,
+ -0.01427459716796875,
+ -0.0241241455078125,
+ -0.022613525390625,
+ 0.051483154296875,
+ -0.05126953125,
+ -0.0186004638671875,
+ 0.01457977294921875,
+ 0.0144805908203125,
+ -0.00011229515075683594,
+ 0.03497314453125,
+ -0.001407623291015625,
+ -0.04864501953125,
+ -0.028961181640625,
+ -0.003719329833984375,
+ 0.00394439697265625,
+ -0.0203094482421875,
+ -0.054290771484375,
+ 0.0275421142578125,
+ -0.018096923828125,
+ -0.033782958984375,
+ 0.00640869140625,
+ 0.0158843994140625,
+ -0.00899505615234375,
+ -0.00658416748046875,
+ -0.006435394287109375,
+ -0.017791748046875,
+ 0.01477813720703125,
+ -0.04425048828125,
+ -0.032989501953125,
+ 0.01407623291015625,
+ 0.00010013580322265625,
+ 0.014678955078125,
+ -0.004573822021484375,
+ 0.01337432861328125,
+ -0.004726409912109375,
+ 0.0199127197265625,
+ 0.0257415771484375,
+ 0.005352020263671875,
+ 0.021209716796875,
+ 0.037200927734375,
+ -0.012969970703125,
+ 0.01085662841796875,
+ 0.01236724853515625,
+ 0.01055908203125,
+ 0.007541656494140625,
+ -0.048065185546875,
+ 0.05792236328125,
+ 0.0015707015991210938,
+ 0.04241943359375,
+ -0.0305633544921875,
+ 0.03277587890625,
+ -0.01030731201171875,
+ -0.02935791015625,
+ -0.04083251953125,
+ -0.07037353515625,
+ -0.0299530029296875,
+ -0.0093994140625,
+ -0.07281494140625,
+ 0.00452423095703125,
+ -0.010101318359375,
+ -0.00341796875,
+ 0.0172882080078125,
+ -0.045440673828125,
+ -0.004425048828125,
+ -0.00899505615234375,
+ 0.026336669921875,
+ 0.0012502670288085938,
+ 0.019500732421875,
+ -0.048248291015625,
+ -0.04864501953125,
+ 0.00814056396484375,
+ 0.0172882080078125,
+ -0.0224151611328125,
+ -0.035980224609375,
+ -0.0251312255859375,
+ -0.01739501953125,
+ -0.036590576171875,
+ -0.046844482421875,
+ 0.0128173828125,
+ -0.0128173828125,
+ 0.044647216796875,
+ -0.01065826416015625,
+ -0.01739501953125,
+ -0.01055908203125,
+ 0.0518798828125,
+ -0.028961181640625,
+ -0.061920166015625,
+ -0.034576416015625,
+ -0.032989501953125,
+ -0.0121612548828125,
+ -0.0196990966796875,
+ 0.057098388671875,
+ -0.01357269287109375,
+ -0.0189056396484375,
+ 0.0199127197265625,
+ 0.06353759765625,
+ 0.031768798828125,
+ -0.0007319450378417969,
+ 0.01427459716796875,
+ -0.050262451171875,
+ -0.0247344970703125,
+ -0.0189971923828125,
+ 0.0275421142578125,
+ 0.0205078125,
+ -0.02593994140625,
+ 0.0275421142578125,
+ -0.011962890625,
+ 0.0279541015625,
+ -0.025634765625,
+ -0.031982421875,
+ -0.0313720703125,
+ 0.026336669921875,
+ 0.00693511962890625,
+ -0.023529052734375,
+ 0.0281524658203125,
+ -0.00341796875,
+ 0.0574951171875,
+ 0.07843017578125,
+ 0.0248260498046875,
+ -0.01065826416015625,
+ -0.00809478759765625,
+ -0.0207061767578125,
+ 0.01085662841796875,
+ 0.05950927734375,
+ -0.0261383056640625,
+ -0.0035190582275390625,
+ 0.07879638671875,
+ 0.02593994140625,
+ 0.01221466064453125,
+ 0.0027141571044921875,
+ 0.0078887939453125,
+ 0.0060577392578125,
+ -0.0472412109375,
+ 0.054290771484375,
+ -0.01407623291015625,
+ -0.03680419921875,
+ -0.0234222412109375,
+ 0.0347900390625,
+ 0.011810302734375,
+ 0.0615234375,
+ 0.0416259765625,
+ -0.003292083740234375,
+ 0.00914764404296875,
+ -0.01065826416015625,
+ -0.002086639404296875,
+ 0.024322509765625,
+ -0.0189971923828125,
+ 0.042633056640625,
+ 0.0261383056640625,
+ -0.0080413818359375,
+ -0.0179901123046875,
+ 0.019195556640625,
+ 0.0172882080078125,
+ -0.019500732421875,
+ -0.0228271484375,
+ 0.0241241455078125,
+ -0.00859832763671875,
+ -0.0416259765625,
+ -0.039215087890625,
+ -0.042816162109375,
+ 0.0233306884765625,
+ 0.0009741783142089844,
+ -0.0026760101318359375,
+ -0.0117645263671875,
+ 0.0025882720947265625,
+ -0.04522705078125,
+ 0.0369873046875,
+ -0.00128173828125,
+ -0.014373779296875,
+ 0.035980224609375,
+ -0.01085662841796875,
+ -0.0279541015625,
+ -0.04522705078125,
+ 0.03961181640625,
+ 0.019195556640625,
+ 0.0275421142578125,
+ -0.0251312255859375,
+ -0.0002701282501220703,
+ 0.00824737548828125,
+ -0.004852294921875,
+ 0.0305633544921875,
+ 0.03558349609375,
+ 0.021514892578125,
+ -0.00809478759765625,
+ -0.0134735107421875,
+ 0.03216552734375,
+ -0.00402069091796875,
+ 0.0199127197265625,
+ 0.03558349609375,
+ -0.027740478515625,
+ -0.00879669189453125,
+ -0.01739501953125,
+ 0.0093994140625,
+ 0.0347900390625,
+ -0.04986572265625,
+ -0.01155853271484375,
+ -0.09088134765625,
+ -0.0189056396484375,
+ -0.036407470703125,
+ -0.010955810546875,
+ -0.02532958984375,
+ -0.06756591796875,
+ 0.052276611328125,
+ -0.0213165283203125,
+ -0.034576416015625,
+ -0.003204345703125,
+ 0.03619384765625,
+ -0.0083465576171875,
+ 0.02935791015625,
+ -0.004573822021484375,
+ -0.0711669921875,
+ 0.007640838623046875,
+ 0.045654296875,
+ -0.00281524658203125,
+ 0.002552032470703125,
+ -0.033172607421875,
+ 0.0313720703125,
+ 0.00809478759765625,
+ 0.0347900390625,
+ -0.044647216796875,
+ -0.0018472671508789062,
+ 0.01226806640625,
+ 0.006633758544921875,
+ 0.0382080078125,
+ -0.0161895751953125,
+ 0.017486572265625,
+ 0.007289886474609375,
+ 0.0144805908203125,
+ -0.044830322265625,
+ 0.0223236083984375,
+ -0.0162811279296875,
+ 0.0265350341796875,
+ -0.029754638671875,
+ -0.07879638671875,
+ 0.007038116455078125,
+ 0.039825439453125,
+ -0.006435394287109375,
+ -0.002349853515625,
+ -0.00794219970703125,
+ -0.0179901123046875,
+ 0.031768798828125,
+ 0.01427459716796875,
+ 0.01407623291015625,
+ 0.00743865966796875,
+ 0.04766845703125,
+ -0.0281524658203125,
+ 0.0017595291137695312,
+ 0.0224151611328125,
+ -0.002902984619140625,
+ -0.039215087890625,
+ -0.02734375,
+ 0.0005936622619628906,
+ -0.012969970703125,
+ -0.03900146484375,
+ -0.042022705078125,
+ 0.0285491943359375,
+ -0.0205078125,
+ 0.037994384765625,
+ -0.01497650146484375,
+ -0.0011873245239257812,
+ -0.0438232421875,
+ -0.0369873046875,
+ -0.00565338134765625,
+ -0.024322509765625,
+ -0.03216552734375,
+ -0.0267486572265625,
+ 0.039825439453125,
+ 0.022613525390625,
+ 0.011810302734375,
+ -0.022125244140625,
+ -0.002475738525390625,
+ -0.0193023681640625,
+ -0.0254364013671875,
+ -0.0254364013671875,
+ 0.0311737060546875,
+ 0.011962890625,
+ 0.03680419921875,
+ 0.00260162353515625,
+ 0.025634765625,
+ -0.0281524658203125,
+ 0.07720947265625,
+ 0.0347900390625,
+ -0.02935791015625,
+ -0.007793426513671875,
+ -0.0223236083984375,
+ 0.03680419921875,
+ 0.019195556640625,
+ -0.02874755859375,
+ -0.0279541015625,
+ -0.0015707015991210938,
+ -0.028961181640625,
+ 0.0015649795532226562,
+ 0.0248260498046875,
+ 0.011260986328125,
+ 0.0144805908203125,
+ -0.0518798828125,
+ 0.022125244140625,
+ 0.04705810546875,
+ 0.024322509765625,
+ 0.09814453125,
+ -0.042633056640625,
+ -0.041412353515625,
+ 0.0165863037109375,
+ 0.04364013671875,
+ -0.00510406494140625,
+ -0.0008797645568847656,
+ 0.0254364013671875,
+ 0.006885528564453125,
+ 0.0093536376953125,
+ 0.0071868896484375,
+ 0.004924774169921875,
+ 0.04022216796875,
+ -0.0148773193359375,
+ 0.0285491943359375,
+ -0.03216552734375,
+ 0.013671875,
+ 0.036407470703125,
+ 0.051483154296875,
+ 0.028350830078125,
+ -0.0080413818359375,
+ 0.0416259765625,
+ -0.014678955078125,
+ -0.02935791015625,
+ -0.00588226318359375,
+ -0.054290771484375,
+ 0.0247344970703125,
+ 0.0257415771484375,
+ 0.022125244140625,
+ 0.021820068359375,
+ -0.0265350341796875,
+ -0.044830322265625,
+ -0.008697509765625,
+ -0.01558685302734375,
+ 0.06353759765625,
+ 0.0305633544921875,
+ 0.0213165283203125,
+ 0.0299530029296875,
+ -0.00016021728515625,
+ -0.01025390625,
+ 0.041229248046875,
+ 0.0033168792724609375,
+ 0.0281524658203125,
+ 0.024322509765625,
+ 0.042816162109375,
+ 0.0076904296875,
+ -0.03155517578125,
+ -0.0014638900756835938,
+ 0.035980224609375,
+ 0.0214080810546875,
+ 0.01065826416015625,
+ 0.0275421142578125,
+ 0.025238037109375,
+ 0.010101318359375,
+ -0.0033931732177734375,
+ 0.035186767578125,
+ 0.002941131591796875,
+ -0.023529052734375,
+ 0.01457977294921875,
+ -0.01477813720703125,
+ 0.019195556640625,
+ -0.024322509765625,
+ 0.027740478515625,
+ 0.0024509429931640625,
+ -0.018798828125,
+ 0.0213165283203125,
+ 0.0203094482421875,
+ -0.07562255859375,
+ -0.0169830322265625,
+ 0.043426513671875,
+ -0.094482421875,
+ 0.019805908203125,
+ -0.0200042724609375,
+ -0.0029659271240234375,
+ 0.00708770751953125,
+ 0.005252838134765625,
+ -0.06512451171875,
+ 0.0275421142578125,
+ -0.053070068359375,
+ -0.046661376953125,
+ -0.01377105712890625,
+ -0.0021610260009765625,
+ -0.035186767578125,
+ -0.03558349609375,
+ -0.05267333984375,
+ -0.049652099609375,
+ -0.0025634765625,
+ -0.04083251953125,
+ 0.040008544921875,
+ 0.0017337799072265625,
+ 0.0076904296875,
+ 0.039215087890625,
+ 0.041412353515625,
+ -0.01678466796875,
+ -0.0301666259765625,
+ 0.049652099609375,
+ -0.0347900390625,
+ -0.054290771484375,
+ 0.01201629638671875,
+ 0.016082763671875,
+ 0.04302978515625,
+ -0.043243408203125,
+ -0.01377105712890625,
+ -0.0005908012390136719,
+ -0.01100921630859375,
+ 0.02362060546875,
+ 0.02935791015625,
+ -0.03558349609375,
+ -0.0301666259765625,
+ -0.047454833984375,
+ 0.0369873046875,
+ -0.0033931732177734375,
+ 0.043426513671875,
+ -0.0159912109375,
+ -0.0587158203125,
+ 0.0114593505859375,
+ -0.041015625,
+ -0.05670166015625,
+ -0.0172882080078125,
+ -0.004245758056640625,
+ -0.034393310546875,
+ 0.05792236328125,
+ -0.04644775390625,
+ -0.010406494140625,
+ -0.016693115234375,
+ 0.041229248046875,
+ 0.023529052734375,
+ -0.0009050369262695312,
+ -0.0285491943359375,
+ 0.036407470703125,
+ 0.06512451171875,
+ -0.07037353515625,
+ -0.0196990966796875,
+ -0.0090484619140625,
+ 0.03558349609375,
+ 0.03155517578125,
+ -0.0416259765625,
+ 0.005855560302734375,
+ -0.004222869873046875,
+ -0.05792236328125,
+ -0.0247344970703125,
+ -0.0144805908203125,
+ 0.003192901611328125,
+ -0.024627685546875,
+ 0.007843017578125,
+ 0.0438232421875,
+ -0.0038204193115234375,
+ 0.0220184326171875,
+ 0.02593994140625,
+ -0.0064849853515625,
+ 0.002437591552734375,
+ 0.0005245208740234375,
+ -0.00949859619140625,
+ 0.0172882080078125,
+ -0.08123779296875,
+ -0.0127716064453125,
+ -0.01151275634765625,
+ 0.024932861328125,
+ -0.0254364013671875,
+ -0.006206512451171875,
+ -0.002338409423828125,
+ -0.015777587890625,
+ 0.024322509765625,
+ -0.062744140625,
+ 0.0148773193359375,
+ -0.0141754150390625,
+ -0.050262451171875,
+ -0.0311737060546875,
+ -0.0186004638671875,
+ 0.0220184326171875,
+ 0.0093994140625,
+ -0.00799560546875,
+ -0.00025773048400878906,
+ 0.04443359375,
+ -0.0667724609375,
+ 0.044647216796875,
+ 0.0110626220703125,
+ -0.006134033203125,
+ 0.0043487548828125,
+ -0.0005998611450195312,
+ -0.0119171142578125,
+ 0.01166534423828125,
+ 0.0162811279296875,
+ -0.023834228515625,
+ -0.00910186767578125,
+ -0.06756591796875,
+ -0.002689361572265625,
+ 0.0068359375,
+ 0.00572967529296875,
+ -0.011810302734375,
+ -0.0179901123046875,
+ -0.044830322265625,
+ -0.0117645263671875,
+ 0.019500732421875,
+ 0.01287078857421875,
+ 0.01708984375,
+ -0.0335693359375,
+ -0.02532958984375,
+ -0.0022869110107421875,
+ -0.025543212890625,
+ 0.0382080078125,
+ -0.0005373954772949219,
+ 0.0093536376953125,
+ -0.024322509765625,
+ -0.040618896484375,
+ 0.028350830078125,
+ 0.03558349609375,
+ 0.0404052734375,
+ 0.046051025390625,
+ 0.02362060546875,
+ -0.01326751708984375,
+ 0.018707275390625,
+ -0.005279541015625,
+ -0.032562255859375,
+ -0.0028018951416015625,
+ -0.0018720626831054688,
+ 0.040618896484375,
+ -0.028961181640625,
+ -0.0175933837890625,
+ 0.0097503662109375,
+ 0.0285491943359375,
+ 0.0009174346923828125,
+ -0.0179901123046875,
+ -0.01558685302734375,
+ 0.024932861328125,
+ 0.006107330322265625,
+ 0.07562255859375,
+ -0.0169830322265625,
+ -0.050079345703125,
+ -0.002513885498046875,
+ -0.00217437744140625,
+ 0.028350830078125,
+ 0.057098388671875,
+ 0.0031414031982421875,
+ -0.01326751708984375,
+ -0.0172882080078125,
+ 0.0231170654296875,
+ -0.03680419921875,
+ -0.051483154296875,
+ -0.004573822021484375,
+ 0.0189056396484375,
+ 0.0171966552734375,
+ 0.01025390625,
+ 0.004550933837890625,
+ 0.04986572265625,
+ -0.01337432861328125,
+ 0.0008797645568847656,
+ 0.0341796875,
+ 0.07159423828125,
+ 0.0335693359375,
+ -0.0080413818359375,
+ -0.0313720703125,
+ 0.006534576416015625,
+ 0.0071868896484375,
+ -0.03076171875,
+ -0.05047607421875,
+ 0.017486572265625,
+ 0.0723876953125,
+ -0.05389404296875,
+ -0.0121612548828125,
+ 0.00794219970703125,
+ -0.04083251953125,
+ 0.004146575927734375,
+ 0.0254364013671875,
+ -0.0021114349365234375,
+ 0.039215087890625,
+ 0.0015583038330078125,
+ -0.06396484375,
+ -0.01558685302734375,
+ -0.037994384765625,
+ 0.027740478515625,
+ 0.07037353515625,
+ 0.0335693359375,
+ -0.00004202127456665039,
+ 0.028350830078125,
+ 0.046661376953125,
+ 0.0265350341796875,
+ 0.01508331298828125,
+ 0.02935791015625,
+ 0.01055908203125,
+ 0.043426513671875,
+ 0.022918701171875,
+ 0.06475830078125,
+ 0.00658416748046875,
+ -0.0008606910705566406,
+ 0.0250396728515625,
+ 0.03961181640625,
+ 0.044830322265625,
+ 0.0587158203125,
+ -0.007541656494140625,
+ -0.00995635986328125,
+ 0.00640869140625,
+ -0.0335693359375,
+ -0.004497528076171875,
+ 0.01397705078125,
+ 0.0271453857421875,
+ -0.033966064453125,
+ -0.04022216796875,
+ 0.026336669921875,
+ -0.03277587890625,
+ 0.039215087890625,
+ 0.0311737060546875,
+ -0.01015472412109375,
+ -0.00970458984375,
+ 0.04241943359375,
+ -0.0127716064453125,
+ -0.046051025390625,
+ 0.0123138427734375,
+ -0.03076171875,
+ -0.0026760101318359375,
+ -0.016082763671875,
+ -0.01306915283203125,
+ 0.015380859375,
+ -0.03680419921875,
+ -0.04864501953125,
+ -0.0311737060546875,
+ 0.044830322265625,
+ -0.011260986328125,
+ -0.0301666259765625,
+ -0.00809478759765625,
+ 0.003795623779296875,
+ -0.0169830322265625,
+ -0.060333251953125,
+ -0.04302978515625,
+ -0.00295257568359375,
+ 0.04241943359375,
+ -0.028350830078125,
+ 0.014373779296875,
+ -0.03497314453125,
+ -0.0305633544921875,
+ -0.03076171875,
+ -0.0126190185546875,
+ -0.03839111328125,
+ 0.003040313720703125,
+ -0.022125244140625,
+ 0.03558349609375,
+ -0.003467559814453125,
+ -0.0038967132568359375,
+ 0.06793212890625,
+ 0.0546875,
+ -0.021820068359375,
+ -0.015380859375,
+ -0.025238037109375,
+ -0.050262451171875,
+ 0.0311737060546875,
+ -0.0109100341796875,
+ 0.0141754150390625,
+ -0.028961181640625,
+ -0.01236724853515625,
+ 0.03839111328125,
+ -0.0615234375,
+ 0.0093994140625,
+ -0.011260986328125,
+ -0.035980224609375,
+ -0.0311737060546875,
+ -0.0162811279296875,
+ 0.0227203369140625,
+ 0.00479888916015625,
+ 0.06878662109375,
+ 0.005580902099609375,
+ -0.01377105712890625,
+ 0.003368377685546875,
+ -0.05670166015625,
+ 0.0643310546875,
+ -0.004497528076171875,
+ 0.0247344970703125,
+ -0.034576416015625,
+ 0.0001405477523803711,
+ 0.03558349609375,
+ 0.0018854141235351562,
+ -0.013671875,
+ -0.07440185546875,
+ -0.0144805908203125,
+ 0.02593994140625,
+ 0.02252197265625,
+ -0.0309600830078125,
+ 0.00849151611328125,
+ -0.034576416015625,
+ 0.0008606910705566406,
+ -0.0162811279296875,
+ 0.0233306884765625,
+ 0.0244293212890625,
+ 0.028961181640625,
+ -0.031982421875,
+ -0.00467681884765625,
+ -0.0030536651611328125,
+ -0.04583740234375,
+ -0.038604736328125,
+ -0.03741455078125,
+ 0.044647216796875,
+ 0.01708984375,
+ -0.0279541015625,
+ 0.0036449432373046875,
+ 0.01739501953125,
+ 0.01477813720703125,
+ -0.003078460693359375,
+ 0.038818359375,
+ -0.0214080810546875,
+ -0.0220184326171875,
+ -0.0279541015625,
+ 0.0261383056640625,
+ -0.012115478515625,
+ 0.004322052001953125,
+ -0.0244293212890625,
+ -0.0207061767578125,
+ 0.05389404296875,
+ -0.0063323974609375,
+ 0.033966064453125,
+ 0.031768798828125,
+ -0.06072998046875,
+ -0.08526611328125,
+ -0.0404052734375,
+ -0.026336669921875,
+ 0.019195556640625,
+ -0.021820068359375,
+ 0.03741455078125,
+ 0.00724029541015625,
+ 0.0006313323974609375,
+ -0.0972900390625,
+ 0.0699462890625,
+ -0.01100921630859375,
+ 0.032379150390625,
+ 0.00487518310546875,
+ -0.0138702392578125,
+ -0.040008544921875,
+ -0.053497314453125,
+ 0.0039215087890625,
+ 0.04583740234375,
+ 0.0029163360595703125,
+ 0.039825439453125,
+ 0.0141754150390625,
+ -0.00864410400390625,
+ 0.0116119384765625,
+ -0.01166534423828125,
+ 0.00859832763671875,
+ 0.04083251953125,
+ 0.0158843994140625,
+ -0.0295562744140625,
+ 0.042816162109375,
+ -0.03076171875,
+ 0.016387939453125,
+ -0.018096923828125,
+ 0.0199127197265625,
+ 0.0220184326171875,
+ -0.0023250579833984375,
+ -0.0144805908203125,
+ -0.0076904296875,
+ 0.024627685546875,
+ 0.002399444580078125,
+ -0.03076171875,
+ 0.02423095703125,
+ -0.0295562744140625,
+ 0.037200927734375,
+ 0.0206146240234375,
+ -0.046844482421875,
+ 0.0030040740966796875,
+ 0.03558349609375,
+ 0.02874755859375,
+ -0.0123138427734375,
+ -0.0643310546875,
+ -0.0860595703125,
+ -0.0016460418701171875,
+ -0.04766845703125,
+ -0.05126953125,
+ 0.01377105712890625,
+ 0.025634765625,
+ 0.001407623291015625,
+ -0.0347900390625,
+ 0.018798828125,
+ -0.007038116455078125,
+ -0.0244293212890625,
+ -0.01849365234375,
+ 0.01377105712890625,
+ -0.0148773193359375,
+ 0.038604736328125,
+ 0.0013885498046875,
+ -0.054290771484375,
+ 0.04241943359375,
+ -0.02191162109375,
+ 0.0162811279296875,
+ -0.0214080810546875,
+ -0.0148773193359375,
+ -0.0214080810546875,
+ 0.033966064453125,
+ -0.068359375,
+ -0.01166534423828125,
+ 0.051483154296875,
+ 0.0196075439453125,
+ 0.026947021484375,
+ -0.0257415771484375,
+ 0.042633056640625,
+ -0.0172882080078125,
+ -0.0699462890625,
+ 0.0095977783203125,
+ 0.0036945343017578125,
+ -0.008392333984375,
+ -0.0011377334594726562,
+ 0.0021495819091796875,
+ -0.021209716796875,
+ 0.012664794921875,
+ 0.0233306884765625,
+ 0.0148773193359375,
+ 0.027740478515625,
+ -0.023223876953125,
+ -0.0305633544921875,
+ -0.004123687744140625,
+ 0.010406494140625,
+ 0.004047393798828125,
+ 0.01326751708984375,
+ 0.0189971923828125,
+ -0.0002199411392211914,
+ 0.0231170654296875,
+ -0.014373779296875,
+ -0.0546875,
+ 0.0009489059448242188,
+ -0.0206146240234375,
+ -0.05950927734375,
+ -0.01678466796875,
+ 0.09210205078125,
+ 0.015380859375,
+ 0.0265350341796875,
+ 0.00708770751953125,
+ 0.083251953125,
+ 0.0134735107421875,
+ 0.0175933837890625,
+ 0.001708984375,
+ -0.06396484375,
+ 0.0006346702575683594,
+ 0.03759765625,
+ 0.015380859375,
+ -0.06756591796875,
+ 0.0279541015625,
+ 0.046844482421875,
+ 0.004222869873046875,
+ -0.0248260498046875,
+ 0.007038116455078125,
+ -0.0182037353515625,
+ 0.042816162109375,
+ 0.019805908203125,
+ 0.02874755859375,
+ -0.060333251953125,
+ 0.01236724853515625,
+ 0.026336669921875,
+ -0.0109100341796875,
+ -0.00580596923828125,
+ -0.02423095703125,
+ 0.004573822021484375,
+ 0.050872802734375,
+ -0.067138671875,
+ 0.005680084228515625,
+ -0.0106048583984375,
+ 0.068359375,
+ -0.004924774169921875,
+ -0.035797119140625,
+ -0.0281524658203125,
+ 0.05792236328125,
+ 0.0216217041015625,
+ -0.04425048828125,
+ -0.009246826171875,
+ 0.022125244140625,
+ -0.00110626220703125,
+ 0.0305633544921875,
+ 0.04925537109375,
+ -0.0087432861328125,
+ 0.0211181640625,
+ 0.033966064453125,
+ -0.05670166015625,
+ 0.01739501953125,
+ -0.01497650146484375,
+ 0.0220184326171875,
+ -0.006435394287109375,
+ -0.03338623046875,
+ -0.033966064453125,
+ -0.06396484375,
+ 0.037811279296875,
+ 0.006008148193359375,
+ 0.0033931732177734375,
+ 0.03155517578125,
+ -0.01201629638671875,
+ -0.002513885498046875,
+ 0.03839111328125,
+ 0.004299163818359375,
+ 0.0134735107421875,
+ 0.004573822021484375,
+ 0.05267333984375,
+ -0.00864410400390625,
+ -0.0050506591796875,
+ 0.033966064453125,
+ -0.03558349609375,
+ 0.0193023681640625,
+ -0.036407470703125,
+ -0.007389068603515625,
+ -0.042236328125,
+ 0.01221466064453125,
+ 0.002826690673828125,
+ -0.042816162109375,
+ 0.014678955078125,
+ -0.0341796875,
+ 0.023834228515625,
+ -0.02734375,
+ -0.055908203125,
+ 0.0179901123046875,
+ 0.033782958984375,
+ -0.0279541015625,
+ 0.0161895751953125,
+ 0.0200042724609375,
+ -0.0305633544921875,
+ 0.01025390625,
+ -0.0667724609375,
+ 0.061126708984375,
+ 0.0546875,
+ -0.0011749267578125,
+ -0.0128173828125,
+ 0.04241943359375,
+ 0.031982421875,
+ 0.035980224609375,
+ 0.0233306884765625,
+ 0.0189056396484375,
+ -0.0214080810546875,
+ 0.049468994140625,
+ 0.05267333984375,
+ -0.018096923828125,
+ -0.044830322265625,
+ 0.02362060546875,
+ 0.0189971923828125,
+ -0.03961181640625,
+ 0.024322509765625,
+ 0.01141357421875,
+ 0.00008362531661987305,
+ -0.00324249267578125,
+ 0.02191162109375,
+ -0.00864410400390625,
+ -0.031768798828125,
+ 0.02874755859375,
+ -0.0111083984375,
+ 0.00615692138671875,
+ 0.035797119140625,
+ -0.053070068359375,
+ 0.050872802734375,
+ 0.00565338134765625,
+ 0.05108642578125,
+ -0.0313720703125,
+ 0.02874755859375,
+ -0.018402099609375,
+ -0.00231170654296875,
+ -0.041015625,
+ -0.004047393798828125,
+ 0.0116119384765625,
+ 0.021514892578125,
+ -0.00417327880859375,
+ 0.061126708984375,
+ 0.01457977294921875,
+ -0.0347900390625,
+ -0.0804443359375,
+ -0.0285491943359375,
+ -0.03155517578125,
+ -0.0002810955047607422,
+ 0.03497314453125,
+ -0.055084228515625,
+ -0.0134735107421875,
+ 0.002613067626953125,
+ 0.0199127197265625,
+ 0.06756591796875,
+ -0.0119171142578125,
+ 0.0261383056640625,
+ 0.03497314453125,
+ -0.0251312255859375,
+ -0.0261383056640625,
+ -0.0087432861328125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "live-acquisition",
+ "target-disk-mode",
+ "hardware-connection",
+ "write-blocker-required",
+ "firmware-limitation",
+ "password-dependent",
+ "scenario:disk_imaging"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_iLEAPP",
+ "type": "tool",
+ "name": "iLEAPP",
+ "content": "ileapp ios logs, events, and plists parser extrahiert forensische schätze aus iphone-backups und physischen dumps. über 350 artefakt-parser dekodieren ios-geheimnisse: gelöschte imessages, safari-history, screen-time-daten, airdrop-transfers. die knowledgec-analyse rekonstruiert app-nutzungsmuster minutengenau. besonders mächtig: parsing von unified logs für system-events, health-daten-extraktion, significant-locations mit karten-visualisierung. die html-reports sind durchsuchbar und gerichtsfest aufbereitet. neue features: ios 17 support, live-photos-metadaten, apple-pay-transaktionen. die ständigen updates halten mit apples verschleierungstaktiken schritt. powerlog-parser zeigt batterie-events für aktivitätsanalyse. die modulare architektur erlaubt custom-parser für proprietäre apps. cross-referenzierung mit macos-artefakten über continuity. ein muss für jeden ios-forensiker. cli mobile-app-data artifact-parser timeline html-export deleted-file-recovery knowledgec-parser unified-logs health-data screen-time imessage-recovery ios-forensics incident-response static-investigations mobile-forensics fraud-investigation examination analysis",
+ "embedding": [
+ -0.024200439453125,
+ 0.055511474609375,
+ 0.057281494140625,
+ 0.010498046875,
+ 0.0311431884765625,
+ 0.03521728515625,
+ -0.0161895751953125,
+ -0.0024127960205078125,
+ -0.00653839111328125,
+ -0.00862884521484375,
+ -0.032012939453125,
+ 0.05657958984375,
+ 0.0034923553466796875,
+ -0.0063629150390625,
+ -0.08648681640625,
+ 0.032562255859375,
+ -0.00818634033203125,
+ 0.0224151611328125,
+ 0.006938934326171875,
+ -0.01458740234375,
+ -0.024383544921875,
+ -0.0177001953125,
+ -0.03948974609375,
+ -0.004047393798828125,
+ 0.0121002197265625,
+ 0.02740478515625,
+ -0.015655517578125,
+ -0.06048583984375,
+ -0.004291534423828125,
+ 0.01245880126953125,
+ 0.00804901123046875,
+ -0.01432037353515625,
+ -0.0011510848999023438,
+ 0.00858306884765625,
+ 0.007160186767578125,
+ -0.0307769775390625,
+ 0.0252685546875,
+ -0.0279388427734375,
+ -0.01458740234375,
+ 0.0416259765625,
+ -0.00960540771484375,
+ 0.026153564453125,
+ 0.0157470703125,
+ 0.005828857421875,
+ -0.0338134765625,
+ -0.0338134765625,
+ 0.00858306884765625,
+ -0.00836181640625,
+ 0.016815185546875,
+ -0.0268707275390625,
+ 0.01983642578125,
+ 0.0238494873046875,
+ 0.01174163818359375,
+ 0.0007619857788085938,
+ -0.02294921875,
+ 0.02081298828125,
+ 0.0204620361328125,
+ -0.032745361328125,
+ -0.05230712890625,
+ 0.046966552734375,
+ -0.058013916015625,
+ -0.0245513916015625,
+ 0.0084991455078125,
+ -0.0225982666015625,
+ 0.019134521484375,
+ 0.0279388427734375,
+ -0.0265045166015625,
+ -0.0195770263671875,
+ 0.0121917724609375,
+ 0.01183319091796875,
+ -0.017608642578125,
+ -0.024383544921875,
+ -0.033447265625,
+ 0.06976318359375,
+ -0.007251739501953125,
+ -0.067626953125,
+ 0.00653839111328125,
+ 0.01129913330078125,
+ -0.00707244873046875,
+ -0.0181427001953125,
+ -0.05657958984375,
+ -0.019927978515625,
+ 0.036285400390625,
+ -0.0184173583984375,
+ -0.041290283203125,
+ 0.01538848876953125,
+ 0.0196685791015625,
+ 0.010009765625,
+ 0.0007395744323730469,
+ 0.005161285400390625,
+ 0.03521728515625,
+ -0.02099609375,
+ -0.0067596435546875,
+ 0.006183624267578125,
+ 0.034515380859375,
+ 0.06085205078125,
+ 0.0013513565063476562,
+ 0.01027679443359375,
+ -0.047332763671875,
+ 0.0265045166015625,
+ 0.0213470458984375,
+ -0.02081298828125,
+ 0.07720947265625,
+ -0.01120758056640625,
+ 0.01125335693359375,
+ -0.01290130615234375,
+ 0.01183319091796875,
+ -0.018768310546875,
+ -0.03521728515625,
+ -0.006893157958984375,
+ -0.1209716796875,
+ -0.0443115234375,
+ -0.010009765625,
+ -0.06121826171875,
+ -0.007160186767578125,
+ -0.024200439453125,
+ 0.006137847900390625,
+ 0.05621337890625,
+ -0.051605224609375,
+ -0.043426513671875,
+ 0.0307769775390625,
+ -0.00814056396484375,
+ -0.024200439453125,
+ -0.0024127960205078125,
+ -0.043426513671875,
+ -0.047332763671875,
+ 0.00933837890625,
+ 0.034515380859375,
+ -0.050537109375,
+ -0.0175323486328125,
+ -0.01299285888671875,
+ -0.0300750732421875,
+ 0.0038700103759765625,
+ -0.0298919677734375,
+ -0.01806640625,
+ -0.03363037109375,
+ 0.040740966796875,
+ 0.0037364959716796875,
+ -0.01280975341796875,
+ 0.0193939208984375,
+ -0.0067596435546875,
+ -0.02178955078125,
+ -0.053741455078125,
+ -0.0163726806640625,
+ -0.03326416015625,
+ -0.02001953125,
+ -0.0311431884765625,
+ 0.043060302734375,
+ -0.0318603515625,
+ 0.004894256591796875,
+ -0.026153564453125,
+ 0.041290283203125,
+ 0.0357666015625,
+ -0.00853729248046875,
+ 0.034515380859375,
+ -0.0458984375,
+ 0.02545166015625,
+ -0.010894775390625,
+ 0.02215576171875,
+ -0.019744873046875,
+ -0.001689910888671875,
+ 0.003047943115234375,
+ -0.006450653076171875,
+ 0.0057373046875,
+ -0.01081085205078125,
+ -0.035064697265625,
+ -0.0193939208984375,
+ 0.035400390625,
+ 0.01432037353515625,
+ -0.00658416748046875,
+ 0.0029811859130859375,
+ -0.032562255859375,
+ 0.06085205078125,
+ 0.0672607421875,
+ -0.0227813720703125,
+ 0.020904541015625,
+ -0.0036468505859375,
+ -0.012725830078125,
+ 0.02313232421875,
+ 0.053009033203125,
+ 0.00872039794921875,
+ 0.00765228271484375,
+ 0.032928466796875,
+ 0.00043654441833496094,
+ 0.02740478515625,
+ 0.00760650634765625,
+ -0.036468505859375,
+ 0.00247955322265625,
+ -0.01593017578125,
+ 0.0277557373046875,
+ -0.032196044921875,
+ -0.0396728515625,
+ -0.0195770263671875,
+ 0.040557861328125,
+ -0.0006728172302246094,
+ 0.051605224609375,
+ 0.057647705078125,
+ -0.00960540771484375,
+ 0.032012939453125,
+ 0.008270263671875,
+ 0.03948974609375,
+ 0.033447265625,
+ -0.01085662841796875,
+ 0.046630859375,
+ 0.02001953125,
+ 0.014678955078125,
+ -0.010101318359375,
+ 0.041290283203125,
+ 0.0022792816162109375,
+ 0.0011844635009765625,
+ -0.00960540771484375,
+ 0.0443115234375,
+ -0.00502777099609375,
+ -0.0167236328125,
+ -0.0238494873046875,
+ -0.040740966796875,
+ 0.0182342529296875,
+ -0.0419921875,
+ -0.0034923553466796875,
+ 0.01290130615234375,
+ -0.0057830810546875,
+ -0.055511474609375,
+ 0.0036029815673828125,
+ 0.0268707275390625,
+ -0.0021457672119140625,
+ 0.050537109375,
+ 0.00711822509765625,
+ -0.00858306884765625,
+ -0.030426025390625,
+ 0.0377197265625,
+ 0.0245513916015625,
+ 0.028289794921875,
+ -0.003292083740234375,
+ 0.00498199462890625,
+ -0.01018524169921875,
+ -0.01263427734375,
+ 0.059783935546875,
+ 0.0202789306640625,
+ 0.035064697265625,
+ 0.007293701171875,
+ -0.0462646484375,
+ 0.0311431884765625,
+ -0.024017333984375,
+ 0.032928466796875,
+ 0.0509033203125,
+ -0.0290069580078125,
+ -0.0098724365234375,
+ 0.008270263671875,
+ 0.0252685546875,
+ 0.057647705078125,
+ -0.051239013671875,
+ -0.01334381103515625,
+ -0.06939697265625,
+ 0.0099639892578125,
+ -0.036285400390625,
+ -0.016998291015625,
+ -0.0225982666015625,
+ -0.034149169921875,
+ 0.06689453125,
+ -0.03948974609375,
+ -0.004558563232421875,
+ -0.0207366943359375,
+ 0.0021457672119140625,
+ -0.011566162109375,
+ 0.0252685546875,
+ -0.0084075927734375,
+ -0.0298919677734375,
+ -0.0120086669921875,
+ 0.063720703125,
+ -0.0194854736328125,
+ 0.01062774658203125,
+ -0.01361083984375,
+ 0.011077880859375,
+ -0.0311431884765625,
+ 0.030609130859375,
+ -0.049468994140625,
+ -0.0020580291748046875,
+ 0.02508544921875,
+ 0.028472900390625,
+ 0.00420379638671875,
+ -0.0160064697265625,
+ 0.005161285400390625,
+ -0.0462646484375,
+ -0.0008063316345214844,
+ -0.03753662109375,
+ 0.004894256591796875,
+ -0.004268646240234375,
+ 0.0032024383544921875,
+ 0.007472991943359375,
+ -0.0419921875,
+ -0.005672454833984375,
+ 0.0238494873046875,
+ -0.00920867919921875,
+ -0.0279388427734375,
+ -0.0032482147216796875,
+ -0.038787841796875,
+ 0.01690673828125,
+ 0.0258026123046875,
+ 0.00211334228515625,
+ 0.0380859375,
+ 0.053375244140625,
+ -0.0174407958984375,
+ -0.0194854736328125,
+ 0.0177001953125,
+ 0.01334381103515625,
+ -0.039154052734375,
+ -0.0256195068359375,
+ -0.032562255859375,
+ 0.0259857177734375,
+ -0.047698974609375,
+ -0.004070281982421875,
+ 0.0238494873046875,
+ -0.03167724609375,
+ 0.0153045654296875,
+ 0.0006284713745117188,
+ -0.0152130126953125,
+ -0.0509033203125,
+ -0.057647705078125,
+ 0.0140533447265625,
+ -0.021881103515625,
+ -0.0245513916015625,
+ -0.01343536376953125,
+ 0.031494140625,
+ 0.01450347900390625,
+ 0.00658416748046875,
+ -0.01023101806640625,
+ 0.00711822509765625,
+ -0.049102783203125,
+ 0.0161895751953125,
+ -0.0286407470703125,
+ 0.005069732666015625,
+ -0.0213470458984375,
+ 0.0298919677734375,
+ 0.0423583984375,
+ 0.01983642578125,
+ 0.0286407470703125,
+ 0.045196533203125,
+ -0.0192108154296875,
+ 0.00498199462890625,
+ 0.020111083984375,
+ 0.000911712646484375,
+ -0.0130767822265625,
+ 0.0014677047729492188,
+ -0.0266876220703125,
+ -0.024017333984375,
+ -0.01023101806640625,
+ -0.01085662841796875,
+ 0.02508544921875,
+ 0.0275726318359375,
+ 0.024200439453125,
+ 0.04180908203125,
+ -0.016815185546875,
+ 0.0142364501953125,
+ 0.054443359375,
+ -0.000911712646484375,
+ 0.10888671875,
+ -0.0247344970703125,
+ -0.041290283203125,
+ -0.0009341239929199219,
+ 0.024017333984375,
+ -0.0247344970703125,
+ -0.005092620849609375,
+ 0.039337158203125,
+ 0.01236724853515625,
+ 0.0268707275390625,
+ 0.020904541015625,
+ 0.007694244384765625,
+ 0.02099609375,
+ -0.01485443115234375,
+ -0.010009765625,
+ 0.0047607421875,
+ -0.01557159423828125,
+ 0.0212554931640625,
+ 0.0377197265625,
+ 0.0170745849609375,
+ 0.00019598007202148438,
+ 0.0458984375,
+ -0.0423583984375,
+ -0.02508544921875,
+ -0.026336669921875,
+ -0.06475830078125,
+ 0.0173492431640625,
+ 0.0152130126953125,
+ 0.0249176025390625,
+ 0.09075927734375,
+ -0.010101318359375,
+ -0.058013916015625,
+ 0.02508544921875,
+ -0.04876708984375,
+ 0.06549072265625,
+ 0.053375244140625,
+ -0.01081085205078125,
+ 0.030426025390625,
+ -0.01290130615234375,
+ 0.003936767578125,
+ 0.013519287109375,
+ 0.013702392578125,
+ 0.035064697265625,
+ 0.0338134765625,
+ 0.009521484375,
+ 0.008453369140625,
+ -0.0297088623046875,
+ 0.007293701171875,
+ 0.0291748046875,
+ 0.00502777099609375,
+ -0.0214385986328125,
+ 0.01236724853515625,
+ 0.032928466796875,
+ 0.0309600830078125,
+ -0.010986328125,
+ 0.05908203125,
+ 0.0233154296875,
+ 0.01139068603515625,
+ -0.00551605224609375,
+ 0.0025806427001953125,
+ 0.010498046875,
+ -0.03753662109375,
+ 0.01334381103515625,
+ -0.004802703857421875,
+ 0.00925445556640625,
+ 0.0214385986328125,
+ 0.0174407958984375,
+ -0.07330322265625,
+ 0.006496429443359375,
+ 0.0462646484375,
+ -0.0587158203125,
+ 0.01343536376953125,
+ 0.040740966796875,
+ -0.038604736328125,
+ 0.0052947998046875,
+ -0.0259857177734375,
+ -0.040740966796875,
+ 0.0462646484375,
+ -0.0100555419921875,
+ -0.047698974609375,
+ 0.0279388427734375,
+ 0.0290069580078125,
+ -0.0626220703125,
+ -0.044830322265625,
+ -0.043426513671875,
+ -0.00974273681640625,
+ -0.01334381103515625,
+ -0.030242919921875,
+ 0.0361328125,
+ -0.00707244873046875,
+ -0.01227569580078125,
+ 0.036834716796875,
+ 0.049102783203125,
+ -0.004650115966796875,
+ -0.042877197265625,
+ 0.0357666015625,
+ -0.0215301513671875,
+ -0.0400390625,
+ 0.044647216796875,
+ 0.0236663818359375,
+ 0.0288238525390625,
+ -0.044647216796875,
+ -0.01071929931640625,
+ 0.02117919921875,
+ -0.0186767578125,
+ 0.007694244384765625,
+ 0.0015010833740234375,
+ -0.0307769775390625,
+ -0.07293701171875,
+ -0.046630859375,
+ 0.06939697265625,
+ -0.0003058910369873047,
+ 0.030242919921875,
+ -0.032745361328125,
+ -0.0277557373046875,
+ 0.030242919921875,
+ -0.06121826171875,
+ -0.016998291015625,
+ -0.007694244384765625,
+ -0.005916595458984375,
+ -0.0298919677734375,
+ 0.05230712890625,
+ -0.03326416015625,
+ 0.0034027099609375,
+ -0.01325225830078125,
+ 0.06439208984375,
+ 0.0175323486328125,
+ 0.0088958740234375,
+ -0.0458984375,
+ 0.03399658203125,
+ 0.0265045166015625,
+ -0.03167724609375,
+ -0.0131683349609375,
+ -0.020904541015625,
+ -0.0151214599609375,
+ 0.0311431884765625,
+ -0.03753662109375,
+ -0.0195770263671875,
+ 0.009033203125,
+ -0.049835205078125,
+ -0.029541015625,
+ 0.003002166748046875,
+ -0.0223236083984375,
+ -0.037200927734375,
+ 0.0205535888671875,
+ 0.0217132568359375,
+ 0.0019016265869140625,
+ 0.003780364990234375,
+ 0.01290130615234375,
+ 0.02313232421875,
+ 0.024383544921875,
+ -0.01503753662109375,
+ -0.03521728515625,
+ 0.02545166015625,
+ -0.0672607421875,
+ -0.0249176025390625,
+ -0.0045166015625,
+ 0.03594970703125,
+ -0.0175323486328125,
+ 0.012542724609375,
+ -0.0288238525390625,
+ -0.02081298828125,
+ 0.028472900390625,
+ -0.0277557373046875,
+ -0.0025348663330078125,
+ -0.010498046875,
+ -0.0120086669921875,
+ -0.0443115234375,
+ -0.018768310546875,
+ 0.005184173583984375,
+ 0.010406494140625,
+ -0.007472991943359375,
+ 0.0034465789794921875,
+ 0.0217132568359375,
+ -0.06298828125,
+ 0.016815185546875,
+ 0.0357666015625,
+ 0.0015125274658203125,
+ 0.02020263671875,
+ 0.0020122528076171875,
+ -0.00012093782424926758,
+ 0.011566162109375,
+ 0.01236724853515625,
+ -0.0272216796875,
+ -0.03948974609375,
+ -0.05908203125,
+ 0.0215301513671875,
+ -0.005184173583984375,
+ -0.01081085205078125,
+ -0.0063629150390625,
+ -0.049102783203125,
+ -0.07080078125,
+ 0.0010290145874023438,
+ 0.055511474609375,
+ 0.0213470458984375,
+ 0.0234832763671875,
+ -0.026336669921875,
+ -0.01227569580078125,
+ -0.0006561279296875,
+ -0.032196044921875,
+ 0.033447265625,
+ 0.01174163818359375,
+ 0.0256195068359375,
+ 0.008453369140625,
+ -0.03167724609375,
+ 0.02935791015625,
+ 0.01062774658203125,
+ 0.0141448974609375,
+ 0.0185089111328125,
+ 0.032196044921875,
+ -0.037017822265625,
+ 0.022247314453125,
+ -0.0298919677734375,
+ -0.0173492431640625,
+ 0.013519287109375,
+ -0.02020263671875,
+ 0.01076507568359375,
+ -0.040557861328125,
+ -0.0224151611328125,
+ 0.0018901824951171875,
+ 0.0010786056518554688,
+ 0.024017333984375,
+ -0.0213470458984375,
+ 0.0028133392333984375,
+ 0.0247344970703125,
+ 0.0084991455078125,
+ 0.058013916015625,
+ -0.0216217041015625,
+ -0.0249176025390625,
+ -0.00809478759765625,
+ 0.003780364990234375,
+ 0.045562744140625,
+ 0.047698974609375,
+ 0.01343536376953125,
+ -0.032562255859375,
+ 0.018768310546875,
+ 0.034332275390625,
+ -0.011474609375,
+ -0.047332763671875,
+ -0.00933837890625,
+ -0.004180908203125,
+ 0.0153045654296875,
+ 0.0423583984375,
+ 0.009918212890625,
+ 0.09075927734375,
+ 0.0011844635009765625,
+ 0.028472900390625,
+ 0.004604339599609375,
+ 0.057647705078125,
+ 0.0275726318359375,
+ -0.0170745849609375,
+ -0.03594970703125,
+ -0.0170745849609375,
+ -0.00933837890625,
+ -0.045196533203125,
+ -0.044830322265625,
+ 0.01245880126953125,
+ 0.04376220703125,
+ -0.07293701171875,
+ -0.0233154296875,
+ -0.0110321044921875,
+ 0.00804901123046875,
+ 0.024383544921875,
+ 0.00658416748046875,
+ -0.019927978515625,
+ 0.0338134765625,
+ 0.0458984375,
+ -0.0416259765625,
+ 0.026153564453125,
+ -0.0005588531494140625,
+ 0.0234832763671875,
+ 0.061553955078125,
+ 0.03399658203125,
+ -0.02197265625,
+ 0.00933837890625,
+ -0.0027027130126953125,
+ 0.03326416015625,
+ 0.01165771484375,
+ 0.040740966796875,
+ 0.0195770263671875,
+ 0.0018901824951171875,
+ 0.0633544921875,
+ 0.0396728515625,
+ -0.0268707275390625,
+ -0.006893157958984375,
+ 0.01013946533203125,
+ 0.0193939208984375,
+ 0.030609130859375,
+ 0.058349609375,
+ 0.00170135498046875,
+ -0.005069732666015625,
+ -0.0140533447265625,
+ -0.04412841796875,
+ 0.01548004150390625,
+ 0.01538848876953125,
+ 0.00907135009765625,
+ -0.04876708984375,
+ -0.030426025390625,
+ 0.0238494873046875,
+ -0.046966552734375,
+ 0.0226898193359375,
+ 0.00853729248046875,
+ -0.03558349609375,
+ -0.00738525390625,
+ 0.051605224609375,
+ -0.037353515625,
+ -0.06298828125,
+ -0.01129913330078125,
+ -0.0404052734375,
+ -0.006450653076171875,
+ -0.0164642333984375,
+ -0.04180908203125,
+ 0.049468994140625,
+ -0.0307769775390625,
+ -0.0443115234375,
+ -0.0279388427734375,
+ 0.034149169921875,
+ -0.0268707275390625,
+ -0.04217529296875,
+ -0.0131683349609375,
+ -0.01343536376953125,
+ 0.001190185546875,
+ -0.019744873046875,
+ -0.032012939453125,
+ -0.03167724609375,
+ 0.02508544921875,
+ -0.045562744140625,
+ -0.005695343017578125,
+ -0.024383544921875,
+ 0.00420379638671875,
+ -0.01485443115234375,
+ -0.0026912689208984375,
+ -0.0152130126953125,
+ 0.0215301513671875,
+ -0.038421630859375,
+ 0.022247314453125,
+ -0.00366973876953125,
+ 0.034698486328125,
+ 0.0256195068359375,
+ 0.0509033203125,
+ 0.012542724609375,
+ 0.0174407958984375,
+ -0.0213470458984375,
+ -0.037200927734375,
+ -0.004360198974609375,
+ 0.0157470703125,
+ 0.01557159423828125,
+ -0.05694580078125,
+ 0.000789642333984375,
+ 0.053741455078125,
+ -0.0882568359375,
+ 0.01361083984375,
+ 0.0120086669921875,
+ -0.005672454833984375,
+ -0.047332763671875,
+ -0.01018524169921875,
+ -0.0036029815673828125,
+ 0.01290130615234375,
+ 0.10107421875,
+ 0.004535675048828125,
+ -0.0141448974609375,
+ 0.0022792816162109375,
+ -0.0443115234375,
+ 0.047332763671875,
+ 0.0006003379821777344,
+ 0.036651611328125,
+ -0.05694580078125,
+ 0.03131103515625,
+ 0.0258026123046875,
+ -0.0286407470703125,
+ -0.010589599609375,
+ -0.07440185546875,
+ -0.00444793701171875,
+ 0.0110321044921875,
+ 0.0181427001953125,
+ 0.0004892349243164062,
+ 0.0174407958984375,
+ -0.0245513916015625,
+ -0.0258026123046875,
+ -0.006671905517578125,
+ 0.0054931640625,
+ 0.0036029815673828125,
+ -0.004871368408203125,
+ -0.0223236083984375,
+ 0.005580902099609375,
+ -0.01263427734375,
+ -0.0423583984375,
+ -0.053375244140625,
+ -0.016998291015625,
+ 0.0458984375,
+ 0.01174163818359375,
+ -0.0400390625,
+ 0.01557159423828125,
+ 0.02081298828125,
+ 0.024017333984375,
+ 0.006938934326171875,
+ 0.055511474609375,
+ -0.054443359375,
+ -0.03131103515625,
+ -0.012542724609375,
+ 0.04412841796875,
+ 0.017791748046875,
+ 0.0001417398452758789,
+ 0.0010623931884765625,
+ -0.0032253265380859375,
+ 0.0130767822265625,
+ -0.01593017578125,
+ 0.0548095703125,
+ 0.0540771484375,
+ -0.020904541015625,
+ -0.063720703125,
+ -0.038421630859375,
+ -0.01325225830078125,
+ 0.02935791015625,
+ -0.038604736328125,
+ 0.018951416015625,
+ 0.0084075927734375,
+ -0.01299285888671875,
+ -0.0975341796875,
+ 0.0548095703125,
+ -0.0089874267578125,
+ 0.0226898193359375,
+ 0.01548004150390625,
+ -0.0217132568359375,
+ -0.0587158203125,
+ -0.0443115234375,
+ -0.032745361328125,
+ 0.028106689453125,
+ -0.02313232421875,
+ 0.00867462158203125,
+ -0.016632080078125,
+ 0.0249176025390625,
+ -0.0023345947265625,
+ -0.004894256591796875,
+ 0.0022907257080078125,
+ 0.053375244140625,
+ 0.0286407470703125,
+ -0.034149169921875,
+ 0.032379150390625,
+ -0.0224151611328125,
+ -0.0032482147216796875,
+ -0.0084991455078125,
+ 0.01236724853515625,
+ -0.0012569427490234375,
+ -0.028289794921875,
+ -0.0291748046875,
+ -0.00760650634765625,
+ 0.0435791015625,
+ 0.042510986328125,
+ -0.053009033203125,
+ 0.01485443115234375,
+ -0.00170135498046875,
+ 0.0151214599609375,
+ -0.005603790283203125,
+ -0.0008449554443359375,
+ 0.001712799072265625,
+ 0.0121917724609375,
+ -0.01378631591796875,
+ -0.0170745849609375,
+ -0.059783935546875,
+ -0.07470703125,
+ 0.00286865234375,
+ -0.06829833984375,
+ -0.0279388427734375,
+ -0.004669189453125,
+ 0.0186767578125,
+ 0.019744873046875,
+ -0.01071929931640625,
+ 0.059783935546875,
+ -0.001590728759765625,
+ 0.005828857421875,
+ -0.0171661376953125,
+ 0.03167724609375,
+ -0.016632080078125,
+ 0.0259857177734375,
+ 0.024383544921875,
+ -0.03594970703125,
+ 0.0291748046875,
+ -0.02178955078125,
+ 0.005138397216796875,
+ -0.0275726318359375,
+ -0.00342559814453125,
+ -0.02294921875,
+ 0.0151214599609375,
+ -0.060150146484375,
+ -0.018951416015625,
+ 0.01183319091796875,
+ 0.03363037109375,
+ 0.005962371826171875,
+ -0.0275726318359375,
+ 0.028472900390625,
+ -0.0147705078125,
+ -0.0587158203125,
+ 0.00818634033203125,
+ -0.0162811279296875,
+ -0.019744873046875,
+ 0.0416259765625,
+ 0.00653839111328125,
+ 0.01236724853515625,
+ 0.02313232421875,
+ 0.032379150390625,
+ 0.0233154296875,
+ 0.05230712890625,
+ 0.004848480224609375,
+ -0.045196533203125,
+ -0.01165771484375,
+ -0.0204620361328125,
+ 0.0291748046875,
+ 0.041473388671875,
+ 0.0300750732421875,
+ -0.0015010833740234375,
+ 0.0167236328125,
+ 0.0095672607421875,
+ -0.0704345703125,
+ -0.0279388427734375,
+ -0.01299285888671875,
+ -0.04376220703125,
+ 0.02703857421875,
+ 0.055877685546875,
+ 0.0297088623046875,
+ -0.017608642578125,
+ 0.043243408203125,
+ 0.058349609375,
+ 0.022064208984375,
+ 0.02001953125,
+ -0.0079193115234375,
+ -0.057281494140625,
+ -0.02740478515625,
+ 0.00022661685943603516,
+ 0.002079010009765625,
+ -0.08221435546875,
+ 0.0548095703125,
+ 0.0711669921875,
+ -0.0207366943359375,
+ -0.013519287109375,
+ 0.0010232925415039062,
+ 0.0252685546875,
+ 0.03753662109375,
+ 0.02001953125,
+ 0.01538848876953125,
+ -0.04803466796875,
+ 0.011077880859375,
+ 0.036468505859375,
+ -0.00738525390625,
+ 0.0055389404296875,
+ -0.0167236328125,
+ -0.03326416015625,
+ 0.032928466796875,
+ -0.051605224609375,
+ 0.0011005401611328125,
+ 0.017608642578125,
+ 0.0509033203125,
+ 0.00502777099609375,
+ -0.0247344970703125,
+ -0.032745361328125,
+ 0.04217529296875,
+ 0.0131683349609375,
+ -0.01788330078125,
+ 0.0224151611328125,
+ 0.0249176025390625,
+ -0.032745361328125,
+ 0.0633544921875,
+ 0.063720703125,
+ 0.017608642578125,
+ 0.0247344970703125,
+ 0.0238494873046875,
+ -0.0758056640625,
+ 0.01538848876953125,
+ -0.00007194280624389648,
+ -0.0160980224609375,
+ -0.0105438232421875,
+ -0.0458984375,
+ -0.03558349609375,
+ -0.04876708984375,
+ 0.041290283203125,
+ -0.007251739501953125,
+ 0.035064697265625,
+ 0.018951416015625,
+ 0.0186767578125,
+ -0.012542724609375,
+ -0.007160186767578125,
+ 0.030609130859375,
+ 0.047698974609375,
+ -0.0073394775390625,
+ -0.0020351409912109375,
+ 0.0088043212890625,
+ 0.011077880859375,
+ 0.0423583984375,
+ -0.051971435546875,
+ 0.0279388427734375,
+ -0.01788330078125,
+ -0.020904541015625,
+ -0.053009033203125,
+ 0.009521484375,
+ 0.0234832763671875,
+ -0.0147705078125,
+ -0.0006451606750488281,
+ -0.0286407470703125,
+ 0.00199127197265625,
+ 0.007694244384765625,
+ -0.0194854736328125,
+ -0.0272216796875,
+ 0.0111236572265625,
+ -0.0290069580078125,
+ 0.024017333984375,
+ -0.0020008087158203125,
+ -0.0256195068359375,
+ 0.0121917724609375,
+ -0.058013916015625,
+ 0.09002685546875,
+ 0.0265045166015625,
+ 0.00502777099609375,
+ -0.0099639892578125,
+ 0.0245513916015625,
+ 0.0443115234375,
+ 0.02313232421875,
+ 0.0120086669921875,
+ 0.012542724609375,
+ -0.030426025390625,
+ 0.05657958984375,
+ 0.06439208984375,
+ -0.0010004043579101562,
+ -0.03985595703125,
+ 0.032379150390625,
+ -0.0036468505859375,
+ -0.049468994140625,
+ 0.046630859375,
+ 0.00702667236328125,
+ 0.015655517578125,
+ 0.011474609375,
+ 0.0028247833251953125,
+ -0.0045166015625,
+ -0.047332763671875,
+ 0.075439453125,
+ 0.0196685791015625,
+ -0.0111236572265625,
+ 0.01120758056640625,
+ -0.07080078125,
+ 0.053741455078125,
+ 0.006183624267578125,
+ 0.050537109375,
+ -0.042510986328125,
+ 0.06121826171875,
+ -0.01263427734375,
+ -0.0012454986572265625,
+ -0.01432037353515625,
+ 0.00658416748046875,
+ -0.005962371826171875,
+ 0.0277557373046875,
+ -0.0038928985595703125,
+ 0.0509033203125,
+ 0.0164642333984375,
+ 0.0167236328125,
+ -0.076171875,
+ 0.015838623046875,
+ 0.0016126632690429688,
+ -0.00609588623046875,
+ 0.016998291015625,
+ -0.0291748046875,
+ -0.01263427734375,
+ 0.019927978515625,
+ 0.01290130615234375,
+ 0.045562744140625,
+ -0.0256195068359375,
+ 0.03790283203125,
+ 0.00960540771484375,
+ -0.034515380859375,
+ 0.007518768310546875,
+ -0.004337310791015625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "mobile-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "mobile-app-data",
+ "artifact-parser",
+ "timeline",
+ "html-export",
+ "deleted-file-recovery",
+ "knowledgec-parser",
+ "unified-logs",
+ "health-data",
+ "screen-time",
+ "imessage-recovery",
+ "ios-forensics"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Zeek",
+ "type": "tool",
+ "name": "Zeek",
+ "content": "zeek protocol-analysis-framework dekodiert network-traffic in strukturierte logs für \n forensische timeline-reconstruction: connection-tracking, http-transactions, dns-queries, \n tls-handshakes. scripting-language erstellt custom-protocol-decoder und \n behavioral-anomaly-detection, file-analysis erkennt malware-transfers automatisch. \n cluster-deployment skaliert auf multi-10gbit-links mit load-balancing. nsm scripting network-forensics analysis",
+ "embedding": [
+ -0.033203125,
+ 0.0156402587890625,
+ 0.0440673828125,
+ -0.00760650634765625,
+ 0.041778564453125,
+ 0.027618408203125,
+ 0.0135498046875,
+ -0.01494598388671875,
+ -0.005767822265625,
+ -0.0123291015625,
+ -0.0230712890625,
+ 0.0286712646484375,
+ 0.00010651350021362305,
+ -0.021331787109375,
+ -0.06854248046875,
+ 0.04229736328125,
+ 0.0016613006591796875,
+ 0.007167816162109375,
+ 0.017913818359375,
+ 0.02587890625,
+ -0.0360107421875,
+ -0.021148681640625,
+ -0.0286712646484375,
+ 0.004238128662109375,
+ -0.0158233642578125,
+ -0.007038116455078125,
+ -0.01983642578125,
+ -0.08428955078125,
+ -0.002185821533203125,
+ 0.035491943359375,
+ -0.0006475448608398438,
+ -0.029022216796875,
+ -0.0003292560577392578,
+ -0.006687164306640625,
+ -0.0028629302978515625,
+ -0.0594482421875,
+ 0.01442718505859375,
+ -0.055938720703125,
+ -0.038116455078125,
+ 0.0465087890625,
+ -0.0283203125,
+ -0.0025463104248046875,
+ 0.006992340087890625,
+ -0.02850341796875,
+ -0.036376953125,
+ -0.0335693359375,
+ -0.021148681640625,
+ 0.00103759765625,
+ 0.0182647705078125,
+ -0.003452301025390625,
+ 0.031646728515625,
+ 0.0283203125,
+ 0.0027313232421875,
+ -0.016876220703125,
+ -0.06048583984375,
+ 0.00533294677734375,
+ 0.01555633544921875,
+ -0.0151214599609375,
+ -0.050689697265625,
+ 0.054534912109375,
+ -0.044769287109375,
+ -0.0151214599609375,
+ 0.01503753662109375,
+ -0.023956298828125,
+ 0.018798828125,
+ 0.02569580078125,
+ -0.023956298828125,
+ -0.0335693359375,
+ 0.0189666748046875,
+ -0.027618408203125,
+ 0.0293731689453125,
+ -0.01114654541015625,
+ -0.01206207275390625,
+ 0.034271240234375,
+ -0.0305938720703125,
+ -0.042999267578125,
+ -0.0031909942626953125,
+ 0.022735595703125,
+ 0.00756072998046875,
+ 0.006557464599609375,
+ -0.04022216796875,
+ 0.0170440673828125,
+ 0.046844482421875,
+ 0.0113677978515625,
+ -0.0165252685546875,
+ 0.00952911376953125,
+ 0.041595458984375,
+ -0.00913238525390625,
+ -0.0022068023681640625,
+ -0.007343292236328125,
+ 0.00861358642578125,
+ -0.00983428955078125,
+ 0.0184478759765625,
+ -0.0036487579345703125,
+ 0.040924072265625,
+ 0.0517578125,
+ -0.0272674560546875,
+ -0.018798828125,
+ 0.004261016845703125,
+ 0.02001953125,
+ 0.024658203125,
+ -0.02972412109375,
+ 0.05316162109375,
+ -0.0171356201171875,
+ 0.06536865234375,
+ -0.0323486328125,
+ -0.003780364990234375,
+ -0.01407623291015625,
+ 0.0236053466796875,
+ -0.0164337158203125,
+ -0.0723876953125,
+ -0.034088134765625,
+ -0.031280517578125,
+ -0.0692138671875,
+ -0.0236053466796875,
+ -0.0003604888916015625,
+ 0.0007920265197753906,
+ 0.0440673828125,
+ -0.05316162109375,
+ -0.038818359375,
+ 0.03094482421875,
+ 0.01398468017578125,
+ -0.00821685791015625,
+ 0.005397796630859375,
+ -0.072021484375,
+ -0.05279541015625,
+ 0.003910064697265625,
+ 0.01442718505859375,
+ -0.03863525390625,
+ 0.00563812255859375,
+ -0.001010894775390625,
+ -0.00882720947265625,
+ 0.000885009765625,
+ -0.0196685791015625,
+ 0.0204620361328125,
+ -0.029541015625,
+ 0.01433563232421875,
+ -0.0087432861328125,
+ -0.0184478759765625,
+ 0.00957489013671875,
+ 0.04931640625,
+ -0.0106201171875,
+ -0.0643310546875,
+ -0.009918212890625,
+ -0.027099609375,
+ -0.031280517578125,
+ -0.00008368492126464844,
+ 0.051055908203125,
+ -0.007213592529296875,
+ -0.00861358642578125,
+ -0.0018796920776367188,
+ 0.0221099853515625,
+ 0.0849609375,
+ 0.0151214599609375,
+ 0.031463623046875,
+ -0.055938720703125,
+ -0.0023708343505859375,
+ -0.0024261474609375,
+ 0.03338623046875,
+ -0.01494598388671875,
+ -0.01337432861328125,
+ 0.00690460205078125,
+ 0.006992340087890625,
+ 0.0097503662109375,
+ 0.00513458251953125,
+ -0.023773193359375,
+ -0.03375244140625,
+ 0.019927978515625,
+ 0.01459503173828125,
+ -0.00913238525390625,
+ 0.03460693359375,
+ -0.0113677978515625,
+ 0.03515625,
+ 0.08392333984375,
+ -0.00217437744140625,
+ 0.039337158203125,
+ -0.007213592529296875,
+ -0.002109527587890625,
+ 0.0216827392578125,
+ 0.03094482421875,
+ -0.009918212890625,
+ -0.0119781494140625,
+ 0.031280517578125,
+ -0.014862060546875,
+ 0.0222930908203125,
+ -0.005550384521484375,
+ -0.0203704833984375,
+ -0.02587890625,
+ -0.007343292236328125,
+ 0.03582763671875,
+ -0.0291900634765625,
+ -0.013458251953125,
+ -0.022735595703125,
+ 0.0262298583984375,
+ 0.04931640625,
+ 0.08319091796875,
+ 0.012939453125,
+ -0.01459503173828125,
+ 0.04510498046875,
+ -0.006862640380859375,
+ 0.01153564453125,
+ 0.0023708343505859375,
+ 0.0005984306335449219,
+ 0.02203369140625,
+ 0.01800537109375,
+ -0.014251708984375,
+ -0.00988006591796875,
+ 0.039154052734375,
+ 0.027099609375,
+ -0.006557464599609375,
+ -0.00432586669921875,
+ 0.05560302734375,
+ -0.01407623291015625,
+ -0.0196685791015625,
+ -0.0260467529296875,
+ -0.036712646484375,
+ 0.0139007568359375,
+ -0.0236053466796875,
+ 0.0018138885498046875,
+ 0.0113677978515625,
+ -0.0034313201904296875,
+ -0.03460693359375,
+ -0.0191497802734375,
+ 0.044403076171875,
+ -0.031463623046875,
+ 0.05279541015625,
+ 0.048614501953125,
+ -0.0234222412109375,
+ -0.0305938720703125,
+ 0.024658203125,
+ 0.0243072509765625,
+ 0.01416015625,
+ -0.0000016093254089355469,
+ 0.01119232177734375,
+ -0.01180267333984375,
+ -0.0243072509765625,
+ 0.048248291015625,
+ 0.04022216796875,
+ 0.0050048828125,
+ 0.01468658447265625,
+ -0.01009368896484375,
+ 0.0274505615234375,
+ 0.005046844482421875,
+ 0.037750244140625,
+ 0.0248260498046875,
+ -0.037078857421875,
+ 0.019317626953125,
+ -0.007167816162109375,
+ 0.006031036376953125,
+ 0.0675048828125,
+ -0.0538330078125,
+ -0.01049041748046875,
+ -0.0699462890625,
+ 0.016693115234375,
+ -0.0692138671875,
+ -0.04229736328125,
+ -0.036895751953125,
+ -0.055938720703125,
+ 0.02972412109375,
+ -0.006381988525390625,
+ -0.01983642578125,
+ -0.012847900390625,
+ 0.01739501953125,
+ 0.0131988525390625,
+ 0.040557861328125,
+ 0.00760650634765625,
+ -0.01206207275390625,
+ -0.0032787322998046875,
+ 0.10699462890625,
+ -0.006816864013671875,
+ -0.016082763671875,
+ -0.03759765625,
+ 0.021240234375,
+ -0.00598907470703125,
+ 0.0159149169921875,
+ -0.056640625,
+ 0.002033233642578125,
+ 0.035308837890625,
+ 0.0206298828125,
+ 0.031982421875,
+ -0.01922607421875,
+ 0.0135498046875,
+ -0.00856781005859375,
+ 0.045806884765625,
+ -0.048614501953125,
+ 0.0159149169921875,
+ 0.00629425048828125,
+ -0.0064697265625,
+ -0.0196685791015625,
+ -0.04547119140625,
+ 0.005222320556640625,
+ 0.033203125,
+ 0.025177001953125,
+ 0.0151214599609375,
+ 0.0163421630859375,
+ -0.0291900634765625,
+ 0.0119781494140625,
+ 0.0067291259765625,
+ 0.002109527587890625,
+ 0.026397705078125,
+ 0.06781005859375,
+ -0.032684326171875,
+ -0.0030155181884765625,
+ -0.0024585723876953125,
+ 0.0151214599609375,
+ -0.043365478515625,
+ -0.034271240234375,
+ -0.0222015380859375,
+ -0.01180267333984375,
+ -0.021240234375,
+ -0.0012569427490234375,
+ 0.01494598388671875,
+ -0.00177001953125,
+ 0.026580810546875,
+ -0.021759033203125,
+ 0.00012564659118652344,
+ -0.057342529296875,
+ -0.05908203125,
+ 0.003387451171875,
+ -0.01739501953125,
+ -0.04248046875,
+ -0.0035839080810546875,
+ 0.06085205078125,
+ 0.0005598068237304688,
+ 0.021331787109375,
+ -0.003322601318359375,
+ 0.00891876220703125,
+ -0.042999267578125,
+ 0.026397705078125,
+ -0.0185394287109375,
+ 0.0214996337890625,
+ -0.000023543834686279297,
+ 0.039337158203125,
+ 0.02850341796875,
+ 0.0102691650390625,
+ 0.0283203125,
+ 0.059783935546875,
+ 0.02325439453125,
+ -0.0279693603515625,
+ -0.006687164306640625,
+ 0.0011310577392578125,
+ -0.0022945404052734375,
+ 0.0151214599609375,
+ -0.00970458984375,
+ -0.0300750732421875,
+ -0.01302337646484375,
+ -0.00926971435546875,
+ 0.0208892822265625,
+ -0.0035190582275390625,
+ 0.022552490234375,
+ 0.0138092041015625,
+ -0.00983428955078125,
+ 0.012237548828125,
+ 0.06817626953125,
+ -0.0033435821533203125,
+ 0.09722900390625,
+ 0.0118865966796875,
+ -0.04931640625,
+ 0.0123291015625,
+ 0.034454345703125,
+ -0.039154052734375,
+ 0.0222015380859375,
+ 0.04754638671875,
+ 0.023956298828125,
+ 0.01206207275390625,
+ 0.01398468017578125,
+ -0.0234222412109375,
+ 0.038818359375,
+ -0.01267242431640625,
+ -0.0041961669921875,
+ 0.0027751922607421875,
+ 0.0234222412109375,
+ -0.0013113021850585938,
+ 0.053497314453125,
+ 0.022552490234375,
+ 0.00015914440155029297,
+ 0.04754638671875,
+ -0.031463623046875,
+ -0.0305938720703125,
+ -0.0489501953125,
+ -0.09442138671875,
+ -0.01363372802734375,
+ 0.041961669921875,
+ 0.01171112060546875,
+ 0.04547119140625,
+ -0.0335693359375,
+ -0.04229736328125,
+ 0.033050537109375,
+ -0.03338623046875,
+ 0.07763671875,
+ 0.050689697265625,
+ 0.034088134765625,
+ 0.03863525390625,
+ -0.023773193359375,
+ 0.0024261474609375,
+ 0.012237548828125,
+ 0.00917816162109375,
+ 0.0165252685546875,
+ 0.051055908203125,
+ 0.0158233642578125,
+ 0.0248260498046875,
+ -0.0243072509765625,
+ -0.00943756103515625,
+ 0.0396728515625,
+ 0.008087158203125,
+ -0.005725860595703125,
+ 0.018798828125,
+ 0.01555633544921875,
+ 0.0262298583984375,
+ -0.033050537109375,
+ 0.0440673828125,
+ 0.0274505615234375,
+ -0.0223846435546875,
+ 0.0255279541015625,
+ -0.0215911865234375,
+ 0.0260467529296875,
+ -0.058380126953125,
+ -0.0119781494140625,
+ 0.023956298828125,
+ 0.01617431640625,
+ 0.0360107421875,
+ 0.025177001953125,
+ -0.04107666015625,
+ -0.003955841064453125,
+ 0.022552490234375,
+ -0.0517578125,
+ 0.0020427703857421875,
+ 0.05035400390625,
+ -0.0090484619140625,
+ 0.0145111083984375,
+ -0.02447509765625,
+ -0.020721435546875,
+ 0.0164337158203125,
+ -0.051055908203125,
+ -0.0323486328125,
+ 0.0194091796875,
+ -0.0087432861328125,
+ -0.0347900390625,
+ -0.03515625,
+ -0.0283203125,
+ 0.0139007568359375,
+ 0.00290679931640625,
+ -0.027801513671875,
+ 0.0262298583984375,
+ -0.01861572265625,
+ 0.00882720947265625,
+ 0.0400390625,
+ 0.0300750732421875,
+ -0.0172271728515625,
+ -0.048248291015625,
+ 0.067138671875,
+ -0.01110076904296875,
+ -0.02569580078125,
+ 0.03515625,
+ 0.03460693359375,
+ 0.0234222412109375,
+ -0.0077362060546875,
+ -0.048248291015625,
+ -0.0017261505126953125,
+ -0.00439453125,
+ -0.0017480850219726562,
+ 0.0267486572265625,
+ -0.0570068359375,
+ -0.0123291015625,
+ -0.041961669921875,
+ 0.0204620361328125,
+ 0.0067291259765625,
+ 0.0182647705078125,
+ -0.00039887428283691406,
+ -0.059783935546875,
+ 0.01800537109375,
+ -0.07379150390625,
+ -0.0093536376953125,
+ -0.005855560302734375,
+ 0.01013946533203125,
+ 0.01009368896484375,
+ 0.051055908203125,
+ -0.02691650390625,
+ -0.0293731689453125,
+ -0.007167816162109375,
+ 0.0396728515625,
+ 0.01398468017578125,
+ -0.0221099853515625,
+ -0.04547119140625,
+ 0.03515625,
+ 0.0360107421875,
+ -0.04266357421875,
+ 0.0064697265625,
+ -0.0084381103515625,
+ 0.0012950897216796875,
+ 0.0288543701171875,
+ -0.053497314453125,
+ 0.01468658447265625,
+ 0.00447845458984375,
+ -0.048614501953125,
+ -0.033905029296875,
+ -0.026397705078125,
+ -0.02691650390625,
+ -0.04547119140625,
+ 0.01617431640625,
+ 0.0286712646484375,
+ 0.004108428955078125,
+ 0.04791259765625,
+ 0.0015411376953125,
+ -0.00482940673828125,
+ 0.0234222412109375,
+ 0.01459503173828125,
+ -0.0156402587890625,
+ 0.0300750732421875,
+ -0.03619384765625,
+ -0.032867431640625,
+ -0.01433563232421875,
+ 0.049652099609375,
+ -0.042999267578125,
+ 0.002239227294921875,
+ -0.0106201171875,
+ -0.0109710693359375,
+ 0.050689697265625,
+ -0.0396728515625,
+ -0.00046706199645996094,
+ -0.02850341796875,
+ -0.00290679931640625,
+ -0.050689697265625,
+ -0.047210693359375,
+ 0.007213592529296875,
+ 0.030242919921875,
+ -0.0006527900695800781,
+ -0.00356292724609375,
+ 0.04547119140625,
+ -0.036376953125,
+ 0.0181884765625,
+ 0.01983642578125,
+ -0.0300750732421875,
+ -0.0010547637939453125,
+ 0.0015516281127929688,
+ 0.00983428955078125,
+ -0.0105743408203125,
+ 0.033203125,
+ -0.0274505615234375,
+ -0.02972412109375,
+ -0.079345703125,
+ 0.023956298828125,
+ 0.0087890625,
+ -0.031463623046875,
+ -0.01119232177734375,
+ -0.045806884765625,
+ -0.04931640625,
+ -0.00861358642578125,
+ 0.055938720703125,
+ 0.017578125,
+ -0.00624847412109375,
+ -0.01084136962890625,
+ -0.011016845703125,
+ -0.00447845458984375,
+ -0.024658203125,
+ 0.035675048828125,
+ 0.0067291259765625,
+ -0.010711669921875,
+ -0.019500732421875,
+ -0.0465087890625,
+ 0.0027103424072265625,
+ 0.0243072509765625,
+ 0.0335693359375,
+ 0.007213592529296875,
+ 0.01678466796875,
+ -0.0223846435546875,
+ 0.029541015625,
+ -0.009613037109375,
+ -0.0230712890625,
+ 0.0026874542236328125,
+ -0.03253173828125,
+ 0.0105743408203125,
+ -0.036376953125,
+ -0.0124969482421875,
+ 0.029022216796875,
+ 0.00406646728515625,
+ 0.03094482421875,
+ -0.012847900390625,
+ 0.007694244384765625,
+ 0.027801513671875,
+ -0.0071258544921875,
+ 0.040557861328125,
+ -0.040740966796875,
+ -0.02203369140625,
+ 0.019317626953125,
+ -0.0124969482421875,
+ 0.031280517578125,
+ 0.040924072265625,
+ -0.00624847412109375,
+ -0.0087432861328125,
+ 0.01800537109375,
+ 0.048614501953125,
+ -0.019927978515625,
+ -0.04791259765625,
+ -0.055938720703125,
+ 0.0096588134765625,
+ 0.0222930908203125,
+ 0.050689697265625,
+ -0.01555633544921875,
+ 0.05035400390625,
+ 0.0236053466796875,
+ 0.01538848876953125,
+ 0.0119781494140625,
+ 0.064697265625,
+ 0.027618408203125,
+ 0.0055084228515625,
+ -0.05560302734375,
+ -0.0125885009765625,
+ 0.017578125,
+ -0.044769287109375,
+ -0.036895751953125,
+ -0.0188751220703125,
+ 0.054901123046875,
+ -0.064697265625,
+ -0.0017156600952148438,
+ -0.0243072509765625,
+ 0.003082275390625,
+ -0.005527496337890625,
+ 0.01114654541015625,
+ -0.0169525146484375,
+ 0.022735595703125,
+ 0.0028839111328125,
+ -0.051055908203125,
+ 0.017303466796875,
+ -0.01023101806640625,
+ 0.002590179443359375,
+ 0.01468658447265625,
+ 0.0176544189453125,
+ -0.01555633544921875,
+ 0.012939453125,
+ 0.01009368896484375,
+ 0.04510498046875,
+ 0.0229034423828125,
+ 0.0283203125,
+ 0.0234222412109375,
+ 0.02447509765625,
+ 0.050689697265625,
+ 0.042999267578125,
+ -0.01119232177734375,
+ -0.031982421875,
+ 0.01555633544921875,
+ 0.0716552734375,
+ 0.020538330078125,
+ 0.037933349609375,
+ 0.0119781494140625,
+ -0.0023593902587890625,
+ -0.0159912109375,
+ -0.051055908203125,
+ -0.0037364959716796875,
+ -0.0005135536193847656,
+ -0.0234222412109375,
+ -0.0335693359375,
+ -0.0288543701171875,
+ 0.016265869140625,
+ -0.0298919677734375,
+ 0.034454345703125,
+ 0.0165252685546875,
+ -0.0234222412109375,
+ -0.00695037841796875,
+ 0.039520263671875,
+ -0.0283203125,
+ -0.05908203125,
+ -0.01013946533203125,
+ -0.024658203125,
+ -0.0279693603515625,
+ -0.0222015380859375,
+ -0.0196685791015625,
+ 0.033905029296875,
+ -0.00891876220703125,
+ -0.0675048828125,
+ -0.031280517578125,
+ 0.019927978515625,
+ -0.0190582275390625,
+ -0.0347900390625,
+ -0.01678466796875,
+ 0.0087432861328125,
+ -0.0272674560546875,
+ -0.035308837890625,
+ -0.0594482421875,
+ -0.0113677978515625,
+ 0.00016796588897705078,
+ -0.055938720703125,
+ -0.010009765625,
+ 0.002841949462890625,
+ -0.0272674560546875,
+ -0.009918212890625,
+ -0.0267486572265625,
+ -0.0177459716796875,
+ 0.036895751953125,
+ -0.06573486328125,
+ 0.025177001953125,
+ 0.01407623291015625,
+ 0.022735595703125,
+ 0.013458251953125,
+ 0.043182373046875,
+ 0.00795745849609375,
+ 0.00926971435546875,
+ 0.0023822784423828125,
+ -0.06365966796875,
+ 0.004611968994140625,
+ 0.004238128662109375,
+ -0.00786590576171875,
+ -0.088134765625,
+ -0.01433563232421875,
+ 0.04248046875,
+ -0.0428466796875,
+ 0.0028629302978515625,
+ -0.000885009765625,
+ 0.003997802734375,
+ -0.03094482421875,
+ 0.031463623046875,
+ -0.00616455078125,
+ -0.0006117820739746094,
+ 0.06890869140625,
+ -0.0181884765625,
+ -0.004413604736328125,
+ 0.0262298583984375,
+ -0.05908203125,
+ 0.044769287109375,
+ 0.0131988525390625,
+ 0.00970458984375,
+ -0.0311126708984375,
+ 0.019317626953125,
+ 0.00437164306640625,
+ -0.027618408203125,
+ 0.012847900390625,
+ -0.0909423828125,
+ -0.027618408203125,
+ 0.0288543701171875,
+ 0.0147705078125,
+ -0.00616455078125,
+ -0.01206207275390625,
+ -0.054534912109375,
+ -0.027618408203125,
+ -0.00786590576171875,
+ 0.0311126708984375,
+ 0.01433563232421875,
+ -0.005596160888671875,
+ -0.048614501953125,
+ -0.01363372802734375,
+ -0.031982421875,
+ -0.047210693359375,
+ -0.03985595703125,
+ -0.037078857421875,
+ 0.044769287109375,
+ 0.01013946533203125,
+ -0.05316162109375,
+ 0.026580810546875,
+ 0.035308837890625,
+ 0.03460693359375,
+ 0.021759033203125,
+ 0.042144775390625,
+ -0.0307769775390625,
+ -0.0053558349609375,
+ 0.006862640380859375,
+ 0.0307769775390625,
+ 0.0125885009765625,
+ 0.008697509765625,
+ 0.0009560585021972656,
+ 0.00847625732421875,
+ 0.027099609375,
+ -0.044586181640625,
+ 0.033050537109375,
+ 0.029022216796875,
+ -0.0016717910766601562,
+ -0.062225341796875,
+ -0.0041961669921875,
+ -0.0253448486328125,
+ 0.054534912109375,
+ 0.0191497802734375,
+ 0.054534912109375,
+ 0.023956298828125,
+ -0.0113677978515625,
+ -0.09161376953125,
+ 0.03515625,
+ -0.01302337646484375,
+ 0.018798828125,
+ 0.01079559326171875,
+ -0.00948333740234375,
+ -0.048248291015625,
+ -0.03582763671875,
+ -0.0221099853515625,
+ 0.00598907470703125,
+ -0.032684326171875,
+ 0.04510498046875,
+ 0.0248260498046875,
+ -0.021148681640625,
+ 0.0086517333984375,
+ -0.00725555419921875,
+ -0.012939453125,
+ 0.05279541015625,
+ 0.012939453125,
+ -0.0288543701171875,
+ 0.0849609375,
+ -0.0267486572265625,
+ 0.02142333984375,
+ -0.0188751220703125,
+ 0.007648468017578125,
+ -0.0400390625,
+ 0.002513885498046875,
+ -0.03619384765625,
+ 0.0035839080810546875,
+ 0.052093505859375,
+ 0.0384521484375,
+ 0.0018358230590820312,
+ 0.0203704833984375,
+ -0.01800537109375,
+ 0.03216552734375,
+ 0.00922393798828125,
+ -0.002994537353515625,
+ 0.0230712890625,
+ -0.0093994140625,
+ -0.016876220703125,
+ -0.0210723876953125,
+ -0.054534912109375,
+ -0.06854248046875,
+ 0.01538848876953125,
+ -0.057342529296875,
+ -0.0131988525390625,
+ 0.0223846435546875,
+ 0.0267486572265625,
+ 0.01119232177734375,
+ -0.025177001953125,
+ 0.03741455078125,
+ -0.01529693603515625,
+ -0.02569580078125,
+ -0.027099609375,
+ 0.01337432861328125,
+ -0.00402069091796875,
+ 0.02203369140625,
+ 0.015472412109375,
+ -0.006557464599609375,
+ 0.007213592529296875,
+ 0.0034084320068359375,
+ -0.005596160888671875,
+ -0.00659942626953125,
+ 0.0132904052734375,
+ -0.0165252685546875,
+ 0.02001953125,
+ -0.0692138671875,
+ -0.0184478759765625,
+ 0.0281524658203125,
+ 0.036712646484375,
+ 0.004894256591796875,
+ 0.0025787353515625,
+ 0.04266357421875,
+ -0.0159149169921875,
+ -0.0828857421875,
+ 0.023773193359375,
+ -0.00817108154296875,
+ -0.0267486572265625,
+ 0.023956298828125,
+ -0.0281524658203125,
+ 0.0262298583984375,
+ 0.017486572265625,
+ 0.040374755859375,
+ 0.0288543701171875,
+ 0.047210693359375,
+ 0.02569580078125,
+ -0.0157318115234375,
+ -0.0178375244140625,
+ -0.018798828125,
+ 0.0267486572265625,
+ 0.0188751220703125,
+ 0.03741455078125,
+ 0.0185394287109375,
+ 0.0260467529296875,
+ -0.018096923828125,
+ -0.1063232421875,
+ -0.0025577545166015625,
+ -0.0138092041015625,
+ -0.058380126953125,
+ 0.004764556884765625,
+ 0.08599853515625,
+ 0.048248291015625,
+ 0.0017480850219726562,
+ 0.043182373046875,
+ 0.0274505615234375,
+ 0.035675048828125,
+ 0.0156402587890625,
+ -0.005420684814453125,
+ -0.08074951171875,
+ -0.015472412109375,
+ 0.0049591064453125,
+ 0.020721435546875,
+ -0.0570068359375,
+ 0.026580810546875,
+ 0.07550048828125,
+ -0.015472412109375,
+ -0.023773193359375,
+ 0.0020751953125,
+ -0.01079559326171875,
+ 0.044403076171875,
+ 0.017578125,
+ -0.0018033981323242188,
+ -0.06890869140625,
+ 0.01494598388671875,
+ 0.012847900390625,
+ -0.007213592529296875,
+ -0.007213592529296875,
+ -0.00795745849609375,
+ -0.02972412109375,
+ 0.038116455078125,
+ -0.05035400390625,
+ -0.00826263427734375,
+ 0.0183563232421875,
+ 0.0797119140625,
+ 0.0009179115295410156,
+ -0.0253448486328125,
+ -0.0157318115234375,
+ 0.038818359375,
+ 0.0124969482421875,
+ -0.01503753662109375,
+ 0.0189666748046875,
+ 0.006992340087890625,
+ 0.00847625732421875,
+ 0.006992340087890625,
+ 0.048614501953125,
+ -0.0109710693359375,
+ 0.057342529296875,
+ 0.0034084320068359375,
+ -0.055938720703125,
+ 0.017578125,
+ 0.01039886474609375,
+ -0.00725555419921875,
+ 0.01074981689453125,
+ -0.05279541015625,
+ -0.00922393798828125,
+ -0.056640625,
+ 0.0159149169921875,
+ 0.00799560546875,
+ 0.024658203125,
+ -0.0009946823120117188,
+ 0.0118865966796875,
+ 0.005420684814453125,
+ 0.036712646484375,
+ 0.0300750732421875,
+ 0.0253448486328125,
+ 0.05419921875,
+ 0.017578125,
+ 0.0305938720703125,
+ 0.0208892822265625,
+ -0.024658203125,
+ -0.0131988525390625,
+ 0.051055908203125,
+ -0.05035400390625,
+ 0.022735595703125,
+ -0.027618408203125,
+ 0.00799560546875,
+ 0.0071258544921875,
+ -0.01678466796875,
+ -0.01861572265625,
+ -0.0307769775390625,
+ 0.01416015625,
+ -0.03253173828125,
+ -0.036376953125,
+ -0.0025234222412109375,
+ 0.056640625,
+ -0.046142578125,
+ 0.02587890625,
+ 0.01110076904296875,
+ 0.0011749267578125,
+ 0.007343292236328125,
+ -0.04510498046875,
+ 0.0748291015625,
+ 0.040557861328125,
+ 0.0229034423828125,
+ -0.01407623291015625,
+ -0.002994537353515625,
+ 0.0311126708984375,
+ -0.02001953125,
+ 0.020111083984375,
+ 0.04248046875,
+ -0.0274505615234375,
+ 0.044219970703125,
+ 0.0230712890625,
+ -0.00046706199645996094,
+ -0.04791259765625,
+ 0.02691650390625,
+ 0.0171356201171875,
+ -0.04754638671875,
+ 0.0538330078125,
+ 0.01442718505859375,
+ 0.01311492919921875,
+ -0.021148681640625,
+ -0.01092529296875,
+ -0.007213592529296875,
+ -0.03515625,
+ 0.0119781494140625,
+ 0.01114654541015625,
+ -0.0194091796875,
+ 0.01468658447265625,
+ -0.06365966796875,
+ 0.043701171875,
+ 0.01110076904296875,
+ 0.06085205078125,
+ -0.05035400390625,
+ 0.036376953125,
+ -0.01494598388671875,
+ 0.00856781005859375,
+ -0.0372314453125,
+ 0.00957489013671875,
+ -0.005374908447265625,
+ 0.034088134765625,
+ -0.017486572265625,
+ 0.05560302734375,
+ 0.035308837890625,
+ 0.0221099853515625,
+ -0.06085205078125,
+ -0.00406646728515625,
+ -0.00321197509765625,
+ -0.0018243789672851562,
+ 0.0229034423828125,
+ -0.035491943359375,
+ -0.016265869140625,
+ 0.0570068359375,
+ 0.021148681640625,
+ 0.0723876953125,
+ -0.00624847412109375,
+ 0.0372314453125,
+ -0.01018524169921875,
+ -0.0087432861328125,
+ 0.0112762451171875,
+ -0.02325439453125
+ ],
+ "metadata": {
+ "domains": [
+ "network-forensics"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "nsm",
+ "scripting"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Thumbcache_Analyse",
+ "type": "tool",
+ "name": "Thumbcache Analyse",
+ "content": "thumbcache analyse thumbnail-extraktion aus %userprofile%\\appdata\\local\\microsoft\\windows\\ explorer\\thumbcache_*.db (vista+) für image-viewing-evidence. thumbnailcacheid-korrelation mit windows.edb systemindex_0a-tabelle für original-filename-recovery. thumbcache-größen: 32, 96, 256, 1024 pixel. xp: thumbs.db pro verzeichnis mit direkten dateinamen. netzwerk-shares erzeugen weiterhin thumbs.db-dateien auch unter win10. thumbnails bleiben nach original-file-deletion erhalten. thumbcache-analysis thumbnail-forensics image-viewing thumbnailcacheid windows-edb systemindex-correlation deleted-images csam-investigation content-awareness thumbs-db static-investigations fraud-investigation mobile-forensics examination analysis",
+ "embedding": [
+ -0.0266571044921875,
+ 0.02813720703125,
+ 0.02069091796875,
+ -0.0220794677734375,
+ 0.037078857421875,
+ 0.0382080078125,
+ 0.0199432373046875,
+ 0.0251617431640625,
+ 0.00652313232421875,
+ -0.043609619140625,
+ -0.050323486328125,
+ 0.01369476318359375,
+ -0.0178985595703125,
+ 0.0104827880859375,
+ -0.06671142578125,
+ 0.049957275390625,
+ -0.007175445556640625,
+ 0.0182647705078125,
+ 0.0343017578125,
+ -0.004520416259765625,
+ -0.0287017822265625,
+ 0.0208740234375,
+ -0.00749969482421875,
+ -0.0131378173828125,
+ 0.0232086181640625,
+ 0.00479888916015625,
+ -0.004985809326171875,
+ -0.05291748046875,
+ -0.020599365234375,
+ 0.0303802490234375,
+ 0.0236663818359375,
+ -0.0266571044921875,
+ 0.00811004638671875,
+ 0.051422119140625,
+ 0.02227783203125,
+ 0.01556396484375,
+ 0.008575439453125,
+ -0.055908203125,
+ -0.0303802490234375,
+ 0.0484619140625,
+ -0.0201263427734375,
+ -0.017059326171875,
+ -0.01546478271484375,
+ 0.01020050048828125,
+ -0.04248046875,
+ -0.049957275390625,
+ 0.00815582275390625,
+ -0.0037975311279296875,
+ 0.01043701171875,
+ -0.05291748046875,
+ 0.01276397705078125,
+ 0.01099395751953125,
+ -0.00899505615234375,
+ 0.004520416259765625,
+ -0.03802490234375,
+ 0.01141357421875,
+ 0.021331787109375,
+ -0.00833892822265625,
+ -0.0322265625,
+ 0.0272064208984375,
+ -0.06488037109375,
+ -0.0149078369140625,
+ -0.003726959228515625,
+ 0.0007104873657226562,
+ -0.00150299072265625,
+ -0.0014095306396484375,
+ -0.0198516845703125,
+ -0.026092529296875,
+ 0.006801605224609375,
+ 0.00997161865234375,
+ 0.00745391845703125,
+ -0.00820159912109375,
+ -0.0307464599609375,
+ 0.0244140625,
+ -0.006847381591796875,
+ -0.054779052734375,
+ 0.01258087158203125,
+ 0.013885498046875,
+ -0.01258087158203125,
+ 0.0105743408203125,
+ -0.051055908203125,
+ -0.0012521743774414062,
+ 0.08575439453125,
+ -0.02069091796875,
+ -0.036346435546875,
+ -0.0198516845703125,
+ 0.035797119140625,
+ 0.01192474365234375,
+ 0.017608642578125,
+ 0.00815582275390625,
+ 0.0307464599609375,
+ 0.006988525390625,
+ 0.0165863037109375,
+ -0.015838623046875,
+ 0.061126708984375,
+ 0.05853271484375,
+ -0.0031681060791015625,
+ 0.0011882781982421875,
+ 0.00174713134765625,
+ 0.04193115234375,
+ 0.0097808837890625,
+ -0.04620361328125,
+ 0.0421142578125,
+ -0.02301025390625,
+ 0.022918701171875,
+ -0.0097808837890625,
+ 0.02459716796875,
+ -0.02264404296875,
+ -0.0078277587890625,
+ -0.0228271484375,
+ -0.08050537109375,
+ -0.0307464599609375,
+ 0.0236663818359375,
+ -0.05999755859375,
+ -0.02301025390625,
+ -0.004940032958984375,
+ 0.0022125244140625,
+ 0.0232086181640625,
+ -0.0413818359375,
+ -0.0238494873046875,
+ 0.007549285888671875,
+ 0.004100799560546875,
+ 0.0240478515625,
+ -0.003658294677734375,
+ -0.029266357421875,
+ -0.0555419921875,
+ -0.003658294677734375,
+ 0.0157470703125,
+ -0.0322265625,
+ -0.026458740234375,
+ -0.01556396484375,
+ -0.005008697509765625,
+ -0.0095977783203125,
+ -0.0303802490234375,
+ -0.0220794677734375,
+ -0.036529541015625,
+ 0.044342041015625,
+ -0.012298583984375,
+ -0.002223968505859375,
+ -0.00005060434341430664,
+ 0.054412841796875,
+ -0.048828125,
+ -0.05853271484375,
+ 0.0008096694946289062,
+ -0.039703369140625,
+ -0.002132415771484375,
+ -0.0421142578125,
+ 0.05218505859375,
+ -0.0452880859375,
+ -0.0030059814453125,
+ -0.01910400390625,
+ 0.0235748291015625,
+ 0.01351165771484375,
+ 0.0039825439453125,
+ 0.0105743408203125,
+ -0.047515869140625,
+ -0.019195556640625,
+ -0.046417236328125,
+ 0.02227783203125,
+ 0.0199432373046875,
+ -0.016021728515625,
+ 0.0382080078125,
+ -0.00431060791015625,
+ 0.033905029296875,
+ 0.00218963623046875,
+ -0.04583740234375,
+ -0.033538818359375,
+ 0.03466796875,
+ 0.006103515625,
+ 0.00035953521728515625,
+ 0.0240478515625,
+ 0.01192474365234375,
+ 0.07489013671875,
+ 0.05181884765625,
+ 0.0218048095703125,
+ 0.0198516845703125,
+ 0.02777099609375,
+ -0.02459716796875,
+ 0.0266571044921875,
+ 0.0200347900390625,
+ -0.0030975341796875,
+ -0.0270233154296875,
+ 0.040252685546875,
+ -0.0088043212890625,
+ 0.01546478271484375,
+ -0.02105712890625,
+ 0.005542755126953125,
+ -0.00400543212890625,
+ -0.0217132568359375,
+ 0.0301971435546875,
+ -0.036529541015625,
+ -0.0491943359375,
+ -0.0016536712646484375,
+ 0.036895751953125,
+ 0.0146331787109375,
+ 0.0782470703125,
+ 0.004917144775390625,
+ 0.0162200927734375,
+ 0.051422119140625,
+ -0.003284454345703125,
+ 0.0168609619140625,
+ 0.022552490234375,
+ -0.0202178955078125,
+ 0.05889892578125,
+ 0.014068603515625,
+ -0.01528167724609375,
+ -0.0102996826171875,
+ 0.0290679931640625,
+ -0.0025043487548828125,
+ -0.0216217041015625,
+ -0.0102996826171875,
+ 0.043609619140625,
+ -0.0288848876953125,
+ -0.035400390625,
+ -0.037841796875,
+ -0.0389404296875,
+ 0.0034008026123046875,
+ -0.0038909912109375,
+ -0.035400390625,
+ 0.008575439453125,
+ -0.005962371826171875,
+ -0.032989501953125,
+ 0.032623291015625,
+ 0.01611328125,
+ -0.012115478515625,
+ 0.042877197265625,
+ 0.002597808837890625,
+ -0.016021728515625,
+ -0.017059326171875,
+ -0.002445220947265625,
+ 0.03167724609375,
+ -0.0025501251220703125,
+ -0.006755828857421875,
+ 0.0164947509765625,
+ 0.0096435546875,
+ -0.01519012451171875,
+ 0.061126708984375,
+ 0.021148681640625,
+ -0.0036106109619140625,
+ 0.0220794677734375,
+ -0.0238494873046875,
+ 0.03485107421875,
+ -0.01099395751953125,
+ 0.029815673828125,
+ 0.0180816650390625,
+ -0.022735595703125,
+ -0.0029582977294921875,
+ 0.00391387939453125,
+ 0.047149658203125,
+ 0.0287017822265625,
+ -0.04248046875,
+ -0.0199432373046875,
+ -0.09912109375,
+ -0.02264404296875,
+ -0.040435791015625,
+ -0.0322265625,
+ -0.022918701171875,
+ -0.058135986328125,
+ 0.029266357421875,
+ -0.02459716796875,
+ -0.061859130859375,
+ -0.0008387565612792969,
+ -0.003448486328125,
+ 0.007781982421875,
+ 0.03466796875,
+ 0.0232086181640625,
+ -0.004425048828125,
+ -0.0043792724609375,
+ 0.07080078125,
+ -0.0164031982421875,
+ -0.01178741455078125,
+ -0.006801605224609375,
+ 0.0180816650390625,
+ -0.019561767578125,
+ 0.0244140625,
+ 0.00749969482421875,
+ 0.006195068359375,
+ 0.036163330078125,
+ 0.020599365234375,
+ -0.00811004638671875,
+ -0.01537322998046875,
+ -0.01076507568359375,
+ -0.019378662109375,
+ 0.0104827880859375,
+ -0.0273895263671875,
+ -0.01556396484375,
+ -0.0012226104736328125,
+ 0.01276397705078125,
+ -0.01947021484375,
+ -0.031494140625,
+ -0.00843048095703125,
+ 0.029815673828125,
+ -0.01015472412109375,
+ -0.005496978759765625,
+ 0.033905029296875,
+ -0.033355712890625,
+ -0.00997161865234375,
+ -0.0234832763671875,
+ -0.0164031982421875,
+ 0.0350341796875,
+ 0.0633544921875,
+ -0.0287017822265625,
+ -0.0024585723876953125,
+ 0.0236663818359375,
+ 0.00820159912109375,
+ -0.0201263427734375,
+ -0.041015625,
+ -0.01416015625,
+ -0.044921875,
+ -0.040802001953125,
+ -0.029449462890625,
+ 0.019561767578125,
+ 0.0014324188232421875,
+ 0.0060577392578125,
+ -0.0106201171875,
+ -0.00007355213165283203,
+ -0.0253448486328125,
+ -0.057769775390625,
+ 0.0232086181640625,
+ -0.0216217041015625,
+ -0.03875732421875,
+ -0.033905029296875,
+ 0.033538818359375,
+ 0.00983428955078125,
+ 0.0238494873046875,
+ 0.0029354095458984375,
+ 0.0010137557983398438,
+ -0.0307464599609375,
+ -0.004680633544921875,
+ -0.025909423828125,
+ 0.019287109375,
+ -0.0060577392578125,
+ 0.044158935546875,
+ 0.026458740234375,
+ 0.01416015625,
+ 0.0168609619140625,
+ 0.0640869140625,
+ -0.004123687744140625,
+ -0.0017118453979492188,
+ 0.029632568359375,
+ 0.007640838623046875,
+ 0.005451202392578125,
+ -0.00656890869140625,
+ 0.007965087890625,
+ -0.021240234375,
+ -0.0249786376953125,
+ -0.040435791015625,
+ -0.015655517578125,
+ 0.0273895263671875,
+ 0.03857421875,
+ 0.0180816650390625,
+ -0.039886474609375,
+ 0.0035400390625,
+ 0.0753173828125,
+ -0.002841949462890625,
+ 0.0767822265625,
+ -0.036163330078125,
+ -0.040252685546875,
+ 0.021148681640625,
+ 0.03131103515625,
+ -0.0307464599609375,
+ -0.0249786376953125,
+ 0.041748046875,
+ -0.00838470458984375,
+ -0.006011962890625,
+ 0.032989501953125,
+ -0.0019330978393554688,
+ 0.0253448486328125,
+ -0.0035877227783203125,
+ -0.01183319091796875,
+ 0.0215301513671875,
+ -0.0270233154296875,
+ 0.027587890625,
+ 0.03411865234375,
+ 0.0014619827270507812,
+ -0.00568389892578125,
+ 0.04156494140625,
+ -0.01556396484375,
+ -0.01178741455078125,
+ -0.0255279541015625,
+ -0.05181884765625,
+ 0.0389404296875,
+ 0.0057525634765625,
+ -0.00899505615234375,
+ 0.048828125,
+ -0.005519866943359375,
+ -0.07489013671875,
+ 0.03875732421875,
+ -0.0484619140625,
+ 0.068603515625,
+ 0.060760498046875,
+ 0.0016889572143554688,
+ 0.0389404296875,
+ -0.0257110595703125,
+ 0.029998779296875,
+ 0.04156494140625,
+ 0.0215301513671875,
+ -0.006195068359375,
+ 0.002864837646484375,
+ 0.0224609375,
+ -0.01258087158203125,
+ -0.0491943359375,
+ 0.0285186767578125,
+ 0.020782470703125,
+ 0.0273895263671875,
+ -0.004657745361328125,
+ 0.036346435546875,
+ 0.01285552978515625,
+ 0.0025501251220703125,
+ -0.01519012451171875,
+ 0.043060302734375,
+ 0.037841796875,
+ -0.005893707275390625,
+ 0.015838623046875,
+ 0.0026912689208984375,
+ 0.006336212158203125,
+ -0.044342041015625,
+ 0.00992584228515625,
+ 0.0012292861938476562,
+ 0.01015472412109375,
+ 0.03448486328125,
+ 0.029449462890625,
+ -0.08123779296875,
+ 0.01220703125,
+ 0.060760498046875,
+ -0.053314208984375,
+ 0.032989501953125,
+ 0.0189208984375,
+ -0.04119873046875,
+ -0.0257110595703125,
+ -0.0233917236328125,
+ -0.057037353515625,
+ 0.0255279541015625,
+ -0.0255279541015625,
+ -0.036163330078125,
+ -0.0148162841796875,
+ 0.01537322998046875,
+ -0.0266571044921875,
+ -0.048095703125,
+ -0.0004456043243408203,
+ -0.017059326171875,
+ -0.01025390625,
+ -0.004215240478515625,
+ 0.026092529296875,
+ -0.01174163818359375,
+ 0.0031909942626953125,
+ 0.029266357421875,
+ 0.01611328125,
+ -0.0179901123046875,
+ -0.029266357421875,
+ 0.0257110595703125,
+ -0.0318603515625,
+ -0.05218505859375,
+ 0.0244140625,
+ 0.006427764892578125,
+ 0.00936126708984375,
+ -0.03802490234375,
+ -0.04547119140625,
+ -0.0025272369384765625,
+ -0.0255279541015625,
+ -0.0168609619140625,
+ 0.0343017578125,
+ -0.027587890625,
+ -0.049957275390625,
+ -0.041748046875,
+ 0.05291748046875,
+ -0.0026912689208984375,
+ 0.03857421875,
+ 0.01103973388671875,
+ -0.020965576171875,
+ 0.015655517578125,
+ -0.07904052734375,
+ -0.00997161865234375,
+ -0.00528717041015625,
+ -0.0014505386352539062,
+ -0.0234832763671875,
+ 0.082763671875,
+ -0.01006317138671875,
+ -0.0197601318359375,
+ -0.005451202392578125,
+ 0.053314208984375,
+ 0.006290435791015625,
+ 0.0018520355224609375,
+ -0.0022945404052734375,
+ 0.01360321044921875,
+ 0.026092529296875,
+ -0.0343017578125,
+ -0.01076507568359375,
+ -0.0085296630859375,
+ -0.0169525146484375,
+ 0.0322265625,
+ -0.041015625,
+ -0.00140380859375,
+ -0.0273895263671875,
+ -0.029815673828125,
+ -0.037261962890625,
+ -0.0413818359375,
+ -0.00736236572265625,
+ -0.046600341796875,
+ 0.01094818115234375,
+ 0.0311279296875,
+ -0.00519561767578125,
+ 0.0085296630859375,
+ 0.009552001953125,
+ -0.0038433074951171875,
+ 0.048095703125,
+ -0.004474639892578125,
+ -0.006381988525390625,
+ 0.021240234375,
+ -0.050689697265625,
+ -0.03802490234375,
+ -0.032989501953125,
+ 0.022369384765625,
+ -0.043792724609375,
+ 0.0040283203125,
+ 0.01187896728515625,
+ -0.0137939453125,
+ 0.043243408203125,
+ -0.0270233154296875,
+ -0.0167694091796875,
+ -0.04119873046875,
+ -0.03167724609375,
+ -0.06298828125,
+ -0.010345458984375,
+ 0.007549285888671875,
+ 0.007686614990234375,
+ -0.00922393798828125,
+ -0.0029125213623046875,
+ 0.039703369140625,
+ -0.08575439453125,
+ 0.037078857421875,
+ 0.023101806640625,
+ -0.016021728515625,
+ 0.0311279296875,
+ -0.0235748291015625,
+ -0.005962371826171875,
+ 0.0148162841796875,
+ 0.0247802734375,
+ -0.018829345703125,
+ -0.058135986328125,
+ -0.076416015625,
+ 0.0257110595703125,
+ 0.0029468536376953125,
+ 0.00007098913192749023,
+ -0.02459716796875,
+ -0.0208740234375,
+ -0.049957275390625,
+ 0.00652313232421875,
+ 0.04473876953125,
+ 0.0288848876953125,
+ 0.0228271484375,
+ -0.03558349609375,
+ -0.01332855224609375,
+ -0.01416015625,
+ -0.040802001953125,
+ 0.0255279541015625,
+ -0.026458740234375,
+ -0.00656890869140625,
+ -0.0279541015625,
+ -0.0221710205078125,
+ 0.008575439453125,
+ 0.044158935546875,
+ 0.026092529296875,
+ 0.046417236328125,
+ 0.0233001708984375,
+ -0.0147247314453125,
+ 0.0309295654296875,
+ -0.0249786376953125,
+ -0.0199432373046875,
+ -0.029266357421875,
+ -0.005428314208984375,
+ 0.0251617431640625,
+ -0.02813720703125,
+ -0.01258087158203125,
+ 0.01123046875,
+ 0.032623291015625,
+ 0.007595062255859375,
+ -0.0240478515625,
+ 0.019195556640625,
+ 0.033172607421875,
+ -0.0183563232421875,
+ 0.07232666015625,
+ -0.0088043212890625,
+ -0.05926513671875,
+ -0.0167694091796875,
+ -0.0027370452880859375,
+ 0.01947021484375,
+ 0.040802001953125,
+ 0.032806396484375,
+ -0.047149658203125,
+ 0.0199432373046875,
+ 0.047515869140625,
+ -0.012115478515625,
+ -0.0484619140625,
+ -0.002887725830078125,
+ 0.02459716796875,
+ -0.00894927978515625,
+ 0.033355712890625,
+ 0.0186309814453125,
+ 0.04266357421875,
+ 0.001735687255859375,
+ -0.007781982421875,
+ 0.039886474609375,
+ 0.07232666015625,
+ 0.037078857421875,
+ -0.0287017822265625,
+ -0.04193115234375,
+ -0.0020503997802734375,
+ 0.01369476318359375,
+ -0.0228271484375,
+ -0.048828125,
+ 0.003448486328125,
+ 0.0268402099609375,
+ -0.089111328125,
+ -0.00018930435180664062,
+ 0.000591278076171875,
+ 0.0008387565612792969,
+ 0.0273895263671875,
+ 0.01715087890625,
+ -0.027587890625,
+ 0.0102996826171875,
+ 0.0178985595703125,
+ -0.03204345703125,
+ -0.017425537109375,
+ -0.0237579345703125,
+ 0.04547119140625,
+ 0.037841796875,
+ 0.0236663818359375,
+ 0.01001739501953125,
+ 0.037261962890625,
+ -0.00470733642578125,
+ 0.01509857177734375,
+ 0.01006317138671875,
+ 0.03839111328125,
+ -0.020782470703125,
+ 0.0157470703125,
+ 0.03521728515625,
+ 0.0782470703125,
+ -0.0056610107421875,
+ 0.02105712890625,
+ 0.0272064208984375,
+ 0.0187225341796875,
+ 0.050689697265625,
+ 0.050689697265625,
+ 0.002445220947265625,
+ 0.0183563232421875,
+ 0.01285552978515625,
+ -0.05255126953125,
+ -0.0168609619140625,
+ 0.0307464599609375,
+ 0.000270843505859375,
+ -0.047698974609375,
+ -0.0235748291015625,
+ 0.015655517578125,
+ -0.03857421875,
+ 0.0183563232421875,
+ -0.00983428955078125,
+ -0.007640838623046875,
+ -0.01369476318359375,
+ 0.0249786376953125,
+ 0.0016307830810546875,
+ -0.05255126953125,
+ 0.029998779296875,
+ -0.0240478515625,
+ -0.0270233154296875,
+ -0.043060302734375,
+ -0.043426513671875,
+ 0.049560546875,
+ -0.02227783203125,
+ -0.0305633544921875,
+ -0.022918701171875,
+ 0.03485107421875,
+ 0.0166778564453125,
+ -0.05999755859375,
+ -0.0214385986328125,
+ 0.007175445556640625,
+ 0.0022487640380859375,
+ -0.036529541015625,
+ -0.05218505859375,
+ -0.0163116455078125,
+ 0.007732391357421875,
+ -0.0177001953125,
+ -0.0085296630859375,
+ -0.00218963623046875,
+ -0.050689697265625,
+ -0.03875732421875,
+ 0.01258087158203125,
+ -0.0287017822265625,
+ 0.02777099609375,
+ -0.054046630859375,
+ 0.002155303955078125,
+ 0.035797119140625,
+ 0.026092529296875,
+ 0.0266571044921875,
+ 0.07452392578125,
+ 0.00838470458984375,
+ -0.01183319091796875,
+ -0.0149078369140625,
+ -0.045654296875,
+ 0.017333984375,
+ 0.0233001708984375,
+ 0.0031909942626953125,
+ -0.070068359375,
+ -0.0070343017578125,
+ 0.03521728515625,
+ -0.0831298828125,
+ 0.0273895263671875,
+ 0.0184478759765625,
+ -0.03558349609375,
+ -0.048095703125,
+ 0.01248931884765625,
+ 0.000431060791015625,
+ 0.021240234375,
+ 0.0753173828125,
+ 0.0132293701171875,
+ -0.0279541015625,
+ 0.0217132568359375,
+ -0.051055908203125,
+ 0.054779052734375,
+ -0.019561767578125,
+ 0.01369476318359375,
+ -0.05181884765625,
+ 0.0301971435546875,
+ -0.002643585205078125,
+ -0.039520263671875,
+ -0.007080078125,
+ -0.08758544921875,
+ -0.00533294677734375,
+ 0.03802490234375,
+ 0.022369384765625,
+ -0.0197601318359375,
+ -0.0279541015625,
+ -0.0452880859375,
+ -0.0270233154296875,
+ -0.033905029296875,
+ 0.0149993896484375,
+ 0.0007104873657226562,
+ 0.0253448486328125,
+ -0.053314208984375,
+ 0.01276397705078125,
+ 0.0024929046630859375,
+ -0.039337158203125,
+ -0.0270233154296875,
+ -0.019287109375,
+ 0.0078277587890625,
+ -0.00214385986328125,
+ -0.0562744140625,
+ 0.035797119140625,
+ -0.0006289482116699219,
+ 0.0002620220184326172,
+ 0.0253448486328125,
+ 0.046783447265625,
+ -0.0303802490234375,
+ -0.00787353515625,
+ -0.0187225341796875,
+ 0.036712646484375,
+ 0.004566192626953125,
+ 0.00391387939453125,
+ 0.01020050048828125,
+ 0.0266571044921875,
+ -0.0034942626953125,
+ -0.037078857421875,
+ 0.033355712890625,
+ 0.0626220703125,
+ -0.01141357421875,
+ -0.06597900390625,
+ -0.0164947509765625,
+ -0.022552490234375,
+ 0.020782470703125,
+ -0.0004630088806152344,
+ 0.047149658203125,
+ 0.0218048095703125,
+ -0.01351165771484375,
+ -0.112548828125,
+ 0.0771484375,
+ -0.0232086181640625,
+ 0.029266357421875,
+ 0.00904083251953125,
+ -0.017333984375,
+ -0.068603515625,
+ -0.026458740234375,
+ -0.017242431640625,
+ 0.0253448486328125,
+ -0.010345458984375,
+ 0.017333984375,
+ -0.026458740234375,
+ -0.00391387939453125,
+ -0.0014848709106445312,
+ -0.0268402099609375,
+ -0.0008153915405273438,
+ 0.049957275390625,
+ 0.01444244384765625,
+ -0.027587890625,
+ 0.0484619140625,
+ -0.00031447410583496094,
+ 0.010345458984375,
+ 0.00395965576171875,
+ -0.00661468505859375,
+ 0.03485107421875,
+ -0.004589080810546875,
+ -0.0185394287109375,
+ -0.0253448486328125,
+ 0.029815673828125,
+ 0.054779052734375,
+ 0.00838470458984375,
+ 0.00997161865234375,
+ -0.0217132568359375,
+ 0.041015625,
+ 0.0149993896484375,
+ -0.060760498046875,
+ 0.01342010498046875,
+ 0.01546478271484375,
+ 0.0162200927734375,
+ -0.035980224609375,
+ -0.064453125,
+ -0.08160400390625,
+ 0.0236663818359375,
+ -0.05889892578125,
+ -0.0052642822265625,
+ 0.0178985595703125,
+ -0.0088958740234375,
+ 0.01178741455078125,
+ -0.0185394287109375,
+ 0.0220794677734375,
+ -0.018829345703125,
+ -0.035797119140625,
+ -0.0177001953125,
+ -0.0199432373046875,
+ -0.020599365234375,
+ 0.0179901123046875,
+ 0.0186309814453125,
+ -0.029449462890625,
+ 0.0283203125,
+ -0.01099395751953125,
+ 0.0106201171875,
+ -0.0268402099609375,
+ -0.0217132568359375,
+ -0.047515869140625,
+ 0.01360321044921875,
+ -0.096923828125,
+ -0.0202178955078125,
+ 0.0218048095703125,
+ 0.0266571044921875,
+ 0.0008912086486816406,
+ -0.041748046875,
+ 0.0270233154296875,
+ -0.0219879150390625,
+ -0.048828125,
+ 0.0251617431640625,
+ -0.0129547119140625,
+ -0.033538818359375,
+ 0.01258087158203125,
+ -0.026275634765625,
+ -0.00824737548828125,
+ 0.020965576171875,
+ 0.05291748046875,
+ 0.037445068359375,
+ 0.029449462890625,
+ -0.01947021484375,
+ -0.0163116455078125,
+ 0.0035400390625,
+ -0.008575439453125,
+ 0.0010662078857421875,
+ 0.056640625,
+ 0.01910400390625,
+ -0.009552001953125,
+ 0.005847930908203125,
+ 0.002132415771484375,
+ -0.076416015625,
+ -0.0253448486328125,
+ -0.01081085205078125,
+ -0.0491943359375,
+ -0.0111846923828125,
+ 0.061859130859375,
+ 0.05181884765625,
+ -0.01556396484375,
+ 0.032623291015625,
+ 0.061126708984375,
+ 0.01509857177734375,
+ 0.002399444580078125,
+ 0.003936767578125,
+ -0.041015625,
+ 0.0094146728515625,
+ 0.039520263671875,
+ 0.01025390625,
+ -0.054412841796875,
+ 0.03857421875,
+ 0.0689697265625,
+ -0.006801605224609375,
+ -0.0196685791015625,
+ 0.00479888916015625,
+ -0.01081085205078125,
+ 0.04248046875,
+ 0.004634857177734375,
+ -0.005031585693359375,
+ -0.0693359375,
+ 0.013885498046875,
+ 0.029632568359375,
+ -0.007732391357421875,
+ -0.01425933837890625,
+ 0.00514984130859375,
+ -0.05926513671875,
+ 0.053314208984375,
+ -0.0307464599609375,
+ 0.037078857421875,
+ -0.0012989044189453125,
+ 0.0697021484375,
+ 0.00391387939453125,
+ -0.0270233154296875,
+ -0.00177001953125,
+ 0.050323486328125,
+ 0.017242431640625,
+ -0.007732391357421875,
+ 0.01099395751953125,
+ 0.00577545166015625,
+ -0.006244659423828125,
+ 0.029266357421875,
+ 0.036163330078125,
+ -0.00931549072265625,
+ 0.0283203125,
+ 0.0027370452880859375,
+ -0.046600341796875,
+ 0.0180816650390625,
+ -0.002887725830078125,
+ 0.015838623046875,
+ -0.0129547119140625,
+ -0.051422119140625,
+ -0.03912353515625,
+ -0.0626220703125,
+ 0.03839111328125,
+ 0.004985809326171875,
+ 0.03131103515625,
+ 0.037445068359375,
+ 0.0038204193115234375,
+ -0.01187896728515625,
+ 0.0114593505859375,
+ 0.00258636474609375,
+ 0.0413818359375,
+ 0.011322021484375,
+ 0.0200347900390625,
+ -0.0285186767578125,
+ 0.0413818359375,
+ 0.0010137557983398438,
+ -0.02459716796875,
+ 0.0221710205078125,
+ -0.01076507568359375,
+ -0.0016660690307617188,
+ -0.050323486328125,
+ 0.0097808837890625,
+ 0.01611328125,
+ -0.0270233154296875,
+ -0.0169525146484375,
+ -0.01123046875,
+ 0.0205078125,
+ -0.0208740234375,
+ -0.05999755859375,
+ -0.0285186767578125,
+ 0.022918701171875,
+ -0.054779052734375,
+ 0.0169525146484375,
+ 0.0198516845703125,
+ -0.006801605224609375,
+ -0.0033321380615234375,
+ -0.0760498046875,
+ 0.08050537109375,
+ 0.006381988525390625,
+ 0.0086212158203125,
+ -0.0204010009765625,
+ 0.0350341796875,
+ 0.01593017578125,
+ 0.013885498046875,
+ 0.01715087890625,
+ 0.0165863037109375,
+ -0.01546478271484375,
+ 0.050323486328125,
+ 0.050323486328125,
+ -0.0270233154296875,
+ -0.0307464599609375,
+ 0.0311279296875,
+ 0.0167694091796875,
+ -0.043792724609375,
+ 0.01397705078125,
+ 0.032806396484375,
+ 0.01369476318359375,
+ 0.006195068359375,
+ -0.021148681640625,
+ 0.004238128662109375,
+ -0.044342041015625,
+ 0.070068359375,
+ 0.0244140625,
+ -0.0036334991455078125,
+ 0.03912353515625,
+ -0.023101806640625,
+ 0.0287017822265625,
+ 0.00652313232421875,
+ 0.08984375,
+ -0.039703369140625,
+ 0.040435791015625,
+ -0.0048675537109375,
+ 0.0288848876953125,
+ -0.01183319091796875,
+ 0.00531005859375,
+ -0.0022125244140625,
+ 0.0183563232421875,
+ 0.0078277587890625,
+ 0.044342041015625,
+ -0.00278472900390625,
+ -0.0014562606811523438,
+ -0.063720703125,
+ -0.001071929931640625,
+ -0.0235748291015625,
+ 0.013885498046875,
+ 0.04266357421875,
+ -0.043792724609375,
+ -0.0104827880859375,
+ -0.00026345252990722656,
+ 0.0096893310546875,
+ 0.061859130859375,
+ 0.007781982421875,
+ 0.0203094482421875,
+ -0.007129669189453125,
+ 0.0183563232421875,
+ -0.005825042724609375,
+ 0.017608642578125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "thumbcache-analysis",
+ "thumbnail-forensics",
+ "image-viewing",
+ "thumbnailcacheid",
+ "windows-edb",
+ "systemindex-correlation",
+ "deleted-images",
+ "csam-investigation",
+ "content-awareness",
+ "thumbs-db"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Microsoft_Office_365",
+ "type": "tool",
+ "name": "Microsoft Office 365",
+ "content": "microsoft office 365 transformiert forensische massendaten durch power query in strukturierte analysen für umfangreiche ermittlungen. power pivot verarbeitet millionen von log-einträgen, excel-makros automatisieren wiederkehrende auswertungen. kollaborationsfunktionen ermöglichen echtzeit-teamarbeit bei komplexen fällen, cloud-speicher sichert große beweissammlungen. advanced ediscovery für compliance-untersuchungen, onenote strukturiert screenshots und notizen. ki-gestützte editorfunktionen verbessern berichtsqualität. gui web-interface commercial collaboration visualization cloud-artifacts power-query ediscovery version-control team-integration mobile-apps automation-capable incident-response static-investigations malware-analysis fraud-investigation network-forensics mobile-forensics cloud-forensics ics-forensics examination analysis reporting",
+ "embedding": [
+ -0.0227813720703125,
+ 0.033355712890625,
+ 0.045166015625,
+ 0.0044097900390625,
+ 0.03643798828125,
+ 0.031585693359375,
+ 0.030242919921875,
+ 0.00780487060546875,
+ -0.0139617919921875,
+ 0.0271453857421875,
+ -0.046539306640625,
+ 0.033721923828125,
+ -0.01464080810546875,
+ -0.00887298583984375,
+ -0.057769775390625,
+ 0.0263671875,
+ -0.0199737548828125,
+ 0.0259857177734375,
+ 0.046142578125,
+ -0.01493072509765625,
+ -0.032379150390625,
+ -0.0009570121765136719,
+ -0.04498291015625,
+ 0.013763427734375,
+ 0.0077056884765625,
+ 0.0484619140625,
+ -0.007171630859375,
+ -0.060089111328125,
+ -0.0053558349609375,
+ -0.0161895751953125,
+ 0.00780487060546875,
+ -0.046722412109375,
+ -0.0093536376953125,
+ 0.041290283203125,
+ -0.004436492919921875,
+ -0.0179290771484375,
+ 0.00916290283203125,
+ -0.054656982421875,
+ -0.045379638671875,
+ 0.019287109375,
+ 0.0027027130126953125,
+ -0.006397247314453125,
+ -0.00008934736251831055,
+ 0.0162811279296875,
+ -0.032196044921875,
+ -0.0263671875,
+ -0.006397247314453125,
+ -0.029083251953125,
+ -0.01201629638671875,
+ -0.01531219482421875,
+ 0.0199737548828125,
+ 0.0263671875,
+ 0.01299285888671875,
+ 0.007511138916015625,
+ -0.0243377685546875,
+ 0.041107177734375,
+ 0.0096435546875,
+ -0.006496429443359375,
+ -0.0428466796875,
+ 0.048065185546875,
+ -0.034881591796875,
+ 0.00814056396484375,
+ -0.00887298583984375,
+ -0.00467681884765625,
+ 0.016387939453125,
+ 0.0157012939453125,
+ -0.0240325927734375,
+ -0.0164794921875,
+ -0.004749298095703125,
+ -0.0220947265625,
+ 0.00021350383758544922,
+ 0.0184173583984375,
+ -0.021331787109375,
+ 0.037017822265625,
+ -0.0243377685546875,
+ -0.038177490234375,
+ -0.00574493408203125,
+ 0.03936767578125,
+ -0.006542205810546875,
+ -0.01036834716796875,
+ -0.054290771484375,
+ -0.01493072509765625,
+ 0.049041748046875,
+ -0.024627685546875,
+ -0.051177978515625,
+ 0.00019085407257080078,
+ 0.005161285400390625,
+ 0.01386260986328125,
+ -0.00482177734375,
+ 0.015411376953125,
+ 0.02471923828125,
+ 0.010223388671875,
+ 0.0159912109375,
+ -0.0193939208984375,
+ 0.019866943359375,
+ 0.06707763671875,
+ -0.016387939453125,
+ -0.00028014183044433594,
+ -0.0151214599609375,
+ 0.00925445556640625,
+ 0.0218048095703125,
+ -0.058929443359375,
+ 0.037811279296875,
+ -0.0189056396484375,
+ 0.0156097412109375,
+ -0.03179931640625,
+ 0.0250091552734375,
+ -0.00804901123046875,
+ -0.0227813720703125,
+ -0.006084442138671875,
+ -0.10235595703125,
+ -0.04730224609375,
+ -0.033721923828125,
+ -0.06976318359375,
+ -0.007320404052734375,
+ 0.009307861328125,
+ -0.005863189697265625,
+ 0.044586181640625,
+ -0.047119140625,
+ -0.04266357421875,
+ 0.037017822265625,
+ 0.0304412841796875,
+ -0.004047393798828125,
+ 0.01493072509765625,
+ -0.050018310546875,
+ -0.04052734375,
+ 0.01763916015625,
+ 0.0172576904296875,
+ -0.042449951171875,
+ -0.033721923828125,
+ -0.01250457763671875,
+ -0.01366424560546875,
+ 0.012603759765625,
+ -0.03314208984375,
+ 0.003490447998046875,
+ -0.03973388671875,
+ 0.042266845703125,
+ 0.01531219482421875,
+ 0.00848388671875,
+ 0.0098419189453125,
+ 0.0255889892578125,
+ -0.007320404052734375,
+ -0.054656982421875,
+ -0.0168609619140625,
+ -0.044769287109375,
+ -0.01143646240234375,
+ 0.00079345703125,
+ 0.047882080078125,
+ -0.050018310546875,
+ -0.0160980224609375,
+ -0.0193939208984375,
+ 0.0063018798828125,
+ 0.04071044921875,
+ 0.025390625,
+ 0.02142333984375,
+ -0.0286865234375,
+ 0.003368377685546875,
+ -0.0169677734375,
+ 0.038970947265625,
+ -0.02471923828125,
+ -0.019195556640625,
+ 0.0243377685546875,
+ 0.00455474853515625,
+ 0.02044677734375,
+ 0.0021572113037109375,
+ -0.031585693359375,
+ -0.02374267578125,
+ 0.03277587890625,
+ -0.00698089599609375,
+ 0.01134490966796875,
+ 0.006786346435546875,
+ -0.01337432861328125,
+ 0.055450439453125,
+ 0.07635498046875,
+ -0.00273895263671875,
+ 0.0288848876953125,
+ -0.004192352294921875,
+ -0.033721923828125,
+ 0.0362548828125,
+ 0.01129150390625,
+ -0.020263671875,
+ -0.012603759765625,
+ 0.03314208984375,
+ 0.019195556640625,
+ 0.0199737548828125,
+ 0.009307861328125,
+ -0.039947509765625,
+ -0.006591796875,
+ -0.046539306640625,
+ 0.023162841796875,
+ -0.04962158203125,
+ -0.0306243896484375,
+ -0.01715087890625,
+ 0.0220947265625,
+ 0.01434326171875,
+ 0.052734375,
+ 0.01366424560546875,
+ 0.0018053054809570312,
+ 0.0101776123046875,
+ 0.0023860931396484375,
+ -0.0172576904296875,
+ 0.0184173583984375,
+ -0.00397491455078125,
+ 0.035675048828125,
+ -0.000736236572265625,
+ 0.02093505859375,
+ -0.01139068603515625,
+ 0.03973388671875,
+ 0.034881591796875,
+ -0.01444244384765625,
+ -0.0060577392578125,
+ 0.053497314453125,
+ -0.01279449462890625,
+ -0.031402587890625,
+ -0.037811279296875,
+ -0.0134735107421875,
+ -0.005523681640625,
+ -0.025390625,
+ -0.004169464111328125,
+ 0.0115814208984375,
+ 0.00044536590576171875,
+ -0.053497314453125,
+ -0.01812744140625,
+ 0.0166778564453125,
+ -0.0185089111328125,
+ 0.0164794921875,
+ 0.038970947265625,
+ -0.0178375244140625,
+ -0.0128936767578125,
+ -0.01279449462890625,
+ 0.0140533447265625,
+ 0.03741455078125,
+ -0.031219482421875,
+ 0.0157928466796875,
+ -0.002132415771484375,
+ -0.028106689453125,
+ 0.039154052734375,
+ 0.00494384765625,
+ 0.0296630859375,
+ -0.005405426025390625,
+ -0.01444244384765625,
+ 0.037994384765625,
+ -0.01299285888671875,
+ 0.022979736328125,
+ 0.03179931640625,
+ -0.0085296630859375,
+ -0.01201629638671875,
+ -0.00018858909606933594,
+ 0.036834716796875,
+ 0.035858154296875,
+ -0.0484619140625,
+ -0.0172576904296875,
+ -0.07989501953125,
+ 0.0020236968994140625,
+ -0.07330322265625,
+ -0.060882568359375,
+ -0.038970947265625,
+ -0.0662841796875,
+ 0.07562255859375,
+ -0.0238494873046875,
+ -0.03509521484375,
+ 0.005889892578125,
+ 0.023162841796875,
+ 0.0145416259765625,
+ 0.02142333984375,
+ -0.00273895263671875,
+ -0.0261688232421875,
+ 0.00974273681640625,
+ 0.0682373046875,
+ 0.01473236083984375,
+ -0.0101318359375,
+ 0.010223388671875,
+ 0.0177459716796875,
+ -0.00867462158203125,
+ 0.031585693359375,
+ -0.02423095703125,
+ 0.0161895751953125,
+ 0.019195556640625,
+ 0.03607177734375,
+ 0.00344085693359375,
+ -0.0310211181640625,
+ 0.033721923828125,
+ 0.008575439453125,
+ 0.0343017578125,
+ -0.06280517578125,
+ -0.03839111328125,
+ -0.01056671142578125,
+ 0.022979736328125,
+ -0.004848480224609375,
+ -0.06976318359375,
+ -0.005161285400390625,
+ 0.055450439453125,
+ 0.03741455078125,
+ -0.028106689453125,
+ -0.006832122802734375,
+ -0.02471923828125,
+ 0.00887298583984375,
+ 0.0167694091796875,
+ -0.0079498291015625,
+ 0.032958984375,
+ 0.048065185546875,
+ -0.037811279296875,
+ 0.01143646240234375,
+ 0.0059356689453125,
+ 0.007656097412109375,
+ -0.043243408203125,
+ -0.0428466796875,
+ -0.0265655517578125,
+ 0.00867462158203125,
+ -0.042449951171875,
+ -0.018035888671875,
+ 0.024139404296875,
+ -0.02142333984375,
+ 0.003173828125,
+ -0.0259857177734375,
+ 0.0145416259765625,
+ -0.0372314453125,
+ -0.04302978515625,
+ 0.0068817138671875,
+ -0.03741455078125,
+ -0.06475830078125,
+ -0.005817413330078125,
+ 0.05816650390625,
+ 0.0139617919921875,
+ 0.027923583984375,
+ -0.008819580078125,
+ -0.02044677734375,
+ -0.051971435546875,
+ 0.005596160888671875,
+ -0.0156097412109375,
+ 0.0185089111328125,
+ -0.0157012939453125,
+ 0.0162811279296875,
+ 0.030242919921875,
+ 0.05078125,
+ 0.0018663406372070312,
+ 0.044769287109375,
+ 0.0174407958984375,
+ -0.007511138916015625,
+ 0.0139617919921875,
+ 0.019287109375,
+ -0.01250457763671875,
+ 0.00945281982421875,
+ 0.00809478759765625,
+ -0.0128936767578125,
+ 0.0003681182861328125,
+ -0.0306243896484375,
+ 0.0156097412109375,
+ 0.026947021484375,
+ 0.0271453857421875,
+ 0.03741455078125,
+ -0.0235595703125,
+ 0.004192352294921875,
+ 0.058563232421875,
+ 0.03643798828125,
+ 0.09344482421875,
+ -0.019195556640625,
+ -0.044586181640625,
+ -0.016387939453125,
+ 0.0428466796875,
+ -0.007320404052734375,
+ -0.017059326171875,
+ 0.047119140625,
+ 0.01134490966796875,
+ 0.004726409912109375,
+ 0.02423095703125,
+ -0.0159912109375,
+ 0.0428466796875,
+ -0.01139068603515625,
+ -0.0185089111328125,
+ 0.00397491455078125,
+ -0.0172576904296875,
+ 0.025390625,
+ 0.051971435546875,
+ 0.025787353515625,
+ 0.0028591156005859375,
+ 0.00615692138671875,
+ -0.00603485107421875,
+ -0.0265655517578125,
+ -0.04827880859375,
+ -0.053131103515625,
+ 0.039154052734375,
+ 0.01812744140625,
+ -0.006786346435546875,
+ 0.035491943359375,
+ -0.01502227783203125,
+ -0.0616455078125,
+ 0.01337432861328125,
+ -0.03973388671875,
+ 0.060882568359375,
+ 0.039947509765625,
+ 0.018707275390625,
+ 0.052337646484375,
+ -0.01308441162109375,
+ 0.01502227783203125,
+ 0.031982421875,
+ 0.004871368408203125,
+ 0.005039215087890625,
+ 0.03082275390625,
+ 0.052734375,
+ -0.00843048095703125,
+ -0.03411865234375,
+ 0.0286865234375,
+ 0.0362548828125,
+ 0.00896453857421875,
+ -0.00385284423828125,
+ 0.0126953125,
+ 0.013763427734375,
+ 0.027923583984375,
+ -0.0296630859375,
+ 0.051971435546875,
+ 0.022979736328125,
+ -0.030242919921875,
+ 0.0051116943359375,
+ -0.003635406494140625,
+ 0.028106689453125,
+ -0.03741455078125,
+ 0.018798828125,
+ -0.0193939208984375,
+ 0.0173492431640625,
+ 0.007171630859375,
+ 0.036651611328125,
+ -0.03082275390625,
+ 0.010223388671875,
+ 0.056610107421875,
+ -0.0570068359375,
+ 0.032958984375,
+ 0.034698486328125,
+ -0.0286865234375,
+ 0.0183258056640625,
+ -0.006931304931640625,
+ -0.02520751953125,
+ 0.019866943359375,
+ -0.0240325927734375,
+ -0.035858154296875,
+ 0.0082855224609375,
+ 0.02191162109375,
+ -0.0343017578125,
+ -0.042449951171875,
+ -0.024627685546875,
+ -0.0239410400390625,
+ -0.0071258544921875,
+ -0.0016117095947265625,
+ 0.035491943359375,
+ -0.00344085693359375,
+ -0.0115814208984375,
+ 0.0263671875,
+ 0.046722412109375,
+ -0.0032482147216796875,
+ -0.0438232421875,
+ 0.054656982421875,
+ -0.01473236083984375,
+ -0.031219482421875,
+ 0.023651123046875,
+ 0.013763427734375,
+ 0.0235595703125,
+ -0.040313720703125,
+ -0.0161895751953125,
+ 0.006252288818359375,
+ 0.0227813720703125,
+ 0.0140533447265625,
+ 0.0020236968994140625,
+ -0.0265655517578125,
+ -0.04827880859375,
+ -0.03082275390625,
+ 0.01163482666015625,
+ 0.02752685546875,
+ 0.059722900390625,
+ -0.0194854736328125,
+ -0.0306243896484375,
+ 0.0168609619140625,
+ -0.04730224609375,
+ -0.037811279296875,
+ -0.018798828125,
+ 0.03082275390625,
+ -0.031219482421875,
+ 0.060089111328125,
+ -0.0271453857421875,
+ -0.0010480880737304688,
+ -0.0292816162109375,
+ 0.06939697265625,
+ 0.0169677734375,
+ -0.01473236083984375,
+ -0.04827880859375,
+ 0.048675537109375,
+ 0.04052734375,
+ -0.054656982421875,
+ -0.0185089111328125,
+ 0.001483917236328125,
+ 0.00804901123046875,
+ 0.03973388671875,
+ -0.05389404296875,
+ -0.0104217529296875,
+ 0.01502227783203125,
+ -0.05389404296875,
+ -0.018218994140625,
+ -0.0288848876953125,
+ -0.004772186279296875,
+ -0.0504150390625,
+ 0.022491455078125,
+ 0.025390625,
+ -0.00804901123046875,
+ 0.01081085205078125,
+ -0.006496429443359375,
+ 0.023162841796875,
+ 0.019866943359375,
+ 0.00843048095703125,
+ -0.019287109375,
+ 0.04052734375,
+ -0.053131103515625,
+ -0.032958984375,
+ -0.0222015380859375,
+ 0.0438232421875,
+ -0.033721923828125,
+ -0.01110076904296875,
+ 0.004436492919921875,
+ -0.007465362548828125,
+ 0.061248779296875,
+ -0.047882080078125,
+ 0.004993438720703125,
+ -0.0045318603515625,
+ -0.032958984375,
+ -0.044189453125,
+ -0.018707275390625,
+ 0.01003265380859375,
+ 0.017547607421875,
+ -0.008819580078125,
+ 0.022979736328125,
+ 0.053131103515625,
+ -0.06475830078125,
+ 0.0179290771484375,
+ 0.01192474365234375,
+ -0.01226043701171875,
+ -0.0012359619140625,
+ -0.0013446807861328125,
+ -0.004581451416015625,
+ -0.00214385986328125,
+ 0.02191162109375,
+ -0.02471923828125,
+ -0.03179931640625,
+ -0.0860595703125,
+ 0.0273284912109375,
+ -0.01168060302734375,
+ -0.01464080810546875,
+ -0.03759765625,
+ -0.0294647216796875,
+ -0.036834716796875,
+ 0.00426483154296875,
+ 0.046905517578125,
+ 0.024627685546875,
+ 0.0296630859375,
+ -0.038787841796875,
+ -0.019287109375,
+ 0.02093505859375,
+ -0.03411865234375,
+ 0.0271453857421875,
+ -0.03839111328125,
+ 0.0021209716796875,
+ 0.038970947265625,
+ -0.04962158203125,
+ 0.03759765625,
+ 0.00494384765625,
+ 0.034515380859375,
+ 0.034698486328125,
+ 0.025787353515625,
+ -0.040130615234375,
+ 0.004024505615234375,
+ -0.02850341796875,
+ -0.0177459716796875,
+ -0.03277587890625,
+ -0.018707275390625,
+ 0.01104736328125,
+ -0.029083251953125,
+ -0.006832122802734375,
+ 0.0189971923828125,
+ 0.0099334716796875,
+ 0.0157012939453125,
+ -0.01139068603515625,
+ -0.003101348876953125,
+ 0.0283050537109375,
+ -0.00727081298828125,
+ 0.058929443359375,
+ -0.0244293212890625,
+ -0.047698974609375,
+ -0.012603759765625,
+ 0.00302886962890625,
+ 0.03936767578125,
+ 0.060882568359375,
+ -0.00550079345703125,
+ -0.01172637939453125,
+ 0.020355224609375,
+ 0.0310211181640625,
+ -0.0245208740234375,
+ -0.0261688232421875,
+ -0.025787353515625,
+ 0.0230712890625,
+ 0.006496429443359375,
+ 0.070556640625,
+ 0.0031986236572265625,
+ 0.07635498046875,
+ 0.003368377685546875,
+ 0.013763427734375,
+ 0.045745849609375,
+ 0.048858642578125,
+ 0.021514892578125,
+ -0.007221221923828125,
+ -0.05621337890625,
+ 0.00591278076171875,
+ -0.006496429443359375,
+ -0.031982421875,
+ -0.038970947265625,
+ 0.0011930465698242188,
+ 0.033355712890625,
+ -0.070556640625,
+ -0.0283050537109375,
+ -0.0226898193359375,
+ 0.00916290283203125,
+ -0.0002999305725097656,
+ 0.031982421875,
+ 0.004894256591796875,
+ 0.0195770263671875,
+ 0.020355224609375,
+ -0.026947021484375,
+ 0.02520751953125,
+ -0.00785064697265625,
+ -0.0013875961303710938,
+ 0.055450439453125,
+ 0.03839111328125,
+ -0.018798828125,
+ 0.034698486328125,
+ -0.0128936767578125,
+ 0.0167694091796875,
+ 0.039947509765625,
+ 0.042083740234375,
+ 0.0173492431640625,
+ 0.01328277587890625,
+ 0.044769287109375,
+ 0.04827880859375,
+ -0.01308441162109375,
+ -0.0018053054809570312,
+ 0.03314208984375,
+ 0.0259857177734375,
+ 0.038177490234375,
+ 0.057769775390625,
+ -0.0082855224609375,
+ 0.00780487060546875,
+ 0.031219482421875,
+ -0.027923583984375,
+ -0.032379150390625,
+ 0.0250091552734375,
+ 0.0071258544921875,
+ -0.053131103515625,
+ -0.049041748046875,
+ 0.022491455078125,
+ -0.05078125,
+ 0.033355712890625,
+ -0.0008540153503417969,
+ -0.0139617919921875,
+ 0.013763427734375,
+ 0.0294647216796875,
+ -0.041107177734375,
+ -0.044586181640625,
+ 0.0085296630859375,
+ -0.0087738037109375,
+ -0.0161895751953125,
+ -0.034515380859375,
+ -0.04632568359375,
+ 0.026947021484375,
+ -0.01085662841796875,
+ -0.052337646484375,
+ -0.01357269287109375,
+ 0.0164794921875,
+ -0.01357269287109375,
+ -0.0283050537109375,
+ -0.02191162109375,
+ 0.01129150390625,
+ -0.0019512176513671875,
+ -0.018218994140625,
+ -0.04827880859375,
+ -0.0372314453125,
+ 0.011871337890625,
+ -0.0372314453125,
+ -0.01279449462890625,
+ 0.0006723403930664062,
+ -0.0238494873046875,
+ -0.006542205810546875,
+ -0.0195770263671875,
+ 0.0211334228515625,
+ 0.01415252685546875,
+ -0.033538818359375,
+ 0.034515380859375,
+ 0.022003173828125,
+ 0.024810791015625,
+ 0.031585693359375,
+ 0.072509765625,
+ -0.004241943359375,
+ 0.028106689453125,
+ -0.0230712890625,
+ -0.042083740234375,
+ 0.018707275390625,
+ -0.0032958984375,
+ 0.017059326171875,
+ -0.043426513671875,
+ -0.00848388671875,
+ 0.0550537109375,
+ -0.06903076171875,
+ 0.033721923828125,
+ 0.032958984375,
+ -0.035858154296875,
+ -0.059326171875,
+ 0.0178375244140625,
+ -0.0145416259765625,
+ 0.0296630859375,
+ 0.09808349609375,
+ 0.01386260986328125,
+ -0.00838470458984375,
+ 0.0162811279296875,
+ -0.047119140625,
+ 0.06787109375,
+ 0.014251708984375,
+ 0.00799560546875,
+ -0.035675048828125,
+ 0.0007815361022949219,
+ 0.012115478515625,
+ -0.0250091552734375,
+ -0.01763916015625,
+ -0.07171630859375,
+ -0.0207366943359375,
+ 0.03857421875,
+ 0.00969696044921875,
+ -0.007366180419921875,
+ -0.0190887451171875,
+ -0.057373046875,
+ -0.054656982421875,
+ -0.0294647216796875,
+ 0.0408935546875,
+ 0.03314208984375,
+ 0.02752685546875,
+ -0.033355712890625,
+ -0.0008540153503417969,
+ -0.028106689453125,
+ -0.04962158203125,
+ -0.0261688232421875,
+ -0.0245208740234375,
+ 0.0310211181640625,
+ -0.0010423660278320312,
+ -0.04266357421875,
+ 0.0228729248046875,
+ 0.02142333984375,
+ 0.024627685546875,
+ 0.0013570785522460938,
+ 0.0306243896484375,
+ -0.0277252197265625,
+ -0.032379150390625,
+ 0.0023136138916015625,
+ 0.052337646484375,
+ -0.0098419189453125,
+ -0.0007328987121582031,
+ 0.0098419189453125,
+ 0.014251708984375,
+ 0.0343017578125,
+ -0.033538818359375,
+ 0.041473388671875,
+ 0.01061248779296875,
+ -0.033355712890625,
+ -0.038787841796875,
+ -0.0235595703125,
+ -0.0177459716796875,
+ 0.02752685546875,
+ -0.0211334228515625,
+ 0.03411865234375,
+ -0.0232696533203125,
+ -0.0179290771484375,
+ -0.081787109375,
+ 0.05389404296875,
+ -0.018798828125,
+ -0.00469970703125,
+ 0.0160980224609375,
+ -0.0093536376953125,
+ -0.04052734375,
+ -0.0189056396484375,
+ -0.028106689453125,
+ 0.0124053955078125,
+ -0.0185089111328125,
+ 0.0226898193359375,
+ -0.004482269287109375,
+ -0.01036834716796875,
+ 0.0002892017364501953,
+ 0.0019741058349609375,
+ -0.02093505859375,
+ 0.0250091552734375,
+ 0.0009026527404785156,
+ 0.00925445556640625,
+ 0.04071044921875,
+ -0.04168701171875,
+ 0.0029811859130859375,
+ -0.005306243896484375,
+ -0.0087738037109375,
+ -0.0205535888671875,
+ -0.006931304931640625,
+ -0.0178375244140625,
+ 0.004459381103515625,
+ 0.0189971923828125,
+ 0.04400634765625,
+ -0.00220489501953125,
+ -0.0018901824951171875,
+ 0.005573272705078125,
+ 0.01168060302734375,
+ 0.0140533447265625,
+ -0.022491455078125,
+ -0.0044097900390625,
+ -0.01036834716796875,
+ -0.0063018798828125,
+ -0.040313720703125,
+ -0.06939697265625,
+ -0.10626220703125,
+ -0.00785064697265625,
+ -0.07366943359375,
+ -0.01168060302734375,
+ -0.0011749267578125,
+ 0.040313720703125,
+ 0.0199737548828125,
+ -0.0294647216796875,
+ 0.0304412841796875,
+ -0.00843048095703125,
+ -0.0195770263671875,
+ -0.02142333984375,
+ -0.007221221923828125,
+ -0.00872039794921875,
+ 0.03741455078125,
+ -0.0023632049560546875,
+ -0.042449951171875,
+ 0.0300445556640625,
+ -0.00814056396484375,
+ 0.004993438720703125,
+ -0.0218048095703125,
+ 0.00009691715240478516,
+ -0.04962158203125,
+ 0.016571044921875,
+ -0.057373046875,
+ -0.01812744140625,
+ 0.0038776397705078125,
+ 0.0570068359375,
+ 0.00872039794921875,
+ -0.034698486328125,
+ 0.037994384765625,
+ -0.0222015380859375,
+ -0.06475830078125,
+ 0.02752685546875,
+ -0.0164794921875,
+ -0.03643798828125,
+ 0.0157928466796875,
+ -0.01715087890625,
+ -0.00789642333984375,
+ -0.007465362548828125,
+ 0.043243408203125,
+ 0.0286865234375,
+ 0.035675048828125,
+ 0.0298614501953125,
+ -0.0140533447265625,
+ -0.004024505615234375,
+ -0.0020961761474609375,
+ 0.02142333984375,
+ 0.0296630859375,
+ 0.01531219482421875,
+ -0.01328277587890625,
+ 0.0352783203125,
+ -0.01168060302734375,
+ -0.0833740234375,
+ -0.022003173828125,
+ -0.0267486572265625,
+ -0.051177978515625,
+ -0.00023627281188964844,
+ 0.0853271484375,
+ 0.043426513671875,
+ -0.022979736328125,
+ 0.01434326171875,
+ 0.062042236328125,
+ 0.034698486328125,
+ 0.016387939453125,
+ -0.0211334228515625,
+ -0.053131103515625,
+ -0.0212249755859375,
+ 0.0352783203125,
+ 0.019866943359375,
+ -0.05816650390625,
+ 0.08062744140625,
+ 0.0682373046875,
+ -0.006832122802734375,
+ -0.0098876953125,
+ -0.0218048095703125,
+ 0.0177459716796875,
+ 0.0504150390625,
+ 0.0195770263671875,
+ 0.0244293212890625,
+ -0.04498291015625,
+ 0.0220947265625,
+ 0.032562255859375,
+ 0.0189056396484375,
+ -0.0046539306640625,
+ -0.0018777847290039062,
+ -0.037994384765625,
+ 0.06396484375,
+ -0.051971435546875,
+ 0.0139617919921875,
+ 0.017059326171875,
+ 0.08026123046875,
+ 0.014251708984375,
+ -0.05621337890625,
+ -0.038787841796875,
+ 0.07330322265625,
+ 0.0230712890625,
+ -0.034698486328125,
+ 0.0027980804443359375,
+ 0.0011453628540039062,
+ -0.007415771484375,
+ 0.0343017578125,
+ 0.029083251953125,
+ -0.007511138916015625,
+ 0.04071044921875,
+ 0.0025081634521484375,
+ -0.06475830078125,
+ 0.055450439453125,
+ 0.0157012939453125,
+ 0.0265655517578125,
+ -0.0021209716796875,
+ -0.045745849609375,
+ -0.00344085693359375,
+ -0.037994384765625,
+ 0.03759765625,
+ 0.00969696044921875,
+ 0.0200653076171875,
+ 0.00492095947265625,
+ 0.007511138916015625,
+ -0.0255889892578125,
+ 0.022003173828125,
+ 0.026947021484375,
+ 0.02752685546875,
+ -0.0068817138671875,
+ -0.00862884521484375,
+ 0.0225830078125,
+ 0.0205535888671875,
+ 0.006496429443359375,
+ -0.0206451416015625,
+ 0.033935546875,
+ -0.033538818359375,
+ -0.006591796875,
+ -0.037017822265625,
+ 0.039947509765625,
+ 0.002956390380859375,
+ -0.01085662841796875,
+ 0.0003483295440673828,
+ -0.0019741058349609375,
+ 0.018218994140625,
+ -0.0273284912109375,
+ -0.0418701171875,
+ 0.0118255615234375,
+ 0.007076263427734375,
+ -0.0283050537109375,
+ 0.023651123046875,
+ 0.008819580078125,
+ -0.031402587890625,
+ 0.007465362548828125,
+ -0.048065185546875,
+ 0.0748291015625,
+ 0.03314208984375,
+ 0.031402587890625,
+ -0.0160980224609375,
+ 0.0298614501953125,
+ 0.06396484375,
+ 0.003368377685546875,
+ -0.0226898193359375,
+ 0.020263671875,
+ -0.00344085693359375,
+ 0.06048583984375,
+ 0.062042236328125,
+ -0.01177978515625,
+ -0.0306243896484375,
+ 0.0245208740234375,
+ 0.00727081298828125,
+ -0.06048583984375,
+ 0.01493072509765625,
+ 0.0179290771484375,
+ 0.00785064697265625,
+ -0.0343017578125,
+ -0.00028014183044433594,
+ 0.01502227783203125,
+ -0.044403076171875,
+ 0.044769287109375,
+ 0.0300445556640625,
+ 0.006252288818359375,
+ 0.0255889892578125,
+ -0.05584716796875,
+ 0.052337646484375,
+ 0.01197052001953125,
+ 0.05816650390625,
+ -0.032958984375,
+ 0.0570068359375,
+ -0.02471923828125,
+ 0.005840301513671875,
+ -0.0019626617431640625,
+ 0.0273284912109375,
+ 0.02142333984375,
+ 0.0267486572265625,
+ -0.01763916015625,
+ 0.0662841796875,
+ 0.00409698486328125,
+ 0.0027141571044921875,
+ -0.03857421875,
+ -0.0098419189453125,
+ 0.019683837890625,
+ 0.0265655517578125,
+ 0.0504150390625,
+ -0.043243408203125,
+ -0.0174407958984375,
+ -0.0087738037109375,
+ 0.0418701171875,
+ 0.038970947265625,
+ -0.0271453857421875,
+ 0.0343017578125,
+ -0.00414276123046875,
+ -0.00925445556640625,
+ -0.00634765625,
+ -0.0225830078125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "mobile-forensics",
+ "cloud-forensics",
+ "ics-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "web-interface",
+ "commercial",
+ "collaboration",
+ "visualization",
+ "cloud-artifacts",
+ "power-query",
+ "ediscovery",
+ "version-control",
+ "team-integration",
+ "mobile-apps",
+ "automation-capable"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Namespace_Container_Forensik",
+ "type": "tool",
+ "name": "Linux Namespace Container-Forensik",
+ "content": "linux namespace container-forensik container-isolation-analysis durch mount-, uts-, ipc-, pid-, network-, user-namespace-examination. unshare-command-analysis, process-container- mapping, resource-limitation-detection via /sys/fs/cgroup für container-escape-investigation und privilege-escalation-detection. container-analysis namespace-isolation privilege-escalation process-isolation container-escape cgroup-analysis incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.01018524169921875,
+ 0.04156494140625,
+ 0.032196044921875,
+ -0.03399658203125,
+ 0.01947021484375,
+ 0.006816864013671875,
+ 0.0308837890625,
+ -0.0031223297119140625,
+ -0.0271148681640625,
+ -0.0086669921875,
+ -0.0090789794921875,
+ 0.045013427734375,
+ 0.015777587890625,
+ -0.0220184326171875,
+ -0.0302276611328125,
+ 0.04437255859375,
+ 0.0038204193115234375,
+ 0.0115814208984375,
+ 0.0196380615234375,
+ 0.0213623046875,
+ -0.0161895751953125,
+ -0.0153656005859375,
+ -0.05322265625,
+ 0.01363372802734375,
+ -0.02447509765625,
+ 0.006282806396484375,
+ -0.0153656005859375,
+ -0.061767578125,
+ -0.007762908935546875,
+ 0.026611328125,
+ 0.0024433135986328125,
+ -0.0389404296875,
+ -0.0004210472106933594,
+ 0.0399169921875,
+ -0.005382537841796875,
+ -0.034332275390625,
+ 0.01552581787109375,
+ -0.05914306640625,
+ -0.034332275390625,
+ 0.04864501953125,
+ -0.039276123046875,
+ 0.00833892822265625,
+ 0.005916595458984375,
+ -0.0153656005859375,
+ -0.01100921630859375,
+ -0.0303955078125,
+ 0.007762908935546875,
+ 0.016510009765625,
+ -0.00186920166015625,
+ -0.054534912109375,
+ 0.024322509765625,
+ 0.0177459716796875,
+ 0.00394439697265625,
+ 0.0058746337890625,
+ -0.053558349609375,
+ 0.035003662109375,
+ 0.0289154052734375,
+ -0.01462554931640625,
+ -0.0399169921875,
+ -0.0011453628540039062,
+ -0.0130615234375,
+ -0.0071868896484375,
+ -0.0124053955078125,
+ -0.00608062744140625,
+ 0.0259552001953125,
+ 0.02777099609375,
+ 0.0017147064208984375,
+ -0.03778076171875,
+ 0.0026912689208984375,
+ 0.00016689300537109375,
+ 0.0070648193359375,
+ -0.0195465087890625,
+ 0.0038604736328125,
+ 0.0308837890625,
+ -0.008544921875,
+ -0.043365478515625,
+ 0.042388916015625,
+ 0.011749267578125,
+ 0.0163421630859375,
+ -0.01290130615234375,
+ -0.03564453125,
+ -0.01290130615234375,
+ 0.028594970703125,
+ -0.022674560546875,
+ -0.0303955078125,
+ -0.0089111328125,
+ 0.0188140869140625,
+ 0.0039215087890625,
+ 0.004848480224609375,
+ -0.0169219970703125,
+ 0.0236663818359375,
+ -0.0081329345703125,
+ 0.0010423660278320312,
+ -0.0133056640625,
+ 0.032196044921875,
+ 0.06439208984375,
+ -0.01256561279296875,
+ -0.024322509765625,
+ 0.0121612548828125,
+ 0.0489501953125,
+ 0.025634765625,
+ -0.0294036865234375,
+ 0.04437255859375,
+ 0.0110931396484375,
+ 0.07000732421875,
+ -0.0469970703125,
+ -0.017578125,
+ -0.0223388671875,
+ -0.0137176513671875,
+ 0.0198822021484375,
+ -0.0821533203125,
+ -0.040252685546875,
+ -0.009735107421875,
+ -0.047332763671875,
+ -0.03204345703125,
+ -0.0090789794921875,
+ -0.01042938232421875,
+ 0.0489501953125,
+ -0.0469970703125,
+ -0.034515380859375,
+ 0.0174102783203125,
+ 0.01593017578125,
+ -0.0061187744140625,
+ 0.0160980224609375,
+ -0.0271148681640625,
+ -0.050933837890625,
+ 0.0133056640625,
+ 0.0236663818359375,
+ -0.026458740234375,
+ 0.00472259521484375,
+ -0.0394287109375,
+ -0.004825592041015625,
+ -0.01421356201171875,
+ -0.0213623046875,
+ -0.024810791015625,
+ -0.01519775390625,
+ 0.0249786376953125,
+ -0.0206146240234375,
+ -0.003162384033203125,
+ 0.022186279296875,
+ 0.043365478515625,
+ -0.04058837890625,
+ -0.03533935546875,
+ 0.01116943359375,
+ -0.0299072265625,
+ -0.002361297607421875,
+ -0.001766204833984375,
+ 0.042388916015625,
+ -0.0276031494140625,
+ -0.0206146240234375,
+ -0.0007495880126953125,
+ 0.00246429443359375,
+ 0.05059814453125,
+ -0.0011606216430664062,
+ 0.019805908203125,
+ -0.050262451171875,
+ -0.00916290283203125,
+ -0.0213623046875,
+ 0.0302276611328125,
+ -0.00858306884765625,
+ -0.00862884521484375,
+ -0.02349853515625,
+ -0.0011243820190429688,
+ 0.041412353515625,
+ -0.0150299072265625,
+ -0.050933837890625,
+ -0.01076507568359375,
+ 0.0259552001953125,
+ 0.024810791015625,
+ 0.01142120361328125,
+ 0.0228424072265625,
+ 0.019134521484375,
+ 0.042388916015625,
+ 0.041412353515625,
+ 0.00478363037109375,
+ 0.0195465087890625,
+ 0.0218505859375,
+ -0.033203125,
+ 0.045989990234375,
+ 0.033355712890625,
+ -0.0025157928466796875,
+ -0.009613037109375,
+ 0.034820556640625,
+ -0.0196380615234375,
+ 0.018890380859375,
+ -0.024322509765625,
+ -0.0211944580078125,
+ -0.0302276611328125,
+ -0.01947021484375,
+ 0.0207061767578125,
+ -0.045013427734375,
+ -0.0126495361328125,
+ -0.029083251953125,
+ 0.0254669189453125,
+ 0.018646240234375,
+ 0.0565185546875,
+ 0.017333984375,
+ -0.0289154052734375,
+ 0.0479736328125,
+ 0.0087890625,
+ 0.0156097412109375,
+ 0.038787841796875,
+ -0.0042724609375,
+ 0.047332763671875,
+ 0.03680419921875,
+ 0.0036144256591796875,
+ 0.0211944580078125,
+ 0.032684326171875,
+ 0.03204345703125,
+ -0.0218505859375,
+ -0.0093231201171875,
+ 0.03515625,
+ -0.0012121200561523438,
+ -0.00460052490234375,
+ -0.047332763671875,
+ -0.01421356201171875,
+ 0.00466156005859375,
+ -0.0233306884765625,
+ -0.0084991455078125,
+ 0.0084228515625,
+ -0.0236663818359375,
+ -0.0297393798828125,
+ 0.011993408203125,
+ 0.0229949951171875,
+ -0.00940704345703125,
+ 0.0706787109375,
+ 0.01363372802734375,
+ -0.03204345703125,
+ -0.02874755859375,
+ 0.039764404296875,
+ -0.0002002716064453125,
+ 0.0213623046875,
+ -0.0016946792602539062,
+ 0.02447509765625,
+ -0.0018482208251953125,
+ -0.0308837890625,
+ 0.038787841796875,
+ 0.0262908935546875,
+ -0.00751495361328125,
+ 0.0198822021484375,
+ -0.0216827392578125,
+ -0.0012121200561523438,
+ -0.0153656005859375,
+ 0.044036865234375,
+ 0.0294036865234375,
+ -0.039276123046875,
+ 0.01018524169921875,
+ 0.005298614501953125,
+ 0.0206146240234375,
+ 0.04632568359375,
+ -0.04156494140625,
+ -0.0218505859375,
+ -0.0693359375,
+ 0.0229949951171875,
+ -0.05059814453125,
+ -0.032379150390625,
+ -0.037139892578125,
+ -0.05389404296875,
+ 0.047332763671875,
+ -0.017913818359375,
+ -0.026611328125,
+ 0.00252532958984375,
+ 0.006282806396484375,
+ 0.018890380859375,
+ 0.04437255859375,
+ -0.006778717041015625,
+ -0.01035308837890625,
+ 0.0007443428039550781,
+ 0.0712890625,
+ -0.0229949951171875,
+ -0.007556915283203125,
+ -0.027435302734375,
+ 0.02874755859375,
+ -0.01092529296875,
+ 0.01528167724609375,
+ -0.033203125,
+ 0.0163421630859375,
+ 0.033355712890625,
+ 0.0241546630859375,
+ -0.0090789794921875,
+ -0.0012989044189453125,
+ 0.00608062744140625,
+ -0.00792694091796875,
+ 0.048309326171875,
+ -0.043060302734375,
+ 0.003307342529296875,
+ -0.00965118408203125,
+ -0.011749267578125,
+ -0.033355712890625,
+ -0.05224609375,
+ -0.0061187744140625,
+ 0.05291748046875,
+ 0.005298614501953125,
+ -0.00916290283203125,
+ 0.00305938720703125,
+ -0.045684814453125,
+ 0.0058746337890625,
+ -0.0110931396484375,
+ -0.01006317138671875,
+ 0.029083251953125,
+ 0.045013427734375,
+ -0.0479736328125,
+ -0.00862884521484375,
+ -0.0094451904296875,
+ -0.005298614501953125,
+ -0.0292510986328125,
+ -0.0216827392578125,
+ -0.026458740234375,
+ -0.003101348876953125,
+ -0.0289154052734375,
+ -0.024810791015625,
+ 0.0213623046875,
+ -0.018157958984375,
+ 0.0023097991943359375,
+ -0.027435302734375,
+ -0.0033473968505859375,
+ -0.03826904296875,
+ -0.055877685546875,
+ 0.0251312255859375,
+ -0.0303955078125,
+ -0.0279388427734375,
+ -0.0204620361328125,
+ 0.01256561279296875,
+ 0.0031223297119140625,
+ 0.0177459716796875,
+ -0.029083251953125,
+ -0.0134735107421875,
+ -0.0241546630859375,
+ 0.043365478515625,
+ -0.0185699462890625,
+ 0.0479736328125,
+ 0.004970550537109375,
+ 0.0574951171875,
+ 0.049957275390625,
+ 0.048309326171875,
+ 0.0251312255859375,
+ 0.06011962890625,
+ 0.0190582275390625,
+ -0.0195465087890625,
+ 0.0095672607421875,
+ -0.01207733154296875,
+ -0.0020847320556640625,
+ -0.00714874267578125,
+ -0.0361328125,
+ -0.0172576904296875,
+ -0.01971435546875,
+ -0.025299072265625,
+ 0.029083251953125,
+ 0.0089569091796875,
+ 0.01256561279296875,
+ 0.0133056640625,
+ -0.0142974853515625,
+ -0.0013761520385742188,
+ 0.05718994140625,
+ -0.0005311965942382812,
+ 0.093994140625,
+ -0.0292510986328125,
+ -0.039093017578125,
+ 0.0137176513671875,
+ 0.045013427734375,
+ 0.014373779296875,
+ 0.01149749755859375,
+ 0.05059814453125,
+ 0.029571533203125,
+ -0.01806640625,
+ 0.018402099609375,
+ -0.035980224609375,
+ 0.022674560546875,
+ -0.0014066696166992188,
+ -0.0006623268127441406,
+ -0.0032253265380859375,
+ -0.028594970703125,
+ 0.026123046875,
+ 0.054229736328125,
+ 0.032867431640625,
+ 0.0006518363952636719,
+ 0.037628173828125,
+ -0.03369140625,
+ -0.0185699462890625,
+ -0.060455322265625,
+ -0.046661376953125,
+ -0.01445770263671875,
+ 0.0229949951171875,
+ -0.0038604736328125,
+ 0.01511383056640625,
+ -0.059814453125,
+ -0.05389404296875,
+ -0.003574371337890625,
+ -0.038787841796875,
+ 0.0555419921875,
+ 0.04107666015625,
+ 0.032196044921875,
+ 0.044036865234375,
+ -0.01125335693359375,
+ -0.0007548332214355469,
+ 0.036468505859375,
+ 0.01363372802734375,
+ 0.01018524169921875,
+ 0.058502197265625,
+ 0.033355712890625,
+ 0.00045943260192871094,
+ -0.012237548828125,
+ 0.03399658203125,
+ 0.0379638671875,
+ 0.0156097412109375,
+ -0.03253173828125,
+ 0.029571533203125,
+ 0.03631591796875,
+ 0.0404052734375,
+ -0.050933837890625,
+ 0.07293701171875,
+ 0.03369140625,
+ -0.026611328125,
+ 0.017822265625,
+ -0.012237548828125,
+ 0.01873779296875,
+ -0.0294036865234375,
+ -0.0023822784423828125,
+ 0.0201263427734375,
+ -0.0251312255859375,
+ -0.007556915283203125,
+ 0.03778076171875,
+ -0.057830810546875,
+ 0.01248931884765625,
+ 0.04534912109375,
+ -0.043701171875,
+ 0.038116455078125,
+ 0.0166015625,
+ -0.044677734375,
+ -0.0003619194030761719,
+ -0.01006317138671875,
+ -0.053558349609375,
+ 0.01995849609375,
+ -0.045013427734375,
+ -0.041412353515625,
+ 0.0223388671875,
+ 0.0404052734375,
+ -0.04107666015625,
+ -0.047637939453125,
+ -0.0115814208984375,
+ -0.005626678466796875,
+ -0.0258026123046875,
+ 0.00952911376953125,
+ 0.003265380859375,
+ -0.00846099853515625,
+ 0.01495361328125,
+ 0.03466796875,
+ 0.0183258056640625,
+ 0.01273345947265625,
+ -0.0142974853515625,
+ 0.07098388671875,
+ -0.0124053955078125,
+ -0.04205322265625,
+ 0.031707763671875,
+ 0.0164337158203125,
+ 0.0188140869140625,
+ -0.01947021484375,
+ -0.0374755859375,
+ -0.03582763671875,
+ 0.0280914306640625,
+ 0.01404571533203125,
+ 0.022186279296875,
+ -0.05126953125,
+ -0.026123046875,
+ -0.055206298828125,
+ 0.054229736328125,
+ -0.005031585693359375,
+ 0.028594970703125,
+ 0.0160980224609375,
+ -0.033355712890625,
+ 0.0267791748046875,
+ -0.04010009765625,
+ -0.01708984375,
+ 0.0158538818359375,
+ -0.0142974853515625,
+ 0.00665283203125,
+ 0.08050537109375,
+ -0.022674560546875,
+ -0.0233306884765625,
+ -0.01125335693359375,
+ 0.0153656005859375,
+ 0.0384521484375,
+ -0.01528167724609375,
+ -0.050933837890625,
+ 0.07757568359375,
+ 0.0115814208984375,
+ -0.0479736328125,
+ -0.0016536712646484375,
+ -0.0160980224609375,
+ -0.00433349609375,
+ 0.058502197265625,
+ -0.054534912109375,
+ 0.0016326904296875,
+ 0.0259552001953125,
+ -0.054534912109375,
+ -0.01297760009765625,
+ -0.031219482421875,
+ -0.02020263671875,
+ -0.048309326171875,
+ 0.03399658203125,
+ 0.047637939453125,
+ -0.005710601806640625,
+ 0.0171661376953125,
+ 0.041229248046875,
+ -0.005153656005859375,
+ 0.0220184326171875,
+ -0.0089111328125,
+ -0.0090789794921875,
+ 0.01445770263671875,
+ -0.039276123046875,
+ -0.0271148681640625,
+ -0.031219482421875,
+ 0.020782470703125,
+ -0.0341796875,
+ 0.0008111000061035156,
+ -0.01273345947265625,
+ -0.018402099609375,
+ 0.018890380859375,
+ -0.03155517578125,
+ 0.00665283203125,
+ -0.02349853515625,
+ -0.01023101806640625,
+ -0.00969696044921875,
+ -0.01495361328125,
+ -0.0190582275390625,
+ 0.02874755859375,
+ -0.0080108642578125,
+ 0.01290130615234375,
+ 0.038116455078125,
+ -0.061126708984375,
+ 0.0267791748046875,
+ 0.0036754608154296875,
+ 0.01183319091796875,
+ 0.023162841796875,
+ -0.006282806396484375,
+ 0.00240325927734375,
+ -0.0259552001953125,
+ 0.020294189453125,
+ -0.0201263427734375,
+ -0.02349853515625,
+ -0.05126953125,
+ 0.0193023681640625,
+ 0.0115814208984375,
+ -0.0220184326171875,
+ -0.0031833648681640625,
+ -0.021026611328125,
+ -0.0706787109375,
+ -0.0153656005859375,
+ 0.04107666015625,
+ -0.01116943359375,
+ 0.007476806640625,
+ -0.051605224609375,
+ -0.032196044921875,
+ 0.00010460615158081055,
+ -0.0061187744140625,
+ 0.040740966796875,
+ -0.039764404296875,
+ -0.00887298583984375,
+ 0.00412750244140625,
+ -0.044677734375,
+ 0.01273345947265625,
+ 0.03204345703125,
+ 0.01922607421875,
+ 0.01149749755859375,
+ 0.0241546630859375,
+ -0.0211944580078125,
+ -0.007720947265625,
+ -0.0171661376953125,
+ -0.024810791015625,
+ -0.00406646728515625,
+ -0.016845703125,
+ 0.01338958740234375,
+ -0.026458740234375,
+ 0.01338958740234375,
+ 0.00006580352783203125,
+ 0.019134521484375,
+ 0.033203125,
+ -0.007434844970703125,
+ -0.026458740234375,
+ 0.0196380615234375,
+ 0.0092010498046875,
+ 0.0706787109375,
+ -0.040740966796875,
+ -0.049957275390625,
+ 0.00501251220703125,
+ -0.01290130615234375,
+ 0.0233306884765625,
+ 0.030059814453125,
+ -0.0142974853515625,
+ -0.034515380859375,
+ 0.0236663818359375,
+ 0.045013427734375,
+ 0.0017871856689453125,
+ -0.034515380859375,
+ -0.022186279296875,
+ 0.00441741943359375,
+ 0.02398681640625,
+ 0.05914306640625,
+ -0.0032253265380859375,
+ 0.0765380859375,
+ -0.0133056640625,
+ -0.00246429443359375,
+ 0.045684814453125,
+ 0.056182861328125,
+ 0.0238189697265625,
+ -0.007476806640625,
+ -0.0361328125,
+ 0.00923919677734375,
+ 0.045684814453125,
+ -0.017578125,
+ -0.025634765625,
+ 0.0233306884765625,
+ 0.06011962890625,
+ -0.0361328125,
+ -0.036468505859375,
+ 0.00653076171875,
+ 0.00421142578125,
+ 0.0093231201171875,
+ -0.002361297607421875,
+ -0.030059814453125,
+ -0.00846099853515625,
+ 0.0145416259765625,
+ -0.05291748046875,
+ 0.01544189453125,
+ -0.0218505859375,
+ 0.01068115234375,
+ 0.049957275390625,
+ 0.012237548828125,
+ -0.0292510986328125,
+ 0.02349853515625,
+ 0.025299072265625,
+ 0.0276031494140625,
+ 0.00862884521484375,
+ 0.033203125,
+ 0.0126495361328125,
+ 0.01486968994140625,
+ 0.060791015625,
+ 0.040924072265625,
+ -0.026947021484375,
+ -0.020538330078125,
+ -0.0036563873291015625,
+ 0.0394287109375,
+ 0.037628173828125,
+ 0.068359375,
+ 0.0110931396484375,
+ 0.03515625,
+ 0.0004673004150390625,
+ -0.050933837890625,
+ 0.01708984375,
+ 0.032196044921875,
+ 0.0013551712036132812,
+ -0.0318603515625,
+ -0.0404052734375,
+ -0.007843017578125,
+ -0.0251312255859375,
+ 0.02349853515625,
+ -0.004024505615234375,
+ -0.04058837890625,
+ -0.016021728515625,
+ 0.0389404296875,
+ -0.002773284912109375,
+ -0.04534912109375,
+ 0.0254669189453125,
+ -0.009613037109375,
+ -0.03155517578125,
+ -0.026611328125,
+ -0.02447509765625,
+ 0.0272674560546875,
+ -0.023162841796875,
+ -0.07391357421875,
+ -0.02777099609375,
+ 0.014129638671875,
+ -0.0246429443359375,
+ -0.056182861328125,
+ -0.0279388427734375,
+ 0.01125335693359375,
+ -0.0297393798828125,
+ -0.025634765625,
+ -0.0712890625,
+ -0.03466796875,
+ 0.00554656982421875,
+ -0.03155517578125,
+ 0.035003662109375,
+ -0.0142974853515625,
+ -0.01947021484375,
+ 0.0036144256591796875,
+ -0.002597808837890625,
+ -0.039093017578125,
+ 0.01421356201171875,
+ -0.046661376953125,
+ 0.0267791748046875,
+ 0.040740966796875,
+ 0.018646240234375,
+ 0.03533935546875,
+ 0.045684814453125,
+ -0.00846099853515625,
+ 0.0175018310546875,
+ -0.023162841796875,
+ -0.0755615234375,
+ 0.023162841796875,
+ 0.0113372802734375,
+ 0.020294189453125,
+ -0.0831298828125,
+ -0.04010009765625,
+ 0.061767578125,
+ -0.080810546875,
+ 0.0166015625,
+ -0.0218505859375,
+ 0.00608062744140625,
+ -0.0361328125,
+ -0.0198822021484375,
+ 0.01404571533203125,
+ 0.0126495361328125,
+ 0.079833984375,
+ -0.01068115234375,
+ -0.0105133056640625,
+ 0.006694793701171875,
+ -0.06243896484375,
+ 0.040924072265625,
+ 0.016021728515625,
+ 0.023162841796875,
+ -0.061767578125,
+ 0.04534912109375,
+ 0.0166015625,
+ -0.03466796875,
+ 0.03204345703125,
+ -0.08673095703125,
+ 0.0006880760192871094,
+ 0.0198822021484375,
+ 0.017578125,
+ -0.0215301513671875,
+ 0.004230499267578125,
+ -0.03729248046875,
+ -0.049285888671875,
+ -0.0193939208984375,
+ 0.0233306884765625,
+ 0.0013866424560546875,
+ 0.01470184326171875,
+ -0.0469970703125,
+ -0.045013427734375,
+ -0.0223388671875,
+ -0.07720947265625,
+ -0.01873779296875,
+ -0.0225067138671875,
+ 0.044677734375,
+ 0.00916290283203125,
+ -0.05718994140625,
+ 0.00661468505859375,
+ 0.02874755859375,
+ 0.0163421630859375,
+ 0.006282806396484375,
+ 0.061767578125,
+ -0.045684814453125,
+ -0.018646240234375,
+ 0.004314422607421875,
+ 0.03778076171875,
+ -0.003696441650390625,
+ -0.00031828880310058594,
+ 0.00809478759765625,
+ 0.0284271240234375,
+ 0.0258026123046875,
+ -0.03350830078125,
+ 0.036956787109375,
+ 0.04058837890625,
+ -0.03680419921875,
+ -0.052581787109375,
+ -0.021026611328125,
+ -0.01462554931640625,
+ 0.0216827392578125,
+ -0.00400543212890625,
+ 0.033355712890625,
+ 0.0236663818359375,
+ -0.042724609375,
+ -0.09197998046875,
+ 0.00981903076171875,
+ -0.007312774658203125,
+ 0.023162841796875,
+ 0.0276031494140625,
+ -0.01396942138671875,
+ -0.068359375,
+ -0.0712890625,
+ -0.0009393692016601562,
+ 0.029083251953125,
+ -0.0246429443359375,
+ 0.01995849609375,
+ 0.01149749755859375,
+ -0.01495361328125,
+ 0.01092529296875,
+ 0.0058746337890625,
+ -0.006282806396484375,
+ 0.038787841796875,
+ 0.0299072265625,
+ -0.0169219970703125,
+ 0.0706787109375,
+ -0.039276123046875,
+ 0.0012378692626953125,
+ -0.0010213851928710938,
+ -0.0012578964233398438,
+ -0.01290130615234375,
+ -0.004150390625,
+ -0.031219482421875,
+ 0.0087890625,
+ 0.0241546630859375,
+ 0.051910400390625,
+ 0.003162384033203125,
+ 0.006572723388671875,
+ 0.00830078125,
+ -0.0019207000732421875,
+ 0.0185699462890625,
+ -0.022186279296875,
+ 0.02874755859375,
+ 0.033843994140625,
+ -0.02398681640625,
+ -0.023162841796875,
+ -0.0640869140625,
+ -0.080810546875,
+ 0.0161895751953125,
+ -0.049957275390625,
+ -0.01248931884765625,
+ 0.019805908203125,
+ -0.022674560546875,
+ 0.04058837890625,
+ -0.027435302734375,
+ 0.0241546630859375,
+ -0.01149749755859375,
+ 0.007720947265625,
+ -0.0489501953125,
+ 0.0259552001953125,
+ -0.00870513916015625,
+ 0.0279388427734375,
+ 0.02349853515625,
+ -0.03961181640625,
+ 0.045989990234375,
+ -0.01544189453125,
+ 0.0030803680419921875,
+ -0.0313720703125,
+ 0.00240325927734375,
+ -0.023162841796875,
+ 0.006900787353515625,
+ -0.080810546875,
+ -0.03466796875,
+ 0.04156494140625,
+ -0.00006324052810668945,
+ 0.01116943359375,
+ -0.0161895751953125,
+ 0.017333984375,
+ 0.0032863616943359375,
+ -0.058807373046875,
+ 0.01470184326171875,
+ -0.01166534423828125,
+ -0.0204620361328125,
+ -0.00023233890533447266,
+ -0.026123046875,
+ -0.0089111328125,
+ 0.0223388671875,
+ 0.0399169921875,
+ 0.046661376953125,
+ 0.027435302734375,
+ 0.0113372802734375,
+ 0.017822265625,
+ 0.026458740234375,
+ -0.0030803680419921875,
+ 0.0033473968505859375,
+ 0.04205322265625,
+ 0.0206146240234375,
+ -0.01552581787109375,
+ 0.0341796875,
+ 0.007228851318359375,
+ -0.10711669921875,
+ -0.018646240234375,
+ -0.0164337158203125,
+ -0.06011962890625,
+ 0.016845703125,
+ 0.0811767578125,
+ 0.044036865234375,
+ 0.0195465087890625,
+ 0.02349853515625,
+ 0.04010009765625,
+ 0.0209503173828125,
+ 0.0297393798828125,
+ -0.0211944580078125,
+ -0.054534912109375,
+ 0.005237579345703125,
+ 0.0124053955078125,
+ 0.017822265625,
+ -0.063720703125,
+ 0.045684814453125,
+ 0.07196044921875,
+ -0.0183258056640625,
+ -0.005420684814453125,
+ -0.00981903076171875,
+ 0.019805908203125,
+ 0.03680419921875,
+ 0.017822265625,
+ -0.0137176513671875,
+ -0.08245849609375,
+ 0.016265869140625,
+ 0.026458740234375,
+ 0.0099029541015625,
+ -0.01232147216796875,
+ -0.0145416259765625,
+ -0.00394439697265625,
+ 0.024810791015625,
+ -0.0479736328125,
+ -0.019134521484375,
+ -0.0047454833984375,
+ 0.0660400390625,
+ 0.01544189453125,
+ -0.05487060546875,
+ -0.01363372802734375,
+ 0.021026611328125,
+ 0.018890380859375,
+ -0.020294189453125,
+ 0.01380157470703125,
+ 0.0279388427734375,
+ -0.0134735107421875,
+ 0.00632476806640625,
+ 0.054229736328125,
+ -0.0130615234375,
+ 0.051910400390625,
+ 0.0156097412109375,
+ -0.040252685546875,
+ 0.026458740234375,
+ -0.0142974853515625,
+ 0.0201263427734375,
+ -0.0246429443359375,
+ -0.038787841796875,
+ -0.03680419921875,
+ -0.03582763671875,
+ 0.03350830078125,
+ -0.019805908203125,
+ 0.024322509765625,
+ 0.0267791748046875,
+ 0.0121612548828125,
+ -0.0308837890625,
+ 0.024810791015625,
+ 0.0280914306640625,
+ 0.045989990234375,
+ 0.00673675537109375,
+ 0.0203704833984375,
+ 0.01404571533203125,
+ 0.01290130615234375,
+ 0.0026493072509765625,
+ -0.05224609375,
+ 0.044677734375,
+ -0.03961181640625,
+ -0.01404571533203125,
+ -0.037628173828125,
+ -0.007965087890625,
+ 0.003040313720703125,
+ -0.041412353515625,
+ 0.0007958412170410156,
+ -0.0046844482421875,
+ 0.0009241104125976562,
+ -0.016845703125,
+ -0.06011962890625,
+ -0.04437255859375,
+ 0.04437255859375,
+ -0.045013427734375,
+ 0.0272674560546875,
+ 0.014129638671875,
+ -0.00299835205078125,
+ -0.03204345703125,
+ -0.055877685546875,
+ 0.058502197265625,
+ 0.03155517578125,
+ 0.0034084320068359375,
+ 0.01273345947265625,
+ 0.0110931396484375,
+ 0.032196044921875,
+ 0.00817108154296875,
+ 0.0218505859375,
+ 0.01568603515625,
+ -0.02874755859375,
+ 0.03369140625,
+ 0.048309326171875,
+ 0.0271148681640625,
+ -0.041229248046875,
+ 0.0389404296875,
+ 0.01314544677734375,
+ -0.05487060546875,
+ 0.01922607421875,
+ 0.00887298583984375,
+ 0.039764404296875,
+ -0.00751495361328125,
+ 0.004291534423828125,
+ 0.005298614501953125,
+ -0.059814453125,
+ 0.05322265625,
+ 0.009490966796875,
+ -0.0027923583984375,
+ 0.04962158203125,
+ -0.04205322265625,
+ 0.036468505859375,
+ -0.004909515380859375,
+ 0.042724609375,
+ -0.043365478515625,
+ 0.035003662109375,
+ -0.005748748779296875,
+ 0.009979248046875,
+ 0.00199127197265625,
+ 0.018402099609375,
+ -0.014373779296875,
+ 0.0211944580078125,
+ -0.030731201171875,
+ 0.062744140625,
+ 0.040252685546875,
+ 0.003326416015625,
+ -0.05224609375,
+ -0.007106781005859375,
+ 0.007434844970703125,
+ -0.0088348388671875,
+ 0.04156494140625,
+ -0.072265625,
+ 0.01100921630859375,
+ 0.00554656982421875,
+ 0.026947021484375,
+ 0.05126953125,
+ -0.0284271240234375,
+ 0.0184783935546875,
+ 0.0185699462890625,
+ 0.0080108642578125,
+ -0.026947021484375,
+ -0.0267791748046875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "container-analysis",
+ "namespace-isolation",
+ "privilege-escalation",
+ "process-isolation",
+ "container-escape",
+ "cgroup-analysis"
+ ],
+ "skillLevel": "expert",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Strings",
+ "type": "tool",
+ "name": "Strings",
+ "content": "strings extrahiert lesbare textfragmente aus binärdateien für initiale malware-analyse und artefakt-triage ohne aufwändige reverse-engineering-tools. findet command-and-control-urls, hardcodierte passwörter, dateipfade und debug-nachrichten in verschleierten oder gepackten malware-samples. unicode-unterstützung für internationale zeichensätze, offset-anzeige ermöglicht hex-editor-korrelation. pipe-integration mit grep und awk für erweiterte mustersuche. unverzichtbar für quick-wins bei kryptischen binärdateien. cli string-search binary-decode triage cross-platform fast-scan unicode-support pattern-extraction malware-triage c2-discovery password-finding pipe-friendly incident-response malware-analysis static-investigations examination",
+ "embedding": [
+ -0.0098419189453125,
+ 0.039031982421875,
+ 0.055145263671875,
+ 0.003337860107421875,
+ 0.0277557373046875,
+ 0.0204620361328125,
+ 0.0088043212890625,
+ -0.00502777099609375,
+ -0.00775909423828125,
+ 0.0117950439453125,
+ -0.04510498046875,
+ 0.0679931640625,
+ 0.03692626953125,
+ 0.01326751708984375,
+ -0.042999267578125,
+ 0.041961669921875,
+ 0.0006341934204101562,
+ 0.00218963623046875,
+ -0.004856109619140625,
+ 0.02392578125,
+ -0.040740966796875,
+ -0.0182037353515625,
+ -0.037994384765625,
+ 0.0013170242309570312,
+ -0.0038585662841796875,
+ 0.00919342041015625,
+ -0.01058197021484375,
+ -0.04473876953125,
+ -0.0258331298828125,
+ 0.01092529296875,
+ 0.0284423828125,
+ -0.049591064453125,
+ -0.0214996337890625,
+ 0.03070068359375,
+ 0.007022857666015625,
+ -0.006504058837890625,
+ -0.0005092620849609375,
+ -0.032440185546875,
+ -0.0005364418029785156,
+ 0.0362548828125,
+ -0.0254974365234375,
+ 0.019073486328125,
+ 0.031402587890625,
+ -0.016387939453125,
+ -0.01361083984375,
+ -0.03607177734375,
+ 0.016387939453125,
+ -0.0155181884765625,
+ -0.006374359130859375,
+ -0.030517578125,
+ 0.050628662109375,
+ 0.033111572265625,
+ -0.0022754669189453125,
+ -0.03363037109375,
+ -0.01161956787109375,
+ 0.05029296875,
+ 0.019073486328125,
+ -0.01352691650390625,
+ -0.03851318359375,
+ 0.06451416015625,
+ -0.052032470703125,
+ -0.0161285400390625,
+ -0.01136016845703125,
+ -0.01387786865234375,
+ 0.006893157958984375,
+ 0.02392578125,
+ -0.00823974609375,
+ -0.0227203369140625,
+ 0.007328033447265625,
+ -0.005245208740234375,
+ 0.0093231201171875,
+ -0.0457763671875,
+ -0.0160369873046875,
+ 0.0548095703125,
+ -0.00785064697265625,
+ -0.046142578125,
+ 0.008544921875,
+ 0.01352691650390625,
+ 0.01079559326171875,
+ 0.00531005859375,
+ -0.025665283203125,
+ -0.0206451416015625,
+ 0.007022857666015625,
+ 0.0032291412353515625,
+ 0.0059814453125,
+ 0.0004444122314453125,
+ 0.022552490234375,
+ 0.01274871826171875,
+ -0.0009212493896484375,
+ -0.00698089599609375,
+ 0.01161956787109375,
+ -0.0076751708984375,
+ -0.0152587890625,
+ 0.006114959716796875,
+ 0.0286102294921875,
+ 0.054107666015625,
+ -0.026702880859375,
+ -0.0188140869140625,
+ -0.025146484375,
+ 0.040069580078125,
+ 0.016387939453125,
+ -0.0263671875,
+ 0.0672607421875,
+ -0.02020263671875,
+ 0.051666259765625,
+ -0.031402587890625,
+ 0.039031982421875,
+ -0.03277587890625,
+ 0.004550933837890625,
+ 0.002101898193359375,
+ -0.10821533203125,
+ -0.04718017578125,
+ -0.031402587890625,
+ -0.0791015625,
+ -0.00543975830078125,
+ 0.00966644287109375,
+ 0.0109710693359375,
+ 0.0193328857421875,
+ -0.051666259765625,
+ -0.0478515625,
+ -0.007110595703125,
+ 0.01387786865234375,
+ -0.0038585662841796875,
+ 0.00559234619140625,
+ -0.072509765625,
+ -0.04718017578125,
+ -0.0191650390625,
+ 0.00615692138671875,
+ -0.0286102294921875,
+ -0.0254974365234375,
+ -0.03070068359375,
+ -0.0117034912109375,
+ -0.02740478515625,
+ -0.0260162353515625,
+ -0.028961181640625,
+ -0.026702880859375,
+ 0.004314422607421875,
+ 0.007152557373046875,
+ -0.01058197021484375,
+ 0.018646240234375,
+ 0.04718017578125,
+ -0.023406982421875,
+ -0.05584716796875,
+ 0.00164794921875,
+ -0.049957275390625,
+ -0.006591796875,
+ -0.025665283203125,
+ 0.04510498046875,
+ -0.032257080078125,
+ -0.01274871826171875,
+ -0.0009918212890625,
+ 0.0028839111328125,
+ 0.06658935546875,
+ 0.0013551712036132812,
+ 0.007152557373046875,
+ -0.0218505859375,
+ -0.006374359130859375,
+ -0.03155517578125,
+ 0.05029296875,
+ -0.010101318359375,
+ 0.006069183349609375,
+ 0.0216827392578125,
+ -0.011962890625,
+ 0.050628662109375,
+ -0.0035552978515625,
+ -0.046142578125,
+ -0.008758544921875,
+ 0.033477783203125,
+ 0.00893402099609375,
+ -0.0008997917175292969,
+ 0.0303497314453125,
+ -0.0296630859375,
+ 0.049591064453125,
+ 0.08258056640625,
+ -0.015960693359375,
+ 0.0109710693359375,
+ 0.0198516845703125,
+ -0.00409698486328125,
+ 0.056182861328125,
+ 0.0350341796875,
+ 0.0177764892578125,
+ -0.027923583984375,
+ 0.0242767333984375,
+ -0.007415771484375,
+ 0.0206451416015625,
+ -0.03070068359375,
+ -0.0230712890625,
+ -0.0084075927734375,
+ -0.0160369873046875,
+ 0.0183868408203125,
+ -0.03936767578125,
+ -0.0015172958374023438,
+ 0.00559234619140625,
+ 0.047515869140625,
+ 0.006328582763671875,
+ 0.0631103515625,
+ 0.0194244384765625,
+ -0.002719879150390625,
+ 0.027923583984375,
+ -0.0177764892578125,
+ 0.009063720703125,
+ 0.0230712890625,
+ 0.010711669921875,
+ 0.051666259765625,
+ 0.018646240234375,
+ 0.01300811767578125,
+ -0.0286102294921875,
+ 0.04510498046875,
+ 0.0260162353515625,
+ -0.0258331298828125,
+ -0.0027751922607421875,
+ 0.043182373046875,
+ -0.00585174560546875,
+ -0.0006556510925292969,
+ -0.0272216796875,
+ -0.0457763671875,
+ 0.0209808349609375,
+ -0.0096282958984375,
+ -0.022552490234375,
+ -0.02288818359375,
+ -0.005161285400390625,
+ -0.05999755859375,
+ -0.021759033203125,
+ 0.033111572265625,
+ -0.0216827392578125,
+ 0.0221099853515625,
+ 0.055145263671875,
+ -0.0106201171875,
+ -0.021759033203125,
+ 0.00507354736328125,
+ 0.029998779296875,
+ 0.0079345703125,
+ -0.002201080322265625,
+ 0.00119781494140625,
+ -0.03363037109375,
+ -0.0265350341796875,
+ 0.05029296875,
+ 0.01100921630859375,
+ -0.01136016845703125,
+ -0.002513885498046875,
+ -0.0287933349609375,
+ 0.039031982421875,
+ -0.007457733154296875,
+ 0.01248931884765625,
+ 0.02947998046875,
+ -0.027923583984375,
+ 0.0173492431640625,
+ -0.0032958984375,
+ 0.0254974365234375,
+ 0.04681396484375,
+ -0.0260162353515625,
+ -0.00811004638671875,
+ -0.041961669921875,
+ -0.0036411285400390625,
+ -0.034332275390625,
+ -0.045440673828125,
+ -0.004573822021484375,
+ -0.0614013671875,
+ 0.031036376953125,
+ 0.0006799697875976562,
+ -0.01100921630859375,
+ -0.003879547119140625,
+ 0.0222015380859375,
+ -0.015869140625,
+ 0.056182861328125,
+ 0.01517486572265625,
+ -0.046142578125,
+ 0.03936767578125,
+ 0.07666015625,
+ -0.0265350341796875,
+ -0.0161285400390625,
+ -0.00884246826171875,
+ 0.0296630859375,
+ -0.00399017333984375,
+ 0.006633758544921875,
+ -0.032257080078125,
+ -0.02410888671875,
+ 0.0275726318359375,
+ 0.0161285400390625,
+ 0.027923583984375,
+ -0.01222991943359375,
+ 0.00775909423828125,
+ -0.01136016845703125,
+ 0.05029296875,
+ -0.043701171875,
+ 0.0232391357421875,
+ -0.019256591796875,
+ 0.01222991943359375,
+ -0.0020809173583984375,
+ -0.043182373046875,
+ -0.0025463104248046875,
+ 0.025665283203125,
+ 0.0272216796875,
+ 0.0096282958984375,
+ 0.0191650390625,
+ -0.032440185546875,
+ 0.011444091796875,
+ 0.0040740966796875,
+ -0.044219970703125,
+ 0.033294677734375,
+ 0.078369140625,
+ -0.0222015380859375,
+ 0.03155517578125,
+ -0.020904541015625,
+ 0.01543426513671875,
+ -0.028961181640625,
+ -0.0341796875,
+ -0.0237579345703125,
+ -0.025665283203125,
+ -0.0272216796875,
+ 0.00780487060546875,
+ 0.01326751708984375,
+ -0.0177764892578125,
+ 0.03955078125,
+ -0.02618408203125,
+ 0.0073699951171875,
+ -0.0362548828125,
+ -0.025146484375,
+ 0.002666473388671875,
+ -0.0227203369140625,
+ -0.03173828125,
+ -0.0218505859375,
+ 0.057220458984375,
+ -0.022369384765625,
+ -0.00867462158203125,
+ -0.0230712890625,
+ -0.01404571533203125,
+ -0.050994873046875,
+ 0.020294189453125,
+ -0.0242767333984375,
+ 0.003620147705078125,
+ -0.00095367431640625,
+ 0.0482177734375,
+ 0.032958984375,
+ 0.019683837890625,
+ 0.0478515625,
+ 0.053070068359375,
+ -0.00698089599609375,
+ -0.034698486328125,
+ -0.01161956787109375,
+ -0.0139617919921875,
+ -0.00502777099609375,
+ 0.005092620849609375,
+ -0.0185546875,
+ -0.019256591796875,
+ -0.0286102294921875,
+ -0.024627685546875,
+ 0.028961181640625,
+ 0.0106201171875,
+ 0.0589599609375,
+ -0.0088043212890625,
+ -0.0167388916015625,
+ -0.00466156005859375,
+ 0.06103515625,
+ 0.019256591796875,
+ 0.0943603515625,
+ -0.00832366943359375,
+ -0.031219482421875,
+ -0.0286102294921875,
+ 0.03277587890625,
+ -0.045440673828125,
+ 0.0189056396484375,
+ 0.0161285400390625,
+ 0.0244598388671875,
+ -0.0015497207641601562,
+ 0.00949859619140625,
+ -0.0028400421142578125,
+ 0.0079803466796875,
+ -0.0036411285400390625,
+ 0.02142333984375,
+ 0.029998779296875,
+ 0.001712799072265625,
+ 0.00672149658203125,
+ 0.025146484375,
+ 0.02947998046875,
+ 0.03155517578125,
+ 0.06451416015625,
+ -0.00698089599609375,
+ -0.0204620361328125,
+ -0.03173828125,
+ -0.0804443359375,
+ -0.0139617919921875,
+ 0.01413726806640625,
+ 0.01629638671875,
+ 0.042999267578125,
+ -0.0164794921875,
+ -0.056549072265625,
+ 0.020294189453125,
+ -0.06243896484375,
+ 0.0791015625,
+ 0.05584716796875,
+ -0.0188140869140625,
+ 0.0176849365234375,
+ -0.020721435546875,
+ 0.01378631591796875,
+ 0.001918792724609375,
+ -0.0109710693359375,
+ 0.041107177734375,
+ 0.044036865234375,
+ 0.04388427734375,
+ 0.0019397735595703125,
+ -0.026885986328125,
+ 0.006198883056640625,
+ 0.03155517578125,
+ 0.022369384765625,
+ -0.017425537109375,
+ 0.04058837890625,
+ 0.01187896728515625,
+ 0.0303497314453125,
+ -0.038665771484375,
+ 0.0286102294921875,
+ 0.0291290283203125,
+ 0.0112762451171875,
+ 0.00502777099609375,
+ -0.0272216796875,
+ 0.01265716552734375,
+ -0.07177734375,
+ 0.00775909423828125,
+ -0.00888824462890625,
+ 0.043365478515625,
+ 0.0272216796875,
+ 0.0157012939453125,
+ -0.0478515625,
+ -0.0009160041809082031,
+ 0.050994873046875,
+ -0.0478515625,
+ -0.0017347335815429688,
+ 0.035369873046875,
+ -0.025665283203125,
+ -0.00424957275390625,
+ -0.023406982421875,
+ -0.06280517578125,
+ 0.0482177734375,
+ -0.046478271484375,
+ -0.03155517578125,
+ 0.0198516845703125,
+ 0.0162200927734375,
+ -0.034698486328125,
+ -0.03814697265625,
+ -0.039703369140625,
+ -0.007110595703125,
+ -0.00399017333984375,
+ -0.03955078125,
+ 0.045440673828125,
+ -0.0019073486328125,
+ 0.0098876953125,
+ 0.0338134765625,
+ 0.038848876953125,
+ -0.0133514404296875,
+ -0.0155181884765625,
+ 0.05792236328125,
+ -0.0265350341796875,
+ -0.05377197265625,
+ 0.04180908203125,
+ -0.004878997802734375,
+ 0.023590087890625,
+ -0.0296630859375,
+ -0.059661865234375,
+ 0.0024929046630859375,
+ 0.01378631591796875,
+ 0.0209808349609375,
+ -0.01439666748046875,
+ -0.068359375,
+ -0.04925537109375,
+ -0.0428466796875,
+ 0.057586669921875,
+ 0.00420379638671875,
+ 0.051666259765625,
+ 0.00858306884765625,
+ -0.046142578125,
+ 0.0350341796875,
+ -0.052032470703125,
+ -0.01032257080078125,
+ -0.0139617919921875,
+ -0.00342559814453125,
+ -0.0157012939453125,
+ 0.06280517578125,
+ -0.0152587890625,
+ -0.007587432861328125,
+ -0.01543426513671875,
+ 0.04248046875,
+ 0.006458282470703125,
+ 0.0032958984375,
+ -0.057220458984375,
+ 0.05377197265625,
+ 0.04510498046875,
+ -0.055145263671875,
+ -0.015869140625,
+ -0.0172576904296875,
+ 0.016998291015625,
+ 0.03363037109375,
+ -0.055145263671875,
+ -0.0211639404296875,
+ -0.01387786865234375,
+ -0.057220458984375,
+ -0.07110595703125,
+ -0.0287933349609375,
+ -0.041107177734375,
+ -0.03607177734375,
+ 0.0200347900390625,
+ 0.0338134765625,
+ -0.0093231201171875,
+ 0.05029296875,
+ 0.028961181640625,
+ -0.00801849365234375,
+ 0.006328582763671875,
+ -0.002819061279296875,
+ -0.039703369140625,
+ 0.0155181884765625,
+ -0.059661865234375,
+ -0.0214996337890625,
+ -0.015350341796875,
+ 0.034332275390625,
+ -0.0172576904296875,
+ 0.0101470947265625,
+ -0.01187896728515625,
+ -0.0254974365234375,
+ 0.01213836669921875,
+ -0.047515869140625,
+ -0.0123138427734375,
+ 0.01018524169921875,
+ -0.0007534027099609375,
+ -0.0275726318359375,
+ -0.005939483642578125,
+ 0.00775909423828125,
+ 0.007282257080078125,
+ -0.014739990234375,
+ 0.0123138427734375,
+ 0.0284423828125,
+ -0.0286102294921875,
+ 0.01153564453125,
+ 0.007328033447265625,
+ -0.023406982421875,
+ -0.015869140625,
+ 0.0095367431640625,
+ 0.011962890625,
+ -0.015960693359375,
+ 0.0298309326171875,
+ -0.01326751708984375,
+ -0.0010242462158203125,
+ -0.080810546875,
+ 0.013092041015625,
+ 0.0026226043701171875,
+ 0.002307891845703125,
+ -0.01629638671875,
+ -0.034515380859375,
+ -0.0631103515625,
+ 0.007198333740234375,
+ 0.0391845703125,
+ 0.03729248046875,
+ -0.017425537109375,
+ -0.0206451416015625,
+ -0.0222015380859375,
+ -0.00698089599609375,
+ -0.04022216796875,
+ 0.044403076171875,
+ -0.0144805908203125,
+ 0.007457733154296875,
+ -0.0042266845703125,
+ -0.0222015380859375,
+ 0.048553466796875,
+ 0.025665283203125,
+ 0.0277557373046875,
+ 0.027923583984375,
+ 0.0198516845703125,
+ -0.028961181640625,
+ 0.003814697265625,
+ 0.0162200927734375,
+ -0.039886474609375,
+ -0.01483154296875,
+ -0.01352691650390625,
+ 0.018646240234375,
+ -0.0308685302734375,
+ -0.0244598388671875,
+ 0.02081298828125,
+ 0.01629638671875,
+ 0.025146484375,
+ -0.0199432373046875,
+ 0.0006937980651855469,
+ 0.0198516845703125,
+ -0.0125732421875,
+ 0.067626953125,
+ -0.0270538330078125,
+ -0.048553466796875,
+ -0.01430511474609375,
+ 0.022552490234375,
+ 0.055145263671875,
+ 0.0222015380859375,
+ 0.0104522705078125,
+ -0.032257080078125,
+ 0.0203704833984375,
+ 0.0428466796875,
+ -0.01110076904296875,
+ -0.0338134765625,
+ -0.048553466796875,
+ 0.0010023117065429688,
+ 0.0059814453125,
+ 0.045440673828125,
+ 0.00008672475814819336,
+ 0.0745849609375,
+ -0.0017995834350585938,
+ 0.006374359130859375,
+ 0.03936767578125,
+ 0.059326171875,
+ 0.02618408203125,
+ -0.035552978515625,
+ -0.043365478515625,
+ -0.00749969482421875,
+ -0.006504058837890625,
+ -0.036773681640625,
+ -0.0260162353515625,
+ 0.01110076904296875,
+ 0.04718017578125,
+ -0.055511474609375,
+ -0.034515380859375,
+ -0.0117034912109375,
+ 0.031402587890625,
+ 0.0232391357421875,
+ 0.0100555419921875,
+ -0.03277587890625,
+ 0.01413726806640625,
+ -0.01001739501953125,
+ -0.042327880859375,
+ -0.0157012939453125,
+ -0.0296630859375,
+ 0.00435638427734375,
+ 0.052734375,
+ 0.037994384765625,
+ -0.0162200927734375,
+ 0.025146484375,
+ 0.007110595703125,
+ 0.040740966796875,
+ -0.006805419921875,
+ 0.028961181640625,
+ -0.00966644287109375,
+ 0.0282745361328125,
+ 0.04510498046875,
+ 0.0341796875,
+ -0.025146484375,
+ -0.0282745361328125,
+ 0.015869140625,
+ 0.03155517578125,
+ 0.04681396484375,
+ 0.048919677734375,
+ -0.00958251953125,
+ 0.0263671875,
+ -0.020904541015625,
+ -0.0634765625,
+ 0.021331787109375,
+ -0.003620147705078125,
+ -0.0206451416015625,
+ -0.038848876953125,
+ -0.02740478515625,
+ 0.0157012939453125,
+ -0.056182861328125,
+ 0.027923583984375,
+ 0.0176849365234375,
+ -0.024627685546875,
+ -0.0183868408203125,
+ 0.04681396484375,
+ 0.005939483642578125,
+ -0.0482177734375,
+ 0.033477783203125,
+ -0.0195159912109375,
+ -0.0040740966796875,
+ -0.0298309326171875,
+ -0.031402587890625,
+ 0.036773681640625,
+ -0.0215911865234375,
+ -0.06622314453125,
+ -0.0523681640625,
+ 0.03521728515625,
+ 0.001972198486328125,
+ -0.03692626953125,
+ 0.01049041748046875,
+ 0.0007371902465820312,
+ -0.01491546630859375,
+ -0.01413726806640625,
+ -0.06103515625,
+ -0.005138397216796875,
+ 0.0179443359375,
+ -0.056182861328125,
+ 0.033111572265625,
+ -0.01318359375,
+ -0.0133514404296875,
+ 0.0144805908203125,
+ -0.01136016845703125,
+ -0.0697021484375,
+ 0.048553466796875,
+ -0.0457763671875,
+ 0.03729248046875,
+ 0.024627685546875,
+ 0.018646240234375,
+ 0.00450897216796875,
+ 0.07110595703125,
+ -0.0189056396484375,
+ -0.0200347900390625,
+ -0.019683837890625,
+ -0.06103515625,
+ -0.0005393028259277344,
+ 0.016815185546875,
+ -0.01291656494140625,
+ -0.07354736328125,
+ 0.00672149658203125,
+ 0.03936767578125,
+ -0.0631103515625,
+ 0.005268096923828125,
+ 0.00919342041015625,
+ 0.0032958984375,
+ -0.048919677734375,
+ 0.0161285400390625,
+ -0.0027751922607421875,
+ -0.005680084228515625,
+ 0.091552734375,
+ 0.0260162353515625,
+ -0.0106658935546875,
+ -0.0023403167724609375,
+ -0.037811279296875,
+ 0.09088134765625,
+ 0.0144805908203125,
+ 0.0125732421875,
+ -0.03070068359375,
+ 0.035369873046875,
+ 0.0185546875,
+ -0.01110076904296875,
+ 0.0209808349609375,
+ -0.055145263671875,
+ -0.01483154296875,
+ 0.0232391357421875,
+ 0.03277587890625,
+ -0.0014200210571289062,
+ -0.004638671875,
+ -0.03485107421875,
+ -0.037994384765625,
+ 0.006458282470703125,
+ 0.0166473388671875,
+ 0.00827789306640625,
+ -0.005462646484375,
+ -0.039703369140625,
+ 0.003337860107421875,
+ -0.004962921142578125,
+ -0.0303497314453125,
+ -0.03936767578125,
+ -0.026885986328125,
+ 0.0205535888671875,
+ -0.0088043212890625,
+ -0.0614013671875,
+ 0.0249786376953125,
+ 0.0087127685546875,
+ 0.00420379638671875,
+ 0.022552490234375,
+ 0.03936767578125,
+ -0.048919677734375,
+ -0.0015935897827148438,
+ -0.0007696151733398438,
+ 0.0199432373046875,
+ 0.00867462158203125,
+ 0.00966644287109375,
+ 0.0088043212890625,
+ 0.026702880859375,
+ -0.003925323486328125,
+ -0.04058837890625,
+ 0.031219482421875,
+ 0.025146484375,
+ -0.01629638671875,
+ -0.0523681640625,
+ -0.024627685546875,
+ -0.01318359375,
+ 0.0350341796875,
+ -0.01265716552734375,
+ 0.0291290283203125,
+ 0.00672149658203125,
+ -0.01274871826171875,
+ -0.0870361328125,
+ 0.046478271484375,
+ -0.01959228515625,
+ 0.014739990234375,
+ 0.0258331298828125,
+ -0.007110595703125,
+ -0.0877685546875,
+ -0.040924072265625,
+ -0.015350341796875,
+ 0.01291656494140625,
+ -0.0362548828125,
+ 0.0457763671875,
+ 0.041961669921875,
+ 0.0015716552734375,
+ 0.0230712890625,
+ -0.0007696151733398438,
+ -0.01018524169921875,
+ 0.0237579345703125,
+ 0.01084136962890625,
+ -0.043365478515625,
+ 0.056182861328125,
+ -0.043365478515625,
+ 0.0031223297119140625,
+ -0.01629638671875,
+ 0.015350341796875,
+ -0.002330780029296875,
+ 0.0117034912109375,
+ -0.03070068359375,
+ -0.033294677734375,
+ 0.0280914306640625,
+ 0.03155517578125,
+ -0.0187225341796875,
+ 0.0079803466796875,
+ -0.0198516845703125,
+ 0.00858306884765625,
+ 0.0117950439453125,
+ -0.013092041015625,
+ 0.0093231201171875,
+ -0.01517486572265625,
+ -0.032257080078125,
+ -0.0117034912109375,
+ -0.06451416015625,
+ -0.070068359375,
+ 0.0095367431640625,
+ -0.046142578125,
+ -0.01483154296875,
+ 0.0195159912109375,
+ 0.0084991455078125,
+ 0.0079803466796875,
+ -0.0253143310546875,
+ 0.035552978515625,
+ -0.019256591796875,
+ -0.039031982421875,
+ -0.0149993896484375,
+ 0.0167388916015625,
+ -0.023406982421875,
+ 0.037445068359375,
+ 0.0018320083618164062,
+ -0.0007805824279785156,
+ 0.0230712890625,
+ -0.0112762451171875,
+ -0.01300811767578125,
+ -0.01491546630859375,
+ -0.01491546630859375,
+ -0.05584716796875,
+ 0.0052032470703125,
+ -0.052032470703125,
+ -0.01100921630859375,
+ 0.007110595703125,
+ 0.01058197021484375,
+ 0.00563812255859375,
+ -0.03155517578125,
+ 0.048919677734375,
+ -0.01110076904296875,
+ -0.06591796875,
+ 0.0152587890625,
+ -0.0263671875,
+ -0.027923583984375,
+ 0.0144805908203125,
+ -0.02618408203125,
+ 0.02288818359375,
+ 0.0220184326171875,
+ 0.04180908203125,
+ 0.047515869140625,
+ 0.049591064453125,
+ 0.036407470703125,
+ -0.03399658203125,
+ 0.00286102294921875,
+ -0.0111846923828125,
+ 0.0164794921875,
+ 0.033111572265625,
+ 0.0275726318359375,
+ -0.02020263671875,
+ 0.01465606689453125,
+ 0.0117034912109375,
+ -0.0738525390625,
+ -0.00801849365234375,
+ -0.019073486328125,
+ -0.027923583984375,
+ 0.016998291015625,
+ 0.06243896484375,
+ 0.03173828125,
+ 0.0048980712890625,
+ 0.014739990234375,
+ 0.05584716796875,
+ 0.041290283203125,
+ -0.0028400421142578125,
+ -0.036407470703125,
+ -0.07177734375,
+ -0.00440216064453125,
+ -0.01517486572265625,
+ 0.0117034912109375,
+ -0.0738525390625,
+ 0.032958984375,
+ 0.048553466796875,
+ 0.01291656494140625,
+ -0.0191650390625,
+ -0.00435638427734375,
+ -0.0134429931640625,
+ 0.04510498046875,
+ 0.01187896728515625,
+ 0.054443359375,
+ -0.0655517578125,
+ 0.027923583984375,
+ 0.00785064697265625,
+ -0.0193328857421875,
+ -0.005397796630859375,
+ -0.00762939453125,
+ -0.00672149658203125,
+ 0.03277587890625,
+ -0.041107177734375,
+ 0.0272216796875,
+ 0.0265350341796875,
+ 0.07806396484375,
+ 0.007198333740234375,
+ -0.056884765625,
+ -0.045440673828125,
+ 0.0210723876953125,
+ -0.006893157958984375,
+ -0.01491546630859375,
+ -0.008148193359375,
+ -0.0007696151733398438,
+ -0.025665283203125,
+ 0.0060272216796875,
+ 0.03607177734375,
+ 0.0272216796875,
+ 0.0303497314453125,
+ 0.0206451416015625,
+ -0.043182373046875,
+ 0.0198516845703125,
+ 0.002613067626953125,
+ 0.0036411285400390625,
+ -0.0068511962890625,
+ -0.0204620361328125,
+ -0.009063720703125,
+ -0.04473876953125,
+ 0.04144287109375,
+ -0.01222991943359375,
+ 0.03955078125,
+ 0.0230712890625,
+ 0.01213836669921875,
+ -0.0187225341796875,
+ 0.0144805908203125,
+ 0.0230712890625,
+ 0.04022216796875,
+ 0.01629638671875,
+ 0.01708984375,
+ 0.0123138427734375,
+ 0.043701171875,
+ -0.00667572021484375,
+ -0.0282745361328125,
+ 0.015869140625,
+ -0.032958984375,
+ 0.0258331298828125,
+ -0.052734375,
+ -0.0012083053588867188,
+ 0.00078582763671875,
+ -0.0428466796875,
+ 0.00342559814453125,
+ -0.031219482421875,
+ -0.005767822265625,
+ 0.000011026859283447266,
+ -0.039886474609375,
+ -0.0125732421875,
+ 0.0457763671875,
+ -0.046478271484375,
+ 0.0198516845703125,
+ 0.01413726806640625,
+ -0.005420684814453125,
+ -0.00518035888671875,
+ -0.05377197265625,
+ 0.0589599609375,
+ 0.0275726318359375,
+ 0.018463134765625,
+ 0.00066375732421875,
+ 0.005008697509765625,
+ 0.027923583984375,
+ -0.015350341796875,
+ 0.056549072265625,
+ 0.023590087890625,
+ -0.0019073486328125,
+ 0.043182373046875,
+ 0.03192138671875,
+ 0.01222991943359375,
+ -0.046142578125,
+ 0.0242767333984375,
+ 0.0162200927734375,
+ -0.03277587890625,
+ 0.0303497314453125,
+ 0.0253143310546875,
+ 0.0249786376953125,
+ -0.0011758804321289062,
+ -0.035888671875,
+ 0.006504058837890625,
+ -0.0745849609375,
+ 0.07073974609375,
+ 0.001094818115234375,
+ -0.0022869110107421875,
+ 0.0263671875,
+ -0.020111083984375,
+ 0.0428466796875,
+ 0.0101470947265625,
+ 0.07666015625,
+ -0.03521728515625,
+ 0.049591064453125,
+ -0.03729248046875,
+ -0.02947998046875,
+ 0.01136016845703125,
+ 0.0139617919921875,
+ -0.0016260147094726562,
+ 0.022369384765625,
+ -0.00780487060546875,
+ 0.0614013671875,
+ 0.0206451416015625,
+ 0.00021135807037353516,
+ -0.052734375,
+ 0.003143310546875,
+ -0.010406494140625,
+ 0.02740478515625,
+ 0.0237579345703125,
+ -0.0275726318359375,
+ -0.036407470703125,
+ 0.01430511474609375,
+ 0.029998779296875,
+ 0.0638427734375,
+ -0.004680633544921875,
+ 0.0188140869140625,
+ 0.002124786376953125,
+ -0.00383758544921875,
+ 0.0026226043701171875,
+ -0.0176849365234375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "string-search",
+ "binary-decode",
+ "triage",
+ "cross-platform",
+ "fast-scan",
+ "unicode-support",
+ "pattern-extraction",
+ "malware-triage",
+ "c2-discovery",
+ "password-finding",
+ "pipe-friendly"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Ghidra",
+ "type": "tool",
+ "name": "Ghidra",
+ "content": "ghidra reverse-engineering-framework mit fortschrittlichem decompiler für assembly-zu-c-code-transformation und cross-architecture-binary-analyse von malware und firmware. unterstützt 30+ prozessor-architekturen von x86/x64 über arm, mips bis zu exotischen embedded-cpus und dsps. ghidra-server ermöglicht kollaborative team-analyse mit versionskontrolle und shared-projects. pcode als intermediate language vereinheitlicht multi-architecture-analysen durch abstrakte darstellung. function-graph visualisiert control-flow interaktiv, script-manager automatisiert mit python/java komplexe reverse-engineering-tasks. pattern-matching identifiziert bekannte funktionen automatisch. gui binary-decode malware-unpacking cross-platform scripting opensource decompiler multi-architecture collaborative function-graph pattern-matching version-tracking malware-analysis ics-forensics static-investigations analysis",
+ "embedding": [
+ -0.036651611328125,
+ -0.0005483627319335938,
+ 0.03179931640625,
+ 0.031402587890625,
+ 0.010284423828125,
+ 0.03314208984375,
+ 0.023895263671875,
+ 0.020477294921875,
+ -0.03216552734375,
+ -0.024566650390625,
+ -0.01306915283203125,
+ 0.0450439453125,
+ 0.005558013916015625,
+ 0.0013408660888671875,
+ -0.050689697265625,
+ 0.04388427734375,
+ -0.00463104248046875,
+ 0.01209259033203125,
+ 0.0032672882080078125,
+ 0.0179443359375,
+ -0.031005859375,
+ -0.01107025146484375,
+ -0.028076171875,
+ -0.0119476318359375,
+ 0.00931549072265625,
+ 0.00750732421875,
+ -0.01462554931640625,
+ -0.08111572265625,
+ -0.020477294921875,
+ -0.010040283203125,
+ 0.034332275390625,
+ -0.02593994140625,
+ 0.01067352294921875,
+ 0.0092620849609375,
+ 0.005558013916015625,
+ -0.01306915283203125,
+ 0.0020847320556640625,
+ -0.04583740234375,
+ 0.0019378662109375,
+ 0.04913330078125,
+ -0.04388427734375,
+ 0.02203369140625,
+ 0.0198974609375,
+ -0.0135498046875,
+ -0.0115509033203125,
+ -0.044281005859375,
+ -0.0001379251480102539,
+ -0.00017440319061279297,
+ 0.0206756591796875,
+ -0.037445068359375,
+ 0.02691650390625,
+ 0.00799560546875,
+ 0.0157928466796875,
+ -0.03179931640625,
+ -0.0263214111328125,
+ 0.0227203369140625,
+ 0.01442718505859375,
+ -0.02008056640625,
+ -0.03314208984375,
+ 0.06866455078125,
+ -0.0179443359375,
+ -0.005290985107421875,
+ 0.00970458984375,
+ -0.0122833251953125,
+ 0.0193023681640625,
+ 0.03277587890625,
+ -0.01082611083984375,
+ -0.02789306640625,
+ 0.010772705078125,
+ 0.002986907958984375,
+ 0.010528564453125,
+ 0.0117950439453125,
+ -0.0178375244140625,
+ 0.049530029296875,
+ -0.04681396484375,
+ -0.0489501953125,
+ 0.00244903564453125,
+ 0.034515380859375,
+ 0.0181427001953125,
+ 0.01384735107421875,
+ -0.0286712646484375,
+ -0.0022678375244140625,
+ 0.039581298828125,
+ -0.02398681640625,
+ -0.0232086181640625,
+ 0.01038360595703125,
+ 0.007801055908203125,
+ 0.0208587646484375,
+ 0.004070281982421875,
+ -0.00018668174743652344,
+ 0.005947113037109375,
+ -0.0117950439453125,
+ 0.037445068359375,
+ -0.02593994140625,
+ 0.0292510986328125,
+ 0.052642822265625,
+ -0.048553466796875,
+ 0.005924224853515625,
+ -0.0188140869140625,
+ 0.0117950439453125,
+ 0.0242767333984375,
+ -0.005168914794921875,
+ 0.040374755859375,
+ -0.025543212890625,
+ 0.041351318359375,
+ -0.0450439453125,
+ 0.01316070556640625,
+ -0.01462554931640625,
+ -0.000606536865234375,
+ -0.0161895751953125,
+ -0.10064697265625,
+ -0.02301025390625,
+ -0.0179443359375,
+ -0.05499267578125,
+ -0.0005025863647460938,
+ -0.004436492919921875,
+ -0.01184844970703125,
+ 0.03802490234375,
+ -0.048553466796875,
+ -0.0193023681640625,
+ 0.007457733154296875,
+ 0.01087188720703125,
+ -0.0099945068359375,
+ 0.01413726806640625,
+ -0.05889892578125,
+ -0.04290771484375,
+ 0.00006133317947387695,
+ 0.0242767333984375,
+ -0.038604736328125,
+ 0.005947113037109375,
+ -0.00911712646484375,
+ -0.0201873779296875,
+ -0.0127716064453125,
+ -0.00823974609375,
+ -0.016082763671875,
+ -0.039794921875,
+ 0.036285400390625,
+ -0.003559112548828125,
+ -0.0014934539794921875,
+ -0.0014200210571289062,
+ 0.030426025390625,
+ -0.037628173828125,
+ -0.039794921875,
+ 0.016082763671875,
+ 0.00760650634765625,
+ -0.0161895751953125,
+ 0.0099945068359375,
+ 0.045440673828125,
+ -0.02105712890625,
+ -0.00921630859375,
+ -0.006923675537109375,
+ 0.0007219314575195312,
+ 0.05810546875,
+ 0.0157012939453125,
+ 0.0117950439453125,
+ -0.0312042236328125,
+ -0.01306915283203125,
+ -0.01165008544921875,
+ 0.05419921875,
+ -0.006824493408203125,
+ -0.0137481689453125,
+ 0.02496337890625,
+ -0.003803253173828125,
+ 0.038421630859375,
+ -0.0298309326171875,
+ -0.05108642578125,
+ -0.01136016845703125,
+ 0.01238250732421875,
+ 0.007167816162109375,
+ -0.0176544189453125,
+ 0.031402587890625,
+ -0.006290435791015625,
+ 0.043304443359375,
+ 0.0489501953125,
+ -0.01384735107421875,
+ 0.0251617431640625,
+ -0.01335906982421875,
+ -0.00789642333984375,
+ 0.028076171875,
+ 0.010040283203125,
+ -0.0253448486328125,
+ -0.0257415771484375,
+ 0.03607177734375,
+ 0.018524169921875,
+ 0.035675048828125,
+ 0.0067291259765625,
+ -0.0292510986328125,
+ -0.04779052734375,
+ -0.0233001708984375,
+ 0.0237884521484375,
+ -0.03704833984375,
+ -0.0127716064453125,
+ -0.019500732421875,
+ 0.052276611328125,
+ 0.0261383056640625,
+ 0.06475830078125,
+ 0.036651611328125,
+ -0.01462554931640625,
+ 0.050689697265625,
+ 0.001621246337890625,
+ 0.01442718505859375,
+ 0.049530029296875,
+ -0.00872802734375,
+ 0.053436279296875,
+ 0.0192108154296875,
+ 0.0013647079467773438,
+ -0.013946533203125,
+ 0.045623779296875,
+ 0.043304443359375,
+ -0.01540374755859375,
+ -0.00511932373046875,
+ 0.05419921875,
+ 0.01189422607421875,
+ 0.0035343170166015625,
+ -0.043670654296875,
+ -0.04815673828125,
+ 0.0201873779296875,
+ -0.0006337165832519531,
+ 0.00614166259765625,
+ 0.00960540771484375,
+ -0.0047760009765625,
+ -0.036285400390625,
+ -0.01364898681640625,
+ 0.02105712890625,
+ -0.00843048095703125,
+ 0.034698486328125,
+ 0.051483154296875,
+ -0.012481689453125,
+ -0.0021572113037109375,
+ 0.031982421875,
+ 0.037841796875,
+ 0.0140380859375,
+ 0.01042938232421875,
+ -0.00336456298828125,
+ -0.0217437744140625,
+ -0.038818359375,
+ 0.00487518310546875,
+ 0.0421142578125,
+ 0.01258087158203125,
+ 0.019989013671875,
+ -0.046600341796875,
+ 0.0198974609375,
+ -0.01316070556640625,
+ 0.0460205078125,
+ 0.0253448486328125,
+ -0.01165008544921875,
+ 0.00047850608825683594,
+ -0.003009796142578125,
+ 0.0272979736328125,
+ 0.050323486328125,
+ -0.057708740234375,
+ -0.02593994140625,
+ -0.036468505859375,
+ 0.0226287841796875,
+ -0.06707763671875,
+ -0.030426025390625,
+ 0.00090789794921875,
+ -0.06512451171875,
+ 0.045257568359375,
+ -0.01258087158203125,
+ -0.0292510986328125,
+ -0.0082855224609375,
+ 0.029052734375,
+ -0.01038360595703125,
+ 0.031585693359375,
+ -0.0057525634765625,
+ -0.038818359375,
+ 0.0174560546875,
+ 0.06982421875,
+ -0.0012617111206054688,
+ -0.0145263671875,
+ -0.01013946533203125,
+ 0.0011453628540039062,
+ 0.00814056396484375,
+ 0.005825042724609375,
+ -0.013458251953125,
+ 0.01316070556640625,
+ 0.0382080078125,
+ 0.02447509765625,
+ 0.0263214111328125,
+ -0.0282745361328125,
+ 0.00989532470703125,
+ -0.0127716064453125,
+ 0.05615234375,
+ -0.034515380859375,
+ 0.005680084228515625,
+ 0.01306915283203125,
+ 0.00409698486328125,
+ 0.0014324188232421875,
+ -0.0421142578125,
+ -0.0184326171875,
+ 0.0421142578125,
+ 0.034332275390625,
+ 0.00843048095703125,
+ 0.02056884765625,
+ -0.05810546875,
+ 0.025543212890625,
+ 0.01058197021484375,
+ -0.0247650146484375,
+ 0.0232086181640625,
+ 0.059661865234375,
+ -0.047576904296875,
+ -0.01267242431640625,
+ -0.00946044921875,
+ 0.002948760986328125,
+ -0.040374755859375,
+ -0.04718017578125,
+ -0.018035888671875,
+ 0.0020236968994140625,
+ -0.03900146484375,
+ -0.043487548828125,
+ 0.00775146484375,
+ -0.005435943603515625,
+ 0.0261383056640625,
+ -0.0173492431640625,
+ -0.006290435791015625,
+ -0.057708740234375,
+ -0.037445068359375,
+ 0.0011758804321289062,
+ -0.03900146484375,
+ -0.00984954833984375,
+ -0.031005859375,
+ 0.07135009765625,
+ 0.000530242919921875,
+ 0.005825042724609375,
+ -0.003875732421875,
+ 0.007167816162109375,
+ -0.020477294921875,
+ -0.004215240478515625,
+ -0.0272979736328125,
+ 0.007801055908203125,
+ 0.0187225341796875,
+ 0.06396484375,
+ 0.03216552734375,
+ 0.00940704345703125,
+ 0.0267181396484375,
+ 0.05694580078125,
+ 0.03314208984375,
+ -0.0302276611328125,
+ -0.004608154296875,
+ 0.0117034912109375,
+ 0.0018405914306640625,
+ -0.0058746337890625,
+ -0.0178375244140625,
+ -0.03704833984375,
+ -0.0247650146484375,
+ -0.0117034912109375,
+ 0.00838470458984375,
+ -0.007068634033203125,
+ 0.049346923828125,
+ 0.0189208984375,
+ -0.00096893310546875,
+ -0.0007767677307128906,
+ 0.05615234375,
+ 0.025543212890625,
+ 0.107666015625,
+ -0.003192901611328125,
+ -0.048553466796875,
+ 0.01511383056640625,
+ 0.0382080078125,
+ -0.0286712646484375,
+ -0.02593994140625,
+ 0.0267181396484375,
+ 0.0253448486328125,
+ -0.0019989013671875,
+ 0.0248565673828125,
+ -0.0218353271484375,
+ 0.0179443359375,
+ -0.026519775390625,
+ 0.01335906982421875,
+ 0.021942138671875,
+ -0.02593994140625,
+ 0.0261383056640625,
+ 0.029052734375,
+ 0.03509521484375,
+ 0.0135498046875,
+ 0.0292510986328125,
+ -0.041351318359375,
+ -0.0029621124267578125,
+ -0.059661865234375,
+ -0.03802490234375,
+ 0.0261383056640625,
+ 0.01238250732421875,
+ 0.0217437744140625,
+ 0.0292510986328125,
+ -0.030029296875,
+ -0.05303955078125,
+ 0.0142364501953125,
+ -0.042694091796875,
+ 0.095947265625,
+ 0.02789306640625,
+ 0.010772705078125,
+ 0.031402587890625,
+ -0.0263214111328125,
+ 0.0015726089477539062,
+ -0.00701904296875,
+ 0.0177459716796875,
+ 0.04815673828125,
+ 0.05499267578125,
+ 0.035888671875,
+ 0.00843048095703125,
+ -0.052276611328125,
+ 0.0272979736328125,
+ 0.01258087158203125,
+ 0.03411865234375,
+ -0.012969970703125,
+ 0.0312042236328125,
+ 0.0080413818359375,
+ 0.0174560546875,
+ -0.00511932373046875,
+ 0.029052734375,
+ 0.0247650146484375,
+ -0.0222320556640625,
+ 0.0253448486328125,
+ -0.02301025390625,
+ 0.034698486328125,
+ -0.03900146484375,
+ 0.010040283203125,
+ -0.0027179718017578125,
+ 0.022430419921875,
+ 0.0261383056640625,
+ 0.03216552734375,
+ -0.059661865234375,
+ -0.02056884765625,
+ 0.052642822265625,
+ -0.07452392578125,
+ 0.028076171875,
+ 0.0058746337890625,
+ -0.003948211669921875,
+ -0.003925323486328125,
+ -0.0122833251953125,
+ -0.0518798828125,
+ 0.0298309326171875,
+ -0.033721923828125,
+ -0.0207672119140625,
+ 0.027099609375,
+ 0.0176544189453125,
+ -0.02691650390625,
+ -0.019500732421875,
+ -0.0286712646484375,
+ -0.0010967254638671875,
+ -0.03314208984375,
+ -0.03900146484375,
+ 0.04290771484375,
+ -0.0172576904296875,
+ -0.007556915283203125,
+ 0.0247650146484375,
+ 0.01531219482421875,
+ -0.0218353271484375,
+ -0.0164794921875,
+ 0.03704833984375,
+ -0.00960540771484375,
+ -0.043304443359375,
+ 0.02154541015625,
+ 0.0288543701171875,
+ 0.007457733154296875,
+ -0.040557861328125,
+ -0.01364898681640625,
+ 0.01111602783203125,
+ -0.00638580322265625,
+ 0.01540374755859375,
+ 0.012481689453125,
+ -0.043670654296875,
+ -0.0276947021484375,
+ -0.0261383056640625,
+ 0.03411865234375,
+ 0.0055084228515625,
+ 0.0169677734375,
+ -0.0018033981323242188,
+ -0.06512451171875,
+ 0.0263214111328125,
+ -0.052642822265625,
+ -0.01209259033203125,
+ -0.0192108154296875,
+ 0.004535675048828125,
+ 0.005680084228515625,
+ 0.061248779296875,
+ 0.0081939697265625,
+ -0.048553466796875,
+ 0.0090179443359375,
+ 0.0296478271484375,
+ 0.0189208984375,
+ 0.0251617431640625,
+ -0.05889892578125,
+ 0.06005859375,
+ 0.0267181396484375,
+ -0.03802490234375,
+ -0.011505126953125,
+ -0.0212554931640625,
+ -0.004070281982421875,
+ 0.036865234375,
+ -0.05810546875,
+ -0.01067352294921875,
+ -0.0222320556640625,
+ -0.06201171875,
+ -0.035675048828125,
+ -0.0292510986328125,
+ -0.01131439208984375,
+ -0.02691650390625,
+ 0.0186309814453125,
+ 0.0192108154296875,
+ 0.007312774658203125,
+ 0.03607177734375,
+ 0.007556915283203125,
+ -0.03802490234375,
+ 0.0179443359375,
+ 0.0112152099609375,
+ -0.0213470458984375,
+ 0.0282745361328125,
+ -0.050323486328125,
+ -0.01316070556640625,
+ -0.0169677734375,
+ 0.0192108154296875,
+ -0.0179443359375,
+ 0.01491546630859375,
+ 0.018035888671875,
+ -0.03179931640625,
+ 0.0450439453125,
+ -0.031005859375,
+ -0.0178375244140625,
+ -0.035491943359375,
+ -0.06085205078125,
+ -0.031585693359375,
+ -0.0296478271484375,
+ 0.005046844482421875,
+ 0.0222320556640625,
+ -0.01540374755859375,
+ 0.028472900390625,
+ 0.0292510986328125,
+ -0.03314208984375,
+ -0.00414276123046875,
+ 0.0005698204040527344,
+ -0.037445068359375,
+ 0.0261383056640625,
+ -0.0014200210571289062,
+ -0.005458831787109375,
+ -0.034912109375,
+ 0.0248565673828125,
+ -0.031585693359375,
+ -0.040374755859375,
+ -0.0916748046875,
+ 0.028076171875,
+ -0.0172576904296875,
+ -0.028472900390625,
+ -0.035888671875,
+ -0.037445068359375,
+ -0.054595947265625,
+ 0.00450897216796875,
+ 0.01910400390625,
+ -0.007068634033203125,
+ 0.004364013671875,
+ -0.052276611328125,
+ -0.00848388671875,
+ -0.019500732421875,
+ -0.023895263671875,
+ 0.05108642578125,
+ -0.037628173828125,
+ -0.007213592529296875,
+ -0.01511383056640625,
+ -0.037841796875,
+ 0.02691650390625,
+ 0.035675048828125,
+ 0.021453857421875,
+ 0.02105712890625,
+ 0.034332275390625,
+ -0.0306243896484375,
+ 0.0222320556640625,
+ 0.013946533203125,
+ -0.0192108154296875,
+ -0.041534423828125,
+ 0.0034618377685546875,
+ 0.02593994140625,
+ -0.019989013671875,
+ -0.039794921875,
+ 0.01433563232421875,
+ 0.0489501953125,
+ 0.00989532470703125,
+ 0.0132598876953125,
+ -0.033721923828125,
+ 0.035308837890625,
+ 0.004535675048828125,
+ 0.040557861328125,
+ -0.0024871826171875,
+ -0.045440673828125,
+ -0.0223236083984375,
+ -0.006336212158203125,
+ 0.05694580078125,
+ 0.03607177734375,
+ -0.006435394287109375,
+ -0.05303955078125,
+ -0.0032672882080078125,
+ 0.051483154296875,
+ -0.0167694091796875,
+ -0.02496337890625,
+ -0.04486083984375,
+ -0.006435394287109375,
+ 0.005802154541015625,
+ 0.06866455078125,
+ -0.00536346435546875,
+ 0.086181640625,
+ 0.019989013671875,
+ 0.0087738037109375,
+ 0.033935546875,
+ 0.041717529296875,
+ 0.053436279296875,
+ -0.019989013671875,
+ -0.035888671875,
+ 0.0011272430419921875,
+ -0.00965118408203125,
+ -0.02056884765625,
+ -0.05499267578125,
+ 0.0109710693359375,
+ 0.0223236083984375,
+ -0.060455322265625,
+ -0.036468505859375,
+ -0.0173492431640625,
+ 0.00921630859375,
+ 0.0127716064453125,
+ 0.0150146484375,
+ 0.00014781951904296875,
+ 0.0246734619140625,
+ 0.0010356903076171875,
+ -0.040557861328125,
+ 0.0023040771484375,
+ -0.01531219482421875,
+ 0.006824493408203125,
+ 0.04913330078125,
+ 0.024566650390625,
+ -0.035491943359375,
+ 0.0241851806640625,
+ 0.0120391845703125,
+ 0.0292510986328125,
+ -0.00911712646484375,
+ 0.026519775390625,
+ 0.0186309814453125,
+ 0.043304443359375,
+ 0.04583740234375,
+ 0.03704833984375,
+ -0.03802490234375,
+ -0.0198974609375,
+ -0.0246734619140625,
+ 0.03216552734375,
+ 0.0152130126953125,
+ 0.018524169921875,
+ 0.00775146484375,
+ -0.0037784576416015625,
+ 0.005096435546875,
+ -0.0721435546875,
+ -0.006336212158203125,
+ 0.0031452178955078125,
+ -0.006046295166015625,
+ -0.03509521484375,
+ -0.04095458984375,
+ 0.0004112720489501953,
+ -0.0267181396484375,
+ 0.0194091796875,
+ 0.0227203369140625,
+ -0.0242767333984375,
+ -0.021453857421875,
+ 0.055389404296875,
+ 0.007167816162109375,
+ -0.0292510986328125,
+ 0.036865234375,
+ -0.02691650390625,
+ -0.045257568359375,
+ -0.032958984375,
+ -0.025543212890625,
+ 0.04388427734375,
+ -0.027099609375,
+ -0.07489013671875,
+ -0.0184326171875,
+ 0.036468505859375,
+ -0.005191802978515625,
+ -0.03802490234375,
+ -0.016082763671875,
+ 0.0099945068359375,
+ -0.038818359375,
+ -0.039581298828125,
+ -0.0276947021484375,
+ -0.022918701171875,
+ 0.00426483154296875,
+ -0.0643310546875,
+ 0.0198974609375,
+ 0.0014438629150390625,
+ 0.013458251953125,
+ -0.004924774169921875,
+ -0.03607177734375,
+ -0.04779052734375,
+ 0.06201171875,
+ -0.049346923828125,
+ 0.04876708984375,
+ 0.00843048095703125,
+ 0.0202789306640625,
+ 0.038818359375,
+ 0.05810546875,
+ -0.017059326171875,
+ 0.0122833251953125,
+ -0.01491546630859375,
+ -0.07684326171875,
+ -0.01462554931640625,
+ -0.0029621124267578125,
+ 0.0037784576416015625,
+ -0.0440673828125,
+ -0.0021686553955078125,
+ 0.03216552734375,
+ -0.04583740234375,
+ -0.00701904296875,
+ -0.005336761474609375,
+ -0.0251617431640625,
+ -0.045257568359375,
+ 0.0132598876953125,
+ 0.00275421142578125,
+ -0.01491546630859375,
+ 0.08697509765625,
+ 0.003314971923828125,
+ -0.01258087158203125,
+ 0.0201873779296875,
+ -0.061248779296875,
+ 0.044281005859375,
+ 0.0194091796875,
+ 0.04718017578125,
+ -0.044464111328125,
+ 0.031982421875,
+ 0.02154541015625,
+ -0.01258087158203125,
+ -0.0011272430419921875,
+ -0.07489013671875,
+ -0.01540374755859375,
+ 0.02105712890625,
+ 0.033935546875,
+ -0.0056304931640625,
+ 0.0081939697265625,
+ -0.0227203369140625,
+ -0.0152130126953125,
+ -0.023101806640625,
+ 0.02301025390625,
+ 0.018524169921875,
+ 0.00897216796875,
+ -0.046600341796875,
+ -0.0173492431640625,
+ 0.0030345916748046875,
+ -0.02593994140625,
+ -0.0288543701171875,
+ -0.043304443359375,
+ 0.031005859375,
+ -0.004486083984375,
+ -0.0662841796875,
+ 0.0261383056640625,
+ 0.0127716064453125,
+ 0.0201873779296875,
+ 0.029052734375,
+ 0.0682373046875,
+ -0.039794921875,
+ -0.0005574226379394531,
+ 0.00823974609375,
+ 0.0479736328125,
+ 0.0479736328125,
+ 0.0288543701171875,
+ -0.00750732421875,
+ 0.037628173828125,
+ 0.000499725341796875,
+ -0.024383544921875,
+ 0.0538330078125,
+ 0.007312774658203125,
+ -0.00907135009765625,
+ -0.046417236328125,
+ -0.03411865234375,
+ -0.0232086181640625,
+ 0.043487548828125,
+ 0.00760650634765625,
+ 0.0460205078125,
+ -0.0142364501953125,
+ 0.004581451416015625,
+ -0.0936279296875,
+ 0.0421142578125,
+ -0.0203857421875,
+ 0.00614166259765625,
+ 0.022918701171875,
+ -0.023406982421875,
+ -0.061248779296875,
+ -0.04583740234375,
+ -0.01442718505859375,
+ -0.00701904296875,
+ -0.0248565673828125,
+ 0.043670654296875,
+ 0.040374755859375,
+ 0.0030841827392578125,
+ 0.015899658203125,
+ -0.003997802734375,
+ 0.01116180419921875,
+ 0.045257568359375,
+ -0.012969970703125,
+ -0.0298309326171875,
+ 0.0557861328125,
+ -0.052642822265625,
+ 0.01442718505859375,
+ -0.0012922286987304688,
+ 0.0411376953125,
+ 0.005435943603515625,
+ 0.01033782958984375,
+ -0.037261962890625,
+ 0.0013036727905273438,
+ 0.0263214111328125,
+ 0.04290771484375,
+ -0.02496337890625,
+ -0.0109710693359375,
+ -0.0218353271484375,
+ 0.0147247314453125,
+ -0.016387939453125,
+ 0.01433563232421875,
+ 0.0020236968994140625,
+ -0.0145263671875,
+ -0.033355712890625,
+ -0.004364013671875,
+ -0.06201171875,
+ -0.08538818359375,
+ -0.010040283203125,
+ -0.028076171875,
+ -0.007167816162109375,
+ 0.0145263671875,
+ 0.0018768310546875,
+ 0.0306243896484375,
+ -0.0460205078125,
+ 0.0261383056640625,
+ -0.007801055908203125,
+ -0.0232086181640625,
+ -0.010040283203125,
+ 0.02789306640625,
+ 0.0052642822265625,
+ 0.039581298828125,
+ 0.034698486328125,
+ -0.024383544921875,
+ 0.035491943359375,
+ -0.0178375244140625,
+ -0.0263214111328125,
+ 0.0022792816162109375,
+ 0.00726318359375,
+ -0.031585693359375,
+ 0.05499267578125,
+ -0.07257080078125,
+ -0.02789306640625,
+ 0.0186309814453125,
+ 0.0032901763916015625,
+ -0.00281524658203125,
+ -0.01560211181640625,
+ 0.036285400390625,
+ 0.004215240478515625,
+ -0.06396484375,
+ 0.003997802734375,
+ -0.01258087158203125,
+ -0.040557861328125,
+ -0.0031452178955078125,
+ -0.0196990966796875,
+ 0.0157928466796875,
+ 0.027496337890625,
+ 0.06396484375,
+ 0.023406982421875,
+ 0.0701904296875,
+ 0.012237548828125,
+ -0.020477294921875,
+ 0.0035839080810546875,
+ -0.012481689453125,
+ 0.03704833984375,
+ 0.006046295166015625,
+ 0.0233001708984375,
+ 0.005336761474609375,
+ 0.036651611328125,
+ 0.005657196044921875,
+ -0.0780029296875,
+ -0.00609588623046875,
+ -0.0145263671875,
+ -0.05303955078125,
+ 0.0017795562744140625,
+ 0.062408447265625,
+ 0.0257415771484375,
+ 0.0006976127624511719,
+ 0.0232086181640625,
+ 0.055389404296875,
+ 0.034912109375,
+ -0.003437042236328125,
+ -0.0308074951171875,
+ -0.0740966796875,
+ -0.01087188720703125,
+ 0.0499267578125,
+ 0.0227203369140625,
+ -0.052276611328125,
+ 0.0518798828125,
+ 0.07720947265625,
+ 0.004070281982421875,
+ -0.00438690185546875,
+ -0.01136016845703125,
+ -0.023895263671875,
+ 0.06085205078125,
+ 0.029449462890625,
+ 0.0162811279296875,
+ -0.07525634765625,
+ 0.00034427642822265625,
+ 0.013458251953125,
+ -0.004730224609375,
+ 0.002010345458984375,
+ -0.0201873779296875,
+ -0.01511383056640625,
+ 0.037261962890625,
+ -0.0682373046875,
+ 0.0039005279541015625,
+ 0.035308837890625,
+ 0.050689697265625,
+ 0.004337310791015625,
+ -0.04815673828125,
+ 0.00597381591796875,
+ 0.026519775390625,
+ -0.0099945068359375,
+ 0.002071380615234375,
+ -0.002010345458984375,
+ 0.01160430908203125,
+ -0.03900146484375,
+ 0.0192108154296875,
+ 0.038818359375,
+ -0.0186309814453125,
+ 0.0382080078125,
+ 0.0145263671875,
+ -0.04779052734375,
+ 0.0248565673828125,
+ -0.0137481689453125,
+ 0.01087188720703125,
+ 0.00882720947265625,
+ -0.040771484375,
+ -0.042327880859375,
+ -0.0172576904296875,
+ 0.022918701171875,
+ 0.006679534912109375,
+ 0.036468505859375,
+ -0.01462554931640625,
+ -0.0020847320556640625,
+ 0.007457733154296875,
+ -0.000006079673767089844,
+ 0.0267181396484375,
+ 0.0183258056640625,
+ 0.0236968994140625,
+ 0.04718017578125,
+ 0.02789306640625,
+ 0.01531219482421875,
+ 0.00789642333984375,
+ -0.034912109375,
+ 0.0411376953125,
+ -0.036865234375,
+ 0.0302276611328125,
+ -0.0538330078125,
+ -0.0017309188842773438,
+ 0.0201873779296875,
+ -0.027099609375,
+ -0.002254486083984375,
+ -0.0272979736328125,
+ -0.017059326171875,
+ -0.0298309326171875,
+ -0.0246734619140625,
+ 0.020965576171875,
+ 0.051483154296875,
+ -0.061614990234375,
+ 0.0002682209014892578,
+ 0.034332275390625,
+ 0.00799560546875,
+ 0.0192108154296875,
+ -0.0440673828125,
+ 0.0838623046875,
+ 0.0261383056640625,
+ 0.031982421875,
+ -0.0047760009765625,
+ 0.0117034912109375,
+ 0.05108642578125,
+ -0.03277587890625,
+ 0.01335906982421875,
+ 0.04388427734375,
+ 0.0207672119140625,
+ 0.052276611328125,
+ 0.027496337890625,
+ 0.0302276611328125,
+ -0.032379150390625,
+ 0.041717529296875,
+ -0.01287078857421875,
+ -0.0246734619140625,
+ 0.005924224853515625,
+ 0.010040283203125,
+ 0.00887298583984375,
+ -0.00936126708984375,
+ -0.0222320556640625,
+ 0.0012006759643554688,
+ -0.048370361328125,
+ 0.044647216796875,
+ 0.0037059783935546875,
+ -0.01910400390625,
+ 0.03411865234375,
+ -0.036651611328125,
+ 0.058502197265625,
+ -0.00921630859375,
+ 0.06475830078125,
+ -0.03900146484375,
+ 0.07568359375,
+ -0.0079498291015625,
+ 0.003925323486328125,
+ -0.0005850791931152344,
+ 0.01364898681640625,
+ -0.00843048095703125,
+ 0.0298309326171875,
+ -0.0164794921875,
+ 0.06744384765625,
+ 0.0033397674560546875,
+ 0.01131439208984375,
+ -0.0557861328125,
+ -0.036865234375,
+ 0.004924774169921875,
+ 0.004974365234375,
+ 0.03509521484375,
+ -0.039398193359375,
+ -0.0186309814453125,
+ -0.011505126953125,
+ 0.0257415771484375,
+ 0.057708740234375,
+ -0.0173492431640625,
+ 0.02496337890625,
+ 0.0007767677307128906,
+ 0.0064849853515625,
+ -0.0003275871276855469,
+ 0.0021572113037109375
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "ics-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "binary-decode",
+ "malware-unpacking",
+ "cross-platform",
+ "scripting",
+ "opensource",
+ "decompiler",
+ "multi-architecture",
+ "collaborative",
+ "function-graph",
+ "pattern-matching",
+ "version-tracking"
+ ],
+ "skillLevel": "expert",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Neo4j",
+ "type": "tool",
+ "name": "Neo4j",
+ "content": "neo4j native graph-datenbank transformiert komplexe relationship-data in intuitive visualisierungen durch cypher-query-language für forensische pattern-detection. graph-algorithmen finden kürzeste pfade zwischen entities, community-detection identifiziert fraud-rings und criminal-networks automatisch. visual-graph-explorer macht verborgene multi-hop-connections sichtbar für money-laundering, social-engineering und organized-crime-investigations. apoc-bibliothek bietet 450+ spezialisierte procedures für advanced-analytics: centrality-measures, pagerank, clustering-coefficients. bloom-visualization-tool für nicht-technische stakeholder mit point-and-click-exploration. import aus csv, json und relationalen datenbanken, elasticsearch-integration für hybrid-search-scenarios. web-interface graph-view visualization correlation-engine cross-platform api cypher-queries community-detection path-finding bloom-visualization apoc-procedures import-tools static-investigations malware-analysis fraud-investigation network-forensics cloud-forensics analysis reporting",
+ "embedding": [
+ -0.0254364013671875,
+ 0.01253509521484375,
+ 0.0487060546875,
+ 0.0129852294921875,
+ 0.03314208984375,
+ 0.0433349609375,
+ 0.0265045166015625,
+ -0.008056640625,
+ -0.0295562744140625,
+ -0.0089111328125,
+ -0.04620361328125,
+ 0.06304931640625,
+ 0.00716400146484375,
+ 0.000934600830078125,
+ -0.054443359375,
+ 0.043701171875,
+ -0.007343292236328125,
+ 0.045684814453125,
+ 0.023468017578125,
+ -0.00220489501953125,
+ 0.0012540817260742188,
+ -0.01190948486328125,
+ -0.03277587890625,
+ 0.00913238525390625,
+ 0.0117340087890625,
+ 0.023284912109375,
+ -0.004009246826171875,
+ -0.0601806640625,
+ -0.0199737548828125,
+ -0.0129852294921875,
+ 0.0036945343017578125,
+ -0.036712646484375,
+ -0.017547607421875,
+ 0.0240020751953125,
+ -0.005596160888671875,
+ -0.0142364501953125,
+ 0.0110626220703125,
+ -0.061248779296875,
+ -0.02740478515625,
+ 0.0222930908203125,
+ -0.00136566162109375,
+ -0.0117340087890625,
+ -0.00342559814453125,
+ -0.018096923828125,
+ -0.023284912109375,
+ -0.0333251953125,
+ -0.01898193359375,
+ -0.028472900390625,
+ 0.005641937255859375,
+ -0.0089111328125,
+ 0.01800537109375,
+ 0.05517578125,
+ 0.004119873046875,
+ -0.00711822509765625,
+ -0.0228424072265625,
+ 0.0250701904296875,
+ -0.0019931793212890625,
+ -0.00716400146484375,
+ -0.05230712890625,
+ 0.047271728515625,
+ -0.02490234375,
+ -0.01142120361328125,
+ -0.01316070556640625,
+ -0.007389068603515625,
+ 0.0186309814453125,
+ 0.020416259765625,
+ -0.023468017578125,
+ -0.0172882080078125,
+ 0.0103912353515625,
+ 0.0033588409423828125,
+ 0.012359619140625,
+ 0.0008339881896972656,
+ 0.004878997802734375,
+ 0.02069091796875,
+ -0.0283050537109375,
+ -0.0266876220703125,
+ 0.00539398193359375,
+ 0.03619384765625,
+ -0.0325927734375,
+ 0.015045166015625,
+ -0.044403076171875,
+ -0.01128387451171875,
+ 0.0268707275390625,
+ -0.0169219970703125,
+ -0.0117340087890625,
+ -0.0211334228515625,
+ 0.0325927734375,
+ 0.0007333755493164062,
+ -0.00505828857421875,
+ 0.0272216796875,
+ 0.00577545166015625,
+ 0.004589080810546875,
+ 0.036346435546875,
+ -0.019439697265625,
+ 0.045318603515625,
+ 0.06414794921875,
+ -0.03009033203125,
+ 0.00689697265625,
+ 0.031341552734375,
+ 0.02703857421875,
+ 0.017913818359375,
+ -0.0309906005859375,
+ 0.06982421875,
+ -0.023468017578125,
+ 0.047271728515625,
+ -0.031890869140625,
+ 0.0322265625,
+ -0.01495361328125,
+ -0.004207611083984375,
+ -0.0169219970703125,
+ -0.10174560546875,
+ -0.0115509033203125,
+ -0.01132965087890625,
+ -0.060546875,
+ -0.01056671142578125,
+ 0.0034923553466796875,
+ -0.01190948486328125,
+ 0.039031982421875,
+ -0.056243896484375,
+ -0.06591796875,
+ 0.02490234375,
+ 0.0196990966796875,
+ -0.0074310302734375,
+ 0.004253387451171875,
+ -0.036346435546875,
+ -0.048370361328125,
+ 0.00447845458984375,
+ 0.036895751953125,
+ -0.033843994140625,
+ -0.023284912109375,
+ -0.007568359375,
+ -0.0308074951171875,
+ 0.004566192626953125,
+ -0.0360107421875,
+ 0.01181793212890625,
+ -0.021759033203125,
+ 0.041717529296875,
+ -0.01181793212890625,
+ -0.01114654541015625,
+ 0.01209259033203125,
+ 0.014862060546875,
+ -0.03759765625,
+ -0.05804443359375,
+ 0.004611968994140625,
+ -0.042999267578125,
+ -0.01468658447265625,
+ -0.0174560546875,
+ 0.06231689453125,
+ -0.018890380859375,
+ -0.0026874542236328125,
+ 0.0010519027709960938,
+ 0.0196990966796875,
+ 0.0548095703125,
+ -0.001377105712890625,
+ 0.01396942138671875,
+ -0.0226593017578125,
+ -0.0240020751953125,
+ -0.0007081031799316406,
+ 0.034759521484375,
+ -0.020782470703125,
+ 0.01280975341796875,
+ 0.0302734375,
+ 0.0173797607421875,
+ 0.036346435546875,
+ -0.01763916015625,
+ -0.037078857421875,
+ -0.0712890625,
+ 0.02203369140625,
+ 0.007389068603515625,
+ -0.0024852752685546875,
+ 0.01190948486328125,
+ -0.0024852752685546875,
+ 0.048004150390625,
+ 0.05804443359375,
+ -0.0184478759765625,
+ 0.0360107421875,
+ 0.005329132080078125,
+ -0.02490234375,
+ 0.037261962890625,
+ 0.01629638671875,
+ 0.0160369873046875,
+ -0.004276275634765625,
+ 0.034759521484375,
+ 0.0074310302734375,
+ 0.0168304443359375,
+ -0.02740478515625,
+ -0.03814697265625,
+ 0.0036716461181640625,
+ -0.0032024383544921875,
+ 0.0222930908203125,
+ -0.041015625,
+ -0.02740478515625,
+ -0.023468017578125,
+ 0.04046630859375,
+ 0.04693603515625,
+ 0.05731201171875,
+ -0.00868988037109375,
+ -0.03814697265625,
+ 0.0137939453125,
+ 0.0159454345703125,
+ 0.00850677490234375,
+ 0.00998687744140625,
+ -0.0090484619140625,
+ 0.047271728515625,
+ 0.004009246826171875,
+ 0.02069091796875,
+ -0.036712646484375,
+ 0.05694580078125,
+ 0.01459503173828125,
+ -0.005126953125,
+ 0.001712799072265625,
+ 0.045684814453125,
+ -0.034210205078125,
+ -0.039031982421875,
+ -0.0309906005859375,
+ -0.0304412841796875,
+ 0.006359100341796875,
+ -0.0102996826171875,
+ -0.0014438629150390625,
+ -0.02490234375,
+ -0.0034027099609375,
+ -0.053009033203125,
+ -0.04583740234375,
+ 0.017730712890625,
+ -0.039947509765625,
+ 0.039764404296875,
+ 0.0254364013671875,
+ -0.0157623291015625,
+ 0.00582122802734375,
+ 0.0184478759765625,
+ 0.020233154296875,
+ 0.0187225341796875,
+ -0.0228424072265625,
+ -0.00644683837890625,
+ -0.01119232177734375,
+ -0.00846099853515625,
+ 0.058380126953125,
+ 0.05230712890625,
+ 0.02435302734375,
+ -0.0022945404052734375,
+ -0.02703857421875,
+ 0.025970458984375,
+ -0.02069091796875,
+ 0.0114593505859375,
+ 0.031341552734375,
+ -0.005016326904296875,
+ 0.004611968994140625,
+ 0.0033130645751953125,
+ 0.036346435546875,
+ 0.053009033203125,
+ -0.039398193359375,
+ 0.03887939453125,
+ -0.06378173828125,
+ 0.0034694671630859375,
+ -0.06842041015625,
+ -0.04351806640625,
+ -0.0302734375,
+ -0.0386962890625,
+ 0.042266845703125,
+ -0.04388427734375,
+ -0.0011644363403320312,
+ -0.0011472702026367188,
+ 0.0295562744140625,
+ 0.042633056640625,
+ 0.037078857421875,
+ -0.01226806640625,
+ -0.03619384765625,
+ -0.0170135498046875,
+ 0.0755615234375,
+ 0.005039215087890625,
+ -0.0089111328125,
+ -0.00012242794036865234,
+ 0.037078857421875,
+ -0.004993438720703125,
+ 0.0266876220703125,
+ -0.00855255126953125,
+ 0.041717529296875,
+ 0.04083251953125,
+ 0.037261962890625,
+ 0.018890380859375,
+ -0.0129852294921875,
+ 0.025970458984375,
+ -0.0041656494140625,
+ 0.03564453125,
+ -0.05157470703125,
+ -0.0199737548828125,
+ 0.0021820068359375,
+ 0.01361083984375,
+ -0.0016794204711914062,
+ -0.08203125,
+ 0.00170135498046875,
+ 0.03887939453125,
+ 0.0281219482421875,
+ -0.0009012222290039062,
+ 0.0011415481567382812,
+ -0.0433349609375,
+ 0.028656005859375,
+ 0.0024738311767578125,
+ 0.004634857177734375,
+ 0.031158447265625,
+ 0.04620361328125,
+ -0.0498046875,
+ 0.0293731689453125,
+ 0.0164794921875,
+ 0.01262664794921875,
+ -0.04620361328125,
+ -0.025970458984375,
+ -0.031341552734375,
+ -0.0155792236328125,
+ -0.045318603515625,
+ -0.0265045166015625,
+ 0.027587890625,
+ -0.0159454345703125,
+ 0.005641937255859375,
+ -0.01666259765625,
+ -0.00998687744140625,
+ -0.0128936767578125,
+ -0.048370361328125,
+ 0.006313323974609375,
+ -0.032073974609375,
+ -0.06414794921875,
+ -0.0142364501953125,
+ 0.053741455078125,
+ 0.0183563232421875,
+ 0.0035152435302734375,
+ 0.016571044921875,
+ 0.00797271728515625,
+ -0.01611328125,
+ 0.01190948486328125,
+ -0.0109710693359375,
+ 0.03546142578125,
+ 0.006267547607421875,
+ 0.05157470703125,
+ 0.03509521484375,
+ 0.021942138671875,
+ 0.02703857421875,
+ 0.064453125,
+ 0.0254364013671875,
+ -0.050872802734375,
+ 0.01226806640625,
+ 0.0263214111328125,
+ -0.0033130645751953125,
+ 0.023284912109375,
+ -0.01629638671875,
+ 0.0006966590881347656,
+ -0.036529541015625,
+ -0.0379638671875,
+ 0.0250701904296875,
+ 0.01253509521484375,
+ 0.028472900390625,
+ 0.03546142578125,
+ -0.023284912109375,
+ -0.01226806640625,
+ 0.05194091796875,
+ -0.0265045166015625,
+ 0.09454345703125,
+ -0.0266876220703125,
+ -0.05804443359375,
+ 0.00868988037109375,
+ 0.02703857421875,
+ -0.031158447265625,
+ -0.01459503173828125,
+ 0.03546142578125,
+ -0.01800537109375,
+ -0.0095367431640625,
+ 0.0201568603515625,
+ -0.0227508544921875,
+ 0.036346435546875,
+ -0.019073486328125,
+ -0.00958251953125,
+ 0.0208587646484375,
+ -0.0201568603515625,
+ 0.01549530029296875,
+ 0.033660888671875,
+ 0.045318603515625,
+ -0.0048370361328125,
+ 0.02203369140625,
+ -0.0302734375,
+ -0.01181793212890625,
+ -0.042449951171875,
+ -0.0709228515625,
+ 0.0325927734375,
+ 0.005306243896484375,
+ -0.0026416778564453125,
+ 0.033660888671875,
+ -0.0308074951171875,
+ -0.06732177734375,
+ 0.023468017578125,
+ -0.0272216796875,
+ 0.06378173828125,
+ 0.04119873046875,
+ 0.00788116455078125,
+ 0.01387786865234375,
+ -0.01531219482421875,
+ 0.01396942138671875,
+ 0.045501708984375,
+ 0.0322265625,
+ 0.0498046875,
+ 0.04656982421875,
+ 0.017547607421875,
+ 0.031890869140625,
+ -0.018890380859375,
+ 0.0265045166015625,
+ 0.01540374755859375,
+ 0.0225677490234375,
+ -0.017730712890625,
+ 0.03619384765625,
+ 0.045501708984375,
+ 0.0283050537109375,
+ -0.033843994140625,
+ 0.053375244140625,
+ 0.0291900634765625,
+ -0.0283050537109375,
+ 0.005237579345703125,
+ -0.034912109375,
+ 0.00024771690368652344,
+ -0.0701904296875,
+ 0.0040740966796875,
+ 0.0007443428039550781,
+ 0.013519287109375,
+ 0.01898193359375,
+ 0.01316070556640625,
+ -0.044769287109375,
+ -0.01137542724609375,
+ 0.05157470703125,
+ -0.04693603515625,
+ 0.0196990966796875,
+ 0.026153564453125,
+ -0.044952392578125,
+ 0.010162353515625,
+ -0.013702392578125,
+ -0.025787353515625,
+ 0.039031982421875,
+ -0.050140380859375,
+ -0.0110626220703125,
+ 0.0256195068359375,
+ 0.016571044921875,
+ -0.03564453125,
+ -0.0322265625,
+ -0.033660888671875,
+ 0.0068511962890625,
+ -0.0095367431640625,
+ -0.0185394287109375,
+ 0.02740478515625,
+ 0.0087738037109375,
+ -0.0017242431640625,
+ 0.0211334228515625,
+ 0.00855255126953125,
+ -0.02471923828125,
+ -0.036712646484375,
+ 0.04388427734375,
+ 0.0003540515899658203,
+ -0.0291900634765625,
+ 0.0081939697265625,
+ 0.01763916015625,
+ 0.039581298828125,
+ -0.037261962890625,
+ -0.0212249755859375,
+ 0.00170135498046875,
+ 0.00047850608825683594,
+ -0.0033588409423828125,
+ 0.00519561767578125,
+ -0.0498046875,
+ -0.00936126708984375,
+ -0.0304412841796875,
+ 0.047271728515625,
+ 0.0167388916015625,
+ 0.0185394287109375,
+ 0.00823974609375,
+ -0.06915283203125,
+ 0.0322265625,
+ -0.0540771484375,
+ 0.0017242431640625,
+ -0.01361083984375,
+ -0.0097198486328125,
+ -0.020233154296875,
+ 0.06378173828125,
+ 0.007701873779296875,
+ -0.01200103759765625,
+ -0.0129852294921875,
+ 0.059112548828125,
+ 0.00102996826171875,
+ 0.0028324127197265625,
+ -0.049072265625,
+ 0.039764404296875,
+ 0.01070404052734375,
+ -0.04656982421875,
+ 0.0108795166015625,
+ -0.00984954833984375,
+ 0.004566192626953125,
+ 0.06268310546875,
+ -0.036895751953125,
+ -0.0170135498046875,
+ 0.0025196075439453125,
+ -0.07342529296875,
+ -0.02490234375,
+ -0.0256195068359375,
+ -0.0241851806640625,
+ -0.028472900390625,
+ 0.0169219970703125,
+ 0.034759521484375,
+ -0.01025390625,
+ 0.0291900634765625,
+ 0.0281219482421875,
+ -0.023101806640625,
+ 0.0250701904296875,
+ 0.01415252685546875,
+ -0.02490234375,
+ 0.0212249755859375,
+ -0.051239013671875,
+ -0.034759521484375,
+ -0.02490234375,
+ 0.033843994140625,
+ -0.01513671875,
+ 0.00846099853515625,
+ -0.01181793212890625,
+ -0.0263214111328125,
+ 0.0406494140625,
+ -0.01459503173828125,
+ -0.00864410400390625,
+ -0.01226806640625,
+ -0.005126953125,
+ -0.023101806640625,
+ -0.048004150390625,
+ -0.00472259521484375,
+ 0.02740478515625,
+ 0.00553131103515625,
+ 0.01522064208984375,
+ 0.03759765625,
+ -0.06341552734375,
+ 0.01459503173828125,
+ 0.0142364501953125,
+ -0.0137939453125,
+ -0.01459503173828125,
+ -0.01280975341796875,
+ -0.00908660888671875,
+ -0.0379638671875,
+ 0.055877685546875,
+ -0.03564453125,
+ -0.03778076171875,
+ -0.08880615234375,
+ 0.0129852294921875,
+ 0.01181793212890625,
+ -0.02471923828125,
+ -0.019256591796875,
+ -0.04425048828125,
+ -0.056610107421875,
+ -0.005352020263671875,
+ 0.0494384765625,
+ 0.0308074951171875,
+ 0.033660888671875,
+ -0.05157470703125,
+ -0.01531219482421875,
+ -0.01114654541015625,
+ -0.051239013671875,
+ 0.03546142578125,
+ -0.0087738037109375,
+ 0.023468017578125,
+ -0.01042938232421875,
+ -0.00792694091796875,
+ 0.0167388916015625,
+ 0.0283050537109375,
+ 0.0038280487060546875,
+ 0.034576416015625,
+ -0.0015668869018554688,
+ -0.047271728515625,
+ 0.012451171875,
+ -0.01898193359375,
+ -0.031158447265625,
+ -0.013519287109375,
+ -0.017730712890625,
+ 0.033660888671875,
+ -0.039947509765625,
+ -0.018096923828125,
+ 0.01253509521484375,
+ 0.0114593505859375,
+ 0.03759765625,
+ 0.002910614013671875,
+ -0.0181732177734375,
+ 0.01092529296875,
+ 0.0024738311767578125,
+ 0.056610107421875,
+ -0.0309906005859375,
+ -0.058746337890625,
+ -0.01387786865234375,
+ -0.011016845703125,
+ 0.031707763671875,
+ 0.045135498046875,
+ -0.02490234375,
+ -0.0145111083984375,
+ 0.0011358261108398438,
+ 0.047271728515625,
+ -0.01110076904296875,
+ -0.04388427734375,
+ -0.0283050537109375,
+ 0.0263214111328125,
+ 0.021575927734375,
+ 0.044769287109375,
+ -0.01271820068359375,
+ 0.07305908203125,
+ 0.00922393798828125,
+ -0.000080108642578125,
+ 0.027587890625,
+ 0.051239013671875,
+ 0.0299072265625,
+ -0.0019369125366210938,
+ -0.041015625,
+ -0.012176513671875,
+ 0.0018472671508789062,
+ -0.06878662109375,
+ -0.051239013671875,
+ -0.01459503173828125,
+ 0.032958984375,
+ -0.0709228515625,
+ -0.031524658203125,
+ -0.02972412109375,
+ 0.00405120849609375,
+ 0.01343536376953125,
+ -0.01522064208984375,
+ -0.0101165771484375,
+ 0.0272216796875,
+ 0.018798828125,
+ -0.0256195068359375,
+ 0.0031337738037109375,
+ -0.01047515869140625,
+ 0.0187225341796875,
+ 0.047637939453125,
+ 0.01540374755859375,
+ -0.00519561767578125,
+ 0.039031982421875,
+ 0.01052093505859375,
+ 0.0167388916015625,
+ 0.01325225830078125,
+ 0.042999267578125,
+ 0.021575927734375,
+ 0.00792694091796875,
+ 0.0279388427734375,
+ 0.08380126953125,
+ -0.027587890625,
+ -0.0185394287109375,
+ 0.0101165771484375,
+ 0.0277557373046875,
+ 0.048370361328125,
+ 0.0352783203125,
+ -0.0205078125,
+ 0.0075225830078125,
+ -0.0026187896728515625,
+ -0.0386962890625,
+ -0.0277557373046875,
+ 0.01056671142578125,
+ 0.0117340087890625,
+ -0.0265045166015625,
+ -0.04046630859375,
+ 0.0032901763916015625,
+ -0.04620361328125,
+ 0.02490234375,
+ -0.006717681884765625,
+ -0.01611328125,
+ 0.0013437271118164062,
+ 0.03240966796875,
+ -0.0277557373046875,
+ -0.055511474609375,
+ 0.038330078125,
+ -0.01531219482421875,
+ -0.023101806640625,
+ -0.020233154296875,
+ -0.0308074951171875,
+ 0.026153564453125,
+ -0.004970550537109375,
+ -0.070556640625,
+ -0.0088653564453125,
+ 0.03009033203125,
+ -0.0137939453125,
+ -0.047637939453125,
+ 0.018798828125,
+ 0.01334381103515625,
+ -0.00577545166015625,
+ -0.03009033203125,
+ -0.0548095703125,
+ -0.0155792236328125,
+ -0.0036487579345703125,
+ -0.0308074951171875,
+ 0.0238189697265625,
+ 0.0024852752685546875,
+ -0.0440673828125,
+ -0.0030231475830078125,
+ -0.0110626220703125,
+ 0.004207611083984375,
+ 0.0360107421875,
+ -0.0386962890625,
+ 0.0295562744140625,
+ 0.042633056640625,
+ 0.040313720703125,
+ 0.00975799560546875,
+ 0.0540771484375,
+ -0.0007610321044921875,
+ -0.00725555419921875,
+ -0.021575927734375,
+ -0.03277587890625,
+ 0.02166748046875,
+ -0.02166748046875,
+ 0.00931549072265625,
+ -0.072021484375,
+ -0.01415252685546875,
+ 0.037445068359375,
+ -0.08489990234375,
+ 0.020599365234375,
+ 0.0325927734375,
+ -0.0108795166015625,
+ -0.056610107421875,
+ 0.002910614013671875,
+ -0.0173797607421875,
+ 0.01209259033203125,
+ 0.07879638671875,
+ -0.0170135498046875,
+ 0.025787353515625,
+ -0.0012874603271484375,
+ -0.042999267578125,
+ 0.03582763671875,
+ 0.0130767822265625,
+ 0.02203369140625,
+ -0.036895751953125,
+ 0.01800537109375,
+ 0.0181732177734375,
+ -0.00649261474609375,
+ 0.0041656494140625,
+ -0.07342529296875,
+ -0.0157623291015625,
+ 0.044586181640625,
+ 0.0034694671630859375,
+ -0.005126953125,
+ 0.00582122802734375,
+ -0.042266845703125,
+ -0.01361083984375,
+ -0.03582763671875,
+ 0.036712646484375,
+ 0.0035152435302734375,
+ 0.0186309814453125,
+ -0.04693603515625,
+ -0.016387939453125,
+ 0.00220489501953125,
+ -0.072021484375,
+ -0.059814453125,
+ -0.00868988037109375,
+ 0.0012426376342773438,
+ 0.012359619140625,
+ -0.031158447265625,
+ 0.0164794921875,
+ 0.016204833984375,
+ 0.0266876220703125,
+ 0.01253509521484375,
+ 0.060882568359375,
+ -0.03564453125,
+ -0.0087738037109375,
+ 0.004947662353515625,
+ 0.03277587890625,
+ 0.00438690185546875,
+ 0.016204833984375,
+ -0.0005431175231933594,
+ 0.01406097412109375,
+ 0.023284912109375,
+ -0.0265045166015625,
+ 0.03314208984375,
+ 0.0413818359375,
+ -0.019439697265625,
+ -0.061614990234375,
+ 0.01209259033203125,
+ -0.0238189697265625,
+ 0.05230712890625,
+ -0.00859832763671875,
+ 0.033477783203125,
+ 0.004566192626953125,
+ -0.00872802734375,
+ -0.0870361328125,
+ 0.0309906005859375,
+ -0.0094451904296875,
+ 0.0299072265625,
+ 0.041717529296875,
+ -0.018096923828125,
+ -0.052642822265625,
+ -0.04315185546875,
+ -0.01898193359375,
+ 0.0209503173828125,
+ -0.0254364013671875,
+ 0.03851318359375,
+ 0.016204833984375,
+ -0.00913238525390625,
+ 0.01280975341796875,
+ 0.0191650390625,
+ -0.0107879638671875,
+ 0.0227508544921875,
+ 0.000031828880310058594,
+ -0.0268707275390625,
+ 0.058746337890625,
+ -0.02703857421875,
+ 0.0299072265625,
+ 0.0093994140625,
+ 0.0031795501708984375,
+ -0.0228424072265625,
+ -0.0170135498046875,
+ -0.0333251953125,
+ -0.00913238525390625,
+ 0.0142364501953125,
+ 0.047637939453125,
+ -0.0028209686279296875,
+ 0.00922393798828125,
+ -0.00720977783203125,
+ 0.01477813720703125,
+ 0.023101806640625,
+ -0.02032470703125,
+ 0.013519287109375,
+ -0.007389068603515625,
+ -0.0160369873046875,
+ -0.0379638671875,
+ -0.034393310546875,
+ -0.08740234375,
+ -0.019439697265625,
+ -0.053009033203125,
+ -0.005374908447265625,
+ -0.0026416778564453125,
+ -0.0033130645751953125,
+ 0.02471923828125,
+ -0.060546875,
+ 0.02490234375,
+ -0.0008225440979003906,
+ -0.03509521484375,
+ -0.025787353515625,
+ 0.0011196136474609375,
+ 0.00922393798828125,
+ 0.03509521484375,
+ 0.007389068603515625,
+ -0.01271820068359375,
+ 0.027587890625,
+ -0.0061798095703125,
+ -0.014862060546875,
+ -0.00186920166015625,
+ -0.0144195556640625,
+ -0.03546142578125,
+ 0.0195159912109375,
+ -0.06878662109375,
+ -0.0128936767578125,
+ 0.008148193359375,
+ 0.0433349609375,
+ 0.0142364501953125,
+ -0.02203369140625,
+ 0.0487060546875,
+ -0.0155792236328125,
+ -0.0823974609375,
+ 0.0236358642578125,
+ 0.0208587646484375,
+ -0.0210418701171875,
+ 0.032073974609375,
+ -0.0256195068359375,
+ -0.005283355712890625,
+ 0.0015783309936523438,
+ 0.03509521484375,
+ 0.050506591796875,
+ 0.045684814453125,
+ 0.01611328125,
+ 0.00505828857421875,
+ 0.0019254684448242188,
+ -0.031707763671875,
+ 0.034912109375,
+ 0.01800537109375,
+ 0.028472900390625,
+ 0.0005178451538085938,
+ 0.032958984375,
+ -0.0089569091796875,
+ -0.108154296875,
+ -0.02203369140625,
+ -0.02435302734375,
+ -0.06951904296875,
+ 0.006938934326171875,
+ 0.07305908203125,
+ 0.036712646484375,
+ -0.0183563232421875,
+ 0.0250701904296875,
+ 0.0101165771484375,
+ 0.0169219970703125,
+ 0.0226593017578125,
+ 0.0038509368896484375,
+ -0.06915283203125,
+ -0.0295562744140625,
+ 0.0038738250732421875,
+ 0.022918701171875,
+ -0.061614990234375,
+ 0.06414794921875,
+ 0.06304931640625,
+ -0.00998687744140625,
+ -0.03619384765625,
+ 0.0003204345703125,
+ -0.0074310302734375,
+ 0.039215087890625,
+ 0.0309906005859375,
+ 0.0034027099609375,
+ -0.0601806640625,
+ 0.0115509033203125,
+ 0.022918701171875,
+ -0.020782470703125,
+ -0.00337982177734375,
+ -0.0325927734375,
+ -0.009674072265625,
+ 0.06378173828125,
+ -0.031341552734375,
+ -0.0212249755859375,
+ 0.00872802734375,
+ 0.06414794921875,
+ 0.01468658447265625,
+ -0.043701171875,
+ -0.00649261474609375,
+ 0.04388427734375,
+ 0.004634857177734375,
+ -0.0101165771484375,
+ 0.006313323974609375,
+ -0.002361297607421875,
+ -0.02471923828125,
+ 0.03564453125,
+ 0.04693603515625,
+ 0.01061248779296875,
+ 0.047637939453125,
+ 0.0191650390625,
+ -0.0386962890625,
+ 0.0200653076171875,
+ 0.0182647705078125,
+ 0.01007843017578125,
+ -0.006717681884765625,
+ -0.031707763671875,
+ -0.028472900390625,
+ -0.03582763671875,
+ 0.03564453125,
+ 0.0228424072265625,
+ 0.053375244140625,
+ 0.031890869140625,
+ -0.016571044921875,
+ -0.0054168701171875,
+ -0.0035381317138671875,
+ 0.025970458984375,
+ 0.0440673828125,
+ 0.0060882568359375,
+ -0.0171966552734375,
+ 0.02740478515625,
+ 0.00023925304412841797,
+ -0.01123809814453125,
+ -0.006805419921875,
+ 0.03582763671875,
+ -0.0182647705078125,
+ 0.01253509521484375,
+ -0.06378173828125,
+ 0.0117340087890625,
+ 0.00539398193359375,
+ -0.02703857421875,
+ -0.033843994140625,
+ -0.02740478515625,
+ 0.020416259765625,
+ -0.034759521484375,
+ 0.004791259765625,
+ -0.0108795166015625,
+ 0.0241851806640625,
+ -0.047271728515625,
+ 0.0322265625,
+ 0.044403076171875,
+ -0.01898193359375,
+ 0.00304412841796875,
+ -0.05230712890625,
+ 0.0777587890625,
+ 0.02166748046875,
+ 0.00859832763671875,
+ -0.01495361328125,
+ 0.01898193359375,
+ 0.05230712890625,
+ -0.0187225341796875,
+ 0.0116424560546875,
+ 0.03009033203125,
+ -0.0012989044189453125,
+ 0.036895751953125,
+ 0.03619384765625,
+ 0.0102996826171875,
+ -0.042083740234375,
+ 0.033660888671875,
+ 0.0293731689453125,
+ -0.0548095703125,
+ 0.0187225341796875,
+ 0.0102996826171875,
+ 0.0038051605224609375,
+ 0.0081939697265625,
+ -0.004878997802734375,
+ -0.00119781494140625,
+ -0.06732177734375,
+ 0.034393310546875,
+ 0.042633056640625,
+ -0.0238189697265625,
+ 0.02703857421875,
+ -0.065185546875,
+ 0.04693603515625,
+ 0.023284912109375,
+ 0.034027099609375,
+ -0.032958984375,
+ 0.033843994140625,
+ -0.00998687744140625,
+ 0.0034923553466796875,
+ -0.01495361328125,
+ -0.0205078125,
+ 0.0196990966796875,
+ 0.034393310546875,
+ -0.0171051025390625,
+ 0.04693603515625,
+ 0.042816162109375,
+ 0.013519287109375,
+ -0.0494384765625,
+ -0.0115509033203125,
+ 0.01110076904296875,
+ 0.02069091796875,
+ 0.07342529296875,
+ -0.041015625,
+ -0.021759033203125,
+ 0.01128387451171875,
+ 0.028656005859375,
+ 0.056243896484375,
+ -0.0250701904296875,
+ 0.0158538818359375,
+ 0.0004169940948486328,
+ 0.004299163818359375,
+ -0.0023288726806640625,
+ -0.007656097412109375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "graph-view",
+ "visualization",
+ "correlation-engine",
+ "cross-platform",
+ "api",
+ "cypher-queries",
+ "community-detection",
+ "path-finding",
+ "bloom-visualization",
+ "apoc-procedures",
+ "import-tools"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Shell_Historie_Forensik",
+ "type": "tool",
+ "name": "Linux Shell-Historie Forensik",
+ "content": "linux shell-historie forensik bash-history-analyse aus ~/.bash_history für command-execution-timeline. erkennung von anti-forensik-techniken: geleerte history, softlinks auf /dev/null, manipulierte timestamps. korrelation mit login-logs für vollständige user-activity-reconstruction ohne zeitstempel. command-history user-activity anti-forensics-detection bash-analysis timeline-reconstruction indicator-of-compromise incident-response static-investigations malware-analysis examination analysis",
+ "embedding": [
+ -0.0191497802734375,
+ 0.04638671875,
+ 0.063232421875,
+ -0.01236724853515625,
+ 0.035736083984375,
+ 0.00588226318359375,
+ 0.0182952880859375,
+ -0.0225067138671875,
+ -0.0183868408203125,
+ -0.0215606689453125,
+ -0.0179443359375,
+ 0.028350830078125,
+ 0.00579833984375,
+ -0.021209716796875,
+ -0.031097412109375,
+ 0.04364013671875,
+ 0.0008535385131835938,
+ -0.0002925395965576172,
+ -0.0031566619873046875,
+ -0.01142120361328125,
+ -0.0215606689453125,
+ -0.0163116455078125,
+ -0.036773681640625,
+ 0.0023193359375,
+ 0.005710601806640625,
+ 0.0172576904296875,
+ -0.01374053955078125,
+ -0.068359375,
+ -0.016143798828125,
+ 0.036407470703125,
+ 0.0182952880859375,
+ -0.035888671875,
+ -0.003070831298828125,
+ 0.039520263671875,
+ -0.005496978759765625,
+ -0.0022430419921875,
+ 0.027313232421875,
+ -0.06011962890625,
+ -0.0228424072265625,
+ 0.0535888671875,
+ -0.005580902099609375,
+ 0.037628173828125,
+ -0.00472259521484375,
+ -0.00867462158203125,
+ -0.030059814453125,
+ -0.043121337890625,
+ 0.0252532958984375,
+ -0.019500732421875,
+ 0.0307464599609375,
+ -0.03778076171875,
+ 0.02490234375,
+ 0.0426025390625,
+ 0.00005030632019042969,
+ 0.01094818115234375,
+ -0.04742431640625,
+ 0.05670166015625,
+ 0.0146026611328125,
+ -0.0017499923706054688,
+ -0.0333251953125,
+ 0.02783203125,
+ -0.0625,
+ -0.0195770263671875,
+ 0.00656890869140625,
+ -0.012969970703125,
+ 0.004207611083984375,
+ 0.02593994140625,
+ -0.026458740234375,
+ -0.0293731689453125,
+ 0.02215576171875,
+ 0.01898193359375,
+ 0.0170135498046875,
+ -0.01374053955078125,
+ -0.01210784912109375,
+ 0.0594482421875,
+ 0.00867462158203125,
+ -0.055999755859375,
+ 0.030914306640625,
+ 0.01236724853515625,
+ -0.003864288330078125,
+ -0.007686614990234375,
+ -0.0307464599609375,
+ 0.006099700927734375,
+ 0.06597900390625,
+ -0.0242156982421875,
+ -0.00850677490234375,
+ 0.01434326171875,
+ 0.0201873779296875,
+ 0.022674560546875,
+ -0.0127105712890625,
+ -0.00543212890625,
+ 0.0154571533203125,
+ -0.0164947509765625,
+ 0.007259368896484375,
+ -0.01898193359375,
+ 0.0443115234375,
+ 0.053924560546875,
+ 0.017181396484375,
+ -0.0225067138671875,
+ -0.0214691162109375,
+ 0.01202392578125,
+ 0.02215576171875,
+ -0.024566650390625,
+ 0.05084228515625,
+ -0.00311279296875,
+ 0.033660888671875,
+ -0.032989501953125,
+ 0.032470703125,
+ -0.01043701171875,
+ -0.01151275634765625,
+ 0.006053924560546875,
+ -0.07696533203125,
+ -0.03125,
+ -0.0108184814453125,
+ -0.035888671875,
+ -0.026275634765625,
+ -0.0182952880859375,
+ 0.0158843994140625,
+ 0.05084228515625,
+ -0.01099395751953125,
+ -0.0288543701171875,
+ -0.00957489013671875,
+ 0.01116180419921875,
+ -0.02130126953125,
+ 0.0243988037109375,
+ -0.039520263671875,
+ -0.0552978515625,
+ 0.0141754150390625,
+ 0.006443023681640625,
+ -0.0247344970703125,
+ -0.019073486328125,
+ -0.0228424072265625,
+ -0.0034999847412109375,
+ -0.008758544921875,
+ -0.034515380859375,
+ -0.004444122314453125,
+ -0.0177001953125,
+ 0.038482666015625,
+ -0.00798797607421875,
+ 0.01666259765625,
+ 0.01219940185546875,
+ 0.040374755859375,
+ -0.0307464599609375,
+ -0.043975830078125,
+ -0.00067901611328125,
+ -0.02593994140625,
+ -0.0014171600341796875,
+ -0.012542724609375,
+ 0.04345703125,
+ -0.032806396484375,
+ 0.00803375244140625,
+ 0.00824737548828125,
+ 0.02972412109375,
+ 0.0628662109375,
+ 0.0064849853515625,
+ 0.041748046875,
+ -0.045013427734375,
+ 0.00472259521484375,
+ -0.03228759765625,
+ 0.0155487060546875,
+ -0.01030731201171875,
+ -0.0269622802734375,
+ 0.021209716796875,
+ -0.0243988037109375,
+ 0.047760009765625,
+ -0.01073455810546875,
+ -0.038482666015625,
+ -0.00988006591796875,
+ 0.002834320068359375,
+ -0.01168060302734375,
+ 0.0022335052490234375,
+ 0.0304107666015625,
+ -0.03350830078125,
+ 0.05255126953125,
+ 0.06182861328125,
+ -0.005756378173828125,
+ 0.0243988037109375,
+ -0.00978851318359375,
+ 0.00345611572265625,
+ 0.07830810546875,
+ 0.023712158203125,
+ -0.0004563331604003906,
+ -0.021728515625,
+ 0.05291748046875,
+ -0.005710601806640625,
+ 0.01047515869140625,
+ -0.0096588134765625,
+ -0.015716552734375,
+ -0.0094451904296875,
+ -0.034515380859375,
+ 0.010009765625,
+ -0.028167724609375,
+ -0.04278564453125,
+ 0.0117645263671875,
+ 0.01202392578125,
+ 0.00862884521484375,
+ 0.05670166015625,
+ 0.0170135498046875,
+ -0.0290374755859375,
+ 0.0594482421875,
+ -0.0140838623046875,
+ 0.009063720703125,
+ 0.03692626953125,
+ 0.00237274169921875,
+ 0.0443115234375,
+ 0.02215576171875,
+ -0.0177001953125,
+ -0.018035888671875,
+ 0.0535888671875,
+ 0.03436279296875,
+ -0.0197601318359375,
+ -0.019073486328125,
+ 0.05462646484375,
+ -0.002964019775390625,
+ -0.00957489013671875,
+ -0.045684814453125,
+ -0.05255126953125,
+ -0.018890380859375,
+ -0.0160675048828125,
+ -0.01374053955078125,
+ -0.0240478515625,
+ -0.02508544921875,
+ -0.053253173828125,
+ 0.0169219970703125,
+ 0.04278564453125,
+ -0.017181396484375,
+ 0.0146026611328125,
+ 0.00914764404296875,
+ -0.016754150390625,
+ -0.035888671875,
+ 0.0298919677734375,
+ 0.0164947509765625,
+ 0.041900634765625,
+ -0.0045318603515625,
+ 0.021636962890625,
+ 0.0183868408203125,
+ -0.03521728515625,
+ 0.046051025390625,
+ 0.0032215118408203125,
+ 0.00276947021484375,
+ 0.01210784912109375,
+ -0.041412353515625,
+ 0.019073486328125,
+ -0.03125,
+ 0.0106048583984375,
+ 0.032806396484375,
+ -0.04327392578125,
+ 0.031097412109375,
+ 0.001094818115234375,
+ 0.0169219970703125,
+ 0.051177978515625,
+ -0.059783935546875,
+ -0.01751708984375,
+ -0.0772705078125,
+ 0.0174407958984375,
+ -0.06524658203125,
+ -0.03228759765625,
+ -0.053253173828125,
+ -0.037628173828125,
+ 0.044647216796875,
+ 0.001674652099609375,
+ -0.03314208984375,
+ -0.0017719268798828125,
+ -0.006011962890625,
+ -0.0194091796875,
+ 0.032623291015625,
+ -0.0008425712585449219,
+ -0.0379638671875,
+ 0.022674560546875,
+ 0.0721435546875,
+ -0.029205322265625,
+ 0.006526947021484375,
+ -0.0177001953125,
+ 0.018890380859375,
+ -0.0029201507568359375,
+ -0.0062713623046875,
+ -0.041412353515625,
+ -0.01219940185546875,
+ 0.023193359375,
+ 0.02593994140625,
+ 0.03143310546875,
+ -0.0154571533203125,
+ 0.00772857666015625,
+ -0.010223388671875,
+ 0.0611572265625,
+ -0.005840301513671875,
+ 0.0177764892578125,
+ 0.0008535385131835938,
+ -0.00885009765625,
+ -0.015289306640625,
+ -0.05908203125,
+ -0.0146026611328125,
+ 0.04241943359375,
+ 0.005970001220703125,
+ 0.0172576904296875,
+ 0.019500732421875,
+ -0.046722412109375,
+ -0.002899169921875,
+ -0.0095367431640625,
+ -0.0209503173828125,
+ 0.02490234375,
+ 0.03900146484375,
+ -0.03607177734375,
+ 0.006313323974609375,
+ -0.006313323974609375,
+ 0.01142120361328125,
+ -0.00815582275390625,
+ -0.041748046875,
+ -0.01348114013671875,
+ -0.01331329345703125,
+ -0.030914306640625,
+ -0.006313323974609375,
+ 0.00545501708984375,
+ -0.021636962890625,
+ 0.014862060546875,
+ 0.0021800994873046875,
+ -0.0218963623046875,
+ -0.043792724609375,
+ -0.0518798828125,
+ 0.022674560546875,
+ -0.0261077880859375,
+ -0.03143310546875,
+ -0.0210418701171875,
+ 0.02490234375,
+ 0.01194000244140625,
+ -0.01078033447265625,
+ 0.005756378173828125,
+ -0.0219879150390625,
+ -0.01331329345703125,
+ 0.02593994140625,
+ -0.03521728515625,
+ 0.060821533203125,
+ 0.005176544189453125,
+ 0.05255126953125,
+ 0.057037353515625,
+ 0.0304107666015625,
+ 0.0191497802734375,
+ 0.08245849609375,
+ -0.0023193359375,
+ -0.0196685791015625,
+ 0.00772857666015625,
+ 0.01210784912109375,
+ -0.0208740234375,
+ -0.0117645263671875,
+ -0.020355224609375,
+ -0.0240478515625,
+ -0.01468658447265625,
+ -0.01288604736328125,
+ 0.0164947509765625,
+ 0.005970001220703125,
+ 0.01219940185546875,
+ 0.02972412109375,
+ -0.0238800048828125,
+ -0.005237579345703125,
+ 0.053253173828125,
+ -0.00867462158203125,
+ 0.075927734375,
+ -0.0053253173828125,
+ -0.041229248046875,
+ 0.00962066650390625,
+ 0.016754150390625,
+ -0.039337158203125,
+ -0.012542724609375,
+ 0.022674560546875,
+ 0.01026153564453125,
+ -0.0026092529296875,
+ 0.040191650390625,
+ -0.0069122314453125,
+ 0.0247344970703125,
+ -0.0022430419921875,
+ 0.010650634765625,
+ -0.004940032958984375,
+ -0.0223236083984375,
+ 0.032623291015625,
+ 0.0400390625,
+ 0.0118560791015625,
+ -0.0015249252319335938,
+ 0.04278564453125,
+ -0.017181396484375,
+ -0.0302276611328125,
+ -0.0085906982421875,
+ -0.0594482421875,
+ 0.0155487060546875,
+ 0.020263671875,
+ 0.0097503662109375,
+ 0.04705810546875,
+ -0.0396728515625,
+ -0.08453369140625,
+ 0.028350830078125,
+ -0.037109375,
+ 0.07281494140625,
+ 0.023193359375,
+ -0.0017719268798828125,
+ 0.0160675048828125,
+ -0.040191650390625,
+ -0.0088043212890625,
+ 0.02764892578125,
+ 0.020263671875,
+ 0.0215606689453125,
+ 0.0183868408203125,
+ 0.05908203125,
+ 0.0078582763671875,
+ -0.045684814453125,
+ 0.0247344970703125,
+ 0.0179443359375,
+ 0.01983642578125,
+ -0.0160675048828125,
+ 0.02679443359375,
+ 0.04156494140625,
+ 0.0012292861938476562,
+ -0.029205322265625,
+ 0.045013427734375,
+ 0.039520263671875,
+ -0.0210418701171875,
+ 0.0207061767578125,
+ -0.02044677734375,
+ 0.004917144775390625,
+ -0.045013427734375,
+ 0.0090179443359375,
+ 0.0103912353515625,
+ 0.018035888671875,
+ 0.0177764892578125,
+ 0.03314208984375,
+ -0.07177734375,
+ 0.0211334228515625,
+ 0.036773681640625,
+ -0.039337158203125,
+ 0.0219879150390625,
+ 0.0408935546875,
+ -0.01078033447265625,
+ 0.0026187896728515625,
+ 0.01047515869140625,
+ -0.05255126953125,
+ 0.0113372802734375,
+ -0.039154052734375,
+ -0.048431396484375,
+ 0.0016317367553710938,
+ 0.032135009765625,
+ -0.08929443359375,
+ -0.0518798828125,
+ -0.07080078125,
+ -0.01168060302734375,
+ -0.0007944107055664062,
+ -0.0206146240234375,
+ 0.0191497802734375,
+ -0.0025768280029296875,
+ 0.001068115234375,
+ 0.0362548828125,
+ 0.03692626953125,
+ -0.0243988037109375,
+ -0.030914306640625,
+ 0.046051025390625,
+ -0.0109100341796875,
+ -0.05633544921875,
+ 0.0252532958984375,
+ -0.004207611083984375,
+ 0.00635528564453125,
+ -0.019073486328125,
+ -0.0285186767578125,
+ 0.0030059814453125,
+ -0.012542724609375,
+ -0.006443023681640625,
+ 0.0225067138671875,
+ -0.049468994140625,
+ -0.0242156982421875,
+ -0.03607177734375,
+ 0.04913330078125,
+ -0.007686614990234375,
+ 0.0304107666015625,
+ 0.021392822265625,
+ -0.050506591796875,
+ 0.03863525390625,
+ -0.048797607421875,
+ -0.032989501953125,
+ 0.006443023681640625,
+ -0.016143798828125,
+ 0.0008268356323242188,
+ 0.05291748046875,
+ -0.006053924560546875,
+ -0.0186309814453125,
+ -0.02130126953125,
+ 0.0230255126953125,
+ 0.03607177734375,
+ 0.0005636215209960938,
+ -0.045684814453125,
+ 0.034881591796875,
+ -0.00498199462890625,
+ -0.047760009765625,
+ -0.0013093948364257812,
+ -0.0279998779296875,
+ -0.0118560791015625,
+ 0.023529052734375,
+ -0.07147216796875,
+ 0.001068115234375,
+ 0.007343292236328125,
+ -0.023193359375,
+ -0.041229248046875,
+ -0.006443023681640625,
+ -0.0154571533203125,
+ -0.02783203125,
+ 0.01202392578125,
+ 0.0307464599609375,
+ 0.01357269287109375,
+ 0.02215576171875,
+ 0.01708984375,
+ -0.0041656494140625,
+ 0.003284454345703125,
+ -0.004360198974609375,
+ -0.00824737548828125,
+ 0.040191650390625,
+ -0.04241943359375,
+ -0.04913330078125,
+ -0.030914306640625,
+ 0.036590576171875,
+ -0.0662841796875,
+ -0.01116180419921875,
+ -0.0205230712890625,
+ -0.032470703125,
+ 0.036590576171875,
+ -0.04156494140625,
+ 0.0009393692016601562,
+ -0.036773681640625,
+ -0.019073486328125,
+ -0.0350341796875,
+ -0.0426025390625,
+ -0.024566650390625,
+ 0.0255889892578125,
+ -0.01348114013671875,
+ 0.030914306640625,
+ 0.0230255126953125,
+ -0.057037353515625,
+ 0.036407470703125,
+ 0.023529052734375,
+ 0.002597808837890625,
+ 0.0186309814453125,
+ 0.0021686553955078125,
+ -0.002964019775390625,
+ 0.0096588134765625,
+ 0.0362548828125,
+ -0.028350830078125,
+ -0.032806396484375,
+ -0.07489013671875,
+ 0.02764892578125,
+ 0.019317626953125,
+ -0.02215576171875,
+ 0.00811767578125,
+ -0.034027099609375,
+ -0.057708740234375,
+ 0.0013952255249023438,
+ 0.0518798828125,
+ 0.00429534912109375,
+ -0.022674560546875,
+ -0.032989501953125,
+ -0.0141754150390625,
+ 0.01288604736328125,
+ -0.0233612060546875,
+ 0.039337158203125,
+ 0.00772857666015625,
+ 0.0140838623046875,
+ 0.01331329345703125,
+ -0.0238800048828125,
+ 0.0186309814453125,
+ 0.022674560546875,
+ 0.026458740234375,
+ 0.023529052734375,
+ 0.01219940185546875,
+ -0.0140838623046875,
+ 0.0255889892578125,
+ -0.0209503173828125,
+ -0.01210784912109375,
+ -0.0013370513916015625,
+ -0.01357269287109375,
+ -0.0109100341796875,
+ -0.032989501953125,
+ -0.034698486328125,
+ 0.0350341796875,
+ 0.023529052734375,
+ 0.037628173828125,
+ -0.006313323974609375,
+ 0.01288604736328125,
+ 0.0228424072265625,
+ -0.0038433074951171875,
+ 0.0645751953125,
+ -0.0271453857421875,
+ -0.037445068359375,
+ 0.0097503662109375,
+ 0.01030731201171875,
+ 0.0177001953125,
+ 0.00772857666015625,
+ 0.01331329345703125,
+ -0.03778076171875,
+ 0.018890380859375,
+ 0.054290771484375,
+ -0.026275634765625,
+ -0.02679443359375,
+ -0.0255889892578125,
+ 0.029541015625,
+ -0.0023403167724609375,
+ 0.036590576171875,
+ 0.0192413330078125,
+ 0.054290771484375,
+ 0.0006279945373535156,
+ 0.00815582275390625,
+ 0.0307464599609375,
+ 0.080078125,
+ 0.029541015625,
+ -0.023193359375,
+ -0.059783935546875,
+ -0.01708984375,
+ 0.0195770263671875,
+ -0.0174407958984375,
+ -0.0094451904296875,
+ 0.0076446533203125,
+ 0.04742431640625,
+ -0.0948486328125,
+ 0.0025653839111328125,
+ 0.00506591796875,
+ 0.00910186767578125,
+ 0.004314422607421875,
+ 0.0026302337646484375,
+ -0.027313232421875,
+ 0.0118560791015625,
+ 0.007556915283203125,
+ -0.07080078125,
+ 0.004810333251953125,
+ -0.041748046875,
+ 0.0038433074951171875,
+ 0.047760009765625,
+ 0.0230255126953125,
+ -0.0400390625,
+ 0.00867462158203125,
+ -0.023529052734375,
+ 0.040191650390625,
+ 0.013824462890625,
+ 0.046051025390625,
+ 0.0147705078125,
+ 0.01666259765625,
+ 0.03436279296875,
+ 0.057037353515625,
+ -0.029205322265625,
+ -0.032135009765625,
+ 0.030914306640625,
+ 0.049468994140625,
+ 0.0293731689453125,
+ 0.0535888671875,
+ 0.005218505859375,
+ 0.01125335693359375,
+ 0.017608642578125,
+ -0.04913330078125,
+ -0.006999969482421875,
+ 0.010009765625,
+ 0.0243988037109375,
+ -0.060455322265625,
+ -0.043792724609375,
+ -0.00824737548828125,
+ -0.037445068359375,
+ 0.0205230712890625,
+ 0.00566864013671875,
+ -0.019927978515625,
+ -0.038482666015625,
+ 0.05255126953125,
+ -0.034881591796875,
+ -0.041046142578125,
+ 0.0168304443359375,
+ -0.034881591796875,
+ -0.0131378173828125,
+ -0.01520538330078125,
+ -0.0154571533203125,
+ 0.020355224609375,
+ -0.02490234375,
+ -0.05841064453125,
+ -0.03607177734375,
+ 0.01043701171875,
+ -0.016571044921875,
+ -0.052215576171875,
+ -0.02490234375,
+ -0.0162353515625,
+ -0.04638671875,
+ -0.048797607421875,
+ -0.04534912109375,
+ -0.03692626953125,
+ 0.0010471343994140625,
+ -0.0200958251953125,
+ 0.004703521728515625,
+ -0.0127105712890625,
+ -0.041046142578125,
+ -0.0195770263671875,
+ -0.0106048583984375,
+ -0.0033283233642578125,
+ 0.0174407958984375,
+ -0.050506591796875,
+ 0.034027099609375,
+ 0.00888824462890625,
+ 0.011077880859375,
+ 0.029205322265625,
+ 0.048431396484375,
+ 0.0026302337646484375,
+ 0.0014390945434570312,
+ -0.009063720703125,
+ -0.03863525390625,
+ 0.003692626953125,
+ 0.01099395751953125,
+ 0.0015459060668945312,
+ -0.052215576171875,
+ -0.00919342041015625,
+ 0.03778076171875,
+ -0.06219482421875,
+ 0.029541015625,
+ 0.0197601318359375,
+ -0.01056671142578125,
+ -0.037445068359375,
+ 0.018463134765625,
+ -0.01056671142578125,
+ 0.0037364959716796875,
+ 0.09344482421875,
+ 0.01219940185546875,
+ -0.0027484893798828125,
+ 0.0036716461181640625,
+ -0.0215606689453125,
+ 0.05255126953125,
+ 0.045013427734375,
+ 0.01078033447265625,
+ -0.0191497802734375,
+ 0.0252532958984375,
+ 0.0307464599609375,
+ -0.0243988037109375,
+ 0.03350830078125,
+ -0.06768798828125,
+ 0.00008356571197509766,
+ 0.031097412109375,
+ -0.01194000244140625,
+ 0.013397216796875,
+ 0.0206146240234375,
+ -0.0302276611328125,
+ -0.035400390625,
+ -0.055999755859375,
+ 0.03436279296875,
+ 0.00390625,
+ 0.00824737548828125,
+ -0.032135009765625,
+ -0.0008859634399414062,
+ -0.007129669189453125,
+ -0.05084228515625,
+ -0.0080718994140625,
+ -0.018463134765625,
+ 0.038299560546875,
+ -0.01288604736328125,
+ -0.04071044921875,
+ 0.03778076171875,
+ 0.0285186767578125,
+ 0.007472991943359375,
+ -0.00798797607421875,
+ 0.06939697265625,
+ -0.057373046875,
+ -0.003650665283203125,
+ 0.0118560791015625,
+ 0.046722412109375,
+ 0.00940704345703125,
+ 0.002201080322265625,
+ 0.015625,
+ 0.031097412109375,
+ 0.039337158203125,
+ -0.039520263671875,
+ 0.04345703125,
+ 0.0163116455078125,
+ -0.01511383056640625,
+ -0.05291748046875,
+ -0.02972412109375,
+ -0.0255889892578125,
+ 0.0535888671875,
+ -0.004467010498046875,
+ 0.0396728515625,
+ 0.0024700164794921875,
+ -0.020355224609375,
+ -0.11407470703125,
+ 0.060455322265625,
+ -0.00872039794921875,
+ 0.0228424072265625,
+ 0.0286865234375,
+ -0.0178680419921875,
+ -0.053253173828125,
+ -0.0535888671875,
+ -0.00988006591796875,
+ 0.04071044921875,
+ 0.0037364959716796875,
+ 0.04705810546875,
+ -0.006740570068359375,
+ -0.004787445068359375,
+ 0.007259368896484375,
+ -0.0178680419921875,
+ 0.00440216064453125,
+ 0.042266845703125,
+ 0.0247344970703125,
+ -0.031951904296875,
+ 0.04913330078125,
+ -0.0556640625,
+ 0.026458740234375,
+ -0.00777435302734375,
+ 0.0008859634399414062,
+ -0.0024471282958984375,
+ 0.00403594970703125,
+ -0.031097412109375,
+ 0.00487518310546875,
+ 0.027313232421875,
+ 0.052215576171875,
+ -0.0140838623046875,
+ -0.0006308555603027344,
+ -0.02490234375,
+ -0.00034618377685546875,
+ -0.0230255126953125,
+ -0.031951904296875,
+ 0.026275634765625,
+ 0.0269622802734375,
+ -0.0192413330078125,
+ -0.037109375,
+ -0.05908203125,
+ -0.068359375,
+ 0.001621246337890625,
+ -0.03314208984375,
+ -0.01494598388671875,
+ 0.018035888671875,
+ -0.019073486328125,
+ 0.023712158203125,
+ -0.0252532958984375,
+ 0.04241943359375,
+ 0.0038013458251953125,
+ -0.01009368896484375,
+ -0.03521728515625,
+ 0.0192413330078125,
+ -0.0160675048828125,
+ 0.014862060546875,
+ 0.00347900390625,
+ -0.038299560546875,
+ 0.039337158203125,
+ -0.0261077880859375,
+ 0.00545501708984375,
+ -0.01236724853515625,
+ -0.0003235340118408203,
+ -0.02593994140625,
+ -0.005626678466796875,
+ -0.068359375,
+ -0.0240478515625,
+ 0.021820068359375,
+ 0.0108642578125,
+ -0.001621246337890625,
+ -0.01210784912109375,
+ 0.0261077880859375,
+ 0.0083770751953125,
+ -0.0906982421875,
+ 0.036773681640625,
+ -0.0078125,
+ -0.01357269287109375,
+ 0.0062713623046875,
+ -0.0179443359375,
+ -0.00803375244140625,
+ 0.006740570068359375,
+ 0.01983642578125,
+ 0.045684814453125,
+ 0.024566650390625,
+ -0.0038013458251953125,
+ -0.01078033447265625,
+ 0.00862884521484375,
+ -0.031951904296875,
+ -0.006786346435546875,
+ 0.050506591796875,
+ 0.0247344970703125,
+ 0.01035308837890625,
+ 0.0179443359375,
+ 0.0015888214111328125,
+ -0.103759765625,
+ -0.0024051666259765625,
+ -0.00841522216796875,
+ -0.042938232421875,
+ 0.0078125,
+ 0.07080078125,
+ 0.021209716796875,
+ 0.00276947021484375,
+ 0.040374755859375,
+ 0.0170135498046875,
+ 0.0146026611328125,
+ 0.01073455810546875,
+ -0.0279998779296875,
+ -0.0670166015625,
+ 0.003520965576171875,
+ 0.0085906982421875,
+ 0.0182952880859375,
+ -0.04913330078125,
+ 0.03228759765625,
+ 0.0594482421875,
+ -0.03436279296875,
+ 0.003284454345703125,
+ 0.01580810546875,
+ -0.004016876220703125,
+ 0.0261077880859375,
+ -0.01151275634765625,
+ 0.00730133056640625,
+ -0.07318115234375,
+ 0.0122833251953125,
+ 0.017608642578125,
+ -0.0032634735107421875,
+ 0.018463134765625,
+ 0.007171630859375,
+ -0.030914306640625,
+ 0.037261962890625,
+ -0.03863525390625,
+ 0.012542724609375,
+ 0.0002872943878173828,
+ 0.08209228515625,
+ 0.008331298828125,
+ -0.03863525390625,
+ -0.01511383056640625,
+ 0.03521728515625,
+ 0.0168304443359375,
+ -0.019073486328125,
+ 0.0160675048828125,
+ -0.00893402099609375,
+ -0.0122833251953125,
+ 0.0039520263671875,
+ 0.057037353515625,
+ 0.0033283233642578125,
+ 0.058746337890625,
+ 0.0009927749633789062,
+ -0.04742431640625,
+ 0.0150299072265625,
+ 0.000579833984375,
+ 0.0015249252319335938,
+ -0.013397216796875,
+ -0.058074951171875,
+ -0.0252532958984375,
+ -0.057037353515625,
+ 0.040191650390625,
+ 0.013824462890625,
+ 0.037628173828125,
+ 0.043121337890625,
+ 0.0029850006103515625,
+ -0.00803375244140625,
+ 0.0173492431640625,
+ 0.0117645263671875,
+ 0.05841064453125,
+ 0.0240478515625,
+ 0.0050048828125,
+ 0.0261077880859375,
+ 0.0170135498046875,
+ 0.0159759521484375,
+ -0.04742431640625,
+ 0.024566650390625,
+ -0.0350341796875,
+ 0.0018787384033203125,
+ -0.042083740234375,
+ -0.00010401010513305664,
+ 0.0017604827880859375,
+ -0.04241943359375,
+ 0.0154571533203125,
+ -0.0168304443359375,
+ 0.00540924072265625,
+ -0.02593994140625,
+ -0.05462646484375,
+ -0.01708984375,
+ 0.051177978515625,
+ -0.02679443359375,
+ 0.03985595703125,
+ 0.02215576171875,
+ -0.013916015625,
+ -0.0209503173828125,
+ -0.038818359375,
+ 0.034027099609375,
+ 0.046051025390625,
+ 0.051544189453125,
+ -0.004253387451171875,
+ -0.01442718505859375,
+ 0.024566650390625,
+ -0.006740570068359375,
+ 0.037109375,
+ 0.0298919677734375,
+ -0.016571044921875,
+ 0.048095703125,
+ 0.027313232421875,
+ 0.0173492431640625,
+ -0.047760009765625,
+ 0.00324249267578125,
+ 0.0285186767578125,
+ -0.054962158203125,
+ 0.057373046875,
+ 0.015625,
+ 0.02783203125,
+ -0.006011962890625,
+ -0.0225067138671875,
+ -0.01812744140625,
+ -0.0780029296875,
+ 0.06390380859375,
+ 0.01537322998046875,
+ 0.0006709098815917969,
+ 0.04071044921875,
+ -0.030914306640625,
+ 0.0362548828125,
+ -0.0039520263671875,
+ 0.06182861328125,
+ -0.0443115234375,
+ 0.055999755859375,
+ 0.0011701583862304688,
+ 0.0076446533203125,
+ -0.0238800048828125,
+ 0.0223236083984375,
+ -0.012542724609375,
+ 0.006870269775390625,
+ -0.0218963623046875,
+ 0.0426025390625,
+ 0.0341796875,
+ 0.0015249252319335938,
+ -0.07080078125,
+ -0.0341796875,
+ -0.037261962890625,
+ -0.0195770263671875,
+ 0.03814697265625,
+ -0.055999755859375,
+ -0.0010089874267578125,
+ 0.00730133056640625,
+ 0.0286865234375,
+ 0.070068359375,
+ -0.028167724609375,
+ 0.043975830078125,
+ -0.024566650390625,
+ -0.0018787384033203125,
+ -0.0168304443359375,
+ 0.0099639892578125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "command-history",
+ "user-activity",
+ "anti-forensics-detection",
+ "bash-analysis",
+ "timeline-reconstruction",
+ "indicator-of-compromise"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_chainbreaker",
+ "type": "tool",
+ "name": "chainbreaker",
+ "content": "chainbreaker python-tool extrahiert passwörter, zertifikate und schlüssel aus macos-keychain-dateien für credential-recovery. dekryptiert sowohl login- als auch system-keychains mit user-passwort oder master-key. besonders wertvoll: wifi-passwort-extraktion, certificate-chain-analysis, secure-notes-dekodierung. batch-processing für enterprise-deployments. export in strukturierte formate für weitere analyse. standard für macos-credential-forensik. cli credential-extraction keychain-analysis password-recovery certificate-analysis python-tool macos-artifacts wifi-passwords static-investigations incident-response examination analysis",
+ "embedding": [
+ 0.00933837890625,
+ 0.022674560546875,
+ 0.0221710205078125,
+ -0.006877899169921875,
+ 0.0433349609375,
+ 0.00766754150390625,
+ 0.0032291412353515625,
+ 0.014251708984375,
+ 0.00629425048828125,
+ -0.0185089111328125,
+ -0.025177001953125,
+ 0.0697021484375,
+ 0.01116943359375,
+ -0.00749969482421875,
+ -0.04766845703125,
+ 0.048004150390625,
+ 0.0191650390625,
+ 0.0178375244140625,
+ -0.007083892822265625,
+ -0.007083892822265625,
+ -0.0203399658203125,
+ -0.01708984375,
+ -0.068359375,
+ -0.006793975830078125,
+ 0.0212554931640625,
+ 0.0082550048828125,
+ -0.04901123046875,
+ -0.045684814453125,
+ 0.006999969482421875,
+ 0.004436492919921875,
+ 0.0018548965454101562,
+ -0.0144195556640625,
+ 0.00933837890625,
+ 0.0007395744323730469,
+ 0.01800537109375,
+ -0.00966644287109375,
+ -0.00604248046875,
+ -0.0265045166015625,
+ -0.02667236328125,
+ 0.045013427734375,
+ -0.0178375244140625,
+ -0.00942230224609375,
+ 0.01274871826171875,
+ -0.0024585723876953125,
+ -0.026336669921875,
+ -0.04266357421875,
+ 0.01216888427734375,
+ -0.0084991455078125,
+ 0.0223388671875,
+ -0.01308441162109375,
+ 0.0113372802734375,
+ 0.0311737060546875,
+ -0.00879669189453125,
+ -0.01708984375,
+ -0.02484130859375,
+ 0.03717041015625,
+ 0.0169219970703125,
+ -0.031341552734375,
+ -0.0283355712890625,
+ 0.0816650390625,
+ -0.0328369140625,
+ -0.0209197998046875,
+ -0.0105438232421875,
+ -0.0168304443359375,
+ 0.00766754150390625,
+ 0.03167724609375,
+ 0.0006356239318847656,
+ -0.037841796875,
+ -0.013671875,
+ 0.008331298828125,
+ -0.0184173583984375,
+ -0.0214996337890625,
+ -0.0260009765625,
+ 0.02008056640625,
+ -0.04168701171875,
+ -0.06298828125,
+ 0.007793426513671875,
+ 0.02984619140625,
+ 0.00566864013671875,
+ -0.0033550262451171875,
+ -0.034515380859375,
+ -0.0014276504516601562,
+ 0.05035400390625,
+ -0.00004589557647705078,
+ -0.02301025390625,
+ 0.0271759033203125,
+ 0.0084991455078125,
+ -0.0159149169921875,
+ -0.005916595458984375,
+ -0.0293426513671875,
+ 0.0283355712890625,
+ 0.002292633056640625,
+ 0.02166748046875,
+ 0.002124786376953125,
+ 0.03582763671875,
+ 0.05535888671875,
+ -0.0261688232421875,
+ 0.030670166015625,
+ -0.0018024444580078125,
+ 0.03900146484375,
+ 0.0002409219741821289,
+ -0.055023193359375,
+ 0.0643310546875,
+ -0.00487518310546875,
+ 0.059356689453125,
+ -0.04083251953125,
+ 0.016754150390625,
+ -0.01983642578125,
+ -0.031005859375,
+ -0.029510498046875,
+ -0.10003662109375,
+ -0.058013916015625,
+ -0.01108551025390625,
+ -0.0596923828125,
+ 0.0041046142578125,
+ -0.0159149169921875,
+ 0.0010833740234375,
+ 0.05133056640625,
+ -0.03582763671875,
+ -0.0496826171875,
+ 0.01483917236328125,
+ 0.02734375,
+ -0.020843505859375,
+ 0.0122528076171875,
+ -0.0633544921875,
+ -0.0290069580078125,
+ 0.008209228515625,
+ 0.04833984375,
+ -0.051666259765625,
+ -0.030670166015625,
+ -0.01800537109375,
+ -0.0221710205078125,
+ -0.0020732879638671875,
+ -0.0291748046875,
+ -0.01375579833984375,
+ -0.0228424072265625,
+ 0.029510498046875,
+ -0.0233306884765625,
+ 0.0144195556640625,
+ 0.0035419464111328125,
+ 0.041015625,
+ -0.026336669921875,
+ -0.05133056640625,
+ -0.0258331298828125,
+ -0.051666259765625,
+ 0.00812530517578125,
+ -0.0186767578125,
+ 0.050994873046875,
+ 0.0037708282470703125,
+ 0.01617431640625,
+ -0.0075836181640625,
+ 0.0231781005859375,
+ 0.007793426513671875,
+ 0.0006198883056640625,
+ -0.00971221923828125,
+ -0.05267333984375,
+ -0.0006303787231445312,
+ -0.0265045166015625,
+ 0.023834228515625,
+ -0.009124755859375,
+ -0.00704193115234375,
+ -0.01125335693359375,
+ -0.03466796875,
+ 0.010040283203125,
+ -0.0206756591796875,
+ -0.0250091552734375,
+ -0.0260009765625,
+ 0.033660888671875,
+ 0.031494140625,
+ -0.01267242431640625,
+ 0.0019168853759765625,
+ -0.021087646484375,
+ 0.0469970703125,
+ 0.0706787109375,
+ -0.00521087646484375,
+ 0.039520263671875,
+ -0.0008020401000976562,
+ -0.0009374618530273438,
+ 0.006877899169921875,
+ 0.056671142578125,
+ -0.0243377685546875,
+ -0.0163421630859375,
+ 0.0311737060546875,
+ 0.0301666259765625,
+ -0.0035419464111328125,
+ -0.01450347900390625,
+ -0.038330078125,
+ 0.004375457763671875,
+ -0.004085540771484375,
+ 0.0250091552734375,
+ -0.031005859375,
+ -0.03900146484375,
+ -0.00658416748046875,
+ 0.0265045166015625,
+ 0.047332763671875,
+ 0.07098388671875,
+ 0.01641845703125,
+ -0.0156707763671875,
+ 0.0391845703125,
+ 0.005832672119140625,
+ -0.00014257431030273438,
+ 0.039337158203125,
+ -0.028167724609375,
+ 0.05267333984375,
+ 0.029998779296875,
+ -0.006793975830078125,
+ -0.01959228515625,
+ 0.031494140625,
+ 0.0144195556640625,
+ -0.00920867919921875,
+ -0.038177490234375,
+ 0.015838623046875,
+ -0.01062774658203125,
+ -0.0018548965454101562,
+ -0.041168212890625,
+ -0.028167724609375,
+ 0.02008056640625,
+ -0.0159149169921875,
+ -0.0006175041198730469,
+ 0.00942230224609375,
+ -0.0197601318359375,
+ -0.035491943359375,
+ 0.006336212158203125,
+ 0.03900146484375,
+ -0.02734375,
+ 0.040496826171875,
+ 0.0209197998046875,
+ -0.0196685791015625,
+ -0.013671875,
+ 0.03350830078125,
+ 0.001125335693359375,
+ 0.01158905029296875,
+ 0.002979278564453125,
+ -0.00054168701171875,
+ -0.0225067138671875,
+ -0.00518798828125,
+ 0.0460205078125,
+ 0.04766845703125,
+ 0.0171661376953125,
+ 0.0015316009521484375,
+ -0.0290069580078125,
+ 0.05535888671875,
+ -0.036163330078125,
+ 0.029510498046875,
+ 0.0469970703125,
+ -0.0191650390625,
+ 0.01800537109375,
+ -0.00228118896484375,
+ 0.04766845703125,
+ 0.05767822265625,
+ -0.055023193359375,
+ 0.0019168853759765625,
+ -0.0643310546875,
+ -0.0271759033203125,
+ -0.078369140625,
+ -0.016998291015625,
+ -0.0103759765625,
+ -0.0596923828125,
+ 0.044677734375,
+ 0.005313873291015625,
+ -0.01142120361328125,
+ -0.0074615478515625,
+ -0.01158905029296875,
+ 0.0168304443359375,
+ 0.04534912109375,
+ -0.0015001296997070312,
+ -0.0679931640625,
+ 0.00691986083984375,
+ 0.0570068359375,
+ -0.0254974365234375,
+ -0.00966644287109375,
+ -0.0097503662109375,
+ 0.0035839080810546875,
+ -0.00691986083984375,
+ 0.031494140625,
+ -0.054351806640625,
+ 0.010833740234375,
+ 0.03851318359375,
+ 0.01216888427734375,
+ 0.0214996337890625,
+ -0.002407073974609375,
+ 0.0187530517578125,
+ -0.005313873291015625,
+ 0.0301666259765625,
+ -0.0186767578125,
+ 0.019256591796875,
+ -0.01116943359375,
+ 0.036163330078125,
+ -0.0323486328125,
+ -0.0469970703125,
+ -0.014923095703125,
+ 0.0396728515625,
+ 0.01125335693359375,
+ 0.003147125244140625,
+ 0.01274871826171875,
+ -0.054351806640625,
+ -0.00629425048828125,
+ 0.002521514892578125,
+ -0.01508331298828125,
+ 0.0258331298828125,
+ 0.044342041015625,
+ -0.03485107421875,
+ 0.020843505859375,
+ 0.022003173828125,
+ -0.004730224609375,
+ -0.046356201171875,
+ -0.039337158203125,
+ 0.00009638071060180664,
+ -0.0096282958984375,
+ -0.04833984375,
+ -0.01300048828125,
+ 0.0236663818359375,
+ -0.0168304443359375,
+ 0.0240020751953125,
+ -0.0092926025390625,
+ 0.0181732177734375,
+ -0.0496826171875,
+ -0.05267333984375,
+ 0.0138397216796875,
+ -0.0296783447265625,
+ -0.0099639892578125,
+ -0.038665771484375,
+ 0.0155029296875,
+ -0.001438140869140625,
+ -0.004791259765625,
+ -0.01116943359375,
+ 0.006252288818359375,
+ -0.059356689453125,
+ 0.004375457763671875,
+ -0.01016998291015625,
+ 0.0228424072265625,
+ -0.0469970703125,
+ 0.033172607421875,
+ 0.03167724609375,
+ 0.048004150390625,
+ 0.02783203125,
+ 0.065673828125,
+ 0.0254974365234375,
+ -0.03668212890625,
+ -0.011749267578125,
+ -0.0016565322875976562,
+ 0.01824951171875,
+ 0.02166748046875,
+ -0.0163421630859375,
+ -0.0290069580078125,
+ -0.01358795166015625,
+ -0.0159149169921875,
+ 0.0015935897827148438,
+ 0.0253448486328125,
+ 0.01029205322265625,
+ 0.0171661376953125,
+ -0.03350830078125,
+ 0.004291534423828125,
+ 0.07037353515625,
+ -0.013671875,
+ 0.092041015625,
+ -0.028167724609375,
+ -0.050018310546875,
+ 0.0135040283203125,
+ 0.0019378662109375,
+ -0.020172119140625,
+ 0.004669189453125,
+ 0.046356201171875,
+ 0.01267242431640625,
+ 0.00704193115234375,
+ 0.03668212890625,
+ -0.0125885009765625,
+ 0.00908660888671875,
+ 0.0250091552734375,
+ 0.0160064697265625,
+ -0.008209228515625,
+ -0.006084442138671875,
+ 0.023834228515625,
+ 0.061004638671875,
+ 0.0024280548095703125,
+ 0.0246734619140625,
+ 0.033172607421875,
+ -0.041351318359375,
+ -0.05267333984375,
+ -0.020843505859375,
+ -0.0556640625,
+ -0.0012292861938476562,
+ 0.049346923828125,
+ -0.00783538818359375,
+ 0.04400634765625,
+ -0.032501220703125,
+ -0.0556640625,
+ 0.01508331298828125,
+ -0.037353515625,
+ 0.07000732421875,
+ 0.01541900634765625,
+ 0.02301025390625,
+ 0.0401611328125,
+ -0.033843994140625,
+ -0.0021038055419921875,
+ 0.03033447265625,
+ -0.0308380126953125,
+ 0.033843994140625,
+ 0.033660888671875,
+ 0.02301025390625,
+ 0.0069580078125,
+ -0.059356689453125,
+ -0.0088348388671875,
+ -0.002979278564453125,
+ -0.007335662841796875,
+ -0.01375579833984375,
+ 0.00887298583984375,
+ 0.0261688232421875,
+ 0.032012939453125,
+ -0.04266357421875,
+ 0.04901123046875,
+ 0.03167724609375,
+ -0.01525115966796875,
+ 0.0010938644409179688,
+ -0.020172119140625,
+ -0.0045013427734375,
+ -0.03985595703125,
+ -0.0113372802734375,
+ -0.008087158203125,
+ 0.042510986328125,
+ 0.04400634765625,
+ 0.01166534423828125,
+ -0.07232666015625,
+ -0.006252288818359375,
+ 0.046356201171875,
+ -0.046661376953125,
+ 0.02166748046875,
+ 0.01091766357421875,
+ -0.0231781005859375,
+ 0.009796142578125,
+ -0.0223388671875,
+ -0.054351806640625,
+ 0.0275115966796875,
+ -0.016082763671875,
+ -0.061676025390625,
+ 0.0030841827392578125,
+ 0.03900146484375,
+ -0.03466796875,
+ -0.045013427734375,
+ -0.04266357421875,
+ -0.01617431640625,
+ 0.004917144775390625,
+ -0.017913818359375,
+ 0.02984619140625,
+ -0.019256591796875,
+ 0.0028553009033203125,
+ 0.0187530517578125,
+ 0.031005859375,
+ 0.0075836181640625,
+ -0.00412750244140625,
+ 0.048004150390625,
+ -0.0240020751953125,
+ -0.03033447265625,
+ 0.046661376953125,
+ 0.006374359130859375,
+ 0.0214996337890625,
+ -0.031494140625,
+ -0.056671142578125,
+ 0.0203399658203125,
+ -0.0006666183471679688,
+ 0.01508331298828125,
+ 0.007251739501953125,
+ -0.042999267578125,
+ -0.06268310546875,
+ -0.038665771484375,
+ 0.049346923828125,
+ 0.0156707763671875,
+ 0.0396728515625,
+ 0.005126953125,
+ -0.032684326171875,
+ 0.0187530517578125,
+ -0.055999755859375,
+ -0.011505126953125,
+ 0.006500244140625,
+ -0.01300048828125,
+ -0.01291656494140625,
+ 0.065673828125,
+ -0.0106658935546875,
+ 0.0035419464111328125,
+ -0.00504302978515625,
+ 0.0596923828125,
+ 0.005584716796875,
+ 0.0106658935546875,
+ -0.036346435546875,
+ 0.037017822265625,
+ 0.02349853515625,
+ -0.06201171875,
+ -0.001979827880859375,
+ -0.01091766357421875,
+ 0.0120849609375,
+ 0.0231781005859375,
+ -0.0333251953125,
+ 0.0210113525390625,
+ -0.0181732177734375,
+ -0.059356689453125,
+ -0.00920867919921875,
+ -0.0258331298828125,
+ -0.0034999847412109375,
+ -0.025665283203125,
+ 0.0364990234375,
+ 0.02166748046875,
+ 0.0131683349609375,
+ -0.00270843505859375,
+ 0.029510498046875,
+ -0.01617431640625,
+ 0.0194244384765625,
+ -0.027008056640625,
+ -0.0433349609375,
+ 0.0311737060546875,
+ -0.058013916015625,
+ -0.005001068115234375,
+ -0.0243377685546875,
+ 0.04034423828125,
+ -0.006000518798828125,
+ 0.01541900634765625,
+ -0.002979278564453125,
+ -0.0225067138671875,
+ 0.0196685791015625,
+ -0.04766845703125,
+ 0.0110015869140625,
+ -0.024505615234375,
+ -0.049346923828125,
+ -0.046356201171875,
+ -0.035675048828125,
+ 0.0209197998046875,
+ 0.038330078125,
+ -0.0125885009765625,
+ 0.0283355712890625,
+ 0.043670654296875,
+ -0.0293426513671875,
+ 0.03900146484375,
+ 0.00933837890625,
+ -0.01200103759765625,
+ -0.006877899169921875,
+ 0.0032711029052734375,
+ 0.03033447265625,
+ 0.0144195556640625,
+ 0.033172607421875,
+ -0.0236663818359375,
+ -0.03533935546875,
+ -0.07037353515625,
+ 0.009124755859375,
+ 0.014251708984375,
+ -0.0180816650390625,
+ -0.0160064697265625,
+ -0.055023193359375,
+ -0.05401611328125,
+ -0.00937652587890625,
+ 0.042022705078125,
+ 0.016082763671875,
+ 0.003749847412109375,
+ -0.0162506103515625,
+ -0.008331298828125,
+ -0.031341552734375,
+ -0.0265045166015625,
+ 0.058349609375,
+ -0.0333251953125,
+ 0.0293426513671875,
+ 0.0003046989440917969,
+ -0.015838623046875,
+ 0.021087646484375,
+ 0.01016998291015625,
+ 0.024505615234375,
+ 0.02484130859375,
+ 0.03216552734375,
+ -0.01800537109375,
+ 0.0175018310546875,
+ 0.0103759765625,
+ -0.00139617919921875,
+ 0.004772186279296875,
+ -0.006458282470703125,
+ 0.04034423828125,
+ 0.00014841556549072266,
+ -0.00783538818359375,
+ 0.00379180908203125,
+ 0.0104217529296875,
+ 0.0120849609375,
+ -0.0203399658203125,
+ -0.02349853515625,
+ 0.03851318359375,
+ -0.0218353271484375,
+ 0.0733642578125,
+ -0.02008056640625,
+ -0.041168212890625,
+ 0.024505615234375,
+ -0.00862884521484375,
+ 0.042022705078125,
+ 0.052001953125,
+ -0.00949859619140625,
+ -0.0296783447265625,
+ 0.0125885009765625,
+ 0.06134033203125,
+ -0.005794525146484375,
+ -0.02984619140625,
+ -0.00641632080078125,
+ 0.0177459716796875,
+ 0.01508331298828125,
+ 0.03167724609375,
+ -0.002666473388671875,
+ 0.059356689453125,
+ -0.006710052490234375,
+ -0.01617431640625,
+ 0.0184173583984375,
+ 0.0596923828125,
+ 0.04833984375,
+ -0.005374908447265625,
+ -0.0203399658203125,
+ 0.0290069580078125,
+ 0.002208709716796875,
+ -0.0185089111328125,
+ -0.048675537109375,
+ 0.00116729736328125,
+ 0.04217529296875,
+ -0.065673828125,
+ 0.003292083740234375,
+ 0.01458740234375,
+ -0.00971221923828125,
+ 0.00658416748046875,
+ 0.0175933837890625,
+ -0.03216552734375,
+ 0.016510009765625,
+ 0.0083770751953125,
+ -0.05267333984375,
+ -0.0200042724609375,
+ -0.019256591796875,
+ 0.0250091552734375,
+ 0.062347412109375,
+ 0.040496826171875,
+ -0.033843994140625,
+ 0.023834228515625,
+ -0.004543304443359375,
+ 0.0670166015625,
+ 0.02008056640625,
+ 0.059356689453125,
+ 0.0291748046875,
+ 0.023834228515625,
+ 0.055023193359375,
+ 0.050994873046875,
+ -0.0268402099609375,
+ -0.00946044921875,
+ 0.00829315185546875,
+ 0.01433563232421875,
+ 0.032012939453125,
+ 0.0693359375,
+ 0.008209228515625,
+ -0.0030841827392578125,
+ -0.0096282958984375,
+ -0.0556640625,
+ 0.01959228515625,
+ 0.005168914794921875,
+ -0.0157470703125,
+ -0.057342529296875,
+ -0.0265045166015625,
+ -0.0006093978881835938,
+ -0.05401611328125,
+ 0.0268402099609375,
+ 0.0184173583984375,
+ -0.031494140625,
+ -0.0033969879150390625,
+ 0.056671142578125,
+ 0.0211639404296875,
+ -0.05902099609375,
+ 0.0196685791015625,
+ -0.040008544921875,
+ -0.004291534423828125,
+ -0.0291748046875,
+ -0.031005859375,
+ 0.034332275390625,
+ -0.0125885009765625,
+ -0.04217529296875,
+ -0.01267242431640625,
+ 0.018341064453125,
+ -0.031005859375,
+ -0.0159149169921875,
+ -0.01108551025390625,
+ 0.00904083251953125,
+ -0.0296783447265625,
+ -0.006877899169921875,
+ -0.0149993896484375,
+ -0.024169921875,
+ 0.030670166015625,
+ -0.027679443359375,
+ -0.01416778564453125,
+ -0.020172119140625,
+ -0.01291656494140625,
+ -0.028167724609375,
+ 0.01267242431640625,
+ -0.044342041015625,
+ 0.0250091552734375,
+ -0.04150390625,
+ 0.0128326416015625,
+ 0.01216888427734375,
+ 0.0140838623046875,
+ 0.0253448486328125,
+ 0.057342529296875,
+ -0.0169219970703125,
+ -0.0212554931640625,
+ -0.036834716796875,
+ -0.043670654296875,
+ -0.007541656494140625,
+ 0.00891876220703125,
+ 0.0004897117614746094,
+ -0.06201171875,
+ -0.0008387565612792969,
+ 0.0401611328125,
+ -0.08270263671875,
+ -0.00228118896484375,
+ -0.02850341796875,
+ -0.0008492469787597656,
+ -0.05035400390625,
+ 0.0015630722045898438,
+ 0.01416778564453125,
+ 0.006542205810546875,
+ 0.08935546875,
+ -0.020172119140625,
+ 0.0031871795654296875,
+ 0.0205841064453125,
+ -0.01358795166015625,
+ 0.07568359375,
+ -0.0041046142578125,
+ 0.048675537109375,
+ -0.044342041015625,
+ 0.0240020751953125,
+ 0.0178375244140625,
+ -0.023834228515625,
+ 0.021331787109375,
+ -0.0733642578125,
+ -0.0086669921875,
+ 0.0138397216796875,
+ 0.039337158203125,
+ -0.0015840530395507812,
+ -0.01525115966796875,
+ -0.03582763671875,
+ -0.03668212890625,
+ 0.004940032958984375,
+ 0.0210113525390625,
+ 0.020843505859375,
+ 0.0258331298828125,
+ -0.037841796875,
+ -0.01824951171875,
+ -0.0031681060791015625,
+ -0.0260009765625,
+ -0.0293426513671875,
+ -0.0157470703125,
+ 0.06268310546875,
+ -0.01142120361328125,
+ -0.0391845703125,
+ 0.007793426513671875,
+ 0.007541656494140625,
+ -0.0171661376953125,
+ 0.01666259765625,
+ 0.031829833984375,
+ -0.0271759033203125,
+ 0.0011777877807617188,
+ -0.0058746337890625,
+ 0.0258331298828125,
+ 0.004207611083984375,
+ 0.0265045166015625,
+ 0.00971221923828125,
+ 0.0184173583984375,
+ 0.01541900634765625,
+ -0.0165863037109375,
+ 0.049346923828125,
+ 0.05267333984375,
+ -0.0253448486328125,
+ -0.07501220703125,
+ -0.00010025501251220703,
+ -0.01800537109375,
+ 0.0159149169921875,
+ -0.023834228515625,
+ 0.030670166015625,
+ 0.000492095947265625,
+ -0.0250091552734375,
+ -0.10333251953125,
+ 0.0596923828125,
+ -0.035186767578125,
+ 0.037994384765625,
+ -0.007541656494140625,
+ -0.0286712646484375,
+ -0.0770263671875,
+ -0.056671142578125,
+ -0.019500732421875,
+ 0.03717041015625,
+ -0.035491943359375,
+ 0.026336669921875,
+ 0.0333251953125,
+ 0.005584716796875,
+ -0.0017499923706054688,
+ -0.006084442138671875,
+ -0.006000518798828125,
+ 0.0205078125,
+ 0.041168212890625,
+ -0.03900146484375,
+ 0.06201171875,
+ -0.01541900634765625,
+ 0.01508331298828125,
+ -0.0291748046875,
+ -0.00464630126953125,
+ 0.0177459716796875,
+ -0.028167724609375,
+ -0.0396728515625,
+ -0.0084991455078125,
+ 0.0246734619140625,
+ 0.03668212890625,
+ -0.03302001953125,
+ 0.0243377685546875,
+ -0.034515380859375,
+ 0.018341064453125,
+ -0.006000518798828125,
+ -0.00800323486328125,
+ 0.00920867919921875,
+ -0.002178192138671875,
+ -0.013336181640625,
+ -0.0169219970703125,
+ -0.0469970703125,
+ -0.07537841796875,
+ 0.0019168853759765625,
+ -0.0265045166015625,
+ -0.025177001953125,
+ 0.001468658447265625,
+ 0.014923095703125,
+ 0.020416259765625,
+ 0.0035419464111328125,
+ 0.0341796875,
+ -0.0291748046875,
+ -0.0223388671875,
+ -0.028167724609375,
+ 0.017333984375,
+ -0.00402069091796875,
+ 0.031494140625,
+ 0.01641845703125,
+ -0.015838623046875,
+ 0.0243377685546875,
+ 0.0010366439819335938,
+ -0.0102081298828125,
+ -0.00041937828063964844,
+ 0.006793975830078125,
+ -0.0206756591796875,
+ 0.0175933837890625,
+ -0.07769775390625,
+ -0.02783203125,
+ -0.01325225830078125,
+ 0.0008802413940429688,
+ 0.0160064697265625,
+ -0.018341064453125,
+ 0.0433349609375,
+ -0.004375457763671875,
+ -0.08502197265625,
+ 0.01158905029296875,
+ -0.0033550262451171875,
+ -0.06201171875,
+ 0.01358795166015625,
+ -0.0236663818359375,
+ -0.0010786056518554688,
+ 0.023834228515625,
+ 0.0391845703125,
+ 0.037353515625,
+ 0.058013916015625,
+ 0.0328369140625,
+ -0.031005859375,
+ -0.0009169578552246094,
+ 0.0211639404296875,
+ -0.0009427070617675781,
+ 0.01483917236328125,
+ 0.0341796875,
+ -0.00749969482421875,
+ 0.037841796875,
+ -0.003875732421875,
+ -0.06634521484375,
+ 0.0003829002380371094,
+ -0.0122528076171875,
+ -0.061004638671875,
+ 0.01399993896484375,
+ 0.06298828125,
+ 0.0144195556640625,
+ 0.0214996337890625,
+ 0.0341796875,
+ 0.0401611328125,
+ 0.0265045166015625,
+ 0.00518798828125,
+ -0.021087646484375,
+ -0.07037353515625,
+ -0.018585205078125,
+ 0.037689208984375,
+ 0.019500732421875,
+ -0.07470703125,
+ 0.0469970703125,
+ 0.0556640625,
+ -0.017333984375,
+ -0.0168304443359375,
+ -0.009124755859375,
+ 0.0159149169921875,
+ 0.025665283203125,
+ 0.02166748046875,
+ 0.0305023193359375,
+ -0.03533935546875,
+ 0.0253448486328125,
+ 0.026336669921875,
+ -0.02166748046875,
+ -0.0029163360595703125,
+ -0.0233306884765625,
+ -0.003208160400390625,
+ 0.033660888671875,
+ -0.050018310546875,
+ 0.00749969482421875,
+ 0.00775146484375,
+ 0.055023193359375,
+ -0.001438140869140625,
+ -0.04901123046875,
+ -0.031005859375,
+ 0.0570068359375,
+ 0.02734375,
+ -0.03399658203125,
+ 0.0268402099609375,
+ 0.01108551025390625,
+ -0.0233306884765625,
+ 0.04400634765625,
+ 0.058013916015625,
+ 0.0308380126953125,
+ 0.008087158203125,
+ 0.0184173583984375,
+ -0.034332275390625,
+ 0.0341796875,
+ -0.0301666259765625,
+ -0.0177459716796875,
+ -0.01308441162109375,
+ -0.032012939453125,
+ -0.0261688232421875,
+ -0.066650390625,
+ 0.057342529296875,
+ 0.0171661376953125,
+ 0.0401611328125,
+ 0.004940032958984375,
+ -0.0035419464111328125,
+ 0.026336669921875,
+ 0.010833740234375,
+ 0.00347900390625,
+ 0.0223388671875,
+ -0.01142120361328125,
+ 0.031005859375,
+ 0.01458740234375,
+ -0.00458526611328125,
+ -0.01274871826171875,
+ -0.029510498046875,
+ 0.042999267578125,
+ -0.041015625,
+ -0.01983642578125,
+ -0.049346923828125,
+ -0.0197601318359375,
+ -0.001865386962890625,
+ -0.035186767578125,
+ 0.007793426513671875,
+ -0.05633544921875,
+ 0.01541900634765625,
+ -0.006374359130859375,
+ -0.045684814453125,
+ 0.00287628173828125,
+ 0.051666259765625,
+ -0.052337646484375,
+ 0.0194244384765625,
+ 0.03167724609375,
+ -0.0017194747924804688,
+ 0.047332763671875,
+ -0.06903076171875,
+ 0.044342041015625,
+ 0.0254974365234375,
+ 0.02734375,
+ -0.0202484130859375,
+ 0.0140838623046875,
+ 0.03167724609375,
+ -0.00704193115234375,
+ 0.02349853515625,
+ 0.00691986083984375,
+ 0.003292083740234375,
+ 0.05535888671875,
+ 0.0191650390625,
+ -0.011505126953125,
+ -0.01824951171875,
+ 0.0433349609375,
+ -0.0037708282470703125,
+ -0.0301666259765625,
+ 0.028167724609375,
+ 0.003208160400390625,
+ 0.0160064697265625,
+ -0.040679931640625,
+ -0.0196685791015625,
+ -0.011749267578125,
+ -0.0301666259765625,
+ 0.06732177734375,
+ 0.0236663818359375,
+ -0.0283355712890625,
+ 0.0202484130859375,
+ -0.0660400390625,
+ 0.0460205078125,
+ 0.0178375244140625,
+ 0.0433349609375,
+ -0.0396728515625,
+ 0.050994873046875,
+ -0.0035839080810546875,
+ -0.0015106201171875,
+ -0.015838623046875,
+ 0.037506103515625,
+ 0.004833221435546875,
+ 0.016510009765625,
+ -0.031829833984375,
+ 0.043670654296875,
+ 0.038665771484375,
+ -0.00498199462890625,
+ -0.052001953125,
+ 0.0091705322265625,
+ 0.0013751983642578125,
+ 0.02667236328125,
+ 0.0156707763671875,
+ -0.041168212890625,
+ -0.0233306884765625,
+ -0.0097503662109375,
+ 0.0275115966796875,
+ 0.056671142578125,
+ -0.007419586181640625,
+ 0.0172576904296875,
+ -0.0045623779296875,
+ -0.0301666259765625,
+ -0.00766754150390625,
+ -0.006458282470703125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "credential-extraction",
+ "keychain-analysis",
+ "password-recovery",
+ "certificate-analysis",
+ "python-tool",
+ "macos-artifacts",
+ "wifi-passwords"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Loki",
+ "type": "tool",
+ "name": "Loki",
+ "content": "loki florian roths portable-ioc-scanner bringt enterprise-level-threat-hunting auf jeden windows-endpoint ohne agent-installation. die python-basierte engine scannt file-hashes gegen nsrl-whitelist und custom-ioc-sets, yara-rules gegen memory und dateisystem, registry-keys nach malware- persistence, running-processes nach bekannten threats. besonders wertvoll: network-share-scanning durchsucht ganze domänen, false-positive-reduction durch whitelist-management, detailed-logging für compliance-audits. configuration-files steuern scan-intensität vs. performance. integration mit misp für ioc-updates. die executable-version läuft ohne python-installation. härtungs-checks validieren sicherheits- konfigurationen. sigma-rule-support für log-analysis. community- iocs halten threat-database aktuell. perfekt für rapid-response wenn vollständige edr-lösungen fehlen. standard-tool in vielen cert-incident-response-kits. der einstieg in professionelles threat-hunting ohne budget-hürden. ioc yara incident-response examination",
+ "embedding": [
+ -0.03656005859375,
+ 0.021759033203125,
+ 0.050872802734375,
+ -0.0015773773193359375,
+ 0.048980712890625,
+ 0.0350341796875,
+ 0.017333984375,
+ -0.009185791015625,
+ -0.00894927978515625,
+ 0.0181732177734375,
+ -0.033905029296875,
+ 0.046539306640625,
+ 0.01031494140625,
+ 0.0007534027099609375,
+ -0.05462646484375,
+ 0.0791015625,
+ -0.03692626953125,
+ 0.0048980712890625,
+ 0.003650665283203125,
+ -0.0009183883666992188,
+ -0.01107025146484375,
+ -0.00856781005859375,
+ -0.051605224609375,
+ -0.034271240234375,
+ 0.00852203369140625,
+ 0.010406494140625,
+ 0.005626678466796875,
+ -0.07684326171875,
+ -0.0200653076171875,
+ -0.0075836181640625,
+ 0.0214691162109375,
+ -0.0221405029296875,
+ 0.0140380859375,
+ 0.016204833984375,
+ -0.0026836395263671875,
+ -0.00843048095703125,
+ -0.0026607513427734375,
+ -0.027130126953125,
+ -0.0005679130554199219,
+ 0.037689208984375,
+ -0.00353240966796875,
+ -0.012054443359375,
+ 0.00843048095703125,
+ 0.004970550537109375,
+ -0.00951385498046875,
+ -0.03955078125,
+ -0.01346588134765625,
+ -0.00762939453125,
+ 0.0256195068359375,
+ -0.0322265625,
+ 0.040313720703125,
+ 0.017242431640625,
+ 0.007534027099609375,
+ -0.02288818359375,
+ -0.0269317626953125,
+ 0.0081939697265625,
+ 0.028076171875,
+ -0.0213775634765625,
+ -0.027130126953125,
+ 0.04559326171875,
+ -0.01168060302734375,
+ -0.02410888671875,
+ -0.01441192626953125,
+ -0.01290130615234375,
+ 0.03314208984375,
+ 0.0256195068359375,
+ -0.019775390625,
+ -0.024017333984375,
+ -0.0168609619140625,
+ -0.0260009765625,
+ 0.0014190673828125,
+ -0.0075836181640625,
+ -0.02392578125,
+ -0.00234222412109375,
+ -0.0260009765625,
+ -0.057647705078125,
+ 0.033721923828125,
+ 0.0256195068359375,
+ 0.01073455810546875,
+ 0.006450653076171875,
+ -0.028076171875,
+ 0.02618408203125,
+ 0.044830322265625,
+ 0.0035800933837890625,
+ -0.0102691650390625,
+ 0.01873779296875,
+ 0.0206298828125,
+ 0.006500244140625,
+ -0.0013418197631835938,
+ -0.0026721954345703125,
+ 0.0482177734375,
+ -0.00739288330078125,
+ 0.037109375,
+ -0.018463134765625,
+ 0.03955078125,
+ 0.04766845703125,
+ -0.031463623046875,
+ 0.00383758544921875,
+ -0.004192352294921875,
+ 0.0408935546875,
+ 0.022613525390625,
+ -0.0201568603515625,
+ 0.046905517578125,
+ -0.033355712890625,
+ 0.060272216796875,
+ -0.005462646484375,
+ 0.02081298828125,
+ 0.0029315948486328125,
+ -0.01375579833984375,
+ 0.022613525390625,
+ -0.12890625,
+ -0.040679931640625,
+ -0.0024261474609375,
+ -0.05426025390625,
+ 0.00461578369140625,
+ -0.00843048095703125,
+ -0.0166778564453125,
+ 0.0374755859375,
+ -0.046905517578125,
+ -0.04388427734375,
+ 0.00998687744140625,
+ 0.00548553466796875,
+ -0.0023899078369140625,
+ 0.0260009765625,
+ -0.018646240234375,
+ -0.051605224609375,
+ -0.00029730796813964844,
+ 0.03466796875,
+ -0.0243072509765625,
+ -0.01488494873046875,
+ -0.02410888671875,
+ -0.006732940673828125,
+ -0.00838470458984375,
+ -0.06707763671875,
+ -0.01224517822265625,
+ -0.005062103271484375,
+ 0.0146942138671875,
+ -0.004238128662109375,
+ 0.0025787353515625,
+ -0.00782012939453125,
+ 0.030517578125,
+ -0.027130126953125,
+ -0.046722412109375,
+ 0.011016845703125,
+ -0.051605224609375,
+ -0.01506805419921875,
+ -0.038604736328125,
+ 0.03900146484375,
+ -0.018280029296875,
+ -0.0029544830322265625,
+ -0.0178985595703125,
+ 0.01959228515625,
+ 0.053131103515625,
+ 0.006687164306640625,
+ 0.038238525390625,
+ -0.0265655517578125,
+ 0.0181732177734375,
+ -0.0243072509765625,
+ 0.042022705078125,
+ -0.0002944469451904297,
+ 0.02618408203125,
+ 0.010833740234375,
+ -0.006450653076171875,
+ 0.023834228515625,
+ 0.002307891845703125,
+ -0.027130126953125,
+ -0.0124359130859375,
+ 0.020538330078125,
+ 0.036163330078125,
+ 0.02410888671875,
+ 0.059906005859375,
+ -0.03240966796875,
+ 0.0655517578125,
+ 0.042572021484375,
+ 0.011444091796875,
+ 0.0310821533203125,
+ 0.035614013671875,
+ -0.037109375,
+ 0.044464111328125,
+ 0.040679931640625,
+ -0.00115966796875,
+ -0.01007843017578125,
+ 0.042205810546875,
+ -0.0026836395263671875,
+ 0.00626373291015625,
+ -0.010406494140625,
+ -0.0034389495849609375,
+ -0.0087127685546875,
+ -0.045013427734375,
+ 0.042022705078125,
+ -0.055389404296875,
+ -0.034088134765625,
+ -0.025054931640625,
+ 0.031280517578125,
+ 0.020904541015625,
+ 0.051605224609375,
+ 0.01318359375,
+ -0.0200653076171875,
+ 0.0263671875,
+ -0.021942138671875,
+ 0.0236358642578125,
+ 0.0258026123046875,
+ -0.008056640625,
+ 0.033905029296875,
+ 0.0258026123046875,
+ -0.004520416259765625,
+ -0.0194091796875,
+ 0.0269317626953125,
+ 0.025238037109375,
+ -0.0416259765625,
+ 0.0018720626831054688,
+ 0.050872802734375,
+ -0.0045928955078125,
+ -0.049346923828125,
+ -0.0015192031860351562,
+ -0.015167236328125,
+ 0.0246734619140625,
+ -0.005886077880859375,
+ -0.0190277099609375,
+ 0.0185546875,
+ -0.025238037109375,
+ -0.044464111328125,
+ 0.0010652542114257812,
+ 0.038055419921875,
+ -0.0286407470703125,
+ 0.0243072509765625,
+ 0.016571044921875,
+ -0.0126190185546875,
+ -0.0157318115234375,
+ 0.02166748046875,
+ 0.034271240234375,
+ 0.031829833984375,
+ 0.0157318115234375,
+ -0.00899505615234375,
+ -0.01393890380859375,
+ -0.0086669921875,
+ 0.0263671875,
+ 0.0258026123046875,
+ 0.0003826618194580078,
+ 0.0113067626953125,
+ -0.028076171875,
+ 0.04974365234375,
+ 0.006641387939453125,
+ 0.056884765625,
+ 0.0267486572265625,
+ -0.01629638671875,
+ -0.01506805419921875,
+ 0.00739288330078125,
+ 0.0301361083984375,
+ 0.06744384765625,
+ -0.05877685546875,
+ -0.0021076202392578125,
+ -0.05914306640625,
+ 0.0258026123046875,
+ -0.061798095703125,
+ -0.049346923828125,
+ -0.0221405029296875,
+ -0.06365966796875,
+ 0.024017333984375,
+ -0.044830322265625,
+ -0.01337432861328125,
+ -0.00255584716796875,
+ 0.036346435546875,
+ -0.005321502685546875,
+ 0.040313720703125,
+ 0.00299072265625,
+ -0.05462646484375,
+ 0.0075836181640625,
+ 0.08026123046875,
+ -0.01120758056640625,
+ -0.02081298828125,
+ 0.020904541015625,
+ 0.05010986328125,
+ -0.0170440673828125,
+ 0.030517578125,
+ -0.02203369140625,
+ 0.01506805419921875,
+ 0.033355712890625,
+ 0.0246734619140625,
+ 0.02410888671875,
+ -0.0022373199462890625,
+ 0.01450347900390625,
+ -0.0135650634765625,
+ 0.01497650146484375,
+ -0.03448486328125,
+ -0.0003943443298339844,
+ -0.00730133056640625,
+ 0.01224517822265625,
+ -0.00998687744140625,
+ -0.07232666015625,
+ -0.01318359375,
+ 0.00852203369140625,
+ 0.0033664703369140625,
+ 0.006732940673828125,
+ 0.0048980712890625,
+ -0.06365966796875,
+ 0.00998687744140625,
+ 0.021942138671875,
+ 0.0082855224609375,
+ 0.0125274658203125,
+ 0.040313720703125,
+ -0.020904541015625,
+ 0.02044677734375,
+ -0.01346588134765625,
+ 0.0034389495849609375,
+ -0.03070068359375,
+ -0.00885772705078125,
+ -0.0260009765625,
+ -0.00630950927734375,
+ -0.0655517578125,
+ -0.0278778076171875,
+ 0.0191192626953125,
+ 0.007160186767578125,
+ 0.0243072509765625,
+ 0.00678253173828125,
+ -0.029571533203125,
+ -0.03448486328125,
+ -0.034088134765625,
+ -0.0008654594421386719,
+ -0.01384735107421875,
+ -0.042205810546875,
+ -0.037109375,
+ 0.031463623046875,
+ -0.0086212158203125,
+ 0.01422119140625,
+ -0.0059814453125,
+ -0.021575927734375,
+ -0.05877685546875,
+ 0.0200653076171875,
+ -0.03033447265625,
+ 0.020904541015625,
+ 0.0022487640380859375,
+ 0.0482177734375,
+ 0.0181732177734375,
+ 0.0232696533203125,
+ 0.007251739501953125,
+ 0.06854248046875,
+ 0.0108795166015625,
+ -0.00518035888671875,
+ 0.006404876708984375,
+ -0.02203369140625,
+ 0.0135650634765625,
+ 0.0159149169921875,
+ -0.00630950927734375,
+ 0.00383758544921875,
+ -0.038421630859375,
+ -0.04522705078125,
+ 0.01375579833984375,
+ 0.033355712890625,
+ 0.0125274658203125,
+ 0.0286407470703125,
+ -0.004119873046875,
+ 0.01280975341796875,
+ 0.06854248046875,
+ -0.01290130615234375,
+ 0.11376953125,
+ -0.01337432861328125,
+ -0.04766845703125,
+ 0.01215362548828125,
+ 0.048614501953125,
+ -0.040496826171875,
+ 0.006877899169921875,
+ 0.0025424957275390625,
+ 0.058013916015625,
+ -0.00730133056640625,
+ 0.032012939453125,
+ -0.0126190185546875,
+ 0.0286407470703125,
+ -0.002979278564453125,
+ -0.00960540771484375,
+ 0.031463623046875,
+ 0.0025081634521484375,
+ 0.03448486328125,
+ 0.0299530029296875,
+ 0.042205810546875,
+ 0.02288818359375,
+ 0.0275115966796875,
+ -0.035797119140625,
+ -0.029205322265625,
+ -0.06292724609375,
+ -0.073486328125,
+ -0.0032501220703125,
+ 0.031829833984375,
+ 0.01290130615234375,
+ 0.061798095703125,
+ -0.028076171875,
+ -0.057281494140625,
+ 0.0233612060546875,
+ -0.053497314453125,
+ 0.07196044921875,
+ 0.052734375,
+ 0.0147857666015625,
+ 0.027130126953125,
+ -0.00630950927734375,
+ 0.011871337890625,
+ 0.025054931640625,
+ -0.0032024383544921875,
+ 0.0275115966796875,
+ 0.08966064453125,
+ 0.038421630859375,
+ 0.0188446044921875,
+ -0.016571044921875,
+ 0.0091400146484375,
+ 0.011444091796875,
+ 0.03314208984375,
+ 0.025054931640625,
+ 0.017333984375,
+ 0.01168060302734375,
+ 0.0221405029296875,
+ -0.019500732421875,
+ 0.046142578125,
+ 0.01172637939453125,
+ -0.027130126953125,
+ 0.03521728515625,
+ -0.003696441650390625,
+ 0.01168060302734375,
+ -0.059539794921875,
+ 0.00011771917343139648,
+ -0.0087127685546875,
+ -0.006923675537109375,
+ -0.00012290477752685547,
+ 0.0278778076171875,
+ -0.03033447265625,
+ -0.002437591552734375,
+ 0.03900146484375,
+ -0.06671142578125,
+ 0.021759033203125,
+ 0.040130615234375,
+ -0.048614501953125,
+ -0.004852294921875,
+ -0.02081298828125,
+ -0.040679931640625,
+ 0.05841064453125,
+ -0.035797119140625,
+ -0.02825927734375,
+ -0.004779815673828125,
+ 0.0190277099609375,
+ -0.01837158203125,
+ -0.0278778076171875,
+ -0.0256195068359375,
+ 0.002460479736328125,
+ -0.0198822021484375,
+ 0.005558013916015625,
+ 0.046356201171875,
+ 0.0114898681640625,
+ 0.0007534027099609375,
+ 0.035430908203125,
+ 0.0325927734375,
+ 0.0224151611328125,
+ -0.031280517578125,
+ 0.04803466796875,
+ -0.042938232421875,
+ -0.035797119140625,
+ 0.011871337890625,
+ 0.007205963134765625,
+ 0.0265655517578125,
+ -0.0211029052734375,
+ -0.006591796875,
+ -0.0015306472778320312,
+ 0.0223236083984375,
+ 0.01611328125,
+ -0.0218505859375,
+ -0.07122802734375,
+ -0.0210113525390625,
+ -0.04766845703125,
+ 0.035797119140625,
+ 0.0199737548828125,
+ 0.05615234375,
+ -0.00565338134765625,
+ -0.07574462890625,
+ 0.03240966796875,
+ -0.0704345703125,
+ -0.0276947021484375,
+ -0.0167694091796875,
+ 0.0192108154296875,
+ 0.00461578369140625,
+ 0.055389404296875,
+ -0.0113525390625,
+ 0.0109710693359375,
+ 0.01050567626953125,
+ 0.040679931640625,
+ 0.0222320556640625,
+ -0.0030384063720703125,
+ -0.0440673828125,
+ 0.016204833984375,
+ 0.0168609619140625,
+ -0.0416259765625,
+ -0.0015306472778320312,
+ -0.00565338134765625,
+ 0.001277923583984375,
+ 0.036346435546875,
+ -0.04595947265625,
+ -0.021942138671875,
+ 0.00037670135498046875,
+ -0.04766845703125,
+ -0.0192108154296875,
+ -0.034271240234375,
+ -0.007534027099609375,
+ -0.042388916015625,
+ 0.01497650146484375,
+ 0.0199737548828125,
+ -0.031280517578125,
+ 0.036346435546875,
+ 0.00405120849609375,
+ 0.0113525390625,
+ -0.005016326904296875,
+ 0.00010079145431518555,
+ -0.0244903564453125,
+ 0.045013427734375,
+ -0.04180908203125,
+ -0.028076171875,
+ -0.0199737548828125,
+ 0.0269317626953125,
+ -0.0005240440368652344,
+ 0.01290130615234375,
+ 0.020721435546875,
+ -0.017608642578125,
+ 0.0243072509765625,
+ -0.046905517578125,
+ 0.013092041015625,
+ -0.0098876953125,
+ -0.00494384765625,
+ -0.00270843505859375,
+ -0.0178070068359375,
+ 0.0301361083984375,
+ 0.0048980712890625,
+ 0.0098876953125,
+ 0.0286407470703125,
+ 0.0213775634765625,
+ -0.052734375,
+ 0.015350341796875,
+ 0.01629638671875,
+ -0.004734039306640625,
+ -0.01158905029296875,
+ -0.0265655517578125,
+ 0.0190277099609375,
+ 0.00856781005859375,
+ 0.03955078125,
+ -0.0135650634765625,
+ -0.0236358642578125,
+ -0.064453125,
+ 0.0193023681640625,
+ -0.0124359130859375,
+ -0.0091400146484375,
+ -0.0188446044921875,
+ -0.04766845703125,
+ -0.04974365234375,
+ -0.0192108154296875,
+ 0.0276947021484375,
+ 0.052734375,
+ 0.01441192626953125,
+ -0.032012939453125,
+ -0.0126190185546875,
+ -0.00890350341796875,
+ -0.0606689453125,
+ 0.0193023681640625,
+ -0.00946807861328125,
+ 0.01393890380859375,
+ -0.007205963134765625,
+ -0.01346588134765625,
+ 0.0194091796875,
+ 0.0012063980102539062,
+ 0.05615234375,
+ -0.0011186599731445312,
+ 0.058013916015625,
+ -0.015167236328125,
+ 0.01016998291015625,
+ 0.03466796875,
+ 0.0033206939697265625,
+ 0.0009183883666992188,
+ -0.032958984375,
+ 0.025054931640625,
+ -0.033538818359375,
+ -0.0191192626953125,
+ 0.0152587890625,
+ 0.020538330078125,
+ -0.006122589111328125,
+ -0.0086212158203125,
+ -0.003650665283203125,
+ 0.052734375,
+ -0.0086669921875,
+ 0.0457763671875,
+ -0.018463134765625,
+ -0.051605224609375,
+ 0.00701904296875,
+ 0.0168609619140625,
+ 0.06329345703125,
+ 0.031829833984375,
+ -0.015167236328125,
+ -0.01554107666015625,
+ 0.04144287109375,
+ 0.047088623046875,
+ 0.015350341796875,
+ -0.056884765625,
+ -0.037109375,
+ 0.0211029052734375,
+ 0.0003209114074707031,
+ 0.053863525390625,
+ -0.0170440673828125,
+ 0.091552734375,
+ 0.01346588134765625,
+ -0.042205810546875,
+ 0.01328277587890625,
+ 0.07196044921875,
+ 0.01224517822265625,
+ -0.0160064697265625,
+ -0.05426025390625,
+ 0.002742767333984375,
+ 0.0152587890625,
+ -0.042938232421875,
+ -0.01873779296875,
+ 0.004283905029296875,
+ 0.033538818359375,
+ -0.08135986328125,
+ -0.0254364013671875,
+ -0.0113525390625,
+ -0.0006327629089355469,
+ 0.007205963134765625,
+ 0.014129638671875,
+ -0.0140380859375,
+ 0.0156402587890625,
+ 0.0198822021484375,
+ -0.0212860107421875,
+ -0.0054168701171875,
+ -0.00087738037109375,
+ 0.0178985595703125,
+ 0.01215362548828125,
+ 0.02618408203125,
+ -0.007534027099609375,
+ 0.020904541015625,
+ 0.009368896484375,
+ 0.03240966796875,
+ 0.0232696533203125,
+ 0.0286407470703125,
+ 0.0194091796875,
+ 0.025054931640625,
+ 0.03033447265625,
+ 0.05010986328125,
+ -0.0107879638671875,
+ -0.02825927734375,
+ 0.0198822021484375,
+ 0.005016326904296875,
+ 0.057281494140625,
+ 0.035614013671875,
+ 0.0008182525634765625,
+ 0.0191192626953125,
+ -0.022613525390625,
+ -0.053497314453125,
+ 0.0011243820190429688,
+ -0.007205963134765625,
+ -0.0113067626953125,
+ -0.0416259765625,
+ -0.06329345703125,
+ 0.002838134765625,
+ -0.00786590576171875,
+ 0.05010986328125,
+ 0.025054931640625,
+ -0.0297698974609375,
+ -0.02410888671875,
+ 0.052001953125,
+ -0.0299530029296875,
+ -0.044464111328125,
+ 0.0029315948486328125,
+ -0.006122589111328125,
+ -0.04766845703125,
+ -0.0236358642578125,
+ -0.01346588134765625,
+ 0.06744384765625,
+ -0.00946807861328125,
+ -0.06817626953125,
+ -0.004993438720703125,
+ 0.0178070068359375,
+ -0.0027904510498046875,
+ -0.0126190185546875,
+ 0.00539398193359375,
+ -0.0034389495849609375,
+ 0.0025196075439453125,
+ -0.0391845703125,
+ -0.0416259765625,
+ -0.0189361572265625,
+ 0.0178070068359375,
+ -0.0278778076171875,
+ 0.01003265380859375,
+ 0.006076812744140625,
+ 0.004192352294921875,
+ -0.0189361572265625,
+ -0.0230712890625,
+ -0.042572021484375,
+ 0.030517578125,
+ -0.0478515625,
+ 0.0152587890625,
+ 0.0120086669921875,
+ 0.034088134765625,
+ 0.0391845703125,
+ 0.06103515625,
+ -0.0005211830139160156,
+ -0.029205322265625,
+ 0.0015420913696289062,
+ -0.042205810546875,
+ 0.0178070068359375,
+ 0.0299530029296875,
+ 0.0012712478637695312,
+ -0.081787109375,
+ 0.0034847259521484375,
+ 0.0308990478515625,
+ -0.059906005859375,
+ 0.0211944580078125,
+ 0.01120758056640625,
+ -0.002307891845703125,
+ -0.046356201171875,
+ -0.005321502685546875,
+ 0.0269317626953125,
+ 0.0193023681640625,
+ 0.07574462890625,
+ -0.01055145263671875,
+ 0.00102996826171875,
+ -0.01441192626953125,
+ -0.0655517578125,
+ 0.0606689453125,
+ -0.0012006759643554688,
+ 0.01007843017578125,
+ -0.03277587890625,
+ -0.00678253173828125,
+ 0.031463623046875,
+ -0.0267486572265625,
+ 0.031829833984375,
+ -0.070068359375,
+ 0.0086212158203125,
+ 0.01224517822265625,
+ 0.02618408203125,
+ 0.0007710456848144531,
+ 0.00838470458984375,
+ -0.0433349609375,
+ -0.04180908203125,
+ 0.01544952392578125,
+ -0.003108978271484375,
+ 0.0210113525390625,
+ 0.006404876708984375,
+ -0.019500732421875,
+ -0.01318359375,
+ 0.0087127685546875,
+ -0.03729248046875,
+ -0.05615234375,
+ -0.0147857666015625,
+ 0.042755126953125,
+ 0.0098419189453125,
+ -0.053131103515625,
+ 0.0007152557373046875,
+ -0.0005621910095214844,
+ 0.0231781005859375,
+ 0.0232696533203125,
+ 0.042022705078125,
+ -0.0322265625,
+ -0.004192352294921875,
+ -0.00970458984375,
+ 0.05615234375,
+ 0.029388427734375,
+ -0.00890350341796875,
+ -0.01300048828125,
+ 0.00513458251953125,
+ 0.025238037109375,
+ -0.006591796875,
+ 0.040679931640625,
+ 0.022979736328125,
+ -0.03485107421875,
+ -0.051605224609375,
+ -0.039764404296875,
+ -0.05841064453125,
+ 0.049346923828125,
+ 0.0211944580078125,
+ 0.024871826171875,
+ 0.006168365478515625,
+ -0.00833892822265625,
+ -0.0953369140625,
+ 0.031463623046875,
+ -0.03277587890625,
+ 0.028076171875,
+ 0.05462646484375,
+ -0.0218505859375,
+ -0.048980712890625,
+ -0.05047607421875,
+ -0.00027823448181152344,
+ 0.011444091796875,
+ -0.019683837890625,
+ 0.003391265869140625,
+ 0.010223388671875,
+ -0.00678253173828125,
+ 0.0243072509765625,
+ -0.0026493072509765625,
+ 0.0032501220703125,
+ 0.0391845703125,
+ 0.00927734375,
+ -0.049346923828125,
+ 0.07647705078125,
+ -0.03240966796875,
+ 0.01318359375,
+ 0.01422119140625,
+ -0.0045928955078125,
+ 0.01544952392578125,
+ 0.01181793212890625,
+ -0.0135650634765625,
+ -0.0198822021484375,
+ 0.0301361083984375,
+ 0.0474853515625,
+ -0.0301361083984375,
+ 0.02825927734375,
+ -0.0013952255249023438,
+ 0.0013418197631835938,
+ 0.009185791015625,
+ -0.0136566162109375,
+ 0.007724761962890625,
+ 0.0088043212890625,
+ -0.0276947021484375,
+ 0.006591796875,
+ -0.040496826171875,
+ -0.053497314453125,
+ 0.0374755859375,
+ -0.051605224609375,
+ -0.00838470458984375,
+ -0.003650665283203125,
+ 0.036346435546875,
+ 0.03033447265625,
+ -0.046905517578125,
+ 0.051239013671875,
+ -0.017425537109375,
+ -0.00682830810546875,
+ -0.0265655517578125,
+ 0.0263671875,
+ -0.01318359375,
+ 0.038238525390625,
+ 0.0223236083984375,
+ -0.0310821533203125,
+ 0.0102691650390625,
+ -0.021942138671875,
+ -0.021759033203125,
+ -0.038055419921875,
+ -0.013092041015625,
+ -0.03070068359375,
+ 0.01120758056640625,
+ -0.05462646484375,
+ -0.02044677734375,
+ 0.05841064453125,
+ 0.019683837890625,
+ 0.00682830810546875,
+ -0.061798095703125,
+ 0.05426025390625,
+ -0.007534027099609375,
+ -0.042755126953125,
+ 0.018463134765625,
+ -0.017333984375,
+ -0.02374267578125,
+ 0.035980224609375,
+ -0.01375579833984375,
+ 0.0135650634765625,
+ 0.018463134765625,
+ 0.04351806640625,
+ 0.040679931640625,
+ 0.065185546875,
+ 0.031463623046875,
+ -0.0179901123046875,
+ -0.01120758056640625,
+ -0.02618408203125,
+ 0.03900146484375,
+ 0.038604736328125,
+ 0.01290130615234375,
+ 0.01337432861328125,
+ 0.0185546875,
+ 0.009796142578125,
+ -0.06744384765625,
+ 0.0243072509765625,
+ -0.010223388671875,
+ -0.0478515625,
+ 0.002071380615234375,
+ 0.09002685546875,
+ 0.03521728515625,
+ 0.0263671875,
+ 0.02374267578125,
+ 0.05426025390625,
+ 0.04541015625,
+ 0.017242431640625,
+ -0.0288238525390625,
+ -0.022705078125,
+ -0.027130126953125,
+ 0.0191192626953125,
+ 0.034088134765625,
+ -0.05615234375,
+ 0.030517578125,
+ 0.074951171875,
+ -0.017333984375,
+ -0.043701171875,
+ 0.00838470458984375,
+ 0.0081939697265625,
+ 0.07763671875,
+ 0.04541015625,
+ 0.0185546875,
+ -0.08441162109375,
+ 0.0018129348754882812,
+ 0.0030384063720703125,
+ 0.00595855712890625,
+ 0.001377105712890625,
+ 0.024017333984375,
+ -0.042572021484375,
+ 0.0243072509765625,
+ -0.08441162109375,
+ 0.007110595703125,
+ 0.019500732421875,
+ 0.050872802734375,
+ 0.0181732177734375,
+ -0.05462646484375,
+ -0.01016998291015625,
+ 0.01107025146484375,
+ 0.0086212158203125,
+ -0.005908966064453125,
+ 0.006404876708984375,
+ 0.02825927734375,
+ -0.0005946159362792969,
+ 0.0278778076171875,
+ 0.038818359375,
+ 0.01497650146484375,
+ 0.0433349609375,
+ 0.0233612060546875,
+ -0.05010986328125,
+ 0.018463134765625,
+ 0.0030384063720703125,
+ 0.03033447265625,
+ -0.007205963134765625,
+ -0.044647216796875,
+ -0.042572021484375,
+ -0.03729248046875,
+ 0.02203369140625,
+ -0.003154754638671875,
+ 0.044281005859375,
+ 0.0032958984375,
+ -0.029205322265625,
+ -0.003955841064453125,
+ 0.01441192626953125,
+ -0.01422119140625,
+ 0.033905029296875,
+ 0.0201568603515625,
+ -0.0170440673828125,
+ 0.033721923828125,
+ 0.017608642578125,
+ -0.01611328125,
+ -0.01111602783203125,
+ 0.0288238525390625,
+ -0.06329345703125,
+ -0.007160186767578125,
+ -0.05426025390625,
+ -0.002166748046875,
+ -0.0140380859375,
+ -0.041259765625,
+ 0.005367279052734375,
+ -0.0288238525390625,
+ 0.01055145263671875,
+ 0.0013246536254882812,
+ -0.031646728515625,
+ -0.02618408203125,
+ 0.03485107421875,
+ -0.03448486328125,
+ 0.0114898681640625,
+ 0.04107666015625,
+ 0.01007843017578125,
+ -0.01554107666015625,
+ -0.036163330078125,
+ 0.04180908203125,
+ 0.0265655517578125,
+ 0.02410888671875,
+ 0.01168060302734375,
+ 0.003978729248046875,
+ 0.0236358642578125,
+ -0.011871337890625,
+ 0.042755126953125,
+ 0.0060272216796875,
+ -0.015350341796875,
+ 0.043701171875,
+ 0.022613525390625,
+ -0.00595855712890625,
+ -0.01290130615234375,
+ 0.0288238525390625,
+ -0.01629638671875,
+ -0.0301361083984375,
+ 0.03521728515625,
+ 0.034088134765625,
+ 0.0433349609375,
+ -0.0109710693359375,
+ -0.0191192626953125,
+ -0.014129638671875,
+ -0.061798095703125,
+ 0.0655517578125,
+ 0.0102691650390625,
+ 0.010833740234375,
+ 0.009796142578125,
+ -0.042938232421875,
+ 0.05615234375,
+ 0.035614013671875,
+ 0.049346923828125,
+ -0.03277587890625,
+ 0.038818359375,
+ -0.0126190185546875,
+ 0.01375579833984375,
+ -0.005863189697265625,
+ 0.00965118408203125,
+ -0.035797119140625,
+ 0.01120758056640625,
+ -0.007770538330078125,
+ 0.03692626953125,
+ 0.01422119140625,
+ -0.0060272216796875,
+ -0.040496826171875,
+ -0.02410888671875,
+ 0.021759033203125,
+ -0.0015192031860351562,
+ 0.03729248046875,
+ -0.0223236083984375,
+ -0.0308990478515625,
+ -0.006500244140625,
+ 0.0256195068359375,
+ 0.027313232421875,
+ -0.0125274658203125,
+ 0.01450347900390625,
+ -0.0275115966796875,
+ -0.0065460205078125,
+ 0.0025310516357421875,
+ -0.0179901123046875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "ioc",
+ "yara"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Unified_Log_Analysis",
+ "type": "tool",
+ "name": "macOS Unified Log Analysis",
+ "content": "macos unified log analysis dekodierung und analyse des apple unified logging (aul) ab macos 10.12 für systemweite event-korrelation. datenquellen: /var/db/diagnostics/persist/ (tracev3-dateien), /var/db/diagnostics/special/ und /var/db/uuidtext. analyse mit 'log show', 'log collect', predicate-filter für gezielte suchen. offline-analyse erfordert übertragung der verzeichnisse auf analyse-mac oder virtualisierung des zielsystems. unified-logging tracev3-parsing predicate-filters subsystem-analysis binary-log-format timeline-creation system-monitoring incident-response static-investigations examination analysis",
+ "embedding": [
+ -0.0002956390380859375,
+ 0.049713134765625,
+ 0.04620361328125,
+ -0.0040130615234375,
+ 0.058990478515625,
+ -0.006259918212890625,
+ 0.0010786056518554688,
+ -0.01456451416015625,
+ -0.0270843505859375,
+ 0.00347900390625,
+ -0.0016698837280273438,
+ 0.05120849609375,
+ 0.0107574462890625,
+ -0.013824462890625,
+ -0.074951171875,
+ 0.043212890625,
+ -0.0011243820190429688,
+ -0.00035071372985839844,
+ 0.0012693405151367188,
+ -0.007793426513671875,
+ -0.0298614501953125,
+ -0.011688232421875,
+ -0.040618896484375,
+ 0.0224456787109375,
+ -0.0022716522216796875,
+ 0.0171661376953125,
+ -0.0272674560546875,
+ -0.059722900390625,
+ -0.004730224609375,
+ 0.00853729248046875,
+ 0.005031585693359375,
+ -0.0114593505859375,
+ 0.013916015625,
+ 0.01345062255859375,
+ 0.01345062255859375,
+ -0.03228759765625,
+ 0.0201263427734375,
+ -0.0467529296875,
+ -0.01910400390625,
+ 0.040069580078125,
+ -0.028564453125,
+ -0.00018990039825439453,
+ -0.00533294677734375,
+ -0.0199432373046875,
+ 0.013916015625,
+ -0.0079803466796875,
+ 0.0287628173828125,
+ 0.0041046142578125,
+ 0.020599365234375,
+ -0.04693603515625,
+ 0.0196685791015625,
+ 0.00350189208984375,
+ 0.0223541259765625,
+ 0.00579833984375,
+ -0.050079345703125,
+ 0.0200347900390625,
+ 0.034332275390625,
+ -0.0287628173828125,
+ -0.0675048828125,
+ 0.0556640625,
+ -0.03802490234375,
+ 0.005451202392578125,
+ -0.01354217529296875,
+ -0.0031299591064453125,
+ 0.021331787109375,
+ 0.007190704345703125,
+ -0.036346435546875,
+ -0.002109527587890625,
+ 0.031341552734375,
+ -0.005474090576171875,
+ 0.002410888671875,
+ -0.0081634521484375,
+ 0.002643585205078125,
+ 0.06158447265625,
+ 0.0106201171875,
+ -0.045074462890625,
+ 0.003292083740234375,
+ 0.01117706298828125,
+ 0.01113128662109375,
+ -0.014007568359375,
+ -0.034698486328125,
+ -0.0173492431640625,
+ 0.07830810546875,
+ 0.0036869049072265625,
+ -0.05267333984375,
+ 0.02374267578125,
+ 0.01126861572265625,
+ 0.0179901123046875,
+ -0.010711669921875,
+ -0.00586700439453125,
+ 0.044891357421875,
+ 0.00396728515625,
+ 0.00461578369140625,
+ 0.03656005859375,
+ 0.040252685546875,
+ 0.07568359375,
+ 0.0151214599609375,
+ -0.011505126953125,
+ -0.00769805908203125,
+ 0.018280029296875,
+ 0.00811767578125,
+ -0.05120849609375,
+ 0.0474853515625,
+ -0.022918701171875,
+ 0.07867431640625,
+ -0.034332275390625,
+ 0.0217132568359375,
+ 0.0025501251220703125,
+ -0.01085662841796875,
+ -0.018646240234375,
+ -0.110595703125,
+ -0.033935546875,
+ -0.0195770263671875,
+ -0.049713134765625,
+ -0.0013446807861328125,
+ -0.0335693359375,
+ -0.006816864013671875,
+ 0.01354217529296875,
+ -0.048980712890625,
+ -0.0244903564453125,
+ 0.0218048095703125,
+ 0.003871917724609375,
+ 0.01136016845703125,
+ 0.019195556640625,
+ -0.035247802734375,
+ -0.03692626953125,
+ 0.0189208984375,
+ 0.0217132568359375,
+ -0.019195556640625,
+ -0.01224517822265625,
+ -0.02069091796875,
+ -0.0291290283203125,
+ -0.0246734619140625,
+ -0.0218048095703125,
+ 0.021331787109375,
+ -0.0428466796875,
+ 0.05267333984375,
+ 0.0224456787109375,
+ 0.0153961181640625,
+ 0.0274505615234375,
+ 0.030242919921875,
+ -0.0222625732421875,
+ -0.035797119140625,
+ -0.03265380859375,
+ -0.023101806640625,
+ -0.01837158203125,
+ -0.0004897117614746094,
+ 0.016143798828125,
+ 0.0091400146484375,
+ 0.016693115234375,
+ 0.0129852294921875,
+ 0.053070068359375,
+ 0.035430908203125,
+ -0.01010894775390625,
+ 0.028564453125,
+ -0.03265380859375,
+ -0.0012054443359375,
+ -0.03729248046875,
+ 0.039154052734375,
+ -0.007049560546875,
+ 0.0018091201782226562,
+ 0.0153961181640625,
+ -0.0018205642700195312,
+ -0.0166015625,
+ -0.01131439208984375,
+ -0.045257568359375,
+ -0.0079345703125,
+ 0.026336669921875,
+ 0.006816864013671875,
+ -0.020599365234375,
+ 0.0157623291015625,
+ -0.025970458984375,
+ 0.06048583984375,
+ 0.05120849609375,
+ -0.0178070068359375,
+ -0.004474639892578125,
+ -0.0025386810302734375,
+ -0.01335906982421875,
+ 0.0311737060546875,
+ 0.050079345703125,
+ 0.0009851455688476562,
+ -0.02801513671875,
+ 0.08160400390625,
+ 0.0028057098388671875,
+ 0.01678466796875,
+ -0.01438140869140625,
+ -0.0311737060546875,
+ 0.00103759765625,
+ -0.0265350341796875,
+ 0.0199432373046875,
+ -0.035614013671875,
+ -0.0154876708984375,
+ -0.011871337890625,
+ 0.0199432373046875,
+ 0.016510009765625,
+ 0.06494140625,
+ 0.0106201171875,
+ -0.01456451416015625,
+ 0.05712890625,
+ -0.002910614013671875,
+ 0.05084228515625,
+ 0.043792724609375,
+ -0.0008697509765625,
+ 0.054901123046875,
+ 0.0204925537109375,
+ 0.004150390625,
+ -0.0265350341796875,
+ 0.034515380859375,
+ 0.00461578369140625,
+ -0.01493072509765625,
+ -0.045440673828125,
+ 0.058258056640625,
+ -0.007419586181640625,
+ -0.006679534912109375,
+ -0.0154876708984375,
+ -0.049713134765625,
+ 0.028564453125,
+ -0.039337158203125,
+ 0.0031070709228515625,
+ 0.0004839897155761719,
+ 0.0079803466796875,
+ -0.028564453125,
+ 0.0115509033203125,
+ 0.0224456787109375,
+ -0.025421142578125,
+ 0.044525146484375,
+ 0.025238037109375,
+ -0.023651123046875,
+ -0.0382080078125,
+ 0.0274505615234375,
+ 0.002410888671875,
+ 0.0246734619140625,
+ 0.004894256591796875,
+ 0.010345458984375,
+ -0.01103973388671875,
+ -0.030792236328125,
+ 0.06085205078125,
+ 0.0007886886596679688,
+ 0.025238037109375,
+ 0.0007419586181640625,
+ -0.04638671875,
+ 0.01447296142578125,
+ -0.018829345703125,
+ 0.0070953369140625,
+ 0.03338623046875,
+ -0.026153564453125,
+ 0.0012807846069335938,
+ 0.0015420913696289062,
+ 0.02764892578125,
+ 0.08123779296875,
+ -0.03192138671875,
+ 0.0008869171142578125,
+ -0.092041015625,
+ 0.01837158203125,
+ -0.053802490234375,
+ -0.0248565673828125,
+ -0.0296783447265625,
+ -0.05230712890625,
+ 0.0250396728515625,
+ -0.0321044921875,
+ 0.0185546875,
+ 0.0130767822265625,
+ 0.0013332366943359375,
+ 0.01251983642578125,
+ 0.0223541259765625,
+ -0.021240234375,
+ -0.054168701171875,
+ 0.004871368408203125,
+ 0.0552978515625,
+ -0.006725311279296875,
+ 0.00258636474609375,
+ -0.009368896484375,
+ 0.0228118896484375,
+ 0.0170745849609375,
+ 0.0202178955078125,
+ -0.07159423828125,
+ 0.01363372802734375,
+ 0.05047607421875,
+ 0.00200653076171875,
+ 0.0270843505859375,
+ -0.0175323486328125,
+ 0.00885772705078125,
+ -0.026153564453125,
+ 0.03265380859375,
+ -0.0250396728515625,
+ 0.0150299072265625,
+ -0.023651123046875,
+ -0.0079345703125,
+ -0.0201263427734375,
+ -0.067138671875,
+ -0.009368896484375,
+ 0.034332275390625,
+ -0.00885772705078125,
+ -0.01910400390625,
+ -0.00176239013671875,
+ -0.045440673828125,
+ -0.005519866943359375,
+ 0.01465606689453125,
+ -0.019287109375,
+ 0.0204010009765625,
+ 0.048614501953125,
+ -0.0152130126953125,
+ -0.0093231201171875,
+ -0.00229644775390625,
+ 0.0106201171875,
+ -0.0226287841796875,
+ -0.039886474609375,
+ -0.0287628173828125,
+ -0.00751495361328125,
+ -0.043609619140625,
+ -0.0162353515625,
+ 0.049713134765625,
+ -0.00714111328125,
+ 0.0170745849609375,
+ -0.0294952392578125,
+ -0.00862884521484375,
+ -0.054168701171875,
+ -0.007282257080078125,
+ 0.0104827880859375,
+ -0.0244903564453125,
+ -0.036346435546875,
+ -0.039520263671875,
+ 0.028564453125,
+ 0.0092315673828125,
+ -0.0002435445785522461,
+ -0.0180816650390625,
+ 0.0169677734375,
+ -0.034515380859375,
+ -0.005451202392578125,
+ -0.03338623046875,
+ 0.0107574462890625,
+ 0.01409912109375,
+ 0.035064697265625,
+ 0.048614501953125,
+ 0.025604248046875,
+ 0.0199432373046875,
+ 0.06158447265625,
+ -0.016143798828125,
+ -0.004543304443359375,
+ -0.035797119140625,
+ 0.0014553070068359375,
+ -0.0012521743774414062,
+ 0.0012235641479492188,
+ -0.0041961669921875,
+ -0.01354217529296875,
+ -0.00417327880859375,
+ -0.0248565673828125,
+ 0.0173492431640625,
+ 0.00899505615234375,
+ 0.018646240234375,
+ 0.00421905517578125,
+ -0.0382080078125,
+ 0.018829345703125,
+ 0.05267333984375,
+ 0.0169677734375,
+ 0.112060546875,
+ -0.03192138671875,
+ -0.039154052734375,
+ 0.02392578125,
+ 0.0235595703125,
+ -0.01447296142578125,
+ 0.019195556640625,
+ 0.05194091796875,
+ 0.0128021240234375,
+ 0.01094818115234375,
+ 0.0011243820190429688,
+ -0.04730224609375,
+ 0.0296783447265625,
+ 0.01015472412109375,
+ 0.0287628173828125,
+ -0.00482177734375,
+ -0.00765228271484375,
+ 0.0296783447265625,
+ 0.044342041015625,
+ 0.036346435546875,
+ -0.0007824897766113281,
+ 0.059356689453125,
+ -0.0667724609375,
+ -0.0218963623046875,
+ -0.0265350341796875,
+ -0.057525634765625,
+ 0.01131439208984375,
+ 0.007793426513671875,
+ 0.00853729248046875,
+ 0.0413818359375,
+ -0.031341552734375,
+ -0.03375244140625,
+ 0.00867462158203125,
+ -0.030609130859375,
+ 0.054901123046875,
+ 0.0460205078125,
+ -0.0031070709228515625,
+ 0.041748046875,
+ -0.0274505615234375,
+ -0.00811767578125,
+ 0.038787841796875,
+ -0.004940032958984375,
+ 0.01837158203125,
+ 0.039154052734375,
+ 0.0157623291015625,
+ -0.001495361328125,
+ -0.0172576904296875,
+ 0.0030384063720703125,
+ 0.030059814453125,
+ 0.025421142578125,
+ -0.01873779296875,
+ 0.006679534912109375,
+ 0.035064697265625,
+ 0.035980224609375,
+ -0.03228759765625,
+ 0.040802001953125,
+ 0.034332275390625,
+ 0.007465362548828125,
+ 0.004730224609375,
+ 0.00876617431640625,
+ -0.0008115768432617188,
+ -0.06121826171875,
+ 0.0287628173828125,
+ 0.01099395751953125,
+ -0.00876617431640625,
+ 0.0162353515625,
+ 0.006725311279296875,
+ -0.04656982421875,
+ 0.013824462890625,
+ 0.048248291015625,
+ -0.057891845703125,
+ 0.011505126953125,
+ 0.026336669921875,
+ -0.0007767677307128906,
+ 0.0195770263671875,
+ -0.0016345977783203125,
+ -0.057891845703125,
+ 0.026336669921875,
+ -0.034881591796875,
+ -0.057891845703125,
+ 0.01177978515625,
+ 0.0413818359375,
+ -0.06268310546875,
+ -0.03265380859375,
+ -0.036346435546875,
+ -0.007282257080078125,
+ -0.0081634521484375,
+ -0.03692626953125,
+ 0.0228118896484375,
+ -0.0235595703125,
+ -0.00774383544921875,
+ 0.0413818359375,
+ 0.0478515625,
+ -0.01215362548828125,
+ -0.03265380859375,
+ 0.045257568359375,
+ -0.0201263427734375,
+ -0.06268310546875,
+ 0.044891357421875,
+ 0.0241241455078125,
+ 0.02301025390625,
+ -0.049346923828125,
+ -0.030059814453125,
+ -0.0007390975952148438,
+ -0.01326751708984375,
+ -0.00296783447265625,
+ 0.00403594970703125,
+ -0.06640625,
+ -0.041748046875,
+ -0.0293121337890625,
+ 0.053802490234375,
+ 0.01873779296875,
+ 0.033203125,
+ -0.0248565673828125,
+ -0.053802490234375,
+ -0.004383087158203125,
+ -0.0560302734375,
+ -0.03302001953125,
+ 0.0128021240234375,
+ 0.01126861572265625,
+ -0.005123138427734375,
+ 0.0675048828125,
+ -0.0244903564453125,
+ -0.0200347900390625,
+ 0.0015192031860351562,
+ 0.05157470703125,
+ 0.01242828369140625,
+ 0.030059814453125,
+ -0.048980712890625,
+ 0.030426025390625,
+ 0.0382080078125,
+ -0.043426513671875,
+ -0.00635528564453125,
+ -0.01140594482421875,
+ 0.0106658935546875,
+ 0.016510009765625,
+ -0.037841796875,
+ -0.030242919921875,
+ 0.01177978515625,
+ -0.04156494140625,
+ -0.048614501953125,
+ -0.00025081634521484375,
+ -0.01409912109375,
+ -0.032470703125,
+ 0.00997161865234375,
+ 0.0178985595703125,
+ 0.01117706298828125,
+ 0.0235595703125,
+ 0.00299072265625,
+ -0.00788116455078125,
+ 0.0199432373046875,
+ 0.0015888214111328125,
+ 0.0084381103515625,
+ 0.01354217529296875,
+ -0.053802490234375,
+ -0.00769805908203125,
+ -0.019012451171875,
+ 0.015869140625,
+ -0.034332275390625,
+ 0.0152130126953125,
+ -0.036163330078125,
+ -0.036163330078125,
+ 0.0460205078125,
+ -0.0478515625,
+ 0.005634307861328125,
+ 0.00396728515625,
+ -0.0294952392578125,
+ -0.025787353515625,
+ -0.0189208984375,
+ 0.0267181396484375,
+ 0.003292083740234375,
+ 0.005611419677734375,
+ 0.0244903564453125,
+ 0.0382080078125,
+ -0.016510009765625,
+ 0.0018548965454101562,
+ 0.02142333984375,
+ -0.0153961181640625,
+ 0.01837158203125,
+ -0.0014553070068359375,
+ 0.0069122314453125,
+ -0.0241241455078125,
+ 0.0216064453125,
+ -0.0225372314453125,
+ -0.03302001953125,
+ -0.07012939453125,
+ 0.0296783447265625,
+ 0.0093231201171875,
+ -0.01345062255859375,
+ -0.016510009765625,
+ -0.03765869140625,
+ -0.08050537109375,
+ -0.0154876708984375,
+ 0.0460205078125,
+ 0.0022144317626953125,
+ -0.00769805908203125,
+ -0.039337158203125,
+ -0.00482177734375,
+ -0.01474761962890625,
+ -0.0194854736328125,
+ 0.02783203125,
+ 0.00811767578125,
+ 0.0037097930908203125,
+ 0.0041961669921875,
+ -0.033935546875,
+ 0.025787353515625,
+ 0.026153564453125,
+ 0.01910400390625,
+ 0.01326751708984375,
+ 0.0291290283203125,
+ -0.01010894775390625,
+ 0.0030612945556640625,
+ 0.0021915435791015625,
+ -0.0154876708984375,
+ 0.016510009765625,
+ 0.007419586181640625,
+ -0.00988006591796875,
+ -0.04620361328125,
+ -0.03228759765625,
+ -0.006122589111328125,
+ 0.016143798828125,
+ -0.00466156005859375,
+ -0.01354217529296875,
+ -0.010711669921875,
+ 0.03173828125,
+ 0.0015535354614257812,
+ 0.045257568359375,
+ -0.0203094482421875,
+ -0.0267181396484375,
+ -0.01605224609375,
+ -0.00354766845703125,
+ 0.0199432373046875,
+ 0.03839111328125,
+ 0.0267181396484375,
+ -0.030242919921875,
+ 0.015869140625,
+ 0.0294952392578125,
+ -0.01605224609375,
+ -0.03729248046875,
+ -0.0294952392578125,
+ -0.014190673828125,
+ -0.005054473876953125,
+ 0.05047607421875,
+ 0.019287109375,
+ 0.08087158203125,
+ 0.0008988380432128906,
+ -0.021514892578125,
+ 0.0474853515625,
+ 0.035064697265625,
+ 0.035430908203125,
+ 0.005634307861328125,
+ -0.011962890625,
+ 0.0033168792724609375,
+ 0.01206207275390625,
+ -0.06268310546875,
+ -0.0265350341796875,
+ 0.0022602081298828125,
+ 0.043426513671875,
+ -0.06787109375,
+ -0.0115509033203125,
+ -0.01010894775390625,
+ -0.0130767822265625,
+ 0.0153045654296875,
+ 0.0011243820190429688,
+ -0.0296783447265625,
+ 0.0070037841796875,
+ 0.0181732177734375,
+ -0.040618896484375,
+ 0.032470703125,
+ -0.01641845703125,
+ 0.0017042160034179688,
+ 0.06787109375,
+ 0.039337158203125,
+ -0.03228759765625,
+ 0.01605224609375,
+ 0.0227203369140625,
+ 0.0221710205078125,
+ 0.0106658935546875,
+ 0.0177154541015625,
+ 0.004474639892578125,
+ 0.039703369140625,
+ 0.048614501953125,
+ 0.031341552734375,
+ -0.03265380859375,
+ -0.0027141571044921875,
+ 0.02783203125,
+ 0.033203125,
+ 0.016143798828125,
+ 0.04302978515625,
+ -0.0025272369384765625,
+ -0.0053558349609375,
+ 0.00927734375,
+ -0.06085205078125,
+ 0.0018787384033203125,
+ -0.0095977783203125,
+ 0.002109527587890625,
+ -0.058990478515625,
+ -0.023193359375,
+ -0.02069091796875,
+ -0.049713134765625,
+ 0.048248291015625,
+ 0.0244903564453125,
+ -0.0335693359375,
+ -0.015869140625,
+ 0.06048583984375,
+ -0.0130767822265625,
+ -0.09051513671875,
+ 0.0175323486328125,
+ -0.0287628173828125,
+ -0.0195770263671875,
+ -0.0204925537109375,
+ -0.043609619140625,
+ 0.01641845703125,
+ -0.040252685546875,
+ -0.053070068359375,
+ -0.021331787109375,
+ 0.03802490234375,
+ -0.016143798828125,
+ -0.045257568359375,
+ -0.0173492431640625,
+ -0.0031070709228515625,
+ 0.0222625732421875,
+ -0.01131439208984375,
+ -0.03192138671875,
+ -0.01678466796875,
+ 0.0157623291015625,
+ -0.0460205078125,
+ -0.0154876708984375,
+ -0.045623779296875,
+ -0.0382080078125,
+ -0.000011146068572998047,
+ -0.0265350341796875,
+ -0.030609130859375,
+ 0.0374755859375,
+ -0.04119873046875,
+ 0.036163330078125,
+ 0.00969696044921875,
+ 0.030242919921875,
+ 0.0478515625,
+ 0.040252685546875,
+ -0.019287109375,
+ -0.011962890625,
+ 0.0118255615234375,
+ -0.06866455078125,
+ -0.004871368408203125,
+ -0.0036182403564453125,
+ 0.05047607421875,
+ -0.0421142578125,
+ 0.00658416748046875,
+ 0.054534912109375,
+ -0.053070068359375,
+ 0.0154876708984375,
+ -0.00176239013671875,
+ -0.013916015625,
+ -0.03656005859375,
+ -0.005519866943359375,
+ 0.02337646484375,
+ 0.0196685791015625,
+ 0.1046142578125,
+ -0.0180816650390625,
+ 0.01233673095703125,
+ 0.0153961181640625,
+ -0.0634765625,
+ 0.0838623046875,
+ -0.003757476806640625,
+ 0.01372528076171875,
+ -0.0335693359375,
+ 0.0218963623046875,
+ 0.01326751708984375,
+ -0.02783203125,
+ -0.01483917236328125,
+ -0.08050537109375,
+ 0.00988006591796875,
+ 0.0221710205078125,
+ 0.0131683349609375,
+ -0.00890350341796875,
+ 0.0250396728515625,
+ -0.044342041015625,
+ -0.0241241455078125,
+ -0.0196685791015625,
+ 0.0126190185546875,
+ 0.03338623046875,
+ -0.003826141357421875,
+ -0.0198516845703125,
+ -0.005680084228515625,
+ -0.00862884521484375,
+ -0.03857421875,
+ -0.044891357421875,
+ -0.04193115234375,
+ 0.036346435546875,
+ 0.0199432373046875,
+ -0.03857421875,
+ 0.00830078125,
+ 0.01456451416015625,
+ 0.0274505615234375,
+ 0.006076812744140625,
+ 0.044525146484375,
+ -0.0274505615234375,
+ -0.004520416259765625,
+ 0.007328033447265625,
+ 0.04229736328125,
+ 0.025787353515625,
+ 0.035797119140625,
+ -0.00894927978515625,
+ 0.0094146728515625,
+ 0.006816864013671875,
+ -0.0131683349609375,
+ 0.0367431640625,
+ 0.0382080078125,
+ -0.02301025390625,
+ -0.07757568359375,
+ -0.0294952392578125,
+ -0.00992584228515625,
+ 0.00969696044921875,
+ -0.023651123046875,
+ 0.03173828125,
+ 0.0027942657470703125,
+ -0.0128936767578125,
+ -0.0946044921875,
+ 0.0552978515625,
+ -0.0274505615234375,
+ 0.03192138671875,
+ 0.00885772705078125,
+ -0.03692626953125,
+ -0.06494140625,
+ -0.059356689453125,
+ -0.023193359375,
+ 0.023651123046875,
+ -0.00765228271484375,
+ 0.040618896484375,
+ 0.00475311279296875,
+ 0.0115509033203125,
+ 0.01085662841796875,
+ 0.0019588470458984375,
+ 0.0012636184692382812,
+ 0.054534912109375,
+ 0.01251983642578125,
+ -0.034332275390625,
+ 0.06011962890625,
+ -0.043609619140625,
+ 0.002086639404296875,
+ -0.021331787109375,
+ 0.020782470703125,
+ 0.007465362548828125,
+ -0.0166015625,
+ -0.01438140869140625,
+ -0.00579833984375,
+ 0.030426025390625,
+ 0.026336669921875,
+ -0.0216064453125,
+ -0.011688232421875,
+ -0.026336669921875,
+ 0.018280029296875,
+ -0.016143798828125,
+ 0.00033473968505859375,
+ 0.0151214599609375,
+ 0.0069580078125,
+ -0.0200347900390625,
+ -0.005401611328125,
+ -0.0556640625,
+ -0.073486328125,
+ -0.0201263427734375,
+ -0.059722900390625,
+ -0.040252685546875,
+ -0.0017852783203125,
+ 0.030609130859375,
+ 0.025787353515625,
+ -0.02301025390625,
+ 0.038970947265625,
+ -0.01372528076171875,
+ -0.0181732177734375,
+ -0.035980224609375,
+ 0.028564453125,
+ -0.0203094482421875,
+ 0.01837158203125,
+ -0.0028057098388671875,
+ -0.053436279296875,
+ 0.030792236328125,
+ 0.00024628639221191406,
+ -0.0083465576171875,
+ -0.0243072509765625,
+ -0.0003769397735595703,
+ -0.0094146728515625,
+ 0.041748046875,
+ -0.07757568359375,
+ 0.01605224609375,
+ 0.02105712890625,
+ 0.02783203125,
+ -0.00572967529296875,
+ -0.0005536079406738281,
+ 0.033935546875,
+ -0.0013446807861328125,
+ -0.040435791015625,
+ 0.019012451171875,
+ -0.0107574462890625,
+ -0.01447296142578125,
+ -0.0009741783142089844,
+ 0.005428314208984375,
+ 0.01456451416015625,
+ 0.009552001953125,
+ 0.010528564453125,
+ 0.0216064453125,
+ 0.0172576904296875,
+ -0.01136016845703125,
+ -0.040802001953125,
+ -0.026153564453125,
+ 0.0036411285400390625,
+ 0.002643585205078125,
+ 0.048980712890625,
+ 0.02764892578125,
+ -0.02069091796875,
+ 0.00872039794921875,
+ -0.0036640167236328125,
+ -0.076416015625,
+ -0.034698486328125,
+ -0.007328033447265625,
+ -0.057525634765625,
+ 0.0018787384033203125,
+ 0.06158447265625,
+ 0.030242919921875,
+ -0.0270843505859375,
+ 0.0274505615234375,
+ 0.07122802734375,
+ 0.040435791015625,
+ 0.01224517822265625,
+ -0.0014142990112304688,
+ -0.07977294921875,
+ -0.023193359375,
+ 0.041748046875,
+ -0.0009045600891113281,
+ -0.07232666015625,
+ 0.035797119140625,
+ 0.08087158203125,
+ -0.01224517822265625,
+ -0.01641845703125,
+ 0.021514892578125,
+ -0.01242828369140625,
+ 0.0289459228515625,
+ 0.025970458984375,
+ 0.0059356689453125,
+ -0.06787109375,
+ -0.0095977783203125,
+ 0.028564453125,
+ -0.0185546875,
+ 0.0130767822265625,
+ -0.0218048095703125,
+ 0.00899505615234375,
+ 0.0382080078125,
+ -0.0421142578125,
+ -0.00858306884765625,
+ -0.0106201171875,
+ 0.07568359375,
+ -0.007328033447265625,
+ -0.0478515625,
+ -0.031341552734375,
+ 0.02392578125,
+ 0.00978851318359375,
+ -0.0265350341796875,
+ 0.002597808837890625,
+ 0.03692626953125,
+ -0.00978851318359375,
+ 0.01493072509765625,
+ 0.054534912109375,
+ -0.00969696044921875,
+ 0.040252685546875,
+ 0.01483917236328125,
+ -0.05120849609375,
+ 0.01251983642578125,
+ 0.01206207275390625,
+ -0.00299072265625,
+ -0.01910400390625,
+ -0.032470703125,
+ -0.035980224609375,
+ -0.053802490234375,
+ 0.039886474609375,
+ -0.009368896484375,
+ 0.043426513671875,
+ 0.01085662841796875,
+ -0.006862640380859375,
+ -0.01372528076171875,
+ -0.0033168792724609375,
+ 0.03228759765625,
+ 0.03338623046875,
+ 0.00978851318359375,
+ 0.0128936767578125,
+ 0.01456451416015625,
+ 0.00408172607421875,
+ -0.00147247314453125,
+ 0.0115509033203125,
+ 0.049346923828125,
+ -0.057891845703125,
+ -0.02801513671875,
+ -0.045623779296875,
+ 0.01006317138671875,
+ 0.0193939208984375,
+ -0.035064697265625,
+ -0.01020050048828125,
+ -0.036346435546875,
+ 0.020782470703125,
+ -0.018463134765625,
+ -0.0265350341796875,
+ 0.0079803466796875,
+ 0.0428466796875,
+ -0.044891357421875,
+ 0.0198516845703125,
+ 0.00630950927734375,
+ -0.016693115234375,
+ 0.034881591796875,
+ -0.0367431640625,
+ 0.065673828125,
+ 0.038787841796875,
+ 0.0204010009765625,
+ -0.01483917236328125,
+ 0.03802490234375,
+ 0.0169677734375,
+ 0.005634307861328125,
+ -0.0175323486328125,
+ 0.0172576904296875,
+ -0.015960693359375,
+ 0.058258056640625,
+ 0.0081634521484375,
+ 0.00461578369140625,
+ -0.03857421875,
+ 0.02783203125,
+ -0.002285003662109375,
+ -0.06640625,
+ 0.058258056640625,
+ -0.0007824897766113281,
+ 0.0218048095703125,
+ 0.0162353515625,
+ -0.0193939208984375,
+ -0.025970458984375,
+ -0.044525146484375,
+ 0.049346923828125,
+ 0.005451202392578125,
+ -0.00899505615234375,
+ 0.00408172607421875,
+ -0.054534912109375,
+ 0.054534912109375,
+ 0.040985107421875,
+ 0.06939697265625,
+ -0.036163330078125,
+ 0.033935546875,
+ 0.002040863037109375,
+ -0.011962890625,
+ -0.0130767822265625,
+ 0.036163330078125,
+ 0.018829345703125,
+ 0.030792236328125,
+ -0.030242919921875,
+ 0.05267333984375,
+ 0.001438140869140625,
+ -0.007793426513671875,
+ -0.04730224609375,
+ 0.00399017333984375,
+ 0.0150299072265625,
+ 0.005401611328125,
+ 0.01910400390625,
+ -0.06085205078125,
+ -0.0011072158813476562,
+ 0.035430908203125,
+ 0.02374267578125,
+ 0.059356689453125,
+ -0.00350189208984375,
+ 0.03338623046875,
+ 0.01085662841796875,
+ -0.0219879150390625,
+ 0.0006146430969238281,
+ -0.008392333984375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "unified-logging",
+ "tracev3-parsing",
+ "predicate-filters",
+ "subsystem-analysis",
+ "binary-log-format",
+ "timeline-creation",
+ "system-monitoring"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_dc3dd",
+ "type": "tool",
+ "name": "dc3dd",
+ "content": "dc3dd erstellt militärstandard-konforme festplatten-images mit detailliertem forensischen logging für strafverfolgung. simultane multi-hash-berechnung und segmentweise verifizierung gewährleisten beweisintegrität. umfassendes error-logging dokumentiert jeden sektor-lesefehler für chain-of-custody-compliance. pattern-fill-funktionen für dod-konforme sichere löschung. split-archive-unterstützung mit resume-fähigkeit für unterbrochene long-running-images. disk-imaging hashing wiping logging cli incident-response static-investigations data-collection",
+ "embedding": [
+ -0.02984619140625,
+ 0.01471710205078125,
+ 0.04498291015625,
+ -0.02301025390625,
+ 0.04248046875,
+ 0.029022216796875,
+ 0.0165863037109375,
+ -0.0024356842041015625,
+ -0.01238250732421875,
+ 0.007411956787109375,
+ -0.02227783203125,
+ 0.031707763671875,
+ 0.004974365234375,
+ -0.0194854736328125,
+ -0.049957275390625,
+ 0.046630859375,
+ -0.023529052734375,
+ 0.014923095703125,
+ 0.0113983154296875,
+ 0.001522064208984375,
+ -0.030059814453125,
+ 0.0119171142578125,
+ -0.046630859375,
+ 0.0215606689453125,
+ -0.00885772705078125,
+ 0.007617950439453125,
+ -0.0302581787109375,
+ -0.07293701171875,
+ -0.013885498046875,
+ 0.006168365478515625,
+ 0.0029659271240234375,
+ -0.0069427490234375,
+ 0.001735687255859375,
+ 0.0260162353515625,
+ 0.01751708984375,
+ -0.025177001953125,
+ -0.00536346435546875,
+ -0.0323486328125,
+ -0.002513885498046875,
+ 0.0335693359375,
+ -0.036468505859375,
+ -0.0079803466796875,
+ 0.021453857421875,
+ -0.0179290771484375,
+ -0.02093505859375,
+ -0.0286102294921875,
+ -0.01000213623046875,
+ -0.0244598388671875,
+ -0.006114959716796875,
+ -0.041046142578125,
+ 0.039398193359375,
+ 0.006244659423828125,
+ 0.01378631591796875,
+ 0.0081329345703125,
+ -0.0302581787109375,
+ 0.021759033203125,
+ 0.006683349609375,
+ -0.0273590087890625,
+ -0.0296478271484375,
+ 0.064697265625,
+ -0.0433349609375,
+ 0.0043792724609375,
+ -0.002422332763671875,
+ -0.025390625,
+ -0.0273590087890625,
+ 0.014923095703125,
+ -0.030670166015625,
+ -0.011505126953125,
+ 0.01078033447265625,
+ 0.0139923095703125,
+ 0.0108795166015625,
+ -0.004795074462890625,
+ -0.0254974365234375,
+ 0.023834228515625,
+ -0.0296478271484375,
+ -0.04766845703125,
+ 0.033782958984375,
+ 0.037109375,
+ 0.00870513916015625,
+ -0.00803375244140625,
+ -0.0775146484375,
+ 0.0163726806640625,
+ 0.02197265625,
+ -0.027984619140625,
+ -0.03253173828125,
+ 0.0150299072265625,
+ 0.04083251953125,
+ 0.01482391357421875,
+ -0.0072021484375,
+ -0.0029659271240234375,
+ 0.003498077392578125,
+ -0.01419830322265625,
+ 0.0186614990234375,
+ -0.01378631591796875,
+ 0.043731689453125,
+ 0.0762939453125,
+ 0.0089111328125,
+ 0.0096893310546875,
+ 0.007411956787109375,
+ 0.03875732421875,
+ 0.03253173828125,
+ -0.00531005859375,
+ 0.04248046875,
+ -0.01336669921875,
+ 0.06549072265625,
+ -0.0048980712890625,
+ 0.0024623870849609375,
+ 0.0185546875,
+ -0.0296478271484375,
+ -0.0163726806640625,
+ -0.061767578125,
+ -0.0335693359375,
+ -0.016998291015625,
+ -0.056793212890625,
+ 0.0029659271240234375,
+ -0.01678466796875,
+ 0.006839752197265625,
+ 0.06427001953125,
+ -0.0176239013671875,
+ -0.0275726318359375,
+ 0.01378631591796875,
+ 0.03607177734375,
+ 0.01326751708984375,
+ 0.01512908935546875,
+ -0.0249786376953125,
+ -0.035858154296875,
+ 0.0027980804443359375,
+ 0.0062713623046875,
+ -0.029022216796875,
+ -0.029022216796875,
+ -0.00963592529296875,
+ 0.0023975372314453125,
+ -0.035430908203125,
+ -0.0308837890625,
+ -0.0113983154296875,
+ -0.0335693359375,
+ 0.017303466796875,
+ 0.001605987548828125,
+ -0.002719879150390625,
+ 0.006374359130859375,
+ 0.0304718017578125,
+ -0.04022216796875,
+ -0.060943603515625,
+ 0.011505126953125,
+ -0.03607177734375,
+ -0.01238250732421875,
+ -0.020721435546875,
+ 0.03460693359375,
+ -0.00476837158203125,
+ -0.0197906494140625,
+ 0.020111083984375,
+ 0.0112457275390625,
+ 0.03338623046875,
+ -0.0006284713745117188,
+ 0.0134735107421875,
+ -0.0237274169921875,
+ 0.026214599609375,
+ -0.0037059783935546875,
+ 0.035858154296875,
+ -0.0009908676147460938,
+ -0.041656494140625,
+ 0.007045745849609375,
+ -0.0119171142578125,
+ 0.01248931884765625,
+ -0.0267333984375,
+ -0.0433349609375,
+ -0.016693115234375,
+ 0.0126953125,
+ -0.00859832763671875,
+ 0.0012044906616210938,
+ 0.03564453125,
+ -0.033172607421875,
+ 0.0626220703125,
+ 0.07672119140625,
+ 0.01026153564453125,
+ 0.05224609375,
+ -0.0031223297119140625,
+ 0.006839752197265625,
+ 0.030670166015625,
+ 0.006893157958984375,
+ -0.0229034423828125,
+ -0.0176239013671875,
+ 0.03253173828125,
+ 0.0016450881958007812,
+ 0.00554656982421875,
+ -0.0205230712890625,
+ -0.027984619140625,
+ 0.0032520294189453125,
+ -0.045196533203125,
+ 0.0445556640625,
+ -0.03131103515625,
+ 0.003265380859375,
+ -0.0168914794921875,
+ 0.041046142578125,
+ 0.02197265625,
+ 0.0733642578125,
+ 0.0281829833984375,
+ -0.002513885498046875,
+ 0.046234130859375,
+ -0.00347137451171875,
+ -0.00673675537109375,
+ 0.022186279296875,
+ -0.01015472412109375,
+ 0.04083251953125,
+ 0.01160430908203125,
+ 0.0089111328125,
+ -0.0037822723388671875,
+ 0.03460693359375,
+ 0.0139923095703125,
+ -0.0513916015625,
+ -0.00531005859375,
+ 0.035247802734375,
+ -0.0181427001953125,
+ -0.0418701171875,
+ -0.043121337890625,
+ -0.0249786376953125,
+ -0.004688262939453125,
+ 0.00476837158203125,
+ -0.02777099609375,
+ 0.0027332305908203125,
+ 0.0145111083984375,
+ -0.0273590087890625,
+ 0.00543975830078125,
+ 0.007358551025390625,
+ -0.0223846435546875,
+ 0.037506103515625,
+ 0.00959014892578125,
+ -0.0294342041015625,
+ -0.04559326171875,
+ 0.0164794921875,
+ 0.037109375,
+ 0.0283966064453125,
+ -0.002513885498046875,
+ -0.0002834796905517578,
+ -0.0009002685546875,
+ -0.010833740234375,
+ 0.050994873046875,
+ 0.01617431640625,
+ 0.0335693359375,
+ 0.02166748046875,
+ -0.00360107421875,
+ 0.04974365234375,
+ -0.02569580078125,
+ 0.048309326171875,
+ 0.0150299072265625,
+ -0.01078033447265625,
+ 0.020721435546875,
+ 0.021240234375,
+ 0.03399658203125,
+ 0.048492431640625,
+ -0.053466796875,
+ -0.0002396106719970703,
+ -0.08746337890625,
+ 0.01326751708984375,
+ -0.039581298828125,
+ -0.0200042724609375,
+ -0.036468505859375,
+ -0.027984619140625,
+ 0.041259765625,
+ -0.046417236328125,
+ -0.03399658203125,
+ -0.0017232894897460938,
+ 0.0275726318359375,
+ 0.0177154541015625,
+ 0.0246734619140625,
+ 0.0026683807373046875,
+ -0.032135009765625,
+ 0.00484466552734375,
+ 0.07293701171875,
+ 0.0072021484375,
+ 0.00008785724639892578,
+ -0.022186279296875,
+ 0.0205230712890625,
+ -0.0086517333984375,
+ 0.031707763671875,
+ -0.05596923828125,
+ -0.005779266357421875,
+ 0.0110931396484375,
+ 0.0181427001953125,
+ 0.0155487060546875,
+ -0.0286102294921875,
+ 0.01171112060546875,
+ -0.01186370849609375,
+ 0.0184478759765625,
+ -0.04144287109375,
+ -0.004119873046875,
+ -0.0014505386352539062,
+ 0.02166748046875,
+ -0.039581298828125,
+ -0.051605224609375,
+ 0.0124359130859375,
+ 0.047454833984375,
+ 0.00974273681640625,
+ -0.00766754150390625,
+ 0.016998291015625,
+ -0.026947021484375,
+ -0.004352569580078125,
+ 0.0067901611328125,
+ -0.0244598388671875,
+ 0.0184478759765625,
+ 0.017822265625,
+ -0.032745361328125,
+ -0.0029659271240234375,
+ 0.00536346435546875,
+ 0.0090179443359375,
+ -0.057220458984375,
+ -0.04290771484375,
+ -0.01336669921875,
+ -0.016693115234375,
+ -0.050567626953125,
+ -0.0185546875,
+ 0.014404296875,
+ -0.024566650390625,
+ 0.0086517333984375,
+ -0.04559326171875,
+ 0.019073486328125,
+ -0.02227783203125,
+ -0.038360595703125,
+ 0.0029544830322265625,
+ -0.0418701171875,
+ -0.0460205078125,
+ -0.015960693359375,
+ 0.037933349609375,
+ 0.002941131591796875,
+ 0.0006670951843261719,
+ -0.0233154296875,
+ -0.01145172119140625,
+ -0.012847900390625,
+ -0.00018787384033203125,
+ -0.029022216796875,
+ 0.0273590087890625,
+ -0.0072021484375,
+ 0.0350341796875,
+ 0.0191802978515625,
+ 0.0323486328125,
+ 0.01067352294921875,
+ 0.05035400390625,
+ 0.004352569580078125,
+ -0.024566650390625,
+ -0.0176239013671875,
+ -0.01067352294921875,
+ 0.0029144287109375,
+ 0.0263214111328125,
+ -0.02301025390625,
+ -0.0377197265625,
+ 0.00922393798828125,
+ -0.03131103515625,
+ 0.004482269287109375,
+ 0.01461029052734375,
+ 0.017822265625,
+ 0.038360595703125,
+ -0.0155487060546875,
+ 0.0186614990234375,
+ 0.046630859375,
+ 0.01119232177734375,
+ 0.11273193359375,
+ -0.017303466796875,
+ -0.030059814453125,
+ -0.005207061767578125,
+ 0.03192138671875,
+ -0.0145111083984375,
+ -0.02642822265625,
+ 0.026947021484375,
+ 0.003963470458984375,
+ -0.0164794921875,
+ 0.03253173828125,
+ 0.025177001953125,
+ 0.03131103515625,
+ 0.0095367431640625,
+ -0.0128021240234375,
+ 0.022491455078125,
+ -0.0100555419921875,
+ 0.0013341903686523438,
+ 0.056365966796875,
+ 0.01959228515625,
+ 0.042083740234375,
+ 0.0528564453125,
+ -0.041259765625,
+ -0.0112457275390625,
+ -0.0377197265625,
+ -0.0650634765625,
+ -0.0012569427490234375,
+ 0.07086181640625,
+ 0.032958984375,
+ 0.03607177734375,
+ -0.017303466796875,
+ -0.06964111328125,
+ 0.01751708984375,
+ -0.038543701171875,
+ 0.06878662109375,
+ 0.0215606689453125,
+ 0.018035888671875,
+ 0.037933349609375,
+ 0.00347137451171875,
+ 0.0194854736328125,
+ 0.0249786376953125,
+ 0.01052093505859375,
+ 0.047271728515625,
+ 0.024871826171875,
+ 0.03607177734375,
+ 0.0185546875,
+ -0.02642822265625,
+ 0.004665374755859375,
+ 0.046234130859375,
+ 0.0323486328125,
+ -0.00963592529296875,
+ 0.0292205810546875,
+ 0.02508544921875,
+ -0.004665374755859375,
+ -0.032745361328125,
+ 0.03192138671875,
+ 0.012542724609375,
+ -0.036895751953125,
+ -0.00037741661071777344,
+ 0.004611968994140625,
+ 0.019378662109375,
+ -0.046417236328125,
+ 0.0164794921875,
+ -0.0006799697875976562,
+ 0.00554656982421875,
+ 0.012542724609375,
+ 0.02569580078125,
+ -0.05389404296875,
+ -0.00937652587890625,
+ 0.046630859375,
+ -0.04974365234375,
+ 0.05224609375,
+ 0.019073486328125,
+ -0.02984619140625,
+ 0.02301025390625,
+ -0.0126953125,
+ -0.061767578125,
+ 0.045379638671875,
+ -0.0232086181640625,
+ -0.044158935546875,
+ 0.008087158203125,
+ 0.0576171875,
+ -0.06427001953125,
+ -0.02197265625,
+ -0.041656494140625,
+ -0.01617431640625,
+ -0.015960693359375,
+ -0.034393310546875,
+ 0.0377197265625,
+ 0.00274658203125,
+ -0.0176239013671875,
+ 0.034393310546875,
+ 0.043731689453125,
+ 0.00823974609375,
+ -0.0017881393432617188,
+ 0.0391845703125,
+ -0.018035888671875,
+ -0.058868408203125,
+ 0.032958984375,
+ 0.01367950439453125,
+ -0.006168365478515625,
+ -0.034820556640625,
+ -0.0296478271484375,
+ 0.006114959716796875,
+ -0.015960693359375,
+ 0.0016841888427734375,
+ 0.00634765625,
+ -0.04974365234375,
+ -0.0555419921875,
+ -0.036895751953125,
+ 0.02227783203125,
+ -0.0086517333984375,
+ 0.045806884765625,
+ 0.016693115234375,
+ -0.0187530517578125,
+ 0.007720947265625,
+ -0.0555419921875,
+ -0.037933349609375,
+ 0.0265350341796875,
+ 0.01316070556640625,
+ -0.02020263671875,
+ 0.07672119140625,
+ -0.0252838134765625,
+ 0.0302581787109375,
+ -0.0350341796875,
+ 0.05078125,
+ 0.018341064453125,
+ -0.0023708343505859375,
+ -0.046844482421875,
+ 0.02777099609375,
+ 0.031097412109375,
+ -0.057220458984375,
+ -0.0196990966796875,
+ -0.038360595703125,
+ 0.0067901611328125,
+ 0.04766845703125,
+ -0.05804443359375,
+ -0.0031871795654296875,
+ -0.004222869873046875,
+ -0.037933349609375,
+ -0.049346923828125,
+ -0.046844482421875,
+ -0.0102081298828125,
+ -0.03338623046875,
+ 0.0229034423828125,
+ 0.049957275390625,
+ -0.0158538818359375,
+ 0.045196533203125,
+ 0.000965118408203125,
+ 0.01751708984375,
+ 0.036285400390625,
+ -0.005390167236328125,
+ -0.00907135009765625,
+ 0.035247802734375,
+ -0.06134033203125,
+ -0.040618896484375,
+ -0.03131103515625,
+ 0.0294342041015625,
+ -0.035858154296875,
+ 0.0023193359375,
+ 0.005828857421875,
+ -0.0229034423828125,
+ 0.036895751953125,
+ -0.045379638671875,
+ 0.014404296875,
+ -0.039794921875,
+ -0.019073486328125,
+ -0.054718017578125,
+ -0.005908966064453125,
+ 0.01419830322265625,
+ 0.031494140625,
+ -0.0160675048828125,
+ 0.0198974609375,
+ 0.03131103515625,
+ -0.059295654296875,
+ 0.052032470703125,
+ 0.0189666748046875,
+ -0.00984954833984375,
+ -0.0164794921875,
+ -0.01181793212890625,
+ 0.0078277587890625,
+ 0.00629425048828125,
+ 0.030059814453125,
+ -0.0197906494140625,
+ -0.0192718505859375,
+ -0.0638427734375,
+ 0.02777099609375,
+ 0.004016876220703125,
+ -0.0113983154296875,
+ -0.021759033203125,
+ -0.0286102294921875,
+ -0.08001708984375,
+ 0.0079803466796875,
+ 0.03460693359375,
+ 0.035858154296875,
+ 0.0017232894897460938,
+ -0.033782958984375,
+ 0.0090179443359375,
+ -0.00933074951171875,
+ -0.0210418701171875,
+ 0.041046142578125,
+ -0.007152557373046875,
+ 0.0273590087890625,
+ 0.0273590087890625,
+ -0.01617431640625,
+ 0.0129547119140625,
+ 0.0153350830078125,
+ 0.01959228515625,
+ 0.038970947265625,
+ -0.0008258819580078125,
+ -0.049346923828125,
+ 0.0026950836181640625,
+ -0.026123046875,
+ -0.038543701171875,
+ -0.0160675048828125,
+ -0.03399658203125,
+ 0.01461029052734375,
+ -0.036468505859375,
+ -0.03253173828125,
+ 0.029022216796875,
+ 0.02777099609375,
+ 0.0145111083984375,
+ -0.030059814453125,
+ 0.0018529891967773438,
+ 0.0074615478515625,
+ 0.0057525634765625,
+ 0.060516357421875,
+ -0.0105743408203125,
+ -0.047454833984375,
+ 0.015655517578125,
+ -0.022491455078125,
+ 0.05035400390625,
+ 0.052642822265625,
+ -0.01523590087890625,
+ -0.006011962890625,
+ 0.0005764961242675781,
+ 0.0302581787109375,
+ -0.01248931884765625,
+ -0.033172607421875,
+ 0.0006251335144042969,
+ 0.02020263671875,
+ 0.0213470458984375,
+ 0.0445556640625,
+ 0.006114959716796875,
+ 0.051605224609375,
+ 0.01238250732421875,
+ 0.0296478271484375,
+ 0.050994873046875,
+ 0.050994873046875,
+ 0.01160430908203125,
+ -0.00640106201171875,
+ -0.0626220703125,
+ -0.004638671875,
+ -0.00885772705078125,
+ -0.039581298828125,
+ -0.03875732421875,
+ -0.007358551025390625,
+ 0.056365966796875,
+ -0.057220458984375,
+ -0.031097412109375,
+ 0.00450897216796875,
+ -0.0302581787109375,
+ 0.0242462158203125,
+ 0.013214111328125,
+ -0.0265350341796875,
+ 0.0074615478515625,
+ 0.01461029052734375,
+ -0.02569580078125,
+ -0.016265869140625,
+ -0.025604248046875,
+ 0.00844573974609375,
+ 0.053070068359375,
+ 0.0445556640625,
+ -0.0010557174682617188,
+ 0.0302581787109375,
+ -0.0160675048828125,
+ 0.0236358642578125,
+ 0.04083251953125,
+ 0.0350341796875,
+ 0.0164794921875,
+ 0.04144287109375,
+ 0.038970947265625,
+ 0.06634521484375,
+ 0.006320953369140625,
+ -0.0079803466796875,
+ 0.026947021484375,
+ 0.02166748046875,
+ 0.0267333984375,
+ 0.0596923828125,
+ 0.00818634033203125,
+ 0.0164794921875,
+ 0.0100555419921875,
+ -0.04766845703125,
+ -0.0232086181640625,
+ -0.00518035888671875,
+ 0.0203094482421875,
+ -0.061767578125,
+ -0.03253173828125,
+ 0.0225982666015625,
+ -0.0130615234375,
+ 0.041656494140625,
+ 0.0260162353515625,
+ -0.015655517578125,
+ -0.00959014892578125,
+ 0.0186614990234375,
+ -0.0032901763916015625,
+ -0.031707763671875,
+ -0.01482391357421875,
+ -0.031494140625,
+ -0.022186279296875,
+ -0.0335693359375,
+ -0.0196990966796875,
+ 0.032135009765625,
+ -0.032958984375,
+ -0.047454833984375,
+ -0.0155487060546875,
+ 0.0335693359375,
+ -0.02435302734375,
+ -0.037322998046875,
+ -0.038360595703125,
+ -0.0286102294921875,
+ -0.0229034423828125,
+ -0.051605224609375,
+ -0.0215606689453125,
+ -0.0103607177734375,
+ 0.013580322265625,
+ -0.0247650146484375,
+ 0.0215606689453125,
+ -0.02435302734375,
+ -0.02984619140625,
+ -0.031494140625,
+ -0.0242462158203125,
+ -0.005130767822265625,
+ 0.031707763671875,
+ -0.0439453125,
+ 0.049957275390625,
+ 0.0112457275390625,
+ 0.0236358642578125,
+ 0.0418701171875,
+ 0.060943603515625,
+ -0.0186614990234375,
+ 0.02227783203125,
+ -0.006580352783203125,
+ -0.06964111328125,
+ 0.0304718017578125,
+ -0.026947021484375,
+ 0.0134735107421875,
+ -0.0555419921875,
+ -0.0168914794921875,
+ 0.048492431640625,
+ -0.06219482421875,
+ 0.0165863037109375,
+ 0.01523590087890625,
+ -0.01378631591796875,
+ -0.03564453125,
+ -0.0100555419921875,
+ 0.006580352783203125,
+ 0.01617431640625,
+ 0.07916259765625,
+ 0.01751708984375,
+ -0.01471710205078125,
+ -0.01461029052734375,
+ -0.0231170654296875,
+ 0.05389404296875,
+ 0.032745361328125,
+ 0.027984619140625,
+ -0.039581298828125,
+ 0.0350341796875,
+ 0.00787353515625,
+ -0.0163726806640625,
+ 0.01461029052734375,
+ -0.06964111328125,
+ -0.004817962646484375,
+ 0.0213470458984375,
+ 0.021240234375,
+ -0.01471710205078125,
+ -0.041046142578125,
+ -0.047454833984375,
+ -0.0215606689453125,
+ -0.048095703125,
+ 0.033782958984375,
+ -0.00629425048828125,
+ 0.0004177093505859375,
+ -0.055145263671875,
+ -0.0113983154296875,
+ -0.01461029052734375,
+ -0.0294342041015625,
+ -0.0182342529296875,
+ -0.046234130859375,
+ 0.0246734619140625,
+ -0.010833740234375,
+ -0.060943603515625,
+ 0.029022216796875,
+ 0.007358551025390625,
+ 0.0292205810546875,
+ 0.0106201171875,
+ 0.05242919921875,
+ -0.052642822265625,
+ -0.00673675537109375,
+ -0.016998291015625,
+ 0.03460693359375,
+ 0.0048980712890625,
+ 0.0064239501953125,
+ -0.00984954833984375,
+ 0.01959228515625,
+ 0.03131103515625,
+ -0.0165863037109375,
+ 0.06219482421875,
+ 0.02880859375,
+ -0.0377197265625,
+ -0.0445556640625,
+ -0.02716064453125,
+ -0.0231170654296875,
+ 0.02227783203125,
+ -0.026123046875,
+ 0.06134033203125,
+ 0.0164794921875,
+ -0.004611968994140625,
+ -0.09661865234375,
+ 0.056793212890625,
+ -0.01430511474609375,
+ 0.040618896484375,
+ 0.0237274169921875,
+ 0.0026302337646484375,
+ -0.06298828125,
+ -0.0273590087890625,
+ -0.02569580078125,
+ 0.0294342041015625,
+ -0.0174102783203125,
+ 0.0265350341796875,
+ 0.013885498046875,
+ -0.003368377685546875,
+ 0.004146575927734375,
+ -0.03564453125,
+ -0.0089111328125,
+ 0.060516357421875,
+ 0.0241546630859375,
+ -0.006633758544921875,
+ 0.04144287109375,
+ -0.024871826171875,
+ 0.00803375244140625,
+ 0.01316070556640625,
+ 0.00536346435546875,
+ 0.00543975830078125,
+ -0.002655029296875,
+ -0.0350341796875,
+ -0.020416259765625,
+ 0.032958984375,
+ 0.05596923828125,
+ -0.0252838134765625,
+ 0.005828857421875,
+ -0.00647735595703125,
+ 0.0267333984375,
+ 0.00347137451171875,
+ -0.006374359130859375,
+ -0.01544189453125,
+ 0.00531005859375,
+ -0.0102081298828125,
+ -0.01544189453125,
+ -0.07257080078125,
+ -0.0941162109375,
+ 0.019378662109375,
+ -0.045196533203125,
+ -0.0081329345703125,
+ 0.016265869140625,
+ 0.043731689453125,
+ 0.0145111083984375,
+ -0.0179290771484375,
+ 0.0145111083984375,
+ 0.00018298625946044922,
+ -0.018341064453125,
+ -0.06427001953125,
+ 0.021148681640625,
+ -0.0275726318359375,
+ 0.03460693359375,
+ 0.006893157958984375,
+ -0.041259765625,
+ 0.03131103515625,
+ -0.0286102294921875,
+ 0.00502777099609375,
+ -0.00818634033203125,
+ -0.008392333984375,
+ -0.0241546630859375,
+ 0.0543212890625,
+ -0.0712890625,
+ -0.041046142578125,
+ 0.0501708984375,
+ 0.0296478271484375,
+ 0.0027332305908203125,
+ -0.041656494140625,
+ 0.036895751953125,
+ -0.0184478759765625,
+ -0.03668212890625,
+ 0.030670166015625,
+ -0.01326751708984375,
+ -0.0275726318359375,
+ 0.02777099609375,
+ -0.008392333984375,
+ 0.0185546875,
+ -0.00081634521484375,
+ 0.03607177734375,
+ 0.035858154296875,
+ 0.03253173828125,
+ -0.000644683837890625,
+ -0.013580322265625,
+ 0.003627777099609375,
+ -0.0179290771484375,
+ -0.008087158203125,
+ 0.045379638671875,
+ 0.0004470348358154297,
+ 0.0067901611328125,
+ -0.00020074844360351562,
+ 0.0015735626220703125,
+ -0.07501220703125,
+ -0.0096893310546875,
+ -0.047271728515625,
+ -0.040618896484375,
+ 0.0025787353515625,
+ 0.09161376953125,
+ 0.026947021484375,
+ 0.0084991455078125,
+ 0.0157470703125,
+ 0.097412109375,
+ 0.004638671875,
+ 0.019073486328125,
+ -0.0234222412109375,
+ -0.03399658203125,
+ -0.0129547119140625,
+ -0.0163726806640625,
+ 0.01316070556640625,
+ -0.0460205078125,
+ 0.01461029052734375,
+ 0.03875732421875,
+ -0.0081329345703125,
+ -0.010101318359375,
+ -0.013885498046875,
+ -0.00634765625,
+ 0.0377197265625,
+ 0.043731689453125,
+ 0.01052093505859375,
+ -0.07379150390625,
+ 0.0119171142578125,
+ 0.0038089752197265625,
+ -0.0130615234375,
+ 0.01041412353515625,
+ -0.0007224082946777344,
+ -0.003936767578125,
+ 0.05120849609375,
+ -0.07049560546875,
+ -0.01103973388671875,
+ 0.00595855712890625,
+ 0.070068359375,
+ 0.00007730722427368164,
+ -0.049957275390625,
+ -0.0134735107421875,
+ 0.064697265625,
+ 0.0196990966796875,
+ -0.00621795654296875,
+ 0.011505126953125,
+ 0.007617950439453125,
+ -0.0377197265625,
+ 0.039794921875,
+ 0.03564453125,
+ -0.0304718017578125,
+ 0.034393310546875,
+ 0.0165863037109375,
+ -0.035858154296875,
+ 0.0174102783203125,
+ -0.005157470703125,
+ 0.00150299072265625,
+ -0.0003190040588378906,
+ -0.0460205078125,
+ -0.0215606689453125,
+ -0.048919677734375,
+ 0.0418701171875,
+ 0.00959014892578125,
+ 0.020721435546875,
+ 0.045379638671875,
+ -0.00010204315185546875,
+ -0.0155487060546875,
+ 0.0072021484375,
+ 0.01202392578125,
+ 0.0198974609375,
+ 0.00313568115234375,
+ -0.0060882568359375,
+ 0.0019044876098632812,
+ 0.032958984375,
+ 0.01367950439453125,
+ -0.0232086181640625,
+ 0.0433349609375,
+ -0.037506103515625,
+ 0.007617950439453125,
+ -0.04248046875,
+ 0.0246734619140625,
+ 0.0079803466796875,
+ -0.02197265625,
+ 0.00015056133270263672,
+ -0.03338623046875,
+ 0.0184478759765625,
+ -0.0308837890625,
+ -0.035430908203125,
+ -0.0013017654418945312,
+ 0.046234130859375,
+ -0.0181427001953125,
+ 0.036285400390625,
+ 0.04437255859375,
+ -0.002552032470703125,
+ -0.0089111328125,
+ -0.0543212890625,
+ 0.0733642578125,
+ 0.035430908203125,
+ 0.020416259765625,
+ 0.005931854248046875,
+ 0.029022216796875,
+ 0.0164794921875,
+ 0.0171966552734375,
+ 0.0229034423828125,
+ 0.02197265625,
+ -0.058441162109375,
+ 0.03875732421875,
+ 0.045196533203125,
+ 0.0050506591796875,
+ -0.033782958984375,
+ -0.00270843505859375,
+ -0.0038604736328125,
+ -0.032745361328125,
+ 0.053070068359375,
+ 0.016693115234375,
+ 0.0286102294921875,
+ -0.01181793212890625,
+ -0.022796630859375,
+ 0.00373077392578125,
+ -0.052032470703125,
+ 0.052642822265625,
+ 0.017303466796875,
+ 0.00569915771484375,
+ 0.04437255859375,
+ -0.03607177734375,
+ 0.040618896484375,
+ 0.0157470703125,
+ 0.0445556640625,
+ -0.043121337890625,
+ 0.0391845703125,
+ -0.0134735107421875,
+ 0.0095367431640625,
+ 0.00994873046875,
+ 0.002422332763671875,
+ -0.0002753734588623047,
+ 0.0171966552734375,
+ -0.005649566650390625,
+ 0.056365966796875,
+ 0.045806884765625,
+ -0.018035888671875,
+ -0.07464599609375,
+ -0.050567626953125,
+ -0.0304718017578125,
+ -0.00502777099609375,
+ 0.0308837890625,
+ -0.04351806640625,
+ -0.020111083984375,
+ 0.00803375244140625,
+ 0.056793212890625,
+ 0.07379150390625,
+ -0.0200042724609375,
+ 0.0596923828125,
+ -0.01238250732421875,
+ -0.0052337646484375,
+ -0.01052093505859375,
+ -0.0103607177734375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "disk-imaging",
+ "hashing",
+ "wiping",
+ "logging",
+ "cli"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_SIFT_Workstation",
+ "type": "tool",
+ "name": "SIFT Workstation",
+ "content": "sift workstation sans investigative forensic toolkit vereint über 500 kurierte open-source-tools in optimierter ubuntu-distribution für professionelle dfir-teams. vorinstalliert und konfiguriert: autopsy für disk-analysis, volatility für memory-forensik, plaso für timeline-generation, registry-tools für windows-artefakte. dfir-menüstruktur gruppiert tools logisch nach untersuchungsphasen und use-cases. mount-image-pro automatisiert evidence-mounting mit write-protection, sift-cli verwaltet tool-updates zentral. remnux-integration für nahtlose malware-analyse-workflows, kostenlose workbooks und cheat-sheets führen durch typische untersuchungsszenarien. vm-images und wsl2-support für flexible deployment-optionen. gui cli cross-platform write-blocker live-acquisition signature-updates tool-collection documentation-rich training-focused vm-ready wsl2-compatible community-maintained incident-response static-investigations malware-analysis network-forensics mobile-forensics",
+ "embedding": [
+ -0.0158843994140625,
+ 0.03631591796875,
+ 0.04132080078125,
+ -0.025848388671875,
+ 0.032379150390625,
+ 0.025634765625,
+ -0.0015249252319335938,
+ -0.0017251968383789062,
+ -0.0382080078125,
+ -0.0058135986328125,
+ -0.0208587646484375,
+ 0.047943115234375,
+ -0.0008273124694824219,
+ -0.0086669921875,
+ -0.065185546875,
+ 0.0235595703125,
+ 0.0125579833984375,
+ 0.0152587890625,
+ 0.01168060302734375,
+ 0.0200347900390625,
+ -0.0394287109375,
+ -0.03839111328125,
+ -0.039031982421875,
+ -0.0021152496337890625,
+ 0.009552001953125,
+ 0.0042572021484375,
+ -0.01442718505859375,
+ -0.081787109375,
+ -0.0156707763671875,
+ -0.00949859619140625,
+ -0.00177764892578125,
+ -0.019622802734375,
+ 0.00555419921875,
+ 0.038818359375,
+ 0.0080413818359375,
+ -0.0013360977172851562,
+ -0.00768280029296875,
+ -0.04150390625,
+ -0.023773193359375,
+ 0.04132080078125,
+ -0.00762939453125,
+ 0.0044097900390625,
+ 0.0255279541015625,
+ 0.006359100341796875,
+ -0.0111083984375,
+ -0.036956787109375,
+ 0.01090240478515625,
+ -0.0205535888671875,
+ 0.0233612060546875,
+ -0.04296875,
+ 0.038818359375,
+ 0.0212860107421875,
+ -0.00620269775390625,
+ -0.011260986328125,
+ -0.040679931640625,
+ 0.0161895751953125,
+ 0.01131439208984375,
+ -0.0167083740234375,
+ -0.046905517578125,
+ 0.03631591796875,
+ -0.03302001953125,
+ -0.0276031494140625,
+ -0.03424072265625,
+ -0.0286407470703125,
+ 0.01432037353515625,
+ 0.0172271728515625,
+ 0.010223388671875,
+ -0.028228759765625,
+ 0.002880096435546875,
+ -0.002880096435546875,
+ -0.0037364959716796875,
+ -0.019195556640625,
+ -0.0262603759765625,
+ 0.0226287841796875,
+ -0.033416748046875,
+ -0.03839111328125,
+ 0.01505279541015625,
+ 0.0135955810546875,
+ 0.0290679931640625,
+ 0.00768280029296875,
+ -0.052520751953125,
+ 0.0234527587890625,
+ 0.046295166015625,
+ -0.0092926025390625,
+ -0.0269927978515625,
+ -0.0032558441162109375,
+ 0.01271820068359375,
+ -0.0008950233459472656,
+ -0.0028285980224609375,
+ -0.009185791015625,
+ 0.0205535888671875,
+ -0.0056304931640625,
+ 0.01390838623046875,
+ -0.0288543701171875,
+ 0.055633544921875,
+ 0.044647216796875,
+ -0.00861358642578125,
+ -0.0259552001953125,
+ -0.0031795501708984375,
+ 0.034881591796875,
+ 0.031341552734375,
+ -0.051055908203125,
+ 0.03466796875,
+ -0.017547607421875,
+ 0.0236663818359375,
+ -0.0465087890625,
+ 0.0259552001953125,
+ -0.0135955810546875,
+ 0.0033473968505859375,
+ -0.0182647705078125,
+ -0.093017578125,
+ -0.036956787109375,
+ -0.01323699951171875,
+ -0.0684814453125,
+ -0.0148468017578125,
+ 0.0110015869140625,
+ -0.003528594970703125,
+ 0.0238800048828125,
+ -0.044219970703125,
+ -0.048583984375,
+ 0.01168060302734375,
+ 0.0226287841796875,
+ -0.0036334991455078125,
+ 0.000823974609375,
+ -0.04150390625,
+ -0.0450439453125,
+ 0.0023097991943359375,
+ 0.023773193359375,
+ -0.040069580078125,
+ -0.005268096923828125,
+ -0.0340576171875,
+ -0.01494598388671875,
+ -0.02947998046875,
+ -0.0250091552734375,
+ -0.007785797119140625,
+ -0.043792724609375,
+ 0.0184783935546875,
+ 0.016510009765625,
+ -0.00809478759765625,
+ 0.006435394287109375,
+ 0.031341552734375,
+ -0.0152587890625,
+ -0.048980712890625,
+ -0.0028285980224609375,
+ -0.0361328125,
+ -0.0242919921875,
+ -0.01629638671875,
+ 0.050445556640625,
+ -0.01806640625,
+ -0.0014209747314453125,
+ 0.00768280029296875,
+ 0.0179595947265625,
+ 0.033843994140625,
+ 0.008514404296875,
+ 0.01763916015625,
+ -0.043182373046875,
+ 0.0063323974609375,
+ -0.00516510009765625,
+ 0.033203125,
+ -0.004955291748046875,
+ 0.005344390869140625,
+ 0.0019073486328125,
+ 0.00009733438491821289,
+ 0.018157958984375,
+ -0.0034770965576171875,
+ -0.04046630859375,
+ -0.01271820068359375,
+ 0.0195159912109375,
+ 0.0249176025390625,
+ 0.00505828857421875,
+ 0.037567138671875,
+ 0.0104827880859375,
+ 0.0367431640625,
+ 0.0589599609375,
+ 0.003997802734375,
+ 0.0290679931640625,
+ -0.005840301513671875,
+ 0.0032558441162109375,
+ 0.037994384765625,
+ 0.042755126953125,
+ -0.0169219970703125,
+ -0.01168060302734375,
+ 0.040069580078125,
+ 0.006748199462890625,
+ 0.007213592529296875,
+ 0.01442718505859375,
+ -0.035919189453125,
+ -0.018890380859375,
+ -0.03509521484375,
+ 0.023040771484375,
+ -0.03924560546875,
+ -0.022216796875,
+ -0.0103302001953125,
+ 0.0182647705078125,
+ 0.0184783935546875,
+ 0.06353759765625,
+ 0.00970458984375,
+ -0.0086669921875,
+ 0.0236663818359375,
+ -0.004230499267578125,
+ 0.0095977783203125,
+ 0.035919189453125,
+ -0.00576019287109375,
+ 0.033416748046875,
+ 0.00991058349609375,
+ 0.0124053955078125,
+ 0.005992889404296875,
+ 0.04296875,
+ 0.0018815994262695312,
+ -0.0276031494140625,
+ -0.0164031982421875,
+ 0.0743408203125,
+ -0.040679931640625,
+ -0.029266357421875,
+ -0.030731201171875,
+ -0.0278167724609375,
+ 0.01245880126953125,
+ -0.005786895751953125,
+ -0.009857177734375,
+ -0.005657196044921875,
+ -0.00620269775390625,
+ -0.033203125,
+ 0.002193450927734375,
+ 0.032379150390625,
+ 0.005451202392578125,
+ 0.042572021484375,
+ 0.01168060302734375,
+ -0.0212860107421875,
+ -0.03424072265625,
+ 0.033843994140625,
+ 0.01422119140625,
+ 0.04962158203125,
+ 0.0203399658203125,
+ -0.004489898681640625,
+ -0.0250091552734375,
+ -0.03717041015625,
+ 0.04339599609375,
+ 0.01702880859375,
+ 0.0194091796875,
+ 0.00307464599609375,
+ -0.01064300537109375,
+ 0.0278167724609375,
+ -0.0148468017578125,
+ 0.053131103515625,
+ 0.0394287109375,
+ -0.01453399658203125,
+ -0.0113677978515625,
+ 0.01328277587890625,
+ 0.0033206939697265625,
+ 0.0394287109375,
+ -0.0491943359375,
+ -0.01194000244140625,
+ -0.0867919921875,
+ 0.0208587646484375,
+ -0.06475830078125,
+ -0.0260467529296875,
+ -0.007526397705078125,
+ -0.039642333984375,
+ 0.055633544921875,
+ -0.030731201171875,
+ -0.0309295654296875,
+ 0.01349639892578125,
+ 0.028228759765625,
+ 0.01557159423828125,
+ 0.042144775390625,
+ -0.0031261444091796875,
+ -0.026153564453125,
+ 0.0015697479248046875,
+ 0.06268310546875,
+ -0.00991058349609375,
+ -0.034881591796875,
+ -0.017333984375,
+ 0.003814697265625,
+ -0.0264739990234375,
+ 0.01068878173828125,
+ -0.00627899169921875,
+ 0.010223388671875,
+ 0.0234527587890625,
+ 0.031341552734375,
+ 0.030303955078125,
+ -0.00820159912109375,
+ 0.002452850341796875,
+ 0.01007080078125,
+ 0.044647216796875,
+ -0.0309295654296875,
+ 0.0032444000244140625,
+ -0.017547607421875,
+ 0.0014858245849609375,
+ -0.030303955078125,
+ -0.07806396484375,
+ 0.00861358642578125,
+ 0.040069580078125,
+ 0.01245880126953125,
+ 0.00933837890625,
+ 0.0250091552734375,
+ -0.0382080078125,
+ -0.001323699951171875,
+ -0.016815185546875,
+ 0.0218048095703125,
+ 0.0085601806640625,
+ 0.0288543701171875,
+ -0.00970458984375,
+ 0.01442718505859375,
+ -0.017547607421875,
+ 0.0201416015625,
+ -0.017120361328125,
+ -0.05126953125,
+ -0.01453399658203125,
+ -0.006694793701171875,
+ -0.0276031494140625,
+ -0.0280303955078125,
+ 0.03466796875,
+ -0.0288543701171875,
+ 0.0085601806640625,
+ -0.009857177734375,
+ -0.003398895263671875,
+ -0.0276031494140625,
+ -0.037994384765625,
+ 0.0087738037109375,
+ -0.020965576171875,
+ -0.04608154296875,
+ 0.0006227493286132812,
+ 0.0423583984375,
+ 0.01328277587890625,
+ -0.00762939453125,
+ -0.0260467529296875,
+ -0.0153656005859375,
+ -0.03424072265625,
+ 0.0034770965576171875,
+ 0.003971099853515625,
+ 0.03302001953125,
+ -0.0094451904296875,
+ 0.036956787109375,
+ 0.020233154296875,
+ 0.03924560546875,
+ 0.0113677978515625,
+ 0.0660400390625,
+ 0.015777587890625,
+ -0.0205535888671875,
+ -0.016510009765625,
+ 0.0014333724975585938,
+ 0.01505279541015625,
+ -0.0026607513427734375,
+ -0.0288543701171875,
+ -0.0146331787109375,
+ -0.01142120361328125,
+ -0.00646209716796875,
+ 0.0135955810546875,
+ 0.01494598388671875,
+ 0.030731201171875,
+ 0.0325927734375,
+ -0.044647216796875,
+ -0.004566192626953125,
+ 0.061859130859375,
+ 0.01453399658203125,
+ 0.098388671875,
+ -0.022735595703125,
+ -0.059783935546875,
+ 0.01042938232421875,
+ 0.0290679931640625,
+ 0.007110595703125,
+ 0.003398895263671875,
+ 0.039031982421875,
+ 0.008514404296875,
+ 0.00524139404296875,
+ 0.045257568359375,
+ -0.02947998046875,
+ 0.02532958984375,
+ -0.011627197265625,
+ -0.0018682479858398438,
+ 0.0269927978515625,
+ -0.0013751983642578125,
+ 0.041717529296875,
+ 0.0394287109375,
+ 0.0309295654296875,
+ 0.006641387939453125,
+ 0.04193115234375,
+ -0.01177978515625,
+ -0.034454345703125,
+ -0.0290679931640625,
+ -0.0809326171875,
+ 0.0080413818359375,
+ 0.01629638671875,
+ 0.006305694580078125,
+ 0.030517578125,
+ -0.0224151611328125,
+ -0.06060791015625,
+ 0.03509521484375,
+ -0.03466796875,
+ 0.038604736328125,
+ 0.034881591796875,
+ 0.0265655517578125,
+ 0.0284423828125,
+ -0.0153656005859375,
+ 0.0276031494140625,
+ 0.02947998046875,
+ 0.0087738037109375,
+ 0.034454345703125,
+ 0.030517578125,
+ 0.037567138671875,
+ 0.0111083984375,
+ -0.04150390625,
+ 0.0288543701171875,
+ 0.050872802734375,
+ 0.01157379150390625,
+ 0.023040771484375,
+ 0.0073699951171875,
+ 0.0210723876953125,
+ 0.02117919921875,
+ -0.0252227783203125,
+ 0.03466796875,
+ 0.037353515625,
+ -0.00653839111328125,
+ -0.01168060302734375,
+ 0.008514404296875,
+ -0.005710601806640625,
+ -0.0726318359375,
+ -0.0078887939453125,
+ -0.025115966796875,
+ 0.01390838623046875,
+ 0.01105499267578125,
+ 0.0177459716796875,
+ -0.07305908203125,
+ -0.00438690185546875,
+ 0.031982421875,
+ -0.072265625,
+ 0.00394439697265625,
+ 0.033203125,
+ 0.003711700439453125,
+ 0.019622802734375,
+ -0.00762939453125,
+ -0.046722412109375,
+ 0.0311431884765625,
+ -0.0255279541015625,
+ -0.046722412109375,
+ 0.028228759765625,
+ 0.0267791748046875,
+ -0.047760009765625,
+ -0.0108489990234375,
+ -0.0167083740234375,
+ -0.0231475830078125,
+ -0.0241851806640625,
+ -0.0159912109375,
+ 0.03570556640625,
+ 0.01157379150390625,
+ -0.012664794921875,
+ 0.0229339599609375,
+ 0.040069580078125,
+ -0.0301055908203125,
+ -0.0257415771484375,
+ 0.03778076171875,
+ -0.037567138671875,
+ -0.0280303955078125,
+ 0.0238800048828125,
+ 0.002399444580078125,
+ 0.0195159912109375,
+ -0.032806396484375,
+ -0.0242919921875,
+ 0.0024127960205078125,
+ 0.01494598388671875,
+ -0.0018033981323242188,
+ 0.0195159912109375,
+ -0.033203125,
+ -0.031341552734375,
+ -0.05438232421875,
+ 0.037994384765625,
+ 0.004878997802734375,
+ 0.033416748046875,
+ 0.00576019287109375,
+ -0.07183837890625,
+ 0.045684814453125,
+ -0.057708740234375,
+ -0.0265655517578125,
+ -0.0018815994262695312,
+ 0.0194091796875,
+ -0.00949859619140625,
+ 0.06768798828125,
+ -0.00830078125,
+ -0.023773193359375,
+ -0.028228759765625,
+ 0.031982421875,
+ 0.0033206939697265625,
+ 0.0201416015625,
+ -0.040283203125,
+ 0.0298919677734375,
+ 0.04132080078125,
+ -0.048980712890625,
+ -0.03155517578125,
+ -0.0193023681640625,
+ -0.020660400390625,
+ 0.053558349609375,
+ -0.06146240234375,
+ 0.0018033981323242188,
+ 0.01380157470703125,
+ -0.055206298828125,
+ 0.0002579689025878906,
+ -0.03216552734375,
+ -0.0182647705078125,
+ -0.047943115234375,
+ 0.0311431884765625,
+ 0.0085601806640625,
+ -0.0113677978515625,
+ 0.037353515625,
+ 0.0026340484619140625,
+ -0.005008697509765625,
+ 0.0228424072265625,
+ -0.0019989013671875,
+ -0.0184783935546875,
+ 0.0218963623046875,
+ -0.055206298828125,
+ -0.053985595703125,
+ -0.007732391357421875,
+ 0.043609619140625,
+ -0.036956787109375,
+ 0.009033203125,
+ -0.004100799560546875,
+ -0.019927978515625,
+ 0.051910400390625,
+ -0.049407958984375,
+ 0.0082550048828125,
+ -0.0290679931640625,
+ -0.017852783203125,
+ -0.0120391845703125,
+ -0.010589599609375,
+ 0.0215911865234375,
+ 0.025115966796875,
+ -0.01271820068359375,
+ 0.0195159912109375,
+ 0.032806396484375,
+ -0.0631103515625,
+ 0.035491943359375,
+ 0.0223236083984375,
+ 0.00846099853515625,
+ -0.00627899169921875,
+ 0.0019073486328125,
+ -0.01053619384765625,
+ -0.0014333724975585938,
+ 0.0309295654296875,
+ -0.0325927734375,
+ -0.02459716796875,
+ -0.07763671875,
+ 0.01261138916015625,
+ 0.004878997802734375,
+ 0.00036978721618652344,
+ -0.01318359375,
+ -0.0247039794921875,
+ -0.047760009765625,
+ -0.0193023681640625,
+ 0.03778076171875,
+ 0.016510009765625,
+ -0.006435394287109375,
+ -0.044219970703125,
+ -0.011627197265625,
+ 0.004619598388671875,
+ -0.0255279541015625,
+ 0.033416748046875,
+ -0.0125579833984375,
+ 0.00705718994140625,
+ -0.002777099609375,
+ -0.037353515625,
+ 0.0201416015625,
+ 0.03302001953125,
+ 0.036529541015625,
+ 0.0151519775390625,
+ 0.0201416015625,
+ -0.0247039794921875,
+ 0.004100799560546875,
+ -0.004177093505859375,
+ -0.0010318756103515625,
+ -0.0035037994384765625,
+ 0.0027637481689453125,
+ 0.031982421875,
+ -0.02947998046875,
+ 0.00846099853515625,
+ -0.00991058349609375,
+ 0.01094818115234375,
+ 0.00498199462890625,
+ 0.006488800048828125,
+ -0.02947998046875,
+ 0.0186767578125,
+ -0.00524139404296875,
+ 0.0672607421875,
+ -0.027191162109375,
+ -0.03155517578125,
+ -0.00229644775390625,
+ 0.0159912109375,
+ 0.021697998046875,
+ 0.046722412109375,
+ -0.0007786750793457031,
+ -0.0259552001953125,
+ 0.01157379150390625,
+ 0.044219970703125,
+ -0.0146331787109375,
+ -0.0290679931640625,
+ -0.037567138671875,
+ 0.01183319091796875,
+ 0.0325927734375,
+ 0.05126953125,
+ 0.00923919677734375,
+ 0.101318359375,
+ 0.0104827880859375,
+ 0.00783538818359375,
+ 0.037567138671875,
+ 0.050445556640625,
+ 0.035491943359375,
+ -0.0235595703125,
+ -0.04296875,
+ -0.005916595458984375,
+ 0.0030364990234375,
+ -0.0208587646484375,
+ -0.03509521484375,
+ -0.01505279541015625,
+ 0.08551025390625,
+ -0.0755615234375,
+ -0.0124053955078125,
+ 0.002166748046875,
+ -0.01546478271484375,
+ 0.0201416015625,
+ 0.0026721954345703125,
+ -0.00887298583984375,
+ 0.0104827880859375,
+ -0.0007104873657226562,
+ -0.04193115234375,
+ 0.0125579833984375,
+ -0.01323699951171875,
+ 0.03570556640625,
+ 0.056884765625,
+ 0.0309295654296875,
+ 0.00394439697265625,
+ 0.0166015625,
+ -0.00290679931640625,
+ 0.033416748046875,
+ 0.021697998046875,
+ 0.020965576171875,
+ 0.0276031494140625,
+ 0.012298583984375,
+ 0.0234527587890625,
+ 0.04193115234375,
+ -0.03424072265625,
+ -0.0301055908203125,
+ 0.017547607421875,
+ 0.048797607421875,
+ 0.053558349609375,
+ 0.06060791015625,
+ -0.01131439208984375,
+ 0.01763916015625,
+ -0.0164031982421875,
+ -0.033203125,
+ 0.00830078125,
+ 0.0004444122314453125,
+ 0.0037364959716796875,
+ -0.050445556640625,
+ -0.0352783203125,
+ 0.01338958740234375,
+ -0.046905517578125,
+ 0.033843994140625,
+ 0.0092926025390625,
+ -0.0290679931640625,
+ -0.0226287841796875,
+ 0.033203125,
+ -0.0015306472778320312,
+ -0.038818359375,
+ 0.029266357421875,
+ 0.0080413818359375,
+ -0.019927978515625,
+ -0.00550079345703125,
+ -0.0284423828125,
+ 0.047943115234375,
+ -0.0164031982421875,
+ -0.05438232421875,
+ -0.040679931640625,
+ 0.027191162109375,
+ -0.01250457763671875,
+ -0.03155517578125,
+ -0.038818359375,
+ 0.037567138671875,
+ -0.0221099853515625,
+ -0.04132080078125,
+ -0.030303955078125,
+ -0.046905517578125,
+ 0.01027679443359375,
+ -0.0186767578125,
+ 0.0195159912109375,
+ -0.00537109375,
+ -0.0290679931640625,
+ -0.017852783203125,
+ -0.00923919677734375,
+ -0.0172271728515625,
+ 0.040069580078125,
+ -0.0301055908203125,
+ 0.03509521484375,
+ 0.0103302001953125,
+ 0.044830322265625,
+ 0.02459716796875,
+ 0.055206298828125,
+ -0.01505279541015625,
+ -0.01235198974609375,
+ -0.012664794921875,
+ -0.0631103515625,
+ 0.0051116943359375,
+ -0.006229400634765625,
+ 0.019622802734375,
+ -0.07720947265625,
+ 0.003971099853515625,
+ 0.07391357421875,
+ -0.048980712890625,
+ 0.0301055908203125,
+ 0.0135955810546875,
+ -0.01837158203125,
+ -0.053985595703125,
+ -0.0034770965576171875,
+ 0.0090789794921875,
+ 0.02044677734375,
+ 0.10003662109375,
+ -0.005916595458984375,
+ -0.010223388671875,
+ -0.0243988037109375,
+ -0.0269927978515625,
+ 0.047332763671875,
+ 0.00731658935546875,
+ 0.035919189453125,
+ -0.053131103515625,
+ 0.01422119140625,
+ 0.034881591796875,
+ -0.038604736328125,
+ 0.0006842613220214844,
+ -0.055633544921875,
+ 0.0205535888671875,
+ 0.01453399658203125,
+ -0.00412750244140625,
+ 0.00464630126953125,
+ -0.005268096923828125,
+ -0.056060791015625,
+ -0.006122589111328125,
+ -0.032379150390625,
+ 0.02947998046875,
+ -0.0036067962646484375,
+ 0.0089263916015625,
+ -0.02044677734375,
+ 0.00043463706970214844,
+ -0.0124053955078125,
+ -0.046295166015625,
+ -0.02325439453125,
+ -0.05853271484375,
+ 0.035919189453125,
+ -0.0035552978515625,
+ -0.04400634765625,
+ 0.0174407958984375,
+ 0.006099700927734375,
+ -0.006694793701171875,
+ 0.0182647705078125,
+ 0.08636474609375,
+ -0.043792724609375,
+ -0.0030612945556640625,
+ 0.0288543701171875,
+ 0.006099700927734375,
+ -0.01068878173828125,
+ -0.005710601806640625,
+ -0.004825592041015625,
+ 0.028228759765625,
+ 0.0235595703125,
+ -0.033416748046875,
+ 0.048583984375,
+ 0.0382080078125,
+ -0.05438232421875,
+ -0.06146240234375,
+ -0.046905517578125,
+ -0.0352783203125,
+ 0.016510009765625,
+ -0.008514404296875,
+ 0.028228759765625,
+ -0.0115203857421875,
+ -0.01287078857421875,
+ -0.1087646484375,
+ 0.045257568359375,
+ -0.020965576171875,
+ 0.01172637939453125,
+ 0.008819580078125,
+ 0.00009894371032714844,
+ -0.0726318359375,
+ -0.06060791015625,
+ 0.0092926025390625,
+ 0.0244903564453125,
+ -0.01401519775390625,
+ 0.02532958984375,
+ 0.01837158203125,
+ -0.0161895751953125,
+ 0.01349639892578125,
+ -0.0040740966796875,
+ -0.0017900466918945312,
+ 0.0361328125,
+ 0.0213775634765625,
+ -0.0288543701171875,
+ 0.0743408203125,
+ -0.030303955078125,
+ 0.0208587646484375,
+ -0.01494598388671875,
+ 0.014739990234375,
+ 0.002750396728515625,
+ -0.00568389892578125,
+ -0.0141143798828125,
+ 0.002841949462890625,
+ 0.031982421875,
+ 0.031341552734375,
+ -0.01328277587890625,
+ 0.01453399658203125,
+ -0.0045928955078125,
+ 0.007213592529296875,
+ -0.00923919677734375,
+ -0.01971435546875,
+ 0.002593994140625,
+ 0.017852783203125,
+ -0.0184783935546875,
+ -0.00757598876953125,
+ -0.0701904296875,
+ -0.0992431640625,
+ 0.01053619384765625,
+ -0.05169677734375,
+ -0.029693603515625,
+ 0.01042938232421875,
+ 0.00438690185546875,
+ -0.0007882118225097656,
+ -0.03509521484375,
+ 0.0276031494140625,
+ -0.012298583984375,
+ -0.00762939453125,
+ -0.0465087890625,
+ 0.035919189453125,
+ -0.028228759765625,
+ 0.01837158203125,
+ -0.0011615753173828125,
+ -0.043792724609375,
+ 0.029266357421875,
+ -0.03509521484375,
+ 0.004230499267578125,
+ -0.02532958984375,
+ -0.0286407470703125,
+ -0.035491943359375,
+ 0.01432037353515625,
+ -0.056884765625,
+ -0.01494598388671875,
+ 0.01422119140625,
+ 0.022003173828125,
+ 0.0007948875427246094,
+ -0.01120758056640625,
+ 0.055633544921875,
+ 0.001064300537109375,
+ -0.05645751953125,
+ 0.0309295654296875,
+ -0.01302337646484375,
+ -0.03509521484375,
+ 0.0035800933837890625,
+ 0.00809478759765625,
+ 0.0078887939453125,
+ 0.0024261474609375,
+ 0.0367431640625,
+ 0.0408935546875,
+ 0.037994384765625,
+ -0.016510009765625,
+ -0.0218048095703125,
+ 0.0010442733764648438,
+ -0.005474090576171875,
+ 0.033843994140625,
+ 0.025115966796875,
+ 0.02117919921875,
+ 0.005474090576171875,
+ 0.0265655517578125,
+ -0.018157958984375,
+ -0.10382080078125,
+ -0.0189971923828125,
+ -0.046295166015625,
+ -0.0643310546875,
+ 0.0243988037109375,
+ 0.0867919921875,
+ 0.034454345703125,
+ -0.002777099609375,
+ 0.03509521484375,
+ 0.038818359375,
+ 0.057708740234375,
+ 0.01168060302734375,
+ -0.00516510009765625,
+ -0.031341552734375,
+ -0.0026721954345703125,
+ 0.0288543701171875,
+ 0.03717041015625,
+ -0.05169677734375,
+ 0.051910400390625,
+ 0.0784912109375,
+ -0.002399444580078125,
+ -0.004619598388671875,
+ 0.0111083984375,
+ 0.01276397705078125,
+ 0.051483154296875,
+ 0.01837158203125,
+ 0.0265655517578125,
+ -0.038818359375,
+ -0.0030612945556640625,
+ 0.0208587646484375,
+ 0.00601959228515625,
+ -0.0286407470703125,
+ -0.015777587890625,
+ -0.0298919677734375,
+ 0.03509521484375,
+ -0.07305908203125,
+ -0.0003066062927246094,
+ 0.005657196044921875,
+ 0.0643310546875,
+ 0.006435394287109375,
+ -0.0269927978515625,
+ -0.02740478515625,
+ 0.05645751953125,
+ 0.03839111328125,
+ -0.01064300537109375,
+ 0.019927978515625,
+ 0.0049285888671875,
+ -0.00255584716796875,
+ 0.0094451904296875,
+ 0.06268310546875,
+ 0.0158843994140625,
+ 0.06768798828125,
+ 0.0125579833984375,
+ -0.048980712890625,
+ 0.0325927734375,
+ -0.006072998046875,
+ 0.01453399658203125,
+ 0.007526397705078125,
+ -0.0394287109375,
+ -0.0223236083984375,
+ -0.03717041015625,
+ 0.049835205078125,
+ 0.0033473968505859375,
+ 0.035491943359375,
+ 0.0124053955078125,
+ -0.01235198974609375,
+ 0.003528594970703125,
+ 0.003139495849609375,
+ 0.033416748046875,
+ 0.033203125,
+ 0.0278167724609375,
+ 0.029693603515625,
+ 0.0367431640625,
+ 0.0249176025390625,
+ 0.00433349609375,
+ -0.023040771484375,
+ 0.03570556640625,
+ -0.0267791748046875,
+ -0.0205535888671875,
+ -0.05230712890625,
+ -0.00861358642578125,
+ 0.01494598388671875,
+ -0.03466796875,
+ -0.005889892578125,
+ -0.00933837890625,
+ 0.00830078125,
+ -0.002880096435546875,
+ -0.053131103515625,
+ -0.0002772808074951172,
+ 0.055206298828125,
+ -0.0408935546875,
+ 0.0218048095703125,
+ 0.0203399658203125,
+ -0.01422119140625,
+ 0.0182647705078125,
+ -0.04962158203125,
+ 0.06561279296875,
+ 0.021484375,
+ 0.0174407958984375,
+ -0.0089263916015625,
+ 0.0200347900390625,
+ 0.01494598388671875,
+ 0.0009927749633789062,
+ 0.01245880126953125,
+ 0.01287078857421875,
+ -0.046295166015625,
+ 0.059783935546875,
+ 0.03839111328125,
+ 0.0153656005859375,
+ -0.04400634765625,
+ 0.043182373046875,
+ 0.010223388671875,
+ -0.061859130859375,
+ 0.0423583984375,
+ 0.0177459716796875,
+ 0.045867919921875,
+ -0.00923919677734375,
+ 0.0078887939453125,
+ -0.00991058349609375,
+ -0.053558349609375,
+ 0.04754638671875,
+ 0.047760009765625,
+ -0.02947998046875,
+ 0.0174407958984375,
+ -0.052520751953125,
+ 0.039031982421875,
+ 0.01837158203125,
+ 0.0755615234375,
+ -0.0684814453125,
+ 0.07098388671875,
+ 0.0006585121154785156,
+ 0.0080413818359375,
+ -0.01557159423828125,
+ 0.016082763671875,
+ -0.0250091552734375,
+ 0.033843994140625,
+ -0.043792724609375,
+ 0.055206298828125,
+ 0.0311431884765625,
+ -0.0280303955078125,
+ -0.065185546875,
+ -0.004436492919921875,
+ 0.033416748046875,
+ 0.01432037353515625,
+ 0.04754638671875,
+ -0.046295166015625,
+ -0.0045928955078125,
+ -0.0177459716796875,
+ 0.0465087890625,
+ 0.073486328125,
+ -0.00394439697265625,
+ 0.0177459716796875,
+ 0.006072998046875,
+ -0.007785797119140625,
+ -0.00991058349609375,
+ -0.0189971923828125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "network-forensics",
+ "mobile-forensics"
+ ],
+ "phases": [],
+ "tags": [
+ "gui",
+ "cli",
+ "cross-platform",
+ "write-blocker",
+ "live-acquisition",
+ "signature-updates",
+ "tool-collection",
+ "documentation-rich",
+ "training-focused",
+ "vm-ready",
+ "wsl2-compatible",
+ "community-maintained"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_WinHex",
+ "type": "tool",
+ "name": "WinHex",
+ "content": "winhex vielseitiger hex-editor mit forensischen superkräften für disk-cloning, ram-editing und file-recovery durch signature-scanning. ntfs-alternate-data-streams-support, mft-browser und registry-viewer parsen strukturen direkt. template-engine automatisiert datenstruktur-parsing für komplexe analysen. hex-editor carving static-investigations examination",
+ "embedding": [
+ -0.0140838623046875,
+ 0.02679443359375,
+ 0.0194549560546875,
+ -0.0156402587890625,
+ 0.0295257568359375,
+ 0.011199951171875,
+ -0.003643035888671875,
+ 0.0169219970703125,
+ -0.0071868896484375,
+ -0.02972412109375,
+ -0.05474853515625,
+ 0.05279541015625,
+ 0.005550384521484375,
+ -0.00659942626953125,
+ -0.05633544921875,
+ 0.036956787109375,
+ -0.0293426513671875,
+ 0.002323150634765625,
+ 0.0145721435546875,
+ 0.0241546630859375,
+ -0.04010009765625,
+ -0.0150604248046875,
+ -0.042633056640625,
+ 0.0024814605712890625,
+ 0.0006232261657714844,
+ -0.0181884765625,
+ -0.01227569580078125,
+ -0.0574951171875,
+ -0.0165252685546875,
+ -0.002506256103515625,
+ 0.00525665283203125,
+ -0.02972412109375,
+ 0.025421142578125,
+ 0.051239013671875,
+ 0.04205322265625,
+ -0.0305023193359375,
+ -0.02874755859375,
+ -0.039520263671875,
+ -0.0172119140625,
+ 0.059844970703125,
+ -0.0269927978515625,
+ -0.01515960693359375,
+ 0.03460693359375,
+ 0.006038665771484375,
+ -0.004230499267578125,
+ -0.00432586669921875,
+ 0.00469207763671875,
+ -0.00452423095703125,
+ 0.012420654296875,
+ -0.045379638671875,
+ 0.0285491943359375,
+ 0.018096923828125,
+ -0.00334930419921875,
+ -0.031280517578125,
+ -0.018768310546875,
+ 0.0293426513671875,
+ -0.0011615753173828125,
+ 0.0037899017333984375,
+ -0.0202484130859375,
+ 0.04302978515625,
+ -0.052032470703125,
+ -0.00826263427734375,
+ -0.0071868896484375,
+ -0.01212310791015625,
+ 0.00982666015625,
+ 0.00704193115234375,
+ -0.0055999755859375,
+ -0.0261993408203125,
+ -0.01207733154296875,
+ -0.0010938644409179688,
+ 0.0181884765625,
+ -0.0175018310546875,
+ -0.0222930908203125,
+ 0.03265380859375,
+ -0.00988006591796875,
+ -0.05633544921875,
+ 0.022003173828125,
+ 0.0275726318359375,
+ 0.0211181640625,
+ -0.01300811767578125,
+ -0.06451416015625,
+ 0.004791259765625,
+ 0.021514892578125,
+ -0.0017719268798828125,
+ -0.004791259765625,
+ 0.00992584228515625,
+ 0.039886474609375,
+ 0.022003173828125,
+ -0.00846099853515625,
+ -0.01104736328125,
+ 0.0226898193359375,
+ 0.00107574462890625,
+ -0.0064544677734375,
+ -0.00948333740234375,
+ 0.027374267578125,
+ 0.055145263671875,
+ 0.00797271728515625,
+ -0.005767822265625,
+ -0.00997161865234375,
+ 0.01007080078125,
+ 0.0127105712890625,
+ -0.0250396728515625,
+ 0.0496826171875,
+ -0.040679931640625,
+ 0.032470703125,
+ -0.0188751220703125,
+ 0.0230712890625,
+ -0.005428314208984375,
+ -0.012176513671875,
+ -0.031097412109375,
+ -0.08917236328125,
+ -0.0247344970703125,
+ 0.00598907470703125,
+ -0.09271240234375,
+ -0.0005192756652832031,
+ -0.0213165283203125,
+ 0.0240631103515625,
+ 0.047332763671875,
+ -0.04693603515625,
+ -0.053192138671875,
+ 0.022979736328125,
+ 0.0172119140625,
+ 0.00009703636169433594,
+ 0.0217132568359375,
+ -0.049468994140625,
+ -0.06610107421875,
+ -0.0181884765625,
+ 0.03912353515625,
+ -0.0230712890625,
+ -0.0285491943359375,
+ -0.039520263671875,
+ -0.0261993408203125,
+ -0.00909423828125,
+ 0.0096282958984375,
+ 0.0032749176025390625,
+ -0.0164337158203125,
+ 0.01110076904296875,
+ -0.01070404052734375,
+ -0.01236724853515625,
+ 0.01476287841796875,
+ 0.02972412109375,
+ -0.028167724609375,
+ -0.060638427734375,
+ 0.0015277862548828125,
+ -0.027191162109375,
+ -0.004985809326171875,
+ 0.0017232894897460938,
+ 0.045166015625,
+ -0.040283203125,
+ -0.0140838623046875,
+ -0.02239990234375,
+ 0.046142578125,
+ 0.048309326171875,
+ -0.004009246826171875,
+ 0.005062103271484375,
+ -0.03912353515625,
+ -0.0025787353515625,
+ -0.0141754150390625,
+ 0.030120849609375,
+ -0.0235595703125,
+ -0.0171051025390625,
+ 0.00919342041015625,
+ 0.00806427001953125,
+ 0.052032470703125,
+ -0.0285491943359375,
+ -0.036956787109375,
+ -0.03265380859375,
+ 0.046539306640625,
+ -0.01031494140625,
+ 0.019073486328125,
+ 0.057891845703125,
+ -0.0025424957275390625,
+ 0.06219482421875,
+ 0.0743408203125,
+ 0.005035400390625,
+ 0.028167724609375,
+ -0.006183624267578125,
+ 0.0022735595703125,
+ 0.038330078125,
+ 0.033843994140625,
+ -0.0136871337890625,
+ -0.059844970703125,
+ 0.0156402587890625,
+ -0.016815185546875,
+ 0.0172119140625,
+ -0.0213165283203125,
+ -0.00992584228515625,
+ -0.03753662109375,
+ -0.027191162109375,
+ 0.044586181640625,
+ -0.025421142578125,
+ -0.0114898681640625,
+ 0.00395965576171875,
+ 0.006305694580078125,
+ 0.02288818359375,
+ 0.053192138671875,
+ 0.036956787109375,
+ -0.02386474609375,
+ 0.04010009765625,
+ -0.00943756103515625,
+ 0.01177978515625,
+ -0.00611114501953125,
+ 0.02581787109375,
+ 0.03717041015625,
+ 0.00444793701171875,
+ 0.0207366943359375,
+ 0.0117340087890625,
+ 0.0633544921875,
+ -0.01070404052734375,
+ -0.0214080810546875,
+ -0.0235595703125,
+ 0.0293426513671875,
+ -0.031097412109375,
+ -0.0204315185546875,
+ -0.053192138671875,
+ -0.01251983642578125,
+ 0.0066986083984375,
+ -0.00875091552734375,
+ -0.027191162109375,
+ -0.0088958740234375,
+ -0.0295257568359375,
+ -0.052398681640625,
+ 0.0034465789794921875,
+ 0.052032470703125,
+ -0.033233642578125,
+ 0.04107666015625,
+ 0.0110015869140625,
+ -0.037353515625,
+ 0.01012420654296875,
+ 0.015350341796875,
+ 0.039886474609375,
+ 0.01251983642578125,
+ -0.00679779052734375,
+ -0.00537872314453125,
+ -0.00525665283203125,
+ -0.0179901123046875,
+ 0.046142578125,
+ 0.0021381378173828125,
+ 0.0088043212890625,
+ 0.0204315185546875,
+ -0.030120849609375,
+ 0.0226898193359375,
+ 0.00679779052734375,
+ 0.0574951171875,
+ 0.0218048095703125,
+ -0.018096923828125,
+ 0.016326904296875,
+ -0.004032135009765625,
+ 0.032867431640625,
+ 0.04302978515625,
+ -0.0555419921875,
+ -0.0285491943359375,
+ -0.0841064453125,
+ 0.01280975341796875,
+ -0.05279541015625,
+ -0.037933349609375,
+ -0.0438232421875,
+ -0.05084228515625,
+ 0.040496826171875,
+ -0.0279693603515625,
+ -0.03265380859375,
+ 0.01329803466796875,
+ 0.024444580078125,
+ -0.0161285400390625,
+ 0.03619384765625,
+ -0.0031299591064453125,
+ -0.0447998046875,
+ 0.0196533203125,
+ 0.0516357421875,
+ -0.006305694580078125,
+ -0.0036182403564453125,
+ -0.01007080078125,
+ 0.0186767578125,
+ -0.00440216064453125,
+ 0.011688232421875,
+ -0.036773681640625,
+ -0.0032024383544921875,
+ 0.0175018310546875,
+ 0.018585205078125,
+ 0.01525115966796875,
+ -0.0212249755859375,
+ 0.0079193115234375,
+ 0.01090240478515625,
+ 0.04107666015625,
+ -0.0285491943359375,
+ -0.00923919677734375,
+ -0.01203155517578125,
+ 0.0107574462890625,
+ -0.0250396728515625,
+ -0.05438232421875,
+ 0.004058837890625,
+ 0.046356201171875,
+ 0.0004737377166748047,
+ 0.0107574462890625,
+ -0.006649017333984375,
+ -0.0225830078125,
+ 0.02777099609375,
+ -0.0161285400390625,
+ -0.032073974609375,
+ 0.011199951171875,
+ 0.03167724609375,
+ -0.050445556640625,
+ 0.0013380050659179688,
+ -0.0018215179443359375,
+ 0.005672454833984375,
+ -0.059844970703125,
+ -0.047119140625,
+ -0.01261138916015625,
+ -0.01398468017578125,
+ -0.0081634521484375,
+ -0.043212890625,
+ -0.00023829936981201172,
+ -0.0090484619140625,
+ -0.00525665283203125,
+ -0.01309967041015625,
+ 0.02581787109375,
+ -0.06768798828125,
+ -0.05279541015625,
+ 0.0159454345703125,
+ -0.013885498046875,
+ -0.039886474609375,
+ -0.0216064453125,
+ 0.03070068359375,
+ -0.003887176513671875,
+ -0.0024929046630859375,
+ -0.00347137451171875,
+ -0.0014057159423828125,
+ -0.05828857421875,
+ 0.0150604248046875,
+ -0.01041412353515625,
+ 0.03460693359375,
+ -0.0023345947265625,
+ 0.035400390625,
+ 0.0064544677734375,
+ -0.0011186599731445312,
+ 0.021026611328125,
+ 0.06219482421875,
+ 0.03460693359375,
+ -0.03363037109375,
+ -0.001399993896484375,
+ 0.0140838623046875,
+ -0.0222930908203125,
+ 0.03851318359375,
+ -0.0178985595703125,
+ -0.034027099609375,
+ -0.01398468017578125,
+ -0.01300811767578125,
+ 0.025421142578125,
+ 0.0293426513671875,
+ 0.061004638671875,
+ 0.0211181640625,
+ -0.0279693603515625,
+ 0.01261138916015625,
+ 0.059051513671875,
+ 0.0165252685546875,
+ 0.09228515625,
+ -0.0162353515625,
+ -0.0516357421875,
+ 0.0030803680419921875,
+ 0.039306640625,
+ -0.01187896728515625,
+ -0.006893157958984375,
+ 0.0245513916015625,
+ 0.00110626220703125,
+ 0.0027256011962890625,
+ 0.007724761962890625,
+ 0.002567291259765625,
+ 0.0236663818359375,
+ -0.014862060546875,
+ 0.0018215179443359375,
+ 0.0162353515625,
+ -0.016326904296875,
+ 0.0122222900390625,
+ 0.0207366943359375,
+ 0.01467132568359375,
+ -0.0026397705078125,
+ 0.0467529296875,
+ -0.0211181640625,
+ -0.0232696533203125,
+ -0.025421142578125,
+ -0.05828857421875,
+ 0.01104736328125,
+ 0.0555419921875,
+ 0.0172119140625,
+ 0.07000732421875,
+ -0.02679443359375,
+ -0.042633056640625,
+ 0.02288818359375,
+ -0.042449951171875,
+ 0.0555419921875,
+ 0.024444580078125,
+ -0.0010881423950195312,
+ 0.027191162109375,
+ 0.0014057159423828125,
+ 0.0179901123046875,
+ 0.02874755859375,
+ 0.003299713134765625,
+ 0.0240631103515625,
+ 0.03363037109375,
+ 0.034210205078125,
+ 0.0032520294189453125,
+ -0.021026611328125,
+ 0.01280975341796875,
+ 0.041656494140625,
+ 0.0217132568359375,
+ 0.00501251220703125,
+ 0.041259765625,
+ -0.0003483295440673828,
+ 0.036376953125,
+ -0.018096923828125,
+ 0.039886474609375,
+ 0.02972412109375,
+ 0.0191650390625,
+ -0.0010938644409179688,
+ -0.015350341796875,
+ -0.0064544677734375,
+ -0.0438232421875,
+ -0.0031299591064453125,
+ 0.004375457763671875,
+ 0.0159454345703125,
+ 0.0269927978515625,
+ 0.034423828125,
+ -0.045379638671875,
+ -0.031494140625,
+ 0.04498291015625,
+ -0.047119140625,
+ 0.020538330078125,
+ 0.0261993408203125,
+ -0.018280029296875,
+ 0.0086517333984375,
+ -0.0184783935546875,
+ -0.0574951171875,
+ 0.03814697265625,
+ -0.032257080078125,
+ -0.02777099609375,
+ 0.006015777587890625,
+ 0.033233642578125,
+ -0.049102783203125,
+ -0.0240631103515625,
+ -0.034027099609375,
+ -0.0535888671875,
+ -0.0169219970703125,
+ -0.00457000732421875,
+ 0.04986572265625,
+ 0.01476287841796875,
+ -0.01203155517578125,
+ 0.035003662109375,
+ 0.036773681640625,
+ 0.01041412353515625,
+ -0.027191162109375,
+ 0.02874755859375,
+ -0.005794525146484375,
+ -0.049102783203125,
+ 0.0457763671875,
+ 0.031097412109375,
+ 0.01525115966796875,
+ -0.032257080078125,
+ -0.0166168212890625,
+ -0.005817413330078125,
+ 0.01476287841796875,
+ -0.002346038818359375,
+ 0.01163482666015625,
+ -0.03521728515625,
+ -0.037933349609375,
+ -0.0194549560546875,
+ 0.05279541015625,
+ 0.000644683837890625,
+ 0.05084228515625,
+ 0.0227813720703125,
+ -0.049468994140625,
+ 0.0175018310546875,
+ -0.0692138671875,
+ 0.0091400146484375,
+ -0.0188751220703125,
+ 0.0203399658203125,
+ -0.018768310546875,
+ 0.050445556640625,
+ -0.0162353515625,
+ -0.0157470703125,
+ -0.001674652099609375,
+ 0.03619384765625,
+ 0.003986358642578125,
+ 0.000055789947509765625,
+ -0.0516357421875,
+ 0.015838623046875,
+ 0.025421142578125,
+ -0.042633056640625,
+ -0.00875091552734375,
+ -0.034423828125,
+ 0.01378631591796875,
+ 0.040283203125,
+ -0.061004638671875,
+ 0.0009350776672363281,
+ -0.023956298828125,
+ -0.058685302734375,
+ 0.00322723388671875,
+ -0.02777099609375,
+ -0.03363037109375,
+ -0.035980224609375,
+ 0.022979736328125,
+ 0.01349639892578125,
+ -0.0196533203125,
+ 0.034027099609375,
+ -0.00850677490234375,
+ -0.0135955810546875,
+ 0.0091400146484375,
+ -0.00806427001953125,
+ 0.00943756103515625,
+ 0.0114898681640625,
+ -0.07275390625,
+ -0.0256195068359375,
+ -0.0025539398193359375,
+ 0.0241546630859375,
+ -0.0275726318359375,
+ -0.0112457275390625,
+ 0.0164337158203125,
+ -0.0256195068359375,
+ 0.055145263671875,
+ -0.039703369140625,
+ -0.0193634033203125,
+ -0.016815185546875,
+ -0.007579803466796875,
+ -0.045562744140625,
+ -0.01309967041015625,
+ 0.0012531280517578125,
+ -0.0097808837890625,
+ 0.0005712509155273438,
+ 0.0141754150390625,
+ 0.04107666015625,
+ -0.04693603515625,
+ 0.006404876708984375,
+ 0.0178985595703125,
+ -0.01183319091796875,
+ 0.003643035888671875,
+ 0.029144287109375,
+ 0.0150604248046875,
+ 0.01045989990234375,
+ 0.0289459228515625,
+ -0.018096923828125,
+ -0.0157470703125,
+ -0.08837890625,
+ 0.0293426513671875,
+ -0.003643035888671875,
+ 0.0074310302734375,
+ -0.0160369873046875,
+ -0.022979736328125,
+ -0.04986572265625,
+ 0.007625579833984375,
+ 0.0447998046875,
+ 0.0222015380859375,
+ 0.0006265640258789062,
+ -0.0214080810546875,
+ -0.016815185546875,
+ -0.00968170166015625,
+ -0.0145721435546875,
+ 0.0303192138671875,
+ -0.01041412353515625,
+ 0.020538330078125,
+ 0.01134490966796875,
+ -0.05279541015625,
+ 0.044189453125,
+ 0.0214080810546875,
+ 0.024932861328125,
+ 0.037353515625,
+ 0.0097808837890625,
+ -0.01212310791015625,
+ 0.0159454345703125,
+ -0.0189666748046875,
+ -0.045379638671875,
+ 0.00855255126953125,
+ 0.0167236328125,
+ 0.0018701553344726562,
+ -0.0256195068359375,
+ -0.0250396728515625,
+ 0.01329803466796875,
+ 0.032073974609375,
+ 0.039886474609375,
+ -0.01041412353515625,
+ -0.032470703125,
+ -0.0017843246459960938,
+ -0.01212310791015625,
+ 0.0743408203125,
+ 0.00044918060302734375,
+ -0.047515869140625,
+ 0.004718780517578125,
+ 0.03717041015625,
+ 0.046142578125,
+ 0.017303466796875,
+ -0.002040863037109375,
+ -0.041656494140625,
+ 0.0007729530334472656,
+ 0.045379638671875,
+ -0.021514892578125,
+ -0.0186767578125,
+ -0.02337646484375,
+ 0.006015777587890625,
+ -0.002506256103515625,
+ 0.049102783203125,
+ 0.012908935546875,
+ 0.07080078125,
+ 0.00432586669921875,
+ -0.018096923828125,
+ 0.0136871337890625,
+ 0.060638427734375,
+ 0.035980224609375,
+ -0.0269927978515625,
+ -0.0653076171875,
+ -0.01525115966796875,
+ -0.0209197998046875,
+ -0.03265380859375,
+ -0.023956298828125,
+ -0.00958251953125,
+ 0.0289459228515625,
+ -0.0841064453125,
+ -0.0081634521484375,
+ -0.01309967041015625,
+ 0.00138092041015625,
+ 0.02239990234375,
+ 0.0093841552734375,
+ -0.0006418228149414062,
+ 0.019256591796875,
+ -0.0186767578125,
+ -0.048492431640625,
+ 0.0235595703125,
+ -0.0303192138671875,
+ 0.037933349609375,
+ 0.031097412109375,
+ 0.0175018310546875,
+ -0.018768310546875,
+ 0.0275726318359375,
+ 0.006404876708984375,
+ 0.0216064453125,
+ 0.040283203125,
+ 0.045379638671875,
+ 0.045562744140625,
+ 0.0285491943359375,
+ 0.03753662109375,
+ 0.06378173828125,
+ -0.033050537109375,
+ -0.0156402587890625,
+ 0.019256591796875,
+ 0.041839599609375,
+ 0.03912353515625,
+ 0.051239013671875,
+ -0.0162353515625,
+ -0.0091400146484375,
+ -0.017791748046875,
+ -0.04595947265625,
+ 0.011444091796875,
+ 0.0209197998046875,
+ -0.031890869140625,
+ -0.051239013671875,
+ -0.0265960693359375,
+ 0.00334930419921875,
+ -0.061004638671875,
+ 0.0250396728515625,
+ -0.003398895263671875,
+ -0.0135955810546875,
+ -0.010955810546875,
+ 0.01544952392578125,
+ 0.00909423828125,
+ -0.035400390625,
+ 0.0095367431640625,
+ -0.035003662109375,
+ -0.0135955810546875,
+ -0.055938720703125,
+ -0.03363037109375,
+ 0.0171051025390625,
+ -0.027191162109375,
+ -0.0743408203125,
+ -0.03265380859375,
+ 0.02679443359375,
+ 0.00787353515625,
+ -0.03558349609375,
+ -0.0438232421875,
+ 0.02581787109375,
+ -0.03851318359375,
+ -0.04107666015625,
+ -0.0295257568359375,
+ 0.0110015869140625,
+ 0.0265960693359375,
+ -0.012176513671875,
+ 0.0220947265625,
+ -0.0181884765625,
+ -0.0256195068359375,
+ 0.0018339157104492188,
+ -0.01467132568359375,
+ -0.032073974609375,
+ 0.038909912109375,
+ -0.0256195068359375,
+ 0.03619384765625,
+ 0.03558349609375,
+ 0.0213165283203125,
+ 0.03363037109375,
+ 0.0653076171875,
+ -0.0242462158203125,
+ 0.004985809326171875,
+ -0.0246429443359375,
+ -0.06414794921875,
+ -0.00012302398681640625,
+ 0.0209197998046875,
+ 0.0196533203125,
+ -0.0841064453125,
+ -0.00598907470703125,
+ 0.0743408203125,
+ -0.07781982421875,
+ 0.0025920867919921875,
+ 0.003543853759765625,
+ -0.0242462158203125,
+ -0.046142578125,
+ 0.0028839111328125,
+ 0.011199951171875,
+ 0.0220947265625,
+ 0.0821533203125,
+ 0.00012683868408203125,
+ -0.0027008056640625,
+ 0.006748199462890625,
+ -0.06573486328125,
+ 0.0574951171875,
+ 0.031280517578125,
+ 0.035003662109375,
+ -0.041839599609375,
+ 0.0555419921875,
+ 0.02777099609375,
+ 0.0030689239501953125,
+ 0.006183624267578125,
+ -0.0535888671875,
+ 0.006992340087890625,
+ 0.014373779296875,
+ 0.00574493408203125,
+ -0.0090484619140625,
+ -0.0167236328125,
+ -0.053985595703125,
+ -0.018096923828125,
+ -0.0166168212890625,
+ 0.032867431640625,
+ -0.01104736328125,
+ 0.01447296142578125,
+ -0.03912353515625,
+ -0.0020542144775390625,
+ -0.01232147216796875,
+ -0.047119140625,
+ -0.049102783203125,
+ -0.002994537353515625,
+ 0.0088043212890625,
+ 0.00022304058074951172,
+ -0.061004638671875,
+ 0.034027099609375,
+ 0.0169219970703125,
+ 0.00855255126953125,
+ 0.0167236328125,
+ 0.038909912109375,
+ -0.033050537109375,
+ -0.006038665771484375,
+ -0.007137298583984375,
+ 0.021514892578125,
+ -0.00298309326171875,
+ -0.0279693603515625,
+ -0.005428314208984375,
+ -0.018280029296875,
+ 0.0202484130859375,
+ -0.027374267578125,
+ 0.05084228515625,
+ 0.05474853515625,
+ -0.01104736328125,
+ -0.05633544921875,
+ -0.0275726318359375,
+ -0.0002779960632324219,
+ 0.03619384765625,
+ -0.02484130859375,
+ 0.0574951171875,
+ -0.0003666877746582031,
+ -0.00958251953125,
+ -0.0723876953125,
+ 0.06646728515625,
+ -0.0145721435546875,
+ 0.034423828125,
+ 0.035980224609375,
+ -0.018096923828125,
+ -0.05828857421875,
+ -0.03814697265625,
+ -0.0269927978515625,
+ -0.0026760101318359375,
+ -0.0131988525390625,
+ 0.04791259765625,
+ 0.005157470703125,
+ 0.002933502197265625,
+ 0.02191162109375,
+ 0.00444793701171875,
+ 0.0107574462890625,
+ 0.039703369140625,
+ 0.004375457763671875,
+ -0.01515960693359375,
+ 0.04400634765625,
+ -0.0260162353515625,
+ 0.01261138916015625,
+ -0.0213165283203125,
+ 0.018585205078125,
+ 0.006404876708984375,
+ 0.0018701553344726562,
+ -0.01232147216796875,
+ -0.00383758544921875,
+ 0.0156402587890625,
+ 0.031494140625,
+ 0.006649017333984375,
+ 0.00797271728515625,
+ -0.013885498046875,
+ 0.0166168212890625,
+ 0.003765106201171875,
+ -0.01016998291015625,
+ 0.002506256103515625,
+ 0.00885009765625,
+ -0.01183319091796875,
+ -0.02777099609375,
+ -0.057098388671875,
+ -0.11029052734375,
+ 0.004474639892578125,
+ -0.03851318359375,
+ -0.042449951171875,
+ 0.0285491943359375,
+ 0.046539306640625,
+ 0.0216064453125,
+ -0.0157470703125,
+ 0.0447998046875,
+ 0.0095367431640625,
+ -0.01261138916015625,
+ -0.0289459228515625,
+ 0.0227813720703125,
+ -0.0141754150390625,
+ 0.02777099609375,
+ -0.0013074874877929688,
+ -0.02679443359375,
+ 0.0119781494140625,
+ -0.019256591796875,
+ 0.0003056526184082031,
+ 0.01114654541015625,
+ -0.011444091796875,
+ -0.04498291015625,
+ 0.01378631591796875,
+ -0.06494140625,
+ -0.0155487060546875,
+ 0.0265960693359375,
+ 0.034210205078125,
+ 0.0030803680419921875,
+ -0.047515869140625,
+ 0.0614013671875,
+ -0.0175018310546875,
+ -0.06378173828125,
+ 0.0217132568359375,
+ -0.014373779296875,
+ -0.037353515625,
+ 0.0171051025390625,
+ -0.028350830078125,
+ 0.006259918212890625,
+ -0.0135955810546875,
+ 0.032257080078125,
+ 0.03558349609375,
+ 0.05670166015625,
+ -0.00875091552734375,
+ -0.0252227783203125,
+ -0.016815185546875,
+ 0.01300811767578125,
+ 0.03363037109375,
+ 0.03460693359375,
+ 0.01036834716796875,
+ -0.0211181640625,
+ -0.0026760101318359375,
+ -0.0025310516357421875,
+ -0.08563232421875,
+ -0.0161285400390625,
+ -0.00383758544921875,
+ -0.0555419921875,
+ 0.0227813720703125,
+ 0.09271240234375,
+ 0.02874755859375,
+ -0.0007243156433105469,
+ 0.010955810546875,
+ 0.0477294921875,
+ 0.006893157958984375,
+ -0.0164337158203125,
+ -0.007381439208984375,
+ -0.06689453125,
+ -0.0135955810546875,
+ 0.0026645660400390625,
+ 0.0017108917236328125,
+ -0.055938720703125,
+ 0.045379638671875,
+ 0.037933349609375,
+ 0.042236328125,
+ -0.01187896728515625,
+ 0.017791748046875,
+ -0.0246429443359375,
+ 0.049468994140625,
+ 0.0177001953125,
+ 0.0127105712890625,
+ -0.07586669921875,
+ 0.02435302734375,
+ 0.01031494140625,
+ -0.0088958740234375,
+ 0.0021152496337890625,
+ -0.0157470703125,
+ -0.057891845703125,
+ 0.043212890625,
+ -0.051239013671875,
+ 0.0150604248046875,
+ 0.005817413330078125,
+ 0.08837890625,
+ 0.0202484130859375,
+ -0.036956787109375,
+ -0.02679443359375,
+ 0.039886474609375,
+ 0.0170135498046875,
+ -0.02288818359375,
+ 0.0086517333984375,
+ -0.005451202392578125,
+ -0.027374267578125,
+ 0.03656005859375,
+ 0.0672607421875,
+ 0.0265960693359375,
+ 0.028167724609375,
+ -0.01007080078125,
+ -0.053192138671875,
+ 0.004791259765625,
+ -0.00855255126953125,
+ 0.0164337158203125,
+ 0.0160369873046875,
+ -0.040283203125,
+ -0.0204315185546875,
+ -0.048126220703125,
+ 0.027191162109375,
+ -0.005695343017578125,
+ 0.06964111328125,
+ 0.0217132568359375,
+ -0.006992340087890625,
+ -0.02239990234375,
+ 0.00359344482421875,
+ 0.021026611328125,
+ 0.043426513671875,
+ 0.0252227783203125,
+ -0.005207061767578125,
+ 0.0206298828125,
+ 0.034820556640625,
+ -0.01280975341796875,
+ -0.03619384765625,
+ 0.01251983642578125,
+ -0.01261138916015625,
+ -0.00408172607421875,
+ -0.035980224609375,
+ 0.005794525146484375,
+ 0.0186767578125,
+ -0.0091400146484375,
+ 0.0024929046630859375,
+ -0.0174102783203125,
+ 0.01349639892578125,
+ -0.00562286376953125,
+ -0.05474853515625,
+ -0.00899505615234375,
+ 0.0285491943359375,
+ -0.05474853515625,
+ 0.0161285400390625,
+ 0.01476287841796875,
+ -0.013397216796875,
+ 0.0025310516357421875,
+ -0.049285888671875,
+ 0.08056640625,
+ 0.0172119140625,
+ 0.032867431640625,
+ 0.0033245086669921875,
+ 0.02191162109375,
+ 0.0241546630859375,
+ 0.01280975341796875,
+ 0.038330078125,
+ 0.01427459716796875,
+ -0.026397705078125,
+ 0.049102783203125,
+ 0.0535888671875,
+ 0.006061553955078125,
+ -0.055145263671875,
+ 0.0184783935546875,
+ 0.005672454833984375,
+ -0.05828857421875,
+ 0.04986572265625,
+ 0.0159454345703125,
+ 0.019256591796875,
+ 0.001979827880859375,
+ -0.028167724609375,
+ -0.004058837890625,
+ -0.0516357421875,
+ 0.053985595703125,
+ 0.0214080810546875,
+ 0.021026611328125,
+ 0.019073486328125,
+ -0.058685302734375,
+ 0.05084228515625,
+ 0.0275726318359375,
+ 0.08880615234375,
+ -0.03521728515625,
+ 0.0477294921875,
+ -0.0091400146484375,
+ -0.005157470703125,
+ -0.0119781494140625,
+ 0.00432586669921875,
+ -0.007236480712890625,
+ 0.019256591796875,
+ -0.0285491943359375,
+ 0.07586669921875,
+ 0.007335662841796875,
+ -0.0235595703125,
+ -0.052398681640625,
+ -0.037933349609375,
+ 0.01496124267578125,
+ 0.005184173583984375,
+ -0.0015277862548828125,
+ -0.029144287109375,
+ -0.007137298583984375,
+ 0.01300811767578125,
+ 0.03521728515625,
+ 0.0574951171875,
+ -0.005352020263671875,
+ 0.033050537109375,
+ 0.0189666748046875,
+ -0.00753021240234375,
+ 0.0141754150390625,
+ -0.0015277862548828125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "hex-editor",
+ "carving"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Impacket",
+ "type": "tool",
+ "name": "Impacket",
+ "content": "impacket die python-bibliothek ist das schweizer taschenmesser für windows- netzwerk-forensik und living-off-the-land. über 50 beispiel-scripts demonstrieren mächtige capabilities: smbexec.py für remote-execution, secretsdump.py extrahiert hashes, wmiexec.py für wmi-basierte forensik. die low-level-protokoll-implementation ermöglicht granulare kontrolle. besonders wertvoll für incident-response: remote-registry-zugriff ohne agent, kerberos-ticket-extraktion, ntlm-relay-detection. psexec.py als forensische alternative zu sysinternals. die dcsync-funktionalität hilft bei domain-kompromittierungen. smb/msrpc-parser für traffic-analyse. integration in forensik-frameworks wie volatility. die aktive secureauth- entwicklung hält mit windows-updates schritt. dokumentation erklärt windows-interna für linux-forensiker. vorsicht: viele features sind dual-use - klare policies nötig. die ethische nutzung unterscheidet forensiker von angreifern. unverzichtbar für moderne windows-forensik ohne microsoft-tools. cli remote-collection scripting scenario:persistence protocol-decode live-process-view windows-protocols credential-extraction lateral-movement registry-access wmi-forensics python-library scenario:credential_theft incident-response network-forensics malware-analysis data-collection examination",
+ "embedding": [
+ -0.045013427734375,
+ 0.017608642578125,
+ 0.046844482421875,
+ -0.0036754608154296875,
+ 0.0283203125,
+ 0.0231475830078125,
+ -0.0122528076171875,
+ 0.006900787353515625,
+ -0.0054473876953125,
+ 0.0122528076171875,
+ -0.0164337158203125,
+ 0.060272216796875,
+ -0.0225982666015625,
+ -0.00644683837890625,
+ -0.061004638671875,
+ 0.0577392578125,
+ -0.01189422607421875,
+ -0.0014009475708007812,
+ 0.0023479461669921875,
+ 0.01788330078125,
+ -0.01861572265625,
+ -0.038848876953125,
+ -0.04449462890625,
+ 0.007717132568359375,
+ -0.0018377304077148438,
+ -0.003154754638671875,
+ -0.002201080322265625,
+ -0.0555419921875,
+ -0.0237884521484375,
+ -0.0005502700805664062,
+ 0.0086212158203125,
+ -0.0199737548828125,
+ 0.0055389404296875,
+ 0.0161590576171875,
+ 0.014251708984375,
+ -0.021881103515625,
+ 0.004856109619140625,
+ -0.01352691650390625,
+ -0.014068603515625,
+ 0.062103271484375,
+ -0.007350921630859375,
+ -0.0108489990234375,
+ -0.0046539306640625,
+ -0.01380157470703125,
+ -0.00435638427734375,
+ -0.0439453125,
+ 0.0156097412109375,
+ -0.0108489990234375,
+ 0.0299530029296875,
+ -0.0294036865234375,
+ 0.0303192138671875,
+ 0.044647216796875,
+ -0.01479339599609375,
+ -0.0295867919921875,
+ -0.03741455078125,
+ 0.032867431640625,
+ 0.04193115234375,
+ -0.0024852752685546875,
+ -0.032501220703125,
+ 0.06683349609375,
+ -0.054473876953125,
+ -0.02850341796875,
+ 0.00128173828125,
+ -0.0286865234375,
+ 0.0103912353515625,
+ 0.018341064453125,
+ -0.017608642578125,
+ -0.04156494140625,
+ -0.013885498046875,
+ -0.01171112060546875,
+ 0.00029778480529785156,
+ -0.004901885986328125,
+ -0.017974853515625,
+ 0.02069091796875,
+ -0.0413818359375,
+ -0.06719970703125,
+ 0.005901336669921875,
+ 0.03704833984375,
+ 0.004241943359375,
+ -0.003131866455078125,
+ -0.060272216796875,
+ 0.014617919921875,
+ 0.032684326171875,
+ -0.0308685302734375,
+ -0.0121612548828125,
+ 0.01003265380859375,
+ 0.03411865234375,
+ 0.010986328125,
+ -0.0054931640625,
+ -0.0023937225341796875,
+ 0.03411865234375,
+ -0.01416015625,
+ 0.014434814453125,
+ -0.0294036865234375,
+ 0.0555419921875,
+ 0.05047607421875,
+ -0.0203399658203125,
+ -0.0069427490234375,
+ -0.01139068603515625,
+ 0.01316070556640625,
+ 0.031402587890625,
+ -0.055206298828125,
+ 0.047210693359375,
+ -0.018707275390625,
+ 0.04156494140625,
+ -0.0286865234375,
+ 0.03411865234375,
+ -0.0187835693359375,
+ -0.025421142578125,
+ -0.00943756103515625,
+ -0.08929443359375,
+ -0.0283203125,
+ -0.00626373291015625,
+ -0.055206298828125,
+ 0.004741668701171875,
+ 0.01016998291015625,
+ 0.003902435302734375,
+ 0.037933349609375,
+ -0.045928955078125,
+ -0.0283203125,
+ 0.0184326171875,
+ 0.01488494873046875,
+ -0.0191497802734375,
+ 0.0035858154296875,
+ -0.07373046875,
+ -0.05120849609375,
+ -0.0105743408203125,
+ 0.01515960693359375,
+ -0.037933349609375,
+ -0.0270538330078125,
+ -0.017791748046875,
+ -0.0157928466796875,
+ -0.0270538330078125,
+ -0.04119873046875,
+ -0.0028591156005859375,
+ -0.003902435302734375,
+ 0.033599853515625,
+ -0.005947113037109375,
+ -0.029052734375,
+ 0.003017425537109375,
+ 0.0228729248046875,
+ -0.0236053466796875,
+ -0.052276611328125,
+ -0.0163421630859375,
+ -0.037750244140625,
+ -0.0192413330078125,
+ -0.03741455078125,
+ 0.039947509765625,
+ -0.01434326171875,
+ -0.014068603515625,
+ -0.01534271240234375,
+ 0.045196533203125,
+ 0.0276031494140625,
+ 0.00531005859375,
+ 0.008575439453125,
+ -0.059173583984375,
+ -0.004039764404296875,
+ -0.01416015625,
+ 0.02777099609375,
+ -0.0301361083984375,
+ -0.00360870361328125,
+ 0.006717681884765625,
+ -0.0196990966796875,
+ 0.01543426513671875,
+ -0.014434814453125,
+ -0.0196990966796875,
+ -0.01534271240234375,
+ 0.01497650146484375,
+ 0.017974853515625,
+ -0.007534027099609375,
+ 0.0164337158203125,
+ -0.01343536376953125,
+ 0.045013427734375,
+ 0.06719970703125,
+ -0.005809783935546875,
+ 0.002597808837890625,
+ 0.01143646240234375,
+ -0.0161590576171875,
+ 0.0190582275390625,
+ 0.039581298828125,
+ -0.022064208984375,
+ -0.0196075439453125,
+ 0.032684326171875,
+ -0.0016679763793945312,
+ 0.0239715576171875,
+ 0.00839996337890625,
+ -0.0167999267578125,
+ -0.0190582275390625,
+ -0.04156494140625,
+ 0.017242431640625,
+ -0.0435791015625,
+ -0.04339599609375,
+ -0.0051727294921875,
+ 0.02069091796875,
+ 0.0276031494140625,
+ 0.054840087890625,
+ 0.02923583984375,
+ -0.006717681884765625,
+ 0.0286865234375,
+ -0.004810333251953125,
+ 0.010986328125,
+ 0.040679931640625,
+ -0.021697998046875,
+ 0.0236053466796875,
+ -0.01515960693359375,
+ 0.0093536376953125,
+ -0.0015201568603515625,
+ 0.045379638671875,
+ 0.0306854248046875,
+ -0.0168914794921875,
+ -0.0157012939453125,
+ 0.06317138671875,
+ -0.0145263671875,
+ -0.0268707275390625,
+ -0.040130615234375,
+ -0.017608642578125,
+ 0.03448486328125,
+ -0.017333984375,
+ -0.0239715576171875,
+ 0.008575439453125,
+ -0.017333984375,
+ -0.039764404296875,
+ -0.0015087127685546875,
+ 0.037567138671875,
+ -0.01806640625,
+ 0.04827880859375,
+ 0.017608642578125,
+ -0.0350341796875,
+ -0.024505615234375,
+ 0.007350921630859375,
+ 0.0224151611328125,
+ 0.031585693359375,
+ 0.003017425537109375,
+ 0.0177001953125,
+ -0.0195159912109375,
+ -0.0270538330078125,
+ 0.055206298828125,
+ 0.06243896484375,
+ 0.00174713134765625,
+ 0.01515960693359375,
+ -0.01371002197265625,
+ 0.052276611328125,
+ -0.033416748046875,
+ 0.0272369384765625,
+ 0.0223236083984375,
+ -0.00885009765625,
+ 0.007762908935546875,
+ 0.00426483154296875,
+ 0.0270538330078125,
+ 0.06756591796875,
+ -0.0584716796875,
+ -0.01325225830078125,
+ -0.0570068359375,
+ -0.005992889404296875,
+ -0.05810546875,
+ -0.0310516357421875,
+ -0.0372314453125,
+ -0.0435791015625,
+ 0.04302978515625,
+ -0.0188751220703125,
+ -0.038116455078125,
+ -0.025238037109375,
+ 0.006900787353515625,
+ -0.0015087127685546875,
+ 0.06427001953125,
+ -0.0204315185546875,
+ -0.02850341796875,
+ 0.0263214111328125,
+ 0.06756591796875,
+ -0.0103912353515625,
+ -0.0165252685546875,
+ -0.01171112060546875,
+ 0.0161590576171875,
+ -0.00021982192993164062,
+ 0.02197265625,
+ -0.033050537109375,
+ -0.002292633056640625,
+ 0.039031982421875,
+ 0.02886962890625,
+ 0.0195159912109375,
+ -0.01525115966796875,
+ -0.002223968505859375,
+ 0.00839996337890625,
+ 0.032135009765625,
+ -0.0364990234375,
+ 0.0016222000122070312,
+ 0.01306915283203125,
+ -0.0037441253662109375,
+ -0.02178955078125,
+ -0.06719970703125,
+ -0.01715087890625,
+ 0.02923583984375,
+ 0.00547027587890625,
+ 0.029052734375,
+ 0.006900787353515625,
+ -0.04901123046875,
+ 0.004177093505859375,
+ -0.018157958984375,
+ 0.0120697021484375,
+ 0.025054931640625,
+ 0.039031982421875,
+ -0.04193115234375,
+ -0.007762908935546875,
+ 0.0019855499267578125,
+ 0.00351715087890625,
+ -0.04449462890625,
+ -0.056640625,
+ -0.0109405517578125,
+ -0.006809234619140625,
+ -0.045745849609375,
+ -0.00232696533203125,
+ 0.00994110107421875,
+ -0.003971099853515625,
+ -0.005855560302734375,
+ -0.00603485107421875,
+ -0.01788330078125,
+ -0.0584716796875,
+ -0.061370849609375,
+ -0.00848388671875,
+ -0.031402587890625,
+ -0.033416748046875,
+ -0.02215576171875,
+ 0.051910400390625,
+ 0.0033359527587890625,
+ 0.0421142578125,
+ -0.018341064453125,
+ 0.01470184326171875,
+ -0.040496826171875,
+ 0.0230560302734375,
+ -0.01198577880859375,
+ 0.024322509765625,
+ -0.01198577880859375,
+ 0.04974365234375,
+ 0.05010986328125,
+ 0.01180267333984375,
+ 0.0107574462890625,
+ 0.07586669921875,
+ 0.0268707275390625,
+ 0.007080078125,
+ -0.004856109619140625,
+ -0.0032672882080078125,
+ -0.0019292831420898438,
+ 0.01497650146484375,
+ -0.0109405517578125,
+ -0.037933349609375,
+ 0.0029506683349609375,
+ -0.00812530517578125,
+ 0.01334381103515625,
+ 0.0004425048828125,
+ 0.0157928466796875,
+ 0.0225067138671875,
+ -0.020782470703125,
+ 0.014617919921875,
+ 0.058807373046875,
+ -0.005695343017578125,
+ 0.09588623046875,
+ -0.01534271240234375,
+ -0.02215576171875,
+ 0.021148681640625,
+ 0.02142333984375,
+ -0.021514892578125,
+ -0.00785064697265625,
+ 0.046295166015625,
+ 0.0157012939453125,
+ -0.00010782480239868164,
+ 0.045013427734375,
+ -0.00218963623046875,
+ 0.01134490966796875,
+ -0.0069427490234375,
+ -0.0229644775390625,
+ -0.0037212371826171875,
+ 0.008575439453125,
+ 0.0032444000244140625,
+ 0.07879638671875,
+ 0.0266876220703125,
+ 0.004810333251953125,
+ 0.025787353515625,
+ -0.0299530029296875,
+ -0.024322509765625,
+ -0.0413818359375,
+ -0.072998046875,
+ -0.010528564453125,
+ 0.0274200439453125,
+ 0.0120697021484375,
+ 0.04827880859375,
+ -0.033050537109375,
+ -0.061370849609375,
+ 0.0229644775390625,
+ -0.055908203125,
+ 0.071533203125,
+ 0.039215087890625,
+ 0.017242431640625,
+ 0.04248046875,
+ -0.0004482269287109375,
+ -0.00617218017578125,
+ 0.0310516357421875,
+ -0.00821685791015625,
+ 0.0167999267578125,
+ 0.038665771484375,
+ 0.024871826171875,
+ 0.021514892578125,
+ -0.0301361083984375,
+ 0.024505615234375,
+ 0.0343017578125,
+ 0.00794219970703125,
+ -0.00939178466796875,
+ 0.0231475830078125,
+ 0.02850341796875,
+ 0.017791748046875,
+ -0.04901123046875,
+ 0.039031982421875,
+ 0.006855010986328125,
+ -0.01171112060546875,
+ 0.0230560302734375,
+ -0.00962066650390625,
+ 0.007080078125,
+ -0.046295166015625,
+ 0.0007886886596679688,
+ 0.006626129150390625,
+ 0.000885009765625,
+ 0.0239715576171875,
+ 0.0303192138671875,
+ -0.04974365234375,
+ -0.01497650146484375,
+ 0.03668212890625,
+ -0.059539794921875,
+ 0.0301361083984375,
+ 0.040130615234375,
+ -0.021148681640625,
+ 0.0103912353515625,
+ -0.03594970703125,
+ -0.033599853515625,
+ 0.0265045166015625,
+ -0.039215087890625,
+ -0.0234222412109375,
+ 0.007442474365234375,
+ 0.0102996826171875,
+ -0.0239715576171875,
+ -0.0261383056640625,
+ -0.01751708984375,
+ -0.014617919921875,
+ -0.01715087890625,
+ -0.02850341796875,
+ 0.055206298828125,
+ -0.0110321044921875,
+ 0.006671905517578125,
+ 0.025787353515625,
+ 0.04974365234375,
+ -0.00785064697265625,
+ -0.0232391357421875,
+ 0.038848876953125,
+ -0.020782470703125,
+ -0.0357666015625,
+ 0.0361328125,
+ 0.0034046173095703125,
+ 0.024688720703125,
+ -0.0234222412109375,
+ -0.020965576171875,
+ -0.00542449951171875,
+ 0.0093536376953125,
+ 0.00440216064453125,
+ 0.0035400390625,
+ -0.047943115234375,
+ -0.039764404296875,
+ -0.041015625,
+ 0.051910400390625,
+ 0.0205078125,
+ 0.0299530029296875,
+ -0.01007843017578125,
+ -0.040863037109375,
+ 0.0372314453125,
+ -0.0584716796875,
+ -0.025787353515625,
+ -0.0052642822265625,
+ 0.00994110107421875,
+ -0.017242431640625,
+ 0.06719970703125,
+ -0.01506805419921875,
+ -0.0029964447021484375,
+ -0.022247314453125,
+ 0.04827880859375,
+ -0.0029506683349609375,
+ -0.01134490966796875,
+ -0.0259552001953125,
+ 0.033416748046875,
+ 0.032318115234375,
+ -0.044830322265625,
+ -0.00957489013671875,
+ -0.021331787109375,
+ 0.004608154296875,
+ 0.06646728515625,
+ -0.054107666015625,
+ -0.0029277801513671875,
+ -0.0164337158203125,
+ -0.06463623046875,
+ -0.0343017578125,
+ -0.0274200439453125,
+ 0.01161956787109375,
+ -0.035400390625,
+ 0.0191497802734375,
+ 0.032501220703125,
+ 0.00785064697265625,
+ 0.01152801513671875,
+ 0.0195159912109375,
+ 0.0234222412109375,
+ 0.01171112060546875,
+ -0.00612640380859375,
+ -0.021148681640625,
+ 0.04266357421875,
+ -0.07373046875,
+ -0.04901123046875,
+ -0.0145263671875,
+ 0.045013427734375,
+ -0.0187835693359375,
+ -0.0016794204711914062,
+ 0.0028362274169921875,
+ -0.007396697998046875,
+ 0.054840087890625,
+ -0.047576904296875,
+ -0.00626373291015625,
+ -0.01139068603515625,
+ -0.03741455078125,
+ -0.039581298828125,
+ -0.0350341796875,
+ 0.007762908935546875,
+ 0.04827880859375,
+ -0.00003123283386230469,
+ 0.01525115966796875,
+ 0.039398193359375,
+ -0.0443115234375,
+ 0.0308685302734375,
+ 0.01198577880859375,
+ 0.01515960693359375,
+ 0.005626678466796875,
+ -0.00952911376953125,
+ 0.017425537109375,
+ 0.010345458984375,
+ 0.0428466796875,
+ -0.0199737548828125,
+ -0.052276611328125,
+ -0.07916259765625,
+ 0.0189666748046875,
+ -0.006580352783203125,
+ -0.00844573974609375,
+ -0.03448486328125,
+ -0.038116455078125,
+ -0.06756591796875,
+ -0.00351715087890625,
+ 0.03466796875,
+ 0.017242431640625,
+ 0.0007061958312988281,
+ -0.0236053466796875,
+ -0.005107879638671875,
+ -0.018157958984375,
+ -0.0204315185546875,
+ 0.040863037109375,
+ -0.0177001953125,
+ 0.0268707275390625,
+ -0.0156097412109375,
+ -0.01189422607421875,
+ 0.029052734375,
+ 0.01161956787109375,
+ 0.02215576171875,
+ 0.04156494140625,
+ 0.032501220703125,
+ -0.021514892578125,
+ 0.01316070556640625,
+ -0.022064208984375,
+ -0.00789642333984375,
+ -0.01016998291015625,
+ 0.01198577880859375,
+ 0.0158843994140625,
+ -0.0191497802734375,
+ -0.0195159912109375,
+ 0.01316070556640625,
+ 0.01515960693359375,
+ 0.04974365234375,
+ -0.01180267333984375,
+ 0.0029735565185546875,
+ 0.03448486328125,
+ -0.003993988037109375,
+ 0.0439453125,
+ -0.025238037109375,
+ -0.0197906494140625,
+ 0.021697998046875,
+ 0.013885498046875,
+ 0.04901123046875,
+ 0.0364990234375,
+ -0.0166168212890625,
+ -0.0283203125,
+ 0.0295867919921875,
+ 0.05157470703125,
+ -0.006717681884765625,
+ -0.04449462890625,
+ -0.0196075439453125,
+ 0.01715087890625,
+ 0.0299530029296875,
+ 0.046478271484375,
+ -0.0125274658203125,
+ 0.06573486328125,
+ 0.03411865234375,
+ -0.01171112060546875,
+ 0.032867431640625,
+ 0.06317138671875,
+ 0.00726318359375,
+ -0.0216064453125,
+ -0.0570068359375,
+ 0.0037212371826171875,
+ 0.00885009765625,
+ -0.006763458251953125,
+ -0.0562744140625,
+ 0.007534027099609375,
+ 0.04864501953125,
+ -0.06243896484375,
+ -0.010894775390625,
+ -0.0038814544677734375,
+ -0.01189422607421875,
+ -0.0016450881958007812,
+ 0.017791748046875,
+ -0.032684326171875,
+ 0.04827880859375,
+ 0.006763458251953125,
+ -0.041015625,
+ -0.00010353326797485352,
+ -0.0228729248046875,
+ 0.039947509765625,
+ 0.038482666015625,
+ 0.029052734375,
+ -0.00017940998077392578,
+ 0.031402587890625,
+ 0.0038127899169921875,
+ 0.044647216796875,
+ 0.0266876220703125,
+ 0.04937744140625,
+ 0.0169677734375,
+ 0.024505615234375,
+ 0.03668212890625,
+ 0.039215087890625,
+ -0.0239715576171875,
+ -0.0279541015625,
+ 0.024139404296875,
+ 0.0268707275390625,
+ 0.06683349609375,
+ 0.06719970703125,
+ 0.010986328125,
+ -0.0014638900756835938,
+ -0.0303192138671875,
+ -0.04156494140625,
+ 0.00034880638122558594,
+ 0.01043701171875,
+ -0.0208740234375,
+ -0.061004638671875,
+ -0.03631591796875,
+ 0.040863037109375,
+ -0.03521728515625,
+ 0.04937744140625,
+ 0.0236053466796875,
+ -0.0208740234375,
+ -0.0308685302734375,
+ 0.040496826171875,
+ -0.0230560302734375,
+ -0.04827880859375,
+ 0.032318115234375,
+ -0.0195159912109375,
+ -0.053009033203125,
+ -0.0161590576171875,
+ -0.0162506103515625,
+ 0.046478271484375,
+ -0.00971221923828125,
+ -0.0555419921875,
+ -0.033782958984375,
+ 0.021514892578125,
+ -0.01515960693359375,
+ -0.017333984375,
+ -0.020782470703125,
+ -0.006671905517578125,
+ 0.00040841102600097656,
+ -0.025604248046875,
+ -0.0428466796875,
+ -0.0268707275390625,
+ 0.0109405517578125,
+ -0.01334381103515625,
+ -0.01380157470703125,
+ -0.01488494873046875,
+ -0.00971221923828125,
+ 0.0157012939453125,
+ -0.0013904571533203125,
+ -0.025604248046875,
+ 0.024871826171875,
+ -0.06463623046875,
+ 0.053375244140625,
+ 0.01161956787109375,
+ 0.032867431640625,
+ 0.0198822021484375,
+ 0.06463623046875,
+ -0.0177001953125,
+ 0.00794219970703125,
+ -0.01488494873046875,
+ -0.059906005859375,
+ 0.01316070556640625,
+ 0.03558349609375,
+ 0.01352691650390625,
+ -0.0689697265625,
+ -0.01134490966796875,
+ 0.0562744140625,
+ -0.07769775390625,
+ 0.0201568603515625,
+ 0.0028362274169921875,
+ -0.0306854248046875,
+ -0.04248046875,
+ 0.009307861328125,
+ 0.00885009765625,
+ 0.0046539306640625,
+ 0.10894775390625,
+ 0.0016794204711914062,
+ -0.0093536376953125,
+ -0.004810333251953125,
+ -0.07080078125,
+ 0.054107666015625,
+ 0.0190582275390625,
+ 0.03448486328125,
+ -0.04339599609375,
+ 0.01515960693359375,
+ 0.007080078125,
+ -0.0237884521484375,
+ 0.00531005859375,
+ -0.0704345703125,
+ 0.0018835067749023438,
+ 0.02777099609375,
+ 0.0263214111328125,
+ -0.01371002197265625,
+ -0.01139068603515625,
+ -0.04974365234375,
+ -0.025421142578125,
+ -0.013885498046875,
+ 0.0073089599609375,
+ -0.0037899017333984375,
+ 0.0122528076171875,
+ -0.037750244140625,
+ -0.02142333984375,
+ -0.0015201568603515625,
+ -0.024688720703125,
+ -0.037933349609375,
+ -0.021331787109375,
+ 0.06427001953125,
+ -0.0029735565185546875,
+ -0.055908203125,
+ 0.0237884521484375,
+ 0.01715087890625,
+ -0.0014867782592773438,
+ 0.04119873046875,
+ 0.05120849609375,
+ -0.032135009765625,
+ -0.0008339881896972656,
+ -0.007579803466796875,
+ 0.03411865234375,
+ -0.00794219970703125,
+ -0.0127105712890625,
+ 0.00019288063049316406,
+ 0.0034503936767578125,
+ 0.0294036865234375,
+ -0.02777099609375,
+ 0.046295166015625,
+ 0.0239715576171875,
+ -0.039398193359375,
+ -0.0733642578125,
+ -0.007488250732421875,
+ -0.038665771484375,
+ 0.0191497802734375,
+ -0.0160675048828125,
+ 0.0159759521484375,
+ 0.0024738311767578125,
+ -0.031585693359375,
+ -0.10968017578125,
+ 0.025238037109375,
+ -0.006534576416015625,
+ 0.0156097412109375,
+ 0.0054931640625,
+ -0.0106658935546875,
+ -0.07806396484375,
+ -0.037933349609375,
+ -0.01751708984375,
+ 0.032684326171875,
+ -0.0364990234375,
+ 0.0263214111328125,
+ -0.0015201568603515625,
+ -0.0159759521484375,
+ 0.01861572265625,
+ -0.001384735107421875,
+ 0.0105743408203125,
+ 0.03448486328125,
+ 0.037750244140625,
+ -0.0435791015625,
+ 0.046478271484375,
+ -0.006855010986328125,
+ 0.0106201171875,
+ -0.01171112060546875,
+ -0.005062103271484375,
+ -0.02105712890625,
+ -0.008941650390625,
+ -0.0361328125,
+ -0.024139404296875,
+ 0.01806640625,
+ 0.03594970703125,
+ -0.01352691650390625,
+ 0.024505615234375,
+ -0.039398193359375,
+ 0.045562744140625,
+ 0.01180267333984375,
+ -0.0160675048828125,
+ -0.014434814453125,
+ 0.0024166107177734375,
+ -0.0023937225341796875,
+ -0.0225067138671875,
+ -0.06683349609375,
+ -0.0682373046875,
+ 0.0297698974609375,
+ -0.052642822265625,
+ 0.0037212371826171875,
+ 0.00789642333984375,
+ 0.0301361083984375,
+ 0.0159759521484375,
+ -0.0225067138671875,
+ 0.025054931640625,
+ -0.0187835693359375,
+ -0.01479339599609375,
+ -0.0265045166015625,
+ 0.02850341796875,
+ 0.00603485107421875,
+ 0.040130615234375,
+ -0.006717681884765625,
+ -0.0259552001953125,
+ 0.0167083740234375,
+ 0.008941650390625,
+ -0.00347137451171875,
+ 0.003131866455078125,
+ 0.01016998291015625,
+ -0.0200653076171875,
+ -0.0005955696105957031,
+ -0.040130615234375,
+ -0.02850341796875,
+ 0.0024852752685546875,
+ 0.04229736328125,
+ 0.02142333984375,
+ -0.035400390625,
+ 0.0584716796875,
+ -0.0088043212890625,
+ -0.053741455078125,
+ 0.005107879638671875,
+ -0.018707275390625,
+ -0.061004638671875,
+ 0.0086212158203125,
+ -0.0201568603515625,
+ 0.01434326171875,
+ 0.005764007568359375,
+ 0.039581298828125,
+ 0.039764404296875,
+ 0.044830322265625,
+ 0.038299560546875,
+ -0.025604248046875,
+ -0.0199737548828125,
+ -0.010345458984375,
+ 0.0283203125,
+ 0.052642822265625,
+ 0.0165252685546875,
+ -0.00449371337890625,
+ 0.0297698974609375,
+ -0.0035400390625,
+ -0.0693359375,
+ 0.0224151611328125,
+ -0.036865234375,
+ -0.04449462890625,
+ -0.0045166015625,
+ 0.07696533203125,
+ 0.0443115234375,
+ 0.0266876220703125,
+ 0.024688720703125,
+ 0.04974365234375,
+ 0.0239715576171875,
+ -0.008941650390625,
+ -0.0124359130859375,
+ -0.06756591796875,
+ -0.00817108154296875,
+ 0.0107574462890625,
+ -0.01479339599609375,
+ -0.06243896484375,
+ 0.0584716796875,
+ 0.07080078125,
+ -0.00551605224609375,
+ -0.0196990966796875,
+ -0.002597808837890625,
+ -0.0007600784301757812,
+ 0.04248046875,
+ 0.025421142578125,
+ 0.024871826171875,
+ -0.039581298828125,
+ 0.040679931640625,
+ 0.0259552001953125,
+ 0.01116180419921875,
+ -0.0122528076171875,
+ -0.025054931640625,
+ -0.0231475830078125,
+ 0.0301361083984375,
+ -0.060638427734375,
+ 0.01371002197265625,
+ 0.0018157958984375,
+ 0.07843017578125,
+ 0.024871826171875,
+ -0.053009033203125,
+ -0.01316070556640625,
+ 0.038482666015625,
+ 0.024505615234375,
+ -0.025238037109375,
+ 0.0265045166015625,
+ 0.0216064453125,
+ -0.0276031494140625,
+ 0.031951904296875,
+ 0.0268707275390625,
+ 0.0024852752685546875,
+ 0.0196075439453125,
+ 0.0228729248046875,
+ -0.0748291015625,
+ 0.02777099609375,
+ 0.0197906494140625,
+ 0.0168914794921875,
+ 0.0018949508666992188,
+ -0.025054931640625,
+ -0.0158843994140625,
+ -0.046478271484375,
+ 0.0286865234375,
+ 0.007350921630859375,
+ 0.0261383056640625,
+ 0.0224151611328125,
+ -0.00360870361328125,
+ 0.007625579833984375,
+ -0.0012598037719726562,
+ 0.0192413330078125,
+ 0.040130615234375,
+ 0.02777099609375,
+ 0.0156097412109375,
+ 0.0162506103515625,
+ 0.002269744873046875,
+ -0.02197265625,
+ -0.01416015625,
+ 0.03741455078125,
+ -0.033233642578125,
+ 0.00135040283203125,
+ -0.05084228515625,
+ -0.01397705078125,
+ -0.0196075439453125,
+ -0.024688720703125,
+ 0.010986328125,
+ -0.037567138671875,
+ 0.025787353515625,
+ -0.0199737548828125,
+ -0.0435791015625,
+ 0.0019969940185546875,
+ 0.06243896484375,
+ -0.0303192138671875,
+ 0.01470184326171875,
+ 0.0259552001953125,
+ -0.0184326171875,
+ -0.0014753341674804688,
+ -0.059539794921875,
+ 0.0570068359375,
+ 0.0297698974609375,
+ 0.0124359130859375,
+ 0.0020198822021484375,
+ 0.0189666748046875,
+ 0.0274200439453125,
+ 0.006488800048828125,
+ 0.0032901763916015625,
+ 0.0237884521484375,
+ 0.004901885986328125,
+ 0.06280517578125,
+ 0.054840087890625,
+ 0.01788330078125,
+ -0.0200653076171875,
+ 0.01861572265625,
+ -0.0009646415710449219,
+ -0.03631591796875,
+ 0.0428466796875,
+ 0.01416015625,
+ 0.014251708984375,
+ -0.017333984375,
+ -0.01543426513671875,
+ -0.0121612548828125,
+ -0.059539794921875,
+ 0.05010986328125,
+ 0.032867431640625,
+ -0.007717132568359375,
+ 0.033416748046875,
+ -0.059539794921875,
+ 0.054107666015625,
+ -0.00463104248046875,
+ 0.04119873046875,
+ -0.038116455078125,
+ 0.059173583984375,
+ -0.0106658935546875,
+ 0.01152801513671875,
+ 0.00830841064453125,
+ 0.0261383056640625,
+ -0.004016876220703125,
+ 0.01434326171875,
+ 0.00952911376953125,
+ 0.045562744140625,
+ 0.038299560546875,
+ 0.00047087669372558594,
+ -0.04864501953125,
+ -0.0028934478759765625,
+ 0.014068603515625,
+ 0.0019855499267578125,
+ 0.03411865234375,
+ -0.0272369384765625,
+ -0.0239715576171875,
+ 0.0006666183471679688,
+ 0.0364990234375,
+ 0.07769775390625,
+ -0.0109405517578125,
+ 0.0227813720703125,
+ 0.004425048828125,
+ -0.0012083053588867188,
+ -0.014251708984375,
+ -0.0192413330078125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "remote-collection",
+ "scripting",
+ "scenario:persistence",
+ "protocol-decode",
+ "live-process-view",
+ "windows-protocols",
+ "credential-extraction",
+ "lateral-movement",
+ "registry-access",
+ "wmi-forensics",
+ "python-library",
+ "scenario:credential_theft"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_QGIS",
+ "type": "tool",
+ "name": "QGIS",
+ "content": "qgis verwandelt forensik-daten mit geobezug in aussagekräftige karten und analysen. visualisiert bewegungsprofile aus smartphone-gps, fahrzeug-telematik oder fitness-trackern durch heatmaps und buffer-analysen. python-integration (pyqgis) automatisiert massen-datenverarbeitung, temporal controller animiert bewegungen über zeit. spatial queries finden überschneidungen: \"wer war wann am selben ort?\". print composer erstellt gerichtsfeste karten für beweisaufbereitung. gui geolocation visualization heatmap scripting cross-platform movement-analysis temporal-animation spatial-queries 3d-visualization print-composer plugin-ecosystem static-investigations fraud-investigation mobile-forensics incident-response analysis reporting",
+ "embedding": [
+ -0.0259552001953125,
+ 0.033477783203125,
+ 0.039794921875,
+ 0.01084136962890625,
+ 0.0247650146484375,
+ 0.0276641845703125,
+ 0.025787353515625,
+ -0.00307464599609375,
+ 0.021087646484375,
+ -0.01485443115234375,
+ -0.0273284912109375,
+ 0.053619384765625,
+ 0.0096893310546875,
+ -0.0055084228515625,
+ -0.05328369140625,
+ 0.03448486328125,
+ -0.0167388916015625,
+ 0.0170745849609375,
+ 0.00666046142578125,
+ -0.0247650146484375,
+ -0.006488800048828125,
+ -0.003223419189453125,
+ -0.04217529296875,
+ 0.0286865234375,
+ -0.0128936767578125,
+ 0.0199737548828125,
+ -0.0271453857421875,
+ -0.035186767578125,
+ -0.007598876953125,
+ 0.018524169921875,
+ 0.0230560302734375,
+ -0.032440185546875,
+ -0.005977630615234375,
+ 0.0239105224609375,
+ 0.00152587890625,
+ -0.02117919921875,
+ 0.00020813941955566406,
+ -0.049530029296875,
+ -0.03448486328125,
+ 0.0247650146484375,
+ -0.004398345947265625,
+ 0.0007257461547851562,
+ 0.0019426345825195312,
+ 0.007343292236328125,
+ -0.0170745849609375,
+ -0.0457763671875,
+ -0.0137481689453125,
+ -0.01314544677734375,
+ 0.016571044921875,
+ -0.038421630859375,
+ 0.0303955078125,
+ 0.047821044921875,
+ 0.0124664306640625,
+ -0.0020809173583984375,
+ -0.025787353515625,
+ 0.02374267578125,
+ 0.0019741058349609375,
+ -0.0212554931640625,
+ -0.040313720703125,
+ 0.041168212890625,
+ -0.0158843994140625,
+ -0.011444091796875,
+ -0.009735107421875,
+ 0.0013284683227539062,
+ 0.02288818359375,
+ 0.039093017578125,
+ -0.0193023681640625,
+ -0.0297088623046875,
+ 0.00399017333984375,
+ 0.0020809173583984375,
+ 0.01007843017578125,
+ -0.011871337890625,
+ -0.00981903076171875,
+ 0.035186767578125,
+ -0.033294677734375,
+ -0.0509033203125,
+ 0.0302276611328125,
+ 0.02288818359375,
+ -0.0084991455078125,
+ -0.0153656005859375,
+ -0.0625,
+ 0.0035228729248046875,
+ 0.054290771484375,
+ -0.026123046875,
+ -0.0184478759765625,
+ 0.0242462158203125,
+ 0.02032470703125,
+ 0.0146026611328125,
+ -0.006999969482421875,
+ 0.0157928466796875,
+ 0.030914306640625,
+ -0.0018463134765625,
+ 0.046112060546875,
+ -0.0235595703125,
+ 0.02032470703125,
+ 0.06658935546875,
+ -0.00955963134765625,
+ 0.0005631446838378906,
+ -0.0082855224609375,
+ 0.01088714599609375,
+ 0.01110076904296875,
+ -0.046112060546875,
+ 0.04302978515625,
+ -0.01071929931640625,
+ 0.0389404296875,
+ -0.045074462890625,
+ 0.01280975341796875,
+ 0.00537872314453125,
+ 0.0170745849609375,
+ -0.019378662109375,
+ -0.09564208984375,
+ -0.034332275390625,
+ -0.00567626953125,
+ -0.053619384765625,
+ 0.004909515380859375,
+ 0.018951416015625,
+ -0.0191192626953125,
+ 0.054656982421875,
+ -0.061126708984375,
+ -0.04302978515625,
+ 0.0244140625,
+ 0.045074462890625,
+ 0.006191253662109375,
+ 0.0290374755859375,
+ -0.04132080078125,
+ -0.023223876953125,
+ 0.0081939697265625,
+ 0.0153656005859375,
+ -0.044403076171875,
+ -0.01442718505859375,
+ -0.037567138671875,
+ -0.038421630859375,
+ 0.008026123046875,
+ -0.0170745849609375,
+ 0.021514892578125,
+ 0.00296783447265625,
+ 0.0389404296875,
+ -0.00909423828125,
+ -0.006999969482421875,
+ 0.0214385986328125,
+ 0.00772857666015625,
+ -0.0128936767578125,
+ -0.06591796875,
+ -0.006744384765625,
+ -0.0645751953125,
+ -0.0235595703125,
+ -0.0179290771484375,
+ 0.046112060546875,
+ -0.02288818359375,
+ -0.01554107666015625,
+ -0.01126861572265625,
+ -0.0010137557983398438,
+ 0.0474853515625,
+ 0.009735107421875,
+ -0.0019741058349609375,
+ -0.03961181640625,
+ -0.00623321533203125,
+ 0.018951416015625,
+ 0.038604736328125,
+ -0.0183563232421875,
+ -0.02545166015625,
+ 0.0273284912109375,
+ 0.0147705078125,
+ 0.0321044921875,
+ -0.0147705078125,
+ -0.047821044921875,
+ -0.0233917236328125,
+ 0.0239105224609375,
+ 0.007343292236328125,
+ 0.0009341239929199219,
+ 0.026123046875,
+ -0.050201416015625,
+ 0.06829833984375,
+ 0.06591796875,
+ 0.010162353515625,
+ 0.04815673828125,
+ -0.006275177001953125,
+ -0.0259552001953125,
+ 0.029541015625,
+ 0.01425933837890625,
+ 0.0008006095886230469,
+ -0.018096923828125,
+ 0.025787353515625,
+ 0.004566192626953125,
+ 0.036041259765625,
+ 0.00768280029296875,
+ -0.039459228515625,
+ -0.0038204193115234375,
+ -0.032958984375,
+ 0.0338134765625,
+ -0.0262908935546875,
+ -0.0164794921875,
+ -0.01519775390625,
+ 0.051239013671875,
+ 0.03143310546875,
+ 0.06591796875,
+ 0.011871337890625,
+ -0.013916015625,
+ 0.00687408447265625,
+ 0.0130615234375,
+ 0.0031375885009765625,
+ 0.04541015625,
+ -0.005100250244140625,
+ 0.025787353515625,
+ 0.0042266845703125,
+ 0.01080322265625,
+ -0.00022542476654052734,
+ 0.0491943359375,
+ 0.0297088623046875,
+ -0.0242462158203125,
+ 0.00275421142578125,
+ 0.047119140625,
+ -0.005100250244140625,
+ -0.0209197998046875,
+ -0.0276641845703125,
+ -0.031768798828125,
+ -0.0137481689453125,
+ -0.025787353515625,
+ -0.01110076904296875,
+ 0.00934600830078125,
+ -0.0239105224609375,
+ -0.055999755859375,
+ -0.01024627685546875,
+ 0.0310821533203125,
+ -0.0225372314453125,
+ 0.032623291015625,
+ 0.030059814453125,
+ -0.023223876953125,
+ -0.0013666152954101562,
+ 0.023223876953125,
+ 0.005420684814453125,
+ 0.01152801513671875,
+ 0.0079803466796875,
+ 0.008453369140625,
+ 0.0007152557373046875,
+ -0.044403076171875,
+ 0.0355224609375,
+ 0.01220703125,
+ 0.038421630859375,
+ 0.007171630859375,
+ -0.029205322265625,
+ 0.04541015625,
+ -0.00433349609375,
+ 0.02459716796875,
+ 0.03125,
+ -0.0271453857421875,
+ 0.00772857666015625,
+ 0.00243377685546875,
+ 0.01485443115234375,
+ 0.026123046875,
+ -0.055999755859375,
+ -0.00687408447265625,
+ -0.06524658203125,
+ -0.0084991455078125,
+ -0.04473876953125,
+ -0.03790283203125,
+ -0.005634307861328125,
+ -0.0297088623046875,
+ 0.06011962890625,
+ -0.042022705078125,
+ -0.0269775390625,
+ 0.0014410018920898438,
+ 0.0222015380859375,
+ 0.0035648345947265625,
+ 0.023223876953125,
+ 0.000056684017181396484,
+ -0.0171661376953125,
+ -0.00623321533203125,
+ 0.0679931640625,
+ -0.00687408447265625,
+ 0.0018568038940429688,
+ -0.018951416015625,
+ 0.029541015625,
+ -0.020751953125,
+ 0.0288543701171875,
+ -0.035858154296875,
+ 0.018096923828125,
+ 0.0181884765625,
+ 0.01050567626953125,
+ 0.00537872314453125,
+ -0.0150299072265625,
+ 0.0239105224609375,
+ -0.006618499755859375,
+ 0.01383209228515625,
+ -0.047119140625,
+ 0.01110076904296875,
+ 0.007045745849609375,
+ 0.00772857666015625,
+ -0.0208282470703125,
+ -0.07037353515625,
+ -0.00238037109375,
+ 0.057373046875,
+ -0.00015079975128173828,
+ -0.00011473894119262695,
+ 0.006061553955078125,
+ -0.01169586181640625,
+ 0.0208282470703125,
+ -0.00559234619140625,
+ -0.017852783203125,
+ 0.0244140625,
+ 0.02117919921875,
+ -0.0372314453125,
+ 0.0086212158203125,
+ 0.016571044921875,
+ 0.0297088623046875,
+ -0.05157470703125,
+ -0.03125,
+ -0.007213592529296875,
+ -0.020233154296875,
+ -0.0491943359375,
+ -0.004482269287109375,
+ -0.0030956268310546875,
+ -0.03790283203125,
+ 0.00960540771484375,
+ -0.0179290771484375,
+ 0.036529541015625,
+ -0.00836944580078125,
+ -0.0638427734375,
+ 0.0200653076171875,
+ -0.0423583984375,
+ -0.0491943359375,
+ -0.01366424560546875,
+ 0.06011962890625,
+ 0.0230560302734375,
+ 0.002475738525390625,
+ -0.028350830078125,
+ -0.0235595703125,
+ -0.0162200927734375,
+ -0.0302276611328125,
+ -0.0198974609375,
+ 0.030059814453125,
+ -0.00853729248046875,
+ 0.037567138671875,
+ 0.0298919677734375,
+ 0.01451873779296875,
+ 0.003650665283203125,
+ 0.07513427734375,
+ 0.03619384765625,
+ 0.0017080307006835938,
+ 0.022369384765625,
+ 0.0192108154296875,
+ 0.046783447265625,
+ 0.02288818359375,
+ -0.0281829833984375,
+ -0.0279998779296875,
+ -0.007472991943359375,
+ -0.030731201171875,
+ 0.036529541015625,
+ 0.04302978515625,
+ 0.026123046875,
+ 0.0188751220703125,
+ -0.02545166015625,
+ -0.00823974609375,
+ 0.047821044921875,
+ 0.0023479461669921875,
+ 0.077880859375,
+ -0.029541015625,
+ -0.054656982421875,
+ 0.00853729248046875,
+ 0.00832366943359375,
+ -0.016998291015625,
+ -0.0269775390625,
+ 0.04815673828125,
+ -0.00254058837890625,
+ 0.002315521240234375,
+ 0.0154571533203125,
+ -0.005100250244140625,
+ 0.02374267578125,
+ -0.0338134765625,
+ -0.0205841064453125,
+ -0.004695892333984375,
+ -0.0099029541015625,
+ 0.021514892578125,
+ 0.054290771484375,
+ 0.01434326171875,
+ -0.0130615234375,
+ 0.018951416015625,
+ -0.035003662109375,
+ -0.00738525390625,
+ -0.04644775390625,
+ -0.047119140625,
+ 0.0242462158203125,
+ 0.0186920166015625,
+ 0.0011844635009765625,
+ 0.04473876953125,
+ -0.036712646484375,
+ -0.08026123046875,
+ 0.028350830078125,
+ -0.02374267578125,
+ 0.0645751953125,
+ 0.054656982421875,
+ 0.0011043548583984375,
+ 0.037750244140625,
+ -0.0262908935546875,
+ -0.01399993896484375,
+ 0.042877197265625,
+ -0.0023593902587890625,
+ 0.0181884765625,
+ 0.06182861328125,
+ 0.01434326171875,
+ 0.005016326904296875,
+ -0.0225372314453125,
+ 0.044403076171875,
+ 0.02374267578125,
+ 0.0290374755859375,
+ -0.01024627685546875,
+ 0.0303955078125,
+ 0.03704833984375,
+ 0.0235595703125,
+ -0.0157928466796875,
+ 0.03143310546875,
+ 0.04473876953125,
+ -0.024932861328125,
+ -0.0024433135986328125,
+ -0.02783203125,
+ 0.037567138671875,
+ -0.050201416015625,
+ -0.00955963134765625,
+ -0.0235595703125,
+ -0.0037784576416015625,
+ 0.0191192626953125,
+ 0.029541015625,
+ -0.0556640625,
+ 0.0196380615234375,
+ 0.0130615234375,
+ -0.058074951171875,
+ 0.03466796875,
+ 0.032440185546875,
+ -0.0321044921875,
+ 0.048492431640625,
+ -0.0252685546875,
+ -0.041168212890625,
+ 0.03228759765625,
+ -0.034149169921875,
+ -0.02374267578125,
+ 0.0193023681640625,
+ 0.0209197998046875,
+ -0.040313720703125,
+ -0.057037353515625,
+ -0.0271453857421875,
+ 0.0059356689453125,
+ -0.01169586181640625,
+ 0.006832122802734375,
+ 0.05157470703125,
+ 0.0197296142578125,
+ 0.01434326171875,
+ 0.0288543701171875,
+ 0.035186767578125,
+ 0.01494598388671875,
+ -0.0273284912109375,
+ 0.0268096923828125,
+ -0.0297088623046875,
+ -0.035186767578125,
+ 0.0233917236328125,
+ 0.034332275390625,
+ 0.0310821533203125,
+ -0.036529541015625,
+ -0.0244140625,
+ -0.0171661376953125,
+ 0.015716552734375,
+ 0.0175018310546875,
+ 0.0150299072265625,
+ -0.0440673828125,
+ -0.0205841064453125,
+ -0.028350830078125,
+ 0.0251007080078125,
+ -0.002101898193359375,
+ 0.0166473388671875,
+ -0.01904296875,
+ -0.06182861328125,
+ 0.0259552001953125,
+ -0.058074951171875,
+ -0.0297088623046875,
+ -0.024078369140625,
+ 0.01425933837890625,
+ -0.009521484375,
+ 0.045074462890625,
+ 0.01442718505859375,
+ 0.007640838623046875,
+ -0.007129669189453125,
+ 0.059783935546875,
+ -0.0235595703125,
+ 0.0015583038330078125,
+ -0.0355224609375,
+ 0.04541015625,
+ -0.00772857666015625,
+ -0.054656982421875,
+ 0.01220703125,
+ -0.01605224609375,
+ -0.0044403076171875,
+ 0.060791015625,
+ -0.039947509765625,
+ -0.01152801513671875,
+ 0.007427215576171875,
+ -0.058074951171875,
+ -0.01519775390625,
+ -0.0491943359375,
+ -0.017669677734375,
+ -0.0141754150390625,
+ 0.029205322265625,
+ 0.03277587890625,
+ -0.00042700767517089844,
+ 0.019805908203125,
+ 0.01861572265625,
+ 0.0187835693359375,
+ 0.01409149169921875,
+ 0.0252685546875,
+ -0.005443572998046875,
+ 0.0321044921875,
+ -0.0372314453125,
+ -0.043365478515625,
+ -0.019805908203125,
+ 0.0281829833984375,
+ -0.03143310546875,
+ -0.0290374755859375,
+ 0.016143798828125,
+ -0.018951416015625,
+ 0.0556640625,
+ -0.02032470703125,
+ -0.0281829833984375,
+ -0.038421630859375,
+ -0.0163116455078125,
+ -0.039093017578125,
+ -0.039093017578125,
+ 0.005847930908203125,
+ 0.01947021484375,
+ 0.0013980865478515625,
+ -0.0055084228515625,
+ 0.02374267578125,
+ -0.074462890625,
+ 0.0014190673828125,
+ 0.0285186767578125,
+ 0.01314544677734375,
+ 0.0163116455078125,
+ 0.004268646240234375,
+ 0.0007686614990234375,
+ -0.0120391845703125,
+ 0.0338134765625,
+ -0.044403076171875,
+ -0.0290374755859375,
+ -0.0775146484375,
+ 0.017242431640625,
+ -0.001377105712890625,
+ -0.0288543701171875,
+ -0.0298919677734375,
+ -0.0298919677734375,
+ -0.041839599609375,
+ 0.004802703857421875,
+ 0.0276641845703125,
+ -0.0088348388671875,
+ -0.00653076171875,
+ -0.035186767578125,
+ 0.004611968994140625,
+ -0.016387939453125,
+ 0.0042266845703125,
+ 0.0259552001953125,
+ -0.01511383056640625,
+ 0.00147247314453125,
+ -0.0023479461669921875,
+ -0.046112060546875,
+ 0.02288818359375,
+ 0.005313873291015625,
+ 0.038238525390625,
+ 0.0012807846069335938,
+ 0.0288543701171875,
+ -0.0474853515625,
+ -0.000011920928955078125,
+ -0.0167388916015625,
+ 0.00998687744140625,
+ 0.005634307861328125,
+ -0.0285186767578125,
+ 0.02374267578125,
+ -0.048492431640625,
+ -0.00392913818359375,
+ 0.0026264190673828125,
+ 0.001430511474609375,
+ 0.0235595703125,
+ -0.007640838623046875,
+ -0.02288818359375,
+ 0.04150390625,
+ 0.01084136962890625,
+ 0.0672607421875,
+ -0.01255035400390625,
+ -0.053955078125,
+ 0.0016117095947265625,
+ 0.006618499755859375,
+ 0.036895751953125,
+ 0.04644775390625,
+ -0.0080718994140625,
+ -0.0171661376953125,
+ 0.0046539306640625,
+ 0.023223876953125,
+ 0.001537322998046875,
+ -0.0268096923828125,
+ -0.012298583984375,
+ 0.032623291015625,
+ 0.029541015625,
+ 0.0628662109375,
+ -0.003650665283203125,
+ 0.09356689453125,
+ 0.00601959228515625,
+ -0.006572723388671875,
+ 0.024078369140625,
+ 0.07379150390625,
+ 0.019378662109375,
+ -0.054656982421875,
+ -0.048492431640625,
+ 0.0171661376953125,
+ -0.0026569366455078125,
+ -0.0380859375,
+ -0.038604736328125,
+ 0.0247650146484375,
+ 0.035003662109375,
+ -0.0662841796875,
+ -0.00934600830078125,
+ -0.0192108154296875,
+ -0.012298583984375,
+ 0.01084136962890625,
+ 0.0286865234375,
+ -0.0251007080078125,
+ 0.025787353515625,
+ 0.0037364959716796875,
+ -0.0225372314453125,
+ -0.012725830078125,
+ -0.0181884765625,
+ 0.01280975341796875,
+ 0.0491943359375,
+ 0.0244140625,
+ -0.0244140625,
+ 0.022705078125,
+ 0.02783203125,
+ 0.0293731689453125,
+ -0.0037364959716796875,
+ 0.0457763671875,
+ 0.00254058837890625,
+ 0.0003294944763183594,
+ 0.042022705078125,
+ 0.06011962890625,
+ -0.036041259765625,
+ -0.03790283203125,
+ 0.0171661376953125,
+ 0.02459716796875,
+ 0.046112060546875,
+ 0.06182861328125,
+ -0.029541015625,
+ 0.004547119140625,
+ 0.0009074211120605469,
+ -0.042694091796875,
+ 0.00005835294723510742,
+ 0.001483917236328125,
+ 0.01904296875,
+ -0.031768798828125,
+ -0.059417724609375,
+ 0.02374267578125,
+ -0.0509033203125,
+ 0.053955078125,
+ -0.0013341903686523438,
+ -0.019805908203125,
+ -0.0024433135986328125,
+ 0.0209197998046875,
+ -0.01442718505859375,
+ -0.051239013671875,
+ 0.006999969482421875,
+ -0.0146026611328125,
+ -0.0230560302734375,
+ -0.00751495361328125,
+ -0.0474853515625,
+ 0.0247650146484375,
+ -0.0157928466796875,
+ -0.032440185546875,
+ 0.0009284019470214844,
+ 0.0259552001953125,
+ -0.0305633544921875,
+ -0.058746337890625,
+ -0.0222015380859375,
+ 0.0179290771484375,
+ -0.0233917236328125,
+ -0.017333984375,
+ -0.04473876953125,
+ -0.01468658447265625,
+ 0.01434326171875,
+ -0.015960693359375,
+ 0.0080718994140625,
+ 0.01255035400390625,
+ -0.037750244140625,
+ -0.00998687744140625,
+ -0.01494598388671875,
+ -0.020660400390625,
+ 0.01485443115234375,
+ -0.042022705078125,
+ 0.01468658447265625,
+ 0.00901031494140625,
+ 0.0218658447265625,
+ 0.0338134765625,
+ 0.028350830078125,
+ 0.0006241798400878906,
+ -0.0001634359359741211,
+ -0.0406494140625,
+ -0.01494598388671875,
+ 0.0120391845703125,
+ 0.011871337890625,
+ -0.00006538629531860352,
+ -0.0830078125,
+ 0.01314544677734375,
+ 0.05499267578125,
+ -0.08575439453125,
+ 0.01519775390625,
+ 0.01071929931640625,
+ -0.02117919921875,
+ -0.029205322265625,
+ -0.005977630615234375,
+ -0.016387939453125,
+ 0.01904296875,
+ 0.11065673828125,
+ -0.0157928466796875,
+ 0.00960540771484375,
+ 0.0195465087890625,
+ -0.039093017578125,
+ 0.049530029296875,
+ 0.0180206298828125,
+ 0.0180206298828125,
+ -0.0256195068359375,
+ 0.037567138671875,
+ 0.0166473388671875,
+ -0.04046630859375,
+ 0.002101898193359375,
+ -0.07855224609375,
+ -0.01511383056640625,
+ 0.022369384765625,
+ -0.0013446807861328125,
+ -0.01050567626953125,
+ -0.0033721923828125,
+ -0.054656982421875,
+ -0.05328369140625,
+ -0.04986572265625,
+ 0.0214385986328125,
+ 0.005016326904296875,
+ 0.010162353515625,
+ -0.04302978515625,
+ -0.016815185546875,
+ -0.01297760009765625,
+ -0.08062744140625,
+ -0.031768798828125,
+ -0.0153656005859375,
+ 0.0247650146484375,
+ 0.006275177001953125,
+ -0.0457763671875,
+ 0.0079803466796875,
+ 0.00392913818359375,
+ 0.0033512115478515625,
+ 0.006572723388671875,
+ 0.08502197265625,
+ -0.055999755859375,
+ -0.01409149169921875,
+ -0.0009446144104003906,
+ -0.005207061767578125,
+ 0.00858306884765625,
+ -0.0018682479858398438,
+ -0.0089263916015625,
+ 0.0338134765625,
+ 0.0171661376953125,
+ -0.037384033203125,
+ 0.046112060546875,
+ 0.04815673828125,
+ -0.0222015380859375,
+ -0.0509033203125,
+ -0.012298583984375,
+ -0.04815673828125,
+ 0.0556640625,
+ -0.01451873779296875,
+ 0.056365966796875,
+ 0.0009016990661621094,
+ 0.0027332305908203125,
+ -0.08880615234375,
+ 0.030731201171875,
+ -0.0303955078125,
+ 0.04302978515625,
+ 0.03704833984375,
+ -0.004161834716796875,
+ -0.0792236328125,
+ -0.03961181640625,
+ -0.0298919677734375,
+ 0.03875732421875,
+ -0.0244140625,
+ 0.029205322265625,
+ -0.00135040283203125,
+ 0.00901031494140625,
+ -0.0022830963134765625,
+ -0.03192138671875,
+ 0.01029205322265625,
+ 0.04150390625,
+ -0.0024547576904296875,
+ -0.042877197265625,
+ 0.0491943359375,
+ -0.022369384765625,
+ 0.015625,
+ 0.01020050048828125,
+ 0.01152801513671875,
+ -0.016815185546875,
+ -0.005550384521484375,
+ -0.04302978515625,
+ 0.0017185211181640625,
+ 0.056365966796875,
+ 0.051239013671875,
+ -0.01519775390625,
+ 0.00977325439453125,
+ -0.01861572265625,
+ 0.01177978515625,
+ -0.024932861328125,
+ -0.033294677734375,
+ 0.005634307861328125,
+ 0.011016845703125,
+ -0.02374267578125,
+ -0.0209197998046875,
+ -0.06591796875,
+ -0.11614990234375,
+ 0.0103759765625,
+ -0.0440673828125,
+ -0.029205322265625,
+ -0.0084991455078125,
+ 0.0199737548828125,
+ 0.0003294944763183594,
+ -0.035003662109375,
+ 0.034332275390625,
+ -0.0016431808471679688,
+ 0.0012865066528320312,
+ -0.041839599609375,
+ 0.01468658447265625,
+ -0.01212310791015625,
+ 0.0440673828125,
+ -0.00772857666015625,
+ -0.032440185546875,
+ 0.009307861328125,
+ -0.026123046875,
+ 0.00441741943359375,
+ 0.004291534423828125,
+ 0.0089263916015625,
+ -0.01904296875,
+ 0.0197296142578125,
+ -0.052947998046875,
+ -0.04302978515625,
+ 0.026123046875,
+ 0.02288818359375,
+ -0.0023365020751953125,
+ -0.034149169921875,
+ 0.050537109375,
+ -0.001483917236328125,
+ -0.0693359375,
+ 0.0147705078125,
+ -0.00853729248046875,
+ -0.03228759765625,
+ 0.0216827392578125,
+ -0.0014944076538085938,
+ 0.00896453857421875,
+ 0.008026123046875,
+ 0.0288543701171875,
+ 0.022369384765625,
+ 0.039459228515625,
+ 0.005313873291015625,
+ -0.0013666152954101562,
+ 0.0183563232421875,
+ -0.011444091796875,
+ 0.01177978515625,
+ 0.033477783203125,
+ 0.0212554931640625,
+ -0.02032470703125,
+ 0.01366424560546875,
+ 0.0252685546875,
+ -0.094970703125,
+ -0.022369384765625,
+ -0.012298583984375,
+ -0.052947998046875,
+ 0.006488800048828125,
+ 0.067626953125,
+ 0.039794921875,
+ -0.0195465087890625,
+ 0.039947509765625,
+ 0.0247650146484375,
+ 0.03619384765625,
+ -0.0011577606201171875,
+ -0.0195465087890625,
+ -0.076171875,
+ -0.0281829833984375,
+ 0.018951416015625,
+ 0.0389404296875,
+ -0.048828125,
+ 0.042877197265625,
+ 0.0628662109375,
+ 0.005420684814453125,
+ -0.022369384765625,
+ -0.0191192626953125,
+ 0.00998687744140625,
+ 0.047119140625,
+ 0.02459716796875,
+ 0.0014514923095703125,
+ -0.071044921875,
+ -0.0084075927734375,
+ 0.0217742919921875,
+ -0.0147705078125,
+ 0.004566192626953125,
+ -0.0247650146484375,
+ -0.03790283203125,
+ 0.0406494140625,
+ -0.03570556640625,
+ -0.017333984375,
+ -0.0153656005859375,
+ 0.052581787109375,
+ 0.024078369140625,
+ -0.060455322265625,
+ -0.0163116455078125,
+ 0.05908203125,
+ 0.0281829833984375,
+ -0.02783203125,
+ 0.03314208984375,
+ -0.007129669189453125,
+ -0.011871337890625,
+ 0.036529541015625,
+ 0.04644775390625,
+ 0.003757476806640625,
+ 0.04132080078125,
+ 0.00981903076171875,
+ -0.0457763671875,
+ -0.00559234619140625,
+ -0.0032444000244140625,
+ 0.00463104248046875,
+ -0.0009074211120605469,
+ -0.053619384765625,
+ -0.0293731689453125,
+ -0.0697021484375,
+ 0.029205322265625,
+ 0.0130615234375,
+ 0.0247650146484375,
+ 0.00730133056640625,
+ 0.0167388916015625,
+ -0.0029239654541015625,
+ 0.0192108154296875,
+ 0.00939178466796875,
+ 0.04302978515625,
+ 0.01399993896484375,
+ 0.0031375885009765625,
+ 0.003223419189453125,
+ 0.034332275390625,
+ 0.0081939697265625,
+ -0.042022705078125,
+ 0.0279998779296875,
+ -0.0286865234375,
+ -0.0005602836608886719,
+ -0.0298919677734375,
+ 0.0008912086486816406,
+ 0.0021991729736328125,
+ -0.0213470458984375,
+ -0.0113525390625,
+ -0.034332275390625,
+ 0.0116119384765625,
+ -0.0137481689453125,
+ -0.026641845703125,
+ -0.01605224609375,
+ 0.0233917236328125,
+ -0.064208984375,
+ 0.007472991943359375,
+ 0.042022705078125,
+ -0.04046630859375,
+ 0.002315521240234375,
+ -0.042510986328125,
+ 0.08160400390625,
+ 0.023223876953125,
+ 0.0233917236328125,
+ -0.0033721923828125,
+ 0.032440185546875,
+ 0.040985107421875,
+ -0.00518798828125,
+ -0.0086212158203125,
+ 0.0389404296875,
+ -0.01357269287109375,
+ 0.03314208984375,
+ 0.052581787109375,
+ 0.0216827392578125,
+ -0.035858154296875,
+ 0.017669677734375,
+ 0.0024013519287109375,
+ -0.06488037109375,
+ 0.054290771484375,
+ -0.004505157470703125,
+ 0.01442718505859375,
+ -0.0096893310546875,
+ 0.0166473388671875,
+ -0.01169586181640625,
+ -0.0491943359375,
+ 0.06353759765625,
+ 0.0204010009765625,
+ -0.00913238525390625,
+ 0.0217742919921875,
+ -0.039459228515625,
+ 0.024078369140625,
+ 0.03314208984375,
+ 0.0199737548828125,
+ -0.046112060546875,
+ 0.058746337890625,
+ -0.0188751220703125,
+ 0.0008912086486816406,
+ -0.011871337890625,
+ 0.01690673828125,
+ -0.01605224609375,
+ 0.051239013671875,
+ -0.0233917236328125,
+ 0.052947998046875,
+ 0.0111846923828125,
+ 0.0016965866088867188,
+ -0.052947998046875,
+ -0.007213592529296875,
+ 0.0209197998046875,
+ 0.008453369140625,
+ 0.05499267578125,
+ -0.0491943359375,
+ -0.011871337890625,
+ 0.006832122802734375,
+ 0.036041259765625,
+ 0.07958984375,
+ 0.0032024383544921875,
+ 0.0273284912109375,
+ 0.00054168701171875,
+ -0.0029449462890625,
+ -0.003948211669921875,
+ -0.0191192626953125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "mobile-forensics",
+ "incident-response"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "geolocation",
+ "visualization",
+ "heatmap",
+ "scripting",
+ "cross-platform",
+ "movement-analysis",
+ "temporal-animation",
+ "spatial-queries",
+ "3d-visualization",
+ "print-composer",
+ "plugin-ecosystem"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_EnCase",
+ "type": "tool",
+ "name": "EnCase",
+ "content": "encase etablierte forensik-suite für enterprise-level-investigations kombiniert disk-imaging, evidence-processing und case-management in integrierter plattform. enscript-programmiersprache automatisiert komplexe analysen und custom-workflows für wiederkehrende untersuchungsschritte. evidence-processor verarbeitet batch-analysen multipler images parallel, timeline-engine korreliert events über alle evidenzen. physical-analyzer-modul extrahiert smartphone-daten durch logical- und physical-acquisition-methoden. hash-library-integration für known-bad-detection und nsrl-filtering. case-management skaliert auf großverfahren mit gerichtsfester dokumentation und audit-trails. dongle-schutz und hohe lizenzkosten (20.000€+) limitieren auf enterprise-umgebungen. gui commercial scripting court-admissible case-management dongle-license enscript evidence-processor batch-capable certification-path legacy-standard enterprise-scale static-investigations incident-response mobile-forensics data-collection examination analysis reporting",
+ "embedding": [
+ -0.018585205078125,
+ 0.039306640625,
+ 0.02325439453125,
+ -0.00890350341796875,
+ 0.0256805419921875,
+ 0.0537109375,
+ 0.013427734375,
+ -0.006130218505859375,
+ -0.00710296630859375,
+ 0.00836944580078125,
+ -0.016632080078125,
+ 0.057586669921875,
+ 0.004474639892578125,
+ -0.0282135009765625,
+ -0.055633544921875,
+ 0.032867431640625,
+ -0.01026153564453125,
+ 0.026458740234375,
+ 0.039306640625,
+ 0.01181793212890625,
+ -0.032684326171875,
+ -0.01303863525390625,
+ -0.044952392578125,
+ -0.01468658447265625,
+ 0.0114288330078125,
+ 0.00923919677734375,
+ -0.017120361328125,
+ -0.0626220703125,
+ 0.0142974853515625,
+ 0.0110931396484375,
+ 0.019256591796875,
+ -0.0256805419921875,
+ -0.005157470703125,
+ 0.035400390625,
+ -0.0127410888671875,
+ -0.03131103515625,
+ -0.0172119140625,
+ -0.0247039794921875,
+ -0.0435791015625,
+ 0.040863037109375,
+ -0.008270263671875,
+ 0.0013980865478515625,
+ -0.00014972686767578125,
+ -0.00939178466796875,
+ -0.0229644775390625,
+ -0.036773681640625,
+ -0.007442474365234375,
+ -0.0210113525390625,
+ -0.01016998291015625,
+ -0.0311279296875,
+ 0.0291900634765625,
+ 0.046905517578125,
+ -0.006008148193359375,
+ 0.0023956298828125,
+ -0.029571533203125,
+ 0.0251007080078125,
+ 0.0111846923828125,
+ -0.031707763671875,
+ -0.0311279296875,
+ 0.05718994140625,
+ -0.0579833984375,
+ -0.01070404052734375,
+ -0.0037937164306640625,
+ -0.022674560546875,
+ 0.001094818115234375,
+ 0.036376953125,
+ -0.00188446044921875,
+ -0.014495849609375,
+ -0.00530242919921875,
+ 0.0015926361083984375,
+ 0.0004863739013671875,
+ -0.00542449951171875,
+ -0.0196533203125,
+ 0.03851318359375,
+ -0.0311279296875,
+ -0.07275390625,
+ 0.0188751220703125,
+ 0.0193634033203125,
+ -0.0186767578125,
+ -0.00296783447265625,
+ -0.03192138671875,
+ 0.016632080078125,
+ 0.042816162109375,
+ -0.0204315185546875,
+ -0.01800537109375,
+ 0.0010461807250976562,
+ 0.030548095703125,
+ -0.0078277587890625,
+ -0.01220703125,
+ 0.00493621826171875,
+ 0.0119171142578125,
+ 0.0037212371826171875,
+ 0.01390838623046875,
+ -0.02703857421875,
+ 0.042816162109375,
+ 0.059539794921875,
+ -0.001300811767578125,
+ -0.0244140625,
+ 0.000007867813110351562,
+ 0.0360107421875,
+ 0.02276611328125,
+ -0.04534912109375,
+ 0.0560302734375,
+ -0.00792694091796875,
+ 0.0474853515625,
+ -0.044952392578125,
+ 0.006103515625,
+ -0.01507568359375,
+ -0.0090484619140625,
+ -0.0064697265625,
+ -0.08404541015625,
+ -0.03424072265625,
+ -0.01361846923828125,
+ -0.06884765625,
+ -0.019744873046875,
+ 0.01751708984375,
+ -0.0108489990234375,
+ 0.0360107421875,
+ -0.05487060546875,
+ -0.02178955078125,
+ 0.0262603759765625,
+ 0.0293731689453125,
+ 0.00933837890625,
+ 0.017608642578125,
+ -0.043182373046875,
+ -0.058380126953125,
+ 0.0220794677734375,
+ 0.020233154296875,
+ -0.0455322265625,
+ -0.0040130615234375,
+ -0.0276336669921875,
+ -0.02490234375,
+ -0.0303497314453125,
+ -0.0247039794921875,
+ 0.016143798828125,
+ -0.0272369384765625,
+ 0.0184783935546875,
+ 0.007732391357421875,
+ 0.0178070068359375,
+ 0.01177215576171875,
+ 0.037750244140625,
+ -0.031524658203125,
+ -0.0704345703125,
+ 0.0152740478515625,
+ -0.039306640625,
+ -0.0172119140625,
+ -0.0219879150390625,
+ 0.05059814453125,
+ -0.033660888671875,
+ -0.00890350341796875,
+ -0.0114288330078125,
+ 0.01220703125,
+ 0.059539794921875,
+ 0.01103973388671875,
+ 0.0287933349609375,
+ -0.0293731689453125,
+ -0.00027370452880859375,
+ -0.0162506103515625,
+ 0.0309295654296875,
+ 0.02130126953125,
+ -0.019561767578125,
+ 0.019561767578125,
+ 0.0067138671875,
+ 0.0178985595703125,
+ -0.0203399658203125,
+ -0.0200347900390625,
+ -0.004791259765625,
+ 0.0240325927734375,
+ 0.0163421630859375,
+ 0.0088043212890625,
+ 0.01702880859375,
+ -0.007537841796875,
+ 0.046295166015625,
+ 0.08135986328125,
+ -0.0067138671875,
+ 0.0297698974609375,
+ -0.005786895751953125,
+ -0.018585205078125,
+ 0.036956787109375,
+ 0.004695892333984375,
+ -0.015960693359375,
+ -0.0152740478515625,
+ 0.028594970703125,
+ -0.0030765533447265625,
+ 0.01517486572265625,
+ -0.0309295654296875,
+ -0.0276336669921875,
+ -0.0036716461181640625,
+ -0.039886474609375,
+ 0.014007568359375,
+ -0.05096435546875,
+ -0.0272369384765625,
+ -0.031707763671875,
+ 0.0183868408203125,
+ 0.043792724609375,
+ 0.058380126953125,
+ 0.01702880859375,
+ -0.00865936279296875,
+ 0.0478515625,
+ 0.001331329345703125,
+ -0.011871337890625,
+ 0.035400390625,
+ -0.01381683349609375,
+ 0.041259765625,
+ -0.00218963623046875,
+ 0.005252838134765625,
+ 0.0177001953125,
+ 0.037933349609375,
+ 0.019744873046875,
+ -0.03619384765625,
+ -0.0230560302734375,
+ 0.040863037109375,
+ -0.0186767578125,
+ -0.01507568359375,
+ -0.0235443115234375,
+ -0.0350341796875,
+ 0.00110626220703125,
+ -0.0137176513671875,
+ -0.025299072265625,
+ 0.0321044921875,
+ -0.0291900634765625,
+ -0.06573486328125,
+ -0.001514434814453125,
+ 0.004329681396484375,
+ -0.010894775390625,
+ 0.034637451171875,
+ 0.0206298828125,
+ -0.034423828125,
+ -0.03948974609375,
+ 0.02996826171875,
+ 0.0172119140625,
+ 0.02392578125,
+ -0.0178985595703125,
+ 0.0023956298828125,
+ -0.016143798828125,
+ -0.028411865234375,
+ 0.035400390625,
+ 0.02899169921875,
+ 0.00608062744140625,
+ 0.01094818115234375,
+ -0.006420135498046875,
+ 0.01537322998046875,
+ -0.0174102783203125,
+ 0.026458740234375,
+ 0.0540771484375,
+ -0.00566864013671875,
+ -0.0015811920166015625,
+ 0.0183868408203125,
+ 0.042816162109375,
+ 0.0293731689453125,
+ -0.05914306640625,
+ -0.0174102783203125,
+ -0.091064453125,
+ 0.0011854171752929688,
+ -0.07122802734375,
+ -0.036376953125,
+ -0.02996826171875,
+ -0.047271728515625,
+ 0.03912353515625,
+ -0.0209197998046875,
+ -0.0245208740234375,
+ 0.0083160400390625,
+ 0.007343292236328125,
+ 0.01468658447265625,
+ 0.022857666015625,
+ 0.0219879150390625,
+ -0.016143798828125,
+ 0.0034770965576171875,
+ 0.07318115234375,
+ 0.02227783203125,
+ -0.016632080078125,
+ 0.0033321380615234375,
+ 0.019744873046875,
+ -0.00015425682067871094,
+ 0.01128387451171875,
+ -0.04962158203125,
+ -0.002407073974609375,
+ 0.03192138671875,
+ 0.0626220703125,
+ 0.007297515869140625,
+ -0.0272369384765625,
+ 0.00890350341796875,
+ 0.00661468505859375,
+ 0.0194549560546875,
+ -0.024322509765625,
+ -0.025299072265625,
+ -0.01123809814453125,
+ -0.01284027099609375,
+ -0.0132293701171875,
+ -0.08013916015625,
+ 0.020233154296875,
+ 0.049407958984375,
+ 0.0187835693359375,
+ 0.001811981201171875,
+ 0.01605224609375,
+ -0.0142974853515625,
+ 0.013427734375,
+ -0.0019216537475585938,
+ 0.0024204254150390625,
+ 0.0211181640625,
+ 0.03851318359375,
+ -0.0245208740234375,
+ 0.0142059326171875,
+ -0.0034542083740234375,
+ 0.0251007080078125,
+ -0.039306640625,
+ -0.04339599609375,
+ 0.0008025169372558594,
+ -0.003429412841796875,
+ -0.047088623046875,
+ -0.0016660690307617188,
+ 0.022369384765625,
+ -0.00841522216796875,
+ 0.013519287109375,
+ -0.039306640625,
+ -0.0015201568603515625,
+ -0.035400390625,
+ -0.0579833984375,
+ 0.0026988983154296875,
+ -0.03228759765625,
+ -0.035400390625,
+ -0.02587890625,
+ 0.060699462890625,
+ -0.004619598388671875,
+ 0.0177001953125,
+ -0.0184783935546875,
+ -0.019561767578125,
+ -0.0291900634765625,
+ 0.0142059326171875,
+ -0.01181793212890625,
+ 0.02587890625,
+ -0.02899169921875,
+ 0.022674560546875,
+ 0.0276336669921875,
+ 0.05059814453125,
+ -0.0038661956787109375,
+ 0.052154541015625,
+ 0.0062255859375,
+ -0.03228759765625,
+ 0.0096282958984375,
+ -0.0074920654296875,
+ 0.0167388916015625,
+ 0.014495849609375,
+ -0.035797119140625,
+ -0.0177001953125,
+ -0.011871337890625,
+ -0.012451171875,
+ -0.0024204254150390625,
+ 0.0266571044921875,
+ 0.03717041015625,
+ 0.0211181640625,
+ -0.036773681640625,
+ 0.01128387451171875,
+ 0.0828857421875,
+ 0.022674560546875,
+ 0.096923828125,
+ -0.03228759765625,
+ -0.041046142578125,
+ 0.014495849609375,
+ 0.040679931640625,
+ -0.0245208740234375,
+ -0.0008149147033691406,
+ 0.0174102783203125,
+ 0.023345947265625,
+ 0.0225677490234375,
+ 0.027435302734375,
+ -0.005786895751953125,
+ 0.0272369384765625,
+ -0.01055908203125,
+ -0.01507568359375,
+ 0.018096923828125,
+ -0.003574371337890625,
+ 0.0173187255859375,
+ 0.042816162109375,
+ 0.02374267578125,
+ 0.0023479461669921875,
+ 0.0178070068359375,
+ -0.02276611328125,
+ -0.019256591796875,
+ -0.032684326171875,
+ -0.06500244140625,
+ 0.00909423828125,
+ 0.04144287109375,
+ 0.0189666748046875,
+ 0.049041748046875,
+ -0.043182373046875,
+ -0.07354736328125,
+ 0.0147857666015625,
+ -0.032684326171875,
+ 0.07318115234375,
+ 0.0309295654296875,
+ 0.00034356117248535156,
+ 0.05682373046875,
+ -0.0028820037841796875,
+ 0.005229949951171875,
+ 0.019561767578125,
+ 0.0018358230590820312,
+ 0.025482177734375,
+ 0.04437255859375,
+ 0.035614013671875,
+ 0.032867431640625,
+ -0.025482177734375,
+ 0.0276336669921875,
+ 0.047271728515625,
+ 0.00010865926742553711,
+ 0.023345947265625,
+ 0.003818511962890625,
+ 0.01031494140625,
+ 0.035797119140625,
+ -0.01751708984375,
+ 0.057586669921875,
+ 0.044952392578125,
+ -0.0053253173828125,
+ 0.0196533203125,
+ -0.003574371337890625,
+ 0.022674560546875,
+ -0.05291748046875,
+ 0.00788116455078125,
+ -0.0200347900390625,
+ 0.01488494873046875,
+ 0.0234527587890625,
+ 0.00914764404296875,
+ -0.062255859375,
+ 0.0035991668701171875,
+ 0.03948974609375,
+ -0.056427001953125,
+ 0.032684326171875,
+ 0.01556396484375,
+ -0.0189666748046875,
+ 0.00865936279296875,
+ -0.006420135498046875,
+ -0.040863037109375,
+ 0.04046630859375,
+ -0.0090484619140625,
+ -0.020233154296875,
+ 0.0278167724609375,
+ 0.014495849609375,
+ -0.02801513671875,
+ -0.033660888671875,
+ -0.0236358642578125,
+ -0.01172637939453125,
+ -0.0173187255859375,
+ -0.006175994873046875,
+ 0.04241943359375,
+ -0.017608642578125,
+ -0.00714874267578125,
+ 0.00982666015625,
+ 0.0599365234375,
+ -0.010650634765625,
+ -0.03228759765625,
+ 0.0517578125,
+ -0.007297515869140625,
+ -0.042022705078125,
+ 0.0340576171875,
+ 0.048248291015625,
+ 0.040069580078125,
+ -0.034637451171875,
+ -0.02490234375,
+ -0.00595855712890625,
+ 0.0182952880859375,
+ 0.0005774497985839844,
+ 0.00997161865234375,
+ -0.0229644775390625,
+ -0.04241943359375,
+ -0.055267333984375,
+ 0.0426025390625,
+ 0.002918243408203125,
+ 0.0455322265625,
+ -0.0070037841796875,
+ -0.03424072265625,
+ 0.0276336669921875,
+ -0.042999267578125,
+ -0.0177001953125,
+ -0.02178955078125,
+ -0.0067596435546875,
+ -0.034820556640625,
+ 0.02685546875,
+ -0.0116729736328125,
+ -0.0040130615234375,
+ -0.00714874267578125,
+ 0.0537109375,
+ 0.015960693359375,
+ 0.007781982421875,
+ -0.04962158203125,
+ 0.04241943359375,
+ 0.035797119140625,
+ -0.0645751953125,
+ -0.005374908447265625,
+ -0.0167388916015625,
+ -0.0196533203125,
+ 0.0638427734375,
+ -0.058380126953125,
+ 0.0282135009765625,
+ 0.011627197265625,
+ -0.0704345703125,
+ -0.037750244140625,
+ -0.0215911865234375,
+ -0.005084991455078125,
+ -0.05059814453125,
+ 0.025299072265625,
+ 0.051361083984375,
+ -0.0121612548828125,
+ 0.00870513916015625,
+ 0.0200347900390625,
+ 0.0142974853515625,
+ 0.048065185546875,
+ 0.024322509765625,
+ -0.01255035400390625,
+ 0.0291900634765625,
+ -0.052520751953125,
+ -0.038726806640625,
+ -0.0088043212890625,
+ 0.045135498046875,
+ -0.040679931640625,
+ -0.0157623291015625,
+ 0.017120361328125,
+ -0.0282135009765625,
+ 0.0220794677734375,
+ -0.055267333984375,
+ 0.006565093994140625,
+ -0.02801513671875,
+ -0.012451171875,
+ -0.0426025390625,
+ -0.025299072265625,
+ -0.004573822021484375,
+ 0.03326416015625,
+ -0.002857208251953125,
+ 0.01099395751953125,
+ 0.043792724609375,
+ -0.06927490234375,
+ 0.0291900634765625,
+ -0.0007386207580566406,
+ -0.002201080322265625,
+ -0.0167388916015625,
+ -0.0127410888671875,
+ 0.01099395751953125,
+ 0.005229949951171875,
+ 0.02081298828125,
+ -0.035400390625,
+ -0.0287933349609375,
+ -0.07080078125,
+ 0.0291900634765625,
+ 0.0019216537475585938,
+ -0.035614013671875,
+ -0.0205230712890625,
+ -0.034820556640625,
+ -0.04669189453125,
+ -0.002079010009765625,
+ 0.039886474609375,
+ 0.028594970703125,
+ 0.013519287109375,
+ -0.02423095703125,
+ -0.00948333740234375,
+ 0.0189666748046875,
+ -0.019561767578125,
+ 0.040069580078125,
+ -0.028411865234375,
+ 0.00923919677734375,
+ 0.03326416015625,
+ -0.04241943359375,
+ 0.01031494140625,
+ 0.00865936279296875,
+ 0.0184783935546875,
+ 0.0147857666015625,
+ 0.020721435546875,
+ -0.041839599609375,
+ 0.023834228515625,
+ -0.0204315185546875,
+ -0.0234527587890625,
+ 0.01517486572265625,
+ -0.02996826171875,
+ 0.00914764404296875,
+ -0.0266571044921875,
+ -0.01381683349609375,
+ 0.00792694091796875,
+ 0.0219879150390625,
+ 0.034423828125,
+ -0.0114288330078125,
+ -0.02587890625,
+ 0.0032825469970703125,
+ 0.00992584228515625,
+ 0.0560302734375,
+ -0.01157379150390625,
+ -0.0426025390625,
+ -0.00218963623046875,
+ -0.01556396484375,
+ 0.043975830078125,
+ 0.052520751953125,
+ 0.00493621826171875,
+ -0.036590576171875,
+ 0.0119171142578125,
+ 0.037567138671875,
+ -0.0204315185546875,
+ -0.021209716796875,
+ -0.01556396484375,
+ 0.0196533203125,
+ 0.033843994140625,
+ 0.049224853515625,
+ 0.0002903938293457031,
+ 0.0809326171875,
+ 0.0007176399230957031,
+ -0.00566864013671875,
+ 0.0278167724609375,
+ 0.06927490234375,
+ 0.0209197998046875,
+ -0.012939453125,
+ -0.046905517578125,
+ -0.00200653076171875,
+ 0.0026397705078125,
+ -0.042816162109375,
+ -0.0247039794921875,
+ -0.0055694580078125,
+ 0.05291748046875,
+ -0.0638427734375,
+ -0.030548095703125,
+ -0.017608642578125,
+ -0.005519866943359375,
+ 0.00493621826171875,
+ 0.033477783203125,
+ -0.028594970703125,
+ 0.030548095703125,
+ 0.002468109130859375,
+ -0.03131103515625,
+ -0.01488494873046875,
+ -0.0172119140625,
+ 0.0200347900390625,
+ 0.033843994140625,
+ 0.0206298828125,
+ -0.007343292236328125,
+ 0.037750244140625,
+ 0.006954193115234375,
+ 0.0022373199462890625,
+ 0.020721435546875,
+ 0.03619384765625,
+ 0.0168304443359375,
+ 0.00914764404296875,
+ 0.05096435546875,
+ 0.06304931640625,
+ -0.018096923828125,
+ -0.0272369384765625,
+ 0.00464630126953125,
+ 0.03851318359375,
+ 0.036773681640625,
+ 0.06695556640625,
+ -0.0126495361328125,
+ 0.001750946044921875,
+ -0.00968170166015625,
+ -0.033477783203125,
+ -0.0097808837890625,
+ 0.00311279296875,
+ 0.00821685791015625,
+ -0.01488494873046875,
+ -0.042816162109375,
+ 0.020721435546875,
+ -0.028594970703125,
+ 0.046905517578125,
+ -0.0137176513671875,
+ -0.01007080078125,
+ 0.0025043487548828125,
+ 0.033843994140625,
+ -0.0088043212890625,
+ -0.046112060546875,
+ 0.004741668701171875,
+ -0.0116729736328125,
+ -0.02374267578125,
+ -0.038909912109375,
+ -0.040863037109375,
+ 0.035400390625,
+ -0.0147857666015625,
+ -0.04534912109375,
+ -0.015960693359375,
+ 0.039306640625,
+ -0.029571533203125,
+ -0.041046142578125,
+ -0.01230621337890625,
+ 0.005008697509765625,
+ -0.020721435546875,
+ -0.035614013671875,
+ -0.040679931640625,
+ -0.038909912109375,
+ 0.0282135009765625,
+ -0.0445556640625,
+ 0.006130218505859375,
+ -0.0218963623046875,
+ -0.036773681640625,
+ -0.01148223876953125,
+ -0.0189666748046875,
+ 0.006153106689453125,
+ 0.01537322998046875,
+ -0.040863037109375,
+ 0.0517578125,
+ -0.00583648681640625,
+ 0.0455322265625,
+ 0.0251007080078125,
+ 0.05682373046875,
+ -0.010650634765625,
+ 0.035400390625,
+ -0.0517578125,
+ -0.060699462890625,
+ 0.0036487579345703125,
+ 0.021697998046875,
+ 0.0182952880859375,
+ -0.08172607421875,
+ 0.006664276123046875,
+ 0.0762939453125,
+ -0.0782470703125,
+ 0.02703857421875,
+ 0.0203399658203125,
+ -0.01410675048828125,
+ -0.04864501953125,
+ -0.000202178955078125,
+ 0.006565093994140625,
+ 0.0236358642578125,
+ 0.07977294921875,
+ 0.00968170166015625,
+ -0.001873016357421875,
+ 0.02081298828125,
+ -0.045135498046875,
+ 0.06341552734375,
+ 0.0191650390625,
+ 0.01055908203125,
+ -0.041259765625,
+ 0.04046630859375,
+ 0.01055908203125,
+ -0.0321044921875,
+ 0.00997161865234375,
+ -0.07122802734375,
+ -0.018096923828125,
+ 0.028594970703125,
+ 0.0108489990234375,
+ -0.01507568359375,
+ -0.01045989990234375,
+ -0.038330078125,
+ -0.0484619140625,
+ -0.022674560546875,
+ 0.025482177734375,
+ -0.006420135498046875,
+ 0.029571533203125,
+ -0.02899169921875,
+ -0.0251007080078125,
+ -0.01152801513671875,
+ -0.04241943359375,
+ -0.03228759765625,
+ -0.03131103515625,
+ 0.038330078125,
+ -0.006954193115234375,
+ -0.039886474609375,
+ 0.02685546875,
+ 0.0206298828125,
+ -0.0001596212387084961,
+ 0.01021575927734375,
+ 0.049041748046875,
+ -0.0244140625,
+ -0.017120361328125,
+ 0.001495361328125,
+ 0.0256805419921875,
+ -0.00374603271484375,
+ -0.01361846923828125,
+ 0.003574371337890625,
+ 0.0198516845703125,
+ 0.043975830078125,
+ -0.045135498046875,
+ 0.0455322265625,
+ 0.032684326171875,
+ -0.04473876953125,
+ -0.0579833984375,
+ -0.0244140625,
+ -0.021209716796875,
+ 0.03326416015625,
+ -0.0276336669921875,
+ 0.02899169921875,
+ -0.004840850830078125,
+ -0.01381683349609375,
+ -0.108154296875,
+ 0.02996826171875,
+ -0.0260772705078125,
+ 0.030548095703125,
+ 0.0157623291015625,
+ -0.020721435546875,
+ -0.051361083984375,
+ -0.041046142578125,
+ -0.007343292236328125,
+ 0.01459503173828125,
+ -0.0297698974609375,
+ 0.03192138671875,
+ 0.01468658447265625,
+ 0.0030517578125,
+ -0.00006878376007080078,
+ -0.0010519027709960938,
+ -0.00923919677734375,
+ 0.070068359375,
+ 0.005474090576171875,
+ -0.025299072265625,
+ 0.046295166015625,
+ -0.03192138671875,
+ -0.006954193115234375,
+ -0.0030040740966796875,
+ 0.01303863525390625,
+ -0.0007781982421875,
+ -0.00870513916015625,
+ -0.0215911865234375,
+ 0.0191650390625,
+ 0.0307464599609375,
+ 0.050201416015625,
+ -0.0236358642578125,
+ 0.023345947265625,
+ 0.00909423828125,
+ 0.0262603759765625,
+ 0.01410675048828125,
+ -0.029571533203125,
+ -0.004547119140625,
+ 0.01507568359375,
+ -0.0311279296875,
+ -0.038726806640625,
+ -0.044158935546875,
+ -0.08367919921875,
+ 0.02490234375,
+ -0.04241943359375,
+ -0.004329681396484375,
+ 0.03619384765625,
+ 0.0340576171875,
+ -0.004329681396484375,
+ -0.042022705078125,
+ 0.01226043701171875,
+ -0.0266571044921875,
+ -0.00571441650390625,
+ -0.02490234375,
+ 0.0203399658203125,
+ -0.0167388916015625,
+ 0.037933349609375,
+ 0.004108428955078125,
+ -0.05059814453125,
+ 0.005619049072265625,
+ -0.0189666748046875,
+ 0.00914764404296875,
+ -0.0309295654296875,
+ -0.014984130859375,
+ -0.041259765625,
+ 0.036956787109375,
+ -0.066162109375,
+ -0.033843994140625,
+ 0.0012712478637695312,
+ 0.033843994140625,
+ 0.0278167724609375,
+ -0.01021575927734375,
+ 0.0599365234375,
+ -0.00841522216796875,
+ -0.034820556640625,
+ 0.0330810546875,
+ -0.01361846923828125,
+ -0.0162506103515625,
+ 0.0158538818359375,
+ -0.0218963623046875,
+ 0.00206756591796875,
+ 0.0178070068359375,
+ 0.042236328125,
+ 0.042236328125,
+ 0.032867431640625,
+ 0.0005593299865722656,
+ -0.0172119140625,
+ 0.006565093994140625,
+ -0.0002751350402832031,
+ 0.03326416015625,
+ 0.0301513671875,
+ 0.00685882568359375,
+ -0.0030765533447265625,
+ 0.0278167724609375,
+ 0.0080718994140625,
+ -0.09765625,
+ -0.014007568359375,
+ -0.03521728515625,
+ -0.055267333984375,
+ -0.0027370452880859375,
+ 0.07318115234375,
+ 0.03326416015625,
+ 0.0026988983154296875,
+ 0.011383056640625,
+ 0.06500244140625,
+ 0.01313018798828125,
+ 0.01099395751953125,
+ -0.00885009765625,
+ -0.0579833984375,
+ -0.0244140625,
+ 0.007686614990234375,
+ 0.036376953125,
+ -0.0626220703125,
+ 0.022369384765625,
+ 0.060302734375,
+ -0.017608642578125,
+ -0.0311279296875,
+ -0.00982666015625,
+ -0.0011005401611328125,
+ 0.07354736328125,
+ 0.011627197265625,
+ 0.00817108154296875,
+ -0.0599365234375,
+ 0.02178955078125,
+ 0.0278167724609375,
+ -0.005252838134765625,
+ 0.01220703125,
+ -0.0119171142578125,
+ -0.0309295654296875,
+ 0.045135498046875,
+ -0.060302734375,
+ 0.0029544830322265625,
+ 0.0009784698486328125,
+ 0.04144287109375,
+ 0.0103607177734375,
+ -0.06695556640625,
+ -0.01468658447265625,
+ 0.0426025390625,
+ -0.0023956298828125,
+ -0.04046630859375,
+ 0.01128387451171875,
+ 0.008270263671875,
+ -0.02374267578125,
+ 0.035614013671875,
+ 0.044158935546875,
+ 0.00909423828125,
+ 0.0360107421875,
+ 0.019256591796875,
+ -0.0484619140625,
+ 0.02130126953125,
+ -0.011871337890625,
+ 0.0035991668701171875,
+ -0.0189666748046875,
+ -0.0251007080078125,
+ -0.0204315185546875,
+ -0.044952392578125,
+ 0.032867431640625,
+ 0.00415802001953125,
+ 0.0340576171875,
+ 0.03717041015625,
+ -0.003574371337890625,
+ -0.017120361328125,
+ 0.0067138671875,
+ 0.01157379150390625,
+ 0.022186279296875,
+ -0.0018482208251953125,
+ 0.0272369384765625,
+ 0.02178955078125,
+ 0.03814697265625,
+ 0.0330810546875,
+ -0.04241943359375,
+ 0.036376953125,
+ -0.03912353515625,
+ 0.0062255859375,
+ -0.0256805419921875,
+ 0.015960693359375,
+ 0.00685882568359375,
+ -0.0240325927734375,
+ -0.0079803466796875,
+ -0.009002685546875,
+ 0.01284027099609375,
+ -0.005107879638671875,
+ -0.05096435546875,
+ 0.0059814453125,
+ 0.03717041015625,
+ -0.03717041015625,
+ 0.007781982421875,
+ 0.02703857421875,
+ -0.029571533203125,
+ -0.01177215576171875,
+ -0.042816162109375,
+ 0.08172607421875,
+ 0.0311279296875,
+ 0.01303863525390625,
+ 0.01021575927734375,
+ 0.0266571044921875,
+ 0.0235443115234375,
+ 0.0015926361083984375,
+ 0.0163421630859375,
+ 0.034820556640625,
+ -0.0218963623046875,
+ 0.02374267578125,
+ 0.056427001953125,
+ 0.00464630126953125,
+ -0.043182373046875,
+ 0.021209716796875,
+ 0.007297515869140625,
+ -0.0599365234375,
+ 0.0498046875,
+ 0.03521728515625,
+ 0.01157379150390625,
+ 0.00739288330078125,
+ -0.0038661956787109375,
+ -0.00024771690368652344,
+ -0.04339599609375,
+ 0.0579833984375,
+ 0.02276611328125,
+ -0.019744873046875,
+ 0.0309295654296875,
+ -0.036773681640625,
+ 0.040863037109375,
+ 0.0121612548828125,
+ 0.061492919921875,
+ -0.012451171875,
+ 0.062255859375,
+ -0.0196533203125,
+ 0.003818511962890625,
+ -0.00846099853515625,
+ 0.0235443115234375,
+ 0.004596710205078125,
+ 0.028594970703125,
+ -0.034637451171875,
+ 0.0626220703125,
+ 0.019256591796875,
+ -0.0204315185546875,
+ -0.068115234375,
+ -0.0132293701171875,
+ 0.0005774497985839844,
+ 0.0157623291015625,
+ 0.05291748046875,
+ -0.025482177734375,
+ -0.00812530517578125,
+ -0.00559234619140625,
+ 0.02703857421875,
+ 0.08599853515625,
+ -0.03326416015625,
+ 0.027435302734375,
+ 0.00374603271484375,
+ 0.00025844573974609375,
+ 0.008758544921875,
+ -0.015960693359375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "commercial",
+ "scripting",
+ "court-admissible",
+ "case-management",
+ "dongle-license",
+ "enscript",
+ "evidence-processor",
+ "batch-capable",
+ "certification-path",
+ "legacy-standard",
+ "enterprise-scale"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_GnuPG_Verschl_sselungs_Forensik",
+ "type": "tool",
+ "name": "GnuPG Verschlüsselungs-Forensik",
+ "content": "gnupg verschlüsselungs-forensik openpgp-encryption-analysis für verschlüsselte kommunikation und file-protection-investigation. public/private-key-analysis, signature-verification, encrypted-message-recovery-techniques und key-ring-analysis für cryptographic-evidence-processing. encryption-analysis pgp-analysis key-analysis signature-verification encrypted-communications cryptographic-evidence static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.039886474609375,
+ -0.0083465576171875,
+ 0.0404052734375,
+ 0.00469970703125,
+ 0.04302978515625,
+ 0.0178375244140625,
+ 0.02618408203125,
+ -0.012298583984375,
+ -0.00847625732421875,
+ -0.033203125,
+ -0.033905029296875,
+ 0.058685302734375,
+ 0.01739501953125,
+ 0.010101318359375,
+ -0.0523681640625,
+ 0.041107177734375,
+ 0.0003390312194824219,
+ 0.00992584228515625,
+ 0.01247406005859375,
+ 0.006412506103515625,
+ -0.0220489501953125,
+ -0.025299072265625,
+ -0.058685302734375,
+ -0.0090484619140625,
+ -0.00667572021484375,
+ 0.0033817291259765625,
+ -0.020111083984375,
+ -0.060089111328125,
+ -0.017303466796875,
+ 0.0072479248046875,
+ -0.007640838623046875,
+ -0.0293426513671875,
+ -0.0016031265258789062,
+ 0.0254669189453125,
+ -0.030914306640625,
+ -0.02880859375,
+ -0.001262664794921875,
+ -0.03619384765625,
+ -0.04461669921875,
+ 0.04461669921875,
+ -0.01502227783203125,
+ -0.0161590576171875,
+ 0.035308837890625,
+ 0.01300048828125,
+ -0.00966644287109375,
+ -0.044097900390625,
+ 0.00006347894668579102,
+ 0.0125579833984375,
+ 0.003448486328125,
+ -0.0265350341796875,
+ 0.056915283203125,
+ 0.036376953125,
+ 0.010101318359375,
+ -0.015716552734375,
+ -0.047088623046875,
+ -0.0008893013000488281,
+ 0.041290283203125,
+ -0.032684326171875,
+ -0.036376953125,
+ 0.038299560546875,
+ -0.03741455078125,
+ 0.0148468017578125,
+ -0.006587982177734375,
+ -0.0017347335815429688,
+ 0.01247406005859375,
+ 0.0260009765625,
+ -0.0226593017578125,
+ -0.0214385986328125,
+ -0.0125579833984375,
+ -0.013702392578125,
+ 0.0147552490234375,
+ 0.002010345458984375,
+ -0.0404052734375,
+ 0.035308837890625,
+ -0.01036834716796875,
+ -0.041107177734375,
+ 0.0166015625,
+ 0.02459716796875,
+ 0.01467132568359375,
+ -0.00007617473602294922,
+ -0.04022216796875,
+ 0.0111541748046875,
+ 0.048828125,
+ -0.0133514404296875,
+ -0.0161590576171875,
+ -0.01678466796875,
+ 0.023193359375,
+ -0.01027679443359375,
+ -0.009307861328125,
+ -0.025299072265625,
+ -0.00397491455078125,
+ -0.025115966796875,
+ 0.033203125,
+ -0.020904541015625,
+ 0.0182647705078125,
+ 0.0787353515625,
+ -0.0178375244140625,
+ -0.01032257080078125,
+ -0.00627899169921875,
+ 0.03741455078125,
+ -0.0034046173095703125,
+ -0.048492431640625,
+ 0.038482666015625,
+ 0.0002593994140625,
+ 0.061126708984375,
+ -0.0148468017578125,
+ -0.0147552490234375,
+ -0.00437164306640625,
+ -0.01032257080078125,
+ -0.0025806427001953125,
+ -0.07098388671875,
+ -0.01678466796875,
+ -0.0104522705078125,
+ -0.06536865234375,
+ -0.02020263671875,
+ -0.001811981201171875,
+ -0.00502777099609375,
+ 0.031097412109375,
+ -0.030914306640625,
+ -0.03460693359375,
+ 0.0303955078125,
+ 0.0037326812744140625,
+ 0.0037326812744140625,
+ 0.025115966796875,
+ -0.0391845703125,
+ -0.030914306640625,
+ 0.0035572052001953125,
+ 0.0249481201171875,
+ -0.032684326171875,
+ -0.00702667236328125,
+ -0.031280517578125,
+ -0.02020263671875,
+ -0.03021240234375,
+ -0.007511138916015625,
+ 0.002262115478515625,
+ -0.0240631103515625,
+ 0.0242462158203125,
+ -0.01220703125,
+ 0.0057525634765625,
+ -0.0018224716186523438,
+ 0.04779052734375,
+ -0.049530029296875,
+ -0.053070068359375,
+ 0.015106201171875,
+ -0.0284576416015625,
+ -0.01959228515625,
+ -0.0172119140625,
+ 0.0416259765625,
+ -0.029510498046875,
+ -0.0019102096557617188,
+ -0.00909423828125,
+ 0.0155487060546875,
+ 0.03619384765625,
+ -0.0036449432373046875,
+ 0.008392333984375,
+ -0.04779052734375,
+ -0.01168060302734375,
+ -0.0256500244140625,
+ -0.00015163421630859375,
+ 0.0094451904296875,
+ -0.034271240234375,
+ 0.018707275390625,
+ -0.0094451904296875,
+ 0.0372314453125,
+ -0.021697998046875,
+ -0.02740478515625,
+ -0.0115966796875,
+ -0.005489349365234375,
+ 0.01036834716796875,
+ 0.023193359375,
+ 0.0247650146484375,
+ -0.017486572265625,
+ 0.058685302734375,
+ 0.07135009765625,
+ -0.00043654441833496094,
+ 0.037078857421875,
+ 0.006412506103515625,
+ -0.014404296875,
+ 0.03179931640625,
+ 0.0247650146484375,
+ -0.006633758544921875,
+ -0.035125732421875,
+ 0.045318603515625,
+ 0.012298583984375,
+ 0.0263519287109375,
+ -0.006061553955078125,
+ -0.03936767578125,
+ 0.00007408857345581055,
+ -0.00948333740234375,
+ 0.036712646484375,
+ -0.0256500244140625,
+ -0.0228424072265625,
+ 0.0002567768096923828,
+ 0.025299072265625,
+ 0.0258331298828125,
+ 0.03936767578125,
+ 0.01519775390625,
+ -0.01203155517578125,
+ 0.0523681640625,
+ -0.00957489013671875,
+ 0.0107574462890625,
+ 0.0249481201171875,
+ -0.018707275390625,
+ 0.051666259765625,
+ 0.0260009765625,
+ -0.0141448974609375,
+ 0.007904052734375,
+ 0.0303955078125,
+ 0.01580810546875,
+ -0.022491455078125,
+ -0.0182647705078125,
+ 0.038482666015625,
+ -0.01387786865234375,
+ -0.03759765625,
+ -0.031280517578125,
+ -0.01580810546875,
+ -0.0199432373046875,
+ -0.002185821533203125,
+ -0.007640838623046875,
+ 0.008697509765625,
+ -0.02020263671875,
+ -0.061492919921875,
+ -0.0265350341796875,
+ 0.042694091796875,
+ -0.023193359375,
+ 0.057281494140625,
+ 0.03338623046875,
+ -0.02740478515625,
+ -0.0284576416015625,
+ 0.032501220703125,
+ 0.0011091232299804688,
+ 0.038818359375,
+ 0.0005574226379394531,
+ 0.0189666748046875,
+ -0.021087646484375,
+ -0.014495849609375,
+ 0.05938720703125,
+ 0.004985809326171875,
+ 0.023895263671875,
+ 0.01528167724609375,
+ -0.00597381591796875,
+ 0.0111083984375,
+ -0.022308349609375,
+ 0.050933837890625,
+ 0.051666259765625,
+ -0.005466461181640625,
+ 0.021697998046875,
+ 0.0011310577392578125,
+ 0.0579833984375,
+ 0.041473388671875,
+ -0.06854248046875,
+ -0.0030307769775390625,
+ -0.0867919921875,
+ -0.004150390625,
+ -0.07025146484375,
+ -0.0220489501953125,
+ -0.038482666015625,
+ -0.042327880859375,
+ 0.01739501953125,
+ -0.0108489990234375,
+ -0.033203125,
+ 0.002262115478515625,
+ 0.01861572265625,
+ -0.01247406005859375,
+ 0.026885986328125,
+ 0.004962921142578125,
+ -0.010894775390625,
+ 0.01019287109375,
+ 0.080810546875,
+ -0.018707275390625,
+ -0.01093292236328125,
+ -0.0213470458984375,
+ 0.0235443115234375,
+ -0.003536224365234375,
+ 0.0163421630859375,
+ -0.036712646484375,
+ -0.0172119140625,
+ 0.01168060302734375,
+ 0.00917816162109375,
+ 0.01177215576171875,
+ -0.03582763671875,
+ 0.006763458251953125,
+ 0.004833221435546875,
+ 0.026885986328125,
+ 0.00737762451171875,
+ -0.0018339157104492188,
+ -0.0263519287109375,
+ 0.012298583984375,
+ -0.017486572265625,
+ -0.040924072265625,
+ -0.00970458984375,
+ 0.036895751953125,
+ 0.0184478759765625,
+ 0.01467132568359375,
+ -0.0037326812744140625,
+ -0.031097412109375,
+ 0.0098419189453125,
+ -0.007640838623046875,
+ -0.0082550048828125,
+ -0.0108489990234375,
+ 0.043212890625,
+ -0.02740478515625,
+ 0.0175628662109375,
+ -0.02618408203125,
+ 0.0037555694580078125,
+ -0.0286407470703125,
+ -0.021087646484375,
+ 0.0010156631469726562,
+ -0.00004118680953979492,
+ -0.0667724609375,
+ -0.00909423828125,
+ -0.00812530517578125,
+ -0.035491943359375,
+ 0.006587982177734375,
+ -0.00830078125,
+ 0.0162506103515625,
+ -0.04638671875,
+ -0.055877685546875,
+ 0.00830078125,
+ -0.06182861328125,
+ -0.0220489501953125,
+ -0.04022216796875,
+ 0.03900146484375,
+ 0.0163421630859375,
+ 0.0025920867919921875,
+ -0.00852203369140625,
+ 0.0004062652587890625,
+ -0.026885986328125,
+ 0.027587890625,
+ -0.031280517578125,
+ 0.0244140625,
+ -0.0244140625,
+ 0.0305633544921875,
+ 0.03619384765625,
+ 0.0347900390625,
+ 0.0212554931640625,
+ 0.038299560546875,
+ 0.04742431640625,
+ -0.0265350341796875,
+ 0.0207366943359375,
+ 0.01291656494140625,
+ 0.017486572265625,
+ 0.01142120361328125,
+ -0.0247650146484375,
+ -0.01959228515625,
+ 0.01800537109375,
+ -0.040924072265625,
+ 0.033203125,
+ 0.031280517578125,
+ 0.0247650146484375,
+ 0.0221405029296875,
+ -0.01080322265625,
+ 0.00672149658203125,
+ 0.04302978515625,
+ 0.00860595703125,
+ 0.069580078125,
+ -0.032318115234375,
+ -0.06219482421875,
+ 0.0112457275390625,
+ 0.0226593017578125,
+ -0.0258331298828125,
+ -0.017913818359375,
+ 0.04217529296875,
+ 0.0204620361328125,
+ 0.0200347900390625,
+ 0.0291595458984375,
+ -0.00992584228515625,
+ 0.01396942138671875,
+ -0.025115966796875,
+ -0.0126495361328125,
+ 0.016693115234375,
+ -0.020294189453125,
+ 0.00689697265625,
+ 0.038482666015625,
+ 0.054473876953125,
+ 0.004390716552734375,
+ 0.0491943359375,
+ -0.016693115234375,
+ -0.041107177734375,
+ -0.027587890625,
+ -0.043731689453125,
+ 0.028289794921875,
+ 0.0176544189453125,
+ 0.01432037353515625,
+ 0.042327880859375,
+ -0.0247650146484375,
+ -0.052001953125,
+ 0.01001739501953125,
+ -0.04217529296875,
+ 0.07733154296875,
+ 0.023895263671875,
+ 0.00135040283203125,
+ 0.05059814453125,
+ -0.014495849609375,
+ 0.0101470947265625,
+ 0.037933349609375,
+ 0.004589080810546875,
+ 0.0163421630859375,
+ 0.041107177734375,
+ 0.020294189453125,
+ 0.017486572265625,
+ -0.025299072265625,
+ 0.00962066650390625,
+ 0.0254669189453125,
+ -0.001300811767578125,
+ -0.02239990234375,
+ 0.032318115234375,
+ 0.0191497802734375,
+ 0.0335693359375,
+ -0.03936767578125,
+ 0.0254669189453125,
+ 0.021697998046875,
+ -0.01212310791015625,
+ 0.003360748291015625,
+ -0.0079498291015625,
+ 0.0191497802734375,
+ -0.043731689453125,
+ -0.0080413818359375,
+ 0.0032062530517578125,
+ 0.0298614501953125,
+ 0.02239990234375,
+ 0.0183563232421875,
+ -0.049530029296875,
+ -0.0212554931640625,
+ 0.03778076171875,
+ -0.053070068359375,
+ 0.025115966796875,
+ 0.01432037353515625,
+ -0.0307464599609375,
+ 0.013092041015625,
+ -0.01168060302734375,
+ -0.05377197265625,
+ 0.021514892578125,
+ -0.047088623046875,
+ -0.0104522705078125,
+ -0.011505126953125,
+ 0.04461669921875,
+ -0.051300048828125,
+ -0.0335693359375,
+ -0.03460693359375,
+ -0.0176544189453125,
+ 0.0216064453125,
+ -0.015106201171875,
+ 0.0079498291015625,
+ 0.01168060302734375,
+ -0.005840301513671875,
+ 0.0190582275390625,
+ 0.053070068359375,
+ 0.01032257080078125,
+ -0.0272369384765625,
+ 0.07379150390625,
+ -0.0004749298095703125,
+ -0.04443359375,
+ 0.0300445556640625,
+ 0.01177215576171875,
+ 0.0523681640625,
+ -0.00592803955078125,
+ -0.0293426513671875,
+ 0.00010567903518676758,
+ 0.0052032470703125,
+ 0.0013885498046875,
+ 0.0286407470703125,
+ -0.03179931640625,
+ -0.0272369384765625,
+ -0.032867431640625,
+ 0.049530029296875,
+ 0.0108489990234375,
+ 0.050933837890625,
+ 0.0009112358093261719,
+ -0.02301025390625,
+ 0.0147552490234375,
+ -0.060089111328125,
+ -0.01062774658203125,
+ 0.005096435546875,
+ 0.004150390625,
+ -0.0161590576171875,
+ 0.044097900390625,
+ -0.004589080810546875,
+ 0.02081298828125,
+ -0.0080413818359375,
+ 0.034271240234375,
+ -0.00812530517578125,
+ -0.0087432861328125,
+ -0.04638671875,
+ 0.06744384765625,
+ 0.0177459716796875,
+ -0.07659912109375,
+ 0.01396942138671875,
+ -0.0235443115234375,
+ -0.0176544189453125,
+ 0.045318603515625,
+ -0.057281494140625,
+ 0.042510986328125,
+ -0.004085540771484375,
+ -0.06536865234375,
+ -0.036712646484375,
+ -0.042327880859375,
+ -0.057281494140625,
+ -0.035308837890625,
+ 0.045318603515625,
+ 0.0233612060546875,
+ 0.0199432373046875,
+ 0.0190582275390625,
+ -0.0159912109375,
+ -0.00016748905181884766,
+ 0.0460205078125,
+ -0.013092041015625,
+ -0.0014820098876953125,
+ 0.0078582763671875,
+ -0.045318603515625,
+ -0.043914794921875,
+ -0.0090484619140625,
+ 0.047088623046875,
+ -0.0435791015625,
+ -0.0233612060546875,
+ 0.002063751220703125,
+ -0.0159912109375,
+ 0.049530029296875,
+ -0.04058837890625,
+ 0.01493072509765625,
+ -0.017486572265625,
+ 0.0028324127197265625,
+ -0.02459716796875,
+ -0.039520263671875,
+ -0.004413604736328125,
+ 0.0197601318359375,
+ 0.00860595703125,
+ 0.01067352294921875,
+ 0.045684814453125,
+ -0.051666259765625,
+ 0.00860595703125,
+ 0.02099609375,
+ -0.006015777587890625,
+ 0.0154571533203125,
+ 0.028106689453125,
+ 0.0228424072265625,
+ -0.00917816162109375,
+ 0.0240631103515625,
+ -0.0235443115234375,
+ -0.0279388427734375,
+ -0.03900146484375,
+ 0.0107574462890625,
+ -0.0035572052001953125,
+ -0.0303955078125,
+ -0.023193359375,
+ -0.03497314453125,
+ -0.07623291015625,
+ -0.00917816162109375,
+ 0.051666259765625,
+ 0.0080413818359375,
+ -0.00997161865234375,
+ -0.031280517578125,
+ -0.004283905029296875,
+ 0.0094451904296875,
+ -0.02899169921875,
+ 0.038818359375,
+ -0.0298614501953125,
+ 0.033905029296875,
+ 0.0080413818359375,
+ -0.0260009765625,
+ 0.0548095703125,
+ 0.03302001953125,
+ 0.031280517578125,
+ 0.029693603515625,
+ 0.04180908203125,
+ -0.0192413330078125,
+ -0.006587982177734375,
+ 0.006633758544921875,
+ -0.01580810546875,
+ 0.0141448974609375,
+ -0.04498291015625,
+ 0.007598876953125,
+ -0.023193359375,
+ -0.01422882080078125,
+ 0.0207366943359375,
+ 0.0249481201171875,
+ 0.0233612060546875,
+ -0.0126495361328125,
+ -0.0181884765625,
+ 0.032684326171875,
+ 0.01238250732421875,
+ 0.059722900390625,
+ 0.01528167724609375,
+ -0.05902099609375,
+ -0.0112457275390625,
+ 0.0008563995361328125,
+ 0.037078857421875,
+ 0.03216552734375,
+ -0.0054473876953125,
+ -0.03936767578125,
+ 0.022308349609375,
+ 0.0372314453125,
+ 0.020294189453125,
+ -0.0183563232421875,
+ -0.0360107421875,
+ 0.012298583984375,
+ 0.0141448974609375,
+ 0.0460205078125,
+ 0.00360107421875,
+ 0.0927734375,
+ 0.026702880859375,
+ -0.0080413818359375,
+ 0.05059814453125,
+ 0.07659912109375,
+ 0.034271240234375,
+ -0.0247650146484375,
+ -0.056915283203125,
+ 0.00707244873046875,
+ -0.0184478759765625,
+ -0.057281494140625,
+ -0.036529541015625,
+ -0.0263519287109375,
+ 0.033721923828125,
+ -0.0667724609375,
+ -0.02081298828125,
+ 0.005290985107421875,
+ 0.0244140625,
+ 0.037078857421875,
+ 0.0199432373046875,
+ -0.055511474609375,
+ 0.01203155517578125,
+ -0.006237030029296875,
+ -0.027587890625,
+ -0.006458282470703125,
+ -0.0104522705078125,
+ 0.0256500244140625,
+ 0.039520263671875,
+ 0.038299560546875,
+ -0.01203155517578125,
+ 0.026885986328125,
+ 0.006587982177734375,
+ 0.0298614501953125,
+ 0.03778076171875,
+ 0.0523681640625,
+ 0.0154571533203125,
+ 0.00782012939453125,
+ 0.0307464599609375,
+ 0.056915283203125,
+ -0.0260009765625,
+ -0.02618408203125,
+ 0.01238250732421875,
+ 0.0057525634765625,
+ 0.032684326171875,
+ 0.06463623046875,
+ -0.01580810546875,
+ 0.0010652542114257812,
+ -0.004566192626953125,
+ -0.049530029296875,
+ 0.0162506103515625,
+ 0.0028324127197265625,
+ 0.01361846923828125,
+ -0.04779052734375,
+ -0.03302001953125,
+ -0.0018777847290039062,
+ -0.05657958984375,
+ 0.05023193359375,
+ 0.003513336181640625,
+ -0.032318115234375,
+ -0.0029430389404296875,
+ 0.0254669189453125,
+ -0.00830078125,
+ -0.05517578125,
+ 0.0111541748046875,
+ -0.028106689453125,
+ 0.0021419525146484375,
+ -0.072021484375,
+ -0.036376953125,
+ 0.033721923828125,
+ -0.01132965087890625,
+ -0.0491943359375,
+ -0.026702880859375,
+ 0.0307464599609375,
+ -0.03021240234375,
+ -0.020904541015625,
+ -0.006412506103515625,
+ -0.0018339157104492188,
+ -0.034088134765625,
+ -0.0216064453125,
+ -0.05517578125,
+ -0.05023193359375,
+ 0.016082763671875,
+ -0.05377197265625,
+ -0.017486572265625,
+ 0.005710601806640625,
+ -0.0291595458984375,
+ 0.007640838623046875,
+ 0.01203155517578125,
+ -0.0254669189453125,
+ 0.038818359375,
+ -0.038116455078125,
+ 0.03582763671875,
+ 0.00882720947265625,
+ 0.038665771484375,
+ 0.0635986328125,
+ 0.0780029296875,
+ 0.013092041015625,
+ 0.02740478515625,
+ -0.013092041015625,
+ -0.058319091796875,
+ -0.01032257080078125,
+ 0.00402069091796875,
+ 0.0134429931640625,
+ -0.06781005859375,
+ -0.00689697265625,
+ 0.056915283203125,
+ -0.08782958984375,
+ -0.0054473876953125,
+ -0.0024929046630859375,
+ -0.00772857666015625,
+ -0.03619384765625,
+ 0.0028324127197265625,
+ 0.0037994384765625,
+ 0.025115966796875,
+ 0.115966796875,
+ 0.0214385986328125,
+ -0.0159912109375,
+ 0.0303955078125,
+ -0.0235443115234375,
+ 0.0416259765625,
+ 0.0240631103515625,
+ 0.02178955078125,
+ -0.043731689453125,
+ 0.0335693359375,
+ 0.01220703125,
+ -0.03338623046875,
+ 0.002964019775390625,
+ -0.058685302734375,
+ -0.0011529922485351562,
+ 0.026702880859375,
+ 0.01168060302734375,
+ -0.01422882080078125,
+ -0.0277557373046875,
+ -0.0300445556640625,
+ -0.039703369140625,
+ -0.0141448974609375,
+ 0.0435791015625,
+ 0.006061553955078125,
+ 0.01422882080078125,
+ -0.047088623046875,
+ -0.0360107421875,
+ 0.0228424072265625,
+ -0.04638671875,
+ -0.026702880859375,
+ -0.02178955078125,
+ 0.03759765625,
+ -0.0293426513671875,
+ -0.0335693359375,
+ 0.0008454322814941406,
+ 0.026885986328125,
+ -0.0011091232299804688,
+ 0.00970458984375,
+ 0.06219482421875,
+ -0.047088623046875,
+ 0.0015153884887695312,
+ 0.00432586669921875,
+ 0.0036678314208984375,
+ 0.01212310791015625,
+ 0.0168609619140625,
+ 0.01097869873046875,
+ 0.026702880859375,
+ 0.042327880859375,
+ -0.046722412109375,
+ 0.045684814453125,
+ 0.054473876953125,
+ -0.0182647705078125,
+ -0.04638671875,
+ -0.01467132568359375,
+ -0.03619384765625,
+ 0.020111083984375,
+ -0.01432037353515625,
+ 0.007598876953125,
+ 0.003864288330078125,
+ -0.0416259765625,
+ -0.07623291015625,
+ 0.036529541015625,
+ -0.0307464599609375,
+ -0.006191253662109375,
+ 0.0247650146484375,
+ -0.01238250732421875,
+ -0.04217529296875,
+ -0.034423828125,
+ -0.03741455078125,
+ 0.0293426513671875,
+ -0.00469970703125,
+ 0.03759765625,
+ 0.021087646484375,
+ 0.0037326812744140625,
+ -0.01203155517578125,
+ -0.0086517333984375,
+ 0.0008783340454101562,
+ 0.042510986328125,
+ 0.052001953125,
+ -0.02301025390625,
+ 0.060089111328125,
+ -0.004150390625,
+ -0.0185394287109375,
+ 0.002437591552734375,
+ -0.0006861686706542969,
+ 0.0176544189453125,
+ 0.0101470947265625,
+ -0.061492919921875,
+ 0.0118560791015625,
+ 0.0164337158203125,
+ 0.06500244140625,
+ -0.01580810546875,
+ 0.0010213851928710938,
+ -0.00970458984375,
+ 0.01580810546875,
+ -0.003864288330078125,
+ -0.0240631103515625,
+ 0.0021305084228515625,
+ 0.0012350082397460938,
+ -0.0024929046630859375,
+ -0.018890380859375,
+ -0.039703369140625,
+ -0.1004638671875,
+ -0.0007357597351074219,
+ -0.048492431640625,
+ -0.007335662841796875,
+ 0.0240631103515625,
+ 0.01036834716796875,
+ 0.03338623046875,
+ -0.03021240234375,
+ 0.01493072509765625,
+ -0.016693115234375,
+ -0.025115966796875,
+ -0.07098388671875,
+ 0.004611968994140625,
+ -0.0164337158203125,
+ 0.0256500244140625,
+ -0.01317596435546875,
+ -0.035308837890625,
+ 0.0147552490234375,
+ -0.0247650146484375,
+ 0.005535125732421875,
+ -0.0032939910888671875,
+ -0.01062774658203125,
+ -0.028106689453125,
+ 0.0300445556640625,
+ -0.0716552734375,
+ -0.017486572265625,
+ -0.0020542144775390625,
+ 0.00632476806640625,
+ 0.01493072509765625,
+ -0.037078857421875,
+ 0.0867919921875,
+ -0.0183563232421875,
+ -0.07904052734375,
+ 0.0228424072265625,
+ -0.00878143310546875,
+ -0.0270538330078125,
+ 0.0233612060546875,
+ -0.023712158203125,
+ -0.0094451904296875,
+ 0.033721923828125,
+ 0.04498291015625,
+ 0.0014276504516601562,
+ 0.0219573974609375,
+ 0.01467132568359375,
+ -0.0193328857421875,
+ 0.0182647705078125,
+ 0.017486572265625,
+ 0.0178375244140625,
+ 0.0148468017578125,
+ 0.035308837890625,
+ -0.0002689361572265625,
+ 0.031097412109375,
+ -0.0164337158203125,
+ -0.080810546875,
+ -0.0080413818359375,
+ -0.0254669189453125,
+ -0.05340576171875,
+ -0.01361846923828125,
+ 0.07623291015625,
+ 0.032501220703125,
+ -0.0017566680908203125,
+ 0.0303955078125,
+ 0.04742431640625,
+ 0.034088134765625,
+ 0.0041961669921875,
+ -0.01519775390625,
+ -0.05340576171875,
+ -0.00579833984375,
+ 0.02081298828125,
+ 0.01282501220703125,
+ -0.07904052734375,
+ 0.0303955078125,
+ 0.072021484375,
+ -0.00009948015213012695,
+ -0.010101318359375,
+ 0.01142120361328125,
+ 0.014495849609375,
+ 0.045318603515625,
+ 0.0057525634765625,
+ 0.0079498291015625,
+ -0.0576171875,
+ -0.0007410049438476562,
+ 0.036529541015625,
+ -0.0141448974609375,
+ 0.005710601806640625,
+ -0.0391845703125,
+ -0.034088134765625,
+ 0.035491943359375,
+ -0.0787353515625,
+ -0.0007300376892089844,
+ -0.003448486328125,
+ 0.063232421875,
+ -0.02618408203125,
+ -0.048126220703125,
+ -0.025115966796875,
+ 0.036712646484375,
+ 0.0254669189453125,
+ -0.0303955078125,
+ 0.0166015625,
+ -0.016510009765625,
+ -0.035308837890625,
+ 0.004150390625,
+ 0.0460205078125,
+ 0.0082550048828125,
+ 0.03741455078125,
+ 0.01537322998046875,
+ -0.035491943359375,
+ 0.035125732421875,
+ -0.00362396240234375,
+ 0.0172119140625,
+ -0.01282501220703125,
+ -0.0303955078125,
+ -0.06256103515625,
+ -0.026702880859375,
+ 0.046722412109375,
+ 0.006412506103515625,
+ 0.028289794921875,
+ 0.0221405029296875,
+ -0.0030956268310546875,
+ -0.038116455078125,
+ -0.00592803955078125,
+ 0.0219573974609375,
+ 0.041290283203125,
+ 0.0161590576171875,
+ -0.01361846923828125,
+ 0.0101470947265625,
+ 0.05377197265625,
+ 0.006103515625,
+ -0.045318603515625,
+ 0.043212890625,
+ -0.036376953125,
+ 0.003711700439453125,
+ -0.03021240234375,
+ -0.002162933349609375,
+ -0.00327301025390625,
+ -0.029510498046875,
+ -0.0013227462768554688,
+ -0.02301025390625,
+ -0.0029201507568359375,
+ -0.034271240234375,
+ -0.029510498046875,
+ -0.0072479248046875,
+ 0.022308349609375,
+ -0.0256500244140625,
+ 0.011505126953125,
+ 0.0284576416015625,
+ -0.0213470458984375,
+ -0.00887298583984375,
+ -0.045684814453125,
+ 0.0660400390625,
+ 0.0140533447265625,
+ 0.03460693359375,
+ -0.00952911376953125,
+ 0.0193328857421875,
+ 0.0335693359375,
+ 0.0133514404296875,
+ 0.0005793571472167969,
+ 0.03741455078125,
+ -0.0226593017578125,
+ 0.0491943359375,
+ 0.032684326171875,
+ 0.0211639404296875,
+ -0.045684814453125,
+ 0.041107177734375,
+ 0.0277557373046875,
+ -0.04498291015625,
+ 0.03619384765625,
+ -0.0108489990234375,
+ 0.004459381103515625,
+ -0.004261016845703125,
+ 0.004833221435546875,
+ -0.0075531005859375,
+ -0.03179931640625,
+ 0.07098388671875,
+ 0.032501220703125,
+ 0.0010976791381835938,
+ 0.023193359375,
+ -0.04022216796875,
+ 0.0391845703125,
+ 0.0148468017578125,
+ 0.06500244140625,
+ -0.040069580078125,
+ 0.049530029296875,
+ -0.01067352294921875,
+ -0.0272369384765625,
+ -0.02618408203125,
+ 0.0286407470703125,
+ -0.017303466796875,
+ 0.0435791015625,
+ -0.0372314453125,
+ 0.041473388671875,
+ 0.01247406005859375,
+ -0.0010099411010742188,
+ -0.049530029296875,
+ -0.011505126953125,
+ 0.0010976791381835938,
+ 0.00926971435546875,
+ 0.043914794921875,
+ -0.06781005859375,
+ -0.01467132568359375,
+ -0.01102447509765625,
+ 0.0247650146484375,
+ 0.055511474609375,
+ 0.006809234619140625,
+ 0.0164337158203125,
+ 0.017486572265625,
+ -0.007114410400390625,
+ -0.01273345947265625,
+ -0.00492095947265625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "encryption-analysis",
+ "pgp-analysis",
+ "key-analysis",
+ "signature-verification",
+ "encrypted-communications",
+ "cryptographic-evidence"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Eric_Zimmerman_Tools",
+ "type": "tool",
+ "name": "Eric Zimmerman Tools",
+ "content": "eric zimmerman tools windows-artefakt-spezialist-suite von eric zimmerman dekodiert moderne windows-10/11-strukturen mit unübertroffener präzision und detail-ebene. shellbags explorer rekonstruiert folder-access-history, pecmd parst prefetch-files für application-execution-evidence, amcacheparser identifiziert software-installation-timestamps. registry explorer mit advanced-bookmarks und live-system-analysis-capabilities für running-system-forensics. timeline explorer korreliert csv-output aller tools in unified super-timeline mit multi-source-event-correlation. kape-integration orchestriert tool-collection automatisch, ständige updates für windows-11-features, cloud-artefakte (onedrive, teams) und enterprise-environments. gui artifact-parser shellbags prefetch-viewer timeline jumplist registry-analysis mft-parser batch-processing cloud-artifacts community-driven free-tools scenario:windows-registry scenario:persistence artifact-extraction windows-forensics incident-response static-investigations malware-analysis examination analysis",
+ "embedding": [
+ -0.04620361328125,
+ 0.024505615234375,
+ 0.052032470703125,
+ -0.01885986328125,
+ 0.0288543701171875,
+ 0.024322509765625,
+ -0.0101318359375,
+ 0.0271453857421875,
+ -0.01074981689453125,
+ 0.00980377197265625,
+ -0.045257568359375,
+ 0.058441162109375,
+ 0.01018524169921875,
+ -0.00876617431640625,
+ -0.047515869140625,
+ 0.0443115234375,
+ -0.01187896728515625,
+ -0.000316619873046875,
+ 0.0089111328125,
+ -0.00862884521484375,
+ -0.0380859375,
+ 0.0008840560913085938,
+ -0.040924072265625,
+ -0.0026035308837890625,
+ 0.00157928466796875,
+ 0.03790283203125,
+ -0.0163116455078125,
+ -0.051300048828125,
+ -0.023284912109375,
+ 0.011077880859375,
+ 0.0171661376953125,
+ -0.02508544921875,
+ 0.0152740478515625,
+ 0.0215911865234375,
+ -0.002109527587890625,
+ -0.005985260009765625,
+ 0.0143280029296875,
+ -0.054290771484375,
+ -0.0318603515625,
+ 0.0792236328125,
+ -0.01338958740234375,
+ 0.0247039794921875,
+ 0.0194244384765625,
+ -0.006786346435546875,
+ -0.0301666259765625,
+ -0.02752685546875,
+ 0.00586700439453125,
+ 0.00716400146484375,
+ 0.00787353515625,
+ -0.0203704833984375,
+ 0.026214599609375,
+ 0.00400543212890625,
+ 0.002239227294921875,
+ -0.01885986328125,
+ -0.0301666259765625,
+ 0.002227783203125,
+ 0.0014438629150390625,
+ -0.006931304931640625,
+ -0.0299835205078125,
+ 0.051666259765625,
+ -0.0418701171875,
+ -0.01018524169921875,
+ -0.0038661956787109375,
+ -0.023101806640625,
+ 0.0034885406494140625,
+ 0.0169677734375,
+ -0.0004978179931640625,
+ -0.0216827392578125,
+ 0.0055389404296875,
+ 0.00240325927734375,
+ -0.0019330978393554688,
+ -0.01386260986328125,
+ -0.02301025390625,
+ 0.039031982421875,
+ -0.028472900390625,
+ -0.063720703125,
+ 0.00928497314453125,
+ 0.0280914306640625,
+ -0.0005450248718261719,
+ -0.0038661956787109375,
+ -0.0501708984375,
+ -0.00341796875,
+ 0.0595703125,
+ -0.015655517578125,
+ -0.00881195068359375,
+ 0.028472900390625,
+ 0.0171661376953125,
+ 0.0280914306640625,
+ 0.00971221923828125,
+ -0.0165863037109375,
+ 0.01904296875,
+ 0.0008192062377929688,
+ 0.0041961669921875,
+ -0.010986328125,
+ 0.043182373046875,
+ 0.063720703125,
+ -0.012542724609375,
+ -0.00933074951171875,
+ -0.024322509765625,
+ 0.041656494140625,
+ 0.01555633544921875,
+ -0.033172607421875,
+ 0.06109619140625,
+ -0.0012607574462890625,
+ 0.02978515625,
+ -0.01461029052734375,
+ 0.0142364501953125,
+ -0.041107177734375,
+ -0.019989013671875,
+ -0.033172607421875,
+ -0.09954833984375,
+ -0.051666259765625,
+ -0.0196075439453125,
+ -0.0595703125,
+ -0.01451873779296875,
+ -0.00824737548828125,
+ 0.022064208984375,
+ 0.032623291015625,
+ -0.040924072265625,
+ -0.0509033203125,
+ 0.01555633544921875,
+ 0.0010080337524414062,
+ -0.006977081298828125,
+ 0.01593017578125,
+ -0.05279541015625,
+ -0.0626220703125,
+ -0.0182952880859375,
+ 0.034515380859375,
+ -0.020172119140625,
+ -0.032806396484375,
+ -0.0299835205078125,
+ -0.01131439208984375,
+ -0.0184783935546875,
+ -0.028472900390625,
+ -0.0165863037109375,
+ -0.00759124755859375,
+ 0.037322998046875,
+ 0.00975799560546875,
+ -0.0080108642578125,
+ -0.0021572113037109375,
+ 0.03619384765625,
+ -0.0439453125,
+ -0.058441162109375,
+ -0.03338623046875,
+ -0.0595703125,
+ 0.01291656494140625,
+ -0.00716400146484375,
+ 0.04638671875,
+ -0.030731201171875,
+ 0.00659942626953125,
+ -0.0236663818359375,
+ 0.024322509765625,
+ 0.054290771484375,
+ 0.01136016845703125,
+ 0.0309295654296875,
+ -0.058837890625,
+ -0.005184173583984375,
+ -0.0182952880859375,
+ 0.03961181640625,
+ -0.0078277587890625,
+ -0.0163116455078125,
+ 0.0088653564453125,
+ -0.0248870849609375,
+ 0.02197265625,
+ -0.0164947509765625,
+ -0.032989501953125,
+ -0.034698486328125,
+ 0.0301666259765625,
+ -0.0002503395080566406,
+ 0.0015554428100585938,
+ 0.02734375,
+ -0.006175994873046875,
+ 0.05731201171875,
+ 0.06524658203125,
+ -0.013671875,
+ 0.0294189453125,
+ -0.0020160675048828125,
+ 0.0224456787109375,
+ 0.049407958984375,
+ 0.0311126708984375,
+ -0.017059326171875,
+ -0.00009649991989135742,
+ 0.0269622802734375,
+ -0.017730712890625,
+ 0.02545166015625,
+ 0.0032291412353515625,
+ -0.0247039794921875,
+ -0.01145172119140625,
+ -0.018951416015625,
+ 0.0207366943359375,
+ -0.03564453125,
+ -0.0443115234375,
+ -0.01300811767578125,
+ 0.026214599609375,
+ 0.032440185546875,
+ 0.07318115234375,
+ 0.0074005126953125,
+ -0.0047149658203125,
+ 0.045623779296875,
+ -0.005420684814453125,
+ 0.0085296630859375,
+ 0.019805908203125,
+ -0.02734375,
+ 0.056182861328125,
+ -0.0016498565673828125,
+ 0.0088653564453125,
+ -0.0010433197021484375,
+ 0.04412841796875,
+ 0.0311126708984375,
+ -0.0384521484375,
+ -0.030548095703125,
+ 0.06524658203125,
+ -0.0013904571533203125,
+ -0.0292205810546875,
+ -0.0235748291015625,
+ -0.0248870849609375,
+ 0.01499176025390625,
+ -0.01041412353515625,
+ -0.01404571533203125,
+ -0.011688232421875,
+ -0.015655517578125,
+ -0.061859130859375,
+ -0.00848388671875,
+ 0.0271453857421875,
+ -0.028289794921875,
+ 0.028289794921875,
+ 0.0194244384765625,
+ -0.02734375,
+ -0.03411865234375,
+ 0.0009899139404296875,
+ 0.02508544921875,
+ 0.00391387939453125,
+ 0.0011730194091796875,
+ 0.0203704833984375,
+ -0.0023097991943359375,
+ -0.032623291015625,
+ 0.06298828125,
+ 0.0279083251953125,
+ 0.038665771484375,
+ -0.0085296630859375,
+ -0.032257080078125,
+ 0.03826904296875,
+ -0.0279083251953125,
+ 0.0258331298828125,
+ 0.0193328857421875,
+ -0.0162200927734375,
+ -0.0018033981323242188,
+ 0.00199127197265625,
+ 0.041656494140625,
+ 0.034698486328125,
+ -0.034332275390625,
+ -0.004383087158203125,
+ -0.080322265625,
+ -0.0039825439453125,
+ -0.062225341796875,
+ -0.045623779296875,
+ -0.03375244140625,
+ -0.04864501953125,
+ 0.050537109375,
+ -0.047882080078125,
+ -0.03338623046875,
+ 0.003040313720703125,
+ 0.0054931640625,
+ -0.01338958740234375,
+ 0.039794921875,
+ 0.002346038818359375,
+ -0.021209716796875,
+ -0.00007104873657226562,
+ 0.06146240234375,
+ 0.014892578125,
+ -0.01593017578125,
+ 0.007541656494140625,
+ 0.0084381103515625,
+ -0.01442718505859375,
+ 0.0205535888671875,
+ -0.03204345703125,
+ -0.0033702850341796875,
+ 0.06072998046875,
+ 0.024505615234375,
+ 0.00499725341796875,
+ -0.0215911865234375,
+ 0.0311126708984375,
+ -0.0031108856201171875,
+ 0.0172576904296875,
+ -0.026397705078125,
+ -0.0172576904296875,
+ -0.0055389404296875,
+ 0.0240478515625,
+ -0.0258331298828125,
+ -0.0592041015625,
+ -0.0175323486328125,
+ 0.044677734375,
+ 0.0088653564453125,
+ -0.0152740478515625,
+ 0.035247802734375,
+ -0.036956787109375,
+ -0.00909423828125,
+ -0.0165863037109375,
+ -0.0161285400390625,
+ 0.0318603515625,
+ 0.042816162109375,
+ -0.0360107421875,
+ 0.01178741455078125,
+ -0.0058441162109375,
+ 0.012725830078125,
+ -0.0215911865234375,
+ -0.09014892578125,
+ -0.015838623046875,
+ 0.003276824951171875,
+ -0.0501708984375,
+ -0.004665374755859375,
+ 0.02978515625,
+ -0.005207061767578125,
+ 0.0115966796875,
+ -0.002758026123046875,
+ -0.001255035400390625,
+ -0.04656982421875,
+ -0.055816650390625,
+ 0.0141448974609375,
+ -0.044891357421875,
+ -0.028289794921875,
+ -0.00824737548828125,
+ 0.041107177734375,
+ -0.00240325927734375,
+ 0.0105133056640625,
+ -0.0204620361328125,
+ -0.0183868408203125,
+ -0.02508544921875,
+ 0.0151824951171875,
+ -0.01348114013671875,
+ 0.0031108856201171875,
+ -0.02752685546875,
+ 0.0163116455078125,
+ 0.031494140625,
+ 0.0184783935546875,
+ -0.003063201904296875,
+ 0.04901123046875,
+ 0.0260162353515625,
+ -0.041290283203125,
+ 0.0080108642578125,
+ -0.00372314453125,
+ 0.00017082691192626953,
+ 0.005611419677734375,
+ -0.01187896728515625,
+ -0.040740966796875,
+ -0.0157470703125,
+ -0.0309295654296875,
+ 0.026397705078125,
+ -0.004291534423828125,
+ 0.03338623046875,
+ 0.0509033203125,
+ -0.039794921875,
+ 0.0033473968505859375,
+ 0.072021484375,
+ -0.002132415771484375,
+ 0.101806640625,
+ -0.0162200927734375,
+ -0.0294189453125,
+ 0.03619384765625,
+ 0.0196075439453125,
+ -0.0005450248718261719,
+ 0.0007953643798828125,
+ 0.04449462890625,
+ 0.004924774169921875,
+ 0.011688232421875,
+ 0.03546142578125,
+ 0.001861572265625,
+ 0.020263671875,
+ -0.0175323486328125,
+ -0.00923919677734375,
+ 0.0153656005859375,
+ -0.01499176025390625,
+ 0.0235748291015625,
+ 0.05316162109375,
+ 0.009429931640625,
+ -0.003299713134765625,
+ 0.04052734375,
+ -0.039398193359375,
+ -0.03338623046875,
+ -0.0294189453125,
+ -0.061859130859375,
+ -0.00612640380859375,
+ 0.039398193359375,
+ 0.0215911865234375,
+ 0.05279541015625,
+ -0.041290283203125,
+ -0.07879638671875,
+ 0.042236328125,
+ -0.035247802734375,
+ 0.07391357421875,
+ 0.035247802734375,
+ 0.001861572265625,
+ 0.03582763671875,
+ -0.0277252197265625,
+ 0.0033931732177734375,
+ 0.0115509033203125,
+ 0.0089111328125,
+ 0.01904296875,
+ 0.0198974609375,
+ 0.039031982421875,
+ -0.0006303787231445312,
+ -0.0240478515625,
+ 0.0203704833984375,
+ 0.028656005859375,
+ 0.02093505859375,
+ -0.00274658203125,
+ 0.02960205078125,
+ 0.032440185546875,
+ 0.0161285400390625,
+ -0.007778167724609375,
+ 0.032440185546875,
+ 0.039031982421875,
+ 0.005893707275390625,
+ 0.01235198974609375,
+ -0.02197265625,
+ -0.017730712890625,
+ -0.057708740234375,
+ 0.0019207000732421875,
+ 0.0003211498260498047,
+ -0.00664520263671875,
+ 0.0248870849609375,
+ 0.02337646484375,
+ -0.0712890625,
+ -0.00400543212890625,
+ 0.0595703125,
+ -0.06298828125,
+ 0.0227203369140625,
+ 0.0384521484375,
+ -0.034515380859375,
+ -0.000026166439056396484,
+ -0.017059326171875,
+ -0.055816650390625,
+ 0.0318603515625,
+ -0.02215576171875,
+ -0.0546875,
+ 0.0101318359375,
+ 0.0068359375,
+ -0.039794921875,
+ -0.038848876953125,
+ -0.024139404296875,
+ -0.022064208984375,
+ -0.0171661376953125,
+ -0.00150299072265625,
+ 0.0267791748046875,
+ 0.0012731552124023438,
+ -0.006221771240234375,
+ 0.034881591796875,
+ 0.053558349609375,
+ -0.01074981689453125,
+ -0.04656982421875,
+ 0.054290771484375,
+ -0.0182952880859375,
+ -0.051666259765625,
+ 0.0240478515625,
+ 0.0247039794921875,
+ 0.035247802734375,
+ -0.048095703125,
+ -0.0198974609375,
+ 0.0057525634765625,
+ -0.007213592529296875,
+ -0.0271453857421875,
+ 0.019805908203125,
+ -0.045623779296875,
+ -0.033172607421875,
+ -0.045623779296875,
+ 0.0682373046875,
+ -0.00318145751953125,
+ 0.039398193359375,
+ -0.01244354248046875,
+ -0.040924072265625,
+ 0.04241943359375,
+ -0.04827880859375,
+ -0.0116424560546875,
+ -0.035064697265625,
+ 0.0019445419311523438,
+ -0.01348114013671875,
+ 0.04827880859375,
+ -0.024322509765625,
+ -0.02734375,
+ 0.005397796630859375,
+ 0.0509033203125,
+ -0.00603485107421875,
+ 0.02197265625,
+ -0.041656494140625,
+ 0.01904296875,
+ 0.01499176025390625,
+ -0.028289794921875,
+ -0.0157470703125,
+ -0.0173492431640625,
+ -0.0022735595703125,
+ 0.04864501953125,
+ -0.042236328125,
+ 0.0014438629150390625,
+ 0.017059326171875,
+ -0.05279541015625,
+ -0.02978515625,
+ -0.0252685546875,
+ -0.01357269287109375,
+ -0.03411865234375,
+ 0.01508331298828125,
+ 0.016693115234375,
+ 0.007732391357421875,
+ 0.0227203369140625,
+ 0.012542724609375,
+ -0.00655364990234375,
+ 0.00829315185546875,
+ -0.0041961669921875,
+ -0.023284912109375,
+ 0.016693115234375,
+ -0.08709716796875,
+ -0.03167724609375,
+ -0.028289794921875,
+ 0.033935546875,
+ -0.018951416015625,
+ -0.00933074951171875,
+ 0.01555633544921875,
+ -0.00820159912109375,
+ 0.03131103515625,
+ -0.03790283203125,
+ -0.0099945068359375,
+ -0.0271453857421875,
+ -0.0036773681640625,
+ -0.03375244140625,
+ -0.049407958984375,
+ 0.011505126953125,
+ 0.01338958740234375,
+ -0.01070404052734375,
+ 0.014892578125,
+ 0.03375244140625,
+ -0.03167724609375,
+ 0.010986328125,
+ 0.01032257080078125,
+ 0.01885986328125,
+ 0.01178741455078125,
+ 0.00923919677734375,
+ 0.0074005126953125,
+ 0.0182952880859375,
+ 0.03790283203125,
+ -0.01404571533203125,
+ -0.03204345703125,
+ -0.07879638671875,
+ 0.0228118896484375,
+ 0.0183868408203125,
+ 0.007213592529296875,
+ -0.0163116455078125,
+ -0.0546875,
+ -0.058074951171875,
+ -0.004314422607421875,
+ 0.038848876953125,
+ 0.0083465576171875,
+ -0.001255035400390625,
+ -0.011505126953125,
+ -0.0208282470703125,
+ 0.013763427734375,
+ -0.038848876953125,
+ 0.03204345703125,
+ -0.010986328125,
+ 0.01122283935546875,
+ -0.0008130073547363281,
+ -0.032623291015625,
+ 0.026397705078125,
+ 0.0068359375,
+ 0.04449462890625,
+ 0.042816162109375,
+ 0.00919342041015625,
+ -0.00980377197265625,
+ 0.033172607421875,
+ -0.0207366943359375,
+ 0.0033473968505859375,
+ -0.0214080810546875,
+ -0.01678466796875,
+ 0.0157470703125,
+ -0.015838623046875,
+ -0.0223388671875,
+ -0.003299713134765625,
+ 0.004619598388671875,
+ 0.030731201171875,
+ -0.009613037109375,
+ 0.01140594482421875,
+ 0.007259368896484375,
+ -0.0258331298828125,
+ 0.06488037109375,
+ -0.024322509765625,
+ -0.0169677734375,
+ 0.0224456787109375,
+ -0.002899169921875,
+ 0.042236328125,
+ 0.0509033203125,
+ 0.0022983551025390625,
+ -0.01386260986328125,
+ 0.0106048583984375,
+ 0.049407958984375,
+ -0.002899169921875,
+ -0.0247039794921875,
+ -0.0443115234375,
+ 0.0239410400390625,
+ -0.0105133056640625,
+ 0.024139404296875,
+ 0.006504058837890625,
+ 0.058837890625,
+ -0.0004949569702148438,
+ 0.006740570068359375,
+ 0.0360107421875,
+ 0.058074951171875,
+ 0.043731689453125,
+ -0.00933074951171875,
+ -0.04864501953125,
+ -0.030731201171875,
+ 0.00971221923828125,
+ -0.0183868408203125,
+ -0.03826904296875,
+ 0.00711822509765625,
+ 0.0595703125,
+ -0.07843017578125,
+ -0.0198974609375,
+ -0.01451873779296875,
+ 0.00608062744140625,
+ -0.0183868408203125,
+ 0.017059326171875,
+ -0.0294189453125,
+ 0.0225372314453125,
+ 0.0193328857421875,
+ -0.043182373046875,
+ 0.010650634765625,
+ -0.0235748291015625,
+ 0.0169677734375,
+ 0.03753662109375,
+ 0.00820159912109375,
+ -0.01546478271484375,
+ 0.0131072998046875,
+ -0.0169677734375,
+ 0.0099029541015625,
+ -0.008392333984375,
+ 0.037139892578125,
+ 0.01546478271484375,
+ 0.016876220703125,
+ 0.06146240234375,
+ 0.051666259765625,
+ -0.018768310546875,
+ -0.0116424560546875,
+ 0.0288543701171875,
+ 0.05731201171875,
+ 0.0640869140625,
+ 0.05242919921875,
+ 0.0009369850158691406,
+ 0.011688232421875,
+ 0.01451873779296875,
+ -0.03546142578125,
+ -0.0039825439453125,
+ 0.0377197265625,
+ 0.0079193115234375,
+ -0.04034423828125,
+ -0.03997802734375,
+ 0.0279083251953125,
+ -0.0460205078125,
+ 0.005985260009765625,
+ 0.02508544921875,
+ -0.028656005859375,
+ -0.014892578125,
+ 0.02734375,
+ -0.034698486328125,
+ -0.034332275390625,
+ 0.0280914306640625,
+ -0.018768310546875,
+ -0.02130126953125,
+ -0.045074462890625,
+ -0.04620361328125,
+ 0.03619384765625,
+ -0.0256500244140625,
+ -0.053924560546875,
+ -0.00909423828125,
+ 0.02215576171875,
+ -0.0020503997802734375,
+ -0.022064208984375,
+ -0.02960205078125,
+ 0.01904296875,
+ -0.017059326171875,
+ -0.041656494140625,
+ -0.032989501953125,
+ -0.0443115234375,
+ -0.006458282470703125,
+ -0.013763427734375,
+ 0.01800537109375,
+ -0.0248870849609375,
+ -0.034515380859375,
+ -0.00530242919921875,
+ -0.017822265625,
+ -0.033935546875,
+ 0.0227203369140625,
+ -0.054290771484375,
+ 0.0384521484375,
+ 0.00011050701141357422,
+ 0.032806396484375,
+ 0.0204620361328125,
+ 0.06072998046875,
+ -0.02215576171875,
+ 0.009613037109375,
+ 0.0010662078857421875,
+ -0.0595703125,
+ 0.0008192062377929688,
+ 0.03204345703125,
+ 0.0238494873046875,
+ -0.0595703125,
+ 0.005939483642578125,
+ 0.051666259765625,
+ -0.080322265625,
+ 0.001590728759765625,
+ 0.0162200927734375,
+ -0.048095703125,
+ -0.035247802734375,
+ -0.00984954833984375,
+ -0.0036067962646484375,
+ 0.0292205810546875,
+ 0.09161376953125,
+ 0.012725830078125,
+ -0.0050201416015625,
+ -0.0009307861328125,
+ -0.051666259765625,
+ 0.05242919921875,
+ 0.00928497314453125,
+ 0.024505615234375,
+ -0.057708740234375,
+ 0.0115509033203125,
+ 0.00768280029296875,
+ -0.018951416015625,
+ -0.00858306884765625,
+ -0.0716552734375,
+ -0.005962371826171875,
+ 0.0235748291015625,
+ -0.00292205810546875,
+ -0.0142364501953125,
+ -0.0028629302978515625,
+ -0.04901123046875,
+ -0.012542724609375,
+ -0.0208282470703125,
+ -0.0012311935424804688,
+ 0.0038661956787109375,
+ 0.007022857666015625,
+ -0.047332763671875,
+ 0.004924774169921875,
+ -0.016876220703125,
+ -0.030548095703125,
+ -0.049407958984375,
+ -0.02960205078125,
+ 0.0153656005859375,
+ -0.0223388671875,
+ -0.058837890625,
+ 0.01508331298828125,
+ 0.01235198974609375,
+ 0.0122528076171875,
+ 0.032257080078125,
+ 0.0592041015625,
+ -0.030364990234375,
+ -0.0089569091796875,
+ 0.0005598068237304688,
+ 0.026214599609375,
+ -0.003818511962890625,
+ 0.002532958984375,
+ 0.005680084228515625,
+ 0.020172119140625,
+ 0.0196990966796875,
+ -0.0401611328125,
+ 0.04901123046875,
+ 0.032623291015625,
+ -0.0236663818359375,
+ -0.05279541015625,
+ -0.03961181640625,
+ -0.01357269287109375,
+ 0.0174407958984375,
+ -0.033172607421875,
+ 0.0311126708984375,
+ -0.0131072998046875,
+ -0.01178741455078125,
+ -0.0965576171875,
+ 0.058837890625,
+ -0.0153656005859375,
+ 0.0169677734375,
+ 0.0195159912109375,
+ -0.01442718505859375,
+ -0.07879638671875,
+ -0.04412841796875,
+ -0.023101806640625,
+ 0.018096923828125,
+ -0.0269622802734375,
+ 0.0294189453125,
+ -0.0172576904296875,
+ 0.02215576171875,
+ 0.0036067962646484375,
+ -0.0181884765625,
+ -0.01041412353515625,
+ 0.033172607421875,
+ 0.0299835205078125,
+ -0.02752685546875,
+ 0.05657958984375,
+ -0.00478363037109375,
+ 0.00829315185546875,
+ -0.012542724609375,
+ 0.0100860595703125,
+ 0.0186614990234375,
+ 0.004077911376953125,
+ -0.01136016845703125,
+ -0.0131988525390625,
+ 0.01593017578125,
+ 0.03411865234375,
+ -0.014892578125,
+ 0.0029697418212890625,
+ -0.0256500244140625,
+ 0.02093505859375,
+ -0.01032257080078125,
+ -0.00006073713302612305,
+ 0.017913818359375,
+ -0.002780914306640625,
+ -0.0335693359375,
+ -0.04693603515625,
+ -0.032440185546875,
+ -0.08221435546875,
+ 0.0240478515625,
+ -0.0550537109375,
+ -0.016021728515625,
+ 0.006412506103515625,
+ -0.0058441162109375,
+ 0.01187896728515625,
+ -0.04693603515625,
+ 0.04412841796875,
+ -0.010040283203125,
+ -0.017059326171875,
+ -0.0294189453125,
+ 0.039215087890625,
+ 0.0024280548095703125,
+ -0.00445556640625,
+ -0.0002989768981933594,
+ -0.0214080810546875,
+ 0.01885986328125,
+ -0.0174407958984375,
+ 0.0194244384765625,
+ -0.0151824951171875,
+ -0.0175323486328125,
+ -0.04241943359375,
+ -0.00586700439453125,
+ -0.044677734375,
+ -0.0100860595703125,
+ 0.004146575927734375,
+ 0.024505615234375,
+ 0.0062713623046875,
+ -0.03546142578125,
+ 0.03338623046875,
+ -0.0203704833984375,
+ -0.0501708984375,
+ 0.0546875,
+ -0.02508544921875,
+ -0.022247314453125,
+ -0.0068817138671875,
+ -0.00966644287109375,
+ -0.0063629150390625,
+ 0.02008056640625,
+ 0.03826904296875,
+ 0.07733154296875,
+ 0.00711822509765625,
+ 0.003936767578125,
+ -0.0176239013671875,
+ -0.006977081298828125,
+ -0.028656005859375,
+ 0.037139892578125,
+ 0.03167724609375,
+ 0.019805908203125,
+ 0.005916595458984375,
+ 0.0299835205078125,
+ 0.00139617919921875,
+ -0.1055908203125,
+ 0.0032062530517578125,
+ -0.0175323486328125,
+ -0.06597900390625,
+ 0.01922607421875,
+ 0.08563232421875,
+ 0.022064208984375,
+ -0.007022857666015625,
+ 0.0439453125,
+ 0.032257080078125,
+ 0.026214599609375,
+ 0.0012493133544921875,
+ -0.00923919677734375,
+ -0.0640869140625,
+ -0.02960205078125,
+ 0.0175323486328125,
+ -0.004619598388671875,
+ -0.04864501953125,
+ 0.050537109375,
+ 0.042999267578125,
+ 0.000659942626953125,
+ -0.018951416015625,
+ -0.01395416259765625,
+ 0.00495147705078125,
+ 0.0501708984375,
+ 0.006221771240234375,
+ 0.0292205810546875,
+ -0.067138671875,
+ 0.0235748291015625,
+ 0.032989501953125,
+ -0.0164947509765625,
+ 0.005374908447265625,
+ -0.0196075439453125,
+ -0.0301666259765625,
+ 0.0509033203125,
+ -0.03961181640625,
+ 0.0207366943359375,
+ -0.0095672607421875,
+ 0.0750732421875,
+ 0.026214599609375,
+ -0.034881591796875,
+ -0.024139404296875,
+ 0.052032470703125,
+ 0.0214080810546875,
+ -0.0299835205078125,
+ 0.0110321044921875,
+ -0.005138397216796875,
+ -0.0036773681640625,
+ 0.037322998046875,
+ 0.0595703125,
+ 0.030364990234375,
+ 0.028289794921875,
+ 0.0095672607421875,
+ -0.058074951171875,
+ 0.01470947265625,
+ 0.00504302978515625,
+ -0.00655364990234375,
+ -0.01461029052734375,
+ -0.052032470703125,
+ -0.0311126708984375,
+ -0.04638671875,
+ 0.05242919921875,
+ 0.0028400421142578125,
+ 0.035247802734375,
+ 0.034881591796875,
+ -0.018768310546875,
+ -0.002887725830078125,
+ 0.0131988525390625,
+ 0.018951416015625,
+ 0.0292205810546875,
+ 0.0252685546875,
+ 0.03411865234375,
+ -0.00848388671875,
+ 0.0186614990234375,
+ 0.0116424560546875,
+ -0.0258331298828125,
+ 0.009521484375,
+ -0.0309295654296875,
+ -0.030548095703125,
+ -0.0384521484375,
+ 0.007495880126953125,
+ 0.010986328125,
+ -0.00372314453125,
+ 0.0122528076171875,
+ -0.0467529296875,
+ 0.007213592529296875,
+ -0.0027332305908203125,
+ -0.05731201171875,
+ -0.0121612548828125,
+ 0.032806396484375,
+ -0.04693603515625,
+ 0.034515380859375,
+ 0.0151824951171875,
+ 0.00042724609375,
+ 0.017913818359375,
+ -0.09124755859375,
+ 0.076171875,
+ 0.048095703125,
+ 0.026397705078125,
+ -0.003536224365234375,
+ 0.0023326873779296875,
+ 0.023468017578125,
+ 0.016693115234375,
+ 0.00443267822265625,
+ 0.0194244384765625,
+ -0.0047607421875,
+ 0.05242919921875,
+ 0.055450439453125,
+ 0.0033702850341796875,
+ -0.019805908203125,
+ 0.02752685546875,
+ 0.003582000732421875,
+ -0.044891357421875,
+ 0.0239410400390625,
+ 0.0058441162109375,
+ 0.0153656005859375,
+ -0.0271453857421875,
+ -0.0131072998046875,
+ 0.01282501220703125,
+ -0.057708740234375,
+ 0.04638671875,
+ 0.028472900390625,
+ -0.0239410400390625,
+ 0.03826904296875,
+ -0.0626220703125,
+ 0.03167724609375,
+ -0.0013494491577148438,
+ 0.044891357421875,
+ -0.0546875,
+ 0.051300048828125,
+ -0.01470947265625,
+ 0.0258331298828125,
+ -0.005397796630859375,
+ 0.005611419677734375,
+ -0.009613037109375,
+ 0.0165863037109375,
+ 0.0003108978271484375,
+ 0.062225341796875,
+ 0.0252685546875,
+ -0.00012153387069702148,
+ -0.054290771484375,
+ -0.0014314651489257812,
+ 0.00274658203125,
+ 0.0079193115234375,
+ 0.0238494873046875,
+ -0.03564453125,
+ -0.0236663818359375,
+ 0.0010013580322265625,
+ 0.026580810546875,
+ 0.04656982421875,
+ -0.0037708282470703125,
+ 0.0196990966796875,
+ 0.0290374755859375,
+ -0.034332275390625,
+ -0.0151824951171875,
+ -0.011688232421875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "artifact-parser",
+ "shellbags",
+ "prefetch-viewer",
+ "timeline",
+ "jumplist",
+ "registry-analysis",
+ "mft-parser",
+ "batch-processing",
+ "cloud-artifacts",
+ "community-driven",
+ "free-tools",
+ "scenario:windows-registry",
+ "scenario:persistence",
+ "artifact-extraction",
+ "windows-forensics"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_GCHQ_Tools",
+ "type": "tool",
+ "name": "GCHQ Tools",
+ "content": "gchq tools sammlung forensischer werkzeuge der britischen gchq mit cyberchef als kernstück für datenmanipulation und dekodierung. entschlüsselt base64, xor-verschlüsselung und andere obfuskierungstechniken, extrahiert versteckte strings aus binärdateien. analysiert entropie-muster für verschlüsselungserkennung. browser-basierte bedienung ohne installation, rezept-system für komplexe verarbeitungsketten. unverzichtbar für malware-deobfuskation und schnelle triage verdächtiger artefakte. encoding crypto parsing domain-agnostic-software analysis",
+ "embedding": [
+ -0.044891357421875,
+ 0.040618896484375,
+ 0.041839599609375,
+ -0.0153350830078125,
+ 0.02264404296875,
+ 0.028839111328125,
+ 0.038604736328125,
+ 0.0069580078125,
+ -0.019500732421875,
+ -0.042236328125,
+ -0.0298614501953125,
+ 0.0670166015625,
+ 0.00690460205078125,
+ 0.00313568115234375,
+ -0.056060791015625,
+ 0.0292510986328125,
+ -0.0200042724609375,
+ 0.004901885986328125,
+ -0.006702423095703125,
+ -0.0034275054931640625,
+ -0.0174713134765625,
+ 0.006397247314453125,
+ -0.0270233154296875,
+ -0.007717132568359375,
+ -0.016357421875,
+ -0.029052734375,
+ 0.0013523101806640625,
+ -0.051177978515625,
+ -0.0242767333984375,
+ -0.006221771240234375,
+ 0.0085296630859375,
+ -0.041046142578125,
+ 0.0255889892578125,
+ 0.0270233154296875,
+ -0.016357421875,
+ -0.0258941650390625,
+ 0.0112762451171875,
+ -0.033111572265625,
+ -0.020111083984375,
+ 0.01727294921875,
+ -0.0270233154296875,
+ -0.017364501953125,
+ 0.04083251953125,
+ 0.0005016326904296875,
+ -0.0215301513671875,
+ -0.048736572265625,
+ -0.01422119140625,
+ -0.0153350830078125,
+ 0.0175628662109375,
+ -0.007564544677734375,
+ 0.0203094482421875,
+ 0.0171661376953125,
+ 0.002628326416015625,
+ -0.0233612060546875,
+ -0.01727294921875,
+ 0.034332275390625,
+ 0.0215301513671875,
+ -0.0202178955078125,
+ -0.016357421875,
+ 0.053619384765625,
+ -0.04205322265625,
+ -0.0008950233459472656,
+ -0.00043487548828125,
+ 0.005535125732421875,
+ 0.00665283203125,
+ 0.0097503662109375,
+ -0.015838623046875,
+ -0.0200042724609375,
+ 0.0037822723388671875,
+ -0.00586700439453125,
+ -0.003681182861328125,
+ 0.0016183853149414062,
+ -0.0206146240234375,
+ 0.049346923828125,
+ -0.045501708984375,
+ -0.0489501953125,
+ 0.0085296630859375,
+ -0.0018787384033203125,
+ 0.01233673095703125,
+ 0.01483154296875,
+ -0.01351165771484375,
+ 0.0156402587890625,
+ 0.039825439453125,
+ -0.01422119140625,
+ -0.01152801513671875,
+ -0.0009331703186035156,
+ 0.00556182861328125,
+ 0.022857666015625,
+ 0.007717132568359375,
+ 0.007160186767578125,
+ -0.0007967948913574219,
+ -0.0017518997192382812,
+ 0.0193939208984375,
+ -0.0082244873046875,
+ 0.0178680419921875,
+ 0.048126220703125,
+ -0.0513916015625,
+ 0.0186920166015625,
+ -0.004062652587890625,
+ 0.047332763671875,
+ 0.0260009765625,
+ -0.02142333984375,
+ 0.04205322265625,
+ -0.0215301513671875,
+ 0.0258026123046875,
+ -0.026611328125,
+ 0.006069183349609375,
+ -0.00939178466796875,
+ -0.01137542724609375,
+ -0.01523590087890625,
+ -0.08087158203125,
+ -0.041229248046875,
+ -0.036956787109375,
+ -0.0654296875,
+ 0.004062652587890625,
+ 0.0019683837890625,
+ -0.0015106201171875,
+ 0.039825439453125,
+ -0.04833984375,
+ -0.04571533203125,
+ 0.0133056640625,
+ 0.0062713623046875,
+ -0.003326416015625,
+ 0.0177764892578125,
+ -0.05523681640625,
+ -0.052001953125,
+ 0.00449371337890625,
+ 0.021636962890625,
+ -0.03839111328125,
+ -0.01512908935546875,
+ -0.035125732421875,
+ -0.017669677734375,
+ -0.0183868408203125,
+ -0.01061248779296875,
+ -0.0062713623046875,
+ -0.0272216796875,
+ 0.0153350830078125,
+ -0.02386474609375,
+ 0.0011491775512695312,
+ 0.020721435546875,
+ 0.04388427734375,
+ -0.049346923828125,
+ -0.054443359375,
+ -0.01309967041015625,
+ -0.01493072509765625,
+ 0.0187835693359375,
+ -0.023773193359375,
+ 0.05767822265625,
+ -0.021026611328125,
+ 0.0083770751953125,
+ -0.0102081298828125,
+ -0.00665283203125,
+ 0.034332275390625,
+ 0.005279541015625,
+ 0.0156402587890625,
+ -0.036163330078125,
+ 0.004825592041015625,
+ -0.0274200439453125,
+ 0.0310821533203125,
+ 0.00571441650390625,
+ -0.033111572265625,
+ 0.017669677734375,
+ -0.01554107666015625,
+ 0.041839599609375,
+ -0.0333251953125,
+ -0.035125732421875,
+ -0.0272216796875,
+ 0.01340484619140625,
+ -0.0035037994384765625,
+ 0.011932373046875,
+ 0.02783203125,
+ -0.04345703125,
+ 0.05889892578125,
+ 0.0310821533203125,
+ -0.0006155967712402344,
+ 0.031890869140625,
+ -0.013916015625,
+ -0.0033512115478515625,
+ 0.0193023681640625,
+ 0.029052734375,
+ -0.0025653839111328125,
+ -0.0165557861328125,
+ 0.0254974365234375,
+ 0.036773681640625,
+ 0.0272216796875,
+ 0.00812530517578125,
+ -0.03228759765625,
+ -0.0109710693359375,
+ 0.00009959936141967773,
+ 0.0235595703125,
+ -0.034332275390625,
+ -0.031890869140625,
+ -0.0171661376953125,
+ 0.021331787109375,
+ 0.01213836669921875,
+ 0.05810546875,
+ 0.037567138671875,
+ -0.0112762451171875,
+ 0.0270233154296875,
+ -0.0036563873291015625,
+ -0.0023479461669921875,
+ 0.036773681640625,
+ 0.02264404296875,
+ 0.04510498046875,
+ -0.0012760162353515625,
+ 0.0058135986328125,
+ -0.00464630126953125,
+ 0.0274200439453125,
+ 0.0264129638671875,
+ -0.04449462890625,
+ -0.035736083984375,
+ 0.05767822265625,
+ -0.01483154296875,
+ -0.0261993408203125,
+ -0.06378173828125,
+ -0.0308685302734375,
+ 0.020721435546875,
+ -0.00665283203125,
+ -0.002285003662109375,
+ -0.005764007568359375,
+ 0.0114288330078125,
+ -0.03717041015625,
+ -0.0178680419921875,
+ 0.042236328125,
+ -0.017669677734375,
+ 0.031494140625,
+ 0.037567138671875,
+ 0.0013580322265625,
+ -0.02783203125,
+ 0.0028438568115234375,
+ 0.01340484619140625,
+ 0.019500732421875,
+ 0.0108184814453125,
+ 0.0133056640625,
+ -0.019195556640625,
+ -0.00934600830078125,
+ 0.057281494140625,
+ 0.012542724609375,
+ 0.0187835693359375,
+ -0.0184783935546875,
+ -0.0302581787109375,
+ 0.033111572265625,
+ -0.0218353271484375,
+ 0.033721923828125,
+ 0.021942138671875,
+ -0.01177978515625,
+ 0.024169921875,
+ 0.0147247314453125,
+ 0.037994384765625,
+ 0.05810546875,
+ -0.07965087890625,
+ -0.016754150390625,
+ -0.062164306640625,
+ 0.00403594970703125,
+ -0.051177978515625,
+ -0.03289794921875,
+ -0.02325439453125,
+ -0.03289794921875,
+ 0.0181732177734375,
+ -0.00540924072265625,
+ -0.00563812255859375,
+ 0.0252838134765625,
+ 0.00665283203125,
+ -0.0206146240234375,
+ 0.047943115234375,
+ 0.01168060302734375,
+ -0.027618408203125,
+ 0.0112762451171875,
+ 0.0477294921875,
+ -0.01107025146484375,
+ -0.01152801513671875,
+ -0.0006318092346191406,
+ 0.0156402587890625,
+ -0.02142333984375,
+ 0.0037078857421875,
+ -0.044281005859375,
+ 0.00106048583984375,
+ 0.0302581787109375,
+ 0.0031490325927734375,
+ 0.0292510986328125,
+ -0.00843048095703125,
+ 0.035552978515625,
+ -0.004241943359375,
+ 0.032501220703125,
+ -0.0416259765625,
+ 0.004467010498046875,
+ -0.0298614501953125,
+ 0.00969696044921875,
+ -0.00954437255859375,
+ -0.0556640625,
+ -0.02783203125,
+ 0.051788330078125,
+ 0.00939178466796875,
+ -0.00751495361328125,
+ -0.00021898746490478516,
+ -0.06256103515625,
+ -0.0156402587890625,
+ -0.0099029541015625,
+ -0.0296630859375,
+ 0.0138092041015625,
+ 0.056884765625,
+ -0.02386474609375,
+ 0.026611328125,
+ -0.0240631103515625,
+ 0.0145263671875,
+ -0.0202178955078125,
+ -0.03594970703125,
+ 0.01351165771484375,
+ 0.0086822509765625,
+ -0.029052734375,
+ -0.01244354248046875,
+ 0.00594329833984375,
+ -0.03289794921875,
+ 0.012237548828125,
+ -0.0005269050598144531,
+ -0.006092071533203125,
+ -0.049774169921875,
+ -0.03717041015625,
+ 0.027618408203125,
+ -0.0242767333984375,
+ -0.027618408203125,
+ -0.02569580078125,
+ 0.04327392578125,
+ 0.008636474609375,
+ 0.0021076202392578125,
+ -0.0058135986328125,
+ 0.012542724609375,
+ -0.03961181640625,
+ -0.01045989990234375,
+ -0.01512908935546875,
+ 0.016754150390625,
+ -0.0187835693359375,
+ 0.030059814453125,
+ 0.035552978515625,
+ 0.0153350830078125,
+ 0.04833984375,
+ 0.060943603515625,
+ 0.037384033203125,
+ -0.031890869140625,
+ -0.0106658935546875,
+ 0.0034027099609375,
+ 0.0014476776123046875,
+ 0.0138092041015625,
+ -0.039215087890625,
+ -0.0284423828125,
+ -0.0028438568115234375,
+ -0.02142333984375,
+ 0.010406494140625,
+ 0.00395965576171875,
+ 0.034942626953125,
+ 0.006603240966796875,
+ -0.0091400146484375,
+ 0.0005583763122558594,
+ 0.06787109375,
+ 0.020721435546875,
+ 0.08935546875,
+ -0.019805908203125,
+ -0.03778076171875,
+ 0.01361083984375,
+ 0.021636962890625,
+ -0.04144287109375,
+ -0.0156402587890625,
+ 0.040008544921875,
+ 0.01168060302734375,
+ 0.0023746490478515625,
+ 0.0003285408020019531,
+ -0.00726318359375,
+ 0.004695892333984375,
+ -0.0117340087890625,
+ -0.01116943359375,
+ 0.0079193115234375,
+ -0.0280303955078125,
+ 0.00923919677734375,
+ 0.021728515625,
+ 0.0144195556640625,
+ 0.036163330078125,
+ 0.04205322265625,
+ -0.0190887451171875,
+ -0.02783203125,
+ -0.02325439453125,
+ -0.06378173828125,
+ 0.01340484619140625,
+ 0.041229248046875,
+ 0.0089874267578125,
+ 0.06378173828125,
+ -0.00634765625,
+ -0.069091796875,
+ 0.03472900390625,
+ -0.052001953125,
+ 0.07025146484375,
+ 0.0211181640625,
+ 0.0292510986328125,
+ 0.0196990966796875,
+ -0.034332275390625,
+ 0.004825592041015625,
+ 0.01203155517578125,
+ 0.0416259765625,
+ 0.034332275390625,
+ 0.051605224609375,
+ 0.029449462890625,
+ 0.0033016204833984375,
+ -0.02783203125,
+ 0.0040130615234375,
+ 0.0190887451171875,
+ 0.0081787109375,
+ -0.031890869140625,
+ 0.028839111328125,
+ 0.01483154296875,
+ 0.01010894775390625,
+ -0.0199127197265625,
+ 0.033721923828125,
+ 0.01666259765625,
+ -0.0209197998046875,
+ 0.0108184814453125,
+ -0.0126953125,
+ 0.0174713134765625,
+ -0.044677734375,
+ -0.00720977783203125,
+ -0.003757476806640625,
+ 0.036956787109375,
+ 0.0243682861328125,
+ 0.0284423828125,
+ -0.059722900390625,
+ -0.00923919677734375,
+ 0.040435791015625,
+ -0.048736572265625,
+ 0.017364501953125,
+ 0.030059814453125,
+ -0.0258941650390625,
+ -0.008026123046875,
+ -0.036956787109375,
+ -0.05767822265625,
+ 0.030670166015625,
+ -0.0296630859375,
+ -0.0268096923828125,
+ 0.00797271728515625,
+ 0.0258941650390625,
+ -0.05523681640625,
+ -0.017974853515625,
+ -0.04571533203125,
+ -0.0206146240234375,
+ -0.005458831787109375,
+ -0.036956787109375,
+ 0.03717041015625,
+ 0.0069580078125,
+ 0.0080718994140625,
+ 0.041229248046875,
+ 0.04833984375,
+ -0.0304718017578125,
+ -0.0147247314453125,
+ 0.04327392578125,
+ -0.0296630859375,
+ -0.03533935546875,
+ 0.0159454345703125,
+ 0.035125732421875,
+ 0.01218414306640625,
+ 0.00787353515625,
+ -0.0308685302734375,
+ -0.0024509429931640625,
+ 0.0109710693359375,
+ 0.005077362060546875,
+ 0.01264190673828125,
+ -0.057281494140625,
+ -0.0302581787109375,
+ -0.021026611328125,
+ 0.044677734375,
+ -0.0018157958984375,
+ 0.03167724609375,
+ 0.0081787109375,
+ -0.031494140625,
+ 0.01026153564453125,
+ -0.04449462890625,
+ -0.0005364418029785156,
+ 0.0020313262939453125,
+ -0.00827789306640625,
+ 0.0021076202392578125,
+ 0.069091796875,
+ -0.006500244140625,
+ -0.021636962890625,
+ -0.023468017578125,
+ 0.06011962890625,
+ -0.00283050537109375,
+ 0.01351165771484375,
+ -0.052825927734375,
+ 0.0633544921875,
+ 0.0205230712890625,
+ -0.06011962890625,
+ -0.0169677734375,
+ -0.029052734375,
+ 0.01422119140625,
+ 0.0284423828125,
+ -0.0682373046875,
+ -0.00008809566497802734,
+ -0.00812530517578125,
+ -0.046112060546875,
+ -0.036346435546875,
+ -0.0501708984375,
+ -0.0245819091796875,
+ -0.06744384765625,
+ 0.0005331039428710938,
+ 0.0260009765625,
+ 0.00518035888671875,
+ 0.029449462890625,
+ -0.0114288330078125,
+ 0.0014858245849609375,
+ 0.0138092041015625,
+ -0.003631591796875,
+ -0.008331298828125,
+ 0.052398681640625,
+ -0.07598876953125,
+ -0.04345703125,
+ -0.0156402587890625,
+ 0.037994384765625,
+ -0.036956787109375,
+ -0.004062652587890625,
+ -0.00594329833984375,
+ -0.029052734375,
+ 0.05767822265625,
+ -0.0187835693359375,
+ -0.002475738525390625,
+ -0.00005078315734863281,
+ -0.045501708984375,
+ -0.037994384765625,
+ -0.028839111328125,
+ 0.02142333984375,
+ 0.023468017578125,
+ -0.006450653076171875,
+ 0.038177490234375,
+ 0.0310821533203125,
+ -0.02783203125,
+ -0.0013713836669921875,
+ 0.0157470703125,
+ -0.034332275390625,
+ -0.024169921875,
+ 0.03228759765625,
+ 0.003681182861328125,
+ -0.01055908203125,
+ 0.0440673828125,
+ -0.0280303955078125,
+ -0.0184783935546875,
+ -0.10888671875,
+ 0.034942626953125,
+ -0.0030345916748046875,
+ 0.00766754150390625,
+ -0.004241943359375,
+ -0.04754638671875,
+ -0.060516357421875,
+ 0.0168609619140625,
+ 0.03533935546875,
+ 0.007110595703125,
+ -0.00873565673828125,
+ -0.0236663818359375,
+ -0.0083770751953125,
+ -0.012237548828125,
+ -0.0193939208984375,
+ 0.05810546875,
+ -0.0254974365234375,
+ 0.00782012939453125,
+ -0.01274871826171875,
+ -0.01116943359375,
+ 0.03167724609375,
+ 0.01259613037109375,
+ 0.0304718017578125,
+ 0.02783203125,
+ 0.04083251953125,
+ -0.0308685302734375,
+ 0.01361083984375,
+ 0.01091766357421875,
+ -0.00878143310546875,
+ -0.005992889404296875,
+ -0.0196075439453125,
+ 0.0298614501953125,
+ -0.00923919677734375,
+ -0.0186920166015625,
+ 0.0193939208984375,
+ 0.018890380859375,
+ 0.03411865234375,
+ -0.0175628662109375,
+ -0.002399444580078125,
+ 0.03472900390625,
+ 0.005279541015625,
+ 0.06500244140625,
+ -0.02142333984375,
+ -0.040435791015625,
+ 0.004444122314453125,
+ -0.0005235671997070312,
+ 0.051177978515625,
+ 0.037994384765625,
+ 0.010711669921875,
+ -0.035736083984375,
+ 0.021942138671875,
+ 0.06988525390625,
+ -0.0150299072265625,
+ -0.0005841255187988281,
+ -0.0236663818359375,
+ 0.033935546875,
+ 0.0027923583984375,
+ 0.07232666015625,
+ -0.021331787109375,
+ 0.10321044921875,
+ 0.006805419921875,
+ -0.005584716796875,
+ 0.0308685302734375,
+ 0.0654296875,
+ 0.045501708984375,
+ -0.019805908203125,
+ -0.03717041015625,
+ -0.002056121826171875,
+ -0.005889892578125,
+ -0.0240631103515625,
+ -0.022247314453125,
+ -0.0032367706298828125,
+ 0.06011962890625,
+ -0.04449462890625,
+ -0.0452880859375,
+ -0.0088348388671875,
+ 0.017669677734375,
+ 0.0193023681640625,
+ 0.01000213623046875,
+ -0.038177490234375,
+ 0.010711669921875,
+ -0.0082244873046875,
+ -0.041229248046875,
+ 0.01274871826171875,
+ -0.0138092041015625,
+ 0.006702423095703125,
+ 0.045501708984375,
+ 0.030670166015625,
+ -0.04266357421875,
+ 0.032501220703125,
+ -0.021026611328125,
+ 0.0181732177734375,
+ 0.01168060302734375,
+ 0.03656005859375,
+ 0.00751495361328125,
+ 0.044281005859375,
+ 0.0333251953125,
+ 0.054443359375,
+ -0.01554107666015625,
+ -0.019195556640625,
+ 0.0223388671875,
+ 0.03271484375,
+ 0.033721923828125,
+ 0.0227508544921875,
+ -0.004367828369140625,
+ 0.004749298095703125,
+ -0.0025768280029296875,
+ -0.036346435546875,
+ -0.004467010498046875,
+ 0.01462554931640625,
+ -0.006092071533203125,
+ -0.0633544921875,
+ -0.03533935546875,
+ 0.0009012222290039062,
+ -0.052825927734375,
+ 0.0233612060546875,
+ 0.03472900390625,
+ -0.036956787109375,
+ 0.017974853515625,
+ 0.036773681640625,
+ 0.0180816650390625,
+ -0.039825439453125,
+ 0.0308685302734375,
+ -0.021636962890625,
+ -0.03411865234375,
+ -0.031280517578125,
+ -0.034942626953125,
+ 0.049163818359375,
+ -0.01218414306640625,
+ -0.06866455078125,
+ -0.023162841796875,
+ 0.03228759765625,
+ -0.01554107666015625,
+ -0.029052734375,
+ -0.0010852813720703125,
+ 0.017669677734375,
+ -0.01605224609375,
+ -0.030670166015625,
+ -0.050384521484375,
+ -0.0260009765625,
+ 0.0174713134765625,
+ -0.0556640625,
+ 0.0169677734375,
+ 0.0175628662109375,
+ -0.0033779144287109375,
+ 0.006500244140625,
+ -0.016754150390625,
+ -0.05889892578125,
+ 0.03717041015625,
+ -0.08001708984375,
+ 0.035552978515625,
+ 0.0252838134765625,
+ 0.01605224609375,
+ 0.023468017578125,
+ 0.05523681640625,
+ 0.006397247314453125,
+ 0.01203155517578125,
+ -0.005279541015625,
+ -0.059722900390625,
+ -0.006092071533203125,
+ -0.01523590087890625,
+ -0.00014197826385498047,
+ -0.08612060546875,
+ -0.031890869140625,
+ 0.016448974609375,
+ -0.06744384765625,
+ 0.00782012939453125,
+ -0.0221405029296875,
+ -0.0260009765625,
+ -0.06134033203125,
+ -0.0258026123046875,
+ -0.00848388671875,
+ 0.013916015625,
+ 0.097900390625,
+ 0.0006284713745117188,
+ -0.020721435546875,
+ 0.006603240966796875,
+ -0.0284423828125,
+ 0.07269287109375,
+ 0.0218353271484375,
+ 0.0007205009460449219,
+ -0.0100555419921875,
+ 0.039215087890625,
+ 0.01026153564453125,
+ -0.0296630859375,
+ 0.01107025146484375,
+ -0.0914306640625,
+ -0.0304718017578125,
+ 0.02081298828125,
+ -0.0114288330078125,
+ 0.010406494140625,
+ -0.01432037353515625,
+ -0.0458984375,
+ -0.04345703125,
+ -0.005077362060546875,
+ 0.0416259765625,
+ 0.0028820037841796875,
+ 0.0169677734375,
+ -0.048736572265625,
+ -0.0153350830078125,
+ 0.01152801513671875,
+ -0.06134033203125,
+ -0.01512908935546875,
+ -0.039215087890625,
+ 0.024169921875,
+ 0.0180816650390625,
+ -0.03717041015625,
+ 0.020111083984375,
+ 0.00827789306640625,
+ 0.0178680419921875,
+ 0.015838623046875,
+ 0.052398681640625,
+ -0.052398681640625,
+ -0.006015777587890625,
+ -0.01026153564453125,
+ 0.047943115234375,
+ 0.031494140625,
+ -0.0133056640625,
+ -0.00736236572265625,
+ 0.0248870849609375,
+ 0.00347900390625,
+ -0.0091400146484375,
+ 0.059722900390625,
+ 0.03472900390625,
+ -0.0181732177734375,
+ -0.03778076171875,
+ -0.0080718994140625,
+ -0.0284423828125,
+ 0.056884765625,
+ -0.0145263671875,
+ 0.040435791015625,
+ 0.0178680419921875,
+ 0.01076507568359375,
+ -0.09747314453125,
+ 0.054046630859375,
+ -0.03778076171875,
+ 0.0111236572265625,
+ -0.0006761550903320312,
+ 0.0016632080078125,
+ -0.0877685546875,
+ -0.03271484375,
+ -0.023162841796875,
+ 0.01137542724609375,
+ -0.03533935546875,
+ 0.021026611328125,
+ 0.016143798828125,
+ 0.0012254714965820312,
+ -0.005054473876953125,
+ -0.01213836669921875,
+ -0.007717132568359375,
+ 0.0333251953125,
+ 0.0032501220703125,
+ -0.028839111328125,
+ 0.062164306640625,
+ -0.017974853515625,
+ 0.0147247314453125,
+ 0.0168609619140625,
+ 0.050567626953125,
+ 0.004241943359375,
+ 0.0126953125,
+ -0.033721923828125,
+ 0.00965118408203125,
+ 0.0260009765625,
+ 0.0190887451171875,
+ -0.01543426513671875,
+ 0.00665283203125,
+ -0.0458984375,
+ 0.0298614501953125,
+ -0.004924774169921875,
+ -0.016143798828125,
+ -0.0109710693359375,
+ -0.03228759765625,
+ -0.025390625,
+ -0.0264129638671875,
+ -0.06988525390625,
+ -0.09100341796875,
+ 0.0083770751953125,
+ -0.04205322265625,
+ -0.041839599609375,
+ 0.0171661376953125,
+ 0.00797271728515625,
+ 0.030059814453125,
+ -0.039398193359375,
+ 0.0258026123046875,
+ -0.01523590087890625,
+ -0.0199127197265625,
+ -0.02783203125,
+ 0.01137542724609375,
+ 0.00949859619140625,
+ 0.048126220703125,
+ -0.000339508056640625,
+ -0.017974853515625,
+ 0.040618896484375,
+ -0.021331787109375,
+ -0.0062713623046875,
+ -0.0088348388671875,
+ 0.0005078315734863281,
+ -0.0249786376953125,
+ 0.0465087890625,
+ -0.060516357421875,
+ -0.016448974609375,
+ -0.00487518310546875,
+ 0.0030975341796875,
+ 0.0083770751953125,
+ -0.0304718017578125,
+ 0.052001953125,
+ -0.0034027099609375,
+ -0.0914306640625,
+ 0.00665283203125,
+ -0.00812530517578125,
+ -0.04571533203125,
+ -0.01290130615234375,
+ -0.01543426513671875,
+ 0.0280303955078125,
+ 0.01512908935546875,
+ 0.038787841796875,
+ 0.0157470703125,
+ 0.0458984375,
+ 0.0145263671875,
+ -0.034942626953125,
+ -0.00965118408203125,
+ 0.00726318359375,
+ -0.004291534423828125,
+ 0.0175628662109375,
+ 0.047119140625,
+ -0.00479888916015625,
+ 0.035125732421875,
+ -0.0268096923828125,
+ -0.07147216796875,
+ -0.0015869140625,
+ -0.0193939208984375,
+ -0.03271484375,
+ 0.020721435546875,
+ 0.07354736328125,
+ 0.033111572265625,
+ -0.0052032470703125,
+ 0.0333251953125,
+ 0.04205322265625,
+ 0.03594970703125,
+ -0.00006705522537231445,
+ 0.0014600753784179688,
+ -0.0767822265625,
+ -0.033721923828125,
+ -0.0171661376953125,
+ 0.006805419921875,
+ -0.038787841796875,
+ 0.0310821533203125,
+ 0.0465087890625,
+ -0.007717132568359375,
+ 0.0010347366333007812,
+ -0.023773193359375,
+ 0.0268096923828125,
+ 0.03717041015625,
+ 0.031280517578125,
+ 0.0477294921875,
+ -0.03961181640625,
+ 0.027618408203125,
+ 0.0230560302734375,
+ -0.008636474609375,
+ -0.006855010986328125,
+ 0.002933502197265625,
+ -0.017364501953125,
+ 0.054443359375,
+ -0.07025146484375,
+ 0.0014858245849609375,
+ -0.006473541259765625,
+ 0.06744384765625,
+ 0.0147247314453125,
+ -0.04833984375,
+ -0.0308685302734375,
+ 0.06011962890625,
+ 0.00843048095703125,
+ -0.0010976791381835938,
+ 0.0138092041015625,
+ 0.0023097991943359375,
+ -0.0333251953125,
+ 0.030059814453125,
+ 0.047943115234375,
+ 0.0247802734375,
+ 0.03533935546875,
+ 0.0031604766845703125,
+ -0.04266357421875,
+ 0.022247314453125,
+ -0.012542724609375,
+ 0.01229095458984375,
+ -0.0037822723388671875,
+ -0.0286407470703125,
+ -0.0268096923828125,
+ -0.050384521484375,
+ 0.032501220703125,
+ 0.02508544921875,
+ 0.054046630859375,
+ 0.0270233154296875,
+ 0.005130767822265625,
+ -0.0236663818359375,
+ -0.0016508102416992188,
+ 0.00888824462890625,
+ 0.03350830078125,
+ 0.01045989990234375,
+ 0.006603240966796875,
+ 0.042449951171875,
+ 0.0296630859375,
+ -0.00495147705078125,
+ -0.02081298828125,
+ 0.00812530517578125,
+ -0.048126220703125,
+ -0.01213836669921875,
+ -0.056884765625,
+ 0.0035552978515625,
+ 0.02447509765625,
+ -0.041046142578125,
+ 0.01422119140625,
+ -0.007415771484375,
+ -0.0183868408203125,
+ -0.006450653076171875,
+ -0.039215087890625,
+ 0.00980377197265625,
+ 0.03411865234375,
+ -0.056884765625,
+ 0.042449951171875,
+ 0.024169921875,
+ 0.00812530517578125,
+ 0.0215301513671875,
+ -0.038604736328125,
+ 0.08978271484375,
+ 0.0144195556640625,
+ 0.03900146484375,
+ -0.01483154296875,
+ 0.01076507568359375,
+ 0.054840087890625,
+ -0.0272216796875,
+ 0.037567138671875,
+ 0.0193023681640625,
+ -0.0205230712890625,
+ 0.027618408203125,
+ 0.021942138671875,
+ 0.00705718994140625,
+ -0.043670654296875,
+ 0.0286407470703125,
+ 0.0261993408203125,
+ -0.035125732421875,
+ 0.049774169921875,
+ 0.017364501953125,
+ 0.0035800933837890625,
+ -0.01229095458984375,
+ -0.0302581787109375,
+ 0.0088348388671875,
+ -0.05810546875,
+ 0.064208984375,
+ -0.0016374588012695312,
+ -0.006500244140625,
+ 0.03656005859375,
+ -0.033721923828125,
+ 0.039398193359375,
+ 0.0298614501953125,
+ 0.03839111328125,
+ -0.057281494140625,
+ 0.061737060546875,
+ 0.0006093978881835938,
+ -0.01091766357421875,
+ -0.029052734375,
+ 0.01264190673828125,
+ -0.0115814208984375,
+ 0.040008544921875,
+ -0.024169921875,
+ 0.064208984375,
+ 0.030059814453125,
+ -0.01264190673828125,
+ -0.053619384765625,
+ -0.004467010498046875,
+ -0.020721435546875,
+ 0.01371002197265625,
+ 0.0095977783203125,
+ -0.0235595703125,
+ 0.0037326812744140625,
+ -0.01055908203125,
+ 0.0308685302734375,
+ 0.0645751953125,
+ 0.005077362060546875,
+ 0.004138946533203125,
+ -0.0240631103515625,
+ 0.004901885986328125,
+ 0.001567840576171875,
+ -0.00705718994140625
+ ],
+ "metadata": {
+ "domains": [
+ "domain-agnostic-software"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "encoding",
+ "crypto",
+ "parsing"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ExifTool",
+ "type": "tool",
+ "name": "ExifTool",
+ "content": "exiftool der universelle metadaten-extraktor liest und schreibt informationen in über 1200 dateiformaten - von jpeg-exif über pdf-metadata bis zu proprietären raw-formaten. findet versteckte schätze: gps-koordinaten in smartphone-fotos, autoren-informationen in office-dokumenten, änderungshistorien in pdfs, kamera-seriennummern in bildern. besonders wertvoll für osint und dokumenten-forensik. batch-processing für tausende dateien. timeline-erstellung aus datei-zeitstempeln. die -k option behält original-zeitstempel bei analyse. json/xml-export für programmatische weiterverarbeitung. unterstützt verschachtelte archive und eingebettete dokumente. die kommandozeile mag abschrecken, aber die mächtigkeit ist unübertroffen. gui-wrapper wie exiftoolgui erleichtern einsteigern den zugang. unverzichtbar für jede digitale ermittlung mit multimedia-bezug. cli metadata-parser geolocation cross-platform triage system-metadata batch-processing timeline-creation json-export osint-tool document-forensics multimedia-analysis incident-response static-investigations fraud-investigation mobile-forensics examination analysis",
+ "embedding": [
+ -0.0232086181640625,
+ 0.039581298828125,
+ 0.0216064453125,
+ -0.01433563232421875,
+ 0.027069091796875,
+ 0.01294708251953125,
+ 0.0305938720703125,
+ 0.0282440185546875,
+ 0.00946807861328125,
+ -0.00914764404296875,
+ -0.058197021484375,
+ 0.037445068359375,
+ 0.034027099609375,
+ 0.017333984375,
+ -0.058624267578125,
+ 0.044708251953125,
+ 0.0010499954223632812,
+ 0.0055084228515625,
+ 0.0286712646484375,
+ 0.0159454345703125,
+ -0.01053619384765625,
+ -0.00492095947265625,
+ -0.040863037109375,
+ 0.0271759033203125,
+ 0.00829315185546875,
+ 0.00807952880859375,
+ -0.01128387451171875,
+ -0.058197021484375,
+ 0.01251983642578125,
+ 0.007808685302734375,
+ 0.0278167724609375,
+ -0.0018320083618164062,
+ 0.01160430908203125,
+ 0.03509521484375,
+ 0.017547607421875,
+ -0.0085601806640625,
+ -0.011871337890625,
+ -0.059478759765625,
+ -0.0260009765625,
+ 0.043212890625,
+ -0.0240631103515625,
+ -0.00046133995056152344,
+ 0.0282440185546875,
+ -0.01401519775390625,
+ -0.032958984375,
+ -0.024932861328125,
+ 0.0167999267578125,
+ -0.01690673828125,
+ 0.0050811767578125,
+ -0.05157470703125,
+ 0.046630859375,
+ 0.017547607421875,
+ 0.005321502685546875,
+ 0.0023937225341796875,
+ -0.0278167724609375,
+ 0.015838623046875,
+ 0.017120361328125,
+ -0.0210723876953125,
+ -0.048553466796875,
+ 0.03466796875,
+ -0.047698974609375,
+ -0.031463623046875,
+ -0.0200042724609375,
+ -0.024932861328125,
+ 0.0200042724609375,
+ 0.004680633544921875,
+ 0.0003693103790283203,
+ -0.002593994140625,
+ -0.006069183349609375,
+ 0.02374267578125,
+ -0.00395965576171875,
+ -0.0027675628662109375,
+ -0.0015716552734375,
+ 0.0372314453125,
+ -0.0176544189453125,
+ -0.040863037109375,
+ 0.0022335052490234375,
+ 0.0111236572265625,
+ -0.0055084228515625,
+ 0.0018053054809570312,
+ -0.0355224609375,
+ 0.024169921875,
+ 0.06292724609375,
+ -0.03167724609375,
+ 0.007007598876953125,
+ -0.007541656494140625,
+ 0.0252532958984375,
+ 0.01519012451171875,
+ 0.00211334228515625,
+ 0.0023403167724609375,
+ 0.041717529296875,
+ 0.0036640167236328125,
+ 0.00893402099609375,
+ -0.01401519775390625,
+ 0.0276031494140625,
+ 0.04986572265625,
+ -0.01508331298828125,
+ 0.0232086181640625,
+ -0.004467010498046875,
+ 0.0278167724609375,
+ 0.022674560546875,
+ -0.054351806640625,
+ 0.056488037109375,
+ -0.0028076171875,
+ 0.017333984375,
+ -0.017974853515625,
+ 0.0125732421875,
+ -0.01561737060546875,
+ -0.00644683837890625,
+ -0.0180816650390625,
+ -0.11041259765625,
+ -0.0227813720703125,
+ -0.024505615234375,
+ -0.05029296875,
+ 0.01230621337890625,
+ -0.022674560546875,
+ 0.011871337890625,
+ 0.059051513671875,
+ -0.03765869140625,
+ -0.040008544921875,
+ 0.012786865234375,
+ 0.02642822265625,
+ 0.0007252693176269531,
+ 0.000044286251068115234,
+ -0.03936767578125,
+ -0.06890869140625,
+ 0.004894256591796875,
+ 0.0225677490234375,
+ -0.0242767333984375,
+ -0.017547607421875,
+ -0.0200042724609375,
+ -0.03594970703125,
+ -0.0102691650390625,
+ -0.02203369140625,
+ -0.00850677490234375,
+ -0.01508331298828125,
+ 0.0389404296875,
+ 0.0019931793212890625,
+ -0.0187225341796875,
+ 0.0035572052001953125,
+ 0.0163726806640625,
+ -0.01380157470703125,
+ -0.064208984375,
+ 0.01032257080078125,
+ -0.0229949951171875,
+ -0.004573822021484375,
+ -0.032958984375,
+ 0.059906005859375,
+ -0.0299530029296875,
+ 0.008880615234375,
+ -0.005428314208984375,
+ 0.0240631103515625,
+ 0.0474853515625,
+ 0.01203155517578125,
+ 0.022247314453125,
+ -0.046844482421875,
+ 0.0007452964782714844,
+ -0.0286712646484375,
+ 0.013214111328125,
+ -0.006069183349609375,
+ -0.0217132568359375,
+ 0.0310211181640625,
+ -0.01042938232421875,
+ 0.0303802490234375,
+ -0.0191497802734375,
+ -0.0406494140625,
+ -0.01561737060546875,
+ 0.010162353515625,
+ 0.00829315185546875,
+ 0.00577545166015625,
+ 0.0026874542236328125,
+ -0.005054473876953125,
+ 0.055206298828125,
+ 0.0753173828125,
+ -0.007274627685546875,
+ 0.006793975830078125,
+ 0.0018053054809570312,
+ 0.003021240234375,
+ 0.021820068359375,
+ 0.03594970703125,
+ -0.0227813720703125,
+ -0.01561737060546875,
+ 0.0189361572265625,
+ 0.00481414794921875,
+ 0.00029921531677246094,
+ -0.01348114013671875,
+ -0.039794921875,
+ -0.013641357421875,
+ -0.0273895263671875,
+ 0.0193634033203125,
+ -0.04449462890625,
+ -0.0271759033203125,
+ 0.0017518997192382812,
+ 0.039154052734375,
+ 0.00634002685546875,
+ 0.057342529296875,
+ 0.057769775390625,
+ -0.0181884765625,
+ 0.03338623046875,
+ 0.010162353515625,
+ 0.0023937225341796875,
+ 0.0308074951171875,
+ -0.0246124267578125,
+ 0.037445068359375,
+ 0.0286712646484375,
+ 0.01000213623046875,
+ 0.01433563232421875,
+ 0.034027099609375,
+ 0.021820068359375,
+ -0.022247314453125,
+ -0.03253173828125,
+ 0.053924560546875,
+ 0.0024738311767578125,
+ -0.005962371826171875,
+ -0.0276031494140625,
+ -0.04534912109375,
+ 0.0100555419921875,
+ -0.0286712646484375,
+ -0.0189361572265625,
+ 0.004840850830078125,
+ 0.0025806427001953125,
+ -0.07061767578125,
+ 0.0128936767578125,
+ 0.0208587646484375,
+ -0.0312347412109375,
+ 0.039581298828125,
+ 0.049652099609375,
+ -0.0282440185546875,
+ -0.01401519775390625,
+ 0.0225677490234375,
+ -0.0017652511596679688,
+ 0.019256591796875,
+ 0.004039764404296875,
+ 0.004253387451171875,
+ -0.00024068355560302734,
+ -0.007648468017578125,
+ 0.050506591796875,
+ 0.0310211181640625,
+ 0.01192474365234375,
+ -0.0197906494140625,
+ -0.0240631103515625,
+ 0.055206298828125,
+ 0.0197906494140625,
+ 0.0210723876953125,
+ 0.00850677490234375,
+ -0.0068206787109375,
+ 0.0181884765625,
+ 0.020751953125,
+ 0.042144775390625,
+ 0.0301666259765625,
+ -0.059051513671875,
+ -0.022674560546875,
+ -0.109130859375,
+ 0.004146575927734375,
+ -0.04876708984375,
+ -0.02203369140625,
+ -0.0204315185546875,
+ -0.042999267578125,
+ 0.0770263671875,
+ -0.0009160041809082031,
+ -0.0180816650390625,
+ -0.00023066997528076172,
+ 0.013427734375,
+ -0.01947021484375,
+ 0.032745361328125,
+ 0.0008826255798339844,
+ -0.053070068359375,
+ -0.005001068115234375,
+ 0.061614990234375,
+ -0.0006952285766601562,
+ -0.023956298828125,
+ -0.023101806640625,
+ 0.01053619384765625,
+ -0.02288818359375,
+ 0.0096282958984375,
+ -0.0278167724609375,
+ -0.0010833740234375,
+ 0.0248260498046875,
+ 0.0278167724609375,
+ 0.0227813720703125,
+ -0.040008544921875,
+ 0.0161590576171875,
+ -0.0308074951171875,
+ 0.0258941650390625,
+ -0.03167724609375,
+ 0.005695343017578125,
+ 0.0273895263671875,
+ 0.005161285400390625,
+ 0.0002574920654296875,
+ -0.059478759765625,
+ -0.004467010498046875,
+ 0.0265350341796875,
+ 0.001323699951171875,
+ -0.020751953125,
+ 0.01497650146484375,
+ -0.04534912109375,
+ 0.01032257080078125,
+ -0.01300048828125,
+ -0.0189361572265625,
+ 0.0305938720703125,
+ 0.03936767578125,
+ -0.055633544921875,
+ 0.01380157470703125,
+ 0.01021575927734375,
+ 0.0265350341796875,
+ -0.01776123046875,
+ -0.0537109375,
+ -0.006500244140625,
+ 0.005855560302734375,
+ -0.02728271484375,
+ -0.006580352783203125,
+ 0.0254669189453125,
+ -0.038726806640625,
+ 0.01294708251953125,
+ 0.0271759033203125,
+ 0.010589599609375,
+ -0.035736083984375,
+ -0.053070068359375,
+ 0.004627227783203125,
+ -0.04107666015625,
+ -0.0299530029296875,
+ -0.03936767578125,
+ 0.03167724609375,
+ 0.005268096923828125,
+ -0.02471923828125,
+ -0.0089874267578125,
+ -0.01117706298828125,
+ -0.039581298828125,
+ -0.00003403425216674805,
+ -0.01192474365234375,
+ 0.024383544921875,
+ 0.007434844970703125,
+ 0.03851318359375,
+ 0.023529052734375,
+ 0.0012102127075195312,
+ 0.0252532958984375,
+ 0.04620361328125,
+ 0.00957489013671875,
+ -0.011871337890625,
+ -0.004680633544921875,
+ 0.0034503936767578125,
+ -0.00428009033203125,
+ 0.0135345458984375,
+ -0.0299530029296875,
+ -0.0295257568359375,
+ -0.01139068603515625,
+ -0.0174407958984375,
+ -0.00243377685546875,
+ 0.037445068359375,
+ 0.04278564453125,
+ 0.0221405029296875,
+ -0.0701904296875,
+ -0.0161590576171875,
+ 0.06292724609375,
+ -0.00909423828125,
+ 0.084716796875,
+ -0.01230621337890625,
+ -0.0308074951171875,
+ -0.004146575927734375,
+ 0.00850677490234375,
+ -0.0170135498046875,
+ 0.0036373138427734375,
+ 0.0083465576171875,
+ 0.0248260498046875,
+ -0.00460052490234375,
+ 0.0261077880859375,
+ -0.0208587646484375,
+ 0.01497650146484375,
+ -0.00556182861328125,
+ 0.006954193115234375,
+ 0.0100555419921875,
+ -0.0276031494140625,
+ 0.0198974609375,
+ 0.03851318359375,
+ 0.01337432861328125,
+ 0.0180816650390625,
+ 0.039794921875,
+ -0.0161590576171875,
+ -0.005401611328125,
+ -0.032958984375,
+ -0.0537109375,
+ 0.0198974609375,
+ 0.040863037109375,
+ 0.018829345703125,
+ 0.056915283203125,
+ -0.0176544189453125,
+ -0.06549072265625,
+ 0.0232086181640625,
+ -0.045135498046875,
+ 0.06549072265625,
+ 0.04364013671875,
+ -0.013427734375,
+ 0.037017822265625,
+ -0.050079345703125,
+ 0.006500244140625,
+ 0.0191497802734375,
+ 0.01690673828125,
+ 0.0193634033203125,
+ 0.0290985107421875,
+ 0.062469482421875,
+ -0.007114410400390625,
+ -0.050933837890625,
+ 0.0273895263671875,
+ 0.03466796875,
+ 0.00904083251953125,
+ 0.01476287841796875,
+ 0.01203155517578125,
+ 0.0157318115234375,
+ 0.0113372802734375,
+ -0.01551055908203125,
+ 0.0081329345703125,
+ 0.0295257568359375,
+ -0.0036640167236328125,
+ 0.0016984939575195312,
+ 0.0022602081298828125,
+ -0.00330352783203125,
+ -0.0494384765625,
+ 0.01465606689453125,
+ 0.0167999267578125,
+ 0.02471923828125,
+ 0.031463623046875,
+ 0.0202178955078125,
+ -0.052001953125,
+ 0.016265869140625,
+ 0.0537109375,
+ -0.061187744140625,
+ 0.01519012451171875,
+ 0.035308837890625,
+ -0.007755279541015625,
+ 0.01433563232421875,
+ -0.059051513671875,
+ -0.048126220703125,
+ 0.03466796875,
+ -0.01551055908203125,
+ -0.0494384765625,
+ -0.006069183349609375,
+ 0.03851318359375,
+ -0.0770263671875,
+ -0.04107666015625,
+ -0.051788330078125,
+ -0.02374267578125,
+ -0.0167999267578125,
+ -0.00428009033203125,
+ 0.04278564453125,
+ -0.0006918907165527344,
+ 0.006473541259765625,
+ 0.01861572265625,
+ 0.04901123046875,
+ 0.00872039794921875,
+ -0.025787353515625,
+ 0.032745361328125,
+ -0.02032470703125,
+ -0.07275390625,
+ 0.01390838623046875,
+ 0.0048675537109375,
+ 0.0109100341796875,
+ -0.059051513671875,
+ -0.0216064453125,
+ 0.0221405029296875,
+ 0.01861572265625,
+ 0.0174407958984375,
+ 0.0119781494140625,
+ -0.0293121337890625,
+ -0.054779052734375,
+ -0.036163330078125,
+ 0.058197021484375,
+ 0.0079193115234375,
+ 0.044921875,
+ 0.0157318115234375,
+ -0.0104827880859375,
+ 0.04833984375,
+ -0.059051513671875,
+ -0.021392822265625,
+ 0.0047607421875,
+ -0.0022068023681640625,
+ -0.01390838623046875,
+ 0.0511474609375,
+ -0.0135345458984375,
+ -0.01358795166015625,
+ -0.034881591796875,
+ 0.043853759765625,
+ 0.0389404296875,
+ 0.0089874267578125,
+ -0.055633544921875,
+ 0.026214599609375,
+ 0.0288848876953125,
+ -0.060333251953125,
+ -0.0265350341796875,
+ -0.023101806640625,
+ -0.00989532470703125,
+ 0.03253173828125,
+ -0.03594970703125,
+ -0.0161590576171875,
+ -0.0024738311767578125,
+ -0.0440673828125,
+ -0.043853759765625,
+ -0.0280303955078125,
+ -0.0290985107421875,
+ -0.03509521484375,
+ 0.01241302490234375,
+ 0.055633544921875,
+ -0.006015777587890625,
+ 0.01010894775390625,
+ 0.0025806427001953125,
+ 0.00994873046875,
+ 0.0170135498046875,
+ 0.002246856689453125,
+ -0.0290985107421875,
+ 0.0290985107421875,
+ -0.045562744140625,
+ -0.053497314453125,
+ -0.0223541259765625,
+ 0.04449462890625,
+ -0.018829345703125,
+ -0.01273345947265625,
+ -0.00577545166015625,
+ -0.004947662353515625,
+ 0.0457763671875,
+ -0.01000213623046875,
+ -0.0185089111328125,
+ -0.0227813720703125,
+ -0.03338623046875,
+ -0.034881591796875,
+ -0.0159454345703125,
+ 0.0125732421875,
+ 0.00829315185546875,
+ -0.005374908447265625,
+ -0.003021240234375,
+ 0.04791259765625,
+ -0.052215576171875,
+ 0.03680419921875,
+ 0.03424072265625,
+ -0.00818634033203125,
+ -0.01412200927734375,
+ 0.003986358642578125,
+ -0.0170135498046875,
+ 0.0258941650390625,
+ 0.0206451416015625,
+ -0.0176544189453125,
+ -0.026641845703125,
+ -0.071044921875,
+ 0.060333251953125,
+ 0.015838623046875,
+ 0.002834320068359375,
+ -0.00438690185546875,
+ -0.031890869140625,
+ -0.053497314453125,
+ 0.0027141571044921875,
+ 0.040008544921875,
+ 0.00609588623046875,
+ -0.0217132568359375,
+ -0.0195770263671875,
+ 0.01074981689453125,
+ -0.0182952880859375,
+ -0.0254669189453125,
+ 0.0047607421875,
+ 0.016265869140625,
+ 0.01861572265625,
+ -0.023529052734375,
+ -0.0263214111328125,
+ 0.040008544921875,
+ 0.024505615234375,
+ 0.0174407958984375,
+ 0.006740570068359375,
+ 0.03509521484375,
+ -0.0276031494140625,
+ 0.0208587646484375,
+ -0.0321044921875,
+ -0.00936126708984375,
+ 0.008453369140625,
+ 0.01010894775390625,
+ 0.00054168701171875,
+ -0.0236358642578125,
+ -0.01776123046875,
+ 0.01690673828125,
+ 0.0167999267578125,
+ 0.01947021484375,
+ -0.01433563232421875,
+ 0.0111236572265625,
+ 0.0086669921875,
+ 0.00623321533203125,
+ 0.07830810546875,
+ -0.0301666259765625,
+ -0.01519012451171875,
+ 0.0017118453979492188,
+ 0.0004413127899169922,
+ 0.038299560546875,
+ 0.0295257568359375,
+ 0.0037708282470703125,
+ -0.010589599609375,
+ 0.007648468017578125,
+ 0.06292724609375,
+ 0.0006551742553710938,
+ -0.0310211181640625,
+ -0.0216064453125,
+ 0.025146484375,
+ 0.0121917724609375,
+ 0.059051513671875,
+ 0.033172607421875,
+ 0.0511474609375,
+ 0.007701873779296875,
+ -0.008880615234375,
+ 0.0115509033203125,
+ 0.07958984375,
+ 0.040863037109375,
+ -0.0288848876953125,
+ -0.02642822265625,
+ 0.017120361328125,
+ 0.0038776397705078125,
+ -0.022674560546875,
+ -0.037872314453125,
+ 0.0197906494140625,
+ 0.06976318359375,
+ -0.06591796875,
+ -0.01904296875,
+ 0.0086669921875,
+ 0.01203155517578125,
+ -0.0068206787109375,
+ -0.0020465850830078125,
+ -0.0233154296875,
+ 0.0271759033203125,
+ 0.0037441253662109375,
+ -0.043212890625,
+ -0.007167816162109375,
+ -0.0284576416015625,
+ 0.0338134765625,
+ 0.051788330078125,
+ 0.0250396728515625,
+ -0.00882720947265625,
+ 0.056488037109375,
+ 0.01444244384765625,
+ 0.0242767333984375,
+ 0.0280303955078125,
+ 0.04193115234375,
+ -0.0003476142883300781,
+ 0.0295257568359375,
+ 0.045135498046875,
+ 0.047698974609375,
+ -0.0198974609375,
+ -0.0029010772705078125,
+ -0.0018453598022460938,
+ 0.033172607421875,
+ 0.036590576171875,
+ 0.07232666015625,
+ 0.01181793212890625,
+ -0.0126800537109375,
+ -0.01139068603515625,
+ -0.040435791015625,
+ 0.012786865234375,
+ 0.0030345916748046875,
+ 0.01064300537109375,
+ -0.0380859375,
+ -0.03851318359375,
+ 0.0233154296875,
+ -0.03167724609375,
+ 0.018829345703125,
+ -0.0038776397705078125,
+ -0.0223541259765625,
+ -0.041717529296875,
+ 0.039581298828125,
+ -0.0167999267578125,
+ -0.059906005859375,
+ 0.0032501220703125,
+ -0.023529052734375,
+ -0.00818634033203125,
+ -0.04833984375,
+ -0.025787353515625,
+ 0.03594970703125,
+ -0.0206451416015625,
+ -0.06976318359375,
+ -0.0406494140625,
+ 0.04022216796875,
+ -0.033172607421875,
+ -0.034881591796875,
+ -0.0321044921875,
+ -0.0006051063537597656,
+ -0.013214111328125,
+ -0.02642822265625,
+ -0.05413818359375,
+ 0.0026607513427734375,
+ 0.01529693603515625,
+ -0.0282440185546875,
+ 0.010589599609375,
+ -0.007434844970703125,
+ 0.0004949569702148438,
+ 0.0131072998046875,
+ -0.00577545166015625,
+ -0.052215576171875,
+ 0.0284576416015625,
+ -0.04705810546875,
+ 0.0511474609375,
+ -0.00275421142578125,
+ 0.015838623046875,
+ 0.046844482421875,
+ 0.0406494140625,
+ 0.0163726806640625,
+ -0.00492095947265625,
+ -0.032745361328125,
+ -0.057342529296875,
+ 0.00022399425506591797,
+ -0.001544952392578125,
+ -0.0187225341796875,
+ -0.074462890625,
+ -0.00048804283142089844,
+ 0.049224853515625,
+ -0.08642578125,
+ -0.0021266937255859375,
+ 0.01149749755859375,
+ -0.0103759765625,
+ -0.06719970703125,
+ 0.0178680419921875,
+ -0.0280303955078125,
+ 0.0081329345703125,
+ 0.07659912109375,
+ -0.005401611328125,
+ 0.002353668212890625,
+ -0.018402099609375,
+ -0.00319671630859375,
+ 0.053070068359375,
+ 0.01497650146484375,
+ 0.033599853515625,
+ -0.0282440185546875,
+ 0.0299530029296875,
+ 0.0164794921875,
+ 0.005535125732421875,
+ 0.0254669189453125,
+ -0.077880859375,
+ -0.007701873779296875,
+ 0.023956298828125,
+ -0.005695343017578125,
+ -0.01348114013671875,
+ -0.0208587646484375,
+ -0.04986572265625,
+ -0.0111236572265625,
+ -0.0293121337890625,
+ 0.0267486572265625,
+ 0.005535125732421875,
+ 0.0033702850341796875,
+ -0.04364013671875,
+ 0.0163726806640625,
+ 0.0174407958984375,
+ -0.03680419921875,
+ -0.051361083984375,
+ -0.04364013671875,
+ 0.03338623046875,
+ 0.01380157470703125,
+ -0.041290283203125,
+ 0.0197906494140625,
+ 0.0163726806640625,
+ -0.012359619140625,
+ 0.0372314453125,
+ 0.055206298828125,
+ -0.0423583984375,
+ -0.02288818359375,
+ -0.003383636474609375,
+ 0.03509521484375,
+ -0.007274627685546875,
+ -0.01230621337890625,
+ 0.0159454345703125,
+ 0.0004112720489501953,
+ 0.04022216796875,
+ -0.037445068359375,
+ 0.059906005859375,
+ 0.040863037109375,
+ -0.0288848876953125,
+ -0.046417236328125,
+ -0.0256805419921875,
+ -0.036590576171875,
+ 0.01947021484375,
+ -0.0042266845703125,
+ 0.0276031494140625,
+ 0.01486968994140625,
+ -0.00545501708984375,
+ -0.0804443359375,
+ 0.04022216796875,
+ -0.037017822265625,
+ 0.0219268798828125,
+ 0.018829345703125,
+ -0.0106964111328125,
+ -0.057769775390625,
+ -0.0423583984375,
+ -0.046630859375,
+ 0.01422882080078125,
+ -0.036590576171875,
+ 0.0172271728515625,
+ 0.00598907470703125,
+ 0.007167816162109375,
+ -0.00872039794921875,
+ -0.005535125732421875,
+ -0.008026123046875,
+ 0.0278167724609375,
+ -0.0027408599853515625,
+ -0.046844482421875,
+ 0.035308837890625,
+ 0.004199981689453125,
+ 0.02032470703125,
+ 0.01080322265625,
+ -0.0288848876953125,
+ 0.0052947998046875,
+ -0.019256591796875,
+ -0.0214996337890625,
+ -0.0238494873046875,
+ 0.0380859375,
+ 0.067626953125,
+ -0.017974853515625,
+ -0.0052947998046875,
+ -0.023101806640625,
+ 0.026214599609375,
+ 0.005214691162109375,
+ 0.0009493827819824219,
+ -0.006847381591796875,
+ -0.0182952880859375,
+ -0.01904296875,
+ -0.046630859375,
+ -0.04901123046875,
+ -0.0924072265625,
+ -0.01042938232421875,
+ -0.04022216796875,
+ -0.01476287841796875,
+ 0.0225677490234375,
+ 0.033599853515625,
+ 0.0180816650390625,
+ -0.01230621337890625,
+ 0.043853759765625,
+ -0.0157318115234375,
+ 0.0034770965576171875,
+ -0.01192474365234375,
+ 0.035736083984375,
+ -0.0161590576171875,
+ 0.0212860107421875,
+ 0.00017380714416503906,
+ -0.041290283203125,
+ 0.01433563232421875,
+ -0.006069183349609375,
+ 0.0005950927734375,
+ -0.006259918212890625,
+ 0.0198974609375,
+ -0.0305938720703125,
+ 0.0225677490234375,
+ -0.0821533203125,
+ -0.01551055908203125,
+ 0.0098419189453125,
+ 0.0200042724609375,
+ 0.0098419189453125,
+ -0.0265350341796875,
+ 0.0380859375,
+ 0.0092010498046875,
+ -0.06549072265625,
+ 0.0301666259765625,
+ -0.0165863037109375,
+ -0.0440673828125,
+ 0.019256591796875,
+ -0.020111083984375,
+ 0.01776123046875,
+ 0.0189361572265625,
+ 0.048553466796875,
+ 0.03338623046875,
+ 0.051361083984375,
+ 0.00925445556640625,
+ -0.0278167724609375,
+ 0.01074981689453125,
+ -0.0113372802734375,
+ 0.0214996337890625,
+ 0.0240631103515625,
+ 0.00341033935546875,
+ -0.0178680419921875,
+ 0.0219268798828125,
+ 0.00957489013671875,
+ -0.07061767578125,
+ 0.01358795166015625,
+ -0.0308074951171875,
+ -0.051361083984375,
+ 0.004119873046875,
+ 0.057342529296875,
+ 0.0212860107421875,
+ -0.041290283203125,
+ 0.0312347412109375,
+ 0.040863037109375,
+ 0.0161590576171875,
+ 0.0012769699096679688,
+ -0.00914764404296875,
+ -0.07403564453125,
+ -0.01690673828125,
+ 0.0305938720703125,
+ 0.01454925537109375,
+ -0.045989990234375,
+ 0.044921875,
+ 0.034454345703125,
+ -0.02374267578125,
+ -0.00904083251953125,
+ 0.008453369140625,
+ -0.01171112060546875,
+ 0.034881591796875,
+ 0.0293121337890625,
+ 0.007007598876953125,
+ -0.056915283203125,
+ 0.017974853515625,
+ 0.0380859375,
+ -0.005161285400390625,
+ 0.00035762786865234375,
+ -0.0111236572265625,
+ -0.040863037109375,
+ 0.06634521484375,
+ -0.054779052734375,
+ -0.00254058837890625,
+ -0.021820068359375,
+ 0.07275390625,
+ 0.023529052734375,
+ -0.03509521484375,
+ -0.059051513671875,
+ 0.0537109375,
+ 0.0009832382202148438,
+ -0.0017919540405273438,
+ 0.0122528076171875,
+ -0.0221405029296875,
+ -0.01241302490234375,
+ 0.0236358642578125,
+ 0.06378173828125,
+ 0.006687164306640625,
+ 0.049652099609375,
+ -0.00829315185546875,
+ -0.061614990234375,
+ 0.012786865234375,
+ -0.026214599609375,
+ 0.01690673828125,
+ -0.0015716552734375,
+ -0.057342529296875,
+ -0.04901123046875,
+ -0.067626953125,
+ 0.04791259765625,
+ -0.0013704299926757812,
+ 0.055206298828125,
+ 0.023529052734375,
+ 0.0021533966064453125,
+ 0.006847381591796875,
+ 0.0172271728515625,
+ 0.0164794921875,
+ 0.055633544921875,
+ 0.0163726806640625,
+ 0.00017881393432617188,
+ 0.0254669189453125,
+ 0.0015850067138671875,
+ 0.0240631103515625,
+ -0.062042236328125,
+ 0.00989532470703125,
+ -0.020965576171875,
+ 0.001270294189453125,
+ -0.037445068359375,
+ 0.0135345458984375,
+ -0.00054168701171875,
+ -0.004974365234375,
+ -0.012359619140625,
+ -0.0278167724609375,
+ -0.00989532470703125,
+ -0.0085601806640625,
+ -0.057769775390625,
+ -0.0305938720703125,
+ 0.020538330078125,
+ -0.040863037109375,
+ -0.01454925537109375,
+ 0.035308837890625,
+ -0.0290985107421875,
+ 0.0227813720703125,
+ -0.04833984375,
+ 0.07489013671875,
+ 0.0242767333984375,
+ 0.01422882080078125,
+ -0.0006718635559082031,
+ 0.004840850830078125,
+ 0.02288818359375,
+ -0.00797271728515625,
+ 0.0297393798828125,
+ 0.003223419189453125,
+ -0.01380157470703125,
+ 0.036376953125,
+ 0.067626953125,
+ -0.006526947021484375,
+ -0.0232086181640625,
+ 0.0312347412109375,
+ 0.0009160041809082031,
+ -0.039581298828125,
+ 0.025787353515625,
+ -0.0014905929565429688,
+ 0.002593994140625,
+ -0.0026340484619140625,
+ 0.005054473876953125,
+ -0.005828857421875,
+ -0.0180816650390625,
+ 0.09027099609375,
+ 0.027069091796875,
+ -0.00893402099609375,
+ 0.01444244384765625,
+ -0.0293121337890625,
+ 0.049652099609375,
+ 0.024932861328125,
+ 0.048126220703125,
+ -0.059051513671875,
+ 0.07232666015625,
+ -0.0310211181640625,
+ -0.0067138671875,
+ 0.00433349609375,
+ 0.038299560546875,
+ 0.0006685256958007812,
+ 0.0299530029296875,
+ -0.024169921875,
+ 0.067626953125,
+ 0.0528564453125,
+ -0.04107666015625,
+ -0.052215576171875,
+ 0.01476287841796875,
+ 0.0023937225341796875,
+ 0.035308837890625,
+ 0.00968170166015625,
+ -0.056915283203125,
+ -0.0125732421875,
+ 0.017547607421875,
+ 0.03851318359375,
+ 0.071044921875,
+ 0.00009357929229736328,
+ 0.02288818359375,
+ -0.0254669189453125,
+ -0.0227813720703125,
+ 0.01160430908203125,
+ 0.01300048828125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "fraud-investigation",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "metadata-parser",
+ "geolocation",
+ "cross-platform",
+ "triage",
+ "system-metadata",
+ "batch-processing",
+ "timeline-creation",
+ "json-export",
+ "osint-tool",
+ "document-forensics",
+ "multimedia-analysis"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_bmc_tools",
+ "type": "tool",
+ "name": "bmc-tools",
+ "content": "bmc-tools extrahiert rdp-bitmap-cache-fragmente aus windows terminal server client cache für remote-desktop-session-rekonstruktion. parst bcache*.bmc und cache*.bin dateien durch python-framework mit automatischer tile-dekompression und collage-generation. unterstützt alle rdp-versionen und qualitätsstufen (bcache2/22/24). besonders wertvoll: versteckte remote-aktivitäten ohne server-logs rekonstruieren, kape-integration für batch-processing, export in standard-bildformate. cli rdp-analysis bitmap-extraction remote-session python-tool collage-generation lateral-movement cache-forensics terminal-server scenario:remote_access incident-response network-forensics static-investigations examination analysis",
+ "embedding": [
+ -0.0305938720703125,
+ 0.026458740234375,
+ 0.049072265625,
+ -0.0107574462890625,
+ 0.0548095703125,
+ 0.00609588623046875,
+ 0.01131439208984375,
+ 0.0005550384521484375,
+ -0.01251220703125,
+ -0.0105133056640625,
+ -0.0433349609375,
+ 0.035858154296875,
+ -0.0360107421875,
+ 0.0004107952117919922,
+ -0.05926513671875,
+ 0.050048828125,
+ 0.01000213623046875,
+ -0.0022602081298828125,
+ -0.0008664131164550781,
+ 0.00804901123046875,
+ -0.0146636962890625,
+ -0.02008056640625,
+ -0.0443115234375,
+ 0.0016536712646484375,
+ -0.0172119140625,
+ 0.0211944580078125,
+ -0.01983642578125,
+ -0.040802001953125,
+ 0.0111541748046875,
+ -0.0013942718505859375,
+ 0.006374359130859375,
+ -0.033782958984375,
+ -0.000048220157623291016,
+ 0.01251220703125,
+ 0.0014543533325195312,
+ -0.05291748046875,
+ 0.005496978759765625,
+ -0.03570556640625,
+ -0.00955963134765625,
+ 0.055450439453125,
+ -0.0047607421875,
+ 0.0227813720703125,
+ 0.007171630859375,
+ 0.004779815673828125,
+ -0.009796142578125,
+ -0.025177001953125,
+ 0.01210784912109375,
+ -0.0133819580078125,
+ 0.023101806640625,
+ -0.05767822265625,
+ 0.03521728515625,
+ 0.0150604248046875,
+ -0.0174560546875,
+ -0.0201568603515625,
+ -0.0232696533203125,
+ 0.033782958984375,
+ 0.03570556640625,
+ 0.0033855438232421875,
+ -0.046844482421875,
+ 0.05291748046875,
+ -0.064697265625,
+ -0.00975799560546875,
+ 0.0025691986083984375,
+ 0.0054168701171875,
+ 0.022308349609375,
+ 0.042694091796875,
+ -0.0025501251220703125,
+ -0.055145263671875,
+ 0.003864288330078125,
+ 0.00943756103515625,
+ 0.00872802734375,
+ -0.0129852294921875,
+ -0.0275726318359375,
+ 0.023590087890625,
+ -0.056732177734375,
+ -0.056732177734375,
+ 0.0227813720703125,
+ 0.006175994873046875,
+ -0.03521728515625,
+ 0.006256103515625,
+ -0.0401611328125,
+ 0.0057373046875,
+ 0.039825439453125,
+ -0.01139068603515625,
+ -0.01513671875,
+ 0.0125885009765625,
+ 0.0018129348754882812,
+ 0.034088134765625,
+ 0.0069732666015625,
+ 0.0025691986083984375,
+ 0.0245361328125,
+ -0.0179290771484375,
+ 0.00740814208984375,
+ -0.03857421875,
+ 0.0557861328125,
+ 0.04718017578125,
+ -0.00988006591796875,
+ 0.004978179931640625,
+ 0.0021305084228515625,
+ 0.0474853515625,
+ 0.03106689453125,
+ -0.056396484375,
+ 0.06024169921875,
+ 0.00028634071350097656,
+ 0.0172882080078125,
+ -0.01099395751953125,
+ 0.04302978515625,
+ -0.0197601318359375,
+ -0.02947998046875,
+ -0.033294677734375,
+ -0.10516357421875,
+ -0.04205322265625,
+ -0.017852783203125,
+ -0.05194091796875,
+ 0.021514892578125,
+ 0.0009360313415527344,
+ 0.0256500244140625,
+ 0.046539306640625,
+ -0.06695556640625,
+ -0.029327392578125,
+ 0.00589752197265625,
+ 0.0256500244140625,
+ -0.0234222412109375,
+ 0.005496978759765625,
+ -0.043670654296875,
+ -0.045257568359375,
+ 0.01274871826171875,
+ 0.0189666748046875,
+ 0.009918212890625,
+ -0.007965087890625,
+ -0.0132293701171875,
+ -0.0174560546875,
+ -0.0323486328125,
+ -0.043670654296875,
+ -0.0038051605224609375,
+ -0.005458831787109375,
+ 0.0557861328125,
+ -0.0117950439453125,
+ -0.0016231536865234375,
+ -0.00251007080078125,
+ 0.035369873046875,
+ -0.0093231201171875,
+ -0.05450439453125,
+ -0.00896453857421875,
+ -0.049713134765625,
+ -0.001239776611328125,
+ -0.036651611328125,
+ 0.07489013671875,
+ -0.035858154296875,
+ 0.0004382133483886719,
+ 0.0115509033203125,
+ -0.003925323486328125,
+ 0.037750244140625,
+ 0.0183258056640625,
+ 0.017852783203125,
+ -0.0745849609375,
+ -0.0185699462890625,
+ -0.010833740234375,
+ 0.032501220703125,
+ -0.0093231201171875,
+ -0.0148162841796875,
+ 0.0224609375,
+ -0.013946533203125,
+ 0.021026611328125,
+ -0.0084075927734375,
+ -0.05450439453125,
+ -0.0146636962890625,
+ 0.003963470458984375,
+ 0.01513671875,
+ -0.023101806640625,
+ 0.0281982421875,
+ -0.019287109375,
+ 0.03839111328125,
+ 0.058319091796875,
+ -0.00589752197265625,
+ 0.037139892578125,
+ -0.0023212432861328125,
+ 0.003147125244140625,
+ 0.02166748046875,
+ 0.0166473388671875,
+ 0.0032062530517578125,
+ -0.004680633544921875,
+ 0.040313720703125,
+ -0.0057373046875,
+ 0.0172882080078125,
+ -0.007129669189453125,
+ -0.0150604248046875,
+ 0.012908935546875,
+ -0.0205535888671875,
+ 0.039825439453125,
+ -0.036346435546875,
+ -0.0548095703125,
+ -0.005615234375,
+ 0.0247039794921875,
+ 0.035858154296875,
+ 0.0548095703125,
+ 0.0024394989013671875,
+ -0.01067352294921875,
+ 0.04461669921875,
+ -0.0095977783203125,
+ 0.007171630859375,
+ 0.053863525390625,
+ -0.01513671875,
+ 0.0204010009765625,
+ 0.020233154296875,
+ -0.01418304443359375,
+ -0.05450439453125,
+ 0.03729248046875,
+ 0.0226287841796875,
+ -0.01983642578125,
+ -0.0204010009765625,
+ 0.04144287109375,
+ -0.001583099365234375,
+ -0.0286865234375,
+ -0.0285186767578125,
+ -0.01497650146484375,
+ 0.02532958984375,
+ -0.004024505615234375,
+ -0.0250244140625,
+ 0.0073699951171875,
+ -0.01522064208984375,
+ -0.0391845703125,
+ 0.015380859375,
+ 0.0160980224609375,
+ -0.01139068603515625,
+ 0.05291748046875,
+ 0.0286865234375,
+ -0.019683837890625,
+ -0.01904296875,
+ 0.006256103515625,
+ 0.01242828369140625,
+ 0.01593017578125,
+ 0.006931304931640625,
+ -0.01242828369140625,
+ 0.00864410400390625,
+ -0.04144287109375,
+ 0.036956787109375,
+ 0.038238525390625,
+ 0.0148162841796875,
+ 0.021026611328125,
+ -0.0158538818359375,
+ 0.03759765625,
+ -0.033782958984375,
+ 0.01020050048828125,
+ 0.0474853515625,
+ -0.03759765625,
+ -0.0169677734375,
+ -0.015380859375,
+ 0.038726806640625,
+ 0.035858154296875,
+ -0.032501220703125,
+ -0.0250244140625,
+ -0.08221435546875,
+ -0.0129852294921875,
+ -0.07647705078125,
+ -0.029632568359375,
+ -0.032196044921875,
+ -0.06695556640625,
+ 0.06817626953125,
+ -0.0396728515625,
+ -0.03106689453125,
+ 0.01529693603515625,
+ -0.01617431640625,
+ -0.0080108642578125,
+ 0.045257568359375,
+ -0.0050201416015625,
+ -0.032989501953125,
+ 0.0180816650390625,
+ 0.06500244140625,
+ 0.0009908676147460938,
+ -0.0195159912109375,
+ 0.00824737548828125,
+ 0.01282501220703125,
+ -0.006931304931640625,
+ 0.0291595458984375,
+ -0.03363037109375,
+ 0.002628326416015625,
+ 0.05926513671875,
+ 0.0299530029296875,
+ 0.02215576171875,
+ -0.00832366943359375,
+ 0.02215576171875,
+ -0.0164947509765625,
+ 0.0318603515625,
+ -0.028839111328125,
+ 0.013702392578125,
+ -0.0248565673828125,
+ -0.00665283203125,
+ -0.034576416015625,
+ -0.056732177734375,
+ -0.0027294158935546875,
+ 0.0234222412109375,
+ 0.00042319297790527344,
+ 0.00033855438232421875,
+ 0.029327392578125,
+ -0.05035400390625,
+ -0.0281982421875,
+ -0.02947998046875,
+ 0.01314544677734375,
+ 0.0380859375,
+ 0.033294677734375,
+ -0.00836944580078125,
+ 0.0132293701171875,
+ -0.001972198486328125,
+ 0.0204010009765625,
+ -0.0291595458984375,
+ -0.037139892578125,
+ -0.010040283203125,
+ 0.005077362060546875,
+ -0.04779052734375,
+ 0.0009708404541015625,
+ -0.0140228271484375,
+ -0.0234222412109375,
+ 0.0031280517578125,
+ -0.038726806640625,
+ -0.0133056640625,
+ -0.040802001953125,
+ -0.055145263671875,
+ 0.026458740234375,
+ -0.01282501220703125,
+ -0.0026092529296875,
+ -0.03106689453125,
+ 0.040618896484375,
+ -0.0136260986328125,
+ 0.033935546875,
+ -0.0250244140625,
+ 0.01800537109375,
+ -0.03729248046875,
+ -0.02215576171875,
+ -0.0355224609375,
+ 0.0076904296875,
+ -0.00923919677734375,
+ 0.0219879150390625,
+ 0.016326904296875,
+ 0.0305938720703125,
+ 0.026611328125,
+ 0.052581787109375,
+ -0.0001767873764038086,
+ -0.007129669189453125,
+ 0.004184722900390625,
+ -0.004241943359375,
+ -0.0179290771484375,
+ 0.0157012939453125,
+ -0.00665283203125,
+ -0.02740478515625,
+ -0.026458740234375,
+ -0.034912109375,
+ 0.005298614501953125,
+ -0.0004906654357910156,
+ 0.036956787109375,
+ 0.034576416015625,
+ -0.02581787109375,
+ 0.0007915496826171875,
+ 0.0621337890625,
+ -0.01242828369140625,
+ 0.09051513671875,
+ 0.0133056640625,
+ -0.0256500244140625,
+ 0.02294921875,
+ 0.03265380859375,
+ -0.00948333740234375,
+ -0.002590179443359375,
+ 0.01242828369140625,
+ 0.01617431640625,
+ 0.01274871826171875,
+ 0.04144287109375,
+ -0.010040283203125,
+ 0.03363037109375,
+ 0.00943756103515625,
+ -0.00276947021484375,
+ -0.0011749267578125,
+ 0.005657196044921875,
+ 0.029632568359375,
+ 0.060546875,
+ -0.0117950439453125,
+ -0.007251739501953125,
+ 0.053863525390625,
+ -0.0218353271484375,
+ -0.042388916015625,
+ -0.03314208984375,
+ -0.0548095703125,
+ -0.0247039794921875,
+ 0.019439697265625,
+ -0.002948760986328125,
+ 0.035369873046875,
+ -0.031707763671875,
+ -0.052581787109375,
+ 0.01274871826171875,
+ -0.042694091796875,
+ 0.065673828125,
+ 0.025970458984375,
+ -0.01409912109375,
+ 0.041107177734375,
+ -0.006015777587890625,
+ -0.01306915283203125,
+ 0.04144287109375,
+ 0.0038051605224609375,
+ 0.00482177734375,
+ 0.025970458984375,
+ 0.0157012939453125,
+ 0.006572723388671875,
+ -0.0189666748046875,
+ 0.0433349609375,
+ 0.0129852294921875,
+ 0.0111541748046875,
+ -0.022308349609375,
+ 0.0181732177734375,
+ 0.024383544921875,
+ 0.02294921875,
+ -0.0211944580078125,
+ 0.0234222412109375,
+ 0.0133819580078125,
+ -0.0195159912109375,
+ 0.024383544921875,
+ -0.0086822509765625,
+ 0.0005602836608886719,
+ -0.04461669921875,
+ 0.0290069580078125,
+ 0.006256103515625,
+ 0.002788543701171875,
+ 0.019439697265625,
+ 0.032196044921875,
+ -0.058013916015625,
+ 0.01000213623046875,
+ 0.04046630859375,
+ -0.07391357421875,
+ 0.043975830078125,
+ 0.013702392578125,
+ -0.026763916015625,
+ 0.001434326171875,
+ -0.02008056640625,
+ -0.050994873046875,
+ 0.04620361328125,
+ -0.046844482421875,
+ -0.02374267578125,
+ -0.0119476318359375,
+ 0.0218353271484375,
+ -0.03521728515625,
+ -0.0270843505859375,
+ -0.02789306640625,
+ -0.0250244140625,
+ -0.0281982421875,
+ -0.020721435546875,
+ 0.0328369140625,
+ -0.0119476318359375,
+ 0.0197601318359375,
+ 0.0298004150390625,
+ 0.0304412841796875,
+ -0.00753021240234375,
+ -0.032196044921875,
+ 0.019439697265625,
+ -0.0158538818359375,
+ -0.056396484375,
+ 0.0401611328125,
+ 0.003246307373046875,
+ 0.0160980224609375,
+ -0.0035457611083984375,
+ -0.030120849609375,
+ -0.00968170166015625,
+ -0.01015472412109375,
+ 0.0169677734375,
+ -0.001483917236328125,
+ -0.06787109375,
+ -0.0250244140625,
+ -0.0589599609375,
+ 0.04620361328125,
+ 0.0068511962890625,
+ 0.05865478515625,
+ 0.01059722900390625,
+ -0.028045654296875,
+ 0.02374267578125,
+ -0.0474853515625,
+ -0.0256500244140625,
+ -0.00247955322265625,
+ -0.02374267578125,
+ -0.01091766357421875,
+ 0.06341552734375,
+ -0.0304412841796875,
+ -0.01425933837890625,
+ 0.01027679443359375,
+ 0.04876708984375,
+ 0.00492095947265625,
+ -0.00460052490234375,
+ -0.0360107421875,
+ 0.0213470458984375,
+ 0.016021728515625,
+ -0.04205322265625,
+ 0.0168914794921875,
+ -0.0312347412109375,
+ -0.0205535888671875,
+ 0.050048828125,
+ -0.0380859375,
+ -0.00665283203125,
+ -0.02581787109375,
+ -0.048431396484375,
+ -0.0247039794921875,
+ -0.048126220703125,
+ -0.0035858154296875,
+ -0.03265380859375,
+ 0.025970458984375,
+ 0.04205322265625,
+ -0.003326416015625,
+ 0.037139892578125,
+ 0.030914306640625,
+ -0.002887725830078125,
+ 0.0170440673828125,
+ -0.0069732666015625,
+ -0.024383544921875,
+ 0.02294921875,
+ -0.0767822265625,
+ -0.039031982421875,
+ 0.00031375885009765625,
+ 0.056396484375,
+ -0.033294677734375,
+ 0.0096435546875,
+ 0.0261383056640625,
+ 0.0032672882080078125,
+ 0.05767822265625,
+ -0.041107177734375,
+ -0.0054168701171875,
+ -0.018798828125,
+ -0.05865478515625,
+ -0.030120849609375,
+ -0.00681304931640625,
+ 0.023895263671875,
+ 0.03887939453125,
+ -0.030120849609375,
+ -0.00505828857421875,
+ 0.0164947509765625,
+ -0.044921875,
+ 0.0150604248046875,
+ 0.01274871826171875,
+ -0.00414276123046875,
+ 0.01513671875,
+ -0.002986907958984375,
+ -0.01242828369140625,
+ 0.005100250244140625,
+ 0.031402587890625,
+ -0.0195159912109375,
+ -0.029327392578125,
+ -0.0777587890625,
+ 0.037750244140625,
+ 0.0167388916015625,
+ 0.0022716522216796875,
+ -0.0006122589111328125,
+ -0.045562744140625,
+ -0.0714111328125,
+ 0.04718017578125,
+ 0.0662841796875,
+ -0.003246307373046875,
+ 0.01067352294921875,
+ -0.026611328125,
+ -0.00525665283203125,
+ -0.020721435546875,
+ -0.0290069580078125,
+ 0.042694091796875,
+ -0.032989501953125,
+ 0.006053924560546875,
+ -0.0002315044403076172,
+ -0.0133056640625,
+ 0.02374267578125,
+ 0.017364501953125,
+ 0.0189666748046875,
+ 0.032501220703125,
+ 0.01418304443359375,
+ -0.026763916015625,
+ 0.00923919677734375,
+ -0.015533447265625,
+ 0.008209228515625,
+ -0.00928497314453125,
+ -0.006572723388671875,
+ 0.039031982421875,
+ 0.002948760986328125,
+ -0.01561737060546875,
+ 0.01242828369140625,
+ 0.00975799560546875,
+ 0.0180816650390625,
+ -0.021026611328125,
+ 0.00836944580078125,
+ 0.019287109375,
+ -0.023895263671875,
+ 0.06756591796875,
+ -0.0012149810791015625,
+ -0.046539306640625,
+ 0.003047943115234375,
+ 0.0107574462890625,
+ 0.036651611328125,
+ 0.030120849609375,
+ -0.0133819580078125,
+ -0.014739990234375,
+ 0.0030078887939453125,
+ 0.044921875,
+ -0.03155517578125,
+ -0.060546875,
+ -0.009124755859375,
+ 0.0250244140625,
+ 0.0195159912109375,
+ 0.038726806640625,
+ -0.00896453857421875,
+ 0.048431396484375,
+ 0.01497650146484375,
+ -0.01983642578125,
+ 0.05767822265625,
+ 0.05865478515625,
+ 0.040802001953125,
+ -0.01425933837890625,
+ -0.06341552734375,
+ -0.005657196044921875,
+ 0.00589752197265625,
+ -0.0208740234375,
+ -0.046539306640625,
+ 0.0245361328125,
+ 0.049713134765625,
+ -0.050048828125,
+ -0.0443115234375,
+ -0.021514892578125,
+ -0.0018625259399414062,
+ 0.025177001953125,
+ 0.002330780029296875,
+ -0.036956787109375,
+ 0.0180816650390625,
+ 0.029327392578125,
+ -0.043975830078125,
+ 0.0031871795654296875,
+ -0.006534576416015625,
+ -0.0021209716796875,
+ 0.07330322265625,
+ 0.0247039794921875,
+ -0.004161834716796875,
+ 0.03857421875,
+ 0.0068511962890625,
+ 0.0171356201171875,
+ -0.017852783203125,
+ 0.03729248046875,
+ -0.0088043212890625,
+ 0.032501220703125,
+ 0.050048828125,
+ 0.0516357421875,
+ -0.001583099365234375,
+ 0.0080108642578125,
+ 0.00609588623046875,
+ 0.022308349609375,
+ 0.02789306640625,
+ 0.065673828125,
+ -0.0140228271484375,
+ 0.0189666748046875,
+ 0.0232696533203125,
+ -0.055145263671875,
+ -0.0020313262939453125,
+ -0.01203155517578125,
+ -0.00772857666015625,
+ -0.04620361328125,
+ -0.0433349609375,
+ 0.03314208984375,
+ -0.046539306640625,
+ 0.0012750625610351562,
+ 0.0179290771484375,
+ -0.006134033203125,
+ -0.017852783203125,
+ 0.039031982421875,
+ -0.01235198974609375,
+ -0.061187744140625,
+ 0.038238525390625,
+ -0.0169677734375,
+ -0.0269317626953125,
+ 0.00440216064453125,
+ -0.04461669921875,
+ 0.0516357421875,
+ -0.033294677734375,
+ -0.0714111328125,
+ -0.0204010009765625,
+ 0.03857421875,
+ 0.0032863616943359375,
+ -0.0396728515625,
+ -0.0009064674377441406,
+ 0.0170440673828125,
+ -0.01163482666015625,
+ -0.04876708984375,
+ -0.0261383056640625,
+ -0.01800537109375,
+ 0.0298004150390625,
+ -0.0018825531005859375,
+ -0.01561737060546875,
+ 0.00701141357421875,
+ -0.006893157958984375,
+ -0.008087158203125,
+ -0.0035648345947265625,
+ -0.02947998046875,
+ 0.00824737548828125,
+ -0.055145263671875,
+ 0.057373046875,
+ 0.020233154296875,
+ 0.023590087890625,
+ 0.03729248046875,
+ 0.072998046875,
+ 0.00408172607421875,
+ 0.009521484375,
+ -0.0022602081298828125,
+ -0.06884765625,
+ 0.0098419189453125,
+ 0.01123046875,
+ 0.040008544921875,
+ -0.0694580078125,
+ -0.0022411346435546875,
+ 0.043975830078125,
+ -0.08349609375,
+ 0.0073699951171875,
+ -0.0019025802612304688,
+ -0.0312347412109375,
+ -0.06341552734375,
+ 0.01235198974609375,
+ 0.0250244140625,
+ 0.0154571533203125,
+ 0.08001708984375,
+ 0.0254974365234375,
+ -0.0121917724609375,
+ -0.0172119140625,
+ -0.0662841796875,
+ 0.059600830078125,
+ -0.01513671875,
+ 0.028045654296875,
+ -0.02215576171875,
+ 0.040802001953125,
+ 0.009521484375,
+ -0.03363037109375,
+ 0.01059722900390625,
+ -0.08538818359375,
+ -0.002201080322265625,
+ 0.01354217529296875,
+ 0.0170440673828125,
+ 0.00492095947265625,
+ -0.0247039794921875,
+ -0.04205322265625,
+ -0.03076171875,
+ -0.04718017578125,
+ 0.034423828125,
+ 0.01306915283203125,
+ 0.0188751220703125,
+ -0.045257568359375,
+ 0.00792694091796875,
+ 0.0025691986083984375,
+ -0.03314208984375,
+ -0.0003783702850341797,
+ -0.027252197265625,
+ 0.0240631103515625,
+ -0.01983642578125,
+ -0.0516357421875,
+ 0.0312347412109375,
+ 0.0008168220520019531,
+ -0.020721435546875,
+ 0.02532958984375,
+ 0.036651611328125,
+ -0.0204010009765625,
+ 0.0054168701171875,
+ -0.034088134765625,
+ 0.0380859375,
+ 0.01226806640625,
+ -0.010833740234375,
+ 0.004840850830078125,
+ 0.00557708740234375,
+ 0.007648468017578125,
+ -0.029327392578125,
+ 0.064697265625,
+ 0.035858154296875,
+ -0.058319091796875,
+ -0.057037353515625,
+ -0.045257568359375,
+ -0.0234222412109375,
+ 0.00244903564453125,
+ 0.002948760986328125,
+ 0.040313720703125,
+ -0.00027632713317871094,
+ -0.0318603515625,
+ -0.08001708984375,
+ 0.05865478515625,
+ -0.0285186767578125,
+ 0.0200042724609375,
+ 0.0146636962890625,
+ 0.0119476318359375,
+ -0.046539306640625,
+ -0.05450439453125,
+ -0.01027679443359375,
+ 0.019195556640625,
+ -0.051300048828125,
+ 0.0474853515625,
+ -0.00460052490234375,
+ -0.00928497314453125,
+ 0.0030269622802734375,
+ -0.018646240234375,
+ -0.002887725830078125,
+ 0.0401611328125,
+ 0.0172882080078125,
+ -0.0187225341796875,
+ 0.07427978515625,
+ -0.00955963134765625,
+ 0.01409912109375,
+ 0.0017528533935546875,
+ -0.034271240234375,
+ 0.021514892578125,
+ -0.03570556640625,
+ -0.01043701171875,
+ -0.01043701171875,
+ 0.0080108642578125,
+ 0.0211944580078125,
+ -0.00864410400390625,
+ 0.004718780517578125,
+ -0.034271240234375,
+ 0.0111541748046875,
+ -0.004222869873046875,
+ -0.01800537109375,
+ -0.001972198486328125,
+ 0.0010013580322265625,
+ -0.006412506103515625,
+ -0.025970458984375,
+ -0.0736083984375,
+ -0.050994873046875,
+ 0.023895263671875,
+ -0.0270843505859375,
+ 0.0016031265258789062,
+ -0.006572723388671875,
+ -0.00316619873046875,
+ 0.0168914794921875,
+ -0.02740478515625,
+ 0.01904296875,
+ -0.0247039794921875,
+ -0.00649261474609375,
+ -0.01386260986328125,
+ 0.0291595458984375,
+ 0.0063323974609375,
+ 0.0401611328125,
+ -0.006893157958984375,
+ 0.01171112060546875,
+ 0.0318603515625,
+ -0.006412506103515625,
+ 0.0203094482421875,
+ -0.034423828125,
+ -0.00024771690368652344,
+ -0.031402587890625,
+ 0.0082855224609375,
+ -0.07330322265625,
+ -0.044921875,
+ 0.0162506103515625,
+ -0.00904083251953125,
+ -0.00446319580078125,
+ -0.0312347412109375,
+ 0.0187225341796875,
+ -0.0077667236328125,
+ -0.059906005859375,
+ 0.01020050048828125,
+ -0.0025386810302734375,
+ -0.037750244140625,
+ 0.0219879150390625,
+ -0.034576416015625,
+ -0.006015777587890625,
+ -0.00394439697265625,
+ 0.044921875,
+ 0.026458740234375,
+ 0.02789306640625,
+ 0.0158538818359375,
+ -0.02740478515625,
+ -0.005218505859375,
+ -0.01457977294921875,
+ 0.0226287841796875,
+ 0.031707763671875,
+ 0.0017528533935546875,
+ -0.01210784912109375,
+ 0.038238525390625,
+ 0.0213470458984375,
+ -0.0704345703125,
+ -0.00414276123046875,
+ -0.0007219314575195312,
+ -0.050048828125,
+ 0.00537872314453125,
+ 0.0736083984375,
+ 0.038726806640625,
+ 0.01274871826171875,
+ 0.005817413330078125,
+ 0.049407958984375,
+ 0.00537872314453125,
+ -0.00844573974609375,
+ -0.0184783935546875,
+ -0.0589599609375,
+ 0.01314544677734375,
+ 0.033935546875,
+ 0.01163482666015625,
+ -0.050994873046875,
+ 0.07269287109375,
+ 0.05926513671875,
+ 0.0148162841796875,
+ -0.048126220703125,
+ -0.0247039794921875,
+ -0.0013942718505859375,
+ 0.025970458984375,
+ 0.013946533203125,
+ 0.037750244140625,
+ -0.0557861328125,
+ 0.025177001953125,
+ 0.028045654296875,
+ -0.01242828369140625,
+ -0.0242156982421875,
+ -0.0025691986083984375,
+ -0.0248565673828125,
+ 0.0250244140625,
+ -0.04718017578125,
+ 0.00948333740234375,
+ 0.0261383056640625,
+ 0.046844482421875,
+ 0.00030875205993652344,
+ -0.05767822265625,
+ -0.0304412841796875,
+ 0.04620361328125,
+ 0.0019521713256835938,
+ -0.0208740234375,
+ 0.0030670166015625,
+ 0.00400543212890625,
+ -0.035369873046875,
+ 0.026763916015625,
+ 0.0396728515625,
+ 0.011474609375,
+ 0.036163330078125,
+ 0.0247039794921875,
+ -0.0291595458984375,
+ 0.0008864402770996094,
+ -0.0031280517578125,
+ 0.01314544677734375,
+ -0.01434326171875,
+ -0.0275726318359375,
+ -0.0031280517578125,
+ -0.054168701171875,
+ 0.0443115234375,
+ 0.034271240234375,
+ 0.01306915283203125,
+ 0.032989501953125,
+ -0.0008363723754882812,
+ -0.0117950439453125,
+ 0.0323486328125,
+ 0.0013341903686523438,
+ 0.04779052734375,
+ 0.0157012939453125,
+ 0.0433349609375,
+ 0.0103607177734375,
+ 0.0132293701171875,
+ -0.00968170166015625,
+ -0.0200042724609375,
+ 0.0328369140625,
+ -0.027252197265625,
+ -0.01123046875,
+ -0.06341552734375,
+ -0.0088043212890625,
+ 0.00988006591796875,
+ -0.040008544921875,
+ -0.0117950439453125,
+ -0.03570556640625,
+ 0.0254974365234375,
+ -0.004581451416015625,
+ -0.06341552734375,
+ -0.03155517578125,
+ 0.039825439453125,
+ -0.041107177734375,
+ 0.042388916015625,
+ 0.0254974365234375,
+ 0.003326416015625,
+ -0.0010309219360351562,
+ -0.06854248046875,
+ 0.076171875,
+ 0.0323486328125,
+ 0.053863525390625,
+ -0.03106689453125,
+ 0.0129852294921875,
+ 0.031402587890625,
+ 0.00860595703125,
+ 0.0030269622802734375,
+ 0.0077667236328125,
+ -0.0290069580078125,
+ 0.0557861328125,
+ 0.030914306640625,
+ -0.0172119140625,
+ -0.004779815673828125,
+ 0.020233154296875,
+ 0.00848388671875,
+ -0.0548095703125,
+ 0.03155517578125,
+ 0.009124755859375,
+ 0.0168914794921875,
+ -0.0242156982421875,
+ -0.0304412841796875,
+ -0.0031871795654296875,
+ -0.0704345703125,
+ 0.078369140625,
+ 0.01800537109375,
+ -0.023895263671875,
+ 0.040618896484375,
+ -0.0261383056640625,
+ 0.048431396484375,
+ -0.0008168220520019531,
+ 0.03314208984375,
+ -0.049407958984375,
+ 0.05035400390625,
+ 0.006893157958984375,
+ 0.01210784912109375,
+ -0.01497650146484375,
+ 0.034088134765625,
+ -0.0187225341796875,
+ 0.01617431640625,
+ -0.004322052001953125,
+ 0.045257568359375,
+ 0.0227813720703125,
+ 0.016326904296875,
+ -0.0474853515625,
+ -0.00485992431640625,
+ -0.003765106201171875,
+ -0.0055389404296875,
+ 0.01776123046875,
+ -0.033294677734375,
+ -0.01171112060546875,
+ 0.0023593902587890625,
+ -0.0012645721435546875,
+ 0.08477783203125,
+ -0.0069732666015625,
+ 0.0328369140625,
+ -0.0167388916015625,
+ -0.00665283203125,
+ -0.0262908935546875,
+ 0.0003285408020019531
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "rdp-analysis",
+ "bitmap-extraction",
+ "remote-session",
+ "python-tool",
+ "collage-generation",
+ "lateral-movement",
+ "cache-forensics",
+ "terminal-server",
+ "scenario:remote_access"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_X_Ways_Forensics",
+ "type": "tool",
+ "name": "X-Ways Forensics",
+ "content": "x-ways forensics forensik-suite mit hochoptimierten algorithmen für multi-terabyte-image-analyse und simultane evidence-verarbeitung mehrerer datenträger parallel. gallery-view mit skin-tone-detection für csam-ermittlungen, x-tensions-plugin-system automatisiert wiederkehrende analysen und custom-workflows. physical-search durchsucht über sektorgrenzen hinweg, registry-report-generator extrahiert windows-artefakte strukturiert. timeline-engine mit millisekunden-präzision korreliert events über alle evidenzen. hex-editor zeigt rohdaten parallel zur interpretierten ansicht, template-support dekodiert proprietäre dateiformate automatisch. gui commercial keyword-search fast-scan court-admissible dongle-license hex-editor gallery-view x-tensions physical-search registry-analysis template-support static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.014892578125,
+ 0.030975341796875,
+ 0.0445556640625,
+ -0.0150909423828125,
+ 0.039764404296875,
+ 0.023681640625,
+ 0.0094451904296875,
+ 0.0242767333984375,
+ -0.0057220458984375,
+ -0.0277862548828125,
+ -0.031982421875,
+ 0.027374267578125,
+ 0.017486572265625,
+ 0.0035724639892578125,
+ -0.055572509765625,
+ 0.04736328125,
+ -0.0223846435546875,
+ 0.023284912109375,
+ 0.0150909423828125,
+ 0.00864410400390625,
+ 0.00027489662170410156,
+ -0.0215911865234375,
+ -0.036163330078125,
+ -0.01338958740234375,
+ -0.007293701171875,
+ -0.004520416259765625,
+ -0.0209808349609375,
+ -0.044952392578125,
+ -0.00327301025390625,
+ 0.0008869171142578125,
+ 0.038360595703125,
+ -0.03717041015625,
+ 0.023590087890625,
+ 0.04876708984375,
+ 0.0285797119140625,
+ -0.02398681640625,
+ 0.0036220550537109375,
+ -0.06353759765625,
+ -0.030181884765625,
+ 0.049957275390625,
+ -0.0158843994140625,
+ 0.01358795166015625,
+ 0.027374267578125,
+ 0.001155853271484375,
+ -0.0242767333984375,
+ -0.018585205078125,
+ -0.0055694580078125,
+ -0.0277862548828125,
+ 0.0032978057861328125,
+ -0.03497314453125,
+ 0.03778076171875,
+ 0.0369873046875,
+ -0.006946563720703125,
+ 0.01448822021484375,
+ -0.0252838134765625,
+ 0.033172607421875,
+ 0.0110931396484375,
+ 0.0018987655639648438,
+ -0.036163330078125,
+ 0.049957275390625,
+ -0.0567626953125,
+ -0.0117950439453125,
+ -0.0014486312866210938,
+ -0.0198822021484375,
+ 0.01134490966796875,
+ 0.01458740234375,
+ 0.01123809814453125,
+ -0.0187835693359375,
+ -0.005496978759765625,
+ -0.0002560615539550781,
+ 0.00954437255859375,
+ -0.0013494491577148438,
+ -0.03656005859375,
+ 0.0248870849609375,
+ -0.019989013671875,
+ -0.047576904296875,
+ 0.0263824462890625,
+ 0.03778076171875,
+ -0.00020766258239746094,
+ -0.008544921875,
+ -0.04217529296875,
+ 0.0016613006591796875,
+ 0.052764892578125,
+ -0.033966064453125,
+ -0.0037479400634765625,
+ -0.0162811279296875,
+ 0.0205841064453125,
+ 0.0085906982421875,
+ -0.02069091796875,
+ 0.00492095947265625,
+ 0.006145477294921875,
+ 0.015289306640625,
+ 0.014190673828125,
+ -0.020782470703125,
+ 0.036376953125,
+ 0.0611572265625,
+ -0.0121917724609375,
+ -0.017181396484375,
+ -0.0016736984252929688,
+ 0.021484375,
+ 0.036773681640625,
+ -0.0311737060546875,
+ 0.05157470703125,
+ -0.0165863037109375,
+ 0.0457763671875,
+ -0.033782958984375,
+ 0.0161895751953125,
+ -0.039764404296875,
+ -0.020782470703125,
+ -0.021484375,
+ -0.08233642578125,
+ -0.037567138671875,
+ -0.00554656982421875,
+ -0.07513427734375,
+ -0.01299285888671875,
+ -0.0038471221923828125,
+ -0.0247802734375,
+ 0.04156494140625,
+ -0.0313720703125,
+ -0.049560546875,
+ 0.024078369140625,
+ 0.029571533203125,
+ 0.0007495880126953125,
+ 0.00601959228515625,
+ -0.035369873046875,
+ -0.049957275390625,
+ -0.0005183219909667969,
+ 0.0285797119140625,
+ -0.0216827392578125,
+ -0.019378662109375,
+ -0.0116424560546875,
+ -0.0391845703125,
+ -0.021087646484375,
+ -0.034576416015625,
+ -0.005619049072265625,
+ -0.04376220703125,
+ 0.031768798828125,
+ -0.00829315185546875,
+ 0.0058441162109375,
+ 0.004970550537109375,
+ 0.021484375,
+ -0.03558349609375,
+ -0.08636474609375,
+ 0.006069183349609375,
+ -0.043975830078125,
+ -0.01279449462890625,
+ -0.0231781005859375,
+ 0.07275390625,
+ -0.04718017578125,
+ -0.0187835693359375,
+ -0.0098419189453125,
+ 0.04156494140625,
+ 0.0595703125,
+ 0.01558685302734375,
+ -0.007244110107421875,
+ -0.03558349609375,
+ 0.00824737548828125,
+ -0.0242767333984375,
+ 0.0341796875,
+ -0.00909423828125,
+ -0.021881103515625,
+ 0.01708984375,
+ -0.0033721923828125,
+ 0.03558349609375,
+ -0.01079559326171875,
+ -0.050750732421875,
+ -0.037384033203125,
+ 0.0311737060546875,
+ 0.0031986236572265625,
+ 0.00492095947265625,
+ 0.032562255859375,
+ -0.016387939453125,
+ 0.04937744140625,
+ 0.07672119140625,
+ -0.0080413818359375,
+ 0.0263824462890625,
+ 0.0013427734375,
+ -0.02337646484375,
+ 0.047576904296875,
+ 0.017181396484375,
+ -0.03558349609375,
+ -0.021087646484375,
+ 0.0194854736328125,
+ -0.0046234130859375,
+ 0.01158905029296875,
+ -0.0183868408203125,
+ -0.032989501953125,
+ -0.025482177734375,
+ -0.0226898193359375,
+ 0.01194000244140625,
+ -0.02447509765625,
+ -0.0190887451171875,
+ -0.0191802978515625,
+ 0.0220794677734375,
+ 0.0213775634765625,
+ 0.07037353515625,
+ 0.01538848876953125,
+ -0.0098419189453125,
+ 0.03216552734375,
+ 0.0001233816146850586,
+ 0.0033473968505859375,
+ 0.02398681640625,
+ -0.021087646484375,
+ 0.046966552734375,
+ 0.0120391845703125,
+ 0.032989501953125,
+ 0.01348876953125,
+ 0.049163818359375,
+ 0.0303802490234375,
+ -0.0172882080078125,
+ -0.01558685302734375,
+ 0.05157470703125,
+ -0.0423583984375,
+ -0.0209808349609375,
+ -0.042572021484375,
+ -0.037567138671875,
+ 0.003871917724609375,
+ -0.018890380859375,
+ -0.02978515625,
+ 0.00909423828125,
+ -0.027984619140625,
+ -0.053955078125,
+ -0.01244354248046875,
+ 0.0143890380859375,
+ -0.002010345458984375,
+ 0.02178955078125,
+ 0.011688232421875,
+ -0.0311737060546875,
+ -0.0259857177734375,
+ 0.00699615478515625,
+ 0.01558685302734375,
+ 0.0183868408203125,
+ -0.00034046173095703125,
+ -0.00040912628173828125,
+ -0.001430511474609375,
+ -0.021087646484375,
+ 0.045379638671875,
+ 0.022979736328125,
+ 0.0136871337890625,
+ 0.003997802734375,
+ -0.025177001953125,
+ 0.039764404296875,
+ -0.0169830322265625,
+ 0.042755126953125,
+ 0.038970947265625,
+ -0.0275726318359375,
+ 0.00879669189453125,
+ -0.0047454833984375,
+ 0.018280029296875,
+ 0.0180816650390625,
+ -0.062744140625,
+ -0.01898193359375,
+ -0.11114501953125,
+ -0.0205841064453125,
+ -0.05914306640625,
+ -0.040771484375,
+ -0.0423583984375,
+ -0.053558349609375,
+ 0.04217529296875,
+ -0.01849365234375,
+ -0.021087646484375,
+ -0.01279449462890625,
+ 0.040557861328125,
+ -0.01103973388671875,
+ 0.025177001953125,
+ 0.0176849365234375,
+ -0.012237548828125,
+ 0.00251007080078125,
+ 0.08673095703125,
+ -0.0003981590270996094,
+ -0.0031719207763671875,
+ -0.0209808349609375,
+ 0.0259857177734375,
+ -0.0013113021850585938,
+ 0.0198822021484375,
+ -0.027374267578125,
+ 0.0175933837890625,
+ 0.0285797119140625,
+ 0.035369873046875,
+ 0.00007492303848266602,
+ -0.010345458984375,
+ 0.01538848876953125,
+ -0.0150909423828125,
+ 0.014892578125,
+ -0.053955078125,
+ -0.01358795166015625,
+ -0.006046295166015625,
+ 0.00047469139099121094,
+ 0.00574493408203125,
+ -0.055572509765625,
+ 0.006244659423828125,
+ 0.0435791015625,
+ -0.0070953369140625,
+ 0.002735137939453125,
+ 0.01428985595703125,
+ -0.03277587890625,
+ 0.0259857177734375,
+ 0.003421783447265625,
+ -0.0021610260009765625,
+ 0.022186279296875,
+ 0.0245819091796875,
+ -0.0289764404296875,
+ 0.01029205322265625,
+ -0.0117950439453125,
+ 0.006946563720703125,
+ -0.0391845703125,
+ -0.050750732421875,
+ -0.021881103515625,
+ -0.0098419189453125,
+ -0.030181884765625,
+ -0.0070953369140625,
+ 0.029571533203125,
+ -0.0311737060546875,
+ 0.01279449462890625,
+ -0.0035228729248046875,
+ 0.024383544921875,
+ -0.0271759033203125,
+ -0.06793212890625,
+ -0.006744384765625,
+ -0.02618408203125,
+ -0.040985107421875,
+ -0.025787353515625,
+ 0.046966552734375,
+ 0.010589599609375,
+ 0.0307769775390625,
+ -0.01898193359375,
+ -0.0014801025390625,
+ -0.0293731689453125,
+ 0.01024627685546875,
+ 0.00223541259765625,
+ 0.0143890380859375,
+ -0.0107421875,
+ 0.036376953125,
+ 0.04656982421875,
+ 0.0083465576171875,
+ 0.0158843994140625,
+ 0.038360595703125,
+ 0.027374267578125,
+ -0.05596923828125,
+ 0.00021708011627197266,
+ 0.007843017578125,
+ -0.0050201416015625,
+ 0.01389312744140625,
+ -0.030181884765625,
+ -0.0311737060546875,
+ 0.0033969879150390625,
+ -0.02398681640625,
+ 0.00974273681640625,
+ 0.0248870849609375,
+ 0.04296875,
+ 0.019287109375,
+ -0.0267791748046875,
+ 0.01458740234375,
+ 0.07635498046875,
+ 0.006694793701171875,
+ 0.08673095703125,
+ -0.00864410400390625,
+ -0.05035400390625,
+ 0.01558685302734375,
+ 0.0401611328125,
+ -0.0074462890625,
+ -0.038970947265625,
+ 0.0303802490234375,
+ -0.0080413818359375,
+ 0.00601959228515625,
+ 0.00989532470703125,
+ -0.0011425018310546875,
+ 0.005695343017578125,
+ -0.00868988037109375,
+ -0.02618408203125,
+ 0.01013946533203125,
+ -0.0109405517578125,
+ 0.0088958740234375,
+ 0.040557861328125,
+ 0.0248870849609375,
+ -0.007144927978515625,
+ 0.027374267578125,
+ -0.0271759033203125,
+ -0.0187835693359375,
+ -0.036773681640625,
+ -0.06915283203125,
+ 0.01409149169921875,
+ 0.0202789306640625,
+ -0.0023975372314453125,
+ 0.039581298828125,
+ -0.026580810546875,
+ -0.06597900390625,
+ 0.009490966796875,
+ -0.0281829833984375,
+ 0.06353759765625,
+ 0.037384033203125,
+ 0.011444091796875,
+ 0.039764404296875,
+ -0.016082763671875,
+ 0.0114898681640625,
+ 0.0028476715087890625,
+ 0.007595062255859375,
+ 0.0237884521484375,
+ 0.05035400390625,
+ 0.038177490234375,
+ 0.003009796142578125,
+ -0.025787353515625,
+ 0.02069091796875,
+ 0.054351806640625,
+ 0.01409149169921875,
+ 0.00008976459503173828,
+ 0.046966552734375,
+ 0.0303802490234375,
+ 0.040557861328125,
+ -0.0007119178771972656,
+ 0.054351806640625,
+ 0.04437255859375,
+ 0.0019741058349609375,
+ 0.0197906494140625,
+ -0.0031986236572265625,
+ 0.0238800048828125,
+ -0.07232666015625,
+ 0.01049041748046875,
+ -0.00244903564453125,
+ 0.0132904052734375,
+ 0.018280029296875,
+ 0.0277862548828125,
+ -0.046356201171875,
+ 0.0159912109375,
+ 0.03936767578125,
+ -0.06195068359375,
+ 0.018280029296875,
+ 0.021484375,
+ -0.00814056396484375,
+ 0.007793426513671875,
+ -0.01898193359375,
+ -0.0567626953125,
+ 0.021087646484375,
+ -0.026580810546875,
+ -0.017181396484375,
+ 0.0198822021484375,
+ 0.032379150390625,
+ -0.0369873046875,
+ -0.05157470703125,
+ -0.0253753662109375,
+ -0.020782470703125,
+ -0.02008056640625,
+ -0.005794525146484375,
+ 0.03057861328125,
+ 0.01158905029296875,
+ -0.02008056640625,
+ 0.0202789306640625,
+ 0.0216827392578125,
+ 0.004947662353515625,
+ -0.0291748046875,
+ 0.0479736328125,
+ -0.004970550537109375,
+ -0.046356201171875,
+ 0.0241851806640625,
+ 0.0252838134765625,
+ 0.011444091796875,
+ -0.035980224609375,
+ -0.00774383544921875,
+ -0.006320953369140625,
+ 0.01338958740234375,
+ 0.006946563720703125,
+ 0.025482177734375,
+ -0.01338958740234375,
+ -0.03558349609375,
+ -0.050567626953125,
+ 0.030975341796875,
+ -0.01129150390625,
+ 0.0457763671875,
+ -0.00527191162109375,
+ -0.040374755859375,
+ 0.033966064453125,
+ -0.0445556640625,
+ -0.0159912109375,
+ -0.01519012451171875,
+ -0.004673004150390625,
+ -0.0175933837890625,
+ 0.05914306640625,
+ -0.0127410888671875,
+ 0.00824737548828125,
+ -0.01248931884765625,
+ 0.042572021484375,
+ -0.0033473968505859375,
+ -0.0143890380859375,
+ -0.043975830078125,
+ 0.03057861328125,
+ 0.036376953125,
+ -0.02838134765625,
+ -0.0009179115295410156,
+ -0.0019989013671875,
+ -0.0041961669921875,
+ 0.031585693359375,
+ -0.0667724609375,
+ 0.00492095947265625,
+ 0.018890380859375,
+ -0.05596923828125,
+ -0.0281829833984375,
+ -0.047576904296875,
+ -0.0209808349609375,
+ -0.03277587890625,
+ 0.0005807876586914062,
+ 0.043975830078125,
+ -0.02618408203125,
+ 0.036773681640625,
+ -0.0070953369140625,
+ 0.0172882080078125,
+ 0.0357666015625,
+ -0.007293701171875,
+ -0.00989532470703125,
+ 0.02978515625,
+ -0.0567626953125,
+ -0.0269775390625,
+ -0.0031986236572265625,
+ 0.0128936767578125,
+ -0.0132904052734375,
+ -0.02288818359375,
+ 0.0021228790283203125,
+ -0.004322052001953125,
+ 0.041778564453125,
+ -0.032379150390625,
+ -0.007843017578125,
+ -0.03436279296875,
+ 0.002872467041015625,
+ -0.040374755859375,
+ -0.00592041015625,
+ 0.01788330078125,
+ -0.0017862319946289062,
+ 0.0010557174682617188,
+ 0.0041961669921875,
+ 0.0225830078125,
+ -0.0843505859375,
+ 0.046966552734375,
+ 0.0176849365234375,
+ 0.0143890380859375,
+ -0.014190673828125,
+ 0.021881103515625,
+ -0.0011806488037109375,
+ -0.00789642333984375,
+ 0.05096435546875,
+ -0.01519012451171875,
+ -0.022186279296875,
+ -0.062744140625,
+ 0.038360595703125,
+ -0.00794219970703125,
+ -0.0172882080078125,
+ -0.01428985595703125,
+ -0.02838134765625,
+ -0.062744140625,
+ 0.0011987686157226562,
+ 0.056365966796875,
+ 0.035186767578125,
+ 0.0020351409912109375,
+ -0.03057861328125,
+ -0.015289306640625,
+ 0.001049041748046875,
+ -0.01519012451171875,
+ 0.0271759033203125,
+ -0.0271759033203125,
+ 0.0162811279296875,
+ 0.01029205322265625,
+ -0.04656982421875,
+ 0.0198822021484375,
+ 0.03277587890625,
+ 0.02288818359375,
+ 0.055145263671875,
+ 0.032562255859375,
+ -0.0289764404296875,
+ 0.002872467041015625,
+ -0.0132904052734375,
+ -0.014190673828125,
+ -0.0011615753173828125,
+ -0.01239013671875,
+ 0.0154876708984375,
+ -0.04736328125,
+ -0.01538848876953125,
+ 0.010040283203125,
+ 0.0191802978515625,
+ 0.033172607421875,
+ -0.0281829833984375,
+ -0.018280029296875,
+ 0.0027484893798828125,
+ -0.01338958740234375,
+ 0.08074951171875,
+ -0.0034732818603515625,
+ -0.03497314453125,
+ -0.01123809814453125,
+ -0.00402069091796875,
+ 0.03216552734375,
+ 0.05474853515625,
+ 0.008392333984375,
+ -0.042572021484375,
+ 0.0034465789794921875,
+ 0.021484375,
+ -0.0114898681640625,
+ -0.0123443603515625,
+ -0.00814056396484375,
+ 0.0252838134765625,
+ 0.022979736328125,
+ 0.0687255859375,
+ 0.02978515625,
+ 0.057159423828125,
+ 0.0007090568542480469,
+ 0.007144927978515625,
+ 0.02978515625,
+ 0.073974609375,
+ 0.0277862548828125,
+ -0.0369873046875,
+ -0.052764892578125,
+ -0.00829315185546875,
+ -0.009246826171875,
+ -0.046356201171875,
+ -0.038970947265625,
+ -0.01009368896484375,
+ 0.04595947265625,
+ -0.08074951171875,
+ -0.025787353515625,
+ -0.004245758056640625,
+ 0.0162811279296875,
+ -0.00035119056701660156,
+ 0.0096893310546875,
+ -0.004344940185546875,
+ 0.004772186279296875,
+ -0.0120391845703125,
+ -0.041778564453125,
+ -0.0147857666015625,
+ -0.0263824462890625,
+ 0.01849365234375,
+ 0.056365966796875,
+ 0.03558349609375,
+ 0.005794525146484375,
+ 0.040985107421875,
+ 0.00939178466796875,
+ 0.021484375,
+ 0.03277587890625,
+ 0.059967041015625,
+ 0.01103973388671875,
+ 0.019378662109375,
+ 0.0423583984375,
+ 0.0687255859375,
+ -0.0164947509765625,
+ -0.010589599609375,
+ 0.0281829833984375,
+ 0.026580810546875,
+ 0.03997802734375,
+ 0.056365966796875,
+ -0.003772735595703125,
+ -0.0159912109375,
+ -0.0139923095703125,
+ -0.06353759765625,
+ 0.021087646484375,
+ 0.0154876708984375,
+ 0.01024627685546875,
+ -0.0169830322265625,
+ -0.04376220703125,
+ 0.03338623046875,
+ -0.056365966796875,
+ 0.0225830078125,
+ 0.007843017578125,
+ -0.0187835693359375,
+ -0.01558685302734375,
+ 0.011138916015625,
+ -0.031982421875,
+ -0.04595947265625,
+ -0.0002186298370361328,
+ -0.0062713623046875,
+ -0.0357666015625,
+ -0.0379638671875,
+ -0.05096435546875,
+ 0.01099395751953125,
+ 0.005069732666015625,
+ -0.04376220703125,
+ -0.0215911865234375,
+ 0.031982421875,
+ 0.0013551712036132812,
+ -0.03057861328125,
+ -0.0150909423828125,
+ 0.01213836669921875,
+ -0.0123443603515625,
+ -0.035186767578125,
+ -0.0467529296875,
+ -0.0158843994140625,
+ 0.018585205078125,
+ -0.03558349609375,
+ 0.0116424560546875,
+ -0.052764892578125,
+ -0.0180816650390625,
+ -0.01678466796875,
+ -0.026580810546875,
+ -0.033782958984375,
+ 0.0225830078125,
+ -0.041961669921875,
+ 0.0285797119140625,
+ 0.01279449462890625,
+ 0.02838134765625,
+ 0.031585693359375,
+ 0.08392333984375,
+ -0.001911163330078125,
+ 0.0216827392578125,
+ -0.0215911865234375,
+ -0.059967041015625,
+ 0.00372314453125,
+ 0.01064300537109375,
+ 0.01338958740234375,
+ -0.03497314453125,
+ -0.0017232894897460938,
+ 0.07952880859375,
+ -0.08551025390625,
+ 0.010345458984375,
+ 0.0179901123046875,
+ -0.02398681640625,
+ -0.036773681640625,
+ -0.0036716461181640625,
+ 0.0107421875,
+ 0.021484375,
+ 0.09271240234375,
+ -0.00043082237243652344,
+ -0.0293731689453125,
+ 0.0202789306640625,
+ -0.03875732421875,
+ 0.047576904296875,
+ 0.00994110107421875,
+ 0.018280029296875,
+ -0.05096435546875,
+ 0.0457763671875,
+ 0.0194854736328125,
+ -0.0227813720703125,
+ 0.005771636962890625,
+ -0.06353759765625,
+ -0.0175933837890625,
+ 0.04595947265625,
+ 0.024383544921875,
+ -0.024688720703125,
+ -0.0234832763671875,
+ -0.041778564453125,
+ -0.0110931396484375,
+ -0.03656005859375,
+ 0.0269775390625,
+ 0.00994110107421875,
+ 0.00824737548828125,
+ -0.049163818359375,
+ 0.007343292236328125,
+ -0.01499176025390625,
+ -0.05316162109375,
+ -0.03875732421875,
+ -0.019989013671875,
+ 0.00464630126953125,
+ -0.01428985595703125,
+ -0.046173095703125,
+ -0.00213623046875,
+ 0.036163330078125,
+ 0.0009179115295410156,
+ 0.016693115234375,
+ 0.07635498046875,
+ -0.031585693359375,
+ 0.00409698486328125,
+ 0.01099395751953125,
+ 0.023681640625,
+ 0.0010557174682617188,
+ 0.00019752979278564453,
+ -0.009796142578125,
+ 0.027984619140625,
+ 0.0237884521484375,
+ -0.053558349609375,
+ 0.049957275390625,
+ 0.0234832763671875,
+ -0.0227813720703125,
+ -0.058746337890625,
+ -0.033966064453125,
+ -0.01268768310546875,
+ 0.054351806640625,
+ -0.0147857666015625,
+ 0.0335693359375,
+ -0.00067138671875,
+ -0.0231781005859375,
+ -0.09552001953125,
+ 0.03857421875,
+ -0.0275726318359375,
+ 0.01678466796875,
+ 0.0172882080078125,
+ -0.02178955078125,
+ -0.0743408203125,
+ -0.041778564453125,
+ -0.0205841064453125,
+ 0.0180816650390625,
+ -0.000911712646484375,
+ 0.01468658447265625,
+ -0.0057220458984375,
+ 0.011688232421875,
+ -0.00684356689453125,
+ -0.01024627685546875,
+ -0.0194854736328125,
+ 0.044769287109375,
+ 0.0127410888671875,
+ -0.03997802734375,
+ 0.06512451171875,
+ -0.031982421875,
+ 0.0002294778823852539,
+ -0.00011473894119262695,
+ 0.0201873779296875,
+ 0.005794525146484375,
+ -0.001323699951171875,
+ -0.014190673828125,
+ -0.0002608299255371094,
+ 0.0187835693359375,
+ 0.05914306640625,
+ -0.00904083251953125,
+ 0.01229095458984375,
+ 0.004497528076171875,
+ 0.0285797119140625,
+ 0.005046844482421875,
+ -0.0267791748046875,
+ 0.0004839897155761719,
+ 0.0085906982421875,
+ -0.03436279296875,
+ -0.0303802490234375,
+ -0.055145263671875,
+ -0.0931396484375,
+ -0.0009055137634277344,
+ -0.0457763671875,
+ -0.02178955078125,
+ 0.0226898193359375,
+ 0.0263824462890625,
+ 0.009796142578125,
+ -0.037384033203125,
+ 0.038970947265625,
+ 0.00574493408203125,
+ -0.032989501953125,
+ -0.02978515625,
+ 0.0263824462890625,
+ -0.0291748046875,
+ 0.0311737060546875,
+ -0.012237548828125,
+ -0.03857421875,
+ 0.0245819091796875,
+ -0.0125885009765625,
+ 0.0202789306640625,
+ -0.0007619857788085938,
+ -0.008941650390625,
+ -0.0293731689453125,
+ 0.0099945068359375,
+ -0.07232666015625,
+ -0.0335693359375,
+ 0.0118408203125,
+ 0.031768798828125,
+ -0.0036468505859375,
+ -0.0299835205078125,
+ 0.06317138671875,
+ -0.01849365234375,
+ -0.0423583984375,
+ 0.035186767578125,
+ -0.0176849365234375,
+ -0.02618408203125,
+ 0.00909423828125,
+ -0.0061187744140625,
+ 0.037384033203125,
+ 0.030975341796875,
+ 0.028778076171875,
+ 0.0230865478515625,
+ 0.0293731689453125,
+ 0.005519866943359375,
+ -0.027374267578125,
+ 0.0085906982421875,
+ 0.00292205810546875,
+ 0.031982421875,
+ 0.0025730133056640625,
+ 0.00959014892578125,
+ -0.01009368896484375,
+ 0.02838134765625,
+ -0.0023860931396484375,
+ -0.0887451171875,
+ -0.032989501953125,
+ -0.0158843994140625,
+ -0.0643310546875,
+ -0.0006871223449707031,
+ 0.07952880859375,
+ 0.031585693359375,
+ -0.005397796630859375,
+ 0.017791748046875,
+ 0.035369873046875,
+ 0.0281829833984375,
+ -0.0019741058349609375,
+ -0.019287109375,
+ -0.06512451171875,
+ -0.028778076171875,
+ 0.0169830322265625,
+ 0.0201873779296875,
+ -0.04937744140625,
+ 0.062744140625,
+ 0.047760009765625,
+ -0.01409149169921875,
+ -0.0220794677734375,
+ -0.0035228729248046875,
+ -0.019287109375,
+ 0.045562744140625,
+ 0.00601959228515625,
+ 0.0058441162109375,
+ -0.06353759765625,
+ 0.028778076171875,
+ 0.034576416015625,
+ -0.0186920166015625,
+ -0.01319122314453125,
+ -0.019683837890625,
+ -0.0205841064453125,
+ 0.06597900390625,
+ -0.07476806640625,
+ 0.0076446533203125,
+ 0.003086090087890625,
+ 0.07513427734375,
+ 0.017791748046875,
+ -0.02978515625,
+ -0.019989013671875,
+ 0.04296875,
+ -0.0051727294921875,
+ -0.0132904052734375,
+ -0.00879669189453125,
+ -0.00074005126953125,
+ -0.0087432861328125,
+ 0.038177490234375,
+ 0.056365966796875,
+ -0.00794219970703125,
+ 0.035980224609375,
+ 0.007244110107421875,
+ -0.0523681640625,
+ 0.006893157958984375,
+ -0.0042724609375,
+ 0.021087646484375,
+ 0.0226898193359375,
+ -0.057159423828125,
+ -0.00909423828125,
+ -0.059967041015625,
+ 0.0219879150390625,
+ -0.01428985595703125,
+ 0.03338623046875,
+ 0.035186767578125,
+ -0.006946563720703125,
+ -0.0161895751953125,
+ 0.017486572265625,
+ 0.0003247261047363281,
+ 0.043365478515625,
+ 0.007495880126953125,
+ 0.01068878173828125,
+ 0.01244354248046875,
+ 0.0277862548828125,
+ -0.0022602081298828125,
+ -0.020782470703125,
+ 0.0285797119140625,
+ -0.023681640625,
+ 0.01319122314453125,
+ -0.0501708984375,
+ 0.00017952919006347656,
+ 0.0179901123046875,
+ -0.00794219970703125,
+ -0.0136871337890625,
+ -0.033966064453125,
+ -0.02447509765625,
+ -0.01678466796875,
+ -0.041778564453125,
+ -0.0019741058349609375,
+ 0.0267791748046875,
+ -0.032379150390625,
+ 0.0162811279296875,
+ 0.0255889892578125,
+ -0.018890380859375,
+ -0.0168914794921875,
+ -0.044158935546875,
+ 0.08392333984375,
+ 0.0277862548828125,
+ 0.0311737060546875,
+ 0.0017232894897460938,
+ 0.0224761962890625,
+ 0.0379638671875,
+ 0.024688720703125,
+ 0.024383544921875,
+ 0.01013946533203125,
+ -0.0197906494140625,
+ 0.0203857421875,
+ 0.05914306640625,
+ 0.00547027587890625,
+ -0.0379638671875,
+ 0.0281829833984375,
+ 0.0154876708984375,
+ -0.07635498046875,
+ 0.0379638671875,
+ 0.038177490234375,
+ 0.0169830322265625,
+ -0.0139923095703125,
+ -0.0175933837890625,
+ -0.0123443603515625,
+ -0.033966064453125,
+ 0.03936767578125,
+ 0.017486572265625,
+ -0.0154876708984375,
+ 0.025482177734375,
+ -0.04937744140625,
+ 0.0445556640625,
+ 0.01013946533203125,
+ 0.059967041015625,
+ -0.03558349609375,
+ 0.054351806640625,
+ -0.0213775634765625,
+ 0.0164947509765625,
+ -0.00754547119140625,
+ 0.0132904052734375,
+ 0.0037479400634765625,
+ 0.03497314453125,
+ -0.01959228515625,
+ 0.06793212890625,
+ 0.006343841552734375,
+ -0.01708984375,
+ -0.07037353515625,
+ -0.0164947509765625,
+ 0.01264190673828125,
+ -0.0007371902465820312,
+ 0.041778564453125,
+ -0.03338623046875,
+ -0.0212860107421875,
+ -0.01338958740234375,
+ 0.025787353515625,
+ 0.05596923828125,
+ -0.021484375,
+ 0.008392333984375,
+ -0.0033721923828125,
+ -0.0005650520324707031,
+ -0.0139923095703125,
+ -0.022186279296875
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "commercial",
+ "keyword-search",
+ "fast-scan",
+ "court-admissible",
+ "dongle-license",
+ "hex-editor",
+ "gallery-view",
+ "x-tensions",
+ "physical-search",
+ "registry-analysis",
+ "template-support"
+ ],
+ "skillLevel": "expert",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Office_Files_MRU_Forensische_Analyse",
+ "type": "tool",
+ "name": "Office Files MRU Forensische Analyse",
+ "content": "office files mru forensische analyse microsoft office recent-files aus ntuser.dat\\software\\microsoft\\ office\\{version}\\usermru\\liveid_####\\filemru. versions-codes: 10.0=xp, 11.0=2003, 12.0=2007, 14.0=2010, 15.0=365, 16.0=365. liveid-integration zeigt cloud-account-binding. mru-liste-analyse für chronologische dokument-zugriffe mit last-access-timestamps. application-spezifische unterschlüssel für word, excel, powerpoint. integration mit recent-folders für vollständige office-usage-timeline. office-mru recent-documents registry-analysis version-specific liveid-integration filemru-analysis document-access productivity-patterns cloud-accounts static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.0242767333984375,
+ 0.02294921875,
+ 0.0401611328125,
+ -0.024688720703125,
+ 0.0440673828125,
+ 0.005329132080078125,
+ 0.02490234375,
+ 0.005123138427734375,
+ 0.007122039794921875,
+ -0.0016326904296875,
+ -0.036895751953125,
+ 0.039337158203125,
+ 0.00494384765625,
+ 0.004993438720703125,
+ -0.07989501953125,
+ 0.051239013671875,
+ -0.0091705322265625,
+ -0.0008516311645507812,
+ 0.0274505615234375,
+ -0.0190582275390625,
+ -0.038726806640625,
+ 0.0001480579376220703,
+ -0.03729248046875,
+ -0.01485443115234375,
+ -0.031951904296875,
+ 0.02642822265625,
+ -0.018035888671875,
+ -0.0721435546875,
+ -0.0207977294921875,
+ -0.00998687744140625,
+ 0.0362548828125,
+ -0.033203125,
+ 0.010345458984375,
+ 0.038116455078125,
+ 0.0170135498046875,
+ -0.0011138916015625,
+ 0.00514984130859375,
+ -0.037078857421875,
+ -0.0286865234375,
+ 0.0477294921875,
+ 0.00481414794921875,
+ 0.00322723388671875,
+ 0.011627197265625,
+ -0.0045318603515625,
+ -0.018646240234375,
+ -0.017730712890625,
+ -0.00522613525390625,
+ -0.0182342529296875,
+ 0.0166015625,
+ -0.05615234375,
+ 0.01285552978515625,
+ 0.00489044189453125,
+ 0.0081939697265625,
+ -0.0009284019470214844,
+ -0.03338623046875,
+ 0.01629638671875,
+ 0.0256195068359375,
+ -0.00958251953125,
+ -0.054107666015625,
+ 0.048553466796875,
+ -0.046722412109375,
+ -0.01342010498046875,
+ -0.0156707763671875,
+ -0.016693115234375,
+ -0.0021381378173828125,
+ 0.01690673828125,
+ -0.0117340087890625,
+ -0.034820556640625,
+ -0.00481414794921875,
+ -0.0112152099609375,
+ 0.0030727386474609375,
+ 0.005584716796875,
+ -0.01372528076171875,
+ 0.027252197265625,
+ -0.0239715576171875,
+ -0.04425048828125,
+ 0.00445556640625,
+ 0.0158843994140625,
+ 0.0027141571044921875,
+ -0.0268402099609375,
+ -0.07379150390625,
+ 0.01413726806640625,
+ 0.0885009765625,
+ -0.01526641845703125,
+ -0.03564453125,
+ -0.00830078125,
+ -0.00860595703125,
+ 0.03277587890625,
+ 0.00039696693420410156,
+ 0.006481170654296875,
+ 0.01070404052734375,
+ -0.0257110595703125,
+ 0.01224517822265625,
+ -0.017822265625,
+ 0.0606689453125,
+ 0.0458984375,
+ 0.0191650390625,
+ -0.00087738037109375,
+ -0.0188446044921875,
+ 0.0242767333984375,
+ 0.0254058837890625,
+ -0.04754638671875,
+ 0.03564453125,
+ -0.0305328369140625,
+ -0.01413726806640625,
+ -0.032989501953125,
+ 0.054901123046875,
+ -0.0091705322265625,
+ -0.016693115234375,
+ -0.0117340087890625,
+ -0.10491943359375,
+ -0.049591064453125,
+ -0.01183319091796875,
+ -0.0709228515625,
+ -0.0211029052734375,
+ -0.0202789306640625,
+ 0.01019287109375,
+ 0.038116455078125,
+ -0.041595458984375,
+ -0.040771484375,
+ 0.0270538330078125,
+ -0.01009368896484375,
+ -0.007171630859375,
+ 0.01413726806640625,
+ -0.03790283203125,
+ -0.0745849609375,
+ 0.02581787109375,
+ 0.04180908203125,
+ -0.0198822021484375,
+ -0.0198822021484375,
+ -0.024993896484375,
+ -0.029296875,
+ -0.0188446044921875,
+ -0.04180908203125,
+ -0.0193634033203125,
+ -0.0187530517578125,
+ 0.054107666015625,
+ 0.002574920654296875,
+ 0.0023441314697265625,
+ 0.01024627685546875,
+ 0.040557861328125,
+ -0.0223388671875,
+ -0.05450439453125,
+ -0.002613067626953125,
+ -0.03216552734375,
+ -0.0062255859375,
+ -0.00147247314453125,
+ 0.034210205078125,
+ -0.048980712890625,
+ 0.0222320556640625,
+ -0.028076171875,
+ 0.01081085205078125,
+ 0.040374755859375,
+ 0.01751708984375,
+ 0.01300811767578125,
+ -0.039764404296875,
+ -0.0091705322265625,
+ -0.052459716796875,
+ 0.0167999267578125,
+ 0.0094757080078125,
+ -0.00594329833984375,
+ 0.0257110595703125,
+ 0.0043792724609375,
+ 0.0286865234375,
+ -0.0106048583984375,
+ -0.05328369140625,
+ -0.01496124267578125,
+ 0.034637451171875,
+ -0.0262298583984375,
+ 0.00601959228515625,
+ 0.018035888671875,
+ -0.0020751953125,
+ 0.04754638671875,
+ 0.0528564453125,
+ 0.006862640380859375,
+ 0.034637451171875,
+ 0.01496124267578125,
+ -0.0199737548828125,
+ 0.048553466796875,
+ 0.01812744140625,
+ -0.0231475830078125,
+ -0.004482269287109375,
+ 0.05780029296875,
+ 0.006145477294921875,
+ 0.029510498046875,
+ -0.0156707763671875,
+ -0.0268402099609375,
+ -0.0052490234375,
+ -0.048370361328125,
+ 0.031768798828125,
+ -0.034637451171875,
+ -0.04119873046875,
+ 0.0043792724609375,
+ 0.0254058837890625,
+ 0.032379150390625,
+ 0.0782470703125,
+ 0.0259246826171875,
+ 0.01239776611328125,
+ 0.018951416015625,
+ -0.021820068359375,
+ 0.021209716796875,
+ 0.0198822021484375,
+ -0.0093231201171875,
+ 0.051239013671875,
+ 0.01081085205078125,
+ 0.01152801513671875,
+ -0.004199981689453125,
+ 0.026641845703125,
+ 0.0153656005859375,
+ -0.002010345458984375,
+ -0.0286865234375,
+ 0.047943115234375,
+ -0.0282745361328125,
+ -0.01424407958984375,
+ -0.0225372314453125,
+ -0.042816162109375,
+ -0.00794219970703125,
+ -0.0045318603515625,
+ -0.0002818107604980469,
+ 0.00768280029296875,
+ 0.0000050067901611328125,
+ -0.038116455078125,
+ 0.00794219970703125,
+ 0.0207977294921875,
+ -0.017730712890625,
+ 0.0094757080078125,
+ 0.04486083984375,
+ -0.0239715576171875,
+ 0.002330780029296875,
+ 0.0204925537109375,
+ 0.0042266845703125,
+ 0.032989501953125,
+ 0.0254058837890625,
+ 0.034423828125,
+ -0.003841400146484375,
+ -0.030731201171875,
+ 0.0643310546875,
+ -0.003047943115234375,
+ 0.03564453125,
+ -0.003482818603515625,
+ -0.02642822265625,
+ 0.01224517822265625,
+ -0.0045318603515625,
+ 0.03607177734375,
+ 0.04119873046875,
+ 0.0123443603515625,
+ 0.0023441314697265625,
+ 0.00021445751190185547,
+ 0.0325927734375,
+ 0.033203125,
+ -0.0256195068359375,
+ -0.0290985107421875,
+ -0.0848388671875,
+ -0.0015239715576171875,
+ -0.061065673828125,
+ -0.0389404296875,
+ -0.03094482421875,
+ -0.0498046875,
+ 0.04302978515625,
+ -0.0120391845703125,
+ -0.0270538330078125,
+ -0.01013946533203125,
+ 0.0228424072265625,
+ 0.0004322528839111328,
+ 0.040985107421875,
+ 0.036895751953125,
+ -0.00402069091796875,
+ 0.01424407958984375,
+ 0.07049560546875,
+ -0.0136260986328125,
+ -0.0228424072265625,
+ 0.01183319091796875,
+ 0.0097808837890625,
+ -0.027862548828125,
+ 0.040771484375,
+ -0.040374755859375,
+ -0.0202789306640625,
+ 0.054901123046875,
+ 0.01947021484375,
+ 0.030120849609375,
+ -0.04998779296875,
+ 0.0090179443359375,
+ -0.018646240234375,
+ 0.026123046875,
+ -0.059417724609375,
+ -0.03216552734375,
+ -0.027252197265625,
+ 0.01690673828125,
+ -0.01413726806640625,
+ -0.048370361328125,
+ -0.0020751953125,
+ 0.054107666015625,
+ 0.02642822265625,
+ -0.021514892578125,
+ 0.002765655517578125,
+ -0.020599365234375,
+ -0.0284881591796875,
+ 0.00489044189453125,
+ -0.01096343994140625,
+ 0.03546142578125,
+ 0.024993896484375,
+ -0.035858154296875,
+ -0.008148193359375,
+ 0.013214111328125,
+ 0.00653076171875,
+ -0.035858154296875,
+ -0.024688720703125,
+ 0.0006499290466308594,
+ 0.0020236968994140625,
+ -0.0419921875,
+ -0.0184478759765625,
+ 0.01280975341796875,
+ -0.0010242462158203125,
+ 0.017730712890625,
+ -0.0118865966796875,
+ 0.0188446044921875,
+ -0.05615234375,
+ -0.06268310546875,
+ 0.0201873779296875,
+ -0.027252197265625,
+ -0.0362548828125,
+ -0.0199737548828125,
+ 0.03216552734375,
+ -0.001377105712890625,
+ 0.0305328369140625,
+ -0.01126861572265625,
+ 0.0027923583984375,
+ -0.03851318359375,
+ -0.01085662841796875,
+ -0.00386810302734375,
+ 0.0040740966796875,
+ 0.003009796142578125,
+ 0.03607177734375,
+ 0.0286865234375,
+ 0.024688720703125,
+ 0.016082763671875,
+ 0.053680419921875,
+ 0.0007266998291015625,
+ 0.00937652587890625,
+ 0.0164947509765625,
+ 0.0297088623046875,
+ -0.00386810302734375,
+ -0.016082763671875,
+ 0.01285552978515625,
+ -0.031768798828125,
+ -0.0037136077880859375,
+ -0.05328369140625,
+ 0.0251007080078125,
+ 0.03033447265625,
+ 0.031341552734375,
+ 0.035858154296875,
+ -0.0182342529296875,
+ -0.027862548828125,
+ 0.058197021484375,
+ 0.0052490234375,
+ 0.07666015625,
+ -0.0528564453125,
+ -0.043853759765625,
+ 0.0023956298828125,
+ 0.033203125,
+ -0.003662109375,
+ -0.04937744140625,
+ 0.02203369140625,
+ 0.00994110107421875,
+ -0.0040740966796875,
+ 0.0413818359375,
+ -0.00896453857421875,
+ 0.03094482421875,
+ -0.015167236328125,
+ 0.0008516311645507812,
+ 0.00530242919921875,
+ -0.01629638671875,
+ 0.0284881591796875,
+ 0.06353759765625,
+ 0.03338623046875,
+ 0.0211029052734375,
+ 0.00798797607421875,
+ -0.0274505615234375,
+ -0.03607177734375,
+ -0.0093231201171875,
+ -0.04486083984375,
+ 0.03546142578125,
+ 0.04425048828125,
+ 0.0012483596801757812,
+ 0.0667724609375,
+ -0.006404876708984375,
+ -0.0504150390625,
+ 0.0214080810546875,
+ -0.06146240234375,
+ 0.06842041015625,
+ 0.043853759765625,
+ 0.0207977294921875,
+ 0.0144500732421875,
+ -0.02581787109375,
+ 0.0144500732421875,
+ 0.0227508544921875,
+ -0.01019287109375,
+ -0.007480621337890625,
+ 0.0144500732421875,
+ 0.042633056640625,
+ -0.0207977294921875,
+ -0.037078857421875,
+ 0.034820556640625,
+ 0.030731201171875,
+ 0.037689208984375,
+ -0.00417327880859375,
+ 0.0255126953125,
+ 0.04302978515625,
+ 0.0297088623046875,
+ -0.01280975341796875,
+ 0.04302978515625,
+ 0.004482269287109375,
+ -0.011322021484375,
+ 0.01013946533203125,
+ -0.0198822021484375,
+ 0.0260162353515625,
+ -0.03564453125,
+ 0.0185394287109375,
+ -0.002803802490234375,
+ 0.00855255126953125,
+ -0.00855255126953125,
+ 0.043426513671875,
+ -0.041595458984375,
+ 0.006862640380859375,
+ 0.06597900390625,
+ -0.038116455078125,
+ 0.0010633468627929688,
+ 0.040557861328125,
+ -0.0207977294921875,
+ 0.0156707763671875,
+ -0.01009368896484375,
+ -0.018646240234375,
+ 0.0286865234375,
+ -0.023773193359375,
+ -0.05859375,
+ -0.0050201416015625,
+ 0.032379150390625,
+ -0.052459716796875,
+ -0.037506103515625,
+ -0.04241943359375,
+ 0.0025482177734375,
+ 0.0144500732421875,
+ -0.0102996826171875,
+ 0.03094482421875,
+ -0.011932373046875,
+ -0.02264404296875,
+ 0.04998779296875,
+ 0.052459716796875,
+ -0.0009984970092773438,
+ -0.05059814453125,
+ 0.054901123046875,
+ -0.0260162353515625,
+ -0.051025390625,
+ 0.01168060302734375,
+ 0.0262298583984375,
+ 0.030731201171875,
+ -0.04693603515625,
+ -0.02642822265625,
+ 0.011016845703125,
+ -0.0011911392211914062,
+ -0.005123138427734375,
+ 0.034637451171875,
+ -0.0211029052734375,
+ -0.03564453125,
+ -0.031341552734375,
+ 0.0643310546875,
+ 0.0213165283203125,
+ 0.051025390625,
+ -0.02581787109375,
+ -0.037506103515625,
+ 0.020599365234375,
+ -0.03546142578125,
+ -0.034210205078125,
+ 0.0158843994140625,
+ 0.00865936279296875,
+ -0.0187530517578125,
+ 0.056549072265625,
+ -0.00870513916015625,
+ -0.0013446807861328125,
+ -0.0144500732421875,
+ 0.0606689453125,
+ 0.03094482421875,
+ -0.0117340087890625,
+ -0.034027099609375,
+ 0.0284881591796875,
+ 0.0204925537109375,
+ -0.042633056640625,
+ -0.04241943359375,
+ -0.04241943359375,
+ -0.00275421142578125,
+ 0.03851318359375,
+ -0.0516357421875,
+ 0.0150604248046875,
+ -0.01096343994140625,
+ -0.036468505859375,
+ -0.034027099609375,
+ -0.01019287109375,
+ -0.004199981689453125,
+ -0.037689208984375,
+ 0.02099609375,
+ 0.02069091796875,
+ -0.0038928985595703125,
+ 0.026641845703125,
+ -0.00722503662109375,
+ 0.0144500732421875,
+ 0.0164947509765625,
+ -0.02008056640625,
+ -0.01496124267578125,
+ 0.028076171875,
+ -0.049591064453125,
+ -0.039337158203125,
+ -0.053680419921875,
+ 0.06805419921875,
+ -0.03338623046875,
+ 0.0005826950073242188,
+ -0.01096343994140625,
+ -0.0260162353515625,
+ 0.04937744140625,
+ -0.030731201171875,
+ -0.0048675537109375,
+ -0.01372528076171875,
+ -0.035858154296875,
+ -0.0667724609375,
+ 0.0011844635009765625,
+ 0.00942230224609375,
+ 0.015777587890625,
+ -0.02325439453125,
+ -0.011627197265625,
+ 0.0440673828125,
+ -0.07952880859375,
+ 0.0158843994140625,
+ 0.01629638671875,
+ -0.0207977294921875,
+ 0.0227508544921875,
+ -0.016693115234375,
+ 0.0190582275390625,
+ -0.01690673828125,
+ 0.0198822021484375,
+ -0.042816162109375,
+ -0.01526641845703125,
+ -0.095458984375,
+ 0.0144500732421875,
+ -0.01229095458984375,
+ -0.00942230224609375,
+ -0.0091705322265625,
+ -0.0256195068359375,
+ -0.061065673828125,
+ 0.0166015625,
+ 0.03668212890625,
+ 0.0211029052734375,
+ 0.00032329559326171875,
+ -0.0188446044921875,
+ -0.011016845703125,
+ -0.00794219970703125,
+ -0.01372528076171875,
+ 0.0254058837890625,
+ -0.029296875,
+ -0.002689361572265625,
+ -0.005634307861328125,
+ -0.018035888671875,
+ 0.047332763671875,
+ -0.00809478759765625,
+ 0.044677734375,
+ 0.0182342529296875,
+ 0.0242767333984375,
+ -0.0268402099609375,
+ 0.01496124267578125,
+ -0.0012874603271484375,
+ -0.01383209228515625,
+ -0.0213165283203125,
+ 0.001613616943359375,
+ 0.0007939338684082031,
+ -0.02642822265625,
+ -0.0088653564453125,
+ 0.036895751953125,
+ 0.045684814453125,
+ -0.0170135498046875,
+ -0.0133209228515625,
+ 0.0164947509765625,
+ 0.029510498046875,
+ -0.0034580230712890625,
+ 0.06475830078125,
+ -0.01311492919921875,
+ -0.034820556640625,
+ -0.0093231201171875,
+ 0.0097808837890625,
+ 0.03607177734375,
+ 0.0297088623046875,
+ 0.032379150390625,
+ -0.0297088623046875,
+ -0.0006437301635742188,
+ 0.046295166015625,
+ -0.040374755859375,
+ -0.040771484375,
+ -0.01177978515625,
+ -0.01424407958984375,
+ -0.0179290771484375,
+ 0.036468505859375,
+ 0.0136260986328125,
+ 0.0745849609375,
+ -0.00942230224609375,
+ 0.01485443115234375,
+ 0.047943115234375,
+ 0.03564453125,
+ 0.042816162109375,
+ -0.0362548828125,
+ -0.06353759765625,
+ -0.0016651153564453125,
+ -0.00624847412109375,
+ -0.02008056640625,
+ -0.04754638671875,
+ -0.0007748603820800781,
+ 0.031951904296875,
+ -0.09259033203125,
+ -0.001972198486328125,
+ -0.003086090087890625,
+ 0.002613067626953125,
+ 0.029296875,
+ 0.03607177734375,
+ 0.00107574462890625,
+ 0.0184478759765625,
+ 0.031951904296875,
+ -0.05059814453125,
+ 0.0027027130126953125,
+ 0.00450897216796875,
+ 0.0274505615234375,
+ 0.028900146484375,
+ 0.0196685791015625,
+ 0.013214111328125,
+ 0.05450439453125,
+ -0.01424407958984375,
+ 0.0172119140625,
+ 0.0228424072265625,
+ 0.0419921875,
+ 0.004329681396484375,
+ 0.0159759521484375,
+ 0.05902099609375,
+ 0.070068359375,
+ -0.009063720703125,
+ -0.01812744140625,
+ 0.01285552978515625,
+ 0.034027099609375,
+ 0.016082763671875,
+ 0.0643310546875,
+ 0.001453399658203125,
+ 0.006122589111328125,
+ 0.04364013671875,
+ -0.035858154296875,
+ -0.020904541015625,
+ 0.01142120361328125,
+ 0.01300811767578125,
+ -0.061065673828125,
+ -0.056976318359375,
+ 0.016693115234375,
+ -0.03216552734375,
+ 0.0274505615234375,
+ 0.0042266845703125,
+ -0.0222320556640625,
+ 0.0002944469451904297,
+ 0.04937744140625,
+ -0.011932373046875,
+ -0.0173187255859375,
+ 0.0230560302734375,
+ -0.02490234375,
+ -0.0096282958984375,
+ -0.050811767578125,
+ -0.04876708984375,
+ 0.027252197265625,
+ -0.0081939697265625,
+ -0.05224609375,
+ -0.0270538330078125,
+ 0.0190582275390625,
+ -0.016693115234375,
+ -0.031768798828125,
+ -0.006710052490234375,
+ -0.02386474609375,
+ 0.01183319091796875,
+ -0.011322021484375,
+ -0.0284881591796875,
+ -0.046112060546875,
+ -0.0083465576171875,
+ -0.03564453125,
+ -0.00514984130859375,
+ -0.012908935546875,
+ -0.01629638671875,
+ -0.0058135986328125,
+ 0.0026645660400390625,
+ 0.0001609325408935547,
+ 0.0259246826171875,
+ -0.03790283203125,
+ 0.0139312744140625,
+ 0.0083465576171875,
+ 0.0166015625,
+ 0.02581787109375,
+ 0.067626953125,
+ 0.005584716796875,
+ 0.01270294189453125,
+ -0.002689361572265625,
+ -0.03546142578125,
+ 0.0188446044921875,
+ 0.015167236328125,
+ 0.0058135986328125,
+ -0.0516357421875,
+ 0.01224517822265625,
+ 0.057373046875,
+ -0.06353759765625,
+ 0.04119873046875,
+ 0.01085662841796875,
+ -0.05572509765625,
+ -0.0528564453125,
+ 0.003765106201171875,
+ 0.01239776611328125,
+ 0.034637451171875,
+ 0.08074951171875,
+ 0.0196685791015625,
+ -0.0259246826171875,
+ -0.003765106201171875,
+ -0.0452880859375,
+ 0.041595458984375,
+ 0.005352020263671875,
+ 0.01383209228515625,
+ -0.01311492919921875,
+ 0.0167999267578125,
+ 0.0166015625,
+ -0.0362548828125,
+ -0.0124969482421875,
+ -0.07501220703125,
+ -0.0174102783203125,
+ 0.039337158203125,
+ 0.0081939697265625,
+ 0.00794219970703125,
+ -0.0019969940185546875,
+ -0.0219268798828125,
+ -0.0270538330078125,
+ -0.0284881591796875,
+ 0.00952911376953125,
+ 0.0199737548828125,
+ 0.0222320556640625,
+ -0.040557861328125,
+ 0.004047393798828125,
+ -0.0106048583984375,
+ -0.0389404296875,
+ -0.0015363693237304688,
+ -0.0299224853515625,
+ 0.041595458984375,
+ -0.04425048828125,
+ -0.03607177734375,
+ 0.0276641845703125,
+ 0.01239776611328125,
+ 0.0007810592651367188,
+ 0.03155517578125,
+ 0.054107666015625,
+ -0.0199737548828125,
+ -0.009735107421875,
+ 0.01413726806640625,
+ 0.043426513671875,
+ 0.005405426025390625,
+ -0.01019287109375,
+ 0.01255035400390625,
+ 0.0146484375,
+ 0.0401611328125,
+ -0.04119873046875,
+ 0.04486083984375,
+ 0.040771484375,
+ -0.018646240234375,
+ -0.0259246826171875,
+ -0.0201873779296875,
+ -0.0255126953125,
+ 0.021514892578125,
+ 0.00855255126953125,
+ 0.05328369140625,
+ -0.00653076171875,
+ -0.0338134765625,
+ -0.06927490234375,
+ 0.045684814453125,
+ -0.0172119140625,
+ -0.01013946533203125,
+ 0.0159759521484375,
+ -0.0191650390625,
+ -0.061065673828125,
+ -0.046295166015625,
+ -0.007480621337890625,
+ 0.00994110107421875,
+ -0.01434326171875,
+ 0.040771484375,
+ -0.01383209228515625,
+ -0.00286865234375,
+ -0.0172119140625,
+ -0.0244903564453125,
+ -0.0171051025390625,
+ 0.0055084228515625,
+ -0.0140380859375,
+ -0.03790283203125,
+ 0.0284881591796875,
+ 0.00379180908203125,
+ -0.0112152099609375,
+ -0.00394439697265625,
+ -0.00942230224609375,
+ 0.00968170166015625,
+ -0.0014219284057617188,
+ -0.01352691650390625,
+ -0.0270538330078125,
+ 0.01085662841796875,
+ 0.03851318359375,
+ 0.01280975341796875,
+ -0.01285552978515625,
+ -0.0276641845703125,
+ 0.02581787109375,
+ -0.0199737548828125,
+ -0.032989501953125,
+ 0.01434326171875,
+ 0.01812744140625,
+ -0.03277587890625,
+ -0.06024169921875,
+ -0.053680419921875,
+ -0.0872802734375,
+ 0.01142120361328125,
+ -0.083984375,
+ -0.0040740966796875,
+ 0.01152801513671875,
+ 0.005329132080078125,
+ 0.0146484375,
+ -0.0362548828125,
+ 0.03564453125,
+ -0.006378173828125,
+ -0.0458984375,
+ -0.03564453125,
+ 0.02099609375,
+ -0.027862548828125,
+ 0.031768798828125,
+ 0.0028438568115234375,
+ -0.059417724609375,
+ 0.020904541015625,
+ 0.002368927001953125,
+ -0.00322723388671875,
+ -0.0242767333984375,
+ 0.0244903564453125,
+ -0.040374755859375,
+ 0.0109100341796875,
+ -0.07867431640625,
+ -0.0190582275390625,
+ 0.0225372314453125,
+ 0.021209716796875,
+ -0.006275177001953125,
+ -0.039947509765625,
+ 0.026641845703125,
+ -0.038116455078125,
+ -0.04998779296875,
+ 0.03277587890625,
+ -0.02642822265625,
+ -0.03338623046875,
+ 0.0014219284057617188,
+ -0.0282745361328125,
+ 0.0024585723876953125,
+ 0.0096282958984375,
+ 0.04693603515625,
+ 0.028076171875,
+ 0.00243377685546875,
+ -0.01352691650390625,
+ -0.02520751953125,
+ 0.0003218650817871094,
+ -0.010345458984375,
+ 0.007427215576171875,
+ 0.054107666015625,
+ 0.0011529922485351562,
+ 0.0284881591796875,
+ 0.01085662841796875,
+ 0.005584716796875,
+ -0.0745849609375,
+ -0.007427215576171875,
+ -0.016082763671875,
+ -0.050201416015625,
+ 0.005634307861328125,
+ 0.07537841796875,
+ 0.03155517578125,
+ -0.009735107421875,
+ 0.0093231201171875,
+ 0.0389404296875,
+ 0.0199737548828125,
+ 0.022430419921875,
+ -0.028076171875,
+ -0.06640625,
+ 0.0005955696105957031,
+ 0.052459716796875,
+ 0.0244903564453125,
+ -0.0733642578125,
+ 0.044464111328125,
+ 0.06390380859375,
+ 0.0176239013671875,
+ -0.0043792724609375,
+ 0.01213836669921875,
+ 0.006710052490234375,
+ 0.04302978515625,
+ 0.0223388671875,
+ -0.0174102783203125,
+ -0.052459716796875,
+ 0.004791259765625,
+ 0.0156707763671875,
+ 0.045074462890625,
+ 0.0112152099609375,
+ 0.01454925537109375,
+ -0.048370361328125,
+ 0.0643310546875,
+ -0.032989501953125,
+ 0.0146484375,
+ -0.0031757354736328125,
+ 0.06719970703125,
+ -0.015472412109375,
+ -0.031951904296875,
+ -0.0075836181640625,
+ 0.05328369140625,
+ 0.024078369140625,
+ -0.0026760101318359375,
+ 0.000598907470703125,
+ 0.00275421142578125,
+ -0.011322021484375,
+ 0.015472412109375,
+ 0.04425048828125,
+ -0.0211029052734375,
+ 0.034637451171875,
+ -0.0274505615234375,
+ -0.040374755859375,
+ 0.0338134765625,
+ 0.0055084228515625,
+ 0.04364013671875,
+ -0.007633209228515625,
+ -0.055328369140625,
+ -0.0217132568359375,
+ -0.039337158203125,
+ 0.03955078125,
+ 0.009735107421875,
+ 0.0259246826171875,
+ 0.02581787109375,
+ 0.0028553009033203125,
+ -0.0059661865234375,
+ 0.01177978515625,
+ 0.024993896484375,
+ 0.0158843994140625,
+ 0.020904541015625,
+ -0.0006403923034667969,
+ -0.002803802490234375,
+ 0.0102996826171875,
+ 0.02099609375,
+ -0.0401611328125,
+ 0.0233612060546875,
+ -0.0136260986328125,
+ -0.01311492919921875,
+ -0.013214111328125,
+ 0.0198822021484375,
+ 0.00824737548828125,
+ -0.002613067626953125,
+ 0.00545501708984375,
+ -0.0242767333984375,
+ 0.00952911376953125,
+ 0.0016260147094726562,
+ -0.05059814453125,
+ 0.0098876953125,
+ 0.0282745361328125,
+ -0.0440673828125,
+ 0.0338134765625,
+ 0.005352020263671875,
+ -0.0032138824462890625,
+ 0.0270538330078125,
+ -0.06597900390625,
+ 0.061065673828125,
+ 0.031951904296875,
+ 0.037689208984375,
+ -0.00041937828063964844,
+ 0.03338623046875,
+ 0.03851318359375,
+ -0.006504058837890625,
+ 0.001453399658203125,
+ 0.0202789306640625,
+ -0.0007619857788085938,
+ 0.03607177734375,
+ 0.0643310546875,
+ -0.006862640380859375,
+ -0.04302978515625,
+ 0.00681304931640625,
+ 0.00830078125,
+ -0.046295166015625,
+ 0.00494384765625,
+ 0.0389404296875,
+ 0.0117340087890625,
+ -0.015167236328125,
+ -0.03155517578125,
+ 0.0035610198974609375,
+ -0.06353759765625,
+ 0.058197021484375,
+ 0.018341064453125,
+ -0.001453399658203125,
+ 0.038330078125,
+ -0.053680419921875,
+ 0.044464111328125,
+ 0.02490234375,
+ 0.08563232421875,
+ -0.03729248046875,
+ 0.0458984375,
+ -0.031341552734375,
+ 0.047943115234375,
+ -0.0118865966796875,
+ 0.015777587890625,
+ -0.01372528076171875,
+ 0.0262298583984375,
+ -0.017730712890625,
+ 0.043426513671875,
+ -0.00722503662109375,
+ 0.006916046142578125,
+ -0.0255126953125,
+ -0.041595458984375,
+ -0.0055084228515625,
+ 0.01372528076171875,
+ 0.06353759765625,
+ -0.048370361328125,
+ 0.011322021484375,
+ -0.00666046142578125,
+ 0.0284881591796875,
+ 0.043853759765625,
+ 0.0016393661499023438,
+ 0.038116455078125,
+ 0.00553131103515625,
+ 0.01812744140625,
+ 0.004917144775390625,
+ -0.00402069091796875
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "office-mru",
+ "recent-documents",
+ "registry-analysis",
+ "version-specific",
+ "liveid-integration",
+ "filemru-analysis",
+ "document-access",
+ "productivity-patterns",
+ "cloud-accounts"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Timesketch",
+ "type": "tool",
+ "name": "Timesketch",
+ "content": "timesketch google's collaborative timeline-analyse-platform meistert millionen von korrelierten events durch hochperformante elasticsearch-backend-architektur für enterprise-scale-investigations. plaso-integration parst automatisch über 300 verschiedene log-formate in einheitliche super-timeline mit standardisierten attributen. interactive timeline-explorer mit dynamischen heatmaps, activity-graphen und statistical-analysis für advanced-pattern-recognition. sigma-rules werden direkt auf timelines angewendet für automated-threat-detection, machine-learning-analyzers erkennen login-brute-force, lateral-movement und data-exfiltration-patterns. collaborative-features: shared-sketches, analyst-comments, saved-searches und narrative stories für management-reporting. web-interface timeline collaboration visualization timeline-correlation timeline-view elasticsearch-backend plaso-integration sigma-rules heatmaps anomaly-detection narrative-documentation timeline-analysis collaborative-analysis incident-response static-investigations network-forensics cloud-forensics fraud-investigation analysis reporting",
+ "embedding": [
+ -0.022918701171875,
+ 0.0301666259765625,
+ 0.06341552734375,
+ 0.0011539459228515625,
+ 0.01102447509765625,
+ 0.025909423828125,
+ 0.01392364501953125,
+ -0.007785797119140625,
+ -0.0295867919921875,
+ -0.014312744140625,
+ -0.014312744140625,
+ 0.025909423828125,
+ 0.017120361328125,
+ -0.0377197265625,
+ -0.048919677734375,
+ 0.0645751953125,
+ 0.005245208740234375,
+ 0.005489349365234375,
+ 0.039459228515625,
+ -0.016143798828125,
+ -0.02117919921875,
+ -0.00875091552734375,
+ -0.05841064453125,
+ -0.006671905517578125,
+ -0.01470184326171875,
+ 0.020599365234375,
+ -0.03192138671875,
+ -0.055694580078125,
+ -0.015472412109375,
+ 0.0024051666259765625,
+ 0.0307464599609375,
+ -0.048919677734375,
+ -0.0027313232421875,
+ 0.01450347900390625,
+ -0.0001405477523803711,
+ -0.020599365234375,
+ 0.002452850341796875,
+ -0.09014892578125,
+ -0.02764892578125,
+ 0.051055908203125,
+ -0.01450347900390625,
+ 0.01222991943359375,
+ 0.007396697998046875,
+ 0.00879669189453125,
+ -0.0390625,
+ -0.01450347900390625,
+ 0.012664794921875,
+ -0.0294036865234375,
+ 0.0019817352294921875,
+ -0.026885986328125,
+ 0.0168304443359375,
+ 0.04119873046875,
+ -0.00531768798828125,
+ -0.0040130615234375,
+ -0.026885986328125,
+ 0.02532958984375,
+ 0.015960693359375,
+ -0.017120361328125,
+ -0.0377197265625,
+ 0.034027099609375,
+ -0.03326416015625,
+ -0.0085601806640625,
+ -0.0074462890625,
+ -0.004180908203125,
+ 0.018951416015625,
+ 0.0237884521484375,
+ 0.0025634765625,
+ -0.004375457763671875,
+ 0.0198211669921875,
+ -0.015472412109375,
+ 0.01470184326171875,
+ 0.007640838623046875,
+ -0.03887939453125,
+ 0.04022216796875,
+ -0.0071563720703125,
+ -0.060333251953125,
+ 0.01194000244140625,
+ 0.03326416015625,
+ 0.00676727294921875,
+ 0.00490570068359375,
+ -0.038482666015625,
+ -0.0041351318359375,
+ 0.0711669921875,
+ 0.004085540771484375,
+ -0.034423828125,
+ 0.0169219970703125,
+ 0.0163421630859375,
+ 0.02764892578125,
+ -0.025909423828125,
+ 0.0112152099609375,
+ 0.01102447509765625,
+ -0.00643157958984375,
+ 0.0102996826171875,
+ -0.033843994140625,
+ 0.049896240234375,
+ 0.07269287109375,
+ -0.02069091796875,
+ 0.000377655029296875,
+ 0.00850677490234375,
+ 0.018463134765625,
+ 0.003009796142578125,
+ -0.04949951171875,
+ 0.07080078125,
+ -0.0105438232421875,
+ 0.0330810546875,
+ -0.0034084320068359375,
+ 0.0108795166015625,
+ -0.03424072265625,
+ 0.019439697265625,
+ -0.0158538818359375,
+ -0.08935546875,
+ -0.04351806640625,
+ -0.0172119140625,
+ -0.06573486328125,
+ -0.0085601806640625,
+ 0.006866455078125,
+ -0.02630615234375,
+ 0.044677734375,
+ -0.03424072265625,
+ -0.04681396484375,
+ 0.01247406005859375,
+ 0.043914794921875,
+ -0.00836181640625,
+ 0.004810333251953125,
+ -0.032867431640625,
+ -0.0506591796875,
+ 0.017791748046875,
+ 0.015960693359375,
+ -0.032684326171875,
+ -0.0186614990234375,
+ 0.008026123046875,
+ -0.002864837646484375,
+ 0.03192138671875,
+ -0.04486083984375,
+ 0.0172119140625,
+ -0.00025081634521484375,
+ 0.0278472900390625,
+ 0.009521484375,
+ -0.026885986328125,
+ 0.004207611083984375,
+ 0.04119873046875,
+ -0.0128631591796875,
+ -0.057647705078125,
+ 0.005245208740234375,
+ -0.03228759765625,
+ -0.004543304443359375,
+ -0.0177001953125,
+ 0.061492919921875,
+ -0.01654052734375,
+ 0.007251739501953125,
+ -0.0163421630859375,
+ 0.025146484375,
+ 0.0357666015625,
+ 0.007251739501953125,
+ 0.01557159423828125,
+ -0.037506103515625,
+ 0.00672149658203125,
+ -0.01107025146484375,
+ 0.025726318359375,
+ -0.00647735595703125,
+ -0.00585174560546875,
+ 0.0191497802734375,
+ 0.005100250244140625,
+ 0.0299835205078125,
+ 0.0014085769653320312,
+ -0.0249481201171875,
+ -0.01194000244140625,
+ 0.0290069580078125,
+ 0.004932403564453125,
+ 0.005126953125,
+ 0.02398681640625,
+ 0.0013904571533203125,
+ 0.044097900390625,
+ 0.076171875,
+ -0.01222991943359375,
+ 0.0294036865234375,
+ -0.0065765380859375,
+ -0.026885986328125,
+ 0.061126708984375,
+ 0.0202178955078125,
+ 0.0092315673828125,
+ -0.02398681640625,
+ 0.0380859375,
+ -0.00444793701171875,
+ 0.014892578125,
+ 0.01247406005859375,
+ -0.035003662109375,
+ -0.008270263671875,
+ -0.0228271484375,
+ 0.002658843994140625,
+ -0.03692626953125,
+ -0.047393798828125,
+ -0.019927978515625,
+ 0.0255279541015625,
+ 0.00885009765625,
+ 0.07733154296875,
+ 0.0162506103515625,
+ -0.01605224609375,
+ 0.035003662109375,
+ -0.0010271072387695312,
+ -0.004642486572265625,
+ 0.00986480712890625,
+ -0.0282440185546875,
+ 0.032684326171875,
+ 0.008270263671875,
+ 0.00316619873046875,
+ 0.00875091552734375,
+ 0.051055908203125,
+ 0.00860595703125,
+ -0.02862548828125,
+ -0.016143798828125,
+ 0.06964111328125,
+ -0.00498199462890625,
+ -0.0290069580078125,
+ -0.05609130859375,
+ -0.032684326171875,
+ 0.00244140625,
+ -0.0242767333984375,
+ -0.012664794921875,
+ 0.007785797119140625,
+ -0.0198211669921875,
+ -0.0595703125,
+ -0.01537322998046875,
+ 0.03887939453125,
+ -0.029205322265625,
+ 0.045654296875,
+ 0.01953125,
+ -0.030364990234375,
+ -0.000039458274841308594,
+ -0.0010881423950195312,
+ 0.0207977294921875,
+ 0.0400390625,
+ -0.028045654296875,
+ -0.0108795166015625,
+ 0.0098114013671875,
+ -0.027069091796875,
+ 0.0413818359375,
+ 0.01276397705078125,
+ 0.033843994140625,
+ 0.0151824951171875,
+ -0.01222991943359375,
+ 0.031341552734375,
+ -0.021759033203125,
+ 0.037322998046875,
+ 0.027069091796875,
+ -0.021759033203125,
+ 0.0164337158203125,
+ 0.01189422607421875,
+ 0.0038928985595703125,
+ 0.04949951171875,
+ -0.06304931640625,
+ -0.01479339599609375,
+ -0.07196044921875,
+ -0.0007252693176269531,
+ -0.0889892578125,
+ -0.041015625,
+ -0.037506103515625,
+ -0.056854248046875,
+ 0.048919677734375,
+ -0.018463134765625,
+ -0.01412200927734375,
+ 0.006237030029296875,
+ 0.004425048828125,
+ -0.006381988525390625,
+ 0.034423828125,
+ 0.0114593505859375,
+ -0.0162506103515625,
+ 0.01528167724609375,
+ 0.0784912109375,
+ 0.0214691162109375,
+ -0.022430419921875,
+ -0.0083160400390625,
+ 0.016143798828125,
+ 0.007686614990234375,
+ -0.0011720657348632812,
+ -0.005054473876953125,
+ 0.0085601806640625,
+ 0.037322998046875,
+ 0.040618896484375,
+ 0.0204010009765625,
+ -0.0225372314453125,
+ -0.0021991729736328125,
+ -0.00628662109375,
+ 0.0377197265625,
+ -0.0301666259765625,
+ 0.0174102783203125,
+ 0.0021762847900390625,
+ 0.005924224853515625,
+ -0.001995086669921875,
+ -0.0390625,
+ 0.00986480712890625,
+ 0.041778564453125,
+ 0.0228271484375,
+ 0.00986480712890625,
+ 0.0040130615234375,
+ -0.049896240234375,
+ 0.0192413330078125,
+ -0.0006132125854492188,
+ -0.0192413330078125,
+ 0.01213836669921875,
+ 0.05145263671875,
+ -0.0177001953125,
+ -0.01305389404296875,
+ 0.00527191162109375,
+ 0.01039886474609375,
+ -0.02630615234375,
+ -0.053375244140625,
+ -0.0274658203125,
+ -0.0099639892578125,
+ -0.040802001953125,
+ 0.01441192626953125,
+ 0.041961669921875,
+ -0.021087646484375,
+ 0.01537322998046875,
+ -0.007350921630859375,
+ -0.0092315673828125,
+ -0.049896240234375,
+ -0.06732177734375,
+ 0.0168304443359375,
+ -0.04913330078125,
+ -0.02978515625,
+ -0.029205322265625,
+ 0.052978515625,
+ -0.003238677978515625,
+ 0.015472412109375,
+ -0.0129547119140625,
+ 0.0008158683776855469,
+ -0.0390625,
+ 0.01126861572265625,
+ -0.022247314453125,
+ 0.027069091796875,
+ -0.05145263671875,
+ 0.0299835205078125,
+ 0.037139892578125,
+ 0.02862548828125,
+ -0.00017070770263671875,
+ 0.0526123046875,
+ 0.00846099853515625,
+ -0.01885986328125,
+ -0.0117950439453125,
+ 0.00860595703125,
+ -0.004543304443359375,
+ 0.0202178955078125,
+ -0.0203094482421875,
+ -0.010589599609375,
+ -0.00817108154296875,
+ -0.01537322998046875,
+ 0.01421356201171875,
+ 0.01363372802734375,
+ 0.0377197265625,
+ 0.042755126953125,
+ -0.0099639892578125,
+ -0.00139617919921875,
+ 0.06805419921875,
+ 0.0192413330078125,
+ 0.0777587890625,
+ 0.0025272369384765625,
+ -0.062286376953125,
+ 0.005970001220703125,
+ 0.02532958984375,
+ -0.0117034912109375,
+ 0.01136016845703125,
+ 0.03192138671875,
+ 0.01654052734375,
+ 0.00937652587890625,
+ 0.00783538818359375,
+ -0.0220489501953125,
+ 0.045257568359375,
+ -0.0063323974609375,
+ 0.00502777099609375,
+ 0.0029125213623046875,
+ -0.00531768798828125,
+ 0.03887939453125,
+ 0.0163421630859375,
+ -0.00200653076171875,
+ -0.0006799697875976562,
+ 0.0284271240234375,
+ -0.019439697265625,
+ -0.0120849609375,
+ -0.07733154296875,
+ -0.04833984375,
+ 0.0140228271484375,
+ -0.004642486572265625,
+ 0.0249481201171875,
+ 0.023590087890625,
+ -0.0390625,
+ -0.06884765625,
+ 0.0311431884765625,
+ -0.0255279541015625,
+ 0.06884765625,
+ 0.0169219970703125,
+ 0.0168304443359375,
+ 0.036163330078125,
+ -0.029205322265625,
+ -0.01068878173828125,
+ 0.0180816650390625,
+ 0.039459228515625,
+ 0.020599365234375,
+ 0.01126861572265625,
+ 0.03094482421875,
+ 0.013153076171875,
+ -0.0221405029296875,
+ 0.004543304443359375,
+ 0.01508331298828125,
+ 0.01508331298828125,
+ 0.02117919921875,
+ -0.0006680488586425781,
+ 0.049896240234375,
+ 0.0433349609375,
+ -0.00345611572265625,
+ 0.06884765625,
+ 0.0377197265625,
+ -0.045074462890625,
+ 0.0086517333984375,
+ -0.01528167724609375,
+ 0.01528167724609375,
+ -0.08123779296875,
+ 0.005657196044921875,
+ -0.0146026611328125,
+ 0.0193328857421875,
+ 0.0295867919921875,
+ -0.0007462501525878906,
+ -0.060333251953125,
+ 0.00701141357421875,
+ 0.0236968994140625,
+ -0.0377197265625,
+ 0.036346435546875,
+ 0.046600341796875,
+ -0.01499176025390625,
+ 0.0092315673828125,
+ 0.00399017333984375,
+ -0.0295867919921875,
+ 0.0301666259765625,
+ -0.044281005859375,
+ -0.03656005859375,
+ 0.011505126953125,
+ 0.0185699462890625,
+ -0.053375244140625,
+ -0.05029296875,
+ -0.03924560546875,
+ -0.040618896484375,
+ 0.004230499267578125,
+ 0.002948760986328125,
+ 0.02349853515625,
+ -0.0100555419921875,
+ -0.00045943260192871094,
+ 0.03228759765625,
+ 0.02764892578125,
+ -0.0261077880859375,
+ -0.05413818359375,
+ 0.043914794921875,
+ 0.0011968612670898438,
+ -0.036163330078125,
+ 0.018951416015625,
+ 0.00104522705078125,
+ -0.002079010009765625,
+ -0.0272674560546875,
+ -0.0380859375,
+ 0.00904083251953125,
+ -0.018463134765625,
+ 0.00432586669921875,
+ -0.0164337158203125,
+ -0.0377197265625,
+ -0.0469970703125,
+ -0.05413818359375,
+ 0.046417236328125,
+ -0.0009794235229492188,
+ 0.036346435546875,
+ -0.01450347900390625,
+ -0.0413818359375,
+ 0.044677734375,
+ -0.0758056640625,
+ -0.04022216796875,
+ -0.031341552734375,
+ -0.00021910667419433594,
+ 0.0008702278137207031,
+ 0.04254150390625,
+ -0.0037708282470703125,
+ -0.0163421630859375,
+ -0.0017766952514648438,
+ 0.054534912109375,
+ -0.0063323974609375,
+ -0.00817108154296875,
+ -0.05609130859375,
+ 0.0413818359375,
+ 0.02764892578125,
+ -0.0645751953125,
+ -0.0207977294921875,
+ 0.004230499267578125,
+ 0.01141357421875,
+ 0.0307464599609375,
+ -0.051055908203125,
+ 0.0016317367553710938,
+ 0.0272674560546875,
+ -0.0433349609375,
+ -0.02532958984375,
+ -0.027069091796875,
+ -0.0027561187744140625,
+ -0.025909423828125,
+ 0.0151824951171875,
+ 0.0479736328125,
+ -0.00357818603515625,
+ 0.0114593505859375,
+ 0.004230499267578125,
+ -0.00850677490234375,
+ -0.004810333251953125,
+ 0.0214691162109375,
+ -0.0125732421875,
+ 0.0284271240234375,
+ -0.061126708984375,
+ -0.026885986328125,
+ -0.0205078125,
+ 0.035400390625,
+ -0.013824462890625,
+ -0.008026123046875,
+ 0.0086517333984375,
+ -0.01412200927734375,
+ 0.033447265625,
+ 0.0023212432861328125,
+ -0.0120849609375,
+ -0.032501220703125,
+ -0.046234130859375,
+ -0.05145263671875,
+ -0.0433349609375,
+ -0.0111236572265625,
+ 0.0220489501953125,
+ 0.006866455078125,
+ 0.0264892578125,
+ 0.0321044921875,
+ -0.042755126953125,
+ 0.01788330078125,
+ 0.0198211669921875,
+ 0.0205078125,
+ 0.027069091796875,
+ -0.01194000244140625,
+ 0.01324462890625,
+ 0.003795623779296875,
+ 0.03692626953125,
+ -0.0290069580078125,
+ -0.052215576171875,
+ -0.071533203125,
+ 0.01885986328125,
+ -0.0004169940948486328,
+ 0.0158538818359375,
+ -0.0163421630859375,
+ -0.047576904296875,
+ -0.04949951171875,
+ -0.0204010009765625,
+ 0.056854248046875,
+ 0.0179901123046875,
+ -0.005126953125,
+ -0.01885986328125,
+ -0.041595458984375,
+ -0.01049041748046875,
+ -0.040618896484375,
+ 0.0111236572265625,
+ -0.01499176025390625,
+ -0.01363372802734375,
+ 0.037322998046875,
+ -0.043701171875,
+ 0.016632080078125,
+ 0.0179901123046875,
+ 0.03790283203125,
+ 0.033843994140625,
+ -0.004375457763671875,
+ -0.02862548828125,
+ 0.006237030029296875,
+ -0.03558349609375,
+ -0.0083160400390625,
+ 0.028045654296875,
+ -0.006816864013671875,
+ 0.035980224609375,
+ -0.04486083984375,
+ 0.002017974853515625,
+ 0.00672149658203125,
+ 0.0167236328125,
+ 0.02630615234375,
+ 0.01097869873046875,
+ -0.025146484375,
+ 0.002368927001953125,
+ -0.01025390625,
+ 0.07196044921875,
+ -0.023590087890625,
+ -0.04022216796875,
+ 0.0134429931640625,
+ -0.00821685791015625,
+ 0.035400390625,
+ 0.058807373046875,
+ 0.0026836395263671875,
+ -0.011993408203125,
+ 0.01136016845703125,
+ 0.03424072265625,
+ -0.013824462890625,
+ -0.0274658203125,
+ -0.0288238525390625,
+ 0.0278472900390625,
+ 0.024658203125,
+ 0.0526123046875,
+ 0.005706787109375,
+ 0.0731201171875,
+ 0.031707763671875,
+ 0.0311431884765625,
+ 0.01049041748046875,
+ 0.058807373046875,
+ 0.0112152099609375,
+ -0.01363372802734375,
+ -0.0645751953125,
+ -0.0237884521484375,
+ 0.01470184326171875,
+ -0.021270751953125,
+ -0.02166748046875,
+ 0.0025501251220703125,
+ 0.06536865234375,
+ -0.064208984375,
+ -0.034820556640625,
+ -0.01885986328125,
+ 0.0177001953125,
+ -0.013153076171875,
+ -0.00514984130859375,
+ -0.01837158203125,
+ 0.03790283203125,
+ 0.02630615234375,
+ -0.027069091796875,
+ 0.0177001953125,
+ -0.014892578125,
+ -0.0197296142578125,
+ 0.0423583984375,
+ 0.017120361328125,
+ -0.003238677978515625,
+ 0.007251739501953125,
+ 0.005054473876953125,
+ 0.022918701171875,
+ 0.0413818359375,
+ 0.04931640625,
+ 0.025146484375,
+ 0.01479339599609375,
+ 0.04833984375,
+ 0.08935546875,
+ -0.0172119140625,
+ -0.014312744140625,
+ 0.035186767578125,
+ 0.045257568359375,
+ 0.036346435546875,
+ 0.0618896484375,
+ -0.01189422607421875,
+ 0.007251739501953125,
+ 0.00556182861328125,
+ -0.038665771484375,
+ -0.0307464599609375,
+ 0.0007977485656738281,
+ -0.00643157958984375,
+ -0.0180816650390625,
+ -0.0618896484375,
+ 0.01654052734375,
+ -0.0266876220703125,
+ 0.0278472900390625,
+ -0.005054473876953125,
+ 0.004108428955078125,
+ -0.04351806640625,
+ 0.03192138671875,
+ -0.025909423828125,
+ -0.033447265625,
+ 0.019622802734375,
+ 0.0008883476257324219,
+ -0.047576904296875,
+ -0.0162506103515625,
+ -0.018951416015625,
+ 0.052215576171875,
+ -0.0108795166015625,
+ -0.05413818359375,
+ -0.02630615234375,
+ 0.035003662109375,
+ -0.033447265625,
+ -0.06689453125,
+ -0.02001953125,
+ 0.007251739501953125,
+ -0.0207977294921875,
+ -0.0249481201171875,
+ -0.037322998046875,
+ -0.033447265625,
+ -0.0122833251953125,
+ -0.0311431884765625,
+ -0.00264739990234375,
+ -0.00531768798828125,
+ -0.022430419921875,
+ -0.017791748046875,
+ -0.030364990234375,
+ -0.024749755859375,
+ 0.03924560546875,
+ -0.034423828125,
+ 0.0157623291015625,
+ 0.02398681640625,
+ 0.01184844970703125,
+ 0.0220489501953125,
+ 0.05841064453125,
+ -0.0054168701171875,
+ -0.0000864863395690918,
+ -0.024749755859375,
+ -0.05181884765625,
+ 0.0129547119140625,
+ -0.0008764266967773438,
+ 0.024749755859375,
+ -0.045074462890625,
+ -0.00428009033203125,
+ 0.06964111328125,
+ -0.06732177734375,
+ 0.0174102783203125,
+ 0.035400390625,
+ -0.022918701171875,
+ -0.040802001953125,
+ 0.02532958984375,
+ -0.01412200927734375,
+ 0.0028285980224609375,
+ 0.066162109375,
+ 0.008270263671875,
+ -0.00017976760864257812,
+ -0.011993408203125,
+ -0.045074462890625,
+ 0.056488037109375,
+ 0.00904083251953125,
+ 0.0135345458984375,
+ -0.041778564453125,
+ -0.01189422607421875,
+ -0.00846099853515625,
+ -0.02764892578125,
+ 0.0083160400390625,
+ -0.058013916015625,
+ -0.005054473876953125,
+ 0.0305633544921875,
+ 0.0012874603271484375,
+ -0.009429931640625,
+ 0.0006165504455566406,
+ -0.06805419921875,
+ -0.019927978515625,
+ -0.03192138671875,
+ 0.029205322265625,
+ 0.0180816650390625,
+ 0.008941650390625,
+ -0.03326416015625,
+ -0.0021266937255859375,
+ -0.023590087890625,
+ -0.040618896484375,
+ -0.01324462890625,
+ -0.02532958984375,
+ 0.0321044921875,
+ -0.019622802734375,
+ -0.05841064453125,
+ 0.009429931640625,
+ 0.016143798828125,
+ 0.019439697265625,
+ 0.0128631591796875,
+ 0.066162109375,
+ -0.044677734375,
+ -0.0022487640380859375,
+ 0.041778564453125,
+ 0.02764892578125,
+ -0.013153076171875,
+ 0.01010894775390625,
+ -0.01136016845703125,
+ 0.029205322265625,
+ 0.0249481201171875,
+ -0.033660888671875,
+ 0.0311431884765625,
+ 0.04833984375,
+ -0.042938232421875,
+ -0.054931640625,
+ -0.02630615234375,
+ -0.0305633544921875,
+ 0.057647705078125,
+ -0.0099639892578125,
+ 0.0214691162109375,
+ -0.01499176025390625,
+ -0.002719879150390625,
+ -0.0963134765625,
+ 0.02398681640625,
+ -0.0170135498046875,
+ 0.01605224609375,
+ 0.005512237548828125,
+ -0.03692626953125,
+ -0.05609130859375,
+ -0.038299560546875,
+ -0.02978515625,
+ 0.00904083251953125,
+ 0.003082275390625,
+ 0.040435791015625,
+ 0.008026123046875,
+ -0.005535125732421875,
+ 0.01450347900390625,
+ -0.0029010772705078125,
+ -0.0021762847900390625,
+ 0.0572509765625,
+ 0.0272674560546875,
+ -0.056488037109375,
+ 0.05413818359375,
+ -0.020599365234375,
+ 0.0168304443359375,
+ -0.01392364501953125,
+ 0.017303466796875,
+ 0.00783538818359375,
+ -0.0117034912109375,
+ -0.036163330078125,
+ 0.012664794921875,
+ 0.00962066650390625,
+ 0.043121337890625,
+ -0.009429931640625,
+ -0.0003113746643066406,
+ -0.0018854141235351562,
+ 0.0029850006103515625,
+ -0.0050048828125,
+ -0.0167236328125,
+ -0.0019702911376953125,
+ 0.0009908676147460938,
+ -0.0288238525390625,
+ -0.0330810546875,
+ -0.06536865234375,
+ -0.0731201171875,
+ 0.0017404556274414062,
+ -0.046234130859375,
+ -0.0020313262939453125,
+ -0.00036263465881347656,
+ 0.00556182861328125,
+ -0.0094757080078125,
+ -0.02532958984375,
+ 0.036163330078125,
+ -0.022430419921875,
+ -0.0282440185546875,
+ -0.036346435546875,
+ -0.010589599609375,
+ 0.00556182861328125,
+ 0.045440673828125,
+ 0.01885986328125,
+ -0.039459228515625,
+ 0.01363372802734375,
+ -0.03460693359375,
+ -0.00585174560546875,
+ -0.0204010009765625,
+ -0.0169219970703125,
+ -0.0390625,
+ -0.0094757080078125,
+ -0.061492919921875,
+ -0.0282440185546875,
+ 0.0238800048828125,
+ 0.0380859375,
+ -0.0021991729736328125,
+ -0.0185699462890625,
+ 0.0400390625,
+ -0.01479339599609375,
+ -0.032684326171875,
+ 0.007251739501953125,
+ -0.006816864013671875,
+ -0.0203094482421875,
+ 0.00585174560546875,
+ -0.022918701171875,
+ 0.0282440185546875,
+ 0.00017976760864257812,
+ 0.0274658203125,
+ 0.0180816650390625,
+ 0.0305633544921875,
+ 0.00444793701171875,
+ -0.00962066650390625,
+ -0.006866455078125,
+ -0.0221405029296875,
+ 0.0295867919921875,
+ 0.0390625,
+ 0.032867431640625,
+ 0.003009796142578125,
+ 0.01107025146484375,
+ 0.0102996826171875,
+ -0.09979248046875,
+ -0.0065765380859375,
+ 0.0004744529724121094,
+ -0.06304931640625,
+ 0.0007314682006835938,
+ 0.0711669921875,
+ 0.0198211669921875,
+ -0.0146026611328125,
+ 0.051055908203125,
+ 0.0413818359375,
+ 0.036346435546875,
+ 0.013153076171875,
+ -0.01557159423828125,
+ -0.07037353515625,
+ -0.0036983489990234375,
+ 0.0299835205078125,
+ 0.0208892822265625,
+ -0.024749755859375,
+ 0.05841064453125,
+ 0.0692138671875,
+ -0.03094482421875,
+ -0.0157623291015625,
+ 0.01097869873046875,
+ -0.00048351287841796875,
+ 0.05609130859375,
+ 0.0019817352294921875,
+ 0.0125732421875,
+ -0.06341552734375,
+ 0.024169921875,
+ 0.0221405029296875,
+ -0.00585174560546875,
+ -0.03094482421875,
+ -0.0157623291015625,
+ -0.0218505859375,
+ 0.040618896484375,
+ -0.0197296142578125,
+ -0.022430419921875,
+ -0.0164337158203125,
+ 0.0936279296875,
+ -0.0106353759765625,
+ -0.023406982421875,
+ -0.02398681640625,
+ 0.044097900390625,
+ 0.025909423828125,
+ -0.040802001953125,
+ -0.00415802001953125,
+ 0.01189422607421875,
+ 0.0135345458984375,
+ 0.0299835205078125,
+ 0.037506103515625,
+ 0.02862548828125,
+ 0.06884765625,
+ 0.01421356201171875,
+ -0.035003662109375,
+ 0.036163330078125,
+ 0.0112152099609375,
+ -0.002513885498046875,
+ 0.004180908203125,
+ -0.056488037109375,
+ -0.006526947021484375,
+ -0.0645751953125,
+ 0.038665771484375,
+ -0.004180908203125,
+ 0.038299560546875,
+ 0.01421356201171875,
+ -0.0044708251953125,
+ -0.01499176025390625,
+ 0.0207977294921875,
+ 0.021087646484375,
+ 0.0595703125,
+ 0.026885986328125,
+ 0.0006284713745117188,
+ 0.0295867919921875,
+ -0.00616455078125,
+ 0.012664794921875,
+ -0.0223388671875,
+ 0.035400390625,
+ -0.03424072265625,
+ 0.019622802734375,
+ -0.04486083984375,
+ 0.00812530517578125,
+ 0.0017042160034179688,
+ -0.008026123046875,
+ -0.009429931640625,
+ -0.0255279541015625,
+ -0.0014324188232421875,
+ -0.038299560546875,
+ -0.061492919921875,
+ -0.01194000244140625,
+ 0.051055908203125,
+ -0.036346435546875,
+ 0.029205322265625,
+ 0.0244598388671875,
+ -0.0227203369140625,
+ 0.0294036865234375,
+ -0.04351806640625,
+ 0.076171875,
+ 0.0433349609375,
+ 0.038299560546875,
+ -0.0249481201171875,
+ -0.0013055801391601562,
+ 0.036346435546875,
+ -0.000640869140625,
+ -0.00759124755859375,
+ 0.0357666015625,
+ -0.028045654296875,
+ 0.05029296875,
+ 0.046600341796875,
+ 0.009765625,
+ -0.027069091796875,
+ 0.01837158203125,
+ -0.008270263671875,
+ -0.054931640625,
+ 0.0400390625,
+ 0.03692626953125,
+ 0.0204010009765625,
+ 0.00879669189453125,
+ -0.0079803466796875,
+ 0.008270263671875,
+ -0.046234130859375,
+ 0.044097900390625,
+ 0.01479339599609375,
+ 0.00328826904296875,
+ 0.019927978515625,
+ -0.05841064453125,
+ 0.043121337890625,
+ 0.01102447509765625,
+ 0.05145263671875,
+ -0.031341552734375,
+ 0.033843994140625,
+ -0.00142669677734375,
+ 0.02117919921875,
+ -0.0111236572265625,
+ 0.0094757080078125,
+ 0.00850677490234375,
+ 0.021759033203125,
+ -0.01189422607421875,
+ 0.06304931640625,
+ 0.01010894775390625,
+ 0.003795623779296875,
+ -0.061126708984375,
+ -0.01904296875,
+ 0.002017974853515625,
+ 0.006961822509765625,
+ 0.040618896484375,
+ -0.05145263671875,
+ -0.03924560546875,
+ 0.01508331298828125,
+ 0.046417236328125,
+ 0.0526123046875,
+ -0.025909423828125,
+ 0.043914794921875,
+ -0.00962066650390625,
+ -0.0242767333984375,
+ 0.00386810302734375,
+ -0.009765625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics",
+ "cloud-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "timeline",
+ "collaboration",
+ "visualization",
+ "timeline-correlation",
+ "timeline-view",
+ "elasticsearch-backend",
+ "plaso-integration",
+ "sigma-rules",
+ "heatmaps",
+ "anomaly-detection",
+ "narrative-documentation",
+ "timeline-analysis",
+ "collaborative-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_hdiutil",
+ "type": "tool",
+ "name": "hdiutil",
+ "content": "hdiutil macos-nativer disk-image-manager erstellt und mountet dmg, iso, img-dateien für forensische analyse. besonders wertvoll: sparse-image-creation für live-collection, checksum-verifizierung mit crc32/md5, read-only-mounting verhindert beweis-kontamination. komprimierung und verschlüsselung für sichere evidence-storage. integration in automator-workflows für batch-processing. der standard für macos-imaging ohne externe tools. cli disk-imaging mounting apfs compression encryption checksum sparse-images incident-response static-investigations data-collection examination",
+ "embedding": [
+ -0.0032100677490234375,
+ 0.0112762451171875,
+ 0.04510498046875,
+ -0.0198974609375,
+ 0.0256805419921875,
+ 0.038421630859375,
+ 0.014801025390625,
+ -0.004436492919921875,
+ -0.019805908203125,
+ -0.01538848876953125,
+ -0.036865234375,
+ 0.0478515625,
+ 0.004974365234375,
+ -0.02490234375,
+ -0.047454833984375,
+ 0.052154541015625,
+ -0.008331298828125,
+ 0.0117645263671875,
+ 0.0164642333984375,
+ -0.0013971328735351562,
+ -0.036865234375,
+ -0.0006127357482910156,
+ -0.0413818359375,
+ 0.01558685302734375,
+ 0.017059326171875,
+ 0.004558563232421875,
+ -0.0169525146484375,
+ -0.054107666015625,
+ -0.01235198974609375,
+ 0.01146697998046875,
+ -0.00507354736328125,
+ -0.026275634765625,
+ 0.0127410888671875,
+ 0.042938232421875,
+ 0.0112762451171875,
+ -0.02313232421875,
+ -0.0280303955078125,
+ -0.04254150390625,
+ -0.029205322265625,
+ 0.017059326171875,
+ -0.014312744140625,
+ -0.0074005126953125,
+ 0.00897216796875,
+ -0.0085296630859375,
+ -0.00335693359375,
+ -0.018524169921875,
+ -0.0127410888671875,
+ -0.0159759521484375,
+ 0.0122528076171875,
+ -0.040191650390625,
+ 0.00970458984375,
+ 0.016571044921875,
+ 0.0247955322265625,
+ 0.00656890869140625,
+ -0.0074005126953125,
+ 0.044891357421875,
+ -0.01004791259765625,
+ -0.0205841064453125,
+ -0.033905029296875,
+ 0.042938232421875,
+ -0.028228759765625,
+ 0.007007598876953125,
+ -0.032928466796875,
+ -0.0158843994140625,
+ -0.018035888671875,
+ 0.0311737060546875,
+ -0.0112762451171875,
+ -0.046478271484375,
+ -0.005344390869140625,
+ -0.0018873214721679688,
+ -0.010833740234375,
+ -0.02685546875,
+ -0.019317626953125,
+ 0.028228759765625,
+ -0.028228759765625,
+ -0.04547119140625,
+ 0.0274505615234375,
+ 0.0247039794921875,
+ -0.001323699951171875,
+ -0.02069091796875,
+ -0.043731689453125,
+ 0.014312744140625,
+ 0.01715087890625,
+ -0.0243072509765625,
+ -0.0174560546875,
+ -0.0013723373413085938,
+ 0.00289154052734375,
+ -0.0029659271240234375,
+ -0.0154876708984375,
+ -0.0067138671875,
+ 0.01255035400390625,
+ -0.00021898746490478516,
+ 0.005023956298828125,
+ -0.012939453125,
+ 0.031768798828125,
+ 0.08233642578125,
+ -0.0078887939453125,
+ 0.0026836395263671875,
+ 0.01043701171875,
+ 0.02117919921875,
+ 0.0238189697265625,
+ -0.0280303955078125,
+ 0.042755126953125,
+ 0.007450103759765625,
+ 0.048431396484375,
+ -0.029022216796875,
+ 0.0196075439453125,
+ -0.0177459716796875,
+ -0.036865234375,
+ -0.0127410888671875,
+ -0.0682373046875,
+ -0.042144775390625,
+ -0.0301971435546875,
+ -0.07647705078125,
+ 0.0026836395263671875,
+ -0.0082855224609375,
+ -0.013427734375,
+ 0.0352783203125,
+ -0.0478515625,
+ -0.0196075439453125,
+ 0.01303863525390625,
+ 0.027252197265625,
+ -0.0005941390991210938,
+ 0.0213775634765625,
+ -0.041961669921875,
+ -0.0234222412109375,
+ 0.002536773681640625,
+ 0.018035888671875,
+ -0.048828125,
+ -0.02069091796875,
+ -0.02490234375,
+ -0.05059814453125,
+ -0.041168212890625,
+ -0.0238189697265625,
+ -0.0033321380615234375,
+ -0.03509521484375,
+ 0.0288238525390625,
+ -0.026275634765625,
+ -0.0205841064453125,
+ 0.01171112060546875,
+ 0.0443115234375,
+ -0.034698486328125,
+ -0.07330322265625,
+ -0.0188140869140625,
+ -0.0213775634765625,
+ -0.035491943359375,
+ -0.036285400390625,
+ 0.04254150390625,
+ -0.0219573974609375,
+ -0.00576019287109375,
+ 0.0146026611328125,
+ 0.034515380859375,
+ 0.037841796875,
+ -0.00887298583984375,
+ 0.0038471221923828125,
+ -0.024017333984375,
+ -0.01171112060546875,
+ -0.0145111083984375,
+ 0.0303955078125,
+ -0.0076446533203125,
+ -0.046478271484375,
+ 0.0015926361083984375,
+ -0.0002911090850830078,
+ 0.0149993896484375,
+ 0.0011272430419921875,
+ -0.034515380859375,
+ -0.0228424072265625,
+ 0.0124969482421875,
+ 0.0204925537109375,
+ 0.01255035400390625,
+ 0.032928466796875,
+ 0.01004791259765625,
+ 0.070556640625,
+ 0.047454833984375,
+ -0.012939453125,
+ 0.00382232666015625,
+ 0.016571044921875,
+ 0.006103515625,
+ 0.0169525146484375,
+ 0.0498046875,
+ -0.036651611328125,
+ -0.00946044921875,
+ 0.044891357421875,
+ 0.0154876708984375,
+ 0.004436492919921875,
+ -0.0071563720703125,
+ -0.00891876220703125,
+ -0.0242156982421875,
+ -0.054107666015625,
+ 0.0126495361328125,
+ -0.0243072509765625,
+ -0.035888671875,
+ -0.0028667449951171875,
+ 0.057647705078125,
+ 0.0238189697265625,
+ 0.057647705078125,
+ 0.01421356201171875,
+ -0.003971099853515625,
+ 0.040985107421875,
+ -0.005344390869140625,
+ 0.00624847412109375,
+ 0.05645751953125,
+ -0.01401519775390625,
+ 0.04156494140625,
+ 0.00301361083984375,
+ 0.006961822509765625,
+ -0.0149993896484375,
+ 0.01284027099609375,
+ 0.0298004150390625,
+ -0.0537109375,
+ -0.0008025169372558594,
+ 0.04998779296875,
+ -0.0018873214721679688,
+ -0.0298004150390625,
+ -0.037261962890625,
+ -0.0270538330078125,
+ -0.011322021484375,
+ -0.0191192626953125,
+ -0.01053619384765625,
+ -0.00118255615234375,
+ -0.0108795166015625,
+ -0.0238189697265625,
+ 0.0234222412109375,
+ 0.0159759521484375,
+ -0.0215606689453125,
+ 0.041961669921875,
+ 0.0005083084106445312,
+ -0.05059814453125,
+ -0.055694580078125,
+ 0.045684814453125,
+ -0.00994873046875,
+ 0.0323486328125,
+ 0.003406524658203125,
+ -0.0007290840148925781,
+ 0.004558563232421875,
+ -0.01401519775390625,
+ 0.0478515625,
+ 0.0343017578125,
+ 0.0208740234375,
+ -0.0026950836181640625,
+ -0.0016908645629882812,
+ 0.02490234375,
+ -0.01372528076171875,
+ 0.0260772705078125,
+ 0.041168212890625,
+ -0.027252197265625,
+ 0.0036029815673828125,
+ -0.0179443359375,
+ 0.0210723876953125,
+ 0.01210784912109375,
+ -0.045867919921875,
+ -0.0294036865234375,
+ -0.07843017578125,
+ -0.005931854248046875,
+ -0.0313720703125,
+ -0.0022430419921875,
+ -0.0052947998046875,
+ -0.052947998046875,
+ 0.0462646484375,
+ -0.062347412109375,
+ -0.0208740234375,
+ 0.0015192031860351562,
+ 0.00867462158203125,
+ -0.01303863525390625,
+ 0.0517578125,
+ -0.0126495361328125,
+ -0.0701904296875,
+ -0.0108795166015625,
+ 0.08392333984375,
+ -0.0024509429931640625,
+ -0.02069091796875,
+ -0.01117706298828125,
+ 0.007598876953125,
+ 0.0011758804321289062,
+ 0.024993896484375,
+ -0.054901123046875,
+ 0.040191650390625,
+ 0.0057830810546875,
+ 0.0189208984375,
+ 0.00600433349609375,
+ -0.026275634765625,
+ -0.0005054473876953125,
+ -0.0141143798828125,
+ 0.033905029296875,
+ -0.02685546875,
+ -0.002658843994140625,
+ -0.0127410888671875,
+ 0.0194091796875,
+ -0.02166748046875,
+ -0.08197021484375,
+ 0.0029659271240234375,
+ 0.0278472900390625,
+ 0.0169525146484375,
+ 0.015777587890625,
+ -0.003284454345703125,
+ -0.05450439453125,
+ 0.012939453125,
+ 0.00004190206527709961,
+ 0.004535675048828125,
+ -0.0032596588134765625,
+ 0.0452880859375,
+ -0.04058837890625,
+ 0.0069122314453125,
+ 0.0030384063720703125,
+ 0.0011701583862304688,
+ -0.038818359375,
+ -0.0517578125,
+ -0.0228424072265625,
+ -0.0194091796875,
+ -0.007598876953125,
+ -0.0149993896484375,
+ 0.01161956787109375,
+ -0.01392364501953125,
+ 0.006961822509765625,
+ -0.01215362548828125,
+ 0.00556182861328125,
+ -0.04254150390625,
+ -0.033905029296875,
+ 0.014312744140625,
+ -0.0215606689453125,
+ -0.044891357421875,
+ -0.014312744140625,
+ 0.037628173828125,
+ -0.010345458984375,
+ -0.0034313201904296875,
+ -0.01392364501953125,
+ -0.01117706298828125,
+ -0.047637939453125,
+ 0.011077880859375,
+ -0.0169525146484375,
+ 0.036468505859375,
+ 0.0158843994140625,
+ 0.015777587890625,
+ 0.01392364501953125,
+ 0.05804443359375,
+ -0.01332855224609375,
+ 0.07177734375,
+ 0.0110321044921875,
+ -0.0214691162109375,
+ -0.0186309814453125,
+ -0.016571044921875,
+ 0.0115203857421875,
+ 0.007694244384765625,
+ -0.0209808349609375,
+ -0.038238525390625,
+ -0.00798797607421875,
+ -0.02685546875,
+ 0.005146026611328125,
+ 0.0237274169921875,
+ 0.0198974609375,
+ 0.014801025390625,
+ -0.0572509765625,
+ 0.017059326171875,
+ 0.042144775390625,
+ 0.01763916015625,
+ 0.086669921875,
+ -0.0251007080078125,
+ -0.046478271484375,
+ 0.02410888671875,
+ 0.047637939453125,
+ -0.0013418197631835938,
+ -0.0182342529296875,
+ 0.03900146484375,
+ -0.0009741783142089844,
+ -0.006763458251953125,
+ 0.0251007080078125,
+ 0.02166748046875,
+ 0.034912109375,
+ 0.0040435791015625,
+ 0.007205963134765625,
+ 0.0256805419921875,
+ 0.0071563720703125,
+ 0.04547119140625,
+ 0.0592041015625,
+ 0.0224456787109375,
+ 0.006175994873046875,
+ 0.040191650390625,
+ -0.029998779296875,
+ -0.019500732421875,
+ -0.0303955078125,
+ -0.06903076171875,
+ -0.0002052783966064453,
+ 0.0256805419921875,
+ 0.0313720703125,
+ 0.043731689453125,
+ -0.0244140625,
+ -0.03900146484375,
+ 0.02264404296875,
+ -0.0343017578125,
+ 0.06585693359375,
+ 0.037628173828125,
+ 0.01352691650390625,
+ 0.08551025390625,
+ 0.018035888671875,
+ -0.0067138671875,
+ 0.038421630859375,
+ -0.0117645263671875,
+ 0.03509521484375,
+ 0.02069091796875,
+ 0.037445068359375,
+ -0.0103912353515625,
+ -0.0294036865234375,
+ 0.007598876953125,
+ 0.041168212890625,
+ 0.008819580078125,
+ 0.017059326171875,
+ 0.022064208984375,
+ 0.014312744140625,
+ 0.0060272216796875,
+ -0.01078033447265625,
+ 0.04998779296875,
+ 0.007350921630859375,
+ 0.00402069091796875,
+ 0.004581451416015625,
+ 0.003993988037109375,
+ 0.00916290283203125,
+ -0.04510498046875,
+ -0.0023403167724609375,
+ -0.00970458984375,
+ 0.002658843994140625,
+ 0.005611419677734375,
+ 0.014312744140625,
+ -0.061553955078125,
+ 0.02166748046875,
+ 0.07373046875,
+ -0.049224853515625,
+ 0.03253173828125,
+ 0.0019359588623046875,
+ -0.0284271240234375,
+ 0.01093292236328125,
+ 0.003162384033203125,
+ -0.0423583984375,
+ 0.01715087890625,
+ -0.027252197265625,
+ -0.050201416015625,
+ 0.00450897216796875,
+ 0.00637054443359375,
+ -0.042144775390625,
+ -0.052947998046875,
+ -0.0280303955078125,
+ -0.011077880859375,
+ -0.01303863525390625,
+ -0.005344390869140625,
+ 0.022552490234375,
+ 0.01303863525390625,
+ -0.0219573974609375,
+ 0.016571044921875,
+ 0.045684814453125,
+ -0.01230621337890625,
+ -0.0096588134765625,
+ 0.047637939453125,
+ -0.038421630859375,
+ -0.0517578125,
+ 0.033905029296875,
+ 0.011566162109375,
+ 0.052154541015625,
+ -0.03509521484375,
+ -0.0004227161407470703,
+ -0.0198974609375,
+ 0.011566162109375,
+ 0.00036454200744628906,
+ 0.015777587890625,
+ -0.043731689453125,
+ -0.046844482421875,
+ -0.048828125,
+ 0.054901123046875,
+ -0.0005512237548828125,
+ 0.026275634765625,
+ 0.006076812744140625,
+ -0.04998779296875,
+ 0.0203857421875,
+ -0.049407958984375,
+ -0.03314208984375,
+ 0.0071563720703125,
+ 0.01568603515625,
+ -0.03704833984375,
+ 0.0643310546875,
+ -0.01763916015625,
+ 0.004802703857421875,
+ -0.0219573974609375,
+ 0.0247039794921875,
+ 0.01284027099609375,
+ 0.005096435546875,
+ -0.0323486328125,
+ 0.006175994873046875,
+ 0.037445068359375,
+ -0.06707763671875,
+ -0.012451171875,
+ -0.0284271240234375,
+ -0.01235198974609375,
+ 0.0294036865234375,
+ -0.0552978515625,
+ 0.0071563720703125,
+ 0.00208282470703125,
+ -0.07098388671875,
+ -0.02764892578125,
+ -0.005096435546875,
+ -0.015777587890625,
+ -0.022735595703125,
+ 0.02166748046875,
+ 0.0333251953125,
+ 0.004802703857421875,
+ 0.0280303955078125,
+ 0.01470184326171875,
+ 0.005096435546875,
+ 0.00357818603515625,
+ -0.0214691162109375,
+ -0.0009312629699707031,
+ 0.017059326171875,
+ -0.07177734375,
+ -0.03057861328125,
+ -0.0301971435546875,
+ 0.0256805419921875,
+ -0.016082763671875,
+ -0.02490234375,
+ 0.002010345458984375,
+ -0.007694244384765625,
+ 0.035888671875,
+ -0.036865234375,
+ -0.012054443359375,
+ -0.023040771484375,
+ -0.0352783203125,
+ -0.0223541259765625,
+ 0.0069122314453125,
+ 0.020294189453125,
+ 0.0003447532653808594,
+ -0.0029659271240234375,
+ 0.0298004150390625,
+ 0.040008544921875,
+ -0.0537109375,
+ 0.042144775390625,
+ 0.0311737060546875,
+ -0.0108795166015625,
+ 0.00921630859375,
+ -0.005588531494140625,
+ 0.006076812744140625,
+ -0.0025119781494140625,
+ 0.03314208984375,
+ -0.02587890625,
+ -0.010345458984375,
+ -0.0517578125,
+ 0.036651611328125,
+ 0.00563812255859375,
+ -0.0247955322265625,
+ -0.0173492431640625,
+ -0.0164642333984375,
+ -0.082763671875,
+ 0.00970458984375,
+ 0.0592041015625,
+ 0.00681304931640625,
+ 0.018524169921875,
+ -0.0246124267578125,
+ 0.003627777099609375,
+ -0.0196075439453125,
+ 0.00681304931640625,
+ 0.022552490234375,
+ -0.0246124267578125,
+ 0.0181427001953125,
+ -0.01558685302734375,
+ -0.038818359375,
+ 0.0298004150390625,
+ 0.02685546875,
+ 0.040985107421875,
+ 0.031768798828125,
+ 0.020782470703125,
+ -0.0352783203125,
+ -0.0026721954345703125,
+ 0.000560760498046875,
+ -0.040985107421875,
+ 0.01303863525390625,
+ -0.0006341934204101562,
+ 0.021759033203125,
+ -0.0204925537109375,
+ -0.0203857421875,
+ 0.01235198974609375,
+ 0.041748046875,
+ 0.0303955078125,
+ -0.0178375244140625,
+ -0.007450103759765625,
+ 0.01352691650390625,
+ 0.015777587890625,
+ 0.05059814453125,
+ -0.029022216796875,
+ -0.03155517578125,
+ 0.01117706298828125,
+ -0.0033817291259765625,
+ 0.032745361328125,
+ 0.042144775390625,
+ 0.0278472900390625,
+ -0.027252197265625,
+ -0.0037250518798828125,
+ 0.042938232421875,
+ -0.0229339599609375,
+ -0.038421630859375,
+ 0.01372528076171875,
+ 0.003162384033203125,
+ 0.033905029296875,
+ 0.0572509765625,
+ 0.022247314453125,
+ 0.0902099609375,
+ 0.0187225341796875,
+ -0.00531768798828125,
+ 0.035888671875,
+ 0.052154541015625,
+ -0.00681304931640625,
+ -0.010589599609375,
+ -0.0218658447265625,
+ 0.023040771484375,
+ 0.01073455810546875,
+ -0.034515380859375,
+ -0.05059814453125,
+ 0.016265869140625,
+ 0.05804443359375,
+ -0.06353759765625,
+ -0.0191192626953125,
+ 0.006961822509765625,
+ -0.00406646728515625,
+ 0.027252197265625,
+ 0.00847625732421875,
+ -0.022552490234375,
+ 0.0167694091796875,
+ -0.002071380615234375,
+ -0.039794921875,
+ 0.0012311935424804688,
+ -0.03411865234375,
+ 0.0169525146484375,
+ 0.0631103515625,
+ 0.0313720703125,
+ -0.002719879150390625,
+ 0.0247955322265625,
+ 0.00725555419921875,
+ 0.01284027099609375,
+ 0.01558685302734375,
+ 0.0313720703125,
+ 0.004703521728515625,
+ 0.0266571044921875,
+ 0.035888671875,
+ 0.05841064453125,
+ -0.033721923828125,
+ -0.01558685302734375,
+ 0.01401519775390625,
+ 0.01401519775390625,
+ 0.03863525390625,
+ 0.0740966796875,
+ -0.0071563720703125,
+ 0.006175994873046875,
+ 0.0016298294067382812,
+ -0.040008544921875,
+ 0.0090179443359375,
+ 0.00295257568359375,
+ 0.0203857421875,
+ -0.044891357421875,
+ -0.032928466796875,
+ -0.00911712646484375,
+ -0.049591064453125,
+ 0.0343017578125,
+ 0.01303863525390625,
+ -0.021759033203125,
+ -0.0251007080078125,
+ 0.039215087890625,
+ 0.0210723876953125,
+ -0.039398193359375,
+ -0.00774383544921875,
+ -0.0186309814453125,
+ -0.01568603515625,
+ -0.029998779296875,
+ -0.0108795166015625,
+ 0.036865234375,
+ -0.00891876220703125,
+ -0.04608154296875,
+ -0.007007598876953125,
+ 0.040008544921875,
+ -0.041748046875,
+ -0.061553955078125,
+ -0.0280303955078125,
+ 0.0149993896484375,
+ -0.00867462158203125,
+ -0.026275634765625,
+ -0.040008544921875,
+ -0.01323699951171875,
+ 0.011077880859375,
+ -0.01284027099609375,
+ 0.0007658004760742188,
+ -0.0183258056640625,
+ -0.0288238525390625,
+ -0.0243072509765625,
+ -0.022064208984375,
+ -0.0244140625,
+ 0.0323486328125,
+ -0.0294036865234375,
+ 0.042144775390625,
+ 0.03509521484375,
+ 0.035675048828125,
+ 0.040374755859375,
+ 0.0517578125,
+ -0.0278472900390625,
+ -0.013824462890625,
+ -0.007007598876953125,
+ -0.060394287109375,
+ 0.0224456787109375,
+ -0.00624847412109375,
+ 0.0198974609375,
+ -0.05255126953125,
+ 0.007106781005859375,
+ 0.07568359375,
+ -0.084716796875,
+ 0.0274505615234375,
+ -0.018524169921875,
+ -0.019805908203125,
+ -0.038238525390625,
+ -0.020782470703125,
+ 0.0270538330078125,
+ 0.045684814453125,
+ 0.0999755859375,
+ 0.001415252685546875,
+ -0.00980377197265625,
+ -0.01230621337890625,
+ -0.062347412109375,
+ 0.05059814453125,
+ 0.0154876708984375,
+ 0.038238525390625,
+ -0.03411865234375,
+ 0.035675048828125,
+ 0.02166748046875,
+ -0.0452880859375,
+ 0.02960205078125,
+ -0.06353759765625,
+ 0.01392364501953125,
+ 0.0294036865234375,
+ 0.007205963134765625,
+ 0.002132415771484375,
+ -0.00414276123046875,
+ -0.05096435546875,
+ -0.02069091796875,
+ -0.021759033203125,
+ 0.03314208984375,
+ 0.029998779296875,
+ 0.005146026611328125,
+ -0.0237274169921875,
+ -0.0034809112548828125,
+ 0.0011644363403320312,
+ -0.0472412109375,
+ -0.0452880859375,
+ -0.0247039794921875,
+ 0.036865234375,
+ 0.0023288726806640625,
+ -0.022735595703125,
+ 0.0218658447265625,
+ 0.0187225341796875,
+ 0.0040435791015625,
+ -0.0002281665802001953,
+ 0.05096435546875,
+ -0.048431396484375,
+ -0.0177459716796875,
+ -0.002719879150390625,
+ 0.0343017578125,
+ 0.015289306640625,
+ 0.0041656494140625,
+ 0.014312744140625,
+ 0.01043701171875,
+ 0.0323486328125,
+ -0.03802490234375,
+ 0.05255126953125,
+ 0.0413818359375,
+ -0.05841064453125,
+ -0.06390380859375,
+ -0.0443115234375,
+ -0.0033092498779296875,
+ 0.0117645263671875,
+ -0.02117919921875,
+ 0.038818359375,
+ 0.0131378173828125,
+ -0.018524169921875,
+ -0.094482421875,
+ 0.042938232421875,
+ -0.0498046875,
+ 0.030975341796875,
+ -0.005390167236328125,
+ -0.0246124267578125,
+ -0.054107666015625,
+ -0.040191650390625,
+ -0.0177459716796875,
+ 0.014801025390625,
+ -0.03057861328125,
+ 0.032745361328125,
+ -0.006103515625,
+ -0.00907135009765625,
+ 0.006618499755859375,
+ -0.0237274169921875,
+ 0.0208740234375,
+ 0.0537109375,
+ 0.0115203857421875,
+ -0.0178375244140625,
+ 0.04547119140625,
+ -0.040008544921875,
+ 0.0080413818359375,
+ -0.0288238525390625,
+ 0.006763458251953125,
+ 0.00749969482421875,
+ -0.012054443359375,
+ -0.0067138671875,
+ -0.005096435546875,
+ 0.056854248046875,
+ 0.0229339599609375,
+ -0.01255035400390625,
+ -0.0007719993591308594,
+ -0.0017404556274414062,
+ 0.0013904571533203125,
+ 0.0174560546875,
+ -0.0108795166015625,
+ 0.00921630859375,
+ 0.0214691162109375,
+ 0.0004930496215820312,
+ -0.029998779296875,
+ -0.04608154296875,
+ -0.08001708984375,
+ 0.002033233642578125,
+ -0.035675048828125,
+ -0.0482177734375,
+ 0.0062255859375,
+ 0.044891357421875,
+ 0.0186309814453125,
+ -0.012939453125,
+ 0.008819580078125,
+ -0.02313232421875,
+ -0.00109100341796875,
+ -0.032928466796875,
+ 0.0184326171875,
+ -0.010589599609375,
+ 0.040771484375,
+ -0.002132415771484375,
+ -0.055694580078125,
+ 0.0423583984375,
+ 0.0005483627319335938,
+ 0.01401519775390625,
+ -0.005344390869140625,
+ -0.0188140869140625,
+ -0.03216552734375,
+ 0.03802490234375,
+ -0.07373046875,
+ -0.025299072265625,
+ 0.0274505615234375,
+ 0.0023899078369140625,
+ 0.029998779296875,
+ -0.03900146484375,
+ 0.042755126953125,
+ -0.006103515625,
+ -0.054901123046875,
+ 0.0232391357421875,
+ 0.007350921630859375,
+ -0.0278472900390625,
+ 0.020294189453125,
+ -0.004608154296875,
+ -0.0030765533447265625,
+ 0.00891876220703125,
+ 0.048614501953125,
+ 0.01372528076171875,
+ 0.044891357421875,
+ -0.020782470703125,
+ -0.02264404296875,
+ 0.00847625732421875,
+ 0.0214691162109375,
+ 0.01519775390625,
+ 0.03314208984375,
+ 0.0213775634765625,
+ -0.0026226043701171875,
+ 0.0076446533203125,
+ 0.0237274169921875,
+ -0.07177734375,
+ -0.03314208984375,
+ -0.038238525390625,
+ -0.0572509765625,
+ 0.003406524658203125,
+ 0.0740966796875,
+ 0.0237274169921875,
+ -0.0069122314453125,
+ 0.00984954833984375,
+ 0.08782958984375,
+ 0.01142120361328125,
+ 0.0264739990234375,
+ -0.005146026611328125,
+ -0.041168212890625,
+ -0.024017333984375,
+ 0.015289306640625,
+ 0.0174560546875,
+ -0.0909423828125,
+ 0.044891357421875,
+ 0.07763671875,
+ -0.008819580078125,
+ -0.015777587890625,
+ -0.02392578125,
+ -0.012939453125,
+ 0.042938232421875,
+ 0.0260772705078125,
+ -0.0035533905029296875,
+ -0.09136962890625,
+ 0.00008499622344970703,
+ 0.024017333984375,
+ -0.0183258056640625,
+ -0.01303863525390625,
+ -0.0229339599609375,
+ -0.0178375244140625,
+ 0.0298004150390625,
+ -0.07330322265625,
+ 0.00940704345703125,
+ 0.0014209747314453125,
+ 0.0650634765625,
+ 0.0115203857421875,
+ -0.031768798828125,
+ -0.0423583984375,
+ 0.045867919921875,
+ 0.035491943359375,
+ -0.033905029296875,
+ 0.0110321044921875,
+ 0.005733489990234375,
+ -0.017547607421875,
+ 0.036651611328125,
+ 0.0643310546875,
+ 0.00035071372985839844,
+ 0.0224456787109375,
+ 0.0167694091796875,
+ -0.033905029296875,
+ 0.010833740234375,
+ -0.0177459716796875,
+ -0.02313232421875,
+ 0.0172576904296875,
+ -0.0115203857421875,
+ -0.041961669921875,
+ -0.08074951171875,
+ 0.05255126953125,
+ -0.005245208740234375,
+ 0.037841796875,
+ 0.01666259765625,
+ -0.0186309814453125,
+ -0.00463104248046875,
+ 0.01558685302734375,
+ 0.0146026611328125,
+ -0.0012006759643554688,
+ 0.016265869140625,
+ 0.0187225341796875,
+ 0.0232391357421875,
+ 0.015777587890625,
+ 0.006961822509765625,
+ -0.013824462890625,
+ 0.042144775390625,
+ -0.0452880859375,
+ -0.008575439453125,
+ -0.05841064453125,
+ 0.00311279296875,
+ 0.01715087890625,
+ -0.0196075439453125,
+ 0.01558685302734375,
+ -0.049407958984375,
+ 0.0288238525390625,
+ -0.0159759521484375,
+ -0.040191650390625,
+ 0.005367279052734375,
+ 0.048431396484375,
+ -0.039794921875,
+ 0.0163726806640625,
+ 0.0168609619140625,
+ -0.0213775634765625,
+ 0.00008732080459594727,
+ -0.03057861328125,
+ 0.07452392578125,
+ 0.0303955078125,
+ -0.006618499755859375,
+ -0.0149993896484375,
+ 0.04608154296875,
+ -0.0101470947265625,
+ 0.0270538330078125,
+ 0.03900146484375,
+ 0.0003063678741455078,
+ -0.0213775634765625,
+ 0.046478271484375,
+ 0.07135009765625,
+ 0.00426483154296875,
+ -0.04705810546875,
+ 0.039794921875,
+ -0.008819580078125,
+ -0.05059814453125,
+ 0.039794921875,
+ 0.0081329345703125,
+ -0.00004500150680541992,
+ 0.0036754608154296875,
+ 0.0017518997192382812,
+ -0.0177459716796875,
+ -0.04901123046875,
+ 0.05645751953125,
+ 0.011566162109375,
+ 0.00637054443359375,
+ 0.0099029541015625,
+ -0.04803466796875,
+ 0.040374755859375,
+ 0.0033817291259765625,
+ 0.05999755859375,
+ -0.0187225341796875,
+ 0.05645751953125,
+ -0.0017766952514648438,
+ -0.016571044921875,
+ -0.011322021484375,
+ 0.00024199485778808594,
+ -0.00568389892578125,
+ 0.03155517578125,
+ -0.04901123046875,
+ 0.062347412109375,
+ 0.0192108154296875,
+ -0.037628173828125,
+ -0.06585693359375,
+ -0.0256805419921875,
+ -0.0333251953125,
+ -0.00612640380859375,
+ 0.04547119140625,
+ -0.044891357421875,
+ -0.001972198486328125,
+ -0.0021572113037109375,
+ 0.0294036865234375,
+ 0.08392333984375,
+ 0.002414703369140625,
+ 0.024993896484375,
+ 0.032928466796875,
+ -0.0278472900390625,
+ -0.0127410888671875,
+ -0.01097869873046875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "disk-imaging",
+ "mounting",
+ "apfs",
+ "compression",
+ "encryption",
+ "checksum",
+ "sparse-images"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_libpff_pffexport",
+ "type": "tool",
+ "name": "libpff/pffexport",
+ "content": "libpff/pffexport open-source-bibliothek für pst/ost-forensik mit detaillierter personal-folder- file-analyse und deleted-item-recovery. exportiert e-mails, kontakte, kalender aus microsoft-outlook-dateien ohne outlook-installation. besonders wertvoll: low-level-mapi-property-zugriff, gefälschte e-mail-detection durch metadaten- analyse, cross-platform-support und integration in forensische toolchains. cli pst-analysis ost-forensics email-forensics deleted-recovery mapi-properties outlook-forensics cross-platform libyal falsification-detection static-investigations fraud-investigation incident-response examination analysis",
+ "embedding": [
+ -0.0285186767578125,
+ 0.0196533203125,
+ 0.0626220703125,
+ -0.007129669189453125,
+ 0.054656982421875,
+ 0.0174560546875,
+ 0.0251312255859375,
+ -0.006008148193359375,
+ -0.0024051666259765625,
+ 0.0198516845703125,
+ -0.051849365234375,
+ 0.0307159423828125,
+ 0.024139404296875,
+ 0.00772857666015625,
+ -0.039306640625,
+ 0.033111572265625,
+ -0.00371551513671875,
+ 0.022735595703125,
+ -0.0025424957275390625,
+ 0.0022068023681640625,
+ -0.03192138671875,
+ -0.005359649658203125,
+ -0.046661376953125,
+ 0.00792694091796875,
+ 0.001346588134765625,
+ 0.0152587890625,
+ 0.0055084228515625,
+ -0.07501220703125,
+ -0.00807952880859375,
+ -0.0031795501708984375,
+ 0.036895751953125,
+ 0.00827789306640625,
+ -0.014556884765625,
+ 0.0321044921875,
+ 0.01216888427734375,
+ 0.0023193359375,
+ 0.02154541015625,
+ -0.018646240234375,
+ -0.039703369140625,
+ 0.0217437744140625,
+ -0.00576019287109375,
+ 0.006008148193359375,
+ 0.045074462890625,
+ 0.00473785400390625,
+ -0.0192413330078125,
+ -0.040496826171875,
+ -0.0008974075317382812,
+ 0.00812530517578125,
+ -0.0185546875,
+ -0.0550537109375,
+ 0.0166473388671875,
+ 0.00391387939453125,
+ -0.022735595703125,
+ 0.007778167724609375,
+ -0.00937652587890625,
+ 0.04168701171875,
+ 0.030517578125,
+ -0.027130126953125,
+ -0.039703369140625,
+ 0.04705810546875,
+ -0.06304931640625,
+ -0.040679931640625,
+ 0.001190185546875,
+ -0.0022182464599609375,
+ 0.0321044921875,
+ 0.0206451416015625,
+ -0.0024814605712890625,
+ -0.0255279541015625,
+ -0.0023059844970703125,
+ -0.0085296630859375,
+ -0.0311126708984375,
+ 0.00827789306640625,
+ -0.0094757080078125,
+ 0.036102294921875,
+ -0.01226806640625,
+ -0.048065185546875,
+ -0.0029926300048828125,
+ 0.036895751953125,
+ 0.01111602783203125,
+ -0.00717926025390625,
+ -0.0670166015625,
+ -0.0005950927734375,
+ 0.0506591796875,
+ -0.0222320556640625,
+ -0.047882080078125,
+ 0.0005674362182617188,
+ 0.031524658203125,
+ -0.007030487060546875,
+ 0.0162506103515625,
+ 0.016448974609375,
+ 0.006931304931640625,
+ -0.01476287841796875,
+ 0.00588226318359375,
+ -0.014556884765625,
+ 0.0184478759765625,
+ 0.04010009765625,
+ -0.01336669921875,
+ 0.0034656524658203125,
+ 0.0012531280517578125,
+ 0.01087188720703125,
+ 0.01197052001953125,
+ -0.04248046875,
+ 0.05145263671875,
+ -0.0113677978515625,
+ 0.038299560546875,
+ -0.0100250244140625,
+ 0.032501220703125,
+ -0.0087738037109375,
+ -0.0221405029296875,
+ -0.0028553009033203125,
+ -0.11090087890625,
+ -0.03271484375,
+ 0.0009226799011230469,
+ -0.060638427734375,
+ 0.01934814453125,
+ -0.0259246826171875,
+ 0.0034160614013671875,
+ 0.045684814453125,
+ -0.01067352294921875,
+ -0.041290283203125,
+ 0.0104217529296875,
+ 0.0093231201171875,
+ -0.0079803466796875,
+ 0.01126861572265625,
+ -0.057037353515625,
+ -0.0386962890625,
+ 0.0012655258178710938,
+ 0.050048828125,
+ -0.04547119140625,
+ -0.0281219482421875,
+ -0.01197052001953125,
+ -0.0303192138671875,
+ -0.0191497802734375,
+ -0.0152587890625,
+ -0.0162506103515625,
+ -0.00927734375,
+ 0.034515380859375,
+ -0.003665924072265625,
+ -0.00473785400390625,
+ 0.00177001953125,
+ 0.0233306884765625,
+ -0.053863525390625,
+ -0.0638427734375,
+ 0.0035648345947265625,
+ -0.02911376953125,
+ -0.01091766357421875,
+ -0.0225372314453125,
+ 0.0343017578125,
+ -0.0408935546875,
+ -0.00922393798828125,
+ 0.0082244873046875,
+ 0.026123046875,
+ 0.044464111328125,
+ 0.014862060546875,
+ 0.039306640625,
+ -0.0484619140625,
+ 0.004589080810546875,
+ -0.03289794921875,
+ -0.0038394927978515625,
+ -0.028717041015625,
+ -0.0172576904296875,
+ 0.033905029296875,
+ 0.006206512451171875,
+ 0.0162506103515625,
+ 0.00630950927734375,
+ -0.042877197265625,
+ -0.00957489013671875,
+ 0.0192413330078125,
+ 0.00013554096221923828,
+ -0.0188446044921875,
+ 0.0265350341796875,
+ -0.046661376953125,
+ 0.033111572265625,
+ 0.08258056640625,
+ -0.0234375,
+ 0.051849365234375,
+ 0.0152587890625,
+ -0.01052093505859375,
+ 0.047882080078125,
+ 0.006206512451171875,
+ 0.00030541419982910156,
+ -0.00887298583984375,
+ 0.0255279541015625,
+ 0.0097198486328125,
+ 0.0119171142578125,
+ -0.0228424072265625,
+ -0.020050048828125,
+ -0.01216888427734375,
+ -0.025726318359375,
+ 0.038299560546875,
+ -0.03631591796875,
+ -0.03790283203125,
+ -0.0117645263671875,
+ 0.02313232421875,
+ -0.0012960433959960938,
+ 0.0670166015625,
+ 0.04327392578125,
+ -0.0168609619140625,
+ 0.05145263671875,
+ -0.0245361328125,
+ 0.01007080078125,
+ 0.0281219482421875,
+ -0.003265380859375,
+ 0.02532958984375,
+ 0.018157958984375,
+ 0.029327392578125,
+ 0.0032901763916015625,
+ 0.042877197265625,
+ 0.007080078125,
+ -0.0217437744140625,
+ -0.0214385986328125,
+ 0.04547119140625,
+ -0.00887298583984375,
+ -0.0250244140625,
+ -0.0180511474609375,
+ -0.036895751953125,
+ 0.0236358642578125,
+ -0.035308837890625,
+ -0.030120849609375,
+ 0.0038890838623046875,
+ -0.0015459060668945312,
+ -0.040679931640625,
+ 0.005558013916015625,
+ 0.021636962890625,
+ 0.0019817352294921875,
+ 0.053466796875,
+ 0.038299560546875,
+ -0.04107666015625,
+ -0.021942138671875,
+ 0.0203399658203125,
+ 0.0030536651611328125,
+ 0.04229736328125,
+ -0.0083770751953125,
+ 0.0222320556640625,
+ 0.0055084228515625,
+ -0.006580352783203125,
+ 0.0582275390625,
+ 0.006381988525390625,
+ 0.017852783203125,
+ 0.018157958984375,
+ -0.0143585205078125,
+ 0.0638427734375,
+ 0.00897216796875,
+ 0.040283203125,
+ 0.039093017578125,
+ -0.00485992431640625,
+ 0.0299224853515625,
+ 0.011871337890625,
+ 0.06463623046875,
+ 0.047882080078125,
+ -0.028717041015625,
+ -0.033111572265625,
+ -0.06658935546875,
+ 0.02154541015625,
+ -0.052642822265625,
+ -0.00678253173828125,
+ -0.01605224609375,
+ -0.05584716796875,
+ 0.05584716796875,
+ -0.0254364013671875,
+ -0.037689208984375,
+ -0.004589080810546875,
+ 0.0177459716796875,
+ -0.00927734375,
+ 0.051055908203125,
+ -0.0228424072265625,
+ -0.03411865234375,
+ -0.004062652587890625,
+ 0.053466796875,
+ -0.006931304931640625,
+ -0.00982666015625,
+ -0.0038394927978515625,
+ 0.020843505859375,
+ -0.005832672119140625,
+ 0.0105743408203125,
+ -0.0176544189453125,
+ -0.005558013916015625,
+ 0.020538330078125,
+ 0.0307159423828125,
+ -0.005535125732421875,
+ -0.030517578125,
+ 0.0195465087890625,
+ -0.035308837890625,
+ 0.031707763671875,
+ -0.0283203125,
+ -0.0083770751953125,
+ 0.01251220703125,
+ 0.01236724853515625,
+ -0.013763427734375,
+ -0.05047607421875,
+ 0.00568389892578125,
+ 0.0221405029296875,
+ 0.0011653900146484375,
+ 0.01425933837890625,
+ 0.0146636962890625,
+ -0.034698486328125,
+ 0.001819610595703125,
+ 0.00011533498764038086,
+ -0.01071929931640625,
+ 0.0594482421875,
+ 0.0462646484375,
+ -0.0307159423828125,
+ 0.00146484375,
+ 0.0042877197265625,
+ 0.01251220703125,
+ -0.015655517578125,
+ -0.0223388671875,
+ -0.036102294921875,
+ -0.0244293212890625,
+ -0.054656982421875,
+ -0.002368927001953125,
+ 0.035308837890625,
+ -0.049652099609375,
+ 0.006359100341796875,
+ 0.01142120361328125,
+ -0.0105743408203125,
+ -0.038482666015625,
+ -0.032318115234375,
+ 0.017547607421875,
+ -0.044464111328125,
+ -0.034515380859375,
+ -0.0031032562255859375,
+ 0.047271728515625,
+ 0.004638671875,
+ -0.0120697021484375,
+ 0.000009417533874511719,
+ 0.00922393798828125,
+ -0.04327392578125,
+ 0.0259246826171875,
+ -0.018951416015625,
+ -0.0085296630859375,
+ 0.0002789497375488281,
+ 0.042877197265625,
+ 0.0285186767578125,
+ 0.0185546875,
+ 0.021240234375,
+ 0.05426025390625,
+ 0.0072784423828125,
+ -0.01071929931640625,
+ 0.01091766357421875,
+ 0.028717041015625,
+ 0.0005984306335449219,
+ 0.0295257568359375,
+ -0.00028204917907714844,
+ -0.0311126708984375,
+ -0.028717041015625,
+ -0.0311126708984375,
+ 0.01425933837890625,
+ 0.0311126708984375,
+ 0.01012420654296875,
+ 0.039703369140625,
+ -0.0307159423828125,
+ -0.0016078948974609375,
+ 0.0670166015625,
+ -0.0191497802734375,
+ 0.07220458984375,
+ -0.0224456787109375,
+ -0.030517578125,
+ -0.0027923583984375,
+ 0.021636962890625,
+ -0.02972412109375,
+ -0.044677734375,
+ 0.05145263671875,
+ 0.0098724365234375,
+ -0.0081787109375,
+ 0.027923583984375,
+ -0.01052093505859375,
+ 0.02752685546875,
+ -0.0213470458984375,
+ -0.01416015625,
+ 0.0259246826171875,
+ -0.020843505859375,
+ 0.00937652587890625,
+ 0.0484619140625,
+ 0.019439697265625,
+ 0.0321044921875,
+ 0.01122283935546875,
+ -0.016448974609375,
+ -0.0089263916015625,
+ -0.040496826171875,
+ -0.04925537109375,
+ 0.004138946533203125,
+ 0.0277252197265625,
+ 0.01336669921875,
+ 0.052642822265625,
+ -0.005634307861328125,
+ -0.033905029296875,
+ 0.01181793212890625,
+ -0.00653076171875,
+ 0.0758056640625,
+ 0.0221405029296875,
+ 0.01445770263671875,
+ 0.035308837890625,
+ -0.0452880859375,
+ 0.0009660720825195312,
+ 0.01071929931640625,
+ 0.020538330078125,
+ 0.0232391357421875,
+ 0.033905029296875,
+ 0.040679931640625,
+ -0.01445770263671875,
+ -0.042877197265625,
+ 0.004962921142578125,
+ 0.0263214111328125,
+ 0.032318115234375,
+ 0.0013093948364257812,
+ 0.018951416015625,
+ -0.004512786865234375,
+ 0.0187530517578125,
+ -0.01221466064453125,
+ 0.035888671875,
+ 0.03350830078125,
+ -0.03509521484375,
+ 0.0154571533203125,
+ 0.014556884765625,
+ 0.0090789794921875,
+ -0.04168701171875,
+ 0.0028171539306640625,
+ 0.0245361328125,
+ 0.04010009765625,
+ 0.00997161865234375,
+ 0.026123046875,
+ -0.055450439453125,
+ -0.0106201171875,
+ 0.043670654296875,
+ -0.06781005859375,
+ 0.02313232421875,
+ 0.034698486328125,
+ -0.0267333984375,
+ 0.00030231475830078125,
+ -0.0232391357421875,
+ -0.0380859375,
+ 0.0094757080078125,
+ -0.034515380859375,
+ -0.033294677734375,
+ -0.006832122802734375,
+ 0.0550537109375,
+ -0.0682373046875,
+ -0.0201416015625,
+ -0.048065185546875,
+ 0.0007634162902832031,
+ -0.006359100341796875,
+ -0.0168609619140625,
+ 0.0184478759765625,
+ -0.01326751708984375,
+ -0.00446319580078125,
+ 0.0251312255859375,
+ 0.030914306640625,
+ 0.0087738037109375,
+ -0.0311126708984375,
+ 0.07537841796875,
+ -0.01824951171875,
+ -0.055450439453125,
+ 0.0594482421875,
+ 0.030517578125,
+ 0.029327392578125,
+ -0.048065185546875,
+ -0.032501220703125,
+ 0.00733184814453125,
+ 0.021942138671875,
+ 0.01346588134765625,
+ 0.0364990234375,
+ -0.039886474609375,
+ -0.0506591796875,
+ -0.039093017578125,
+ 0.03192138671875,
+ 0.0109710693359375,
+ 0.040283203125,
+ 0.00827789306640625,
+ -0.01824951171875,
+ 0.0281219482421875,
+ -0.04827880859375,
+ -0.0188446044921875,
+ 0.007030487060546875,
+ 0.0214385986328125,
+ -0.01535797119140625,
+ 0.04608154296875,
+ -0.027923583984375,
+ -0.010772705078125,
+ 0.007778167724609375,
+ 0.07379150390625,
+ 0.02532958984375,
+ -0.00418853759765625,
+ -0.01366424560546875,
+ 0.04107666015625,
+ 0.044891357421875,
+ -0.042694091796875,
+ -0.0176544189453125,
+ -0.0217437744140625,
+ -0.00977325439453125,
+ 0.0173492431640625,
+ -0.046661376953125,
+ -0.01122283935546875,
+ 0.0020809173583984375,
+ -0.05145263671875,
+ -0.0222320556640625,
+ -0.0240325927734375,
+ -0.029327392578125,
+ -0.0187530517578125,
+ 0.051055908203125,
+ 0.006832122802734375,
+ -0.0139617919921875,
+ 0.0199432373046875,
+ 0.03350830078125,
+ 0.0034656524658203125,
+ 0.010223388671875,
+ 0.003665924072265625,
+ -0.033294677734375,
+ 0.028717041015625,
+ -0.06500244140625,
+ -0.036895751953125,
+ 0.0026798248291015625,
+ 0.0506591796875,
+ -0.0180511474609375,
+ -0.0038394927978515625,
+ -0.0087738037109375,
+ -0.0012149810791015625,
+ 0.059844970703125,
+ -0.03631591796875,
+ -0.017059326171875,
+ 0.004886627197265625,
+ -0.035308837890625,
+ -0.03411865234375,
+ -0.035888671875,
+ 0.01087188720703125,
+ 0.02423095703125,
+ 0.01166534423828125,
+ 0.01425933837890625,
+ 0.049652099609375,
+ -0.057830810546875,
+ 0.0196533203125,
+ -0.01326751708984375,
+ -0.0019073486328125,
+ 0.0072784423828125,
+ -0.01146697998046875,
+ 0.004886627197265625,
+ -0.0082244873046875,
+ -0.00762939453125,
+ -0.0380859375,
+ -0.030914306640625,
+ -0.06024169921875,
+ 0.00927734375,
+ 0.01122283935546875,
+ -0.0184478759765625,
+ -0.0277252197265625,
+ -0.038299560546875,
+ -0.086181640625,
+ 0.002368927001953125,
+ 0.049652099609375,
+ 0.018646240234375,
+ -0.0169525146484375,
+ -0.05145263671875,
+ 0.0158538818359375,
+ -0.0243377685546875,
+ -0.019439697265625,
+ 0.0245361328125,
+ -0.031707763671875,
+ 0.01515960693359375,
+ -0.015960693359375,
+ -0.011566162109375,
+ 0.036712646484375,
+ 0.0165557861328125,
+ 0.0582275390625,
+ 0.02264404296875,
+ 0.043487548828125,
+ -0.01425933837890625,
+ 0.006832122802734375,
+ -0.004688262939453125,
+ -0.04107666015625,
+ -0.0248260498046875,
+ -0.00698089599609375,
+ 0.00977325439453125,
+ 0.004711151123046875,
+ -0.0245361328125,
+ 0.0017824172973632812,
+ 0.0364990234375,
+ -0.0126190185546875,
+ -0.01071929931640625,
+ -0.00015115737915039062,
+ 0.01326751708984375,
+ 0.0048370361328125,
+ 0.057037353515625,
+ -0.014862060546875,
+ -0.037109375,
+ 0.00887298583984375,
+ -0.0006732940673828125,
+ 0.04547119140625,
+ 0.033905029296875,
+ -0.011016845703125,
+ -0.0311126708984375,
+ 0.0126190185546875,
+ 0.0657958984375,
+ -0.0081787109375,
+ -0.0201416015625,
+ -0.0209503173828125,
+ 0.024139404296875,
+ -0.009521484375,
+ 0.0386962890625,
+ 0.0263214111328125,
+ 0.059051513671875,
+ 0.036102294921875,
+ 0.008026123046875,
+ 0.036895751953125,
+ 0.060638427734375,
+ 0.034515380859375,
+ -0.044677734375,
+ -0.053070068359375,
+ 0.0146636962890625,
+ -0.0013275146484375,
+ -0.0259246826171875,
+ -0.053466796875,
+ -0.0023937225341796875,
+ 0.0273284912109375,
+ -0.08892822265625,
+ 0.0093231201171875,
+ 0.01416015625,
+ -0.004512786865234375,
+ 0.03631591796875,
+ 0.01445770263671875,
+ -0.027923583984375,
+ 0.042083740234375,
+ -0.00344085693359375,
+ -0.0201416015625,
+ 0.0083770751953125,
+ -0.018951416015625,
+ 0.0484619140625,
+ 0.041900634765625,
+ 0.020050048828125,
+ -0.030517578125,
+ 0.0277252197265625,
+ 0.0154571533203125,
+ 0.03631591796875,
+ 0.030120849609375,
+ 0.059844970703125,
+ 0.02264404296875,
+ 0.024139404296875,
+ 0.059051513671875,
+ 0.0594482421875,
+ -0.03631591796875,
+ -0.003589630126953125,
+ -0.01904296875,
+ 0.037689208984375,
+ 0.05145263671875,
+ 0.06744384765625,
+ 0.000476837158203125,
+ -0.0045623779296875,
+ -0.00922393798828125,
+ -0.041290283203125,
+ -0.017547607421875,
+ 0.01256561279296875,
+ 0.0060577392578125,
+ -0.0506591796875,
+ -0.01934814453125,
+ 0.006282806396484375,
+ -0.05224609375,
+ 0.010223388671875,
+ 0.0169525146484375,
+ -0.0128631591796875,
+ 0.009521484375,
+ 0.0179443359375,
+ -0.01934814453125,
+ -0.05743408203125,
+ 0.0162506103515625,
+ -0.0239410400390625,
+ -0.019439697265625,
+ -0.03350830078125,
+ -0.0311126708984375,
+ 0.053070068359375,
+ -0.0236358642578125,
+ -0.04229736328125,
+ -0.05224609375,
+ 0.01012420654296875,
+ -0.01605224609375,
+ -0.016448974609375,
+ -0.021636962890625,
+ -0.0265350341796875,
+ -0.00962066650390625,
+ -0.0135650634765625,
+ -0.035491943359375,
+ -0.030120849609375,
+ 0.0173492431640625,
+ -0.051055908203125,
+ 0.00156402587890625,
+ 0.0021572113037109375,
+ -0.00283050537109375,
+ -0.001857757568359375,
+ 0.003215789794921875,
+ -0.041473388671875,
+ 0.04229736328125,
+ -0.0670166015625,
+ 0.021148681640625,
+ 0.0224456787109375,
+ 0.01476287841796875,
+ 0.020050048828125,
+ 0.06903076171875,
+ 0.007381439208984375,
+ -0.00937652587890625,
+ -0.0139617919921875,
+ -0.036102294921875,
+ -0.0183563232421875,
+ -0.0023059844970703125,
+ 0.01496124267578125,
+ -0.0550537109375,
+ 0.017059326171875,
+ 0.06182861328125,
+ -0.1116943359375,
+ 0.002094268798828125,
+ -0.021636962890625,
+ -0.0094757080078125,
+ -0.0833740234375,
+ 0.0126190185546875,
+ -0.027130126953125,
+ -0.0010471343994140625,
+ 0.10528564453125,
+ 0.00897216796875,
+ -0.0202484130859375,
+ 0.0015211105346679688,
+ -0.033905029296875,
+ 0.049468994140625,
+ 0.0240325927734375,
+ 0.03729248046875,
+ -0.047271728515625,
+ 0.007030487060546875,
+ 0.01715087890625,
+ -0.0087738037109375,
+ 0.0165557861328125,
+ -0.053070068359375,
+ 0.007030487060546875,
+ 0.00977325439453125,
+ 0.038482666015625,
+ -0.0343017578125,
+ -0.0119171142578125,
+ -0.04766845703125,
+ -0.03411865234375,
+ -0.033905029296875,
+ 0.0484619140625,
+ -0.008026123046875,
+ 0.00678253173828125,
+ -0.039093017578125,
+ 0.0281219482421875,
+ 0.00902557373046875,
+ -0.03131103515625,
+ -0.05584716796875,
+ -0.0247344970703125,
+ 0.06500244140625,
+ 0.01934814453125,
+ -0.030120849609375,
+ 0.0176544189453125,
+ 0.01107025146484375,
+ -0.0233306884765625,
+ 0.015960693359375,
+ 0.045867919921875,
+ -0.037689208984375,
+ 0.01316070556640625,
+ 0.01346588134765625,
+ 0.034698486328125,
+ 0.0079803466796875,
+ -0.024139404296875,
+ 0.020843505859375,
+ 0.01052093505859375,
+ 0.0224456787109375,
+ -0.01241302490234375,
+ 0.03790283203125,
+ 0.0289154052734375,
+ -0.055450439453125,
+ -0.046478271484375,
+ -0.004512786865234375,
+ -0.05047607421875,
+ 0.030914306640625,
+ 0.001720428466796875,
+ 0.0277252197265625,
+ -0.0105743408203125,
+ -0.037689208984375,
+ -0.10614013671875,
+ 0.023040771484375,
+ -0.0113677978515625,
+ 0.0254364013671875,
+ 0.033905029296875,
+ -0.0311126708984375,
+ -0.06024169921875,
+ -0.0277252197265625,
+ -0.042083740234375,
+ 0.0173492431640625,
+ -0.009124755859375,
+ 0.0203399658203125,
+ -0.01416015625,
+ -0.00011843442916870117,
+ 0.01425933837890625,
+ -0.0192413330078125,
+ -0.00847625732421875,
+ 0.0440673828125,
+ 0.011322021484375,
+ -0.034698486328125,
+ 0.059844970703125,
+ -0.031707763671875,
+ 0.0265350341796875,
+ -0.00603485107421875,
+ -0.025238037109375,
+ 0.01221466064453125,
+ -0.0172576904296875,
+ -0.026123046875,
+ -0.0228424072265625,
+ 0.0311126708984375,
+ 0.060638427734375,
+ -0.01111602783203125,
+ 0.00371551513671875,
+ -0.011566162109375,
+ 0.01445770263671875,
+ -0.00772857666015625,
+ -0.008026123046875,
+ 0.015655517578125,
+ 0.0273284912109375,
+ -0.002704620361328125,
+ -0.02532958984375,
+ -0.033294677734375,
+ -0.10211181640625,
+ -0.0008101463317871094,
+ -0.0626220703125,
+ 0.0078277587890625,
+ -0.00862884521484375,
+ 0.03271484375,
+ 0.0179443359375,
+ -0.021942138671875,
+ 0.0311126708984375,
+ -0.00977325439453125,
+ -0.028717041015625,
+ -0.026123046875,
+ 0.02911376953125,
+ -0.007579803466796875,
+ 0.0113677978515625,
+ 0.0006546974182128906,
+ -0.033905029296875,
+ 0.015655517578125,
+ 0.0198516845703125,
+ 0.00922393798828125,
+ -0.0033416748046875,
+ 0.003265380859375,
+ -0.029327392578125,
+ 0.0139617919921875,
+ -0.056243896484375,
+ -0.0195465087890625,
+ 0.015655517578125,
+ 0.021942138671875,
+ -0.0031909942626953125,
+ -0.035491943359375,
+ 0.045684814453125,
+ -0.0072784423828125,
+ -0.0845947265625,
+ 0.024627685546875,
+ -0.028717041015625,
+ -0.0143585205078125,
+ 0.005611419677734375,
+ -0.0139617919921875,
+ -0.0267333984375,
+ 0.034698486328125,
+ 0.0474853515625,
+ 0.033721923828125,
+ 0.0386962890625,
+ 0.033111572265625,
+ -0.0267333984375,
+ 0.004161834716796875,
+ -0.00957489013671875,
+ 0.033721923828125,
+ 0.0174560546875,
+ 0.0179443359375,
+ -0.0090789794921875,
+ 0.01271820068359375,
+ 0.0018701553344726562,
+ -0.04608154296875,
+ -0.006381988525390625,
+ -0.039886474609375,
+ -0.038482666015625,
+ -0.0105743408203125,
+ 0.07977294921875,
+ 0.029327392578125,
+ -0.001857757568359375,
+ 0.0283203125,
+ 0.045684814453125,
+ 0.0217437744140625,
+ 0.008026123046875,
+ -0.0236358642578125,
+ -0.0343017578125,
+ 0.00603485107421875,
+ 0.014862060546875,
+ 0.0207366943359375,
+ -0.06658935546875,
+ 0.018646240234375,
+ 0.059051513671875,
+ -0.0255279541015625,
+ 0.0034656524658203125,
+ 0.0157623291015625,
+ 0.033721923828125,
+ 0.060638427734375,
+ 0.03570556640625,
+ 0.0021686553955078125,
+ -0.059844970703125,
+ -0.0015020370483398438,
+ 0.018646240234375,
+ 0.0185546875,
+ 0.0233306884765625,
+ -0.000007271766662597656,
+ -0.049072265625,
+ 0.0277252197265625,
+ -0.06622314453125,
+ -0.0013837814331054688,
+ -0.003215789794921875,
+ 0.061431884765625,
+ 0.01904296875,
+ -0.044464111328125,
+ -0.055450439453125,
+ 0.0289154052734375,
+ 0.037689208984375,
+ -0.039703369140625,
+ 0.0303192138671875,
+ 0.01236724853515625,
+ -0.0166473388671875,
+ 0.0430908203125,
+ 0.032318115234375,
+ 0.0244293212890625,
+ 0.0254364013671875,
+ 0.01555633544921875,
+ -0.041900634765625,
+ 0.0174560546875,
+ 0.00438690185546875,
+ 0.01032257080078125,
+ -0.006580352783203125,
+ -0.039886474609375,
+ -0.033721923828125,
+ -0.041290283203125,
+ 0.0484619140625,
+ 0.01904296875,
+ 0.0228424072265625,
+ 0.0177459716796875,
+ -0.00045180320739746094,
+ -0.00792694091796875,
+ -0.01036834716796875,
+ 0.0102691650390625,
+ 0.030914306640625,
+ 0.01445770263671875,
+ 0.0094757080078125,
+ 0.0180511474609375,
+ -0.0031414031982421875,
+ 0.037109375,
+ -0.023834228515625,
+ 0.0259246826171875,
+ -0.05047607421875,
+ -0.0011472702026367188,
+ -0.052642822265625,
+ 0.004611968994140625,
+ -0.0267333984375,
+ 0.00466156005859375,
+ 0.00977325439453125,
+ -0.021636962890625,
+ 0.0172576904296875,
+ 0.0011844635009765625,
+ -0.047271728515625,
+ -0.0285186767578125,
+ 0.038299560546875,
+ -0.0082244873046875,
+ 0.024139404296875,
+ 0.035491943359375,
+ 0.01326751708984375,
+ -0.0119171142578125,
+ -0.06463623046875,
+ 0.049468994140625,
+ 0.01346588134765625,
+ 0.02154541015625,
+ 0.0033664703369140625,
+ 0.029327392578125,
+ 0.024139404296875,
+ -0.004486083984375,
+ 0.00576019287109375,
+ 0.0281219482421875,
+ 0.0072784423828125,
+ 0.06744384765625,
+ 0.0273284912109375,
+ -0.0056610107421875,
+ -0.039306640625,
+ 0.0267333984375,
+ 0.01316070556640625,
+ -0.04705810546875,
+ 0.0462646484375,
+ 0.01904296875,
+ 0.02752685546875,
+ -0.0191497802734375,
+ -0.0295257568359375,
+ -0.0113677978515625,
+ -0.05145263671875,
+ 0.035491943359375,
+ 0.047271728515625,
+ -0.0085296630859375,
+ 0.027923583984375,
+ -0.06622314453125,
+ 0.043670654296875,
+ 0.0030536651611328125,
+ 0.0682373046875,
+ -0.053070068359375,
+ 0.0638427734375,
+ -0.0176544189453125,
+ 0.00937652587890625,
+ -0.01296234130859375,
+ 0.0263214111328125,
+ -0.019744873046875,
+ 0.042877197265625,
+ -0.005634307861328125,
+ 0.040496826171875,
+ 0.053466796875,
+ 0.019744873046875,
+ -0.045867919921875,
+ -0.01142120361328125,
+ -0.00603485107421875,
+ 0.0213470458984375,
+ 0.0248260498046875,
+ -0.041290283203125,
+ -0.0027790069580078125,
+ 0.01496124267578125,
+ 0.021148681640625,
+ 0.053863525390625,
+ -0.016448974609375,
+ 0.030120849609375,
+ 0.01236724853515625,
+ -0.020843505859375,
+ -0.01016998291015625,
+ 0.033721923828125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "pst-analysis",
+ "ost-forensics",
+ "email-forensics",
+ "deleted-recovery",
+ "mapi-properties",
+ "outlook-forensics",
+ "cross-platform",
+ "libyal",
+ "falsification-detection"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ssdeep",
+ "type": "tool",
+ "name": "ssdeep",
+ "content": "ssdeep berechnet fuzzy-hashes für ähnlichkeitsanalysen zwischen malware-varianten und dokumentvorlagen ohne exakte übereinstimmung. context triggered piecewise hashing erkennt auch teilweise veränderte dateien zuverlässig. ausgabe-hashes integrieren sich in yara-regeln und threat-intelligence-datenbanken. unverzichtbar für malware-familie-zuordnung und kampagnen-tracking. ergänzt traditionelle kryptografische hashes um ähnlichkeitsdimension. fuzzy-hashing similarity malware-analysis incident-response analysis",
+ "embedding": [
+ -0.04241943359375,
+ 0.017303466796875,
+ 0.06402587890625,
+ 0.0018024444580078125,
+ 0.00897979736328125,
+ 0.02642822265625,
+ 0.01404571533203125,
+ -0.0013723373413085938,
+ -0.03369140625,
+ -0.00809478759765625,
+ -0.019439697265625,
+ 0.04132080078125,
+ -0.015533447265625,
+ -0.0007357597351074219,
+ -0.055450439453125,
+ 0.041107177734375,
+ -0.003978729248046875,
+ 0.0084228515625,
+ 0.00627899169921875,
+ 0.005859375,
+ -0.0178680419921875,
+ 0.006931304931640625,
+ -0.038330078125,
+ 0.0159149169921875,
+ 0.020843505859375,
+ 0.004161834716796875,
+ -0.0197296142578125,
+ -0.052093505859375,
+ -0.04296875,
+ 0.008697509765625,
+ 0.0282745361328125,
+ -0.0390625,
+ -0.005859375,
+ 0.038330078125,
+ 0.0014009475708007812,
+ -0.0186004638671875,
+ -0.004791259765625,
+ -0.03424072265625,
+ -0.02325439453125,
+ 0.0016632080078125,
+ 0.0005521774291992188,
+ 0.008697509765625,
+ -0.00800323486328125,
+ -0.025115966796875,
+ -0.016845703125,
+ -0.051727294921875,
+ 0.005279541015625,
+ -0.0035114288330078125,
+ 0.01200103759765625,
+ -0.03143310546875,
+ 0.02642822265625,
+ 0.036651611328125,
+ 0.0224151611328125,
+ -0.0234375,
+ -0.04595947265625,
+ 0.0201873779296875,
+ 0.043365478515625,
+ -0.025115966796875,
+ -0.050994873046875,
+ 0.0386962890625,
+ -0.0621337890625,
+ -0.0002849102020263672,
+ 0.02288818359375,
+ -0.006511688232421875,
+ 0.015167236328125,
+ 0.039825439453125,
+ -0.00934600830078125,
+ -0.0279083251953125,
+ -0.004093170166015625,
+ -0.002918243408203125,
+ 0.0161895751953125,
+ 0.019256591796875,
+ -0.0075836181640625,
+ 0.035552978515625,
+ -0.019439697265625,
+ -0.02642822265625,
+ 0.036468505859375,
+ 0.02130126953125,
+ 0.007534027099609375,
+ 0.0184173583984375,
+ -0.05059814453125,
+ 0.0094451904296875,
+ 0.0465087890625,
+ -0.01209259033203125,
+ -0.0177764892578125,
+ -0.0012674331665039062,
+ 0.021575927734375,
+ -0.01125335693359375,
+ -0.01088714599609375,
+ 0.015533447265625,
+ 0.021392822265625,
+ -0.000965118408203125,
+ 0.02642822265625,
+ -0.0223236083984375,
+ 0.048736572265625,
+ 0.0299530029296875,
+ 0.01395416259765625,
+ 0.0085601806640625,
+ -0.0181427001953125,
+ 0.048736572265625,
+ 0.040191650390625,
+ -0.01395416259765625,
+ 0.05023193359375,
+ -0.022613525390625,
+ 0.033477783203125,
+ -0.0160064697265625,
+ -0.013397216796875,
+ 0.0018377304077148438,
+ 0.0030460357666015625,
+ -0.0078582763671875,
+ -0.0863037109375,
+ -0.04150390625,
+ -0.0254974365234375,
+ -0.056182861328125,
+ -0.032745361328125,
+ -0.0012264251708984375,
+ -0.00432586669921875,
+ 0.03887939453125,
+ -0.009765625,
+ -0.053955078125,
+ 0.009674072265625,
+ 0.032928466796875,
+ 0.01107025146484375,
+ 0.0159149169921875,
+ -0.0546875,
+ -0.061767578125,
+ 0.03424072265625,
+ 0.003604888916015625,
+ -0.0280914306640625,
+ -0.0172119140625,
+ 0.0036983489990234375,
+ 0.0020580291748046875,
+ 0.004047393798828125,
+ -0.03515625,
+ -0.002162933349609375,
+ -0.03424072265625,
+ 0.021209716796875,
+ -0.0143280029296875,
+ -0.0124664306640625,
+ 0.00902557373046875,
+ 0.055084228515625,
+ -0.055816650390625,
+ -0.060272216796875,
+ 0.0219573974609375,
+ -0.032012939453125,
+ -0.028839111328125,
+ -0.02325439453125,
+ 0.0198211669921875,
+ -0.037017822265625,
+ -0.0200042724609375,
+ -0.00925445556640625,
+ 0.0279083251953125,
+ 0.0751953125,
+ 0.00916290283203125,
+ -0.0014886856079101562,
+ -0.04913330078125,
+ 0.0230712890625,
+ -0.007350921630859375,
+ 0.04559326171875,
+ -0.0087890625,
+ -0.034423828125,
+ 0.0211181640625,
+ -0.00814056396484375,
+ 0.036651611328125,
+ -0.006931304931640625,
+ -0.036651611328125,
+ -0.007720947265625,
+ 0.0625,
+ -0.0018835067749023438,
+ 0.021484375,
+ 0.011627197265625,
+ -0.0269775390625,
+ 0.044281005859375,
+ 0.053955078125,
+ -0.00290679931640625,
+ 0.04315185546875,
+ 0.0201873779296875,
+ -0.0236358642578125,
+ 0.04132080078125,
+ 0.0234375,
+ -0.0123748779296875,
+ -0.03369140625,
+ 0.05841064453125,
+ -0.011444091796875,
+ -0.0005145072937011719,
+ 0.00339508056640625,
+ -0.01093292236328125,
+ 0.0068359375,
+ -0.00911712646484375,
+ 0.024932861328125,
+ -0.03033447265625,
+ -0.03424072265625,
+ -0.02288818359375,
+ 0.03533935546875,
+ 0.0200958251953125,
+ 0.055450439453125,
+ 0.050994873046875,
+ 0.006046295166015625,
+ 0.0379638671875,
+ -0.005138397216796875,
+ 0.0048370361328125,
+ 0.0167388916015625,
+ 0.01470184326171875,
+ 0.0706787109375,
+ 0.0011682510375976562,
+ -0.01181793212890625,
+ -0.002685546875,
+ 0.028839111328125,
+ 0.024749755859375,
+ -0.0235443115234375,
+ -0.01009368896484375,
+ 0.039459228515625,
+ 0.01580810546875,
+ -0.044647216796875,
+ -0.04913330078125,
+ -0.04913330078125,
+ 0.0299530029296875,
+ 0.01377105712890625,
+ -0.0236358642578125,
+ -0.00432586669921875,
+ 0.00005561113357543945,
+ -0.04949951171875,
+ -0.00574493408203125,
+ 0.040924072265625,
+ -0.0020122528076171875,
+ 0.033477783203125,
+ 0.023162841796875,
+ -0.0280914306640625,
+ -0.033111572265625,
+ 0.015167236328125,
+ 0.005859375,
+ 0.0160980224609375,
+ 0.004467010498046875,
+ 0.0006861686706542969,
+ -0.0198211669921875,
+ -0.0113983154296875,
+ 0.03143310546875,
+ 0.013397216796875,
+ 0.01200103759765625,
+ 0.01395416259765625,
+ -0.0142364501953125,
+ 0.032562255859375,
+ -0.02679443359375,
+ 0.040924072265625,
+ 0.0277252197265625,
+ -0.0183258056640625,
+ 0.01284027099609375,
+ -0.0116729736328125,
+ 0.02130126953125,
+ 0.05059814453125,
+ -0.046875,
+ -0.019439697265625,
+ -0.0677490234375,
+ 0.0191650390625,
+ -0.036834716796875,
+ -0.03387451171875,
+ -0.040191650390625,
+ -0.063232421875,
+ 0.0297698974609375,
+ -0.0254974365234375,
+ 0.002197265625,
+ -0.00006139278411865234,
+ 0.0181427001953125,
+ 0.0172119140625,
+ 0.01898193359375,
+ -0.0125579833984375,
+ -0.0546875,
+ -0.0211181640625,
+ 0.0848388671875,
+ -0.0240020751953125,
+ -0.022705078125,
+ -0.0280914306640625,
+ 0.0142364501953125,
+ -0.0205535888671875,
+ 0.022796630859375,
+ -0.015625,
+ -0.00437164306640625,
+ 0.022979736328125,
+ 0.0076751708984375,
+ 0.01186370849609375,
+ 0.0009069442749023438,
+ -0.006977081298828125,
+ 0.00472259521484375,
+ 0.05694580078125,
+ -0.05059814453125,
+ -0.0103302001953125,
+ -0.022979736328125,
+ 0.01497650146484375,
+ -0.0211181640625,
+ -0.034423828125,
+ -0.0163726806640625,
+ 0.04296875,
+ 0.0143280029296875,
+ 0.00481414794921875,
+ 0.00437164306640625,
+ -0.05767822265625,
+ -0.00004690885543823242,
+ 0.0084228515625,
+ -0.040374755859375,
+ 0.03369140625,
+ 0.08447265625,
+ -0.032379150390625,
+ -0.021484375,
+ -0.0166473388671875,
+ 0.0197296142578125,
+ -0.044281005859375,
+ -0.0308837890625,
+ -0.0308837890625,
+ -0.0088348388671875,
+ -0.02093505859375,
+ -0.0254974365234375,
+ 0.01093292236328125,
+ -0.044281005859375,
+ -0.006977081298828125,
+ -0.00930023193359375,
+ 0.0146026611328125,
+ -0.036285400390625,
+ -0.060272216796875,
+ 0.004673004150390625,
+ -0.02642822265625,
+ -0.03125,
+ -0.0095367431640625,
+ 0.044464111328125,
+ -0.00809478759765625,
+ 0.0075836181640625,
+ -0.0142364501953125,
+ 0.0048370361328125,
+ -0.0347900390625,
+ 0.025299072265625,
+ -0.023162841796875,
+ 0.0256805419921875,
+ 0.00539398193359375,
+ 0.0628662109375,
+ 0.032562255859375,
+ -0.00421142578125,
+ 0.005092620849609375,
+ 0.059173583984375,
+ 0.019256591796875,
+ -0.0032558441162109375,
+ -0.0144195556640625,
+ 0.00011408329010009766,
+ 0.0224151611328125,
+ 0.01953125,
+ 0.00010102987289428711,
+ -0.020660400390625,
+ 0.005115509033203125,
+ -0.0123748779296875,
+ 0.005489349365234375,
+ 0.0057220458984375,
+ 0.032562255859375,
+ 0.0163726806640625,
+ -0.01093292236328125,
+ -0.00832366943359375,
+ 0.07891845703125,
+ -0.01116180419921875,
+ 0.09674072265625,
+ 0.0000407099723815918,
+ -0.05731201171875,
+ 0.01200103759765625,
+ 0.044647216796875,
+ -0.036102294921875,
+ 0.0032787322998046875,
+ 0.0260467529296875,
+ 0.004535675048828125,
+ -0.0152587890625,
+ 0.01009368896484375,
+ -0.0105133056640625,
+ 0.021209716796875,
+ 0.01274871826171875,
+ 0.00958251953125,
+ 0.05322265625,
+ -0.03533935546875,
+ 0.024932861328125,
+ 0.031829833984375,
+ 0.00711822509765625,
+ 0.0211181640625,
+ 0.029022216796875,
+ -0.0279083251953125,
+ -0.02642822265625,
+ -0.047637939453125,
+ -0.07403564453125,
+ 0.017486572265625,
+ 0.0202789306640625,
+ 0.01027679443359375,
+ 0.01404571533203125,
+ -0.04205322265625,
+ -0.043731689453125,
+ 0.036651611328125,
+ -0.021026611328125,
+ 0.07330322265625,
+ 0.036102294921875,
+ 0.016937255859375,
+ -0.0017213821411132812,
+ -0.01470184326171875,
+ 0.022705078125,
+ 0.040191650390625,
+ 0.0185089111328125,
+ 0.036285400390625,
+ 0.04278564453125,
+ 0.043365478515625,
+ 0.0144195556640625,
+ -0.0390625,
+ 0.01544189453125,
+ 0.021392822265625,
+ 0.02734375,
+ 0.0012331008911132812,
+ 0.0243682861328125,
+ 0.0178680419921875,
+ 0.0162811279296875,
+ -0.038330078125,
+ 0.0426025390625,
+ 0.00907135009765625,
+ -0.032562255859375,
+ 0.015716552734375,
+ -0.00920867919921875,
+ 0.026611328125,
+ -0.0260467529296875,
+ 0.0052337646484375,
+ -0.0113983154296875,
+ 0.019622802734375,
+ 0.01404571533203125,
+ 0.041107177734375,
+ -0.037200927734375,
+ 0.00632476806640625,
+ 0.032745361328125,
+ -0.05059814453125,
+ 0.0219573974609375,
+ 0.0269775390625,
+ -0.0535888671875,
+ 0.0269775390625,
+ -0.0225067138671875,
+ -0.0692138671875,
+ 0.0260467529296875,
+ -0.0390625,
+ -0.05322265625,
+ -0.0003895759582519531,
+ 0.0219573974609375,
+ -0.0295867919921875,
+ -0.03424072265625,
+ -0.055450439453125,
+ -0.0035114288330078125,
+ 0.006885528564453125,
+ -0.032196044921875,
+ 0.04296875,
+ -0.007904052734375,
+ 0.005420684814453125,
+ 0.068115234375,
+ 0.028656005859375,
+ -0.0243682861328125,
+ -0.02679443359375,
+ 0.059173583984375,
+ -0.01116180419921875,
+ -0.0236358642578125,
+ 0.0235443115234375,
+ 0.025299072265625,
+ 0.0034885406494140625,
+ -0.019439697265625,
+ -0.037384033203125,
+ -0.015625,
+ 0.0123748779296875,
+ 0.006465911865234375,
+ 0.033294677734375,
+ -0.0762939453125,
+ -0.038330078125,
+ -0.024566650390625,
+ 0.055450439453125,
+ 0.016845703125,
+ 0.06365966796875,
+ -0.00009518861770629883,
+ -0.048370361328125,
+ 0.0256805419921875,
+ -0.059906005859375,
+ -0.0236358642578125,
+ 0.01181793212890625,
+ 0.00897979736328125,
+ -0.004138946533203125,
+ 0.07257080078125,
+ -0.01111602783203125,
+ -0.01093292236328125,
+ -0.0146026611328125,
+ 0.04205322265625,
+ 0.01506805419921875,
+ -0.017303466796875,
+ -0.0262298583984375,
+ 0.059539794921875,
+ 0.0308837890625,
+ -0.05841064453125,
+ -0.010650634765625,
+ -0.0025234222412109375,
+ 0.021209716796875,
+ 0.0528564453125,
+ -0.07110595703125,
+ -0.029022216796875,
+ -0.021209716796875,
+ -0.036285400390625,
+ -0.044097900390625,
+ -0.03533935546875,
+ -0.0005407333374023438,
+ -0.06103515625,
+ 0.0262298583984375,
+ 0.0114898681640625,
+ -0.00986480712890625,
+ 0.051361083984375,
+ 0.0279083251953125,
+ -0.01013946533203125,
+ -0.002429962158203125,
+ 0.0048370361328125,
+ -0.00809478759765625,
+ 0.0543212890625,
+ -0.07403564453125,
+ -0.01293182373046875,
+ -0.03125,
+ 0.03106689453125,
+ -0.0024890899658203125,
+ -0.0034656524658203125,
+ -0.00014829635620117188,
+ -0.02288818359375,
+ 0.04522705078125,
+ -0.037200927734375,
+ 0.00762939453125,
+ -0.03424072265625,
+ -0.015716552734375,
+ -0.05023193359375,
+ -0.025115966796875,
+ 0.01274871826171875,
+ 0.01470184326171875,
+ -0.0240020751953125,
+ -0.00024127960205078125,
+ 0.0084686279296875,
+ -0.04315185546875,
+ 0.039642333984375,
+ -0.0047454833984375,
+ -0.015167236328125,
+ 0.0022563934326171875,
+ -0.00197601318359375,
+ 0.020751953125,
+ -0.028472900390625,
+ 0.0197296142578125,
+ -0.0200958251953125,
+ -0.0294036865234375,
+ -0.0762939453125,
+ 0.03778076171875,
+ -0.015716552734375,
+ -0.0006890296936035156,
+ -0.0275421142578125,
+ -0.0197296142578125,
+ -0.07476806640625,
+ 0.00031113624572753906,
+ 0.011627197265625,
+ 0.01479339599609375,
+ -0.013397216796875,
+ -0.02679443359375,
+ -0.022796630859375,
+ -0.01386260986328125,
+ -0.05023193359375,
+ 0.020751953125,
+ -0.01544189453125,
+ -0.000732421875,
+ -0.01413726806640625,
+ -0.0078582763671875,
+ 0.0254974365234375,
+ 0.028656005859375,
+ 0.0180511474609375,
+ 0.015625,
+ -0.004604339599609375,
+ -0.02642822265625,
+ 0.01506805419921875,
+ 0.0221405029296875,
+ -0.0032329559326171875,
+ -0.033294677734375,
+ -0.0200042724609375,
+ 0.030517578125,
+ -0.04913330078125,
+ -0.024932861328125,
+ 0.06365966796875,
+ 0.0379638671875,
+ 0.005023956298828125,
+ -0.021484375,
+ -0.025299072265625,
+ 0.04559326171875,
+ -0.028839111328125,
+ 0.09228515625,
+ -0.006557464599609375,
+ -0.04949951171875,
+ 0.01218414306640625,
+ 0.0123748779296875,
+ 0.06622314453125,
+ 0.04150390625,
+ -0.004489898681640625,
+ -0.04595947265625,
+ 0.02325439453125,
+ 0.0625,
+ -0.0295867919921875,
+ -0.04241943359375,
+ -0.0223236083984375,
+ 0.013580322265625,
+ 0.01274871826171875,
+ 0.0614013671875,
+ 0.00241851806640625,
+ 0.08782958984375,
+ 0.0125579833984375,
+ 0.01497650146484375,
+ 0.0234375,
+ 0.052459716796875,
+ 0.036468505859375,
+ -0.01027679443359375,
+ -0.0673828125,
+ -0.0202789306640625,
+ 0.01302337646484375,
+ -0.0295867919921875,
+ -0.0316162109375,
+ 0.005603790283203125,
+ 0.035736083984375,
+ -0.07366943359375,
+ -0.01386260986328125,
+ 0.0020809173583984375,
+ 0.00017154216766357422,
+ 0.0161895751953125,
+ -0.00958251953125,
+ -0.0308837890625,
+ 0.002582550048828125,
+ -0.00334930419921875,
+ -0.03887939453125,
+ 0.0008897781372070312,
+ 0.00888824462890625,
+ 0.031829833984375,
+ 0.055816650390625,
+ 0.03460693359375,
+ -0.008514404296875,
+ 0.048004150390625,
+ 0.015533447265625,
+ 0.035919189453125,
+ 0.0016279220581054688,
+ 0.025115966796875,
+ 0.01097869873046875,
+ 0.01009368896484375,
+ 0.04949951171875,
+ 0.046142578125,
+ -0.00818634033203125,
+ -0.01153564453125,
+ 0.003093719482421875,
+ 0.007720947265625,
+ 0.03924560546875,
+ 0.060272216796875,
+ 0.01404571533203125,
+ 0.0146026611328125,
+ -0.0039520263671875,
+ -0.04986572265625,
+ -0.006744384765625,
+ -0.01311492919921875,
+ -0.03533935546875,
+ -0.06549072265625,
+ -0.01739501953125,
+ 0.031829833984375,
+ -0.040557861328125,
+ 0.0269775390625,
+ 0.03887939453125,
+ -0.0340576171875,
+ -0.005535125732421875,
+ 0.06622314453125,
+ 0.0015115737915039062,
+ -0.0186004638671875,
+ 0.0166473388671875,
+ -0.0183258056640625,
+ -0.033477783203125,
+ -0.0282745361328125,
+ -0.018890380859375,
+ 0.039825439453125,
+ -0.0143280029296875,
+ -0.083740234375,
+ -0.0145111083984375,
+ 0.02642822265625,
+ -0.0087432861328125,
+ -0.0528564453125,
+ -0.0211181640625,
+ -0.017120361328125,
+ -0.0093994140625,
+ -0.021209716796875,
+ -0.059173583984375,
+ -0.0241851806640625,
+ 0.0243682861328125,
+ -0.035736083984375,
+ 0.013580322265625,
+ 0.0103302001953125,
+ -0.036834716796875,
+ -0.0256805419921875,
+ -0.022613525390625,
+ -0.0146026611328125,
+ 0.017669677734375,
+ -0.044097900390625,
+ 0.04669189453125,
+ 0.01953125,
+ 0.0178680419921875,
+ 0.040374755859375,
+ 0.0546875,
+ -0.026611328125,
+ -0.024749755859375,
+ -0.017303466796875,
+ -0.047454833984375,
+ -0.02716064453125,
+ 0.006046295166015625,
+ -0.01739501953125,
+ -0.056182861328125,
+ -0.005443572998046875,
+ 0.0198211669921875,
+ -0.04949951171875,
+ 0.03125,
+ -0.003604888916015625,
+ 0.0122833251953125,
+ -0.0762939453125,
+ -0.01218414306640625,
+ -0.0203704833984375,
+ 0.0172119140625,
+ 0.068115234375,
+ 0.01120758056640625,
+ -0.0316162109375,
+ 0.01023101806640625,
+ -0.04168701171875,
+ 0.059906005859375,
+ 0.044281005859375,
+ 0.0294036865234375,
+ -0.04150390625,
+ 0.023162841796875,
+ 0.0295867919921875,
+ -0.02642822265625,
+ 0.01470184326171875,
+ -0.1011962890625,
+ 0.00002008676528930664,
+ 0.036651611328125,
+ 0.0181427001953125,
+ -0.0183258056640625,
+ -0.00832366943359375,
+ -0.043914794921875,
+ -0.052093505859375,
+ -0.0202789306640625,
+ 0.017303466796875,
+ -0.0022563934326171875,
+ -0.0031871795654296875,
+ -0.03814697265625,
+ 0.01470184326171875,
+ 0.00043320655822753906,
+ -0.0543212890625,
+ -0.02130126953125,
+ -0.06549072265625,
+ 0.036468505859375,
+ -0.00995635986328125,
+ -0.059906005859375,
+ 0.048004150390625,
+ 0.0075836181640625,
+ 0.0258636474609375,
+ 0.0235443115234375,
+ 0.0282745361328125,
+ -0.04522705078125,
+ 0.0234375,
+ 0.0011625289916992188,
+ 0.020843505859375,
+ 0.00925445556640625,
+ 0.006557464599609375,
+ -0.0160064697265625,
+ 0.0186920166015625,
+ 0.0269775390625,
+ -0.0275421142578125,
+ 0.039825439453125,
+ 0.0113983154296875,
+ -0.0202789306640625,
+ -0.059906005859375,
+ -0.03033447265625,
+ -0.02716064453125,
+ 0.0205535888671875,
+ 0.006374359130859375,
+ 0.0543212890625,
+ 0.0243682861328125,
+ -0.00618743896484375,
+ -0.10418701171875,
+ 0.052093505859375,
+ -0.004673004150390625,
+ 0.0280914306640625,
+ 0.0085601806640625,
+ -0.016845703125,
+ -0.0457763671875,
+ -0.03814697265625,
+ -0.00725555419921875,
+ 0.0152587890625,
+ -0.0301361083984375,
+ 0.03533935546875,
+ 0.022979736328125,
+ -0.022613525390625,
+ -0.00423431396484375,
+ -0.00286102294921875,
+ 0.00107574462890625,
+ 0.03515625,
+ 0.0034656524658203125,
+ -0.04150390625,
+ 0.07257080078125,
+ -0.0418701171875,
+ 0.01102447509765625,
+ 0.0095367431640625,
+ 0.013671875,
+ 0.0237274169921875,
+ 0.0146026611328125,
+ -0.02642822265625,
+ -0.02093505859375,
+ 0.0240020751953125,
+ 0.024932861328125,
+ -0.0275421142578125,
+ 0.01209259033203125,
+ -0.0256805419921875,
+ 0.01293182373046875,
+ 0.033477783203125,
+ -0.01580810546875,
+ -0.00441741943359375,
+ 0.005138397216796875,
+ -0.01004791259765625,
+ -0.03924560546875,
+ -0.06585693359375,
+ -0.06585693359375,
+ -0.0025691986083984375,
+ -0.0386962890625,
+ -0.015167236328125,
+ 0.01088714599609375,
+ 0.007488250732421875,
+ -0.004093170166015625,
+ -0.035919189453125,
+ 0.0277252197265625,
+ 0.00958251953125,
+ -0.032012939453125,
+ -0.0181427001953125,
+ 0.00907135009765625,
+ -0.024566650390625,
+ 0.03125,
+ 0.017303466796875,
+ -0.005466461181640625,
+ 0.0280914306640625,
+ -0.015716552734375,
+ -0.0258636474609375,
+ -0.01293182373046875,
+ 0.0133056640625,
+ -0.024932861328125,
+ 0.0275421142578125,
+ -0.055084228515625,
+ -0.01088714599609375,
+ 0.01497650146484375,
+ 0.00986480712890625,
+ 0.0254974365234375,
+ -0.03369140625,
+ 0.034423828125,
+ -0.0280914306640625,
+ -0.07257080078125,
+ -0.019073486328125,
+ -0.024566650390625,
+ -0.05059814453125,
+ 0.0191650390625,
+ -0.01386260986328125,
+ 0.0186920166015625,
+ -0.013671875,
+ 0.011444091796875,
+ 0.0279083251953125,
+ 0.037017822265625,
+ 0.01302337646484375,
+ -0.01088714599609375,
+ 0.00539398193359375,
+ -0.0201873779296875,
+ 0.0185089111328125,
+ 0.04949951171875,
+ 0.01470184326171875,
+ -0.0097198486328125,
+ -0.0012331008911132812,
+ 0.0042572021484375,
+ -0.0751953125,
+ 0.0010814666748046875,
+ -0.01377105712890625,
+ -0.04949951171875,
+ 0.00614166259765625,
+ 0.08221435546875,
+ 0.01953125,
+ 0.020751953125,
+ 0.0164642333984375,
+ 0.0606689453125,
+ 0.0184173583984375,
+ 0.024749755859375,
+ -0.015533447265625,
+ -0.047088623046875,
+ -0.0094451904296875,
+ 0.0172119140625,
+ 0.0280914306640625,
+ -0.07965087890625,
+ 0.039642333984375,
+ 0.0308837890625,
+ -0.02130126953125,
+ -0.0201873779296875,
+ 0.01181793212890625,
+ 0.01055908203125,
+ 0.03387451171875,
+ 0.0262298583984375,
+ 0.037200927734375,
+ -0.033477783203125,
+ 0.0167388916015625,
+ 0.0012617111206054688,
+ 0.0020351409912109375,
+ 0.0182342529296875,
+ 0.0107879638671875,
+ -0.037200927734375,
+ 0.056549072265625,
+ -0.0535888671875,
+ 0.002384185791015625,
+ 0.035919189453125,
+ 0.09674072265625,
+ -0.0036983489990234375,
+ -0.0390625,
+ -0.0020465850830078125,
+ 0.038330078125,
+ 0.025299072265625,
+ -0.030517578125,
+ -0.001651763916015625,
+ -0.0161895751953125,
+ -0.0107879638671875,
+ 0.01506805419921875,
+ 0.07366943359375,
+ 0.01488494873046875,
+ 0.0256805419921875,
+ 0.0256805419921875,
+ -0.021026611328125,
+ 0.0316162109375,
+ 0.018798828125,
+ 0.0203704833984375,
+ -0.004184722900390625,
+ -0.03033447265625,
+ -0.01181793212890625,
+ -0.029022216796875,
+ -0.0016632080078125,
+ 0.02642822265625,
+ 0.013580322265625,
+ -0.004627227783203125,
+ -0.0001468658447265625,
+ -0.01107025146484375,
+ -0.0029544830322265625,
+ 0.0204620361328125,
+ 0.03033447265625,
+ 0.0223236083984375,
+ 0.0016050338745117188,
+ -0.0012264251708984375,
+ 0.051727294921875,
+ -0.01413726806640625,
+ -0.0241851806640625,
+ 0.043731689453125,
+ -0.0240020751953125,
+ 0.022796630859375,
+ -0.036468505859375,
+ -0.00902557373046875,
+ 0.02734375,
+ -0.0262298583984375,
+ -0.00916290283203125,
+ -0.0256805419921875,
+ 0.0162811279296875,
+ -0.011627197265625,
+ -0.03387451171875,
+ -0.0095367431640625,
+ 0.050994873046875,
+ -0.044647216796875,
+ 0.032379150390625,
+ 0.0085601806640625,
+ -0.007396697998046875,
+ -0.001453399658203125,
+ -0.055450439453125,
+ 0.043365478515625,
+ 0.040374755859375,
+ 0.00888824462890625,
+ 0.0087432861328125,
+ -0.01386260986328125,
+ 0.018798828125,
+ -0.0200958251953125,
+ 0.020660400390625,
+ 0.01404571533203125,
+ -0.0184173583984375,
+ 0.038330078125,
+ 0.016937255859375,
+ 0.0180511474609375,
+ -0.0022449493408203125,
+ 0.024749755859375,
+ -0.01111602783203125,
+ -0.03143310546875,
+ 0.040374755859375,
+ 0.00720977783203125,
+ 0.03497314453125,
+ 0.0014715194702148438,
+ -0.03143310546875,
+ -0.007068634033203125,
+ -0.040924072265625,
+ 0.04522705078125,
+ -0.013671875,
+ -0.02642822265625,
+ 0.0200042724609375,
+ -0.0295867919921875,
+ 0.06365966796875,
+ -0.0152587890625,
+ 0.059539794921875,
+ -0.0299530029296875,
+ 0.0277252197265625,
+ 0.00836944580078125,
+ 0.03033447265625,
+ -0.00902557373046875,
+ 0.00665283203125,
+ -0.0200042724609375,
+ 0.01348876953125,
+ -0.019622802734375,
+ 0.05841064453125,
+ 0.015716552734375,
+ 0.00217437744140625,
+ -0.04949951171875,
+ -0.0013952255249023438,
+ -0.01479339599609375,
+ 0.0126495361328125,
+ 0.015167236328125,
+ -0.043548583984375,
+ 0.004467010498046875,
+ 0.004932403564453125,
+ 0.035552978515625,
+ 0.0621337890625,
+ -0.00054931640625,
+ 0.0186004638671875,
+ -0.0004563331604003906,
+ -0.006931304931640625,
+ -0.00623321533203125,
+ -0.01027679443359375
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "incident-response"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "fuzzy-hashing",
+ "similarity"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Google_Earth_Pro",
+ "type": "tool",
+ "name": "Google Earth Pro",
+ "content": "google earth pro forensische geo-intelligence-plattform mit historischen satellitenbildern ab 1984 für timeline-analysen. visualisiert gps-tracks, misst tatort-distanzen präzise und erstellt 3d-rekonstruktionen. kml-import ermöglicht movement-pattern-analysis für alibis und bewegungsprofile. satellite osint fraud-investigation reporting",
+ "embedding": [
+ -0.04901123046875,
+ 0.021881103515625,
+ 0.046905517578125,
+ -0.00481414794921875,
+ 0.01198577880859375,
+ 0.03814697265625,
+ 0.0260772705078125,
+ -0.002887725830078125,
+ 0.0015316009521484375,
+ -0.0134735107421875,
+ -0.03045654296875,
+ 0.03448486328125,
+ -0.002864837646484375,
+ -0.00800323486328125,
+ -0.049346923828125,
+ 0.044464111328125,
+ -0.01303863525390625,
+ 0.0045928955078125,
+ 0.01294708251953125,
+ -0.033416748046875,
+ -0.01540374755859375,
+ 0.01303863525390625,
+ -0.050750732421875,
+ 0.0272979736328125,
+ -0.0007929801940917969,
+ 0.0180206298828125,
+ -0.019775390625,
+ -0.037628173828125,
+ -0.0141754150390625,
+ -0.0122528076171875,
+ 0.041656494140625,
+ -0.022308349609375,
+ 0.0002598762512207031,
+ 0.033935546875,
+ -0.0167999267578125,
+ -0.01776123046875,
+ -0.0063018798828125,
+ -0.06719970703125,
+ -0.03289794921875,
+ 0.02056884765625,
+ 0.0031280517578125,
+ 0.0055999755859375,
+ 0.03045654296875,
+ 0.012603759765625,
+ -0.032379150390625,
+ -0.035888671875,
+ -0.0213470458984375,
+ -0.0208282470703125,
+ 0.006343841552734375,
+ -0.00971221923828125,
+ 0.039031982421875,
+ 0.043212890625,
+ 0.0213470458984375,
+ 0.00022017955780029297,
+ -0.016357421875,
+ 0.0114593505859375,
+ -0.00774383544921875,
+ -0.0472412109375,
+ -0.03167724609375,
+ 0.016632080078125,
+ -0.032379150390625,
+ -0.0029964447021484375,
+ 0.00643157958984375,
+ 0.0024509429931640625,
+ 0.008575439453125,
+ 0.0241546630859375,
+ -0.00678253173828125,
+ -0.0175018310546875,
+ 0.0214385986328125,
+ 0.032196044921875,
+ 0.007701873779296875,
+ 0.011810302734375,
+ -0.0187225341796875,
+ 0.0216064453125,
+ -0.0253753662109375,
+ -0.033935546875,
+ 0.025543212890625,
+ 0.0246734619140625,
+ -0.0023956298828125,
+ -0.0167999267578125,
+ -0.0665283203125,
+ 0.0147857666015625,
+ 0.071044921875,
+ -0.031494140625,
+ -0.0182037353515625,
+ -0.0018815994262695312,
+ 0.037811279296875,
+ 0.015228271484375,
+ -0.0141754150390625,
+ 0.01776123046875,
+ 0.0292205810546875,
+ -0.00014019012451171875,
+ 0.036590576171875,
+ 0.004047393798828125,
+ 0.0200347900390625,
+ 0.07000732421875,
+ -0.013214111328125,
+ 0.00461578369140625,
+ -0.01045989990234375,
+ 0.0122528076171875,
+ -0.008575439453125,
+ -0.036224365234375,
+ 0.042510986328125,
+ -0.0012302398681640625,
+ 0.047943115234375,
+ -0.03814697265625,
+ 0.03289794921875,
+ -0.0148773193359375,
+ 0.002231597900390625,
+ -0.043914794921875,
+ -0.0714111328125,
+ -0.0423583984375,
+ -0.00726318359375,
+ -0.057403564453125,
+ -0.001804351806640625,
+ 0.01496124267578125,
+ -0.03326416015625,
+ 0.045135498046875,
+ -0.06298828125,
+ -0.0318603515625,
+ 0.0181121826171875,
+ 0.0528564453125,
+ -0.00901031494140625,
+ 0.027130126953125,
+ -0.03936767578125,
+ -0.0665283203125,
+ 0.0281829833984375,
+ 0.029571533203125,
+ -0.0246734619140625,
+ -0.0219573974609375,
+ -0.01409149169921875,
+ -0.037811279296875,
+ 0.0030193328857421875,
+ -0.0175933837890625,
+ 0.0033245086669921875,
+ -0.0162811279296875,
+ 0.042510986328125,
+ 0.0203857421875,
+ -0.00726318359375,
+ 0.01776123046875,
+ 0.0180206298828125,
+ -0.0182037353515625,
+ -0.04376220703125,
+ 0.00905609130859375,
+ -0.040435791015625,
+ -0.015655517578125,
+ -0.024505615234375,
+ 0.054595947265625,
+ -0.033599853515625,
+ 0.0011377334594726562,
+ -0.0199432373046875,
+ 0.016632080078125,
+ 0.0262451171875,
+ 0.0175933837890625,
+ 0.0076141357421875,
+ -0.043914794921875,
+ 0.006473541259765625,
+ -0.0206451416015625,
+ 0.0148773193359375,
+ -0.020294189453125,
+ -0.0279998779296875,
+ 0.02764892578125,
+ 0.0026149749755859375,
+ 0.0318603515625,
+ -0.019775390625,
+ -0.032012939453125,
+ -0.034820556640625,
+ -0.0047454833984375,
+ -0.0017175674438476562,
+ 0.0121612548828125,
+ 0.025543212890625,
+ -0.0121612548828125,
+ 0.045135498046875,
+ 0.04620361328125,
+ 0.0039825439453125,
+ 0.0281829833984375,
+ -0.03326416015625,
+ -0.0181121826171875,
+ 0.0239715576171875,
+ 0.00945281982421875,
+ 0.01001739501953125,
+ 0.00415802001953125,
+ 0.02764892578125,
+ -0.005863189697265625,
+ 0.0238037109375,
+ 0.0122528076171875,
+ -0.01329803466796875,
+ -0.0221405029296875,
+ 0.0023517608642578125,
+ 0.012603759765625,
+ -0.01715087890625,
+ -0.037261962890625,
+ 0.00008612871170043945,
+ 0.07177734375,
+ 0.0272979736328125,
+ 0.07000732421875,
+ 0.0281829833984375,
+ -0.01102447509765625,
+ 0.0207366943359375,
+ 0.0005087852478027344,
+ 0.0022754669189453125,
+ 0.043060302734375,
+ -0.01303863525390625,
+ 0.0379638671875,
+ 0.000675201416015625,
+ 0.019866943359375,
+ -0.0185546875,
+ 0.03814697265625,
+ 0.0272979736328125,
+ -0.02886962890625,
+ -0.0016622543334960938,
+ 0.048309326171875,
+ -0.0157470703125,
+ -0.0272979736328125,
+ -0.035003662109375,
+ -0.04339599609375,
+ -0.01898193359375,
+ -0.029571533203125,
+ -0.006999969482421875,
+ -0.003871917724609375,
+ 0.0023193359375,
+ -0.033599853515625,
+ -0.0022754669189453125,
+ 0.0246734619140625,
+ -0.0127716064453125,
+ 0.00875091552734375,
+ 0.0330810546875,
+ -0.02362060546875,
+ 0.012603759765625,
+ -0.0011920928955078125,
+ 0.00879669189453125,
+ 0.041656494140625,
+ -0.0082244873046875,
+ -0.015228271484375,
+ -0.007701873779296875,
+ -0.0306243896484375,
+ 0.0411376953125,
+ 0.0253753662109375,
+ 0.0285186767578125,
+ 0.00612640380859375,
+ -0.04461669921875,
+ 0.053558349609375,
+ 0.0059051513671875,
+ 0.037628173828125,
+ 0.010498046875,
+ -0.016632080078125,
+ 0.013214111328125,
+ 0.006694793701171875,
+ 0.0034999847412109375,
+ 0.02764892578125,
+ -0.055999755859375,
+ -0.0031070709228515625,
+ -0.0654296875,
+ -0.007568359375,
+ -0.05914306640625,
+ -0.0189056396484375,
+ -0.036407470703125,
+ -0.0411376953125,
+ 0.0665283203125,
+ -0.035186767578125,
+ -0.0250244140625,
+ 0.005992889404296875,
+ 0.025726318359375,
+ -0.0306243896484375,
+ 0.0272979736328125,
+ 0.0066070556640625,
+ -0.023101806640625,
+ -0.020477294921875,
+ 0.049713134765625,
+ 0.037811279296875,
+ 0.00572967529296875,
+ -0.0227508544921875,
+ 0.03533935546875,
+ -0.0195159912109375,
+ 0.0250244140625,
+ -0.036041259765625,
+ 0.029754638671875,
+ -0.00007861852645874023,
+ 0.0175018310546875,
+ 0.021087646484375,
+ -0.046539306640625,
+ 0.0196075439453125,
+ 0.013824462890625,
+ 0.02783203125,
+ -0.0201263427734375,
+ 0.0121612548828125,
+ 0.00980377197265625,
+ 0.0026912689208984375,
+ -0.020294189453125,
+ -0.049713134765625,
+ 0.00511932373046875,
+ 0.03326416015625,
+ 0.01425933837890625,
+ -0.00237274169921875,
+ 0.008270263671875,
+ -0.043212890625,
+ 0.0154876708984375,
+ 0.0182952880859375,
+ -0.01041412353515625,
+ 0.024505615234375,
+ 0.038665771484375,
+ -0.024505615234375,
+ -0.0005002021789550781,
+ 0.02056884765625,
+ 0.0019359588623046875,
+ -0.0267791748046875,
+ -0.037628173828125,
+ -0.010894775390625,
+ 0.01435089111328125,
+ -0.0706787109375,
+ 0.0078277587890625,
+ 0.011199951171875,
+ -0.03814697265625,
+ 0.0279998779296875,
+ -0.01557159423828125,
+ 0.01715087890625,
+ -0.01172637939453125,
+ -0.052154541015625,
+ 0.0294036865234375,
+ -0.048309326171875,
+ -0.040252685546875,
+ -0.01425933837890625,
+ 0.06512451171875,
+ 0.01461029052734375,
+ -0.0109405517578125,
+ -0.01019287109375,
+ -0.0267791748046875,
+ -0.010894775390625,
+ -0.0102386474609375,
+ -0.029571533203125,
+ 0.032562255859375,
+ -0.0013074874877929688,
+ 0.03411865234375,
+ 0.053558349609375,
+ -0.0016183853149414062,
+ -0.01540374755859375,
+ 0.057037353515625,
+ 0.0302734375,
+ 0.007305145263671875,
+ -0.0082244873046875,
+ 0.02117919921875,
+ 0.01172637939453125,
+ 0.0168914794921875,
+ -0.0301055908203125,
+ -0.032196044921875,
+ -0.0188140869140625,
+ -0.044281005859375,
+ 0.041839599609375,
+ 0.01242828369140625,
+ 0.0186309814453125,
+ 0.00945281982421875,
+ -0.02239990234375,
+ 0.0025806427001953125,
+ 0.0654296875,
+ 0.00848388671875,
+ 0.09100341796875,
+ -0.0193328857421875,
+ -0.07281494140625,
+ 0.004222869873046875,
+ 0.02642822265625,
+ -0.00936126708984375,
+ -0.0201263427734375,
+ 0.00971221923828125,
+ 0.01006317138671875,
+ -0.025543212890625,
+ 0.0239715576171875,
+ -0.01496124267578125,
+ 0.0128631591796875,
+ -0.032012939453125,
+ -0.01425933837890625,
+ 0.01172637939453125,
+ -0.040771484375,
+ 0.0301055908203125,
+ 0.0308074951171875,
+ 0.03131103515625,
+ 0.0017938613891601562,
+ 0.0188140869140625,
+ -0.036590576171875,
+ -0.00492095947265625,
+ -0.04376220703125,
+ -0.0207366943359375,
+ 0.06475830078125,
+ 0.035003662109375,
+ 0.015655517578125,
+ 0.01312255859375,
+ -0.045501708984375,
+ -0.060546875,
+ 0.040435791015625,
+ -0.037109375,
+ 0.06756591796875,
+ 0.05389404296875,
+ 0.01654052734375,
+ 0.053558349609375,
+ -0.01496124267578125,
+ -0.00408935546875,
+ 0.03814697265625,
+ 0.023101806640625,
+ 0.028350830078125,
+ 0.03851318359375,
+ 0.040252685546875,
+ -0.0287017822265625,
+ -0.028350830078125,
+ 0.028350830078125,
+ 0.02520751953125,
+ 0.01470184326171875,
+ 0.00774383544921875,
+ 0.0250244140625,
+ 0.046539306640625,
+ 0.0248565673828125,
+ -0.015228271484375,
+ 0.02362060546875,
+ 0.01557159423828125,
+ -0.0306243896484375,
+ -0.017852783203125,
+ -0.0154876708984375,
+ 0.0194244384765625,
+ -0.050750732421875,
+ 0.0004949569702148438,
+ -0.008880615234375,
+ 0.03448486328125,
+ 0.01233673095703125,
+ -0.006343841552734375,
+ -0.0770263671875,
+ 0.0134735107421875,
+ 0.01409149169921875,
+ -0.09381103515625,
+ 0.0175933837890625,
+ 0.032196044921875,
+ -0.01531219482421875,
+ 0.038848876953125,
+ -0.02642822265625,
+ -0.052154541015625,
+ 0.02886962890625,
+ -0.0208282470703125,
+ -0.0306243896484375,
+ -0.00347900390625,
+ 0.01654052734375,
+ -0.07666015625,
+ -0.055999755859375,
+ -0.04901123046875,
+ -0.003192901611328125,
+ -0.00865936279296875,
+ -0.0023632049560546875,
+ 0.052490234375,
+ 0.0174102783203125,
+ 0.00936126708984375,
+ 0.0187225341796875,
+ 0.04583740234375,
+ -0.017669677734375,
+ -0.039215087890625,
+ 0.0311431884765625,
+ -0.0411376953125,
+ -0.054595947265625,
+ 0.0095367431640625,
+ 0.0175018310546875,
+ 0.0191650390625,
+ -0.07000732421875,
+ -0.0015859603881835938,
+ 0.00865936279296875,
+ -0.0018815994262695312,
+ 0.00787353515625,
+ 0.0202178955078125,
+ -0.0160980224609375,
+ -0.02178955078125,
+ -0.036407470703125,
+ 0.05950927734375,
+ 0.0059051513671875,
+ 0.036590576171875,
+ -0.0225677490234375,
+ -0.06439208984375,
+ 0.048309326171875,
+ -0.062286376953125,
+ -0.0306243896484375,
+ -0.0175933837890625,
+ 0.01190185546875,
+ -0.0274810791015625,
+ 0.053192138671875,
+ -0.0248565673828125,
+ -0.0287017822265625,
+ -0.024505615234375,
+ 0.06756591796875,
+ -0.0008368492126464844,
+ -0.004703521728515625,
+ -0.06787109375,
+ 0.03936767578125,
+ -0.0122528076171875,
+ -0.04864501953125,
+ 0.0010004043579101562,
+ -0.00839996337890625,
+ -0.0098419189453125,
+ 0.04095458984375,
+ -0.04583740234375,
+ 0.0102386474609375,
+ 0.004398345947265625,
+ -0.053192138671875,
+ 0.00975799560546875,
+ -0.0556640625,
+ -0.0343017578125,
+ -0.0262451171875,
+ 0.046539306640625,
+ 0.052154541015625,
+ 0.0006947517395019531,
+ 0.03167724609375,
+ 0.01496124267578125,
+ 0.00678253173828125,
+ 0.0287017822265625,
+ 0.00879669189453125,
+ -0.005687713623046875,
+ 0.0253753662109375,
+ -0.04864501953125,
+ -0.0504150390625,
+ -0.01233673095703125,
+ 0.0379638671875,
+ -0.0258941650390625,
+ 0.000058770179748535156,
+ 0.007175445556640625,
+ -0.02117919921875,
+ 0.05810546875,
+ 0.015838623046875,
+ -0.0232696533203125,
+ -0.027130126953125,
+ -0.046905517578125,
+ -0.057403564453125,
+ -0.03326416015625,
+ 0.00901031494140625,
+ 0.005535125732421875,
+ 0.0016956329345703125,
+ 0.0020885467529296875,
+ 0.0199432373046875,
+ -0.0556640625,
+ -0.0031070709228515625,
+ 0.0260772705078125,
+ -0.004398345947265625,
+ 0.0194244384765625,
+ 0.01067352294921875,
+ -0.00496673583984375,
+ -0.01207733154296875,
+ 0.0174102783203125,
+ -0.0343017578125,
+ -0.036590576171875,
+ -0.06756591796875,
+ 0.0189056396484375,
+ -0.0005469322204589844,
+ -0.0145263671875,
+ -0.0160980224609375,
+ -0.038848876953125,
+ -0.04864501953125,
+ 0.0020885467529296875,
+ 0.04583740234375,
+ -0.01435089111328125,
+ 0.025543212890625,
+ -0.032562255859375,
+ -0.007129669189453125,
+ -0.003063201904296875,
+ -0.0201263427734375,
+ 0.03289794921875,
+ -0.0167083740234375,
+ 0.0135650634765625,
+ 0.013916015625,
+ -0.049713134765625,
+ 0.0232696533203125,
+ 0.0141754150390625,
+ 0.036041259765625,
+ 0.006343841552734375,
+ 0.03955078125,
+ -0.045135498046875,
+ -0.01071929931640625,
+ -0.0241546630859375,
+ -0.006649017333984375,
+ 0.0085296630859375,
+ -0.0221405029296875,
+ 0.044097900390625,
+ -0.02520751953125,
+ -0.00739288330078125,
+ 0.0128631591796875,
+ 0.0099334716796875,
+ 0.0182952880859375,
+ -0.01190185546875,
+ 0.0028438568115234375,
+ 0.0012798309326171875,
+ 0.012603759765625,
+ 0.059844970703125,
+ -0.0265960693359375,
+ -0.0762939453125,
+ -0.0044403076171875,
+ -0.0111541748046875,
+ 0.047943115234375,
+ 0.045135498046875,
+ -0.0193328857421875,
+ -0.003936767578125,
+ 0.01593017578125,
+ 0.0308074951171875,
+ 0.0029964447021484375,
+ 0.0016078948974609375,
+ -0.025543212890625,
+ 0.00835418701171875,
+ 0.007045745849609375,
+ 0.0272979736328125,
+ 0.016448974609375,
+ 0.08013916015625,
+ 0.03271484375,
+ 0.0227508544921875,
+ 0.01062774658203125,
+ 0.07733154296875,
+ 0.029754638671875,
+ -0.04461669921875,
+ -0.05145263671875,
+ 0.0032806396484375,
+ -0.002536773681640625,
+ -0.0294036865234375,
+ -0.01198577880859375,
+ 0.01076507568359375,
+ 0.04217529296875,
+ -0.0633544921875,
+ -0.0294036865234375,
+ -0.0225677490234375,
+ 0.006694793701171875,
+ 0.006824493408203125,
+ 0.0086212158203125,
+ -0.007129669189453125,
+ 0.00910186767578125,
+ 0.0021762847900390625,
+ -0.0308074951171875,
+ -0.00678253173828125,
+ -0.0265960693359375,
+ 0.0015420913696289062,
+ 0.024505615234375,
+ 0.0274810791015625,
+ -0.0222320556640625,
+ 0.016357421875,
+ 0.01102447509765625,
+ 0.037628173828125,
+ 0.0141754150390625,
+ 0.0308074951171875,
+ -0.0147857666015625,
+ 0.008270263671875,
+ 0.0194244384765625,
+ 0.047943115234375,
+ 0.005641937255859375,
+ -0.03411865234375,
+ 0.03955078125,
+ 0.0195159912109375,
+ 0.05426025390625,
+ 0.0633544921875,
+ -0.01470184326171875,
+ -0.0006890296936035156,
+ 0.008880615234375,
+ -0.038330078125,
+ -0.0154876708984375,
+ 0.00870513916015625,
+ 0.0209197998046875,
+ -0.05389404296875,
+ -0.050048828125,
+ 0.0187225341796875,
+ -0.03851318359375,
+ 0.021087646484375,
+ -0.005512237548828125,
+ -0.0292205810546875,
+ -0.00038552284240722656,
+ 0.03448486328125,
+ -0.0194244384765625,
+ -0.0379638671875,
+ 0.016357421875,
+ -0.00814056396484375,
+ -0.01268768310546875,
+ -0.040435791015625,
+ -0.03955078125,
+ 0.061614990234375,
+ -0.0196075439453125,
+ -0.040252685546875,
+ -0.0051422119140625,
+ 0.0189056396484375,
+ -0.036590576171875,
+ -0.0267791748046875,
+ 0.0154876708984375,
+ 0.0003991127014160156,
+ -0.01329803466796875,
+ -0.0213470458984375,
+ -0.040069580078125,
+ -0.0219573974609375,
+ -0.0030841827392578125,
+ -0.006214141845703125,
+ 0.0175018310546875,
+ -0.003719329833984375,
+ -0.04461669921875,
+ -0.0195159912109375,
+ -0.005512237548828125,
+ -0.0238037109375,
+ 0.0212554931640625,
+ -0.03851318359375,
+ 0.053192138671875,
+ 0.0253753662109375,
+ 0.025726318359375,
+ 0.043212890625,
+ 0.041290283203125,
+ 0.01080322265625,
+ 0.000217437744140625,
+ -0.035888671875,
+ -0.04583740234375,
+ -0.004791259765625,
+ -0.007656097412109375,
+ 0.01062774658203125,
+ -0.0714111328125,
+ 0.0019254684448242188,
+ 0.06475830078125,
+ -0.0811767578125,
+ 0.01496124267578125,
+ 0.032196044921875,
+ -0.02764892578125,
+ -0.030975341796875,
+ 0.00391387939453125,
+ -0.026947021484375,
+ 0.0035228729248046875,
+ 0.063720703125,
+ -0.00572967529296875,
+ 0.002864837646484375,
+ 0.0213470458984375,
+ -0.04095458984375,
+ 0.037628173828125,
+ 0.0134735107421875,
+ 0.0238037109375,
+ -0.041473388671875,
+ 0.008880615234375,
+ 0.02783203125,
+ -0.03851318359375,
+ -0.004638671875,
+ -0.0654296875,
+ -0.01715087890625,
+ 0.04583740234375,
+ -0.003871917724609375,
+ 0.0021877288818359375,
+ 0.00726318359375,
+ -0.036224365234375,
+ -0.00879669189453125,
+ -0.045135498046875,
+ 0.0311431884765625,
+ 0.0213470458984375,
+ 0.01531219482421875,
+ -0.03936767578125,
+ -0.01242828369140625,
+ 0.00206756591796875,
+ -0.049713134765625,
+ -0.0215301513671875,
+ -0.0220489501953125,
+ 0.02362060546875,
+ -0.00572967529296875,
+ -0.04461669921875,
+ -0.00262451171875,
+ 0.01006317138671875,
+ 0.01435089111328125,
+ 0.000025987625122070312,
+ 0.062286376953125,
+ -0.07666015625,
+ -0.022308349609375,
+ -0.005184173583984375,
+ 0.006999969482421875,
+ 0.0220489501953125,
+ 0.01071929931640625,
+ -0.007129669189453125,
+ 0.002864837646484375,
+ 0.0301055908203125,
+ -0.050750732421875,
+ 0.058441162109375,
+ 0.045501708984375,
+ -0.04095458984375,
+ -0.037628173828125,
+ -0.00879669189453125,
+ -0.04864501953125,
+ 0.062286376953125,
+ -0.010894775390625,
+ 0.058807373046875,
+ -0.0145263671875,
+ 0.005641937255859375,
+ -0.09027099609375,
+ 0.031494140625,
+ -0.005950927734375,
+ 0.035186767578125,
+ 0.06475830078125,
+ -0.00577545166015625,
+ -0.075927734375,
+ -0.03131103515625,
+ -0.0188140869140625,
+ 0.0209197998046875,
+ -0.0169677734375,
+ 0.040252685546875,
+ -0.0008912086486816406,
+ -0.01329803466796875,
+ 0.00027751922607421875,
+ -0.028350830078125,
+ -0.0044403076171875,
+ 0.0330810546875,
+ 0.01364898681640625,
+ -0.0248565673828125,
+ 0.054595947265625,
+ -0.02099609375,
+ 0.035003662109375,
+ 0.00612640380859375,
+ 0.006870269775390625,
+ 0.02178955078125,
+ 0.00199127197265625,
+ -0.050750732421875,
+ 0.0036525726318359375,
+ 0.04901123046875,
+ 0.0504150390625,
+ -0.01242828369140625,
+ -0.01097869873046875,
+ -0.0253753662109375,
+ -0.001071929931640625,
+ -0.001399993896484375,
+ -0.0167999267578125,
+ -0.00865936279296875,
+ 0.0200347900390625,
+ -0.0216064453125,
+ -0.037811279296875,
+ -0.07452392578125,
+ -0.0916748046875,
+ 0.0016841888427734375,
+ -0.043060302734375,
+ -0.0182037353515625,
+ -0.0007271766662597656,
+ 0.017242431640625,
+ 0.0154876708984375,
+ -0.0528564453125,
+ 0.041473388671875,
+ 0.01898193359375,
+ -0.00330352783203125,
+ -0.029754638671875,
+ -0.0121612548828125,
+ -0.035186767578125,
+ 0.0306243896484375,
+ -0.00012993812561035156,
+ -0.042694091796875,
+ 0.0306243896484375,
+ -0.01409149169921875,
+ -0.00010251998901367188,
+ -0.00315093994140625,
+ -0.002788543701171875,
+ -0.0250244140625,
+ 0.02239990234375,
+ -0.07281494140625,
+ -0.033599853515625,
+ 0.0265960693359375,
+ 0.033782958984375,
+ -0.00743865966796875,
+ -0.00865936279296875,
+ 0.037628173828125,
+ 0.00229644775390625,
+ -0.05108642578125,
+ 0.04901123046875,
+ -0.00945281982421875,
+ -0.019073486328125,
+ -0.00708770751953125,
+ 0.0122528076171875,
+ 0.028350830078125,
+ 0.0115509033203125,
+ 0.020477294921875,
+ 0.025726318359375,
+ 0.01557159423828125,
+ -0.0212554931640625,
+ 0.005950927734375,
+ 0.0285186767578125,
+ -0.013214111328125,
+ 0.03326416015625,
+ 0.0294036865234375,
+ 0.0148773193359375,
+ -0.0052490234375,
+ -0.0015859603881835938,
+ 0.01399993896484375,
+ -0.07000732421875,
+ -0.004070281982421875,
+ -0.01898193359375,
+ -0.0714111328125,
+ -0.004833221435546875,
+ 0.040252685546875,
+ 0.044464111328125,
+ -0.029754638671875,
+ 0.03289794921875,
+ 0.0330810546875,
+ 0.005641937255859375,
+ 0.00897216796875,
+ -0.0299224853515625,
+ -0.0633544921875,
+ -0.002460479736328125,
+ 0.038665771484375,
+ 0.042877197265625,
+ -0.052154541015625,
+ 0.03570556640625,
+ 0.0689697265625,
+ 0.001651763916015625,
+ -0.004241943359375,
+ -0.003696441650390625,
+ 0.0114593505859375,
+ 0.045135498046875,
+ 0.018463134765625,
+ 0.00347900390625,
+ -0.08013916015625,
+ -0.004024505615234375,
+ 0.0253753662109375,
+ 0.0167999267578125,
+ -0.010498046875,
+ -0.017669677734375,
+ -0.0654296875,
+ 0.0626220703125,
+ -0.046539306640625,
+ -0.0199432373046875,
+ -0.016632080078125,
+ 0.07843017578125,
+ 0.0258941650390625,
+ -0.01242828369140625,
+ -0.0088348388671875,
+ 0.052154541015625,
+ 0.0072174072265625,
+ -0.01294708251953125,
+ 0.0203857421875,
+ -0.00023245811462402344,
+ 0.007305145263671875,
+ 0.043060302734375,
+ 0.044097900390625,
+ 0.019683837890625,
+ 0.036041259765625,
+ 0.0227508544921875,
+ -0.042694091796875,
+ 0.01409149169921875,
+ 0.002536773681640625,
+ 0.01303863525390625,
+ -0.0122528076171875,
+ -0.052154541015625,
+ -0.02886962890625,
+ -0.053558349609375,
+ 0.05145263671875,
+ 0.02520751953125,
+ 0.039886474609375,
+ 0.00958251953125,
+ 0.010284423828125,
+ -0.03851318359375,
+ 0.005558013916015625,
+ -0.01461029052734375,
+ 0.043914794921875,
+ 0.0227508544921875,
+ -0.006038665771484375,
+ 0.02764892578125,
+ 0.0174102783203125,
+ 0.0005087852478027344,
+ -0.040252685546875,
+ 0.03692626953125,
+ -0.0306243896484375,
+ 0.01470184326171875,
+ -0.0213470458984375,
+ 0.00360870361328125,
+ 0.012603759765625,
+ -0.00572967529296875,
+ 0.01080322265625,
+ -0.00547027587890625,
+ -0.0168914794921875,
+ -0.037628173828125,
+ -0.040771484375,
+ -0.00360870361328125,
+ 0.00936126708984375,
+ -0.0191650390625,
+ 0.01531219482421875,
+ 0.04376220703125,
+ -0.01837158203125,
+ 0.007045745849609375,
+ -0.046905517578125,
+ 0.08331298828125,
+ 0.02783203125,
+ 0.03448486328125,
+ 0.0029964447021484375,
+ 0.0258941650390625,
+ 0.0379638671875,
+ 0.0063018798828125,
+ 0.0308074951171875,
+ 0.02886962890625,
+ -0.0029964447021484375,
+ 0.042510986328125,
+ 0.049346923828125,
+ -0.017669677734375,
+ -0.0318603515625,
+ 0.010589599609375,
+ -0.002712249755859375,
+ -0.07318115234375,
+ 0.054595947265625,
+ -0.0025272369384765625,
+ -0.00012302398681640625,
+ 0.004070281982421875,
+ -0.0135650634765625,
+ 0.01496124267578125,
+ -0.071044921875,
+ 0.06475830078125,
+ 0.01338958740234375,
+ 0.006999969482421875,
+ 0.03692626953125,
+ -0.053558349609375,
+ 0.03955078125,
+ 0.0121612548828125,
+ 0.042510986328125,
+ -0.02362060546875,
+ 0.07421875,
+ -0.0279998779296875,
+ 0.03936767578125,
+ -0.013916015625,
+ 0.0194244384765625,
+ 0.0099334716796875,
+ 0.01268768310546875,
+ -0.024505615234375,
+ 0.03167724609375,
+ 0.02764892578125,
+ -0.0055999755859375,
+ -0.06195068359375,
+ -0.0225677490234375,
+ -0.0019683837890625,
+ 0.0193328857421875,
+ 0.050750732421875,
+ -0.0472412109375,
+ -0.02178955078125,
+ 0.00279998779296875,
+ 0.037445068359375,
+ 0.06964111328125,
+ -0.01198577880859375,
+ 0.03167724609375,
+ -0.003192901611328125,
+ 0.0023517608642578125,
+ -0.00739288330078125,
+ -0.024322509765625
+ ],
+ "metadata": {
+ "domains": [
+ "fraud-investigation"
+ ],
+ "phases": [
+ "reporting"
+ ],
+ "tags": [
+ "satellite",
+ "osint"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_IDA_Pro",
+ "type": "tool",
+ "name": "IDA Pro",
+ "content": "ida pro industry-standard reverse-engineering-platform seit über 30 jahren mit disassembler für 50+ prozessor-architekturen von x86/x64 über arm, mips bis zu exotischen dsps und custom-silicon. hex-rays decompiler wandelt assembly-code in lesbaren c-pseudocode um mit variable-recovery und type-reconstruction. interactive cross-references visualisieren code-beziehungen und call-graphs für komplexe binary-analysis. flirt-signature-datenbank identifiziert standard-bibliotheken und known-functions automatisch für noise-reduction. idapython ermöglicht tiefgreifende automatisierung komplexer analysen durch vollständige api-access. collaborative-features für multi-analyst-teams, besonders stark bei advanced-malware-dekonstruktion und zero-day-vulnerability-research. disassembler decompiler malware-analysis static-investigations analysis",
+ "embedding": [
+ -0.04290771484375,
+ 0.00555419921875,
+ 0.0380859375,
+ 0.0238494873046875,
+ 0.0141143798828125,
+ 0.028228759765625,
+ 0.0008068084716796875,
+ 0.022216796875,
+ -0.0279083251953125,
+ -0.0048980712890625,
+ -0.038726806640625,
+ 0.050323486328125,
+ 0.00946807861328125,
+ 0.0347900390625,
+ -0.0518798828125,
+ 0.040252685546875,
+ -0.0275726318359375,
+ 0.01554107666015625,
+ -0.01340484619140625,
+ -0.00151824951171875,
+ -0.01554107666015625,
+ -0.0156402587890625,
+ -0.0347900390625,
+ -0.0264739990234375,
+ 0.00984954833984375,
+ 0.009246826171875,
+ -0.00957489013671875,
+ -0.055572509765625,
+ -0.01313018798828125,
+ -0.0189361572265625,
+ 0.0299835205078125,
+ -0.0157623291015625,
+ 0.01629638671875,
+ 0.010284423828125,
+ 0.02001953125,
+ -0.0146636962890625,
+ 0.00930023193359375,
+ -0.05078125,
+ -0.01258087158203125,
+ 0.0474853515625,
+ -0.0103912353515625,
+ 0.01285552978515625,
+ 0.01389312744140625,
+ 0.00875091552734375,
+ 0.01454925537109375,
+ -0.055572509765625,
+ 0.0120391845703125,
+ -0.005718231201171875,
+ 0.01904296875,
+ 0.0012035369873046875,
+ 0.03436279296875,
+ 0.026702880859375,
+ 0.00826263427734375,
+ -0.035675048828125,
+ -0.0433349609375,
+ 0.04705810546875,
+ 0.008209228515625,
+ -0.021881103515625,
+ -0.0389404296875,
+ 0.045745849609375,
+ -0.04156494140625,
+ -0.00244903564453125,
+ 0.007495880126953125,
+ -0.0125274658203125,
+ -0.0012989044189453125,
+ 0.043548583984375,
+ 0.0035552978515625,
+ -0.039398193359375,
+ 0.006977081298828125,
+ 0.002735137939453125,
+ 0.012908935546875,
+ -0.006565093994140625,
+ -0.03546142578125,
+ 0.03631591796875,
+ -0.045074462890625,
+ -0.0411376953125,
+ 0.006839752197265625,
+ 0.03961181640625,
+ -0.0014905929565429688,
+ 0.01422119140625,
+ -0.038299560546875,
+ 0.0099029541015625,
+ 0.043548583984375,
+ -0.006374359130859375,
+ -0.0014085769653320312,
+ -0.0027484893798828125,
+ 0.0288848876953125,
+ 0.0093536376953125,
+ 0.01351165771484375,
+ -0.007659912109375,
+ 0.02264404296875,
+ -0.01192474365234375,
+ 0.04071044921875,
+ -0.0288848876953125,
+ 0.0176239013671875,
+ 0.031280517578125,
+ -0.034576416015625,
+ -0.007442474365234375,
+ -0.033050537109375,
+ 0.0284423828125,
+ 0.03961181640625,
+ -0.001251220703125,
+ 0.04638671875,
+ -0.0284423828125,
+ 0.04266357421875,
+ -0.0310821533203125,
+ 0.03436279296875,
+ -0.00881195068359375,
+ 0.004268646240234375,
+ -0.01340484619140625,
+ -0.07574462890625,
+ -0.0297698974609375,
+ -0.0017032623291015625,
+ -0.06787109375,
+ -0.00257110595703125,
+ -0.0011281967163085938,
+ -0.00875091552734375,
+ 0.03546142578125,
+ -0.0455322265625,
+ -0.01959228515625,
+ 0.0179443359375,
+ 0.005306243896484375,
+ 0.001415252685546875,
+ 0.0297698974609375,
+ -0.0452880859375,
+ -0.057769775390625,
+ 0.00968170166015625,
+ 0.028228759765625,
+ -0.03851318359375,
+ -0.01531982421875,
+ -0.0172882080078125,
+ -0.022216796875,
+ -0.01959228515625,
+ 0.0115966796875,
+ -0.0115966796875,
+ -0.02374267578125,
+ 0.0328369140625,
+ -0.0054168701171875,
+ -0.016632080078125,
+ -0.0037746429443359375,
+ 0.0270233154296875,
+ -0.0154266357421875,
+ -0.07354736328125,
+ 0.012908935546875,
+ -0.004459381103515625,
+ -0.018280029296875,
+ 0.00536346435546875,
+ 0.0310821533203125,
+ -0.04595947265625,
+ -0.01006317138671875,
+ 0.0007147789001464844,
+ -0.00250244140625,
+ 0.056884765625,
+ -0.0021610260009765625,
+ 0.0262603759765625,
+ -0.026153564453125,
+ 0.0025844573974609375,
+ -0.03436279296875,
+ 0.039398193359375,
+ -0.003665924072265625,
+ -0.011383056640625,
+ 0.01318359375,
+ 0.0018463134765625,
+ 0.027252197265625,
+ -0.0299835205078125,
+ -0.0474853515625,
+ -0.0005335807800292969,
+ 0.0257110595703125,
+ 0.0247344970703125,
+ -0.01509857177734375,
+ 0.0147705078125,
+ -0.0188140869140625,
+ 0.0516357421875,
+ 0.0665283203125,
+ -0.02276611328125,
+ 0.031280517578125,
+ -0.0026531219482421875,
+ -0.01849365234375,
+ 0.02691650390625,
+ 0.013458251953125,
+ -0.021453857421875,
+ -0.0275726318359375,
+ 0.0251617431640625,
+ -0.00836944580078125,
+ 0.01947021484375,
+ 0.002544403076171875,
+ -0.01055908203125,
+ -0.0247344970703125,
+ -0.0176239013671875,
+ 0.04901123046875,
+ -0.02374267578125,
+ -0.0225372314453125,
+ -0.0247344970703125,
+ 0.04071044921875,
+ 0.0012922286987304688,
+ 0.07354736328125,
+ 0.0265960693359375,
+ -0.0156402587890625,
+ 0.05450439453125,
+ -0.00782012939453125,
+ 0.035675048828125,
+ 0.0186004638671875,
+ -0.00350189208984375,
+ 0.080078125,
+ 0.01422119140625,
+ 0.00013768672943115234,
+ 0.0010328292846679688,
+ 0.0201263427734375,
+ 0.03173828125,
+ -0.0101776123046875,
+ 0.0003402233123779297,
+ 0.037628173828125,
+ -0.009735107421875,
+ -0.0041046142578125,
+ -0.0133514404296875,
+ -0.0496826171875,
+ 0.044647216796875,
+ 0.00555419921875,
+ 0.01050567626953125,
+ -0.0172882080078125,
+ 0.0103912353515625,
+ -0.034149169921875,
+ -0.01433563232421875,
+ 0.02001953125,
+ -0.048797607421875,
+ 0.049224853515625,
+ 0.0154266357421875,
+ -0.01329803466796875,
+ -0.007167816162109375,
+ 0.0268096923828125,
+ 0.039398193359375,
+ 0.023956298828125,
+ 0.0284423828125,
+ -0.005855560302734375,
+ -0.02691650390625,
+ -0.0013952255249023438,
+ 0.02374267578125,
+ 0.04443359375,
+ 0.0206756591796875,
+ 0.0169677734375,
+ -0.0455322265625,
+ 0.044647216796875,
+ -0.01488494873046875,
+ 0.0400390625,
+ 0.033935546875,
+ -0.016845703125,
+ 0.0023937225341796875,
+ 0.00039315223693847656,
+ 0.031524658203125,
+ 0.046173095703125,
+ -0.035003662109375,
+ -0.0275726318359375,
+ -0.059539794921875,
+ 0.010284423828125,
+ -0.06170654296875,
+ -0.0251617431640625,
+ -0.01629638671875,
+ -0.052947998046875,
+ 0.05120849609375,
+ -0.0257110595703125,
+ -0.04266357421875,
+ 0.018707275390625,
+ 0.049468994140625,
+ 0.0008106231689453125,
+ 0.023193359375,
+ 0.005031585693359375,
+ -0.053192138671875,
+ 0.0004820823669433594,
+ 0.0731201171875,
+ 0.012420654296875,
+ -0.025054931640625,
+ -0.0219879150390625,
+ 0.01629638671875,
+ 0.00733184814453125,
+ 0.0212249755859375,
+ -0.008697509765625,
+ 0.01236724853515625,
+ 0.0306396484375,
+ 0.03656005859375,
+ 0.02593994140625,
+ -0.0347900390625,
+ 0.019256591796875,
+ -0.016845703125,
+ 0.058197021484375,
+ -0.02484130859375,
+ -0.00848388671875,
+ 0.000013649463653564453,
+ 0.0023250579833984375,
+ -0.01116180419921875,
+ -0.04180908203125,
+ -0.00519561767578125,
+ 0.031524658203125,
+ 0.022979736328125,
+ 0.0301971435546875,
+ 0.0141143798828125,
+ -0.06829833984375,
+ 0.00760650634765625,
+ 0.0299835205078125,
+ -0.00864410400390625,
+ 0.041351318359375,
+ 0.040496826171875,
+ -0.05340576171875,
+ -0.0106658935546875,
+ -0.006866455078125,
+ 0.0029277801513671875,
+ -0.049224853515625,
+ -0.035675048828125,
+ -0.03436279296875,
+ -0.0006155967712402344,
+ -0.04290771484375,
+ -0.030426025390625,
+ 0.0179443359375,
+ -0.0306396484375,
+ 0.021881103515625,
+ -0.0186004638671875,
+ 0.020904541015625,
+ -0.055816650390625,
+ -0.04486083984375,
+ -0.0030765533447265625,
+ -0.007110595703125,
+ -0.0391845703125,
+ -0.04815673828125,
+ 0.0452880859375,
+ 0.01302337646484375,
+ 0.0157623291015625,
+ 0.0104522705078125,
+ 0.0284423828125,
+ -0.0297698974609375,
+ 0.0176239013671875,
+ -0.01433563232421875,
+ 0.0161895751953125,
+ 0.011383056640625,
+ 0.052734375,
+ 0.02581787109375,
+ 0.0206756591796875,
+ 0.0268096923828125,
+ 0.07354736328125,
+ 0.04156494140625,
+ -0.0191497802734375,
+ 0.005580902099609375,
+ 0.01143646240234375,
+ 0.0306396484375,
+ 0.0284423828125,
+ -0.030426025390625,
+ -0.0288848876953125,
+ -0.0252685546875,
+ -0.0201263427734375,
+ -0.0014638900756835938,
+ 0.000009179115295410156,
+ 0.04443359375,
+ 0.048797607421875,
+ 0.007442474365234375,
+ -0.016632080078125,
+ 0.05535888671875,
+ 0.00481414794921875,
+ 0.0919189453125,
+ -0.0007076263427734375,
+ -0.057769775390625,
+ 0.0031585693359375,
+ 0.0297698974609375,
+ -0.01050567626953125,
+ -0.0191497802734375,
+ 0.040496826171875,
+ 0.019256591796875,
+ -0.011871337890625,
+ 0.0474853515625,
+ -0.005580902099609375,
+ 0.0126953125,
+ -0.0225372314453125,
+ 0.00864410400390625,
+ 0.0186004638671875,
+ -0.0084228515625,
+ 0.025604248046875,
+ 0.01055908203125,
+ 0.0301971435546875,
+ 0.0275726318359375,
+ 0.034576416015625,
+ -0.05426025390625,
+ -0.01116180419921875,
+ -0.049224853515625,
+ -0.0433349609375,
+ 0.024078369140625,
+ 0.035247802734375,
+ 0.003200531005859375,
+ 0.055145263671875,
+ -0.0242919921875,
+ -0.058197021484375,
+ 0.017181396484375,
+ -0.044219970703125,
+ 0.1217041015625,
+ 0.057342529296875,
+ -0.0103912353515625,
+ 0.0202484130859375,
+ -0.0288848876953125,
+ 0.040252685546875,
+ 0.0021877288818359375,
+ 0.01116180419921875,
+ 0.040924072265625,
+ 0.059967041015625,
+ 0.039398193359375,
+ 0.0119781494140625,
+ -0.042236328125,
+ 0.0260467529296875,
+ 0.0234222412109375,
+ 0.0172882080078125,
+ -0.0005846023559570312,
+ 0.04290771484375,
+ -0.008148193359375,
+ 0.032379150390625,
+ -0.00738525390625,
+ 0.035003662109375,
+ 0.03436279296875,
+ -0.0290985107421875,
+ 0.0400390625,
+ -0.0014905929565429688,
+ 0.0169677734375,
+ -0.04595947265625,
+ -0.0013608932495117188,
+ 0.01171112060546875,
+ 0.0210113525390625,
+ 0.036102294921875,
+ 0.0301971435546875,
+ -0.052734375,
+ -0.00495147705078125,
+ 0.04486083984375,
+ -0.0792236328125,
+ 0.0180511474609375,
+ -0.006072998046875,
+ -0.01126861572265625,
+ -0.016845703125,
+ -0.0301971435546875,
+ -0.06695556640625,
+ 0.032379150390625,
+ -0.0325927734375,
+ -0.043975830078125,
+ -0.005390167236328125,
+ 0.0264739990234375,
+ -0.0196990966796875,
+ -0.00902557373046875,
+ -0.01641845703125,
+ -0.00667572021484375,
+ -0.024505615234375,
+ -0.00771331787109375,
+ 0.04180908203125,
+ -0.0006155967712402344,
+ -0.01302337646484375,
+ 0.04266357421875,
+ 0.037200927734375,
+ -0.0212249755859375,
+ -0.0169677734375,
+ 0.031951904296875,
+ -0.01099395751953125,
+ -0.034576416015625,
+ 0.0286712646484375,
+ 0.0251617431640625,
+ 0.0019016265869140625,
+ -0.03656005859375,
+ -0.01499176025390625,
+ 0.01340484619140625,
+ -0.01433563232421875,
+ 0.02276611328125,
+ 0.025604248046875,
+ -0.034149169921875,
+ -0.05120849609375,
+ -0.031280517578125,
+ 0.04486083984375,
+ 0.01033782958984375,
+ 0.04376220703125,
+ -0.00536346435546875,
+ -0.059967041015625,
+ 0.018707275390625,
+ -0.051422119140625,
+ -0.01395416259765625,
+ -0.010833740234375,
+ 0.00705718994140625,
+ 0.0030918121337890625,
+ 0.035888671875,
+ -0.002544403076171875,
+ -0.00930023193359375,
+ 0.0136260986328125,
+ 0.037628173828125,
+ -0.0083160400390625,
+ 0.007659912109375,
+ -0.06787109375,
+ 0.035675048828125,
+ 0.0070037841796875,
+ -0.037628173828125,
+ -0.0147705078125,
+ -0.0290985107421875,
+ -0.0016069412231445312,
+ 0.051422119140625,
+ -0.04180908203125,
+ -0.02056884765625,
+ -0.01373291015625,
+ -0.07220458984375,
+ -0.03961181640625,
+ -0.027679443359375,
+ -0.002899169921875,
+ -0.042022705078125,
+ 0.014007568359375,
+ 0.022430419921875,
+ 0.0104522705078125,
+ 0.029327392578125,
+ 0.030853271484375,
+ -0.0380859375,
+ 0.0297698974609375,
+ -0.006237030029296875,
+ -0.00875091552734375,
+ 0.017730712890625,
+ -0.05078125,
+ -0.004978179931640625,
+ -0.018707275390625,
+ 0.021881103515625,
+ -0.040924072265625,
+ 0.0215606689453125,
+ 0.004184722900390625,
+ -0.01373291015625,
+ 0.052093505859375,
+ -0.035247802734375,
+ -0.00897216796875,
+ -0.03216552734375,
+ -0.0538330078125,
+ -0.039825439453125,
+ -0.0286712646484375,
+ 0.00205230712890625,
+ 0.01499176025390625,
+ -0.027252197265625,
+ 0.029327392578125,
+ 0.0257110595703125,
+ -0.0247344970703125,
+ 0.01006317138671875,
+ -0.0038299560546875,
+ -0.02593994140625,
+ 0.0016689300537109375,
+ 0.0059356689453125,
+ 0.005634307861328125,
+ -0.01055908203125,
+ 0.0299835205078125,
+ -0.031524658203125,
+ -0.04180908203125,
+ -0.0836181640625,
+ 0.0236358642578125,
+ -0.0152130126953125,
+ -0.011383056640625,
+ -0.0206756591796875,
+ -0.0188140869140625,
+ -0.065673828125,
+ -0.0013332366943359375,
+ 0.0196990966796875,
+ 0.01454925537109375,
+ 0.00891876220703125,
+ -0.051422119140625,
+ -0.022979736328125,
+ -0.01351165771484375,
+ -0.041351318359375,
+ 0.03631591796875,
+ -0.0297698974609375,
+ 0.005115509033203125,
+ 0.0125274658203125,
+ -0.035247802734375,
+ 0.0297698974609375,
+ 0.0247344970703125,
+ 0.040252685546875,
+ 0.047271728515625,
+ 0.031951904296875,
+ -0.022216796875,
+ 0.0243988037109375,
+ -0.00940704345703125,
+ -0.0135650634765625,
+ -0.045745849609375,
+ 0.00283050537109375,
+ 0.0306396484375,
+ -0.0096282958984375,
+ -0.04156494140625,
+ 0.0310821533203125,
+ 0.046844482421875,
+ -0.0054168701171875,
+ 0.00984954833984375,
+ -0.03326416015625,
+ 0.0247344970703125,
+ -0.00946807861328125,
+ 0.042236328125,
+ -0.01318359375,
+ -0.054046630859375,
+ -0.0084228515625,
+ 0.004184722900390625,
+ 0.054718017578125,
+ 0.06475830078125,
+ -0.0080413818359375,
+ -0.0369873046875,
+ 0.01012420654296875,
+ 0.036102294921875,
+ -0.017181396484375,
+ -0.028228759765625,
+ -0.03961181640625,
+ 0.0004189014434814453,
+ 0.0178375244140625,
+ 0.05450439453125,
+ -0.0191497802734375,
+ 0.0836181640625,
+ 0.011322021484375,
+ -0.004268646240234375,
+ 0.023193359375,
+ 0.04486083984375,
+ 0.055145263671875,
+ -0.0219879150390625,
+ -0.030426025390625,
+ -0.01629638671875,
+ -0.02056884765625,
+ -0.031524658203125,
+ -0.048370361328125,
+ 0.0070037841796875,
+ 0.012908935546875,
+ -0.052520751953125,
+ -0.024078369140625,
+ -0.01629638671875,
+ -0.0001004338264465332,
+ 0.01274871826171875,
+ 0.0247344970703125,
+ -0.0211181640625,
+ 0.0284423828125,
+ -0.0059356689453125,
+ -0.035888671875,
+ 0.01171112060546875,
+ -0.0230865478515625,
+ 0.00919342041015625,
+ 0.045745849609375,
+ 0.030426025390625,
+ -0.0251617431640625,
+ 0.0325927734375,
+ 0.007274627685546875,
+ 0.027130126953125,
+ 0.0006327629089355469,
+ 0.0389404296875,
+ 0.0263671875,
+ 0.04595947265625,
+ 0.035675048828125,
+ 0.06915283203125,
+ -0.0277862548828125,
+ -0.020782470703125,
+ -0.0135650634765625,
+ 0.0130767822265625,
+ 0.0204620361328125,
+ 0.0286712646484375,
+ -0.00634765625,
+ -0.02166748046875,
+ -0.00902557373046875,
+ -0.05645751953125,
+ -0.01088714599609375,
+ 0.0117645263671875,
+ -0.006977081298828125,
+ -0.042022705078125,
+ -0.039398193359375,
+ 0.0115966796875,
+ -0.05645751953125,
+ 0.04180908203125,
+ 0.0249481201171875,
+ -0.01192474365234375,
+ 0.004596710205078125,
+ 0.049896240234375,
+ 0.0152130126953125,
+ -0.031280517578125,
+ 0.01329803466796875,
+ -0.0172882080078125,
+ -0.025390625,
+ -0.053619384765625,
+ -0.04705810546875,
+ 0.0243988037109375,
+ -0.0288848876953125,
+ -0.07177734375,
+ 0.00017440319061279297,
+ 0.0496826171875,
+ 0.006099700927734375,
+ -0.034149169921875,
+ -0.004184722900390625,
+ 0.0025577545166015625,
+ -0.022216796875,
+ -0.0369873046875,
+ -0.027252197265625,
+ -0.022216796875,
+ 0.00536346435546875,
+ -0.039825439453125,
+ 0.033050537109375,
+ 0.0018606185913085938,
+ -0.010284423828125,
+ 0.004650115966796875,
+ -0.01554107666015625,
+ -0.035888671875,
+ 0.052520751953125,
+ -0.040252685546875,
+ 0.0400390625,
+ 0.0212249755859375,
+ 0.0051422119140625,
+ 0.04638671875,
+ 0.051422119140625,
+ -0.0228729248046875,
+ -0.01088714599609375,
+ -0.0225372314453125,
+ -0.07135009765625,
+ -0.0023937225341796875,
+ -0.00013768672943115234,
+ -0.002105712890625,
+ -0.048583984375,
+ -0.01351165771484375,
+ 0.046844482421875,
+ -0.052093505859375,
+ -0.0037479400634765625,
+ 0.00891876220703125,
+ -0.028228759765625,
+ -0.058197021484375,
+ -0.003910064697265625,
+ 0.00782012939453125,
+ -0.01433563232421875,
+ 0.06475830078125,
+ 0.01433563232421875,
+ -0.03369140625,
+ 0.01373291015625,
+ -0.045745849609375,
+ 0.056884765625,
+ 0.01247406005859375,
+ 0.0252685546875,
+ -0.062164306640625,
+ 0.0347900390625,
+ 0.01904296875,
+ -0.0268096923828125,
+ -0.01105499267578125,
+ -0.07659912109375,
+ 0.00203704833984375,
+ 0.0161895751953125,
+ 0.0275726318359375,
+ -0.0101776123046875,
+ 0.005168914794921875,
+ -0.029541015625,
+ -0.013458251953125,
+ 0.0002923011779785156,
+ 0.0217742919921875,
+ -0.0010051727294921875,
+ 0.0179443359375,
+ -0.0369873046875,
+ -0.00612640380859375,
+ 0.0221099853515625,
+ -0.035675048828125,
+ -0.034149169921875,
+ -0.036102294921875,
+ 0.0389404296875,
+ -0.00809478759765625,
+ -0.06475830078125,
+ 0.0211181640625,
+ -0.0111083984375,
+ 0.020904541015625,
+ -0.0021209716796875,
+ 0.05230712890625,
+ -0.046844482421875,
+ -0.0221099853515625,
+ -0.00415802001953125,
+ 0.04486083984375,
+ 0.0268096923828125,
+ 0.0268096923828125,
+ -0.00848388671875,
+ 0.02001953125,
+ -0.00522613525390625,
+ -0.01433563232421875,
+ 0.053619384765625,
+ 0.022430419921875,
+ -0.003856658935546875,
+ -0.038726806640625,
+ -0.0196990966796875,
+ -0.044647216796875,
+ 0.049468994140625,
+ 0.0019016265869140625,
+ 0.05908203125,
+ 0.0147705078125,
+ 0.0018329620361328125,
+ -0.09149169921875,
+ 0.06787109375,
+ -0.0167388916015625,
+ 0.029541015625,
+ 0.029327392578125,
+ -0.0234222412109375,
+ -0.07354736328125,
+ -0.046173095703125,
+ -0.02593994140625,
+ -0.01340484619140625,
+ -0.0201263427734375,
+ 0.03369140625,
+ 0.0268096923828125,
+ 0.0016622543334960938,
+ 0.03216552734375,
+ -0.01302337646484375,
+ 0.00733184814453125,
+ 0.03851318359375,
+ -0.006946563720703125,
+ -0.0274658203125,
+ 0.062164306640625,
+ -0.04486083984375,
+ -0.0017642974853515625,
+ -0.00667572021484375,
+ 0.0284423828125,
+ 0.0273590087890625,
+ -0.0030364990234375,
+ -0.0286712646484375,
+ -0.004978179931640625,
+ 0.01433563232421875,
+ 0.041351318359375,
+ -0.01433563232421875,
+ 0.007770538330078125,
+ -0.012420654296875,
+ 0.02484130859375,
+ -0.00940704345703125,
+ 0.01302337646484375,
+ 0.005390167236328125,
+ 0.007167816162109375,
+ -0.04156494140625,
+ 0.007274627685546875,
+ -0.0748291015625,
+ -0.0980224609375,
+ -0.0106658935546875,
+ -0.020904541015625,
+ -0.0196990966796875,
+ 0.021453857421875,
+ 0.008148193359375,
+ 0.010284423828125,
+ -0.04266357421875,
+ 0.03961181640625,
+ 0.00283050537109375,
+ -0.0290985107421875,
+ -0.01351165771484375,
+ 0.03216552734375,
+ -0.036773681640625,
+ 0.01554107666015625,
+ 0.0186004638671875,
+ -0.03631591796875,
+ 0.0193634033203125,
+ -0.0085906982421875,
+ -0.0018739700317382812,
+ -0.0030364990234375,
+ -0.00519561767578125,
+ -0.034149169921875,
+ 0.046844482421875,
+ -0.04595947265625,
+ -0.0128021240234375,
+ 0.01105499267578125,
+ 0.021453857421875,
+ 0.00864410400390625,
+ -0.03216552734375,
+ 0.034576416015625,
+ -0.0178375244140625,
+ -0.05645751953125,
+ 0.00798797607421875,
+ -0.0169677734375,
+ -0.06915283203125,
+ 0.0027904510498046875,
+ -0.04156494140625,
+ 0.0234222412109375,
+ 0.046600341796875,
+ 0.04156494140625,
+ 0.0301971435546875,
+ 0.0643310546875,
+ 0.01422119140625,
+ -0.035247802734375,
+ 0.0260467529296875,
+ -0.000858306884765625,
+ 0.05230712890625,
+ 0.02276611328125,
+ 0.0257110595703125,
+ 0.000008881092071533203,
+ 0.0096282958984375,
+ 0.0172882080078125,
+ -0.07659912109375,
+ -0.0064849853515625,
+ -0.0096282958984375,
+ -0.05908203125,
+ 0.023193359375,
+ 0.057769775390625,
+ 0.03961181640625,
+ 0.0196990966796875,
+ 0.0301971435546875,
+ 0.060394287109375,
+ 0.039398193359375,
+ 0.0038299560546875,
+ -0.0325927734375,
+ -0.056884765625,
+ -0.0275726318359375,
+ 0.037872314453125,
+ 0.0251617431640625,
+ -0.07440185546875,
+ 0.04705810546875,
+ 0.0770263671875,
+ -0.006427764892578125,
+ -0.01531982421875,
+ -0.0136260986328125,
+ -0.031951904296875,
+ 0.042236328125,
+ 0.01055908203125,
+ 0.016082763671875,
+ -0.0673828125,
+ 0.00995635986328125,
+ 0.0133514404296875,
+ 0.005580902099609375,
+ -0.0033245086669921875,
+ -0.0230865478515625,
+ -0.0249481201171875,
+ 0.040496826171875,
+ -0.056884765625,
+ 0.00897216796875,
+ 0.0219879150390625,
+ 0.055572509765625,
+ 0.0122528076171875,
+ -0.0279083251953125,
+ 0.006839752197265625,
+ 0.010833740234375,
+ 0.004924774169921875,
+ -0.0161895751953125,
+ 0.0013408660888671875,
+ 0.0165252685546875,
+ -0.035247802734375,
+ 0.0299835205078125,
+ 0.054046630859375,
+ 0.005527496337890625,
+ 0.0196990966796875,
+ 0.005580902099609375,
+ -0.040496826171875,
+ 0.031951904296875,
+ -0.0201263427734375,
+ 0.0223236083984375,
+ 0.008209228515625,
+ -0.040252685546875,
+ -0.0211181640625,
+ -0.0249481201171875,
+ 0.01904296875,
+ -0.0032958984375,
+ 0.03851318359375,
+ 0.0048980712890625,
+ -0.0002837181091308594,
+ -0.00864410400390625,
+ -0.01274871826171875,
+ 0.0201263427734375,
+ 0.02374267578125,
+ 0.00238037109375,
+ 0.031524658203125,
+ 0.01531982421875,
+ 0.035003662109375,
+ 0.00940704345703125,
+ -0.025054931640625,
+ 0.04486083984375,
+ -0.027252197265625,
+ 0.0299835205078125,
+ -0.057342529296875,
+ -0.0041046142578125,
+ 0.0288848876953125,
+ -0.0262603759765625,
+ 0.00035381317138671875,
+ -0.031951904296875,
+ -0.002544403076171875,
+ 0.006977081298828125,
+ -0.0270233154296875,
+ -0.0146636962890625,
+ 0.0290985107421875,
+ -0.050994873046875,
+ -0.0027637481689453125,
+ 0.048583984375,
+ 0.0221099853515625,
+ 0.0170745849609375,
+ -0.03546142578125,
+ 0.05645751953125,
+ 0.037200927734375,
+ 0.02801513671875,
+ -0.00940704345703125,
+ -0.0025844573974609375,
+ 0.035247802734375,
+ -0.030853271484375,
+ 0.0246124267578125,
+ 0.04266357421875,
+ 0.01488494873046875,
+ 0.055145263671875,
+ 0.02581787109375,
+ 0.03173828125,
+ -0.043121337890625,
+ 0.0159759521484375,
+ -0.006977081298828125,
+ -0.033935546875,
+ 0.0236358642578125,
+ 0.01012420654296875,
+ 0.026702880859375,
+ -0.0088653564453125,
+ -0.021453857421875,
+ -0.001682281494140625,
+ -0.06390380859375,
+ 0.062164306640625,
+ 0.004459381103515625,
+ -0.0217742919921875,
+ 0.0301971435546875,
+ -0.0389404296875,
+ 0.055145263671875,
+ -0.002666473388671875,
+ 0.060394287109375,
+ -0.02374267578125,
+ 0.05535888671875,
+ -0.0260467529296875,
+ 0.01318359375,
+ 0.00930023193359375,
+ 0.014007568359375,
+ 0.00457000732421875,
+ 0.021331787109375,
+ -0.00836944580078125,
+ 0.05645751953125,
+ 0.0152130126953125,
+ 0.0159759521484375,
+ -0.03436279296875,
+ -0.031280517578125,
+ -0.0051422119140625,
+ 0.00853729248046875,
+ 0.01499176025390625,
+ -0.043121337890625,
+ -0.0204620361328125,
+ -0.004047393798828125,
+ 0.01499176025390625,
+ 0.062164306640625,
+ -0.01739501953125,
+ 0.023529052734375,
+ -0.002475738525390625,
+ 0.01023101806640625,
+ -0.01263427734375,
+ 0.0015382766723632812
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "disassembler",
+ "decompiler"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Log_Analyse_Methodik",
+ "type": "tool",
+ "name": "Linux Log-Analyse Methodik",
+ "content": "linux log-analyse methodik strukturierte auswertung von /var/log/* für incident-timeline-reconstruction. unix-time-konvertierung, kernel-ring-buffer-analyse mit dmesg, authentication-logs in auth.log/secure. korrelation zwischen system-, kernel- und application-logs für vollständige event-sequencing. log-analysis timeline-analysis unix-time kernel-analysis authentication-logs syslog-analysis incident-response static-investigations network-forensics examination analysis",
+ "embedding": [
+ -0.023834228515625,
+ 0.05560302734375,
+ 0.0758056640625,
+ -0.005275726318359375,
+ 0.0423583984375,
+ -0.00025081634521484375,
+ 0.0002651214599609375,
+ -0.024322509765625,
+ -0.04119873046875,
+ -0.007656097412109375,
+ -0.00022494792938232422,
+ 0.0244903564453125,
+ -0.0011587142944335938,
+ -0.015716552734375,
+ -0.02349853515625,
+ 0.0264739990234375,
+ 0.0097198486328125,
+ -0.0184478759765625,
+ 0.003330230712890625,
+ 0.00525665283203125,
+ -0.0306243896484375,
+ -0.01357269287109375,
+ -0.0572509765625,
+ 0.0018310546875,
+ -0.01241302490234375,
+ -0.004138946533203125,
+ -0.035430908203125,
+ -0.07977294921875,
+ -0.01605224609375,
+ 0.0190277099609375,
+ 0.005420684814453125,
+ -0.01398468017578125,
+ -0.0023899078369140625,
+ 0.0101776123046875,
+ -0.01340484619140625,
+ -0.03973388671875,
+ 0.0167999267578125,
+ -0.06951904296875,
+ -0.034271240234375,
+ 0.0655517578125,
+ -0.01323699951171875,
+ 0.003559112548828125,
+ -0.003040313720703125,
+ -0.02862548828125,
+ -0.0291290283203125,
+ -0.0271453857421875,
+ 0.046356201171875,
+ -0.01125335693359375,
+ 0.0221710205078125,
+ -0.03509521484375,
+ 0.0469970703125,
+ 0.003330230712890625,
+ 0.0251617431640625,
+ 0.0033721923828125,
+ -0.0711669921875,
+ 0.02093505859375,
+ 0.00732421875,
+ -0.01092529296875,
+ -0.0506591796875,
+ 0.03375244140625,
+ -0.031951904296875,
+ -0.01092529296875,
+ -0.01166534423828125,
+ -0.004924774169921875,
+ 0.00968170166015625,
+ 0.01158905029296875,
+ -0.021514892578125,
+ -0.0016345977783203125,
+ 0.004779815673828125,
+ 0.000698089599609375,
+ 0.02069091796875,
+ 0.0014791488647460938,
+ -0.0162200927734375,
+ 0.0655517578125,
+ 0.00951385498046875,
+ -0.04833984375,
+ 0.03955078125,
+ 0.0251617431640625,
+ 0.00372314453125,
+ -0.033447265625,
+ -0.0408935546875,
+ 0.01258087158203125,
+ 0.07513427734375,
+ 0.0005998611450195312,
+ -0.055938720703125,
+ 0.0027103424072265625,
+ 0.02093505859375,
+ 0.01323699951171875,
+ -0.021026611328125,
+ -0.0233306884765625,
+ 0.033447265625,
+ -0.0064544677734375,
+ 0.0169677734375,
+ 0.0081939697265625,
+ 0.036590576171875,
+ 0.0469970703125,
+ -0.0057525634765625,
+ -0.0233306884765625,
+ -0.014892578125,
+ 0.010467529296875,
+ 0.0321044921875,
+ -0.041717529296875,
+ 0.04205322265625,
+ -0.00724029541015625,
+ 0.0562744140625,
+ -0.053619384765625,
+ 0.016876220703125,
+ 0.003559112548828125,
+ 0.00885772705078125,
+ -0.001132965087890625,
+ -0.06915283203125,
+ -0.0223388671875,
+ -0.0283050537109375,
+ -0.041534423828125,
+ -0.034576416015625,
+ -0.01953125,
+ -0.00951385498046875,
+ 0.0460205078125,
+ -0.044036865234375,
+ -0.05792236328125,
+ 0.0264739990234375,
+ -0.01084136962890625,
+ 0.005626678466796875,
+ 0.002109527587890625,
+ -0.047332763671875,
+ -0.03375244140625,
+ 0.0158843994140625,
+ 0.026641845703125,
+ -0.0207672119140625,
+ 0.005191802978515625,
+ -0.00008147954940795898,
+ -0.00852203369140625,
+ -0.005420684814453125,
+ -0.0102996826171875,
+ -0.01953125,
+ -0.054962158203125,
+ 0.0367431640625,
+ -0.0034542083740234375,
+ 0.0058746337890625,
+ 0.0276336669921875,
+ 0.052642822265625,
+ -0.03973388671875,
+ -0.054962158203125,
+ 0.0052947998046875,
+ -0.028961181640625,
+ -0.0165557861328125,
+ -0.0096435546875,
+ 0.02001953125,
+ -0.016632080078125,
+ 0.01142120361328125,
+ -0.003124237060546875,
+ 0.04205322265625,
+ 0.0306243896484375,
+ -0.0022754669189453125,
+ 0.0244903564453125,
+ -0.05792236328125,
+ 0.0016241073608398438,
+ -0.0228424072265625,
+ 0.0124969482421875,
+ 0.00046539306640625,
+ -0.021026611328125,
+ 0.01381683349609375,
+ -0.01282501220703125,
+ 0.00926971435546875,
+ -0.02001953125,
+ -0.043701171875,
+ -0.02349853515625,
+ 0.00881195068359375,
+ 0.004718780517578125,
+ 0.00782012939453125,
+ 0.0218505859375,
+ -0.01340484619140625,
+ 0.053619384765625,
+ 0.048980712890625,
+ -0.005046844482421875,
+ 0.01357269287109375,
+ -0.010467529296875,
+ -0.015228271484375,
+ 0.06488037109375,
+ 0.035919189453125,
+ 0.0012722015380859375,
+ -0.037078857421875,
+ 0.0516357421875,
+ -0.02862548828125,
+ 0.023834228515625,
+ 0.0113372802734375,
+ -0.046661376953125,
+ -0.014892578125,
+ -0.0158843994140625,
+ 0.0193634033203125,
+ -0.02044677734375,
+ -0.041046142578125,
+ 0.0269775390625,
+ 0.0133209228515625,
+ 0.016876220703125,
+ 0.0645751953125,
+ 0.01514434814453125,
+ -0.01142120361328125,
+ 0.036895751953125,
+ -0.0040740966796875,
+ 0.03045654296875,
+ 0.03143310546875,
+ -0.005130767822265625,
+ 0.036407470703125,
+ 0.0316162109375,
+ -0.0251617431640625,
+ -0.0034351348876953125,
+ 0.035736083984375,
+ 0.010467529296875,
+ -0.008026123046875,
+ -0.0102996826171875,
+ 0.0469970703125,
+ -0.0004525184631347656,
+ -0.01258087158203125,
+ -0.044342041015625,
+ -0.0264739990234375,
+ 0.012908935546875,
+ -0.00997161865234375,
+ -0.006496429443359375,
+ -0.00872802734375,
+ -0.0080718994140625,
+ -0.036895751953125,
+ -0.0018825531005859375,
+ 0.0311126708984375,
+ -0.003185272216796875,
+ 0.0595703125,
+ 0.00450897216796875,
+ -0.026641845703125,
+ -0.0199432373046875,
+ 0.021514892578125,
+ 0.0244903564453125,
+ 0.050323486328125,
+ -0.009307861328125,
+ 0.01084136962890625,
+ -0.01224517822265625,
+ -0.0283050537109375,
+ 0.0506591796875,
+ 0.0190277099609375,
+ 0.00494384765625,
+ 0.030120849609375,
+ -0.03045654296875,
+ 0.0221710205078125,
+ -0.0191192626953125,
+ 0.021026611328125,
+ 0.0274810791015625,
+ -0.0187835693359375,
+ 0.01340484619140625,
+ 0.00014543533325195312,
+ 0.024993896484375,
+ 0.0628662109375,
+ -0.0325927734375,
+ -0.0029582977294921875,
+ -0.06689453125,
+ 0.014068603515625,
+ -0.0794677734375,
+ -0.00839996337890625,
+ -0.0283050537109375,
+ -0.05230712890625,
+ 0.00872802734375,
+ -0.01580810546875,
+ -0.0037441253662109375,
+ -0.0020580291748046875,
+ 0.0009207725524902344,
+ -0.0012311935424804688,
+ 0.03375244140625,
+ 0.0216827392578125,
+ -0.038238525390625,
+ 0.0016345977783203125,
+ 0.06488037109375,
+ -0.019195556640625,
+ -0.00868988037109375,
+ -0.0009927749633789062,
+ 0.00473785400390625,
+ 0.0007600784301757812,
+ -0.004428863525390625,
+ -0.054290771484375,
+ -0.0040130615234375,
+ 0.050323486328125,
+ 0.0179595947265625,
+ 0.02978515625,
+ -0.006122589111328125,
+ -0.0251617431640625,
+ -0.0259857177734375,
+ 0.032440185546875,
+ -0.03607177734375,
+ 0.028472900390625,
+ 0.0018930435180664062,
+ -0.01084136962890625,
+ -0.014892578125,
+ -0.058929443359375,
+ -0.0216827392578125,
+ 0.03509521484375,
+ 0.01067352294921875,
+ -0.01158905029296875,
+ -0.00885772705078125,
+ -0.04534912109375,
+ 0.01605224609375,
+ 0.01282501220703125,
+ -0.016143798828125,
+ 0.00939178466796875,
+ 0.035736083984375,
+ -0.0193634033203125,
+ 0.0036830902099609375,
+ -0.004241943359375,
+ 0.01514434814453125,
+ -0.01084136962890625,
+ -0.033111572265625,
+ -0.0156402587890625,
+ -0.00732421875,
+ -0.0299530029296875,
+ 0.007076263427734375,
+ 0.0306243896484375,
+ -0.051971435546875,
+ 0.0150604248046875,
+ -0.04071044921875,
+ -0.0012617111206054688,
+ -0.05462646484375,
+ -0.05462646484375,
+ 0.0279693603515625,
+ -0.0142364501953125,
+ -0.0367431640625,
+ -0.0221710205078125,
+ 0.037567138671875,
+ 0.0218505859375,
+ -0.00479888916015625,
+ 0.0011014938354492188,
+ 0.0027923583984375,
+ -0.01067352294921875,
+ 0.0159759521484375,
+ -0.034576416015625,
+ 0.048980712890625,
+ 0.01142120361328125,
+ 0.0233306884765625,
+ 0.052642822265625,
+ 0.01456451416015625,
+ 0.03973388671875,
+ 0.054290771484375,
+ 0.003993988037109375,
+ -0.0019235610961914062,
+ -0.021514892578125,
+ 0.017547607421875,
+ -0.0119171142578125,
+ -0.0070343017578125,
+ -0.01241302490234375,
+ -0.0225067138671875,
+ 0.0017995834350585938,
+ -0.0220184326171875,
+ 0.04534912109375,
+ 0.0269775390625,
+ 0.034088134765625,
+ 0.03741455078125,
+ -0.03143310546875,
+ -0.00357818603515625,
+ 0.07086181640625,
+ 0.02862548828125,
+ 0.09600830078125,
+ -0.0015926361083984375,
+ -0.05328369140625,
+ 0.0196075439453125,
+ 0.01166534423828125,
+ -0.01142120361328125,
+ -0.00885772705078125,
+ 0.0469970703125,
+ 0.023834228515625,
+ 0.00039577484130859375,
+ 0.025482177734375,
+ -0.0202789306640625,
+ 0.044677734375,
+ 0.005462646484375,
+ 0.0259857177734375,
+ -0.0191192626953125,
+ -0.0171356201171875,
+ 0.032440185546875,
+ 0.05926513671875,
+ 0.0271453857421875,
+ 0.007488250732421875,
+ 0.037078857421875,
+ -0.027313232421875,
+ -0.007572174072265625,
+ -0.0299530029296875,
+ -0.0618896484375,
+ 0.0038280487060546875,
+ 0.005626678466796875,
+ 0.01142120361328125,
+ 0.017791748046875,
+ -0.0248260498046875,
+ -0.053955078125,
+ 0.01055145263671875,
+ -0.0276336669921875,
+ 0.054290771484375,
+ 0.0291290283203125,
+ 0.01200103759765625,
+ 0.05462646484375,
+ -0.040374755859375,
+ 0.0074462890625,
+ 0.0423583984375,
+ 0.010589599609375,
+ 0.032928466796875,
+ 0.0228424072265625,
+ 0.037750244140625,
+ -0.0024204254150390625,
+ -0.0191192626953125,
+ 0.015472412109375,
+ 0.0268096923828125,
+ 0.022674560546875,
+ -0.0244903564453125,
+ 0.01398468017578125,
+ 0.0423583984375,
+ 0.0248260498046875,
+ -0.045684814453125,
+ 0.055938720703125,
+ 0.024322509765625,
+ -0.021514892578125,
+ 0.011505126953125,
+ -0.00012803077697753906,
+ 0.019866943359375,
+ -0.0675048828125,
+ 0.01398468017578125,
+ 0.004116058349609375,
+ 0.0176239013671875,
+ 0.0158843994140625,
+ 0.0187835693359375,
+ -0.041534423828125,
+ 0.0034542083740234375,
+ 0.045013427734375,
+ -0.039398193359375,
+ 0.0191192626953125,
+ 0.040557861328125,
+ -0.0105133056640625,
+ 0.005214691162109375,
+ 0.0016965866088867188,
+ -0.05859375,
+ 0.00910186767578125,
+ -0.063232421875,
+ -0.04833984375,
+ 0.01629638671875,
+ 0.0423583984375,
+ -0.053955078125,
+ -0.040374755859375,
+ -0.03607177734375,
+ -0.01348876953125,
+ -0.0150604248046875,
+ -0.041534423828125,
+ 0.00839996337890625,
+ -0.007904052734375,
+ -0.0001227855682373047,
+ 0.047332763671875,
+ 0.05230712890625,
+ -0.0244903564453125,
+ -0.02978515625,
+ 0.04833984375,
+ -0.0130767822265625,
+ -0.04071044921875,
+ 0.01837158203125,
+ 0.01013946533203125,
+ 0.028472900390625,
+ -0.023834228515625,
+ -0.02862548828125,
+ 0.012664794921875,
+ -0.0158843994140625,
+ -0.00537872314453125,
+ 0.0084381103515625,
+ -0.04864501953125,
+ -0.050323486328125,
+ -0.03509521484375,
+ 0.04766845703125,
+ 0.00013065338134765625,
+ 0.0223388671875,
+ -0.005069732666015625,
+ -0.028472900390625,
+ 0.018951416015625,
+ -0.053619384765625,
+ -0.047332763671875,
+ 0.00827789306640625,
+ -0.00836181640625,
+ -0.00695037841796875,
+ 0.06951904296875,
+ -0.01323699951171875,
+ -0.0172119140625,
+ -0.00968170166015625,
+ 0.0240020751953125,
+ 0.0211029052734375,
+ -0.015472412109375,
+ -0.0516357421875,
+ 0.03955078125,
+ 0.0256500244140625,
+ -0.0362548828125,
+ -0.0024509429931640625,
+ -0.01316070556640625,
+ -0.019195556640625,
+ 0.046661376953125,
+ -0.052947998046875,
+ -0.001758575439453125,
+ 0.00885772705078125,
+ -0.039398193359375,
+ -0.0276336669921875,
+ -0.001964569091796875,
+ -0.03277587890625,
+ -0.00893402099609375,
+ 0.0185394287109375,
+ 0.025482177734375,
+ 0.01374053955078125,
+ 0.039215087890625,
+ -0.002429962158203125,
+ 0.015716552734375,
+ 0.037078857421875,
+ -0.0028553009033203125,
+ -0.010345458984375,
+ 0.0150604248046875,
+ -0.04534912109375,
+ -0.0291290283203125,
+ -0.0196075439453125,
+ 0.02117919921875,
+ -0.055267333984375,
+ 0.0299530029296875,
+ -0.01258087158203125,
+ -0.019287109375,
+ 0.03558349609375,
+ -0.0325927734375,
+ 0.009063720703125,
+ -0.0127410888671875,
+ -0.020599365234375,
+ -0.039886474609375,
+ -0.0283050537109375,
+ -0.0179595947265625,
+ 0.032440185546875,
+ 0.009185791015625,
+ 0.03857421875,
+ 0.012908935546875,
+ -0.030120849609375,
+ 0.01038360595703125,
+ 0.02862548828125,
+ -0.0019445419311523438,
+ 0.021514892578125,
+ 0.00682830810546875,
+ 0.0052337646484375,
+ -0.00914764404296875,
+ 0.037750244140625,
+ -0.03790283203125,
+ -0.051971435546875,
+ -0.07415771484375,
+ 0.010589599609375,
+ 0.019287109375,
+ -0.027801513671875,
+ -0.0139007568359375,
+ -0.05926513671875,
+ -0.07611083984375,
+ -0.0176239013671875,
+ 0.05560302734375,
+ -0.00479888916015625,
+ 0.006744384765625,
+ -0.05462646484375,
+ -0.025482177734375,
+ 0.0188751220703125,
+ -0.04534912109375,
+ 0.0178680419921875,
+ -0.003185272216796875,
+ 0.012664794921875,
+ 0.010223388671875,
+ -0.046661376953125,
+ 0.00380706787109375,
+ 0.0193634033203125,
+ 0.03509521484375,
+ 0.029296875,
+ 0.0184478759765625,
+ -0.019195556640625,
+ 0.0302886962890625,
+ -0.02532958984375,
+ -0.0171356201171875,
+ 0.00006175041198730469,
+ -0.0038890838623046875,
+ -0.0015516281127929688,
+ -0.0572509765625,
+ -0.024993896484375,
+ 0.0146484375,
+ 0.02532958984375,
+ 0.0240020751953125,
+ 0.005626678466796875,
+ -0.00322723388671875,
+ 0.034759521484375,
+ -0.000006020069122314453,
+ 0.05462646484375,
+ -0.032440185546875,
+ -0.0516357421875,
+ 0.00136566162109375,
+ -0.00380706787109375,
+ 0.019287109375,
+ 0.00823211669921875,
+ 0.03857421875,
+ -0.03955078125,
+ 0.015228271484375,
+ 0.0220184326171875,
+ -0.029296875,
+ -0.0271453857421875,
+ -0.022674560546875,
+ 0.002109527587890625,
+ -0.00508880615234375,
+ 0.053955078125,
+ 0.0220184326171875,
+ 0.06689453125,
+ 0.005504608154296875,
+ 0.0167236328125,
+ 0.0390625,
+ 0.06256103515625,
+ 0.0251617431640625,
+ 0.000698089599609375,
+ -0.05096435546875,
+ -0.007488250732421875,
+ 0.0218505859375,
+ -0.05328369140625,
+ -0.005626678466796875,
+ 0.00229644775390625,
+ 0.0460205078125,
+ -0.054290771484375,
+ -0.01013946533203125,
+ -0.01142120361328125,
+ 0.0136566162109375,
+ -0.0096435546875,
+ 0.00848388671875,
+ -0.0306243896484375,
+ 0.04833984375,
+ 0.01224517822265625,
+ -0.04534912109375,
+ 0.0034961700439453125,
+ -0.0136566162109375,
+ -0.00868988037109375,
+ 0.04998779296875,
+ 0.020599365234375,
+ -0.02581787109375,
+ 0.005504608154296875,
+ 0.0027713775634765625,
+ 0.04302978515625,
+ 0.0460205078125,
+ 0.025482177734375,
+ 0.0009412765502929688,
+ 0.0240020751953125,
+ 0.041717529296875,
+ 0.04864501953125,
+ -0.03857421875,
+ -0.0156402587890625,
+ 0.0390625,
+ 0.04833984375,
+ 0.033935546875,
+ 0.05560302734375,
+ 0.00002568960189819336,
+ 0.01224517822265625,
+ -0.02301025390625,
+ -0.05560302734375,
+ -0.00951385498046875,
+ 0.0218505859375,
+ -0.00868988037109375,
+ -0.05462646484375,
+ -0.057586669921875,
+ -0.001468658447265625,
+ -0.038726806640625,
+ 0.03955078125,
+ -0.00864410400390625,
+ -0.0287933349609375,
+ -0.01415252685546875,
+ 0.053955078125,
+ -0.024993896484375,
+ -0.04833984375,
+ 0.026153564453125,
+ -0.04766845703125,
+ 0.0007500648498535156,
+ -0.0190277099609375,
+ -0.028472900390625,
+ 0.0231781005859375,
+ -0.0362548828125,
+ -0.062225341796875,
+ -0.032440185546875,
+ 0.034271240234375,
+ -0.037750244140625,
+ -0.057586669921875,
+ -0.035247802734375,
+ -0.00798797607421875,
+ -0.0233306884765625,
+ -0.0193634033203125,
+ -0.0362548828125,
+ -0.040374755859375,
+ -0.011749267578125,
+ -0.0274810791015625,
+ 0.0187835693359375,
+ -0.043365478515625,
+ -0.033111572265625,
+ 0.00653839111328125,
+ -0.0146484375,
+ -0.03509521484375,
+ 0.04931640625,
+ -0.03741455078125,
+ 0.037750244140625,
+ 0.02093505859375,
+ 0.019866943359375,
+ 0.034423828125,
+ 0.0721435546875,
+ -0.018035888671875,
+ 0.0184478759765625,
+ -0.0029582977294921875,
+ -0.06719970703125,
+ -0.0011692047119140625,
+ 0.008148193359375,
+ 0.0187835693359375,
+ -0.054290771484375,
+ -0.00926971435546875,
+ 0.053955078125,
+ -0.06719970703125,
+ 0.004364013671875,
+ 0.004718780517578125,
+ -0.002338409423828125,
+ -0.045013427734375,
+ 0.003021240234375,
+ 0.006290435791015625,
+ 0.01439666748046875,
+ 0.080078125,
+ -0.005542755126953125,
+ 0.00782012939453125,
+ -0.0023174285888671875,
+ -0.0469970703125,
+ 0.057586669921875,
+ 0.0136566162109375,
+ 0.0228424072265625,
+ -0.02001953125,
+ -0.0034351348876953125,
+ -0.000005364418029785156,
+ -0.042694091796875,
+ 0.010009765625,
+ -0.057586669921875,
+ 0.0167236328125,
+ 0.009765625,
+ -0.0102996826171875,
+ -0.0105133056640625,
+ 0.00893402099609375,
+ -0.042694091796875,
+ -0.052642822265625,
+ -0.035919189453125,
+ 0.025482177734375,
+ -0.0015106201171875,
+ 0.0074462890625,
+ -0.034271240234375,
+ -0.007282257080078125,
+ -0.0123291015625,
+ -0.051300048828125,
+ -0.0084381103515625,
+ -0.03857421875,
+ 0.02813720703125,
+ -0.016387939453125,
+ -0.05926513671875,
+ 0.03228759765625,
+ 0.0190277099609375,
+ -0.00711822509765625,
+ 0.0223388671875,
+ 0.06390380859375,
+ -0.043365478515625,
+ 0.0016651153564453125,
+ 0.0233306884765625,
+ 0.0231781005859375,
+ -0.00075531005859375,
+ 0.0028972625732421875,
+ -0.01055145263671875,
+ 0.01026153564453125,
+ 0.033599853515625,
+ -0.049652099609375,
+ 0.0321044921875,
+ 0.040557861328125,
+ -0.0220184326171875,
+ -0.057586669921875,
+ -0.031951904296875,
+ -0.024322509765625,
+ 0.035247802734375,
+ -0.00724029541015625,
+ 0.03558349609375,
+ -0.0019855499267578125,
+ -0.0119171142578125,
+ -0.082763671875,
+ 0.04534912109375,
+ -0.0172119140625,
+ 0.03839111328125,
+ 0.0259857177734375,
+ -0.02532958984375,
+ -0.061553955078125,
+ -0.04864501953125,
+ -0.0177154541015625,
+ 0.045013427734375,
+ -0.004924774169921875,
+ 0.06622314453125,
+ 0.018035888671875,
+ 0.01241302490234375,
+ 0.0191192626953125,
+ -0.00881195068359375,
+ 0.0142364501953125,
+ 0.032440185546875,
+ 0.03509521484375,
+ -0.0231781005859375,
+ 0.052642822265625,
+ -0.02349853515625,
+ -0.006702423095703125,
+ -0.0408935546875,
+ -0.01439666748046875,
+ -0.01038360595703125,
+ -0.0220184326171875,
+ -0.04931640625,
+ 0.0017271041870117188,
+ 0.01415252685546875,
+ 0.0609130859375,
+ 0.005542755126953125,
+ -0.004489898681640625,
+ 0.0030002593994140625,
+ 0.006702423095703125,
+ -0.02069091796875,
+ -0.01224517822265625,
+ 0.011749267578125,
+ 0.02001953125,
+ -0.0019140243530273438,
+ -0.018035888671875,
+ -0.07977294921875,
+ -0.06817626953125,
+ 0.0095977783203125,
+ -0.05792236328125,
+ -0.014312744140625,
+ -0.006618499755859375,
+ 0.0251617431640625,
+ 0.0244903564453125,
+ -0.0124969482421875,
+ 0.0418701171875,
+ -0.0211029052734375,
+ -0.011749267578125,
+ -0.024322509765625,
+ 0.007198333740234375,
+ 0.00316619873046875,
+ 0.0248260498046875,
+ -0.0190277099609375,
+ -0.053619384765625,
+ 0.03326416015625,
+ -0.02117919921875,
+ -0.0015106201171875,
+ -0.053619384765625,
+ -0.00695037841796875,
+ -0.0307769775390625,
+ 0.00653839111328125,
+ -0.055938720703125,
+ -0.00852203369140625,
+ 0.0251617431640625,
+ 0.0199432373046875,
+ -0.0146484375,
+ -0.011749267578125,
+ 0.03228759765625,
+ -0.004344940185546875,
+ -0.0423583984375,
+ 0.0283050537109375,
+ -0.01812744140625,
+ -0.007656097412109375,
+ 0.0006389617919921875,
+ -0.005336761474609375,
+ -0.01629638671875,
+ 0.0169677734375,
+ 0.0119171142578125,
+ 0.044677734375,
+ -0.0004706382751464844,
+ -0.0014486312866210938,
+ -0.01166534423828125,
+ 0.002979278564453125,
+ -0.0231781005859375,
+ -0.0083160400390625,
+ 0.058258056640625,
+ 0.0221710205078125,
+ -0.010467529296875,
+ 0.005794525146484375,
+ -0.0018720626831054688,
+ -0.10723876953125,
+ -0.01374053955078125,
+ -0.0076141357421875,
+ -0.052947998046875,
+ -0.011505126953125,
+ 0.0794677734375,
+ 0.029632568359375,
+ 0.015228271484375,
+ 0.035919189453125,
+ 0.035247802734375,
+ 0.02301025390625,
+ 0.01357269287109375,
+ -0.0279693603515625,
+ -0.074462890625,
+ 0.01100921630859375,
+ 0.015716552734375,
+ -0.0098876953125,
+ -0.053955078125,
+ 0.05328369140625,
+ 0.0791015625,
+ -0.0216827392578125,
+ -0.00372314453125,
+ 0.00823211669921875,
+ -0.01323699951171875,
+ 0.0294647216796875,
+ 0.006786346435546875,
+ -0.01629638671875,
+ -0.06915283203125,
+ 0.004573822021484375,
+ 0.01531219482421875,
+ 0.0022754669189453125,
+ 0.0248260498046875,
+ -0.00514984130859375,
+ -0.0291290283203125,
+ 0.0213470458984375,
+ -0.033111572265625,
+ -0.0221710205078125,
+ -0.0130767822265625,
+ 0.07611083984375,
+ -0.0032482147216796875,
+ -0.049652099609375,
+ -0.01158905029296875,
+ 0.03790283203125,
+ 0.0038280487060546875,
+ -0.015472412109375,
+ -0.015228271484375,
+ 0.0172119140625,
+ 0.0017070770263671875,
+ 0.0051116943359375,
+ 0.063232421875,
+ 0.01348876953125,
+ 0.055267333984375,
+ 0.024658203125,
+ -0.057586669921875,
+ 0.04071044921875,
+ -0.0005197525024414062,
+ 0.01258087158203125,
+ 0.01183319091796875,
+ -0.06256103515625,
+ -0.044677734375,
+ -0.06353759765625,
+ 0.044342041015625,
+ 0.0097198486328125,
+ 0.02978515625,
+ 0.0240020751953125,
+ 0.0018415451049804688,
+ -0.028472900390625,
+ 0.01837158203125,
+ 0.03094482421875,
+ 0.055267333984375,
+ 0.020599365234375,
+ 0.0038471221923828125,
+ 0.016143798828125,
+ 0.01116943359375,
+ 0.0123291015625,
+ -0.03375244140625,
+ 0.037750244140625,
+ -0.054290771484375,
+ 0.01357269287109375,
+ -0.03607177734375,
+ 0.003620147705078125,
+ 0.0174560546875,
+ -0.044677734375,
+ -0.01357269287109375,
+ -0.0098876953125,
+ -0.024658203125,
+ -0.02117919921875,
+ -0.061553955078125,
+ -0.01282501220703125,
+ 0.04302978515625,
+ -0.00864410400390625,
+ 0.0123291015625,
+ 0.021514892578125,
+ -0.020599365234375,
+ -0.0003464221954345703,
+ -0.05096435546875,
+ 0.04766845703125,
+ 0.028961181640625,
+ 0.0306243896484375,
+ -0.00897979736328125,
+ -0.00372314453125,
+ 0.0362548828125,
+ -0.0036830902099609375,
+ 0.01538848876953125,
+ 0.028472900390625,
+ -0.04833984375,
+ 0.037750244140625,
+ 0.0294647216796875,
+ 0.01142120361328125,
+ -0.0207672119140625,
+ 0.01166534423828125,
+ 0.0240020751953125,
+ -0.0645751953125,
+ 0.064208984375,
+ 0.02044677734375,
+ 0.044677734375,
+ -0.006870269775390625,
+ -0.0225067138671875,
+ -0.02301025390625,
+ -0.052947998046875,
+ 0.043701171875,
+ 0.019439697265625,
+ 0.004241943359375,
+ 0.0221710205078125,
+ -0.07550048828125,
+ 0.03277587890625,
+ -0.0010967254638671875,
+ 0.0628662109375,
+ -0.0244903564453125,
+ 0.03839111328125,
+ -0.0236663818359375,
+ 0.0113372802734375,
+ -0.01116943359375,
+ 0.01473236083984375,
+ 0.0008635520935058594,
+ 0.0172882080078125,
+ -0.0240020751953125,
+ 0.046356201171875,
+ 0.005069732666015625,
+ 0.0094757080078125,
+ -0.052947998046875,
+ -0.01357269287109375,
+ 0.0136566162109375,
+ -0.0011892318725585938,
+ 0.0516357421875,
+ -0.041534423828125,
+ -0.02117919921875,
+ 0.0316162109375,
+ 0.02862548828125,
+ 0.07086181640625,
+ -0.0127410888671875,
+ 0.043365478515625,
+ 0.001934051513671875,
+ -0.0139007568359375,
+ -0.0035991668701171875,
+ -0.0167999267578125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "log-analysis",
+ "timeline-analysis",
+ "unix-time",
+ "kernel-analysis",
+ "authentication-logs",
+ "syslog-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_md5sum___sha256sum",
+ "type": "tool",
+ "name": "md5sum / sha256sum",
+ "content": "md5sum / sha256sum berechnet kryptografische prüfsummen für integritätsprüfung forensischer images und artefakte mit minimaler systembelastung. verifiziert chain-of-custody durch hash-vergleiche vor und nach analysen. stream-filter-fähigkeit ermöglicht simultane hash-berechnung während disk-imaging. auf nahezu jeder unix-plattform vorinstalliert, daher überall verfügbar für spontane verifizierungen. erzeugt standardkonforme prüfsummen für gerichtliche verwertbarkeit. cli hashing integrity incident-response static-investigations malware-analysis examination analysis",
+ "embedding": [
+ -0.0279693603515625,
+ 0.0196075439453125,
+ 0.066162109375,
+ -0.0162353515625,
+ 0.029815673828125,
+ 0.04022216796875,
+ 0.0217437744140625,
+ -0.0250091552734375,
+ -0.02276611328125,
+ 0.0094451904296875,
+ -0.02777099609375,
+ 0.055145263671875,
+ 0.0252227783203125,
+ -0.003650665283203125,
+ -0.03717041015625,
+ 0.044708251953125,
+ -0.0149078369140625,
+ -0.011993408203125,
+ -0.00022327899932861328,
+ 0.0252227783203125,
+ 0.009185791015625,
+ 0.01428985595703125,
+ -0.02960205078125,
+ 0.0225677490234375,
+ 0.01276397705078125,
+ 0.00760650634765625,
+ -0.04901123046875,
+ -0.06817626953125,
+ -0.01715087890625,
+ 0.023284912109375,
+ -0.0027446746826171875,
+ -0.02899169921875,
+ 0.0217437744140625,
+ 0.019805908203125,
+ -0.012969970703125,
+ -0.0131683349609375,
+ -0.0167388916015625,
+ -0.02716064453125,
+ -0.01531219482421875,
+ 0.038787841796875,
+ -0.02777099609375,
+ 0.00597381591796875,
+ 0.02655029296875,
+ -0.02398681640625,
+ -0.0306243896484375,
+ -0.037567138671875,
+ 0.02593994140625,
+ -0.00867462158203125,
+ 0.00872802734375,
+ -0.023895263671875,
+ 0.032470703125,
+ 0.017669677734375,
+ 0.01153564453125,
+ -0.016021728515625,
+ -0.045318603515625,
+ 0.049224853515625,
+ 0.03839111328125,
+ -0.02960205078125,
+ -0.0306243896484375,
+ 0.035736083984375,
+ -0.046966552734375,
+ -0.011383056640625,
+ -0.03656005859375,
+ -0.0308380126953125,
+ 0.023590087890625,
+ 0.046966552734375,
+ -0.02777099609375,
+ -0.014801025390625,
+ 0.00847625732421875,
+ -0.0010843276977539062,
+ -0.00299835205078125,
+ -0.024200439453125,
+ 0.00589752197265625,
+ 0.0367431640625,
+ -0.0258331298828125,
+ -0.041046142578125,
+ 0.0275726318359375,
+ 0.02899169921875,
+ 0.031646728515625,
+ 0.01000213623046875,
+ -0.0217437744140625,
+ 0.0275726318359375,
+ 0.06451416015625,
+ -0.0080108642578125,
+ -0.00487518310546875,
+ 0.013885498046875,
+ 0.0234832763671875,
+ -0.013580322265625,
+ -0.006072998046875,
+ -0.0019273757934570312,
+ 0.0228729248046875,
+ 0.00933837890625,
+ 0.047576904296875,
+ -0.00949859619140625,
+ 0.035736083984375,
+ 0.043701171875,
+ -0.0199127197265625,
+ 0.007045745849609375,
+ 0.01561737060546875,
+ 0.03900146484375,
+ 0.014495849609375,
+ -0.0318603515625,
+ 0.050628662109375,
+ 0.01500701904296875,
+ 0.05963134765625,
+ -0.01511383056640625,
+ -0.00457000732421875,
+ -0.00939178466796875,
+ 0.0055389404296875,
+ -0.01128387451171875,
+ -0.0804443359375,
+ -0.049835205078125,
+ -0.043914794921875,
+ -0.0467529296875,
+ -0.0220489501953125,
+ 0.01261138916015625,
+ -0.00969696044921875,
+ 0.03717041015625,
+ -0.0249176025390625,
+ -0.040008544921875,
+ 0.002475738525390625,
+ 0.0252227783203125,
+ -0.00441741943359375,
+ 0.01470184326171875,
+ -0.048583984375,
+ -0.026031494140625,
+ 0.014801025390625,
+ 0.00908660888671875,
+ -0.0430908203125,
+ -0.031036376953125,
+ -0.0024890899658203125,
+ -0.02154541015625,
+ -0.0330810546875,
+ -0.02398681640625,
+ 0.01531219482421875,
+ -0.037994384765625,
+ 0.038177490234375,
+ -0.006175994873046875,
+ -0.0039043426513671875,
+ -0.0074005126953125,
+ 0.05023193359375,
+ -0.020111083984375,
+ -0.0767822265625,
+ 0.015716552734375,
+ -0.02716064453125,
+ -0.0234832763671875,
+ -0.0355224609375,
+ 0.0308380126953125,
+ -0.043701171875,
+ -0.01276397705078125,
+ 0.005565643310546875,
+ 0.013275146484375,
+ 0.058807373046875,
+ 0.0106201171875,
+ 0.002323150634765625,
+ -0.0518798828125,
+ 0.026031494140625,
+ -0.0253143310546875,
+ 0.005283355712890625,
+ 0.003292083740234375,
+ -0.05841064453125,
+ 0.024810791015625,
+ -0.02960205078125,
+ 0.0543212890625,
+ -0.013275146484375,
+ -0.0567626953125,
+ -0.024505615234375,
+ -0.004772186279296875,
+ 0.029205322265625,
+ 0.0218505859375,
+ 0.01337432861328125,
+ -0.0149078369140625,
+ 0.055145263671875,
+ 0.07720947265625,
+ 0.00487518310546875,
+ 0.0170440673828125,
+ -0.005588531494140625,
+ -0.003177642822265625,
+ 0.03204345703125,
+ 0.0255279541015625,
+ -0.0199127197265625,
+ -0.0253143310546875,
+ 0.0579833984375,
+ 0.0174560546875,
+ 0.01439666748046875,
+ -0.01087188720703125,
+ -0.0230712890625,
+ 0.01367950439453125,
+ -0.046142578125,
+ 0.031646728515625,
+ -0.0240936279296875,
+ -0.005767822265625,
+ -0.0196075439453125,
+ 0.038177490234375,
+ 0.0206298828125,
+ 0.05841064453125,
+ 0.01806640625,
+ 0.0158233642578125,
+ 0.04901123046875,
+ -0.0131683349609375,
+ 0.004543304443359375,
+ 0.010467529296875,
+ -0.00040030479431152344,
+ 0.042266845703125,
+ 0.00862884521484375,
+ 0.0066375732421875,
+ 0.006458282470703125,
+ 0.0249176025390625,
+ 0.0406494140625,
+ -0.050445556640625,
+ -0.005870819091796875,
+ 0.032684326171875,
+ -0.0158233642578125,
+ -0.02899169921875,
+ -0.0279693603515625,
+ -0.049224853515625,
+ -0.004032135009765625,
+ 0.00362396240234375,
+ -0.007198333740234375,
+ 0.00128936767578125,
+ -0.0281829833984375,
+ -0.0343017578125,
+ -0.0228729248046875,
+ 0.037567138671875,
+ -0.011383056640625,
+ 0.0226593017578125,
+ 0.041259765625,
+ -0.033477783203125,
+ -0.0731201171875,
+ 0.0518798828125,
+ 0.017974853515625,
+ 0.0230712890625,
+ -0.01174163818359375,
+ -0.003955841064453125,
+ -0.003726959228515625,
+ 0.01092529296875,
+ 0.04962158203125,
+ 0.0020160675048828125,
+ 0.01056671142578125,
+ 0.01500701904296875,
+ -0.0007977485656738281,
+ 0.0220489501953125,
+ -0.0273590087890625,
+ 0.038177490234375,
+ 0.007503509521484375,
+ -0.034912109375,
+ 0.0243988037109375,
+ -0.006023406982421875,
+ 0.025115966796875,
+ 0.04205322265625,
+ -0.051239013671875,
+ -0.02960205078125,
+ -0.06781005859375,
+ -0.0072479248046875,
+ -0.0543212890625,
+ -0.0229644775390625,
+ -0.042877197265625,
+ -0.0163421630859375,
+ 0.046142578125,
+ -0.0308380126953125,
+ -0.029205322265625,
+ -0.01261138916015625,
+ -0.0020809173583984375,
+ 0.0273590087890625,
+ 0.0343017578125,
+ -0.018890380859375,
+ -0.04901123046875,
+ 0.0074005126953125,
+ 0.086181640625,
+ -0.0205230712890625,
+ -0.00949859619140625,
+ -0.032684326171875,
+ 0.006153106689453125,
+ -0.005054473876953125,
+ 0.0252227783203125,
+ -0.045928955078125,
+ -0.0172576904296875,
+ 0.0281829833984375,
+ 0.0318603515625,
+ 0.0275726318359375,
+ -0.011383056640625,
+ -0.0072479248046875,
+ -0.004238128662109375,
+ 0.04248046875,
+ -0.044708251953125,
+ 0.0149078369140625,
+ 0.004619598388671875,
+ 0.00673675537109375,
+ -0.01128387451171875,
+ -0.06939697265625,
+ 0.00821685791015625,
+ 0.05267333984375,
+ 0.01654052734375,
+ 0.0024890899658203125,
+ 0.0006251335144042969,
+ -0.048797607421875,
+ -0.00487518310546875,
+ -0.002590179443359375,
+ -0.024200439453125,
+ 0.0172576904296875,
+ 0.037567138671875,
+ -0.032684326171875,
+ 0.01148223876953125,
+ -0.031036376953125,
+ 0.0253143310546875,
+ -0.03369140625,
+ -0.034515380859375,
+ -0.0318603515625,
+ -0.008575439453125,
+ -0.043304443359375,
+ -0.02093505859375,
+ 0.0164337158203125,
+ -0.02276611328125,
+ 0.014801025390625,
+ -0.003726959228515625,
+ 0.002246856689453125,
+ -0.053497314453125,
+ -0.032257080078125,
+ -0.006023406982421875,
+ -0.025421142578125,
+ -0.0220489501953125,
+ -0.0105133056640625,
+ 0.0543212890625,
+ -0.0231781005859375,
+ -0.0020542144775390625,
+ -0.01092529296875,
+ -0.0007052421569824219,
+ -0.04266357421875,
+ 0.0312347412109375,
+ -0.0217437744140625,
+ 0.0281829833984375,
+ 0.00650787353515625,
+ 0.05389404296875,
+ 0.035125732421875,
+ 0.052276611328125,
+ 0.026947021484375,
+ 0.04022216796875,
+ 0.032867431640625,
+ -0.020416259765625,
+ -0.01245880126953125,
+ -0.006072998046875,
+ 0.03204345703125,
+ 0.03533935546875,
+ -0.0152130126953125,
+ -0.02655029296875,
+ -0.0121002197265625,
+ -0.0216522216796875,
+ 0.01000213623046875,
+ 0.0222625732421875,
+ 0.0164337158203125,
+ 0.04205322265625,
+ -0.01561737060546875,
+ 0.014495849609375,
+ 0.0443115234375,
+ 0.00832366943359375,
+ 0.08905029296875,
+ -0.004901885986328125,
+ -0.051666259765625,
+ 0.0131683349609375,
+ 0.03143310546875,
+ -0.0190887451171875,
+ -0.006458282470703125,
+ 0.0196075439453125,
+ 0.0102081298828125,
+ -0.0016841888427734375,
+ 0.0219573974609375,
+ 0.0089874267578125,
+ 0.033294677734375,
+ 0.0005774497985839844,
+ -0.0019779205322265625,
+ 0.01439666748046875,
+ -0.01097869873046875,
+ 0.007808685302734375,
+ 0.052276611328125,
+ 0.023590087890625,
+ 0.01541900634765625,
+ 0.01593017578125,
+ -0.01071929931640625,
+ -0.0306243896484375,
+ -0.02960205078125,
+ -0.05145263671875,
+ 0.0308380126953125,
+ 0.03204345703125,
+ 0.0170440673828125,
+ 0.04736328125,
+ -0.048187255859375,
+ -0.07879638671875,
+ 0.04901123046875,
+ -0.044525146484375,
+ 0.0555419921875,
+ 0.02716064453125,
+ 0.019500732421875,
+ 0.041656494140625,
+ -0.0306243896484375,
+ 0.026336669921875,
+ 0.034698486328125,
+ -0.004058837890625,
+ 0.0155181884765625,
+ 0.0343017578125,
+ 0.02716064453125,
+ 0.023681640625,
+ -0.0555419921875,
+ 0.007045745849609375,
+ 0.0318603515625,
+ 0.0080108642578125,
+ 0.019195556640625,
+ 0.0267486572265625,
+ 0.020416259765625,
+ 0.0116424560546875,
+ -0.033294677734375,
+ 0.057586669921875,
+ 0.01409149169921875,
+ -0.00995635986328125,
+ 0.0023097991943359375,
+ -0.0005106925964355469,
+ 0.010772705078125,
+ -0.042877197265625,
+ -0.01143646240234375,
+ -0.006839752197265625,
+ -0.00847625732421875,
+ 0.01113128662109375,
+ 0.0243988037109375,
+ -0.029205322265625,
+ 0.0019140243530273438,
+ 0.05963134765625,
+ -0.039215087890625,
+ 0.03961181640625,
+ 0.01439666748046875,
+ -0.044097900390625,
+ 0.01511383056640625,
+ 0.007144927978515625,
+ -0.0718994140625,
+ 0.0202178955078125,
+ -0.040435791015625,
+ -0.049224853515625,
+ -0.01113128662109375,
+ 0.0158233642578125,
+ -0.043914794921875,
+ -0.03369140625,
+ -0.0592041015625,
+ -0.037567138671875,
+ -0.0095977783203125,
+ -0.0178680419921875,
+ 0.0237884521484375,
+ 0.007198333740234375,
+ -0.01031494140625,
+ 0.04022216796875,
+ 0.06573486328125,
+ -0.0134735107421875,
+ -0.02838134765625,
+ 0.055938720703125,
+ -0.014495849609375,
+ -0.0312347412109375,
+ 0.038787841796875,
+ 0.0170440673828125,
+ 0.033477783203125,
+ -0.02716064453125,
+ -0.040008544921875,
+ -0.018585205078125,
+ 0.0196990966796875,
+ -0.002628326416015625,
+ 0.0275726318359375,
+ -0.033905029296875,
+ -0.032684326171875,
+ -0.0214385986328125,
+ 0.0518798828125,
+ 0.020416259765625,
+ 0.0219573974609375,
+ 0.01041412353515625,
+ -0.0543212890625,
+ 0.02276611328125,
+ -0.055938720703125,
+ -0.0247039794921875,
+ 0.00658416748046875,
+ 0.003139495849609375,
+ -0.0121002197265625,
+ 0.0755615234375,
+ -0.01235198974609375,
+ 0.00487518310546875,
+ -0.0226593017578125,
+ 0.055145263671875,
+ 0.029205322265625,
+ -0.0030364990234375,
+ -0.039398193359375,
+ 0.04205322265625,
+ 0.033294677734375,
+ -0.07843017578125,
+ -0.013275146484375,
+ -0.0256195068359375,
+ -0.01398468017578125,
+ 0.04656982421875,
+ -0.06494140625,
+ -0.0167388916015625,
+ -0.01031494140625,
+ -0.04736328125,
+ -0.0118408203125,
+ -0.032257080078125,
+ 0.00582122802734375,
+ -0.0312347412109375,
+ 0.0302276611328125,
+ 0.031036376953125,
+ 0.00487518310546875,
+ 0.035736083984375,
+ 0.018280029296875,
+ -0.002208709716796875,
+ 0.0124053955078125,
+ 0.0019779205322265625,
+ 0.004184722900390625,
+ 0.0199127197265625,
+ -0.054718017578125,
+ -0.01593017578125,
+ -0.026336669921875,
+ 0.024200439453125,
+ -0.00673675537109375,
+ -0.018280029296875,
+ 0.004058837890625,
+ -0.01367950439453125,
+ 0.024505615234375,
+ -0.026031494140625,
+ -0.0059967041015625,
+ -0.0267486572265625,
+ -0.033477783203125,
+ -0.04144287109375,
+ -0.0175628662109375,
+ 0.0253143310546875,
+ 0.000995635986328125,
+ -0.0206298828125,
+ 0.0162353515625,
+ -0.0002999305725097656,
+ -0.043701171875,
+ 0.03594970703125,
+ 0.035125732421875,
+ 0.00775909423828125,
+ -0.0033435821533203125,
+ -0.00043082237243652344,
+ 0.002105712890625,
+ 0.01439666748046875,
+ 0.021026611328125,
+ -0.0181732177734375,
+ -0.02960205078125,
+ -0.07513427734375,
+ 0.047576904296875,
+ -0.001659393310546875,
+ -0.02154541015625,
+ -0.006404876708984375,
+ -0.0367431640625,
+ -0.08331298828125,
+ -0.0199127197265625,
+ 0.038177490234375,
+ -0.0003077983856201172,
+ -0.0250091552734375,
+ -0.0174560546875,
+ -0.03533935546875,
+ -0.0010652542114257812,
+ -0.0267486572265625,
+ 0.018890380859375,
+ -0.024200439453125,
+ 0.034515380859375,
+ 0.00847625732421875,
+ -0.0199127197265625,
+ 0.0202178955078125,
+ 0.020111083984375,
+ 0.0355224609375,
+ 0.031036376953125,
+ 0.0103607177734375,
+ -0.020721435546875,
+ 0.00847625732421875,
+ -0.014495849609375,
+ -0.01409149169921875,
+ -0.01337432861328125,
+ -0.0275726318359375,
+ 0.0300140380859375,
+ -0.01776123046875,
+ -0.020416259765625,
+ 0.0275726318359375,
+ 0.0222625732421875,
+ 0.0172576904296875,
+ -0.01541900634765625,
+ -0.0205230712890625,
+ 0.0149078369140625,
+ 0.007350921630859375,
+ 0.0579833984375,
+ -0.01031494140625,
+ -0.06207275390625,
+ 0.00923919677734375,
+ 0.004543304443359375,
+ 0.031646728515625,
+ 0.025421142578125,
+ -0.0020160675048828125,
+ -0.040008544921875,
+ 0.0216522216796875,
+ 0.063720703125,
+ -0.02655029296875,
+ -0.0418701171875,
+ -0.00908660888671875,
+ 0.013885498046875,
+ 0.02777099609375,
+ 0.06207275390625,
+ 0.025115966796875,
+ 0.08941650390625,
+ 0.0038547515869140625,
+ -0.00464630126953125,
+ 0.04266357421875,
+ 0.046142578125,
+ 0.016845703125,
+ -0.0300140380859375,
+ -0.06207275390625,
+ 0.0152130126953125,
+ 0.0017995834350585938,
+ -0.029205322265625,
+ -0.02899169921875,
+ -0.0228729248046875,
+ 0.0792236328125,
+ -0.0418701171875,
+ 0.0042877197265625,
+ -0.013275146484375,
+ -0.0184783935546875,
+ 0.0234832763671875,
+ 0.01235198974609375,
+ -0.04205322265625,
+ 0.00878143310546875,
+ -0.01000213623046875,
+ -0.020111083984375,
+ -0.01837158203125,
+ -0.00939178466796875,
+ 0.02716064453125,
+ 0.05841064453125,
+ 0.041046142578125,
+ -0.01500701904296875,
+ 0.0355224609375,
+ 0.0173492431640625,
+ 0.029205322265625,
+ 0.03369140625,
+ 0.0518798828125,
+ 0.014801025390625,
+ 0.00673675537109375,
+ 0.05389404296875,
+ 0.07025146484375,
+ -0.007144927978515625,
+ -0.0186767578125,
+ 0.031036376953125,
+ 0.01654052734375,
+ 0.04736328125,
+ 0.03656005859375,
+ 0.00673675537109375,
+ -0.01265716552734375,
+ 0.003879547119140625,
+ -0.04901123046875,
+ -0.004238128662109375,
+ -0.00821685791015625,
+ -0.0118408203125,
+ -0.039825439453125,
+ -0.003726959228515625,
+ -0.004337310791015625,
+ -0.0628662109375,
+ 0.057586669921875,
+ 0.0146026611328125,
+ -0.0318603515625,
+ -0.00965118408203125,
+ 0.026947021484375,
+ 0.0053863525390625,
+ -0.0273590087890625,
+ 0.00044035911560058594,
+ 0.00023615360260009766,
+ -0.007198333740234375,
+ -0.0273590087890625,
+ -0.0222625732421875,
+ 0.0555419921875,
+ -0.0252227783203125,
+ -0.07757568359375,
+ -0.02276611328125,
+ 0.0343017578125,
+ -0.0229644775390625,
+ -0.036956787109375,
+ -0.016845703125,
+ -0.00806427001953125,
+ -0.014801025390625,
+ -0.03717041015625,
+ -0.044525146484375,
+ -0.0193023681640625,
+ 0.0084228515625,
+ -0.0181732177734375,
+ -0.00791168212890625,
+ -0.007965087890625,
+ -0.039825439453125,
+ -0.024505615234375,
+ -0.0105133056640625,
+ -0.0200042724609375,
+ 0.0361328125,
+ -0.044708251953125,
+ 0.039825439453125,
+ 0.0092926025390625,
+ 0.02960205078125,
+ 0.039825439453125,
+ 0.05963134765625,
+ -0.04962158203125,
+ 0.00605010986328125,
+ -0.0134735107421875,
+ -0.0555419921875,
+ 0.01276397705078125,
+ 0.0231781005859375,
+ -0.00292205810546875,
+ -0.06451416015625,
+ -0.002655029296875,
+ 0.057159423828125,
+ -0.061676025390625,
+ 0.0174560546875,
+ 0.0023746490478515625,
+ 0.0044403076171875,
+ -0.060028076171875,
+ 0.0017480850219726562,
+ 0.0273590087890625,
+ 0.03839111328125,
+ 0.09844970703125,
+ 0.033294677734375,
+ -0.0308380126953125,
+ -0.00806427001953125,
+ -0.024200439453125,
+ 0.03717041015625,
+ 0.01654052734375,
+ 0.04083251953125,
+ -0.049835205078125,
+ 0.0343017578125,
+ 0.0022716522216796875,
+ -0.026031494140625,
+ 0.0285797119140625,
+ -0.07513427734375,
+ 0.0035991668701171875,
+ 0.0199127197265625,
+ 0.01071929931640625,
+ -0.01806640625,
+ -0.0122528076171875,
+ -0.05206298828125,
+ -0.041656494140625,
+ -0.033294677734375,
+ 0.0158233642578125,
+ -0.01000213623046875,
+ 0.00449371337890625,
+ -0.021026611328125,
+ 0.0016078948974609375,
+ 0.00908660888671875,
+ -0.039398193359375,
+ -0.02960205078125,
+ -0.049224853515625,
+ 0.033294677734375,
+ -0.01128387451171875,
+ -0.0518798828125,
+ 0.0199127197265625,
+ 0.01117706298828125,
+ 0.01097869873046875,
+ 0.0034961700439453125,
+ 0.055145263671875,
+ -0.05389404296875,
+ 0.0103607177734375,
+ 0.002361297607421875,
+ 0.0193023681640625,
+ 0.01230621337890625,
+ -0.01806640625,
+ -0.01010894775390625,
+ 0.039825439453125,
+ 0.029205322265625,
+ -0.03839111328125,
+ 0.045745849609375,
+ 0.026947021484375,
+ -0.021240234375,
+ -0.038177490234375,
+ -0.038177490234375,
+ -0.0013208389282226562,
+ 0.02032470703125,
+ -0.005001068115234375,
+ 0.041046142578125,
+ 0.032257080078125,
+ -0.0052337646484375,
+ -0.071044921875,
+ 0.05267333984375,
+ -0.042877197265625,
+ 0.043304443359375,
+ 0.0024509429931640625,
+ -0.01132965087890625,
+ -0.06329345703125,
+ -0.04718017578125,
+ -0.00745391845703125,
+ 0.02593994140625,
+ -0.0166473388671875,
+ 0.0343017578125,
+ -0.0021305084228515625,
+ 0.005718231201171875,
+ -0.0024242401123046875,
+ -0.039398193359375,
+ 0.004108428955078125,
+ 0.045928955078125,
+ 0.0187835693359375,
+ -0.018280029296875,
+ 0.068603515625,
+ -0.020111083984375,
+ 0.0214385986328125,
+ -0.0134735107421875,
+ 0.00791168212890625,
+ 0.019500732421875,
+ 0.003292083740234375,
+ -0.019500732421875,
+ -0.00730133056640625,
+ 0.0119476318359375,
+ 0.03143310546875,
+ -0.01561737060546875,
+ 0.01000213623046875,
+ -0.01428985595703125,
+ 0.0214385986328125,
+ 0.02777099609375,
+ -0.01235198974609375,
+ 0.00984954833984375,
+ 0.016021728515625,
+ -0.015716552734375,
+ -0.025115966796875,
+ -0.05963134765625,
+ -0.07879638671875,
+ 0.00791168212890625,
+ -0.034912109375,
+ -0.00014352798461914062,
+ 0.00939178466796875,
+ 0.016845703125,
+ -0.00811767578125,
+ -0.0300140380859375,
+ 0.016021728515625,
+ -0.0252227783203125,
+ 0.00965118408203125,
+ -0.0294036865234375,
+ 0.01470184326171875,
+ -0.00362396240234375,
+ 0.0294036865234375,
+ -0.007656097412109375,
+ -0.0300140380859375,
+ 0.0306243896484375,
+ -0.011383056640625,
+ 0.00041484832763671875,
+ -0.005641937255859375,
+ -0.003803253173828125,
+ -0.044097900390625,
+ 0.0294036865234375,
+ -0.060028076171875,
+ -0.0162353515625,
+ 0.0117950439453125,
+ 0.033905029296875,
+ 0.0273590087890625,
+ -0.037994384765625,
+ 0.0531005859375,
+ -0.0228729248046875,
+ -0.061248779296875,
+ 0.0146026611328125,
+ -0.01189422607421875,
+ -0.043914794921875,
+ 0.0273590087890625,
+ -0.006072998046875,
+ 0.025115966796875,
+ -0.00331878662109375,
+ 0.033294677734375,
+ 0.032867431640625,
+ 0.041046142578125,
+ -0.00612640380859375,
+ 0.001964569091796875,
+ -0.006229400634765625,
+ 0.00441741943359375,
+ 0.005001068115234375,
+ 0.0275726318359375,
+ 0.009033203125,
+ -0.0122528076171875,
+ 0.025726318359375,
+ 0.014495849609375,
+ -0.09027099609375,
+ -0.012969970703125,
+ -0.04205322265625,
+ -0.0312347412109375,
+ -0.01837158203125,
+ 0.09027099609375,
+ 0.0219573974609375,
+ -0.0130157470703125,
+ 0.0206298828125,
+ 0.057159423828125,
+ 0.038787841796875,
+ 0.0219573974609375,
+ -0.01082611083984375,
+ -0.03839111328125,
+ -0.00046896934509277344,
+ -0.003879547119140625,
+ 0.029205322265625,
+ -0.06781005859375,
+ 0.04083251953125,
+ 0.062469482421875,
+ -0.025421142578125,
+ -0.0174560546875,
+ -0.00044345855712890625,
+ -0.005435943603515625,
+ 0.0267486572265625,
+ 0.0318603515625,
+ 0.023284912109375,
+ -0.039825439453125,
+ 0.01214599609375,
+ 0.0193023681640625,
+ -0.00620269775390625,
+ -0.008880615234375,
+ -0.01541900634765625,
+ -0.044921875,
+ 0.042266845703125,
+ -0.056365966796875,
+ -0.0184783935546875,
+ 0.0097503662109375,
+ 0.08575439453125,
+ 0.0217437744140625,
+ -0.014190673828125,
+ -0.01026153564453125,
+ 0.021331787109375,
+ 0.0246124267578125,
+ -0.03717041015625,
+ 0.0020809173583984375,
+ -0.007045745849609375,
+ -0.02655029296875,
+ 0.0231781005859375,
+ 0.060028076171875,
+ -0.007709503173828125,
+ 0.040435791015625,
+ 0.0243988037109375,
+ -0.045318603515625,
+ 0.03839111328125,
+ -0.000995635986328125,
+ 0.007350921630859375,
+ 0.016021728515625,
+ -0.05023193359375,
+ -0.01715087890625,
+ -0.06207275390625,
+ 0.0225677490234375,
+ 0.02593994140625,
+ 0.0281829833984375,
+ 0.041046142578125,
+ 0.0106658935546875,
+ -0.005641937255859375,
+ -0.0008487701416015625,
+ 0.01153564453125,
+ 0.038604736328125,
+ 0.0186767578125,
+ 0.0158233642578125,
+ 0.013275146484375,
+ 0.0200042724609375,
+ 0.0230712890625,
+ -0.0467529296875,
+ 0.04266357421875,
+ -0.034088134765625,
+ -0.01087188720703125,
+ -0.041046142578125,
+ -0.003726959228515625,
+ -0.007503509521484375,
+ -0.042266845703125,
+ -0.002399444580078125,
+ -0.003253936767578125,
+ 0.00014913082122802734,
+ -0.0418701171875,
+ -0.04779052734375,
+ -0.00730133056640625,
+ 0.04962158203125,
+ -0.02655029296875,
+ 0.01439666748046875,
+ 0.0200042724609375,
+ -0.00582122802734375,
+ -0.00004887580871582031,
+ -0.04266357421875,
+ 0.039215087890625,
+ 0.0193023681640625,
+ 0.032470703125,
+ -0.00852203369140625,
+ 0.004337310791015625,
+ -0.01153564453125,
+ -0.004825592041015625,
+ 0.019195556640625,
+ 0.031646728515625,
+ -0.036346435546875,
+ 0.0467529296875,
+ 0.038177490234375,
+ 0.034515380859375,
+ -0.037994384765625,
+ 0.023895263671875,
+ 0.00980377197265625,
+ -0.045318603515625,
+ 0.050628662109375,
+ 0.02655029296875,
+ 0.0231781005859375,
+ 0.008270263671875,
+ -0.0162353515625,
+ -0.011077880859375,
+ -0.044921875,
+ 0.07147216796875,
+ 0.0199127197265625,
+ 0.00206756591796875,
+ 0.0267486572265625,
+ -0.050628662109375,
+ 0.057159423828125,
+ 0.00140380859375,
+ 0.068603515625,
+ -0.0214385986328125,
+ 0.0406494140625,
+ -0.00673675537109375,
+ 0.023895263671875,
+ 0.0193939208984375,
+ -0.0003349781036376953,
+ -0.00775909423828125,
+ 0.0294036865234375,
+ -0.0193939208984375,
+ 0.04962158203125,
+ 0.0281829833984375,
+ -0.01541900634765625,
+ -0.07269287109375,
+ -0.003063201904296875,
+ -0.004085540771484375,
+ 0.00821685791015625,
+ 0.037567138671875,
+ -0.046356201171875,
+ -0.01306915283203125,
+ -0.007808685302734375,
+ 0.04736328125,
+ 0.0841064453125,
+ -0.0008296966552734375,
+ 0.026947021484375,
+ -0.01219940185546875,
+ -0.0026035308837890625,
+ 0.0028076171875,
+ -0.00449371337890625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "hashing",
+ "integrity"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Volatility_3",
+ "type": "tool",
+ "name": "Volatility 3",
+ "content": "volatility 3 memory-forensik-framework mit automatischer os-erkennung für windows, linux, macos ram-dumps analysiert über 100 plugins für prozess-extraktion, dll-injections, netzwerk-sockets, registry-hives und rootkit-artefakte. native python-3-architektur mit yara-integration für memory-pattern-matching und timeline-export in strukturierte formate. neue plugins erkennen process-hollowing, kernel-hooks und persistence-mechanismen automatisch. symbol-basierte analyse beschleunigt multi-gb-dump-verarbeitung durch optimierte memory-parsing-algorithmen. cloud-storage-support ermöglicht verteilte analyse großer memory-images. cli plugin-support scripting memory-timeline process-analysis network-artifacts rootkit-detection code-injection yara-integration python-api scenario:memory_dump opensource memory-analysis ram-dump incident-response static-investigations malware-analysis network-forensics examination analysis",
+ "embedding": [
+ -0.033355712890625,
+ 0.022857666015625,
+ 0.052154541015625,
+ -0.01287078857421875,
+ 0.040802001953125,
+ 0.04046630859375,
+ -0.002063751220703125,
+ 0.0016937255859375,
+ -0.011260986328125,
+ 0.004909515380859375,
+ -0.029296875,
+ 0.0204010009765625,
+ -0.0012121200561523438,
+ -0.00981903076171875,
+ -0.0694580078125,
+ 0.0467529296875,
+ -0.01117706298828125,
+ 0.01202392578125,
+ 0.01194000244140625,
+ 0.01100921630859375,
+ -0.019989013671875,
+ -0.0450439453125,
+ -0.061309814453125,
+ 0.0093994140625,
+ 0.029296875,
+ 0.0245513916015625,
+ -0.0170135498046875,
+ -0.05487060546875,
+ -0.0031337738037109375,
+ -0.0010271072387695312,
+ 0.0257415771484375,
+ -0.031494140625,
+ 0.0155792236328125,
+ 0.0262451171875,
+ 0.006561279296875,
+ -0.01177215576171875,
+ 0.01084136962890625,
+ -0.0494384765625,
+ -0.02777099609375,
+ 0.0555419921875,
+ -0.0106658935546875,
+ 0.0135498046875,
+ 0.009613037109375,
+ -0.0118560791015625,
+ -0.047088623046875,
+ -0.0250701904296875,
+ 0.01413726806640625,
+ -0.0189666748046875,
+ 0.040985107421875,
+ -0.036590576171875,
+ 0.01727294921875,
+ 0.028106689453125,
+ 0.004108428955078125,
+ -0.0171051025390625,
+ -0.037750244140625,
+ 0.0198974609375,
+ 0.0084228515625,
+ 0.0023288726806640625,
+ -0.042327880859375,
+ 0.046051025390625,
+ -0.0616455078125,
+ -0.031341552734375,
+ -0.01422882080078125,
+ -0.035552978515625,
+ 0.020233154296875,
+ 0.04638671875,
+ -0.004909515380859375,
+ -0.037261962890625,
+ 0.02337646484375,
+ 0.004444122314453125,
+ 0.004486083984375,
+ -0.0223541259765625,
+ -0.03607177734375,
+ 0.025238037109375,
+ -0.0014715194702148438,
+ -0.04571533203125,
+ 0.00897216796875,
+ 0.049774169921875,
+ -0.005039215087890625,
+ 0.005313873291015625,
+ -0.04742431640625,
+ -0.0022125244140625,
+ 0.037078857421875,
+ 0.0009365081787109375,
+ -0.0164337158203125,
+ 0.00830078125,
+ 0.032684326171875,
+ 0.014312744140625,
+ 0.01134490966796875,
+ -0.007366180419921875,
+ 0.0298004150390625,
+ 0.00240325927734375,
+ 0.0279388427734375,
+ -0.0156707763671875,
+ 0.040985107421875,
+ 0.047088623046875,
+ -0.0220184326171875,
+ -0.0262451171875,
+ -0.0167694091796875,
+ 0.0287933349609375,
+ 0.02862548828125,
+ -0.05621337890625,
+ 0.01837158203125,
+ -0.0164337158203125,
+ 0.0264129638671875,
+ -0.03369140625,
+ 0.007114410400390625,
+ -0.0171051025390625,
+ -0.0164337158203125,
+ -0.0235443115234375,
+ -0.10296630859375,
+ -0.04132080078125,
+ -0.0035343170166015625,
+ -0.05352783203125,
+ -0.012359619140625,
+ -0.007114410400390625,
+ 0.004848480224609375,
+ 0.0555419921875,
+ -0.04266357421875,
+ -0.06298828125,
+ 0.01413726806640625,
+ 0.0204925537109375,
+ -0.0185394287109375,
+ 0.0245513916015625,
+ -0.0345458984375,
+ -0.0306549072265625,
+ 0.009185791015625,
+ 0.0301513671875,
+ -0.0177001953125,
+ 0.0037899017333984375,
+ -0.00783538818359375,
+ -0.006267547607421875,
+ -0.01244354248046875,
+ -0.041656494140625,
+ 0.00571441650390625,
+ -0.0196380615234375,
+ 0.0284576416015625,
+ -0.0069427490234375,
+ -0.0226898193359375,
+ 0.0198211669921875,
+ 0.04132080078125,
+ -0.022186279296875,
+ -0.043701171875,
+ 0.0248870849609375,
+ -0.0144805908203125,
+ -0.01532745361328125,
+ 0.002105712890625,
+ 0.0276031494140625,
+ -0.017181396484375,
+ -0.003154754638671875,
+ -0.01244354248046875,
+ 0.01507568359375,
+ 0.05047607421875,
+ 0.003662109375,
+ 0.007198333740234375,
+ -0.04217529296875,
+ -0.0223541259765625,
+ -0.0245513916015625,
+ 0.042327880859375,
+ -0.0257415771484375,
+ -0.01092529296875,
+ 0.0014820098876953125,
+ -0.0129547119140625,
+ 0.0298004150390625,
+ -0.02777099609375,
+ -0.0218505859375,
+ 0.0038738250732421875,
+ 0.033203125,
+ 0.0216827392578125,
+ 0.0218505859375,
+ 0.03082275390625,
+ -0.0006427764892578125,
+ 0.05792236328125,
+ 0.061309814453125,
+ -0.01507568359375,
+ 0.0250701904296875,
+ -0.0015668869018554688,
+ -0.0106658935546875,
+ 0.033355712890625,
+ 0.039794921875,
+ -0.0082550048828125,
+ -0.01396942138671875,
+ 0.0298004150390625,
+ -0.01270294189453125,
+ 0.00724029541015625,
+ -0.01117706298828125,
+ -0.0226898193359375,
+ 0.003978729248046875,
+ -0.053863525390625,
+ 0.020751953125,
+ -0.072509765625,
+ -0.02337646484375,
+ -0.023193359375,
+ 0.042327880859375,
+ 0.0208282470703125,
+ 0.069091796875,
+ 0.027435302734375,
+ -0.00821685791015625,
+ 0.0260772705078125,
+ 0.01532745361328125,
+ 0.0208282470703125,
+ 0.043365478515625,
+ -0.0159149169921875,
+ 0.052154541015625,
+ -0.001407623291015625,
+ 0.02777099609375,
+ -0.00914764404296875,
+ 0.07012939453125,
+ -0.004360198974609375,
+ -0.0115966796875,
+ -0.0034084320068359375,
+ 0.05419921875,
+ -0.0178680419921875,
+ -0.01151275634765625,
+ -0.0287933349609375,
+ -0.031158447265625,
+ 0.01617431640625,
+ -0.01194000244140625,
+ -0.00019311904907226562,
+ -0.0016613006591796875,
+ -0.04132080078125,
+ -0.03741455078125,
+ -0.014984130859375,
+ 0.036407470703125,
+ -0.00630950927734375,
+ 0.052490234375,
+ 0.0419921875,
+ -0.0126190185546875,
+ -0.035064697265625,
+ 0.01303863525390625,
+ 0.01363372802734375,
+ 0.0196380615234375,
+ 0.007450103759765625,
+ 0.00499725341796875,
+ -0.028961181640625,
+ -0.03826904296875,
+ 0.0345458984375,
+ 0.01549530029296875,
+ 0.0367431640625,
+ 0.01151275634765625,
+ -0.006267547607421875,
+ 0.0419921875,
+ -0.01312255859375,
+ 0.043365478515625,
+ 0.041839599609375,
+ -0.017364501953125,
+ 0.01303863525390625,
+ -0.0009684562683105469,
+ 0.02996826171875,
+ 0.0660400390625,
+ -0.036407470703125,
+ -0.003662109375,
+ -0.0751953125,
+ -0.006351470947265625,
+ -0.069091796875,
+ -0.043182373046875,
+ -0.0175323486328125,
+ -0.052490234375,
+ 0.034027099609375,
+ -0.036407470703125,
+ -0.0226898193359375,
+ -0.00592803955078125,
+ 0.02056884765625,
+ 0.0250701904296875,
+ 0.059600830078125,
+ -0.0058441162109375,
+ -0.034027099609375,
+ -0.000014722347259521484,
+ 0.081298828125,
+ -0.004360198974609375,
+ -0.02996826171875,
+ -0.00647735595703125,
+ 0.022186279296875,
+ -0.02996826171875,
+ 0.005970001220703125,
+ -0.035064697265625,
+ 0.011688232421875,
+ 0.037933349609375,
+ 0.0248870849609375,
+ 0.01727294921875,
+ -0.014312744140625,
+ -0.004192352294921875,
+ -0.0240478515625,
+ 0.043701171875,
+ -0.04046630859375,
+ 0.0204925537109375,
+ -0.0017251968383789062,
+ -0.008087158203125,
+ -0.01194000244140625,
+ -0.053863525390625,
+ 0.004634857177734375,
+ 0.056915283203125,
+ 0.005207061767578125,
+ 0.01092529296875,
+ 0.0019893646240234375,
+ -0.047760009765625,
+ 0.0218505859375,
+ -0.0105438232421875,
+ 0.0027523040771484375,
+ 0.017364501953125,
+ 0.047088623046875,
+ -0.032012939453125,
+ 0.00385284423828125,
+ -0.0101165771484375,
+ -0.0052490234375,
+ -0.0450439453125,
+ -0.0616455078125,
+ -0.01617431640625,
+ -0.0238800048828125,
+ -0.0260772705078125,
+ -0.010284423828125,
+ 0.0193023681640625,
+ -0.0146484375,
+ -0.0012063980102539062,
+ -0.0020751953125,
+ -0.004848480224609375,
+ -0.035400390625,
+ -0.041839599609375,
+ 0.019561767578125,
+ -0.006221771240234375,
+ -0.030487060546875,
+ -0.0170135498046875,
+ 0.040985107421875,
+ 0.008087158203125,
+ 0.0201568603515625,
+ -0.0215911865234375,
+ -0.011688232421875,
+ -0.0257415771484375,
+ 0.005970001220703125,
+ -0.01320648193359375,
+ 0.0248870849609375,
+ -0.00685882568359375,
+ 0.05926513671875,
+ 0.039642333984375,
+ 0.0196380615234375,
+ 0.0086822509765625,
+ 0.054534912109375,
+ 0.0201568603515625,
+ -0.0209197998046875,
+ -0.0002579689025878906,
+ -0.0013866424560546875,
+ 0.0193023681640625,
+ 0.0015878677368164062,
+ -0.0245513916015625,
+ -0.018707275390625,
+ -0.0301513671875,
+ -0.01287078857421875,
+ 0.0107574462890625,
+ 0.00025272369384765625,
+ 0.031341552734375,
+ 0.026580810546875,
+ -0.01020050048828125,
+ 0.00897216796875,
+ 0.037261962890625,
+ -0.001926422119140625,
+ 0.093505859375,
+ -0.01549530029296875,
+ -0.048431396484375,
+ 0.005672454833984375,
+ 0.026763916015625,
+ -0.01532745361328125,
+ -0.002445220947265625,
+ 0.045379638671875,
+ 0.003810882568359375,
+ 0.00421142578125,
+ 0.0146484375,
+ -0.0086822509765625,
+ 0.0220184326171875,
+ -0.01303863525390625,
+ -0.01117706298828125,
+ 0.0204925537109375,
+ -0.0178680419921875,
+ 0.0242156982421875,
+ 0.03167724609375,
+ 0.0419921875,
+ 0.0166015625,
+ 0.043701171875,
+ -0.0254058837890625,
+ -0.006053924560546875,
+ -0.037261962890625,
+ -0.0687255859375,
+ -0.0017042160034179688,
+ 0.0294647216796875,
+ 0.0179443359375,
+ 0.047760009765625,
+ -0.035064697265625,
+ -0.0782470703125,
+ 0.028106689453125,
+ -0.0384521484375,
+ 0.06707763671875,
+ 0.06536865234375,
+ 0.0048065185546875,
+ 0.031158447265625,
+ 0.00872039794921875,
+ 0.0012969970703125,
+ 0.0011796951293945312,
+ 0.0115966796875,
+ 0.0157470703125,
+ 0.0450439453125,
+ 0.0411376953125,
+ 0.022186279296875,
+ -0.04437255859375,
+ 0.023193359375,
+ 0.040130615234375,
+ 0.0272674560546875,
+ -0.0179443359375,
+ 0.019134521484375,
+ 0.015838623046875,
+ 0.0218505859375,
+ -0.0182952880859375,
+ 0.0362548828125,
+ 0.04638671875,
+ 0.0027103424072265625,
+ 0.022186279296875,
+ -0.025909423828125,
+ 0.035888671875,
+ -0.0282745361328125,
+ 0.0027313232421875,
+ 0.02142333984375,
+ -0.0002104043960571289,
+ 0.00732421875,
+ 0.0170135498046875,
+ -0.06097412109375,
+ -0.02032470703125,
+ 0.037933349609375,
+ -0.04638671875,
+ 0.0027103424072265625,
+ 0.03997802734375,
+ -0.01117706298828125,
+ 0.01422882080078125,
+ -0.009063720703125,
+ -0.043365478515625,
+ 0.03216552734375,
+ -0.039642333984375,
+ -0.0287933349609375,
+ 0.01837158203125,
+ 0.0287933349609375,
+ -0.0511474609375,
+ -0.037261962890625,
+ -0.0257415771484375,
+ -0.00308990478515625,
+ -0.00778961181640625,
+ -0.0294647216796875,
+ 0.0367431640625,
+ -0.006816864013671875,
+ -0.00817108154296875,
+ 0.03472900390625,
+ 0.049102783203125,
+ 0.0023288726806640625,
+ -0.0140533447265625,
+ 0.032684326171875,
+ -0.007537841796875,
+ -0.040985107421875,
+ 0.0279388427734375,
+ -0.002349853515625,
+ 0.0254058837890625,
+ -0.02252197265625,
+ -0.035888671875,
+ 0.0036411285400390625,
+ 0.00005424022674560547,
+ -0.0038318634033203125,
+ 0.0114288330078125,
+ -0.049774169921875,
+ -0.0177001953125,
+ -0.0599365234375,
+ 0.049102783203125,
+ 0.00385284423828125,
+ 0.0272674560546875,
+ -0.0012063980102539062,
+ -0.052490234375,
+ 0.030487060546875,
+ -0.0830078125,
+ -0.038116455078125,
+ -0.00762176513671875,
+ 0.0262451171875,
+ -0.0002315044403076172,
+ 0.08502197265625,
+ -0.0146484375,
+ -0.021331787109375,
+ 0.01253509521484375,
+ 0.032501220703125,
+ 0.002857208251953125,
+ 0.0135498046875,
+ -0.038604736328125,
+ 0.0467529296875,
+ 0.0177001953125,
+ -0.02862548828125,
+ 0.01134490966796875,
+ -0.00778961181640625,
+ -0.00527191162109375,
+ 0.0467529296875,
+ -0.05859375,
+ -0.0031757354736328125,
+ 0.01210784912109375,
+ -0.0494384765625,
+ -0.029296875,
+ -0.0450439453125,
+ -0.00943756103515625,
+ -0.04876708984375,
+ 0.042327880859375,
+ 0.04217529296875,
+ 0.012786865234375,
+ 0.06500244140625,
+ 0.033538818359375,
+ -0.004932403564453125,
+ 0.01380157470703125,
+ 0.00015413761138916016,
+ -0.0129547119140625,
+ 0.0218505859375,
+ -0.06097412109375,
+ -0.0260772705078125,
+ -0.025909423828125,
+ 0.00850677490234375,
+ -0.038604736328125,
+ -0.005756378173828125,
+ -0.0009207725524902344,
+ -0.0099945068359375,
+ 0.034027099609375,
+ -0.0555419921875,
+ 0.0050811767578125,
+ -0.0193023681640625,
+ 0.003345489501953125,
+ -0.03436279296875,
+ 0.0007462501525878906,
+ 0.01617431640625,
+ 0.0167694091796875,
+ 0.00630950927734375,
+ -0.00202178955078125,
+ 0.025238037109375,
+ -0.0572509765625,
+ 0.03216552734375,
+ 0.0020542144775390625,
+ 0.00554656982421875,
+ 0.00202178955078125,
+ -0.00579833984375,
+ 0.0118560791015625,
+ 0.0028362274169921875,
+ 0.0494384765625,
+ -0.0031108856201171875,
+ -0.047088623046875,
+ -0.08026123046875,
+ 0.00986480712890625,
+ 0.00888824462890625,
+ -0.032867431640625,
+ -0.0287933349609375,
+ -0.025909423828125,
+ -0.055877685546875,
+ -0.00013566017150878906,
+ 0.032867431640625,
+ 0.026580810546875,
+ 0.0185394287109375,
+ -0.0450439453125,
+ -0.0262451171875,
+ 0.00516510009765625,
+ -0.0226898193359375,
+ 0.051483154296875,
+ -0.02252197265625,
+ -0.0022335052490234375,
+ -0.0121917724609375,
+ -0.01227569580078125,
+ 0.02252197265625,
+ 0.02996826171875,
+ 0.0279388427734375,
+ 0.0240478515625,
+ 0.017181396484375,
+ -0.01346588134765625,
+ 0.01303863525390625,
+ 0.0011854171752929688,
+ -0.0155792236328125,
+ 0.006011962890625,
+ -0.021331787109375,
+ 0.0159149169921875,
+ -0.041656494140625,
+ -0.0200653076171875,
+ 0.02557373046875,
+ 0.0238800048828125,
+ 0.020751953125,
+ -0.03369140625,
+ -0.0170135498046875,
+ 0.026763916015625,
+ -0.01041412353515625,
+ 0.0673828125,
+ -0.028961181640625,
+ -0.0212554931640625,
+ 0.0079193115234375,
+ -0.005039215087890625,
+ 0.04046630859375,
+ 0.038604736328125,
+ -0.0077056884765625,
+ -0.04217529296875,
+ 0.00778961181640625,
+ 0.04437255859375,
+ -0.01100921630859375,
+ -0.0389404296875,
+ -0.044036865234375,
+ 0.0164337158203125,
+ 0.0167694091796875,
+ 0.0687255859375,
+ -0.0084686279296875,
+ 0.08465576171875,
+ 0.0260772705078125,
+ 0.0086822509765625,
+ 0.0257415771484375,
+ 0.06573486328125,
+ 0.02252197265625,
+ -0.01812744140625,
+ -0.056915283203125,
+ -0.0126190185546875,
+ 0.0115966796875,
+ -0.015838623046875,
+ -0.04638671875,
+ -0.01117706298828125,
+ 0.06640625,
+ -0.08367919921875,
+ -0.0230255126953125,
+ 0.0031108856201171875,
+ -0.006435394287109375,
+ 0.04217529296875,
+ 0.01396942138671875,
+ -0.0198211669921875,
+ 0.0182037353515625,
+ 0.0257415771484375,
+ -0.0411376953125,
+ -0.00592803955078125,
+ -0.0045318603515625,
+ 0.03082275390625,
+ 0.048431396484375,
+ 0.006137847900390625,
+ -0.0030689239501953125,
+ 0.01532745361328125,
+ -0.0086822509765625,
+ 0.034027099609375,
+ 0.029296875,
+ 0.034881591796875,
+ 0.0126190185546875,
+ 0.00429534912109375,
+ 0.055206298828125,
+ 0.040985107421875,
+ -0.025238037109375,
+ -0.0257415771484375,
+ 0.0218505859375,
+ 0.0294647216796875,
+ 0.05181884765625,
+ 0.049102783203125,
+ 0.01549530029296875,
+ 0.0159149169921875,
+ -0.00478363037109375,
+ -0.07012939453125,
+ -0.00395965576171875,
+ 0.00778961181640625,
+ 0.006561279296875,
+ -0.05047607421875,
+ -0.038787841796875,
+ 0.01413726806640625,
+ -0.0450439453125,
+ 0.0301513671875,
+ 0.00943756103515625,
+ -0.043365478515625,
+ -0.00374603271484375,
+ 0.037933349609375,
+ -0.0095672607421875,
+ -0.032012939453125,
+ 0.0106658935546875,
+ -0.017181396484375,
+ -0.03472900390625,
+ -0.0220184326171875,
+ -0.031829833984375,
+ 0.0223541259765625,
+ -0.0230255126953125,
+ -0.0616455078125,
+ -0.0248870849609375,
+ 0.00783538818359375,
+ -0.033538818359375,
+ -0.048431396484375,
+ -0.02337646484375,
+ 0.00931549072265625,
+ -0.01079559326171875,
+ -0.03521728515625,
+ -0.04571533203125,
+ -0.0284576416015625,
+ 0.00986480712890625,
+ -0.044036865234375,
+ 0.037750244140625,
+ -0.007068634033203125,
+ -0.03387451171875,
+ -0.0010633468627929688,
+ -0.022186279296875,
+ -0.0238800048828125,
+ 0.0269317626953125,
+ -0.037933349609375,
+ 0.052825927734375,
+ -0.005290985107421875,
+ 0.0240478515625,
+ 0.02056884765625,
+ 0.069091796875,
+ -0.01456451416015625,
+ 0.01947021484375,
+ -0.0177001953125,
+ -0.07080078125,
+ 0.0035572052001953125,
+ 0.005016326904296875,
+ 0.0133819580078125,
+ -0.07080078125,
+ 0.02142333984375,
+ 0.06231689453125,
+ -0.06805419921875,
+ 0.0250701904296875,
+ -0.0160064697265625,
+ -0.0185394287109375,
+ -0.049102783203125,
+ -0.003322601318359375,
+ 0.0144805908203125,
+ 0.0050811767578125,
+ 0.09210205078125,
+ -0.0014715194702148438,
+ -0.005462646484375,
+ 0.0005106925964355469,
+ -0.05316162109375,
+ 0.05181884765625,
+ 0.015411376953125,
+ 0.0188751220703125,
+ -0.061981201171875,
+ 0.027435302734375,
+ 0.0163421630859375,
+ -0.0306549072265625,
+ -0.003978729248046875,
+ -0.0738525390625,
+ -0.0160064697265625,
+ 0.0301513671875,
+ 0.03167724609375,
+ -0.003917694091796875,
+ 0.006351470947265625,
+ -0.0428466796875,
+ -0.0294647216796875,
+ -0.028106689453125,
+ 0.01490020751953125,
+ -0.006351470947265625,
+ 0.0069427490234375,
+ -0.031829833984375,
+ 0.0230255126953125,
+ 0.0097808837890625,
+ -0.047760009765625,
+ -0.028961181640625,
+ -0.0238800048828125,
+ 0.043701171875,
+ -0.001979827880859375,
+ -0.05621337890625,
+ 0.05352783203125,
+ 0.033355712890625,
+ 0.002593994140625,
+ 0.025909423828125,
+ 0.05792236328125,
+ -0.0177001953125,
+ -0.007450103759765625,
+ 0.00914764404296875,
+ 0.03912353515625,
+ 0.0182952880859375,
+ 0.00033473968505859375,
+ 0.0110931396484375,
+ 0.01079559326171875,
+ 0.02099609375,
+ -0.04742431640625,
+ 0.02777099609375,
+ 0.03167724609375,
+ -0.023712158203125,
+ -0.043701171875,
+ -0.0284576416015625,
+ -0.032684326171875,
+ 0.03387451171875,
+ -0.00072479248046875,
+ 0.047088623046875,
+ -0.0029430389404296875,
+ -0.0242156982421875,
+ -0.10162353515625,
+ 0.0389404296875,
+ -0.007114410400390625,
+ 0.0245513916015625,
+ 0.00943756103515625,
+ -0.0115966796875,
+ -0.076904296875,
+ -0.0511474609375,
+ -0.0260772705078125,
+ 0.01549530029296875,
+ -0.00994873046875,
+ 0.029632568359375,
+ 0.01396942138671875,
+ -0.00579833984375,
+ 0.035400390625,
+ -0.0050811767578125,
+ -0.017181396484375,
+ 0.03387451171875,
+ 0.0085906982421875,
+ -0.03436279296875,
+ 0.0694580078125,
+ -0.051483154296875,
+ 0.00017464160919189453,
+ 0.008087158203125,
+ 0.0159149169921875,
+ -0.016937255859375,
+ 0.0007462501525878906,
+ -0.0218505859375,
+ -0.0272674560546875,
+ 0.031829833984375,
+ 0.0384521484375,
+ -0.00876617431640625,
+ 0.0196380615234375,
+ -0.018707275390625,
+ 0.0309906005859375,
+ 0.0152435302734375,
+ 0.0018415451049804688,
+ 0.0023708343505859375,
+ 0.01473236083984375,
+ -0.0166778564453125,
+ -0.00467681884765625,
+ -0.05487060546875,
+ -0.07586669921875,
+ 0.035400390625,
+ -0.06573486328125,
+ 0.00783538818359375,
+ -0.000751495361328125,
+ 0.00762176513671875,
+ 0.0135498046875,
+ -0.0282745361328125,
+ 0.042510986328125,
+ 0.0010957717895507812,
+ -0.00609588623046875,
+ -0.01490020751953125,
+ 0.04876708984375,
+ -0.0050811767578125,
+ 0.011260986328125,
+ 0.02557373046875,
+ -0.03692626953125,
+ -0.0063934326171875,
+ -0.006603240966796875,
+ -0.0137176513671875,
+ -0.015838623046875,
+ -0.0152435302734375,
+ -0.01287078857421875,
+ 0.0218505859375,
+ -0.06536865234375,
+ -0.0129547119140625,
+ 0.0323486328125,
+ 0.022857666015625,
+ 0.0011692047119140625,
+ -0.046051025390625,
+ 0.0411376953125,
+ -0.009613037109375,
+ -0.0572509765625,
+ 0.020660400390625,
+ -0.004955291748046875,
+ -0.049102783203125,
+ 0.0208282470703125,
+ -0.01473236083984375,
+ 0.0152435302734375,
+ 0.005970001220703125,
+ 0.0419921875,
+ 0.039642333984375,
+ 0.03997802734375,
+ -0.0114288330078125,
+ -0.0197296142578125,
+ 0.0019369125366210938,
+ -0.03607177734375,
+ 0.03436279296875,
+ 0.0240478515625,
+ 0.02142333984375,
+ -0.004253387451171875,
+ 0.003154754638671875,
+ 0.00994873046875,
+ -0.07757568359375,
+ -0.017364501953125,
+ -0.02862548828125,
+ -0.06365966796875,
+ 0.006603240966796875,
+ 0.072509765625,
+ 0.038116455078125,
+ 0.01210784912109375,
+ 0.027435302734375,
+ 0.029296875,
+ 0.043701171875,
+ 0.00022363662719726562,
+ -0.03436279296875,
+ -0.050140380859375,
+ -0.02056884765625,
+ 0.022186279296875,
+ 0.025909423828125,
+ -0.050811767578125,
+ 0.0643310546875,
+ 0.061309814453125,
+ -0.0074920654296875,
+ -0.015411376953125,
+ -0.0146484375,
+ -0.005207061767578125,
+ 0.054534912109375,
+ 0.0160064697265625,
+ 0.00885009765625,
+ -0.045379638671875,
+ -0.0008254051208496094,
+ 0.032867431640625,
+ -0.01473236083984375,
+ -0.0021800994873046875,
+ -0.014984130859375,
+ -0.0291290283203125,
+ 0.0230255126953125,
+ -0.05316162109375,
+ -0.0146484375,
+ 0.0129547119140625,
+ 0.08331298828125,
+ 0.0019893646240234375,
+ -0.049102783203125,
+ -0.01084136962890625,
+ 0.0257415771484375,
+ 0.015411376953125,
+ -0.0276031494140625,
+ 0.025238037109375,
+ 0.0198974609375,
+ -0.03082275390625,
+ 0.016937255859375,
+ 0.0291290283203125,
+ -0.009063720703125,
+ 0.032012939453125,
+ 0.017608642578125,
+ -0.048431396484375,
+ 0.018707275390625,
+ 0.028106689453125,
+ 0.00467681884765625,
+ 0.00926971435546875,
+ -0.04217529296875,
+ -0.016510009765625,
+ -0.02996826171875,
+ 0.0155792236328125,
+ 0.00008034706115722656,
+ 0.043365478515625,
+ 0.00952911376953125,
+ -0.012786865234375,
+ -0.00740814208984375,
+ 0.0216827392578125,
+ 0.0301513671875,
+ 0.02777099609375,
+ 0.03082275390625,
+ 0.00677490234375,
+ 0.010711669921875,
+ 0.00783538818359375,
+ 0.0250701904296875,
+ -0.0450439453125,
+ 0.05316162109375,
+ -0.043182373046875,
+ 0.0005345344543457031,
+ -0.06097412109375,
+ 0.01363372802734375,
+ 0.00800323486328125,
+ -0.01363372802734375,
+ -0.000038683414459228516,
+ -0.0406494140625,
+ 0.0215911865234375,
+ -0.01490020751953125,
+ -0.056915283203125,
+ -0.002170562744140625,
+ 0.06097412109375,
+ -0.0467529296875,
+ 0.0193023681640625,
+ 0.00821685791015625,
+ -0.0230255126953125,
+ -0.00025534629821777344,
+ -0.058929443359375,
+ 0.07720947265625,
+ 0.0185394287109375,
+ 0.033538818359375,
+ -0.0118560791015625,
+ 0.00897216796875,
+ 0.0197296142578125,
+ 0.0034923553466796875,
+ -0.0014715194702148438,
+ 0.0164337158203125,
+ -0.00664520263671875,
+ 0.05419921875,
+ 0.0262451171875,
+ 0.00240325927734375,
+ -0.022857666015625,
+ 0.0238800048828125,
+ 0.0216827392578125,
+ -0.049102783203125,
+ 0.032684326171875,
+ 0.033203125,
+ 0.04266357421875,
+ -0.0092315673828125,
+ -0.0167694091796875,
+ -0.00830078125,
+ -0.0555419921875,
+ 0.05419921875,
+ 0.0132904052734375,
+ -0.002899169921875,
+ 0.0367431640625,
+ -0.047088623046875,
+ 0.03826904296875,
+ 0.0218505859375,
+ 0.047760009765625,
+ -0.0467529296875,
+ 0.0572509765625,
+ -0.0095672607421875,
+ 0.00098419189453125,
+ 0.0045928955078125,
+ 0.00952911376953125,
+ 0.0045928955078125,
+ 0.0118560791015625,
+ -0.01244354248046875,
+ 0.04217529296875,
+ 0.001926422119140625,
+ 0.0115966796875,
+ -0.08636474609375,
+ -0.0132904052734375,
+ -0.00007671117782592773,
+ 0.00952911376953125,
+ 0.0272674560546875,
+ -0.027099609375,
+ -0.0088043212890625,
+ 0.004276275634765625,
+ 0.033355712890625,
+ 0.060638427734375,
+ -0.0166778564453125,
+ 0.036407470703125,
+ 0.0171051025390625,
+ -0.019561767578125,
+ -0.00885009765625,
+ -0.00795745849609375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "plugin-support",
+ "scripting",
+ "memory-timeline",
+ "process-analysis",
+ "network-artifacts",
+ "rootkit-detection",
+ "code-injection",
+ "yara-integration",
+ "python-api",
+ "scenario:memory_dump",
+ "opensource",
+ "memory-analysis",
+ "ram-dump"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Arkime",
+ "type": "tool",
+ "name": "Arkime",
+ "content": "arkime das full-packet-capture-monster (früher moloch) speichert und indiziert große aufkommen von netzwerkverkehr für historische forensik. erfasst traffic mit 10gbit/s+ und speichert pcap mit intelligenter kompression. die elasticsearch-integration ermöglicht schnelle suchen über monate von daten: ips, ports, protokolle, http-header, ssl-zertifikate. session-page visualisiert verbindungen mit protokoll-dekodierung. spi-graph zeigt traffic-patterns. wise (with intelligence see everything) reichert daten mit threat-intel an. arkime-capture skaliert horizontal für multiple 10g-links. die viewer-permissions ermöglichen granulare zugriffskontrolle. hunt-jobs durchsuchen historische daten nach neuen iocs. api für integration mit soc-tools. die hardware-anforderungen sind massiv (tb ram, pb storage), aber für ernsthafte nsm unverzichtbar. perfekt für apt-jagd und incident-rekonstruktion. web-interface pcap-capture elasticsearch-integration historical-analysis packet-filtering distributed full-packet-capture threat-intel-enrichment horizontal-scaling api-driven hunt-jobs spi-graph incident-response static-investigations network-forensics cloud-forensics malware-analysis data-collection examination analysis",
+ "embedding": [
+ -0.0090789794921875,
+ 0.0172271728515625,
+ 0.030364990234375,
+ 0.01480865478515625,
+ 0.031494140625,
+ 0.021514892578125,
+ 0.00959014892578125,
+ -0.00670623779296875,
+ -0.01593017578125,
+ -0.008758544921875,
+ -0.03594970703125,
+ 0.0570068359375,
+ 0.01396942138671875,
+ -0.0221710205078125,
+ -0.059600830078125,
+ 0.0216064453125,
+ -0.01210784912109375,
+ -0.00498199462890625,
+ 0.0221710205078125,
+ -0.00453948974609375,
+ -0.0008382797241210938,
+ -0.009918212890625,
+ -0.05291748046875,
+ -0.0125732421875,
+ -0.007080078125,
+ 0.0009775161743164062,
+ -0.004192352294921875,
+ -0.05401611328125,
+ -0.01080322265625,
+ 0.01313018798828125,
+ 0.01434326171875,
+ -0.022918701171875,
+ 0.023468017578125,
+ 0.009033203125,
+ -0.021331787109375,
+ -0.0325927734375,
+ 0.026824951171875,
+ -0.056640625,
+ -0.004680633544921875,
+ 0.041351318359375,
+ -0.00982666015625,
+ 0.007080078125,
+ 0.0243988037109375,
+ -0.01210784912109375,
+ -0.03985595703125,
+ -0.0361328125,
+ -0.01201629638671875,
+ -0.0134124755859375,
+ 0.002246856689453125,
+ -0.00768280029296875,
+ 0.00922393798828125,
+ 0.00670623779296875,
+ 0.00034046173095703125,
+ -0.00028228759765625,
+ -0.0279388427734375,
+ 0.03985595703125,
+ 0.044158935546875,
+ -0.047119140625,
+ -0.040802001953125,
+ 0.06964111328125,
+ -0.041534423828125,
+ -0.00218963623046875,
+ -0.0171356201171875,
+ -0.0167694091796875,
+ 0.0079193115234375,
+ 0.031280517578125,
+ -0.018341064453125,
+ -0.034637451171875,
+ 0.016021728515625,
+ -0.01108551025390625,
+ 0.0156402587890625,
+ -0.0170440673828125,
+ -0.0311126708984375,
+ 0.009033203125,
+ -0.017608642578125,
+ -0.051788330078125,
+ 0.01629638671875,
+ 0.018341064453125,
+ 0.012664794921875,
+ -0.0040740966796875,
+ -0.03948974609375,
+ 0.0006608963012695312,
+ 0.0325927734375,
+ 0.00843048095703125,
+ -0.026641845703125,
+ -0.0008673667907714844,
+ 0.0286865234375,
+ 0.0072174072265625,
+ -0.01239013671875,
+ 0.01015472412109375,
+ 0.0296173095703125,
+ -0.01406097412109375,
+ 0.0190887451171875,
+ -0.029052734375,
+ 0.04730224609375,
+ 0.0570068359375,
+ -0.052520751953125,
+ -0.0190887451171875,
+ 0.004329681396484375,
+ 0.0189971923828125,
+ 0.03857421875,
+ -0.0273895263671875,
+ 0.059967041015625,
+ -0.01462554931640625,
+ 0.030181884765625,
+ -0.0203094482421875,
+ -0.0292510986328125,
+ -0.01629638671875,
+ 0.01416015625,
+ -0.0204925537109375,
+ -0.08941650390625,
+ -0.030548095703125,
+ -0.01052093505859375,
+ -0.0499267578125,
+ 0.0237579345703125,
+ 0.0108489990234375,
+ -0.006565093994140625,
+ 0.05810546875,
+ -0.038360595703125,
+ -0.035400390625,
+ 0.008056640625,
+ 0.037261962890625,
+ -0.005680084228515625,
+ 0.0079193115234375,
+ -0.0633544921875,
+ -0.08270263671875,
+ -0.00444793701171875,
+ 0.00763702392578125,
+ -0.0156402587890625,
+ 0.0038661956787109375,
+ -0.01471710205078125,
+ 0.0013217926025390625,
+ 0.00670623779296875,
+ -0.038177490234375,
+ 0.01201629638671875,
+ -0.021240234375,
+ 0.0257110595703125,
+ 0.007358551025390625,
+ -0.0240325927734375,
+ 0.005077362060546875,
+ 0.0222625732421875,
+ -0.009124755859375,
+ -0.0247802734375,
+ -0.012481689453125,
+ -0.041351318359375,
+ -0.00843048095703125,
+ -0.02142333984375,
+ 0.049163818359375,
+ -0.0296173095703125,
+ 0.0080108642578125,
+ -0.01369476318359375,
+ 0.026824951171875,
+ 0.0655517578125,
+ 0.01192474365234375,
+ 0.00823974609375,
+ -0.049560546875,
+ -0.005680084228515625,
+ -0.02850341796875,
+ 0.033905029296875,
+ -0.0223541259765625,
+ -0.030181884765625,
+ -0.005168914794921875,
+ -0.01047515869140625,
+ 0.0275726318359375,
+ -0.00316619873046875,
+ -0.0207672119140625,
+ -0.02886962890625,
+ 0.00628662109375,
+ 0.022918701171875,
+ -0.01490020751953125,
+ 0.0174102783203125,
+ -0.00666046142578125,
+ 0.059234619140625,
+ 0.065185546875,
+ -0.00135040283203125,
+ 0.00782012939453125,
+ 0.0167694091796875,
+ -0.01611328125,
+ 0.03875732421875,
+ 0.03857421875,
+ -0.04620361328125,
+ -0.033721923828125,
+ 0.0396728515625,
+ -0.01611328125,
+ 0.037628173828125,
+ -0.009124755859375,
+ -0.017608642578125,
+ -0.010711669921875,
+ -0.0209503173828125,
+ 0.006145477294921875,
+ -0.06707763671875,
+ -0.0016880035400390625,
+ -0.03985595703125,
+ 0.0257110595703125,
+ -0.0032825469970703125,
+ 0.062225341796875,
+ 0.040618896484375,
+ -0.0204010009765625,
+ 0.0499267578125,
+ -0.0035858154296875,
+ 0.0153656005859375,
+ 0.016204833984375,
+ -0.0135955810546875,
+ 0.0115966796875,
+ -0.0080108642578125,
+ 0.0238494873046875,
+ -0.00865936279296875,
+ 0.0237579345703125,
+ 0.033355712890625,
+ -0.0273895263671875,
+ -0.0275726318359375,
+ 0.042083740234375,
+ -0.0189056396484375,
+ -0.038360595703125,
+ -0.01122283935546875,
+ -0.0292510986328125,
+ 0.00823974609375,
+ -0.0325927734375,
+ -0.01369476318359375,
+ 0.034088134765625,
+ -0.0227203369140625,
+ -0.049163818359375,
+ 0.0018978118896484375,
+ 0.0275726318359375,
+ -0.026824951171875,
+ 0.06256103515625,
+ 0.0226287841796875,
+ -0.0150909423828125,
+ -0.0157470703125,
+ 0.035400390625,
+ 0.0184478759765625,
+ 0.038177490234375,
+ -0.0189056396484375,
+ -0.0167694091796875,
+ 0.007312774658203125,
+ -0.0018625259399414062,
+ 0.0299835205078125,
+ 0.033721923828125,
+ 0.0281219482421875,
+ 0.033721923828125,
+ -0.016204833984375,
+ 0.014251708984375,
+ -0.045440673828125,
+ 0.03875732421875,
+ 0.01099395751953125,
+ -0.0275726318359375,
+ -0.00949859619140625,
+ -0.0036792755126953125,
+ 0.0262603759765625,
+ 0.06146240234375,
+ -0.00726318359375,
+ 0.0203094482421875,
+ -0.055511474609375,
+ -0.005962371826171875,
+ -0.07379150390625,
+ -0.0467529296875,
+ -0.03594970703125,
+ -0.051788330078125,
+ 0.0435791015625,
+ -0.0242156982421875,
+ -0.007358551025390625,
+ -0.01122283935546875,
+ 0.0238494873046875,
+ 0.0216064453125,
+ 0.048431396484375,
+ -0.00847625732421875,
+ -0.0260772705078125,
+ -0.0296173095703125,
+ 0.09832763671875,
+ 0.0152740478515625,
+ -0.0133209228515625,
+ -0.0030040740966796875,
+ 0.0325927734375,
+ 0.0151824951171875,
+ 0.0190887451171875,
+ -0.0117340087890625,
+ 0.0240325927734375,
+ 0.041351318359375,
+ 0.033905029296875,
+ 0.04022216796875,
+ -0.003910064697265625,
+ 0.004657745361328125,
+ -0.01555633544921875,
+ 0.033905029296875,
+ -0.049163818359375,
+ 0.0311126708984375,
+ -0.0171356201171875,
+ -0.0099639892578125,
+ 0.0037021636962890625,
+ -0.04339599609375,
+ 0.0205841064453125,
+ 0.034820556640625,
+ 0.007358551025390625,
+ 0.03594970703125,
+ -0.0036792755126953125,
+ -0.04022216796875,
+ 0.0273895263671875,
+ 0.00670623779296875,
+ 0.0277557373046875,
+ 0.0185394287109375,
+ 0.044708251953125,
+ -0.037078857421875,
+ 0.0109405517578125,
+ -0.00838470458984375,
+ 0.03167724609375,
+ -0.031280517578125,
+ -0.051025390625,
+ -0.039306640625,
+ -0.0021190643310546875,
+ -0.05328369140625,
+ -0.03240966796875,
+ 0.0107574462890625,
+ 0.017791748046875,
+ 0.038360595703125,
+ -0.021148681640625,
+ -0.0145263671875,
+ -0.0279388427734375,
+ -0.03875732421875,
+ 0.00675201416015625,
+ -0.030364990234375,
+ -0.0361328125,
+ -0.0227203369140625,
+ 0.071533203125,
+ 0.004329681396484375,
+ 0.0150909423828125,
+ 0.012664794921875,
+ 0.0098724365234375,
+ -0.051422119140625,
+ 0.026641845703125,
+ -0.0238494873046875,
+ 0.01824951171875,
+ -0.002246856689453125,
+ 0.041534423828125,
+ 0.0299835205078125,
+ 0.01229095458984375,
+ 0.01593017578125,
+ 0.05029296875,
+ 0.00865936279296875,
+ -0.0202178955078125,
+ 0.0202178955078125,
+ 0.002422332763671875,
+ -0.0283203125,
+ 0.038177490234375,
+ -0.0190887451171875,
+ -0.0216064453125,
+ -0.0292510986328125,
+ -0.019561767578125,
+ -0.00768280029296875,
+ 0.022918701171875,
+ 0.021881103515625,
+ 0.0219879150390625,
+ -0.019287109375,
+ 0.0262603759765625,
+ 0.05438232421875,
+ 0.016021728515625,
+ 0.08343505859375,
+ 0.007778167724609375,
+ -0.07635498046875,
+ 0.016387939453125,
+ 0.057373046875,
+ -0.021240234375,
+ 0.01303863525390625,
+ 0.0255126953125,
+ 0.0186309814453125,
+ 0.0205841064453125,
+ 0.0039825439453125,
+ -0.004634857177734375,
+ 0.0279388427734375,
+ -0.01210784912109375,
+ -0.03314208984375,
+ 0.0190887451171875,
+ -0.00865936279296875,
+ 0.00502777099609375,
+ 0.0648193359375,
+ 0.006565093994140625,
+ 0.0009665489196777344,
+ 0.048797607421875,
+ -0.037078857421875,
+ -0.03314208984375,
+ -0.052520751953125,
+ -0.0577392578125,
+ 0.0185394287109375,
+ 0.040802001953125,
+ 0.01611328125,
+ 0.0364990234375,
+ -0.05291748046875,
+ -0.06707763671875,
+ 0.0273895263671875,
+ -0.048431396484375,
+ 0.059600830078125,
+ 0.040985107421875,
+ 0.0237579345703125,
+ 0.057373046875,
+ -0.0008091926574707031,
+ 0.0063323974609375,
+ 0.017791748046875,
+ 0.00400543212890625,
+ 0.002899169921875,
+ 0.056243896484375,
+ 0.02496337890625,
+ 0.01303863525390625,
+ -0.01285552978515625,
+ -0.01192474365234375,
+ 0.0279388427734375,
+ 0.0309295654296875,
+ -0.007358551025390625,
+ 0.038360595703125,
+ 0.0019683837890625,
+ 0.033905029296875,
+ -0.0145263671875,
+ 0.06591796875,
+ 0.01788330078125,
+ -0.03240966796875,
+ 0.01239013671875,
+ -0.00838470458984375,
+ 0.0145263671875,
+ -0.059967041015625,
+ 0.008148193359375,
+ 0.0027942657470703125,
+ -0.0228118896484375,
+ 0.0357666015625,
+ 0.02496337890625,
+ -0.061859130859375,
+ -0.031280517578125,
+ 0.06298828125,
+ -0.080078125,
+ 0.0294342041015625,
+ 0.016021728515625,
+ -0.016021728515625,
+ 0.01285552978515625,
+ -0.0118255615234375,
+ -0.0499267578125,
+ 0.02496337890625,
+ -0.037078857421875,
+ -0.05328369140625,
+ 0.0189971923828125,
+ 0.0037250518798828125,
+ -0.027191162109375,
+ -0.03985595703125,
+ -0.032958984375,
+ -0.014251708984375,
+ -0.0030727386474609375,
+ -0.0258941650390625,
+ 0.026458740234375,
+ -0.022918701171875,
+ -0.006145477294921875,
+ 0.0364990234375,
+ 0.01555633544921875,
+ -0.00484466552734375,
+ -0.0294342041015625,
+ 0.04656982421875,
+ 0.003841400146484375,
+ -0.034820556640625,
+ 0.03912353515625,
+ 0.0189056396484375,
+ 0.016204833984375,
+ -0.00201416015625,
+ 0.007030487060546875,
+ 0.0034236907958984375,
+ 0.00537872314453125,
+ 0.00414276123046875,
+ -0.00679779052734375,
+ -0.041168212890625,
+ -0.033721923828125,
+ -0.044525146484375,
+ 0.03240966796875,
+ 0.0035400390625,
+ 0.034637451171875,
+ 0.01806640625,
+ -0.0277557373046875,
+ 0.0027599334716796875,
+ -0.059600830078125,
+ -0.03167724609375,
+ -0.003841400146484375,
+ 0.014434814453125,
+ -0.0221710205078125,
+ 0.03594970703125,
+ 0.004657745361328125,
+ 0.00954437255859375,
+ -0.0009899139404296875,
+ 0.040618896484375,
+ 0.0002982616424560547,
+ 0.00926971435546875,
+ -0.054779052734375,
+ 0.034637451171875,
+ 0.044342041015625,
+ -0.051025390625,
+ -0.02142333984375,
+ -0.0088043212890625,
+ 0.006984710693359375,
+ 0.0283203125,
+ -0.0633544921875,
+ 0.0035152435302734375,
+ -0.01303863525390625,
+ -0.037628173828125,
+ -0.02496337890625,
+ -0.0428466796875,
+ -0.01108551025390625,
+ -0.0281219482421875,
+ 0.0133209228515625,
+ 0.05029296875,
+ -0.0063323974609375,
+ 0.03277587890625,
+ 0.004703521728515625,
+ -0.0034694671630859375,
+ 0.0279388427734375,
+ 0.0219879150390625,
+ -0.0081024169921875,
+ 0.0400390625,
+ -0.058868408203125,
+ -0.01396942138671875,
+ 0.006195068359375,
+ 0.039306640625,
+ -0.01806640625,
+ 0.0091705322265625,
+ 0.005401611328125,
+ -0.005542755126953125,
+ 0.030548095703125,
+ -0.015838623046875,
+ -0.021240234375,
+ 0.00959014892578125,
+ -0.021697998046875,
+ -0.048065185546875,
+ -0.02532958984375,
+ 0.041900634765625,
+ 0.017974853515625,
+ -0.0166778564453125,
+ 0.00041031837463378906,
+ 0.0322265625,
+ -0.032958984375,
+ 0.0237579345703125,
+ 0.003631591796875,
+ -0.0325927734375,
+ 0.01229095458984375,
+ -0.01187896728515625,
+ 0.002899169921875,
+ -0.018157958984375,
+ 0.045257568359375,
+ -0.0262603759765625,
+ -0.0275726318359375,
+ -0.072265625,
+ 0.00870513916015625,
+ 0.0045166015625,
+ 0.003910064697265625,
+ -0.026458740234375,
+ -0.041168212890625,
+ -0.048065185546875,
+ -0.03857421875,
+ 0.041717529296875,
+ 0.0171356201171875,
+ 0.0257110595703125,
+ -0.03240966796875,
+ -0.0279388427734375,
+ -0.014251708984375,
+ -0.0296173095703125,
+ 0.0222625732421875,
+ -0.006427764892578125,
+ 0.0097808837890625,
+ 0.021697998046875,
+ -0.0499267578125,
+ 0.00847625732421875,
+ 0.005611419677734375,
+ 0.04730224609375,
+ 0.045257568359375,
+ 0.019378662109375,
+ -0.026824951171875,
+ 0.0169525146484375,
+ -0.01126861572265625,
+ -0.0174102783203125,
+ -0.0097808837890625,
+ 0.004352569580078125,
+ 0.034088134765625,
+ -0.0294342041015625,
+ -0.00838470458984375,
+ -0.00179290771484375,
+ 0.0357666015625,
+ 0.00011861324310302734,
+ 0.0204010009765625,
+ 0.00458526611328125,
+ 0.033538818359375,
+ 0.0023174285888671875,
+ 0.045074462890625,
+ -0.03985595703125,
+ -0.049560546875,
+ -0.004913330078125,
+ -0.0107574462890625,
+ 0.045623779296875,
+ 0.048797607421875,
+ -0.00959014892578125,
+ -0.0216064453125,
+ 0.00542449951171875,
+ 0.047698974609375,
+ -0.0223541259765625,
+ -0.034637451171875,
+ -0.0224456787109375,
+ 0.0207672119140625,
+ 0.0227203369140625,
+ 0.049560546875,
+ 0.0204925537109375,
+ 0.06109619140625,
+ 0.04022216796875,
+ 0.000453948974609375,
+ 0.008758544921875,
+ 0.06298828125,
+ 0.0010652542114257812,
+ -0.00726318359375,
+ -0.048431396484375,
+ -0.0299835205078125,
+ 0.00936126708984375,
+ -0.0203094482421875,
+ -0.0226287841796875,
+ -0.00754547119140625,
+ 0.0704345703125,
+ -0.058868408203125,
+ -0.0292510986328125,
+ -0.0133209228515625,
+ -0.0037250518798828125,
+ -0.018157958984375,
+ -0.0025272369384765625,
+ -0.02337646484375,
+ 0.026458740234375,
+ 0.01024627685546875,
+ -0.045440673828125,
+ 0.0134124755859375,
+ -0.03240966796875,
+ 0.006008148193359375,
+ 0.0435791015625,
+ 0.01038360595703125,
+ -0.008941650390625,
+ 0.0286865234375,
+ 0.04339599609375,
+ 0.0296173095703125,
+ 0.01122283935546875,
+ 0.0506591796875,
+ 0.030181884765625,
+ 0.037994384765625,
+ 0.019561767578125,
+ 0.07672119140625,
+ -0.027008056640625,
+ -0.0189056396484375,
+ 0.0227203369140625,
+ 0.051422119140625,
+ 0.04376220703125,
+ 0.049163818359375,
+ 0.006195068359375,
+ -0.01294708251953125,
+ 0.0012454986572265625,
+ -0.03521728515625,
+ -0.0015249252319335938,
+ 0.0171356201171875,
+ 0.005100250244140625,
+ -0.025146484375,
+ -0.051788330078125,
+ 0.037261962890625,
+ -0.0389404296875,
+ 0.022918701171875,
+ 0.02301025390625,
+ -0.0299835205078125,
+ -0.0292510986328125,
+ 0.031494140625,
+ -0.0177001953125,
+ -0.042083740234375,
+ 0.0350341796875,
+ -0.00865936279296875,
+ -0.04583740234375,
+ -0.0220794677734375,
+ -0.01434326171875,
+ 0.04693603515625,
+ -0.008056640625,
+ -0.072265625,
+ -0.0257110595703125,
+ 0.016571044921875,
+ -0.00666046142578125,
+ -0.008941650390625,
+ -0.034088134765625,
+ -0.0054473876953125,
+ -0.0311126708984375,
+ -0.0400390625,
+ -0.04022216796875,
+ -0.026458740234375,
+ -0.004657745361328125,
+ -0.0389404296875,
+ 0.0034465789794921875,
+ -0.016387939453125,
+ -0.0216064453125,
+ -0.02178955078125,
+ -0.012664794921875,
+ -0.009124755859375,
+ 0.01824951171875,
+ -0.049163818359375,
+ 0.0428466796875,
+ 0.002269744873046875,
+ 0.03167724609375,
+ 0.0257110595703125,
+ 0.0704345703125,
+ 0.006519317626953125,
+ 0.00847625732421875,
+ 0.0238494873046875,
+ -0.0640869140625,
+ -0.0099639892578125,
+ 0.00409698486328125,
+ 0.0133209228515625,
+ -0.07861328125,
+ -0.00885009765625,
+ 0.06256103515625,
+ -0.05364990234375,
+ 0.0185394287109375,
+ 0.0224456787109375,
+ -0.016387939453125,
+ -0.03521728515625,
+ 0.0196533203125,
+ -0.006427764892578125,
+ 0.0002124309539794922,
+ 0.072998046875,
+ -0.006099700927734375,
+ -0.0279388427734375,
+ 0.0032138824462890625,
+ -0.045257568359375,
+ 0.056243896484375,
+ 0.00865936279296875,
+ 0.0245819091796875,
+ -0.030364990234375,
+ 0.0311126708984375,
+ 0.019561767578125,
+ -0.01052093505859375,
+ 0.0258941650390625,
+ -0.08380126953125,
+ -0.0220794677734375,
+ 0.004192352294921875,
+ 0.0091705322265625,
+ -0.009918212890625,
+ -0.0018281936645507812,
+ -0.07415771484375,
+ -0.0258941650390625,
+ -0.033538818359375,
+ 0.0258941650390625,
+ 0.0019330978393554688,
+ 0.0135040283203125,
+ -0.041168212890625,
+ 0.00675201416015625,
+ -0.00679779052734375,
+ -0.055511474609375,
+ -0.033721923828125,
+ -0.01499176025390625,
+ 0.044158935546875,
+ 0.0038890838623046875,
+ -0.06072998046875,
+ 0.0108489990234375,
+ 0.0034236907958984375,
+ 0.017608642578125,
+ 0.0322265625,
+ 0.04583740234375,
+ -0.062225341796875,
+ 0.0034923553466796875,
+ 0.00012302398681640625,
+ 0.030181884765625,
+ 0.0191802978515625,
+ -0.00926971435546875,
+ -0.019927978515625,
+ 0.0132293701171875,
+ 0.019287109375,
+ -0.023284912109375,
+ 0.0294342041015625,
+ 0.042083740234375,
+ -0.0243988037109375,
+ -0.04339599609375,
+ -0.052154541015625,
+ -0.026824951171875,
+ 0.041717529296875,
+ -0.0090789794921875,
+ 0.026824951171875,
+ 0.0018863677978515625,
+ -0.0117340087890625,
+ -0.12445068359375,
+ 0.037078857421875,
+ -0.002445220947265625,
+ 0.0325927734375,
+ 0.00959014892578125,
+ -0.026824951171875,
+ -0.0389404296875,
+ -0.044891357421875,
+ -0.00679779052734375,
+ 0.006427764892578125,
+ -0.0240325927734375,
+ 0.026824951171875,
+ 0.00179290771484375,
+ -0.0238494873046875,
+ 0.020111083984375,
+ 0.0009021759033203125,
+ -0.00498199462890625,
+ 0.033905029296875,
+ 0.0091705322265625,
+ -0.04022216796875,
+ 0.07489013671875,
+ -0.03594970703125,
+ 0.021514892578125,
+ -0.006893157958984375,
+ 0.0007801055908203125,
+ 0.01042938232421875,
+ 0.02496337890625,
+ -0.0262603759765625,
+ -0.0258941650390625,
+ 0.0460205078125,
+ 0.0196533203125,
+ -0.01313018798828125,
+ -0.0032367706298828125,
+ 0.0151824951171875,
+ 0.0185394287109375,
+ 0.006378173828125,
+ 0.0011701583862304688,
+ -0.00250244140625,
+ 0.0167694091796875,
+ -0.005542755126953125,
+ -0.03240966796875,
+ -0.0633544921875,
+ -0.058502197265625,
+ 0.0011463165283203125,
+ -0.052520751953125,
+ -0.00823974609375,
+ 0.0071258544921875,
+ 0.007495880126953125,
+ 0.0135040283203125,
+ -0.026458740234375,
+ 0.0277557373046875,
+ -0.0022125244140625,
+ -0.001216888427734375,
+ -0.0292510986328125,
+ 0.016387939453125,
+ -0.0036563873291015625,
+ 0.058868408203125,
+ 0.0008673667907714844,
+ -0.045074462890625,
+ 0.0169525146484375,
+ -0.0228118896484375,
+ -0.0235595703125,
+ -0.0350341796875,
+ 0.009918212890625,
+ -0.056640625,
+ 0.0082855224609375,
+ -0.0718994140625,
+ -0.01555633544921875,
+ 0.02001953125,
+ 0.040802001953125,
+ 0.009735107421875,
+ -0.033355712890625,
+ 0.04620361328125,
+ -0.02496337890625,
+ -0.034271240234375,
+ 0.029052734375,
+ -0.003910064697265625,
+ -0.033355712890625,
+ 0.035400390625,
+ -0.0030269622802734375,
+ 0.0006928443908691406,
+ -0.01462554931640625,
+ 0.0277557373046875,
+ 0.03985595703125,
+ 0.030181884765625,
+ 0.005496978759765625,
+ -0.01294708251953125,
+ -0.03240966796875,
+ -0.017791748046875,
+ 0.01387786865234375,
+ 0.0273895263671875,
+ 0.03875732421875,
+ -0.016387939453125,
+ 0.041900634765625,
+ -0.0049591064453125,
+ -0.08831787109375,
+ -0.037261962890625,
+ -0.038177490234375,
+ -0.0350341796875,
+ -0.030731201171875,
+ 0.048431396484375,
+ 0.0262603759765625,
+ -0.0109405517578125,
+ 0.016204833984375,
+ 0.042083740234375,
+ 0.0247802734375,
+ 0.0035152435302734375,
+ -0.01611328125,
+ -0.0655517578125,
+ -0.01546478271484375,
+ 0.019287109375,
+ 0.0207672119140625,
+ -0.030181884765625,
+ 0.0292510986328125,
+ 0.0655517578125,
+ -0.0153656005859375,
+ -0.031494140625,
+ 0.0190887451171875,
+ 0.00726318359375,
+ 0.037078857421875,
+ 0.00922393798828125,
+ 0.0223541259765625,
+ -0.06781005859375,
+ 0.006053924560546875,
+ 0.0208587646484375,
+ 0.001361846923828125,
+ -0.01126861572265625,
+ 0.01108551025390625,
+ -0.03594970703125,
+ 0.0396728515625,
+ -0.056640625,
+ -0.0100555419921875,
+ 0.010711669921875,
+ 0.08831787109375,
+ 0.0099639892578125,
+ -0.04302978515625,
+ -0.00843048095703125,
+ 0.007778167724609375,
+ 0.0185394287109375,
+ -0.034820556640625,
+ 0.01131439208984375,
+ 0.040618896484375,
+ -0.00287628173828125,
+ 0.008056640625,
+ 0.039306640625,
+ -0.0049591064453125,
+ 0.03521728515625,
+ 0.034088134765625,
+ -0.0311126708984375,
+ 0.0243988037109375,
+ -0.00533294677734375,
+ 0.031280517578125,
+ 0.01499176025390625,
+ -0.044525146484375,
+ -0.007312774658203125,
+ -0.051025390625,
+ 0.047119140625,
+ 0.03985595703125,
+ 0.0322265625,
+ -0.0011005401611328125,
+ -0.005054473876953125,
+ -0.0032825469970703125,
+ 0.0228118896484375,
+ 0.021514892578125,
+ 0.035400390625,
+ 0.0389404296875,
+ 0.0133209228515625,
+ 0.03558349609375,
+ 0.015838623046875,
+ -0.0040283203125,
+ -0.0133209228515625,
+ 0.059967041015625,
+ -0.030731201171875,
+ 0.0135955810546875,
+ -0.05401611328125,
+ -0.01010894775390625,
+ 0.0008149147033691406,
+ -0.021697998046875,
+ -0.007778167724609375,
+ -0.030548095703125,
+ -0.008941650390625,
+ -0.0207672119140625,
+ -0.044158935546875,
+ 0.0202178955078125,
+ 0.06671142578125,
+ -0.0640869140625,
+ 0.0428466796875,
+ 0.0396728515625,
+ 0.011688232421875,
+ 0.0283203125,
+ -0.04656982421875,
+ 0.08868408203125,
+ 0.022918701171875,
+ 0.0164794921875,
+ -0.007965087890625,
+ -0.01313018798828125,
+ 0.0296173095703125,
+ 0.01285552978515625,
+ -0.005191802978515625,
+ 0.023101806640625,
+ -0.01126861572265625,
+ 0.049560546875,
+ 0.0189056396484375,
+ -0.007358551025390625,
+ -0.01294708251953125,
+ 0.0100555419921875,
+ 0.0224456787109375,
+ -0.0357666015625,
+ 0.05029296875,
+ 0.01239013671875,
+ 0.01593017578125,
+ 0.008056640625,
+ -0.0062408447265625,
+ -0.01806640625,
+ -0.0648193359375,
+ 0.057373046875,
+ 0.0296173095703125,
+ -0.00666046142578125,
+ 0.0226287841796875,
+ -0.056243896484375,
+ 0.03857421875,
+ 0.0153656005859375,
+ 0.06744384765625,
+ -0.072265625,
+ 0.033721923828125,
+ -0.0281219482421875,
+ 0.00926971435546875,
+ -0.038177490234375,
+ 0.00726318359375,
+ -0.0063323974609375,
+ 0.0224456787109375,
+ -0.012481689453125,
+ 0.059967041015625,
+ 0.0173187255859375,
+ -0.01103973388671875,
+ -0.055145263671875,
+ -0.03277587890625,
+ 0.01499176025390625,
+ 0.005260467529296875,
+ 0.0262603759765625,
+ -0.030364990234375,
+ -0.058868408203125,
+ 0.0166778564453125,
+ 0.041351318359375,
+ 0.0726318359375,
+ -0.005401611328125,
+ 0.022918701171875,
+ 0.017791748046875,
+ 0.02496337890625,
+ -0.005680084228515625,
+ -0.0164794921875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics",
+ "cloud-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "web-interface",
+ "pcap-capture",
+ "elasticsearch-integration",
+ "historical-analysis",
+ "packet-filtering",
+ "distributed",
+ "full-packet-capture",
+ "threat-intel-enrichment",
+ "horizontal-scaling",
+ "api-driven",
+ "hunt-jobs",
+ "spi-graph"
+ ],
+ "skillLevel": "expert",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_plutil",
+ "type": "tool",
+ "name": "plutil",
+ "content": "plutil property-list-parser konvertiert zwischen xml, binary und json-formaten für macos-artefakt-analyse. extrahiert konfigurationsdaten aus apps, system-preferences und versteckten plist-files. besonders wertvoll: binary-plist-dekodierung ohne xcode, syntax-validation für korrupte files, batch-conversion für massen-analyse. command-line-integration in forensik-scripts. unverzichtbar für macos-application-forensik. cli plist-parser xml-conversion json-export artifact-extraction batch-processing macos-artifacts static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.031463623046875,
+ 0.0158233642578125,
+ 0.04425048828125,
+ -0.0166168212890625,
+ 0.00983428955078125,
+ 0.041778564453125,
+ -0.0025463104248046875,
+ -0.003780364990234375,
+ -0.0018901824951171875,
+ 0.01023101806640625,
+ -0.030242919921875,
+ 0.07696533203125,
+ 0.017486572265625,
+ 0.01556396484375,
+ -0.0570068359375,
+ 0.039154052734375,
+ -0.0010814666748046875,
+ 0.007080078125,
+ -0.01503753662109375,
+ -0.00957489013671875,
+ -0.0216827392578125,
+ -0.0099639892578125,
+ -0.053863525390625,
+ 0.00970458984375,
+ 0.00756072998046875,
+ 0.01285552978515625,
+ -0.00563812255859375,
+ -0.07904052734375,
+ 0.00821685791015625,
+ 0.01058197021484375,
+ -0.0017271041870117188,
+ -0.0241241455078125,
+ 0.019500732421875,
+ 0.01337432861328125,
+ 0.00225067138671875,
+ -0.022125244140625,
+ 0.01114654541015625,
+ -0.0222930908203125,
+ -0.01503753662109375,
+ 0.060150146484375,
+ -0.0135498046875,
+ 0.02972412109375,
+ 0.044769287109375,
+ 0.004547119140625,
+ -0.0000016689300537109375,
+ -0.0236053466796875,
+ 0.0197601318359375,
+ 0.0071258544921875,
+ 0.0093994140625,
+ -0.037078857421875,
+ 0.045806884765625,
+ 0.0250091552734375,
+ 0.01381683349609375,
+ -0.004611968994140625,
+ -0.02728271484375,
+ 0.041961669921875,
+ 0.0223846435546875,
+ -0.0260467529296875,
+ -0.04754638671875,
+ 0.05596923828125,
+ -0.019927978515625,
+ 0.0018253326416015625,
+ 0.01468658447265625,
+ -0.01416015625,
+ 0.0123291015625,
+ 0.00402069091796875,
+ -0.0208892822265625,
+ -0.0404052734375,
+ -0.002197265625,
+ 0.01442718505859375,
+ -0.0360107421875,
+ -0.0159149169921875,
+ -0.0293731689453125,
+ 0.050018310546875,
+ -0.0172271728515625,
+ -0.062255859375,
+ -0.004634857177734375,
+ 0.0295562744140625,
+ -0.007694244384765625,
+ 0.007694244384765625,
+ -0.06646728515625,
+ -0.0029506683349609375,
+ 0.02447509765625,
+ -0.006076812744140625,
+ -0.0176544189453125,
+ 0.03619384765625,
+ 0.0027866363525390625,
+ -0.00036334991455078125,
+ -0.006381988525390625,
+ -0.01241302490234375,
+ -0.0084381103515625,
+ 0.016693115234375,
+ 0.0074310302734375,
+ 0.01241302490234375,
+ 0.0132904052734375,
+ 0.07275390625,
+ 0.0165252685546875,
+ 0.01372528076171875,
+ -0.0267486572265625,
+ 0.041961669921875,
+ 0.0197601318359375,
+ -0.032012939453125,
+ 0.057708740234375,
+ -0.007781982421875,
+ 0.041961669921875,
+ -0.0281524658203125,
+ 0.01678466796875,
+ -0.005397796630859375,
+ -0.0109710693359375,
+ -0.01180267333984375,
+ -0.1258544921875,
+ -0.043548583984375,
+ -0.0276336669921875,
+ -0.06048583984375,
+ 0.0090484619140625,
+ -0.03094482421875,
+ 0.0158233642578125,
+ 0.03094482421875,
+ -0.06048583984375,
+ -0.0243072509765625,
+ 0.008392333984375,
+ 0.0011968612670898438,
+ 0.007648468017578125,
+ 0.004810333251953125,
+ -0.06536865234375,
+ -0.03863525390625,
+ 0.00437164306640625,
+ 0.056304931640625,
+ -0.0416259765625,
+ -0.019317626953125,
+ -0.0311279296875,
+ -0.030242919921875,
+ -0.031646728515625,
+ -0.0594482421875,
+ -0.0157318115234375,
+ -0.03863525390625,
+ 0.033935546875,
+ -0.00882720947265625,
+ -0.003627777099609375,
+ 0.023773193359375,
+ 0.0118865966796875,
+ -0.064697265625,
+ -0.06854248046875,
+ -0.0204620361328125,
+ -0.03131103515625,
+ -0.024658203125,
+ -0.03778076171875,
+ 0.03375244140625,
+ -0.030426025390625,
+ 0.0106658935546875,
+ -0.0119781494140625,
+ 0.03759765625,
+ 0.034088134765625,
+ -0.00948333740234375,
+ -0.012237548828125,
+ -0.024658203125,
+ 0.0151214599609375,
+ -0.0204620361328125,
+ 0.036712646484375,
+ -0.030426025390625,
+ -0.0197601318359375,
+ 0.01477813720703125,
+ -0.004085540771484375,
+ 0.032684326171875,
+ -0.01477813720703125,
+ -0.049652099609375,
+ -0.051422119140625,
+ 0.032012939453125,
+ 0.00826263427734375,
+ -0.00909423828125,
+ 0.00677490234375,
+ -0.0163421630859375,
+ 0.07415771484375,
+ 0.050018310546875,
+ -0.03900146484375,
+ 0.0192413330078125,
+ -0.0068206787109375,
+ 0.005420684814453125,
+ 0.0428466796875,
+ 0.05072021484375,
+ -0.0009069442749023438,
+ 0.006031036376953125,
+ 0.0181884765625,
+ -0.007167816162109375,
+ 0.021331787109375,
+ -0.003932952880859375,
+ -0.0293731689453125,
+ 0.0211639404296875,
+ -0.031463623046875,
+ 0.0215911865234375,
+ -0.050018310546875,
+ -0.026397705078125,
+ -0.01114654541015625,
+ 0.044769287109375,
+ 0.0197601318359375,
+ 0.04931640625,
+ 0.041778564453125,
+ 0.004436492919921875,
+ 0.048614501953125,
+ 0.00957489013671875,
+ 0.00371551513671875,
+ 0.04754638671875,
+ -0.00058746337890625,
+ 0.053497314453125,
+ 0.0196685791015625,
+ -0.0248260498046875,
+ -0.025177001953125,
+ 0.05035400390625,
+ 0.00659942626953125,
+ -0.01538848876953125,
+ -0.0172271728515625,
+ 0.051422119140625,
+ 0.0093994140625,
+ -0.0071258544921875,
+ -0.03375244140625,
+ -0.01372528076171875,
+ 0.01381683349609375,
+ -0.035675048828125,
+ -0.0007266998291015625,
+ -0.0222930908203125,
+ 0.002437591552734375,
+ -0.048614501953125,
+ -0.01215362548828125,
+ 0.0176544189453125,
+ -0.0262298583984375,
+ 0.027984619140625,
+ 0.03216552734375,
+ -0.043548583984375,
+ -0.0163421630859375,
+ 0.021240234375,
+ 0.0158233642578125,
+ 0.042327880859375,
+ -0.0151214599609375,
+ 0.005573272705078125,
+ -0.0250091552734375,
+ 0.0014314651489257812,
+ 0.04510498046875,
+ 0.046875,
+ -0.008087158203125,
+ -0.01119232177734375,
+ -0.045806884765625,
+ 0.03253173828125,
+ 0.0283203125,
+ 0.0206298828125,
+ 0.045806884765625,
+ -0.040557861328125,
+ 0.0139007568359375,
+ -0.01013946533203125,
+ 0.032684326171875,
+ 0.0223846435546875,
+ -0.04791259765625,
+ 0.00225067138671875,
+ -0.07098388671875,
+ 0.0086517333984375,
+ -0.034088134765625,
+ -0.0139007568359375,
+ -0.019927978515625,
+ -0.048248291015625,
+ 0.0731201171875,
+ -0.041259765625,
+ -0.024658203125,
+ -0.0005927085876464844,
+ -0.0158233642578125,
+ -0.01145172119140625,
+ 0.02142333984375,
+ -0.0125885009765625,
+ -0.050018310546875,
+ 0.0183563232421875,
+ 0.054901123046875,
+ -0.013641357421875,
+ -0.00970458984375,
+ -0.010406494140625,
+ 0.0190582275390625,
+ -0.01044464111328125,
+ 0.029205322265625,
+ -0.043701171875,
+ -0.0158233642578125,
+ 0.027984619140625,
+ 0.0119781494140625,
+ -0.01023101806640625,
+ -0.01276397705078125,
+ 0.0260467529296875,
+ -0.0347900390625,
+ 0.0293731689453125,
+ -0.038482666015625,
+ 0.021514892578125,
+ -0.00502777099609375,
+ 0.0178375244140625,
+ 0.02325439453125,
+ -0.040740966796875,
+ -0.012237548828125,
+ 0.038818359375,
+ 0.0198516845703125,
+ -0.006252288818359375,
+ 0.016082763671875,
+ -0.057708740234375,
+ 0.01276397705078125,
+ -0.00113677978515625,
+ -0.0241241455078125,
+ 0.0260467529296875,
+ 0.06292724609375,
+ -0.0307769775390625,
+ 0.027801513671875,
+ -0.006252288818359375,
+ 0.00978851318359375,
+ -0.0234375,
+ -0.046173095703125,
+ -0.03216552734375,
+ -0.01018524169921875,
+ -0.029022216796875,
+ -0.006557464599609375,
+ 0.002338409423828125,
+ -0.038299560546875,
+ 0.019927978515625,
+ -0.01556396484375,
+ -0.006732940673828125,
+ -0.06292724609375,
+ -0.0218505859375,
+ 0.0176544189453125,
+ -0.00290679931640625,
+ -0.0183563232421875,
+ -0.0335693359375,
+ 0.030242919921875,
+ -0.0093536376953125,
+ -0.007648468017578125,
+ -0.018280029296875,
+ -0.01302337646484375,
+ -0.04547119140625,
+ 0.0036067962646484375,
+ -0.0164337158203125,
+ 0.0295562744140625,
+ -0.0012674331665039062,
+ 0.01276397705078125,
+ 0.042327880859375,
+ 0.00830841064453125,
+ 0.035858154296875,
+ 0.043701171875,
+ -0.019317626953125,
+ -0.012237548828125,
+ -0.0094451904296875,
+ 0.00225067138671875,
+ -0.014251708984375,
+ -0.007694244384765625,
+ -0.0276336669921875,
+ -0.03778076171875,
+ -0.000025272369384765625,
+ -0.031646728515625,
+ 0.00634002685546875,
+ 0.0068206787109375,
+ 0.0126800537109375,
+ 0.002197265625,
+ -0.034454345703125,
+ -0.006862640380859375,
+ 0.046173095703125,
+ -0.00952911376953125,
+ 0.08111572265625,
+ -0.0274505615234375,
+ -0.05560302734375,
+ 0.01739501953125,
+ 0.0038909912109375,
+ -0.033935546875,
+ 0.0086517333984375,
+ 0.031463623046875,
+ 0.00386810302734375,
+ 0.0009450912475585938,
+ 0.015655517578125,
+ -0.0028858184814453125,
+ 0.015655517578125,
+ -0.00730133056640625,
+ 0.0190582275390625,
+ -0.0010929107666015625,
+ -0.0215911865234375,
+ 0.036376953125,
+ 0.050018310546875,
+ 0.02972412109375,
+ 0.0184478759765625,
+ 0.0131988525390625,
+ -0.04144287109375,
+ -0.0083465576171875,
+ -0.016265869140625,
+ -0.08953857421875,
+ 0.003387451171875,
+ 0.0171356201171875,
+ 0.01302337646484375,
+ 0.03900146484375,
+ -0.00406646728515625,
+ -0.0465087890625,
+ 0.0015850067138671875,
+ -0.038299560546875,
+ 0.0751953125,
+ 0.03131103515625,
+ 0.019317626953125,
+ 0.034088134765625,
+ -0.01031494140625,
+ 0.005222320556640625,
+ 0.006511688232421875,
+ -0.002338409423828125,
+ 0.0113677978515625,
+ 0.032012939453125,
+ 0.0234375,
+ 0.0083465576171875,
+ -0.0203704833984375,
+ -0.0099639892578125,
+ 0.0102691650390625,
+ 0.01538848876953125,
+ 0.01215362548828125,
+ 0.034454345703125,
+ 0.015472412109375,
+ 0.047210693359375,
+ -0.0194091796875,
+ 0.022125244140625,
+ 0.034454345703125,
+ 0.01346588134765625,
+ -0.010009765625,
+ 0.0020542144775390625,
+ -0.00048089027404785156,
+ -0.04754638671875,
+ 0.022552490234375,
+ -0.0195770263671875,
+ 0.03253173828125,
+ 0.00616455078125,
+ 0.033050537109375,
+ -0.07342529296875,
+ 0.01023101806640625,
+ 0.045806884765625,
+ -0.04107666015625,
+ 0.0008635520935058594,
+ 0.0335693359375,
+ -0.0068206787109375,
+ -0.0004208087921142578,
+ -0.03497314453125,
+ -0.04510498046875,
+ 0.0234375,
+ -0.03515625,
+ -0.06890869140625,
+ 0.00817108154296875,
+ 0.03863525390625,
+ -0.08392333984375,
+ -0.0416259765625,
+ -0.0428466796875,
+ -0.001781463623046875,
+ -0.0096588134765625,
+ -0.0372314453125,
+ 0.051055908203125,
+ -0.002971649169921875,
+ -0.016265869140625,
+ 0.026397705078125,
+ 0.047210693359375,
+ -0.019927978515625,
+ -0.03375244140625,
+ 0.052459716796875,
+ -0.01171875,
+ -0.05419921875,
+ 0.07171630859375,
+ 0.019317626953125,
+ 0.022552490234375,
+ -0.0283203125,
+ -0.029205322265625,
+ 0.00817108154296875,
+ 0.01538848876953125,
+ 0.013641357421875,
+ 0.0283203125,
+ -0.041778564453125,
+ -0.04547119140625,
+ -0.0400390625,
+ 0.0545654296875,
+ 0.01031494140625,
+ 0.04022216796875,
+ -0.007038116455078125,
+ -0.025177001953125,
+ 0.039703369140625,
+ -0.0465087890625,
+ -0.0145111083984375,
+ -0.0139923095703125,
+ -0.031463623046875,
+ -0.0165252685546875,
+ 0.0626220703125,
+ -0.01337432861328125,
+ -0.01180267333984375,
+ -0.01416015625,
+ 0.035491943359375,
+ 0.039154052734375,
+ 0.01538848876953125,
+ -0.04425048828125,
+ 0.0440673828125,
+ 0.0110626220703125,
+ -0.0570068359375,
+ -0.02325439453125,
+ -0.0107574462890625,
+ 0.0183563232421875,
+ 0.036712646484375,
+ -0.03778076171875,
+ 0.00598907470703125,
+ -0.0204620361328125,
+ -0.07830810546875,
+ -0.0250091552734375,
+ 0.0071258544921875,
+ -0.0465087890625,
+ -0.04425048828125,
+ 0.036712646484375,
+ 0.037078857421875,
+ 0.031829833984375,
+ 0.017578125,
+ 0.022125244140625,
+ 0.00563812255859375,
+ 0.0335693359375,
+ -0.0118865966796875,
+ -0.031829833984375,
+ 0.03131103515625,
+ -0.0517578125,
+ -0.0305938720703125,
+ 0.003803253173828125,
+ 0.0360107421875,
+ -0.00760650634765625,
+ -0.00756072998046875,
+ -0.0126800537109375,
+ -0.036712646484375,
+ 0.0064697265625,
+ -0.039154052734375,
+ 0.005859375,
+ -0.0064697265625,
+ -0.0347900390625,
+ -0.0300750732421875,
+ -0.0151214599609375,
+ -0.0027313232421875,
+ 0.00800323486328125,
+ 0.007213592529296875,
+ 0.0077362060546875,
+ 0.04754638671875,
+ -0.04144287109375,
+ 0.0102691650390625,
+ 0.008392333984375,
+ -0.0125885009765625,
+ -0.003387451171875,
+ 0.0113677978515625,
+ 0.01079559326171875,
+ -0.0123291015625,
+ 0.01617431640625,
+ -0.0223846435546875,
+ -0.029022216796875,
+ -0.0570068359375,
+ 0.025177001953125,
+ 0.0112762451171875,
+ -0.027099609375,
+ -0.0027217864990234375,
+ -0.046173095703125,
+ -0.06787109375,
+ 0.0181884765625,
+ 0.057342529296875,
+ 0.01529693603515625,
+ 0.0274505615234375,
+ -0.04302978515625,
+ -0.01171875,
+ -0.029205322265625,
+ -0.0038909912109375,
+ 0.040740966796875,
+ 0.006908416748046875,
+ 0.02728271484375,
+ -0.0022296905517578125,
+ -0.0109710693359375,
+ 0.050018310546875,
+ 0.0159149169921875,
+ 0.035675048828125,
+ 0.00970458984375,
+ 0.00795745849609375,
+ -0.01538848876953125,
+ -0.0100555419921875,
+ -0.0202789306640625,
+ -0.0204620361328125,
+ -0.000385284423828125,
+ -0.0058135986328125,
+ 0.0286712646484375,
+ -0.019500732421875,
+ -0.0204620361328125,
+ -0.0007648468017578125,
+ 0.0087432861328125,
+ 0.005725860595703125,
+ -0.038116455078125,
+ -0.018890380859375,
+ 0.01053619384765625,
+ 0.0018033981323242188,
+ 0.051422119140625,
+ -0.0139923095703125,
+ -0.035308837890625,
+ -0.00014138221740722656,
+ -0.005443572998046875,
+ 0.0465087890625,
+ 0.05035400390625,
+ 0.00209808349609375,
+ -0.0202789306640625,
+ 0.004764556884765625,
+ 0.0570068359375,
+ -0.0131988525390625,
+ -0.0234375,
+ -0.00830841064453125,
+ 0.0125885009765625,
+ -0.0013446807861328125,
+ 0.03619384765625,
+ 0.03460693359375,
+ 0.05804443359375,
+ 0.0255279541015625,
+ 0.0019893646240234375,
+ 0.0283203125,
+ 0.06536865234375,
+ 0.04791259765625,
+ 0.0032787322998046875,
+ -0.04248046875,
+ 0.00007784366607666016,
+ 0.0151214599609375,
+ -0.048614501953125,
+ -0.052093505859375,
+ 0.0139923095703125,
+ 0.033233642578125,
+ -0.07275390625,
+ -0.0053558349609375,
+ 0.01503753662109375,
+ 0.006381988525390625,
+ 0.034454345703125,
+ 0.022125244140625,
+ -0.033050537109375,
+ 0.01337432861328125,
+ 0.022735595703125,
+ -0.036895751953125,
+ 0.02972412109375,
+ 0.012237548828125,
+ 0.022735595703125,
+ 0.057708740234375,
+ 0.04931640625,
+ -0.0250091552734375,
+ 0.025360107421875,
+ 0.015655517578125,
+ 0.027801513671875,
+ 0.007038116455078125,
+ 0.03900146484375,
+ 0.0009288787841796875,
+ 0.0170440673828125,
+ 0.04791259765625,
+ 0.030242919921875,
+ -0.01110076904296875,
+ -0.0172271728515625,
+ 0.0211639404296875,
+ 0.025177001953125,
+ 0.0248260498046875,
+ 0.037078857421875,
+ -0.0006995201110839844,
+ -0.00948333740234375,
+ -0.0009617805480957031,
+ -0.07342529296875,
+ 0.01800537109375,
+ 0.01416015625,
+ -0.0183563232421875,
+ -0.0152130126953125,
+ -0.019500732421875,
+ 0.0078277587890625,
+ -0.0335693359375,
+ 0.0257110595703125,
+ 0.02001953125,
+ -0.04248046875,
+ -0.0107574462890625,
+ 0.06854248046875,
+ 0.0061187744140625,
+ -0.080078125,
+ 0.0146026611328125,
+ -0.04144287109375,
+ -0.033233642578125,
+ -0.016265869140625,
+ -0.0307769775390625,
+ 0.01416015625,
+ -0.022735595703125,
+ -0.08148193359375,
+ -0.0517578125,
+ 0.038116455078125,
+ -0.008697509765625,
+ -0.03863525390625,
+ -0.0190582275390625,
+ -0.0058135986328125,
+ -0.0159149169921875,
+ -0.01381683349609375,
+ -0.039154052734375,
+ -0.01110076904296875,
+ 0.003627777099609375,
+ -0.03863525390625,
+ -0.022125244140625,
+ -0.0428466796875,
+ -0.00970458984375,
+ 0.00909423828125,
+ -0.0080413818359375,
+ -0.037078857421875,
+ 0.01529693603515625,
+ -0.04931640625,
+ 0.04022216796875,
+ -0.013641357421875,
+ 0.018890380859375,
+ 0.0250091552734375,
+ 0.050018310546875,
+ 0.0017595291137695312,
+ -0.0164337158203125,
+ 0.01416015625,
+ -0.044586181640625,
+ -0.0222930908203125,
+ 0.0260467529296875,
+ 0.0157318115234375,
+ -0.052459716796875,
+ 0.0038471221923828125,
+ 0.0703125,
+ -0.080810546875,
+ 0.038299560546875,
+ 0.0031909942626953125,
+ -0.03460693359375,
+ -0.049652099609375,
+ 0.006732940673828125,
+ -0.0218505859375,
+ 0.0169677734375,
+ 0.0909423828125,
+ 0.0106201171875,
+ -0.02447509765625,
+ -0.00861358642578125,
+ -0.04425048828125,
+ 0.052093505859375,
+ 0.0045013427734375,
+ 0.056304931640625,
+ -0.041778564453125,
+ 0.051055908203125,
+ 0.025177001953125,
+ -0.0185394287109375,
+ 0.005290985107421875,
+ -0.0667724609375,
+ 0.0196685791015625,
+ 0.0123291015625,
+ 0.01023101806640625,
+ 0.022735595703125,
+ 0.0084381103515625,
+ -0.027984619140625,
+ -0.03741455078125,
+ -0.0135498046875,
+ 0.0179290771484375,
+ 0.006511688232421875,
+ -0.01556396484375,
+ -0.0311279296875,
+ 0.01538848876953125,
+ -0.00882720947265625,
+ -0.034088134765625,
+ -0.048614501953125,
+ -0.0110626220703125,
+ 0.0197601318359375,
+ 0.01145172119140625,
+ -0.049652099609375,
+ 0.019317626953125,
+ 0.030426025390625,
+ 0.023773193359375,
+ 0.035675048828125,
+ 0.043701171875,
+ -0.0230865478515625,
+ -0.018280029296875,
+ 0.01250457763671875,
+ 0.02142333984375,
+ 0.0288543701171875,
+ 0.0068206787109375,
+ 0.0125885009765625,
+ 0.006381988525390625,
+ 0.0068206787109375,
+ -0.00882720947265625,
+ 0.058746337890625,
+ 0.0400390625,
+ -0.0335693359375,
+ -0.059112548828125,
+ -0.0299072265625,
+ -0.00356292724609375,
+ 0.0236053466796875,
+ -0.0192413330078125,
+ 0.041259765625,
+ 0.004085540771484375,
+ -0.0017156600952148438,
+ -0.080810546875,
+ 0.056640625,
+ 0.003650665283203125,
+ 0.03094482421875,
+ -0.00323486328125,
+ -0.03253173828125,
+ -0.0626220703125,
+ -0.05035400390625,
+ -0.021942138671875,
+ 0.0001926422119140625,
+ -0.0248260498046875,
+ 0.001857757568359375,
+ 0.01276397705078125,
+ -0.01503753662109375,
+ 0.002414703369140625,
+ -0.0125885009765625,
+ 0.000385284423828125,
+ 0.0465087890625,
+ 0.0146026611328125,
+ -0.053497314453125,
+ 0.044403076171875,
+ -0.0157318115234375,
+ 0.01495361328125,
+ -0.0024261474609375,
+ 0.01250457763671875,
+ -0.0003142356872558594,
+ -0.036376953125,
+ -0.0146026611328125,
+ -0.00861358642578125,
+ 0.0131988525390625,
+ 0.04754638671875,
+ -0.033233642578125,
+ 0.027099609375,
+ -0.0229034423828125,
+ 0.044769287109375,
+ -0.01800537109375,
+ -0.0027751922607421875,
+ 0.0068206787109375,
+ -0.006557464599609375,
+ -0.0152130126953125,
+ -0.010406494140625,
+ -0.0300750732421875,
+ -0.10418701171875,
+ -0.01538848876953125,
+ -0.05316162109375,
+ -0.034271240234375,
+ -0.0178375244140625,
+ 0.0307769775390625,
+ 0.0311279296875,
+ -0.004547119140625,
+ 0.046875,
+ -0.00695037841796875,
+ -0.0236053466796875,
+ -0.0236053466796875,
+ 0.01346588134765625,
+ -0.0125885009765625,
+ 0.0283203125,
+ -0.0050506591796875,
+ -0.0260467529296875,
+ 0.017486572265625,
+ -0.012939453125,
+ -0.031463623046875,
+ -0.005573272705078125,
+ -0.0024261474609375,
+ -0.021331787109375,
+ 0.00699615478515625,
+ -0.067138671875,
+ 0.0058135986328125,
+ 0.01088714599609375,
+ 0.018890380859375,
+ -0.0017375946044921875,
+ -0.031829833984375,
+ 0.04791259765625,
+ -0.00664520263671875,
+ -0.05072021484375,
+ 0.01442718505859375,
+ 0.0025348663330078125,
+ 0.00830841064453125,
+ 0.000606536865234375,
+ -0.0032558441162109375,
+ 0.005771636962890625,
+ 0.0166168212890625,
+ 0.0489501953125,
+ 0.032684326171875,
+ 0.05035400390625,
+ -0.0183563232421875,
+ -0.034088134765625,
+ 0.00003927946090698242,
+ -0.017578125,
+ 0.01058197021484375,
+ 0.016265869140625,
+ 0.007648468017578125,
+ 0.0197601318359375,
+ 0.032867431640625,
+ 0.010009765625,
+ -0.06048583984375,
+ -0.018096923828125,
+ -0.032012939453125,
+ -0.07135009765625,
+ 0.0209808349609375,
+ 0.0699462890625,
+ 0.044586181640625,
+ -0.004001617431640625,
+ 0.0360107421875,
+ 0.056304931640625,
+ 0.02587890625,
+ 0.01180267333984375,
+ -0.01477813720703125,
+ -0.064697265625,
+ -0.0024261474609375,
+ 0.01407623291015625,
+ 0.0323486328125,
+ -0.07623291015625,
+ 0.06817626953125,
+ 0.0428466796875,
+ -0.018707275390625,
+ -0.0102691650390625,
+ 0.00861358642578125,
+ 0.01503753662109375,
+ 0.039520263671875,
+ 0.0125885009765625,
+ 0.0152130126953125,
+ -0.07379150390625,
+ 0.031829833984375,
+ 0.0206298828125,
+ -0.005859375,
+ 0.0024261474609375,
+ -0.00848388671875,
+ -0.032867431640625,
+ 0.03900146484375,
+ -0.062255859375,
+ -0.0181884765625,
+ 0.029022216796875,
+ 0.032012939453125,
+ 0.014251708984375,
+ -0.05279541015625,
+ -0.052093505859375,
+ 0.03094482421875,
+ 0.00406646728515625,
+ -0.0234375,
+ -0.0035400390625,
+ 0.00402069091796875,
+ -0.0190582275390625,
+ 0.0198516845703125,
+ 0.051055908203125,
+ 0.0191497802734375,
+ 0.027801513671875,
+ 0.0164337158203125,
+ -0.056640625,
+ 0.021240234375,
+ -0.01468658447265625,
+ -0.025360107421875,
+ 0.0135498046875,
+ -0.0250091552734375,
+ -0.026580810546875,
+ -0.060150146484375,
+ 0.06085205078125,
+ -0.02850341796875,
+ 0.0428466796875,
+ 0.023773193359375,
+ -0.0025577545166015625,
+ 0.019927978515625,
+ 0.0061187744140625,
+ 0.03338623046875,
+ 0.043701171875,
+ 0.01241302490234375,
+ 0.0223846435546875,
+ 0.0404052734375,
+ 0.011627197265625,
+ 0.017303466796875,
+ -0.046875,
+ 0.032012939453125,
+ -0.04510498046875,
+ -0.01337432861328125,
+ -0.03778076171875,
+ -0.00439453125,
+ 0.0135498046875,
+ -0.004306793212890625,
+ 0.0034313201904296875,
+ -0.033233642578125,
+ 0.019317626953125,
+ -0.00756072998046875,
+ -0.02001953125,
+ -0.03094482421875,
+ 0.01049041748046875,
+ -0.0288543701171875,
+ 0.014862060546875,
+ 0.003322601318359375,
+ -0.00978851318359375,
+ -0.0006256103515625,
+ -0.05419921875,
+ 0.0751953125,
+ 0.0260467529296875,
+ -0.002666473388671875,
+ -0.00791168212890625,
+ 0.03253173828125,
+ 0.01800537109375,
+ -0.01180267333984375,
+ 0.0248260498046875,
+ -0.0022411346435546875,
+ -0.00948333740234375,
+ 0.036895751953125,
+ 0.0179290771484375,
+ -0.00563812255859375,
+ -0.047210693359375,
+ 0.03985595703125,
+ -0.024658203125,
+ -0.0293731689453125,
+ 0.054901123046875,
+ -0.01088714599609375,
+ 0.01442718505859375,
+ -0.0269317626953125,
+ -0.0257110595703125,
+ -0.00852203369140625,
+ -0.021331787109375,
+ 0.06854248046875,
+ 0.005462646484375,
+ -0.01556396484375,
+ 0.0206298828125,
+ -0.052459716796875,
+ 0.06890869140625,
+ 0.031829833984375,
+ 0.0643310546875,
+ -0.0347900390625,
+ 0.05804443359375,
+ 0.004306793212890625,
+ -0.01503753662109375,
+ 0.00502777099609375,
+ 0.021240234375,
+ -0.0016832351684570312,
+ 0.03515625,
+ -0.0281524658203125,
+ 0.064697265625,
+ 0.0189666748046875,
+ -0.03460693359375,
+ -0.0570068359375,
+ -0.0031261444091796875,
+ 0.002841949462890625,
+ 0.0028858184814453125,
+ 0.0250091552734375,
+ -0.033050537109375,
+ 0.006252288818359375,
+ 0.001049041748046875,
+ 0.025360107421875,
+ 0.06787109375,
+ -0.0229034423828125,
+ 0.04791259765625,
+ 0.00594329833984375,
+ -0.039154052734375,
+ 0.01031494140625,
+ 0.0086517333984375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "plist-parser",
+ "xml-conversion",
+ "json-export",
+ "artifact-extraction",
+ "batch-processing",
+ "macos-artifacts"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ewfacquire",
+ "type": "tool",
+ "name": "ewfacquire",
+ "content": "ewfacquire command-line imaging-tool aus der libewf-bibliothek erstellt forensische images im industry-standard expert witness format (e01/ex01) mit vollständiger metadata-preservation. generiert segmentierte archive mit simultaner md5/sha1-hash-verifizierung und optionaler zlib/bzip2-kompression für storage-optimization. besonders wertvoll für linux-basierte imaging-workflows ohne gui-overhead und memory-intensive operations. unterstützt umfassende case-metadaten: examiner-informationen, case-notizen, evidence-description und chain-of-custody-documentation. error-granularity für defekte sektoren mit detailliertem bad-block-logging. cross-platform-alternative zu proprietären windows-tools für open-source-forensik-laboratorien. cli physical-copy ewf-support compression chain-of-custody scenario:disk_imaging error-handling segment-files metadata-storage hash-verification resume-capability cross-tool-compatible incident-response static-investigations data-collection",
+ "embedding": [
+ -0.0021495819091796875,
+ 0.0199127197265625,
+ 0.0218963623046875,
+ -0.0311279296875,
+ 0.0401611328125,
+ 0.0311279296875,
+ 0.0101776123046875,
+ 0.0005373954772949219,
+ -0.0065155029296875,
+ 0.0104522705078125,
+ -0.03509521484375,
+ 0.034027099609375,
+ -0.00567626953125,
+ -0.031494140625,
+ -0.044708251953125,
+ 0.03564453125,
+ -0.01837158203125,
+ 0.0188140869140625,
+ 0.0198211669921875,
+ 0.004840850830078125,
+ -0.0215301513671875,
+ -0.01203155517578125,
+ -0.049591064453125,
+ 0.01108551025390625,
+ 0.01366424560546875,
+ 0.0157470703125,
+ -0.018096923828125,
+ -0.07525634765625,
+ -0.0026702880859375,
+ 0.01275634765625,
+ 0.0189056396484375,
+ -0.00968170166015625,
+ 0.0024433135986328125,
+ 0.0517578125,
+ 0.0015726089477539062,
+ -0.0080108642578125,
+ -0.017547607421875,
+ -0.03509521484375,
+ -0.03057861328125,
+ 0.032562255859375,
+ -0.0269622802734375,
+ 0.0015611648559570312,
+ 0.021087646484375,
+ -0.038177490234375,
+ -0.0189056396484375,
+ -0.02099609375,
+ 0.00873565673828125,
+ -0.006786346435546875,
+ -0.0090484619140625,
+ -0.0225372314453125,
+ 0.03509521484375,
+ 0.03692626953125,
+ 0.004547119140625,
+ -0.0118560791015625,
+ -0.037994384765625,
+ 0.0298614501953125,
+ 0.0164642333984375,
+ -0.0144805908203125,
+ -0.043975830078125,
+ 0.049591064453125,
+ -0.0618896484375,
+ -0.01117706298828125,
+ -0.0265960693359375,
+ -0.032562255859375,
+ 0.0006418228149414062,
+ 0.023345947265625,
+ -0.0275115966796875,
+ -0.032928466796875,
+ -0.01122283935546875,
+ -0.00457000732421875,
+ -0.023345947265625,
+ -0.0023746490478515625,
+ -0.01511383056640625,
+ 0.04254150390625,
+ -0.0230712890625,
+ -0.064453125,
+ 0.0242462158203125,
+ 0.01153564453125,
+ -0.00945281982421875,
+ -0.01248931884765625,
+ -0.04595947265625,
+ -0.0025005340576171875,
+ 0.0200042724609375,
+ -0.0174713134765625,
+ -0.00330352783203125,
+ -0.010040283203125,
+ 0.0142059326171875,
+ -0.0006303787231445312,
+ -0.01593017578125,
+ 0.00386810302734375,
+ 0.0189971923828125,
+ -0.006290435791015625,
+ -0.0113525390625,
+ -0.0220794677734375,
+ 0.0352783203125,
+ 0.058624267578125,
+ -0.020172119140625,
+ 0.00047779083251953125,
+ 0.0088653564453125,
+ 0.028778076171875,
+ 0.033111572265625,
+ -0.039825439453125,
+ 0.04052734375,
+ 0.012847900390625,
+ 0.0712890625,
+ -0.023712158203125,
+ 0.006378173828125,
+ -0.00015485286712646484,
+ -0.0101318359375,
+ -0.032745361328125,
+ -0.09991455078125,
+ -0.0360107421875,
+ -0.0246124267578125,
+ -0.0821533203125,
+ -0.002521514892578125,
+ -0.012939453125,
+ -0.0064697265625,
+ 0.054290771484375,
+ -0.0457763671875,
+ -0.00963592529296875,
+ 0.00986480712890625,
+ 0.01800537109375,
+ 0.00823211669921875,
+ 0.01511383056640625,
+ -0.03204345703125,
+ -0.03564453125,
+ 0.00719451904296875,
+ 0.0181884765625,
+ -0.05755615234375,
+ -0.0198211669921875,
+ -0.0360107421875,
+ -0.01556396484375,
+ -0.02606201171875,
+ -0.002002716064453125,
+ 0.0009784698486328125,
+ -0.02532958984375,
+ 0.02532958984375,
+ 0.0036640167236328125,
+ -0.0169219970703125,
+ 0.00868988037109375,
+ 0.028778076171875,
+ -0.0249786376953125,
+ -0.0615234375,
+ 0.010406494140625,
+ -0.0318603515625,
+ 0.001605987548828125,
+ -0.0302276611328125,
+ 0.053924560546875,
+ -0.03656005859375,
+ -0.01873779296875,
+ -0.009368896484375,
+ 0.032379150390625,
+ 0.058624267578125,
+ 0.00029540061950683594,
+ 0.01483917236328125,
+ -0.0249786376953125,
+ 0.006694793701171875,
+ -0.0140228271484375,
+ -0.002895355224609375,
+ 0.00144195556640625,
+ -0.02642822265625,
+ 0.0005173683166503906,
+ 0.0017986297607421875,
+ 0.038909912109375,
+ -0.01593017578125,
+ -0.04144287109375,
+ -0.01520538330078125,
+ -0.0006957054138183594,
+ 0.0271453857421875,
+ 0.01483917236328125,
+ 0.005657196044921875,
+ -0.00836944580078125,
+ 0.060089111328125,
+ 0.07708740234375,
+ 0.0100860595703125,
+ 0.004840850830078125,
+ -0.00031113624572753906,
+ 0.005588531494140625,
+ 0.054290771484375,
+ 0.0265960693359375,
+ -0.018463134765625,
+ -0.0189971923828125,
+ 0.00859832763671875,
+ 0.0023632049560546875,
+ 0.008819580078125,
+ -0.03204345703125,
+ -0.0116729736328125,
+ 0.00968170166015625,
+ -0.04742431640625,
+ 0.028411865234375,
+ -0.0293121337890625,
+ -0.017547607421875,
+ -0.0247955322265625,
+ 0.023529052734375,
+ 0.01493072509765625,
+ 0.05645751953125,
+ 0.0322265625,
+ -0.033294677734375,
+ 0.051025390625,
+ -0.00323486328125,
+ 0.00400543212890625,
+ 0.050323486328125,
+ -0.033111572265625,
+ 0.042877197265625,
+ 0.03076171875,
+ 0.005474090576171875,
+ 0.011444091796875,
+ 0.038726806640625,
+ 0.02606201171875,
+ -0.043243408203125,
+ -0.0240631103515625,
+ 0.0374755859375,
+ -0.010223388671875,
+ -0.04705810546875,
+ -0.007419586181640625,
+ -0.0189971923828125,
+ 0.02099609375,
+ -0.028045654296875,
+ -0.020355224609375,
+ 0.0116729736328125,
+ 0.00008022785186767578,
+ -0.07745361328125,
+ -0.003597259521484375,
+ 0.0025787353515625,
+ -0.005340576171875,
+ 0.0163726806640625,
+ 0.00597381591796875,
+ -0.038360595703125,
+ -0.0300445556640625,
+ 0.038909912109375,
+ 0.00588226318359375,
+ 0.02606201171875,
+ -0.0170135498046875,
+ -0.003482818603515625,
+ -0.0115814208984375,
+ -0.015838623046875,
+ 0.072021484375,
+ 0.018463134765625,
+ 0.020263671875,
+ 0.01502227783203125,
+ -0.0050201416015625,
+ 0.017822265625,
+ -0.00583648681640625,
+ 0.032562255859375,
+ 0.0188140869140625,
+ -0.028411865234375,
+ -0.002895355224609375,
+ 0.005340576171875,
+ 0.0246124267578125,
+ 0.03057861328125,
+ -0.055389404296875,
+ -0.00710296630859375,
+ -0.0926513671875,
+ -0.01230621337890625,
+ -0.06988525390625,
+ -0.0163726806640625,
+ -0.0267791748046875,
+ -0.0185546875,
+ 0.039459228515625,
+ -0.04669189453125,
+ -0.038360595703125,
+ -0.00949859619140625,
+ 0.0302276611328125,
+ -0.01221466064453125,
+ 0.04742431640625,
+ -0.007511138916015625,
+ -0.03619384765625,
+ -0.0014934539794921875,
+ 0.08795166015625,
+ 0.01212310791015625,
+ -0.0018100738525390625,
+ -0.042724609375,
+ 0.011444091796875,
+ 0.0018892288208007812,
+ 0.032379150390625,
+ -0.0401611328125,
+ -0.0193634033203125,
+ 0.0244293212890625,
+ 0.037811279296875,
+ -0.002521514892578125,
+ -0.0423583984375,
+ 0.0189971923828125,
+ 0.006923675537109375,
+ 0.0298614501953125,
+ -0.02642822265625,
+ 0.0265960693359375,
+ 0.0247955322265625,
+ 0.00868988037109375,
+ -0.037109375,
+ -0.0618896484375,
+ 0.022796630859375,
+ 0.039093017578125,
+ 0.015289306640625,
+ -0.0051116943359375,
+ 0.0195465087890625,
+ -0.032745361328125,
+ 0.0294952392578125,
+ -0.002330780029296875,
+ 0.00011879205703735352,
+ 0.032562255859375,
+ 0.0246124267578125,
+ -0.0265960693359375,
+ 0.034027099609375,
+ -0.0010461807250976562,
+ 0.0163726806640625,
+ -0.0189056396484375,
+ -0.033477783203125,
+ -0.00814056396484375,
+ -0.0255126953125,
+ -0.03076171875,
+ -0.0216217041015625,
+ 0.0304107666015625,
+ -0.036376953125,
+ 0.0157470703125,
+ -0.00986480712890625,
+ 0.003482818603515625,
+ -0.04034423828125,
+ -0.044525146484375,
+ -0.002307891845703125,
+ -0.0318603515625,
+ -0.04669189453125,
+ -0.01239776611328125,
+ 0.03204345703125,
+ -0.01357269287109375,
+ 0.01068115234375,
+ -0.009002685546875,
+ -0.002941131591796875,
+ -0.028961181640625,
+ 0.031494140625,
+ -0.0019683837890625,
+ 0.048858642578125,
+ 0.0009503364562988281,
+ 0.051025390625,
+ 0.02532958984375,
+ 0.01085662841796875,
+ 0.01483917236328125,
+ 0.038177490234375,
+ 0.0294952392578125,
+ -0.034576416015625,
+ -0.0189056396484375,
+ -0.0113525390625,
+ -0.005001068115234375,
+ 0.0216217041015625,
+ -0.028045654296875,
+ -0.0249786376953125,
+ -0.0117645263671875,
+ -0.01611328125,
+ -0.0034389495849609375,
+ 0.0304107666015625,
+ 0.0242462158203125,
+ 0.023345947265625,
+ -0.0626220703125,
+ -0.006923675537109375,
+ 0.058624267578125,
+ 0.002239227294921875,
+ 0.09698486328125,
+ -0.00995635986328125,
+ -0.043060302734375,
+ 0.040008544921875,
+ 0.040008544921875,
+ -0.01474761962890625,
+ -0.007282257080078125,
+ 0.034393310546875,
+ -0.002285003662109375,
+ 0.007328033447265625,
+ 0.021270751953125,
+ 0.0018548965454101562,
+ 0.0031452178955078125,
+ -0.023162841796875,
+ -0.003597259521484375,
+ 0.00846099853515625,
+ -0.01103973388671875,
+ 0.00968170166015625,
+ 0.05682373046875,
+ 0.03204345703125,
+ 0.01556396484375,
+ 0.0143890380859375,
+ -0.0311279296875,
+ -0.0200042724609375,
+ -0.0242462158203125,
+ -0.064453125,
+ -0.0115814208984375,
+ 0.05645751953125,
+ 0.0216217041015625,
+ 0.03564453125,
+ -0.033111572265625,
+ -0.049224853515625,
+ 0.004161834716796875,
+ -0.0291290283203125,
+ 0.0521240234375,
+ 0.031494140625,
+ 0.017730712890625,
+ 0.0408935546875,
+ -0.0221710205078125,
+ 0.01338958740234375,
+ 0.03546142578125,
+ 0.003620147705078125,
+ 0.028594970703125,
+ 0.02099609375,
+ 0.058990478515625,
+ 0.0198211669921875,
+ -0.02606201171875,
+ 0.0193634033203125,
+ 0.04705810546875,
+ 0.00859832763671875,
+ -0.0003590583801269531,
+ 0.0038909912109375,
+ 0.01221466064453125,
+ -0.0008764266967773438,
+ -0.034393310546875,
+ 0.0419921875,
+ 0.0273284912109375,
+ -0.004772186279296875,
+ 0.020263671875,
+ 0.00098419189453125,
+ -0.0015726089477539062,
+ -0.051025390625,
+ -0.006561279296875,
+ 0.01465606689453125,
+ -0.0100860595703125,
+ 0.0192718505859375,
+ 0.0401611328125,
+ -0.0731201171875,
+ 0.004344940185546875,
+ 0.0367431640625,
+ -0.070556640625,
+ 0.038726806640625,
+ 0.01800537109375,
+ -0.031494140625,
+ -0.00705718994140625,
+ -0.0192718505859375,
+ -0.042724609375,
+ 0.03619384765625,
+ -0.03057861328125,
+ -0.039276123046875,
+ 0.0255126953125,
+ 0.03131103515625,
+ -0.0419921875,
+ -0.028961181640625,
+ -0.02587890625,
+ 0.007419586181640625,
+ -0.01763916015625,
+ -0.0219879150390625,
+ 0.0633544921875,
+ 0.0063323974609375,
+ -0.00818634033203125,
+ 0.00048065185546875,
+ 0.0401611328125,
+ -0.01248931884765625,
+ -0.01474761962890625,
+ 0.06842041015625,
+ -0.0311279296875,
+ -0.05609130859375,
+ 0.04779052734375,
+ 0.0021266937255859375,
+ 0.0024662017822265625,
+ -0.043609619140625,
+ -0.0117645263671875,
+ -0.00011944770812988281,
+ -0.0027942657470703125,
+ 0.0215301513671875,
+ 0.03619384765625,
+ -0.038909912109375,
+ -0.052490234375,
+ -0.04052734375,
+ 0.02288818359375,
+ -0.0015268325805664062,
+ 0.033477783203125,
+ 0.0293121337890625,
+ -0.0457763671875,
+ 0.0220794677734375,
+ -0.043792724609375,
+ -0.0291290283203125,
+ 0.0005288124084472656,
+ 0.00234222412109375,
+ -0.039093017578125,
+ 0.05609130859375,
+ -0.01511383056640625,
+ -0.0246124267578125,
+ -0.020263671875,
+ 0.034210205078125,
+ 0.003936767578125,
+ 0.01113128662109375,
+ -0.0199127197265625,
+ 0.0030765533447265625,
+ 0.038177490234375,
+ -0.070556640625,
+ -0.020355224609375,
+ -0.0089111328125,
+ -0.01239776611328125,
+ 0.032745361328125,
+ -0.05755615234375,
+ 0.01366424560546875,
+ -0.00963592529296875,
+ -0.053924560546875,
+ -0.037811279296875,
+ -0.018463134765625,
+ -0.006107330322265625,
+ -0.0302276611328125,
+ 0.0172882080078125,
+ 0.060821533203125,
+ -0.031494140625,
+ 0.0262451171875,
+ 0.0115814208984375,
+ 0.00696563720703125,
+ 0.018646240234375,
+ -0.0115814208984375,
+ -0.0171051025390625,
+ 0.04180908203125,
+ -0.058624267578125,
+ -0.044891357421875,
+ -0.02288818359375,
+ 0.048126220703125,
+ -0.028778076171875,
+ -0.01071929931640625,
+ 0.00850677490234375,
+ 0.00447845458984375,
+ 0.038726806640625,
+ -0.0528564453125,
+ -0.0018663406372070312,
+ -0.022979736328125,
+ -0.0265960693359375,
+ -0.0190887451171875,
+ -0.0142974853515625,
+ 0.006649017333984375,
+ 0.03692626953125,
+ 0.004322052001953125,
+ 0.0113983154296875,
+ 0.043426513671875,
+ -0.05682373046875,
+ 0.0611572265625,
+ 0.01230621337890625,
+ 0.00787353515625,
+ -0.0169219970703125,
+ 0.0036640167236328125,
+ 0.002658843994140625,
+ 0.0213623046875,
+ 0.023345947265625,
+ -0.015472412109375,
+ -0.0140228271484375,
+ -0.0712890625,
+ 0.0296783447265625,
+ 0.018463134765625,
+ 0.00316619873046875,
+ -0.0021266937255859375,
+ -0.043609619140625,
+ -0.0738525390625,
+ -0.004230499267578125,
+ 0.0408935546875,
+ 0.0064239501953125,
+ 0.002635955810546875,
+ -0.0199127197265625,
+ -0.028228759765625,
+ -0.001956939697265625,
+ -0.0304107666015625,
+ 0.0311279296875,
+ -0.020538330078125,
+ 0.01000213623046875,
+ 0.01000213623046875,
+ -0.03057861328125,
+ 0.0191802978515625,
+ 0.034027099609375,
+ 0.0249786376953125,
+ 0.002567291259765625,
+ 0.00991058349609375,
+ -0.01474761962890625,
+ 0.00855255126953125,
+ -0.0173797607421875,
+ -0.050323486328125,
+ -0.020263671875,
+ -0.0171966552734375,
+ 0.0021152496337890625,
+ -0.02532958984375,
+ -0.0322265625,
+ 0.0008029937744140625,
+ 0.03564453125,
+ 0.042877197265625,
+ -0.0220794677734375,
+ 0.0024776458740234375,
+ 0.0265960693359375,
+ -0.004955291748046875,
+ 0.0723876953125,
+ -0.0064697265625,
+ -0.0322265625,
+ 0.006107330322265625,
+ 0.00386810302734375,
+ 0.04052734375,
+ 0.032928466796875,
+ 0.005767822265625,
+ -0.0246124267578125,
+ -0.0003676414489746094,
+ 0.037628173828125,
+ -0.023529052734375,
+ -0.020263671875,
+ -0.01873779296875,
+ 0.0216217041015625,
+ 0.0173797607421875,
+ 0.0611572265625,
+ 0.0064239501953125,
+ 0.060455322265625,
+ 0.003551483154296875,
+ -0.006561279296875,
+ 0.0294952392578125,
+ 0.0810546875,
+ 0.0374755859375,
+ -0.028045654296875,
+ -0.03509521484375,
+ 0.00391387939453125,
+ -0.0104522705078125,
+ -0.040008544921875,
+ -0.0513916015625,
+ -0.0100860595703125,
+ 0.08905029296875,
+ -0.0633544921875,
+ -0.00164031982421875,
+ -0.0246124267578125,
+ -0.0161895751953125,
+ 0.003597259521484375,
+ 0.034027099609375,
+ -0.012847900390625,
+ 0.0118560791015625,
+ 0.005634307861328125,
+ -0.04632568359375,
+ -0.00724029541015625,
+ -0.060089111328125,
+ 0.001617431640625,
+ 0.028961181640625,
+ 0.049224853515625,
+ -0.023345947265625,
+ 0.02532958984375,
+ -0.0080108642578125,
+ 0.0018205642700195312,
+ 0.0296783447265625,
+ 0.041259765625,
+ 0.018280029296875,
+ 0.006561279296875,
+ 0.049591064453125,
+ 0.04541015625,
+ 0.0015497207641601562,
+ -0.01800537109375,
+ -0.002521514892578125,
+ 0.0423583984375,
+ 0.043243408203125,
+ 0.083984375,
+ 0.02606201171875,
+ 0.000004947185516357422,
+ 0.00438690185546875,
+ -0.0419921875,
+ -0.017822265625,
+ 0.016021728515625,
+ 0.02587890625,
+ -0.050323486328125,
+ -0.0296783447265625,
+ 0.020263671875,
+ -0.049957275390625,
+ 0.0318603515625,
+ 0.01384735107421875,
+ 0.005519866943359375,
+ -0.01366424560546875,
+ 0.03656005859375,
+ -0.0293121337890625,
+ -0.04034423828125,
+ 0.015655517578125,
+ -0.023895263671875,
+ -0.0374755859375,
+ -0.0360107421875,
+ -0.0168304443359375,
+ 0.032379150390625,
+ -0.01122283935546875,
+ -0.053192138671875,
+ -0.043060302734375,
+ 0.03076171875,
+ -0.010406494140625,
+ -0.033660888671875,
+ -0.046142578125,
+ -0.0102691650390625,
+ -0.01153564453125,
+ -0.053192138671875,
+ -0.058990478515625,
+ -0.0118560791015625,
+ 0.02081298828125,
+ -0.028228759765625,
+ 0.007373809814453125,
+ -0.002964019775390625,
+ -0.02044677734375,
+ -0.02044677734375,
+ -0.0302276611328125,
+ -0.023345947265625,
+ 0.0267791748046875,
+ -0.04705810546875,
+ 0.03204345703125,
+ 0.0140228271484375,
+ 0.033477783203125,
+ 0.028411865234375,
+ 0.06585693359375,
+ -0.02081298828125,
+ 0.02606201171875,
+ -0.03509521484375,
+ -0.0611572265625,
+ 0.0249786376953125,
+ 0.0033473968505859375,
+ -0.002986907958984375,
+ -0.0528564453125,
+ -0.0216217041015625,
+ 0.04559326171875,
+ -0.054656982421875,
+ 0.0064239501953125,
+ -0.0015268325805664062,
+ -0.00986480712890625,
+ -0.028961181640625,
+ -0.0224456787109375,
+ -0.015472412109375,
+ 0.006923675537109375,
+ 0.07855224609375,
+ -0.0076446533203125,
+ -0.0206298828125,
+ -0.0249786376953125,
+ -0.0291290283203125,
+ 0.05645751953125,
+ 0.00787353515625,
+ 0.0168304443359375,
+ -0.0360107421875,
+ 0.0269622802734375,
+ 0.0247955322265625,
+ -0.01593017578125,
+ 0.018646240234375,
+ -0.0521240234375,
+ 0.0002644062042236328,
+ 0.0142974853515625,
+ 0.0216217041015625,
+ -0.02606201171875,
+ -0.0251617431640625,
+ -0.0521240234375,
+ -0.023712158203125,
+ -0.040008544921875,
+ 0.043975830078125,
+ 0.00323486328125,
+ 0.00977325439453125,
+ -0.039276123046875,
+ -0.0007181167602539062,
+ -0.01230621337890625,
+ -0.0181884765625,
+ -0.0185546875,
+ -0.03729248046875,
+ 0.049224853515625,
+ 0.0007071495056152344,
+ -0.05718994140625,
+ 0.0293121337890625,
+ 0.03094482421875,
+ -0.01099395751953125,
+ 0.0080108642578125,
+ 0.07525634765625,
+ -0.0143890380859375,
+ 0.01212310791015625,
+ -0.0076446533203125,
+ 0.049224853515625,
+ 0.006877899169921875,
+ -0.0036411285400390625,
+ 0.0023975372314453125,
+ -0.001617431640625,
+ 0.037628173828125,
+ -0.0185546875,
+ 0.06878662109375,
+ 0.0033245086669921875,
+ -0.049591064453125,
+ -0.058624267578125,
+ -0.04217529296875,
+ -0.043426513671875,
+ 0.020172119140625,
+ -0.040008544921875,
+ 0.04742431640625,
+ 0.00959014892578125,
+ 0.000026345252990722656,
+ -0.11724853515625,
+ 0.06805419921875,
+ -0.004978179931640625,
+ 0.0374755859375,
+ 0.015655517578125,
+ -0.013214111328125,
+ -0.028045654296875,
+ -0.044708251953125,
+ 0.006153106689453125,
+ 0.01763916015625,
+ -0.04595947265625,
+ 0.0219879150390625,
+ -0.0052490234375,
+ 0.01239776611328125,
+ 0.02117919921875,
+ -0.010406494140625,
+ -0.023712158203125,
+ 0.043243408203125,
+ 0.01076507568359375,
+ -0.0161895751953125,
+ 0.06622314453125,
+ -0.0169219970703125,
+ 0.01556396484375,
+ -0.0024547576904296875,
+ -0.0185546875,
+ -0.00012159347534179688,
+ -0.01474761962890625,
+ 0.006107330322265625,
+ -0.0005202293395996094,
+ 0.033111572265625,
+ 0.05718994140625,
+ -0.01520538330078125,
+ 0.01520538330078125,
+ 0.004207611083984375,
+ 0.0200042724609375,
+ 0.0141143798828125,
+ -0.0273284912109375,
+ 0.0161895751953125,
+ -0.00927734375,
+ -0.028778076171875,
+ -0.017547607421875,
+ -0.0633544921875,
+ -0.09625244140625,
+ 0.0222625732421875,
+ -0.03582763671875,
+ -0.0240631103515625,
+ 0.0214385986328125,
+ 0.049224853515625,
+ 0.015472412109375,
+ -0.033660888671875,
+ 0.0166473388671875,
+ -0.013031005859375,
+ 0.003936767578125,
+ -0.018463134765625,
+ 0.04180908203125,
+ -0.017913818359375,
+ 0.0225372314453125,
+ -0.0007181167602539062,
+ -0.06988525390625,
+ 0.0010013580322265625,
+ -0.0142059326171875,
+ 0.0200042724609375,
+ -0.01071929931640625,
+ -0.0115814208984375,
+ -0.0419921875,
+ 0.0215301513671875,
+ -0.08905029296875,
+ -0.0273284912109375,
+ 0.00864410400390625,
+ 0.0174713134765625,
+ 0.0090484619140625,
+ -0.023162841796875,
+ 0.0517578125,
+ -0.01465606689453125,
+ -0.04632568359375,
+ 0.0322265625,
+ -0.00972747802734375,
+ -0.0322265625,
+ 0.039093017578125,
+ -0.01338958740234375,
+ 0.000820159912109375,
+ 0.00382232666015625,
+ 0.039642333984375,
+ 0.0244293212890625,
+ 0.048858642578125,
+ -0.0039825439453125,
+ -0.02099609375,
+ 0.0018205642700195312,
+ -0.02008056640625,
+ 0.0193634033203125,
+ 0.038177490234375,
+ 0.004299163818359375,
+ -0.006694793701171875,
+ 0.0143890380859375,
+ -0.0018100738525390625,
+ -0.07708740234375,
+ -0.0196380615234375,
+ -0.023529052734375,
+ -0.0374755859375,
+ 0.008819580078125,
+ 0.0738525390625,
+ 0.043975830078125,
+ 0.01329803466796875,
+ 0.004161834716796875,
+ 0.05682373046875,
+ 0.018646240234375,
+ 0.01329803466796875,
+ 0.0017414093017578125,
+ -0.04705810546875,
+ -0.032745361328125,
+ -0.0011873245239257812,
+ -0.006061553955078125,
+ -0.060089111328125,
+ 0.05755615234375,
+ 0.04779052734375,
+ -0.01611328125,
+ -0.0195465087890625,
+ 0.0226287841796875,
+ 0.00033783912658691406,
+ 0.060089111328125,
+ 0.0244293212890625,
+ -0.00457000732421875,
+ -0.053192138671875,
+ 0.028594970703125,
+ 0.006786346435546875,
+ -0.0076446533203125,
+ -0.0036869049072265625,
+ -0.007602691650390625,
+ -0.0296783447265625,
+ 0.034759521484375,
+ -0.073486328125,
+ -0.01465606689453125,
+ -0.0115814208984375,
+ 0.06732177734375,
+ 0.008056640625,
+ -0.038177490234375,
+ -0.039459228515625,
+ 0.0408935546875,
+ -0.002986907958984375,
+ -0.0191802978515625,
+ 0.00986480712890625,
+ 0.005657196044921875,
+ -0.0119476318359375,
+ 0.02569580078125,
+ 0.033477783203125,
+ 0.0012331008911132812,
+ 0.0401611328125,
+ 0.00846099853515625,
+ -0.05792236328125,
+ 0.0030307769775390625,
+ -0.02569580078125,
+ 0.015655517578125,
+ -0.0171966552734375,
+ -0.0273284912109375,
+ -0.00015974044799804688,
+ -0.06695556640625,
+ 0.062255859375,
+ -0.0045928955078125,
+ 0.045257568359375,
+ 0.027862548828125,
+ 0.0010576248168945312,
+ 0.00583648681640625,
+ 0.01131439208984375,
+ 0.006198883056640625,
+ 0.0197296142578125,
+ 0.0224456787109375,
+ 0.0199127197265625,
+ 0.023162841796875,
+ -0.0024318695068359375,
+ 0.012847900390625,
+ -0.03094482421875,
+ 0.038360595703125,
+ -0.03692626953125,
+ 0.0194549560546875,
+ -0.05572509765625,
+ 0.012939453125,
+ -0.0013456344604492188,
+ -0.0217132568359375,
+ -0.0026798248291015625,
+ -0.0189056396484375,
+ 0.015472412109375,
+ -0.0100860595703125,
+ -0.028594970703125,
+ 0.0142059326171875,
+ 0.01493072509765625,
+ -0.0200042724609375,
+ 0.0113525390625,
+ 0.0276947021484375,
+ -0.01221466064453125,
+ -0.016021728515625,
+ -0.05572509765625,
+ 0.06805419921875,
+ 0.04669189453125,
+ 0.0090484619140625,
+ 0.012664794921875,
+ 0.0311279296875,
+ 0.0165557861328125,
+ 0.0197296142578125,
+ 0.03619384765625,
+ 0.0141143798828125,
+ -0.0318603515625,
+ 0.037109375,
+ 0.054656982421875,
+ -0.0119476318359375,
+ -0.036376953125,
+ 0.03582763671875,
+ 0.0189056396484375,
+ -0.0318603515625,
+ 0.044158935546875,
+ 0.0224456787109375,
+ 0.0167388916015625,
+ -0.00194549560546875,
+ -0.0144805908203125,
+ -0.0169219970703125,
+ -0.03131103515625,
+ 0.05792236328125,
+ 0.042724609375,
+ -0.0102691650390625,
+ 0.0419921875,
+ -0.023712158203125,
+ 0.0352783203125,
+ -0.000972747802734375,
+ 0.06622314453125,
+ -0.03619384765625,
+ 0.05609130859375,
+ -0.0167388916015625,
+ 0.0045928955078125,
+ 0.0021266937255859375,
+ 0.02587890625,
+ 0.0027828216552734375,
+ 0.00522613525390625,
+ -0.01153564453125,
+ 0.053924560546875,
+ 0.04742431640625,
+ -0.0165557861328125,
+ -0.05572509765625,
+ -0.0293121337890625,
+ -0.004207611083984375,
+ 0.002239227294921875,
+ 0.044158935546875,
+ -0.0267791748046875,
+ -0.0091400146484375,
+ 0.0276947021484375,
+ 0.046142578125,
+ 0.0615234375,
+ -0.00981903076171875,
+ 0.05718994140625,
+ 0.00518035888671875,
+ -0.0190887451171875,
+ -0.022796630859375,
+ -0.0066070556640625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "cli",
+ "physical-copy",
+ "ewf-support",
+ "compression",
+ "chain-of-custody",
+ "scenario:disk_imaging",
+ "error-handling",
+ "segment-files",
+ "metadata-storage",
+ "hash-verification",
+ "resume-capability",
+ "cross-tool-compatible"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Parrot_Security_OS",
+ "type": "tool",
+ "name": "Parrot Security OS",
+ "content": "parrot security os privacy-fokussierte forensik-distribution mit eingebautem anonymisierungs-framework für verdeckte ermittlungen und undercover-operations. anonsurf routet kompletten traffic durch tor-netzwerk mit dns-leak-protection, apparmor-mandatory-access-control härtet system gegen exploits und malware. rolling-release-model hält 600+ tools kontinuierlich aktuell ohne komplette neuinstallation. ressourcenschonender mate-desktop läuft flüssig auf älteren forensik-laptops und field-equipment. docker-support für sichere tool-isolation und malware-sandboxing, arm-versionen für raspberry pi und mobile-forensik-einsätze. live-boot mit encrypted-persistence für sichere feldarbeit. gui cli live-acquisition encrypted-traffic secure-sharing anonymous-analysis privacy-focused tor-integration rolling-release lightweight arm-support docker-ready incident-response static-investigations malware-analysis network-forensics",
+ "embedding": [
+ -0.031036376953125,
+ -0.01287841796875,
+ 0.0494384765625,
+ 0.0041656494140625,
+ 0.0223388671875,
+ 0.01520538330078125,
+ 0.0214080810546875,
+ -0.0011701583862304688,
+ -0.01153564453125,
+ -0.0160369873046875,
+ -0.03021240234375,
+ 0.059600830078125,
+ -0.015625,
+ -0.0090484619140625,
+ -0.058349609375,
+ 0.031646728515625,
+ -0.01904296875,
+ 0.004604339599609375,
+ 0.002056121826171875,
+ 0.00377655029296875,
+ -0.0004057884216308594,
+ -0.005611419677734375,
+ -0.060821533203125,
+ 0.009307861328125,
+ -0.0011310577392578125,
+ 0.00656890869140625,
+ -0.01490020751953125,
+ -0.0711669921875,
+ -0.0144805908203125,
+ -0.007450103759765625,
+ -0.004550933837890625,
+ -0.00724029541015625,
+ -0.00351715087890625,
+ 0.048828125,
+ 0.00478363037109375,
+ -0.029388427734375,
+ 0.00006747245788574219,
+ -0.03704833984375,
+ -0.017486572265625,
+ 0.046539306640625,
+ -0.010345458984375,
+ -0.0266876220703125,
+ 0.0196533203125,
+ 0.0155181884765625,
+ -0.039520263671875,
+ -0.027313232421875,
+ -0.02410888671875,
+ -0.009002685546875,
+ 0.0236968994140625,
+ -0.018096923828125,
+ 0.0345458984375,
+ 0.0244140625,
+ -0.0027408599853515625,
+ -0.0223388671875,
+ -0.034332275390625,
+ 0.0126190185546875,
+ 0.0187225341796875,
+ -0.049041748046875,
+ -0.0261688232421875,
+ 0.046356201171875,
+ -0.045318603515625,
+ -0.022857666015625,
+ -0.0022106170654296875,
+ -0.0269012451171875,
+ 0.0194549560546875,
+ 0.004680633544921875,
+ 0.00470733642578125,
+ -0.0333251953125,
+ -0.032073974609375,
+ -0.0091552734375,
+ 0.0196533203125,
+ -0.00936126708984375,
+ -0.021728515625,
+ 0.02545166015625,
+ -0.03619384765625,
+ -0.031463623046875,
+ 0.046142578125,
+ 0.0200653076171875,
+ 0.024627685546875,
+ -0.00962066650390625,
+ -0.0345458984375,
+ 0.009674072265625,
+ 0.034149169921875,
+ -0.0260772705078125,
+ -0.000018715858459472656,
+ -0.006877899169921875,
+ 0.0141754150390625,
+ 0.0091552734375,
+ -0.012725830078125,
+ 0.006622314453125,
+ 0.033111572265625,
+ 0.0002942085266113281,
+ 0.00775909423828125,
+ -0.038482666015625,
+ 0.0088958740234375,
+ 0.0562744140625,
+ -0.015411376953125,
+ -0.01107025146484375,
+ -0.005352020263671875,
+ 0.0318603515625,
+ 0.019866943359375,
+ -0.0144805908203125,
+ 0.04510498046875,
+ 0.0194549560546875,
+ 0.0157318115234375,
+ -0.01116943359375,
+ -0.00457763671875,
+ -0.04510498046875,
+ 0.00232696533203125,
+ -0.005664825439453125,
+ -0.07366943359375,
+ -0.029998779296875,
+ -0.0182037353515625,
+ -0.05670166015625,
+ 0.003543853759765625,
+ 0.00786590576171875,
+ -0.007293701171875,
+ 0.0440673828125,
+ -0.036407470703125,
+ -0.066650390625,
+ 0.0291748046875,
+ 0.0255584716796875,
+ 0.01013946533203125,
+ 0.00208282470703125,
+ -0.06292724609375,
+ -0.05047607421875,
+ 0.00377655029296875,
+ 0.01934814453125,
+ -0.05670166015625,
+ -0.036407470703125,
+ -0.0264892578125,
+ -0.0224456787109375,
+ -0.0264892578125,
+ -0.041595458984375,
+ -0.00017940998077392578,
+ -0.06207275390625,
+ 0.020172119140625,
+ -0.015625,
+ 0.0092620849609375,
+ 0.029998779296875,
+ 0.03082275390625,
+ -0.0250396728515625,
+ -0.041595458984375,
+ 0.006984710693359375,
+ -0.03021240234375,
+ -0.0018749237060546875,
+ -0.0123138427734375,
+ 0.050689697265625,
+ -0.01438140869140625,
+ 0.003932952880859375,
+ 0.0129852294921875,
+ 0.021209716796875,
+ 0.055877685546875,
+ -0.005794525146484375,
+ 0.036834716796875,
+ -0.03619384765625,
+ -0.018829345703125,
+ -0.00786590576171875,
+ 0.0360107421875,
+ -0.01065826416015625,
+ -0.01184844970703125,
+ -0.0102386474609375,
+ -0.00734710693359375,
+ 0.0178985595703125,
+ -0.0279388427734375,
+ -0.0269012451171875,
+ -0.006725311279296875,
+ -0.0123138427734375,
+ 0.0275115966796875,
+ 0.0176849365234375,
+ 0.029998779296875,
+ 0.027099609375,
+ 0.066650390625,
+ 0.042816162109375,
+ 0.00811767578125,
+ 0.03826904296875,
+ -0.00628662109375,
+ 0.0107574462890625,
+ 0.0298004150390625,
+ 0.04449462890625,
+ -0.0260772705078125,
+ -0.0083770751953125,
+ 0.037872314453125,
+ -0.00998687744140625,
+ 0.004138946533203125,
+ 0.014068603515625,
+ -0.0295867919921875,
+ -0.0075531005859375,
+ -0.039306640625,
+ 0.046356201171875,
+ -0.020477294921875,
+ -0.0169677734375,
+ 0.017791748046875,
+ 0.0248260498046875,
+ 0.01324462890625,
+ 0.046356201171875,
+ 0.0261688232421875,
+ -0.015625,
+ 0.04986572265625,
+ -0.010498046875,
+ -0.0017328262329101562,
+ 0.0261688232421875,
+ -0.0158233642578125,
+ 0.033935546875,
+ 0.042205810546875,
+ 0.0158233642578125,
+ 0.0102386474609375,
+ 0.034332275390625,
+ 0.011688232421875,
+ -0.0205841064453125,
+ -0.0256500244140625,
+ 0.040771484375,
+ -0.0171661376953125,
+ -0.025146484375,
+ -0.016448974609375,
+ -0.03704833984375,
+ 0.00241851806640625,
+ -0.03619384765625,
+ 0.00623321533203125,
+ -0.0020694732666015625,
+ -0.006984710693359375,
+ -0.035186767578125,
+ 0.0146942138671875,
+ 0.03497314453125,
+ -0.028350830078125,
+ 0.05462646484375,
+ 0.0245208740234375,
+ -0.02099609375,
+ -0.025238037109375,
+ 0.0295867919921875,
+ 0.0333251953125,
+ 0.040130615234375,
+ 0.00511932373046875,
+ 0.0087432861328125,
+ -0.0197601318359375,
+ -0.03973388671875,
+ 0.051727294921875,
+ 0.029998779296875,
+ 0.03125,
+ -0.0165557861328125,
+ -0.02099609375,
+ 0.047393798828125,
+ -0.0119476318359375,
+ 0.0604248046875,
+ 0.042205810546875,
+ 0.004398345947265625,
+ -0.00868988037109375,
+ 0.01153564453125,
+ 0.03704833984375,
+ 0.05999755859375,
+ -0.046966552734375,
+ -0.0005626678466796875,
+ -0.05194091796875,
+ 0.01287841796875,
+ -0.06207275390625,
+ -0.0372314453125,
+ -0.01065826416015625,
+ -0.059173583984375,
+ 0.044677734375,
+ -0.026275634765625,
+ -0.046142578125,
+ -0.0203857421875,
+ 0.00749969482421875,
+ -0.0030651092529296875,
+ 0.036407470703125,
+ -0.0033359527587890625,
+ -0.046142578125,
+ 0.00879669189453125,
+ 0.06414794921875,
+ -0.0011959075927734375,
+ -0.018524169921875,
+ -0.033935546875,
+ 0.0160369873046875,
+ 0.0077056884765625,
+ 0.01215362548828125,
+ -0.005329132080078125,
+ -0.00043320655822753906,
+ 0.048431396484375,
+ 0.0266876220703125,
+ 0.0257568359375,
+ -0.0257568359375,
+ 0.01861572265625,
+ 0.011016845703125,
+ -0.0018367767333984375,
+ -0.0562744140625,
+ 0.020904541015625,
+ -0.007293701171875,
+ 0.005947113037109375,
+ -0.0232696533203125,
+ -0.06536865234375,
+ 0.0160369873046875,
+ 0.0279388427734375,
+ -0.0027923583984375,
+ -0.0187225341796875,
+ -0.00749969482421875,
+ -0.041168212890625,
+ 0.0223388671875,
+ 0.0022106170654296875,
+ -0.015411376953125,
+ 0.0229644775390625,
+ 0.043670654296875,
+ -0.0255584716796875,
+ -0.005664825439453125,
+ -0.0019779205322265625,
+ 0.0017328262329101562,
+ -0.055877685546875,
+ -0.025146484375,
+ -0.004913330078125,
+ -0.01215362548828125,
+ -0.06866455078125,
+ -0.03765869140625,
+ 0.0038013458251953125,
+ -0.01396942138671875,
+ 0.0189361572265625,
+ 0.002857208251953125,
+ 0.007602691650390625,
+ -0.0275115966796875,
+ -0.051116943359375,
+ 0.02099609375,
+ -0.0345458984375,
+ -0.01210784912109375,
+ -0.022247314453125,
+ 0.01479339599609375,
+ 0.0261688232421875,
+ -0.0043182373046875,
+ -0.01427459716796875,
+ -0.01520538330078125,
+ -0.04095458984375,
+ 0.0230712890625,
+ -0.020477294921875,
+ 0.040130615234375,
+ -0.0090484619140625,
+ 0.022552490234375,
+ 0.036407470703125,
+ 0.042633056640625,
+ 0.0160369873046875,
+ 0.0189361572265625,
+ 0.0189361572265625,
+ -0.0078125,
+ 0.01666259765625,
+ 0.0020694732666015625,
+ -0.011383056640625,
+ 0.0333251953125,
+ -0.028350830078125,
+ -0.0165557861328125,
+ -0.00910186767578125,
+ -0.03350830078125,
+ 0.01375579833984375,
+ 0.006519317626953125,
+ 0.0102386474609375,
+ 0.03662109375,
+ -0.01158905029296875,
+ 0.01800537109375,
+ 0.039306640625,
+ 0.001293182373046875,
+ 0.0765380859375,
+ -0.0047607421875,
+ -0.0196533203125,
+ 0.007293701171875,
+ 0.04180908203125,
+ 0.0033111572265625,
+ -0.0008115768432617188,
+ 0.051300048828125,
+ 0.0295867919921875,
+ 0.0199737548828125,
+ 0.049041748046875,
+ -0.041595458984375,
+ 0.022247314453125,
+ 0.0039825439453125,
+ -0.00858306884765625,
+ 0.0075531005859375,
+ -0.0041656494140625,
+ 0.007602691650390625,
+ 0.00811767578125,
+ 0.052764892578125,
+ -0.006389617919921875,
+ 0.034759521484375,
+ -0.04571533203125,
+ -0.0260772705078125,
+ -0.0197601318359375,
+ -0.037445068359375,
+ 0.004398345947265625,
+ 0.03826904296875,
+ 0.002094268798828125,
+ 0.0670166015625,
+ -0.029998779296875,
+ -0.07366943359375,
+ 0.02410888671875,
+ -0.050079345703125,
+ 0.06866455078125,
+ 0.032684326171875,
+ 0.045928955078125,
+ 0.0248260498046875,
+ -0.0211029052734375,
+ -0.007656097412109375,
+ 0.040557861328125,
+ -0.0014677047729492188,
+ 0.028350830078125,
+ 0.05877685546875,
+ 0.03558349609375,
+ 0.0203857421875,
+ -0.033935546875,
+ 0.0011959075927734375,
+ 0.04986572265625,
+ 0.01375579833984375,
+ 0.003879547119140625,
+ 0.00811767578125,
+ -0.0104522705078125,
+ 0.0216217041015625,
+ -0.0345458984375,
+ 0.05194091796875,
+ 0.007137298583984375,
+ -0.01396942138671875,
+ 0.01158905029296875,
+ -0.01153564453125,
+ 0.023590087890625,
+ -0.057098388671875,
+ 0.006053924560546875,
+ -0.0045013427734375,
+ 0.015106201171875,
+ 0.00811767578125,
+ 0.03704833984375,
+ -0.05029296875,
+ -0.0168609619140625,
+ 0.035369873046875,
+ -0.07037353515625,
+ 0.005947113037109375,
+ 0.018310546875,
+ -0.021209716796875,
+ 0.01226043701171875,
+ -0.03082275390625,
+ -0.061248779296875,
+ -0.01013946533203125,
+ -0.01158905029296875,
+ -0.036407470703125,
+ 0.0211029052734375,
+ 0.0094146728515625,
+ -0.052764892578125,
+ -0.032073974609375,
+ -0.0345458984375,
+ -0.0107574462890625,
+ 0.01215362548828125,
+ -0.0216217041015625,
+ 0.03497314453125,
+ -0.006076812744140625,
+ -0.0287628173828125,
+ 0.031036376953125,
+ 0.0372314453125,
+ 0.0158233642578125,
+ -0.019134521484375,
+ 0.043853759765625,
+ -0.034332275390625,
+ -0.032073974609375,
+ 0.039520263671875,
+ 0.0035686492919921875,
+ 0.0129852294921875,
+ -0.00139617919921875,
+ -0.00457763671875,
+ -0.0205841064453125,
+ 0.0275115966796875,
+ 0.00998687744140625,
+ 0.0146942138671875,
+ -0.037872314453125,
+ -0.025238037109375,
+ -0.072021484375,
+ 0.046356201171875,
+ 0.001190185546875,
+ 0.0333251953125,
+ -0.01479339599609375,
+ -0.05255126953125,
+ 0.0604248046875,
+ -0.0482177734375,
+ -0.0187225341796875,
+ -0.01861572265625,
+ -0.0003960132598876953,
+ 0.00478363037109375,
+ 0.039947509765625,
+ -0.02069091796875,
+ 0.00682830810546875,
+ -0.0244140625,
+ 0.043853759765625,
+ 0.01107025146484375,
+ -0.00015270709991455078,
+ -0.039093017578125,
+ 0.027099609375,
+ 0.050079345703125,
+ -0.044891357421875,
+ 0.01287841796875,
+ -0.0022106170654296875,
+ -0.01287841796875,
+ 0.0440673828125,
+ -0.08978271484375,
+ -0.01490020751953125,
+ 0.0196533203125,
+ -0.055877685546875,
+ -0.02545166015625,
+ -0.0509033203125,
+ -0.039520263671875,
+ -0.034332275390625,
+ 0.00403594970703125,
+ 0.03228759765625,
+ -0.00009495019912719727,
+ 0.026275634765625,
+ -0.00390625,
+ 0.00351715087890625,
+ 0.034332275390625,
+ 0.005794525146484375,
+ -0.029998779296875,
+ 0.011383056640625,
+ -0.04510498046875,
+ -0.05670166015625,
+ -0.0155181884765625,
+ 0.053802490234375,
+ -0.045318603515625,
+ 0.0034923553466796875,
+ 0.01220703125,
+ -0.0017843246459960938,
+ 0.047393798828125,
+ -0.0467529296875,
+ 0.0250396728515625,
+ -0.0269012451171875,
+ -0.03497314453125,
+ -0.041595458984375,
+ -0.050689697265625,
+ 0.0275115966796875,
+ 0.01148223876953125,
+ -0.011383056640625,
+ 0.048828125,
+ 0.0275115966796875,
+ -0.060821533203125,
+ 0.033721923828125,
+ 0.01039886474609375,
+ 0.0016489028930664062,
+ 0.00749969482421875,
+ -0.012054443359375,
+ -0.00563812255859375,
+ -0.0236968994140625,
+ 0.033721923828125,
+ -0.016754150390625,
+ -0.025970458984375,
+ -0.05462646484375,
+ -0.005870819091796875,
+ -0.02276611328125,
+ -0.03619384765625,
+ -0.007137298583984375,
+ -0.021209716796875,
+ -0.06414794921875,
+ -0.033111572265625,
+ 0.03228759765625,
+ 0.00478363037109375,
+ 0.0012607574462890625,
+ -0.0213165283203125,
+ -0.01277923583984375,
+ 0.01241302490234375,
+ -0.0413818359375,
+ 0.0318603515625,
+ 0.0026378631591796875,
+ 0.02813720703125,
+ -0.00496673583984375,
+ -0.0149993896484375,
+ 0.0248260498046875,
+ 0.029998779296875,
+ 0.0171661376953125,
+ 0.0158233642578125,
+ 0.029388427734375,
+ -0.02545166015625,
+ 0.0211029052734375,
+ 0.017486572265625,
+ 0.0002505779266357422,
+ 0.0165557861328125,
+ -0.038482666015625,
+ 0.040130615234375,
+ -0.034332275390625,
+ -0.012725830078125,
+ 0.00910186767578125,
+ 0.0197601318359375,
+ 0.0165557861328125,
+ -0.00275421142578125,
+ -0.0149993896484375,
+ 0.0226593017578125,
+ 0.005096435546875,
+ 0.051513671875,
+ -0.038909912109375,
+ -0.05792236328125,
+ -0.01593017578125,
+ -0.006076812744140625,
+ 0.04180908203125,
+ 0.0372314453125,
+ -0.0141754150390625,
+ -0.034149169921875,
+ 0.01267242431640625,
+ 0.055023193359375,
+ 0.007602691650390625,
+ -0.023895263671875,
+ -0.0279388427734375,
+ 0.0091552734375,
+ 0.0144805908203125,
+ 0.041595458984375,
+ 0.0219268798828125,
+ 0.0836181640625,
+ 0.04034423828125,
+ 0.0035686492919921875,
+ 0.0170745849609375,
+ 0.06414794921875,
+ 0.0056915283203125,
+ -0.009521484375,
+ -0.046966552734375,
+ -0.0030517578125,
+ 0.00843048095703125,
+ -0.053802490234375,
+ -0.0345458984375,
+ 0.0024967193603515625,
+ 0.0723876953125,
+ -0.09307861328125,
+ -0.037445068359375,
+ -0.0030384063720703125,
+ -0.024627685546875,
+ 0.029998779296875,
+ 0.00563812255859375,
+ -0.007293701171875,
+ 0.024627685546875,
+ 0.0104522705078125,
+ -0.0333251953125,
+ 0.0165557861328125,
+ -0.01427459716796875,
+ 0.0287628173828125,
+ 0.07037353515625,
+ 0.0266876220703125,
+ -0.034149169921875,
+ 0.028961181640625,
+ 0.04302978515625,
+ 0.0158233642578125,
+ 0.04180908203125,
+ 0.055877685546875,
+ 0.022857666015625,
+ 0.03125,
+ 0.039947509765625,
+ 0.057525634765625,
+ -0.0124664306640625,
+ -0.0237884521484375,
+ 0.010498046875,
+ 0.029998779296875,
+ 0.05670166015625,
+ 0.05194091796875,
+ -0.00920867919921875,
+ 0.00843048095703125,
+ -0.01210784912109375,
+ -0.04345703125,
+ 0.004886627197265625,
+ 0.006877899169921875,
+ 0.0025730133056640625,
+ -0.05255126953125,
+ -0.03558349609375,
+ 0.0173797607421875,
+ -0.000911712646484375,
+ 0.0258636474609375,
+ 0.020904541015625,
+ -0.0285491943359375,
+ 0.0207977294921875,
+ 0.0386962890625,
+ -0.0170745849609375,
+ -0.048431396484375,
+ 0.00013816356658935547,
+ -0.01727294921875,
+ -0.040130615234375,
+ -0.03228759765625,
+ -0.029388427734375,
+ 0.04034423828125,
+ -0.0168609619140625,
+ -0.057098388671875,
+ -0.03497314453125,
+ 0.020172119140625,
+ -0.03125,
+ -0.01438140869140625,
+ 0.00002104043960571289,
+ 0.002262115478515625,
+ -0.03228759765625,
+ -0.05877685546875,
+ -0.03125,
+ -0.035186767578125,
+ 0.028350830078125,
+ -0.015411376953125,
+ 0.003879547119140625,
+ -0.01287841796875,
+ -0.0360107421875,
+ -0.0025997161865234375,
+ 0.00262451171875,
+ -0.03704833984375,
+ 0.0221405029296875,
+ -0.03973388671875,
+ 0.004680633544921875,
+ 0.0189361572265625,
+ 0.0244140625,
+ 0.06494140625,
+ 0.055877685546875,
+ 0.0189361572265625,
+ -0.007137298583984375,
+ -0.0149993896484375,
+ -0.06329345703125,
+ -0.01800537109375,
+ -0.0277252197265625,
+ 0.0264892578125,
+ -0.06414794921875,
+ -0.00571441650390625,
+ 0.059173583984375,
+ -0.059600830078125,
+ 0.0216217041015625,
+ 0.0178985595703125,
+ 0.0092620849609375,
+ -0.0195465087890625,
+ 0.0216217041015625,
+ 0.006389617919921875,
+ 0.0298004150390625,
+ 0.10467529296875,
+ 0.0004057884216308594,
+ -0.00543212890625,
+ 0.001758575439453125,
+ -0.0440673828125,
+ 0.0482177734375,
+ 0.0200653076171875,
+ 0.015625,
+ -0.06207275390625,
+ 0.0136566162109375,
+ 0.016448974609375,
+ -0.01438140869140625,
+ 0.006259918212890625,
+ -0.06951904296875,
+ 0.017486572265625,
+ 0.03350830078125,
+ 0.00848388671875,
+ -0.0024700164794921875,
+ -0.01427459716796875,
+ -0.051727294921875,
+ -0.034759521484375,
+ -0.01345062255859375,
+ 0.0199737548828125,
+ 0.0226593017578125,
+ 0.012725830078125,
+ -0.0169677734375,
+ -0.0157318115234375,
+ -0.01800537109375,
+ -0.05462646484375,
+ -0.036407470703125,
+ -0.007396697998046875,
+ 0.040557861328125,
+ -0.0100860595703125,
+ -0.043670654296875,
+ 0.019866943359375,
+ -0.0187225341796875,
+ 0.00910186767578125,
+ 0.0119476318359375,
+ 0.0494384765625,
+ -0.0670166015625,
+ 0.01039886474609375,
+ -0.0028057098388671875,
+ 0.057098388671875,
+ -0.0099334716796875,
+ -0.01116943359375,
+ 0.0020427703857421875,
+ -0.00238037109375,
+ 0.04345703125,
+ -0.0318603515625,
+ 0.0380859375,
+ 0.01800537109375,
+ -0.032684326171875,
+ -0.06536865234375,
+ -0.04779052734375,
+ -0.058349609375,
+ 0.042205810546875,
+ -0.006206512451171875,
+ 0.018829345703125,
+ 0.01096343994140625,
+ -0.03973388671875,
+ -0.0753173828125,
+ 0.0234832763671875,
+ -0.006000518798828125,
+ 0.006931304931640625,
+ 0.0245208740234375,
+ -0.0287628173828125,
+ -0.0645751953125,
+ -0.0219268798828125,
+ -0.021728515625,
+ -0.0006499290466308594,
+ -0.033935546875,
+ 0.0226593017578125,
+ -0.00858306884765625,
+ -0.0004849433898925781,
+ -0.0129852294921875,
+ -0.0124664306640625,
+ 0.00936126708984375,
+ 0.04241943359375,
+ 0.0318603515625,
+ -0.0123138427734375,
+ 0.058349609375,
+ -0.0287628173828125,
+ 0.0277252197265625,
+ -0.01039886474609375,
+ -0.0021457672119140625,
+ -0.004734039306640625,
+ -0.0250396728515625,
+ -0.029388427734375,
+ 0.0306243896484375,
+ 0.00946807861328125,
+ 0.032470703125,
+ -0.016143798828125,
+ 0.0160369873046875,
+ -0.017791748046875,
+ 0.0184173583984375,
+ 0.0306243896484375,
+ -0.041595458984375,
+ -0.00452423095703125,
+ 0.01029205322265625,
+ -0.005146026611328125,
+ -0.01081085205078125,
+ -0.06207275390625,
+ -0.0869140625,
+ -0.001888275146484375,
+ -0.040771484375,
+ 0.004344940185546875,
+ 0.015625,
+ -0.0104522705078125,
+ 0.0269012451171875,
+ -0.0360107421875,
+ 0.042816162109375,
+ -0.01013946533203125,
+ -0.0261688232421875,
+ -0.052978515625,
+ 0.00946807861328125,
+ -0.0160369873046875,
+ 0.040130615234375,
+ 0.0046539306640625,
+ -0.0158233642578125,
+ 0.0360107421875,
+ -0.0195465087890625,
+ 0.0003750324249267578,
+ -0.0155181884765625,
+ -0.00037026405334472656,
+ -0.0304107666015625,
+ 0.015625,
+ -0.0670166015625,
+ -0.028350830078125,
+ 0.038909912109375,
+ 0.055877685546875,
+ 0.020172119140625,
+ -0.0216217041015625,
+ 0.0732421875,
+ 0.0141754150390625,
+ -0.08111572265625,
+ 0.03558349609375,
+ -0.00791168212890625,
+ -0.052337646484375,
+ 0.004550933837890625,
+ -0.01039886474609375,
+ 0.01013946533203125,
+ 0.0455322265625,
+ 0.041168212890625,
+ 0.01666259765625,
+ 0.06207275390625,
+ 0.0162353515625,
+ -0.022552490234375,
+ 0.01520538330078125,
+ -0.01116943359375,
+ 0.047576904296875,
+ 0.0291748046875,
+ 0.0194549560546875,
+ 0.006336212158203125,
+ 0.0287628173828125,
+ 0.0013446807861328125,
+ -0.05999755859375,
+ -0.00786590576171875,
+ -0.060821533203125,
+ -0.04034423828125,
+ 0.0087432861328125,
+ 0.09185791015625,
+ 0.018829345703125,
+ -0.01019287109375,
+ 0.035369873046875,
+ 0.05194091796875,
+ 0.03973388671875,
+ -0.01241302490234375,
+ -0.0058441162109375,
+ -0.07037353515625,
+ -0.0003669261932373047,
+ 0.015411376953125,
+ 0.00537872314453125,
+ -0.05419921875,
+ 0.03497314453125,
+ 0.046539306640625,
+ -0.0263824462890625,
+ -0.006595611572265625,
+ -0.0149993896484375,
+ -0.004913330078125,
+ 0.033721923828125,
+ 0.01210784912109375,
+ -0.000021517276763916016,
+ -0.07037353515625,
+ 0.0126190185546875,
+ 0.0231781005859375,
+ 0.0082244873046875,
+ -0.00628662109375,
+ -0.020477294921875,
+ 0.00101470947265625,
+ 0.040130615234375,
+ -0.05462646484375,
+ -0.00879669189453125,
+ 0.01189422607421875,
+ 0.048828125,
+ -0.00165557861328125,
+ -0.06329345703125,
+ -0.021209716796875,
+ 0.03662109375,
+ 0.034332275390625,
+ -0.017486572265625,
+ 0.0264892578125,
+ 0.01934814453125,
+ -0.00225067138671875,
+ 0.028350830078125,
+ 0.0509033203125,
+ -0.001888275146484375,
+ 0.0380859375,
+ 0.0021209716796875,
+ -0.037872314453125,
+ -0.006725311279296875,
+ -0.00962066650390625,
+ 0.02813720703125,
+ -0.0170745849609375,
+ -0.0467529296875,
+ -0.027313232421875,
+ -0.0287628173828125,
+ 0.034332275390625,
+ 0.0200653076171875,
+ 0.042205810546875,
+ 0.032684326171875,
+ -0.003749847412109375,
+ -0.01226043701171875,
+ 0.019866943359375,
+ 0.021728515625,
+ 0.04180908203125,
+ 0.0203857421875,
+ 0.0195465087890625,
+ 0.0237884521484375,
+ 0.0028324127197265625,
+ 0.0192413330078125,
+ -0.0213165283203125,
+ 0.0386962890625,
+ -0.04034423828125,
+ -0.0197601318359375,
+ -0.03497314453125,
+ -0.00241851806640625,
+ -0.0028324127197265625,
+ -0.04180908203125,
+ 0.01904296875,
+ -0.0221405029296875,
+ 0.006725311279296875,
+ -0.0106048583984375,
+ -0.04095458984375,
+ 0.003879547119140625,
+ 0.03021240234375,
+ -0.043853759765625,
+ 0.01427459716796875,
+ 0.0253448486328125,
+ -0.01427459716796875,
+ -0.00452423095703125,
+ -0.039947509765625,
+ 0.047576904296875,
+ 0.0187225341796875,
+ 0.01861572265625,
+ -0.0039825439453125,
+ 0.031036376953125,
+ 0.031463623046875,
+ -0.007965087890625,
+ 0.0224456787109375,
+ 0.016143798828125,
+ -0.015625,
+ 0.03228759765625,
+ 0.048614501953125,
+ 0.00827789306640625,
+ -0.05999755859375,
+ 0.0295867919921875,
+ -0.012054443359375,
+ -0.038909912109375,
+ 0.0419921875,
+ 0.01396942138671875,
+ 0.03558349609375,
+ -0.01174163818359375,
+ -0.0018367767333984375,
+ -0.0279388427734375,
+ -0.06494140625,
+ 0.0616455078125,
+ 0.02545166015625,
+ 0.005275726318359375,
+ 0.035797119140625,
+ -0.034759521484375,
+ 0.0711669921875,
+ 0.032684326171875,
+ 0.04718017578125,
+ -0.06292724609375,
+ 0.05999755859375,
+ -0.002986907958984375,
+ 0.00972747802734375,
+ -0.0158233642578125,
+ 0.00543212890625,
+ -0.0243072509765625,
+ 0.04180908203125,
+ -0.03497314453125,
+ 0.04095458984375,
+ 0.05029296875,
+ -0.0136566162109375,
+ -0.0645751953125,
+ -0.01375579833984375,
+ 0.0216217041015625,
+ 0.00749969482421875,
+ 0.01438140869140625,
+ -0.07037353515625,
+ 0.0176849365234375,
+ -0.00724029541015625,
+ 0.02545166015625,
+ 0.04510498046875,
+ -0.0016813278198242188,
+ 0.026275634765625,
+ 0.001544952392578125,
+ -0.0158233642578125,
+ -0.01029205322265625,
+ 0.0080718994140625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "network-forensics"
+ ],
+ "phases": [],
+ "tags": [
+ "gui",
+ "cli",
+ "live-acquisition",
+ "encrypted-traffic",
+ "secure-sharing",
+ "anonymous-analysis",
+ "privacy-focused",
+ "tor-integration",
+ "rolling-release",
+ "lightweight",
+ "arm-support",
+ "docker-ready"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Oxygen_Forensic_Suite",
+ "type": "tool",
+ "name": "Oxygen Forensic Suite",
+ "content": "oxygen forensic suite mobile-forensik-alternative mit deep-extraction-capabilities für android-systeme und spezialisierte decryption-engines für verschlüsselte messenger. telegram-secret-chat-dekryptierung durch proprietäre methoden und live-memory-dumps von aktiven geräten ohne reboot-requirement. analysiert über 50 cloud-services mit direct-api-access ohne premium-pricing-modell oder zusätzliche lizenzkosten. besonders stark bei chinesischen smartphones (xiaomi, huawei, oneplus) mit proprietären security-mechanismen und custom-android-versionen. mobile-triage-capability für vor-ort-screening, regelmäßige updates für neue app-versionen und android-security-patches innerhalb von 48 stunden. mobile cloud decryption mobile-forensics examination analysis",
+ "embedding": [
+ -0.0229034423828125,
+ 0.0386962890625,
+ 0.026458740234375,
+ -0.00493621826171875,
+ 0.039306640625,
+ 0.060028076171875,
+ 0.04046630859375,
+ 0.007354736328125,
+ 0.0013818740844726562,
+ -0.03021240234375,
+ -0.034759521484375,
+ 0.06439208984375,
+ 0.0088348388671875,
+ -0.00557708740234375,
+ -0.07110595703125,
+ 0.04443359375,
+ -0.0065155029296875,
+ 0.004962921142578125,
+ 0.03179931640625,
+ 0.0020236968994140625,
+ -0.0036525726318359375,
+ -0.01273345947265625,
+ -0.06317138671875,
+ -0.0092315673828125,
+ -0.0155029296875,
+ -0.005382537841796875,
+ -0.023590087890625,
+ -0.03790283203125,
+ -0.04541015625,
+ 0.002788543701171875,
+ 0.02685546875,
+ -0.026458740234375,
+ 0.003826141357421875,
+ 0.0266571044921875,
+ 0.01293182373046875,
+ -0.0237884521484375,
+ -0.004638671875,
+ -0.033172607421875,
+ -0.0284423828125,
+ 0.034942626953125,
+ -0.00765228271484375,
+ 0.0018510818481445312,
+ 0.039306640625,
+ 0.0067138671875,
+ -0.0254669189453125,
+ -0.0173797607421875,
+ -0.0153045654296875,
+ -0.04010009765625,
+ 0.033966064453125,
+ -0.025665283203125,
+ 0.011505126953125,
+ 0.02093505859375,
+ -0.005802154541015625,
+ -0.00043201446533203125,
+ -0.024688720703125,
+ 0.041259765625,
+ 0.016876220703125,
+ -0.0185546875,
+ -0.057647705078125,
+ 0.048370361328125,
+ -0.044036865234375,
+ -0.02764892578125,
+ -0.011505126953125,
+ 0.0022830963134765625,
+ 0.0007033348083496094,
+ 0.0282440185546875,
+ -0.004985809326171875,
+ -0.02191162109375,
+ -0.0040740966796875,
+ 0.0119476318359375,
+ 0.0025424957275390625,
+ 0.00824737548828125,
+ -0.02606201171875,
+ 0.02191162109375,
+ -0.0195465087890625,
+ -0.032379150390625,
+ 0.031585693359375,
+ 0.0125885009765625,
+ 0.000014483928680419922,
+ -0.004123687744140625,
+ -0.03851318359375,
+ 0.017974853515625,
+ 0.038909912109375,
+ -0.0067138671875,
+ -0.00543212890625,
+ -0.00804901123046875,
+ 0.022613525390625,
+ 0.00933074951171875,
+ 0.006465911865234375,
+ 0.004764556884765625,
+ -0.0018014907836914062,
+ -0.0254669189453125,
+ 0.0224151611328125,
+ -0.0177764892578125,
+ 0.0160980224609375,
+ 0.06396484375,
+ -0.02093505859375,
+ -0.006317138671875,
+ -0.0170745849609375,
+ 0.047393798828125,
+ 0.00617218017578125,
+ -0.037109375,
+ 0.0266571044921875,
+ 0.0025177001953125,
+ 0.0145111083984375,
+ -0.0274505615234375,
+ 0.003997802734375,
+ -0.0292205810546875,
+ -0.044830322265625,
+ -0.030609130859375,
+ -0.07977294921875,
+ -0.042266845703125,
+ -0.004764556884765625,
+ -0.06829833984375,
+ -0.022216796875,
+ -0.010711669921875,
+ -0.0101165771484375,
+ 0.0308074951171875,
+ -0.037322998046875,
+ -0.0501708984375,
+ 0.0198516845703125,
+ 0.0479736328125,
+ 0.002788543701171875,
+ 0.0216217041015625,
+ -0.040679931640625,
+ -0.06634521484375,
+ 0.007305145263671875,
+ 0.02191162109375,
+ -0.015106201171875,
+ -0.0262603759765625,
+ -0.03021240234375,
+ -0.03375244140625,
+ 0.007701873779296875,
+ -0.037109375,
+ -0.004344940185546875,
+ -0.031402587890625,
+ 0.039306640625,
+ -0.0028133392333984375,
+ 0.0017156600952148438,
+ 0.0101165771484375,
+ 0.0296173095703125,
+ -0.0207366943359375,
+ -0.07464599609375,
+ -0.0029735565185546875,
+ -0.0386962890625,
+ 0.002197265625,
+ -0.01461029052734375,
+ 0.06121826171875,
+ -0.04937744140625,
+ -0.005527496337890625,
+ -0.00937652587890625,
+ 0.007061004638671875,
+ 0.0288238525390625,
+ -0.004245758056640625,
+ 0.00429534912109375,
+ -0.039886474609375,
+ 0.009033203125,
+ -0.04205322265625,
+ 0.04205322265625,
+ -0.005626678466796875,
+ -0.03338623046875,
+ 0.0115509033203125,
+ -0.005725860595703125,
+ 0.0284423828125,
+ -0.0181732177734375,
+ -0.0308074951171875,
+ -0.01100921630859375,
+ 0.01041412353515625,
+ -0.0109100341796875,
+ -0.01520538330078125,
+ 0.025665283203125,
+ 0.0014743804931640625,
+ 0.06597900390625,
+ 0.0703125,
+ -0.005283355712890625,
+ 0.0386962890625,
+ 0.01145172119140625,
+ -0.006465911865234375,
+ 0.0043182373046875,
+ 0.04718017578125,
+ -0.0100250244140625,
+ -0.01081085205078125,
+ 0.037322998046875,
+ 0.02142333984375,
+ 0.00853729248046875,
+ -0.016387939453125,
+ -0.054107666015625,
+ 0.0023937225341796875,
+ -0.0572509765625,
+ 0.0169830322265625,
+ -0.029815673828125,
+ -0.037506103515625,
+ 0.0187530517578125,
+ 0.0069122314453125,
+ 0.01273345947265625,
+ 0.0438232421875,
+ 0.038116455078125,
+ -0.0254669189453125,
+ 0.0160980224609375,
+ 0.0015115737915039062,
+ 0.00913238525390625,
+ 0.023406982421875,
+ 0.0182647705078125,
+ 0.04541015625,
+ 0.0065155029296875,
+ 0.018463134765625,
+ 0.014312744140625,
+ 0.03692626953125,
+ 0.003086090087890625,
+ -0.00725555419921875,
+ 4.76837158203125e-7,
+ 0.0282440185546875,
+ -0.01441192626953125,
+ -0.010955810546875,
+ -0.0196533203125,
+ -0.0211334228515625,
+ 0.01081085205078125,
+ -0.0212249755859375,
+ -0.0229034423828125,
+ 0.010955810546875,
+ 0.0052337646484375,
+ -0.05609130859375,
+ -0.005504608154296875,
+ 0.039886474609375,
+ 0.007701873779296875,
+ 0.07269287109375,
+ 0.0266571044921875,
+ -0.001338958740234375,
+ -0.02093505859375,
+ 0.00809478759765625,
+ -0.002208709716796875,
+ 0.023895263671875,
+ -0.0206298828125,
+ 0.0177764892578125,
+ -0.032379150390625,
+ -0.0292205810546875,
+ 0.0308074951171875,
+ 0.0221099853515625,
+ 0.029022216796875,
+ 0.01204681396484375,
+ -0.0215301513671875,
+ 0.04718017578125,
+ -0.023101806640625,
+ 0.04205322265625,
+ 0.03692626953125,
+ -0.029815673828125,
+ 0.0155029296875,
+ 0.02398681640625,
+ 0.023101806640625,
+ 0.0521240234375,
+ -0.044830322265625,
+ -0.00016117095947265625,
+ -0.07464599609375,
+ -0.009033203125,
+ -0.06201171875,
+ -0.0552978515625,
+ -0.0241851806640625,
+ -0.06634521484375,
+ 0.053314208984375,
+ -0.031982421875,
+ -0.017974853515625,
+ -0.016387939453125,
+ 0.039306640625,
+ 0.00789642333984375,
+ 0.0178680419921875,
+ -0.004047393798828125,
+ -0.030609130859375,
+ 0.03515625,
+ 0.04443359375,
+ 0.00421905517578125,
+ 0.0025539398193359375,
+ 0.003997802734375,
+ 0.0242919921875,
+ -0.01224517822265625,
+ 0.0004165172576904297,
+ -0.02398681640625,
+ 0.00019741058349609375,
+ 0.029815673828125,
+ 0.0308074951171875,
+ 0.016387939453125,
+ -0.0386962890625,
+ 0.010955810546875,
+ -0.0187530517578125,
+ 0.0270538330078125,
+ -0.03851318359375,
+ 0.0109100341796875,
+ -0.0254669189453125,
+ 0.00267791748046875,
+ -0.007602691650390625,
+ -0.0266571044921875,
+ -0.00972747802734375,
+ 0.06317138671875,
+ -0.009033203125,
+ 0.0088348388671875,
+ -0.00853729248046875,
+ -0.0308074951171875,
+ -0.0013580322265625,
+ 0.034759521484375,
+ 0.01461029052734375,
+ 0.039886474609375,
+ 0.00775146484375,
+ -0.040863037109375,
+ 0.0187530517578125,
+ 0.0119476318359375,
+ 0.004688262939453125,
+ -0.040679931640625,
+ -0.039093017578125,
+ -0.020233154296875,
+ 0.031402587890625,
+ -0.056488037109375,
+ -0.04522705078125,
+ 0.01727294921875,
+ -0.028045654296875,
+ -0.0031585693359375,
+ 0.007701873779296875,
+ 0.0059967041015625,
+ -0.0469970703125,
+ -0.06280517578125,
+ 0.00014197826385498047,
+ -0.019256591796875,
+ -0.022216796875,
+ -0.0010862350463867188,
+ 0.039703369140625,
+ 0.007503509521484375,
+ 0.0198516845703125,
+ -0.015899658203125,
+ -0.0237884521484375,
+ -0.040679931640625,
+ 0.0157012939453125,
+ -0.006145477294921875,
+ 0.015899658203125,
+ -0.040863037109375,
+ 0.04443359375,
+ 0.0098724365234375,
+ 0.0160980224609375,
+ 0.0325927734375,
+ 0.053314208984375,
+ 0.0345458984375,
+ -0.0237884521484375,
+ 0.01125335693359375,
+ 0.0026912689208984375,
+ 0.0159912109375,
+ 0.0094757080078125,
+ -0.04010009765625,
+ -0.002567291259765625,
+ 0.004787445068359375,
+ -0.04205322265625,
+ 0.0206298828125,
+ 0.0157928466796875,
+ 0.0252685546875,
+ 0.004688262939453125,
+ -0.037109375,
+ 0.006862640380859375,
+ 0.059234619140625,
+ -0.0019502639770507812,
+ 0.10186767578125,
+ -0.020233154296875,
+ -0.058441162109375,
+ 0.0020618438720703125,
+ 0.020050048828125,
+ -0.0296173095703125,
+ -0.0284423828125,
+ 0.031005859375,
+ -0.00335693359375,
+ -0.003826141357421875,
+ 0.0278472900390625,
+ -0.013031005859375,
+ 0.00775146484375,
+ -0.018463134765625,
+ -0.0262603759765625,
+ 0.032379150390625,
+ -0.012542724609375,
+ -0.0024566650390625,
+ 0.04266357421875,
+ 0.037109375,
+ 0.0140228271484375,
+ 0.0224151611328125,
+ 0.01016998291015625,
+ -0.035736083984375,
+ -0.023101806640625,
+ -0.03692626953125,
+ 0.0252685546875,
+ 0.0428466796875,
+ 0.01441192626953125,
+ 0.043243408203125,
+ -0.0220184326171875,
+ -0.06829833984375,
+ -0.002468109130859375,
+ -0.0325927734375,
+ 0.07147216796875,
+ 0.065185546875,
+ 0.017181396484375,
+ 0.0292205810546875,
+ -0.01105499267578125,
+ -0.009674072265625,
+ 0.006961822509765625,
+ 0.021728515625,
+ 0.004886627197265625,
+ 0.039093017578125,
+ 0.0288238525390625,
+ 0.0187530517578125,
+ -0.034942626953125,
+ 0.0190582275390625,
+ 0.049957275390625,
+ -0.00868988037109375,
+ -0.01105499267578125,
+ 0.0266571044921875,
+ 0.0300140380859375,
+ 0.0438232421875,
+ -0.031982421875,
+ 0.0160980224609375,
+ 0.0254669189453125,
+ 0.004764556884765625,
+ 0.01837158203125,
+ -0.0292205810546875,
+ 0.0155029296875,
+ -0.04345703125,
+ -0.006366729736328125,
+ 0.02301025390625,
+ 0.0278472900390625,
+ 0.017181396484375,
+ 0.0185546875,
+ -0.058441162109375,
+ -0.0199432373046875,
+ 0.052520751953125,
+ -0.047393798828125,
+ 0.00267791748046875,
+ 0.056488037109375,
+ -0.025665283203125,
+ -0.0009627342224121094,
+ -0.0300140380859375,
+ -0.0521240234375,
+ 0.02093505859375,
+ -0.004367828369140625,
+ -0.029815673828125,
+ 0.00641632080078125,
+ 0.03021240234375,
+ -0.039703369140625,
+ -0.042449951171875,
+ -0.036529541015625,
+ 0.00681304931640625,
+ -0.0032825469970703125,
+ -0.00888824462890625,
+ 0.042449951171875,
+ -0.00804901123046875,
+ -0.00157928466796875,
+ 0.045623779296875,
+ 0.029815673828125,
+ 0.021820068359375,
+ -0.0242919921875,
+ 0.052520751953125,
+ -0.03375244140625,
+ -0.0160980224609375,
+ 0.0288238525390625,
+ 0.004344940185546875,
+ 0.0335693359375,
+ -0.0252685546875,
+ -0.02764892578125,
+ -0.00013577938079833984,
+ 0.00868988037109375,
+ 0.0203399658203125,
+ 0.0220184326171875,
+ -0.020538330078125,
+ -0.0245819091796875,
+ -0.037109375,
+ 0.037322998046875,
+ 0.01263427734375,
+ 0.0655517578125,
+ -0.0294189453125,
+ -0.0377197265625,
+ 0.03179931640625,
+ -0.03594970703125,
+ -0.0119476318359375,
+ -0.02191162109375,
+ 0.01480865478515625,
+ -0.0242919921875,
+ 0.0706787109375,
+ 0.00533294677734375,
+ -0.0089874267578125,
+ -0.004638671875,
+ 0.06439208984375,
+ 0.0132293701171875,
+ -0.0016040802001953125,
+ -0.07501220703125,
+ 0.031982421875,
+ 0.0361328125,
+ -0.037109375,
+ 0.01461029052734375,
+ 0.0009627342224121094,
+ -0.02862548828125,
+ 0.0284423828125,
+ -0.030609130859375,
+ -0.0014133453369140625,
+ 0.0194549560546875,
+ -0.044036865234375,
+ -0.056488037109375,
+ -0.058441162109375,
+ 0.005084991455078125,
+ -0.0325927734375,
+ 0.029815673828125,
+ 0.0292205810546875,
+ -0.0067138671875,
+ 0.045013427734375,
+ -0.01120758056640625,
+ 0.0169830322265625,
+ 0.0284423828125,
+ -0.0018758773803710938,
+ -0.0111083984375,
+ 0.0155029296875,
+ -0.065185546875,
+ -0.039703369140625,
+ -0.02191162109375,
+ 0.0241851806640625,
+ -0.029022216796875,
+ -0.02508544921875,
+ -0.022705078125,
+ -0.01016998291015625,
+ 0.02606201171875,
+ -0.031585693359375,
+ -0.0039005279541015625,
+ 0.0052337646484375,
+ -0.032379150390625,
+ -0.044219970703125,
+ -0.0024814605712890625,
+ 0.0229034423828125,
+ 0.009033203125,
+ -0.01422119140625,
+ -0.01165008544921875,
+ 0.022308349609375,
+ -0.06201171875,
+ 0.038116455078125,
+ 0.01036834716796875,
+ 0.006366729736328125,
+ -0.0007495880126953125,
+ 0.0149078369140625,
+ 0.0123443603515625,
+ 0.01125335693359375,
+ 0.0367431640625,
+ -0.0019130706787109375,
+ -0.01629638671875,
+ -0.0428466796875,
+ 0.01678466796875,
+ -0.0100250244140625,
+ -0.0182647705078125,
+ -0.0233001708984375,
+ -0.0292205810546875,
+ -0.06951904296875,
+ -0.00157928466796875,
+ 0.019744873046875,
+ 0.031585693359375,
+ -0.005084991455078125,
+ -0.037109375,
+ -0.0308074951171875,
+ 0.004047393798828125,
+ -0.01041412353515625,
+ 0.0418701171875,
+ -0.043060302734375,
+ -0.0024318695068359375,
+ 0.0169830322265625,
+ -0.03021240234375,
+ 0.016387939453125,
+ 0.032196044921875,
+ 0.0254669189453125,
+ 0.0418701171875,
+ 0.0274505615234375,
+ -0.0212249755859375,
+ 0.023590087890625,
+ -0.0207366943359375,
+ -0.0300140380859375,
+ 0.0240936279296875,
+ -0.0438232421875,
+ 0.03594970703125,
+ -0.0207366943359375,
+ -0.01105499267578125,
+ -0.0140228271484375,
+ 0.0024929046630859375,
+ 0.0034809112548828125,
+ -0.0196533203125,
+ 0.0018262863159179688,
+ 0.0521240234375,
+ 0.01293182373046875,
+ 0.053314208984375,
+ -0.040283203125,
+ -0.041259765625,
+ -0.01470947265625,
+ -0.01885986328125,
+ 0.0288238525390625,
+ 0.031982421875,
+ 0.0010309219360351562,
+ -0.04345703125,
+ 0.025665283203125,
+ 0.0418701171875,
+ 0.00789642333984375,
+ -0.01837158203125,
+ 0.00345611572265625,
+ 0.01007080078125,
+ 0.00982666015625,
+ 0.059234619140625,
+ 0.013031005859375,
+ 0.1026611328125,
+ -0.003505706787109375,
+ 0.031585693359375,
+ 0.039306640625,
+ 0.0758056640625,
+ 0.03692626953125,
+ -0.01392364501953125,
+ -0.044036865234375,
+ 0.021331787109375,
+ -0.003047943115234375,
+ -0.041473388671875,
+ -0.043243408203125,
+ -0.0164947509765625,
+ 0.032196044921875,
+ -0.06396484375,
+ -0.0006880760192871094,
+ 0.0194549560546875,
+ 0.016387939453125,
+ 0.0004565715789794922,
+ 0.01470947265625,
+ -0.010711669921875,
+ 0.0198516845703125,
+ 0.0140228271484375,
+ -0.036346435546875,
+ 0.004123687744140625,
+ -0.0229034423828125,
+ 0.0312042236328125,
+ 0.06121826171875,
+ 0.0296173095703125,
+ -0.0087890625,
+ 0.043060302734375,
+ 0.004863739013671875,
+ 0.037109375,
+ 0.0284423828125,
+ 0.03948974609375,
+ 0.02862548828125,
+ 0.03338623046875,
+ 0.039093017578125,
+ 0.034149169921875,
+ 0.0003609657287597656,
+ -0.011505126953125,
+ 0.011505126953125,
+ 0.00868988037109375,
+ 0.05133056640625,
+ 0.07421875,
+ 0.005283355712890625,
+ -0.013427734375,
+ -0.0008640289306640625,
+ -0.054901123046875,
+ 0.00009524822235107422,
+ -0.0002608299255371094,
+ 0.007305145263671875,
+ -0.0428466796875,
+ -0.047576904296875,
+ 0.0300140380859375,
+ -0.0572509765625,
+ 0.016876220703125,
+ 0.02093505859375,
+ -0.02862548828125,
+ 0.01214599609375,
+ 0.03851318359375,
+ -0.002307891845703125,
+ -0.04205322265625,
+ 0.00461578369140625,
+ -0.01184844970703125,
+ -0.022308349609375,
+ -0.051727294921875,
+ -0.048187255859375,
+ 0.01500701904296875,
+ -0.010467529296875,
+ -0.057647705078125,
+ -0.022705078125,
+ 0.035736083984375,
+ 0.0014743804931640625,
+ -0.033172607421875,
+ -0.0011663436889648438,
+ -0.0059967041015625,
+ -0.00992584228515625,
+ -0.05291748046875,
+ -0.04345703125,
+ -0.049560546875,
+ 0.00868988037109375,
+ -0.034759521484375,
+ 0.03533935546875,
+ -0.028045654296875,
+ -0.0012035369873046875,
+ -0.0005645751953125,
+ -0.016876220703125,
+ 0.0013942718505859375,
+ 0.0161895751953125,
+ -0.034149169921875,
+ 0.0284423828125,
+ 0.0190582275390625,
+ 0.035736083984375,
+ 0.040283203125,
+ 0.038299560546875,
+ 0.01885986328125,
+ 0.01125335693359375,
+ -0.030609130859375,
+ -0.0521240234375,
+ 0.000052094459533691406,
+ 0.00765228271484375,
+ 0.00853729248046875,
+ -0.07940673828125,
+ 0.00982666015625,
+ 0.05804443359375,
+ -0.0975341796875,
+ 0.00047206878662109375,
+ 0.001789093017578125,
+ -0.027252197265625,
+ -0.0266571044921875,
+ -0.00417327880859375,
+ 0.0101165771484375,
+ 0.01500701904296875,
+ 0.09283447265625,
+ 0.00357818603515625,
+ -0.023406982421875,
+ 0.01470947265625,
+ -0.03692626953125,
+ 0.0292205810546875,
+ 0.0170745849609375,
+ 0.0165863037109375,
+ -0.044036865234375,
+ 0.01934814453125,
+ 0.009674072265625,
+ -0.0145111083984375,
+ -0.002197265625,
+ -0.06280517578125,
+ -0.0012407302856445312,
+ 0.0521240234375,
+ 0.01560211181640625,
+ -0.005947113037109375,
+ -0.031982421875,
+ -0.029815673828125,
+ -0.05133056640625,
+ -0.0187530517578125,
+ 0.01332855224609375,
+ 0.0211334228515625,
+ 0.00037169456481933594,
+ -0.0537109375,
+ -0.021820068359375,
+ 0.00029921531677246094,
+ -0.0552978515625,
+ -0.0361328125,
+ -0.041473388671875,
+ 0.05804443359375,
+ -0.006763458251953125,
+ -0.04541015625,
+ 0.023590087890625,
+ 0.022216796875,
+ -0.0092315673828125,
+ 0.0062713623046875,
+ 0.03790283203125,
+ -0.02606201171875,
+ -0.01727294921875,
+ -0.0024433135986328125,
+ 0.0278472900390625,
+ -0.005035400390625,
+ 0.0005831718444824219,
+ 0.00183868408203125,
+ 0.003307342529296875,
+ 0.035552978515625,
+ -0.044036865234375,
+ 0.01422119140625,
+ 0.0300140380859375,
+ -0.01229095458984375,
+ -0.038909912109375,
+ -0.009429931640625,
+ -0.03533935546875,
+ 0.025177001953125,
+ -0.01441192626953125,
+ 0.056488037109375,
+ -0.01007080078125,
+ -0.0284423828125,
+ -0.11297607421875,
+ 0.048370361328125,
+ -0.0308074951171875,
+ -0.005035400390625,
+ 0.006244659423828125,
+ -0.0067138671875,
+ -0.060028076171875,
+ -0.031005859375,
+ -0.03338623046875,
+ 0.01372528076171875,
+ -0.01480865478515625,
+ 0.02398681640625,
+ -0.03277587890625,
+ 0.0105133056640625,
+ 0.001567840576171875,
+ -0.00209808349609375,
+ -0.0173797607421875,
+ 0.0479736328125,
+ 0.01461029052734375,
+ -0.0244903564453125,
+ 0.073486328125,
+ -0.036529541015625,
+ -0.01520538330078125,
+ -0.0019254684448242188,
+ 0.00597381591796875,
+ -0.00225830078125,
+ 0.01184844970703125,
+ -0.026458740234375,
+ 0.0128326416015625,
+ 0.03277587890625,
+ 0.049560546875,
+ -0.02764892578125,
+ 0.0224151611328125,
+ -0.01041412353515625,
+ -0.000045299530029296875,
+ 0.020050048828125,
+ -0.0225067138671875,
+ -0.00977325439453125,
+ 0.001499176025390625,
+ -0.0258636474609375,
+ -0.0157012939453125,
+ -0.039703369140625,
+ -0.08331298828125,
+ 0.013824462890625,
+ -0.04522705078125,
+ -0.01184844970703125,
+ 0.0208282470703125,
+ 0.00893402099609375,
+ 0.0032825469970703125,
+ -0.0225067138671875,
+ 0.035552978515625,
+ -0.024383544921875,
+ -0.047393798828125,
+ -0.014312744140625,
+ 0.0284423828125,
+ -0.029022216796875,
+ 0.048187255859375,
+ 0.002468109130859375,
+ -0.057647705078125,
+ 0.03338623046875,
+ 0.001567840576171875,
+ 0.013031005859375,
+ -0.00893402099609375,
+ -0.00908660888671875,
+ -0.01081085205078125,
+ 0.03277587890625,
+ -0.0888671875,
+ -0.051727294921875,
+ 0.023590087890625,
+ 0.06475830078125,
+ -0.0010366439819335938,
+ -0.004886627197265625,
+ 0.0572509765625,
+ -0.004566192626953125,
+ -0.058837890625,
+ -0.0088348388671875,
+ -0.0312042236328125,
+ -0.06634521484375,
+ 0.02862548828125,
+ -0.003726959228515625,
+ 0.03338623046875,
+ 0.0266571044921875,
+ 0.03692626953125,
+ 0.0117950439453125,
+ 0.03515625,
+ 0.00241851806640625,
+ -0.03515625,
+ -0.0024318695068359375,
+ -0.0075531005859375,
+ 0.00853729248046875,
+ 0.025665283203125,
+ 0.04364013671875,
+ -0.01021575927734375,
+ 0.040679931640625,
+ 0.005725860595703125,
+ -0.062408447265625,
+ -0.018463134765625,
+ -0.038909912109375,
+ -0.051727294921875,
+ 0.0053558349609375,
+ 0.08489990234375,
+ 0.048583984375,
+ -0.006465911865234375,
+ -0.00505828857421875,
+ 0.032379150390625,
+ 0.017578125,
+ -0.0037517547607421875,
+ -0.037506103515625,
+ -0.0521240234375,
+ 0.01184844970703125,
+ 0.01678466796875,
+ 0.036529541015625,
+ -0.054901123046875,
+ 0.03021240234375,
+ 0.0292205810546875,
+ 0.0024566650390625,
+ -0.0186614990234375,
+ 0.005283355712890625,
+ 0.01480865478515625,
+ 0.04443359375,
+ 0.0196533203125,
+ 0.0041961669921875,
+ -0.044036865234375,
+ 0.00725555419921875,
+ 0.0292205810546875,
+ 0.020538330078125,
+ -0.004146575927734375,
+ -0.0191497802734375,
+ -0.0258636474609375,
+ 0.046600341796875,
+ -0.06634521484375,
+ 0.0296173095703125,
+ 0.0117950439453125,
+ 0.0718994140625,
+ 0.00888824462890625,
+ -0.049560546875,
+ -0.032989501953125,
+ 0.04937744140625,
+ 0.01480865478515625,
+ -0.0294189453125,
+ 0.0469970703125,
+ 0.0228118896484375,
+ 0.0004596710205078125,
+ 0.039703369140625,
+ 0.041473388671875,
+ 0.009429931640625,
+ 0.0169830322265625,
+ 0.007205963134765625,
+ -0.048187255859375,
+ 0.038909912109375,
+ 0.00927734375,
+ 0.02685546875,
+ -0.016387939453125,
+ -0.043060302734375,
+ -0.038909912109375,
+ -0.050933837890625,
+ 0.0182647705078125,
+ -0.0157928466796875,
+ 0.014312744140625,
+ 0.01332855224609375,
+ 0.01140594482421875,
+ -0.0187530517578125,
+ 0.000774383544921875,
+ 0.029815673828125,
+ 0.036346435546875,
+ -0.00567626953125,
+ 0.0036525726318359375,
+ 0.0113525390625,
+ 0.0031585693359375,
+ 0.035552978515625,
+ -0.039703369140625,
+ 0.040679931640625,
+ -0.01372528076171875,
+ 0.0125885009765625,
+ -0.0552978515625,
+ 0.0170745849609375,
+ 0.002048492431640625,
+ 0.0160980224609375,
+ -0.01165008544921875,
+ -0.0190582275390625,
+ 0.0023193359375,
+ 0.0005459785461425781,
+ -0.0270538330078125,
+ -0.004863739013671875,
+ 0.01806640625,
+ -0.056884765625,
+ 0.039886474609375,
+ 0.0136260986328125,
+ -0.01189422607421875,
+ 0.01041412353515625,
+ -0.0377197265625,
+ 0.104248046875,
+ 0.0108642578125,
+ 0.0224151611328125,
+ -0.0009751319885253906,
+ 0.005382537841796875,
+ 0.034759521484375,
+ -0.0018262863159179688,
+ 0.00982666015625,
+ 0.01885986328125,
+ -0.0252685546875,
+ 0.041259765625,
+ 0.03277587890625,
+ -0.0178680419921875,
+ -0.03533935546875,
+ 0.05963134765625,
+ -0.00273895263671875,
+ -0.055694580078125,
+ 0.03515625,
+ 0.04107666015625,
+ 0.00957489013671875,
+ -0.01293182373046875,
+ -0.0292205810546875,
+ -0.0140228271484375,
+ -0.054107666015625,
+ 0.06793212890625,
+ -0.005405426025390625,
+ 0.0178680419921875,
+ 0.0240936279296875,
+ -0.065185546875,
+ 0.037506103515625,
+ 0.0010118484497070312,
+ 0.04046630859375,
+ -0.0312042236328125,
+ 0.0687255859375,
+ -0.0019378662109375,
+ 0.0026531219482421875,
+ -0.02142333984375,
+ 0.03021240234375,
+ 0.006195068359375,
+ 0.034759521484375,
+ -0.0178680419921875,
+ 0.050933837890625,
+ -0.0029621124267578125,
+ 0.00997161865234375,
+ -0.107421875,
+ 0.0111083984375,
+ -0.00035953521728515625,
+ -0.00567626953125,
+ 0.0335693359375,
+ -0.039093017578125,
+ -0.00853729248046875,
+ -0.01678466796875,
+ 0.0361328125,
+ 0.0537109375,
+ -0.0165863037109375,
+ 0.034942626953125,
+ -0.00429534912109375,
+ 0.01184844970703125,
+ 0.014312744140625,
+ -0.0034809112548828125
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "mobile",
+ "cloud",
+ "decryption"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_hashdeep",
+ "type": "tool",
+ "name": "hashdeep",
+ "content": "hashdeep erstellt rekursive hash-sammlungen für umfangreiche datenträger-audits mit mehreren hash-algorithmen parallel. baseline-auditing erkennt automatisch neue oder veränderte dateien bei wiederkehrenden untersuchungen. multithread-architektur beschleunigt hash-berechnung großer dateimengen erheblich. ausgabe in nist-nsrl oder csv-formaten für datenbank-integration. batch-export ermöglicht automatisierte deduplizierung und known-good-filterung in enterprise-umgebungen. hashing auditing multihash static-investigations cloud-forensics examination analysis",
+ "embedding": [
+ -0.03045654296875,
+ 0.0122833251953125,
+ 0.06365966796875,
+ -0.0252532958984375,
+ 0.019378662109375,
+ 0.0169525146484375,
+ 0.0205078125,
+ 0.00432586669921875,
+ -0.0191192626953125,
+ 0.0018815994262695312,
+ -0.023529052734375,
+ 0.05120849609375,
+ -0.0031795501708984375,
+ -0.025604248046875,
+ -0.06646728515625,
+ 0.041351318359375,
+ -0.02716064453125,
+ 0.00977325439453125,
+ 0.01168060302734375,
+ 0.016876220703125,
+ -0.04412841796875,
+ 0.00908660888671875,
+ -0.026824951171875,
+ 0.00899505615234375,
+ 0.01107025146484375,
+ 0.00960540771484375,
+ -0.0294189453125,
+ -0.075439453125,
+ -0.0259552001953125,
+ 0.0157470703125,
+ 0.016357421875,
+ -0.047393798828125,
+ 0.01194000244140625,
+ 0.028717041015625,
+ -0.0034389495849609375,
+ -0.01202392578125,
+ 0.0195465087890625,
+ -0.028900146484375,
+ -0.0164337158203125,
+ 0.02716064453125,
+ -0.0143585205078125,
+ 0.0160980224609375,
+ -0.0133209228515625,
+ -0.018341064453125,
+ -0.019378662109375,
+ -0.037200927734375,
+ -0.0057525634765625,
+ -0.019989013671875,
+ 0.015655517578125,
+ -0.03961181640625,
+ 0.00986480712890625,
+ 0.03564453125,
+ 0.0068359375,
+ -0.02154541015625,
+ -0.040130615234375,
+ 0.03460693359375,
+ 0.028717041015625,
+ -0.00666046142578125,
+ -0.036163330078125,
+ 0.0280303955078125,
+ -0.046722412109375,
+ 0.029937744140625,
+ 0.0211944580078125,
+ -0.03753662109375,
+ 0.03546142578125,
+ 0.027679443359375,
+ -0.04498291015625,
+ -0.030975341796875,
+ 0.0017194747924804688,
+ 0.0186004638671875,
+ 0.00960540771484375,
+ -0.0134124755859375,
+ -0.014190673828125,
+ 0.024566650390625,
+ -0.0323486328125,
+ -0.048095703125,
+ 0.0138397216796875,
+ 0.0165252685546875,
+ -0.005794525146484375,
+ -0.003849029541015625,
+ -0.0238800048828125,
+ 0.0157470703125,
+ 0.040496826171875,
+ -0.023529052734375,
+ 0.0007300376892089844,
+ 0.0023365020751953125,
+ 0.0281982421875,
+ 0.0068359375,
+ 0.00287628173828125,
+ -0.00313568115234375,
+ 0.0089569091796875,
+ -0.0228424072265625,
+ 0.0216217041015625,
+ -0.01262664794921875,
+ 0.03857421875,
+ 0.0667724609375,
+ 0.00856781005859375,
+ -0.0159149169921875,
+ 0.0169525146484375,
+ 0.02508544921875,
+ 0.038238525390625,
+ -0.01947021484375,
+ 0.03790283203125,
+ -0.039093017578125,
+ 0.035980224609375,
+ -0.0211944580078125,
+ -0.002681732177734375,
+ -0.0280303955078125,
+ -0.01557159423828125,
+ -0.01219940185546875,
+ -0.0899658203125,
+ -0.029754638671875,
+ -0.056396484375,
+ -0.055023193359375,
+ 0.00499725341796875,
+ -0.00008988380432128906,
+ -0.004302978515625,
+ 0.0418701171875,
+ -0.042572021484375,
+ -0.05120849609375,
+ 0.005970001220703125,
+ 0.018951416015625,
+ -0.0165252685546875,
+ -0.01090240478515625,
+ -0.0406494140625,
+ -0.0650634765625,
+ 0.0133209228515625,
+ 0.0068359375,
+ -0.015228271484375,
+ -0.011505126953125,
+ -0.00339508056640625,
+ 0.01202392578125,
+ 0.0073089599609375,
+ -0.055023193359375,
+ 0.006618499755859375,
+ -0.02716064453125,
+ 0.00787353515625,
+ -0.0207672119140625,
+ 0.005535125732421875,
+ -0.0018167495727539062,
+ 0.0418701171875,
+ -0.03167724609375,
+ -0.0567626953125,
+ 0.02630615234375,
+ -0.0205841064453125,
+ -0.0176544189453125,
+ -0.016693115234375,
+ 0.042724609375,
+ -0.0460205078125,
+ 0.0190277099609375,
+ 0.0014925003051757812,
+ 0.004520416259765625,
+ 0.049468994140625,
+ -0.004154205322265625,
+ 0.0160980224609375,
+ -0.040130615234375,
+ 0.0001919269561767578,
+ -0.0280303955078125,
+ 0.034088134765625,
+ -0.0025081634521484375,
+ -0.04290771484375,
+ 0.022491455078125,
+ -0.0070953369140625,
+ 0.026123046875,
+ -0.0143585205078125,
+ -0.049468994140625,
+ -0.0165252685546875,
+ 0.0439453125,
+ 0.0104217529296875,
+ 0.02923583984375,
+ 0.037017822265625,
+ -0.02838134765625,
+ 0.0546875,
+ 0.077880859375,
+ -0.0269927978515625,
+ 0.0243988037109375,
+ 0.0005517005920410156,
+ -0.0243988037109375,
+ 0.04913330078125,
+ 0.0133209228515625,
+ -0.0311431884765625,
+ -0.0149688720703125,
+ 0.07958984375,
+ 0.00860595703125,
+ 0.013671875,
+ -0.017913818359375,
+ -0.014617919921875,
+ 0.019287109375,
+ -0.01202392578125,
+ 0.02197265625,
+ -0.026123046875,
+ -0.013671875,
+ -0.03668212890625,
+ 0.0242156982421875,
+ 0.0238800048828125,
+ 0.048797607421875,
+ 0.0257720947265625,
+ -0.0197296142578125,
+ 0.058135986328125,
+ -0.0223236083984375,
+ -0.0001838207244873047,
+ 0.01184844970703125,
+ 0.007656097412109375,
+ 0.05950927734375,
+ 0.02093505859375,
+ -0.00691986083984375,
+ 0.002941131591796875,
+ 0.029754638671875,
+ 0.030792236328125,
+ -0.033905029296875,
+ -0.019805908203125,
+ 0.05328369140625,
+ -0.01262664794921875,
+ -0.00562286376953125,
+ -0.046356201171875,
+ -0.0406494140625,
+ -0.0009679794311523438,
+ -0.003719329833984375,
+ -0.021881103515625,
+ 0.00748443603515625,
+ -0.032196044921875,
+ -0.036865234375,
+ -0.0007028579711914062,
+ 0.012542724609375,
+ -0.026123046875,
+ 0.0247344970703125,
+ 0.03167724609375,
+ -0.04083251953125,
+ -0.0231781005859375,
+ 0.0226593017578125,
+ 0.002292633056640625,
+ 0.0236968994140625,
+ 0.00670623779296875,
+ 0.007656097412109375,
+ -0.008697509765625,
+ -0.0197296142578125,
+ 0.044647216796875,
+ 0.0164337158203125,
+ 0.0047149658203125,
+ 0.0259552001953125,
+ -0.00930023193359375,
+ 0.028900146484375,
+ -0.02032470703125,
+ 0.034088134765625,
+ 0.018768310546875,
+ -0.02301025390625,
+ -0.004608154296875,
+ 0.002044677734375,
+ 0.041015625,
+ 0.038421630859375,
+ -0.057098388671875,
+ -0.01947021484375,
+ -0.0733642578125,
+ -0.0031795501708984375,
+ -0.034942626953125,
+ -0.0280303955078125,
+ -0.0584716796875,
+ -0.08099365234375,
+ 0.04412841796875,
+ -0.031829833984375,
+ 0.0003514289855957031,
+ -0.0029850006103515625,
+ 0.01617431640625,
+ 0.0218048095703125,
+ 0.001903533935546875,
+ 0.001697540283203125,
+ -0.046722412109375,
+ 0.027679443359375,
+ 0.07025146484375,
+ -0.01116180419921875,
+ -0.0128021240234375,
+ -0.00960540771484375,
+ 0.00536346435546875,
+ 0.0038280487060546875,
+ 0.01107025146484375,
+ -0.01219940185546875,
+ 0.0205078125,
+ 0.0280303955078125,
+ 0.024566650390625,
+ 0.0169525146484375,
+ -0.00804901123046875,
+ -0.00482177734375,
+ -0.0057525634765625,
+ 0.038238525390625,
+ -0.03131103515625,
+ -0.01323699951171875,
+ -0.01885986328125,
+ 0.00882720947265625,
+ -0.018951416015625,
+ -0.05224609375,
+ -0.0076141357421875,
+ 0.044281005859375,
+ 0.0029621124267578125,
+ 0.0117645263671875,
+ -0.004779815673828125,
+ -0.049835205078125,
+ -0.0017843246459960938,
+ -0.007266998291015625,
+ -0.02734375,
+ 0.0221405029296875,
+ 0.06298828125,
+ -0.03271484375,
+ 0.003871917724609375,
+ -0.005580902099609375,
+ 0.0089569091796875,
+ -0.048431396484375,
+ -0.06988525390625,
+ -0.02301025390625,
+ -0.006099700927734375,
+ -0.0170440673828125,
+ -0.0122833251953125,
+ 0.0070953369140625,
+ -0.0233612060546875,
+ 0.0154876708984375,
+ -0.01064300537109375,
+ -0.007049560546875,
+ -0.046356201171875,
+ -0.041534423828125,
+ 0.0096893310546875,
+ -0.039093017578125,
+ -0.040130615234375,
+ -0.034423828125,
+ 0.049468994140625,
+ -0.0053863525390625,
+ -0.005168914794921875,
+ -0.0211944580078125,
+ 0.0015783309936523438,
+ -0.0212860107421875,
+ 0.02838134765625,
+ -0.027679443359375,
+ 0.03582763671875,
+ -0.0110321044921875,
+ 0.060211181640625,
+ 0.0257720947265625,
+ 0.038055419921875,
+ 0.02508544921875,
+ 0.061248779296875,
+ 0.0112457275390625,
+ -0.03582763671875,
+ 0.0068359375,
+ -0.005016326904296875,
+ 0.0006837844848632812,
+ 0.006313323974609375,
+ -0.01245880126953125,
+ -0.0211029052734375,
+ -0.0006704330444335938,
+ -0.016693115234375,
+ 0.00588226318359375,
+ 0.016265869140625,
+ 0.0285491943359375,
+ 0.0247344970703125,
+ -0.0196380615234375,
+ 0.0036773681640625,
+ 0.08233642578125,
+ -0.0099945068359375,
+ 0.1107177734375,
+ -0.0014705657958984375,
+ -0.043243408203125,
+ 0.00176239013671875,
+ 0.0654296875,
+ -0.0301055908203125,
+ 0.0016326904296875,
+ 0.02923583984375,
+ 0.026123046875,
+ 0.01947021484375,
+ 0.0302734375,
+ -0.01531219482421875,
+ 0.0306243896484375,
+ 0.0171356201171875,
+ -0.0006351470947265625,
+ 0.03271484375,
+ -0.01297760009765625,
+ 0.03338623046875,
+ 0.043426513671875,
+ -0.00006252527236938477,
+ 0.03045654296875,
+ 0.034271240234375,
+ -0.0238800048828125,
+ -0.03131103515625,
+ -0.036346435546875,
+ -0.075439453125,
+ -0.001087188720703125,
+ 0.045318603515625,
+ 0.0133209228515625,
+ 0.0347900390625,
+ -0.030975341796875,
+ -0.069580078125,
+ 0.039093017578125,
+ -0.028900146484375,
+ 0.055023193359375,
+ 0.05743408203125,
+ 0.01219940185546875,
+ 0.0264739990234375,
+ -0.006488800048828125,
+ 0.0249176025390625,
+ 0.041351318359375,
+ 0.01262664794921875,
+ 0.0091705322265625,
+ 0.021453857421875,
+ 0.046356201171875,
+ 0.0011081695556640625,
+ -0.043243408203125,
+ 0.026824951171875,
+ 0.0252532958984375,
+ 0.034271240234375,
+ 0.0252532958984375,
+ 0.0195465087890625,
+ -0.005664825439453125,
+ 0.0254364013671875,
+ -0.0175628662109375,
+ 0.06298828125,
+ 0.019989013671875,
+ -0.01557159423828125,
+ -0.0020542144775390625,
+ 0.00007230043411254883,
+ 0.01557159423828125,
+ -0.0218048095703125,
+ 0.017913818359375,
+ -0.00005239248275756836,
+ 0.01470947265625,
+ 0.00009459257125854492,
+ 0.016357421875,
+ -0.04498291015625,
+ 0.004413604736328125,
+ 0.023529052734375,
+ -0.047393798828125,
+ 0.04498291015625,
+ 0.0347900390625,
+ -0.040130615234375,
+ 0.0014057159423828125,
+ 0.0005245208740234375,
+ -0.0609130859375,
+ 0.0609130859375,
+ -0.03338623046875,
+ -0.02838134765625,
+ -0.001346588134765625,
+ 0.01409912109375,
+ -0.0295867919921875,
+ -0.034088134765625,
+ -0.03564453125,
+ 0.003200531005859375,
+ -0.006877899169921875,
+ -0.0078277587890625,
+ 0.0236968994140625,
+ -0.0037841796875,
+ 0.01513671875,
+ 0.0501708984375,
+ 0.050872802734375,
+ -0.034088134765625,
+ -0.03582763671875,
+ 0.051910400390625,
+ -0.004154205322265625,
+ -0.060211181640625,
+ 0.039276123046875,
+ 0.0122833251953125,
+ 0.0275115966796875,
+ -0.030975341796875,
+ -0.048797607421875,
+ -0.01824951171875,
+ -0.0024871826171875,
+ -0.00588226318359375,
+ 0.0057525634765625,
+ -0.038421630859375,
+ -0.01427459716796875,
+ -0.021026611328125,
+ 0.04412841796875,
+ 0.004673004150390625,
+ 0.038055419921875,
+ -0.0149688720703125,
+ -0.0543212890625,
+ 0.02838134765625,
+ -0.05572509765625,
+ -0.047393798828125,
+ 0.00060272216796875,
+ 0.0223236083984375,
+ 0.003742218017578125,
+ 0.04168701171875,
+ -0.0138397216796875,
+ 0.0036983489990234375,
+ -0.0281982421875,
+ 0.04290771484375,
+ 0.035125732421875,
+ -0.01081085205078125,
+ -0.0792236328125,
+ 0.037200927734375,
+ 0.018951416015625,
+ -0.0750732421875,
+ -0.0264739990234375,
+ -0.0306243896484375,
+ 0.00521087646484375,
+ 0.03857421875,
+ -0.04498291015625,
+ -0.00774383544921875,
+ -0.002292633056640625,
+ -0.02734375,
+ -0.040130615234375,
+ -0.030792236328125,
+ -0.004131317138671875,
+ -0.0460205078125,
+ 0.0257720947265625,
+ 0.028717041015625,
+ -0.018341064453125,
+ 0.045318603515625,
+ 0.02197265625,
+ -0.0160980224609375,
+ 0.01033782958984375,
+ 0.007526397705078125,
+ -0.006443023681640625,
+ 0.045684814453125,
+ -0.036346435546875,
+ -0.01029205322265625,
+ -0.0201568603515625,
+ 0.0294189453125,
+ -0.0259552001953125,
+ -0.005126953125,
+ 0.013153076171875,
+ -0.048095703125,
+ 0.047760009765625,
+ -0.06195068359375,
+ 0.01236724853515625,
+ -0.037384033203125,
+ -0.02301025390625,
+ -0.05535888671875,
+ -0.008087158203125,
+ 0.0200653076171875,
+ 0.00981903076171875,
+ 0.01194000244140625,
+ -0.0128021240234375,
+ 0.0172119140625,
+ -0.047760009765625,
+ 0.034271240234375,
+ 0.0112457275390625,
+ -0.016693115234375,
+ -0.006183624267578125,
+ -0.004974365234375,
+ 0.041351318359375,
+ -0.005405426025390625,
+ 0.0205078125,
+ -0.02716064453125,
+ -0.0096893310546875,
+ -0.07611083984375,
+ 0.035125732421875,
+ 0.0009899139404296875,
+ -0.01453399658203125,
+ -0.0171356201171875,
+ -0.044647216796875,
+ -0.07025146484375,
+ 0.0002446174621582031,
+ 0.058837890625,
+ 0.042724609375,
+ -0.004367828369140625,
+ -0.0205841064453125,
+ -0.0211029052734375,
+ -0.003200531005859375,
+ -0.0301055908203125,
+ 0.035125732421875,
+ -0.020416259765625,
+ 0.00614166259765625,
+ 0.0205841064453125,
+ -0.0275115966796875,
+ 0.044647216796875,
+ 0.037017822265625,
+ 0.00417327880859375,
+ 0.0264739990234375,
+ -0.01059722900390625,
+ -0.032012939453125,
+ 0.0133209228515625,
+ -0.013671875,
+ -0.034271240234375,
+ -0.004261016845703125,
+ -0.004497528076171875,
+ 0.0306243896484375,
+ -0.026824951171875,
+ -0.01210784912109375,
+ 0.03582763671875,
+ 0.02032470703125,
+ 0.031494140625,
+ -0.0134124755859375,
+ -0.0159149169921875,
+ 0.01245880126953125,
+ -0.0086517333984375,
+ 0.061248779296875,
+ -0.029754638671875,
+ -0.04705810546875,
+ 0.01323699951171875,
+ -0.015838623046875,
+ 0.05364990234375,
+ 0.037017822265625,
+ -0.0180816650390625,
+ -0.03753662109375,
+ 0.00934600830078125,
+ 0.0654296875,
+ -0.018768310546875,
+ -0.0302734375,
+ -0.005275726318359375,
+ 0.00748443603515625,
+ 0.016265869140625,
+ 0.049468994140625,
+ 0.01375579833984375,
+ 0.08477783203125,
+ 0.03271484375,
+ 0.0160064697265625,
+ 0.026824951171875,
+ 0.0275115966796875,
+ -0.00354766845703125,
+ -0.027862548828125,
+ -0.0771484375,
+ -0.0117645263671875,
+ 0.0138397216796875,
+ -0.0335693359375,
+ -0.0099945068359375,
+ -0.042205810546875,
+ 0.04290771484375,
+ -0.05743408203125,
+ -0.029937744140625,
+ 0.00743865966796875,
+ -0.01142120361328125,
+ 0.02734375,
+ 0.026123046875,
+ -0.03460693359375,
+ -0.0007352828979492188,
+ 0.0233612060546875,
+ -0.039093017578125,
+ -0.004024505615234375,
+ -0.00443267822265625,
+ 0.026123046875,
+ 0.046356201171875,
+ 0.0186004638671875,
+ -0.0264739990234375,
+ 0.025604248046875,
+ -0.00536346435546875,
+ 0.0306243896484375,
+ 0.037200927734375,
+ 0.0439453125,
+ 0.01202392578125,
+ 0.037017822265625,
+ 0.03460693359375,
+ 0.05743408203125,
+ -0.00562286376953125,
+ -0.01453399658203125,
+ 0.025604248046875,
+ 0.02154541015625,
+ 0.037384033203125,
+ 0.0501708984375,
+ -0.000005900859832763672,
+ 0.0038928985595703125,
+ 0.0221405029296875,
+ -0.047393798828125,
+ 0.00722503662109375,
+ -0.0011196136474609375,
+ -0.01323699951171875,
+ -0.041168212890625,
+ -0.00856781005859375,
+ 0.0212860107421875,
+ -0.0439453125,
+ 0.0543212890625,
+ 0.02301025390625,
+ -0.0347900390625,
+ 0.0008325576782226562,
+ 0.042205810546875,
+ 0.01513671875,
+ -0.040496826171875,
+ -0.00795745849609375,
+ -0.021026611328125,
+ -0.0257720947265625,
+ -0.026824951171875,
+ -0.053985595703125,
+ 0.041534423828125,
+ -0.01236724853515625,
+ -0.07196044921875,
+ -0.028900146484375,
+ 0.03668212890625,
+ -0.0174713134765625,
+ -0.046722412109375,
+ -0.03338623046875,
+ -0.0012922286987304688,
+ -0.02032470703125,
+ -0.01081085205078125,
+ -0.0526123046875,
+ -0.036865234375,
+ 0.0430908203125,
+ -0.02923583984375,
+ -0.01479339599609375,
+ -0.002811431884765625,
+ -0.0285491943359375,
+ -0.0206756591796875,
+ 0.006443023681640625,
+ 0.01202392578125,
+ 0.0089111328125,
+ -0.032012939453125,
+ 0.049468994140625,
+ 0.01202392578125,
+ 0.026641845703125,
+ 0.03875732421875,
+ 0.056396484375,
+ -0.015228271484375,
+ 0.00795745849609375,
+ -0.015655517578125,
+ -0.064697265625,
+ -0.00042438507080078125,
+ 0.01116180419921875,
+ 0.017913818359375,
+ -0.0792236328125,
+ 0.01947021484375,
+ 0.058837890625,
+ -0.057098388671875,
+ 0.023529052734375,
+ -0.0022487640380859375,
+ 0.01288604736328125,
+ -0.0460205078125,
+ -0.0096893310546875,
+ 0.0134124755859375,
+ 0.0160064697265625,
+ 0.081298828125,
+ 0.01885986328125,
+ -0.0217132568359375,
+ 0.00354766845703125,
+ -0.047393798828125,
+ 0.04168701171875,
+ 0.0302734375,
+ 0.004283905029296875,
+ -0.02197265625,
+ 0.0311431884765625,
+ 0.021881103515625,
+ -0.033050537109375,
+ 0.0143585205078125,
+ -0.07061767578125,
+ -0.01107025146484375,
+ -0.00269317626953125,
+ 0.019287109375,
+ -0.029754638671875,
+ -0.017913818359375,
+ -0.051910400390625,
+ -0.0389404296875,
+ -0.041534423828125,
+ 0.020843505859375,
+ -0.00417327880859375,
+ 0.019287109375,
+ -0.07061767578125,
+ -0.005016326904296875,
+ 0.010162353515625,
+ -0.0418701171875,
+ -0.03546142578125,
+ -0.03582763671875,
+ 0.0377197265625,
+ -0.0052337646484375,
+ -0.044647216796875,
+ 0.02032470703125,
+ 0.025604248046875,
+ 0.034088134765625,
+ 0.01453399658203125,
+ 0.01401519775390625,
+ -0.03582763671875,
+ -0.0179901123046875,
+ 0.00408935546875,
+ 0.050872802734375,
+ 0.01297760009765625,
+ -0.004608154296875,
+ 0.005428314208984375,
+ 0.02197265625,
+ 0.026824951171875,
+ -0.05224609375,
+ 0.00977325439453125,
+ 0.018768310546875,
+ 0.00458526611328125,
+ -0.0758056640625,
+ -0.042724609375,
+ -0.0134124755859375,
+ 0.04205322265625,
+ -0.006011962890625,
+ 0.032196044921875,
+ 0.005191802978515625,
+ -0.001178741455078125,
+ -0.077880859375,
+ 0.056060791015625,
+ -0.01349639892578125,
+ 0.0175628662109375,
+ 0.021881103515625,
+ -0.0190277099609375,
+ -0.05572509765625,
+ -0.05224609375,
+ -0.016265869140625,
+ 0.005405426025390625,
+ -0.033905029296875,
+ 0.03045654296875,
+ 0.030792236328125,
+ 0.00960540771484375,
+ 0.0019464492797851562,
+ -0.0088653564453125,
+ 0.002410888671875,
+ 0.046722412109375,
+ 0.0013189315795898438,
+ -0.006011962890625,
+ 0.058135986328125,
+ -0.05224609375,
+ 0.0104217529296875,
+ -0.013153076171875,
+ 0.00860595703125,
+ 0.00328826904296875,
+ 0.0038280487060546875,
+ -0.0019359588623046875,
+ 0.00521087646484375,
+ 0.03045654296875,
+ 0.03131103515625,
+ -0.016876220703125,
+ 0.006488800048828125,
+ -0.014190673828125,
+ 0.032196044921875,
+ 0.04376220703125,
+ -0.002681732177734375,
+ -0.009124755859375,
+ 0.0006327629089355469,
+ -0.010772705078125,
+ -0.039093017578125,
+ -0.04290771484375,
+ -0.07611083984375,
+ 0.00421905517578125,
+ -0.0294189453125,
+ -0.0018491744995117188,
+ 0.0306243896484375,
+ 0.01375579833984375,
+ -0.004627227783203125,
+ -0.034942626953125,
+ 0.01885986328125,
+ -0.006011962890625,
+ -0.0148773193359375,
+ -0.021453857421875,
+ 0.018341064453125,
+ -0.002811431884765625,
+ 0.043243408203125,
+ -0.0029201507568359375,
+ -0.018341064453125,
+ 0.027679443359375,
+ -0.00882720947265625,
+ -0.0011730194091796875,
+ -0.0184326171875,
+ 0.002109527587890625,
+ -0.0406494140625,
+ 0.021881103515625,
+ -0.057098388671875,
+ -0.035125732421875,
+ 0.0180816650390625,
+ 0.01678466796875,
+ 0.013580322265625,
+ -0.045684814453125,
+ 0.0460205078125,
+ -0.0226593017578125,
+ -0.06298828125,
+ 0.004238128662109375,
+ -0.0021419525146484375,
+ -0.058135986328125,
+ 0.03045654296875,
+ -0.01090240478515625,
+ 0.01288604736328125,
+ -0.006748199462890625,
+ 0.028717041015625,
+ 0.0240478515625,
+ 0.059173583984375,
+ 0.01262664794921875,
+ -0.00670623779296875,
+ -0.016876220703125,
+ -0.01505279541015625,
+ 0.01158905029296875,
+ 0.0584716796875,
+ -0.001708984375,
+ -0.008392333984375,
+ 0.0226593017578125,
+ -0.00934600830078125,
+ -0.08721923828125,
+ -0.0024013519287109375,
+ -0.0134124755859375,
+ -0.040496826171875,
+ 0.013671875,
+ 0.08441162109375,
+ 0.041168212890625,
+ 0.005340576171875,
+ 0.026123046875,
+ 0.050872802734375,
+ 0.0228424072265625,
+ 0.031829833984375,
+ -0.017303466796875,
+ -0.058135986328125,
+ -0.02154541015625,
+ -0.00847625732421875,
+ 0.048095703125,
+ -0.0584716796875,
+ 0.037384033203125,
+ 0.044281005859375,
+ -0.0213623046875,
+ -0.0206756591796875,
+ 0.0099945068359375,
+ 0.0024662017822265625,
+ 0.058135986328125,
+ 0.0084381103515625,
+ 0.043243408203125,
+ -0.044647216796875,
+ 0.01288604736328125,
+ 0.00986480712890625,
+ 0.004650115966796875,
+ 0.00614166259765625,
+ 0.017730712890625,
+ -0.0176544189453125,
+ 0.03253173828125,
+ -0.051544189453125,
+ 0.00023651123046875,
+ 0.0030918121337890625,
+ 0.08306884765625,
+ -0.01025390625,
+ -0.06402587890625,
+ -0.0175628662109375,
+ 0.036163330078125,
+ 0.0252532958984375,
+ -0.050506591796875,
+ -0.00653076171875,
+ -0.007354736328125,
+ -0.01947021484375,
+ 0.046722412109375,
+ 0.044281005859375,
+ 0.004627227783203125,
+ 0.0180816650390625,
+ 0.00821685791015625,
+ -0.028717041015625,
+ 0.034271240234375,
+ -0.0047149658203125,
+ 0.00800323486328125,
+ -0.006618499755859375,
+ -0.0335693359375,
+ 0.0021419525146484375,
+ -0.0418701171875,
+ 0.03582763671875,
+ 0.0148773193359375,
+ 0.017303466796875,
+ 0.02301025390625,
+ -0.0078277587890625,
+ -0.02716064453125,
+ 0.005016326904296875,
+ 0.016265869140625,
+ 0.0212860107421875,
+ 0.0045623779296875,
+ -0.00904083251953125,
+ 0.01401519775390625,
+ 0.0439453125,
+ -0.0117645263671875,
+ -0.050506591796875,
+ 0.0546875,
+ -0.023529052734375,
+ 0.00395965576171875,
+ -0.043426513671875,
+ 0.004608154296875,
+ -0.0017843246459960938,
+ -0.03668212890625,
+ -0.00417327880859375,
+ -0.0143585205078125,
+ 0.03131103515625,
+ -0.0252532958984375,
+ -0.030975341796875,
+ -0.000576019287109375,
+ 0.042388916015625,
+ -0.034271240234375,
+ 0.048431396484375,
+ 0.029754638671875,
+ -0.029754638671875,
+ 0.01323699951171875,
+ -0.0584716796875,
+ 0.062286376953125,
+ 0.0242156982421875,
+ 0.006099700927734375,
+ -0.0004191398620605469,
+ 0.01453399658203125,
+ 0.01064300537109375,
+ -0.0025634765625,
+ 0.01219940185546875,
+ 0.0242156982421875,
+ -0.017822265625,
+ 0.02838134765625,
+ 0.040313720703125,
+ 0.0089111328125,
+ -0.02734375,
+ 0.0240478515625,
+ 0.013153076171875,
+ -0.04498291015625,
+ 0.042572021484375,
+ 0.039459228515625,
+ 0.0054931640625,
+ -0.01025390625,
+ -0.0093841552734375,
+ 0.0009355545043945312,
+ -0.060211181640625,
+ 0.0418701171875,
+ 0.041534423828125,
+ -0.010986328125,
+ 0.036163330078125,
+ -0.04376220703125,
+ 0.049468994140625,
+ 0.002216339111328125,
+ 0.06573486328125,
+ -0.0186920166015625,
+ 0.03997802734375,
+ -0.019989013671875,
+ 0.016265869140625,
+ -0.00469207763671875,
+ 0.01158905029296875,
+ -0.01349639892578125,
+ 0.046722412109375,
+ -0.045684814453125,
+ 0.0667724609375,
+ 0.01297760009765625,
+ 0.008087158203125,
+ -0.06158447265625,
+ -0.021453857421875,
+ -0.0198974609375,
+ 0.014617919921875,
+ 0.044281005859375,
+ -0.034271240234375,
+ 0.0021953582763671875,
+ 0.00036215782165527344,
+ 0.047760009765625,
+ 0.06365966796875,
+ -0.00930023193359375,
+ 0.0205078125,
+ -0.018951416015625,
+ -0.002109527587890625,
+ 0.0015573501586914062,
+ -0.011505126953125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "hashing",
+ "auditing",
+ "multihash"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ddrescue",
+ "type": "tool",
+ "name": "ddrescue",
+ "content": "ddrescue rettet daten von beschädigten datenträgern durch intelligente multi-pass-strategie für schwierige forensische akquisitionen. sichert zunächst alle lesbaren bereiche, bevor problematische sektoren mehrfach versucht werden. map-file protokolliert jeden leseversuch für resume-fähigkeit ohne erneute medien-belastung. fill-modus bereitet schwierige bereiche für nachträgliche dateisystem-reparaturen vor. unverzichtbar für defekte beweismittel-datenträger. data-recovery disk-imaging map-file cli scenario:disk_imaging static-investigations fraud-investigation data-collection",
+ "embedding": [
+ -0.021148681640625,
+ 0.0095977783203125,
+ 0.01496124267578125,
+ -0.00420379638671875,
+ 0.04510498046875,
+ 0.046844482421875,
+ 0.017242431640625,
+ -0.0008401870727539062,
+ -0.0207061767578125,
+ -0.0163726806640625,
+ -0.00888824462890625,
+ 0.059417724609375,
+ 0.0195159912109375,
+ -0.036651611328125,
+ -0.05401611328125,
+ 0.0261383056640625,
+ -0.00986480712890625,
+ 0.014312744140625,
+ 0.0005049705505371094,
+ 0.0036869049072265625,
+ -0.001605987548828125,
+ 0.0210418701171875,
+ -0.0418701171875,
+ 0.010955810546875,
+ -0.00905609130859375,
+ -0.0202789306640625,
+ -0.038177490234375,
+ -0.052490234375,
+ -0.007808685302734375,
+ 0.015289306640625,
+ 0.003307342529296875,
+ -0.02471923828125,
+ 0.01160430908203125,
+ 0.032958984375,
+ -0.00710296630859375,
+ -0.033843994140625,
+ -0.02191162109375,
+ -0.0171356201171875,
+ -0.0262451171875,
+ 0.0418701171875,
+ -0.03729248046875,
+ -0.007808685302734375,
+ 0.012847900390625,
+ -0.003376007080078125,
+ -0.0184326171875,
+ -0.033843994140625,
+ -0.01377105712890625,
+ -0.00926971435546875,
+ 0.03167724609375,
+ -0.06854248046875,
+ 0.04034423828125,
+ 0.025054931640625,
+ 0.02093505859375,
+ -0.026458740234375,
+ -0.048583984375,
+ 0.01605224609375,
+ 0.021575927734375,
+ -0.02093505859375,
+ -0.037506103515625,
+ 0.0650634765625,
+ -0.05291748046875,
+ -0.0177764892578125,
+ 0.0122528076171875,
+ -0.015289306640625,
+ 0.015716552734375,
+ 0.01496124267578125,
+ -0.0418701171875,
+ -0.0223388671875,
+ -0.0023441314697265625,
+ 0.00888824462890625,
+ 0.02191162109375,
+ -0.024932861328125,
+ -0.0036602020263671875,
+ 0.0132293701171875,
+ -0.024078369140625,
+ -0.0360107421875,
+ 0.0297088623046875,
+ 0.0214691162109375,
+ -0.0032939910888671875,
+ -0.00878143310546875,
+ -0.05291748046875,
+ -0.01160430908203125,
+ -0.002155303955078125,
+ -0.032745361328125,
+ -0.01464080810546875,
+ 0.01485443115234375,
+ 0.032958984375,
+ 0.0164794921875,
+ 0.001308441162109375,
+ -0.0014772415161132812,
+ 0.01485443115234375,
+ -0.011383056640625,
+ 0.0117645263671875,
+ -0.004932403564453125,
+ 0.0399169921875,
+ 0.05291748046875,
+ -0.0271148681640625,
+ 0.01507568359375,
+ 0.005069732666015625,
+ 0.01035308837890625,
+ 0.046844482421875,
+ -0.03338623046875,
+ 0.08416748046875,
+ -0.0084075927734375,
+ 0.03924560546875,
+ -0.01561737060546875,
+ 0.01068115234375,
+ -0.005069732666015625,
+ -0.0171356201171875,
+ -0.0281982421875,
+ -0.06982421875,
+ -0.0301513671875,
+ -0.0243988037109375,
+ -0.07720947265625,
+ 0.01995849609375,
+ -0.01219940185546875,
+ -0.01160430908203125,
+ 0.058135986328125,
+ -0.055938720703125,
+ -0.035552978515625,
+ -0.003551483154296875,
+ 0.035797119140625,
+ 0.0006809234619140625,
+ 0.00553131103515625,
+ -0.05181884765625,
+ -0.06463623046875,
+ 0.01898193359375,
+ 0.020599365234375,
+ -0.049224853515625,
+ -0.030792236328125,
+ -0.025482177734375,
+ -0.01366424560546875,
+ -0.0242919921875,
+ -0.01496124267578125,
+ -0.003307342529296875,
+ -0.01111602783203125,
+ 0.0125274658203125,
+ -0.006641387939453125,
+ -0.0271148681640625,
+ -0.0025882720947265625,
+ 0.028411865234375,
+ -0.0220184326171875,
+ -0.048583984375,
+ 0.0187530517578125,
+ -0.035797119140625,
+ 0.0003185272216796875,
+ -0.0243988037109375,
+ 0.0226593017578125,
+ -0.03448486328125,
+ -0.003009796142578125,
+ 0.00943756103515625,
+ 0.03729248046875,
+ 0.040985107421875,
+ -0.0086212158203125,
+ 0.0161590576171875,
+ -0.06201171875,
+ -0.00975799560546875,
+ -0.000484466552734375,
+ 0.030364990234375,
+ -0.01409912109375,
+ -0.02374267578125,
+ 0.0165863037109375,
+ 0.0195159912109375,
+ 0.038818359375,
+ -0.02569580078125,
+ -0.047943115234375,
+ -0.0151824951171875,
+ 0.01100921630859375,
+ 0.00382232666015625,
+ -0.0171356201171875,
+ 0.0396728515625,
+ -0.006450653076171875,
+ 0.027008056640625,
+ 0.06854248046875,
+ -0.00626373291015625,
+ 0.044677734375,
+ 0.0171356201171875,
+ -0.0030231475830078125,
+ 0.0438232421875,
+ 0.01474761962890625,
+ -0.0188751220703125,
+ -0.0185394287109375,
+ 0.0360107421875,
+ 0.0095977783203125,
+ 0.00004106760025024414,
+ -0.0194091796875,
+ -0.0142059326171875,
+ 0.0115509033203125,
+ -0.045745849609375,
+ 0.060302734375,
+ -0.0290679931640625,
+ -0.02191162109375,
+ 0.00392913818359375,
+ 0.0195159912109375,
+ 0.001369476318359375,
+ 0.050537109375,
+ 0.0340576171875,
+ -0.0281982421875,
+ 0.045318603515625,
+ 0.011383056640625,
+ -0.009979248046875,
+ 0.01800537109375,
+ -0.004444122314453125,
+ 0.023101806640625,
+ 0.032958984375,
+ -0.00392913818359375,
+ 0.0112762451171875,
+ 0.0223388671875,
+ 0.0187530517578125,
+ -0.027008056640625,
+ -0.0030498504638671875,
+ 0.023101806640625,
+ -0.0188751220703125,
+ -0.015716552734375,
+ -0.0297088623046875,
+ -0.02276611328125,
+ 0.026885986328125,
+ -0.005069732666015625,
+ -0.00943756103515625,
+ -0.01561737060546875,
+ -0.0190887451171875,
+ -0.054443359375,
+ 0.0155029296875,
+ 0.0000336766242980957,
+ -0.0242919921875,
+ 0.032745361328125,
+ 0.02276611328125,
+ -0.036865234375,
+ -0.035797119140625,
+ 0.030364990234375,
+ 0.01355743408203125,
+ 0.036865234375,
+ -0.0093231201171875,
+ -0.0018301010131835938,
+ -0.0028324127197265625,
+ -0.01111602783203125,
+ 0.050537109375,
+ 0.0175628662109375,
+ 0.0379638671875,
+ 0.004528045654296875,
+ -0.0175628662109375,
+ 0.0281982421875,
+ -0.0262451171875,
+ 0.028411865234375,
+ 0.01290130615234375,
+ -0.044891357421875,
+ 0.002399444580078125,
+ 0.0095977783203125,
+ 0.0279693603515625,
+ 0.050750732421875,
+ -0.06072998046875,
+ -0.01149749755859375,
+ -0.068115234375,
+ -0.0024127960205078125,
+ -0.04620361328125,
+ -0.010894775390625,
+ -0.036224365234375,
+ -0.036651611328125,
+ 0.062469482421875,
+ -0.04425048828125,
+ -0.04229736328125,
+ -0.01290130615234375,
+ 0.01317596435546875,
+ -0.0107879638671875,
+ 0.030792236328125,
+ 0.0086212158203125,
+ -0.034698486328125,
+ 0.028411865234375,
+ 0.087646484375,
+ -0.005504608154296875,
+ -0.000576019287109375,
+ -0.0261383056640625,
+ 0.042724609375,
+ 0.0014028549194335938,
+ 0.032958984375,
+ -0.0379638671875,
+ -0.001422882080078125,
+ 0.015838623046875,
+ 0.020599365234375,
+ -0.0093231201171875,
+ -0.0222320556640625,
+ -0.01160430908203125,
+ -0.01263427734375,
+ 0.0142059326171875,
+ -0.050323486328125,
+ 0.0037136077880859375,
+ 0.0047454833984375,
+ 0.0210418701171875,
+ -0.021575927734375,
+ -0.062469482421875,
+ 0.0195159912109375,
+ 0.03143310546875,
+ 0.01507568359375,
+ 0.00528717041015625,
+ 0.03143310546875,
+ -0.05181884765625,
+ 0.0195159912109375,
+ 0.028411865234375,
+ -0.0290679931640625,
+ 0.0299224853515625,
+ 0.0261383056640625,
+ -0.039459228515625,
+ -0.00145721435546875,
+ 0.00273895263671875,
+ 0.023101806640625,
+ -0.0297088623046875,
+ -0.0297088623046875,
+ -0.0076446533203125,
+ -0.01561737060546875,
+ -0.0272216796875,
+ -0.03533935546875,
+ 0.007049560546875,
+ -0.02569580078125,
+ 0.0161590576171875,
+ -0.046630859375,
+ 0.0200653076171875,
+ -0.02862548828125,
+ -0.01171112060546875,
+ -0.0005354881286621094,
+ -0.030364990234375,
+ -0.05377197265625,
+ -0.0297088623046875,
+ 0.040130615234375,
+ 0.0159454345703125,
+ 0.01306915283203125,
+ -0.0181121826171875,
+ 0.0036869049072265625,
+ -0.0399169921875,
+ 0.010467529296875,
+ -0.01198577880859375,
+ 0.033843994140625,
+ -0.0035247802734375,
+ 0.03167724609375,
+ 0.002155303955078125,
+ 0.0236358642578125,
+ -0.0008368492126464844,
+ 0.0745849609375,
+ 0.0416259765625,
+ 0.01377105712890625,
+ -0.005828857421875,
+ -0.0095977783203125,
+ 0.0262451171875,
+ 0.03338623046875,
+ -0.0197296142578125,
+ -0.042938232421875,
+ -0.006885528564453125,
+ -0.038177490234375,
+ 0.0294952392578125,
+ 0.040985107421875,
+ 0.0226593017578125,
+ 0.026031494140625,
+ -0.047943115234375,
+ -0.00894927978515625,
+ 0.041412353515625,
+ 0.00986480712890625,
+ 0.09063720703125,
+ 0.0083465576171875,
+ -0.0494384765625,
+ 0.013824462890625,
+ 0.0272216796875,
+ 0.020172119140625,
+ -0.010955810546875,
+ 0.00888824462890625,
+ -0.0163726806640625,
+ -0.0027790069580078125,
+ 0.044677734375,
+ 0.038818359375,
+ 0.01317596435546875,
+ 0.005748748779296875,
+ -0.00856781005859375,
+ -0.004852294921875,
+ -0.001308441162109375,
+ -0.0004949569702148438,
+ 0.059844970703125,
+ 0.03448486328125,
+ 0.0010576248168945312,
+ 0.0273284912109375,
+ -0.025909423828125,
+ -0.01702880859375,
+ -0.03057861328125,
+ -0.056396484375,
+ 0.01474761962890625,
+ 0.045989990234375,
+ 0.0279693603515625,
+ 0.0455322265625,
+ -0.0203857421875,
+ -0.06768798828125,
+ 0.005504608154296875,
+ -0.03338623046875,
+ 0.049652099609375,
+ 0.0297088623046875,
+ 0.00720977783203125,
+ 0.0360107421875,
+ -0.000020325183868408203,
+ -0.0165863037109375,
+ 0.032958984375,
+ -0.004390716552734375,
+ 0.0184326171875,
+ 0.0340576171875,
+ 0.0418701171875,
+ -0.01338958740234375,
+ -0.032958984375,
+ 0.0014638900756835938,
+ 0.0435791015625,
+ 0.025054931640625,
+ -0.0242919921875,
+ 0.024932861328125,
+ 0.00905609130859375,
+ 0.0012874603271484375,
+ -0.0267791748046875,
+ 0.0416259765625,
+ 0.03363037109375,
+ -0.0161590576171875,
+ 0.006099700927734375,
+ -0.0026836395263671875,
+ 0.036651611328125,
+ -0.050323486328125,
+ -0.023529052734375,
+ -0.0241851806640625,
+ 0.016815185546875,
+ 0.01149749755859375,
+ 0.0321044921875,
+ -0.07110595703125,
+ -0.006450653076171875,
+ 0.0290679931640625,
+ -0.0572509765625,
+ 0.03533935546875,
+ 0.00823974609375,
+ -0.0299224853515625,
+ 0.031005859375,
+ -0.026458740234375,
+ -0.07110595703125,
+ 0.038177490234375,
+ -0.021148681640625,
+ -0.036865234375,
+ -0.005584716796875,
+ 0.039459228515625,
+ -0.043365478515625,
+ -0.0169219970703125,
+ -0.045989990234375,
+ -0.0340576171875,
+ -0.00650787353515625,
+ -0.0290679931640625,
+ 0.0275421142578125,
+ 0.0039043426513671875,
+ -0.00015497207641601562,
+ 0.036865234375,
+ 0.04986572265625,
+ 0.0005421638488769531,
+ -0.007320404052734375,
+ 0.0360107421875,
+ -0.028839111328125,
+ -0.047943115234375,
+ 0.042510986328125,
+ 0.0255889892578125,
+ 0.01485443115234375,
+ -0.028839111328125,
+ 0.0016469955444335938,
+ -0.0144195556640625,
+ 0.019195556640625,
+ -0.003116607666015625,
+ 0.034271240234375,
+ -0.06072998046875,
+ -0.04705810546875,
+ -0.044677734375,
+ 0.036224365234375,
+ -0.0008540153503417969,
+ 0.051177978515625,
+ -0.0006542205810546875,
+ -0.022552490234375,
+ 0.04034423828125,
+ -0.06634521484375,
+ -0.03448486328125,
+ 0.0163726806640625,
+ 0.0153961181640625,
+ -0.03363037109375,
+ 0.08154296875,
+ -0.042083740234375,
+ 0.006694793701171875,
+ -0.038818359375,
+ 0.007320404052734375,
+ 0.01496124267578125,
+ 0.00225067138671875,
+ -0.0396728515625,
+ 0.02862548828125,
+ 0.035552978515625,
+ -0.03924560546875,
+ -0.013824462890625,
+ -0.0246124267578125,
+ 0.010467529296875,
+ 0.034698486328125,
+ -0.0277557373046875,
+ 0.0151824951171875,
+ -0.0091094970703125,
+ -0.0399169921875,
+ -0.0173492431640625,
+ -0.00661468505859375,
+ -0.0246124267578125,
+ -0.023101806640625,
+ 0.0239715576171875,
+ 0.053558349609375,
+ -0.0029811859130859375,
+ 0.0246124267578125,
+ 0.0220184326171875,
+ -0.00514984130859375,
+ 0.03167724609375,
+ -0.00916290283203125,
+ -0.02667236328125,
+ 0.049224853515625,
+ -0.06939697265625,
+ -0.05010986328125,
+ -0.005420684814453125,
+ 0.047698974609375,
+ -0.023101806640625,
+ -0.0202789306640625,
+ 0.027008056640625,
+ -0.0202789306640625,
+ 0.055511474609375,
+ -0.03057861328125,
+ 0.0012264251708984375,
+ -0.024932861328125,
+ -0.0200653076171875,
+ -0.0399169921875,
+ -0.0294952392578125,
+ 0.0255889892578125,
+ 0.0312347412109375,
+ -0.0012540817260742188,
+ 0.00637054443359375,
+ 0.047943115234375,
+ -0.058563232421875,
+ 0.032745361328125,
+ 0.022125244140625,
+ -0.0005826950073242188,
+ 0.007320404052734375,
+ -0.00894927978515625,
+ 0.0164794921875,
+ 0.0064239501953125,
+ 0.016815185546875,
+ -0.0279693603515625,
+ -0.0034961700439453125,
+ -0.05767822265625,
+ 0.0195159912109375,
+ 0.0005488395690917969,
+ 0.0001728534698486328,
+ -0.0183258056640625,
+ -0.040985107421875,
+ -0.055084228515625,
+ 0.0183258056640625,
+ 0.0340576171875,
+ 0.02569580078125,
+ 0.027435302734375,
+ -0.0312347412109375,
+ -0.007480621337890625,
+ 0.00612640380859375,
+ -0.01062774658203125,
+ 0.0202789306640625,
+ -0.03363037109375,
+ 0.011871337890625,
+ 0.0229949951171875,
+ -0.040985107421875,
+ 0.03143310546875,
+ 0.00296783447265625,
+ 0.006641387939453125,
+ 0.03167724609375,
+ -0.007373809814453125,
+ -0.0360107421875,
+ -0.0052032470703125,
+ -0.0049896240234375,
+ -0.044677734375,
+ 0.00455474853515625,
+ -0.0273284912109375,
+ 0.034698486328125,
+ -0.0292816162109375,
+ -0.015838623046875,
+ 0.01084136962890625,
+ 0.0049896240234375,
+ 0.0253753662109375,
+ -0.009918212890625,
+ -0.00612640380859375,
+ 0.0018301010131835938,
+ -0.003185272216796875,
+ 0.060302734375,
+ -0.00623321533203125,
+ -0.046417236328125,
+ 0.00647735595703125,
+ -0.0246124267578125,
+ 0.0533447265625,
+ 0.035125732421875,
+ 0.0023174285888671875,
+ -0.0226593017578125,
+ -0.0212554931640625,
+ 0.045318603515625,
+ -0.007480621337890625,
+ -0.010894775390625,
+ -0.01561737060546875,
+ 0.0193023681640625,
+ 0.0010709762573242188,
+ 0.040985107421875,
+ 0.032958984375,
+ 0.049652099609375,
+ 0.0265655517578125,
+ -0.0083465576171875,
+ 0.03143310546875,
+ 0.03448486328125,
+ 0.033843994140625,
+ -0.0095977783203125,
+ -0.06634521484375,
+ 0.004337310791015625,
+ -0.002887725830078125,
+ -0.050750732421875,
+ -0.05291748046875,
+ 0.00431060791015625,
+ 0.056396484375,
+ -0.08197021484375,
+ -0.036865234375,
+ 0.0084075927734375,
+ -0.02764892578125,
+ 0.0144195556640625,
+ 0.02471923828125,
+ -0.00710296630859375,
+ 0.037506103515625,
+ -0.000018835067749023438,
+ -0.038604736328125,
+ -0.0251617431640625,
+ -0.022552490234375,
+ 0.0279693603515625,
+ 0.0533447265625,
+ 0.030364990234375,
+ -0.0181121826171875,
+ 0.030364990234375,
+ 0.006587982177734375,
+ 0.0321044921875,
+ 0.023101806640625,
+ 0.03924560546875,
+ 0.03924560546875,
+ 0.0151824951171875,
+ 0.0290679931640625,
+ 0.054443359375,
+ 0.0069122314453125,
+ -0.01181793212890625,
+ 0.02191162109375,
+ 0.03253173828125,
+ 0.049224853515625,
+ 0.044891357421875,
+ 0.0069122314453125,
+ 0.0117645263671875,
+ -0.0006914138793945312,
+ -0.037506103515625,
+ -0.00623321533203125,
+ -0.009002685546875,
+ -0.0076446533203125,
+ -0.046630859375,
+ -0.044464111328125,
+ 0.0290679931640625,
+ -0.0242919921875,
+ 0.049224853515625,
+ 0.01165771484375,
+ -0.01073455810546875,
+ 0.0025482177734375,
+ 0.035797119140625,
+ 0.015289306640625,
+ -0.06201171875,
+ 0.00382232666015625,
+ -0.01160430908203125,
+ 0.01230621337890625,
+ -0.044464111328125,
+ -0.017669677734375,
+ 0.03143310546875,
+ -0.0193023681640625,
+ -0.041412353515625,
+ -0.020599365234375,
+ 0.041412353515625,
+ -0.0093231201171875,
+ -0.0202789306640625,
+ -0.024932861328125,
+ 0.0020465850830078125,
+ -0.0095977783203125,
+ -0.047698974609375,
+ -0.011871337890625,
+ -0.002277374267578125,
+ 0.0161590576171875,
+ -0.0129547119140625,
+ 0.032318115234375,
+ -0.01062774658203125,
+ -0.01496124267578125,
+ -0.016815185546875,
+ -0.00921630859375,
+ -0.031005859375,
+ 0.03143310546875,
+ -0.0297088623046875,
+ 0.05291748046875,
+ -0.010467529296875,
+ 0.027435302734375,
+ 0.0299224853515625,
+ 0.047698974609375,
+ -0.00818634033203125,
+ 0.004230499267578125,
+ -0.037506103515625,
+ -0.064208984375,
+ 0.0263519287109375,
+ -0.035552978515625,
+ 0.006450653076171875,
+ -0.050750732421875,
+ 0.004528045654296875,
+ 0.0667724609375,
+ -0.062469482421875,
+ 0.0034694671630859375,
+ -0.003986358642578125,
+ -0.01507568359375,
+ -0.0533447265625,
+ 0.00333404541015625,
+ 0.002819061279296875,
+ 0.005260467529296875,
+ 0.0963134765625,
+ -0.0174560546875,
+ -0.0241851806640625,
+ -0.0164794921875,
+ -0.034271240234375,
+ 0.040771484375,
+ 0.0200653076171875,
+ 0.01328277587890625,
+ -0.04229736328125,
+ 0.031890869140625,
+ 0.01474761962890625,
+ -0.0242919921875,
+ 0.0004642009735107422,
+ -0.06939697265625,
+ 0.0203857421875,
+ 0.043365478515625,
+ 0.025909423828125,
+ -0.03338623046875,
+ -0.01387786865234375,
+ -0.033843994140625,
+ 0.00357818603515625,
+ -0.044891357421875,
+ 0.01605224609375,
+ 0.002574920654296875,
+ 0.01013946533203125,
+ -0.03924560546875,
+ -0.01355743408203125,
+ -0.01258087158203125,
+ -0.050323486328125,
+ -0.026031494140625,
+ -0.040771484375,
+ 0.0294952392578125,
+ 0.0034160614013671875,
+ -0.0494384765625,
+ 0.03253173828125,
+ 0.0193023681640625,
+ -0.006992340087890625,
+ 0.004146575927734375,
+ 0.055511474609375,
+ -0.0494384765625,
+ -0.0255889892578125,
+ -0.0275421142578125,
+ 0.003185272216796875,
+ 0.0049896240234375,
+ -0.0010232925415039062,
+ 0.0018568038940429688,
+ -0.0034694671630859375,
+ 0.0258026123046875,
+ -0.052276611328125,
+ 0.046630859375,
+ 0.0279693603515625,
+ -0.046417236328125,
+ -0.03533935546875,
+ -0.0258026123046875,
+ -0.0020732879638671875,
+ 0.025054931640625,
+ -0.0418701171875,
+ 0.06463623046875,
+ 0.0036869049072265625,
+ 0.00647735595703125,
+ -0.1075439453125,
+ 0.06939697265625,
+ -0.02569580078125,
+ 0.03839111328125,
+ 0.052703857421875,
+ -0.00626373291015625,
+ -0.038818359375,
+ -0.023101806640625,
+ -0.033843994140625,
+ 0.04705810546875,
+ -0.0272216796875,
+ 0.042510986328125,
+ -0.0012674331665039062,
+ -0.012359619140625,
+ 0.0040130615234375,
+ -0.037078857421875,
+ -0.00010925531387329102,
+ 0.0438232421875,
+ -0.004364013671875,
+ -0.02191162109375,
+ 0.050537109375,
+ -0.00395965576171875,
+ 0.0265655517578125,
+ -0.00943756103515625,
+ -0.0229949951171875,
+ 0.01268768310546875,
+ -0.00986480712890625,
+ -0.037750244140625,
+ 0.0049896240234375,
+ 0.021148681640625,
+ 0.050323486328125,
+ -0.00296783447265625,
+ 0.006290435791015625,
+ 0.003131866455078125,
+ 0.0297088623046875,
+ -0.015838623046875,
+ -0.0193023681640625,
+ 0.006992340087890625,
+ 0.00975799560546875,
+ -0.0178985595703125,
+ -0.036865234375,
+ -0.0784912109375,
+ -0.09674072265625,
+ -0.0005016326904296875,
+ -0.02471923828125,
+ -0.0418701171875,
+ 0.01464080810546875,
+ 0.03839111328125,
+ 0.0226593017578125,
+ -0.02081298828125,
+ -0.0033893585205078125,
+ 0.0173492431640625,
+ -0.0275421142578125,
+ -0.03167724609375,
+ 0.049224853515625,
+ -0.026885986328125,
+ 0.040557861328125,
+ 0.00775146484375,
+ -0.02374267578125,
+ 0.0163726806640625,
+ -0.0124664306640625,
+ 0.02471923828125,
+ -0.002399444580078125,
+ 0.005123138427734375,
+ -0.053558349609375,
+ 0.038177490234375,
+ -0.0650634765625,
+ -0.01387786865234375,
+ 0.03167724609375,
+ 0.0290679931640625,
+ 0.00672149658203125,
+ -0.03533935546875,
+ 0.042724609375,
+ -0.01258087158203125,
+ -0.041412353515625,
+ 0.0175628662109375,
+ -0.0171356201171875,
+ -0.03338623046875,
+ 0.016693115234375,
+ 0.005313873291015625,
+ -0.00004661083221435547,
+ -0.0086212158203125,
+ 0.03167724609375,
+ 0.0435791015625,
+ 0.046417236328125,
+ -0.0010576248168945312,
+ -0.0292816162109375,
+ -0.0049896240234375,
+ -0.004932403564453125,
+ 0.0169219970703125,
+ 0.03924560546875,
+ 0.004474639892578125,
+ -0.00807952880859375,
+ 0.0014028549194335938,
+ 0.0174560546875,
+ -0.07763671875,
+ -0.016693115234375,
+ -0.042938232421875,
+ -0.035552978515625,
+ -0.01019287109375,
+ 0.08154296875,
+ 0.036651611328125,
+ 0.0194091796875,
+ 0.0013217926025390625,
+ 0.06634521484375,
+ 0.006072998046875,
+ 0.0102996826171875,
+ 0.002765655517578125,
+ -0.0628662109375,
+ 0.0017480850219726562,
+ 0.0020732879638671875,
+ 0.034271240234375,
+ -0.06158447265625,
+ 0.04425048828125,
+ 0.042510986328125,
+ -0.006317138671875,
+ -0.040130615234375,
+ -0.01409912109375,
+ 0.007266998291015625,
+ 0.0455322265625,
+ 0.03143310546875,
+ -0.0019245147705078125,
+ -0.0745849609375,
+ 0.00769805908203125,
+ 0.0187530517578125,
+ -0.01068115234375,
+ -0.004444122314453125,
+ -0.00905609130859375,
+ -0.0241851806640625,
+ 0.0224456787109375,
+ -0.04705810546875,
+ -0.0163726806640625,
+ 0.0207061767578125,
+ 0.0672607421875,
+ 0.001186370849609375,
+ -0.04119873046875,
+ -0.047698974609375,
+ 0.052276611328125,
+ 0.0239715576171875,
+ -0.01132965087890625,
+ 0.003795623779296875,
+ 0.0261383056640625,
+ -0.0267791748046875,
+ 0.035797119140625,
+ 0.0438232421875,
+ 0.0142059326171875,
+ 0.03338623046875,
+ 0.0238494873046875,
+ -0.037078857421875,
+ 0.01312255859375,
+ -0.038818359375,
+ 0.0134429931640625,
+ -0.0125274658203125,
+ -0.03729248046875,
+ -0.030364990234375,
+ -0.07763671875,
+ 0.0611572265625,
+ 0.0197296142578125,
+ 0.0238494873046875,
+ 0.055511474609375,
+ 0.016265869140625,
+ 0.009490966796875,
+ 0.0277557373046875,
+ 0.05291748046875,
+ 0.0474853515625,
+ 0.034698486328125,
+ 0.004852294921875,
+ 0.005802154541015625,
+ 0.0234222412109375,
+ -0.00045752525329589844,
+ -0.04510498046875,
+ 0.0299224853515625,
+ -0.032958984375,
+ -0.0037136077880859375,
+ -0.0418701171875,
+ 0.01263427734375,
+ 0.01474761962890625,
+ -0.025054931640625,
+ -0.01214599609375,
+ -0.0239715576171875,
+ 0.003604888916015625,
+ -0.02374267578125,
+ -0.035552978515625,
+ -0.01398468017578125,
+ 0.059417724609375,
+ -0.024505615234375,
+ 0.01258087158203125,
+ 0.0418701171875,
+ -0.005908966064453125,
+ 0.0125274658203125,
+ -0.0706787109375,
+ 0.07025146484375,
+ 0.053131103515625,
+ 0.020172119140625,
+ -0.0195159912109375,
+ 0.045989990234375,
+ -0.0002644062042236328,
+ 0.002277374267578125,
+ 0.05096435546875,
+ 0.0193023681640625,
+ -0.04901123046875,
+ 0.0229949951171875,
+ 0.04510498046875,
+ 0.0081329345703125,
+ -0.045989990234375,
+ 0.025909423828125,
+ 0.0234222412109375,
+ -0.046630859375,
+ 0.03924560546875,
+ 0.00965118408203125,
+ 0.0248260498046875,
+ 0.00151824951171875,
+ -0.00273895263671875,
+ -0.0273284912109375,
+ -0.047271728515625,
+ 0.0312347412109375,
+ 0.00823974609375,
+ 0.00759124755859375,
+ 0.033172607421875,
+ -0.03253173828125,
+ 0.072021484375,
+ -0.00637054443359375,
+ 0.04620361328125,
+ -0.03448486328125,
+ 0.060302734375,
+ -0.0047454833984375,
+ 0.0241851806640625,
+ -0.020172119140625,
+ -0.0187530517578125,
+ 0.009979248046875,
+ 0.0175628662109375,
+ -0.0203857421875,
+ 0.0611572265625,
+ 0.04034423828125,
+ -0.00965118408203125,
+ -0.043365478515625,
+ -0.0297088623046875,
+ -0.0190887451171875,
+ 0.0011720657348632812,
+ 0.0275421142578125,
+ -0.04229736328125,
+ -0.01377105712890625,
+ 0.0039043426513671875,
+ 0.0224456787109375,
+ 0.0572509765625,
+ -0.008514404296875,
+ 0.06072998046875,
+ 0.02667236328125,
+ -0.0153961181640625,
+ -0.01898193359375,
+ -0.0232086181640625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "data-recovery",
+ "disk-imaging",
+ "map-file",
+ "cli",
+ "scenario:disk_imaging"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Android_Studio",
+ "type": "tool",
+ "name": "Android Studio",
+ "content": "android studio analysiert android-apk-dateien und erstellt forensische re-packaging-umgebungen für mobile-malware-untersuchungen. integrierter geräte-emulator ermöglicht sichere malware-detonation ohne hardware-gefährdung. gradle-build-system rekompiliert modifizierte apps für behavioral-analysis. profiler und debugging-tools tracken verdächtige aktivitäten in echtzeit. layout-inspector analysiert ui-manipulation-techniken. adb-integration für direkte geräte-forensik und app-extraktion. ide android emulator debugging mobile-forensics malware-analysis examination analysis",
+ "embedding": [
+ -0.0182342529296875,
+ 0.01186370849609375,
+ 0.0377197265625,
+ -0.006504058837890625,
+ 0.00827789306640625,
+ 0.024078369140625,
+ 0.0263824462890625,
+ 0.0018587112426757812,
+ -0.01486968994140625,
+ 0.005245208740234375,
+ -0.0163726806640625,
+ 0.06231689453125,
+ 0.0081024169921875,
+ 0.0024127960205078125,
+ -0.0460205078125,
+ 0.03558349609375,
+ -0.001178741455078125,
+ 0.02239990234375,
+ -0.0111541748046875,
+ 0.01221466064453125,
+ -0.0215911865234375,
+ -0.043548583984375,
+ -0.049560546875,
+ -0.006153106689453125,
+ -0.004291534423828125,
+ 0.02655029296875,
+ -0.0254974365234375,
+ -0.068359375,
+ -0.040191650390625,
+ 0.0016040802001953125,
+ 0.022308349609375,
+ -0.032562255859375,
+ 0.0033416748046875,
+ 0.031341552734375,
+ 0.002777099609375,
+ -0.0196533203125,
+ -0.01611328125,
+ -0.03558349609375,
+ -0.0290374755859375,
+ 0.047088623046875,
+ 0.013275146484375,
+ 0.0021572113037109375,
+ 0.004383087158203125,
+ 0.0154876708984375,
+ -0.029388427734375,
+ -0.033111572265625,
+ -0.0279693603515625,
+ -0.01885986328125,
+ 0.0198211669921875,
+ -0.033294677734375,
+ 0.042144775390625,
+ 0.01309967041015625,
+ 0.034698486328125,
+ -0.0005393028259277344,
+ -0.03363037109375,
+ 0.039825439453125,
+ 0.0028209686279296875,
+ -0.038238525390625,
+ -0.05169677734375,
+ 0.043914794921875,
+ -0.04266357421875,
+ -0.00872039794921875,
+ 0.00902557373046875,
+ -0.01221466064453125,
+ 0.0106658935546875,
+ 0.038238525390625,
+ 0.0032749176025390625,
+ -0.03594970703125,
+ 0.01486968994140625,
+ -0.00823211669921875,
+ 0.0128326416015625,
+ -0.0106658935546875,
+ -0.01513671875,
+ 0.07293701171875,
+ -0.01513671875,
+ -0.0389404296875,
+ -0.006771087646484375,
+ 0.0024566650390625,
+ 0.0182342529296875,
+ -0.007965087890625,
+ -0.0253143310546875,
+ 0.01009368896484375,
+ 0.0570068359375,
+ -0.0015821456909179688,
+ -0.0009293556213378906,
+ 0.0162811279296875,
+ 0.022216796875,
+ 0.01265716552734375,
+ -0.004138946533203125,
+ 0.007167816162109375,
+ 0.0189361572265625,
+ -0.019378662109375,
+ 0.01611328125,
+ -0.0106201171875,
+ 0.0157623291015625,
+ 0.06195068359375,
+ -0.031524658203125,
+ -0.025848388671875,
+ -0.025665283203125,
+ 0.03558349609375,
+ 0.007568359375,
+ 0.01186370849609375,
+ 0.0672607421875,
+ -0.01177215576171875,
+ 0.034881591796875,
+ -0.04638671875,
+ 0.002002716064453125,
+ 0.0038280487060546875,
+ -0.0302734375,
+ -0.0157623291015625,
+ -0.099853515625,
+ -0.03009033203125,
+ -0.0217742919921875,
+ -0.059844970703125,
+ -0.005176544189453125,
+ -0.01354217529296875,
+ -0.0206298828125,
+ 0.04302978515625,
+ -0.060546875,
+ -0.0389404296875,
+ -0.005397796630859375,
+ 0.040191650390625,
+ -0.0016260147094726562,
+ 0.00508880615234375,
+ -0.034515380859375,
+ -0.04815673828125,
+ -0.0129241943359375,
+ 0.0272674560546875,
+ -0.039825439453125,
+ -0.01451873779296875,
+ -0.0007801055908203125,
+ -0.0308074951171875,
+ -0.0146942138671875,
+ -0.02301025390625,
+ 0.007701873779296875,
+ -0.039825439453125,
+ 0.050994873046875,
+ 0.005466461181640625,
+ 0.0037841796875,
+ 0.0166473388671875,
+ 0.031524658203125,
+ -0.00778961181640625,
+ -0.06268310546875,
+ 0.02239990234375,
+ -0.0260162353515625,
+ -0.00818634033203125,
+ -0.0244293212890625,
+ 0.049560546875,
+ -0.0322265625,
+ -0.0110626220703125,
+ -0.00464630126953125,
+ 0.0042724609375,
+ 0.050628662109375,
+ 0.00489044189453125,
+ -0.012481689453125,
+ -0.03875732421875,
+ -0.021331787109375,
+ -0.007568359375,
+ 0.048858642578125,
+ -0.0163726806640625,
+ -0.04638671875,
+ 0.0237274169921875,
+ -0.0015935897827148438,
+ 0.00312042236328125,
+ -0.0042724609375,
+ -0.033294677734375,
+ -0.0182342529296875,
+ 0.031341552734375,
+ 0.03717041015625,
+ -0.00601959228515625,
+ 0.00201416015625,
+ -0.0128326416015625,
+ 0.04815673828125,
+ 0.043548583984375,
+ 0.005397796630859375,
+ 0.035400390625,
+ -0.0031642913818359375,
+ -0.00946807861328125,
+ 0.02044677734375,
+ 0.017791748046875,
+ -0.0288543701171875,
+ -0.0120391845703125,
+ 0.06304931640625,
+ 0.019378662109375,
+ 0.031158447265625,
+ -0.01611328125,
+ -0.0193023681640625,
+ -0.01486968994140625,
+ -0.030975341796875,
+ 0.031341552734375,
+ -0.03717041015625,
+ 0.00177001953125,
+ -0.022216796875,
+ 0.041595458984375,
+ 0.005886077880859375,
+ 0.059112548828125,
+ 0.00827789306640625,
+ -0.02655029296875,
+ 0.0088958740234375,
+ -0.0260162353515625,
+ 0.003208160400390625,
+ 0.038238525390625,
+ 0.027435302734375,
+ 0.042144775390625,
+ -0.0115966796875,
+ 0.0338134765625,
+ 0.0033416748046875,
+ 0.01398468017578125,
+ 0.00965118408203125,
+ -0.02142333984375,
+ -0.011505126953125,
+ 0.04071044921875,
+ -0.00991058349609375,
+ -0.0129241943359375,
+ -0.0120391845703125,
+ -0.04071044921875,
+ 0.0244293212890625,
+ -0.0272674560546875,
+ -0.002101898193359375,
+ 0.0031871795654296875,
+ -0.006282806396484375,
+ -0.043365478515625,
+ -0.002986907958984375,
+ 0.01788330078125,
+ -0.0164642333984375,
+ 0.0270843505859375,
+ 0.046722412109375,
+ -0.0318603515625,
+ -0.03521728515625,
+ 0.03363037109375,
+ -0.0028209686279296875,
+ 0.035064697265625,
+ 0.0028209686279296875,
+ 0.007259368896484375,
+ -0.02142333984375,
+ -0.01132965087890625,
+ 0.034881591796875,
+ 0.042144775390625,
+ 0.0107574462890625,
+ 0.00646209716796875,
+ -0.0106658935546875,
+ 0.0254974365234375,
+ -0.01540374755859375,
+ 0.031341552734375,
+ 0.041595458984375,
+ -0.03009033203125,
+ -0.016998291015625,
+ 0.0004093647003173828,
+ 0.01611328125,
+ 0.055938720703125,
+ -0.053466796875,
+ -0.004669189453125,
+ -0.07220458984375,
+ 0.0184173583984375,
+ -0.059478759765625,
+ -0.041961669921875,
+ -0.0253143310546875,
+ -0.050994873046875,
+ 0.037872314453125,
+ -0.035064697265625,
+ -0.031158447265625,
+ -0.0071258544921875,
+ 0.01788330078125,
+ 0.0190277099609375,
+ 0.008056640625,
+ 0.022125244140625,
+ -0.027618408203125,
+ 0.00730133056640625,
+ 0.07861328125,
+ 0.0006775856018066406,
+ -0.0129241943359375,
+ -0.01128387451171875,
+ -0.0027103424072265625,
+ -0.0030536651611328125,
+ 0.01168060302734375,
+ -0.0247802734375,
+ 0.007259368896484375,
+ 0.0226593017578125,
+ 0.0290374755859375,
+ 0.0217742919921875,
+ -0.006992340087890625,
+ 0.008453369140625,
+ -0.0010623931884765625,
+ 0.012481689453125,
+ -0.03363037109375,
+ -0.054534912109375,
+ -0.0031871795654296875,
+ 0.00876617431640625,
+ -0.0017919540405273438,
+ -0.0408935546875,
+ -0.03521728515625,
+ 0.034881591796875,
+ 0.021514892578125,
+ 0.032928466796875,
+ 0.0193023681640625,
+ -0.04302978515625,
+ 0.00400543212890625,
+ 0.006725311279296875,
+ -0.0028209686279296875,
+ 0.02496337890625,
+ 0.043548583984375,
+ -0.01300811767578125,
+ 0.0171661376953125,
+ 0.023895263671875,
+ 0.019378662109375,
+ -0.0377197265625,
+ -0.038604736328125,
+ -0.0174407958984375,
+ 0.007568359375,
+ -0.033111572265625,
+ -0.016204833984375,
+ 0.0026988983154296875,
+ -0.0200042724609375,
+ 0.01079559326171875,
+ -0.00199127197265625,
+ 0.00528717041015625,
+ -0.0277862548828125,
+ -0.041778564453125,
+ 0.00862884521484375,
+ -0.025665283203125,
+ -0.027618408203125,
+ -0.0269012451171875,
+ 0.05169677734375,
+ 0.01354217529296875,
+ -0.003208160400390625,
+ -0.0106201171875,
+ -0.059478759765625,
+ -0.056304931640625,
+ 0.020355224609375,
+ -0.01239013671875,
+ 0.01221466064453125,
+ 0.0088043212890625,
+ 0.03594970703125,
+ 0.0389404296875,
+ 0.0261993408203125,
+ 0.0207977294921875,
+ 0.099853515625,
+ 0.031158447265625,
+ -0.016204833984375,
+ -0.0167236328125,
+ -0.007038116455078125,
+ 0.021240234375,
+ -0.00275421142578125,
+ -0.05169677734375,
+ -0.027618408203125,
+ -0.0038051605224609375,
+ -0.00641632080078125,
+ 0.021148681640625,
+ -0.0019359588623046875,
+ 0.0377197265625,
+ 0.0247802734375,
+ -0.023193359375,
+ -0.00960540771484375,
+ 0.060882568359375,
+ 0.005641937255859375,
+ 0.08038330078125,
+ -0.0182342529296875,
+ -0.04638671875,
+ -0.0198211669921875,
+ 0.033294677734375,
+ -0.020355224609375,
+ 0.002643585205078125,
+ 0.0228424072265625,
+ 0.00069427490234375,
+ -0.005619049072265625,
+ 0.0447998046875,
+ -0.016021728515625,
+ 0.020263671875,
+ -0.000583648681640625,
+ -0.009429931640625,
+ 0.02142333984375,
+ -0.000583648681640625,
+ 0.007701873779296875,
+ 0.032928466796875,
+ 0.03912353515625,
+ 0.00946807861328125,
+ 0.0270843505859375,
+ -0.006504058837890625,
+ -0.0021800994873046875,
+ -0.038238525390625,
+ -0.047454833984375,
+ 0.01079559326171875,
+ 0.041961669921875,
+ 0.006992340087890625,
+ 0.04071044921875,
+ -0.0295562744140625,
+ -0.052032470703125,
+ 0.0155792236328125,
+ -0.040191650390625,
+ 0.08282470703125,
+ 0.036102294921875,
+ 0.0235443115234375,
+ 0.0246124267578125,
+ -0.0097808837890625,
+ 0.00876617431640625,
+ 0.0308074951171875,
+ 0.01230621337890625,
+ 0.0286712646484375,
+ 0.0711669921875,
+ 0.0233612060546875,
+ 0.022308349609375,
+ -0.04266357421875,
+ 0.036834716796875,
+ 0.0633544921875,
+ 0.01389312744140625,
+ -0.0033416748046875,
+ 0.036468505859375,
+ 0.01300811767578125,
+ 0.0281524658203125,
+ -0.024078369140625,
+ 0.043731689453125,
+ 0.012481689453125,
+ 0.0193023681640625,
+ 0.0251312255859375,
+ -0.043914794921875,
+ 0.005245208740234375,
+ -0.031341552734375,
+ 0.0038509368896484375,
+ 0.007965087890625,
+ 0.0246124267578125,
+ 0.005001068115234375,
+ 0.0247802734375,
+ -0.043365478515625,
+ 0.01265716552734375,
+ 0.056640625,
+ -0.0679931640625,
+ 0.01849365234375,
+ 0.0189361572265625,
+ -0.025848388671875,
+ 0.005931854248046875,
+ -0.017608642578125,
+ -0.0460205078125,
+ 0.01849365234375,
+ -0.02301025390625,
+ -0.06231689453125,
+ 0.0157623291015625,
+ 0.0208892822265625,
+ -0.037353515625,
+ -0.055938720703125,
+ -0.0306243896484375,
+ 0.00862884521484375,
+ -0.01009368896484375,
+ -0.000995635986328125,
+ 0.04052734375,
+ 0.0101776123046875,
+ -0.0199127197265625,
+ 0.0322265625,
+ 0.04461669921875,
+ -0.020263671875,
+ -0.0357666015625,
+ 0.04638671875,
+ -0.006595611572265625,
+ -0.041595458984375,
+ 0.025848388671875,
+ 0.01221466064453125,
+ 0.034515380859375,
+ -0.031158447265625,
+ -0.01319122314453125,
+ -0.01084136962890625,
+ 0.00991058349609375,
+ 0.01398468017578125,
+ 0.0146942138671875,
+ 0.0019702911376953125,
+ -0.0237274169921875,
+ -0.032928466796875,
+ 0.0295562744140625,
+ 0.032745361328125,
+ 0.0244293212890625,
+ -0.0286712646484375,
+ -0.053466796875,
+ 0.031524658203125,
+ -0.056304931640625,
+ -0.007965087890625,
+ -0.011505126953125,
+ 0.0295562744140625,
+ -0.0263824462890625,
+ 0.06512451171875,
+ 0.0048675537109375,
+ -0.01309967041015625,
+ 0.00444793701171875,
+ 0.06304931640625,
+ 0.003894805908203125,
+ 0.0164642333984375,
+ -0.046722412109375,
+ 0.09063720703125,
+ 0.0272674560546875,
+ -0.03558349609375,
+ -0.0261993408203125,
+ 0.01079559326171875,
+ -0.0157623291015625,
+ 0.036834716796875,
+ -0.049560546875,
+ -0.01142120361328125,
+ 0.0005035400390625,
+ -0.059844970703125,
+ -0.029205322265625,
+ -0.040008544921875,
+ -0.005176544189453125,
+ -0.052032470703125,
+ 0.0251312255859375,
+ 0.0219573974609375,
+ -0.011016845703125,
+ 0.040008544921875,
+ 0.0279693603515625,
+ 0.0005202293395996094,
+ 0.0035400390625,
+ 0.0003180503845214844,
+ -0.01186370849609375,
+ 0.0191192626953125,
+ -0.052398681640625,
+ -0.0244293212890625,
+ -0.01212310791015625,
+ 0.03399658203125,
+ -0.02655029296875,
+ 0.01708984375,
+ -0.0037403106689453125,
+ 0.01788330078125,
+ 0.03399658203125,
+ -0.022125244140625,
+ 0.0014715194702148438,
+ -0.025848388671875,
+ -0.02850341796875,
+ -0.0251312255859375,
+ -0.01300811767578125,
+ -0.0084991455078125,
+ 0.029388427734375,
+ -0.0201873779296875,
+ 0.0242462158203125,
+ 0.057708740234375,
+ -0.05523681640625,
+ -0.006771087646484375,
+ 0.0237274169921875,
+ 0.00004392862319946289,
+ 0.02655029296875,
+ 0.005664825439453125,
+ 0.00818634033203125,
+ -0.009429931640625,
+ 0.0175323486328125,
+ -0.036468505859375,
+ -0.050262451171875,
+ -0.0633544921875,
+ 0.0196533203125,
+ -0.0277862548828125,
+ -0.0216827392578125,
+ -0.03363037109375,
+ -0.038604736328125,
+ -0.0570068359375,
+ 0.006725311279296875,
+ 0.048858642578125,
+ 0.01230621337890625,
+ 0.02044677734375,
+ -0.0247802734375,
+ -0.033111572265625,
+ 0.01708984375,
+ -0.0228424072265625,
+ 0.04461669921875,
+ -0.027618408203125,
+ -0.003871917724609375,
+ 0.023895263671875,
+ -0.029388427734375,
+ 0.006153106689453125,
+ 0.0177001953125,
+ 0.0283203125,
+ 0.0228424072265625,
+ 0.05169677734375,
+ -0.0191192626953125,
+ 0.0183258056640625,
+ -0.0088043212890625,
+ -0.0028324127197265625,
+ -0.0216827392578125,
+ -0.01097869873046875,
+ 0.0244293212890625,
+ -0.039306640625,
+ -0.0208892822265625,
+ 0.023193359375,
+ 0.0186767578125,
+ 0.015838623046875,
+ 0.0010843276977539062,
+ -0.036468505859375,
+ 0.039306640625,
+ 0.01389312744140625,
+ 0.054168701171875,
+ -0.0288543701171875,
+ -0.031524658203125,
+ -0.036834716796875,
+ 0.0172576904296875,
+ 0.03167724609375,
+ 0.03399658203125,
+ 0.002899169921875,
+ -0.03167724609375,
+ 0.0004978179931640625,
+ 0.03399658203125,
+ 0.0155792236328125,
+ -0.04779052734375,
+ -0.038055419921875,
+ 0.034698486328125,
+ 0.040191650390625,
+ 0.04266357421875,
+ -0.014251708984375,
+ 0.060882568359375,
+ 0.037872314453125,
+ 0.00469207763671875,
+ 0.022125244140625,
+ 0.0601806640625,
+ 0.01336669921875,
+ -0.0299224853515625,
+ -0.05169677734375,
+ 0.0165557861328125,
+ -0.01354217529296875,
+ -0.02496337890625,
+ -0.052398681640625,
+ 0.019744873046875,
+ 0.035064697265625,
+ -0.059844970703125,
+ -0.0261993408203125,
+ 0.0010900497436523438,
+ -0.0017042160034179688,
+ -0.0196533203125,
+ 0.019378662109375,
+ -0.0247802734375,
+ -0.0025882720947265625,
+ 0.01354217529296875,
+ -0.055938720703125,
+ -0.01230621337890625,
+ -0.00955963134765625,
+ 0.03594970703125,
+ 0.050628662109375,
+ 0.01788330078125,
+ -0.0299224853515625,
+ 0.0253143310546875,
+ 0.0244293212890625,
+ 0.0281524658203125,
+ 0.01053619384765625,
+ 0.0295562744140625,
+ 0.007259368896484375,
+ 0.050262451171875,
+ 0.0306243896484375,
+ 0.0369873046875,
+ -0.0251312255859375,
+ -0.009735107421875,
+ 0.02044677734375,
+ 0.0288543701171875,
+ 0.0189361572265625,
+ 0.0338134765625,
+ -0.01319122314453125,
+ 0.008056640625,
+ -0.03009033203125,
+ -0.057342529296875,
+ 0.0200042724609375,
+ 0.005840301513671875,
+ 0.00395965576171875,
+ -0.03717041015625,
+ -0.044952392578125,
+ 0.00690460205078125,
+ -0.055938720703125,
+ 0.040374755859375,
+ 0.011505126953125,
+ -0.01345062255859375,
+ -0.01611328125,
+ 0.047454833984375,
+ -0.00493621826171875,
+ -0.0267333984375,
+ 0.017608642578125,
+ -0.00965118408203125,
+ -0.035064697265625,
+ -0.038055419921875,
+ -0.059478759765625,
+ 0.0357666015625,
+ -0.007167816162109375,
+ -0.06585693359375,
+ -0.0186767578125,
+ 0.0279693603515625,
+ -0.0016813278198242188,
+ -0.02655029296875,
+ -0.037353515625,
+ 0.0306243896484375,
+ -0.0029659271240234375,
+ -0.03594970703125,
+ -0.0277862548828125,
+ -0.017608642578125,
+ -0.01256561279296875,
+ -0.031524658203125,
+ 0.0184173583984375,
+ -0.022216796875,
+ -0.039642333984375,
+ 0.00885009765625,
+ -0.0173492431640625,
+ -0.0272674560546875,
+ 0.03717041015625,
+ -0.04302978515625,
+ 0.03363037109375,
+ 0.017791748046875,
+ -0.0084075927734375,
+ 0.043548583984375,
+ 0.052032470703125,
+ 0.01239013671875,
+ 0.00331878662109375,
+ 0.00646209716796875,
+ -0.045684814453125,
+ -0.0012502670288085938,
+ -0.0081024169921875,
+ 0.01009368896484375,
+ -0.07470703125,
+ 0.007480621337890625,
+ 0.057342529296875,
+ -0.0927734375,
+ 0.0263824462890625,
+ 0.0172576904296875,
+ -0.02203369140625,
+ -0.04443359375,
+ -0.004734039306640625,
+ -0.0037403106689453125,
+ 0.0235443115234375,
+ 0.06268310546875,
+ -0.0047149658203125,
+ -0.0101318359375,
+ 0.01009368896484375,
+ -0.064453125,
+ 0.042144775390625,
+ 0.0297393798828125,
+ 0.016204833984375,
+ -0.06268310546875,
+ 0.0235443115234375,
+ 0.030975341796875,
+ -0.0097808837890625,
+ 0.01142120361328125,
+ -0.08001708984375,
+ 0.0075225830078125,
+ 0.022308349609375,
+ 0.033447265625,
+ 0.01177215576171875,
+ -0.0128326416015625,
+ -0.047088623046875,
+ -0.036651611328125,
+ -0.01230621337890625,
+ 0.021240234375,
+ 0.01132965087890625,
+ 0.007701873779296875,
+ -0.036102294921875,
+ 0.015838623046875,
+ -0.00506591796875,
+ -0.050628662109375,
+ -0.01885986328125,
+ -0.0338134765625,
+ 0.055938720703125,
+ 0.001659393310546875,
+ -0.049224853515625,
+ 0.0137176513671875,
+ 0.00920867919921875,
+ 0.004978179931640625,
+ 0.0308074951171875,
+ 0.059844970703125,
+ -0.021331787109375,
+ -0.0062408447265625,
+ -0.0042724609375,
+ 0.033447265625,
+ 0.00933837890625,
+ 0.021240234375,
+ -0.0057525634765625,
+ 0.040008544921875,
+ 0.0005946159362792969,
+ -0.052398681640625,
+ 0.036285400390625,
+ 0.039642333984375,
+ -0.01442718505859375,
+ -0.0743408203125,
+ -0.01486968994140625,
+ -0.050628662109375,
+ 0.0499267578125,
+ -0.006683349609375,
+ 0.047454833984375,
+ 0.0272674560546875,
+ -0.0013170242309570312,
+ -0.1026611328125,
+ 0.020263671875,
+ -0.0154876708984375,
+ 0.025665283203125,
+ 0.022125244140625,
+ -0.00012862682342529297,
+ -0.09063720703125,
+ -0.03167724609375,
+ -0.02850341796875,
+ 0.01319122314453125,
+ -0.0272674560546875,
+ 0.0341796875,
+ -0.0008630752563476562,
+ 0.01031494140625,
+ 0.01336669921875,
+ 0.007610321044921875,
+ -0.0209808349609375,
+ 0.059478759765625,
+ -0.0019025802612304688,
+ -0.023895263671875,
+ 0.053802490234375,
+ -0.058074951171875,
+ -0.01398468017578125,
+ -0.033111572265625,
+ 0.0225677490234375,
+ 0.0081024169921875,
+ -0.01336669921875,
+ -0.0129241943359375,
+ -0.00579833984375,
+ 0.040008544921875,
+ 0.0782470703125,
+ -0.0318603515625,
+ 0.0251312255859375,
+ -0.034881591796875,
+ 0.034332275390625,
+ 0.01407623291015625,
+ -0.0216827392578125,
+ 0.0021457672119140625,
+ 0.0218658447265625,
+ -0.049560546875,
+ 0.0006499290466308594,
+ -0.044952392578125,
+ -0.07928466796875,
+ -0.0171661376953125,
+ -0.03717041015625,
+ 0.004825592041015625,
+ 0.01300811767578125,
+ -0.006771087646484375,
+ 0.0173492431640625,
+ -0.0215911865234375,
+ 0.021148681640625,
+ -0.02239990234375,
+ -0.02496337890625,
+ 0.01000213623046875,
+ 0.019561767578125,
+ -0.041961669921875,
+ 0.0167236328125,
+ 0.0028553009033203125,
+ -0.032928466796875,
+ 0.0164642333984375,
+ -0.0389404296875,
+ 0.0080108642578125,
+ -0.00528717041015625,
+ -0.005268096923828125,
+ -0.007656097412109375,
+ 0.0306243896484375,
+ -0.0789794921875,
+ -0.0299224853515625,
+ 0.013275146484375,
+ 0.041961669921875,
+ 0.04071044921875,
+ -0.01849365234375,
+ 0.03948974609375,
+ -0.00489044189453125,
+ -0.0704345703125,
+ 0.01319122314453125,
+ -0.01416015625,
+ -0.0447998046875,
+ -0.0101776123046875,
+ -0.00646209716796875,
+ -0.0128326416015625,
+ 0.016021728515625,
+ 0.048858642578125,
+ 0.036285400390625,
+ 0.033447265625,
+ -0.00553131103515625,
+ -0.0218658447265625,
+ -0.0025234222412109375,
+ -0.0253143310546875,
+ 0.057708740234375,
+ 0.031158447265625,
+ 0.020263671875,
+ -0.0226593017578125,
+ 0.007568359375,
+ 0.0039825439453125,
+ -0.08355712890625,
+ 0.000995635986328125,
+ -0.0208892822265625,
+ -0.050994873046875,
+ 0.025848388671875,
+ 0.0775146484375,
+ 0.034698486328125,
+ -0.00004565715789794922,
+ 0.040191650390625,
+ 0.041778564453125,
+ 0.042144775390625,
+ 0.006195068359375,
+ -0.041259765625,
+ -0.063720703125,
+ -0.037353515625,
+ 0.0192108154296875,
+ 0.021514892578125,
+ -0.061614990234375,
+ 0.033294677734375,
+ 0.05841064453125,
+ -0.01690673828125,
+ 0.01300811767578125,
+ -0.0081024169921875,
+ -0.005664825439453125,
+ 0.02655029296875,
+ 0.0013828277587890625,
+ -0.0031414031982421875,
+ -0.052032470703125,
+ 0.005489349365234375,
+ 0.021148681640625,
+ 0.00832366943359375,
+ -0.023193359375,
+ -0.00832366943359375,
+ -0.003917694091796875,
+ 0.0306243896484375,
+ -0.06689453125,
+ 0.002323150634765625,
+ 0.00235748291015625,
+ 0.07470703125,
+ 0.015045166015625,
+ -0.0306243896484375,
+ -0.019561767578125,
+ 0.029205322265625,
+ 0.0217742919921875,
+ -0.038421630859375,
+ 0.006992340087890625,
+ 0.0106658935546875,
+ -0.01265716552734375,
+ 0.050262451171875,
+ 0.043914794921875,
+ 0.0162811279296875,
+ 0.052032470703125,
+ 0.01389312744140625,
+ -0.02850341796875,
+ 0.007038116455078125,
+ 0.005397796630859375,
+ 0.010711669921875,
+ -0.00774383544921875,
+ -0.0201873779296875,
+ -0.017974853515625,
+ -0.04815673828125,
+ 0.0389404296875,
+ 0.01345062255859375,
+ 0.047088623046875,
+ -0.0110626220703125,
+ -0.01239013671875,
+ -0.0338134765625,
+ 0.0119476318359375,
+ 0.036834716796875,
+ 0.01186370849609375,
+ 0.025848388671875,
+ 0.034332275390625,
+ 0.03363037109375,
+ -0.0044708251953125,
+ 0.01274871826171875,
+ -0.039825439453125,
+ 0.005840301513671875,
+ -0.01496124267578125,
+ -0.0154876708984375,
+ -0.052764892578125,
+ 0.002422332763671875,
+ 0.0269012451171875,
+ -0.0225677490234375,
+ 0.0009627342224121094,
+ -0.00774383544921875,
+ -0.0165557861328125,
+ -0.01496124267578125,
+ -0.04461669921875,
+ -0.0198211669921875,
+ 0.055572509765625,
+ -0.063720703125,
+ 0.00916290283203125,
+ 0.0225677490234375,
+ -0.004512786865234375,
+ 0.01708984375,
+ -0.029205322265625,
+ 0.071533203125,
+ 0.037353515625,
+ 0.01274871826171875,
+ -0.004360198974609375,
+ 0.0210723876953125,
+ 0.027618408203125,
+ -0.0207061767578125,
+ 0.0167236328125,
+ 0.047454833984375,
+ -0.038055419921875,
+ 0.033294677734375,
+ 0.040191650390625,
+ -0.0008907318115234375,
+ -0.043182373046875,
+ 0.036468505859375,
+ -0.0019025802612304688,
+ -0.052764892578125,
+ 0.032562255859375,
+ 0.01009368896484375,
+ 0.0226593017578125,
+ -0.0031414031982421875,
+ -0.01256561279296875,
+ -0.0207061767578125,
+ -0.07293701171875,
+ 0.0601806640625,
+ 0.022125244140625,
+ 0.0055999755859375,
+ 0.039825439453125,
+ -0.07470703125,
+ 0.038604736328125,
+ -0.0011510848999023438,
+ 0.061248779296875,
+ -0.034881591796875,
+ 0.059112548828125,
+ -0.0138092041015625,
+ -0.00557708740234375,
+ 0.01168060302734375,
+ 0.01039886474609375,
+ -0.01265716552734375,
+ 0.0128326416015625,
+ -0.025665283203125,
+ 0.059478759765625,
+ 0.0157623291015625,
+ -0.043365478515625,
+ -0.06585693359375,
+ -0.0167236328125,
+ 0.0189361572265625,
+ -0.022308349609375,
+ 0.056640625,
+ -0.056304931640625,
+ -0.021331787109375,
+ -0.0111541748046875,
+ 0.0237274169921875,
+ 0.053466796875,
+ -0.006153106689453125,
+ -0.008544921875,
+ 0.0055084228515625,
+ 0.01416015625,
+ -0.0267333984375,
+ -0.021240234375
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "ide",
+ "android",
+ "emulator",
+ "debugging"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Time_Machine_Backup_Analysis",
+ "type": "tool",
+ "name": "macOS Time Machine Backup Analysis",
+ "content": "macos time machine backup analysis forensische auswertung von time machine backups für historische systemzustände. bis macos 10.x: hfs+-sparse-bundle mit hardlinks, ab bigsur: apfs-snapshots. analyse-befehle: 'tmutil listbackups', 'tmutil listlocalsnapshots', 'tmutil destinationinfo'. backup-struktur: stündlich (24h), täglich (1 monat), wöchentlich (permanent). auswertung der backup_manifest.plist für snapshot-ids und timeline-rekonstruktion. time-machine-analysis backup-forensics sparse-bundle apfs-snapshots hardlink-analysis historical-recovery manifest-parsing static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.02130126953125,
+ 0.01361846923828125,
+ 0.05316162109375,
+ -0.0132904052734375,
+ 0.03070068359375,
+ 0.0239410400390625,
+ 0.01312255859375,
+ -0.0147705078125,
+ -0.00804901123046875,
+ -0.033172607421875,
+ -0.03070068359375,
+ 0.035491943359375,
+ 0.01519012451171875,
+ -0.00829315185546875,
+ -0.034820556640625,
+ 0.05084228515625,
+ 0.01386260986328125,
+ 0.006687164306640625,
+ 0.0009026527404785156,
+ -0.026580810546875,
+ -0.0196380615234375,
+ -0.01010894775390625,
+ -0.060089111328125,
+ 0.00039458274841308594,
+ -0.01641845703125,
+ 0.0188140869140625,
+ -0.0267486572265625,
+ -0.055145263671875,
+ 0.0028476715087890625,
+ 0.0247650146484375,
+ 0.00023734569549560547,
+ -0.0288848876953125,
+ 0.0227813720703125,
+ 0.024932861328125,
+ 0.01287841796875,
+ -0.03961181640625,
+ 0.0255889892578125,
+ -0.047210693359375,
+ -0.04852294921875,
+ 0.028564453125,
+ 0.00726318359375,
+ -0.0175018310546875,
+ -0.0007119178771972656,
+ -0.006893157958984375,
+ -0.0163421630859375,
+ -0.024261474609375,
+ 0.0280609130859375,
+ -0.005260467529296875,
+ 0.026580810546875,
+ -0.03253173828125,
+ 0.0323486328125,
+ 0.032012939453125,
+ 0.00205230712890625,
+ 0.009613037109375,
+ -0.035003662109375,
+ 0.05316162109375,
+ 0.0147705078125,
+ -0.028564453125,
+ -0.052154541015625,
+ 0.0240936279296875,
+ -0.036468505859375,
+ -0.00460052490234375,
+ -0.0099029541015625,
+ -0.0147705078125,
+ 0.009613037109375,
+ 0.0211334228515625,
+ 0.004375457763671875,
+ -0.0369873046875,
+ 0.01221466064453125,
+ -0.013702392578125,
+ -0.0127105712890625,
+ -0.011474609375,
+ -0.049530029296875,
+ 0.042266845703125,
+ -0.029541015625,
+ -0.0604248046875,
+ 0.006561279296875,
+ -0.003116607666015625,
+ -0.01386260986328125,
+ 0.0023937225341796875,
+ -0.03863525390625,
+ -0.001434326171875,
+ 0.0491943359375,
+ -0.031707763671875,
+ -0.03912353515625,
+ 0.019805908203125,
+ 0.0062713623046875,
+ 0.01444244384765625,
+ -0.00714111328125,
+ -0.015106201171875,
+ 0.012542724609375,
+ -0.00775909423828125,
+ 0.00870513916015625,
+ -0.01617431640625,
+ 0.0426025390625,
+ 0.04425048828125,
+ 0.00553131103515625,
+ -0.0166778564453125,
+ -0.00433349609375,
+ 0.01617431640625,
+ -0.002620697021484375,
+ -0.043914794921875,
+ 0.05181884765625,
+ -0.006893157958984375,
+ 0.038970947265625,
+ -0.024932861328125,
+ 0.029541015625,
+ -0.003589630126953125,
+ -0.0264129638671875,
+ -0.036651611328125,
+ -0.11029052734375,
+ -0.0239410400390625,
+ -0.0283966064453125,
+ -0.06341552734375,
+ -0.00875091552734375,
+ -0.0202178955078125,
+ -0.01139068603515625,
+ 0.046539306640625,
+ -0.040435791015625,
+ -0.0303802490234375,
+ -0.00213623046875,
+ 0.01287841796875,
+ -0.0016813278198242188,
+ 0.01617431640625,
+ -0.04754638671875,
+ -0.0369873046875,
+ 0.00887298583984375,
+ 0.032684326171875,
+ -0.034332275390625,
+ -0.0288848876953125,
+ -0.0232696533203125,
+ -0.0328369140625,
+ -0.02227783203125,
+ -0.0166778564453125,
+ -0.01485443115234375,
+ -0.016754150390625,
+ 0.0305328369140625,
+ -0.02789306640625,
+ -0.01345062255859375,
+ 0.003692626953125,
+ 0.059417724609375,
+ -0.04290771484375,
+ -0.059417724609375,
+ -0.01155853271484375,
+ -0.031524658203125,
+ -0.01019287109375,
+ -0.03448486328125,
+ 0.044891357421875,
+ -0.033660888671875,
+ 0.0009541511535644531,
+ 0.01519012451171875,
+ 0.037811279296875,
+ 0.0313720703125,
+ 0.01279449462890625,
+ 0.028228759765625,
+ -0.0614013671875,
+ 0.000621795654296875,
+ -0.0267486572265625,
+ 0.03582763671875,
+ -0.003589630126953125,
+ -0.0277252197265625,
+ 0.004352569580078125,
+ -0.0121307373046875,
+ 0.005199432373046875,
+ -0.0141143798828125,
+ -0.0216217041015625,
+ -0.02740478515625,
+ 0.0308685302734375,
+ 0.000453948974609375,
+ -0.00738525390625,
+ 0.03350830078125,
+ 0.00705718994140625,
+ 0.058441162109375,
+ 0.0614013671875,
+ 0.005405426025390625,
+ 0.011474609375,
+ 0.0252532958984375,
+ -0.00916290283203125,
+ 0.029876708984375,
+ 0.048858642578125,
+ -0.003589630126953125,
+ -0.03302001953125,
+ 0.06341552734375,
+ 0.0010938644409179688,
+ 0.0292205810546875,
+ -0.010894775390625,
+ -0.00998687744140625,
+ -0.0015583038330078125,
+ -0.0219573974609375,
+ 0.03350830078125,
+ -0.0292205810546875,
+ -0.028564453125,
+ 0.00014889240264892578,
+ 0.02740478515625,
+ 0.0232696533203125,
+ 0.074951171875,
+ 0.0204620361328125,
+ -0.011474609375,
+ 0.06671142578125,
+ -0.005859375,
+ 0.017578125,
+ 0.055145263671875,
+ -0.0168304443359375,
+ 0.06671142578125,
+ 0.005901336669921875,
+ 0.0022792816162109375,
+ -0.02227783203125,
+ 0.0435791015625,
+ 0.037628173828125,
+ -0.0283966064453125,
+ -0.0224456787109375,
+ 0.02740478515625,
+ -0.00342559814453125,
+ 0.0018568038940429688,
+ -0.041748046875,
+ -0.04290771484375,
+ -0.0025577545166015625,
+ -0.0275726318359375,
+ -0.003692626953125,
+ -0.007427215576171875,
+ 0.0010318756103515625,
+ -0.06402587890625,
+ 0.03564453125,
+ 0.024932861328125,
+ 0.0142822265625,
+ 0.0269012451171875,
+ 0.0089111328125,
+ -0.0283966064453125,
+ -0.032684326171875,
+ 0.0160980224609375,
+ 0.013946533203125,
+ 0.02294921875,
+ -0.0030956268310546875,
+ 0.00313568115234375,
+ 0.031707763671875,
+ -0.0124664306640625,
+ 0.037139892578125,
+ 0.0206298828125,
+ 0.022613525390625,
+ -0.005695343017578125,
+ -0.0267486572265625,
+ 0.022613525390625,
+ -0.0007119178771972656,
+ 0.0169219970703125,
+ 0.053802490234375,
+ -0.042083740234375,
+ 0.0089111328125,
+ -0.0185699462890625,
+ 0.028228759765625,
+ 0.046539306640625,
+ -0.0369873046875,
+ 0.0013513565063476562,
+ -0.0838623046875,
+ 0.0039215087890625,
+ -0.043914794921875,
+ -0.011138916015625,
+ -0.03399658203125,
+ -0.06402587890625,
+ 0.039276123046875,
+ -0.03729248046875,
+ -0.01849365234375,
+ -0.0009493827819824219,
+ 0.003673553466796875,
+ -0.01543426513671875,
+ 0.0267486572265625,
+ 0.018157958984375,
+ -0.029876708984375,
+ 0.00969696044921875,
+ 0.049530029296875,
+ -0.016998291015625,
+ -0.01526641845703125,
+ 0.00829315185546875,
+ 0.009246826171875,
+ -0.0141143798828125,
+ 0.0146942138671875,
+ -0.0604248046875,
+ -0.0018463134765625,
+ 0.04425048828125,
+ 0.00969696044921875,
+ 0.0160980224609375,
+ -0.00043320655822753906,
+ 0.0025177001953125,
+ -0.01461029052734375,
+ 0.0257568359375,
+ -0.0300445556640625,
+ 0.0147705078125,
+ -0.0069732666015625,
+ 0.0193939208984375,
+ -0.0267486572265625,
+ -0.042083740234375,
+ -0.019561767578125,
+ 0.042266845703125,
+ 0.003940582275390625,
+ 0.007015228271484375,
+ 0.00957489013671875,
+ -0.061737060546875,
+ 0.01568603515625,
+ 0.003673553466796875,
+ -0.0328369140625,
+ 0.0207977294921875,
+ 0.046539306640625,
+ -0.0300445556640625,
+ -0.007015228271484375,
+ 0.01560211181640625,
+ 0.0055694580078125,
+ -0.0157623291015625,
+ -0.039276123046875,
+ -0.0260772705078125,
+ -0.01007080078125,
+ -0.03021240234375,
+ -0.020965576171875,
+ 0.0210418701171875,
+ -0.0252532958984375,
+ 0.040283203125,
+ -0.0210418701171875,
+ 0.004558563232421875,
+ -0.0297088623046875,
+ -0.04522705078125,
+ 0.0257568359375,
+ -0.005817413330078125,
+ -0.0165863037109375,
+ -0.022125244140625,
+ 0.038116455078125,
+ 0.00940704345703125,
+ 0.00841522216796875,
+ 0.01386260986328125,
+ -0.0207977294921875,
+ -0.037811279296875,
+ 0.0089569091796875,
+ -0.0199737548828125,
+ 0.01081085205078125,
+ 0.001888275146484375,
+ 0.0548095703125,
+ 0.04852294921875,
+ 0.0158538818359375,
+ -0.00004076957702636719,
+ 0.063720703125,
+ 0.00792694091796875,
+ -0.0252532958984375,
+ 0.01155853271484375,
+ -0.01361846923828125,
+ 0.007221221923828125,
+ -0.0219573974609375,
+ -0.0190582275390625,
+ -0.0202178955078125,
+ 0.00714111328125,
+ -0.0180816650390625,
+ 0.01122283935546875,
+ 0.0210418701171875,
+ 0.00726318359375,
+ 0.017913818359375,
+ -0.0435791015625,
+ -0.0141143798828125,
+ 0.043243408203125,
+ -0.0104827880859375,
+ 0.08349609375,
+ -0.0236053466796875,
+ -0.06536865234375,
+ -0.0016508102416992188,
+ 0.0219573974609375,
+ -0.0012531280517578125,
+ 0.0199737548828125,
+ 0.03515625,
+ 0.003322601318359375,
+ 0.005695343017578125,
+ -0.007801055908203125,
+ 0.01019287109375,
+ 0.025909423828125,
+ 0.00272369384765625,
+ 0.0175018310546875,
+ -0.003570556640625,
+ -0.0100250244140625,
+ 0.05810546875,
+ 0.058441162109375,
+ 0.0193939208984375,
+ -0.0069732666015625,
+ 0.052154541015625,
+ -0.02459716796875,
+ -0.03070068359375,
+ -0.01641845703125,
+ -0.05908203125,
+ 0.04290771484375,
+ 0.0160064697265625,
+ 0.0323486328125,
+ 0.0313720703125,
+ -0.0210418701171875,
+ -0.04425048828125,
+ 0.019317626953125,
+ -0.03021240234375,
+ 0.06341552734375,
+ 0.031036376953125,
+ 0.0219573974609375,
+ 0.04144287109375,
+ -0.008087158203125,
+ -0.045562744140625,
+ 0.052154541015625,
+ 0.0107269287109375,
+ -0.004230499267578125,
+ 0.0207977294921875,
+ 0.029876708984375,
+ -0.0129547119140625,
+ -0.0614013671875,
+ -0.0031566619873046875,
+ 0.01320648193359375,
+ 0.0118865966796875,
+ 0.004230499267578125,
+ 0.007801055908203125,
+ 0.063720703125,
+ 0.019561767578125,
+ 0.0216217041015625,
+ 0.05316162109375,
+ 0.0318603515625,
+ -0.0035495758056640625,
+ 0.01361846923828125,
+ -0.0025787353515625,
+ 0.01641845703125,
+ -0.04754638671875,
+ 0.0236053466796875,
+ -0.0107269287109375,
+ 0.00940704345703125,
+ 0.0264129638671875,
+ 0.016754150390625,
+ -0.08056640625,
+ 0.0297088623046875,
+ 0.046875,
+ -0.0679931640625,
+ 0.029388427734375,
+ 0.0272369384765625,
+ -0.03399658203125,
+ 0.00647735595703125,
+ 0.00981903076171875,
+ -0.02459716796875,
+ -0.001918792724609375,
+ -0.02227783203125,
+ -0.051513671875,
+ -0.004230499267578125,
+ -0.002826690673828125,
+ -0.0614013671875,
+ -0.065673828125,
+ -0.048187255859375,
+ -0.03448486328125,
+ 0.0006499290466308594,
+ -0.01279449462890625,
+ 0.03448486328125,
+ 0.00406646728515625,
+ -0.003589630126953125,
+ 0.03448486328125,
+ 0.03863525390625,
+ -0.0090789794921875,
+ -0.0283966064453125,
+ 0.049530029296875,
+ -0.00817108154296875,
+ -0.058441162109375,
+ 0.0435791015625,
+ -0.00006192922592163086,
+ 0.048187255859375,
+ -0.05908203125,
+ -0.029876708984375,
+ 0.0174102783203125,
+ -0.032012939453125,
+ 0.007801055908203125,
+ 0.008087158203125,
+ -0.052490234375,
+ -0.0142822265625,
+ -0.04010009765625,
+ 0.0660400390625,
+ 0.005405426025390625,
+ 0.018646240234375,
+ -0.013702392578125,
+ -0.05975341796875,
+ 0.0288848876953125,
+ -0.06304931640625,
+ -0.054473876953125,
+ 0.002094268798828125,
+ 0.0015583038330078125,
+ -0.0224456787109375,
+ 0.05877685546875,
+ -0.0313720703125,
+ -0.0004954338073730469,
+ -0.0020847320556640625,
+ 0.061737060546875,
+ 0.019561767578125,
+ -0.01708984375,
+ -0.0260772705078125,
+ 0.032012939453125,
+ 0.0426025390625,
+ -0.05316162109375,
+ 0.00734710693359375,
+ -0.028717041015625,
+ -0.004085540771484375,
+ 0.0005674362182617188,
+ -0.054473876953125,
+ 0.0165863037109375,
+ 0.00020897388458251953,
+ -0.046875,
+ -0.0323486328125,
+ -0.0007581710815429688,
+ -0.02459716796875,
+ -0.0211334228515625,
+ 0.00775909423828125,
+ 0.025909423828125,
+ 0.0240936279296875,
+ 0.02740478515625,
+ 0.0129547119140625,
+ -0.03466796875,
+ 0.00788116455078125,
+ -0.03729248046875,
+ -0.016754150390625,
+ 0.021453857421875,
+ -0.059417724609375,
+ -0.02227783203125,
+ -0.020721435546875,
+ 0.02789306640625,
+ -0.028228759765625,
+ -0.0141143798828125,
+ -0.0297088623046875,
+ -0.0275726318359375,
+ 0.04144287109375,
+ -0.04010009765625,
+ 0.0038166046142578125,
+ -0.018402099609375,
+ -0.00746917724609375,
+ -0.029541015625,
+ -0.0113067626953125,
+ 0.019317626953125,
+ -0.00846099853515625,
+ 0.0203857421875,
+ 0.00734710693359375,
+ 0.0313720703125,
+ -0.044891357421875,
+ 0.022613525390625,
+ 0.016998291015625,
+ -0.021453857421875,
+ -0.0005855560302734375,
+ 0.016265869140625,
+ 0.0240936279296875,
+ 0.010894775390625,
+ 0.040283203125,
+ -0.029388427734375,
+ -0.015350341796875,
+ -0.059417724609375,
+ 0.032684326171875,
+ -0.00466156005859375,
+ -0.0031986236572265625,
+ -0.01204681396484375,
+ -0.0236053466796875,
+ -0.0792236328125,
+ -0.005817413330078125,
+ 0.0458984375,
+ -0.01403045654296875,
+ 0.00945281982421875,
+ -0.0146942138671875,
+ -0.028717041015625,
+ -0.00424957275390625,
+ -0.0127105712890625,
+ 0.0262451171875,
+ -0.0169219970703125,
+ 0.006561279296875,
+ 0.0037555694580078125,
+ -0.04290771484375,
+ 0.0234375,
+ 0.01056671142578125,
+ 0.0267486572265625,
+ 0.0227813720703125,
+ 0.0264129638671875,
+ -0.025421142578125,
+ 0.0129547119140625,
+ -0.0239410400390625,
+ -0.0300445556640625,
+ 0.005096435546875,
+ 0.006023406982421875,
+ 0.0061492919921875,
+ -0.0341796875,
+ -0.028228759765625,
+ 0.011474609375,
+ 0.029541015625,
+ 0.028564453125,
+ 0.0026416778564453125,
+ 0.0017948150634765625,
+ 0.0445556640625,
+ 0.0014028549194335938,
+ 0.073974609375,
+ -0.03631591796875,
+ -0.0379638671875,
+ -0.012298583984375,
+ -0.0155181884765625,
+ 0.0203094482421875,
+ 0.041259765625,
+ -0.003177642822265625,
+ -0.0210418701171875,
+ -0.0177459716796875,
+ 0.0240936279296875,
+ -0.002269744873046875,
+ -0.03582763671875,
+ -0.03680419921875,
+ 0.004085540771484375,
+ 0.000732421875,
+ 0.0260772705078125,
+ 0.043914794921875,
+ 0.057769775390625,
+ 0.01023101806640625,
+ 0.0305328369140625,
+ 0.01081085205078125,
+ 0.05181884765625,
+ 0.01526641845703125,
+ -0.028564453125,
+ -0.0180816650390625,
+ -0.0197296142578125,
+ 0.01139068603515625,
+ -0.028228759765625,
+ -0.035980224609375,
+ 0.0280609130859375,
+ 0.0384521484375,
+ -0.07623291015625,
+ -0.0231170654296875,
+ 0.00734710693359375,
+ -0.0143585205078125,
+ 0.0075531005859375,
+ 0.01043701171875,
+ -0.005199432373046875,
+ 0.0300445556640625,
+ 0.0303802490234375,
+ -0.04522705078125,
+ 0.01023101806640625,
+ -0.0211334228515625,
+ 0.0155181884765625,
+ 0.061065673828125,
+ 0.01419830322265625,
+ -0.00714111328125,
+ 0.0224456787109375,
+ 0.033172607421875,
+ 0.040435791015625,
+ 0.02227783203125,
+ 0.0247650146484375,
+ 0.01262664794921875,
+ 0.04290771484375,
+ 0.06304931640625,
+ 0.048858642578125,
+ -0.0155181884765625,
+ -0.0202178955078125,
+ 0.02508544921875,
+ 0.029541015625,
+ 0.029876708984375,
+ 0.06768798828125,
+ 0.006439208984375,
+ 0.0211334228515625,
+ 0.00887298583984375,
+ -0.03302001953125,
+ -0.00940704345703125,
+ 0.0240936279296875,
+ 0.0292205810546875,
+ -0.056121826171875,
+ -0.051513671875,
+ -0.002506256103515625,
+ -0.0614013671875,
+ 0.033660888671875,
+ 0.0203857421875,
+ -0.0204620361328125,
+ -0.0180816650390625,
+ 0.060089111328125,
+ -0.0039005279541015625,
+ -0.05810546875,
+ 0.019317626953125,
+ -0.03680419921875,
+ -0.0277252197265625,
+ -0.02227783203125,
+ -0.01849365234375,
+ 0.0374755859375,
+ -0.033355712890625,
+ -0.029388427734375,
+ -0.02294921875,
+ 0.007511138916015625,
+ -0.03253173828125,
+ -0.0548095703125,
+ -0.004375457763671875,
+ 0.012542724609375,
+ 0.000013768672943115234,
+ -0.0260772705078125,
+ -0.05743408203125,
+ -0.03253173828125,
+ -0.0147705078125,
+ -0.017333984375,
+ -0.0149383544921875,
+ -0.035491943359375,
+ -0.046875,
+ -0.00034809112548828125,
+ -0.000043511390686035156,
+ -0.029052734375,
+ 0.005405426025390625,
+ -0.0318603515625,
+ 0.028228759765625,
+ 0.0219573974609375,
+ 0.005779266357421875,
+ 0.03680419921875,
+ 0.052490234375,
+ -0.0160980224609375,
+ 0.0029087066650390625,
+ 0.002971649169921875,
+ -0.043243408203125,
+ 0.009368896484375,
+ 0.013702392578125,
+ 0.013702392578125,
+ -0.021453857421875,
+ 0.01386260986328125,
+ 0.041595458984375,
+ -0.07855224609375,
+ 0.0189056396484375,
+ -0.02789306640625,
+ -0.03466796875,
+ -0.051177978515625,
+ -0.0143585205078125,
+ 0.0155181884765625,
+ 0.03680419921875,
+ 0.08648681640625,
+ 0.0086212158203125,
+ -0.0040435791015625,
+ 0.0004849433898925781,
+ -0.053497314453125,
+ 0.0703125,
+ 0.004024505615234375,
+ 0.03070068359375,
+ -0.039459228515625,
+ -0.0032806396484375,
+ 0.0132904052734375,
+ -0.039794921875,
+ -0.00994873046875,
+ -0.09307861328125,
+ 0.0257568359375,
+ 0.04754638671875,
+ 0.004520416259765625,
+ -0.017333984375,
+ 0.002063751220703125,
+ -0.040771484375,
+ -0.019317626953125,
+ -0.034332275390625,
+ 0.0244293212890625,
+ 0.0100250244140625,
+ -0.0055694580078125,
+ -0.00553131103515625,
+ 0.033355712890625,
+ -0.00518035888671875,
+ -0.042083740234375,
+ -0.0300445556640625,
+ -0.02740478515625,
+ 0.054473876953125,
+ -0.00047469139099121094,
+ -0.025909423828125,
+ -0.0003662109375,
+ 0.0160064697265625,
+ 0.0252532958984375,
+ 0.01378631591796875,
+ 0.061737060546875,
+ -0.0277252197265625,
+ -0.0168304443359375,
+ 0.008209228515625,
+ 0.042266845703125,
+ 0.00800323486328125,
+ 0.017333984375,
+ 0.00969696044921875,
+ 0.033172607421875,
+ 0.02508544921875,
+ -0.0236053466796875,
+ 0.040435791015625,
+ 0.056121826171875,
+ -0.02130126953125,
+ -0.06207275390625,
+ -0.0369873046875,
+ -0.01171875,
+ 0.021453857421875,
+ -0.0194854736328125,
+ 0.046875,
+ 0.019805908203125,
+ -0.01444244384765625,
+ -0.1016845703125,
+ 0.04986572265625,
+ -0.02294921875,
+ 0.026580810546875,
+ -0.0247650146484375,
+ -0.0231170654296875,
+ -0.0548095703125,
+ -0.05413818359375,
+ -0.01320648193359375,
+ 0.03533935546875,
+ 0.0031986236572265625,
+ 0.031036376953125,
+ -0.0158538818359375,
+ 0.009368896484375,
+ 0.0379638671875,
+ -0.006023406982421875,
+ 0.01485443115234375,
+ 0.05712890625,
+ 0.029541015625,
+ -0.031707763671875,
+ 0.05413818359375,
+ -0.0210418701171875,
+ 0.017913818359375,
+ -0.028717041015625,
+ 0.009246826171875,
+ 0.00870513916015625,
+ -0.019317626953125,
+ -0.022125244140625,
+ -0.00205230712890625,
+ 0.035003662109375,
+ 0.0147705078125,
+ -0.021453857421875,
+ -0.01617431640625,
+ -0.03533935546875,
+ 0.0057373046875,
+ -0.006107330322265625,
+ -0.0297088623046875,
+ -0.003692626953125,
+ 0.02178955078125,
+ 0.0199737548828125,
+ -0.031707763671875,
+ -0.03729248046875,
+ -0.07330322265625,
+ -0.00714111328125,
+ -0.0374755859375,
+ -0.03302001953125,
+ 0.003673553466796875,
+ 0.00412750244140625,
+ -0.0033435821533203125,
+ -0.024932861328125,
+ 0.0458984375,
+ -0.01543426513671875,
+ -0.01163482666015625,
+ -0.0435791015625,
+ 0.0308685302734375,
+ 0.0062713623046875,
+ 0.0303802490234375,
+ -0.01139068603515625,
+ -0.044891357421875,
+ 0.0275726318359375,
+ 0.007801055908203125,
+ 0.0022487640380859375,
+ -0.0127105712890625,
+ -0.0191497802734375,
+ -0.036651611328125,
+ 0.0000712275505065918,
+ -0.073974609375,
+ -0.007965087890625,
+ 0.033843994140625,
+ 0.00489044189453125,
+ -0.0008254051208496094,
+ -0.0445556640625,
+ 0.03533935546875,
+ -0.0292205810546875,
+ -0.05908203125,
+ 0.01543426513671875,
+ -0.00240325927734375,
+ -0.023773193359375,
+ 0.0086669921875,
+ -0.006519317626953125,
+ -0.03912353515625,
+ 0.0313720703125,
+ 0.02130126953125,
+ 0.034332275390625,
+ 0.023773193359375,
+ -0.01287841796875,
+ -0.0257568359375,
+ -0.0157623291015625,
+ -0.0231170654296875,
+ 0.03350830078125,
+ 0.048187255859375,
+ 0.0055694580078125,
+ -0.0034656524658203125,
+ 0.0247650146484375,
+ -0.003940582275390625,
+ -0.0802001953125,
+ -0.013702392578125,
+ 0.0110626220703125,
+ -0.061065673828125,
+ 0.00800323486328125,
+ 0.04290771484375,
+ 0.021453857421875,
+ -0.0145263671875,
+ 0.037811279296875,
+ 0.09112548828125,
+ 0.0244293212890625,
+ 0.0160064697265625,
+ 0.0026416778564453125,
+ -0.0693359375,
+ 0.003177642822265625,
+ 0.0435791015625,
+ 0.00635528564453125,
+ -0.068359375,
+ 0.06341552734375,
+ 0.0703125,
+ -0.01015472412109375,
+ -0.0142822265625,
+ 0.0048065185546875,
+ -0.0143585205078125,
+ 0.02740478515625,
+ 0.0030956268310546875,
+ -0.00431060791015625,
+ -0.08782958984375,
+ 0.004085540771484375,
+ 0.01312255859375,
+ 0.0004100799560546875,
+ -0.003570556640625,
+ -0.015106201171875,
+ -0.0231170654296875,
+ 0.035980224609375,
+ -0.03448486328125,
+ -0.0086669921875,
+ -0.01287841796875,
+ 0.061737060546875,
+ 0.0145263671875,
+ -0.043914794921875,
+ -0.0435791015625,
+ 0.062408447265625,
+ 0.0277252197265625,
+ -0.016265869140625,
+ 0.033843994140625,
+ 0.018402099609375,
+ -0.00887298583984375,
+ 0.04425048828125,
+ 0.0693359375,
+ -0.0006756782531738281,
+ 0.031707763671875,
+ 0.019317626953125,
+ -0.054473876953125,
+ 0.018157958984375,
+ -0.015350341796875,
+ -0.004558563232421875,
+ -0.017913818359375,
+ -0.02178955078125,
+ -0.037139892578125,
+ -0.062744140625,
+ 0.037139892578125,
+ -0.0240936279296875,
+ 0.0288848876953125,
+ 0.01337432861328125,
+ 0.0013828277587890625,
+ -0.01180267333984375,
+ 0.00714111328125,
+ 0.01419830322265625,
+ 0.039794921875,
+ 0.020050048828125,
+ 0.0086669921875,
+ 0.03729248046875,
+ 0.00994873046875,
+ 0.0206298828125,
+ -0.031524658203125,
+ 0.049530029296875,
+ -0.043914794921875,
+ -0.0118865966796875,
+ -0.040435791015625,
+ -0.0018053054809570312,
+ 0.0110626220703125,
+ -0.0183258056640625,
+ 0.01056671142578125,
+ -0.042083740234375,
+ 0.02227783203125,
+ -0.03253173828125,
+ -0.0369873046875,
+ 0.005611419677734375,
+ 0.04010009765625,
+ -0.0548095703125,
+ 0.041748046875,
+ 0.004703521728515625,
+ -0.0305328369140625,
+ 0.025421142578125,
+ -0.03631591796875,
+ 0.05810546875,
+ 0.0203857421875,
+ 0.0135345458984375,
+ -0.0189056396484375,
+ 0.0232696533203125,
+ -0.0016813278198242188,
+ 0.0313720703125,
+ 0.02740478515625,
+ 0.0272369384765625,
+ -0.0121307373046875,
+ 0.041259765625,
+ 0.046539306640625,
+ -0.0034046173095703125,
+ -0.019317626953125,
+ 0.053802490234375,
+ -0.0003275871276855469,
+ -0.039276123046875,
+ 0.0703125,
+ 0.0234375,
+ 0.005985260009765625,
+ -0.0038166046142578125,
+ 0.004787445068359375,
+ -0.017578125,
+ -0.038116455078125,
+ 0.061737060546875,
+ -0.0006265640258789062,
+ -0.00952911376953125,
+ 0.005695343017578125,
+ -0.089111328125,
+ 0.0252532958984375,
+ 0.001010894775390625,
+ 0.052490234375,
+ -0.0129547119140625,
+ 0.0205535888671875,
+ -0.0300445556640625,
+ -0.01873779296875,
+ 0.0012273788452148438,
+ 0.0160980224609375,
+ -0.0057373046875,
+ 0.02789306640625,
+ -0.0118865966796875,
+ 0.0548095703125,
+ 0.01593017578125,
+ -0.0244293212890625,
+ -0.07659912109375,
+ -0.029876708984375,
+ -0.0014133453369140625,
+ 0.005985260009765625,
+ 0.036163330078125,
+ -0.05316162109375,
+ -0.01873779296875,
+ 0.00042557716369628906,
+ 0.0206298828125,
+ 0.0650634765625,
+ 0.00048232078552246094,
+ 0.033660888671875,
+ 0.041259765625,
+ -0.0232696533203125,
+ -0.02227783203125,
+ -0.00431060791015625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "time-machine-analysis",
+ "backup-forensics",
+ "sparse-bundle",
+ "apfs-snapshots",
+ "hardlink-analysis",
+ "historical-recovery",
+ "manifest-parsing"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_xmount",
+ "type": "tool",
+ "name": "xmount",
+ "content": "xmount virtuelles dateisystem mountet forensische images als block-devices für live-analyse ohne extraktion. unterstützt ewf, aff, raw und dmg-formate mit gleichzeitiger konvertierung zwischen formaten. besonders wertvoll: cache-system beschleunigt wiederholte zugriffe, write-cache simuliert beschreibbare images für tests. fuse-basierte architektur für linux/macos-integration. perfekt für timeline-tools die direkten disk-zugriff benötigen. cli virtual-filesystem image-mounting format-conversion fuse-based cache-system write-simulation cross-format static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.032928466796875,
+ 0.031341552734375,
+ 0.04150390625,
+ -0.050689697265625,
+ 0.036529541015625,
+ 0.03253173828125,
+ 0.034332275390625,
+ -0.0015659332275390625,
+ -0.006011962890625,
+ -0.026947021484375,
+ -0.0114288330078125,
+ 0.040313720703125,
+ 0.01092529296875,
+ -0.0293426513671875,
+ -0.0309295654296875,
+ 0.0219573974609375,
+ -0.003643035888671875,
+ 0.0238494873046875,
+ 0.001621246337890625,
+ -0.01042938232421875,
+ -0.015869140625,
+ -0.019256591796875,
+ -0.039306640625,
+ 0.01557159423828125,
+ 0.02294921875,
+ -0.004741668701171875,
+ -0.0171661376953125,
+ -0.055084228515625,
+ -0.01287078857421875,
+ -0.0037670135498046875,
+ -0.003368377685546875,
+ -0.020660400390625,
+ 0.020355224609375,
+ 0.03533935546875,
+ 0.040313720703125,
+ -0.0063629150390625,
+ -0.0223541259765625,
+ -0.04510498046875,
+ -0.0201568603515625,
+ 0.051483154296875,
+ -0.0226593017578125,
+ 0.02325439453125,
+ 0.01172637939453125,
+ -0.01557159423828125,
+ -0.016571044921875,
+ -0.031524658203125,
+ -0.031524658203125,
+ -0.035736083984375,
+ 0.00982666015625,
+ -0.043304443359375,
+ 0.02734375,
+ 0.0267486572265625,
+ 0.01666259765625,
+ 0.0038166046142578125,
+ -0.03314208984375,
+ 0.0178680419921875,
+ 0.0041656494140625,
+ -0.0149688720703125,
+ -0.045318603515625,
+ 0.03173828125,
+ -0.04071044921875,
+ -0.017364501953125,
+ 0.01247406005859375,
+ 0.0156707763671875,
+ 0.015869140625,
+ 0.053497314453125,
+ -0.0138702392578125,
+ -0.03192138671875,
+ -0.00626373291015625,
+ 0.005939483642578125,
+ 0.00556182861328125,
+ -0.0153656005859375,
+ -0.022247314453125,
+ 0.0209503173828125,
+ -0.0216522216796875,
+ -0.02215576171875,
+ 0.0297393798828125,
+ 0.00933074951171875,
+ -0.0060882568359375,
+ -0.0182647705078125,
+ -0.041900634765625,
+ 0.00982666015625,
+ 0.033721923828125,
+ -0.0092315673828125,
+ -0.02325439453125,
+ -0.014068603515625,
+ 0.0088348388671875,
+ 0.00878143310546875,
+ -0.0204620361328125,
+ 0.00399017333984375,
+ 0.0186614990234375,
+ 0.0174713134765625,
+ -0.00434112548828125,
+ -0.0200653076171875,
+ 0.0293426513671875,
+ 0.059478759765625,
+ -0.0149688720703125,
+ -0.017669677734375,
+ 0.01123046875,
+ 0.03192138671875,
+ 0.02545166015625,
+ -0.037109375,
+ 0.033538818359375,
+ -0.0213623046875,
+ 0.0650634765625,
+ -0.017059326171875,
+ 0.0220489501953125,
+ -0.0147705078125,
+ -0.0172576904296875,
+ -0.0138702392578125,
+ -0.09259033203125,
+ -0.050506591796875,
+ -0.01267242431640625,
+ -0.058685302734375,
+ -0.03314208984375,
+ -0.00508880615234375,
+ 0.0030803680419921875,
+ 0.034332275390625,
+ -0.050506591796875,
+ -0.0531005859375,
+ 0.01102447509765625,
+ 0.0219573974609375,
+ 0.00399017333984375,
+ 0.012176513671875,
+ -0.047698974609375,
+ -0.0213623046875,
+ 0.0147705078125,
+ 0.018463134765625,
+ -0.03033447265625,
+ 0.005016326904296875,
+ -0.02593994140625,
+ -0.0634765625,
+ -0.0257415771484375,
+ -0.009429931640625,
+ -0.007534027099609375,
+ -0.031524658203125,
+ 0.01187896728515625,
+ -0.021759033203125,
+ -0.0168609619140625,
+ 0.0007796287536621094,
+ 0.046905517578125,
+ -0.0174713134765625,
+ -0.06268310546875,
+ -0.0103759765625,
+ -0.032745361328125,
+ -0.016265869140625,
+ -0.0245513916015625,
+ 0.05548095703125,
+ -0.041717529296875,
+ -0.0190582275390625,
+ -0.00897979736328125,
+ 0.031524658203125,
+ 0.041900634765625,
+ 0.017364501953125,
+ 0.00263214111328125,
+ -0.044097900390625,
+ 0.0147705078125,
+ -0.0011911392211914062,
+ 0.0289459228515625,
+ -0.02874755859375,
+ -0.0097808837890625,
+ 0.0116729736328125,
+ -0.0021457672119140625,
+ 0.048095703125,
+ -0.022247314453125,
+ -0.058685302734375,
+ -0.033538818359375,
+ 0.01207733154296875,
+ 0.0001169443130493164,
+ 0.0066375732421875,
+ 0.020355224609375,
+ 0.02593994140625,
+ 0.06146240234375,
+ 0.042510986328125,
+ 0.01486968994140625,
+ 0.016265869140625,
+ 0.0022830963134765625,
+ 0.01262664794921875,
+ 0.029937744140625,
+ 0.0238494873046875,
+ -0.0246429443359375,
+ -0.001995086669921875,
+ 0.046295166015625,
+ 0.015869140625,
+ 0.0194549560546875,
+ -0.0119781494140625,
+ -0.01776123046875,
+ -0.006160736083984375,
+ -0.0289459228515625,
+ 0.0172576904296875,
+ -0.0101776123046875,
+ -0.0172576904296875,
+ 0.0018835067749023438,
+ 0.03851318359375,
+ 0.011077880859375,
+ 0.06585693359375,
+ 0.043701171875,
+ -0.040130615234375,
+ 0.025054931640625,
+ -0.0006299018859863281,
+ 0.0190582275390625,
+ 0.048492431640625,
+ -0.018157958984375,
+ 0.0241546630859375,
+ 0.0096282958984375,
+ 0.0085296630859375,
+ -0.00489044189453125,
+ 0.035919189453125,
+ 0.0361328125,
+ -0.0108795166015625,
+ -0.0111236572265625,
+ 0.05108642578125,
+ -0.017364501953125,
+ -0.021453857421875,
+ -0.0219573974609375,
+ -0.04669189453125,
+ 0.0149688720703125,
+ -0.038116455078125,
+ 0.0009918212890625,
+ -0.00972747802734375,
+ -0.01546478271484375,
+ -0.043304443359375,
+ 0.0103759765625,
+ 0.0323486328125,
+ -0.004116058349609375,
+ 0.061065673828125,
+ -0.00276947021484375,
+ -0.037322998046875,
+ -0.051483154296875,
+ 0.03472900390625,
+ 0.0097808837890625,
+ 0.031524658203125,
+ -0.0168609619140625,
+ 0.0018463134765625,
+ -0.00041794776916503906,
+ -0.02874755859375,
+ 0.061859130859375,
+ 0.0219573974609375,
+ -0.0005769729614257812,
+ -0.0017709732055664062,
+ -0.0201568603515625,
+ 0.028533935546875,
+ -0.01177215576171875,
+ 0.0333251953125,
+ 0.033538818359375,
+ -0.029144287109375,
+ -0.00768280029296875,
+ -0.01396942138671875,
+ 0.00693511962890625,
+ 0.0361328125,
+ -0.057891845703125,
+ -0.018157958984375,
+ -0.09942626953125,
+ 0.0033931732177734375,
+ -0.055084228515625,
+ -0.005962371826171875,
+ -0.0234527587890625,
+ -0.042724609375,
+ 0.0546875,
+ -0.029541015625,
+ -0.01202392578125,
+ -0.00611114501953125,
+ -0.000033915042877197266,
+ 0.0040435791015625,
+ 0.032928466796875,
+ -0.0198516845703125,
+ -0.03472900390625,
+ -0.0023822784423828125,
+ 0.08740234375,
+ -0.0075836181640625,
+ -0.009033203125,
+ -0.031524658203125,
+ 0.0216522216796875,
+ 0.006435394287109375,
+ 0.0191650390625,
+ -0.0531005859375,
+ 0.0198516845703125,
+ 0.0196533203125,
+ 0.026947021484375,
+ 0.0107269287109375,
+ -0.040313720703125,
+ 0.002445220947265625,
+ 0.00611114501953125,
+ 0.02545166015625,
+ -0.04132080078125,
+ -0.0008234977722167969,
+ -0.0011854171752929688,
+ 0.00713348388671875,
+ -0.03411865234375,
+ -0.0518798828125,
+ 0.0189666748046875,
+ 0.042510986328125,
+ -0.004314422607421875,
+ 0.01102447509765625,
+ -0.00958251953125,
+ -0.05108642578125,
+ 0.0216522216796875,
+ -0.01317596435546875,
+ 0.004241943359375,
+ 0.0197601318359375,
+ 0.043914794921875,
+ -0.029937744140625,
+ 0.011077880859375,
+ 0.004940032958984375,
+ -0.0111236572265625,
+ -0.01447296142578125,
+ -0.036529541015625,
+ -0.0171661376953125,
+ -0.02734375,
+ -0.005039215087890625,
+ -0.025543212890625,
+ 0.0263519287109375,
+ -0.0333251953125,
+ 0.0149688720703125,
+ -0.026947021484375,
+ -0.0070343017578125,
+ -0.0562744140625,
+ -0.038726806640625,
+ 0.009429931640625,
+ -0.0183563232421875,
+ -0.01806640625,
+ -0.02593994140625,
+ 0.04888916015625,
+ 0.0147705078125,
+ 0.01023101806640625,
+ -0.01247406005859375,
+ 0.00693511962890625,
+ -0.024749755859375,
+ -0.0114288330078125,
+ -0.00738525390625,
+ 0.026947021484375,
+ 0.00014889240264892578,
+ 0.0531005859375,
+ 0.0458984375,
+ 0.02545166015625,
+ -0.00379180908203125,
+ 0.06268310546875,
+ 0.027740478515625,
+ -0.0130767822265625,
+ 0.01123046875,
+ 0.00426483154296875,
+ 0.006984710693359375,
+ 0.033721923828125,
+ -0.0189666748046875,
+ -0.043701171875,
+ -0.0034427642822265625,
+ -0.013275146484375,
+ 0.0194549560546875,
+ 0.003940582275390625,
+ 0.03411865234375,
+ 0.0125274658203125,
+ -0.04071044921875,
+ 0.00611114501953125,
+ 0.0694580078125,
+ -0.00958251953125,
+ 0.084228515625,
+ -0.0160675048828125,
+ -0.055084228515625,
+ 0.039520263671875,
+ 0.040924072265625,
+ 0.01486968994140625,
+ -0.0134735107421875,
+ 0.051483154296875,
+ 0.0030689239501953125,
+ -0.005886077880859375,
+ 0.02813720703125,
+ 0.0015277862548828125,
+ 0.033935546875,
+ 0.0014286041259765625,
+ 0.0197601318359375,
+ 0.0023708343505859375,
+ -0.0196533203125,
+ 0.0297393798828125,
+ 0.061065673828125,
+ 0.01132965087890625,
+ 0.00208282470703125,
+ 0.01137542724609375,
+ -0.0034427642822265625,
+ -0.0096282958984375,
+ -0.029541015625,
+ -0.0750732421875,
+ -0.005462646484375,
+ 0.019256591796875,
+ 0.018463134765625,
+ 0.007434844970703125,
+ -0.0279388427734375,
+ -0.038330078125,
+ 0.0064849853515625,
+ -0.032928466796875,
+ 0.06585693359375,
+ 0.0271453857421875,
+ 0.0271453857421875,
+ 0.04290771484375,
+ -0.005313873291015625,
+ -0.014373779296875,
+ 0.02813720703125,
+ -0.01003265380859375,
+ -0.002208709716796875,
+ 0.02593994140625,
+ 0.0355224609375,
+ -0.00571441650390625,
+ -0.013671875,
+ 0.0183563232421875,
+ 0.03851318359375,
+ 0.0175628662109375,
+ 0.006038665771484375,
+ 0.0213623046875,
+ 0.032928466796875,
+ 0.0218505859375,
+ -0.0230560302734375,
+ 0.04730224609375,
+ 0.0289459228515625,
+ -0.0215606689453125,
+ 0.0108795166015625,
+ 0.0030059814453125,
+ -0.009429931640625,
+ -0.04949951171875,
+ 0.0017337799072265625,
+ 0.005615234375,
+ -0.00351715087890625,
+ -0.004863739013671875,
+ 0.036529541015625,
+ -0.066650390625,
+ 0.014068603515625,
+ 0.0399169921875,
+ -0.060272216796875,
+ 0.04150390625,
+ -0.0125274658203125,
+ -0.0377197265625,
+ 0.007434844970703125,
+ -0.01377105712890625,
+ -0.064697265625,
+ 0.0267486572265625,
+ -0.04949951171875,
+ -0.0216522216796875,
+ 0.0107269287109375,
+ 0.04510498046875,
+ -0.0361328125,
+ -0.027740478515625,
+ -0.00469207763671875,
+ -0.0234527587890625,
+ -0.019561767578125,
+ 0.004913330078125,
+ 0.041107177734375,
+ 0.005290985107421875,
+ -0.01526641845703125,
+ 0.0209503173828125,
+ 0.048309326171875,
+ -0.001129150390625,
+ -0.02813720703125,
+ 0.06304931640625,
+ -0.03912353515625,
+ -0.03533935546875,
+ 0.03692626953125,
+ 0.017059326171875,
+ 0.022247314453125,
+ -0.0283355712890625,
+ -0.0194549560546875,
+ -0.01995849609375,
+ 0.0230560302734375,
+ -0.0033435821533203125,
+ 0.031524658203125,
+ -0.0546875,
+ -0.04052734375,
+ -0.06903076171875,
+ 0.042327880859375,
+ 0.008087158203125,
+ 0.0309295654296875,
+ 0.0293426513671875,
+ -0.041900634765625,
+ 0.0212554931640625,
+ -0.057891845703125,
+ -0.035125732421875,
+ -0.00106048583984375,
+ 0.00948333740234375,
+ -0.0179595947265625,
+ 0.07586669921875,
+ -0.01058197021484375,
+ -0.02655029296875,
+ -0.01416778564453125,
+ 0.0246429443359375,
+ 0.0160675048828125,
+ -0.0011730194091796875,
+ -0.0178680419921875,
+ 0.03411865234375,
+ 0.03912353515625,
+ -0.0458984375,
+ -0.0086822509765625,
+ -0.01267242431640625,
+ -0.0064849853515625,
+ 0.0208587646484375,
+ -0.07025146484375,
+ 0.007335662841796875,
+ 0.0163726806640625,
+ -0.048309326171875,
+ -0.00823211669921875,
+ -0.0231475830078125,
+ -0.01416778564453125,
+ -0.01247406005859375,
+ 0.012176513671875,
+ 0.045318603515625,
+ -0.0185546875,
+ 0.050689697265625,
+ -0.0028324127197265625,
+ 0.0220489501953125,
+ 0.026947021484375,
+ -0.00992584228515625,
+ -0.00638580322265625,
+ 0.001384735107421875,
+ -0.072265625,
+ -0.047088623046875,
+ -0.020751953125,
+ 0.0323486328125,
+ -0.03692626953125,
+ -0.0168609619140625,
+ -0.019561767578125,
+ -0.01157379150390625,
+ 0.0443115234375,
+ -0.052703857421875,
+ -0.007785797119140625,
+ -0.0235443115234375,
+ -0.034515380859375,
+ -0.02734375,
+ 0.005290985107421875,
+ 0.01247406005859375,
+ 0.018157958984375,
+ 0.0153656005859375,
+ 0.01337432861328125,
+ 0.0263519287109375,
+ -0.06787109375,
+ 0.024749755859375,
+ 0.0212554931640625,
+ 0.00341796875,
+ 0.0213623046875,
+ -0.0032939910888671875,
+ -0.01023101806640625,
+ 0.003131866455078125,
+ 0.037109375,
+ -0.0246429443359375,
+ -0.0204620361328125,
+ -0.058685302734375,
+ 0.029937744140625,
+ 0.025146484375,
+ -0.034332275390625,
+ -0.01396942138671875,
+ -0.0333251953125,
+ -0.052703857421875,
+ 0.00913238525390625,
+ 0.050506591796875,
+ -0.00441741943359375,
+ 0.0023326873779296875,
+ -0.037322998046875,
+ -0.03314208984375,
+ 0.003566741943359375,
+ -0.0019330978393554688,
+ 0.0271453857421875,
+ -0.02435302734375,
+ 0.0253448486328125,
+ -0.0101318359375,
+ -0.0245513916015625,
+ 0.03631591796875,
+ 0.03033447265625,
+ 0.044921875,
+ 0.048492431640625,
+ 0.0178680419921875,
+ -0.030731201171875,
+ -0.0017461776733398438,
+ -0.01157379150390625,
+ -0.02734375,
+ 0.0167694091796875,
+ -0.00414276123046875,
+ 0.034942626953125,
+ -0.0186614990234375,
+ -0.02874755859375,
+ 0.003269195556640625,
+ 0.02813720703125,
+ 0.032745361328125,
+ -0.0175628662109375,
+ -0.0142669677734375,
+ 0.01078033447265625,
+ -0.0153656005859375,
+ 0.06787109375,
+ -0.0160675048828125,
+ -0.048309326171875,
+ 0.006336212158203125,
+ -0.0101318359375,
+ 0.028533935546875,
+ 0.02734375,
+ -0.005939483642578125,
+ -0.02325439453125,
+ 0.0004303455352783203,
+ 0.049102783203125,
+ -0.0267486572265625,
+ -0.038909912109375,
+ 0.01776123046875,
+ 0.00992584228515625,
+ 0.029541015625,
+ 0.05987548828125,
+ 0.041717529296875,
+ 0.071044921875,
+ 0.00848388671875,
+ 0.002407073974609375,
+ 0.0275421142578125,
+ 0.055084228515625,
+ 0.01177215576171875,
+ -0.006011962890625,
+ -0.041717529296875,
+ -0.013275146484375,
+ 0.0271453857421875,
+ -0.0219573974609375,
+ -0.034942626953125,
+ 0.00006121397018432617,
+ 0.07586669921875,
+ -0.05389404296875,
+ 0.0008606910705566406,
+ -0.0070343017578125,
+ -0.0025081634521484375,
+ 0.01232147216796875,
+ 0.0040435791015625,
+ -0.019256591796875,
+ 0.02734375,
+ 0.0175628662109375,
+ -0.0355224609375,
+ 0.01337432861328125,
+ -0.02593994140625,
+ -0.0116729736328125,
+ 0.0297393798828125,
+ 0.02593994140625,
+ -0.00913238525390625,
+ 0.044097900390625,
+ 0.01172637939453125,
+ 0.038116455078125,
+ 0.0125732421875,
+ 0.034515380859375,
+ 0.024749755859375,
+ 0.0197601318359375,
+ 0.04132080078125,
+ 0.06988525390625,
+ -0.03173828125,
+ -0.0178680419921875,
+ 0.0017709732055664062,
+ 0.03692626953125,
+ 0.0606689453125,
+ 0.0562744140625,
+ 0.01212310791015625,
+ 0.006687164306640625,
+ -0.01187896728515625,
+ -0.05706787109375,
+ 0.0193634033203125,
+ 0.01207733154296875,
+ 0.019561767578125,
+ -0.038726806640625,
+ -0.0531005859375,
+ 0.0237579345703125,
+ -0.04791259765625,
+ 0.0186614990234375,
+ 0.0034427642822265625,
+ -0.010528564453125,
+ -0.02874755859375,
+ 0.0297393798828125,
+ -0.01776123046875,
+ -0.026947021484375,
+ 0.0025196075439453125,
+ -0.00351715087890625,
+ -0.03533935546875,
+ -0.034515380859375,
+ -0.041717529296875,
+ 0.023956298828125,
+ -0.0008106231689453125,
+ -0.05828857421875,
+ -0.035919189453125,
+ 0.026153564453125,
+ -0.032745361328125,
+ -0.026153564453125,
+ -0.04071044921875,
+ -0.005687713623046875,
+ -0.0125732421875,
+ -0.043914794921875,
+ -0.0257415771484375,
+ -0.0169677734375,
+ 0.0160675048828125,
+ -0.0293426513671875,
+ 0.04071044921875,
+ -0.036712646484375,
+ -0.02813720703125,
+ -0.00768280029296875,
+ -0.021759033203125,
+ -0.04669189453125,
+ 0.0149688720703125,
+ -0.04132080078125,
+ 0.0234527587890625,
+ 0.01062774658203125,
+ 0.0443115234375,
+ 0.026153564453125,
+ 0.042724609375,
+ -0.037933349609375,
+ 0.0186614990234375,
+ -0.0088348388671875,
+ -0.0606689453125,
+ 0.0013599395751953125,
+ -0.003467559814453125,
+ 0.0194549560546875,
+ -0.07025146484375,
+ -0.00728607177734375,
+ 0.055877685546875,
+ -0.07147216796875,
+ 0.015960693359375,
+ -0.02215576171875,
+ -0.0240478515625,
+ -0.030731201171875,
+ -0.01152801513671875,
+ 0.02813720703125,
+ 0.02325439453125,
+ 0.0782470703125,
+ -0.004192352294921875,
+ -0.025543212890625,
+ -0.0111236572265625,
+ -0.04888916015625,
+ 0.05010986328125,
+ 0.0010232925415039062,
+ 0.0220489501953125,
+ -0.04071044921875,
+ 0.044097900390625,
+ 0.027740478515625,
+ 0.00119781494140625,
+ 0.0213623046875,
+ -0.0706787109375,
+ 0.01806640625,
+ 0.0271453857421875,
+ 0.01776123046875,
+ -0.031524658203125,
+ -0.0014657974243164062,
+ -0.043304443359375,
+ -0.043121337890625,
+ -0.04730224609375,
+ 0.04351806640625,
+ -0.01047515869140625,
+ 0.0009541511535644531,
+ -0.04071044921875,
+ -0.017059326171875,
+ 0.0037174224853515625,
+ -0.043304443359375,
+ -0.03192138671875,
+ -0.03472900390625,
+ 0.020660400390625,
+ -0.007534027099609375,
+ -0.04132080078125,
+ 0.04669189453125,
+ 0.0205535888671875,
+ 0.0011730194091796875,
+ 0.0038661956787109375,
+ 0.0546875,
+ -0.030731201171875,
+ -0.00461578369140625,
+ 0.0013284683227539062,
+ 0.02734375,
+ -0.0200653076171875,
+ 0.0026073455810546875,
+ -0.00803375244140625,
+ 0.00563812255859375,
+ 0.012176513671875,
+ -0.0509033203125,
+ 0.061065673828125,
+ 0.0305328369140625,
+ -0.048095703125,
+ -0.05908203125,
+ -0.0245513916015625,
+ -0.0205535888671875,
+ 0.019561767578125,
+ -0.02545166015625,
+ 0.0242462158203125,
+ 0.015167236328125,
+ -0.006786346435546875,
+ -0.1005859375,
+ 0.040313720703125,
+ -0.0125274658203125,
+ 0.0253448486328125,
+ 0.017059326171875,
+ -0.015960693359375,
+ -0.0814208984375,
+ -0.05908203125,
+ -0.016265869140625,
+ 0.012969970703125,
+ -0.030731201171875,
+ 0.017669677734375,
+ -0.0111236572265625,
+ -0.0215606689453125,
+ -0.0007266998291015625,
+ -0.0224609375,
+ -0.00583648681640625,
+ 0.04949951171875,
+ 0.0205535888671875,
+ -0.001796722412109375,
+ 0.06787109375,
+ -0.024749755859375,
+ -0.0010852813720703125,
+ -0.004791259765625,
+ -0.005512237548828125,
+ 0.01666259765625,
+ -0.0182647705078125,
+ -0.01157379150390625,
+ 0.00913238525390625,
+ 0.026153564453125,
+ 0.04571533203125,
+ -0.00025725364685058594,
+ 0.013275146484375,
+ 0.00469207763671875,
+ 0.006237030029296875,
+ 0.018463134765625,
+ -0.015869140625,
+ 0.006435394287109375,
+ 0.0200653076171875,
+ 0.0103759765625,
+ -0.01666259765625,
+ -0.07745361328125,
+ -0.0726318359375,
+ 0.0220489501953125,
+ -0.0238494873046875,
+ -0.031341552734375,
+ 0.014068603515625,
+ 0.044921875,
+ 0.00426483154296875,
+ -0.01007843017578125,
+ 0.02545166015625,
+ -0.00838470458984375,
+ -0.00396728515625,
+ -0.001384735107421875,
+ 0.0231475830078125,
+ 0.0013284683227539062,
+ 0.0421142578125,
+ -0.0096282958984375,
+ -0.06268310546875,
+ 0.041900634765625,
+ 0.02593994140625,
+ 0.024749755859375,
+ -0.01317596435546875,
+ 0.0057373046875,
+ -0.05230712890625,
+ 0.0271453857421875,
+ -0.09979248046875,
+ -0.034515380859375,
+ 0.026153564453125,
+ 0.0022945404052734375,
+ 0.0038166046142578125,
+ -0.01447296142578125,
+ 0.047515869140625,
+ -0.034515380859375,
+ -0.046905517578125,
+ 0.025146484375,
+ 0.0007982254028320312,
+ -0.0212554931640625,
+ 0.01062774658203125,
+ -0.006061553955078125,
+ 0.002918243408203125,
+ 0.015167236328125,
+ 0.0157623291015625,
+ 0.032745361328125,
+ 0.039306640625,
+ 0.01267242431640625,
+ -0.024749755859375,
+ 0.0183563232421875,
+ -0.004390716552734375,
+ 0.006061553955078125,
+ 0.029144287109375,
+ 0.00948333740234375,
+ -0.01207733154296875,
+ 0.03253173828125,
+ -0.00843048095703125,
+ -0.08221435546875,
+ -0.0160675048828125,
+ -0.032745361328125,
+ -0.04052734375,
+ 0.00992584228515625,
+ 0.07861328125,
+ 0.006687164306640625,
+ 0.0018463134765625,
+ 0.0212554931640625,
+ 0.053497314453125,
+ 0.037322998046875,
+ 0.0101318359375,
+ -0.015167236328125,
+ -0.04351806640625,
+ -0.01546478271484375,
+ 0.006336212158203125,
+ 0.029541015625,
+ -0.061859130859375,
+ 0.04150390625,
+ 0.056671142578125,
+ -0.020751953125,
+ -0.034942626953125,
+ -0.01317596435546875,
+ -0.0004241466522216797,
+ 0.033538818359375,
+ 0.0231475830078125,
+ 0.001796722412109375,
+ -0.07623291015625,
+ 0.02813720703125,
+ 0.004116058349609375,
+ 0.01157379150390625,
+ -0.007785797119140625,
+ -0.0027942657470703125,
+ -0.027740478515625,
+ 0.041107177734375,
+ -0.06707763671875,
+ -0.0018835067749023438,
+ -0.001110076904296875,
+ 0.079833984375,
+ 0.0130767822265625,
+ -0.048309326171875,
+ -0.0194549560546875,
+ 0.048492431640625,
+ 0.019256591796875,
+ -0.0257415771484375,
+ 0.0237579345703125,
+ 0.01447296142578125,
+ -0.000025153160095214844,
+ 0.0134735107421875,
+ 0.061065673828125,
+ 0.0021457672119140625,
+ 0.043304443359375,
+ 0.0190582275390625,
+ -0.04510498046875,
+ 0.0023822784423828125,
+ -0.047515869140625,
+ 0.0178680419921875,
+ 0.0107269287109375,
+ -0.0283355712890625,
+ -0.037933349609375,
+ -0.079833984375,
+ 0.0518798828125,
+ -0.013275146484375,
+ 0.037322998046875,
+ 0.0531005859375,
+ 0.0023822784423828125,
+ -0.0157623291015625,
+ 0.00948333740234375,
+ 0.02593994140625,
+ 0.0164642333984375,
+ 0.041107177734375,
+ 0.008087158203125,
+ 0.0399169921875,
+ 0.0007143020629882812,
+ 0.01242828369140625,
+ -0.013275146484375,
+ 0.037109375,
+ -0.0487060546875,
+ -0.0186614990234375,
+ -0.05010986328125,
+ -0.00933074951171875,
+ 0.0355224609375,
+ -0.0252532958984375,
+ -0.00304412841796875,
+ -0.0025081634521484375,
+ 0.0157623291015625,
+ -0.00952911376953125,
+ -0.056671142578125,
+ -0.0174713134765625,
+ 0.048492431640625,
+ -0.04351806640625,
+ 0.0230560302734375,
+ 0.024444580078125,
+ -0.0096282958984375,
+ -0.00469207763671875,
+ -0.038726806640625,
+ 0.08544921875,
+ 0.059478759765625,
+ 0.00106048583984375,
+ -0.0138702392578125,
+ 0.042724609375,
+ 0.029937744140625,
+ 0.018768310546875,
+ 0.0267486572265625,
+ 0.01042938232421875,
+ -0.029541015625,
+ 0.047088623046875,
+ 0.064697265625,
+ -0.0079803466796875,
+ -0.043304443359375,
+ 0.03692626953125,
+ 0.0123748779296875,
+ -0.058685302734375,
+ 0.0399169921875,
+ 0.025543212890625,
+ 0.01262664794921875,
+ 0.01447296142578125,
+ -0.0024700164794921875,
+ -0.0022449493408203125,
+ -0.03753662109375,
+ 0.05548095703125,
+ 0.016265869140625,
+ -0.00848388671875,
+ 0.021759033203125,
+ -0.04351806640625,
+ 0.040924072265625,
+ 0.0138702392578125,
+ 0.0562744140625,
+ -0.042510986328125,
+ 0.05010986328125,
+ -0.0079803466796875,
+ 0.000014603137969970703,
+ -0.0130767822265625,
+ -0.007785797119140625,
+ -0.0027065277099609375,
+ 0.023345947265625,
+ -0.033935546875,
+ 0.0726318359375,
+ 0.037109375,
+ -0.01506805419921875,
+ -0.056671142578125,
+ -0.0226593017578125,
+ -0.034515380859375,
+ 0.00728607177734375,
+ 0.0361328125,
+ -0.048095703125,
+ -0.0016088485717773438,
+ -0.00818634033203125,
+ -0.006786346435546875,
+ 0.09503173828125,
+ -0.0037670135498046875,
+ 0.01177215576171875,
+ 0.01227569580078125,
+ -0.002071380615234375,
+ -0.02593994140625,
+ -0.0020084381103515625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "virtual-filesystem",
+ "image-mounting",
+ "format-conversion",
+ "fuse-based",
+ "cache-system",
+ "write-simulation",
+ "cross-format"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Docker_Explorer",
+ "type": "tool",
+ "name": "Docker Explorer",
+ "content": "docker explorer googles forensik-toolkit zerlegt offline-docker-volumes und overlay-dateisysteme ohne laufenden daemon. es extrahiert container-config, image-layer, env-variablen, mounted-secrets und schreibt timeline-fähige metadata-jsons. unterstützt btrfs, overlay2 und zfs storage-driver sowie docker desktop (macos/windows). perfekt, um bösartige images nach supply-chain-attacken zu enttarnen oder flüchtige container nach einem incident nachträglich zu analysieren. cli container-forensics docker timeline json-export supply-chain cloud-forensics incident-response static-investigations data-collection examination analysis",
+ "embedding": [
+ -0.0141754150390625,
+ 0.0281829833984375,
+ 0.037628173828125,
+ -0.03887939453125,
+ 0.04638671875,
+ 0.058135986328125,
+ 0.01114654541015625,
+ 0.004302978515625,
+ 0.00015115737915039062,
+ -0.00287628173828125,
+ -0.036041259765625,
+ 0.03619384765625,
+ 0.030853271484375,
+ 0.0032329559326171875,
+ -0.04351806640625,
+ 0.047454833984375,
+ 0.01061248779296875,
+ -0.00820159912109375,
+ 0.0125732421875,
+ 0.0154266357421875,
+ -0.02728271484375,
+ -0.0176544189453125,
+ -0.0592041015625,
+ 0.002552032470703125,
+ 0.002117156982421875,
+ 0.003879547119140625,
+ -0.0274658203125,
+ -0.077392578125,
+ -0.0172119140625,
+ 0.0222015380859375,
+ 0.0269317626953125,
+ -0.037261962890625,
+ -0.006954193115234375,
+ 0.0247955322265625,
+ -0.005016326904296875,
+ -0.03619384765625,
+ 0.01119232177734375,
+ -0.044219970703125,
+ -0.045654296875,
+ 0.035125732421875,
+ -0.0222015380859375,
+ 0.015869140625,
+ 0.0166778564453125,
+ -0.01177215576171875,
+ -0.03228759765625,
+ -0.0258636474609375,
+ 0.0048370361328125,
+ 0.006954193115234375,
+ 0.0190887451171875,
+ -0.040130615234375,
+ 0.03692626953125,
+ 0.0321044921875,
+ 0.004547119140625,
+ -0.01284027099609375,
+ -0.05242919921875,
+ 0.0032329559326171875,
+ 0.0260467529296875,
+ -0.0237274169921875,
+ -0.038360595703125,
+ 0.02728271484375,
+ -0.018280029296875,
+ -0.005237579345703125,
+ -0.01837158203125,
+ 0.0056610107421875,
+ -0.00959014892578125,
+ 0.0172119140625,
+ -0.0004737377166748047,
+ -0.0189056396484375,
+ 0.004749298095703125,
+ 0.0213165283203125,
+ -0.0121307373046875,
+ -0.01399993896484375,
+ -0.021575927734375,
+ 0.01934814453125,
+ -0.0210418701171875,
+ -0.0367431640625,
+ 0.023895263671875,
+ 0.0292510986328125,
+ -0.00878143310546875,
+ -0.00989532470703125,
+ -0.06170654296875,
+ 0.01141357421875,
+ 0.024078369140625,
+ -0.0235443115234375,
+ -0.02996826171875,
+ 0.01525115966796875,
+ 0.0176544189453125,
+ 0.004726409912109375,
+ -0.00510406494140625,
+ 0.0038127899169921875,
+ 0.037445068359375,
+ 0.01239776611328125,
+ 0.012664794921875,
+ -0.0198822021484375,
+ 0.0254974365234375,
+ 0.0692138671875,
+ -0.0460205078125,
+ -0.0063323974609375,
+ -0.007625579833984375,
+ 0.037628173828125,
+ 0.014984130859375,
+ -0.04547119140625,
+ 0.07562255859375,
+ -0.010833740234375,
+ 0.047088623046875,
+ 0.0013933181762695312,
+ 0.01221466064453125,
+ -0.0211334228515625,
+ -0.019256591796875,
+ -0.0098114013671875,
+ -0.0927734375,
+ -0.051727294921875,
+ -0.01337432861328125,
+ -0.042083740234375,
+ -0.016326904296875,
+ -0.01373291015625,
+ -0.00394439697265625,
+ 0.056365966796875,
+ -0.049224853515625,
+ -0.06671142578125,
+ 0.00007700920104980469,
+ 0.03173828125,
+ 0.00403594970703125,
+ 0.01274871826171875,
+ -0.034942626953125,
+ -0.041900634765625,
+ 0.0115966796875,
+ 0.026397705078125,
+ -0.016937255859375,
+ -0.0269317626953125,
+ -0.028533935546875,
+ -0.0198822021484375,
+ -0.0004429817199707031,
+ -0.0205078125,
+ -0.014984130859375,
+ -0.01337432861328125,
+ 0.04315185546875,
+ -0.016937255859375,
+ -0.00568389892578125,
+ -0.0156097412109375,
+ 0.0247955322265625,
+ -0.037445068359375,
+ -0.0684814453125,
+ 0.01702880859375,
+ -0.01337432861328125,
+ -0.003566741943359375,
+ -0.031036376953125,
+ 0.05706787109375,
+ -0.0244293212890625,
+ -0.013641357421875,
+ 0.0004515647888183594,
+ 0.0247955322265625,
+ 0.0000693202018737793,
+ -0.008697509765625,
+ 0.0013599395751953125,
+ -0.01953125,
+ 0.00780487060546875,
+ -0.011505126953125,
+ 0.0294342041015625,
+ -0.003566741943359375,
+ -0.033355712890625,
+ 0.031036376953125,
+ -0.01934814453125,
+ 0.0278167724609375,
+ -0.01239776611328125,
+ -0.0290679931640625,
+ -0.028533935546875,
+ 0.01702880859375,
+ 0.033355712890625,
+ -0.006153106689453125,
+ 0.02532958984375,
+ 0.005706787109375,
+ 0.06634521484375,
+ 0.0592041015625,
+ -0.00241851806640625,
+ 0.0269317626953125,
+ -0.013824462890625,
+ 0.004970550537109375,
+ 0.0210418701171875,
+ 0.04083251953125,
+ 0.0068206787109375,
+ 0.002742767333984375,
+ 0.04351806640625,
+ -0.00998687744140625,
+ 0.004726409912109375,
+ 0.00038170814514160156,
+ -0.0256805419921875,
+ -0.0202484130859375,
+ -0.055633544921875,
+ 0.0254974365234375,
+ -0.049591064453125,
+ -0.036041259765625,
+ -0.01471710205078125,
+ 0.04547119140625,
+ 0.042633056640625,
+ 0.05743408203125,
+ 0.0269317626953125,
+ -0.01355743408203125,
+ 0.0274658203125,
+ -0.004772186279296875,
+ 0.01525115966796875,
+ 0.023193359375,
+ -0.011505126953125,
+ 0.041015625,
+ 0.020599365234375,
+ -0.01293182373046875,
+ -0.016143798828125,
+ 0.037811279296875,
+ 0.0176544189453125,
+ -0.022735595703125,
+ -0.01346588134765625,
+ 0.0552978515625,
+ 0.001064300537109375,
+ -0.0205078125,
+ -0.041748046875,
+ -0.01302337646484375,
+ 0.00457000732421875,
+ -0.0246124267578125,
+ -0.00771331787109375,
+ 0.0098114013671875,
+ -0.01110076904296875,
+ -0.0256805419921875,
+ 0.0168609619140625,
+ 0.04156494140625,
+ -0.0247955322265625,
+ 0.054229736328125,
+ 0.0225677490234375,
+ -0.02728271484375,
+ -0.037811279296875,
+ 0.0056610107421875,
+ -0.0013208389282226562,
+ 0.0235443115234375,
+ -0.0080718994140625,
+ -0.0057525634765625,
+ 0.0185546875,
+ -0.03228759765625,
+ 0.0692138671875,
+ 0.0367431640625,
+ 0.02264404296875,
+ 0.00949859619140625,
+ -0.031402587890625,
+ 0.03155517578125,
+ 0.00019919872283935547,
+ 0.051361083984375,
+ 0.0281829833984375,
+ -0.0301361083984375,
+ 0.00374603271484375,
+ -0.004146575927734375,
+ 0.00878143310546875,
+ 0.05316162109375,
+ -0.03851318359375,
+ 0.006866455078125,
+ -0.0955810546875,
+ -0.008697509765625,
+ -0.0599365234375,
+ -0.032989501953125,
+ -0.02166748046875,
+ -0.07598876953125,
+ 0.039947509765625,
+ -0.037109375,
+ -0.0011701583862304688,
+ -0.01702880859375,
+ -0.0294342041015625,
+ 0.017303466796875,
+ 0.01934814453125,
+ 0.008697509765625,
+ -0.03851318359375,
+ 0.0121307373046875,
+ 0.06170654296875,
+ 0.004459381103515625,
+ -0.006954193115234375,
+ -0.002574920654296875,
+ 0.022735595703125,
+ -0.00860595703125,
+ 0.0142669677734375,
+ -0.0143585205078125,
+ 0.0109710693359375,
+ 0.0290679931640625,
+ 0.03692626953125,
+ 0.0271148681640625,
+ -0.01221466064453125,
+ 0.003566741943359375,
+ -0.0172119140625,
+ 0.035125732421875,
+ -0.0367431640625,
+ -0.00882720947265625,
+ 0.012664794921875,
+ 0.0023517608642578125,
+ -0.01337432861328125,
+ -0.055633544921875,
+ -0.0032100677490234375,
+ 0.05670166015625,
+ 0.00013303756713867188,
+ 0.00428009033203125,
+ 0.01007843017578125,
+ -0.0592041015625,
+ -0.005527496337890625,
+ -0.0051727294921875,
+ -0.018280029296875,
+ 0.033538818359375,
+ 0.035675048828125,
+ -0.03424072265625,
+ -0.00838470458984375,
+ -0.004680633544921875,
+ 0.005641937255859375,
+ -0.0166778564453125,
+ -0.05029296875,
+ -0.02069091796875,
+ 0.007625579833984375,
+ -0.0258636474609375,
+ -0.03155517578125,
+ 0.01239776611328125,
+ -0.03887939453125,
+ 0.023895263671875,
+ -0.02203369140625,
+ -0.0244293212890625,
+ -0.042633056640625,
+ -0.038360595703125,
+ 0.016326904296875,
+ -0.023895263671875,
+ -0.032989501953125,
+ -0.02996826171875,
+ 0.0200653076171875,
+ -0.0006437301635742188,
+ -0.007312774658203125,
+ -0.025146484375,
+ -0.0181884765625,
+ -0.0157012939453125,
+ 0.0125732421875,
+ -0.015960693359375,
+ 0.0185546875,
+ -0.0081634521484375,
+ 0.040313720703125,
+ 0.035675048828125,
+ 0.03424072265625,
+ 0.00909423828125,
+ 0.0638427734375,
+ 0.0201568603515625,
+ -0.0221099853515625,
+ -0.01221466064453125,
+ -0.004772186279296875,
+ -0.0031871795654296875,
+ 0.00708770751953125,
+ -0.01506805419921875,
+ -0.042266845703125,
+ -0.026214599609375,
+ -0.037811279296875,
+ 0.041748046875,
+ 0.007534027099609375,
+ 0.00878143310546875,
+ 0.0237274169921875,
+ -0.0347900390625,
+ -0.01043701171875,
+ 0.056365966796875,
+ -0.0020618438720703125,
+ 0.077392578125,
+ -0.03851318359375,
+ -0.0209503173828125,
+ 0.049224853515625,
+ 0.04119873046875,
+ 0.01953125,
+ -0.01052093505859375,
+ 0.030853271484375,
+ 0.00341033935546875,
+ -0.01462554931640625,
+ 0.0177459716796875,
+ -0.0090484619140625,
+ 0.0166778564453125,
+ -0.00046825408935546875,
+ 0.0025310516357421875,
+ 0.004505157470703125,
+ -0.03155517578125,
+ 0.024078369140625,
+ 0.038360595703125,
+ 0.042083740234375,
+ 0.0222930908203125,
+ 0.0305023193359375,
+ -0.028533935546875,
+ -0.005237579345703125,
+ -0.046722412109375,
+ -0.0595703125,
+ -0.005886077880859375,
+ 0.035675048828125,
+ 0.0045928955078125,
+ 0.040679931640625,
+ -0.041748046875,
+ -0.0433349609375,
+ 0.005126953125,
+ -0.01239776611328125,
+ 0.058502197265625,
+ 0.02264404296875,
+ 0.0499267578125,
+ 0.04083251953125,
+ -0.024261474609375,
+ 0.00936126708984375,
+ 0.023895263671875,
+ 0.0131072998046875,
+ 0.00896453857421875,
+ 0.047454833984375,
+ 0.0452880859375,
+ 0.004459381103515625,
+ -0.0301361083984375,
+ 0.03851318359375,
+ 0.013824462890625,
+ 0.0222930908203125,
+ -0.0132904052734375,
+ 0.0224761962890625,
+ 0.01168060302734375,
+ 0.0156097412109375,
+ -0.00909423828125,
+ 0.05242919921875,
+ 0.0267486572265625,
+ -0.01016998291015625,
+ 0.025146484375,
+ -0.0090484619140625,
+ -0.005886077880859375,
+ -0.049224853515625,
+ 0.0120391845703125,
+ 0.0237274169921875,
+ 0.004169464111328125,
+ 0.0144500732421875,
+ 0.013641357421875,
+ -0.0831298828125,
+ 0.01293182373046875,
+ 0.036041259765625,
+ -0.047454833984375,
+ 0.02728271484375,
+ 0.042449951171875,
+ -0.0452880859375,
+ 0.028533935546875,
+ -0.0153350830078125,
+ -0.03619384765625,
+ 0.0074462890625,
+ -0.03424072265625,
+ -0.05242919921875,
+ 0.02978515625,
+ 0.040313720703125,
+ -0.04852294921875,
+ -0.042816162109375,
+ -0.02203369140625,
+ -0.0102996826171875,
+ -0.0121307373046875,
+ 0.01012420654296875,
+ 0.0125732421875,
+ 0.00372314453125,
+ -0.0174713134765625,
+ 0.031402587890625,
+ 0.044219970703125,
+ 0.00708770751953125,
+ -0.0191802978515625,
+ 0.0638427734375,
+ -0.0433349609375,
+ -0.049591064453125,
+ 0.0340576171875,
+ -0.0029201507568359375,
+ 0.0121307373046875,
+ -0.0305023193359375,
+ -0.03173828125,
+ 0.00829315185546875,
+ 0.0175628662109375,
+ -0.0303192138671875,
+ 0.0025196075439453125,
+ -0.044952392578125,
+ -0.00597381591796875,
+ -0.03924560546875,
+ 0.0460205078125,
+ 0.0017385482788085938,
+ 0.03460693359375,
+ -0.012664794921875,
+ -0.03424072265625,
+ 0.0281829833984375,
+ -0.07135009765625,
+ -0.004547119140625,
+ -0.0018281936645507812,
+ -0.009674072265625,
+ -0.002742767333984375,
+ 0.06597900390625,
+ -0.0079803466796875,
+ -0.01453399658203125,
+ -0.00432586669921875,
+ 0.044219970703125,
+ 0.0119476318359375,
+ -0.003009796142578125,
+ -0.04852294921875,
+ 0.0413818359375,
+ 0.01302337646484375,
+ -0.0281829833984375,
+ -0.005931854248046875,
+ -0.01471710205078125,
+ -0.006866455078125,
+ 0.035491943359375,
+ -0.044586181640625,
+ 0.0144500732421875,
+ 0.020599365234375,
+ -0.04119873046875,
+ -0.0244293212890625,
+ -0.0237274169921875,
+ -0.005084991455078125,
+ -0.0198822021484375,
+ 0.0121307373046875,
+ 0.064208984375,
+ -0.00246429443359375,
+ 0.033172607421875,
+ 0.020416259765625,
+ -0.0113677978515625,
+ 0.00989532470703125,
+ -0.01123809814453125,
+ -0.025146484375,
+ 0.006374359130859375,
+ -0.06634521484375,
+ -0.030853271484375,
+ -0.050994873046875,
+ 0.05706787109375,
+ -0.00824737548828125,
+ -0.012481689453125,
+ -0.01934814453125,
+ -0.01934814453125,
+ 0.02728271484375,
+ -0.043701171875,
+ -0.0120391845703125,
+ -0.0034770965576171875,
+ -0.013641357421875,
+ -0.00860595703125,
+ -0.0274658203125,
+ 0.02166748046875,
+ 0.00891876220703125,
+ 0.007534027099609375,
+ 0.0167694091796875,
+ 0.0321044921875,
+ -0.06707763671875,
+ 0.045135498046875,
+ 0.0211334228515625,
+ -0.0085601806640625,
+ -0.0108795166015625,
+ 0.0026760101318359375,
+ -0.01047515869140625,
+ 0.01462554931640625,
+ 0.0156097412109375,
+ -0.0189971923828125,
+ -0.04547119140625,
+ -0.069580078125,
+ 0.02203369140625,
+ 0.0200653076171875,
+ 0.006687164306640625,
+ -0.02496337890625,
+ -0.04779052734375,
+ -0.077392578125,
+ -0.01293182373046875,
+ 0.060272216796875,
+ 0.007312774658203125,
+ -0.005329132080078125,
+ -0.051727294921875,
+ -0.0120391845703125,
+ -0.0233612060546875,
+ -0.005218505859375,
+ 0.040313720703125,
+ -0.01025390625,
+ 0.0115966796875,
+ 0.00452423095703125,
+ -0.0278167724609375,
+ 0.0247955322265625,
+ 0.0079345703125,
+ 0.01525115966796875,
+ 0.031402587890625,
+ 0.0202484130859375,
+ -0.035675048828125,
+ 0.0162353515625,
+ -0.0074920654296875,
+ -0.006687164306640625,
+ 0.0205078125,
+ -0.0367431640625,
+ 0.030670166015625,
+ -0.00543975830078125,
+ -0.0211334228515625,
+ -0.0144500732421875,
+ 0.03387451171875,
+ 0.0222930908203125,
+ -0.0178375244140625,
+ -0.01105499267578125,
+ 0.00452423095703125,
+ -0.0256805419921875,
+ 0.0963134765625,
+ -0.03851318359375,
+ -0.03155517578125,
+ 0.01239776611328125,
+ 0.00873565673828125,
+ 0.03192138671875,
+ 0.035858154296875,
+ -0.008514404296875,
+ -0.03887939453125,
+ 0.004058837890625,
+ 0.040679931640625,
+ 0.00780487060546875,
+ -0.01934814453125,
+ -0.00457000732421875,
+ 0.0090484619140625,
+ 0.01123809814453125,
+ 0.032470703125,
+ 0.00537109375,
+ 0.078125,
+ 0.005016326904296875,
+ 0.0189971923828125,
+ 0.00959014892578125,
+ 0.07171630859375,
+ 0.02301025390625,
+ -0.0188140869140625,
+ -0.04083251953125,
+ -0.0010700225830078125,
+ 0.035675048828125,
+ -0.02496337890625,
+ -0.03155517578125,
+ 0.00833892822265625,
+ 0.07061767578125,
+ -0.06634521484375,
+ -0.033355712890625,
+ 0.0154266357421875,
+ 0.00780487060546875,
+ 0.000014007091522216797,
+ 0.01128387451171875,
+ -0.0258636474609375,
+ 0.006511688232421875,
+ 0.03387451171875,
+ -0.035491943359375,
+ 0.012664794921875,
+ -0.014892578125,
+ 0.0237274169921875,
+ 0.053863525390625,
+ 0.0274658203125,
+ -0.01525115966796875,
+ 0.0386962890625,
+ 0.00007975101470947266,
+ 0.043701171875,
+ 0.014984130859375,
+ 0.045654296875,
+ 0.01605224609375,
+ 0.0208740234375,
+ 0.0499267578125,
+ 0.053863525390625,
+ -0.024261474609375,
+ -0.024261474609375,
+ 0.005706787109375,
+ 0.039764404296875,
+ 0.0552978515625,
+ 0.0592041015625,
+ 0.00931549072265625,
+ 0.019622802734375,
+ 0.003566741943359375,
+ -0.037109375,
+ -0.0030994415283203125,
+ 0.026580810546875,
+ 0.01605224609375,
+ -0.028533935546875,
+ -0.05706787109375,
+ -0.01186370849609375,
+ -0.035125732421875,
+ 0.0278167724609375,
+ -0.00597381591796875,
+ -0.0506591796875,
+ -0.003143310546875,
+ 0.04156494140625,
+ -0.0294342041015625,
+ -0.0638427734375,
+ 0.01453399658203125,
+ -0.023193359375,
+ -0.0131072998046875,
+ -0.0235443115234375,
+ -0.0034999847412109375,
+ 0.030670166015625,
+ -0.016937255859375,
+ -0.031402587890625,
+ -0.021575927734375,
+ 0.01837158203125,
+ -0.04083251953125,
+ -0.0545654296875,
+ -0.05242919921875,
+ 0.009857177734375,
+ -0.01119232177734375,
+ -0.03692626953125,
+ -0.042266845703125,
+ -0.038360595703125,
+ 0.00275421142578125,
+ -0.0189056396484375,
+ 0.028900146484375,
+ -0.023193359375,
+ -0.033538818359375,
+ -0.0278167724609375,
+ -0.028900146484375,
+ -0.04351806640625,
+ 0.023895263671875,
+ -0.03424072265625,
+ 0.0201568603515625,
+ 0.00901031494140625,
+ 0.0115966796875,
+ 0.039764404296875,
+ 0.0440673828125,
+ 0.001209259033203125,
+ 0.0001379251480102539,
+ -0.02203369140625,
+ -0.0595703125,
+ 0.0303192138671875,
+ 0.0048370361328125,
+ 0.0178375244140625,
+ -0.0592041015625,
+ 0.0115966796875,
+ 0.0413818359375,
+ -0.088134765625,
+ 0.02203369140625,
+ -0.00485992431640625,
+ -0.0208740234375,
+ -0.03619384765625,
+ 0.00022149085998535156,
+ -0.0201568603515625,
+ 0.02496337890625,
+ 0.0863037109375,
+ 0.00909423828125,
+ -0.007625579833984375,
+ 0.00579833984375,
+ -0.043701171875,
+ 0.054229736328125,
+ 0.01515960693359375,
+ 0.0156097412109375,
+ -0.048858642578125,
+ 0.0162353515625,
+ 0.0269317626953125,
+ -0.037261962890625,
+ 0.0260467529296875,
+ -0.060638427734375,
+ 0.0247955322265625,
+ 0.0499267578125,
+ 0.03387451171875,
+ -0.01346588134765625,
+ -0.0154266357421875,
+ -0.040679931640625,
+ -0.0224761962890625,
+ -0.0164947509765625,
+ 0.02496337890625,
+ 0.00044035911560058594,
+ 0.014892578125,
+ -0.049224853515625,
+ 0.006420135498046875,
+ -0.010833740234375,
+ -0.040313720703125,
+ -0.04815673828125,
+ -0.03173828125,
+ 0.0321044921875,
+ 0.00878143310546875,
+ -0.05029296875,
+ 0.01837158203125,
+ 0.02996826171875,
+ -0.00887298583984375,
+ 0.01043701171875,
+ 0.06988525390625,
+ -0.0321044921875,
+ -0.00873565673828125,
+ 0.01105499267578125,
+ 0.046722412109375,
+ -0.0051727294921875,
+ -0.0018949508666992188,
+ 0.009857177734375,
+ 0.01274871826171875,
+ 0.0235443115234375,
+ -0.052093505859375,
+ 0.052093505859375,
+ 0.0274658203125,
+ -0.053863525390625,
+ -0.049591064453125,
+ -0.0278167724609375,
+ -0.0212249755859375,
+ 0.049224853515625,
+ -0.0029201507568359375,
+ 0.023193359375,
+ -0.003009796142578125,
+ -0.0274658203125,
+ -0.090576171875,
+ 0.0202484130859375,
+ -0.02532958984375,
+ 0.01525115966796875,
+ 0.0267486572265625,
+ -0.01605224609375,
+ -0.06280517578125,
+ -0.03460693359375,
+ -0.020599365234375,
+ 0.010345458984375,
+ -0.0189056396484375,
+ 0.0440673828125,
+ -0.0012989044189453125,
+ -0.0079345703125,
+ 0.006107330322265625,
+ -0.0141754150390625,
+ -0.020599365234375,
+ 0.058135986328125,
+ 0.02496337890625,
+ -0.0237274169921875,
+ 0.0499267578125,
+ -0.023895263671875,
+ 0.00873565673828125,
+ -0.00258636474609375,
+ 0.0019626617431640625,
+ 0.017120361328125,
+ 0.00659942626953125,
+ -0.0235443115234375,
+ -0.004772186279296875,
+ 0.0246124267578125,
+ 0.040313720703125,
+ -0.0271148681640625,
+ 0.00931549072265625,
+ -0.00568389892578125,
+ 0.0175628662109375,
+ 0.01525115966796875,
+ 0.0034999847412109375,
+ 0.006107330322265625,
+ -0.00217437744140625,
+ -0.0013151168823242188,
+ -0.017303466796875,
+ -0.068115234375,
+ -0.07672119140625,
+ 0.006107330322265625,
+ -0.044952392578125,
+ -0.0143585205078125,
+ -0.003276824951171875,
+ 0.018096923828125,
+ 0.02978515625,
+ -0.035308837890625,
+ 0.038360595703125,
+ -0.0119476318359375,
+ 0.0038127899169921875,
+ -0.0212249755859375,
+ 0.0181884765625,
+ -0.035858154296875,
+ 0.0305023193359375,
+ 0.0007190704345703125,
+ -0.030853271484375,
+ 0.040679931640625,
+ -0.026580810546875,
+ 0.0013990402221679688,
+ -0.00461578369140625,
+ -0.016326904296875,
+ -0.0256805419921875,
+ 0.009185791015625,
+ -0.08953857421875,
+ -0.0189056396484375,
+ 0.01971435546875,
+ 0.01230621337890625,
+ 0.01337432861328125,
+ -0.020416259765625,
+ 0.0292510986328125,
+ 0.008026123046875,
+ -0.0816650390625,
+ 0.0177459716796875,
+ -0.0190887451171875,
+ -0.0203399658203125,
+ 0.0030994415283203125,
+ -0.01016998291015625,
+ -0.0010366439819335938,
+ 0.0154266357421875,
+ 0.0181884765625,
+ 0.047088623046875,
+ 0.037994384765625,
+ 0.0090484619140625,
+ -0.0103912353515625,
+ 0.01453399658203125,
+ -0.004638671875,
+ 0.03460693359375,
+ 0.028350830078125,
+ 0.0281829833984375,
+ 0.0033893585205078125,
+ 0.001873016357421875,
+ -0.0005240440368652344,
+ -0.08917236328125,
+ -0.0247955322265625,
+ -0.037994384765625,
+ -0.06134033203125,
+ 0.02978515625,
+ 0.0816650390625,
+ 0.023895263671875,
+ -0.006198883056640625,
+ 0.038177490234375,
+ 0.03887939453125,
+ 0.033355712890625,
+ 0.02996826171875,
+ -0.0209503173828125,
+ -0.088134765625,
+ 0.0028533935546875,
+ 0.004146575927734375,
+ 0.02166748046875,
+ -0.04638671875,
+ 0.051727294921875,
+ 0.04351806640625,
+ -0.005283355712890625,
+ -0.01230621337890625,
+ -0.0185546875,
+ 0.01837158203125,
+ 0.0292510986328125,
+ 0.03460693359375,
+ 0.0143585205078125,
+ -0.092041015625,
+ 0.0074005126953125,
+ 0.0260467529296875,
+ -0.0212249755859375,
+ -0.01953125,
+ -0.026214599609375,
+ -0.026214599609375,
+ 0.040130615234375,
+ -0.0634765625,
+ -0.0057525634765625,
+ -0.037994384765625,
+ 0.07635498046875,
+ 0.004947662353515625,
+ -0.04388427734375,
+ -0.0303192138671875,
+ 0.04638671875,
+ 0.023193359375,
+ -0.0022525787353515625,
+ 0.0279998779296875,
+ 0.0209503173828125,
+ -0.0172119140625,
+ 0.02496337890625,
+ 0.06243896484375,
+ -0.005039215087890625,
+ 0.0290679931640625,
+ 0.00027179718017578125,
+ -0.045135498046875,
+ -0.004146575927734375,
+ -0.004436492919921875,
+ 0.01239776611328125,
+ 0.003299713134765625,
+ -0.039764404296875,
+ -0.022735595703125,
+ -0.0784912109375,
+ 0.035491943359375,
+ -0.01177215576171875,
+ 0.0506591796875,
+ 0.01274871826171875,
+ -0.01739501953125,
+ -0.01065826416015625,
+ 0.012664794921875,
+ 0.037994384765625,
+ 0.05706787109375,
+ 0.0036563873291015625,
+ -0.0009975433349609375,
+ 0.00287628173828125,
+ 0.004146575927734375,
+ 0.00994110107421875,
+ -0.035308837890625,
+ 0.048858642578125,
+ -0.05670166015625,
+ -0.0172119140625,
+ -0.0552978515625,
+ -0.0011930465698242188,
+ 0.0121307373046875,
+ -0.0090484619140625,
+ 0.0222015380859375,
+ -0.024078369140625,
+ 0.0199737548828125,
+ -0.0153350830078125,
+ -0.06243896484375,
+ -0.01221466064453125,
+ 0.040679931640625,
+ -0.037445068359375,
+ 0.0267486572265625,
+ 0.01302337646484375,
+ -0.0023975372314453125,
+ -0.0048828125,
+ -0.05670166015625,
+ 0.0723876953125,
+ 0.031036376953125,
+ 0.02960205078125,
+ 0.0018167495727539062,
+ 0.0187225341796875,
+ 0.019439697265625,
+ 0.0237274169921875,
+ 0.025146484375,
+ -0.0023403167724609375,
+ -0.024261474609375,
+ 0.0413818359375,
+ 0.0545654296875,
+ -0.006954193115234375,
+ -0.028350830078125,
+ 0.0188140869140625,
+ 0.0103912353515625,
+ -0.0433349609375,
+ 0.03265380859375,
+ -0.0020961761474609375,
+ 0.01177215576171875,
+ 0.012664794921875,
+ 0.00341033935546875,
+ 0.00312042236328125,
+ -0.0340576171875,
+ 0.07061767578125,
+ 0.0260467529296875,
+ -0.000858306884765625,
+ 0.055633544921875,
+ -0.06494140625,
+ 0.040679931640625,
+ 0.0019512176513671875,
+ 0.038360595703125,
+ -0.049224853515625,
+ 0.040496826171875,
+ 0.00408172607421875,
+ 0.0069122314453125,
+ -0.0011148452758789062,
+ 0.0223846435546875,
+ -0.01934814453125,
+ 0.0292510986328125,
+ -0.037261962890625,
+ 0.0545654296875,
+ 0.051727294921875,
+ -0.02532958984375,
+ -0.05743408203125,
+ 0.004413604736328125,
+ -0.0081634521484375,
+ -0.014984130859375,
+ 0.0305023193359375,
+ -0.04852294921875,
+ -0.005306243896484375,
+ 0.004795074462890625,
+ 0.033355712890625,
+ 0.06634521484375,
+ -0.006687164306640625,
+ 0.022735595703125,
+ -0.0006213188171386719,
+ -0.023193359375,
+ -0.0164947509765625,
+ -0.0254974365234375
+ ],
+ "metadata": {
+ "domains": [
+ "cloud-forensics",
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "container-forensics",
+ "docker",
+ "timeline",
+ "json-export",
+ "supply-chain"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Windows_Passwort_Umgehung_via_Utilman_Ersetzung",
+ "type": "tool",
+ "name": "Windows Passwort-Umgehung via Utilman-Ersetzung",
+ "content": "windows passwort-umgehung via utilman-ersetzung boot mit linux-live-system (z.b. kali linux), mount der windows-partition, backup von c:\\windows\\system32\\utilman.exe erstellen, utilman.exe durch cmd.exe überschreiben, windows-neustart, klick auf erleichterte bedienung (uhr-symbol) öffnet cmd mit systemrechten, \"net user username neues_passwort\" eingeben für passwort-reset. nach anmeldung original-utilman.exe wiederherstellen. funktioniert bei allen windows-versionen ohne bitlocker. password-bypass system-access utilman-replacement live-boot administrator-rights net-user-command linux-tools incident-response static-investigations data-collection",
+ "embedding": [
+ 0.0029659271240234375,
+ 0.0250701904296875,
+ 0.0284271240234375,
+ -0.0338134765625,
+ 0.048126220703125,
+ 0.0164947509765625,
+ 0.01337432861328125,
+ -0.01186370849609375,
+ -0.00769805908203125,
+ -0.0042266845703125,
+ -0.037841796875,
+ 0.00597381591796875,
+ -0.006855010986328125,
+ -0.0250701904296875,
+ -0.00992584228515625,
+ 0.0185089111328125,
+ 0.0037860870361328125,
+ -0.01143646240234375,
+ -0.005466461181640625,
+ -0.00836944580078125,
+ -0.00424957275390625,
+ -0.021697998046875,
+ -0.06427001953125,
+ -0.017913818359375,
+ -0.01126861572265625,
+ -0.0013036727905273438,
+ -0.0086669921875,
+ -0.072021484375,
+ -0.0484619140625,
+ -0.01446533203125,
+ 0.01556396484375,
+ -0.0159759521484375,
+ -0.003406524658203125,
+ 0.016571044921875,
+ 0.01404571533203125,
+ 0.0126190185546875,
+ 0.004375457763671875,
+ -0.039031982421875,
+ 0.0014514923095703125,
+ 0.0662841796875,
+ -0.031463623046875,
+ 0.0038700103759765625,
+ 0.005889892578125,
+ -0.0260772705078125,
+ 0.0051116943359375,
+ -0.016571044921875,
+ 0.050811767578125,
+ -0.0139617919921875,
+ 0.01110076904296875,
+ -0.0178375244140625,
+ 0.0163116455078125,
+ 0.039031982421875,
+ 0.024566650390625,
+ -0.02978515625,
+ -0.03851318359375,
+ 0.00681304931640625,
+ 0.01143646240234375,
+ -0.041046142578125,
+ -0.01497650146484375,
+ 0.06427001953125,
+ -0.035003662109375,
+ -0.00836944580078125,
+ -0.00597381591796875,
+ -0.009796142578125,
+ -0.0018291473388671875,
+ 0.027587890625,
+ -0.0105133056640625,
+ -0.057525634765625,
+ -0.02423095703125,
+ 0.0188446044921875,
+ 0.0250701904296875,
+ -0.01471710205078125,
+ -0.0218658447265625,
+ 0.037353515625,
+ -0.0264129638671875,
+ -0.035003662109375,
+ 0.038848876953125,
+ 0.0157318115234375,
+ 0.03802490234375,
+ -0.012451171875,
+ -0.0240631103515625,
+ -0.002323150634765625,
+ 0.039031982421875,
+ -0.042724609375,
+ 0.0007677078247070312,
+ -0.0180816650390625,
+ 0.0020923614501953125,
+ 0.0215301513671875,
+ -0.005847930908203125,
+ -0.0175018310546875,
+ 0.0689697265625,
+ 0.0032806396484375,
+ 0.0020294189453125,
+ -0.00542449951171875,
+ 0.0484619140625,
+ 0.023895263671875,
+ 0.003849029541015625,
+ -0.007022857666015625,
+ 0.027587890625,
+ 0.050140380859375,
+ -0.00559234619140625,
+ -0.0360107421875,
+ 0.034820556640625,
+ 0.0302886962890625,
+ 0.01454925537109375,
+ -0.0309600830078125,
+ 0.040557861328125,
+ -0.00853729248046875,
+ -0.03045654296875,
+ -0.01438140869140625,
+ -0.07537841796875,
+ -0.045745849609375,
+ 0.0013875961303710938,
+ -0.06158447265625,
+ 0.014129638671875,
+ -0.0267486572265625,
+ -0.003448486328125,
+ 0.030120849609375,
+ -0.04473876953125,
+ -0.035675048828125,
+ 0.028594970703125,
+ -0.0113525390625,
+ -0.028594970703125,
+ 0.02691650390625,
+ -0.046783447265625,
+ -0.0159759521484375,
+ -0.008453369140625,
+ 0.036346435546875,
+ -0.030120849609375,
+ -0.037353515625,
+ -0.0333251953125,
+ -0.017669677734375,
+ -0.0408935546875,
+ -0.055511474609375,
+ -0.0209503173828125,
+ -0.00023663043975830078,
+ 0.05316162109375,
+ -0.0302886962890625,
+ -0.0029659271240234375,
+ 0.006099700927734375,
+ 0.042724609375,
+ -0.035675048828125,
+ -0.046783447265625,
+ 0.00786590576171875,
+ -0.036346435546875,
+ 0.0222015380859375,
+ -0.006435394287109375,
+ 0.051483154296875,
+ 0.006771087646484375,
+ 0.00841522216796875,
+ -0.0222015380859375,
+ 0.0247344970703125,
+ 0.02691650390625,
+ 0.003154754638671875,
+ 0.026580810546875,
+ -0.04022216796875,
+ -0.0185089111328125,
+ -0.0264129638671875,
+ 0.017578125,
+ -0.01438140869140625,
+ -0.004856109619140625,
+ 0.014129638671875,
+ -0.0260772705078125,
+ 0.027923583984375,
+ -0.03228759765625,
+ -0.0150604248046875,
+ -0.021026611328125,
+ 0.00820159912109375,
+ -0.02557373046875,
+ 0.0004284381866455078,
+ 0.016143798828125,
+ 0.012786865234375,
+ 0.032135009765625,
+ 0.06561279296875,
+ 0.0036163330078125,
+ -0.002166748046875,
+ 0.002071380615234375,
+ -0.00875091552734375,
+ 0.011016845703125,
+ 0.046783447265625,
+ 0.004436492919921875,
+ -0.04541015625,
+ 0.043060302734375,
+ 0.00946044921875,
+ 0.01446533203125,
+ 0.0082855224609375,
+ -0.032470703125,
+ -0.0260772705078125,
+ -0.0413818359375,
+ 0.041229248046875,
+ -0.01009368896484375,
+ -0.0791015625,
+ 0.038360595703125,
+ 0.0262451171875,
+ 0.0233917236328125,
+ 0.040374755859375,
+ 0.0228729248046875,
+ -0.00475311279296875,
+ 0.0290985107421875,
+ -0.0484619140625,
+ -0.007190704345703125,
+ 0.043060302734375,
+ -0.0038700103759765625,
+ 0.016143798828125,
+ 0.016571044921875,
+ 0.0030918121337890625,
+ 0.005279541015625,
+ 0.049468994140625,
+ 0.03045654296875,
+ -0.0250701904296875,
+ -0.00194549560546875,
+ 0.063232421875,
+ 0.00786590576171875,
+ -0.040557861328125,
+ -0.030120849609375,
+ -0.03399658203125,
+ 0.0185089111328125,
+ -0.0042266845703125,
+ -0.01666259765625,
+ -0.01454925537109375,
+ -0.0240631103515625,
+ -0.03668212890625,
+ 0.035491943359375,
+ 0.053497314453125,
+ 0.0167388916015625,
+ 0.03466796875,
+ -0.0019550323486328125,
+ -0.03399658203125,
+ -0.04644775390625,
+ 0.0178375244140625,
+ 0.00782012939453125,
+ 0.045745849609375,
+ -0.00681304931640625,
+ 0.018341064453125,
+ -0.00937652587890625,
+ -0.03533935546875,
+ 0.036163330078125,
+ 0.036163330078125,
+ 0.01186370849609375,
+ -0.012786865234375,
+ -0.033660888671875,
+ 0.045745849609375,
+ -0.0289306640625,
+ 0.0222015380859375,
+ 0.00731658935546875,
+ -0.00519561767578125,
+ 0.002513885498046875,
+ 0.020782470703125,
+ 0.03399658203125,
+ 0.0287628173828125,
+ -0.0262451171875,
+ 0.0027751922607421875,
+ -0.04913330078125,
+ -0.0364990234375,
+ -0.03717041015625,
+ -0.023895263671875,
+ -0.0062255859375,
+ -0.06427001953125,
+ 0.01471710205078125,
+ -0.0150604248046875,
+ -0.019256591796875,
+ -0.0247344970703125,
+ 0.012115478515625,
+ -0.03179931640625,
+ 0.0484619140625,
+ 0.0030078887939453125,
+ -0.041229248046875,
+ -0.0150604248046875,
+ 0.05517578125,
+ -0.017913818359375,
+ -0.03399658203125,
+ 0.012786865234375,
+ 0.01169586181640625,
+ 0.00012218952178955078,
+ 0.0400390625,
+ -0.0243988037109375,
+ -0.004268646240234375,
+ 0.047454833984375,
+ 0.00353240966796875,
+ -0.00439453125,
+ -0.0174102783203125,
+ 0.005634307861328125,
+ -0.003070831298828125,
+ 0.033660888671875,
+ -0.0386962890625,
+ 0.021453857421875,
+ 0.01312255859375,
+ 0.0082855224609375,
+ -0.0137939453125,
+ -0.06695556640625,
+ 0.003322601318359375,
+ 0.05047607421875,
+ 0.0208587646484375,
+ -0.0289306640625,
+ -0.0014190673828125,
+ -0.0311279296875,
+ 0.004100799560546875,
+ 0.0015773773193359375,
+ -0.027923583984375,
+ 0.026580810546875,
+ 0.020355224609375,
+ -0.043060302734375,
+ -0.0060577392578125,
+ 0.0167388916015625,
+ 0.007781982421875,
+ -0.01531219482421875,
+ -0.02691650390625,
+ 0.0153961181640625,
+ -0.01666259765625,
+ -0.0289306640625,
+ -0.037017822265625,
+ 0.0025653839111328125,
+ -0.01253509521484375,
+ 0.006603240966796875,
+ -0.017913818359375,
+ 0.008331298828125,
+ -0.0386962890625,
+ -0.07470703125,
+ 0.0050048828125,
+ -0.0247344970703125,
+ -0.032806396484375,
+ -0.038177490234375,
+ 0.0237274169921875,
+ -0.0309600830078125,
+ -0.004291534423828125,
+ -0.031280517578125,
+ -0.006435394287109375,
+ -0.0260772705078125,
+ 0.0126190185546875,
+ -0.03533935546875,
+ 0.0277557373046875,
+ 0.0016193389892578125,
+ 0.05181884765625,
+ 0.02001953125,
+ 0.02978515625,
+ 0.01548004150390625,
+ 0.0679931640625,
+ 0.0029449462890625,
+ -0.0181732177734375,
+ -0.01421356201171875,
+ 0.0290985107421875,
+ 0.00424957275390625,
+ 0.00197601318359375,
+ 0.0199432373046875,
+ -0.035003662109375,
+ 0.002902984619140625,
+ -0.0360107421875,
+ 0.017333984375,
+ 0.034820556640625,
+ 0.0186767578125,
+ 0.0201873779296875,
+ -0.01076507568359375,
+ 0.0290985107421875,
+ 0.04541015625,
+ -0.0038909912109375,
+ 0.11370849609375,
+ -0.02069091796875,
+ -0.020782470703125,
+ 0.037506103515625,
+ 0.0157318115234375,
+ -0.0003180503845214844,
+ 0.0250701904296875,
+ 0.046112060546875,
+ 0.006771087646484375,
+ 0.006015777587890625,
+ 0.048797607421875,
+ -0.031463623046875,
+ 0.0168304443359375,
+ 0.01059722900390625,
+ -0.00681304931640625,
+ -0.005130767822265625,
+ -0.0116119384765625,
+ 0.0201873779296875,
+ 0.050811767578125,
+ 0.0360107421875,
+ 0.005847930908203125,
+ 0.032806396484375,
+ -0.01064300537109375,
+ -0.049468994140625,
+ -0.0098419189453125,
+ -0.044403076171875,
+ 0.023223876953125,
+ 0.037506103515625,
+ 0.01531219482421875,
+ 0.003574371337890625,
+ -0.0095062255859375,
+ -0.0645751953125,
+ 0.027252197265625,
+ -0.042724609375,
+ 0.05584716796875,
+ 0.01093292236328125,
+ 0.019775390625,
+ 0.01471710205078125,
+ -0.01203155517578125,
+ 0.0105133056640625,
+ 0.0277557373046875,
+ -0.00786590576171875,
+ 0.025909423828125,
+ 0.0023860931396484375,
+ 0.061248779296875,
+ -0.0092926025390625,
+ -0.01556396484375,
+ 0.02423095703125,
+ 0.0137939453125,
+ 0.028594970703125,
+ -0.0082855224609375,
+ 0.0311279296875,
+ 0.0228729248046875,
+ -0.027923583984375,
+ -0.072021484375,
+ 0.0645751953125,
+ 0.0228729248046875,
+ -0.021453857421875,
+ -0.007358551025390625,
+ -0.019775390625,
+ -0.01042938232421875,
+ -0.01959228515625,
+ 0.022705078125,
+ 0.0079498291015625,
+ 0.00836944580078125,
+ 0.0230560302734375,
+ 0.007358551025390625,
+ -0.05181884765625,
+ -0.0171661376953125,
+ 0.046112060546875,
+ -0.0498046875,
+ 0.0079498291015625,
+ 0.0159759521484375,
+ -0.0237274169921875,
+ 0.019775390625,
+ -0.00380706787109375,
+ -0.09222412109375,
+ 0.032989501953125,
+ -0.037689208984375,
+ -0.037506103515625,
+ -0.0222015380859375,
+ -0.0177459716796875,
+ -0.0703125,
+ -0.007232666015625,
+ -0.023895263671875,
+ -0.0364990234375,
+ -0.031951904296875,
+ -0.0240631103515625,
+ 0.03717041015625,
+ 0.01219940185546875,
+ -0.01047515869140625,
+ 0.004375457763671875,
+ 0.047119140625,
+ 0.0264129638671875,
+ -0.024566650390625,
+ 0.044403076171875,
+ -0.03179931640625,
+ -0.0150604248046875,
+ 0.03399658203125,
+ 0.0067291259765625,
+ 0.0240631103515625,
+ -0.022369384765625,
+ -0.01337432861328125,
+ 0.006099700927734375,
+ 0.01236724853515625,
+ -0.010223388671875,
+ 0.0194244384765625,
+ -0.046783447265625,
+ -0.0511474609375,
+ -0.0538330078125,
+ 0.04644775390625,
+ 0.0164031982421875,
+ 0.054168701171875,
+ -0.0222015380859375,
+ -0.041900634765625,
+ 0.037353515625,
+ -0.043731689453125,
+ -0.0011196136474609375,
+ -0.0162353515625,
+ 0.0012989044189453125,
+ -0.02423095703125,
+ 0.10162353515625,
+ -0.040374755859375,
+ -0.038848876953125,
+ -0.01387786865234375,
+ 0.05181884765625,
+ 0.0116119384765625,
+ -0.0213623046875,
+ -0.04339599609375,
+ 0.0277557373046875,
+ 0.00891876220703125,
+ -0.03802490234375,
+ -0.00502777099609375,
+ -0.034820556640625,
+ -0.00275421142578125,
+ 0.03936767578125,
+ -0.06561279296875,
+ -0.0212860107421875,
+ -0.036346435546875,
+ -0.07769775390625,
+ -0.0033855438232421875,
+ -0.03399658203125,
+ -0.019775390625,
+ -0.0174102783203125,
+ 0.0222015380859375,
+ 0.007740020751953125,
+ -0.001209259033203125,
+ 0.0212860107421875,
+ 0.0287628173828125,
+ -0.0119476318359375,
+ -0.003849029541015625,
+ -0.0333251953125,
+ -0.0277557373046875,
+ 0.030120849609375,
+ -0.051483154296875,
+ -0.050811767578125,
+ -0.0202789306640625,
+ 0.0311279296875,
+ -0.00975799560546875,
+ 0.0010519027709960938,
+ -0.004795074462890625,
+ -0.0153961181640625,
+ -0.00044155120849609375,
+ -0.05718994140625,
+ 0.017913818359375,
+ -0.0198516845703125,
+ -0.01203155517578125,
+ -0.0188446044921875,
+ -0.027587890625,
+ 0.0153961181640625,
+ 0.046112060546875,
+ 0.01387786865234375,
+ 0.0164947509765625,
+ 0.02423095703125,
+ -0.0498046875,
+ 0.01824951171875,
+ -0.0150604248046875,
+ -0.0051727294921875,
+ -0.00447845458984375,
+ -0.009796142578125,
+ 0.009002685546875,
+ -0.0009250640869140625,
+ 0.05718994140625,
+ -0.0316162109375,
+ -0.020111083984375,
+ -0.07366943359375,
+ 0.0213623046875,
+ 0.027923583984375,
+ -0.00971221923828125,
+ -0.0045013427734375,
+ -0.031280517578125,
+ -0.07977294921875,
+ 0.0254058837890625,
+ 0.02557373046875,
+ 0.017669677734375,
+ -0.01203155517578125,
+ -0.0171661376953125,
+ -0.016143798828125,
+ -0.061248779296875,
+ -0.047454833984375,
+ 0.0198516845703125,
+ 0.006099700927734375,
+ 0.0225372314453125,
+ -0.04156494140625,
+ -0.0105133056640625,
+ 0.05450439453125,
+ 0.0264129638671875,
+ 0.042388916015625,
+ 0.0038700103759765625,
+ 0.02691650390625,
+ -0.01438140869140625,
+ 0.04473876953125,
+ -0.0243988037109375,
+ -0.026580810546875,
+ -0.002292633056640625,
+ 0.0218658447265625,
+ 0.01337432861328125,
+ -0.0243988037109375,
+ -0.0294342041015625,
+ -0.006561279296875,
+ -0.01177978515625,
+ 0.0030918121337890625,
+ -0.025909423828125,
+ -0.039703369140625,
+ 0.0289306640625,
+ 0.00502777099609375,
+ 0.037353515625,
+ -0.042236328125,
+ -0.0287628173828125,
+ 0.01824951171875,
+ -0.00614166259765625,
+ 0.0201873779296875,
+ 0.0033855438232421875,
+ 0.037689208984375,
+ 0.0142974853515625,
+ 0.0132904052734375,
+ 0.053497314453125,
+ -0.0302886962890625,
+ -0.045745849609375,
+ -0.017669677734375,
+ -0.01446533203125,
+ -0.01177978515625,
+ 0.0289306640625,
+ 0.00887298583984375,
+ 0.0894775390625,
+ 0.0156402587890625,
+ -0.0274200439453125,
+ 0.06427001953125,
+ 0.041229248046875,
+ 0.05047607421875,
+ -0.017333984375,
+ -0.032470703125,
+ 0.021453857421875,
+ 0.0208587646484375,
+ -0.0386962890625,
+ -0.046112060546875,
+ 0.027587890625,
+ 0.06390380859375,
+ -0.0770263671875,
+ 0.0137939453125,
+ 0.03045654296875,
+ 0.006603240966796875,
+ 0.0008883476257324219,
+ 0.023223876953125,
+ -0.0139617919921875,
+ 0.032989501953125,
+ -0.001140594482421875,
+ -0.03717041015625,
+ 0.004352569580078125,
+ -0.0005207061767578125,
+ 0.035491943359375,
+ 0.061248779296875,
+ 0.037841796875,
+ -0.0212860107421875,
+ 0.05181884765625,
+ -0.017578125,
+ 0.0333251953125,
+ 0.0174102783203125,
+ 0.029266357421875,
+ -0.005466461181640625,
+ 0.04290771484375,
+ 0.0294342041015625,
+ 0.003406524658203125,
+ -0.01354217529296875,
+ 0.00164031982421875,
+ -0.002155303955078125,
+ 0.0105133056640625,
+ 0.077392578125,
+ 0.0609130859375,
+ 0.004669189453125,
+ -0.0045013427734375,
+ 0.006561279296875,
+ -0.05718994140625,
+ -0.01312255859375,
+ 0.0033855438232421875,
+ -0.0306243896484375,
+ -0.05316162109375,
+ -0.047119140625,
+ 0.0230560302734375,
+ -0.040557861328125,
+ 0.041900634765625,
+ 0.0150604248046875,
+ -0.024566650390625,
+ -0.01690673828125,
+ 0.052154541015625,
+ -0.0228729248046875,
+ -0.0222015380859375,
+ 0.026580810546875,
+ 0.01013946533203125,
+ -0.0019969940185546875,
+ -0.036346435546875,
+ -0.0213623046875,
+ 0.03717041015625,
+ 0.031280517578125,
+ -0.056854248046875,
+ -0.0202789306640625,
+ 0.02825927734375,
+ -0.0277557373046875,
+ -0.0538330078125,
+ -0.01177978515625,
+ -0.01337432861328125,
+ -0.03851318359375,
+ -0.0225372314453125,
+ -0.0211944580078125,
+ -0.00439453125,
+ -0.0167388916015625,
+ -0.01064300537109375,
+ -0.00447845458984375,
+ -0.0113525390625,
+ -0.02960205078125,
+ -0.0116119384765625,
+ -0.0050048828125,
+ -0.043060302734375,
+ 0.034820556640625,
+ -0.042572021484375,
+ 0.03533935546875,
+ 0.0195159912109375,
+ 0.05047607421875,
+ 0.01548004150390625,
+ 0.08074951171875,
+ -0.032135009765625,
+ -0.0208587646484375,
+ -0.0284271240234375,
+ -0.081787109375,
+ 0.03582763671875,
+ -0.00016367435455322266,
+ 0.01287078857421875,
+ -0.057525634765625,
+ 0.01110076904296875,
+ 0.0484619140625,
+ -0.06494140625,
+ 0.019012451171875,
+ 0.01824951171875,
+ -0.034332275390625,
+ -0.01236724853515625,
+ 0.0116119384765625,
+ 0.034332275390625,
+ 0.00887298583984375,
+ 0.082763671875,
+ 0.025909423828125,
+ -0.00580596923828125,
+ -0.02557373046875,
+ -0.03851318359375,
+ 0.041229248046875,
+ 0.00753021240234375,
+ 0.01580810546875,
+ -0.039703369140625,
+ 0.0191802978515625,
+ -0.004207611083984375,
+ -0.0012569427490234375,
+ 0.00211334228515625,
+ -0.062255859375,
+ 0.023895263671875,
+ 0.0208587646484375,
+ 0.0153961181640625,
+ 0.006561279296875,
+ 0.00414276123046875,
+ -0.059906005859375,
+ -0.0208587646484375,
+ -0.03668212890625,
+ -0.0050048828125,
+ -0.0011720657348632812,
+ 0.0274200439453125,
+ -0.0150604248046875,
+ -0.027587890625,
+ -0.0262451171875,
+ -0.0290985107421875,
+ -0.00815582275390625,
+ -0.0228729248046875,
+ 0.03955078125,
+ 0.00414276123046875,
+ -0.049468994140625,
+ 0.0333251953125,
+ 0.0006151199340820312,
+ 0.005634307861328125,
+ 0.032470703125,
+ 0.043731689453125,
+ -0.033660888671875,
+ 0.009796142578125,
+ -0.018585205078125,
+ 0.0228729248046875,
+ 0.0062255859375,
+ -0.00887298583984375,
+ 0.00815582275390625,
+ -0.00908660888671875,
+ 0.034332275390625,
+ -0.016998291015625,
+ 0.052490234375,
+ 0.01312255859375,
+ -0.0309600830078125,
+ -0.0867919921875,
+ -0.0157318115234375,
+ -0.042724609375,
+ -0.00197601318359375,
+ -0.012451171875,
+ 0.0247344970703125,
+ 0.0007572174072265625,
+ -0.02423095703125,
+ -0.09625244140625,
+ 0.059906005859375,
+ -0.0302886962890625,
+ 0.030792236328125,
+ 0.0267486572265625,
+ -0.01531219482421875,
+ -0.072021484375,
+ -0.045074462890625,
+ -0.005550384521484375,
+ 0.03802490234375,
+ -0.0484619140625,
+ 0.017333984375,
+ 0.01186370849609375,
+ 0.037506103515625,
+ -0.0225372314453125,
+ -0.0237274169921875,
+ 0.00997161865234375,
+ -0.0208587646484375,
+ 0.0267486572265625,
+ -0.05450439453125,
+ 0.0413818359375,
+ -0.01219940185546875,
+ 0.04205322265625,
+ -0.0146331787109375,
+ -0.01236724853515625,
+ 0.0026493072509765625,
+ -0.0025768280029296875,
+ -0.0187530517578125,
+ -0.0113525390625,
+ -0.0010671615600585938,
+ 0.031463623046875,
+ -0.0011196136474609375,
+ 0.025909423828125,
+ -0.036163330078125,
+ 0.00904083251953125,
+ -0.002292633056640625,
+ -0.0299530029296875,
+ 0.00024962425231933594,
+ 0.00536346435546875,
+ 0.0108489990234375,
+ -0.0168304443359375,
+ -0.04339599609375,
+ -0.0706787109375,
+ 0.00824737548828125,
+ -0.072021484375,
+ -0.0187530517578125,
+ 0.025238037109375,
+ 0.012115478515625,
+ 0.022369384765625,
+ -0.0280914306640625,
+ 0.0333251953125,
+ 0.00769805908203125,
+ -0.009124755859375,
+ -0.0511474609375,
+ 0.043731689453125,
+ -0.0070648193359375,
+ 0.002460479736328125,
+ -0.00858306884765625,
+ -0.045074462890625,
+ 0.06964111328125,
+ -0.0015668869018554688,
+ 0.034820556640625,
+ -0.0186767578125,
+ -0.01055908203125,
+ -0.0290985107421875,
+ 0.0006203651428222656,
+ -0.08074951171875,
+ -0.01690673828125,
+ 0.0218658447265625,
+ -0.000904083251953125,
+ 0.0185089111328125,
+ -0.0218658447265625,
+ 0.03802490234375,
+ -0.0302886962890625,
+ -0.050140380859375,
+ 0.01514434814453125,
+ -0.01009368896484375,
+ -0.062255859375,
+ -0.0146331787109375,
+ -0.0206146240234375,
+ 0.01186370849609375,
+ -0.0070648193359375,
+ 0.03955078125,
+ 0.045745849609375,
+ 0.035003662109375,
+ 0.0122833251953125,
+ -0.0290985107421875,
+ 0.00681304931640625,
+ 0.0022716522216796875,
+ -0.01446533203125,
+ 0.031280517578125,
+ 0.0364990234375,
+ 0.0116119384765625,
+ -0.00853729248046875,
+ 0.01177978515625,
+ -0.09149169921875,
+ 0.005466461181640625,
+ -0.0280914306640625,
+ -0.0294342041015625,
+ -0.023223876953125,
+ 0.09222412109375,
+ 0.02203369140625,
+ 0.0250701904296875,
+ 0.01253509521484375,
+ 0.01690673828125,
+ -0.01203155517578125,
+ -0.019775390625,
+ -0.0177459716796875,
+ -0.030792236328125,
+ 0.01421356201171875,
+ 0.037017822265625,
+ 0.00597381591796875,
+ -0.07366943359375,
+ 0.035491943359375,
+ 0.05517578125,
+ -0.0168304443359375,
+ -0.041046142578125,
+ 0.0257415771484375,
+ -0.037841796875,
+ 0.057861328125,
+ 0.0045623779296875,
+ 0.0122833251953125,
+ -0.048126220703125,
+ 0.0260772705078125,
+ 0.0191802978515625,
+ 0.0032806396484375,
+ 0.0036373138427734375,
+ -0.00875091552734375,
+ -0.0302886962890625,
+ 0.0364990234375,
+ -0.05047607421875,
+ -0.0098419189453125,
+ 0.00731658935546875,
+ 0.08074951171875,
+ 0.0247344970703125,
+ -0.05584716796875,
+ -0.01446533203125,
+ 0.0111846923828125,
+ 0.0294342041015625,
+ -0.0139617919921875,
+ -0.0015249252319335938,
+ 0.027587890625,
+ -0.0108489990234375,
+ 0.022369384765625,
+ 0.04913330078125,
+ 0.007358551025390625,
+ 0.037506103515625,
+ 0.0080718994140625,
+ -0.03466796875,
+ 0.0233917236328125,
+ -0.004543304443359375,
+ 0.0233917236328125,
+ -0.0262451171875,
+ -0.04156494140625,
+ -0.0484619140625,
+ -0.0440673828125,
+ 0.046783447265625,
+ 0.01143646240234375,
+ 0.0228729248046875,
+ 0.0364990234375,
+ 0.0170745849609375,
+ 0.009124755859375,
+ 0.00731658935546875,
+ 0.013458251953125,
+ 0.0170745849609375,
+ -0.00007194280624389648,
+ 0.025909423828125,
+ -0.0082855224609375,
+ -0.014801025390625,
+ 0.0287628173828125,
+ -0.0225372314453125,
+ 0.01387786865234375,
+ -0.0119476318359375,
+ 0.025238037109375,
+ -0.049468994140625,
+ -0.007572174072265625,
+ -0.0063934326171875,
+ -0.03045654296875,
+ -0.00319671630859375,
+ -0.050811767578125,
+ -0.007190704345703125,
+ 0.004436492919921875,
+ -0.04779052734375,
+ -0.0440673828125,
+ 0.0386962890625,
+ -0.0360107421875,
+ -0.00647735595703125,
+ 0.01093292236328125,
+ 0.00769805908203125,
+ 0.00942230224609375,
+ -0.10833740234375,
+ 0.0030078887939453125,
+ 0.0142974853515625,
+ 0.036163330078125,
+ -0.01548004150390625,
+ 0.017578125,
+ 0.005550384521484375,
+ 0.028594970703125,
+ 0.006687164306640625,
+ -0.006267547607421875,
+ -0.0191802978515625,
+ 0.043060302734375,
+ 0.06494140625,
+ -0.00870513916015625,
+ -0.01354217529296875,
+ 0.058197021484375,
+ -0.01404571533203125,
+ -0.04473876953125,
+ 0.03582763671875,
+ 0.026580810546875,
+ 0.02001953125,
+ -0.026580810546875,
+ -0.00975799560546875,
+ -0.03936767578125,
+ -0.042724609375,
+ 0.063232421875,
+ 0.016998291015625,
+ 0.02001953125,
+ 0.04913330078125,
+ -0.015228271484375,
+ 0.057861328125,
+ -0.0018291473388671875,
+ 0.03448486328125,
+ -0.04913330078125,
+ 0.0277557373046875,
+ -0.02490234375,
+ 0.0274200439453125,
+ -0.00858306884765625,
+ 0.013458251953125,
+ 0.005718231201171875,
+ 0.0289306640625,
+ -0.0257415771484375,
+ 0.06427001953125,
+ 0.030792236328125,
+ -0.0091705322265625,
+ -0.047119140625,
+ 0.005340576171875,
+ -0.030792236328125,
+ -0.006603240966796875,
+ 0.044403076171875,
+ -0.037017822265625,
+ 0.001987457275390625,
+ 0.018585205078125,
+ 0.01303863525390625,
+ 0.0254058837890625,
+ -0.01030731201171875,
+ 0.0194244384765625,
+ -0.019683837890625,
+ -0.027252197265625,
+ 0.0164947509765625,
+ 0.012451171875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "password-bypass",
+ "system-access",
+ "utilman-replacement",
+ "live-boot",
+ "administrator-rights",
+ "net-user-command",
+ "linux-tools"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_spotlight_parser",
+ "type": "tool",
+ "name": "spotlight_parser",
+ "content": "spotlight_parser python-framework analysiert macos-spotlight-index für versteckte dateimetadaten und suchhistorie. extrahiert gelöschte referenzen, volltext-indizes und user-search-patterns aus .store-datenbanken. rekonstruiert file-timeline auch nach löschung, identifiziert externe volume-verbindungen. besonders wertvoll für user-activity-tracking und data-exfiltration-nachweis auf macos-systemen. cli spotlight-analysis metadata-parser deleted-file-recovery search-history python-tool macos-artifacts user-activity static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.00885772705078125,
+ 0.0143280029296875,
+ 0.026947021484375,
+ -0.0192413330078125,
+ 0.0194091796875,
+ 0.0237274169921875,
+ 0.0222015380859375,
+ -0.00847625732421875,
+ 0.01678466796875,
+ -0.0098724365234375,
+ -0.029998779296875,
+ 0.049163818359375,
+ 0.0036029815673828125,
+ 0.016693115234375,
+ -0.0732421875,
+ 0.032562255859375,
+ -0.0019073486328125,
+ 0.01415252685546875,
+ 0.004726409912109375,
+ -0.026611328125,
+ -0.007205963134765625,
+ -0.0283050537109375,
+ -0.04119873046875,
+ 0.006610870361328125,
+ 0.026611328125,
+ 0.0173797607421875,
+ -0.0216217041015625,
+ -0.057647705078125,
+ 0.01441192626953125,
+ 0.02593994140625,
+ 0.0169525146484375,
+ -0.01551055908203125,
+ 0.028472900390625,
+ 0.025604248046875,
+ 0.0288238525390625,
+ -0.0252532958984375,
+ 0.01186370849609375,
+ -0.045440673828125,
+ -0.037139892578125,
+ 0.032379150390625,
+ -0.0200958251953125,
+ -0.00881195068359375,
+ 0.030181884765625,
+ -0.0161895751953125,
+ -0.0418701171875,
+ -0.038665771484375,
+ 0.00809478759765625,
+ 0.00962066650390625,
+ 0.030181884765625,
+ -0.0396728515625,
+ 0.03814697265625,
+ 0.025421142578125,
+ -0.011444091796875,
+ 0.0004742145538330078,
+ -0.039337158203125,
+ 0.026611328125,
+ 0.00601959228515625,
+ -0.01983642578125,
+ -0.052215576171875,
+ 0.051544189453125,
+ -0.029998779296875,
+ -0.0200958251953125,
+ -0.00389862060546875,
+ -0.01152801513671875,
+ 0.01229095458984375,
+ 0.025604248046875,
+ -0.00476837158203125,
+ -0.03729248046875,
+ 0.00809478759765625,
+ -0.0007414817810058594,
+ -0.0102996826171875,
+ -0.01983642578125,
+ -0.0134735107421875,
+ 0.045440673828125,
+ -0.0134735107421875,
+ -0.060699462890625,
+ 0.01398468017578125,
+ 0.0206756591796875,
+ -0.01110076904296875,
+ 0.005214691162109375,
+ -0.041351318359375,
+ -0.01474761962890625,
+ 0.0623779296875,
+ -0.017120361328125,
+ -0.0215301513671875,
+ 0.0252532958984375,
+ 0.00978851318359375,
+ 0.0244140625,
+ 0.0098724365234375,
+ -0.004535675048828125,
+ 0.0184783935546875,
+ 0.00771331787109375,
+ -0.004726409912109375,
+ -0.00826263427734375,
+ 0.036102294921875,
+ 0.059326171875,
+ 0.011016845703125,
+ 0.01517486572265625,
+ -0.0303497314453125,
+ 0.0318603515625,
+ 0.018646240234375,
+ -0.052886962890625,
+ 0.036956787109375,
+ -0.014495849609375,
+ 0.03424072265625,
+ -0.01186370849609375,
+ 0.01373291015625,
+ -0.0244140625,
+ 0.01220703125,
+ -0.0120391845703125,
+ -0.1051025390625,
+ -0.043060302734375,
+ -0.031707763671875,
+ -0.08038330078125,
+ 0.00640106201171875,
+ -0.007587432861328125,
+ -0.00400543212890625,
+ 0.056610107421875,
+ -0.042724609375,
+ -0.04510498046875,
+ -0.012969970703125,
+ 0.0249176025390625,
+ -0.001308441162109375,
+ -0.004852294921875,
+ -0.035614013671875,
+ -0.06512451171875,
+ 0.0181427001953125,
+ 0.0267791748046875,
+ -0.03814697265625,
+ -0.0165252685546875,
+ 0.005001068115234375,
+ -0.0276336669921875,
+ -0.0016841888427734375,
+ -0.037628173828125,
+ 0.00580596923828125,
+ -0.0082244873046875,
+ 0.036102294921875,
+ -0.033721923828125,
+ 0.0019702911376953125,
+ -0.0004715919494628906,
+ 0.0230560302734375,
+ -0.0261077880859375,
+ -0.040863037109375,
+ -0.00864410400390625,
+ -0.0457763671875,
+ -0.00830841064453125,
+ -0.036773681640625,
+ 0.03118896484375,
+ -0.0235595703125,
+ 0.01457977294921875,
+ -0.00830841064453125,
+ 0.04644775390625,
+ 0.0335693359375,
+ 0.01593017578125,
+ 0.0012292861938476562,
+ -0.03948974609375,
+ 0.008941650390625,
+ -0.031707763671875,
+ 0.0188140869140625,
+ -0.01136016845703125,
+ -0.031707763671875,
+ 0.01441192626953125,
+ 0.0032215118408203125,
+ 0.0223846435546875,
+ -0.01517486572265625,
+ -0.03338623046875,
+ -0.0195770263671875,
+ 0.0245819091796875,
+ 0.00022649765014648438,
+ -0.00945281982421875,
+ 0.019073486328125,
+ -0.026947021484375,
+ 0.06951904296875,
+ 0.08343505859375,
+ -0.0199127197265625,
+ 0.0245819091796875,
+ 0.0244140625,
+ -0.01055145263671875,
+ 0.044769287109375,
+ 0.036102294921875,
+ -0.004978179931640625,
+ -0.0029659271240234375,
+ 0.04779052734375,
+ -0.00618743896484375,
+ 0.0019178390502929688,
+ -0.0133056640625,
+ -0.03204345703125,
+ -0.006866455078125,
+ -0.0233917236328125,
+ 0.049835205078125,
+ -0.0501708984375,
+ -0.039154052734375,
+ -0.00847625732421875,
+ 0.0214385986328125,
+ 0.0036029815673828125,
+ 0.06512451171875,
+ 0.01169586181640625,
+ -0.006908416748046875,
+ 0.038665771484375,
+ 0.01059722900390625,
+ 0.0227203369140625,
+ 0.030517578125,
+ -0.017120361328125,
+ 0.05865478515625,
+ 0.01491546630859375,
+ 0.0211029052734375,
+ -0.022552490234375,
+ 0.05731201171875,
+ 0.009368896484375,
+ -0.006866455078125,
+ -0.029327392578125,
+ 0.042388916015625,
+ -0.01381683349609375,
+ -0.00039196014404296875,
+ -0.05731201171875,
+ -0.033233642578125,
+ 0.01381683349609375,
+ -0.0276336669921875,
+ 0.0102996826171875,
+ 0.00563812255859375,
+ -0.02288818359375,
+ -0.047119140625,
+ -0.00966644287109375,
+ 0.023895263671875,
+ -0.0206756591796875,
+ 0.0157623291015625,
+ 0.035614013671875,
+ -0.0211944580078125,
+ -0.018218994140625,
+ 0.03900146484375,
+ 0.007843017578125,
+ 0.01119232177734375,
+ -0.0036029815673828125,
+ 0.0039215087890625,
+ 0.0161895751953125,
+ -0.0264434814453125,
+ 0.0440673828125,
+ 0.048828125,
+ 0.0169525146484375,
+ -0.00804901123046875,
+ -0.0233917236328125,
+ 0.033050537109375,
+ 0.00733184814453125,
+ 0.016021728515625,
+ 0.037811279296875,
+ -0.0184783935546875,
+ 0.00940704345703125,
+ -0.002140045166015625,
+ 0.03424072265625,
+ 0.06512451171875,
+ -0.024749755859375,
+ -0.0189056396484375,
+ -0.067138671875,
+ 0.0006279945373535156,
+ -0.05999755859375,
+ -0.026947021484375,
+ -0.024749755859375,
+ -0.06610107421875,
+ 0.0684814453125,
+ -0.01457977294921875,
+ -0.0026378631591796875,
+ -0.01381683349609375,
+ 0.003284454345703125,
+ 0.01152801513671875,
+ 0.054931640625,
+ -0.0004265308380126953,
+ -0.06103515625,
+ 0.017974853515625,
+ 0.0640869140625,
+ -0.0213623046875,
+ 0.0026378631591796875,
+ -0.01441192626953125,
+ 0.017974853515625,
+ 0.0030517578125,
+ 0.0279693603515625,
+ -0.04949951171875,
+ 0.01119232177734375,
+ 0.030853271484375,
+ 0.0298309326171875,
+ 0.03643798828125,
+ -0.003940582275390625,
+ 0.006992340087890625,
+ -0.036773681640625,
+ 0.019073486328125,
+ -0.04052734375,
+ 0.01136016845703125,
+ 0.000017523765563964844,
+ 0.01678466796875,
+ -0.01229095458984375,
+ -0.06646728515625,
+ -0.002986907958984375,
+ 0.04119873046875,
+ 0.006103515625,
+ -0.004703521728515625,
+ 0.005382537841796875,
+ -0.048828125,
+ 0.00580596923828125,
+ 0.0033473968505859375,
+ -0.00010728836059570312,
+ 0.035430908203125,
+ 0.0579833984375,
+ -0.024749755859375,
+ -0.0165252685546875,
+ -0.00007086992263793945,
+ 0.021697998046875,
+ -0.026947021484375,
+ -0.0288238525390625,
+ -0.028656005859375,
+ -0.024749755859375,
+ -0.04034423828125,
+ -0.0193328857421875,
+ 0.0052337646484375,
+ -0.0274658203125,
+ 0.0172119140625,
+ -0.005382537841796875,
+ -0.01568603515625,
+ -0.0396728515625,
+ -0.0189056396484375,
+ -0.0009007453918457031,
+ -0.0418701171875,
+ -0.026275634765625,
+ -0.042877197265625,
+ 0.03338623046875,
+ 0.0025634765625,
+ -0.0034332275390625,
+ -0.0185699462890625,
+ 0.00872802734375,
+ -0.0244140625,
+ 0.0082244873046875,
+ -0.023895263671875,
+ 0.0200042724609375,
+ -0.0276336669921875,
+ 0.042388916015625,
+ 0.044769287109375,
+ 0.02508544921875,
+ 0.02593994140625,
+ 0.0562744140625,
+ -0.0127105712890625,
+ -0.028472900390625,
+ 0.0213623046875,
+ -0.00957489013671875,
+ -0.0134735107421875,
+ 0.0012712478637695312,
+ -0.01169586181640625,
+ -0.005340576171875,
+ -0.040863037109375,
+ -0.015594482421875,
+ -0.0192413330078125,
+ 0.0222015380859375,
+ 0.0180511474609375,
+ 0.01000213623046875,
+ -0.0245819091796875,
+ 0.0133056640625,
+ 0.0867919921875,
+ -0.006992340087890625,
+ 0.0963134765625,
+ -0.0223846435546875,
+ -0.039825439453125,
+ 0.005680084228515625,
+ -0.0052337646484375,
+ -0.01788330078125,
+ -0.011444091796875,
+ 0.003940582275390625,
+ -0.000926971435546875,
+ 0.00618743896484375,
+ 0.0158538818359375,
+ -0.007373809814453125,
+ 0.01245880126953125,
+ 0.00640106201171875,
+ -0.006526947021484375,
+ 0.0105133056640625,
+ -0.01338958740234375,
+ 0.014068603515625,
+ 0.05120849609375,
+ 0.003559112548828125,
+ -0.0055084228515625,
+ 0.07733154296875,
+ -0.03289794921875,
+ -0.0207672119140625,
+ -0.0357666015625,
+ -0.08544921875,
+ 0.0091552734375,
+ 0.0192413330078125,
+ 0.01025390625,
+ 0.047119140625,
+ -0.023223876953125,
+ -0.049163818359375,
+ 0.040191650390625,
+ -0.03900146484375,
+ 0.09698486328125,
+ 0.05426025390625,
+ 0.0101318359375,
+ 0.006229400634765625,
+ -0.0313720703125,
+ -0.0223846435546875,
+ 0.024078369140625,
+ 0.01169586181640625,
+ 0.0203399658203125,
+ 0.0176239013671875,
+ 0.042205810546875,
+ 0.037811279296875,
+ -0.054931640625,
+ -0.00872802734375,
+ 0.00580596923828125,
+ 0.0082244873046875,
+ -0.0139007568359375,
+ 0.0131378173828125,
+ 0.028656005859375,
+ 0.0193328857421875,
+ -0.000010251998901367188,
+ 0.04510498046875,
+ 0.0335693359375,
+ -0.00881195068359375,
+ 0.020172119140625,
+ -0.01593017578125,
+ 0.0291595458984375,
+ -0.06512451171875,
+ 0.0013036727905273438,
+ 0.0016107559204101562,
+ 0.020599365234375,
+ 0.034423828125,
+ 0.0127105712890625,
+ -0.071533203125,
+ 0.01491546630859375,
+ 0.0562744140625,
+ -0.055938720703125,
+ 0.0195770263671875,
+ 0.048828125,
+ -0.0274658203125,
+ 0.0038776397705078125,
+ -0.01517486572265625,
+ -0.034912109375,
+ 0.01169586181640625,
+ -0.034912109375,
+ -0.067138671875,
+ 0.006103515625,
+ -0.005107879638671875,
+ -0.05255126953125,
+ -0.050506591796875,
+ -0.0335693359375,
+ -0.0024890899658203125,
+ -0.004787445068359375,
+ -0.0200958251953125,
+ 0.025604248046875,
+ -0.035430908203125,
+ -0.0173797607421875,
+ 0.041015625,
+ 0.03814697265625,
+ -0.02093505859375,
+ -0.00995635986328125,
+ 0.056610107421875,
+ -0.0233917236328125,
+ -0.0718994140625,
+ 0.049835205078125,
+ 0.005359649658203125,
+ 0.004322052001953125,
+ -0.0562744140625,
+ -0.0180511474609375,
+ 0.00978851318359375,
+ -0.00885772705078125,
+ -0.003814697265625,
+ 0.0203399658203125,
+ -0.033905029296875,
+ -0.052886962890625,
+ -0.03662109375,
+ 0.061370849609375,
+ 0.0296630859375,
+ 0.0134735107421875,
+ 0.007205963134765625,
+ -0.049835205078125,
+ 0.0288238525390625,
+ -0.07867431640625,
+ -0.0274658203125,
+ -0.00771331787109375,
+ -0.005359649658203125,
+ -0.01004791259765625,
+ 0.0306854248046875,
+ -0.0158538818359375,
+ 0.004070281982421875,
+ -0.005382537841796875,
+ 0.05255126953125,
+ 0.03271484375,
+ 0.00045037269592285156,
+ -0.051544189453125,
+ 0.0172119140625,
+ 0.02813720703125,
+ -0.0440673828125,
+ 0.0009641647338867188,
+ -0.007457733154296875,
+ 0.0207672119140625,
+ 0.02593994140625,
+ -0.059661865234375,
+ 0.0093231201171875,
+ -0.0027980804443359375,
+ -0.0518798828125,
+ -0.0283050537109375,
+ -0.0204315185546875,
+ -0.043243408203125,
+ -0.0206756591796875,
+ 0.0173797607421875,
+ 0.03900146484375,
+ 0.0133056640625,
+ 0.01983642578125,
+ 0.0235595703125,
+ -0.0008478164672851562,
+ 0.016693115234375,
+ 0.0134735107421875,
+ -0.0296630859375,
+ 0.04339599609375,
+ -0.0667724609375,
+ -0.034912109375,
+ -0.028472900390625,
+ 0.036956787109375,
+ -0.0116119384765625,
+ 0.0027980804443359375,
+ -0.024749755859375,
+ -0.0274658203125,
+ 0.0518798828125,
+ -0.0272979736328125,
+ 0.0022983551025390625,
+ -0.00013637542724609375,
+ -0.0318603515625,
+ -0.057647705078125,
+ -0.0215301513671875,
+ 0.015594482421875,
+ 0.005466461181640625,
+ -0.0028820037841796875,
+ 0.0119476318359375,
+ 0.046783447265625,
+ -0.039154052734375,
+ 0.0203399658203125,
+ 0.0288238525390625,
+ -0.0173797607421875,
+ 0.01169586181640625,
+ 0.000018477439880371094,
+ 0.021026611328125,
+ -0.00199127197265625,
+ 0.0252532958984375,
+ -0.016448974609375,
+ -0.02203369140625,
+ -0.06781005859375,
+ 0.01593017578125,
+ 0.0046844482421875,
+ -0.0205078125,
+ 0.0017375946044921875,
+ -0.016693115234375,
+ -0.067138671875,
+ -0.00970458984375,
+ 0.06817626953125,
+ 0.01025390625,
+ 0.0012769699096679688,
+ -0.05084228515625,
+ -0.0091094970703125,
+ -0.0120391845703125,
+ -0.0184783935546875,
+ 0.04254150390625,
+ -0.0010223388671875,
+ 0.0168609619140625,
+ -0.0204315185546875,
+ -0.026275634765625,
+ 0.0200958251953125,
+ -0.00749969482421875,
+ 0.0276336669921875,
+ 0.0172119140625,
+ 0.0207672119140625,
+ 0.0017271041870117188,
+ -0.00665283203125,
+ -0.0026912689208984375,
+ -0.01229095458984375,
+ -0.006145477294921875,
+ -0.0172119140625,
+ 0.0294952392578125,
+ -0.01338958740234375,
+ -0.019500732421875,
+ 0.00970458984375,
+ 0.0169525146484375,
+ 0.011444091796875,
+ -0.034423828125,
+ 0.0215301513671875,
+ 0.0146636962890625,
+ 0.0146636962890625,
+ 0.0780029296875,
+ -0.0264434814453125,
+ -0.03204345703125,
+ 0.00007551908493041992,
+ 0.0017480850219726562,
+ 0.03424072265625,
+ 0.049163818359375,
+ -0.0036029815673828125,
+ -0.00804901123046875,
+ 0.0227203369140625,
+ 0.0374755859375,
+ -0.00678253173828125,
+ -0.029327392578125,
+ -0.006145477294921875,
+ 0.01898193359375,
+ 0.040008544921875,
+ 0.035247802734375,
+ 0.0120391845703125,
+ 0.049835205078125,
+ 0.01338958740234375,
+ -0.006061553955078125,
+ 0.016357421875,
+ 0.06512451171875,
+ 0.01373291015625,
+ -0.01288604736328125,
+ -0.049163818359375,
+ -0.0070343017578125,
+ 0.005550384521484375,
+ -0.0199127197265625,
+ -0.039337158203125,
+ 0.0189056396484375,
+ 0.046112060546875,
+ -0.08746337890625,
+ -0.005168914794921875,
+ -0.0003628730773925781,
+ 0.027130126953125,
+ 0.047119140625,
+ 0.017974853515625,
+ -0.0306854248046875,
+ 0.0188140869140625,
+ 0.03814697265625,
+ -0.062744140625,
+ 0.0037937164306640625,
+ -0.0288238525390625,
+ 0.0165252685546875,
+ 0.057647705078125,
+ 0.002086639404296875,
+ -0.01305389404296875,
+ 0.037139892578125,
+ 0.00351715087890625,
+ 0.060699462890625,
+ 0.0213623046875,
+ 0.034576416015625,
+ 0.005466461181640625,
+ 0.0193328857421875,
+ 0.038482666015625,
+ 0.06341552734375,
+ -0.0296630859375,
+ -0.01093292236328125,
+ 0.02093505859375,
+ 0.0310211181640625,
+ 0.030517578125,
+ 0.04254150390625,
+ -0.0306854248046875,
+ -0.01491546630859375,
+ 0.0098724365234375,
+ -0.034759521484375,
+ 0.01398468017578125,
+ 0.0200958251953125,
+ -0.01338958740234375,
+ -0.0501708984375,
+ -0.04205322265625,
+ -0.00493621826171875,
+ -0.034759521484375,
+ 0.0208587646484375,
+ 0.01119232177734375,
+ -0.0166168212890625,
+ 0.0017910003662109375,
+ 0.058319091796875,
+ -0.00826263427734375,
+ -0.06036376953125,
+ 0.007587432861328125,
+ -0.040679931640625,
+ -0.01788330078125,
+ -0.01873779296875,
+ -0.043060302734375,
+ 0.035247802734375,
+ -0.0091552734375,
+ -0.038299560546875,
+ -0.00919342041015625,
+ 0.028656005859375,
+ -0.0105133056640625,
+ -0.051544189453125,
+ -0.0218658447265625,
+ 0.00957489013671875,
+ -0.02508544921875,
+ 0.00428009033203125,
+ -0.037139892578125,
+ -0.019500732421875,
+ -0.0047454833984375,
+ -0.041351318359375,
+ 0.00362396240234375,
+ -0.0139007568359375,
+ 0.0023212432861328125,
+ -0.006992340087890625,
+ -0.0027980804443359375,
+ -0.0440673828125,
+ 0.02203369140625,
+ -0.0279693603515625,
+ 0.036956787109375,
+ 0.01568603515625,
+ 0.004810333251953125,
+ 0.0169525146484375,
+ 0.04949951171875,
+ 0.0242462158203125,
+ -0.0133056640625,
+ -0.0288238525390625,
+ -0.030853271484375,
+ -0.003475189208984375,
+ 0.0143280029296875,
+ 0.005466461181640625,
+ -0.055267333984375,
+ 0.0146636962890625,
+ 0.050506591796875,
+ -0.07733154296875,
+ 0.0108489990234375,
+ -0.00476837158203125,
+ -0.0306854248046875,
+ -0.042724609375,
+ 0.01373291015625,
+ 0.0070343017578125,
+ 0.0021514892578125,
+ 0.0902099609375,
+ -0.0194091796875,
+ -0.0218658447265625,
+ 0.0016841888427734375,
+ -0.05120849609375,
+ 0.06304931640625,
+ 0.0035381317138671875,
+ 0.04510498046875,
+ -0.045440673828125,
+ 0.0379638671875,
+ 0.024749755859375,
+ -0.0127105712890625,
+ -0.00199127197265625,
+ -0.0667724609375,
+ 0.00962066650390625,
+ 0.016021728515625,
+ -0.0006937980651855469,
+ -0.00733184814453125,
+ -0.006145477294921875,
+ -0.031524658203125,
+ -0.02093505859375,
+ -0.01212310791015625,
+ 0.0257720947265625,
+ 0.020263671875,
+ 0.0012979507446289062,
+ -0.01534271240234375,
+ 0.038665771484375,
+ 0.016448974609375,
+ -0.046783447265625,
+ -0.033233642578125,
+ -0.03338623046875,
+ 0.03643798828125,
+ 0.00678253173828125,
+ -0.036773681640625,
+ 0.0213623046875,
+ -0.0010652542114257812,
+ 0.014495849609375,
+ 0.0211029052734375,
+ 0.054595947265625,
+ -0.03900146484375,
+ -0.021270751953125,
+ 0.00847625732421875,
+ 0.030181884765625,
+ 0.0035381317138671875,
+ 0.01038360595703125,
+ 0.00966644287109375,
+ 0.0306854248046875,
+ 0.04339599609375,
+ -0.036285400390625,
+ 0.037139892578125,
+ 0.0579833984375,
+ -0.0252532958984375,
+ -0.051544189453125,
+ -0.0252532958984375,
+ -0.019073486328125,
+ 0.0298309326171875,
+ -0.027130126953125,
+ 0.034423828125,
+ -0.00027680397033691406,
+ -0.01186370849609375,
+ -0.09832763671875,
+ 0.045440673828125,
+ -0.0100860595703125,
+ 0.040008544921875,
+ 0.032196044921875,
+ -0.03729248046875,
+ -0.058990478515625,
+ -0.045440673828125,
+ -0.0207672119140625,
+ 0.0306854248046875,
+ -0.017120361328125,
+ 0.034576416015625,
+ 0.00792694091796875,
+ -0.0134735107421875,
+ 0.0139007568359375,
+ -0.01033782958984375,
+ 0.00919342041015625,
+ 0.04644775390625,
+ 0.027801513671875,
+ -0.06036376953125,
+ 0.0810546875,
+ -0.0200958251953125,
+ 0.01076507568359375,
+ -0.0161895751953125,
+ -0.005596160888671875,
+ -0.0089874267578125,
+ -0.044769287109375,
+ -0.0294952392578125,
+ -0.0183868408203125,
+ 0.055267333984375,
+ 0.0261077880859375,
+ -0.0291595458984375,
+ 0.029998779296875,
+ -0.042205810546875,
+ -0.0019817352294921875,
+ -0.0199127197265625,
+ -0.0233917236328125,
+ 0.01398468017578125,
+ 0.01398468017578125,
+ -0.0252532958984375,
+ -0.021026611328125,
+ -0.05255126953125,
+ -0.0745849609375,
+ 0.00011789798736572266,
+ -0.062042236328125,
+ -0.018646240234375,
+ 0.004070281982421875,
+ -0.002712249755859375,
+ 0.0216217041015625,
+ -0.0034122467041015625,
+ 0.033905029296875,
+ -0.04119873046875,
+ -0.02813720703125,
+ -0.0214385986328125,
+ 0.0233917236328125,
+ -0.0091552734375,
+ 0.0218658447265625,
+ 0.009368896484375,
+ -0.016357421875,
+ 0.02813720703125,
+ 0.0020122528076171875,
+ -0.005001068115234375,
+ -0.004070281982421875,
+ 0.00923919677734375,
+ -0.0267791748046875,
+ 0.0172882080078125,
+ -0.052215576171875,
+ -0.0046844482421875,
+ 0.0024051666259765625,
+ 0.015594482421875,
+ 0.005126953125,
+ -0.031524658203125,
+ 0.03424072265625,
+ -0.00919342041015625,
+ -0.06884765625,
+ 0.00847625732421875,
+ -0.00966644287109375,
+ -0.026275634765625,
+ 0.0029659271240234375,
+ -0.039154052734375,
+ -0.0119476318359375,
+ 0.00907135009765625,
+ 0.0127105712890625,
+ 0.04510498046875,
+ 0.041717529296875,
+ 0.0133056640625,
+ -0.0199127197265625,
+ 0.0085601806640625,
+ -0.006443023681640625,
+ 0.03594970703125,
+ 0.01593017578125,
+ 0.028656005859375,
+ -0.0139007568359375,
+ 0.01055145263671875,
+ -0.02203369140625,
+ -0.06781005859375,
+ -0.00618743896484375,
+ -0.0025424957275390625,
+ -0.048828125,
+ 0.02203369140625,
+ 0.06915283203125,
+ 0.032562255859375,
+ -0.00019466876983642578,
+ 0.0379638671875,
+ 0.05120849609375,
+ 0.0296630859375,
+ 0.00754547119140625,
+ 0.00881195068359375,
+ -0.06951904296875,
+ -0.0274658203125,
+ 0.03900146484375,
+ 0.029998779296875,
+ -0.06781005859375,
+ 0.05999755859375,
+ 0.06304931640625,
+ -0.03271484375,
+ -0.01474761962890625,
+ 0.0008635520935058594,
+ -0.005889892578125,
+ 0.0244140625,
+ 0.0009641647338867188,
+ 0.034088134765625,
+ -0.050506591796875,
+ 0.00597381591796875,
+ 0.026275634765625,
+ -0.0139007568359375,
+ 0.0211944580078125,
+ -0.01071929931640625,
+ -0.0193328857421875,
+ 0.03338623046875,
+ -0.04644775390625,
+ -0.004619598388671875,
+ 0.0057220458984375,
+ 0.0335693359375,
+ -0.0022144317626953125,
+ -0.054931640625,
+ -0.0276336669921875,
+ 0.043243408203125,
+ 0.033721923828125,
+ -0.038665771484375,
+ 0.005275726318359375,
+ -0.01186370849609375,
+ 0.0089874267578125,
+ 0.034912109375,
+ 0.055267333984375,
+ 0.017974853515625,
+ 0.033233642578125,
+ 0.025604248046875,
+ -0.046783447265625,
+ 0.0134735107421875,
+ -0.0161895751953125,
+ -0.009368896484375,
+ -0.01119232177734375,
+ -0.021697998046875,
+ -0.0306854248046875,
+ -0.07220458984375,
+ 0.047454833984375,
+ 0.0004291534423828125,
+ 0.0039825439453125,
+ 0.0185699462890625,
+ 0.003963470458984375,
+ 0.004215240478515625,
+ -0.0030727386474609375,
+ -0.00504302978515625,
+ 0.031524658203125,
+ 0.0178070068359375,
+ 0.0184783935546875,
+ 0.014068603515625,
+ 0.0274658203125,
+ -0.01262664794921875,
+ -0.0313720703125,
+ 0.043731689453125,
+ -0.07049560546875,
+ -0.0165252685546875,
+ -0.048828125,
+ 0.0037078857421875,
+ 0.004978179931640625,
+ -0.0172119140625,
+ 0.00716400146484375,
+ -0.03509521484375,
+ 0.0244140625,
+ -0.0230560302734375,
+ -0.048492431640625,
+ -0.020263671875,
+ 0.036956787109375,
+ -0.052215576171875,
+ 0.017120361328125,
+ 0.0233917236328125,
+ -0.00428009033203125,
+ 0.0101318359375,
+ -0.05389404296875,
+ 0.06610107421875,
+ 0.034576416015625,
+ 0.00010263919830322266,
+ -0.024078369140625,
+ -0.0033054351806640625,
+ 0.016693115234375,
+ -0.0020656585693359375,
+ 0.038818359375,
+ 0.00754547119140625,
+ 0.001430511474609375,
+ 0.05084228515625,
+ 0.06103515625,
+ -0.0120391845703125,
+ -0.036773681640625,
+ 0.0518798828125,
+ -0.001811981201171875,
+ -0.038482666015625,
+ 0.06475830078125,
+ -0.00792694091796875,
+ 0.030181884765625,
+ -0.0072479248046875,
+ -0.022552490234375,
+ -0.0244140625,
+ -0.048828125,
+ 0.05084228515625,
+ 0.038482666015625,
+ -0.01288604736328125,
+ 0.0233917236328125,
+ -0.062744140625,
+ 0.0732421875,
+ 0.03424072265625,
+ 0.062744140625,
+ -0.0357666015625,
+ 0.06036376953125,
+ -0.027801513671875,
+ 0.006610870361328125,
+ -0.0267791748046875,
+ 0.0035381317138671875,
+ -0.0205078125,
+ 0.0128021240234375,
+ -0.01212310791015625,
+ 0.052215576171875,
+ 0.0070343017578125,
+ 0.008392333984375,
+ -0.06036376953125,
+ -0.01169586181640625,
+ -0.005466461181640625,
+ 0.00199127197265625,
+ 0.030517578125,
+ -0.05120849609375,
+ -0.01068115234375,
+ 0.0123748779296875,
+ 0.0091552734375,
+ 0.04205322265625,
+ -0.00223541259765625,
+ 0.020599365234375,
+ -0.008392333984375,
+ -0.03338623046875,
+ -0.018218994140625,
+ -0.00618743896484375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "spotlight-analysis",
+ "metadata-parser",
+ "deleted-file-recovery",
+ "search-history",
+ "python-tool",
+ "macos-artifacts",
+ "user-activity"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Elliptic",
+ "type": "tool",
+ "name": "Elliptic",
+ "content": "elliptic die kommerzielle blockchain-analytics-plattform konkurriert mit chainalysis durch erweiterte compliance-features und regtech-integration. clustering- algorithmen identifizieren services durch transaction-pattern-analysis: exchanges, darknet-markets, mixers, ransomware-wallets. die compliance- suite bietet real-time-screening gegen ofac/eu-sanctions-listen. besonders stark: defi-protocol-analysis dekodiert smart-contract- interactions, cross-chain-tracking folgt funds über bridges, investigation-tools für complex-money-laundering-schemes. api-integration ermöglicht automated-aml-workflows. die typology-library kategorisiert verdachtsmuster nach fatf-standards. court-ready-reports mit blockchain- evidence-chain. training-programme zertifizieren investigators. unterstützt bitcoin, ethereum, und 15+ andere blockchains. enterprise- deployment für banken, exchanges und strafverfolgung. der europäische fokus macht es zur alternative für eu-basierte organisationen. blockchain-analysis compliance-screening sanctions-checking defi-analysis cross-chain-tracking aml-workflows court-reporting fraud-investigation analysis",
+ "embedding": [
+ -0.01568603515625,
+ 0.01898193359375,
+ 0.05224609375,
+ -0.00746917724609375,
+ 0.031951904296875,
+ 0.0379638671875,
+ 0.0400390625,
+ 0.00528717041015625,
+ -0.01038360595703125,
+ -0.01654052734375,
+ -0.01202392578125,
+ 0.057891845703125,
+ 0.014190673828125,
+ 0.0155029296875,
+ -0.06878662109375,
+ 0.056365966796875,
+ 0.00986480712890625,
+ 0.0255584716796875,
+ -0.00817108154296875,
+ 0.022369384765625,
+ -0.0244293212890625,
+ -0.01113128662109375,
+ -0.0526123046875,
+ -0.006153106689453125,
+ 0.0199127197265625,
+ 0.0222625732421875,
+ 0.009063720703125,
+ -0.03851318359375,
+ -0.00007635354995727539,
+ 0.0019741058349609375,
+ 0.005733489990234375,
+ -0.03326416015625,
+ -0.0221710205078125,
+ 0.01094818115234375,
+ -0.01080322265625,
+ -0.006011962890625,
+ 0.00015485286712646484,
+ -0.04058837890625,
+ 0.0171966552734375,
+ 0.0194549560546875,
+ -0.0185089111328125,
+ 0.0022430419921875,
+ 0.0007252693176269531,
+ 0.0023021697998046875,
+ -0.0171051025390625,
+ -0.03570556640625,
+ -0.00897216796875,
+ -0.0117950439453125,
+ 0.005191802978515625,
+ -0.0306243896484375,
+ 0.007282257080078125,
+ 0.01277923583984375,
+ 0.025177001953125,
+ -0.0013914108276367188,
+ -0.0477294921875,
+ 0.0083160400390625,
+ 0.0242462158203125,
+ -0.039459228515625,
+ -0.038726806640625,
+ 0.038726806640625,
+ -0.039825439453125,
+ 0.019073486328125,
+ -0.007328033447265625,
+ 0.00991058349609375,
+ 0.01042938232421875,
+ 0.0257415771484375,
+ -0.002536773681640625,
+ -0.0015621185302734375,
+ -0.029510498046875,
+ -0.0174713134765625,
+ 0.01165008544921875,
+ 0.0029125213623046875,
+ -0.0278167724609375,
+ 0.029510498046875,
+ -0.0293121337890625,
+ -0.0186920166015625,
+ 0.0338134765625,
+ 0.0289459228515625,
+ -0.0011510848999023438,
+ 0.01099395751953125,
+ -0.034759521484375,
+ 0.0159759521484375,
+ 0.034393310546875,
+ -0.0400390625,
+ -0.0082244873046875,
+ -0.005146026611328125,
+ 0.014373779296875,
+ 0.019073486328125,
+ -0.0279998779296875,
+ -0.022369384765625,
+ 0.017852783203125,
+ 0.008880615234375,
+ 0.031768798828125,
+ 0.01325225830078125,
+ 0.0452880859375,
+ 0.0404052734375,
+ -0.032135009765625,
+ -0.027618408203125,
+ -0.00594329833984375,
+ 0.041900634765625,
+ 0.01277923583984375,
+ -0.0240478515625,
+ 0.061248779296875,
+ -0.0265045166015625,
+ 0.0518798828125,
+ -0.0105743408203125,
+ 0.03326416015625,
+ -0.03363037109375,
+ -0.021240234375,
+ -0.03515625,
+ -0.07891845703125,
+ -0.055633544921875,
+ -0.023590087890625,
+ -0.053741455078125,
+ 0.0007691383361816406,
+ 0.0021381378173828125,
+ -0.0172882080078125,
+ 0.043609619140625,
+ -0.05975341796875,
+ -0.03363037109375,
+ 0.01390838623046875,
+ 0.02386474609375,
+ -0.00981903076171875,
+ 0.023956298828125,
+ -0.007328033447265625,
+ -0.0616455078125,
+ 0.02386474609375,
+ 0.0268707275390625,
+ -0.014373779296875,
+ -0.0191650390625,
+ -0.011322021484375,
+ -0.0030536651611328125,
+ -0.000028431415557861328,
+ -0.0170135498046875,
+ 0.017852783203125,
+ -0.01103973388671875,
+ 0.0477294921875,
+ -0.0106201171875,
+ 0.0117950439453125,
+ -0.01654052734375,
+ 0.031951904296875,
+ -0.051116943359375,
+ -0.053375244140625,
+ 0.01522064208984375,
+ -0.04095458984375,
+ -0.024993896484375,
+ -0.01052093505859375,
+ 0.05224609375,
+ -0.03814697265625,
+ -0.004909515380859375,
+ -0.0113677978515625,
+ 0.0124969482421875,
+ 0.05035400390625,
+ 0.0157928466796875,
+ 0.00150299072265625,
+ -0.0257415771484375,
+ 0.0094451904296875,
+ 0.00015342235565185547,
+ 0.04058837890625,
+ 0.00690460205078125,
+ -0.0010862350463867188,
+ 0.01776123046875,
+ 0.0206756591796875,
+ 0.03118896484375,
+ -0.0278167724609375,
+ -0.0279998779296875,
+ -0.0244293212890625,
+ 0.0124969482421875,
+ -0.0007166862487792969,
+ -0.008453369140625,
+ 0.0161590576171875,
+ -0.01108551025390625,
+ 0.06427001953125,
+ 0.07403564453125,
+ -0.014373779296875,
+ 0.0170135498046875,
+ 0.003124237060546875,
+ -0.005401611328125,
+ 0.04754638671875,
+ 0.01230621337890625,
+ -0.006343841552734375,
+ 0.01390838623046875,
+ 0.066162109375,
+ -0.006717681884765625,
+ 0.03533935546875,
+ -0.00977325439453125,
+ -0.050750732421875,
+ 0.00359344482421875,
+ -0.042083740234375,
+ 0.01019287109375,
+ -0.035888671875,
+ -0.032135009765625,
+ -0.02001953125,
+ 0.034027099609375,
+ 0.01343536376953125,
+ 0.060150146484375,
+ 0.0093994140625,
+ -0.0289459228515625,
+ 0.019073486328125,
+ -0.0184173583984375,
+ -0.00589752197265625,
+ 0.020294189453125,
+ 0.00385284423828125,
+ 0.04022216796875,
+ 0.027252197265625,
+ 0.0159759521484375,
+ 0.0266876220703125,
+ 0.032501220703125,
+ 0.00920867919921875,
+ -0.0246124267578125,
+ -0.0167236328125,
+ 0.034576416015625,
+ 0.01155853271484375,
+ -0.01531219482421875,
+ -0.0222625732421875,
+ -0.0278167724609375,
+ -0.0171051025390625,
+ -0.01503753662109375,
+ -0.006671905517578125,
+ 0.0207672119140625,
+ -0.0065765380859375,
+ -0.05035400390625,
+ -0.0232086181640625,
+ 0.034210205078125,
+ -0.03533935546875,
+ 0.04095458984375,
+ 0.00624847412109375,
+ -0.037200927734375,
+ 0.00920867919921875,
+ 0.01690673828125,
+ 0.0304412841796875,
+ -0.00794219970703125,
+ 0.00206756591796875,
+ 0.0071868896484375,
+ 0.0021724700927734375,
+ -0.004344940185546875,
+ 0.0379638671875,
+ 0.0657958984375,
+ -0.0009398460388183594,
+ 0.0002627372741699219,
+ -0.00328826904296875,
+ 0.039093017578125,
+ -0.03118896484375,
+ 0.0355224609375,
+ 0.036834716796875,
+ -0.004909515380859375,
+ -0.02264404296875,
+ 0.0124969482421875,
+ 0.027618408203125,
+ 0.0338134765625,
+ -0.048095703125,
+ 0.00798797607421875,
+ -0.05035400390625,
+ 0.017669677734375,
+ -0.07293701171875,
+ -0.041900634765625,
+ -0.019256591796875,
+ -0.034576416015625,
+ 0.04547119140625,
+ -0.0300750732421875,
+ -0.0155029296875,
+ 0.0199127197265625,
+ 0.011322021484375,
+ 0.044921875,
+ 0.024810791015625,
+ 0.0124053955078125,
+ -0.0111846923828125,
+ -0.0007076263427734375,
+ 0.053009033203125,
+ 0.023956298828125,
+ -0.0221710205078125,
+ -0.0222625732421875,
+ 0.058624267578125,
+ 0.01277923583984375,
+ 0.032501220703125,
+ -0.0207672119140625,
+ 0.03363037109375,
+ 0.04266357421875,
+ 0.05938720703125,
+ 0.01812744140625,
+ 0.0027828216552734375,
+ 0.0228271484375,
+ 0.004909515380859375,
+ 0.039276123046875,
+ -0.031951904296875,
+ 0.0014743804931640625,
+ -0.00629425048828125,
+ 0.004791259765625,
+ -0.01268768310546875,
+ -0.05902099609375,
+ 0.00043463706970214844,
+ 0.035888671875,
+ 0.022369384765625,
+ -0.0033588409423828125,
+ 0.006011962890625,
+ -0.032135009765625,
+ -0.00775146484375,
+ -0.00817108154296875,
+ -0.023590087890625,
+ 0.0428466796875,
+ 0.0293121337890625,
+ -0.048492431640625,
+ 0.0155029296875,
+ 0.0027599334716796875,
+ 0.025177001953125,
+ -0.03607177734375,
+ -0.01503753662109375,
+ -0.0019140243530273438,
+ -0.015594482421875,
+ -0.04339599609375,
+ -0.002643585205078125,
+ 0.0163421630859375,
+ -0.025177001953125,
+ 0.01812744140625,
+ -0.01352691650390625,
+ 0.0037593841552734375,
+ -0.0452880859375,
+ -0.0721435546875,
+ 0.0159759521484375,
+ -0.0721435546875,
+ -0.051483154296875,
+ -0.043609619140625,
+ 0.05712890625,
+ 0.007518768310546875,
+ 0.0160675048828125,
+ -0.0194549560546875,
+ -0.01047515869140625,
+ -0.00977325439453125,
+ -0.0020427703857421875,
+ -0.01343536376953125,
+ 0.0205841064453125,
+ -0.0233917236328125,
+ 0.03082275390625,
+ 0.01409149169921875,
+ 0.0279998779296875,
+ 0.0030059814453125,
+ 0.07781982421875,
+ 0.0278167724609375,
+ -0.01776123046875,
+ -0.01390838623046875,
+ -0.0172882080078125,
+ 0.002208709716796875,
+ 0.0220794677734375,
+ -0.0193634033203125,
+ -0.027435302734375,
+ -0.0111846923828125,
+ -0.01503753662109375,
+ 0.01343536376953125,
+ 0.02838134765625,
+ 0.01141357421875,
+ -0.00533294677734375,
+ -0.02386474609375,
+ 0.00714111328125,
+ 0.07928466796875,
+ 0.0050506591796875,
+ 0.114990234375,
+ -0.00836181640625,
+ -0.04791259765625,
+ -0.007328033447265625,
+ 0.01042938232421875,
+ -0.0229339599609375,
+ 0.03326416015625,
+ 0.0137176513671875,
+ 0.0035228729248046875,
+ 0.00620269775390625,
+ 0.0289459228515625,
+ -0.01287078857421875,
+ 0.021240234375,
+ 0.03082275390625,
+ 0.005474090576171875,
+ 0.037384033203125,
+ -0.029693603515625,
+ 0.0148468017578125,
+ 0.0330810546875,
+ 0.041534423828125,
+ 0.0304412841796875,
+ 0.046051025390625,
+ -0.04248046875,
+ 0.00024819374084472656,
+ -0.05035400390625,
+ -0.09844970703125,
+ 0.02142333984375,
+ 0.044342041015625,
+ 0.020294189453125,
+ 0.0302581787109375,
+ -0.03778076171875,
+ -0.06201171875,
+ 0.00836181640625,
+ -0.0108489990234375,
+ 0.08270263671875,
+ 0.071044921875,
+ 0.0182342529296875,
+ 0.01898193359375,
+ -0.0196380615234375,
+ -0.01512908935546875,
+ 0.0278167724609375,
+ 0.0136260986328125,
+ 0.0289459228515625,
+ 0.060516357421875,
+ 0.032135009765625,
+ 0.0313720703125,
+ -0.03851318359375,
+ 0.0255584716796875,
+ -0.0106658935546875,
+ 0.020477294921875,
+ -0.0157928466796875,
+ 0.024993896484375,
+ 0.043975830078125,
+ 0.03289794921875,
+ -0.018890380859375,
+ 0.06842041015625,
+ 0.0163421630859375,
+ -0.061248779296875,
+ -0.00469970703125,
+ -0.0163421630859375,
+ 0.01033782958984375,
+ -0.04302978515625,
+ 0.00012481212615966797,
+ 0.006671905517578125,
+ 0.018798828125,
+ 0.01212310791015625,
+ 0.00859832763671875,
+ -0.0179443359375,
+ -0.00977325439453125,
+ 0.037384033203125,
+ -0.055633544921875,
+ 0.0253753662109375,
+ 0.034027099609375,
+ -0.0379638671875,
+ 0.022369384765625,
+ -0.034759521484375,
+ -0.0184173583984375,
+ 0.05902099609375,
+ -0.0257415771484375,
+ -0.037200927734375,
+ -0.03082275390625,
+ 0.0477294921875,
+ -0.0302581787109375,
+ -0.02264404296875,
+ -0.02386474609375,
+ -0.022369384765625,
+ -0.0233917236328125,
+ -0.0302581787109375,
+ 0.032135009765625,
+ -0.0008339881896972656,
+ -0.0218048095703125,
+ 0.049224853515625,
+ 0.0266876220703125,
+ -0.0124053955078125,
+ -0.020111083984375,
+ 0.051483154296875,
+ -0.024993896484375,
+ -0.0574951171875,
+ 0.0233001708984375,
+ 0.0118408203125,
+ 0.0106658935546875,
+ -0.020294189453125,
+ -0.00873565673828125,
+ -0.003993988037109375,
+ 0.03082275390625,
+ 0.006343841552734375,
+ 0.0222625732421875,
+ -0.037384033203125,
+ -0.060882568359375,
+ -0.057891845703125,
+ 0.035888671875,
+ 0.031585693359375,
+ 0.035888671875,
+ 0.014373779296875,
+ -0.044921875,
+ 0.0270538330078125,
+ -0.06842041015625,
+ -0.02142333984375,
+ -0.0070953369140625,
+ -0.01390838623046875,
+ -0.02593994140625,
+ 0.022552490234375,
+ 0.0148468017578125,
+ -0.0023956298828125,
+ -0.02838134765625,
+ 0.05938720703125,
+ -0.00089263916015625,
+ 0.0082244873046875,
+ -0.0477294921875,
+ 0.05712890625,
+ 0.0009336471557617188,
+ -0.08905029296875,
+ -0.0208587646484375,
+ -0.024810791015625,
+ -0.0253753662109375,
+ 0.04736328125,
+ -0.05224609375,
+ -0.0240478515625,
+ 0.0222625732421875,
+ -0.07855224609375,
+ -0.039825439453125,
+ -0.04510498046875,
+ -0.0291290283203125,
+ -0.0306243896484375,
+ 0.028564453125,
+ 0.024993896484375,
+ -0.0268707275390625,
+ 0.0302581787109375,
+ 0.01654052734375,
+ -0.01522064208984375,
+ 0.0124053955078125,
+ -0.003429412841796875,
+ -0.0173797607421875,
+ 0.006435394287109375,
+ -0.04754638671875,
+ -0.01522064208984375,
+ -0.006999969482421875,
+ 0.026123046875,
+ -0.02593994140625,
+ 0.000560760498046875,
+ -0.005146026611328125,
+ -0.053009033203125,
+ 0.0056610107421875,
+ -0.0113677978515625,
+ -0.006061553955078125,
+ -0.0095367431640625,
+ -0.01776123046875,
+ -0.04058837890625,
+ -0.0246124267578125,
+ 0.006107330322265625,
+ 0.0155029296875,
+ 0.008453369140625,
+ 0.004180908203125,
+ 0.037200927734375,
+ -0.03533935546875,
+ -0.020477294921875,
+ 0.00986480712890625,
+ -0.029876708984375,
+ -0.0020427703857421875,
+ -0.00441741943359375,
+ -0.01898193359375,
+ -0.0130615234375,
+ 0.0338134765625,
+ -0.046051025390625,
+ -0.03814697265625,
+ -0.0616455078125,
+ 0.01343536376953125,
+ -0.0205841064453125,
+ -0.0002658367156982422,
+ -0.0253753662109375,
+ -0.0265045166015625,
+ -0.07293701171875,
+ -0.01103973388671875,
+ 0.048095703125,
+ 0.01141357421875,
+ -0.0033359527587890625,
+ -0.044525146484375,
+ -0.0138092041015625,
+ -0.00958251953125,
+ -0.0518798828125,
+ 0.057891845703125,
+ -0.0017032623291015625,
+ -0.006061553955078125,
+ 0.006153106689453125,
+ -0.02593994140625,
+ 0.01343536376953125,
+ -0.00359344482421875,
+ 0.041168212890625,
+ 0.00411224365234375,
+ 0.01103973388671875,
+ -0.0270538330078125,
+ 0.0022792816162109375,
+ 0.004253387451171875,
+ -0.0203857421875,
+ 0.01334381103515625,
+ -0.0136260986328125,
+ 0.03814697265625,
+ -0.0234832763671875,
+ -0.0220794677734375,
+ 0.01277923583984375,
+ 0.017852783203125,
+ 0.022735595703125,
+ -0.0028533935546875,
+ -0.0230255126953125,
+ 0.0198211669921875,
+ -0.0090179443359375,
+ 0.0172882080078125,
+ -0.032318115234375,
+ -0.06500244140625,
+ -0.02630615234375,
+ -0.0306243896484375,
+ 0.042083740234375,
+ 0.046234130859375,
+ -0.01654052734375,
+ -0.00690460205078125,
+ -0.013153076171875,
+ 0.03289794921875,
+ -0.0209503173828125,
+ -0.048492431640625,
+ -0.0306243896484375,
+ 0.005401611328125,
+ 0.02630615234375,
+ 0.0714111328125,
+ 0.0022792816162109375,
+ 0.080078125,
+ 0.00624847412109375,
+ 0.0025959014892578125,
+ 0.0265045166015625,
+ 0.048858642578125,
+ 0.0197296142578125,
+ -0.0210418701171875,
+ -0.053741455078125,
+ -0.0006518363952636719,
+ -0.0004699230194091797,
+ -0.07293701171875,
+ -0.039825439453125,
+ -0.01094818115234375,
+ 0.0338134765625,
+ -0.07891845703125,
+ -0.038726806640625,
+ -0.00855255126953125,
+ 0.01212310791015625,
+ -0.00629425048828125,
+ 0.0452880859375,
+ -0.039276123046875,
+ 0.0130615234375,
+ 0.01146697998046875,
+ -0.03515625,
+ 0.001796722412109375,
+ -0.0090179443359375,
+ 0.00794219970703125,
+ 0.041168212890625,
+ 0.027252197265625,
+ -0.0293121337890625,
+ 0.02142333984375,
+ 0.002643585205078125,
+ 0.015411376953125,
+ 0.029693603515625,
+ 0.041351318359375,
+ 0.007610321044921875,
+ 0.0233917236328125,
+ 0.0186004638671875,
+ 0.0672607421875,
+ 0.01512908935546875,
+ -0.03570556640625,
+ 0.0036640167236328125,
+ 0.022735595703125,
+ 0.016448974609375,
+ 0.029876708984375,
+ -0.027618408203125,
+ -0.003429412841796875,
+ -0.007610321044921875,
+ -0.04510498046875,
+ -0.01456451416015625,
+ -0.0032176971435546875,
+ -0.00968170166015625,
+ -0.027252197265625,
+ -0.040771484375,
+ 0.022552490234375,
+ -0.0255584716796875,
+ 0.034393310546875,
+ 0.04058837890625,
+ -0.0224609375,
+ -0.01155853271484375,
+ 0.0279998779296875,
+ -0.01325225830078125,
+ -0.0362548828125,
+ 0.0082244873046875,
+ 0.00507354736328125,
+ -0.01029205322265625,
+ -0.017669677734375,
+ -0.01568603515625,
+ 0.013153076171875,
+ -0.0253753662109375,
+ -0.053741455078125,
+ 0.008880615234375,
+ 0.0186920166015625,
+ -0.0111846923828125,
+ -0.041717529296875,
+ -0.015411376953125,
+ 0.0172882080078125,
+ 0.015411376953125,
+ -0.0270538330078125,
+ -0.042083740234375,
+ -0.039093017578125,
+ 0.00925445556640625,
+ -0.04058837890625,
+ -0.01221466064453125,
+ -0.0149383544921875,
+ -0.01151275634765625,
+ -0.01352691650390625,
+ -0.02838134765625,
+ -0.0186920166015625,
+ 0.0302581787109375,
+ -0.0233917236328125,
+ 0.03363037109375,
+ -0.00058746337890625,
+ 0.0191650390625,
+ 0.023773193359375,
+ 0.05035400390625,
+ -0.0186920166015625,
+ 0.01212310791015625,
+ -0.029510498046875,
+ -0.06805419921875,
+ 0.03515625,
+ -0.014190673828125,
+ 0.0112762451171875,
+ -0.07177734375,
+ 0.007282257080078125,
+ 0.07891845703125,
+ -0.08270263671875,
+ 0.0112762451171875,
+ -0.0005316734313964844,
+ -0.0228271484375,
+ -0.03533935546875,
+ -0.004978179931640625,
+ 0.00868988037109375,
+ 0.00742340087890625,
+ 0.051116943359375,
+ -0.0006313323974609375,
+ -0.01352691650390625,
+ 0.0191650390625,
+ -0.034210205078125,
+ 0.038909912109375,
+ -0.00359344482421875,
+ 0.02593994140625,
+ -0.046234130859375,
+ 0.0118408203125,
+ -0.003971099853515625,
+ -0.0255584716796875,
+ -0.00019228458404541016,
+ -0.06842041015625,
+ -0.024993896484375,
+ 0.0355224609375,
+ 0.031005859375,
+ 0.01287078857421875,
+ -0.01654052734375,
+ -0.0155029296875,
+ -0.0064849853515625,
+ -0.0087890625,
+ 0.034576416015625,
+ -0.005474090576171875,
+ 0.01230621337890625,
+ -0.0221710205078125,
+ -0.022735595703125,
+ -0.01277923583984375,
+ -0.0526123046875,
+ -0.0218963623046875,
+ -0.03082275390625,
+ 0.0163421630859375,
+ 0.00958251953125,
+ -0.060150146484375,
+ 0.01465606689453125,
+ -0.006153106689453125,
+ 0.021697998046875,
+ 0.01277923583984375,
+ 0.049224853515625,
+ -0.045867919921875,
+ 0.0007634162902832031,
+ -0.02142333984375,
+ 0.0330810546875,
+ 0.0266876220703125,
+ 0.02001953125,
+ 0.01160430908203125,
+ -0.00850677490234375,
+ 0.034027099609375,
+ -0.010009765625,
+ 0.045867919921875,
+ 0.044158935546875,
+ -0.00916290283203125,
+ -0.046417236328125,
+ -0.0033130645751953125,
+ -0.053375244140625,
+ 0.029510498046875,
+ -0.0193634033203125,
+ 0.031951904296875,
+ 0.01103973388671875,
+ 0.003124237060546875,
+ -0.1007080078125,
+ 0.05450439453125,
+ -0.01108551025390625,
+ 0.041717529296875,
+ 0.0147552490234375,
+ -0.02630615234375,
+ -0.046600341796875,
+ -0.04962158203125,
+ -0.021514892578125,
+ 0.0159759521484375,
+ -0.04339599609375,
+ 0.01123046875,
+ 0.038909912109375,
+ -0.01277923583984375,
+ 0.0246124267578125,
+ 0.0167236328125,
+ -0.0255584716796875,
+ 0.0567626953125,
+ 0.0162506103515625,
+ -0.043975830078125,
+ 0.07293701171875,
+ -0.031005859375,
+ 0.031951904296875,
+ -0.0016565322875976562,
+ 0.00142669677734375,
+ 0.0096282958984375,
+ -0.0005698204040527344,
+ -0.034759521484375,
+ 0.01033782958984375,
+ 0.05487060546875,
+ 0.06536865234375,
+ -0.034027099609375,
+ 0.034576416015625,
+ -0.0302581787109375,
+ -0.01343536376953125,
+ 0.0013275146484375,
+ -0.01690673828125,
+ 0.00620269775390625,
+ -0.0012683868408203125,
+ -0.0216064453125,
+ -0.002079010009765625,
+ -0.04547119140625,
+ -0.0849609375,
+ -0.00017249584197998047,
+ -0.048492431640625,
+ 0.00958251953125,
+ -0.01221466064453125,
+ 0.0452880859375,
+ 0.034942626953125,
+ -0.050750732421875,
+ 0.0228271484375,
+ -0.0034770965576171875,
+ 0.00481414794921875,
+ -0.0012035369873046875,
+ 0.0313720703125,
+ -0.01287078857421875,
+ 0.043212890625,
+ 0.0242462158203125,
+ -0.03515625,
+ 0.0242462158203125,
+ -0.034393310546875,
+ -0.00920867919921875,
+ -0.0218963623046875,
+ -0.00629425048828125,
+ -0.03607177734375,
+ 0.038726806640625,
+ -0.07440185546875,
+ -0.0017614364624023438,
+ 0.02264404296875,
+ 0.00469970703125,
+ 0.036834716796875,
+ -0.0182342529296875,
+ 0.060882568359375,
+ -0.0179443359375,
+ -0.041351318359375,
+ 0.0159759521484375,
+ 0.0096282958984375,
+ -0.03363037109375,
+ -0.003734588623046875,
+ -0.014190673828125,
+ 0.014373779296875,
+ 0.00252532958984375,
+ 0.04022216796875,
+ 0.0379638671875,
+ 0.046417236328125,
+ 0.0194549560546875,
+ -0.03289794921875,
+ 0.017578125,
+ -0.0197296142578125,
+ 0.0162506103515625,
+ 0.0289459228515625,
+ 0.0111846923828125,
+ -0.00746917724609375,
+ 0.011932373046875,
+ -0.0313720703125,
+ -0.0853271484375,
+ 0.0077972412109375,
+ -0.01221466064453125,
+ -0.04339599609375,
+ -0.0171051025390625,
+ 0.06915283203125,
+ 0.06317138671875,
+ -0.0278167724609375,
+ 0.0089263916015625,
+ 0.01151275634765625,
+ 0.036468505859375,
+ 0.037017822265625,
+ -0.00977325439453125,
+ -0.053741455078125,
+ -0.0171966552734375,
+ 0.01522064208984375,
+ 0.049224853515625,
+ -0.043212890625,
+ 0.05975341796875,
+ 0.044158935546875,
+ -0.021240234375,
+ -0.034027099609375,
+ -0.007656097412109375,
+ -0.006153106689453125,
+ 0.0526123046875,
+ 0.025177001953125,
+ 0.0289459228515625,
+ -0.04962158203125,
+ 0.0130615234375,
+ 0.01531219482421875,
+ -0.00868988037109375,
+ -0.0011682510375976562,
+ -0.0198211669921875,
+ -0.04229736328125,
+ 0.05902099609375,
+ -0.0302581787109375,
+ -0.00812530517578125,
+ -0.00775146484375,
+ 0.06317138671875,
+ 0.0029239654541015625,
+ -0.01268768310546875,
+ -0.00859832763671875,
+ 0.051483154296875,
+ 0.0184173583984375,
+ -0.03289794921875,
+ 0.041351318359375,
+ 0.01456451416015625,
+ -0.0089263916015625,
+ 0.0118865966796875,
+ 0.049224853515625,
+ 0.0219879150390625,
+ 0.043975830078125,
+ 0.021240234375,
+ -0.0148468017578125,
+ 0.03118896484375,
+ -0.004863739013671875,
+ 0.00559234619140625,
+ -0.01325225830078125,
+ -0.032318115234375,
+ -0.0257415771484375,
+ -0.034942626953125,
+ 0.0233001708984375,
+ 0.0032176971435546875,
+ 0.043212890625,
+ 0.004299163818359375,
+ -0.018798828125,
+ -0.0117950439453125,
+ -0.00328826904296875,
+ 0.01690673828125,
+ 0.0313720703125,
+ 0.004650115966796875,
+ 0.0196380615234375,
+ 0.02020263671875,
+ 0.0002319812774658203,
+ 0.0191650390625,
+ -0.02838134765625,
+ 0.0253753662109375,
+ -0.0193634033203125,
+ -0.0021724700927734375,
+ -0.03326416015625,
+ 0.0105743408203125,
+ 0.004367828369140625,
+ -0.029510498046875,
+ 0.00850677490234375,
+ -0.034210205078125,
+ 0.0205841064453125,
+ -0.039276123046875,
+ -0.0313720703125,
+ 0.00859832763671875,
+ 0.0304412841796875,
+ -0.041717529296875,
+ 0.05035400390625,
+ 0.03082275390625,
+ -0.0232086181640625,
+ 0.031951904296875,
+ -0.04754638671875,
+ 0.08270263671875,
+ 0.066162109375,
+ 0.023773193359375,
+ 0.021697998046875,
+ 0.027435302734375,
+ 0.04998779296875,
+ -0.0105743408203125,
+ 0.015411376953125,
+ 0.049224853515625,
+ -0.0010280609130859375,
+ 0.051116943359375,
+ 0.034027099609375,
+ 0.0136260986328125,
+ -0.037200927734375,
+ 0.067626953125,
+ -0.0218963623046875,
+ -0.041168212890625,
+ 0.027252197265625,
+ 0.005519866943359375,
+ 0.01325225830078125,
+ -0.0206756591796875,
+ 0.0003654956817626953,
+ 0.00328826904296875,
+ -0.0574951171875,
+ 0.07366943359375,
+ 0.0193634033203125,
+ -0.01399993896484375,
+ 0.005706787109375,
+ -0.028564453125,
+ 0.04229736328125,
+ 0.00681304931640625,
+ 0.041351318359375,
+ -0.0379638671875,
+ 0.056365966796875,
+ 0.000052094459533691406,
+ -0.0020084381103515625,
+ -0.00859832763671875,
+ 0.0246124267578125,
+ -0.01654052734375,
+ 0.03326416015625,
+ -0.038330078125,
+ 0.0616455078125,
+ 0.036468505859375,
+ 0.005260467529296875,
+ -0.06201171875,
+ -0.02593994140625,
+ 0.01776123046875,
+ -0.004062652587890625,
+ 0.0208587646484375,
+ -0.04718017578125,
+ -0.036834716796875,
+ 0.011932373046875,
+ 0.0400390625,
+ 0.06915283203125,
+ -0.00991058349609375,
+ 0.0207672119140625,
+ -0.00897216796875,
+ -0.01287078857421875,
+ 0.006011962890625,
+ -0.03607177734375
+ ],
+ "metadata": {
+ "domains": [
+ "fraud-investigation"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "blockchain-analysis",
+ "compliance-screening",
+ "sanctions-checking",
+ "defi-analysis",
+ "cross-chain-tracking",
+ "aml-workflows",
+ "court-reporting"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_OSFMount",
+ "type": "tool",
+ "name": "OSFMount",
+ "content": "osfmount das kostenlose windows-tool mountet forensik-images als virtuelle laufwerke für komfortable analyse ohne vollinstallation einer forensik-suite. unterstützt raw (dd), e01 (encase), aff, vhd, vmdk und weitere formate. write-cache-modus schützt original-images vor veränderung. ram-disk-feature für performance bei kleinen images. die plugin-architektur erweitert für exotische formate. besonders praktisch: partition-selection bei multi-partition-images, automatische offset-erkennung, unterstützung für disk- und memory-images. der image-conversion-wizard wandelt zwischen formaten. integration mit windows explorer für gewohnte navigation. mounting von volume shadow copies. die freeware-lizenz macht es zur ersten wahl für budget- bewusste teams. limitiert bei verschlüsselten images, glänzt bei standard-aufgaben. perfekt für schnelle triage oder wenn kommerzielle tools nicht verfügbar sind. gui virtual-machine ewf-support raw-image-support write-blocker triage format-conversion vss-support partition-selection ram-disk explorer-integration free-tool incident-response static-investigations examination",
+ "embedding": [
+ -0.0212249755859375,
+ 0.04962158203125,
+ 0.02313232421875,
+ -0.022064208984375,
+ 0.035888671875,
+ 0.0321044921875,
+ 0.026397705078125,
+ 0.00046539306640625,
+ -0.0203857421875,
+ -0.0011682510375976562,
+ -0.04351806640625,
+ 0.00913238525390625,
+ -0.005489349365234375,
+ -0.03125,
+ -0.0384521484375,
+ 0.04644775390625,
+ -0.001148223876953125,
+ 0.00955963134765625,
+ 0.00945281982421875,
+ -0.007022857666015625,
+ -0.040130615234375,
+ -0.0242919921875,
+ -0.04644775390625,
+ -0.0020198822021484375,
+ 0.0007753372192382812,
+ 0.0250244140625,
+ -0.0179443359375,
+ -0.0772705078125,
+ -0.0171051025390625,
+ 0.002376556396484375,
+ 0.006916046142578125,
+ -0.0081329345703125,
+ 0.023651123046875,
+ 0.057037353515625,
+ 0.01837158203125,
+ -0.007656097412109375,
+ -0.02703857421875,
+ -0.055755615234375,
+ -0.0214385986328125,
+ 0.045196533203125,
+ -0.02313232421875,
+ 0.01425933837890625,
+ 0.0145721435546875,
+ -0.00562286376953125,
+ -0.022491455078125,
+ -0.02545166015625,
+ -0.0145721435546875,
+ -0.02587890625,
+ -0.01003265380859375,
+ -0.032318115234375,
+ 0.035491943359375,
+ 0.00406646728515625,
+ 0.019744873046875,
+ 0.004222869873046875,
+ -0.0098724365234375,
+ 0.044342041015625,
+ 0.007656097412109375,
+ -0.03717041015625,
+ -0.036102294921875,
+ 0.042449951171875,
+ -0.04583740234375,
+ -0.0194244384765625,
+ -0.0049896240234375,
+ 0.0004718303680419922,
+ 0.01404571533203125,
+ 0.005279541015625,
+ -0.00897216796875,
+ -0.032745361328125,
+ -0.00897216796875,
+ 0.0118255615234375,
+ -0.0007753372192382812,
+ -0.01171875,
+ -0.0285186767578125,
+ 0.00435638427734375,
+ -0.041595458984375,
+ -0.039703369140625,
+ 0.02618408203125,
+ 0.010772705078125,
+ 0.0272369384765625,
+ -0.01245880126953125,
+ -0.06671142578125,
+ -0.004619598388671875,
+ 0.02935791015625,
+ -0.0196380615234375,
+ -0.00021445751190185547,
+ -0.0225982666015625,
+ 0.0168914794921875,
+ 0.0175323486328125,
+ -0.0014390945434570312,
+ 0.006862640380859375,
+ 0.006336212158203125,
+ 0.0242919921875,
+ -0.0022563934326171875,
+ -0.03399658203125,
+ 0.0399169921875,
+ 0.07098388671875,
+ -0.0205841064453125,
+ -0.01151275634765625,
+ 0.0163726806640625,
+ 0.0180511474609375,
+ 0.01837158203125,
+ -0.039276123046875,
+ 0.036529541015625,
+ -0.014678955078125,
+ 0.051116943359375,
+ -0.025665283203125,
+ 0.029144287109375,
+ -0.037811279296875,
+ -0.0367431640625,
+ -0.01029205322265625,
+ -0.09588623046875,
+ -0.0299835205078125,
+ -0.0230255126953125,
+ -0.07177734375,
+ -0.02227783203125,
+ -0.006916046142578125,
+ -0.005489349365234375,
+ 0.0212249755859375,
+ -0.036102294921875,
+ -0.040130615234375,
+ 0.017425537109375,
+ 0.0196380615234375,
+ 0.00024259090423583984,
+ 0.0006337165832519531,
+ -0.041168212890625,
+ -0.0265045166015625,
+ 0.021331787109375,
+ 0.04266357421875,
+ -0.037384033203125,
+ -0.015625,
+ -0.0175323486328125,
+ -0.04962158203125,
+ -0.041168212890625,
+ -0.01837158203125,
+ -0.0177459716796875,
+ -0.0289306640625,
+ 0.01013946533203125,
+ -0.0262908935546875,
+ -0.0239715576171875,
+ -0.00464630126953125,
+ 0.0269317626953125,
+ -0.0059661865234375,
+ -0.0540771484375,
+ -0.00823974609375,
+ -0.0399169921875,
+ 0.002414703369140625,
+ -0.038848876953125,
+ 0.046661376953125,
+ -0.0272369384765625,
+ -0.02227783203125,
+ -0.006916046142578125,
+ 0.018798828125,
+ 0.043731689453125,
+ 0.0026531219482421875,
+ 0.024078369140625,
+ -0.038238525390625,
+ -0.005886077880859375,
+ -0.00923919677734375,
+ 0.025970458984375,
+ -0.00665283203125,
+ -0.0001938343048095703,
+ 0.006969451904296875,
+ -0.01061248779296875,
+ 0.02587890625,
+ -0.019744873046875,
+ -0.038848876953125,
+ -0.02587890625,
+ 0.0289306640625,
+ 0.00307464599609375,
+ 0.0038013458251953125,
+ 0.05743408203125,
+ 0.0257720947265625,
+ 0.055755615234375,
+ 0.0540771484375,
+ 0.017425537109375,
+ 0.0203857421875,
+ 0.0032863616943359375,
+ 0.00887298583984375,
+ 0.036102294921875,
+ 0.0299835205078125,
+ -0.0241851806640625,
+ 0.00971221923828125,
+ 0.03485107421875,
+ -0.00913238525390625,
+ 0.0037479400634765625,
+ -0.0131988525390625,
+ -0.0180511474609375,
+ -0.017425537109375,
+ -0.038848876953125,
+ 0.031463623046875,
+ -0.0180511474609375,
+ -0.00923919677734375,
+ -0.016265869140625,
+ 0.022918701171875,
+ 0.00562286376953125,
+ 0.052581787109375,
+ 0.02587890625,
+ -0.0218658447265625,
+ 0.0262908935546875,
+ -0.00036454200744628906,
+ 0.00008207559585571289,
+ 0.043304443359375,
+ -0.0182647705078125,
+ 0.0335693359375,
+ 0.001247406005859375,
+ 0.0175323486328125,
+ -0.0015707015991210938,
+ 0.0225982666015625,
+ 0.019744873046875,
+ -0.04351806640625,
+ 0.007709503173828125,
+ 0.048583984375,
+ -0.0165863037109375,
+ -0.01372528076171875,
+ -0.006572723388671875,
+ -0.0299835205078125,
+ 0.00992584228515625,
+ -0.0114593505859375,
+ -0.014678955078125,
+ 0.000732421875,
+ -0.028717041015625,
+ -0.042877197265625,
+ 0.025238037109375,
+ 0.024078369140625,
+ -0.007495880126953125,
+ 0.06292724609375,
+ -0.000009775161743164062,
+ -0.02154541015625,
+ -0.053009033203125,
+ 0.0241851806640625,
+ 0.013092041015625,
+ 0.0390625,
+ -0.01288604736328125,
+ -0.00044226646423339844,
+ -0.005096435546875,
+ -0.039276123046875,
+ 0.04498291015625,
+ 0.022491455078125,
+ 0.0118255615234375,
+ -0.00240325927734375,
+ -0.01187896728515625,
+ 0.03570556640625,
+ -0.0053863525390625,
+ 0.060821533203125,
+ 0.0352783203125,
+ -0.015625,
+ -0.0059661865234375,
+ -0.009979248046875,
+ -0.0032863616943359375,
+ 0.0299835205078125,
+ -0.05133056640625,
+ -0.01029205322265625,
+ -0.0899658203125,
+ -0.001953125,
+ -0.045196533203125,
+ -0.0203857421875,
+ -0.018798828125,
+ -0.0276641845703125,
+ 0.048583984375,
+ -0.04351806640625,
+ -0.0276641845703125,
+ -0.005146026611328125,
+ 0.0304107666015625,
+ -0.0024547576904296875,
+ 0.0399169921875,
+ -0.004222869873046875,
+ -0.036956787109375,
+ -0.01082611083984375,
+ 0.0743408203125,
+ 0.0090789794921875,
+ -0.01288604736328125,
+ -0.02313232421875,
+ 0.0204925537109375,
+ -0.0005083084106445312,
+ 0.0087127685546875,
+ -0.0306243896484375,
+ 0.0285186767578125,
+ 0.0108795166015625,
+ 0.04034423828125,
+ -0.007076263427734375,
+ -0.02386474609375,
+ 0.005859375,
+ 0.007076263427734375,
+ 0.054473876953125,
+ -0.035888671875,
+ -0.006809234619140625,
+ -0.009979248046875,
+ 0.0177459716796875,
+ -0.024505615234375,
+ -0.06463623046875,
+ 0.01383209228515625,
+ 0.04180908203125,
+ 0.0044097900390625,
+ 0.005756378173828125,
+ 0.00887298583984375,
+ -0.04412841796875,
+ 0.0061492919921875,
+ -0.0034847259521484375,
+ -0.0034847259521484375,
+ 0.01151275634765625,
+ 0.043304443359375,
+ -0.043731689453125,
+ -0.00551605224609375,
+ 0.0002491474151611328,
+ -0.0032215118408203125,
+ -0.0196380615234375,
+ -0.04266357421875,
+ 0.01082611083984375,
+ -0.0200653076171875,
+ -0.020904541015625,
+ -0.0253448486328125,
+ 0.025238037109375,
+ -0.0253448486328125,
+ 0.0030879974365234375,
+ -0.0265045166015625,
+ -0.002376556396484375,
+ -0.03717041015625,
+ -0.0413818359375,
+ 0.019012451171875,
+ -0.035888671875,
+ -0.032745361328125,
+ 0.0048828125,
+ 0.053009033203125,
+ 0.004619598388671875,
+ 0.01415252685546875,
+ -0.01383209228515625,
+ 0.002613067626953125,
+ -0.0233306884765625,
+ 0.00037789344787597656,
+ -0.01425933837890625,
+ 0.0034580230712890625,
+ 0.01151275634765625,
+ 0.031463623046875,
+ 0.039703369140625,
+ 0.0352783203125,
+ -0.02069091796875,
+ 0.06292724609375,
+ 0.032745361328125,
+ -0.029144287109375,
+ -0.00902557373046875,
+ 0.0057830810546875,
+ 0.014678955078125,
+ 0.0272369384765625,
+ -0.0228118896484375,
+ -0.0269317626953125,
+ -0.0034847259521484375,
+ -0.024078369140625,
+ 0.0255584716796875,
+ 0.0025348663330078125,
+ 0.04266357421875,
+ 0.022918701171875,
+ -0.036529541015625,
+ 0.0006270408630371094,
+ 0.043304443359375,
+ 0.0184783935546875,
+ 0.0946044921875,
+ -0.0285186767578125,
+ -0.039703369140625,
+ 0.03863525390625,
+ 0.048797607421875,
+ -0.0003333091735839844,
+ -0.0030231475830078125,
+ 0.056182861328125,
+ -0.005939483642578125,
+ 0.00971221923828125,
+ 0.032958984375,
+ -0.009765625,
+ 0.019744873046875,
+ -0.006072998046875,
+ 0.00934600830078125,
+ 0.0165863037109375,
+ -0.0126190185546875,
+ 0.012725830078125,
+ 0.053436279296875,
+ 0.03802490234375,
+ 0.0079193115234375,
+ 0.0241851806640625,
+ 0.005069732666015625,
+ -0.01541900634765625,
+ -0.05743408203125,
+ -0.078125,
+ -0.024078369140625,
+ 0.045623779296875,
+ 0.02154541015625,
+ 0.0272369384765625,
+ -0.040985107421875,
+ -0.045196533203125,
+ 0.017425537109375,
+ -0.043731689453125,
+ 0.057861328125,
+ 0.028717041015625,
+ 0.032745361328125,
+ 0.05194091796875,
+ -0.00033664703369140625,
+ -0.0041961669921875,
+ 0.035064697265625,
+ -0.0012674331665039062,
+ 0.016265869140625,
+ 0.039276123046875,
+ 0.0462646484375,
+ 0.0030231475830078125,
+ -0.0272369384765625,
+ 0.0390625,
+ 0.04412841796875,
+ 0.01922607421875,
+ 0.034423828125,
+ 0.0114593505859375,
+ 0.005466461181640625,
+ 0.007495880126953125,
+ -0.014892578125,
+ 0.0399169921875,
+ 0.042022705078125,
+ 0.0038280487060546875,
+ -0.0005016326904296875,
+ 0.01520538330078125,
+ -0.008819580078125,
+ -0.042449951171875,
+ -0.00923919677734375,
+ 0.0283050537109375,
+ 0.0007424354553222656,
+ 0.0087127685546875,
+ 0.0033664703369140625,
+ -0.060821533203125,
+ 0.02069091796875,
+ 0.0399169921875,
+ -0.07220458984375,
+ 0.043731689453125,
+ 0.0030231475830078125,
+ -0.029144287109375,
+ 0.0157318115234375,
+ -0.019317626953125,
+ -0.05743408203125,
+ 0.0289306640625,
+ -0.043731689453125,
+ -0.01050567626953125,
+ 0.0112457275390625,
+ 0.0202789306640625,
+ -0.046661376953125,
+ -0.03253173828125,
+ -0.0098724365234375,
+ -0.01393890380859375,
+ -0.0306243896484375,
+ -0.0145721435546875,
+ 0.031890869140625,
+ 0.016265869140625,
+ 0.00543975830078125,
+ 0.0255584716796875,
+ 0.050689697265625,
+ -0.00366973876953125,
+ -0.02587890625,
+ 0.055755615234375,
+ -0.04644775390625,
+ -0.0413818359375,
+ 0.023651123046875,
+ 0.006626129150390625,
+ 0.033782958984375,
+ -0.0335693359375,
+ -0.0257720947265625,
+ -0.0131988525390625,
+ 0.01605224609375,
+ 0.013092041015625,
+ 0.01277923583984375,
+ -0.05828857421875,
+ -0.034210205078125,
+ -0.0714111328125,
+ 0.054901123046875,
+ 0.0112457275390625,
+ 0.021331787109375,
+ 0.026397705078125,
+ -0.047943115234375,
+ 0.02313232421875,
+ -0.050262451171875,
+ -0.038848876953125,
+ -0.0110321044921875,
+ 0.018798828125,
+ -0.02227783203125,
+ 0.07177734375,
+ -0.0147857666015625,
+ -0.0203857421875,
+ -0.0118255615234375,
+ 0.04498291015625,
+ 0.0106658935546875,
+ -0.000232696533203125,
+ -0.0280914306640625,
+ 0.028717041015625,
+ 0.03717041015625,
+ -0.04498291015625,
+ -0.00981903076171875,
+ -0.032318115234375,
+ -0.0016040802001953125,
+ 0.0285186767578125,
+ -0.06884765625,
+ -0.0147857666015625,
+ 0.00022935867309570312,
+ -0.055755615234375,
+ -0.0184783935546875,
+ -0.0477294921875,
+ -0.019317626953125,
+ -0.039703369140625,
+ 0.03125,
+ 0.0207977294921875,
+ -0.00934600830078125,
+ 0.0491943359375,
+ 0.0034580230712890625,
+ 0.0234375,
+ 0.02154541015625,
+ 0.00151824951171875,
+ -0.00180816650390625,
+ 0.003696441650390625,
+ -0.064208984375,
+ -0.03167724609375,
+ -0.021759033203125,
+ 0.0269317626953125,
+ -0.040985107421875,
+ -0.022491455078125,
+ -0.0120391845703125,
+ -0.00567626953125,
+ 0.04730224609375,
+ -0.040985107421875,
+ -0.0095062255859375,
+ 0.0014715194702148438,
+ -0.0306243896484375,
+ -0.02587890625,
+ 0.0017290115356445312,
+ 0.01953125,
+ 0.01119232177734375,
+ 0.0168914794921875,
+ 0.0249176025390625,
+ 0.0289306640625,
+ -0.06756591796875,
+ 0.035491943359375,
+ 0.0029430389404296875,
+ 0.0015249252319335938,
+ 0.00229644775390625,
+ -0.0034847259521484375,
+ 0.0090789794921875,
+ 0.00007468461990356445,
+ 0.01446533203125,
+ -0.0214385986328125,
+ -0.0084991455078125,
+ -0.06884765625,
+ 0.02978515625,
+ 0.01837158203125,
+ -0.0253448486328125,
+ 0.0002772808074951172,
+ -0.01922607421875,
+ -0.056610107421875,
+ -0.004779815673828125,
+ 0.0430908203125,
+ 0.004093170166015625,
+ 0.0200653076171875,
+ -0.0257720947265625,
+ -0.02313232421875,
+ 0.0014123916625976562,
+ -0.01552581787109375,
+ 0.0280914306640625,
+ -0.0122528076171875,
+ 0.0253448486328125,
+ -0.003696441650390625,
+ -0.025665283203125,
+ 0.0477294921875,
+ 0.0204925537109375,
+ 0.03399658203125,
+ 0.0430908203125,
+ 0.006572723388671875,
+ -0.0223846435546875,
+ -0.002178192138671875,
+ -0.015838623046875,
+ -0.026397705078125,
+ 0.01837158203125,
+ -0.0283050537109375,
+ 0.033172607421875,
+ -0.0198516845703125,
+ -0.0272369384765625,
+ -0.00372314453125,
+ 0.0168914794921875,
+ 0.0445556640625,
+ -0.018798828125,
+ -0.007656097412109375,
+ 0.0031147003173828125,
+ -0.001689910888671875,
+ 0.06634521484375,
+ -0.005466461181640625,
+ -0.0276641845703125,
+ 0.00955963134765625,
+ 0.01019287109375,
+ 0.035491943359375,
+ 0.0272369384765625,
+ 0.0008087158203125,
+ -0.0182647705078125,
+ -0.00102996826171875,
+ 0.037384033203125,
+ -0.01552581787109375,
+ -0.02978515625,
+ -0.008819580078125,
+ -0.00244140625,
+ 0.0272369384765625,
+ 0.053436279296875,
+ 0.01383209228515625,
+ 0.08026123046875,
+ 0.012725830078125,
+ -0.0089263916015625,
+ 0.022918701171875,
+ 0.067138671875,
+ 0.00665283203125,
+ -0.006443023681640625,
+ -0.044769287109375,
+ -0.01029205322265625,
+ 0.0196380615234375,
+ -0.034210205078125,
+ -0.03570556640625,
+ -0.01415252685546875,
+ 0.0679931640625,
+ -0.057861328125,
+ -0.0037746429443359375,
+ -0.0040130615234375,
+ -0.0260772705078125,
+ 0.0009765625,
+ 0.0166778564453125,
+ -0.0283050537109375,
+ 0.0145721435546875,
+ -0.002521514892578125,
+ -0.022705078125,
+ 0.0189056396484375,
+ -0.0265045166015625,
+ -0.0012674331665039062,
+ 0.0308380126953125,
+ 0.00572967529296875,
+ -0.0234375,
+ 0.0278778076171875,
+ 0.0013532638549804688,
+ 0.01383209228515625,
+ 0.022491455078125,
+ 0.03948974609375,
+ 0.0124053955078125,
+ 0.0129852294921875,
+ 0.047943115234375,
+ 0.04180908203125,
+ -0.0335693359375,
+ -0.020904541015625,
+ 0.0038280487060546875,
+ 0.036102294921875,
+ 0.0587158203125,
+ 0.06292724609375,
+ 0.013519287109375,
+ 0.00818634033203125,
+ 0.0025615692138671875,
+ -0.055328369140625,
+ 0.006443023681640625,
+ 0.00887298583984375,
+ 0.0299835205078125,
+ -0.06927490234375,
+ -0.0280914306640625,
+ 0.0031147003173828125,
+ -0.051116943359375,
+ 0.034423828125,
+ 0.0251312255859375,
+ -0.01119232177734375,
+ -0.00945281982421875,
+ 0.01404571533203125,
+ -0.0078125,
+ -0.03570556640625,
+ 0.00823974609375,
+ 0.0029697418212890625,
+ -0.0310516357421875,
+ -0.03253173828125,
+ -0.0384521484375,
+ 0.04351806640625,
+ -0.0028514862060546875,
+ -0.05279541015625,
+ -0.0180511474609375,
+ 0.0216522216796875,
+ -0.0285186767578125,
+ -0.0211181640625,
+ -0.0204925537109375,
+ 0.0265045166015625,
+ -0.020172119140625,
+ -0.03802490234375,
+ -0.0304107666015625,
+ -0.026611328125,
+ 0.0116119384765625,
+ -0.0189056396484375,
+ 0.0304107666015625,
+ -0.028717041015625,
+ -0.03631591796875,
+ -0.0092926025390625,
+ -0.022705078125,
+ -0.037811279296875,
+ 0.046661376953125,
+ -0.046661376953125,
+ 0.0399169921875,
+ 0.003101348876953125,
+ 0.0540771484375,
+ 0.04412841796875,
+ 0.06378173828125,
+ -0.0230255126953125,
+ 0.00865936279296875,
+ -0.031890869140625,
+ -0.06463623046875,
+ 0.0308380126953125,
+ -0.0013065338134765625,
+ 0.0191192626953125,
+ -0.073486328125,
+ 0.00833892822265625,
+ 0.0491943359375,
+ -0.07305908203125,
+ 0.00015020370483398438,
+ -0.01383209228515625,
+ -0.0255584716796875,
+ -0.05194091796875,
+ 0.0013666152954101562,
+ 0.0205841064453125,
+ 0.04180908203125,
+ 0.0714111328125,
+ 0.0037746429443359375,
+ -0.00797271728515625,
+ -0.0009899139404296875,
+ -0.05322265625,
+ 0.034637451171875,
+ 0.0017156600952148438,
+ 0.03759765625,
+ -0.052154541015625,
+ 0.03759765625,
+ 0.0278778076171875,
+ -0.0299835205078125,
+ 0.03253173828125,
+ -0.06756591796875,
+ 0.01404571533203125,
+ 0.0276641845703125,
+ 0.0207977294921875,
+ -0.0278778076171875,
+ -0.01605224609375,
+ -0.06378173828125,
+ -0.0285186767578125,
+ -0.0276641845703125,
+ 0.048583984375,
+ -0.007709503173828125,
+ 0.005146026611328125,
+ -0.046661376953125,
+ -0.0128326416015625,
+ 0.0166778564453125,
+ -0.0477294921875,
+ -0.032745361328125,
+ -0.0196380615234375,
+ 0.029571533203125,
+ -0.005649566650390625,
+ -0.044342041015625,
+ 0.032745361328125,
+ 0.007602691650390625,
+ -0.005756378173828125,
+ 0.02703857421875,
+ 0.056610107421875,
+ -0.040771484375,
+ 0.00395965576171875,
+ -0.0081329345703125,
+ 0.0276641845703125,
+ -0.01509857177734375,
+ -0.00981903076171875,
+ 0.004383087158203125,
+ 0.01425933837890625,
+ 0.016265869140625,
+ -0.0399169921875,
+ 0.046051025390625,
+ 0.037811279296875,
+ -0.0625,
+ -0.059967041015625,
+ -0.009979248046875,
+ -0.0205841064453125,
+ 0.01415252685546875,
+ -0.02154541015625,
+ 0.041595458984375,
+ 0.00591278076171875,
+ -0.025665283203125,
+ -0.11322021484375,
+ 0.039703369140625,
+ -0.022705078125,
+ 0.04583740234375,
+ 0.006862640380859375,
+ -0.0129852294921875,
+ -0.06884765625,
+ -0.033355712890625,
+ 0.00018978118896484375,
+ 0.0219573974609375,
+ -0.0430908203125,
+ 0.0198516845703125,
+ -0.0276641845703125,
+ -0.00833892822265625,
+ 0.0166778564453125,
+ -0.0289306640625,
+ 0.00543975830078125,
+ 0.0367431640625,
+ 0.0106658935546875,
+ -0.011566162109375,
+ 0.054473876953125,
+ -0.009979248046875,
+ 0.0186920166015625,
+ -0.00855255126953125,
+ -0.0022430419921875,
+ -0.005542755126953125,
+ -0.0084991455078125,
+ -0.0203857421875,
+ -0.0013332366943359375,
+ 0.026397705078125,
+ 0.050048828125,
+ -0.004619598388671875,
+ 0.01446533203125,
+ 0.0023365020751953125,
+ 0.0205841064453125,
+ 0.0274505615234375,
+ -0.0124053955078125,
+ -0.002033233642578125,
+ 0.025970458984375,
+ -0.00887298583984375,
+ -0.017425537109375,
+ -0.0679931640625,
+ -0.060821533203125,
+ 0.045623779296875,
+ -0.0310516357421875,
+ -0.031463623046875,
+ 0.0219573974609375,
+ 0.0390625,
+ 0.0133056640625,
+ -0.0260772705078125,
+ 0.042022705078125,
+ -0.0163726806640625,
+ 0.0010232925415039062,
+ -0.0234375,
+ 0.01922607421875,
+ 0.001201629638671875,
+ 0.0260772705078125,
+ 0.007549285888671875,
+ -0.053009033203125,
+ 0.047515869140625,
+ 0.0030498504638671875,
+ 0.0079193115234375,
+ 0.0207977294921875,
+ -0.0104522705078125,
+ -0.0306243896484375,
+ 0.03399658203125,
+ -0.104736328125,
+ -0.0462646484375,
+ 0.0289306640625,
+ 0.0272369384765625,
+ -0.0009174346923828125,
+ -0.034210205078125,
+ 0.043304443359375,
+ -0.0108795166015625,
+ -0.040771484375,
+ 0.042022705078125,
+ -0.0189056396484375,
+ -0.04180908203125,
+ 0.019317626953125,
+ -0.00307464599609375,
+ 0.0074462890625,
+ 0.01166534423828125,
+ 0.0517578125,
+ 0.053009033203125,
+ 0.0272369384765625,
+ 0.004146575927734375,
+ -0.017852783203125,
+ -0.006572723388671875,
+ 0.025238037109375,
+ 0.01404571533203125,
+ 0.034637451171875,
+ 0.0096588134765625,
+ -0.006809234619140625,
+ 0.031890869140625,
+ 0.0017423629760742188,
+ -0.07647705078125,
+ -0.0210113525390625,
+ -0.05364990234375,
+ -0.05194091796875,
+ -0.000537872314453125,
+ 0.07940673828125,
+ 0.0241851806640625,
+ 0.006969451904296875,
+ 0.01166534423828125,
+ 0.050262451171875,
+ 0.038848876953125,
+ 0.01763916015625,
+ -0.007709503173828125,
+ -0.0310516357421875,
+ -0.032745361328125,
+ 0.006969451904296875,
+ 0.01288604736328125,
+ -0.06292724609375,
+ 0.0272369384765625,
+ 0.05279541015625,
+ -0.004779815673828125,
+ -0.01605224609375,
+ -0.0194244384765625,
+ 0.00240325927734375,
+ 0.053436279296875,
+ 0.0241851806640625,
+ 0.007076263427734375,
+ -0.0789794921875,
+ 0.0233306884765625,
+ 0.0159454345703125,
+ -0.0172119140625,
+ -0.0265045166015625,
+ -0.0006766319274902344,
+ -0.0249176025390625,
+ 0.042449951171875,
+ -0.07305908203125,
+ -0.00146484375,
+ 0.0038280487060546875,
+ 0.0751953125,
+ 0.01277923583984375,
+ -0.0306243896484375,
+ -0.0262908935546875,
+ 0.047943115234375,
+ 0.0219573974609375,
+ -0.0205841064453125,
+ 0.0182647705078125,
+ 0.006443023681640625,
+ -0.0168914794921875,
+ 0.0179443359375,
+ 0.0399169921875,
+ 0.00220489501953125,
+ 0.04498291015625,
+ 0.008392333984375,
+ -0.05322265625,
+ 0.006862640380859375,
+ -0.0207977294921875,
+ 0.01415252685546875,
+ 0.0173187255859375,
+ -0.03399658203125,
+ -0.031463623046875,
+ -0.05743408203125,
+ 0.04498291015625,
+ -0.00860595703125,
+ 0.029571533203125,
+ 0.042877197265625,
+ -0.0031147003173828125,
+ -0.0118255615234375,
+ 0.032958984375,
+ 0.01372528076171875,
+ 0.019744873046875,
+ 0.03485107421875,
+ 0.0203857421875,
+ 0.026824951171875,
+ 0.0216522216796875,
+ 0.009979248046875,
+ -0.015838623046875,
+ 0.0384521484375,
+ -0.036956787109375,
+ -0.0234375,
+ -0.05322265625,
+ -0.013519287109375,
+ 0.028717041015625,
+ -0.01198577880859375,
+ 0.017852783203125,
+ -0.019012451171875,
+ 0.00981903076171875,
+ 0.0021915435791015625,
+ -0.043731689453125,
+ -0.0211181640625,
+ 0.04412841796875,
+ -0.03167724609375,
+ 0.006916046142578125,
+ 0.0182647705078125,
+ -0.02587890625,
+ -0.003643035888671875,
+ -0.057861328125,
+ 0.09967041015625,
+ 0.042022705078125,
+ 0.00913238525390625,
+ -0.00945281982421875,
+ 0.0308380126953125,
+ 0.029571533203125,
+ 0.047515869140625,
+ 0.01314544677734375,
+ 0.0079193115234375,
+ -0.0462646484375,
+ 0.04583740234375,
+ 0.0650634765625,
+ 0.007656097412109375,
+ -0.06463623046875,
+ 0.0399169921875,
+ 0.00717926025390625,
+ -0.040985107421875,
+ 0.034210205078125,
+ 0.0367431640625,
+ 0.0200653076171875,
+ 0.026611328125,
+ 0.0005245208740234375,
+ 0.015838623046875,
+ -0.041168212890625,
+ 0.059967041015625,
+ 0.0168914794921875,
+ -0.01140594482421875,
+ 0.02978515625,
+ -0.048583984375,
+ 0.0413818359375,
+ 0.01055908203125,
+ 0.056610107421875,
+ -0.04180908203125,
+ 0.056610107421875,
+ -0.007129669189453125,
+ 0.021331787109375,
+ -0.02154541015625,
+ 0.0013856887817382812,
+ -0.0008215904235839844,
+ 0.035888671875,
+ -0.038848876953125,
+ 0.06756591796875,
+ 0.045623779296875,
+ -0.0276641845703125,
+ -0.047088623046875,
+ -0.02978515625,
+ -0.0200653076171875,
+ 0.01082611083984375,
+ 0.043731689453125,
+ -0.031463623046875,
+ -0.0184783935546875,
+ -0.00580596923828125,
+ 0.0093994140625,
+ 0.07562255859375,
+ -0.0257720947265625,
+ 0.0087127685546875,
+ 0.01446533203125,
+ -0.01361846923828125,
+ -0.0335693359375,
+ 0.0033664703369140625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "gui",
+ "virtual-machine",
+ "ewf-support",
+ "raw-image-support",
+ "write-blocker",
+ "triage",
+ "format-conversion",
+ "vss-support",
+ "partition-selection",
+ "ram-disk",
+ "explorer-integration",
+ "free-tool"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Live_Boot_Forensik_Umgebung",
+ "type": "tool",
+ "name": "Linux Live-Boot Forensik-Umgebung",
+ "content": "linux live-boot forensik-umgebung kontaminationsfreie systemuntersuchung durch boot von usb/dvd ohne festplatten-zugriff. forensics-mode deaktiviert automatisches mounting und netzwerk-services. ermöglicht saubere evidence-akquisition ohne host-system-veränderungen. alle änderungen sind nach ausschalten gelöscht. live-acquisition write-blocker contamination-prevention forensic-imaging read-only-access incident-response static-investigations data-collection examination",
+ "embedding": [
+ -0.00997161865234375,
+ 0.03216552734375,
+ 0.041595458984375,
+ -0.019256591796875,
+ 0.0360107421875,
+ 0.037933349609375,
+ 0.03350830078125,
+ -0.0248565673828125,
+ -0.030242919921875,
+ -0.0219573974609375,
+ -0.0269622802734375,
+ 0.0419921875,
+ 0.024169921875,
+ -0.0323486328125,
+ -0.024169921875,
+ 0.0226287841796875,
+ -0.005489349365234375,
+ 0.007801055908203125,
+ 0.01155853271484375,
+ -0.0034427642822265625,
+ -0.0219573974609375,
+ -0.0151214599609375,
+ -0.05316162109375,
+ -0.0083770751953125,
+ -0.0095367431640625,
+ -0.0023593902587890625,
+ 0.00843048095703125,
+ -0.0643310546875,
+ -0.031982421875,
+ -0.01280975341796875,
+ 0.0182952880859375,
+ -0.0312042236328125,
+ -0.01531219482421875,
+ 0.06585693359375,
+ 0.017333984375,
+ -0.007610321044921875,
+ 0.0017213821411132812,
+ -0.00756072998046875,
+ -0.041595458984375,
+ 0.036407470703125,
+ -0.0117034912109375,
+ 0.00385284423828125,
+ -0.013580322265625,
+ -0.0256195068359375,
+ -0.0086669921875,
+ -0.047576904296875,
+ -0.0007042884826660156,
+ -0.01502227783203125,
+ -0.009918212890625,
+ -0.05047607421875,
+ 0.04180908203125,
+ 0.0176239013671875,
+ 0.0095367431640625,
+ -0.00823211669921875,
+ -0.036590576171875,
+ 0.019744873046875,
+ 0.00693511962890625,
+ -0.0217742919921875,
+ -0.036407470703125,
+ 0.0543212890625,
+ -0.053924560546875,
+ -0.011993408203125,
+ 0.020416259765625,
+ 0.00225067138671875,
+ 0.0158843994140625,
+ 0.038726806640625,
+ -0.01715087890625,
+ -0.035064697265625,
+ -0.021484375,
+ -0.003299713134765625,
+ 0.0296630859375,
+ -0.0244598388671875,
+ -0.0261993408203125,
+ 0.01483154296875,
+ -0.0111236572265625,
+ -0.04296875,
+ 0.042572021484375,
+ 0.03851318359375,
+ 0.01493072509765625,
+ -0.01715087890625,
+ -0.0260009765625,
+ 0.005153656005859375,
+ 0.0086212158203125,
+ -0.03350830078125,
+ -0.0228271484375,
+ -0.0111236572265625,
+ 0.008087158203125,
+ 0.0120391845703125,
+ -0.0306243896484375,
+ -0.026397705078125,
+ 0.01006317138671875,
+ -0.01416015625,
+ 0.0058746337890625,
+ -0.016571044921875,
+ 0.0256195068359375,
+ 0.0736083984375,
+ -0.0087127685546875,
+ -0.0343017578125,
+ -0.009246826171875,
+ 0.039093017578125,
+ -0.00022423267364501953,
+ -0.017822265625,
+ 0.049713134765625,
+ -0.0104522705078125,
+ 0.044097900390625,
+ -0.0275421142578125,
+ 0.002407073974609375,
+ -0.0219573974609375,
+ -0.033721923828125,
+ -0.033905029296875,
+ -0.0693359375,
+ -0.0360107421875,
+ -0.02032470703125,
+ -0.06585693359375,
+ -0.02032470703125,
+ -0.0012464523315429688,
+ -0.01983642578125,
+ 0.03082275390625,
+ -0.056243896484375,
+ -0.03582763671875,
+ 0.03582763671875,
+ 0.01068878173828125,
+ -0.004238128662109375,
+ 0.023590087890625,
+ -0.048553466796875,
+ -0.037384033203125,
+ -0.0045013427734375,
+ 0.0396728515625,
+ -0.038726806640625,
+ -0.0260009765625,
+ -0.045074462890625,
+ -0.047576904296875,
+ -0.04180908203125,
+ -0.0281219482421875,
+ 0.0117034912109375,
+ -0.0200347900390625,
+ 0.03082275390625,
+ -0.0433349609375,
+ -0.0201263427734375,
+ 0.01617431640625,
+ 0.05780029296875,
+ -0.0145416259765625,
+ -0.06549072265625,
+ 0.001010894775390625,
+ -0.02716064453125,
+ -0.0004062652587890625,
+ -0.0086212158203125,
+ 0.057403564453125,
+ -0.02716064453125,
+ -0.0343017578125,
+ -0.00527191162109375,
+ 0.044097900390625,
+ 0.043914794921875,
+ 0.0164642333984375,
+ 0.017913818359375,
+ -0.03448486328125,
+ -0.0025997161865234375,
+ -0.00799560546875,
+ 0.01064300537109375,
+ -0.01141357421875,
+ -0.0176239013671875,
+ 0.0122833251953125,
+ -0.01122283935546875,
+ 0.025421142578125,
+ -0.0168609619140625,
+ -0.0248565673828125,
+ -0.0226287841796875,
+ -0.004261016845703125,
+ 0.0107879638671875,
+ -0.01059722900390625,
+ 0.026397705078125,
+ 0.006404876708984375,
+ 0.06280517578125,
+ 0.046051025390625,
+ 0.025421142578125,
+ 0.017333984375,
+ -0.0248565673828125,
+ -0.0177154541015625,
+ 0.040252685546875,
+ 0.01560211181640625,
+ -0.013580322265625,
+ -0.01151275634765625,
+ 0.066650390625,
+ 0.005924224853515625,
+ 0.0132904052734375,
+ 0.006092071533203125,
+ -0.037933349609375,
+ -0.01983642578125,
+ -0.0256195068359375,
+ 0.0287017822265625,
+ -0.02716064453125,
+ -0.0177154541015625,
+ -0.00493621826171875,
+ 0.036407470703125,
+ 0.0024929046630859375,
+ 0.06817626953125,
+ 0.045654296875,
+ -0.0275421142578125,
+ 0.01035308837890625,
+ 0.0014867782592773438,
+ -0.001125335693359375,
+ 0.02716064453125,
+ -0.005657196044921875,
+ 0.01464080810546875,
+ 0.032928466796875,
+ 0.02349853515625,
+ 0.01194000244140625,
+ 0.00276947021484375,
+ 0.03948974609375,
+ -0.0187835693359375,
+ -0.01406097412109375,
+ 0.0433349609375,
+ -0.00914764404296875,
+ -0.031005859375,
+ -0.0195465087890625,
+ -0.03948974609375,
+ 0.00997161865234375,
+ -0.019073486328125,
+ -0.0126190185546875,
+ 0.013580322265625,
+ -0.0298614501953125,
+ -0.0693359375,
+ 0.01464080810546875,
+ 0.0010290145874023438,
+ -0.017425537109375,
+ 0.05316162109375,
+ -0.005321502685546875,
+ -0.0250396728515625,
+ -0.03082275390625,
+ 0.042755126953125,
+ 0.01493072509765625,
+ 0.038726806640625,
+ -0.007511138916015625,
+ 0.0127105712890625,
+ -0.0213775634765625,
+ -0.0199432373046875,
+ 0.055084228515625,
+ 0.00997161865234375,
+ 0.005443572998046875,
+ 0.000010251998901367188,
+ -0.0292816162109375,
+ 0.0132904052734375,
+ 0.006984710693359375,
+ 0.055877685546875,
+ 0.03948974609375,
+ -0.020416259765625,
+ 0.01560211181640625,
+ 0.01097869873046875,
+ 0.0182952880859375,
+ 0.0269622802734375,
+ -0.043731689453125,
+ -0.00934600830078125,
+ -0.0743408203125,
+ -0.02215576171875,
+ -0.044891357421875,
+ -0.038909912109375,
+ -0.026397705078125,
+ -0.057403564453125,
+ 0.0292816162109375,
+ -0.038909912109375,
+ -0.0406494140625,
+ -0.00727081298828125,
+ 0.0162811279296875,
+ -0.0037078857421875,
+ 0.032745361328125,
+ 0.003322601318359375,
+ -0.03564453125,
+ 0.004070281982421875,
+ 0.06353759765625,
+ -0.0155029296875,
+ -0.0127105712890625,
+ -0.02716064453125,
+ 0.01068878173828125,
+ 0.0087127685546875,
+ 0.01522064208984375,
+ -0.042572021484375,
+ 0.00630950927734375,
+ 0.0261993408203125,
+ 0.02398681640625,
+ 0.0217742919921875,
+ -0.02716064453125,
+ 0.032928466796875,
+ 0.00905609130859375,
+ 0.0269622802734375,
+ -0.033721923828125,
+ 0.019744873046875,
+ -0.006984710693359375,
+ 0.00785064697265625,
+ -0.0218658447265625,
+ -0.05548095703125,
+ 0.0175323486328125,
+ 0.052398681640625,
+ -0.0243682861328125,
+ 0.0017938613891601562,
+ 0.0005660057067871094,
+ -0.035247802734375,
+ 0.0067901611328125,
+ -0.01300048828125,
+ -0.0028781890869140625,
+ 0.005706787109375,
+ 0.041229248046875,
+ -0.0256195068359375,
+ 0.0019140243530273438,
+ 0.004093170166015625,
+ -0.0018415451049804688,
+ -0.041229248046875,
+ -0.04083251953125,
+ -0.0089569091796875,
+ -0.0086212158203125,
+ -0.039093017578125,
+ -0.033905029296875,
+ 0.0256195068359375,
+ -0.033721923828125,
+ 0.03448486328125,
+ -0.010162353515625,
+ 0.0007252693176269531,
+ -0.031585693359375,
+ -0.06396484375,
+ 0.025421142578125,
+ -0.0312042236328125,
+ -0.055877685546875,
+ -0.01377105712890625,
+ 0.01416015625,
+ 0.032562255859375,
+ 0.01666259765625,
+ -0.0189666748046875,
+ -0.0243682861328125,
+ -0.0306243896484375,
+ 0.031768798828125,
+ -0.0101165771484375,
+ 0.046630859375,
+ 0.001499176025390625,
+ 0.048736572265625,
+ 0.0176239013671875,
+ 0.0306243896484375,
+ -0.01141357421875,
+ 0.06585693359375,
+ 0.0469970703125,
+ -0.039306640625,
+ 0.0005717277526855469,
+ -0.006404876708984375,
+ -0.0037555694580078125,
+ 0.006740570068359375,
+ -0.0220489501953125,
+ -0.033721923828125,
+ 0.002300262451171875,
+ -0.03082275390625,
+ 0.01435089111328125,
+ 0.0236968994140625,
+ 0.01222991943359375,
+ 0.006549835205078125,
+ -0.031585693359375,
+ 0.025238037109375,
+ 0.03717041015625,
+ 0.0223388671875,
+ 0.0909423828125,
+ -0.017913818359375,
+ -0.05279541015625,
+ 0.03485107421875,
+ 0.037750244140625,
+ 0.0188751220703125,
+ -0.01030731201171875,
+ 0.022735595703125,
+ 0.016571044921875,
+ -0.01493072509765625,
+ 0.036224365234375,
+ 0.00022268295288085938,
+ 0.03314208984375,
+ -0.01560211181640625,
+ -0.00476837158203125,
+ -0.00823211669921875,
+ -0.0008668899536132812,
+ 0.0260009765625,
+ 0.045654296875,
+ 0.02716064453125,
+ 0.01406097412109375,
+ 0.0224456787109375,
+ -0.007610321044921875,
+ -0.03680419921875,
+ -0.024169921875,
+ -0.073974609375,
+ 0.007320404052734375,
+ 0.0479736328125,
+ 0.006740570068359375,
+ 0.03851318359375,
+ -0.0157012939453125,
+ -0.06781005859375,
+ -0.0049591064453125,
+ -0.0261993408203125,
+ 0.05279541015625,
+ 0.021087646484375,
+ 0.0256195068359375,
+ 0.0300445556640625,
+ 0.005321502685546875,
+ 0.007656097412109375,
+ 0.052001953125,
+ -0.006694793701171875,
+ 0.025238037109375,
+ 0.052398681640625,
+ 0.041412353515625,
+ -0.00322723388671875,
+ -0.0182952880859375,
+ 0.02850341796875,
+ 0.0469970703125,
+ 0.041595458984375,
+ -0.0126190185546875,
+ 0.0217742919921875,
+ 0.016082763671875,
+ 0.0194549560546875,
+ -0.043731689453125,
+ 0.036224365234375,
+ 0.036407470703125,
+ -0.01189422607421875,
+ 0.00659942626953125,
+ -0.044677734375,
+ 0.00982666015625,
+ -0.038726806640625,
+ 0.005779266357421875,
+ 0.0145416259765625,
+ -0.0162811279296875,
+ -0.00040030479431152344,
+ 0.034088134765625,
+ -0.06353759765625,
+ 0.00958251953125,
+ 0.045074462890625,
+ -0.0712890625,
+ 0.024658203125,
+ 0.0083770751953125,
+ -0.01493072509765625,
+ -0.01218414306640625,
+ 0.01396942138671875,
+ -0.0643310546875,
+ 0.0105438232421875,
+ -0.05084228515625,
+ -0.0333251953125,
+ 0.0158843994140625,
+ 0.0294647216796875,
+ -0.047393798828125,
+ -0.0369873046875,
+ -0.003322601318359375,
+ -0.0243682861328125,
+ -0.0122833251953125,
+ -0.0243682861328125,
+ 0.032928466796875,
+ 0.0002301931381225586,
+ 0.00460052490234375,
+ 0.0162811279296875,
+ 0.036590576171875,
+ 0.0212860107421875,
+ -0.0281219482421875,
+ 0.06744384765625,
+ -0.031402587890625,
+ -0.042388916015625,
+ 0.03314208984375,
+ -0.0015773773193359375,
+ 0.042755126953125,
+ -0.022735595703125,
+ -0.01983642578125,
+ -0.017822265625,
+ 0.0157012939453125,
+ 0.0168609619140625,
+ 0.0304412841796875,
+ -0.0144500732421875,
+ -0.047760009765625,
+ -0.036590576171875,
+ 0.046417236328125,
+ 0.003925323486328125,
+ 0.033905029296875,
+ -0.0006470680236816406,
+ -0.0396728515625,
+ 0.055877685546875,
+ -0.0396728515625,
+ -0.0298614501953125,
+ -0.0138702392578125,
+ 0.00010836124420166016,
+ -0.01218414306640625,
+ 0.0712890625,
+ -0.0298614501953125,
+ -0.020416259765625,
+ -0.0120849609375,
+ 0.0182952880859375,
+ 0.02099609375,
+ -0.005634307861328125,
+ -0.035064697265625,
+ 0.0294647216796875,
+ 0.035430908203125,
+ -0.059722900390625,
+ -0.003635406494140625,
+ -0.0279388427734375,
+ -0.0107421875,
+ 0.053924560546875,
+ -0.06585693359375,
+ 0.01560211181640625,
+ 0.01309967041015625,
+ -0.05279541015625,
+ -0.0021190643310546875,
+ -0.0275421142578125,
+ -0.0158843994140625,
+ -0.0207061767578125,
+ 0.01502227783203125,
+ 0.03082275390625,
+ -0.02166748046875,
+ 0.01715087890625,
+ 0.024658203125,
+ 0.0205078125,
+ 0.0269622802734375,
+ -0.0212860107421875,
+ -0.00537109375,
+ 0.020416259765625,
+ -0.06201171875,
+ -0.0419921875,
+ -0.0155029296875,
+ 0.0231170654296875,
+ -0.0250396728515625,
+ -0.0131988525390625,
+ 0.01367950439453125,
+ -0.00022876262664794922,
+ 0.01800537109375,
+ -0.07550048828125,
+ 0.00385284423828125,
+ -0.040069580078125,
+ -0.0250396728515625,
+ -0.0232086181640625,
+ 0.0018415451049804688,
+ 0.0169525146484375,
+ 0.009246826171875,
+ -0.01473236083984375,
+ 0.016571044921875,
+ 0.011749267578125,
+ -0.081298828125,
+ 0.034088134765625,
+ 0.0206146240234375,
+ 0.0009388923645019531,
+ 0.0015287399291992188,
+ -0.011749267578125,
+ 0.0031070709228515625,
+ 0.011993408203125,
+ 0.041595458984375,
+ -0.03314208984375,
+ -0.00589752197265625,
+ -0.060089111328125,
+ 0.00585174560546875,
+ 0.0186920166015625,
+ 0.0107421875,
+ -0.032745361328125,
+ -0.0058746337890625,
+ -0.035430908203125,
+ -0.010162353515625,
+ 0.03216552734375,
+ 0.0034427642822265625,
+ -0.004550933837890625,
+ -0.0396728515625,
+ -0.020904541015625,
+ 0.0007615089416503906,
+ -0.033905029296875,
+ 0.0333251953125,
+ -0.00006204843521118164,
+ 0.010162353515625,
+ 0.00556182861328125,
+ -0.035247802734375,
+ 0.0281219482421875,
+ 0.036590576171875,
+ 0.03216552734375,
+ 0.0086212158203125,
+ 0.0312042236328125,
+ -0.0231170654296875,
+ 0.0212860107421875,
+ -0.0067901611328125,
+ -0.025238037109375,
+ 0.005153656005859375,
+ -0.01006317138671875,
+ 0.0306243896484375,
+ -0.0396728515625,
+ -0.033721923828125,
+ 0.00664520263671875,
+ 0.0059967041015625,
+ 0.028900146484375,
+ -0.0267791748046875,
+ -0.0170440673828125,
+ 0.02850341796875,
+ 0.007801055908203125,
+ 0.06781005859375,
+ -0.016082763671875,
+ -0.046051025390625,
+ -0.009002685546875,
+ 0.00445556640625,
+ 0.0213775634765625,
+ 0.038330078125,
+ 0.0212860107421875,
+ -0.0300445556640625,
+ 0.02099609375,
+ 0.0213775634765625,
+ -0.0273590087890625,
+ -0.04296875,
+ -0.00818634033203125,
+ -0.00775146484375,
+ 0.0031299591064453125,
+ 0.042572021484375,
+ 0.0199432373046875,
+ 0.08013916015625,
+ 0.0002301931381225586,
+ 0.00943756103515625,
+ 0.0213775634765625,
+ 0.059326171875,
+ 0.026580810546875,
+ -0.025238037109375,
+ -0.043548583984375,
+ 0.0105438232421875,
+ 0.00852203369140625,
+ -0.036224365234375,
+ -0.03680419921875,
+ -0.0005898475646972656,
+ 0.083984375,
+ -0.053558349609375,
+ 0.0016012191772460938,
+ -0.006984710693359375,
+ -0.003070831298828125,
+ 0.017822265625,
+ 0.0186920166015625,
+ -0.0117034912109375,
+ 0.01059722900390625,
+ 0.008331298828125,
+ -0.038909912109375,
+ -0.0232086181640625,
+ -0.01338958740234375,
+ 0.0260009765625,
+ 0.062408447265625,
+ 0.024658203125,
+ -0.003780364990234375,
+ 0.02716064453125,
+ 0.0279388427734375,
+ 0.0292816162109375,
+ 0.03564453125,
+ 0.0419921875,
+ 0.0189666748046875,
+ 0.021484375,
+ 0.0089111328125,
+ 0.03717041015625,
+ -0.0294647216796875,
+ -0.00823211669921875,
+ 0.01218414306640625,
+ 0.0228271484375,
+ 0.06817626953125,
+ 0.07550048828125,
+ 0.0006742477416992188,
+ 0.01251983642578125,
+ -0.01666259765625,
+ -0.06280517578125,
+ 0.0012216567993164062,
+ -0.0016613006591796875,
+ -0.0008368492126464844,
+ -0.0250396728515625,
+ -0.0343017578125,
+ 0.00843048095703125,
+ -0.039093017578125,
+ 0.055084228515625,
+ 0.018585205078125,
+ -0.01367950439453125,
+ -0.014251708984375,
+ 0.03350830078125,
+ -0.026397705078125,
+ -0.02032470703125,
+ 0.00852203369140625,
+ -0.01560211181640625,
+ -0.01849365234375,
+ -0.052398681640625,
+ -0.042572021484375,
+ 0.0224456787109375,
+ -0.00339508056640625,
+ -0.042572021484375,
+ -0.0283203125,
+ 0.0195465087890625,
+ -0.019073486328125,
+ -0.038330078125,
+ -0.023406982421875,
+ 0.016571044921875,
+ -0.035430908203125,
+ -0.038909912109375,
+ -0.029083251953125,
+ -0.018402099609375,
+ 0.033905029296875,
+ -0.01493072509765625,
+ 0.042755126953125,
+ -0.0159912109375,
+ -0.025421142578125,
+ -0.0189666748046875,
+ -0.0187835693359375,
+ -0.03680419921875,
+ 0.005634307861328125,
+ -0.031585693359375,
+ 0.0279388427734375,
+ 0.01222991943359375,
+ 0.029083251953125,
+ 0.058563232421875,
+ 0.0516357421875,
+ -0.0269622802734375,
+ 0.0170440673828125,
+ -0.0237884521484375,
+ -0.05780029296875,
+ 0.0157012939453125,
+ -0.00659942626953125,
+ -0.003948211669921875,
+ -0.0543212890625,
+ -0.0013179779052734375,
+ 0.06201171875,
+ -0.079345703125,
+ 0.01666259765625,
+ -0.01251983642578125,
+ -0.0018062591552734375,
+ -0.0191650390625,
+ -0.0267791748046875,
+ 0.005611419677734375,
+ 0.0170440673828125,
+ 0.1016845703125,
+ 0.005512237548828125,
+ -0.0095367431640625,
+ 0.002227783203125,
+ -0.051239013671875,
+ 0.038909912109375,
+ 0.01251983642578125,
+ 0.005828857421875,
+ -0.0516357421875,
+ 0.0228271484375,
+ 0.0238800048828125,
+ -0.01464080810546875,
+ 0.026397705078125,
+ -0.06317138671875,
+ -0.0052490234375,
+ 0.02215576171875,
+ 0.00537109375,
+ 0.00231170654296875,
+ -0.01300048828125,
+ -0.037384033203125,
+ -0.039886474609375,
+ -0.033721923828125,
+ 0.050079345703125,
+ 0.004673004150390625,
+ 0.004718780517578125,
+ -0.055084228515625,
+ -0.0200347900390625,
+ -0.0242767333984375,
+ -0.061248779296875,
+ -0.0360107421875,
+ -0.038330078125,
+ 0.0300445556640625,
+ -0.00823211669921875,
+ -0.043914794921875,
+ 0.054718017578125,
+ 0.0176239013671875,
+ -0.003971099853515625,
+ 0.0027561187744140625,
+ 0.07781982421875,
+ -0.06317138671875,
+ -0.01030731201171875,
+ -0.0030460357666015625,
+ 0.03216552734375,
+ -0.0138702392578125,
+ -0.0087127685546875,
+ 0.0028533935546875,
+ -0.01251983642578125,
+ 0.031402587890625,
+ -0.04315185546875,
+ 0.01151275634765625,
+ 0.0281219482421875,
+ -0.0187835693359375,
+ -0.053924560546875,
+ -0.046234130859375,
+ -0.023590087890625,
+ 0.030242919921875,
+ -0.01483154296875,
+ 0.0021305084228515625,
+ -0.023590087890625,
+ -0.00614166259765625,
+ -0.1009521484375,
+ 0.0298614501953125,
+ -0.0107879638671875,
+ 0.02581787109375,
+ 0.00775146484375,
+ -0.0126190185546875,
+ -0.059326171875,
+ -0.031768798828125,
+ -0.0016851425170898438,
+ 0.0281219482421875,
+ -0.024078369140625,
+ 0.0117950439453125,
+ -0.0117950439453125,
+ -0.01464080810546875,
+ 0.0113677978515625,
+ -0.031982421875,
+ 0.006839752197265625,
+ 0.039306640625,
+ 0.033721923828125,
+ -0.02850341796875,
+ 0.056243896484375,
+ -0.03485107421875,
+ -0.004695892333984375,
+ -0.01800537109375,
+ 0.0017461776733398438,
+ 0.0092010498046875,
+ -0.0031070709228515625,
+ -0.0213775634765625,
+ 0.01377105712890625,
+ 0.0433349609375,
+ 0.037567138671875,
+ -0.0015230178833007812,
+ 0.0228271484375,
+ 0.0182952880859375,
+ 0.0273590087890625,
+ 0.03448486328125,
+ -0.0306243896484375,
+ 0.00847625732421875,
+ 0.036590576171875,
+ -0.01165771484375,
+ -0.0176239013671875,
+ -0.07666015625,
+ -0.07818603515625,
+ 0.01502227783203125,
+ -0.034088134765625,
+ -0.0294647216796875,
+ 0.0206146240234375,
+ 0.014251708984375,
+ 0.021087646484375,
+ -0.022918701171875,
+ 0.0199432373046875,
+ 0.004695892333984375,
+ -0.0033473968505859375,
+ -0.01531219482421875,
+ 0.0296630859375,
+ -0.00042438507080078125,
+ 0.01666259765625,
+ 0.00293731689453125,
+ -0.06201171875,
+ 0.0223388671875,
+ -0.01435089111328125,
+ 0.0126190185546875,
+ -0.0159912109375,
+ -0.01983642578125,
+ -0.01242828369140625,
+ 0.01222991943359375,
+ -0.07861328125,
+ -0.037933349609375,
+ 0.031402587890625,
+ 0.0279388427734375,
+ 0.033905029296875,
+ -0.019744873046875,
+ 0.06280517578125,
+ -0.00982666015625,
+ -0.06280517578125,
+ 0.036590576171875,
+ -0.0194549560546875,
+ -0.0186920166015625,
+ 0.005153656005859375,
+ -0.007610321044921875,
+ -0.005126953125,
+ 0.0163726806640625,
+ 0.07586669921875,
+ 0.0292816162109375,
+ 0.036407470703125,
+ -0.0007944107055664062,
+ -0.0279388427734375,
+ 0.0082855224609375,
+ 0.0017213821411132812,
+ -0.007080078125,
+ 0.0296630859375,
+ 0.034088134765625,
+ -0.007366180419921875,
+ 0.0296630859375,
+ -0.01617431640625,
+ -0.073974609375,
+ -0.01088714599609375,
+ -0.0294647216796875,
+ -0.0396728515625,
+ -0.00254058837890625,
+ 0.10400390625,
+ 0.03350830078125,
+ 0.02166748046875,
+ 0.0298614501953125,
+ 0.018585205078125,
+ 0.019256591796875,
+ 0.01184844970703125,
+ -0.0248565673828125,
+ -0.04583740234375,
+ -0.00885772705078125,
+ 0.005008697509765625,
+ 0.0304412841796875,
+ -0.06317138671875,
+ 0.037384033203125,
+ 0.0616455078125,
+ -0.003177642822265625,
+ -0.0287017822265625,
+ 0.0006198883056640625,
+ -0.00162506103515625,
+ 0.054718017578125,
+ 0.0023593902587890625,
+ -0.004383087158203125,
+ -0.07666015625,
+ 0.0200347900390625,
+ 0.01560211181640625,
+ -0.002178192138671875,
+ -0.00775146484375,
+ 0.0037326812744140625,
+ -0.01416015625,
+ 0.033721923828125,
+ -0.064697265625,
+ -0.006984710693359375,
+ -0.0017576217651367188,
+ 0.062408447265625,
+ -0.01242828369140625,
+ -0.037933349609375,
+ -0.003299713134765625,
+ 0.047576904296875,
+ 0.031005859375,
+ -0.0256195068359375,
+ 0.0040435791015625,
+ 0.010498046875,
+ -0.0005717277526855469,
+ 0.007511138916015625,
+ 0.052001953125,
+ 0.006092071533203125,
+ 0.041595458984375,
+ 0.0170440673828125,
+ -0.052398681640625,
+ 0.00435638427734375,
+ -0.0186920166015625,
+ 0.0343017578125,
+ -0.00322723388671875,
+ -0.04217529296875,
+ -0.0260009765625,
+ -0.06817626953125,
+ 0.046630859375,
+ -0.01160430908203125,
+ 0.026580810546875,
+ 0.023590087890625,
+ -0.0021915435791015625,
+ -0.0023593902587890625,
+ 0.0181121826171875,
+ 0.0193634033203125,
+ 0.03350830078125,
+ 0.0248565673828125,
+ 0.0157928466796875,
+ -0.01617431640625,
+ -0.0098724365234375,
+ 0.007610321044921875,
+ -0.0406494140625,
+ 0.0516357421875,
+ -0.046630859375,
+ -0.018585205078125,
+ -0.041229248046875,
+ 0.025238037109375,
+ 0.0157928466796875,
+ -0.02032470703125,
+ 0.007656097412109375,
+ -0.027740478515625,
+ 0.0015287399291992188,
+ -0.0279388427734375,
+ -0.07513427734375,
+ -0.0083770751953125,
+ 0.052398681640625,
+ -0.0256195068359375,
+ 0.0242767333984375,
+ -0.00356292724609375,
+ -0.04180908203125,
+ -0.016754150390625,
+ -0.044891357421875,
+ 0.061248779296875,
+ 0.04046630859375,
+ 0.004093170166015625,
+ 0.005199432373046875,
+ 0.0205078125,
+ 0.044677734375,
+ 0.01493072509765625,
+ 0.0260009765625,
+ 0.0159912109375,
+ -0.040069580078125,
+ 0.020904541015625,
+ 0.06512451171875,
+ 0.00977325439453125,
+ -0.06512451171875,
+ 0.0028057098388671875,
+ 0.02398681640625,
+ -0.032745361328125,
+ 0.025421142578125,
+ 0.0261993408203125,
+ 0.0260009765625,
+ -0.0013904571533203125,
+ -0.0016012191772460938,
+ -0.031768798828125,
+ -0.050079345703125,
+ 0.04583740234375,
+ 0.016082763671875,
+ 0.01531219482421875,
+ 0.049713134765625,
+ -0.042755126953125,
+ 0.04815673828125,
+ -0.00852203369140625,
+ 0.060089111328125,
+ -0.056640625,
+ 0.039886474609375,
+ -0.0105438232421875,
+ 0.0039005279541015625,
+ -0.011077880859375,
+ -0.030242919921875,
+ 0.007175445556640625,
+ 0.029083251953125,
+ -0.03216552734375,
+ 0.04815673828125,
+ 0.037933349609375,
+ -0.05047607421875,
+ -0.06353759765625,
+ -0.01800537109375,
+ -0.0256195068359375,
+ 0.0009450912475585938,
+ 0.038726806640625,
+ -0.0570068359375,
+ 0.0113677978515625,
+ -0.01309967041015625,
+ 0.034088134765625,
+ 0.07781982421875,
+ -0.00847625732421875,
+ 0.0260009765625,
+ 0.00018584728240966797,
+ -0.0168609619140625,
+ -0.03717041015625,
+ -0.04180908203125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "live-acquisition",
+ "write-blocker",
+ "contamination-prevention",
+ "forensic-imaging",
+ "read-only-access"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_LNK_Dateien_Forensische_Analyse",
+ "type": "tool",
+ "name": "LNK-Dateien Forensische Analyse",
+ "content": "lnk-dateien forensische analyse shortcut-analyse aus %userprofile%\\appdata\\roaming\\microsoft\\windows\\ recent\\ für file-access-historie. jede lnk-datei enthält: target-path, working-directory, creation/modification/access-times der zieldatei, volume-serial-number, network-share-info, host-name. lnk-creation-time = erste datei-öffnung, lnk-modification-time = letzte öffnung. besonderheit: lnk-dateien für netzwerk-dateien bleiben auch nach original-löschung bestehen und zeigen remote-zugriffe. lnk-analysis shortcut-forensics file-access-history volume-information network-shares target-metadata remote-files mac-timestamps serial-numbers static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.043487548828125,
+ 0.048095703125,
+ 0.050048828125,
+ 0.021514892578125,
+ 0.059295654296875,
+ 0.012237548828125,
+ 0.022064208984375,
+ -0.0058441162109375,
+ 0.0287628173828125,
+ -0.035797119140625,
+ -0.0458984375,
+ 0.034698486328125,
+ 0.010650634765625,
+ -0.01690673828125,
+ -0.029205322265625,
+ 0.040618896484375,
+ -0.00441741943359375,
+ 0.0080718994140625,
+ 0.0167999267578125,
+ -0.0113067626953125,
+ -0.01015472412109375,
+ -0.0035953521728515625,
+ -0.01097869873046875,
+ 0.004802703857421875,
+ -0.022064208984375,
+ 0.024261474609375,
+ -0.02020263671875,
+ -0.058837890625,
+ -0.0258026123046875,
+ 0.0197601318359375,
+ 0.037322998046875,
+ -0.034912109375,
+ 0.00444793701171875,
+ 0.055999755859375,
+ 0.00400543212890625,
+ -0.028106689453125,
+ 0.024261474609375,
+ -0.0478515625,
+ -0.022613525390625,
+ 0.022064208984375,
+ 0.01026153564453125,
+ 0.00150299072265625,
+ 0.01141357421875,
+ -0.007190704345703125,
+ -0.017242431640625,
+ -0.020965576171875,
+ 0.012786865234375,
+ 0.02020263671875,
+ 0.03973388671875,
+ -0.05181884765625,
+ 0.025909423828125,
+ 0.004581451416015625,
+ -0.002964019775390625,
+ 0.0002899169921875,
+ -0.0250244140625,
+ 0.03448486328125,
+ 0.004337310791015625,
+ 0.0146026611328125,
+ -0.02777099609375,
+ 0.0478515625,
+ -0.0689697265625,
+ -0.01366424560546875,
+ -0.00510406494140625,
+ -0.02130126953125,
+ -0.0080718994140625,
+ 0.0404052734375,
+ -0.0192108154296875,
+ -0.04852294921875,
+ 0.00417327880859375,
+ 0.023162841796875,
+ -0.01251220703125,
+ -0.019317626953125,
+ -0.0271148681640625,
+ 0.0445556640625,
+ -0.0003070831298828125,
+ -0.07464599609375,
+ 0.00702667236328125,
+ 0.0258026123046875,
+ 0.01558685302734375,
+ -0.01317596435546875,
+ -0.060150146484375,
+ -0.02130126953125,
+ 0.06805419921875,
+ -0.011749267578125,
+ -0.025146484375,
+ -0.007354736328125,
+ 0.007137298583984375,
+ 0.0240478515625,
+ -0.020416259765625,
+ 0.009002685546875,
+ 0.0262298583984375,
+ -0.00850677490234375,
+ 0.01548004150390625,
+ -0.023162841796875,
+ 0.059722900390625,
+ 0.057525634765625,
+ 0.01910400390625,
+ -0.0196533203125,
+ 0.01059722900390625,
+ 0.03204345703125,
+ 0.0205230712890625,
+ -0.044342041015625,
+ 0.036224365234375,
+ -0.0194244384765625,
+ 0.03228759765625,
+ -0.030303955078125,
+ 0.03271484375,
+ -0.005817413330078125,
+ -0.01273345947265625,
+ -0.0194244384765625,
+ -0.09881591796875,
+ -0.02020263671875,
+ -0.0029506683349609375,
+ -0.061920166015625,
+ -0.0086212158203125,
+ -0.004390716552734375,
+ 0.0069427490234375,
+ 0.0491943359375,
+ -0.040191650390625,
+ -0.03228759765625,
+ 0.003814697265625,
+ 0.023162841796875,
+ -0.003787994384765625,
+ 0.02294921875,
+ -0.057098388671875,
+ -0.07330322265625,
+ 0.0174560546875,
+ 0.027557373046875,
+ -0.032928466796875,
+ -0.0285491943359375,
+ -0.0124053955078125,
+ -0.02020263671875,
+ -0.01235198974609375,
+ -0.00988006591796875,
+ -0.027008056640625,
+ -0.0219573974609375,
+ 0.0458984375,
+ -0.00299072265625,
+ -0.0186614990234375,
+ 0.0162506103515625,
+ 0.057525634765625,
+ -0.05401611328125,
+ -0.07379150390625,
+ -0.0238189697265625,
+ -0.041717529296875,
+ -0.003238677978515625,
+ -0.0238189697265625,
+ 0.04852294921875,
+ -0.01548004150390625,
+ 0.00757598876953125,
+ -0.019317626953125,
+ 0.054229736328125,
+ 0.060150146484375,
+ -0.00949859619140625,
+ 0.01503753662109375,
+ -0.05511474609375,
+ -0.004856109619140625,
+ -0.0511474609375,
+ 0.01290130615234375,
+ 0.011138916015625,
+ -0.00850677490234375,
+ -0.001495361328125,
+ -0.007465362548828125,
+ 0.04522705078125,
+ -0.007793426513671875,
+ -0.039947509765625,
+ -0.0132293701171875,
+ 0.0404052734375,
+ -0.01311492919921875,
+ -0.021514892578125,
+ 0.025146484375,
+ 0.00238800048828125,
+ 0.049407958984375,
+ 0.0640869140625,
+ -0.00916290283203125,
+ 0.03314208984375,
+ 0.0091094970703125,
+ -0.0298614501953125,
+ 0.05029296875,
+ 0.016021728515625,
+ 0.0021820068359375,
+ -0.0230560302734375,
+ 0.059722900390625,
+ -0.003814697265625,
+ 0.006725311279296875,
+ -0.01245880126953125,
+ -0.007518768310546875,
+ -0.0152587890625,
+ -0.0338134765625,
+ 0.0283203125,
+ -0.002964019775390625,
+ -0.037109375,
+ -0.0037593841552734375,
+ 0.043243408203125,
+ 0.033599853515625,
+ 0.0882568359375,
+ 0.043914794921875,
+ -0.006805419921875,
+ 0.042816162109375,
+ -0.00982666015625,
+ 0.020751953125,
+ 0.0316162109375,
+ -0.02459716796875,
+ 0.062347412109375,
+ 0.0194244384765625,
+ 0.01800537109375,
+ 0.0024433135986328125,
+ 0.0278778076171875,
+ 0.0316162109375,
+ -0.0045013427734375,
+ -0.0196533203125,
+ 0.05401611328125,
+ -0.0206451416015625,
+ -0.03338623046875,
+ -0.04302978515625,
+ -0.042816162109375,
+ -0.005268096923828125,
+ -0.028106689453125,
+ -0.011474609375,
+ -0.00628662109375,
+ -0.0178985595703125,
+ -0.0469970703125,
+ 0.020416259765625,
+ 0.032928466796875,
+ -0.037109375,
+ 0.028106689453125,
+ 0.01163482666015625,
+ -0.01416015625,
+ -0.01580810546875,
+ 0.01092529296875,
+ 0.007080078125,
+ 0.045654296875,
+ 0.01180267333984375,
+ 0.03228759765625,
+ 0.0035400390625,
+ -0.006313323974609375,
+ 0.0662841796875,
+ 0.006999969482421875,
+ 0.0192108154296875,
+ -0.01251220703125,
+ -0.0513916015625,
+ 0.0028533935546875,
+ -0.00762939453125,
+ 0.04193115234375,
+ 0.037109375,
+ 0.0022373199462890625,
+ 0.001529693603515625,
+ 0.005901336669921875,
+ 0.0316162109375,
+ 0.032501220703125,
+ -0.047210693359375,
+ 0.006229400634765625,
+ -0.0926513671875,
+ 0.0034999847412109375,
+ -0.037750244140625,
+ -0.03643798828125,
+ -0.0469970703125,
+ -0.052703857421875,
+ 0.03314208984375,
+ -0.0197601318359375,
+ -0.029205322265625,
+ -0.0159149169921875,
+ 0.007904052734375,
+ -0.0002263784408569336,
+ 0.057952880859375,
+ 0.03448486328125,
+ -0.040618896484375,
+ 0.0203094482421875,
+ 0.07159423828125,
+ -0.01190948486328125,
+ 0.000614166259765625,
+ -0.006916046142578125,
+ 0.00702667236328125,
+ -0.0130615234375,
+ 0.0107574462890625,
+ -0.0230560302734375,
+ -0.007354736328125,
+ 0.0273284912109375,
+ 0.01558685302734375,
+ 0.011688232421875,
+ -0.030731201171875,
+ -0.00518798828125,
+ -0.011199951171875,
+ 0.0249176025390625,
+ -0.03863525390625,
+ -0.0183258056640625,
+ 0.0099334716796875,
+ 0.011138916015625,
+ -0.009002685546875,
+ -0.0711669921875,
+ 0.00653076171875,
+ 0.005077362060546875,
+ -0.0026760101318359375,
+ 0.0126800537109375,
+ 0.004802703857421875,
+ -0.0489501953125,
+ -0.0167999267578125,
+ -0.012847900390625,
+ -0.0217437744140625,
+ 0.006557464599609375,
+ 0.048095703125,
+ -0.053558349609375,
+ -0.01202392578125,
+ -0.0035686492919921875,
+ 0.007354736328125,
+ -0.0199737548828125,
+ -0.054443359375,
+ -0.004856109619140625,
+ -0.02569580078125,
+ -0.032928466796875,
+ -0.025360107421875,
+ 0.00537872314453125,
+ 0.007465362548828125,
+ 0.0316162109375,
+ -0.00537872314453125,
+ 0.0211944580078125,
+ -0.04193115234375,
+ -0.05841064453125,
+ 0.0157012939453125,
+ -0.037750244140625,
+ -0.036651611328125,
+ -0.016143798828125,
+ 0.0236053466796875,
+ 0.010101318359375,
+ 0.01262664794921875,
+ 0.00702667236328125,
+ -0.0063934326171875,
+ -0.0009126663208007812,
+ 0.007465362548828125,
+ -0.022613525390625,
+ 0.03753662109375,
+ -0.00927734375,
+ 0.046539306640625,
+ 0.037322998046875,
+ 0.016357421875,
+ 0.0115814208984375,
+ 0.061920166015625,
+ 0.039306640625,
+ -0.009552001953125,
+ 0.0007238388061523438,
+ 0.019866943359375,
+ -0.01393890380859375,
+ -0.00037217140197753906,
+ -0.0221710205078125,
+ -0.036895751953125,
+ -0.01558685302734375,
+ -0.01328277587890625,
+ 0.0203094482421875,
+ 0.020416259765625,
+ 0.00977325439453125,
+ 0.0218505859375,
+ -0.0243682861328125,
+ -0.013336181640625,
+ 0.054443359375,
+ -0.006999969482421875,
+ 0.06939697265625,
+ -0.03314208984375,
+ -0.045440673828125,
+ 0.0025119781494140625,
+ 0.02349853515625,
+ -0.035797119140625,
+ -0.03558349609375,
+ 0.022064208984375,
+ -0.0030460357666015625,
+ -0.0104827880859375,
+ 0.013336181640625,
+ -0.0249176025390625,
+ 0.0195465087890625,
+ 0.017242431640625,
+ 0.0124053955078125,
+ -0.013336181640625,
+ -0.020416259765625,
+ 0.040191650390625,
+ 0.051605224609375,
+ 0.0175628662109375,
+ -0.007137298583984375,
+ 0.029205322265625,
+ -0.0289764404296875,
+ -0.01416015625,
+ -0.0228271484375,
+ -0.059722900390625,
+ 0.03533935546875,
+ 0.024810791015625,
+ 0.011749267578125,
+ 0.05401611328125,
+ -0.02459716796875,
+ -0.034698486328125,
+ 0.0232696533203125,
+ -0.047637939453125,
+ 0.04962158203125,
+ 0.0219573974609375,
+ 0.023162841796875,
+ 0.0296478271484375,
+ -0.02337646484375,
+ 0.00943756103515625,
+ 0.048095703125,
+ 0.00455474853515625,
+ 0.0014886856079101562,
+ 0.0170135498046875,
+ 0.0447998046875,
+ -0.006038665771484375,
+ -0.034698486328125,
+ 0.01558685302734375,
+ 0.01427459716796875,
+ 0.039093017578125,
+ -0.01136016845703125,
+ 0.050506591796875,
+ 0.03228759765625,
+ -0.0013036727905273438,
+ -0.039947509765625,
+ 0.062347412109375,
+ 0.041717529296875,
+ -0.0260162353515625,
+ -0.0005865097045898438,
+ -0.04412841796875,
+ 0.036651611328125,
+ -0.040191650390625,
+ -0.0107574462890625,
+ -0.0036773681640625,
+ 0.036895751953125,
+ -0.0006623268127441406,
+ 0.038848876953125,
+ -0.0555419921875,
+ 0.0005249977111816406,
+ 0.043701171875,
+ -0.03863525390625,
+ 0.00998687744140625,
+ 0.0183258056640625,
+ -0.04632568359375,
+ 0.003650665283203125,
+ -0.01690673828125,
+ -0.046539306640625,
+ 0.0276641845703125,
+ -0.0511474609375,
+ -0.03643798828125,
+ 0.004390716552734375,
+ 0.040618896484375,
+ -0.06103515625,
+ -0.05029296875,
+ -0.039093017578125,
+ -0.002017974853515625,
+ 0.004062652587890625,
+ -0.02447509765625,
+ 0.0200958251953125,
+ 0.006504058837890625,
+ -0.02349853515625,
+ 0.040618896484375,
+ 0.025909423828125,
+ -0.0007958412170410156,
+ -0.02349853515625,
+ 0.0382080078125,
+ -0.0020580291748046875,
+ -0.03863525390625,
+ 0.00044608116149902344,
+ 0.017120361328125,
+ 0.0183258056640625,
+ -0.050933837890625,
+ -0.0146026611328125,
+ 0.01004791259765625,
+ -0.012298583984375,
+ -0.01152801513671875,
+ 0.020965576171875,
+ -0.0178985595703125,
+ -0.054443359375,
+ -0.0260162353515625,
+ 0.041717529296875,
+ -0.002002716064453125,
+ 0.046112060546875,
+ 0.0010843276977539062,
+ -0.02337646484375,
+ 0.034027099609375,
+ -0.05621337890625,
+ -0.0278778076171875,
+ 0.007793426513671875,
+ 0.01136016845703125,
+ -0.0298614501953125,
+ 0.07379150390625,
+ -0.003787994384765625,
+ -0.01548004150390625,
+ -0.0175628662109375,
+ 0.06805419921875,
+ 0.035797119140625,
+ -0.00927734375,
+ -0.03338623046875,
+ 0.03424072265625,
+ -0.00018358230590820312,
+ -0.034912109375,
+ -0.004337310791015625,
+ -0.036651611328125,
+ -0.0185546875,
+ 0.0221710205078125,
+ -0.057952880859375,
+ 0.02337646484375,
+ 0.0124053955078125,
+ -0.059722900390625,
+ -0.055755615234375,
+ -0.030731201171875,
+ -0.017669677734375,
+ -0.03314208984375,
+ 0.02557373046875,
+ 0.0162506103515625,
+ 0.00762939453125,
+ 0.0170135498046875,
+ 0.009002685546875,
+ -0.0036773681640625,
+ 0.007354736328125,
+ -0.0311737060546875,
+ -0.0240478515625,
+ 0.041290283203125,
+ -0.052703857421875,
+ -0.033599853515625,
+ -0.0216217041015625,
+ 0.060150146484375,
+ -0.039093017578125,
+ 0.007518768310546875,
+ 0.007465362548828125,
+ -0.003444671630859375,
+ 0.043914794921875,
+ -0.0360107421875,
+ -0.0008063316345214844,
+ -0.029205322265625,
+ -0.0008578300476074219,
+ -0.0267791748046875,
+ -0.00943756103515625,
+ 0.0088958740234375,
+ 0.0227203369140625,
+ -0.005626678466796875,
+ 0.0124053955078125,
+ 0.056640625,
+ -0.057525634765625,
+ 0.02447509765625,
+ 0.0181121826171875,
+ 0.0126800537109375,
+ 0.02227783203125,
+ -0.0167999267578125,
+ 0.0199737548828125,
+ 0.003265380859375,
+ 0.02349853515625,
+ -0.025360107421875,
+ -0.037994384765625,
+ -0.0689697265625,
+ 0.040618896484375,
+ 0.01416015625,
+ 0.002208709716796875,
+ -0.016021728515625,
+ -0.036651611328125,
+ -0.06365966796875,
+ 0.01800537109375,
+ 0.0289764404296875,
+ 0.00894927978515625,
+ 0.0088348388671875,
+ -0.0113067626953125,
+ -0.030303955078125,
+ 0.0210723876953125,
+ -0.041046142578125,
+ 0.0219573974609375,
+ -0.03533935546875,
+ -0.005268096923828125,
+ 0.003978729248046875,
+ -0.0200958251953125,
+ 0.01580810546875,
+ 0.0210723876953125,
+ 0.017791748046875,
+ 0.0083465576171875,
+ 0.0283203125,
+ -0.0164642333984375,
+ 0.0066680908203125,
+ -0.02337646484375,
+ -0.01416015625,
+ -0.0055999755859375,
+ -0.01558685302734375,
+ -0.016021728515625,
+ -0.041717529296875,
+ -0.011962890625,
+ 0.016693115234375,
+ 0.0258026123046875,
+ 0.005405426025390625,
+ -0.01328277587890625,
+ 0.0152587890625,
+ 0.007793426513671875,
+ 0.01493072509765625,
+ 0.0689697265625,
+ -0.0311737060546875,
+ -0.04083251953125,
+ -0.004062652587890625,
+ 0.0038700103759765625,
+ 0.01690673828125,
+ 0.019866943359375,
+ 0.0135040283203125,
+ -0.025146484375,
+ 0.018768310546875,
+ 0.03314208984375,
+ -0.03228759765625,
+ -0.057952880859375,
+ -0.030517578125,
+ 0.0203094482421875,
+ -0.0058746337890625,
+ 0.0258026123046875,
+ 0.0020999908447265625,
+ 0.0300750732421875,
+ -0.0021686553955078125,
+ 0.012237548828125,
+ 0.03424072265625,
+ 0.072021484375,
+ 0.0249176025390625,
+ -0.0258026123046875,
+ -0.052703857421875,
+ -0.01690673828125,
+ -0.0121307373046875,
+ -0.0205230712890625,
+ -0.042816162109375,
+ -0.0080108642578125,
+ 0.04852294921875,
+ -0.060150146484375,
+ 0.0115814208984375,
+ 0.016693115234375,
+ 0.030517578125,
+ -0.0034160614013671875,
+ 0.0159149169921875,
+ -0.0260162353515625,
+ 0.031402587890625,
+ 0.002552032470703125,
+ -0.06103515625,
+ 0.007244110107421875,
+ 0.0011186599731445312,
+ 0.036895751953125,
+ 0.031829833984375,
+ 0.017669677734375,
+ -0.01152801513671875,
+ 0.004856109619140625,
+ -0.013885498046875,
+ 0.05621337890625,
+ 0.00905609130859375,
+ 0.0491943359375,
+ -0.0091094970703125,
+ 0.002593994140625,
+ 0.03314208984375,
+ 0.08343505859375,
+ -0.0203094482421875,
+ -0.007244110107421875,
+ 0.0272216796875,
+ 0.041290283203125,
+ 0.0271148681640625,
+ 0.0662841796875,
+ 0.00812530517578125,
+ -0.0185546875,
+ 0.009002685546875,
+ -0.0283203125,
+ -0.006504058837890625,
+ 0.0118560791015625,
+ 0.00977325439453125,
+ -0.057525634765625,
+ -0.032928466796875,
+ 0.011199951171875,
+ -0.0311737060546875,
+ 0.0278778076171875,
+ 0.005764007568359375,
+ -0.018768310546875,
+ -0.01470947265625,
+ 0.0426025390625,
+ -0.0058746337890625,
+ -0.03228759765625,
+ 0.011199951171875,
+ -0.02020263671875,
+ -0.0184478759765625,
+ -0.030303955078125,
+ -0.050933837890625,
+ 0.0296478271484375,
+ -0.0183258056640625,
+ -0.03228759765625,
+ -0.0027713775634765625,
+ 0.0208587646484375,
+ -0.007465362548828125,
+ -0.050506591796875,
+ -0.00592803955078125,
+ -0.00688934326171875,
+ -0.012298583984375,
+ -0.030303955078125,
+ -0.05401611328125,
+ -0.0269012451171875,
+ -0.006256103515625,
+ -0.036651611328125,
+ -0.022613525390625,
+ -0.0250244140625,
+ -0.029205322265625,
+ -0.0025806427001953125,
+ 0.0042266845703125,
+ -0.020416259765625,
+ 0.02569580078125,
+ -0.030303955078125,
+ 0.0211944580078125,
+ 0.0132293701171875,
+ 0.02557373046875,
+ 0.0404052734375,
+ 0.053558349609375,
+ -0.00579071044921875,
+ 0.0132293701171875,
+ 0.0058441162109375,
+ -0.02459716796875,
+ 0.02294921875,
+ 0.0027446746826171875,
+ 0.00417327880859375,
+ -0.059722900390625,
+ -0.01338958740234375,
+ 0.0469970703125,
+ -0.09307861328125,
+ 0.021514892578125,
+ 0.02294921875,
+ -0.0262298583984375,
+ -0.031829833984375,
+ -0.006587982177734375,
+ 0.00850677490234375,
+ 0.0140533447265625,
+ 0.10101318359375,
+ 0.01092529296875,
+ -0.01300811767578125,
+ 0.02239990234375,
+ -0.03448486328125,
+ 0.076416015625,
+ 0.01372528076171875,
+ 0.009002685546875,
+ -0.0426025390625,
+ 0.0217437744140625,
+ 0.01136016845703125,
+ -0.034698486328125,
+ 0.01690673828125,
+ -0.0667724609375,
+ -0.005435943603515625,
+ 0.0458984375,
+ 0.0137786865234375,
+ -0.0031147003173828125,
+ 0.0010156631469726562,
+ -0.016143798828125,
+ -0.02294921875,
+ -0.03204345703125,
+ -0.00279998779296875,
+ 0.006999969482421875,
+ 0.0278778076171875,
+ -0.0285491943359375,
+ 0.018218994140625,
+ 0.001125335693359375,
+ -0.06719970703125,
+ -0.007080078125,
+ -0.01235198974609375,
+ 0.0300750732421875,
+ -0.0037593841552734375,
+ -0.045013427734375,
+ 0.03973388671875,
+ 0.0096588134765625,
+ -0.007190704345703125,
+ 0.03448486328125,
+ 0.07464599609375,
+ -0.039520263671875,
+ -0.0199737548828125,
+ 0.0099334716796875,
+ 0.0382080078125,
+ 0.0093841552734375,
+ -0.02337646484375,
+ 0.050048828125,
+ 0.0289764404296875,
+ 0.01290130615234375,
+ -0.0298614501953125,
+ 0.011199951171875,
+ 0.0309600830078125,
+ -0.01026153564453125,
+ -0.059722900390625,
+ -0.0083465576171875,
+ -0.02392578125,
+ 0.028106689453125,
+ -0.017669677734375,
+ 0.04193115234375,
+ 0.010101318359375,
+ -0.0216217041015625,
+ -0.0662841796875,
+ 0.05621337890625,
+ -0.0217437744140625,
+ 0.0298614501953125,
+ 0.0216217041015625,
+ -0.02392578125,
+ -0.0640869140625,
+ -0.058837890625,
+ -0.0045013427734375,
+ 0.01053619384765625,
+ 0.004581451416015625,
+ 0.025360107421875,
+ -0.0289764404296875,
+ -0.01180267333984375,
+ -0.0216217041015625,
+ -0.0238189697265625,
+ 0.0205230712890625,
+ 0.037322998046875,
+ -0.00606536865234375,
+ -0.040618896484375,
+ 0.0272216796875,
+ -0.0159149169921875,
+ 0.02349853515625,
+ -0.00943756103515625,
+ -0.01355743408203125,
+ -0.004886627197265625,
+ -0.0016603469848632812,
+ -0.0152587890625,
+ -0.0178985595703125,
+ 0.0311737060546875,
+ 0.034027099609375,
+ 0.00916290283203125,
+ 0.0088348388671875,
+ -0.01202392578125,
+ 0.0283203125,
+ -0.0309600830078125,
+ -0.0238189697265625,
+ 0.01180267333984375,
+ 0.039093017578125,
+ -0.0236053466796875,
+ -0.0287628173828125,
+ -0.06982421875,
+ -0.07330322265625,
+ 0.041290283203125,
+ -0.054443359375,
+ -0.030517578125,
+ 0.0181121826171875,
+ 0.0013170242309570312,
+ 0.020965576171875,
+ -0.02020263671875,
+ 0.03271484375,
+ 0.01482391357421875,
+ -0.044342041015625,
+ -0.043914794921875,
+ -0.008453369140625,
+ -0.035125732421875,
+ -0.0000711679458618164,
+ 0.005130767822265625,
+ -0.0240478515625,
+ 0.04742431640625,
+ -0.0107574462890625,
+ -0.0025806427001953125,
+ 0.003841400146484375,
+ -0.003265380859375,
+ -0.055328369140625,
+ 0.02130126953125,
+ -0.0750732421875,
+ -0.00960540771484375,
+ 0.01800537109375,
+ 0.03228759765625,
+ 0.01097869873046875,
+ -0.041046142578125,
+ 0.025360107421875,
+ -0.002895355224609375,
+ -0.0662841796875,
+ 0.0469970703125,
+ -0.025146484375,
+ -0.007354736328125,
+ 0.0252532958984375,
+ -0.019317626953125,
+ -0.036651611328125,
+ 0.007904052734375,
+ 0.04742431640625,
+ 0.042816162109375,
+ -0.00028824806213378906,
+ -0.01482391357421875,
+ -0.0287628173828125,
+ -0.00018262863159179688,
+ -0.02294921875,
+ 0.0153656005859375,
+ 0.04522705078125,
+ 0.0037593841552734375,
+ 0.0006346702575683594,
+ 0.0225067138671875,
+ 0.005130767822265625,
+ -0.08258056640625,
+ -0.00347137451171875,
+ -0.02239990234375,
+ -0.04962158203125,
+ -0.0210723876953125,
+ 0.09130859375,
+ 0.032928466796875,
+ -0.003170013427734375,
+ 0.034027099609375,
+ 0.050048828125,
+ -0.007904052734375,
+ 0.0300750732421875,
+ 0.02020263671875,
+ -0.08209228515625,
+ -0.024261474609375,
+ 0.0283203125,
+ 0.0125732421875,
+ -0.047210693359375,
+ 0.057952880859375,
+ 0.0711669921875,
+ -0.006175994873046875,
+ -0.0309600830078125,
+ 0.01361083984375,
+ 0.0115814208984375,
+ 0.043701171875,
+ 0.00009304285049438477,
+ -0.00949859619140625,
+ -0.054229736328125,
+ 0.02020263671875,
+ 0.02130126953125,
+ 0.005462646484375,
+ 0.01383209228515625,
+ -0.01042938232421875,
+ -0.041046142578125,
+ 0.0489501953125,
+ -0.0491943359375,
+ -0.0009603500366210938,
+ 0.0004150867462158203,
+ 0.09661865234375,
+ -0.00030875205993652344,
+ -0.0404052734375,
+ -0.0274505615234375,
+ 0.0300750732421875,
+ 0.042388916015625,
+ -0.01004791259765625,
+ 0.041046142578125,
+ -0.003978729248046875,
+ 0.01218414306640625,
+ 0.028106689453125,
+ 0.059722900390625,
+ -0.0091094970703125,
+ 0.051605224609375,
+ -0.00482940673828125,
+ -0.06146240234375,
+ 0.0289764404296875,
+ -0.004993438720703125,
+ 0.053558349609375,
+ -0.01042938232421875,
+ -0.05224609375,
+ -0.038421630859375,
+ -0.04962158203125,
+ 0.031402587890625,
+ 0.0294189453125,
+ 0.03533935546875,
+ 0.0338134765625,
+ 0.0039520263671875,
+ 0.006862640380859375,
+ 0.002593994140625,
+ 0.002895355224609375,
+ 0.0404052734375,
+ 0.00321197509765625,
+ 0.0221710205078125,
+ 0.0162506103515625,
+ 0.0199737548828125,
+ 0.02239990234375,
+ -0.0513916015625,
+ 0.02239990234375,
+ -0.02130126953125,
+ 0.00971221923828125,
+ -0.0426025390625,
+ 0.0287628173828125,
+ 0.0197601318359375,
+ -0.0192108154296875,
+ -0.0219573974609375,
+ -0.021514892578125,
+ -0.017669677734375,
+ -0.0118560791015625,
+ -0.036224365234375,
+ -0.0247039794921875,
+ 0.048095703125,
+ -0.0279998779296875,
+ 0.0250244140625,
+ 0.006504058837890625,
+ -0.028106689453125,
+ 0.004802703857421875,
+ -0.062347412109375,
+ 0.0273284912109375,
+ 0.03228759765625,
+ 0.0085601806640625,
+ 0.016143798828125,
+ 0.0005970001220703125,
+ 0.0267791748046875,
+ 0.0107574462890625,
+ 0.0283203125,
+ 0.031829833984375,
+ -0.00537872314453125,
+ 0.0533447265625,
+ 0.072021484375,
+ 0.0005488395690917969,
+ -0.0426025390625,
+ 0.00839996337890625,
+ 0.030517578125,
+ -0.0196533203125,
+ 0.04193115234375,
+ 0.013885498046875,
+ 0.0135040283203125,
+ -0.0164642333984375,
+ -0.0025386810302734375,
+ -0.01042938232421875,
+ -0.054229736328125,
+ 0.052032470703125,
+ 0.027557373046875,
+ -0.0311737060546875,
+ 0.0227203369140625,
+ -0.067626953125,
+ 0.0298614501953125,
+ 0.009552001953125,
+ 0.063232421875,
+ -0.0278778076171875,
+ 0.03271484375,
+ 0.0170135498046875,
+ 0.0273284912109375,
+ -0.0279998779296875,
+ 0.010650634765625,
+ -0.0181121826171875,
+ 0.011688232421875,
+ -0.017791748046875,
+ 0.01372528076171875,
+ 0.0219573974609375,
+ -0.0091094970703125,
+ -0.054443359375,
+ -0.0164642333984375,
+ -0.0184478759765625,
+ -0.0037326812744140625,
+ 0.03533935546875,
+ -0.04302978515625,
+ 0.0013790130615234375,
+ 0.020751953125,
+ 0.003101348876953125,
+ 0.039947509765625,
+ -0.0208587646484375,
+ 0.0214080810546875,
+ 0.01366424560546875,
+ -0.007190704345703125,
+ -0.030303955078125,
+ -0.00894927978515625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "lnk-analysis",
+ "shortcut-forensics",
+ "file-access-history",
+ "volume-information",
+ "network-shares",
+ "target-metadata",
+ "remote-files",
+ "mac-timestamps",
+ "serial-numbers"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Firmware_Analysis_Toolkit",
+ "type": "tool",
+ "name": "Firmware Analysis Toolkit",
+ "content": "firmware analysis toolkit attifys python-framework automatisiert die komplexe firmware-emulation für dynamic-analysis von iot-geräten. basiert auf firmadyne-research aber erweitert um praktische exploitation-tools. automatischer workflow: binwalk-extraction → filesystem-reconstruction → qemu-emulation → network-service-discovery → vulnerability-scanning. besonders wertvoll: web-interface-crawler findet admin-panels automatisch, default-credential-testing, sql-injection-fuzzing der management- interfaces. die arm/mips-emulation ermöglicht interactive-debugging mit gdb. network-simulation stellt internet-connectivity bereit. metasploit-integration für automated-exploitation. vulnerability- database korreliert findings mit cves. docker-setup vereinfacht komplexe dependencies. die academic-herkunft garantiert research-quality aber user-experience ist basic. perfekt für security-researcher die iot-firmware auf scale analysieren müssen. ergänzt statische tools um dynamic-analysis-capabilities. emulation firmware ics-forensics malware-analysis analysis",
+ "embedding": [
+ -0.01268768310546875,
+ 0.02252197265625,
+ 0.048736572265625,
+ 0.0196685791015625,
+ 0.0297393798828125,
+ 0.0115966796875,
+ 0.0158843994140625,
+ 0.0164642333984375,
+ -0.0297393798828125,
+ -0.039154052734375,
+ -0.023193359375,
+ 0.065185546875,
+ 0.0020904541015625,
+ 0.0162200927734375,
+ -0.06182861328125,
+ 0.043701171875,
+ -0.00001901388168334961,
+ 0.0016698837280273438,
+ -0.002857208251953125,
+ 0.015625,
+ -0.0200042724609375,
+ -0.012939453125,
+ -0.06353759765625,
+ -0.0089874267578125,
+ -0.005336761474609375,
+ -0.000010073184967041016,
+ -0.040496826171875,
+ -0.07598876953125,
+ -0.0247039794921875,
+ 0.004726409912109375,
+ 0.014617919921875,
+ -0.034454345703125,
+ 0.027557373046875,
+ 0.017303466796875,
+ 0.033111572265625,
+ -0.0223541259765625,
+ -0.00019037723541259766,
+ -0.032928466796875,
+ -0.004810333251953125,
+ 0.0270538330078125,
+ -0.018402099609375,
+ -0.0018167495727539062,
+ 0.01419830322265625,
+ -0.0009555816650390625,
+ -0.01419830322265625,
+ -0.03948974609375,
+ -0.0029201507568359375,
+ 0.0022258758544921875,
+ 0.0142822265625,
+ -0.0171356201171875,
+ 0.041839599609375,
+ 0.0240325927734375,
+ -0.0007615089416503906,
+ -0.0352783203125,
+ -0.035614013671875,
+ 0.02386474609375,
+ 0.03900146484375,
+ -0.0260467529296875,
+ -0.03326416015625,
+ 0.04217529296875,
+ -0.0297393798828125,
+ -0.023529052734375,
+ -0.0019741058349609375,
+ -0.00011879205703735352,
+ -0.0021533966064453125,
+ 0.04437255859375,
+ 0.016387939453125,
+ -0.0428466796875,
+ 0.001129150390625,
+ -0.02142333984375,
+ 0.026214599609375,
+ -0.0078125,
+ -0.00823211669921875,
+ 0.024871826171875,
+ -0.04571533203125,
+ -0.0169677734375,
+ 0.006343841552734375,
+ 0.012603759765625,
+ -0.0247039794921875,
+ -0.0006380081176757812,
+ -0.03277587890625,
+ 0.0102081298828125,
+ 0.046722412109375,
+ -0.02655029296875,
+ 0.0056304931640625,
+ 0.0078582763671875,
+ 0.016387939453125,
+ 0.00688934326171875,
+ -0.007770538330078125,
+ -0.00579833984375,
+ 0.033599853515625,
+ -0.018646240234375,
+ 0.002857208251953125,
+ -0.03900146484375,
+ 0.01335906982421875,
+ 0.049407958984375,
+ -0.0218505859375,
+ -0.0064697265625,
+ -0.026214599609375,
+ 0.04083251953125,
+ 0.00894927978515625,
+ -0.0300750732421875,
+ 0.036285400390625,
+ 0.006092071533203125,
+ 0.0307464599609375,
+ -0.01403045654296875,
+ 0.028900146484375,
+ -0.0220184326171875,
+ -0.01739501953125,
+ 0.00949859619140625,
+ -0.085693359375,
+ -0.04217529296875,
+ -0.0195770263671875,
+ -0.058135986328125,
+ -0.0189971923828125,
+ 0.0294036865234375,
+ 0.0066375732421875,
+ 0.03326416015625,
+ -0.031585693359375,
+ -0.0396728515625,
+ 0.006805419921875,
+ 0.01873779296875,
+ -0.0032138824462890625,
+ 0.0014390945434570312,
+ -0.04571533203125,
+ -0.0584716796875,
+ -0.00426483154296875,
+ 0.032257080078125,
+ -0.039337158203125,
+ -0.01050567626953125,
+ -0.0178070068359375,
+ -0.01168060302734375,
+ -0.0174713134765625,
+ -0.04217529296875,
+ -0.0175628662109375,
+ -0.032440185546875,
+ 0.024200439453125,
+ -0.006931304931640625,
+ 0.018402099609375,
+ 0.0250396728515625,
+ 0.022857666015625,
+ -0.0263824462890625,
+ -0.07025146484375,
+ 0.002689361572265625,
+ -0.037628173828125,
+ -0.0283966064453125,
+ -0.005840301513671875,
+ 0.046051025390625,
+ -0.019744873046875,
+ -0.01403045654296875,
+ 0.0097503662109375,
+ 0.01369476318359375,
+ 0.055450439453125,
+ 0.004642486572265625,
+ 0.007015228271484375,
+ -0.03814697265625,
+ -0.007602691650390625,
+ -0.01361083984375,
+ 0.043365478515625,
+ -0.0352783203125,
+ -0.004810333251953125,
+ -0.025543212890625,
+ 0.006511688232421875,
+ 0.008026123046875,
+ -0.026885986328125,
+ -0.034271240234375,
+ -0.003971099853515625,
+ 0.0162200927734375,
+ 0.0294036865234375,
+ -0.00537872314453125,
+ 0.0018377304077148438,
+ 0.002288818359375,
+ 0.033935546875,
+ 0.048736572265625,
+ -0.0078125,
+ 0.020416259765625,
+ -0.002384185791015625,
+ 0.01319122314453125,
+ 0.035125732421875,
+ 0.033599853515625,
+ -0.028900146484375,
+ -0.0257110595703125,
+ 0.028228759765625,
+ -0.008148193359375,
+ 0.043365478515625,
+ 0.0196685791015625,
+ -0.02386474609375,
+ 0.00365447998046875,
+ -0.030914306640625,
+ 0.0188140869140625,
+ -0.0280609130859375,
+ -0.036468505859375,
+ -0.04034423828125,
+ 0.041015625,
+ 0.002605438232421875,
+ 0.0628662109375,
+ 0.0352783203125,
+ -0.033935546875,
+ 0.0213470458984375,
+ 0.0064697265625,
+ 0.0361328125,
+ 0.044036865234375,
+ -0.01361083984375,
+ 0.055450439453125,
+ 0.0158843994140625,
+ 0.01763916015625,
+ 0.0019741058349609375,
+ 0.056793212890625,
+ 0.0168914794921875,
+ -0.00605010986328125,
+ -0.022186279296875,
+ 0.051422119140625,
+ 0.0127716064453125,
+ -0.0115966796875,
+ -0.034454345703125,
+ -0.0297393798828125,
+ 0.0304107666015625,
+ -0.01554107666015625,
+ 0.006679534912109375,
+ 0.0004646778106689453,
+ 0.0025730133056640625,
+ -0.040496826171875,
+ -0.0015649795532226562,
+ 0.038482666015625,
+ -0.0205841064453125,
+ 0.0428466796875,
+ 0.03546142578125,
+ -0.0226898193359375,
+ -0.0226898193359375,
+ 0.0428466796875,
+ 0.040679931640625,
+ 0.0325927734375,
+ 0.0450439453125,
+ -0.0273895263671875,
+ -0.035125732421875,
+ -0.0117645263671875,
+ 0.01025390625,
+ 0.054779052734375,
+ 0.030914306640625,
+ 0.0188140869140625,
+ -0.00890350341796875,
+ 0.041839599609375,
+ -0.023529052734375,
+ 0.0423583984375,
+ 0.0287322998046875,
+ -0.01763916015625,
+ -0.00432586669921875,
+ 0.011260986328125,
+ 0.02655029296875,
+ 0.05511474609375,
+ -0.060150146484375,
+ -0.03192138671875,
+ -0.065185546875,
+ 0.0230255126953125,
+ -0.0517578125,
+ -0.032440185546875,
+ 0.0115966796875,
+ -0.0504150390625,
+ 0.0290679931640625,
+ -0.0233612060546875,
+ -0.047393798828125,
+ -0.0018167495727539062,
+ 0.0226898193359375,
+ -0.0011873245239257812,
+ 0.0321044921875,
+ 0.0010080337524414062,
+ -0.046051025390625,
+ 0.0088653564453125,
+ 0.08135986328125,
+ -0.025543212890625,
+ -0.0147857666015625,
+ -0.0083160400390625,
+ 0.03143310546875,
+ -0.0007300376892089844,
+ 0.01537322998046875,
+ -0.01419830322265625,
+ 0.003780364990234375,
+ 0.0287322998046875,
+ 0.0396728515625,
+ 0.034454345703125,
+ -0.01335906982421875,
+ 0.0069732666015625,
+ 0.005420684814453125,
+ 0.03900146484375,
+ -0.036956787109375,
+ 0.0027942657470703125,
+ 0.00466156005859375,
+ 0.024871826171875,
+ -0.005462646484375,
+ -0.06451416015625,
+ -0.02520751953125,
+ 0.05645751953125,
+ 0.023529052734375,
+ 0.0272216796875,
+ -0.0030460357666015625,
+ -0.0504150390625,
+ -0.0076446533203125,
+ -0.02142333984375,
+ -0.005126953125,
+ 0.01629638671875,
+ 0.04638671875,
+ -0.036956787109375,
+ -0.004917144775390625,
+ -0.0181427001953125,
+ 0.015625,
+ -0.03411865234375,
+ -0.043365478515625,
+ 0.0008978843688964844,
+ -0.0089874267578125,
+ -0.0162200927734375,
+ -0.00848388671875,
+ 0.0124359130859375,
+ -0.010711669921875,
+ 0.0233612060546875,
+ -0.0253753662109375,
+ -0.0164642333984375,
+ -0.04168701171875,
+ -0.0073089599609375,
+ 0.004390716552734375,
+ -0.006805419921875,
+ -0.0310821533203125,
+ -0.05377197265625,
+ 0.0450439453125,
+ 0.0034656524658203125,
+ -0.0097503662109375,
+ -0.0107574462890625,
+ -0.0174713134765625,
+ -0.045379638671875,
+ -0.0023632049560546875,
+ -0.017059326171875,
+ 0.0216827392578125,
+ 0.0040130615234375,
+ 0.050079345703125,
+ 0.03460693359375,
+ 0.0164642333984375,
+ 0.0023212432861328125,
+ 0.07696533203125,
+ 0.037994384765625,
+ -0.005168914794921875,
+ -0.00978851318359375,
+ 0.03192138671875,
+ 0.0243682861328125,
+ 0.0023097991943359375,
+ -0.04571533203125,
+ -0.046722412109375,
+ 0.00281524658203125,
+ -0.00928497314453125,
+ 0.01554107666015625,
+ 0.0164642333984375,
+ 0.0218505859375,
+ 0.0037174224853515625,
+ -0.0245361328125,
+ 0.0236968994140625,
+ 0.0718994140625,
+ -0.0250396728515625,
+ 0.09814453125,
+ -0.0169677734375,
+ -0.025543212890625,
+ 0.0273895263671875,
+ 0.038482666015625,
+ 0.00504302978515625,
+ -0.0022678375244140625,
+ 0.0191650390625,
+ 0.0257110595703125,
+ 0.004726409912109375,
+ 0.0213470458984375,
+ -0.004833221435546875,
+ 0.01319122314453125,
+ 0.009368896484375,
+ -0.001407623291015625,
+ 0.00928497314453125,
+ -0.0019006729125976562,
+ 0.0300750732421875,
+ 0.036468505859375,
+ 0.023193359375,
+ 0.0202484130859375,
+ 0.0273895263671875,
+ -0.00688934326171875,
+ -0.010589599609375,
+ -0.054779052734375,
+ -0.06585693359375,
+ -0.01629638671875,
+ 0.03057861328125,
+ 0.004726409912109375,
+ 0.056793212890625,
+ -0.021514892578125,
+ -0.05645751953125,
+ 0.03460693359375,
+ -0.048065185546875,
+ 0.08807373046875,
+ 0.030914306640625,
+ 0.0287322998046875,
+ 0.006679534912109375,
+ -0.0078125,
+ 0.00493621826171875,
+ 0.0137786865234375,
+ 0.0024890899658203125,
+ 0.039825439453125,
+ 0.080322265625,
+ 0.049407958984375,
+ 0.020751953125,
+ -0.0272216796875,
+ 0.0202484130859375,
+ 0.01268768310546875,
+ 0.0209197998046875,
+ 0.01629638671875,
+ 0.034942626953125,
+ 0.02520751953125,
+ 0.053436279296875,
+ -0.025543212890625,
+ 0.058807373046875,
+ 0.040496826171875,
+ -0.0263824462890625,
+ 0.0115966796875,
+ -0.031768798828125,
+ 0.0175628662109375,
+ -0.0325927734375,
+ 0.01520538330078125,
+ 0.00970458984375,
+ 0.009368896484375,
+ 0.020172119140625,
+ 0.02252197265625,
+ -0.05712890625,
+ -0.0161285400390625,
+ 0.0504150390625,
+ -0.04437255859375,
+ 0.006008148193359375,
+ 0.0212554931640625,
+ -0.032440185546875,
+ 0.00966644287109375,
+ -0.0162200927734375,
+ -0.042022705078125,
+ 0.0103759765625,
+ -0.0195770263671875,
+ -0.024200439453125,
+ 0.01369476318359375,
+ 0.0226898193359375,
+ -0.01605224609375,
+ -0.03057861328125,
+ -0.034942626953125,
+ -0.01361083984375,
+ -0.030914306640625,
+ -0.01335906982421875,
+ 0.054779052734375,
+ -0.0088653564453125,
+ 0.0212554931640625,
+ 0.043701171875,
+ 0.02008056640625,
+ -0.01092529296875,
+ -0.03460693359375,
+ 0.0504150390625,
+ -0.0030040740966796875,
+ -0.0584716796875,
+ 0.0178985595703125,
+ 0.0085296630859375,
+ 0.0016489028930664062,
+ -0.02923583984375,
+ -0.0290679931640625,
+ 0.0005407333374023438,
+ 0.03192138671875,
+ 0.0107574462890625,
+ 0.0117645263671875,
+ -0.038818359375,
+ -0.05914306640625,
+ -0.036468505859375,
+ 0.010589599609375,
+ 0.013946533203125,
+ 0.006511688232421875,
+ 0.0006251335144042969,
+ -0.061492919921875,
+ 0.035125732421875,
+ -0.0655517578125,
+ -0.033111572265625,
+ 0.00923919677734375,
+ 0.0223541259765625,
+ -0.01000213623046875,
+ 0.07965087890625,
+ 0.022857666015625,
+ 0.00043582916259765625,
+ -0.01386260986328125,
+ 0.032440185546875,
+ 0.01386260986328125,
+ 0.018646240234375,
+ -0.0257110595703125,
+ 0.035614013671875,
+ 0.024871826171875,
+ -0.043365478515625,
+ -0.0089874267578125,
+ -0.0083160400390625,
+ -0.0121002197265625,
+ 0.050079345703125,
+ -0.046722412109375,
+ 0.0005459785461425781,
+ -0.003780364990234375,
+ -0.056121826171875,
+ -0.0401611328125,
+ -0.0450439453125,
+ -0.01092529296875,
+ -0.0477294921875,
+ 0.0243682861328125,
+ 0.0174713134765625,
+ -0.0010499954223632812,
+ 0.041839599609375,
+ -0.0006933212280273438,
+ -0.01453399658203125,
+ 0.005126953125,
+ 0.002899169921875,
+ -0.033447265625,
+ 0.052093505859375,
+ -0.052764892578125,
+ -0.046051025390625,
+ -0.01117706298828125,
+ 0.043365478515625,
+ -0.01983642578125,
+ 0.015716552734375,
+ -0.01151275634765625,
+ -0.0002639293670654297,
+ 0.03277587890625,
+ -0.032928466796875,
+ -0.0223541259765625,
+ -0.004306793212890625,
+ -0.03948974609375,
+ -0.0206756591796875,
+ -0.033782958984375,
+ 0.005588531494140625,
+ 0.0161285400390625,
+ 0.012939453125,
+ 0.01983642578125,
+ 0.053436279296875,
+ -0.038818359375,
+ 0.01218414306640625,
+ 0.0158843994140625,
+ -0.0091552734375,
+ -0.003948211669921875,
+ -0.0064697265625,
+ 0.00848388671875,
+ -0.028900146484375,
+ 0.0297393798828125,
+ -0.01806640625,
+ -0.035614013671875,
+ -0.0941162109375,
+ -0.001659393310546875,
+ -0.0151214599609375,
+ -0.019744873046875,
+ -0.02587890625,
+ -0.054443359375,
+ -0.04437255859375,
+ 0.0021114349365234375,
+ 0.046051025390625,
+ 0.0151214599609375,
+ -0.005420684814453125,
+ -0.016387939453125,
+ -0.017303466796875,
+ -0.022857666015625,
+ -0.0240325927734375,
+ 0.054107666015625,
+ -0.0243682861328125,
+ 0.0034656524658203125,
+ -0.03143310546875,
+ -0.01235198974609375,
+ 0.0031719207763671875,
+ 0.0194091796875,
+ 0.03460693359375,
+ -0.007686614990234375,
+ 0.0260467529296875,
+ 0.006595611572265625,
+ 0.0253753662109375,
+ -0.0032558441162109375,
+ 0.006763458251953125,
+ 0.0016069412231445312,
+ -0.0154571533203125,
+ 0.0015544891357421875,
+ -0.00756072998046875,
+ -0.0171356201171875,
+ 0.0283966064453125,
+ 0.0260467529296875,
+ 0.035125732421875,
+ 0.01025390625,
+ -0.0290679931640625,
+ 0.0245361328125,
+ -0.003948211669921875,
+ 0.0195770263671875,
+ -0.0584716796875,
+ -0.044036865234375,
+ 0.00588226318359375,
+ 0.00588226318359375,
+ 0.03662109375,
+ 0.021087646484375,
+ -0.0114288330078125,
+ -0.021514892578125,
+ 0.017303466796875,
+ 0.04705810546875,
+ -0.0203399658203125,
+ -0.037994384765625,
+ -0.037994384765625,
+ 0.0297393798828125,
+ 0.0036334991455078125,
+ 0.06719970703125,
+ -0.04168701171875,
+ 0.06585693359375,
+ 0.0321044921875,
+ 0.0110931396484375,
+ 0.032928466796875,
+ 0.054443359375,
+ 0.054107666015625,
+ -0.0257110595703125,
+ -0.04437255859375,
+ -0.01012420654296875,
+ 0.011260986328125,
+ -0.037628173828125,
+ -0.03662109375,
+ 0.00794219970703125,
+ 0.06451416015625,
+ -0.049407958984375,
+ -0.01285552978515625,
+ -0.0230255126953125,
+ -0.0216827392578125,
+ 0.008819580078125,
+ 0.015960693359375,
+ -0.026885986328125,
+ 0.024200439453125,
+ 0.015289306640625,
+ -0.0557861328125,
+ -0.0078125,
+ -0.00970458984375,
+ -0.01436614990234375,
+ 0.051422119140625,
+ 0.0273895263671875,
+ -0.0245361328125,
+ 0.02252197265625,
+ 0.0158843994140625,
+ 0.03594970703125,
+ 0.0205841064453125,
+ 0.0247039794921875,
+ 0.026214599609375,
+ 0.043365478515625,
+ 0.02789306640625,
+ 0.0517578125,
+ -0.031768798828125,
+ -0.035125732421875,
+ -0.01605224609375,
+ 0.01419830322265625,
+ 0.0300750732421875,
+ 0.056793212890625,
+ 0.0008244514465332031,
+ 0.020843505859375,
+ -0.01352691650390625,
+ -0.062164306640625,
+ -0.0005669593811035156,
+ 0.01201629638671875,
+ 0.016632080078125,
+ -0.03192138671875,
+ -0.050079345703125,
+ 0.02252197265625,
+ -0.042510986328125,
+ 0.03057861328125,
+ 0.01361083984375,
+ -0.041839599609375,
+ -0.01033782958984375,
+ 0.0236968994140625,
+ -0.0011873245239257812,
+ -0.024200439453125,
+ 0.01029205322265625,
+ -0.03900146484375,
+ -0.0304107666015625,
+ -0.0184783935546875,
+ -0.040496826171875,
+ 0.051422119140625,
+ -0.027557373046875,
+ -0.065185546875,
+ -0.00836181640625,
+ 0.01983642578125,
+ -0.0006933212280273438,
+ -0.0450439453125,
+ -0.0325927734375,
+ 0.0299072265625,
+ 0.006134033203125,
+ -0.04437255859375,
+ -0.0307464599609375,
+ -0.02587890625,
+ 0.0253753662109375,
+ -0.034942626953125,
+ 0.00811004638671875,
+ -0.002857208251953125,
+ 0.0001798868179321289,
+ 0.004619598388671875,
+ -0.05645751953125,
+ -0.045379638671875,
+ 0.0236968994140625,
+ -0.03460693359375,
+ 0.033782958984375,
+ 0.008819580078125,
+ 0.032440185546875,
+ 0.03594970703125,
+ 0.050750732421875,
+ -0.008148193359375,
+ 0.00170135498046875,
+ 0.020416259765625,
+ -0.055450439453125,
+ 0.021514892578125,
+ -0.002330780029296875,
+ -0.00064849853515625,
+ -0.0584716796875,
+ 0.0321044921875,
+ 0.04437255859375,
+ -0.08367919921875,
+ 0.0124359130859375,
+ -0.01218414306640625,
+ 0.006008148193359375,
+ -0.04705810546875,
+ -0.00848388671875,
+ 0.01226806640625,
+ -0.0032978057861328125,
+ 0.048065185546875,
+ -0.01151275634765625,
+ -0.007099151611328125,
+ -0.0038013458251953125,
+ -0.05377197265625,
+ 0.038330078125,
+ 0.0290679931640625,
+ 0.01151275634765625,
+ -0.03594970703125,
+ 0.02655029296875,
+ 0.00298309326171875,
+ -0.046722412109375,
+ -0.006175994873046875,
+ -0.0843505859375,
+ -0.00510406494140625,
+ 0.01201629638671875,
+ 0.041839599609375,
+ -0.007686614990234375,
+ -0.01386260986328125,
+ -0.059814453125,
+ -0.01226806640625,
+ -0.0154571533203125,
+ 0.012603759765625,
+ 0.01201629638671875,
+ -0.00040435791015625,
+ -0.017730712890625,
+ -0.005001068115234375,
+ -0.0243682861328125,
+ -0.044036865234375,
+ -0.04437255859375,
+ -0.04302978515625,
+ 0.054107666015625,
+ 0.009368896484375,
+ -0.054779052734375,
+ 0.03546142578125,
+ 0.00794219970703125,
+ -0.018646240234375,
+ 0.0304107666015625,
+ 0.062164306640625,
+ -0.03594970703125,
+ -0.0230255126953125,
+ 0.023193359375,
+ 0.035797119140625,
+ 0.00928497314453125,
+ -0.0294036865234375,
+ -0.0121002197265625,
+ 0.01486968994140625,
+ 0.022186279296875,
+ -0.0374755859375,
+ 0.028228759765625,
+ 0.005462646484375,
+ -0.022186279296875,
+ -0.0732421875,
+ -0.016387939453125,
+ -0.06451416015625,
+ 0.023193359375,
+ -0.00962066650390625,
+ 0.0665283203125,
+ 0.0233612060546875,
+ -0.003444671630859375,
+ -0.12298583984375,
+ 0.0682373046875,
+ -0.009918212890625,
+ 0.00928497314453125,
+ 0.004810333251953125,
+ -0.02117919921875,
+ -0.06719970703125,
+ -0.04840087890625,
+ -0.01386260986328125,
+ 0.00722503662109375,
+ -0.049407958984375,
+ 0.01983642578125,
+ 0.020172119140625,
+ -0.0010347366333007812,
+ 0.020843505859375,
+ -0.01436614990234375,
+ -0.01045989990234375,
+ 0.03125,
+ 0.01335906982421875,
+ -0.035125732421875,
+ 0.08135986328125,
+ -0.055450439453125,
+ 0.01605224609375,
+ -0.007686614990234375,
+ 0.050079345703125,
+ 0.012939453125,
+ -0.01226806640625,
+ -0.017974853515625,
+ -0.017303466796875,
+ 0.040496826171875,
+ 0.033599853515625,
+ -0.0243682861328125,
+ 0.023529052734375,
+ -0.04150390625,
+ 0.0423583984375,
+ 0.0017852783203125,
+ -0.01168060302734375,
+ 0.0226898193359375,
+ -0.01025390625,
+ -0.0273895263671875,
+ 0.0194091796875,
+ -0.03814697265625,
+ -0.061492919921875,
+ 0.0299072265625,
+ -0.0517578125,
+ -0.016387939453125,
+ 0.01436614990234375,
+ 0.00794219970703125,
+ 0.006092071533203125,
+ -0.0236968994140625,
+ 0.0223541259765625,
+ 0.007518768310546875,
+ 0.01302337646484375,
+ 0.00856781005859375,
+ 0.03411865234375,
+ -0.0196685791015625,
+ 0.03546142578125,
+ 0.009368896484375,
+ -0.0263824462890625,
+ 0.01352691650390625,
+ -0.0270538330078125,
+ -0.00621795654296875,
+ -0.017059326171875,
+ 0.017059326171875,
+ -0.015716552734375,
+ 0.039825439453125,
+ -0.04638671875,
+ 0.003864288330078125,
+ 0.025543212890625,
+ 0.026885986328125,
+ 0.01806640625,
+ -0.0220184326171875,
+ 0.04437255859375,
+ -0.00811004638671875,
+ -0.07562255859375,
+ 0.01117706298828125,
+ -0.035797119140625,
+ -0.036468505859375,
+ 0.0195770263671875,
+ -0.0158843994140625,
+ -0.0018587112426757812,
+ 0.0263824462890625,
+ 0.042694091796875,
+ 0.0277252197265625,
+ 0.037994384765625,
+ 0.01302337646484375,
+ -0.01403045654296875,
+ 0.0009188652038574219,
+ 0.00121307373046875,
+ 0.04302978515625,
+ -0.00928497314453125,
+ 0.03729248046875,
+ -0.02252197265625,
+ 0.0277252197265625,
+ 0.004535675048828125,
+ -0.09478759765625,
+ 0.009368896484375,
+ -0.0142822265625,
+ -0.0477294921875,
+ 0.02789306640625,
+ 0.060821533203125,
+ 0.041839599609375,
+ -0.0008873939514160156,
+ 0.037811279296875,
+ 0.036285400390625,
+ 0.034271240234375,
+ 0.00978851318359375,
+ -0.01763916015625,
+ -0.06451416015625,
+ -0.013946533203125,
+ 0.033935546875,
+ 0.027557373046875,
+ -0.0517578125,
+ 0.060150146484375,
+ 0.054107666015625,
+ -0.01873779296875,
+ 0.020751953125,
+ 0.0008034706115722656,
+ 0.0107574462890625,
+ 0.04083251953125,
+ 0.0202484130859375,
+ 0.015625,
+ -0.0477294921875,
+ 0.03460693359375,
+ 0.0141143798828125,
+ -0.001827239990234375,
+ -0.0240325927734375,
+ -0.0158843994140625,
+ -0.01012420654296875,
+ 0.04168701171875,
+ -0.05780029296875,
+ 0.01352691650390625,
+ -0.01012420654296875,
+ 0.06719970703125,
+ 0.01201629638671875,
+ -0.040496826171875,
+ -0.0066375732421875,
+ 0.036956787109375,
+ 0.004726409912109375,
+ -0.016387939453125,
+ 0.0141143798828125,
+ 0.01168060302734375,
+ -0.0184783935546875,
+ 0.012603759765625,
+ 0.046051025390625,
+ -0.01251983642578125,
+ 0.054107666015625,
+ 0.007015228271484375,
+ -0.03729248046875,
+ 0.03680419921875,
+ -0.020843505859375,
+ 0.02386474609375,
+ -0.0033817291259765625,
+ -0.0283966064453125,
+ -0.01403045654296875,
+ -0.050750732421875,
+ 0.0233612060546875,
+ 0.0124359130859375,
+ 0.044708251953125,
+ -0.028564453125,
+ -0.0280609130859375,
+ 0.002899169921875,
+ 0.00958251953125,
+ -0.01012420654296875,
+ 0.04168701171875,
+ 0.044708251953125,
+ 0.03594970703125,
+ 0.0157928466796875,
+ 0.0029621124267578125,
+ 0.034271240234375,
+ -0.0283966064453125,
+ 0.032440185546875,
+ -0.048065185546875,
+ -0.0243682861328125,
+ -0.04638671875,
+ -0.003948211669921875,
+ -0.0033397674560546875,
+ -0.0158843994140625,
+ -0.0064697265625,
+ -0.046722412109375,
+ 0.0168914794921875,
+ -0.0230255126953125,
+ -0.044036865234375,
+ 0.01503753662109375,
+ 0.065185546875,
+ -0.0352783203125,
+ 0.015625,
+ 0.0270538330078125,
+ 0.01537322998046875,
+ 0.0294036865234375,
+ -0.044708251953125,
+ 0.07257080078125,
+ 0.04840087890625,
+ 0.01386260986328125,
+ -0.0012712478637695312,
+ 0.00476837158203125,
+ 0.049407958984375,
+ -0.015716552734375,
+ 0.002605438232421875,
+ 0.025543212890625,
+ -0.001171112060546875,
+ 0.054107666015625,
+ 0.033935546875,
+ 0.0191650390625,
+ -0.0307464599609375,
+ 0.03460693359375,
+ 0.0012340545654296875,
+ -0.03460693359375,
+ 0.01403045654296875,
+ -0.00415802001953125,
+ 0.0287322998046875,
+ -0.0013446807861328125,
+ -0.0063018798828125,
+ -0.03326416015625,
+ -0.043365478515625,
+ 0.054779052734375,
+ -0.02386474609375,
+ -0.0142822265625,
+ 0.01605224609375,
+ -0.04705810546875,
+ 0.0361328125,
+ -0.0024051666259765625,
+ 0.04437255859375,
+ -0.056121826171875,
+ 0.060150146484375,
+ -0.028228759765625,
+ 0.0154571533203125,
+ 0.006805419921875,
+ 0.042022705078125,
+ -0.0517578125,
+ 0.03662109375,
+ -0.0584716796875,
+ 0.04638671875,
+ 0.0174713134765625,
+ -0.0144500732421875,
+ -0.0321044921875,
+ -0.00827789306640625,
+ 0.016387939453125,
+ 0.0253753662109375,
+ 0.045379638671875,
+ -0.036468505859375,
+ 0.0100860595703125,
+ 0.01251983642578125,
+ 0.037994384765625,
+ 0.05914306640625,
+ -0.007183074951171875,
+ -0.0012712478637695312,
+ -0.0031299591064453125,
+ -0.01268768310546875,
+ -0.008026123046875,
+ 0.00945281982421875
+ ],
+ "metadata": {
+ "domains": [
+ "ics-forensics",
+ "malware-analysis"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "emulation",
+ "firmware"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_FSEventsParser",
+ "type": "tool",
+ "name": "FSEventsParser",
+ "content": "fseventsparser dekodiert macos-fsevents-logs für vollständige dateisystem-aktivitäts-timeline ohne lücken. trackt datei-creation, modification, deletion und movement auch bei gelöschten files. besonders wertvoll: millisecond-precision-timestamps, volume-übergreifende tracking, correlation mit anderen artefakten. python-basierte parsing-engine für command-line-integration. standard-tool für macos-timeline-forensik und incident-reconstruction. cli timeline-analysis filesystem-monitoring python-tool macos-artifacts deleted-file-recovery high-precision correlation-engine static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.01136016845703125,
+ 0.038818359375,
+ 0.04815673828125,
+ -0.0171661376953125,
+ 0.032379150390625,
+ 0.023895263671875,
+ -0.005435943603515625,
+ -0.0014142990112304688,
+ 0.00601959228515625,
+ -0.0157012939453125,
+ -0.0218353271484375,
+ 0.0450439453125,
+ 0.00955963134765625,
+ -0.02593994140625,
+ -0.0643310546875,
+ 0.053436279296875,
+ -0.011016845703125,
+ 0.01364898681640625,
+ 0.0114593505859375,
+ -0.001377105712890625,
+ -0.030426025390625,
+ 0.007068634033203125,
+ -0.055389404296875,
+ 0.01531219482421875,
+ 0.006290435791015625,
+ 0.0272979736328125,
+ -0.03179931640625,
+ -0.07098388671875,
+ 0.00921630859375,
+ 0.016571044921875,
+ 0.0171661376953125,
+ -0.024871826171875,
+ 0.02154541015625,
+ 0.043487548828125,
+ 0.034515380859375,
+ -0.05108642578125,
+ 0.0159912109375,
+ -0.0421142578125,
+ -0.038604736328125,
+ 0.056549072265625,
+ -0.0015544891357421875,
+ 0.0261383056640625,
+ 0.0196990966796875,
+ -0.02252197265625,
+ -0.02349853515625,
+ -0.034515380859375,
+ 0.0282745361328125,
+ 0.020965576171875,
+ 0.045440673828125,
+ -0.038421630859375,
+ 0.047393798828125,
+ 0.0296478271484375,
+ 0.004974365234375,
+ -0.010040283203125,
+ -0.0272979736328125,
+ 0.0159912109375,
+ 0.007556915283203125,
+ 0.00312042236328125,
+ -0.039398193359375,
+ 0.04486083984375,
+ -0.06005859375,
+ -0.0017309188842773438,
+ 0.02447509765625,
+ 0.01433563232421875,
+ 0.004241943359375,
+ 0.025543212890625,
+ 0.00018513202667236328,
+ -0.0192108154296875,
+ -0.004459381103515625,
+ -0.0038280487060546875,
+ -0.0157012939453125,
+ -0.0298309326171875,
+ -0.0173492431640625,
+ 0.0518798828125,
+ -0.02593994140625,
+ -0.06707763671875,
+ 0.005657196044921875,
+ 0.021942138671875,
+ -0.0178375244140625,
+ 0.003437042236328125,
+ -0.052276611328125,
+ 0.00450897216796875,
+ 0.0780029296875,
+ -0.0002620220184326172,
+ -0.02056884765625,
+ 0.05108642578125,
+ 0.0241851806640625,
+ 0.028472900390625,
+ -0.016571044921875,
+ 0.002559661865234375,
+ 0.031005859375,
+ -0.0037784576416015625,
+ -0.002048492431640625,
+ -0.01491546630859375,
+ 0.0253448486328125,
+ 0.06939697265625,
+ 0.02154541015625,
+ -0.012481689453125,
+ -0.017547607421875,
+ 0.0306243896484375,
+ 0.0061187744140625,
+ -0.04913330078125,
+ 0.057342529296875,
+ -0.020965576171875,
+ 0.044464111328125,
+ -0.0242767333984375,
+ 0.01540374755859375,
+ -0.01335906982421875,
+ 0.0003352165222167969,
+ -0.045440673828125,
+ -0.09246826171875,
+ -0.026519775390625,
+ -0.00940704345703125,
+ -0.06396484375,
+ -0.016082763671875,
+ -0.0242767333984375,
+ 0.0213470458984375,
+ 0.05810546875,
+ -0.05499267578125,
+ -0.038238525390625,
+ 0.00940704345703125,
+ 0.035308837890625,
+ 0.00312042236328125,
+ 0.02056884765625,
+ -0.06707763671875,
+ -0.05694580078125,
+ 0.032562255859375,
+ 0.031402587890625,
+ -0.038604736328125,
+ -0.0276947021484375,
+ -0.007411956787109375,
+ -0.042694091796875,
+ -0.0186309814453125,
+ -0.0227203369140625,
+ 0.0207672119140625,
+ -0.029449462890625,
+ 0.0257415771484375,
+ -0.0038280487060546875,
+ -0.0001348257064819336,
+ -0.01160430908203125,
+ 0.0271148681640625,
+ -0.0187225341796875,
+ -0.05810546875,
+ -0.0117950439453125,
+ -0.0237884521484375,
+ -0.0023040771484375,
+ -0.036651611328125,
+ 0.030426025390625,
+ 0.0007920265197753906,
+ 0.01160430908203125,
+ -0.004779815673828125,
+ 0.035491943359375,
+ 0.030426025390625,
+ 0.0232086181640625,
+ 0.03314208984375,
+ -0.0643310546875,
+ 0.000029325485229492188,
+ -0.00726318359375,
+ 0.04815673828125,
+ -0.0308074951171875,
+ -0.035675048828125,
+ 0.00037789344787597656,
+ -0.00475311279296875,
+ 0.01959228515625,
+ -0.0127716064453125,
+ -0.03375244140625,
+ -0.01959228515625,
+ 0.02203369140625,
+ 0.007411956787109375,
+ -0.006679534912109375,
+ 0.0137481689453125,
+ -0.0069732666015625,
+ 0.07489013671875,
+ 0.07489013671875,
+ -0.00882720947265625,
+ 0.0196990966796875,
+ -0.0013647079467773438,
+ 0.0002498626708984375,
+ 0.023590087890625,
+ 0.02398681640625,
+ -0.004241943359375,
+ -0.01287078857421875,
+ 0.037841796875,
+ -0.004779815673828125,
+ -0.0009021759033203125,
+ -0.0035343170166015625,
+ -0.0193023681640625,
+ -0.03802490234375,
+ -0.010528564453125,
+ 0.0132598876953125,
+ -0.037628173828125,
+ -0.0226287841796875,
+ -0.0081939697265625,
+ 0.02789306640625,
+ 0.0253448486328125,
+ 0.07293701171875,
+ 0.034698486328125,
+ 0.0104827880859375,
+ 0.0286712646484375,
+ -0.007068634033203125,
+ 0.0263214111328125,
+ 0.052642822265625,
+ -0.00872802734375,
+ 0.06671142578125,
+ 0.0080413818359375,
+ 0.0024127960205078125,
+ -0.0167694091796875,
+ 0.036285400390625,
+ 0.0082855224609375,
+ 0.0067291259765625,
+ -0.023895263671875,
+ 0.04974365234375,
+ -0.003631591796875,
+ -0.0236968994140625,
+ -0.05108642578125,
+ -0.059661865234375,
+ 0.03411865234375,
+ -0.0298309326171875,
+ 0.006534576416015625,
+ -0.00409698486328125,
+ 0.0023403167724609375,
+ -0.028472900390625,
+ 0.007556915283203125,
+ 0.0430908203125,
+ -0.01233673095703125,
+ 0.06512451171875,
+ 0.0263214111328125,
+ -0.036651611328125,
+ -0.0157012939453125,
+ 0.0095062255859375,
+ -0.011016845703125,
+ 0.0159912109375,
+ -0.0197906494140625,
+ 0.0178375244140625,
+ 0.0145263671875,
+ -0.04095458984375,
+ 0.0298309326171875,
+ 0.0231170654296875,
+ 0.031005859375,
+ 0.0142364501953125,
+ -0.037261962890625,
+ 0.0251617431640625,
+ 0.01107025146484375,
+ 0.0127716064453125,
+ 0.0577392578125,
+ -0.045623779296875,
+ 0.018035888671875,
+ 0.004486083984375,
+ 0.02447509765625,
+ 0.06671142578125,
+ -0.0172576904296875,
+ 0.004657745361328125,
+ -0.0838623046875,
+ -0.011993408203125,
+ -0.05615234375,
+ -0.0203857421875,
+ -0.0159912109375,
+ -0.0518798828125,
+ 0.036468505859375,
+ -0.02056884765625,
+ -0.0017309188842773438,
+ -0.0002636909484863281,
+ -0.004070281982421875,
+ 0.0166778564453125,
+ 0.045440673828125,
+ -0.01067352294921875,
+ -0.0450439453125,
+ 0.02593994140625,
+ 0.06475830078125,
+ -0.00726318359375,
+ 0.0052642822265625,
+ -0.0121917724609375,
+ 0.004947662353515625,
+ -0.004291534423828125,
+ 0.011749267578125,
+ -0.060455322265625,
+ 0.028472900390625,
+ 0.0261383056640625,
+ 0.014434814453125,
+ 0.03607177734375,
+ -0.0246734619140625,
+ 0.0231170654296875,
+ -0.047576904296875,
+ 0.0228118896484375,
+ -0.00348663330078125,
+ 0.013946533203125,
+ -0.004852294921875,
+ 0.014434814453125,
+ -0.033935546875,
+ -0.034912109375,
+ -0.0186309814453125,
+ 0.04779052734375,
+ -0.00814056396484375,
+ -0.004779815673828125,
+ 0.006435394287109375,
+ -0.03411865234375,
+ 0.003559112548828125,
+ 0.012481689453125,
+ -0.0124359130859375,
+ 0.0241851806640625,
+ 0.038238525390625,
+ -0.027496337890625,
+ 0.005657196044921875,
+ 0.005779266357421875,
+ 0.007167816162109375,
+ -0.038238525390625,
+ -0.04681396484375,
+ -0.0187225341796875,
+ -0.013458251953125,
+ -0.040771484375,
+ 0.01165008544921875,
+ 0.0298309326171875,
+ -0.0246734619140625,
+ 0.0261383056640625,
+ -0.0164794921875,
+ -0.00785064697265625,
+ -0.049346923828125,
+ -0.03375244140625,
+ 0.0019741058349609375,
+ -0.018035888671875,
+ -0.0189208984375,
+ -0.0251617431640625,
+ 0.0247650146484375,
+ -0.00711822509765625,
+ 0.0145263671875,
+ -0.0193023681640625,
+ 0.0222320556640625,
+ -0.04095458984375,
+ 0.006923675537109375,
+ -0.0253448486328125,
+ 0.0246734619140625,
+ -0.0271148681640625,
+ 0.041534423828125,
+ 0.04876708984375,
+ -0.016082763671875,
+ -0.0001310110092163086,
+ 0.061614990234375,
+ 0.00336456298828125,
+ -0.00450897216796875,
+ -0.013946533203125,
+ -0.01355743408203125,
+ -0.005313873291015625,
+ 0.016082763671875,
+ -0.042327880859375,
+ -0.044281005859375,
+ -0.009796142578125,
+ -0.00823974609375,
+ 0.0010662078857421875,
+ -0.004974365234375,
+ 0.0292510986328125,
+ 0.04095458984375,
+ -0.035491943359375,
+ 0.00499725341796875,
+ 0.0557861328125,
+ 0.01009368896484375,
+ 0.10064697265625,
+ -0.00921630859375,
+ -0.041534423828125,
+ 0.033935546875,
+ 0.01267242431640625,
+ -0.0231170654296875,
+ -0.0016946792602539062,
+ 0.0202789306640625,
+ -0.0010175704956054688,
+ 0.0030231475830078125,
+ 0.0033397674560546875,
+ -0.0034618377685546875,
+ 0.019989013671875,
+ 0.005802154541015625,
+ 0.0191192626953125,
+ 0.003070831298828125,
+ 0.00833892822265625,
+ 0.028472900390625,
+ 0.0197906494140625,
+ 0.0145263671875,
+ -0.00621795654296875,
+ 0.042510986328125,
+ -0.06591796875,
+ -0.036285400390625,
+ -0.031402587890625,
+ -0.06903076171875,
+ 0.020965576171875,
+ -0.00614166259765625,
+ 0.0137481689453125,
+ 0.043304443359375,
+ -0.0312042236328125,
+ -0.0479736328125,
+ 0.02398681640625,
+ -0.03277587890625,
+ 0.06512451171875,
+ 0.02056884765625,
+ 0.007312774658203125,
+ 0.0271148681640625,
+ -0.033355712890625,
+ -0.0233001708984375,
+ 0.041534423828125,
+ -0.0013532638549804688,
+ 0.0161895751953125,
+ 0.02008056640625,
+ 0.0218353271484375,
+ 0.010528564453125,
+ -0.037841796875,
+ 0.004337310791015625,
+ 0.024871826171875,
+ 0.00965118408203125,
+ -0.017059326171875,
+ -0.012237548828125,
+ 0.03375244140625,
+ 0.031402587890625,
+ -0.0029125213623046875,
+ 0.035888671875,
+ 0.03216552734375,
+ -0.0231170654296875,
+ 0.0052642822265625,
+ -0.0178375244140625,
+ 0.0142364501953125,
+ -0.054595947265625,
+ -0.004852294921875,
+ -0.01560211181640625,
+ 0.004730224609375,
+ 0.0251617431640625,
+ 0.034912109375,
+ -0.0799560546875,
+ 0.02349853515625,
+ 0.0246734619140625,
+ -0.040557861328125,
+ 0.0207672119140625,
+ 0.04815673828125,
+ -0.0173492431640625,
+ 0.021942138671875,
+ -0.0263214111328125,
+ -0.038238525390625,
+ 0.0166778564453125,
+ -0.01462554931640625,
+ -0.07489013671875,
+ 0.0127716064453125,
+ 0.0411376953125,
+ -0.07177734375,
+ -0.0675048828125,
+ -0.061248779296875,
+ -0.0272979736328125,
+ -0.0007801055908203125,
+ -0.0296478271484375,
+ 0.032958984375,
+ -0.0226287841796875,
+ -0.0253448486328125,
+ 0.0557861328125,
+ 0.04779052734375,
+ -0.002559661865234375,
+ -0.02203369140625,
+ 0.038238525390625,
+ -0.0203857421875,
+ -0.045440673828125,
+ 0.036865234375,
+ 0.0203857421875,
+ 0.01540374755859375,
+ -0.05810546875,
+ -0.03375244140625,
+ 0.0124359130859375,
+ -0.00006705522537231445,
+ 0.004974365234375,
+ -0.002742767333984375,
+ -0.046234130859375,
+ -0.057342529296875,
+ -0.0460205078125,
+ 0.062408447265625,
+ 0.009796142578125,
+ 0.0242767333984375,
+ 0.0016946792602539062,
+ -0.037261962890625,
+ 0.0237884521484375,
+ -0.06396484375,
+ -0.050323486328125,
+ -0.0164794921875,
+ -0.00970458984375,
+ -0.02203369140625,
+ 0.050323486328125,
+ -0.01355743408203125,
+ -0.0055084228515625,
+ -0.0013589859008789062,
+ 0.041534423828125,
+ 0.025543212890625,
+ 0.00312042236328125,
+ -0.0499267578125,
+ 0.0176544189453125,
+ 0.017547607421875,
+ -0.05615234375,
+ 0.013458251953125,
+ 0.0013952255249023438,
+ 0.01107025146484375,
+ 0.02496337890625,
+ -0.061614990234375,
+ 0.0003383159637451172,
+ 0.0137481689453125,
+ -0.0257415771484375,
+ -0.0261383056640625,
+ -0.004730224609375,
+ -0.0124359130859375,
+ -0.03704833984375,
+ 0.023895263671875,
+ 0.044281005859375,
+ 0.022430419921875,
+ 0.00662994384765625,
+ 0.00955963134765625,
+ -0.0072174072265625,
+ 0.01335906982421875,
+ -0.005191802978515625,
+ -0.0120391845703125,
+ 0.0121917724609375,
+ -0.08306884765625,
+ -0.052642822265625,
+ -0.042694091796875,
+ 0.0257415771484375,
+ -0.034332275390625,
+ 0.00093841552734375,
+ -0.038238525390625,
+ 0.00008380413055419922,
+ 0.054595947265625,
+ -0.0232086181640625,
+ -0.000652313232421875,
+ -0.00965118408203125,
+ -0.0122833251953125,
+ -0.034332275390625,
+ -0.0308074951171875,
+ 0.00936126708984375,
+ 0.0186309814453125,
+ 0.006679534912109375,
+ 0.015899658203125,
+ 0.037445068359375,
+ -0.034912109375,
+ 0.0302276611328125,
+ 0.035308837890625,
+ -0.004436492919921875,
+ 0.0233001708984375,
+ 0.01335906982421875,
+ 0.01140594482421875,
+ 0.004680633544921875,
+ 0.0251617431640625,
+ -0.0261383056640625,
+ -0.06512451171875,
+ -0.07257080078125,
+ 0.01306915283203125,
+ 0.0312042236328125,
+ -0.00897216796875,
+ 0.0137481689453125,
+ -0.0203857421875,
+ -0.052276611328125,
+ 0.00450897216796875,
+ 0.06280517578125,
+ -0.006679534912109375,
+ 0.00033354759216308594,
+ -0.024871826171875,
+ -0.02252197265625,
+ -0.00814056396484375,
+ -0.0085296630859375,
+ 0.0221405029296875,
+ -0.005413055419921875,
+ 0.0198974609375,
+ -0.01033782958984375,
+ -0.03411865234375,
+ 0.0147247314453125,
+ 0.0013713836669921875,
+ 0.043670654296875,
+ 0.0145263671875,
+ 0.001987457275390625,
+ -0.028076171875,
+ 0.005825042724609375,
+ -0.01384735107421875,
+ -0.0018157958984375,
+ -0.0007224082946777344,
+ -0.0142364501953125,
+ 0.007068634033203125,
+ -0.0298309326171875,
+ -0.017059326171875,
+ 0.00970458984375,
+ 0.0221405029296875,
+ 0.0191192626953125,
+ -0.01531219482421875,
+ 0.0014257431030273438,
+ 0.00891876220703125,
+ -0.0172576904296875,
+ 0.08697509765625,
+ -0.024383544921875,
+ -0.041748046875,
+ 0.01433563232421875,
+ 0.0010051727294921875,
+ 0.039398193359375,
+ 0.046417236328125,
+ -0.003192901611328125,
+ -0.023590087890625,
+ 0.007312774658203125,
+ 0.031005859375,
+ -0.0267181396484375,
+ -0.01287078857421875,
+ -0.006435394287109375,
+ 0.0097503662109375,
+ 0.005290985107421875,
+ 0.0430908203125,
+ 0.018524169921875,
+ 0.061614990234375,
+ 0.01335906982421875,
+ -0.00402069091796875,
+ 0.006580352783203125,
+ 0.07373046875,
+ 0.030029296875,
+ -0.006046295166015625,
+ -0.038818359375,
+ -0.011993408203125,
+ 0.0020599365234375,
+ -0.0192108154296875,
+ -0.0232086181640625,
+ 0.0018157958984375,
+ 0.0655517578125,
+ -0.07489013671875,
+ -0.016082763671875,
+ -0.0159912109375,
+ -0.0009264945983886719,
+ 0.0055084228515625,
+ 0.01287078857421875,
+ -0.035675048828125,
+ 0.01384735107421875,
+ 0.0286712646484375,
+ -0.034332275390625,
+ 0.02154541015625,
+ -0.0157928466796875,
+ 0.00750732421875,
+ 0.03509521484375,
+ 0.0092620849609375,
+ -0.00450897216796875,
+ 0.0227203369140625,
+ -0.002254486083984375,
+ 0.045623779296875,
+ 0.02105712890625,
+ 0.04290771484375,
+ 0.0257415771484375,
+ 0.0263214111328125,
+ 0.06005859375,
+ 0.0450439453125,
+ -0.0140380859375,
+ -0.028472900390625,
+ 0.02008056640625,
+ 0.0440673828125,
+ 0.01413726806640625,
+ 0.0538330078125,
+ 0.003875732421875,
+ 0.005218505859375,
+ -0.0142364501953125,
+ -0.0194091796875,
+ 0.00324249267578125,
+ 0.0082855224609375,
+ -0.007457733154296875,
+ -0.05889892578125,
+ -0.052276611328125,
+ 0.002071380615234375,
+ -0.0460205078125,
+ 0.0196990966796875,
+ 0.0306243896484375,
+ -0.02056884765625,
+ -0.0119476318359375,
+ 0.034332275390625,
+ -0.02056884765625,
+ -0.046417236328125,
+ -0.00638580322265625,
+ -0.034332275390625,
+ -0.0201873779296875,
+ -0.035308837890625,
+ -0.0292510986328125,
+ 0.024078369140625,
+ -0.0015544891357421875,
+ -0.004802703857421875,
+ -0.031005859375,
+ 0.015899658203125,
+ -0.021453857421875,
+ -0.047576904296875,
+ -0.0253448486328125,
+ 0.0191192626953125,
+ -0.01413726806640625,
+ -0.030029296875,
+ -0.046417236328125,
+ -0.0102386474609375,
+ 0.007701873779296875,
+ -0.031585693359375,
+ 0.01189422607421875,
+ -0.0282745361328125,
+ -0.0251617431640625,
+ -0.0217437744140625,
+ -0.0203857421875,
+ -0.05108642578125,
+ 0.0233001708984375,
+ -0.031402587890625,
+ 0.037628173828125,
+ -0.016082763671875,
+ 0.037261962890625,
+ 0.047576904296875,
+ 0.035308837890625,
+ 0.00293731689453125,
+ -0.00882720947265625,
+ -0.00736236572265625,
+ -0.06396484375,
+ -0.016571044921875,
+ 0.0198974609375,
+ 0.025543212890625,
+ -0.031585693359375,
+ 0.01233673095703125,
+ 0.0662841796875,
+ -0.0701904296875,
+ 0.0302276611328125,
+ -0.0010118484497070312,
+ -0.0157928466796875,
+ -0.048370361328125,
+ 0.00862884521484375,
+ 0.001529693603515625,
+ 0.0072174072265625,
+ 0.10064697265625,
+ -0.006679534912109375,
+ -0.01009368896484375,
+ -0.003875732421875,
+ -0.05889892578125,
+ 0.061248779296875,
+ 0.0034618377685546875,
+ 0.0391845703125,
+ -0.041351318359375,
+ 0.0145263671875,
+ 0.0003809928894042969,
+ -0.035888671875,
+ 0.0218353271484375,
+ -0.062408447265625,
+ 0.021942138671875,
+ 0.014434814453125,
+ 0.0251617431640625,
+ 0.0132598876953125,
+ 0.0124359130859375,
+ -0.04095458984375,
+ -0.032958984375,
+ -0.0161895751953125,
+ 0.02593994140625,
+ 0.03704833984375,
+ -0.01287078857421875,
+ -0.031005859375,
+ 0.004486083984375,
+ 0.012969970703125,
+ -0.050323486328125,
+ -0.03411865234375,
+ -0.024078369140625,
+ 0.05889892578125,
+ -0.01306915283203125,
+ -0.04974365234375,
+ 0.0216522216796875,
+ 0.01258087158203125,
+ -0.00638580322265625,
+ 0.031005859375,
+ 0.055389404296875,
+ -0.0233001708984375,
+ -0.01433563232421875,
+ 0.0037784576416015625,
+ 0.02593994140625,
+ -0.00045108795166015625,
+ 0.006778717041015625,
+ 0.006336212158203125,
+ 0.0084381103515625,
+ 0.03509521484375,
+ -0.01107025146484375,
+ 0.042327880859375,
+ 0.0499267578125,
+ -0.0271148681640625,
+ -0.06939697265625,
+ -0.039794921875,
+ -0.0391845703125,
+ 0.0194091796875,
+ -0.0187225341796875,
+ 0.039794921875,
+ 0.004047393798828125,
+ -0.00799560546875,
+ -0.09710693359375,
+ 0.02691650390625,
+ -0.023406982421875,
+ 0.030426025390625,
+ 0.0157928466796875,
+ -0.032379150390625,
+ -0.057342529296875,
+ -0.052276611328125,
+ -0.03607177734375,
+ 0.04095458984375,
+ -0.007457733154296875,
+ 0.02691650390625,
+ 0.0092620849609375,
+ 0.007167816162109375,
+ 0.01531219482421875,
+ -0.01364898681640625,
+ 0.0026092529296875,
+ 0.0489501953125,
+ 0.0216522216796875,
+ -0.040374755859375,
+ 0.050689697265625,
+ -0.0253448486328125,
+ -0.003631591796875,
+ -0.0127716064453125,
+ -0.004314422607421875,
+ -0.0005240440368652344,
+ -0.0430908203125,
+ -0.0296478271484375,
+ -0.0097503662109375,
+ 0.031982421875,
+ 0.035888671875,
+ -0.025543212890625,
+ 0.0182342529296875,
+ -0.041534423828125,
+ 0.01111602783203125,
+ -0.0142364501953125,
+ -0.0119476318359375,
+ 0.027496337890625,
+ 0.00348663330078125,
+ -0.017059326171875,
+ -0.0271148681640625,
+ -0.0635986328125,
+ -0.086181640625,
+ 0.0196990966796875,
+ -0.02789306640625,
+ -0.0196990966796875,
+ 0.004192352294921875,
+ 0.0142364501953125,
+ 0.0272979736328125,
+ -0.0011758804321289062,
+ 0.0538330078125,
+ -0.018524169921875,
+ -0.0159912109375,
+ -0.030426025390625,
+ 0.00921630859375,
+ -0.005580902099609375,
+ 0.0298309326171875,
+ 0.0137481689453125,
+ -0.046600341796875,
+ 0.0391845703125,
+ 0.0038509368896484375,
+ 0.0011949539184570312,
+ -0.017059326171875,
+ -0.02496337890625,
+ -0.0207672119140625,
+ 0.0174560546875,
+ -0.0489501953125,
+ 0.004779815673828125,
+ 0.031402587890625,
+ 0.01189422607421875,
+ 0.010772705078125,
+ -0.0081939697265625,
+ 0.035888671875,
+ -0.01189422607421875,
+ -0.0780029296875,
+ 0.0201873779296875,
+ -0.0276947021484375,
+ -0.0196990966796875,
+ 0.0037288665771484375,
+ -0.0035343170166015625,
+ -0.0010967254638671875,
+ 0.0124359130859375,
+ 0.034515380859375,
+ 0.055389404296875,
+ 0.024566650390625,
+ -0.005435943603515625,
+ -0.034698486328125,
+ -0.0067291259765625,
+ 0.0051422119140625,
+ 0.0233001708984375,
+ 0.0302276611328125,
+ 0.0193023681640625,
+ 0.0032672882080078125,
+ 0.0212554931640625,
+ -0.0025348663330078125,
+ -0.061248779296875,
+ -0.020477294921875,
+ -0.00093841552734375,
+ -0.052642822265625,
+ 0.026519775390625,
+ 0.084228515625,
+ 0.020477294921875,
+ -0.004581451416015625,
+ 0.04718017578125,
+ 0.0518798828125,
+ 0.059295654296875,
+ 0.006534576416015625,
+ -0.00858306884765625,
+ -0.07684326171875,
+ -0.01316070556640625,
+ 0.01560211181640625,
+ 0.0184326171875,
+ -0.057342529296875,
+ 0.049346923828125,
+ 0.059661865234375,
+ -0.0196990966796875,
+ -0.0208740234375,
+ -0.00115203857421875,
+ -0.001468658447265625,
+ 0.03411865234375,
+ 0.0247650146484375,
+ 0.005290985107421875,
+ -0.05499267578125,
+ 0.00130462646484375,
+ 0.00106048583984375,
+ -0.00348663330078125,
+ 0.00511932373046875,
+ -0.0030841827392578125,
+ -0.0095062255859375,
+ 0.0577392578125,
+ -0.034332275390625,
+ -0.0037059783935546875,
+ 0.0010356903076171875,
+ 0.056549072265625,
+ 0.01433563232421875,
+ -0.031005859375,
+ -0.031402587890625,
+ 0.050323486328125,
+ 0.0034618377685546875,
+ -0.031585693359375,
+ 0.005802154541015625,
+ -0.005069732666015625,
+ 0.00862884521484375,
+ 0.0242767333984375,
+ 0.045257568359375,
+ -0.0025844573974609375,
+ 0.0231170654296875,
+ 0.02008056640625,
+ -0.07177734375,
+ -0.01209259033203125,
+ -0.015899658203125,
+ -0.005702972412109375,
+ 0.003681182861328125,
+ -0.036651611328125,
+ -0.035888671875,
+ -0.061614990234375,
+ 0.038421630859375,
+ 0.01238250732421875,
+ 0.01062774658203125,
+ 0.0137481689453125,
+ 0.0032901763916015625,
+ 0.0019378662109375,
+ -0.01107025146484375,
+ -0.005779266357421875,
+ 0.0228118896484375,
+ 0.0090179443359375,
+ 0.0271148681640625,
+ 0.03411865234375,
+ -0.0124359130859375,
+ 0.0009202957153320312,
+ -0.02886962890625,
+ 0.0518798828125,
+ -0.062408447265625,
+ 0.002109527587890625,
+ -0.0296478271484375,
+ -0.00775146484375,
+ 0.00887298583984375,
+ -0.00601959228515625,
+ 0.011260986328125,
+ -0.04486083984375,
+ 0.0267181396484375,
+ -0.0212554931640625,
+ -0.061614990234375,
+ -0.00450897216796875,
+ 0.044647216796875,
+ -0.037841796875,
+ 0.01540374755859375,
+ 0.03277587890625,
+ -0.02203369140625,
+ 0.0173492431640625,
+ -0.0391845703125,
+ 0.054229736328125,
+ 0.046417236328125,
+ -0.0010480880737304688,
+ -0.0218353271484375,
+ 0.0306243896484375,
+ 0.01335906982421875,
+ 0.006580352783203125,
+ 0.0251617431640625,
+ 0.00244903564453125,
+ -0.03216552734375,
+ 0.041534423828125,
+ 0.056549072265625,
+ 0.0002987384796142578,
+ -0.0282745361328125,
+ 0.034698486328125,
+ 0.005168914794921875,
+ -0.04815673828125,
+ 0.062408447265625,
+ -0.005680084228515625,
+ 0.01316070556640625,
+ 0.0014810562133789062,
+ -0.0228118896484375,
+ -0.01511383056640625,
+ -0.061614990234375,
+ 0.060455322265625,
+ 0.01433563232421875,
+ -0.0193023681640625,
+ 0.028472900390625,
+ -0.05108642578125,
+ 0.0460205078125,
+ 0.0261383056640625,
+ 0.07293701171875,
+ -0.0401611328125,
+ 0.047393798828125,
+ 0.00426483154296875,
+ 0.0081939697265625,
+ -0.00638580322265625,
+ 0.01043701171875,
+ 0.0137481689453125,
+ 0.01540374755859375,
+ -0.0237884521484375,
+ 0.057342529296875,
+ 0.035308837890625,
+ 0.0109710693359375,
+ -0.0261383056640625,
+ -0.00799560546875,
+ -0.0019254684448242188,
+ 0.0121917724609375,
+ 0.0242767333984375,
+ -0.0499267578125,
+ -0.004657745361328125,
+ 0.0117950439453125,
+ 0.0181427001953125,
+ 0.05499267578125,
+ 0.003314971923828125,
+ 0.033538818359375,
+ -0.0023651123046875,
+ -0.041351318359375,
+ -0.0142364501953125,
+ -0.0271148681640625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "timeline-analysis",
+ "filesystem-monitoring",
+ "python-tool",
+ "macos-artifacts",
+ "deleted-file-recovery",
+ "high-precision",
+ "correlation-engine"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Aircrack_ng",
+ "type": "tool",
+ "name": "Aircrack-ng",
+ "content": "aircrack-ng umfassende wlan-forensik-suite analysiert 802.11-verkehr und identifiziert sicherheitsverletzungen in drahtlosen netzwerken. airodump-ng sammelt pakete und deckt versteckte netzwerke auf, aireplay-ng injiziert deauth-frames für handshake-erfassung. wep-schlüssel-rekonstruktion in minuten, wpa2-psk-recovery mit dictionary-angriffen. rogue-access-point-erkennung und client-probing-analyse für bewegungsprofile. gpu-beschleunigung via hashcat für moderne verschlüsselungsstandards. cli wireless packet-capture injection cracking scenario:credential_theft network-forensics incident-response data-collection analysis",
+ "embedding": [
+ -0.0005927085876464844,
+ 0.01319122314453125,
+ 0.033477783203125,
+ 0.01593017578125,
+ 0.0474853515625,
+ -0.004364013671875,
+ 0.005733489990234375,
+ -0.0142059326171875,
+ -0.0330810546875,
+ -0.0211029052734375,
+ -0.040374755859375,
+ 0.054779052734375,
+ 0.0179595947265625,
+ -0.01227569580078125,
+ -0.058837890625,
+ 0.04241943359375,
+ 0.01080322265625,
+ 0.0161285400390625,
+ 0.02069091796875,
+ -0.005428314208984375,
+ -0.019989013671875,
+ -0.03326416015625,
+ -0.052337646484375,
+ 0.01074981689453125,
+ -0.01947021484375,
+ -0.00959014892578125,
+ -0.01480865478515625,
+ -0.0677490234375,
+ -0.0330810546875,
+ 0.005580902099609375,
+ 0.019378662109375,
+ -0.0294189453125,
+ 0.003246307373046875,
+ 0.020599365234375,
+ 0.01480865478515625,
+ -0.0192718505859375,
+ -0.00664520263671875,
+ -0.036102294921875,
+ -0.01151275634765625,
+ 0.05194091796875,
+ -0.007556915283203125,
+ -0.00933074951171875,
+ 0.005374908447265625,
+ -0.011871337890625,
+ -0.0419921875,
+ -0.0239410400390625,
+ -0.0084228515625,
+ -0.0092315673828125,
+ 0.037933349609375,
+ -0.0306396484375,
+ 0.03326416015625,
+ 0.0304412841796875,
+ 0.01074981689453125,
+ -0.007610321044921875,
+ -0.03570556640625,
+ 0.006999969482421875,
+ 0.046875,
+ -0.0290069580078125,
+ -0.040985107421875,
+ 0.06005859375,
+ -0.056396484375,
+ -0.0318603515625,
+ -0.019683837890625,
+ -0.03570556640625,
+ 0.0022182464599609375,
+ 0.0027904510498046875,
+ -0.016021728515625,
+ -0.032867431640625,
+ 0.00887298583984375,
+ 0.0102996826171875,
+ 0.03387451171875,
+ -0.035491943359375,
+ -0.011566162109375,
+ 0.0261688232421875,
+ -0.0173492431640625,
+ -0.0292205810546875,
+ 0.0188751220703125,
+ 0.00555419921875,
+ -0.01470947265625,
+ -0.004337310791015625,
+ -0.0230255126953125,
+ 0.0125274658203125,
+ 0.05194091796875,
+ -0.0223236083984375,
+ -0.0030307769775390625,
+ -0.01242828369140625,
+ 0.051727294921875,
+ 0.00494384765625,
+ -0.0096893310546875,
+ 0.00390625,
+ 0.034912109375,
+ -0.0142059326171875,
+ 0.046875,
+ -0.022216796875,
+ 0.02191162109375,
+ 0.046051025390625,
+ 0.003879547119140625,
+ -0.0011606216430664062,
+ 0.0022830963134765625,
+ 0.037139892578125,
+ 0.034088134765625,
+ -0.0261688232421875,
+ 0.068603515625,
+ 0.0034999847412109375,
+ 0.035919189453125,
+ -0.0174560546875,
+ 0.0086212158203125,
+ -0.00530242919921875,
+ -0.0135955810546875,
+ -0.005428314208984375,
+ -0.0791015625,
+ -0.0098419189453125,
+ 0.0022068023681640625,
+ -0.046875,
+ -0.006595611572265625,
+ 0.002498626708984375,
+ -0.027587890625,
+ 0.04644775390625,
+ -0.050323486328125,
+ -0.0207977294921875,
+ 0.03265380859375,
+ 0.0092315673828125,
+ -0.0226287841796875,
+ -0.0170440673828125,
+ -0.06695556640625,
+ -0.05194091796875,
+ -0.002651214599609375,
+ 0.0261688232421875,
+ -0.041595458984375,
+ -0.006011962890625,
+ -0.017242431640625,
+ -0.0263824462890625,
+ -0.0008368492126464844,
+ -0.0056304931640625,
+ 0.007305145263671875,
+ -0.032257080078125,
+ 0.03631591796875,
+ 0.004364013671875,
+ -0.01715087890625,
+ 0.02099609375,
+ 0.043609619140625,
+ -0.0111083984375,
+ -0.044219970703125,
+ 0.02099609375,
+ -0.044830322265625,
+ -0.0150146484375,
+ 0.017852783203125,
+ 0.036712646484375,
+ -0.02252197265625,
+ -0.0101470947265625,
+ -0.01409912109375,
+ 0.01522064208984375,
+ 0.0239410400390625,
+ -0.00959014892578125,
+ -0.005706787109375,
+ -0.059661865234375,
+ -0.008575439453125,
+ -0.038360595703125,
+ 0.00948333740234375,
+ -0.019989013671875,
+ -0.0214080810546875,
+ -0.0167388916015625,
+ -0.047882080078125,
+ 0.025970458984375,
+ -0.014404296875,
+ -0.01715087890625,
+ -0.020904541015625,
+ -0.00913238525390625,
+ 0.027801513671875,
+ -0.0164337158203125,
+ 0.008270263671875,
+ -0.0036525726318359375,
+ 0.042999267578125,
+ 0.07220458984375,
+ 0.012176513671875,
+ 0.040374755859375,
+ 0.0123291015625,
+ 0.007404327392578125,
+ 0.005527496337890625,
+ 0.031036376953125,
+ -0.0080108642578125,
+ -0.00963592529296875,
+ 0.053558349609375,
+ 0.0188751220703125,
+ 0.047271728515625,
+ -0.004413604736328125,
+ -0.044647216796875,
+ -0.01308441162109375,
+ -0.03997802734375,
+ 0.0164337158203125,
+ -0.02099609375,
+ -0.0281982421875,
+ 0.0009322166442871094,
+ 0.0308380126953125,
+ 0.0179595947265625,
+ 0.0640869140625,
+ 0.0252532958984375,
+ -0.006847381591796875,
+ 0.03448486328125,
+ -0.007251739501953125,
+ 0.0038299560546875,
+ 0.027801513671875,
+ -0.0052490234375,
+ 0.0389404296875,
+ 0.024139404296875,
+ 0.018157958984375,
+ 0.0052490234375,
+ 0.03936767578125,
+ 0.0308380126953125,
+ -0.03387451171875,
+ -0.025970458984375,
+ 0.0298309326171875,
+ 0.00015687942504882812,
+ -0.0261688232421875,
+ -0.005603790283203125,
+ -0.020294189453125,
+ 0.00408172607421875,
+ -0.0039825439453125,
+ 0.01100921630859375,
+ 0.005908966064453125,
+ -0.00664520263671875,
+ -0.0296173095703125,
+ 0.01491546630859375,
+ 0.031036376953125,
+ -0.01461029052734375,
+ 0.048095703125,
+ 0.033477783203125,
+ -0.03875732421875,
+ -0.0221099853515625,
+ 0.0318603515625,
+ 0.0020923614501953125,
+ 0.0245513916015625,
+ 0.005603790283203125,
+ 0.01074981689453125,
+ -0.027191162109375,
+ -0.016326904296875,
+ 0.046661376953125,
+ 0.037139892578125,
+ 0.015625,
+ 0.01430511474609375,
+ -0.046875,
+ 0.034698486328125,
+ -0.0450439453125,
+ 0.03570556640625,
+ 0.0269775390625,
+ -0.038360595703125,
+ 0.01055145263671875,
+ -0.00634002685546875,
+ 0.0185699462890625,
+ 0.07464599609375,
+ -0.0625,
+ -0.003017425537109375,
+ -0.0677490234375,
+ -0.00421142578125,
+ -0.087646484375,
+ -0.020294189453125,
+ -0.03265380859375,
+ -0.040985107421875,
+ 0.040985107421875,
+ -0.01338958740234375,
+ -0.02313232421875,
+ -0.006290435791015625,
+ 0.0142059326171875,
+ -0.0227203369140625,
+ 0.058837890625,
+ -0.00806427001953125,
+ -0.031036376953125,
+ -0.0032978057861328125,
+ 0.07830810546875,
+ -0.0120697021484375,
+ -0.019775390625,
+ -0.039154052734375,
+ 0.006313323974609375,
+ 0.0255584716796875,
+ 0.054779052734375,
+ -0.01085662841796875,
+ 0.0033721923828125,
+ 0.0330810546875,
+ -0.0010461807250976562,
+ 0.024658203125,
+ -0.015625,
+ -0.017242431640625,
+ -0.016845703125,
+ 0.036712646484375,
+ -0.053558349609375,
+ 0.00555419921875,
+ 0.0111083984375,
+ -0.003093719482421875,
+ 0.0015916824340820312,
+ -0.07061767578125,
+ 0.0084686279296875,
+ 0.043212890625,
+ -0.010498046875,
+ 0.03936767578125,
+ 0.006999969482421875,
+ -0.0653076171875,
+ -0.005401611328125,
+ 0.0099945068359375,
+ 0.0007481575012207031,
+ 0.01348876953125,
+ 0.063720703125,
+ -0.0413818359375,
+ 0.021209716796875,
+ 0.0101470947265625,
+ 0.00530242919921875,
+ -0.035491943359375,
+ -0.0218048095703125,
+ -0.0034999847412109375,
+ 0.006237030029296875,
+ -0.045867919921875,
+ -0.031646728515625,
+ 0.01242828369140625,
+ -0.01009368896484375,
+ 0.032257080078125,
+ 0.0029163360595703125,
+ 0.004413604736328125,
+ -0.048095703125,
+ -0.047882080078125,
+ 0.011260986328125,
+ -0.03204345703125,
+ -0.019989013671875,
+ -0.0302276611328125,
+ 0.044830322265625,
+ 0.0267791748046875,
+ 0.02099609375,
+ -0.00408172607421875,
+ -0.010650634765625,
+ -0.044647216796875,
+ 0.033477783203125,
+ 0.002651214599609375,
+ 0.0248565673828125,
+ 0.007556915283203125,
+ 0.031036376953125,
+ 0.028411865234375,
+ 0.031646728515625,
+ 0.03631591796875,
+ 0.050506591796875,
+ 0.0263824462890625,
+ -0.01593017578125,
+ -0.0188751220703125,
+ 0.020294189453125,
+ 0.0060882568359375,
+ 0.01277923583984375,
+ 0.0001513957977294922,
+ -0.00917816162109375,
+ -0.006542205810546875,
+ -0.0263824462890625,
+ 0.0078125,
+ 0.03265380859375,
+ 0.0279998779296875,
+ 0.0182647705078125,
+ -0.0227203369140625,
+ 0.00494384765625,
+ 0.057220458984375,
+ -0.007457733154296875,
+ 0.090087890625,
+ -0.0002567768096923828,
+ -0.0462646484375,
+ 0.030029296875,
+ 0.017547607421875,
+ -0.0263824462890625,
+ -0.0101470947265625,
+ 0.045257568359375,
+ 0.028411865234375,
+ 0.02191162109375,
+ 0.025360107421875,
+ -0.01593017578125,
+ 0.012176513671875,
+ -0.02069091796875,
+ -0.025970458984375,
+ -0.01085662841796875,
+ -0.007049560546875,
+ -0.0016231536865234375,
+ 0.0653076171875,
+ 0.04241943359375,
+ 0.011871337890625,
+ 0.051544189453125,
+ -0.02435302734375,
+ -0.031036376953125,
+ -0.0286102294921875,
+ -0.07220458984375,
+ -0.0111083984375,
+ 0.0343017578125,
+ 0.0155181884765625,
+ 0.06573486328125,
+ -0.031036376953125,
+ -0.0625,
+ 0.0036258697509765625,
+ -0.053558349609375,
+ 0.0689697265625,
+ 0.035308837890625,
+ 0.00836944580078125,
+ 0.044036865234375,
+ -0.0086212158203125,
+ 0.016845703125,
+ 0.038543701171875,
+ 0.005401611328125,
+ 0.0298309326171875,
+ 0.0640869140625,
+ 0.0218048095703125,
+ 0.009735107421875,
+ -0.032470703125,
+ 0.003551483154296875,
+ 0.0263824462890625,
+ 0.0003185272216796875,
+ -0.0229339599609375,
+ 0.037322998046875,
+ 0.01171875,
+ 0.036529541015625,
+ -0.0714111328125,
+ 0.044830322265625,
+ 0.026580810546875,
+ -0.01136016845703125,
+ -0.01247406005859375,
+ -0.021209716796875,
+ -0.0092315673828125,
+ -0.0653076171875,
+ 0.01654052734375,
+ 0.025665283203125,
+ 0.01100921630859375,
+ 0.0221099853515625,
+ 0.03509521484375,
+ -0.044830322265625,
+ -0.03570556640625,
+ 0.03448486328125,
+ -0.05316162109375,
+ -0.00943756103515625,
+ 0.002651214599609375,
+ -0.0204925537109375,
+ 0.019775390625,
+ -0.0249481201171875,
+ -0.04705810546875,
+ 0.002117156982421875,
+ -0.025970458984375,
+ -0.03692626953125,
+ -0.0036773681640625,
+ 0.00695037841796875,
+ -0.04949951171875,
+ -0.0343017578125,
+ -0.03125,
+ -0.00634002685546875,
+ -0.00611114501953125,
+ -0.03692626953125,
+ 0.050933837890625,
+ -0.0024471282958984375,
+ 0.0120697021484375,
+ 0.020294189453125,
+ 0.04644775390625,
+ -0.002079010009765625,
+ -0.039764404296875,
+ 0.048492431640625,
+ -0.0027637481689453125,
+ -0.0318603515625,
+ 0.02069091796875,
+ 0.01080322265625,
+ 0.0186614990234375,
+ -0.0211029052734375,
+ -0.0220184326171875,
+ -0.0032329559326171875,
+ -0.0027904510498046875,
+ 0.01491546630859375,
+ 0.0189666748046875,
+ -0.024139404296875,
+ -0.00994110107421875,
+ -0.037750244140625,
+ 0.049896240234375,
+ 0.0037288665771484375,
+ 0.0487060546875,
+ -0.03936767578125,
+ -0.03955078125,
+ 0.021209716796875,
+ -0.0677490234375,
+ -0.0186614990234375,
+ 0.01120758056640625,
+ -0.0004627704620361328,
+ -0.034912109375,
+ 0.066162109375,
+ -0.01531982421875,
+ 0.0195770263671875,
+ 0.006744384765625,
+ 0.0401611328125,
+ -0.0123291015625,
+ -0.01461029052734375,
+ -0.03125,
+ 0.0426025390625,
+ 0.015716552734375,
+ -0.04949951171875,
+ 0.0102996826171875,
+ -0.0304412841796875,
+ 0.004741668701171875,
+ 0.050323486328125,
+ -0.035919189453125,
+ 0.0117645263671875,
+ -0.0142059326171875,
+ -0.04644775390625,
+ -0.0267791748046875,
+ -0.050323486328125,
+ -0.03936767578125,
+ -0.0290069580078125,
+ 0.0217132568359375,
+ 0.028411865234375,
+ 0.01715087890625,
+ -0.004589080810546875,
+ 0.01166534423828125,
+ 0.02191162109375,
+ 0.0261688232421875,
+ -0.021209716796875,
+ -0.0198822021484375,
+ 0.0211029052734375,
+ -0.052764892578125,
+ -0.021209716796875,
+ -0.01039886474609375,
+ 0.043212890625,
+ -0.0330810546875,
+ 0.0027141571044921875,
+ 0.0170440673828125,
+ -0.0080108642578125,
+ 0.01654052734375,
+ -0.047271728515625,
+ -0.01131439208984375,
+ -0.023529052734375,
+ -0.036712646484375,
+ -0.024444580078125,
+ -0.0090789794921875,
+ 0.01338958740234375,
+ 0.0104522705078125,
+ 0.0025615692138671875,
+ 0.01070404052734375,
+ 0.0318603515625,
+ -0.0261688232421875,
+ 0.0084228515625,
+ 0.005756378173828125,
+ -0.019683837890625,
+ 0.010650634765625,
+ -0.0117645263671875,
+ 0.00469207763671875,
+ -0.0020294189453125,
+ 0.0438232421875,
+ -0.01522064208984375,
+ -0.0318603515625,
+ -0.092529296875,
+ 0.017242431640625,
+ -0.00266265869140625,
+ -0.01319122314453125,
+ -0.034912109375,
+ -0.06494140625,
+ -0.0625,
+ -0.01461029052734375,
+ 0.0419921875,
+ 0.0294189453125,
+ 0.0036258697509765625,
+ 0.002231597900390625,
+ -0.015625,
+ -0.0142059326171875,
+ -0.023223876953125,
+ 0.032257080078125,
+ -0.010040283203125,
+ 0.018157958984375,
+ 0.01146697998046875,
+ -0.00994110107421875,
+ 0.0304412841796875,
+ 0.034088134765625,
+ 0.01338958740234375,
+ 0.03936767578125,
+ 0.01197052001953125,
+ -0.0101470947265625,
+ 0.027191162109375,
+ -0.019775390625,
+ -0.019683837890625,
+ 0.0015850067138671875,
+ -0.0167388916015625,
+ 0.00978851318359375,
+ -0.007049560546875,
+ -0.00917816162109375,
+ 0.01491546630859375,
+ 0.034088134765625,
+ 0.0255584716796875,
+ -0.01120758056640625,
+ -0.00618743896484375,
+ 0.049896240234375,
+ 0.006694793701171875,
+ 0.0330810546875,
+ -0.016326904296875,
+ -0.040374755859375,
+ 0.01338958740234375,
+ -0.015625,
+ 0.0474853515625,
+ 0.03369140625,
+ 0.003398895263671875,
+ -0.0269775390625,
+ 0.021209716796875,
+ 0.055999755859375,
+ 0.004436492919921875,
+ -0.048492431640625,
+ -0.0217132568359375,
+ 0.0180511474609375,
+ 0.0224151611328125,
+ 0.03448486328125,
+ -0.01531982421875,
+ 0.07830810546875,
+ -0.004718780517578125,
+ 0.0035247802734375,
+ 0.0576171875,
+ 0.07220458984375,
+ 0.03143310546875,
+ -0.01450347900390625,
+ -0.0330810546875,
+ 0.018157958984375,
+ 0.0015411376953125,
+ -0.05194091796875,
+ -0.052337646484375,
+ -0.0007863044738769531,
+ 0.07342529296875,
+ -0.060455322265625,
+ -0.0018510818481445312,
+ -0.00710296630859375,
+ -0.00750732421875,
+ -0.0012807846069335938,
+ 0.00963592529296875,
+ -0.045440673828125,
+ 0.0137939453125,
+ 0.0233306884765625,
+ -0.041595458984375,
+ -0.031646728515625,
+ -0.038543701171875,
+ 0.009735107421875,
+ 0.047882080078125,
+ 0.043212890625,
+ -0.047882080078125,
+ 0.035919189453125,
+ 0.03326416015625,
+ 0.049102783203125,
+ 0.0198822021484375,
+ 0.039154052734375,
+ 0.037139892578125,
+ -0.007556915283203125,
+ 0.034698486328125,
+ 0.055999755859375,
+ -0.007659912109375,
+ -0.02099609375,
+ 0.01531982421875,
+ 0.031646728515625,
+ 0.056396484375,
+ 0.082763671875,
+ 0.017852783203125,
+ -0.02130126953125,
+ -0.0087738037109375,
+ -0.028411865234375,
+ 0.0093841552734375,
+ -0.00634002685546875,
+ -0.03955078125,
+ -0.050933837890625,
+ -0.0306396484375,
+ 0.024658203125,
+ -0.039154052734375,
+ 0.045654296875,
+ 0.01480865478515625,
+ -0.00948333740234375,
+ -0.0257720947265625,
+ 0.036712646484375,
+ 0.014404296875,
+ -0.03448486328125,
+ 0.02008056640625,
+ -0.0281982421875,
+ -0.01019287109375,
+ -0.0306396484375,
+ -0.0239410400390625,
+ 0.034698486328125,
+ -0.01120758056640625,
+ -0.056396484375,
+ -0.0016107559204101562,
+ 0.025360107421875,
+ -0.035919189453125,
+ -0.0258636474609375,
+ -0.015716552734375,
+ 0.0170440673828125,
+ -0.035308837890625,
+ -0.03814697265625,
+ -0.066162109375,
+ -0.032257080078125,
+ 0.0004153251647949219,
+ -0.028411865234375,
+ -0.010650634765625,
+ -0.017242431640625,
+ -0.0294189453125,
+ -0.00634002685546875,
+ 0.0084686279296875,
+ -0.0252532958984375,
+ 0.0426025390625,
+ -0.05682373046875,
+ 0.03369140625,
+ 0.03875732421875,
+ 0.01131439208984375,
+ 0.0261688232421875,
+ 0.056396484375,
+ -0.00461578369140625,
+ -0.00710296630859375,
+ 0.00872802734375,
+ -0.06573486328125,
+ -5.960464477539062e-7,
+ -0.0011854171752929688,
+ -0.0010271072387695312,
+ -0.06329345703125,
+ 0.003955841064453125,
+ 0.023834228515625,
+ -0.1002197265625,
+ 0.0233306884765625,
+ -0.01593017578125,
+ -0.01491546630859375,
+ -0.03955078125,
+ 0.00775909423828125,
+ 0.006313323974609375,
+ -0.00882720947265625,
+ 0.080322265625,
+ -0.017242431640625,
+ -0.0223236083984375,
+ 0.01593017578125,
+ -0.0254669189453125,
+ 0.044036865234375,
+ 0.006542205810546875,
+ 0.03692626953125,
+ -0.03387451171875,
+ 0.03631591796875,
+ 0.0102996826171875,
+ -0.0204925537109375,
+ -0.01181793212890625,
+ -0.0714111328125,
+ 0.0192718505859375,
+ 0.0228271484375,
+ 0.011260986328125,
+ -0.0084228515625,
+ -0.0279998779296875,
+ -0.047882080078125,
+ -0.0306396484375,
+ -0.0269775390625,
+ 0.01491546630859375,
+ 0.007251739501953125,
+ 0.0051727294921875,
+ -0.0279998779296875,
+ -0.0308380126953125,
+ -0.0072021484375,
+ -0.048492431640625,
+ -0.03387451171875,
+ -0.0191802978515625,
+ 0.032257080078125,
+ 0.0037288665771484375,
+ -0.05133056640625,
+ 0.035308837890625,
+ 0.01491546630859375,
+ -0.0096893310546875,
+ 0.05560302734375,
+ 0.04931640625,
+ -0.036529541015625,
+ 0.01247406005859375,
+ -0.0078582763671875,
+ 0.03997802734375,
+ 0.006694793701171875,
+ 0.01055145263671875,
+ 0.002777099609375,
+ 0.007556915283203125,
+ 0.03265380859375,
+ -0.020904541015625,
+ 0.016937255859375,
+ 0.0296173095703125,
+ -0.0173492431640625,
+ -0.068603515625,
+ -0.0162353515625,
+ -0.03509521484375,
+ 0.00423431396484375,
+ -0.0102996826171875,
+ 0.057220458984375,
+ 0.007049560546875,
+ -0.032867431640625,
+ -0.08319091796875,
+ 0.0298309326171875,
+ -0.01715087890625,
+ 0.027801513671875,
+ 0.01522064208984375,
+ -0.0224151611328125,
+ -0.07427978515625,
+ -0.0438232421875,
+ -0.006237030029296875,
+ 0.025054931640625,
+ -0.01593017578125,
+ 0.060882568359375,
+ 0.0123291015625,
+ -0.002777099609375,
+ 0.0126800537109375,
+ -0.01430511474609375,
+ -0.005908966064453125,
+ 0.01430511474609375,
+ 0.02435302734375,
+ -0.033477783203125,
+ 0.066162109375,
+ -0.05316162109375,
+ 0.004718780517578125,
+ -0.0239410400390625,
+ -0.0189666748046875,
+ 0.00024890899658203125,
+ -0.0090789794921875,
+ -0.0198822021484375,
+ -0.0087738037109375,
+ 0.01151275634765625,
+ 0.0474853515625,
+ -0.034698486328125,
+ 0.01522064208984375,
+ -0.008270263671875,
+ 0.044219970703125,
+ 0.0139007568359375,
+ -0.01593017578125,
+ 0.0214996337890625,
+ -0.01541900634765625,
+ 0.005908966064453125,
+ -0.0273895263671875,
+ -0.0750732421875,
+ -0.07427978515625,
+ 0.00943756103515625,
+ -0.03631591796875,
+ -0.003082275390625,
+ -0.0031833648681640625,
+ 0.01450347900390625,
+ 0.011871337890625,
+ -0.003551483154296875,
+ 0.01338958740234375,
+ -0.0051727294921875,
+ -0.02130126953125,
+ -0.02435302734375,
+ 0.0273895263671875,
+ -0.01242828369140625,
+ 0.0261688232421875,
+ -0.01105499267578125,
+ -0.0294189453125,
+ 0.0318603515625,
+ -0.0027141571044921875,
+ 0.004108428955078125,
+ 0.006313323974609375,
+ 0.01409912109375,
+ -0.008575439453125,
+ 0.0214996337890625,
+ -0.09619140625,
+ -0.042999267578125,
+ 0.0028285980224609375,
+ 0.05517578125,
+ -0.000957489013671875,
+ -0.0220184326171875,
+ 0.055999755859375,
+ -0.01531982421875,
+ -0.052764892578125,
+ 0.040771484375,
+ -0.00695037841796875,
+ -0.06695556640625,
+ 0.027587890625,
+ -0.00390625,
+ 0.025360107421875,
+ 0.0211029052734375,
+ 0.049102783203125,
+ 0.03265380859375,
+ 0.040771484375,
+ 0.03692626953125,
+ -0.0220184326171875,
+ 0.01541900634765625,
+ -0.0132904052734375,
+ 0.037750244140625,
+ 0.0186614990234375,
+ 0.046051025390625,
+ -0.0139007568359375,
+ 0.0450439453125,
+ 0.005504608154296875,
+ -0.09820556640625,
+ -0.0123291015625,
+ -0.0292205810546875,
+ -0.0195770263671875,
+ -0.0026378631591796875,
+ 0.082763671875,
+ 0.044647216796875,
+ 0.0221099853515625,
+ 0.0139007568359375,
+ 0.026580810546875,
+ 0.0263824462890625,
+ 0.002002716064453125,
+ -0.0292205810546875,
+ -0.05316162109375,
+ -0.01593017578125,
+ 0.0116119384765625,
+ -0.00446319580078125,
+ -0.058441162109375,
+ 0.0254669189453125,
+ 0.061279296875,
+ -0.0198822021484375,
+ -0.0084228515625,
+ -0.004337310791015625,
+ -0.0015850067138671875,
+ 0.03387451171875,
+ 0.0129852294921875,
+ 0.0111083984375,
+ -0.0576171875,
+ 0.027587890625,
+ 0.03631591796875,
+ -0.0120697021484375,
+ 0.003879547119140625,
+ -0.007354736328125,
+ -0.01541900634765625,
+ 0.0438232421875,
+ -0.05316162109375,
+ 0.00913238525390625,
+ 0.0098876953125,
+ 0.0738525390625,
+ -0.003879547119140625,
+ -0.028411865234375,
+ 0.0027904510498046875,
+ 0.0192718505859375,
+ 0.035308837890625,
+ 0.001331329345703125,
+ 0.01136016845703125,
+ 0.01024627685546875,
+ -0.0155181884765625,
+ 0.0258636474609375,
+ 0.030029296875,
+ -0.0161285400390625,
+ 0.03814697265625,
+ 0.0261688232421875,
+ -0.058441162109375,
+ 0.03204345703125,
+ -0.006694793701171875,
+ 0.019378662109375,
+ -0.002941131591796875,
+ -0.034088134765625,
+ -0.0267791748046875,
+ -0.052764892578125,
+ 0.044219970703125,
+ 0.035491943359375,
+ 0.036102294921875,
+ 0.004512786865234375,
+ 0.002384185791015625,
+ -0.01277923583984375,
+ -0.004108428955078125,
+ 0.0343017578125,
+ 0.030029296875,
+ 0.010498046875,
+ 0.018768310546875,
+ 0.010040283203125,
+ 0.0028781890869140625,
+ 0.007457733154296875,
+ -0.040985107421875,
+ 0.01319122314453125,
+ -0.019775390625,
+ 0.019683837890625,
+ -0.054779052734375,
+ -0.015716552734375,
+ -0.0081634521484375,
+ -0.02252197265625,
+ -0.0139007568359375,
+ -0.02130126953125,
+ 0.017852783203125,
+ -0.020599365234375,
+ -0.038543701171875,
+ 0.007354736328125,
+ 0.06451416015625,
+ -0.03125,
+ 0.0142059326171875,
+ 0.0269775390625,
+ 0.0150146484375,
+ 0.01541900634765625,
+ -0.07830810546875,
+ 0.0576171875,
+ 0.03814697265625,
+ 0.03265380859375,
+ -0.018463134765625,
+ 0.005859375,
+ 0.0281982421875,
+ -0.020294189453125,
+ 0.0011920928955078125,
+ 0.0204925537109375,
+ -0.0261688232421875,
+ 0.053955078125,
+ 0.0290069580078125,
+ 0.005275726318359375,
+ -0.030029296875,
+ 0.0132904052734375,
+ 0.01151275634765625,
+ -0.0462646484375,
+ 0.034912109375,
+ 0.007457733154296875,
+ 0.01151275634765625,
+ -0.005096435546875,
+ -0.0106048583984375,
+ -0.0035247802734375,
+ -0.05072021484375,
+ 0.068603515625,
+ 0.036712646484375,
+ -0.0162353515625,
+ 0.018157958984375,
+ -0.0673828125,
+ 0.03814697265625,
+ 0.01197052001953125,
+ 0.042205810546875,
+ -0.028411865234375,
+ 0.04443359375,
+ -0.0236358642578125,
+ 0.006694793701171875,
+ -0.03387451171875,
+ 0.01039886474609375,
+ -0.0123748779296875,
+ 0.039154052734375,
+ -0.0211029052734375,
+ 0.0576171875,
+ 0.005756378173828125,
+ 0.00897979736328125,
+ -0.06329345703125,
+ -0.0032711029052734375,
+ 0.0010652542114257812,
+ 0.0296173095703125,
+ 0.0304412841796875,
+ -0.053558349609375,
+ -0.0228271484375,
+ -0.0092315673828125,
+ 0.0267791748046875,
+ 0.07952880859375,
+ 0.0104522705078125,
+ 0.0269775390625,
+ -0.006011962890625,
+ -0.00836944580078125,
+ -0.0161285400390625,
+ -0.007049560546875
+ ],
+ "metadata": {
+ "domains": [
+ "network-forensics",
+ "incident-response"
+ ],
+ "phases": [
+ "data-collection",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "wireless",
+ "packet-capture",
+ "injection",
+ "cracking",
+ "scenario:credential_theft"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Tsurugi_Linux",
+ "type": "tool",
+ "name": "Tsurugi Linux",
+ "content": "tsurugi linux spezialisierte forensik-distribution kombiniert mobile- und malware-analyse-tools mit einzigartigen hardware-integration-features für professionelle ermittlungen. integrierter hardware-write-blocker verhindert evidence-kontamination automatisch, bento-menü organisiert tools nach japanischer effizienz-philosophie systematisch. android-forensik-suite mit adb-automatisierung und root-detection, ios-backup-analyzer mit keychain-extraktion, umfangreiche malware-sandbox für dynamic-analysis. performance-kernel speziell für forensik-hardware optimiert, 64-bit-only-architektur nutzt modernen ram voll aus. stealth-mode deaktiviert alle netzwerk-interfaces, unterstützung asiatischer zeichensätze für internationale ermittlungen. gui write-blocker live-acquisition triage forensic-snapshots selective-imaging mobile-focused malware-sandbox asian-language hardware-writeblock performance-kernel stealth-mode incident-response static-investigations malware-analysis mobile-forensics",
+ "embedding": [
+ -0.0215911865234375,
+ 0.0306243896484375,
+ 0.049957275390625,
+ -0.00655364990234375,
+ 0.00827789306640625,
+ 0.03289794921875,
+ 0.01012420654296875,
+ -0.00791168212890625,
+ -0.03021240234375,
+ -0.00873565673828125,
+ -0.0185089111328125,
+ 0.0682373046875,
+ 0.01428985595703125,
+ 0.006679534912109375,
+ -0.050567626953125,
+ 0.02960205078125,
+ 0.00036454200744628906,
+ 0.00817108154296875,
+ 0.0201416015625,
+ 0.005268096923828125,
+ -0.022308349609375,
+ -0.0291900634765625,
+ -0.060028076171875,
+ 0.0114593505859375,
+ 0.0029430389404296875,
+ 0.0143890380859375,
+ -0.0022106170654296875,
+ -0.058807373046875,
+ -0.03289794921875,
+ -0.01346588134765625,
+ 0.0014390945434570312,
+ -0.034942626953125,
+ 0.00411224365234375,
+ 0.03125,
+ 0.0057830810546875,
+ -0.0244598388671875,
+ 0.0181884765625,
+ -0.0207672119140625,
+ -0.02508544921875,
+ 0.05426025390625,
+ -0.017059326171875,
+ -0.00662994384765625,
+ -0.007503509521484375,
+ -0.002750396728515625,
+ -0.03472900390625,
+ -0.0501708984375,
+ -0.02313232421875,
+ -0.01346588134765625,
+ 0.006114959716796875,
+ -0.0306243896484375,
+ 0.018402099609375,
+ 0.01953125,
+ 0.0199432373046875,
+ -0.0267181396484375,
+ -0.032684326171875,
+ 0.01490020751953125,
+ 0.0258026123046875,
+ -0.02569580078125,
+ -0.0357666015625,
+ 0.038238525390625,
+ -0.06866455078125,
+ -0.008941650390625,
+ 0.001850128173828125,
+ -0.02899169921875,
+ 0.0017986297607421875,
+ 0.0283660888671875,
+ -0.00655364990234375,
+ -0.0291900634765625,
+ -0.0012073516845703125,
+ 0.01459503173828125,
+ 0.014801025390625,
+ -0.0300140380859375,
+ -0.02178955078125,
+ 0.0384521484375,
+ -0.02960205078125,
+ -0.0546875,
+ 0.0111541748046875,
+ 0.006526947021484375,
+ -0.00244140625,
+ -0.01377105712890625,
+ -0.02960205078125,
+ 0.007144927978515625,
+ 0.0220947265625,
+ -0.0255889892578125,
+ -0.005680084228515625,
+ 0.004161834716796875,
+ 0.007350921630859375,
+ 0.0017604827880859375,
+ -0.0004367828369140625,
+ -0.0160369873046875,
+ -0.01027679443359375,
+ -0.0009570121765136719,
+ -0.01500701904296875,
+ -0.0165557861328125,
+ 0.036376953125,
+ 0.052001953125,
+ -0.0191192626953125,
+ -0.0255889892578125,
+ -0.01418304443359375,
+ 0.0254974365234375,
+ 0.03021240234375,
+ -0.0207672119140625,
+ 0.03515625,
+ -0.0060882568359375,
+ 0.03472900390625,
+ -0.045440673828125,
+ 0.0005397796630859375,
+ -0.006114959716796875,
+ -0.0028400421142578125,
+ -0.0205535888671875,
+ -0.08636474609375,
+ -0.012542724609375,
+ -0.023956298828125,
+ -0.0760498046875,
+ -0.02435302734375,
+ -0.00775909423828125,
+ -0.0166473388671875,
+ 0.0238494873046875,
+ -0.041107177734375,
+ -0.043792724609375,
+ 0.01593017578125,
+ 0.0261077880859375,
+ -0.006988525390625,
+ 0.0298004150390625,
+ -0.05303955078125,
+ -0.04010009765625,
+ 0.01094818115234375,
+ 0.0291900634765625,
+ -0.046875,
+ -0.0213775634765625,
+ -0.0279541015625,
+ -0.041534423828125,
+ -0.0291900634765625,
+ -0.0298004150390625,
+ -0.0194244384765625,
+ -0.035552978515625,
+ 0.0306243896484375,
+ -0.0168609619140625,
+ -0.012542724609375,
+ 0.02899169921875,
+ 0.043182373046875,
+ -0.023956298828125,
+ -0.0736083984375,
+ 0.00719451904296875,
+ -0.0275421142578125,
+ -0.00034999847412109375,
+ -0.0107421875,
+ 0.04852294921875,
+ -0.03411865234375,
+ -0.01922607421875,
+ -0.00704193115234375,
+ 0.0235443115234375,
+ 0.05181884765625,
+ 0.0241546630859375,
+ 0.00801849365234375,
+ -0.055511474609375,
+ 0.007091522216796875,
+ 0.003955841064453125,
+ 0.033294677734375,
+ -0.00832366943359375,
+ -0.04791259765625,
+ 0.007503509521484375,
+ -0.0135650634765625,
+ 0.020050048828125,
+ -0.014801025390625,
+ -0.03411865234375,
+ -0.00930023193359375,
+ 0.025909423828125,
+ 0.021270751953125,
+ 0.005420684814453125,
+ 0.022308349609375,
+ 0.0176849365234375,
+ 0.0625,
+ 0.04071044921875,
+ -0.006679534912109375,
+ 0.01136016845703125,
+ -0.004291534423828125,
+ -0.02630615234375,
+ 0.04254150390625,
+ 0.0408935546875,
+ -0.023223876953125,
+ -0.013671875,
+ 0.03619384765625,
+ 0.0208587646484375,
+ 0.0163421630859375,
+ -0.01084136962890625,
+ -0.0132598876953125,
+ -0.013153076171875,
+ -0.038238525390625,
+ 0.01377105712890625,
+ -0.0357666015625,
+ -0.013153076171875,
+ -0.019012451171875,
+ 0.043792724609375,
+ 0.0185089111328125,
+ 0.04913330078125,
+ 0.0283660888671875,
+ -0.033111572265625,
+ 0.0447998046875,
+ -0.0074005126953125,
+ -0.01068878173828125,
+ 0.03863525390625,
+ -0.01387786865234375,
+ 0.043792724609375,
+ 0.01202392578125,
+ 0.009613037109375,
+ 0.00304412841796875,
+ 0.026519775390625,
+ 0.0162353515625,
+ 0.0011501312255859375,
+ -0.004932403564453125,
+ 0.06414794921875,
+ -0.004909515380859375,
+ -0.0298004150390625,
+ -0.0255889892578125,
+ -0.028778076171875,
+ 0.022003173828125,
+ -0.0207672119140625,
+ -0.00843048095703125,
+ 0.02239990234375,
+ -0.001239776611328125,
+ -0.06207275390625,
+ 0.020660400390625,
+ 0.0306243896484375,
+ -0.003520965576171875,
+ 0.037628173828125,
+ 0.019317626953125,
+ -0.0390625,
+ -0.0390625,
+ 0.0390625,
+ 0.032470703125,
+ 0.017059326171875,
+ -0.0031986236572265625,
+ -0.0060882568359375,
+ -0.0308380126953125,
+ -0.0447998046875,
+ 0.02630615234375,
+ 0.020355224609375,
+ 0.03228759765625,
+ -0.0033397674560546875,
+ -0.007503509521484375,
+ 0.0171661376953125,
+ -0.0294036865234375,
+ 0.05242919921875,
+ 0.056732177734375,
+ -0.0060882568359375,
+ 0.00011402368545532227,
+ 0.0033664703369140625,
+ 0.0174713134765625,
+ 0.053436279296875,
+ -0.0546875,
+ -0.007350921630859375,
+ -0.07855224609375,
+ -0.0018243789672851562,
+ -0.055511474609375,
+ -0.0258026123046875,
+ -0.0318603515625,
+ -0.060028076171875,
+ 0.02734375,
+ -0.0345458984375,
+ -0.0300140380859375,
+ -0.005756378173828125,
+ 0.034332275390625,
+ -0.0162353515625,
+ 0.01274871826171875,
+ 0.0158233642578125,
+ -0.036590576171875,
+ 0.01593017578125,
+ 0.04913330078125,
+ -0.00014531612396240234,
+ -0.01110076904296875,
+ -0.00801849365234375,
+ 0.0205535888671875,
+ -0.0125885009765625,
+ -0.004009246826171875,
+ -0.04071044921875,
+ 0.0015287399291992188,
+ 0.0202484130859375,
+ 0.019317626953125,
+ 0.041534423828125,
+ -0.0166473388671875,
+ 0.039459228515625,
+ -0.011566162109375,
+ 0.003955841064453125,
+ -0.06207275390625,
+ -0.00341796875,
+ -0.0160369873046875,
+ -0.0171661376953125,
+ -0.0233306884765625,
+ -0.0474853515625,
+ -0.006038665771484375,
+ 0.04852294921875,
+ -0.0078125,
+ 0.018402099609375,
+ 0.033294677734375,
+ -0.030426025390625,
+ 0.0294036865234375,
+ -0.003314971923828125,
+ 0.0027751922607421875,
+ 0.0009832382202148438,
+ 0.036376953125,
+ -0.0157318115234375,
+ 0.0269317626953125,
+ 0.00971221923828125,
+ 0.0038547515869140625,
+ -0.027130126953125,
+ -0.0462646484375,
+ -0.01027679443359375,
+ -0.018402099609375,
+ -0.055084228515625,
+ -0.039459228515625,
+ 0.028167724609375,
+ -0.0230255126953125,
+ 0.0005908012390136719,
+ -0.0054473876953125,
+ -0.00914764404296875,
+ -0.023956298828125,
+ -0.045623779296875,
+ 0.006679534912109375,
+ -0.02630615234375,
+ -0.044403076171875,
+ -0.0060882568359375,
+ 0.03289794921875,
+ 0.0176849365234375,
+ 0.006500244140625,
+ -0.022003173828125,
+ -0.01192474365234375,
+ -0.0196380615234375,
+ 0.024871826171875,
+ 0.005626678466796875,
+ 0.007656097412109375,
+ -0.00775909423828125,
+ 0.04852294921875,
+ 0.0238494873046875,
+ 0.0240478515625,
+ 0.0225067138671875,
+ 0.053436279296875,
+ 0.024261474609375,
+ -0.016754150390625,
+ -0.0008931159973144531,
+ -0.00678253173828125,
+ -0.00038051605224609375,
+ 0.0132598876953125,
+ -0.0228118896484375,
+ -0.02630615234375,
+ 0.0132598876953125,
+ -0.0318603515625,
+ 0.0163421630859375,
+ 0.040496826171875,
+ 0.0140838623046875,
+ 0.01922607421875,
+ -0.0384521484375,
+ 0.007091522216796875,
+ 0.0513916015625,
+ 0.0087890625,
+ 0.0928955078125,
+ -0.03289794921875,
+ -0.0435791015625,
+ 0.01788330078125,
+ 0.027130126953125,
+ -0.0179901123046875,
+ 0.0235443115234375,
+ 0.032470703125,
+ 0.0244598388671875,
+ -0.01788330078125,
+ 0.0220947265625,
+ -0.027130126953125,
+ 0.04522705078125,
+ -0.01377105712890625,
+ -0.00786590576171875,
+ 0.0244598388671875,
+ 0.00580596923828125,
+ 0.017364501953125,
+ 0.03289794921875,
+ 0.031463623046875,
+ -0.0080718994140625,
+ 0.0318603515625,
+ -0.024566650390625,
+ -0.017364501953125,
+ -0.0230255126953125,
+ -0.063720703125,
+ 0.0269317626953125,
+ 0.046661376953125,
+ 0.004238128662109375,
+ 0.040283203125,
+ -0.0218963623046875,
+ -0.079345703125,
+ 0.0345458984375,
+ -0.05181884765625,
+ 0.0526123046875,
+ 0.0240478515625,
+ 0.0143890380859375,
+ 0.0216827392578125,
+ -0.0269317626953125,
+ -0.0166473388671875,
+ 0.0110015869140625,
+ -0.006679534912109375,
+ 0.022918701171875,
+ 0.045623779296875,
+ 0.04010009765625,
+ -0.0007996559143066406,
+ -0.042755126953125,
+ 0.04193115234375,
+ 0.05426025390625,
+ 0.0186004638671875,
+ -0.00531768798828125,
+ 0.033721923828125,
+ 0.0308380126953125,
+ 0.0408935546875,
+ -0.0168609619140625,
+ 0.041717529296875,
+ 0.040496826171875,
+ -0.01593017578125,
+ 0.01335906982421875,
+ -0.025909423828125,
+ 0.018707275390625,
+ -0.05426025390625,
+ 0.01459503173828125,
+ -0.005680084228515625,
+ 0.01264190673828125,
+ -0.0029430389404296875,
+ 0.0318603515625,
+ -0.057159423828125,
+ -0.00909423828125,
+ 0.047271728515625,
+ -0.0760498046875,
+ 0.038848876953125,
+ 0.0174713134765625,
+ -0.02239990234375,
+ 0.019012451171875,
+ -0.0082244873046875,
+ -0.040496826171875,
+ 0.016754150390625,
+ -0.01104736328125,
+ -0.03472900390625,
+ 0.013153076171875,
+ 0.0298004150390625,
+ -0.047698974609375,
+ -0.06085205078125,
+ -0.0189056396484375,
+ -0.0165557861328125,
+ -0.0080718994140625,
+ -0.0254974365234375,
+ 0.046875,
+ -0.0036754608154296875,
+ -0.015106201171875,
+ 0.0306243896484375,
+ 0.043365478515625,
+ -0.0168609619140625,
+ -0.04852294921875,
+ 0.0546875,
+ -0.0176849365234375,
+ -0.0300140380859375,
+ 0.019317626953125,
+ 0.025909423828125,
+ 0.0384521484375,
+ -0.00914764404296875,
+ -0.000009775161743164062,
+ -0.002132415771484375,
+ 0.03021240234375,
+ 0.025177001953125,
+ 0.01300048828125,
+ -0.0318603515625,
+ -0.0318603515625,
+ -0.040496826171875,
+ 0.0238494873046875,
+ 0.0165557861328125,
+ 0.04254150390625,
+ 0.007503509521484375,
+ -0.06988525390625,
+ 0.046661376953125,
+ -0.036590576171875,
+ -0.020050048828125,
+ -0.00888824462890625,
+ 0.0023250579833984375,
+ -0.031036376953125,
+ 0.060028076171875,
+ -0.03472900390625,
+ -0.00255584716796875,
+ -0.03350830078125,
+ 0.033294677734375,
+ 0.00997161865234375,
+ -0.026214599609375,
+ -0.015625,
+ 0.04974365234375,
+ 0.051177978515625,
+ -0.0694580078125,
+ -0.002170562744140625,
+ 0.00888824462890625,
+ -0.0129547119140625,
+ 0.04583740234375,
+ -0.0546875,
+ 0.006168365478515625,
+ 0.01104736328125,
+ -0.053863525390625,
+ -0.037628173828125,
+ -0.050994873046875,
+ -0.00884246826171875,
+ -0.0157318115234375,
+ 0.02117919921875,
+ 0.0283660888671875,
+ -0.0007419586181640625,
+ 0.0279541015625,
+ -0.00827789306640625,
+ 0.0158233642578125,
+ 0.0007100105285644531,
+ 0.0160369873046875,
+ -0.020660400390625,
+ 0.0188140869140625,
+ -0.0723876953125,
+ -0.0279541015625,
+ -0.015106201171875,
+ 0.0269317626953125,
+ -0.035552978515625,
+ -0.00791168212890625,
+ 0.0247650146484375,
+ -0.0022220611572265625,
+ 0.032684326171875,
+ -0.0294036865234375,
+ 0.007503509521484375,
+ -0.028167724609375,
+ -0.025909423828125,
+ -0.027130126953125,
+ -0.019012451171875,
+ 0.004650115966796875,
+ 0.0129547119140625,
+ 0.0005173683166503906,
+ 0.0202484130859375,
+ 0.0260009765625,
+ -0.0546875,
+ 0.0157318115234375,
+ 0.0080718994140625,
+ 0.01264190673828125,
+ -0.0021457672119140625,
+ 0.0008220672607421875,
+ 0.0007772445678710938,
+ 0.0166473388671875,
+ 0.034332275390625,
+ -0.027130126953125,
+ -0.037811279296875,
+ -0.08056640625,
+ 0.01140594482421875,
+ -0.0090484619140625,
+ 0.007450103759765625,
+ 0.0014324188232421875,
+ -0.0384521484375,
+ -0.0513916015625,
+ -0.0004916191101074219,
+ 0.0222015380859375,
+ 0.00925445556640625,
+ -0.006526947021484375,
+ -0.0166473388671875,
+ -0.0035724639892578125,
+ 0.019317626953125,
+ -0.01248931884765625,
+ 0.036376953125,
+ -0.01110076904296875,
+ 0.00377655029296875,
+ 0.020050048828125,
+ -0.0213775634765625,
+ 0.0140838623046875,
+ 0.01500701904296875,
+ 0.035369873046875,
+ 0.01274871826171875,
+ 0.035552978515625,
+ -0.018096923828125,
+ 0.02899169921875,
+ -0.0101776123046875,
+ -0.0218963623046875,
+ -0.00621795654296875,
+ -0.004703521728515625,
+ 0.0119781494140625,
+ -0.034942626953125,
+ -0.021270751953125,
+ 0.0092010498046875,
+ 0.016754150390625,
+ 0.0241546630859375,
+ -0.026519775390625,
+ 0.00341796875,
+ 0.0249786376953125,
+ 0.004547119140625,
+ 0.08221435546875,
+ -0.0188140869140625,
+ -0.05035400390625,
+ 0.00888824462890625,
+ 0.0014066696166992188,
+ 0.041534423828125,
+ 0.0487060546875,
+ 0.005962371826171875,
+ -0.04071044921875,
+ 0.0205535888671875,
+ 0.043792724609375,
+ -0.012847900390625,
+ -0.0197296142578125,
+ -0.018096923828125,
+ 0.0220947265625,
+ 0.0143890380859375,
+ 0.048309326171875,
+ 0.0140838623046875,
+ 0.09375,
+ 0.0078125,
+ 0.00827789306640625,
+ 0.018707275390625,
+ 0.08306884765625,
+ 0.028167724609375,
+ -0.03515625,
+ -0.049957275390625,
+ 0.003391265869140625,
+ -0.0168609619140625,
+ -0.043365478515625,
+ -0.03350830078125,
+ 0.0176849365234375,
+ 0.06536865234375,
+ -0.0592041015625,
+ -0.0157318115234375,
+ -0.01012420654296875,
+ -0.0012073516845703125,
+ 0.01377105712890625,
+ -0.005680084228515625,
+ -0.018402099609375,
+ 0.0267181396484375,
+ 0.026519775390625,
+ -0.055084228515625,
+ -0.014495849609375,
+ -0.0074005126953125,
+ 0.0277557373046875,
+ 0.059600830078125,
+ 0.00811767578125,
+ -0.00042724609375,
+ 0.020965576171875,
+ 0.033721923828125,
+ 0.02899169921875,
+ 0.0157318115234375,
+ 0.039886474609375,
+ 0.033721923828125,
+ 0.0247650146484375,
+ 0.040283203125,
+ 0.04461669921875,
+ -0.0143890380859375,
+ -0.0168609619140625,
+ 0.03228759765625,
+ 0.0111541748046875,
+ 0.061676025390625,
+ 0.06781005859375,
+ -0.012847900390625,
+ 0.0318603515625,
+ -0.017059326171875,
+ -0.045440673828125,
+ 0.0182952880859375,
+ -0.007709503173828125,
+ 0.0005269050598144531,
+ -0.0579833984375,
+ -0.047088623046875,
+ 0.0092010498046875,
+ -0.02960205078125,
+ 0.03472900390625,
+ 0.0269317626953125,
+ -0.01418304443359375,
+ -0.017059326171875,
+ 0.052215576171875,
+ -0.024261474609375,
+ -0.0294036865234375,
+ 0.0023250579833984375,
+ -0.0191192626953125,
+ -0.01346588134765625,
+ -0.0275421142578125,
+ -0.040283203125,
+ 0.0191192626953125,
+ -0.016143798828125,
+ -0.06781005859375,
+ -0.0233306884765625,
+ 0.035552978515625,
+ -0.0246734619140625,
+ -0.03741455078125,
+ -0.00914764404296875,
+ 0.014495849609375,
+ -0.0169525146484375,
+ -0.045623779296875,
+ -0.04400634765625,
+ -0.03125,
+ 0.0267181396484375,
+ -0.0249786376953125,
+ 0.0220947265625,
+ -0.033905029296875,
+ -0.0254974365234375,
+ -0.0236358642578125,
+ -0.028167724609375,
+ -0.0174713134765625,
+ 0.0189056396484375,
+ -0.036376953125,
+ 0.025177001953125,
+ 0.004421234130859375,
+ 0.00827789306640625,
+ 0.0423583984375,
+ 0.08306884765625,
+ -0.01459503173828125,
+ 0.0037517547607421875,
+ -0.0111541748046875,
+ -0.04791259765625,
+ -0.005344390869140625,
+ -0.002826690673828125,
+ 0.0100250244140625,
+ -0.06292724609375,
+ 0.0238494873046875,
+ 0.055084228515625,
+ -0.08428955078125,
+ 0.0001252889633178711,
+ -0.004138946533203125,
+ -0.01151275634765625,
+ -0.050994873046875,
+ -0.00925445556640625,
+ -0.004215240478515625,
+ 0.0300140380859375,
+ 0.0859375,
+ 0.0016698837280273438,
+ -0.0004239082336425781,
+ 0.006168365478515625,
+ -0.0258026123046875,
+ 0.034332275390625,
+ 0.044189453125,
+ 0.0008931159973144531,
+ -0.047698974609375,
+ 0.027130126953125,
+ 0.032470703125,
+ -0.0152130126953125,
+ 0.004909515380859375,
+ -0.07403564453125,
+ -0.0051116943359375,
+ 0.035552978515625,
+ 0.006011962890625,
+ -0.0036487579345703125,
+ -0.013671875,
+ -0.025909423828125,
+ -0.0238494873046875,
+ -0.020050048828125,
+ 0.028778076171875,
+ 0.003597259521484375,
+ 0.003932952880859375,
+ -0.0283660888671875,
+ -0.00550079345703125,
+ -0.01274871826171875,
+ -0.049957275390625,
+ -0.0285797119140625,
+ -0.030426025390625,
+ 0.027130126953125,
+ -0.041107177734375,
+ -0.037811279296875,
+ 0.026214599609375,
+ -0.00858306884765625,
+ 0.0210723876953125,
+ 0.020660400390625,
+ 0.061248779296875,
+ -0.05242919921875,
+ 0.0010595321655273438,
+ 0.00223541259765625,
+ 0.043182373046875,
+ -0.01397705078125,
+ -0.0002071857452392578,
+ 0.01727294921875,
+ 0.011871337890625,
+ 0.0152130126953125,
+ -0.0357666015625,
+ 0.048095703125,
+ 0.0423583984375,
+ -0.037200927734375,
+ -0.060028076171875,
+ -0.0384521484375,
+ -0.020355224609375,
+ 0.028778076171875,
+ 0.0023250579833984375,
+ 0.03125,
+ -0.00042724609375,
+ 0.002620697021484375,
+ -0.11920166015625,
+ 0.0474853515625,
+ -0.015106201171875,
+ 0.00418853759765625,
+ 0.023223876953125,
+ 0.0096588134765625,
+ -0.0826416015625,
+ -0.05181884765625,
+ -0.004856109619140625,
+ 0.018096923828125,
+ -0.0191192626953125,
+ 0.0171661376953125,
+ 0.004985809326171875,
+ 0.01387786865234375,
+ -0.004215240478515625,
+ -0.01490020751953125,
+ 0.0155181884765625,
+ 0.045440673828125,
+ 0.02630615234375,
+ -0.0260009765625,
+ 0.06622314453125,
+ -0.031036376953125,
+ -0.00775909423828125,
+ -0.02313232421875,
+ 0.0104827880859375,
+ 0.0075531005859375,
+ -0.004932403564453125,
+ -0.00007748603820800781,
+ 0.0023899078369140625,
+ 0.02734375,
+ 0.058380126953125,
+ -0.0194244384765625,
+ 0.0188140869140625,
+ -0.0007739067077636719,
+ 0.01300048828125,
+ 0.024261474609375,
+ -0.039459228515625,
+ -0.0110015869140625,
+ 0.0222015380859375,
+ -0.0308380126953125,
+ -0.0016832351684570312,
+ -0.07525634765625,
+ -0.0814208984375,
+ 0.00678253173828125,
+ -0.031646728515625,
+ -0.00940704345703125,
+ 0.0277557373046875,
+ 0.01104736328125,
+ 0.0060882568359375,
+ -0.034332275390625,
+ 0.0261077880859375,
+ -0.0114593505859375,
+ -0.0357666015625,
+ -0.020050048828125,
+ 0.0215911865234375,
+ -0.0236358642578125,
+ 0.04132080078125,
+ -0.00858306884765625,
+ -0.042144775390625,
+ 0.03472900390625,
+ -0.0267181396484375,
+ -0.0132598876953125,
+ -0.0308380126953125,
+ -0.043365478515625,
+ -0.027130126953125,
+ 0.012542724609375,
+ -0.0703125,
+ -0.033111572265625,
+ 0.0279541015625,
+ 0.032684326171875,
+ 0.0182952880859375,
+ -0.017364501953125,
+ 0.04974365234375,
+ 0.0132598876953125,
+ -0.0703125,
+ 0.033294677734375,
+ -0.00047206878662109375,
+ -0.040283203125,
+ 0.0020294189453125,
+ -0.01068878173828125,
+ -0.0010595321655273438,
+ 0.0238494873046875,
+ 0.047698974609375,
+ 0.035552978515625,
+ 0.0294036865234375,
+ -0.00775909423828125,
+ -0.0345458984375,
+ 0.01068878173828125,
+ -0.028778076171875,
+ 0.024261474609375,
+ 0.033294677734375,
+ 0.020050048828125,
+ 0.014495849609375,
+ 0.0007805824279785156,
+ 0.01953125,
+ -0.105224609375,
+ -0.01140594482421875,
+ -0.02960205078125,
+ -0.058807373046875,
+ 0.023223876953125,
+ 0.07647705078125,
+ 0.0160369873046875,
+ -0.010589599609375,
+ 0.0240478515625,
+ 0.04974365234375,
+ 0.036376953125,
+ 0.002056121826171875,
+ -0.006500244140625,
+ -0.061248779296875,
+ -0.017059326171875,
+ -0.00439453125,
+ 0.02630615234375,
+ -0.055084228515625,
+ 0.032684326171875,
+ 0.0513916015625,
+ -0.01459503173828125,
+ -0.0126953125,
+ -0.004703521728515625,
+ 0.0005235671997070312,
+ 0.042144775390625,
+ 0.00162506103515625,
+ 0.01490020751953125,
+ -0.069091796875,
+ 0.0155181884765625,
+ 0.033721923828125,
+ 0.0029544830322265625,
+ -0.00760650634765625,
+ -0.004627227783203125,
+ -0.002994537353515625,
+ 0.01922607421875,
+ -0.06988525390625,
+ -0.031463623046875,
+ 0.020660400390625,
+ 0.0526123046875,
+ 0.000010192394256591797,
+ -0.041717529296875,
+ -0.032684326171875,
+ 0.05303955078125,
+ 0.0201416015625,
+ -0.0291900634765625,
+ 0.01140594482421875,
+ 0.01238250732421875,
+ 0.003070831298828125,
+ 0.00971221923828125,
+ 0.04852294921875,
+ 0.007144927978515625,
+ 0.041717529296875,
+ 0.0283660888671875,
+ -0.060028076171875,
+ 0.020050048828125,
+ 0.005908966064453125,
+ 0.0182952880859375,
+ -0.01140594482421875,
+ -0.04296875,
+ -0.018402099609375,
+ -0.04583740234375,
+ 0.033294677734375,
+ 0.006450653076171875,
+ 0.02435302734375,
+ 0.0074005126953125,
+ -0.003597259521484375,
+ -0.0279541015625,
+ -0.00467681884765625,
+ 0.0199432373046875,
+ 0.0447998046875,
+ 0.038848876953125,
+ 0.0277557373046875,
+ 0.031463623046875,
+ 0.01202392578125,
+ 0.01727294921875,
+ -0.03515625,
+ 0.03411865234375,
+ -0.0197296142578125,
+ -0.00606536865234375,
+ -0.07318115234375,
+ -0.007503509521484375,
+ 0.006938934326171875,
+ -0.0298004150390625,
+ -0.00940704345703125,
+ -0.02960205078125,
+ 0.0132598876953125,
+ -0.016143798828125,
+ -0.04400634765625,
+ -0.0181884765625,
+ 0.044403076171875,
+ -0.0423583984375,
+ 0.032470703125,
+ 0.01346588134765625,
+ -0.028778076171875,
+ -0.0002892017364501953,
+ -0.0275421142578125,
+ 0.0970458984375,
+ 0.033294677734375,
+ 0.01490020751953125,
+ -0.0012722015380859375,
+ 0.018707275390625,
+ 0.038238525390625,
+ -0.01079559326171875,
+ 0.00390625,
+ 0.0207672119140625,
+ -0.019317626953125,
+ 0.03863525390625,
+ 0.045623779296875,
+ 0.0106353759765625,
+ -0.03802490234375,
+ 0.021484375,
+ 0.004703521728515625,
+ -0.04974365234375,
+ 0.05755615234375,
+ 0.038238525390625,
+ 0.0318603515625,
+ -0.018402099609375,
+ -0.0022869110107421875,
+ -0.026519775390625,
+ -0.084716796875,
+ 0.0546875,
+ 0.0238494873046875,
+ -0.0009889602661132812,
+ 0.04193115234375,
+ -0.04400634765625,
+ 0.037628173828125,
+ 0.0199432373046875,
+ 0.03472900390625,
+ -0.04791259765625,
+ 0.0462646484375,
+ -0.01346588134765625,
+ -0.01397705078125,
+ -0.0038280487060546875,
+ 0.022918701171875,
+ -0.015625,
+ 0.0234375,
+ -0.03021240234375,
+ 0.0657958984375,
+ -0.0005331039428710938,
+ -0.031036376953125,
+ -0.06536865234375,
+ -0.020660400390625,
+ 0.01012420654296875,
+ 0.0003757476806640625,
+ 0.0447998046875,
+ -0.043182373046875,
+ 0.003597259521484375,
+ -0.0194244384765625,
+ 0.00914764404296875,
+ 0.06292724609375,
+ -0.0085296630859375,
+ 0.02960205078125,
+ -0.005702972412109375,
+ -0.026214599609375,
+ -0.003879547119140625,
+ -0.0177764892578125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "mobile-forensics"
+ ],
+ "phases": [],
+ "tags": [
+ "gui",
+ "write-blocker",
+ "live-acquisition",
+ "triage",
+ "forensic-snapshots",
+ "selective-imaging",
+ "mobile-focused",
+ "malware-sandbox",
+ "asian-language",
+ "hardware-writeblock",
+ "performance-kernel",
+ "stealth-mode"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Rapid_Incident_Response_Triage_on_macOS",
+ "type": "tool",
+ "name": "Rapid Incident Response Triage on macOS",
+ "content": "rapid incident response triage on macos spezialisierte methodik für schnelle forensische triage auf macos-systemen optimiert für enterprise-incident-response. priorisiert flüchtige artefakte und kritische indicators of compromise (iocs) für entscheidungen in unter 60 minuten. sammlung ohne full-disk-imaging: prozesslisten, netzwerk- verbindungen, launchagents/daemons, quarantine-events, tcc-datenbank. besondere macos-artefakte: unified logs, fsevents, spotlight-metadaten, xprotect-detections. tools wie aftermath oder osquery automatisieren datensammlung. die methodik adressiert macos-spezifische herausforderungen: sip, gatekeeper, code-signing-verifizierung. timeline-erstellung aus asl/uls für ereigniskorrelation. besonders wertvoll für mdm-verwaltete flotten mit hunderten macs. die dokumentation für remote-collection via ssh/ard. post-triage-entscheidung: full-forensics oder neuinstallation. anpassbar für verschiedene bedrohungsszenarien von malware bis insider-threats. triage fast-scan apfs selective-imaging macos-artifacts unified-logs launch-agents quarantine-events remote-collection mdm-compatible timeline-focused sip-aware incident-response static-investigations malware-analysis data-collection examination",
+ "embedding": [
+ -0.0200042724609375,
+ 0.038177490234375,
+ 0.06146240234375,
+ 0.00133514404296875,
+ 0.0294647216796875,
+ 0.0167236328125,
+ 0.0164642333984375,
+ -0.030181884765625,
+ -0.0341796875,
+ 0.0194549560546875,
+ -0.01036834716796875,
+ 0.058929443359375,
+ 0.002193450927734375,
+ -0.0189971923828125,
+ -0.04254150390625,
+ 0.06219482421875,
+ 0.004726409912109375,
+ -0.00018894672393798828,
+ 0.0167236328125,
+ 0.0020236968994140625,
+ -0.01473236083984375,
+ -0.007137298583984375,
+ -0.08258056640625,
+ -0.02099609375,
+ -0.01236724853515625,
+ 0.032928466796875,
+ -0.0220947265625,
+ -0.052734375,
+ -0.0374755859375,
+ 0.03363037109375,
+ 0.0167236328125,
+ -0.029998779296875,
+ 0.00640869140625,
+ 0.02728271484375,
+ 0.008270263671875,
+ -0.04327392578125,
+ 0.0088653564453125,
+ -0.0236358642578125,
+ -0.01227569580078125,
+ 0.04583740234375,
+ -0.0005197525024414062,
+ 0.0008692741394042969,
+ 0.01409149169921875,
+ -0.00995635986328125,
+ -0.0152740478515625,
+ -0.007183074951171875,
+ 0.009368896484375,
+ -0.0024318695068359375,
+ 0.0234527587890625,
+ -0.027099609375,
+ 0.0155487060546875,
+ 0.03472900390625,
+ 0.00559234619140625,
+ -0.0018301010131835938,
+ -0.0263671875,
+ 0.038360595703125,
+ 0.012725830078125,
+ -0.0164642333984375,
+ -0.046356201171875,
+ 0.046905517578125,
+ -0.04437255859375,
+ -0.01000213623046875,
+ 0.0010118484497070312,
+ -0.032745361328125,
+ 0.00429534912109375,
+ 0.0263671875,
+ -0.0009264945983886719,
+ -0.037811279296875,
+ 0.017547607421875,
+ -0.00040912628173828125,
+ -0.00909423828125,
+ 0.000006258487701416016,
+ -0.0231781005859375,
+ 0.022003173828125,
+ -0.01800537109375,
+ -0.06036376953125,
+ 0.0241851806640625,
+ 0.0110931396484375,
+ -0.0006308555603027344,
+ -0.00954437255859375,
+ -0.02655029296875,
+ 0.0108642578125,
+ 0.040557861328125,
+ -0.0024433135986328125,
+ -0.03564453125,
+ 0.005615234375,
+ 0.01181793212890625,
+ 0.02301025390625,
+ -0.00109100341796875,
+ 0.0000032186508178710938,
+ 0.01873779296875,
+ -0.0020904541015625,
+ -0.0012788772583007812,
+ -0.00959014892578125,
+ 0.0360107421875,
+ 0.06109619140625,
+ -0.00809478759765625,
+ -0.01236724853515625,
+ -0.0161895751953125,
+ 0.032562255859375,
+ 0.02264404296875,
+ -0.0338134765625,
+ 0.03472900390625,
+ -0.0009889602661132812,
+ 0.0665283203125,
+ -0.0452880859375,
+ 0.007228851318359375,
+ -0.021728515625,
+ -0.0149078369140625,
+ 0.01018524169921875,
+ -0.0872802734375,
+ -0.0289154052734375,
+ -0.031097412109375,
+ -0.08544921875,
+ -0.0009150505065917969,
+ -0.00536346435546875,
+ -0.022003173828125,
+ 0.02301025390625,
+ -0.033447265625,
+ -0.032562255859375,
+ 0.0109100341796875,
+ 0.0247344970703125,
+ 0.00949859619140625,
+ 0.0041351318359375,
+ -0.039642333984375,
+ -0.0531005859375,
+ 0.01381683349609375,
+ 0.0249176025390625,
+ -0.0160980224609375,
+ -0.0064544677734375,
+ -0.023101806640625,
+ -0.0360107421875,
+ -0.0205535888671875,
+ -0.0289154052734375,
+ -0.005863189697265625,
+ -0.006320953369140625,
+ 0.021820068359375,
+ 0.0150909423828125,
+ -0.01409149169921875,
+ 0.0151824951171875,
+ 0.046356201171875,
+ -0.018463134765625,
+ -0.06512451171875,
+ -0.033447265625,
+ -0.0438232421875,
+ -0.007320404052734375,
+ -0.0154571533203125,
+ 0.0234527587890625,
+ -0.01381683349609375,
+ 0.0015459060668945312,
+ -0.00171661376953125,
+ 0.0251007080078125,
+ 0.03582763671875,
+ 0.01427459716796875,
+ 0.017913818359375,
+ -0.04254150390625,
+ -0.0181884765625,
+ -0.021728515625,
+ 0.06549072265625,
+ -0.0029773712158203125,
+ -0.01209259033203125,
+ 0.01727294921875,
+ -0.01032257080078125,
+ -0.01245880126953125,
+ -0.017913818359375,
+ -0.055267333984375,
+ -0.022735595703125,
+ 0.0192718505859375,
+ 0.0167236328125,
+ 0.007137298583984375,
+ 0.032562255859375,
+ -0.00763702392578125,
+ 0.05419921875,
+ 0.05419921875,
+ -0.0091400146484375,
+ 0.018096923828125,
+ 0.01200103759765625,
+ -0.0200042724609375,
+ 0.049468994140625,
+ 0.06219482421875,
+ -0.006320953369140625,
+ -0.005138397216796875,
+ 0.05963134765625,
+ 0.0012044906616210938,
+ 0.0004291534423828125,
+ -0.006000518798828125,
+ -0.007320404052734375,
+ -0.004070281982421875,
+ -0.057098388671875,
+ 0.005863189697265625,
+ -0.032928466796875,
+ -0.0289154052734375,
+ -0.02117919921875,
+ 0.01482391357421875,
+ 0.02191162109375,
+ 0.0716552734375,
+ 0.0279998779296875,
+ -0.007366180419921875,
+ 0.0247344970703125,
+ -0.01381683349609375,
+ 0.0063629150390625,
+ 0.037109375,
+ -0.01873779296875,
+ 0.041107177734375,
+ 0.002864837646484375,
+ -0.01245880126953125,
+ -0.02154541015625,
+ 0.0204620361328125,
+ 0.022003173828125,
+ -0.031829833984375,
+ 0.012908935546875,
+ 0.06146240234375,
+ -0.0208282470703125,
+ -0.038360595703125,
+ -0.018463134765625,
+ -0.033447265625,
+ 0.030364990234375,
+ -0.005092620849609375,
+ -0.00800323486328125,
+ 0.021728515625,
+ -0.007411956787109375,
+ -0.056365966796875,
+ -0.012908935546875,
+ 0.01023101806640625,
+ 0.00415802001953125,
+ 0.033447265625,
+ 0.02191162109375,
+ -0.02728271484375,
+ -0.039825439453125,
+ 0.0191802978515625,
+ 0.022918701171875,
+ 0.0245513916015625,
+ -0.00008028745651245117,
+ 0.01200103759765625,
+ -0.0157318115234375,
+ -0.0149078369140625,
+ 0.034912109375,
+ 0.02301025390625,
+ 0.0249176025390625,
+ -0.0002741813659667969,
+ -0.005706787109375,
+ 0.0367431640625,
+ -0.01390838623046875,
+ 0.0115509033203125,
+ 0.041107177734375,
+ -0.03619384765625,
+ -0.01482391357421875,
+ -0.0108184814453125,
+ 0.0181884765625,
+ 0.0531005859375,
+ -0.040740966796875,
+ 0.00327301025390625,
+ -0.07635498046875,
+ 0.01209259033203125,
+ -0.048736572265625,
+ -0.0232696533203125,
+ -0.0263671875,
+ -0.057464599609375,
+ 0.032379150390625,
+ -0.055999755859375,
+ -0.02191162109375,
+ 0.0009546279907226562,
+ 0.021820068359375,
+ -0.00772857666015625,
+ 0.057830810546875,
+ -0.001079559326171875,
+ -0.058197021484375,
+ 0.0093231201171875,
+ 0.06072998046875,
+ 0.01172637939453125,
+ -0.01873779296875,
+ 0.001369476318359375,
+ 0.031097412109375,
+ -0.01227569580078125,
+ 0.032012939453125,
+ -0.048736572265625,
+ 0.0115509033203125,
+ 0.02655029296875,
+ 0.0292816162109375,
+ 0.044189453125,
+ 0.01036834716796875,
+ 0.017913818359375,
+ -0.00550079345703125,
+ 0.03399658203125,
+ -0.0523681640625,
+ 0.0106353759765625,
+ -0.0374755859375,
+ 0.0013408660888671875,
+ -0.010772705078125,
+ -0.055267333984375,
+ -0.0017385482788085938,
+ 0.037628173828125,
+ -0.007228851318359375,
+ 0.01036834716796875,
+ 0.022186279296875,
+ -0.0531005859375,
+ 0.0056610107421875,
+ 0.001346588134765625,
+ 0.0025348663330078125,
+ 0.0207366943359375,
+ 0.040740966796875,
+ -0.040008544921875,
+ 0.0024318695068359375,
+ -0.005092620849609375,
+ 0.01172637939453125,
+ -0.0202789306640625,
+ -0.0516357421875,
+ -0.03692626953125,
+ -0.0294647216796875,
+ -0.0531005859375,
+ -0.02099609375,
+ 0.03326416015625,
+ -0.0157318115234375,
+ 0.0158233642578125,
+ -0.0161895751953125,
+ -0.008544921875,
+ -0.02264404296875,
+ -0.032012939453125,
+ 0.0213623046875,
+ -0.01318359375,
+ -0.017547607421875,
+ -0.007091522216796875,
+ 0.0452880859375,
+ -0.008819580078125,
+ 0.000701904296875,
+ -0.013458251953125,
+ -0.0045928955078125,
+ -0.02618408203125,
+ 0.006591796875,
+ -0.022369384765625,
+ 0.0285491943359375,
+ -0.00814056396484375,
+ 0.0241851806640625,
+ 0.0232696533203125,
+ 0.058197021484375,
+ 0.00420379638671875,
+ 0.05126953125,
+ 0.0030689239501953125,
+ -0.03363037109375,
+ -0.023101806640625,
+ -0.02581787109375,
+ 0.018280029296875,
+ 0.0031147003173828125,
+ -0.0234527587890625,
+ -0.004364013671875,
+ -0.0018301010131835938,
+ -0.0190887451171875,
+ 0.002285003662109375,
+ 0.022735595703125,
+ 0.030914306640625,
+ 0.0057525634765625,
+ -0.046356201171875,
+ -0.002124786376953125,
+ 0.049835205078125,
+ 0.002750396728515625,
+ 0.107666015625,
+ -0.0234527587890625,
+ -0.06365966796875,
+ 0.02191162109375,
+ 0.0281829833984375,
+ -0.02545166015625,
+ 0.01227569580078125,
+ 0.022918701171875,
+ -0.00577545166015625,
+ 0.001705169677734375,
+ 0.018280029296875,
+ -0.022552490234375,
+ 0.049468994140625,
+ 0.005229949951171875,
+ 0.0087738037109375,
+ 0.0267333984375,
+ 0.00940704345703125,
+ 0.032196044921875,
+ 0.057830810546875,
+ 0.0267333984375,
+ -0.004749298095703125,
+ 0.0545654296875,
+ -0.039642333984375,
+ -0.0438232421875,
+ -0.031646728515625,
+ -0.083984375,
+ 0.00415802001953125,
+ 0.0202789306640625,
+ 0.0338134765625,
+ 0.040374755859375,
+ -0.0294647216796875,
+ -0.06109619140625,
+ 0.022735595703125,
+ -0.01236724853515625,
+ 0.06182861328125,
+ 0.057098388671875,
+ -0.00278472900390625,
+ 0.0251007080078125,
+ -0.0241851806640625,
+ -0.0003635883331298828,
+ 0.031463623046875,
+ -0.008636474609375,
+ 0.0035686492919921875,
+ 0.040374755859375,
+ 0.06219482421875,
+ 0.008270263671875,
+ -0.030548095703125,
+ 0.0224609375,
+ 0.040374755859375,
+ 0.0208282470703125,
+ 0.0010623931884765625,
+ 0.007274627685546875,
+ 0.03399658203125,
+ 0.01163482666015625,
+ -0.0152740478515625,
+ 0.048370361328125,
+ 0.0149993896484375,
+ -0.00972747802734375,
+ 0.032379150390625,
+ -0.01454925537109375,
+ 0.01690673828125,
+ -0.06256103515625,
+ 0.0245513916015625,
+ -0.0189971923828125,
+ -0.01172637939453125,
+ 0.004070281982421875,
+ 0.038726806640625,
+ -0.0709228515625,
+ 0.0155487060546875,
+ 0.03363037109375,
+ -0.07928466796875,
+ 0.037109375,
+ 0.03326416015625,
+ -0.018463134765625,
+ 0.0167236328125,
+ 0.01013946533203125,
+ -0.038543701171875,
+ 0.032012939453125,
+ -0.0251007080078125,
+ -0.037628173828125,
+ 0.0084075927734375,
+ 0.0024662017822265625,
+ -0.039825439453125,
+ -0.0330810546875,
+ -0.031646728515625,
+ -0.0019779205322265625,
+ -0.0108642578125,
+ -0.03436279296875,
+ 0.0296478271484375,
+ -0.0108642578125,
+ -0.012908935546875,
+ 0.041839599609375,
+ 0.04327392578125,
+ -0.0091400146484375,
+ -0.01436614990234375,
+ 0.057098388671875,
+ -0.048736572265625,
+ -0.072021484375,
+ 0.05126953125,
+ -0.01181793212890625,
+ 0.050567626953125,
+ -0.0283660888671875,
+ 0.0028533935546875,
+ 0.0063629150390625,
+ 0.0057525634765625,
+ 0.02581787109375,
+ -0.0007443428039550781,
+ -0.058563232421875,
+ -0.03472900390625,
+ -0.0523681640625,
+ 0.0716552734375,
+ -0.004024505615234375,
+ 0.053466796875,
+ -0.029815673828125,
+ -0.0460205078125,
+ 0.025634765625,
+ -0.058197021484375,
+ -0.050201416015625,
+ -0.002819061279296875,
+ 0.01227569580078125,
+ -0.00981903076171875,
+ 0.0516357421875,
+ -0.03472900390625,
+ -0.0035228729248046875,
+ 0.0005145072937011719,
+ 0.045654296875,
+ 0.022918701171875,
+ -0.01172637939453125,
+ -0.0330810546875,
+ 0.052001953125,
+ 0.0523681640625,
+ -0.07562255859375,
+ -0.011322021484375,
+ -0.013092041015625,
+ 0.0089111328125,
+ 0.03399658203125,
+ -0.037109375,
+ 0.010498046875,
+ 0.006183624267578125,
+ -0.07965087890625,
+ -0.02691650390625,
+ -0.01763916015625,
+ 0.0003750324249267578,
+ -0.047637939453125,
+ -0.01181793212890625,
+ 0.04510498046875,
+ -0.0155487060546875,
+ 0.021270751953125,
+ -0.0004658699035644531,
+ 0.009185791015625,
+ 0.0020008087158203125,
+ -0.0029315948486328125,
+ -0.010498046875,
+ 0.0283660888671875,
+ -0.057830810546875,
+ -0.0151824951171875,
+ -0.039825439453125,
+ 0.02691650390625,
+ -0.0086822509765625,
+ -0.0019664764404296875,
+ -0.002681732177734375,
+ -0.01013946533203125,
+ 0.030364990234375,
+ -0.05126953125,
+ -0.01436614990234375,
+ -0.01390838623046875,
+ -0.0290985107421875,
+ -0.02728271484375,
+ -0.0115509033203125,
+ 0.038909912109375,
+ 0.003910064697265625,
+ 0.0088653564453125,
+ 0.010589599609375,
+ 0.045654296875,
+ -0.049468994140625,
+ 0.03656005859375,
+ 0.01418304443359375,
+ 0.005954742431640625,
+ 0.0087738037109375,
+ -0.0035686492919921875,
+ -0.002193450927734375,
+ -0.0084075927734375,
+ 0.038177490234375,
+ 0.00949859619140625,
+ -0.00786590576171875,
+ -0.056365966796875,
+ 0.007091522216796875,
+ 0.031097412109375,
+ -0.00677490234375,
+ -0.0245513916015625,
+ -0.03564453125,
+ -0.04327392578125,
+ -0.0110015869140625,
+ 0.046905517578125,
+ 0.031463623046875,
+ 0.0155487060546875,
+ -0.0154571533203125,
+ -0.00045180320739746094,
+ 0.0025920867919921875,
+ -0.0260009765625,
+ 0.038909912109375,
+ 0.01399993896484375,
+ 0.025634765625,
+ -0.0026702880859375,
+ -0.0290985107421875,
+ 0.022186279296875,
+ 0.022735595703125,
+ 0.0156402587890625,
+ 0.021453857421875,
+ 0.029815673828125,
+ -0.033447265625,
+ -0.005115509033203125,
+ -0.01068115234375,
+ -0.00283050537109375,
+ 0.0016021728515625,
+ -0.0024318695068359375,
+ 0.031829833984375,
+ -0.0296478271484375,
+ -0.0084991455078125,
+ -0.005115509033203125,
+ 0.040740966796875,
+ 0.022735595703125,
+ -0.004364013671875,
+ 0.006275177001953125,
+ 0.0238189697265625,
+ -0.01009368896484375,
+ 0.053466796875,
+ -0.0281829833984375,
+ -0.06475830078125,
+ 0.0042266845703125,
+ 0.0019435882568359375,
+ 0.040740966796875,
+ 0.047637939453125,
+ -0.0003807544708251953,
+ -0.0251007080078125,
+ 0.00040912628173828125,
+ 0.04290771484375,
+ 0.005817413330078125,
+ -0.049468994140625,
+ -0.00814056396484375,
+ -0.0027618408203125,
+ 0.011138916015625,
+ 0.05419921875,
+ 0.01163482666015625,
+ 0.09527587890625,
+ 0.01041412353515625,
+ -0.005046844482421875,
+ 0.038909912109375,
+ 0.06512451171875,
+ 0.0188140869140625,
+ -0.00768280029296875,
+ -0.0267333984375,
+ -0.01104736328125,
+ 0.002170562744140625,
+ -0.039825439453125,
+ -0.031280517578125,
+ 0.0200042724609375,
+ 0.06329345703125,
+ -0.055999755859375,
+ -0.0285491943359375,
+ -0.0023975372314453125,
+ 0.0036830902099609375,
+ 0.003841400146484375,
+ 0.00963592529296875,
+ -0.004638671875,
+ 0.022918701171875,
+ 0.039459228515625,
+ -0.0438232421875,
+ 0.01300048828125,
+ -0.017913818359375,
+ 0.0234527587890625,
+ 0.07525634765625,
+ 0.02191162109375,
+ -0.0011987686157226562,
+ 0.01654052734375,
+ 0.0296478271484375,
+ 0.02655029296875,
+ 0.0274658203125,
+ 0.0330810546875,
+ 0.0063629150390625,
+ 0.00872802734375,
+ 0.050201416015625,
+ 0.040924072265625,
+ -0.0055694580078125,
+ -0.00540924072265625,
+ 0.0213623046875,
+ 0.013275146484375,
+ 0.03582763671875,
+ 0.058197021484375,
+ -0.013458251953125,
+ 0.01336669921875,
+ -0.0088653564453125,
+ -0.032196044921875,
+ 0.01381683349609375,
+ 0.0232696533203125,
+ 0.0190887451171875,
+ -0.0290985107421875,
+ -0.0460205078125,
+ 0.0087738037109375,
+ -0.0283660888671875,
+ 0.02191162109375,
+ 0.032928466796875,
+ -0.032745361328125,
+ -0.02154541015625,
+ 0.050567626953125,
+ 0.002170562744140625,
+ -0.032928466796875,
+ 0.01763916015625,
+ -0.01181793212890625,
+ -0.0240020751953125,
+ -0.01163482666015625,
+ -0.00940704345703125,
+ 0.039276123046875,
+ -0.033447265625,
+ -0.042724609375,
+ -0.01041412353515625,
+ 0.032012939453125,
+ -0.0181884765625,
+ -0.052001953125,
+ -0.0247344970703125,
+ 0.004093170166015625,
+ -0.005954742431640625,
+ -0.0243682861328125,
+ -0.047271728515625,
+ -0.038909912109375,
+ 0.0196380615234375,
+ -0.030731201171875,
+ 0.03472900390625,
+ -0.04290771484375,
+ -0.0247344970703125,
+ -0.01045989990234375,
+ -0.017364501953125,
+ -0.0243682861328125,
+ 0.0198211669921875,
+ -0.0236358642578125,
+ 0.047271728515625,
+ 0.0240020751953125,
+ 0.030548095703125,
+ 0.033447265625,
+ 0.084716796875,
+ -0.0260009765625,
+ -0.0160980224609375,
+ -0.031097412109375,
+ -0.08294677734375,
+ 0.008819580078125,
+ 0.0199127197265625,
+ 0.002796173095703125,
+ -0.038543701171875,
+ 0.0200958251953125,
+ 0.049835205078125,
+ -0.0709228515625,
+ 0.0330810546875,
+ -0.0004658699035644531,
+ -0.02264404296875,
+ -0.050201416015625,
+ 0.0007953643798828125,
+ -0.003726959228515625,
+ 0.03546142578125,
+ 0.084716796875,
+ 0.0083160400390625,
+ -0.00466156005859375,
+ -0.0111846923828125,
+ -0.0679931640625,
+ 0.057830810546875,
+ 0.009002685546875,
+ 0.018463134765625,
+ -0.044189453125,
+ 0.021453857421875,
+ 0.0245513916015625,
+ -0.02728271484375,
+ 0.0007901191711425781,
+ -0.0843505859375,
+ 0.017547607421875,
+ 0.049835205078125,
+ 0.0105438232421875,
+ -0.002635955810546875,
+ -0.01181793212890625,
+ -0.050201416015625,
+ -0.02728271484375,
+ -0.0279998779296875,
+ 0.0204620361328125,
+ 0.013458251953125,
+ 0.006591796875,
+ -0.029998779296875,
+ -0.005706787109375,
+ 0.004547119140625,
+ -0.0523681640625,
+ -0.06219482421875,
+ -0.02728271484375,
+ 0.038726806640625,
+ -0.013092041015625,
+ -0.032012939453125,
+ 0.0159149169921875,
+ 0.01727294921875,
+ 0.0112762451171875,
+ 0.003910064697265625,
+ 0.06256103515625,
+ -0.030914306640625,
+ -0.0008692741394042969,
+ 0.006229400634765625,
+ 0.032928466796875,
+ -0.01104736328125,
+ -0.0012044906616210938,
+ 0.00772857666015625,
+ 0.00927734375,
+ 0.0247344970703125,
+ -0.048370361328125,
+ 0.04217529296875,
+ 0.041290283203125,
+ -0.057098388671875,
+ -0.048004150390625,
+ -0.046356201171875,
+ -0.01163482666015625,
+ 0.01181793212890625,
+ -0.02117919921875,
+ 0.030364990234375,
+ 0.00945281982421875,
+ -0.0163726806640625,
+ -0.103271484375,
+ 0.041290283203125,
+ -0.0160064697265625,
+ 0.02581787109375,
+ 0.0108184814453125,
+ -0.01427459716796875,
+ -0.057098388671875,
+ -0.0716552734375,
+ -0.0056610107421875,
+ 0.01163482666015625,
+ -0.0155487060546875,
+ 0.0241851806640625,
+ -0.0110931396484375,
+ 0.005794525146484375,
+ 0.030548095703125,
+ -0.011505126953125,
+ 0.00640869140625,
+ 0.04254150390625,
+ 0.01373291015625,
+ -0.0260009765625,
+ 0.0516357421875,
+ -0.049835205078125,
+ 0.0160064697265625,
+ -0.0188140869140625,
+ 0.00341033935546875,
+ 0.0007953643798828125,
+ -0.005863189697265625,
+ -0.0053863525390625,
+ 0.004093170166015625,
+ 0.039276123046875,
+ 0.01172637939453125,
+ -0.037109375,
+ 0.0158233642578125,
+ -0.033447265625,
+ 0.00872802734375,
+ 0.02301025390625,
+ -0.0341796875,
+ -0.01236724853515625,
+ 0.016632080078125,
+ -0.01023101806640625,
+ -0.0189056396484375,
+ -0.057098388671875,
+ -0.08148193359375,
+ 0.010589599609375,
+ -0.0419921875,
+ -0.0249176025390625,
+ 0.00434112548828125,
+ 0.02264404296875,
+ 0.0191802978515625,
+ -0.0247344970703125,
+ 0.0260009765625,
+ -0.02728271484375,
+ -0.0240020751953125,
+ -0.0260009765625,
+ 0.022003173828125,
+ 0.0004603862762451172,
+ 0.0263671875,
+ 0.01373291015625,
+ -0.0283660888671875,
+ 0.0243682861328125,
+ -0.039276123046875,
+ -0.01690673828125,
+ -0.039093017578125,
+ -0.0251007080078125,
+ -0.0203704833984375,
+ 0.01336669921875,
+ -0.06256103515625,
+ -0.0197296142578125,
+ 0.0289154052734375,
+ 0.0290985107421875,
+ 0.0367431640625,
+ -0.0158233642578125,
+ 0.0545654296875,
+ -0.01427459716796875,
+ -0.046905517578125,
+ 0.0238189697265625,
+ -0.0238189697265625,
+ -0.01032257080078125,
+ 0.009368896484375,
+ -0.01023101806640625,
+ 0.0068206787109375,
+ 0.01336669921875,
+ 0.002819061279296875,
+ 0.0283660888671875,
+ 0.0036602020263671875,
+ 0.01190948486328125,
+ -0.0232696533203125,
+ -0.01473236083984375,
+ -0.02618408203125,
+ 0.0279998779296875,
+ 0.030364990234375,
+ 0.0189971923828125,
+ 0.007320404052734375,
+ 0.0197296142578125,
+ 0.00754547119140625,
+ -0.074951171875,
+ -0.01473236083984375,
+ -0.00995635986328125,
+ -0.08258056640625,
+ 0.0209197998046875,
+ 0.06549072265625,
+ 0.02581787109375,
+ 0.007320404052734375,
+ 0.018096923828125,
+ 0.06182861328125,
+ 0.048004150390625,
+ 0.0249176025390625,
+ -0.01763916015625,
+ -0.0509033203125,
+ -0.0006194114685058594,
+ 0.031097412109375,
+ 0.02099609375,
+ -0.0701904296875,
+ 0.04437255859375,
+ 0.06402587890625,
+ -0.0200042724609375,
+ -0.030731201171875,
+ -0.004116058349609375,
+ -0.0206451416015625,
+ 0.040191650390625,
+ 0.0034332275390625,
+ 0.01236724853515625,
+ -0.06109619140625,
+ 0.00959014892578125,
+ 0.02581787109375,
+ -0.0054779052734375,
+ 0.0089111328125,
+ -0.032196044921875,
+ 0.0030231475830078125,
+ 0.03619384765625,
+ -0.06329345703125,
+ 0.0034770965576171875,
+ 0.01318359375,
+ 0.0723876953125,
+ 0.0089111328125,
+ -0.03729248046875,
+ -0.0352783203125,
+ 0.05126953125,
+ 0.0159149169921875,
+ -0.03436279296875,
+ 0.00981903076171875,
+ 0.00954437255859375,
+ -0.005207061767578125,
+ 0.0367431640625,
+ 0.052734375,
+ 0.01236724853515625,
+ 0.009185791015625,
+ 0.0285491943359375,
+ -0.055999755859375,
+ 0.030731201171875,
+ 0.0018415451049804688,
+ 0.0108184814453125,
+ 0.00804901123046875,
+ -0.03399658203125,
+ -0.0181884765625,
+ -0.05963134765625,
+ 0.038177490234375,
+ -0.01654052734375,
+ 0.022735595703125,
+ -0.00445556640625,
+ -0.01708984375,
+ -0.0160064697265625,
+ 0.04437255859375,
+ -0.00445556640625,
+ 0.01473236083984375,
+ 0.022552490234375,
+ 0.0159149169921875,
+ 0.01800537109375,
+ 0.017181396484375,
+ 0.017547607421875,
+ -0.0274658203125,
+ 0.055633544921875,
+ -0.0531005859375,
+ -0.005115509033203125,
+ -0.049468994140625,
+ -0.0091400146484375,
+ 0.005092620849609375,
+ -0.030731201171875,
+ 0.00527191162109375,
+ -0.0341796875,
+ 0.0084075927734375,
+ -0.0251007080078125,
+ -0.041107177734375,
+ -0.007320404052734375,
+ 0.052001953125,
+ -0.048370361328125,
+ 0.01708984375,
+ 0.022003173828125,
+ -0.0190887451171875,
+ -0.004909515380859375,
+ -0.0294647216796875,
+ 0.07928466796875,
+ 0.018646240234375,
+ 0.005115509033203125,
+ -0.0012960433959960938,
+ 0.004726409912109375,
+ 0.000021636486053466797,
+ 0.0192718505859375,
+ 0.01209259033203125,
+ 0.01373291015625,
+ -0.003749847412109375,
+ 0.03399658203125,
+ 0.048004150390625,
+ -0.01482391357421875,
+ -0.0285491943359375,
+ 0.027099609375,
+ 0.021270751953125,
+ -0.029815673828125,
+ 0.050201416015625,
+ 0.02264404296875,
+ 0.0034999847412109375,
+ -0.005954742431640625,
+ 0.0206451416015625,
+ -0.00804901123046875,
+ -0.05419921875,
+ 0.0545654296875,
+ -0.00531768798828125,
+ -0.00814056396484375,
+ 0.021453857421875,
+ -0.072021484375,
+ 0.049835205078125,
+ -0.0114593505859375,
+ 0.057098388671875,
+ -0.03436279296875,
+ 0.0509033203125,
+ -0.01409149169921875,
+ -0.006137847900390625,
+ -0.00457000732421875,
+ 0.0091400146484375,
+ -0.0010738372802734375,
+ 0.0287322998046875,
+ 0.0066375732421875,
+ 0.0712890625,
+ 0.017547607421875,
+ -0.01245880126953125,
+ -0.070556640625,
+ -0.022186279296875,
+ 0.00415802001953125,
+ 0.0046844482421875,
+ 0.0205535888671875,
+ -0.04345703125,
+ -0.01427459716796875,
+ -0.0030918121337890625,
+ 0.016815185546875,
+ 0.07275390625,
+ 0.00115966796875,
+ 0.01482391357421875,
+ 0.0067291259765625,
+ -0.03326416015625,
+ -0.01837158203125,
+ -0.01390838623046875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "triage",
+ "fast-scan",
+ "apfs",
+ "selective-imaging",
+ "macos-artifacts",
+ "unified-logs",
+ "launch-agents",
+ "quarantine-events",
+ "remote-collection",
+ "mdm-compatible",
+ "timeline-focused",
+ "sip-aware"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Collabora_Online",
+ "type": "tool",
+ "name": "Collabora Online",
+ "content": "collabora online ermöglicht sichere echtzeit-dokumentenbearbeitung für verteilte ermittlungsteams ohne cloud-abhängigkeit. erstellt gerichtsfeste berichte mit vollständiger versionskontrolle und änderungshistorie. unterstützt alle gängigen office-formate, integriert nahtlos in nextcloud-infrastrukturen. verschlüsselte kommunikation und granulare berechtigungen schützen sensible ermittlungsdaten. offline-fähigkeiten für abgeschottete laborumgebungen. office collaboration collaboration-general reporting",
+ "embedding": [
+ -0.050384521484375,
+ -0.0003502368927001953,
+ 0.03619384765625,
+ 0.00843048095703125,
+ 0.030029296875,
+ 0.0306549072265625,
+ 0.03228759765625,
+ 0.0251007080078125,
+ -0.03558349609375,
+ -0.006069183349609375,
+ -0.03271484375,
+ 0.040313720703125,
+ -0.03619384765625,
+ -0.03289794921875,
+ -0.0489501953125,
+ 0.040313720703125,
+ -0.0235595703125,
+ 0.0201568603515625,
+ 0.0360107421875,
+ -0.0137786865234375,
+ -0.0248870849609375,
+ 0.0008997917175292969,
+ -0.0450439453125,
+ -0.01922607421875,
+ -0.042388916015625,
+ 0.0287933349609375,
+ -0.004833221435546875,
+ -0.056365966796875,
+ -0.030853271484375,
+ 0.0201568603515625,
+ 0.0165557861328125,
+ -0.029205322265625,
+ -0.01922607421875,
+ 0.03765869140625,
+ 0.034149169921875,
+ -0.02777099609375,
+ -0.00183868408203125,
+ -0.053497314453125,
+ -0.026123046875,
+ 0.0296173095703125,
+ -0.008636474609375,
+ 0.0091552734375,
+ 0.019744873046875,
+ 0.024169921875,
+ 0.001407623291015625,
+ -0.01409149169921875,
+ 0.0069427490234375,
+ -0.02447509765625,
+ -0.005786895751953125,
+ -0.0232391357421875,
+ 0.006145477294921875,
+ 0.038055419921875,
+ -0.001125335693359375,
+ 0.0031757354736328125,
+ -0.0287933349609375,
+ 0.00879669189453125,
+ -0.0279693603515625,
+ -0.02386474609375,
+ -0.058837890625,
+ 0.0281829833984375,
+ -0.0255126953125,
+ 0.0211944580078125,
+ -0.01326751708984375,
+ 0.01229095458984375,
+ 0.005039215087890625,
+ 0.035797119140625,
+ -0.028594970703125,
+ -0.018096923828125,
+ -0.00653076171875,
+ -0.03106689453125,
+ 0.0113677978515625,
+ 0.041961669921875,
+ -0.0105438232421875,
+ 0.03436279296875,
+ -0.042999267578125,
+ -0.024383544921875,
+ 0.0182037353515625,
+ 0.03662109375,
+ 0.017486572265625,
+ 0.007251739501953125,
+ -0.052032470703125,
+ 0.01105499267578125,
+ 0.0267486572265625,
+ -0.007354736328125,
+ -0.047515869140625,
+ -0.02447509765625,
+ 0.01532745361328125,
+ 0.01532745361328125,
+ -0.0017614364624023438,
+ 0.0218048095703125,
+ 0.043609619140625,
+ -0.031280517578125,
+ 0.019439697265625,
+ -0.04010009765625,
+ 0.035369873046875,
+ 0.0567626953125,
+ -0.0134735107421875,
+ -0.002635955810546875,
+ 0.01800537109375,
+ 0.034759521484375,
+ 0.017181396484375,
+ -0.034149169921875,
+ 0.04998779296875,
+ -0.01080322265625,
+ 0.0239715576171875,
+ -0.0156402587890625,
+ 0.0262298583984375,
+ 0.007045745849609375,
+ -0.0146026611328125,
+ -0.002185821533203125,
+ -0.08721923828125,
+ -0.0645751953125,
+ -0.031463623046875,
+ -0.060882568359375,
+ -0.00042438507080078125,
+ 0.0169677734375,
+ 0.004604339599609375,
+ 0.05389404296875,
+ -0.059661865234375,
+ -0.0255126953125,
+ 0.01605224609375,
+ 0.00925445556640625,
+ -0.0156402587890625,
+ 0.01270294189453125,
+ -0.029205322265625,
+ -0.06170654296875,
+ 0.0257110595703125,
+ 0.0134735107421875,
+ -0.006481170654296875,
+ -0.0221099853515625,
+ -0.0014142990112304688,
+ -0.023345947265625,
+ 0.01177978515625,
+ -0.0723876953125,
+ -0.01480865478515625,
+ -0.02838134765625,
+ 0.054718017578125,
+ -0.005580902099609375,
+ 0.0015687942504882812,
+ 0.0097198486328125,
+ 0.04010009765625,
+ -0.05389404296875,
+ -0.0287933349609375,
+ -0.0178985595703125,
+ -0.0516357421875,
+ -0.019744873046875,
+ -0.0239715576171875,
+ 0.050384521484375,
+ -0.026336669921875,
+ -0.011932373046875,
+ -0.0165557861328125,
+ 0.01116180419921875,
+ 0.047515869140625,
+ -0.0004949569702148438,
+ 0.006839752197265625,
+ 0.0006170272827148438,
+ 0.007610321044921875,
+ -0.01666259765625,
+ 0.006504058837890625,
+ 0.002044677734375,
+ -0.0260162353515625,
+ 0.0118255615234375,
+ -0.00609588623046875,
+ 0.035797119140625,
+ -0.007663726806640625,
+ -0.029205322265625,
+ -0.0026092529296875,
+ 0.0021724700927734375,
+ -0.0189208984375,
+ 0.0030078887939453125,
+ -0.00388336181640625,
+ -0.006427764892578125,
+ 0.03948974609375,
+ 0.046295166015625,
+ -0.008331298828125,
+ 0.0345458984375,
+ 0.000591278076171875,
+ -0.00977325439453125,
+ 0.046295166015625,
+ -0.01800537109375,
+ -0.002918243408203125,
+ -0.0020313262939453125,
+ 0.046905517578125,
+ -0.007354736328125,
+ 0.0020694732666015625,
+ -0.00879669189453125,
+ -0.022003173828125,
+ 0.003650665283203125,
+ -0.0296173095703125,
+ 0.01470947265625,
+ -0.025604248046875,
+ -0.0290069580078125,
+ -0.00011652708053588867,
+ 0.01398468017578125,
+ 0.038665771484375,
+ 0.051025390625,
+ 0.032501220703125,
+ -0.0142974853515625,
+ 0.028594970703125,
+ -0.003047943115234375,
+ -0.0228271484375,
+ 0.01800537109375,
+ -0.002391815185546875,
+ 0.03289794921875,
+ 0.01023101806640625,
+ 0.0162506103515625,
+ -0.0115203857421875,
+ 0.04052734375,
+ 0.00838470458984375,
+ -0.0167694091796875,
+ -0.00853729248046875,
+ 0.0304412841796875,
+ -0.01409149169921875,
+ -0.057586669921875,
+ -0.05511474609375,
+ -0.039703369140625,
+ -0.0032405853271484375,
+ -0.0198516845703125,
+ -0.03228759765625,
+ 0.04217529296875,
+ -0.0124969482421875,
+ -0.06292724609375,
+ -0.031463623046875,
+ 0.0399169921875,
+ 0.01300811767578125,
+ 0.04730224609375,
+ 0.0221099853515625,
+ -0.01064300537109375,
+ -0.01023101806640625,
+ -0.00946044921875,
+ 0.00920867919921875,
+ 0.03662109375,
+ -0.0178985595703125,
+ 0.033538818359375,
+ -0.0130615234375,
+ -0.035797119140625,
+ 0.0438232421875,
+ 0.0333251953125,
+ 0.026336669921875,
+ 0.0203704833984375,
+ -0.033111572265625,
+ 0.0265350341796875,
+ -0.007404327392578125,
+ 0.04339599609375,
+ 0.023040771484375,
+ -0.00730133056640625,
+ 0.005603790283203125,
+ 0.0157318115234375,
+ 0.06500244140625,
+ 0.031280517578125,
+ -0.024169921875,
+ 0.01007843017578125,
+ -0.072021484375,
+ -0.006015777587890625,
+ -0.06170654296875,
+ -0.029205322265625,
+ -0.0176849365234375,
+ -0.0633544921875,
+ 0.072021484375,
+ -0.033111572265625,
+ 0.005245208740234375,
+ 0.002956390380859375,
+ 0.0187225341796875,
+ -0.01172637939453125,
+ 0.04547119140625,
+ -0.00225067138671875,
+ -0.02777099609375,
+ -0.0005626678466796875,
+ 0.0555419921875,
+ 0.0208740234375,
+ -0.01239013671875,
+ 0.0002346038818359375,
+ 0.0105438232421875,
+ 0.0118255615234375,
+ 0.01198577880859375,
+ -0.0156402587890625,
+ 0.015838623046875,
+ 0.0267486572265625,
+ 0.03167724609375,
+ 0.038055419921875,
+ -0.0154266357421875,
+ 0.037841796875,
+ -0.0157318115234375,
+ 0.0372314453125,
+ -0.05267333984375,
+ -0.009613037109375,
+ -0.006275177001953125,
+ -0.00183868408203125,
+ -0.0159454345703125,
+ -0.060882568359375,
+ 0.02838134765625,
+ 0.055938720703125,
+ 0.0020694732666015625,
+ -0.0156402587890625,
+ 0.004344940185546875,
+ -0.0239715576171875,
+ -0.015533447265625,
+ 0.0087432861328125,
+ -0.0018129348754882812,
+ 0.0111083984375,
+ 0.047515869140625,
+ -0.026336669921875,
+ 0.0123443603515625,
+ 0.0019550323486328125,
+ -0.004215240478515625,
+ -0.015838623046875,
+ -0.035369873046875,
+ 0.0030975341796875,
+ 0.01018524169921875,
+ -0.053497314453125,
+ -0.002391815185546875,
+ 0.020050048828125,
+ -0.030853271484375,
+ 0.004627227783203125,
+ -0.01480865478515625,
+ 0.0121917724609375,
+ -0.0543212890625,
+ -0.06048583984375,
+ -0.0019025802612304688,
+ -0.064208984375,
+ -0.012908935546875,
+ -0.019134521484375,
+ 0.05120849609375,
+ 0.00408935546875,
+ 0.047515869140625,
+ 0.0031375885009765625,
+ -0.0162506103515625,
+ -0.035797119140625,
+ 0.01146697998046875,
+ -0.0043182373046875,
+ 0.01861572265625,
+ -0.005603790283203125,
+ 0.031280517578125,
+ 0.030853271484375,
+ 0.050201416015625,
+ 0.02252197265625,
+ 0.031463623046875,
+ 0.020263671875,
+ -0.0190277099609375,
+ -0.0111083984375,
+ 0.0095672607421875,
+ -0.00322723388671875,
+ 0.041351318359375,
+ 0.0069427490234375,
+ -0.031463623046875,
+ -0.004886627197265625,
+ -0.03826904296875,
+ 0.024993896484375,
+ 0.031463623046875,
+ 0.041748046875,
+ 0.015533447265625,
+ -0.0027008056640625,
+ 0.002223968505859375,
+ 0.03662109375,
+ 0.030242919921875,
+ 0.0810546875,
+ -0.01800537109375,
+ -0.0372314453125,
+ 0.0260162353515625,
+ 0.04156494140625,
+ -0.035369873046875,
+ -0.0193328857421875,
+ 0.0477294921875,
+ 0.00868988037109375,
+ -0.019744873046875,
+ 0.0231475830078125,
+ -0.0195465087890625,
+ 0.01922607421875,
+ -0.0142974853515625,
+ -0.022216796875,
+ -0.0056304931640625,
+ -0.016448974609375,
+ -0.0012598037719726562,
+ 0.04217529296875,
+ 0.025299072265625,
+ 0.04608154296875,
+ -0.001697540283203125,
+ -0.0226287841796875,
+ -0.0296173095703125,
+ -0.052459716796875,
+ -0.047119140625,
+ 0.0184173583984375,
+ 0.034759521484375,
+ -0.00688934326171875,
+ 0.03497314453125,
+ -0.0095672607421875,
+ -0.052032470703125,
+ 0.02838134765625,
+ -0.0247802734375,
+ 0.087646484375,
+ 0.0118255615234375,
+ 0.04876708984375,
+ 0.053070068359375,
+ -0.01172637939453125,
+ -0.0142974853515625,
+ 0.0211944580078125,
+ 0.019439697265625,
+ 0.026947021484375,
+ 0.0157318115234375,
+ 0.046905517578125,
+ -0.0130615234375,
+ -0.039276123046875,
+ 0.039276123046875,
+ 0.050201416015625,
+ -0.0004949569702148438,
+ 0.0048065185546875,
+ 0.0251007080078125,
+ 0.019439697265625,
+ 0.04730224609375,
+ -0.050811767578125,
+ 0.053070068359375,
+ 0.0014524459838867188,
+ -0.045867919921875,
+ -0.01326751708984375,
+ -0.0005526542663574219,
+ -0.005786895751953125,
+ -0.05841064453125,
+ 0.0231475830078125,
+ -0.00714874267578125,
+ 0.03948974609375,
+ -0.016448974609375,
+ 0.021697998046875,
+ -0.0185089111328125,
+ -0.012908935546875,
+ 0.0165557861328125,
+ -0.0555419921875,
+ 0.030242919921875,
+ 0.01922607421875,
+ -0.0209808349609375,
+ 0.042572021484375,
+ -0.02716064453125,
+ -0.00501251220703125,
+ 0.056365966796875,
+ -0.0159454345703125,
+ -0.0167694091796875,
+ -0.01023101806640625,
+ 0.0345458984375,
+ -0.0621337890625,
+ -0.039703369140625,
+ -0.03887939453125,
+ -0.01480865478515625,
+ 0.00534820556640625,
+ -0.01141357421875,
+ 0.0251922607421875,
+ -0.0157318115234375,
+ -0.0097198486328125,
+ 0.0281829833984375,
+ 0.061309814453125,
+ 0.0360107421875,
+ -0.0753173828125,
+ 0.049163818359375,
+ -0.0081787109375,
+ -0.021087646484375,
+ 0.032501220703125,
+ 0.01995849609375,
+ 0.0201568603515625,
+ -0.05389404296875,
+ -0.025299072265625,
+ -0.0134735107421875,
+ 0.02777099609375,
+ -0.006378173828125,
+ -0.01146697998046875,
+ -0.0176849365234375,
+ -0.030853271484375,
+ -0.0489501953125,
+ 0.03948974609375,
+ 0.026336669921875,
+ 0.0645751953125,
+ -0.036407470703125,
+ -0.031280517578125,
+ 0.0087432861328125,
+ -0.039093017578125,
+ -0.0304412841796875,
+ 0.00411224365234375,
+ 0.01439666748046875,
+ -0.00673675537109375,
+ 0.040740966796875,
+ -0.00437164306640625,
+ 0.0018768310546875,
+ -0.0165557861328125,
+ 0.06048583984375,
+ 0.02252197265625,
+ -0.01080322265625,
+ -0.052032470703125,
+ 0.04998779296875,
+ 0.014190673828125,
+ -0.0802001953125,
+ -0.03436279296875,
+ 0.0023021697998046875,
+ -0.00946044921875,
+ 0.0267486572265625,
+ -0.058837890625,
+ -0.006633758544921875,
+ 0.025604248046875,
+ -0.06378173828125,
+ -0.021697998046875,
+ 0.0023784637451171875,
+ 0.0002942085266113281,
+ -0.044647216796875,
+ 0.031280517578125,
+ 0.047943115234375,
+ -0.0214996337890625,
+ 0.020263671875,
+ 0.004241943359375,
+ 0.014190673828125,
+ 0.022003173828125,
+ -0.008636474609375,
+ -0.02581787109375,
+ 0.024993896484375,
+ -0.061309814453125,
+ -0.0251007080078125,
+ -0.01177978515625,
+ 0.046478271484375,
+ -0.01605224609375,
+ -0.005527496337890625,
+ 0.01296234130859375,
+ -0.01270294189453125,
+ 0.044219970703125,
+ -0.04156494140625,
+ 0.00673675537109375,
+ -0.01398468017578125,
+ -0.04443359375,
+ -0.035186767578125,
+ -0.016357421875,
+ -0.01275634765625,
+ 0.01296234130859375,
+ -0.01229095458984375,
+ 0.0080718994140625,
+ 0.04010009765625,
+ -0.06500244140625,
+ 0.005039215087890625,
+ 0.031280517578125,
+ -0.004627227783203125,
+ -0.00981903076171875,
+ 0.004215240478515625,
+ 0.0011377334594726562,
+ 0.0059661865234375,
+ 0.0095672607421875,
+ -0.0296173095703125,
+ -0.046478271484375,
+ -0.0802001953125,
+ 0.0262298583984375,
+ -0.0262298583984375,
+ -0.0175933837890625,
+ -0.05389404296875,
+ -0.0438232421875,
+ -0.04443359375,
+ -0.01146697998046875,
+ 0.05120849609375,
+ 0.0399169921875,
+ 0.0123443603515625,
+ -0.0008420944213867188,
+ -0.015838623046875,
+ -0.00568389892578125,
+ -0.0167694091796875,
+ 0.033538818359375,
+ -0.0273590087890625,
+ -0.0026226043701171875,
+ 0.04833984375,
+ -0.042999267578125,
+ 0.02777099609375,
+ 0.0198516845703125,
+ 0.036407470703125,
+ 0.01187896728515625,
+ 0.01922607421875,
+ -0.056365966796875,
+ 0.023040771484375,
+ -0.01861572265625,
+ -0.019744873046875,
+ 0.0077667236328125,
+ -0.006015777587890625,
+ -0.0043182373046875,
+ -0.0298309326171875,
+ -0.002597808837890625,
+ 0.001125335693359375,
+ 0.05389404296875,
+ -0.01275634765625,
+ -0.01172637939453125,
+ -0.005706787109375,
+ 0.02716064453125,
+ 0.024383544921875,
+ 0.06005859375,
+ -0.0167694091796875,
+ -0.0699462890625,
+ -0.0224151611328125,
+ -0.00750732421875,
+ 0.0265350341796875,
+ 0.0489501953125,
+ 0.00604248046875,
+ -0.03167724609375,
+ 0.0015106201171875,
+ 0.00853729248046875,
+ 0.00215911865234375,
+ -0.0229339599609375,
+ 0.0242767333984375,
+ 0.0038051605224609375,
+ 0.03228759765625,
+ 0.06256103515625,
+ 0.006992340087890625,
+ 0.08929443359375,
+ 0.0201568603515625,
+ 0.005039215087890625,
+ 0.053497314453125,
+ 0.0399169921875,
+ 0.0142974853515625,
+ -0.039703369140625,
+ -0.05389404296875,
+ -0.005115509033203125,
+ 0.007457733154296875,
+ -0.0262298583984375,
+ -0.038055419921875,
+ -0.0105438232421875,
+ 0.047119140625,
+ -0.07366943359375,
+ -0.0189208984375,
+ -0.05224609375,
+ 0.033538818359375,
+ -0.0046539306640625,
+ 0.0267486572265625,
+ 0.008636474609375,
+ 0.009307861328125,
+ 0.0193328857421875,
+ -0.0206756591796875,
+ 0.0012083053588867188,
+ -0.008331298828125,
+ 0.001697540283203125,
+ 0.052459716796875,
+ 0.0267486572265625,
+ -0.041748046875,
+ 0.033721923828125,
+ 0.004604339599609375,
+ 0.014190673828125,
+ 0.044647216796875,
+ 0.0411376953125,
+ 0.0304412841796875,
+ 0.0214996337890625,
+ 0.031280517578125,
+ 0.06048583984375,
+ -0.00756072998046875,
+ -0.0234527587890625,
+ 0.025604248046875,
+ -0.00437164306640625,
+ 0.05511474609375,
+ 0.053070068359375,
+ -0.0170745849609375,
+ 0.0157318115234375,
+ 0.005451202392578125,
+ -0.032501220703125,
+ -0.03619384765625,
+ 0.01450347900390625,
+ -0.018096923828125,
+ -0.042388916015625,
+ -0.06005859375,
+ 0.019134521484375,
+ -0.0321044921875,
+ 0.00848388671875,
+ 0.01187896728515625,
+ -0.0011119842529296875,
+ -0.01666259765625,
+ 0.03558349609375,
+ 0.0032138824462890625,
+ -0.05511474609375,
+ 0.0142974853515625,
+ -0.0028934478759765625,
+ 0.0019025802612304688,
+ -0.03106689453125,
+ -0.0304412841796875,
+ 0.028594970703125,
+ -0.0224151611328125,
+ -0.066650390625,
+ -0.01995849609375,
+ 0.017486572265625,
+ -0.022003173828125,
+ -0.01337432861328125,
+ -0.0069427490234375,
+ 0.0069427490234375,
+ -0.01300811767578125,
+ -0.0185089111328125,
+ -0.0477294921875,
+ -0.01157379150390625,
+ 0.0001767873764038086,
+ -0.046295166015625,
+ -0.015838623046875,
+ -0.0028667449951171875,
+ 0.0034961700439453125,
+ -0.034149169921875,
+ -0.0162506103515625,
+ -0.01105499267578125,
+ 0.0146026611328125,
+ -0.0123443603515625,
+ 0.0196380615234375,
+ 0.0296173095703125,
+ 0.017181396484375,
+ 0.060882568359375,
+ 0.060882568359375,
+ 0.01120758056640625,
+ 0.03558349609375,
+ -0.0176849365234375,
+ -0.037017822265625,
+ 0.0045013427734375,
+ -0.017181396484375,
+ 0.04400634765625,
+ -0.030029296875,
+ -0.002918243408203125,
+ 0.07940673828125,
+ -0.06787109375,
+ 0.040313720703125,
+ 0.0232391357421875,
+ -0.030242919921875,
+ -0.0223236083984375,
+ 0.0165557861328125,
+ 0.0005397796630859375,
+ 0.020782470703125,
+ 0.0777587890625,
+ 0.0290069580078125,
+ -0.0095672607421875,
+ -0.005580902099609375,
+ -0.040740966796875,
+ 0.04156494140625,
+ 0.0187225341796875,
+ 0.00395965576171875,
+ -0.0248870849609375,
+ -0.01177978515625,
+ 0.007045745849609375,
+ -0.0273590087890625,
+ -0.01172637939453125,
+ -0.0732421875,
+ -0.0116729736328125,
+ 0.04730224609375,
+ 0.0022754669189453125,
+ -0.00894927978515625,
+ -0.01522064208984375,
+ -0.033935546875,
+ -0.0477294921875,
+ -0.030853271484375,
+ 0.027557373046875,
+ -0.0077667236328125,
+ 0.010284423828125,
+ -0.015533447265625,
+ -0.0193328857421875,
+ -0.01059722900390625,
+ -0.0543212890625,
+ -0.019439697265625,
+ -0.01995849609375,
+ 0.0260162353515625,
+ -0.003650665283203125,
+ -0.0262298583984375,
+ 0.0298309326171875,
+ 0.019134521484375,
+ -0.00992584228515625,
+ -0.01605224609375,
+ 0.030242919921875,
+ -0.02447509765625,
+ 0.0187225341796875,
+ 0.0142974853515625,
+ 0.0229339599609375,
+ -0.036834716796875,
+ 0.014190673828125,
+ 0.01018524169921875,
+ -0.0028533935546875,
+ 0.046905517578125,
+ -0.016143798828125,
+ 0.0645751953125,
+ 0.034759521484375,
+ -0.0228271484375,
+ -0.043609619140625,
+ -0.029205322265625,
+ -0.03662109375,
+ 0.01141357421875,
+ -0.01532745361328125,
+ 0.01203155517578125,
+ 0.0005140304565429688,
+ -0.04876708984375,
+ -0.06951904296875,
+ 0.00992584228515625,
+ -0.012908935546875,
+ -0.0162506103515625,
+ 0.004604339599609375,
+ -0.021392822265625,
+ -0.038665771484375,
+ -0.028594970703125,
+ -0.00797271728515625,
+ 0.0321044921875,
+ -0.0231475830078125,
+ 0.0372314453125,
+ 0.0064544677734375,
+ -0.00021696090698242188,
+ -0.01450347900390625,
+ 0.01239013671875,
+ 0.0037288665771484375,
+ 0.0384521484375,
+ 0.006992340087890625,
+ -0.01255035400390625,
+ 0.07073974609375,
+ -0.0306549072265625,
+ 0.00730133056640625,
+ -0.00624847412109375,
+ -0.0185089111328125,
+ 0.00843048095703125,
+ -0.0216064453125,
+ -0.015838623046875,
+ -0.0146026611328125,
+ 0.00542449951171875,
+ 0.03619384765625,
+ 0.00591278076171875,
+ 0.00403594970703125,
+ -0.01116180419921875,
+ -0.0195465087890625,
+ 0.009979248046875,
+ -0.024993896484375,
+ -0.0212860107421875,
+ -0.01470947265625,
+ -0.03228759765625,
+ -0.0321044921875,
+ -0.069091796875,
+ -0.08929443359375,
+ -0.00848388671875,
+ -0.0621337890625,
+ -0.0229339599609375,
+ -0.0030727386474609375,
+ 0.047119140625,
+ 0.024169921875,
+ -0.040924072265625,
+ 0.00429534912109375,
+ 0.0013113021850585938,
+ -0.010284423828125,
+ -0.030853271484375,
+ 0.01300811767578125,
+ -0.01861572265625,
+ 0.053070068359375,
+ 0.0126495361328125,
+ -0.044830322265625,
+ 0.032501220703125,
+ -0.007404327392578125,
+ -0.0016202926635742188,
+ -0.026947021484375,
+ 0.0165557861328125,
+ -0.03271484375,
+ 0.0203704833984375,
+ -0.07403564453125,
+ -0.0267486572265625,
+ 0.01727294921875,
+ 0.026947021484375,
+ 0.00022983551025390625,
+ -0.035186767578125,
+ 0.0477294921875,
+ -0.047515869140625,
+ -0.05120849609375,
+ -0.00347137451171875,
+ 0.0006299018859863281,
+ -0.033538818359375,
+ 0.01800537109375,
+ -0.0070953369140625,
+ 0.015838623046875,
+ 0.004962921142578125,
+ 0.031280517578125,
+ -0.0009512901306152344,
+ 0.0279693603515625,
+ 0.030853271484375,
+ -0.01450347900390625,
+ -0.018310546875,
+ 0.0021076202392578125,
+ 0.01491546630859375,
+ 0.034149169921875,
+ 0.048553466796875,
+ -0.01203155517578125,
+ 0.01450347900390625,
+ -0.018829345703125,
+ -0.056365966796875,
+ -0.035797119140625,
+ -0.0304412841796875,
+ -0.0198516845703125,
+ -0.017486572265625,
+ 0.09912109375,
+ 0.040740966796875,
+ 0.004268646240234375,
+ 0.026947021484375,
+ 0.0687255859375,
+ 0.033935546875,
+ 0.0360107421875,
+ -0.037445068359375,
+ -0.053497314453125,
+ 0.007045745849609375,
+ 0.01203155517578125,
+ 0.0046539306640625,
+ -0.040740966796875,
+ 0.016448974609375,
+ 0.055938720703125,
+ -0.01187896728515625,
+ -0.033935546875,
+ -0.0204620361328125,
+ 0.0105438232421875,
+ 0.057586669921875,
+ 0.0298309326171875,
+ -0.00408935546875,
+ -0.057586669921875,
+ 0.03271484375,
+ 0.002880096435546875,
+ -0.00617218017578125,
+ -0.026336669921875,
+ -0.0043182373046875,
+ -0.0195465087890625,
+ 0.04443359375,
+ -0.04010009765625,
+ -0.0009775161743164062,
+ -0.009613037109375,
+ 0.0732421875,
+ -0.00225067138671875,
+ -0.04833984375,
+ -0.0279693603515625,
+ 0.045654296875,
+ 0.016357421875,
+ -0.04400634765625,
+ 0.0120849609375,
+ 0.0157318115234375,
+ -0.00714874267578125,
+ 0.01049041748046875,
+ 0.05511474609375,
+ 0.0085906982421875,
+ 0.057586669921875,
+ 0.005527496337890625,
+ -0.01522064208984375,
+ 0.053497314453125,
+ 0.00771331787109375,
+ 0.03558349609375,
+ -0.031280517578125,
+ -0.052032470703125,
+ -0.0123443603515625,
+ -0.0543212890625,
+ 0.04010009765625,
+ 0.00910186767578125,
+ 0.0239715576171875,
+ 0.009307861328125,
+ 0.0069427490234375,
+ -0.030853271484375,
+ 0.02838134765625,
+ 0.0360107421875,
+ 0.0237579345703125,
+ 0.0226287841796875,
+ -0.015533447265625,
+ -0.0088958740234375,
+ 0.002288818359375,
+ 0.00910186767578125,
+ -0.029205322265625,
+ 0.025299072265625,
+ -0.038665771484375,
+ -0.0190277099609375,
+ -0.030242919921875,
+ 0.022003173828125,
+ -0.0156402587890625,
+ -0.0224151611328125,
+ -0.0009322166442871094,
+ -0.0255126953125,
+ 0.01522064208984375,
+ -0.0489501953125,
+ -0.03167724609375,
+ 0.00395965576171875,
+ 0.0162506103515625,
+ -0.0168609619140625,
+ 0.046478271484375,
+ 0.01116180419921875,
+ -0.01605224609375,
+ 0.0173797607421875,
+ -0.07159423828125,
+ 0.09051513671875,
+ 0.0134735107421875,
+ 0.052032470703125,
+ -0.0110015869140625,
+ 0.0189208984375,
+ 0.040740966796875,
+ 0.0064544677734375,
+ -0.0372314453125,
+ 0.0240631103515625,
+ -0.0450439453125,
+ 0.055938720703125,
+ 0.046478271484375,
+ -0.001613616943359375,
+ -0.060882568359375,
+ 0.00827789306640625,
+ 0.00106048583984375,
+ -0.059661865234375,
+ 0.01450347900390625,
+ 0.04278564453125,
+ 0.0040130615234375,
+ -0.010955810546875,
+ -0.02716064453125,
+ 0.00756072998046875,
+ -0.04833984375,
+ 0.0753173828125,
+ 0.0240631103515625,
+ 0.00827789306640625,
+ 0.035797119140625,
+ -0.030853271484375,
+ 0.051025390625,
+ 0.017486572265625,
+ 0.053070068359375,
+ -0.00786590576171875,
+ 0.06048583984375,
+ -0.004627227783203125,
+ -0.0016584396362304688,
+ 0.00868988037109375,
+ 0.0193328857421875,
+ -0.01275634765625,
+ 0.02252197265625,
+ -0.03619384765625,
+ 0.056365966796875,
+ 0.04010009765625,
+ -0.0008292198181152344,
+ -0.0802001953125,
+ -0.026947021484375,
+ -0.0031490325927734375,
+ 0.008636474609375,
+ 0.051422119140625,
+ -0.055938720703125,
+ -0.027557373046875,
+ 0.007251739501953125,
+ 0.0438232421875,
+ 0.041351318359375,
+ 0.0167694091796875,
+ 0.0267486572265625,
+ -0.01213836669921875,
+ -0.02252197265625,
+ -0.01532745361328125,
+ -0.0221099853515625
+ ],
+ "metadata": {
+ "domains": [
+ "collaboration-general"
+ ],
+ "phases": [
+ "reporting"
+ ],
+ "tags": [
+ "office",
+ "collaboration"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Gitea",
+ "type": "tool",
+ "name": "Gitea",
+ "content": "gitea das federleichte git-repository-system perfekt für forensik-teams die ihre tools und dokumentation versionieren. go-basierte architektur läuft ressourcenschonend auf raspberry pi bis enterprise-server. die intuitive web-ui macht git zugänglich für weniger technische teammitglieder. besonders wertvoll für forensik: versionierung von yara-rules, ioc-listen, analysis-scripts, case-dokumentation. die eingebaute ci/cd-pipeline (actions) automatisiert tool-deployments und qualitätschecks. issue-tracker organisiert ermittlungs-tasks. wiki dokumentiert prozeduren. der code-review-workflow sichert vier-augen-prinzip. pull-request-templates standardisieren contributions. die api integriert mit forensik-workflows. mirror-funktionen synchronisieren externe repositories. niedrige systemanforderungen erlauben hosting im eigenen lab. die migration von github/gitlab ist nahtlos. perfekt für teams die kontrolle über ihre forensik- artefakte behalten wollen ohne cloud-abhängigkeit. der community- fork von gogs mit aktiverer entwicklung. web-interface version-control git-integration collaboration multi-user-support automation-ready ci-cd-actions issue-tracking wiki-system code-review api-driven lightweight incident-response malware-analysis static-investigations reporting",
+ "embedding": [
+ -0.039276123046875,
+ 0.0161590576171875,
+ 0.039276123046875,
+ -0.0020198822021484375,
+ 0.018280029296875,
+ 0.030181884765625,
+ 0.004665374755859375,
+ 0.01165771484375,
+ -0.0161590576171875,
+ 0.0005865097045898438,
+ -0.00846099853515625,
+ 0.035797119140625,
+ -0.003772735595703125,
+ 0.00899505615234375,
+ -0.068115234375,
+ 0.045654296875,
+ -0.0140228271484375,
+ 0.018951416015625,
+ 0.031524658203125,
+ 0.0026111602783203125,
+ -0.0274658203125,
+ -0.01702880859375,
+ -0.0443115234375,
+ -0.00904083251953125,
+ 0.0175018310546875,
+ 0.0224456787109375,
+ -0.01392364501953125,
+ -0.077392578125,
+ -0.03790283203125,
+ 0.01218414306640625,
+ 0.01441192626953125,
+ -0.03558349609375,
+ -0.006866455078125,
+ 0.0173187255859375,
+ -0.015380859375,
+ -0.0186614990234375,
+ 0.004329681396484375,
+ -0.059967041015625,
+ -0.0270843505859375,
+ 0.04547119140625,
+ -0.0088043212890625,
+ 0.00952911376953125,
+ 0.044891357421875,
+ -0.0162506103515625,
+ -0.0197296142578125,
+ -0.031524658203125,
+ -0.005779266357421875,
+ -0.01654052734375,
+ 0.00643157958984375,
+ -0.03753662109375,
+ 0.0100555419921875,
+ 0.015472412109375,
+ 0.0002448558807373047,
+ -0.002429962158203125,
+ -0.02978515625,
+ 0.02447509765625,
+ 0.0284423828125,
+ -0.00981903076171875,
+ -0.03790283203125,
+ 0.033477783203125,
+ -0.04913330078125,
+ 0.005901336669921875,
+ 0.008026123046875,
+ -0.0014810562133789062,
+ 0.0013666152954101562,
+ 0.0255279541015625,
+ -0.02960205078125,
+ -0.0386962890625,
+ 0.0011663436889648438,
+ -0.00017380714416503906,
+ 0.0014390945434570312,
+ 0.0011968612670898438,
+ -0.00933074951171875,
+ 0.0215606689453125,
+ -0.02630615234375,
+ -0.06304931640625,
+ 0.0253448486328125,
+ 0.046051025390625,
+ 0.0074462890625,
+ -0.001850128173828125,
+ -0.04583740234375,
+ 0.00293731689453125,
+ 0.047210693359375,
+ -0.016448974609375,
+ -0.03790283203125,
+ -0.015472412109375,
+ 0.018951416015625,
+ 0.0009551048278808594,
+ -0.01010894775390625,
+ 0.0099639892578125,
+ 0.02166748046875,
+ -0.0161590576171875,
+ 0.0172119140625,
+ -0.0123291015625,
+ 0.037322998046875,
+ 0.046417236328125,
+ -0.00899505615234375,
+ -0.00473785400390625,
+ -0.0249481201171875,
+ 0.0208892822265625,
+ 0.007061004638671875,
+ 0.007205963134765625,
+ 0.03656005859375,
+ 0.0079345703125,
+ 0.045654296875,
+ -0.035003662109375,
+ -0.01116943359375,
+ -0.0288238525390625,
+ -0.01151275634765625,
+ -0.006381988525390625,
+ -0.10211181640625,
+ -0.03326416015625,
+ -0.006771087646484375,
+ -0.04351806640625,
+ -0.0074005126953125,
+ 0.020111083984375,
+ -0.017608642578125,
+ 0.064208984375,
+ -0.05145263671875,
+ -0.03753662109375,
+ -0.00004947185516357422,
+ 0.006916046142578125,
+ 0.001789093017578125,
+ -0.0009613037109375,
+ -0.06304931640625,
+ -0.039459228515625,
+ 0.006336212158203125,
+ 0.014312744140625,
+ -0.0197296142578125,
+ -0.041015625,
+ -0.030364990234375,
+ -0.0340576171875,
+ 0.00628662109375,
+ -0.049896240234375,
+ 0.00241851806640625,
+ -0.04119873046875,
+ 0.0205078125,
+ 0.01078033447265625,
+ -0.005245208740234375,
+ 0.01116943359375,
+ 0.0016803741455078125,
+ -0.044891357421875,
+ -0.07623291015625,
+ 0.018280029296875,
+ -0.03985595703125,
+ -0.0163421630859375,
+ -0.01373291015625,
+ 0.042755126953125,
+ -0.0203094482421875,
+ -0.028045654296875,
+ -0.0083160400390625,
+ 0.01702880859375,
+ 0.03192138671875,
+ 0.0023326873779296875,
+ 0.013153076171875,
+ -0.0253448486328125,
+ 0.004302978515625,
+ -0.006336212158203125,
+ 0.036163330078125,
+ 0.0074462890625,
+ -0.01885986328125,
+ -0.0134429931640625,
+ 0.0186614990234375,
+ 0.03521728515625,
+ -0.0076904296875,
+ -0.031341552734375,
+ -0.0276641845703125,
+ -0.019927978515625,
+ -0.00444793701171875,
+ 0.01122283935546875,
+ 0.0311431884765625,
+ -0.0226287841796875,
+ 0.0615234375,
+ 0.07464599609375,
+ 0.0009307861328125,
+ 0.0278472900390625,
+ -0.0181884765625,
+ -0.01702880859375,
+ 0.036376953125,
+ 0.00817108154296875,
+ -0.002079010009765625,
+ 0.005199432373046875,
+ 0.034423828125,
+ 0.00399017333984375,
+ 0.0111236572265625,
+ 0.01267242431640625,
+ -0.013153076171875,
+ 0.0016927719116210938,
+ -0.03076171875,
+ 0.0175018310546875,
+ -0.03558349609375,
+ -0.0190582275390625,
+ -0.03094482421875,
+ 0.041778564453125,
+ 0.021270751953125,
+ 0.044677734375,
+ 0.02630615234375,
+ 0.0198211669921875,
+ 0.04217529296875,
+ -0.004619598388671875,
+ 0.0005831718444824219,
+ 0.05029296875,
+ -0.00725555419921875,
+ 0.032318115234375,
+ 0.005054473876953125,
+ 0.0162506103515625,
+ -0.0033359527587890625,
+ 0.049530029296875,
+ 0.021087646484375,
+ -0.01557159423828125,
+ 0.004230499267578125,
+ 0.0704345703125,
+ -0.0025997161865234375,
+ -0.0255279541015625,
+ -0.03326416015625,
+ -0.0400390625,
+ 0.00030231475830078125,
+ -0.0178985595703125,
+ -0.0278472900390625,
+ 0.021759033203125,
+ -0.0017404556274414062,
+ -0.0731201171875,
+ -0.005100250244140625,
+ 0.0190582275390625,
+ -0.010833740234375,
+ 0.029022216796875,
+ 0.0367431640625,
+ -0.018768310546875,
+ -0.0311431884765625,
+ 0.0099639892578125,
+ 0.0169219970703125,
+ 0.051055908203125,
+ -0.03076171875,
+ 0.01305389404296875,
+ 0.00730133056640625,
+ -0.03887939453125,
+ 0.0305633544921875,
+ 0.0261077880859375,
+ 0.00601959228515625,
+ 0.01097869873046875,
+ -0.0208892822265625,
+ 0.034820556640625,
+ -0.01392364501953125,
+ 0.053009033203125,
+ 0.03173828125,
+ -0.015869140625,
+ 0.01102447509765625,
+ -0.0085601806640625,
+ 0.0173187255859375,
+ 0.055694580078125,
+ -0.047393798828125,
+ -0.0100555419921875,
+ -0.045654296875,
+ 0.0058746337890625,
+ -0.08355712890625,
+ -0.034423828125,
+ -0.00812530517578125,
+ -0.045654296875,
+ 0.06036376953125,
+ -0.0433349609375,
+ -0.0261077880859375,
+ -0.0054168701171875,
+ 0.004085540771484375,
+ -0.01470184326171875,
+ 0.041015625,
+ -0.00643157958984375,
+ -0.0340576171875,
+ -0.0015592575073242188,
+ 0.06463623046875,
+ -0.005245208740234375,
+ -0.01247406005859375,
+ 0.0088043212890625,
+ 0.01073455810546875,
+ 0.007350921630859375,
+ 0.0203094482421875,
+ -0.0288238525390625,
+ -0.0134429931640625,
+ 0.034820556640625,
+ 0.0272674560546875,
+ 0.03076171875,
+ -0.0249481201171875,
+ 0.00870513916015625,
+ 0.0083160400390625,
+ 0.03790283203125,
+ -0.07391357421875,
+ -0.00870513916015625,
+ 0.0019102096557617188,
+ 0.036376953125,
+ -0.01267242431640625,
+ -0.0572509765625,
+ -0.01267242431640625,
+ 0.055328369140625,
+ 0.01010894775390625,
+ -0.00026154518127441406,
+ 0.00543975830078125,
+ -0.048553466796875,
+ 0.006916046142578125,
+ -0.0185699462890625,
+ -0.006626129150390625,
+ 0.005054473876953125,
+ 0.06732177734375,
+ -0.01422119140625,
+ 0.00783538818359375,
+ -0.0284423828125,
+ 0.00928497314453125,
+ -0.021759033203125,
+ -0.04815673828125,
+ -0.014801025390625,
+ -0.00846099853515625,
+ -0.03985595703125,
+ -0.005947113037109375,
+ 0.01837158203125,
+ -0.00860595703125,
+ 0.0012874603271484375,
+ -0.0029506683349609375,
+ 0.0013179779052734375,
+ -0.031341552734375,
+ -0.06072998046875,
+ 0.0011548995971679688,
+ -0.0479736328125,
+ -0.0209808349609375,
+ -0.01334381103515625,
+ 0.05029296875,
+ 0.0042572021484375,
+ 0.001384735107421875,
+ -0.014801025390625,
+ -0.0005016326904296875,
+ -0.030364990234375,
+ 0.0186614990234375,
+ -0.0191497802734375,
+ 0.0228271484375,
+ 0.01305389404296875,
+ 0.046630859375,
+ 0.0400390625,
+ 0.0270843505859375,
+ 0.0232086181640625,
+ 0.048370361328125,
+ 0.015960693359375,
+ -0.02001953125,
+ 0.001178741455078125,
+ 0.0079803466796875,
+ -0.0014505386352539062,
+ 0.0203094482421875,
+ -0.0150909423828125,
+ -0.0270843505859375,
+ 0.00836944580078125,
+ -0.0243682861328125,
+ 0.0184783935546875,
+ 0.03656005859375,
+ 0.0029506683349609375,
+ 0.035400390625,
+ -0.0055389404296875,
+ 0.02349853515625,
+ 0.055328369140625,
+ 0.0016078948974609375,
+ 0.09747314453125,
+ -0.01654052734375,
+ -0.07623291015625,
+ 0.014312744140625,
+ 0.017120361328125,
+ -0.0083160400390625,
+ -0.010833740234375,
+ 0.046417236328125,
+ 0.0022602081298828125,
+ 0.0125732421875,
+ 0.0259246826171875,
+ -0.00991058349609375,
+ 0.0340576171875,
+ -0.0161590576171875,
+ -0.018768310546875,
+ 0.01155853271484375,
+ -0.01093292236328125,
+ -0.00372314453125,
+ 0.034820556640625,
+ 0.0367431640625,
+ 0.0123291015625,
+ 0.01141357421875,
+ -0.01654052734375,
+ -0.01373291015625,
+ -0.04815673828125,
+ -0.07855224609375,
+ 0.01412200927734375,
+ 0.0225372314453125,
+ 0.0052947998046875,
+ 0.044891357421875,
+ -0.0220489501953125,
+ -0.056488037109375,
+ 0.03521728515625,
+ -0.01141357421875,
+ 0.056884765625,
+ 0.0202178955078125,
+ 0.0007586479187011719,
+ 0.014801025390625,
+ -0.030181884765625,
+ 0.007640838623046875,
+ 0.017608642578125,
+ 0.009765625,
+ 0.03289794921875,
+ 0.043121337890625,
+ 0.0288238525390625,
+ -0.01010894775390625,
+ -0.048736572265625,
+ 0.029205322265625,
+ 0.040618896484375,
+ 0.036163330078125,
+ 0.018280029296875,
+ 0.004329681396484375,
+ 0.006771087646484375,
+ 0.0400390625,
+ -0.0156707763671875,
+ 0.05377197265625,
+ 0.03790283203125,
+ -0.01953125,
+ 0.017791748046875,
+ 0.002780914306640625,
+ 0.017791748046875,
+ -0.0657958984375,
+ 0.0202178955078125,
+ 0.0038204193115234375,
+ 0.01363372802734375,
+ 0.010009765625,
+ 0.0282440185546875,
+ -0.08551025390625,
+ 0.00701141357421875,
+ 0.014892578125,
+ -0.06500244140625,
+ 0.0259246826171875,
+ 0.03521728515625,
+ -0.0233154296875,
+ 0.0190582275390625,
+ -0.0253448486328125,
+ -0.045257568359375,
+ -0.010589599609375,
+ -0.00957489013671875,
+ -0.0270843505859375,
+ 0.0278472900390625,
+ 0.010589599609375,
+ -0.04449462890625,
+ -0.0299835205078125,
+ -0.0025272369384765625,
+ -0.02349853515625,
+ 0.02117919921875,
+ -0.011077880859375,
+ 0.0196380615234375,
+ -0.01373291015625,
+ -0.00469207763671875,
+ 0.0113677978515625,
+ 0.03326416015625,
+ 0.005466461181640625,
+ -0.025146484375,
+ 0.06536865234375,
+ -0.02862548828125,
+ -0.057647705078125,
+ 0.0321044921875,
+ 0.013153076171875,
+ 0.01180267333984375,
+ -0.0169219970703125,
+ -0.01354217529296875,
+ 0.0015230178833007812,
+ 0.004520416259765625,
+ -0.014312744140625,
+ 0.01238250732421875,
+ -0.04119873046875,
+ -0.038299560546875,
+ -0.0711669921875,
+ 0.04119873046875,
+ 0.00783538818359375,
+ 0.0226287841796875,
+ -0.009765625,
+ -0.054168701171875,
+ 0.043121337890625,
+ -0.06500244140625,
+ -0.0270843505859375,
+ -0.01020050048828125,
+ 0.0163421630859375,
+ -0.0218658447265625,
+ 0.051055908203125,
+ -0.00846099853515625,
+ -0.003009796142578125,
+ -0.0224456787109375,
+ 0.025726318359375,
+ 0.006336212158203125,
+ -0.0093841552734375,
+ -0.043914794921875,
+ 0.037322998046875,
+ 0.0207977294921875,
+ -0.036376953125,
+ 0.0125732421875,
+ 0.00386810302734375,
+ 0.00276947021484375,
+ 0.049896240234375,
+ -0.061126708984375,
+ -0.0037479400634765625,
+ 0.01325225830078125,
+ -0.06268310546875,
+ -0.0178985595703125,
+ -0.050689697265625,
+ -0.01020050048828125,
+ -0.0294036865234375,
+ 0.0019588470458984375,
+ 0.046630859375,
+ 0.01049041748046875,
+ 0.0172119140625,
+ -0.003009796142578125,
+ 0.0021038055419921875,
+ 0.0265045166015625,
+ 0.0079345703125,
+ -0.0198211669921875,
+ 0.0276641845703125,
+ -0.05609130859375,
+ -0.050689697265625,
+ -0.0172119140625,
+ 0.0377197265625,
+ 0.0025997161865234375,
+ -0.002574920654296875,
+ -0.0122833251953125,
+ 0.00010502338409423828,
+ 0.036956787109375,
+ -0.064208984375,
+ -0.00860595703125,
+ -0.036376953125,
+ -0.01934814453125,
+ -0.0255279541015625,
+ -0.0249481201171875,
+ 0.01412200927734375,
+ 0.006069183349609375,
+ 0.002056121826171875,
+ 0.00904083251953125,
+ 0.04931640625,
+ -0.044891357421875,
+ 0.006866455078125,
+ 0.0134429931640625,
+ 0.00021159648895263672,
+ 0.01184844970703125,
+ 0.0140228271484375,
+ -0.00875091552734375,
+ 0.016632080078125,
+ 0.009674072265625,
+ -0.045654296875,
+ -0.050689697265625,
+ -0.06695556640625,
+ 0.0367431640625,
+ -0.0023937225341796875,
+ 0.0021038055419921875,
+ -0.04449462890625,
+ -0.03326416015625,
+ -0.0758056640625,
+ -0.01441192626953125,
+ 0.0684814453125,
+ 0.02117919921875,
+ -0.018280029296875,
+ -0.01470184326171875,
+ -0.00986480712890625,
+ -0.02001953125,
+ -0.04254150390625,
+ 0.035980224609375,
+ 0.0007524490356445312,
+ 0.0272674560546875,
+ 0.004932403564453125,
+ -0.02630615234375,
+ 0.035797119140625,
+ 0.006191253662109375,
+ 0.018280029296875,
+ 0.0018739700317382812,
+ 0.0186614990234375,
+ -0.04022216796875,
+ 0.0242767333984375,
+ -0.03753662109375,
+ -0.014892578125,
+ -0.0012273788452148438,
+ -0.02398681640625,
+ 0.008270263671875,
+ -0.025146484375,
+ -0.01184844970703125,
+ 0.0192413330078125,
+ 0.039642333984375,
+ 0.046051025390625,
+ 0.0012388229370117188,
+ -0.043121337890625,
+ 0.0134429931640625,
+ 0.004375457763671875,
+ 0.049530029296875,
+ -0.0274658203125,
+ -0.062286376953125,
+ -0.0047149658203125,
+ 0.001644134521484375,
+ 0.05804443359375,
+ 0.05029296875,
+ -0.0184783935546875,
+ -0.042755126953125,
+ 0.0179901123046875,
+ 0.042938232421875,
+ 0.0021514892578125,
+ -0.01654052734375,
+ 0.0021514892578125,
+ 0.0218658447265625,
+ 0.004230499267578125,
+ 0.07659912109375,
+ -0.0019588470458984375,
+ 0.09246826171875,
+ 0.0196380615234375,
+ 0.0099639892578125,
+ 0.018768310546875,
+ 0.08819580078125,
+ 0.03790283203125,
+ -0.035003662109375,
+ -0.04583740234375,
+ -0.01296234130859375,
+ 0.022918701171875,
+ -0.0299835205078125,
+ -0.0321044921875,
+ -0.00846099853515625,
+ 0.06036376953125,
+ -0.0750732421875,
+ -0.0230255126953125,
+ -0.01122283935546875,
+ -0.0003082752227783203,
+ 0.01325225830078125,
+ 0.0259246826171875,
+ -0.025726318359375,
+ 0.0146026611328125,
+ 0.0249481201171875,
+ -0.038116455078125,
+ 0.00846099853515625,
+ -0.014892578125,
+ 0.0028533935546875,
+ 0.07623291015625,
+ 0.03094482421875,
+ -0.01412200927734375,
+ 0.02960205078125,
+ 0.01392364501953125,
+ 0.01441192626953125,
+ 0.019439697265625,
+ 0.0489501953125,
+ 0.04351806640625,
+ 0.0259246826171875,
+ 0.051055908203125,
+ 0.06036376953125,
+ -0.0278472900390625,
+ -0.02166748046875,
+ 0.006526947021484375,
+ 0.0093841552734375,
+ 0.046234130859375,
+ 0.053375244140625,
+ -0.00585174560546875,
+ 0.029205322265625,
+ 0.0276641845703125,
+ -0.0311431884765625,
+ -0.0005440711975097656,
+ -0.0005350112915039062,
+ -0.0288238525390625,
+ -0.01528167724609375,
+ -0.0595703125,
+ 0.01702880859375,
+ -0.0108795166015625,
+ 0.019439697265625,
+ 0.01155853271484375,
+ -0.0413818359375,
+ -0.0282440185546875,
+ 0.00952911376953125,
+ -0.0100555419921875,
+ -0.04022216796875,
+ 0.01015472412109375,
+ 0.0012331008911132812,
+ -0.0400390625,
+ -0.0197296142578125,
+ -0.00860595703125,
+ 0.039276123046875,
+ -0.02398681640625,
+ -0.038299560546875,
+ -0.01213836669921875,
+ 0.023406982421875,
+ -0.0191497802734375,
+ -0.031341552734375,
+ -0.0249481201171875,
+ 0.01160430908203125,
+ -0.0146026611328125,
+ -0.056884765625,
+ -0.0634765625,
+ -0.051055908203125,
+ 0.0125732421875,
+ -0.0231170654296875,
+ 0.01296234130859375,
+ -0.0048828125,
+ -0.025146484375,
+ -0.01151275634765625,
+ -0.041595458984375,
+ -0.0340576171875,
+ 0.0278472900390625,
+ -0.041015625,
+ 0.0175018310546875,
+ -0.00229644775390625,
+ 0.00909423828125,
+ 0.04217529296875,
+ 0.04779052734375,
+ 0.004062652587890625,
+ 0.0233154296875,
+ -0.0179901123046875,
+ -0.0413818359375,
+ -0.0134429931640625,
+ -0.00730133056640625,
+ 0.00894927978515625,
+ -0.07427978515625,
+ 0.01422119140625,
+ 0.0592041015625,
+ -0.0469970703125,
+ 0.0294036865234375,
+ 0.01325225830078125,
+ -0.0276641845703125,
+ -0.043914794921875,
+ 0.0106353759765625,
+ -0.0108795166015625,
+ 0.049896240234375,
+ 0.1005859375,
+ 0.00469207763671875,
+ -0.0025386810302734375,
+ 0.0015840530395507812,
+ -0.0413818359375,
+ 0.0423583984375,
+ 0.0151824951171875,
+ 0.0146026611328125,
+ -0.040802001953125,
+ 0.00875091552734375,
+ 0.0009489059448242188,
+ -0.018951416015625,
+ 0.005779266357421875,
+ -0.0711669921875,
+ -0.0018377304077148438,
+ 0.0288238525390625,
+ 0.0076904296875,
+ -0.02630615234375,
+ -0.01334381103515625,
+ -0.0270843505859375,
+ -0.035980224609375,
+ -0.04547119140625,
+ 0.035400390625,
+ -0.003143310546875,
+ 0.0145111083984375,
+ -0.06463623046875,
+ -0.0367431640625,
+ -0.0010461807250976562,
+ -0.0386962890625,
+ -0.028045654296875,
+ -0.015380859375,
+ 0.01180267333984375,
+ 0.006961822509765625,
+ -0.0242767333984375,
+ 0.009429931640625,
+ -0.0022602081298828125,
+ 0.00870513916015625,
+ -0.00788116455078125,
+ 0.0758056640625,
+ -0.0386962890625,
+ -0.007785797119140625,
+ -0.002429962158203125,
+ 0.0236053466796875,
+ -0.008270263671875,
+ 0.002635955810546875,
+ 0.0106353759765625,
+ 0.0034809112548828125,
+ 0.023406982421875,
+ -0.0299835205078125,
+ 0.045654296875,
+ 0.015380859375,
+ -0.0175018310546875,
+ -0.037139892578125,
+ -0.026885986328125,
+ -0.04449462890625,
+ 0.044097900390625,
+ 0.0015954971313476562,
+ 0.00754547119140625,
+ -0.0119476318359375,
+ -0.0156707763671875,
+ -0.0955810546875,
+ 0.019439697265625,
+ 0.0013666152954101562,
+ 0.0051727294921875,
+ 0.021087646484375,
+ -0.015472412109375,
+ -0.056488037109375,
+ -0.040802001953125,
+ -0.018768310546875,
+ 0.01039886474609375,
+ -0.0172119140625,
+ 0.0208892822265625,
+ -0.005706787109375,
+ 0.0036754608154296875,
+ -0.0008702278137207031,
+ -0.006626129150390625,
+ -0.0013904571533203125,
+ 0.05804443359375,
+ 0.0202178955078125,
+ -0.030364990234375,
+ 0.05804443359375,
+ -0.045654296875,
+ -0.003009796142578125,
+ 0.0054168701171875,
+ 0.03424072265625,
+ -0.01015472412109375,
+ -0.005390167236328125,
+ -0.03424072265625,
+ 0.01296234130859375,
+ 0.010589599609375,
+ 0.033843994140625,
+ -0.016448974609375,
+ 0.00628662109375,
+ -0.02166748046875,
+ 0.033660888671875,
+ -0.0125732421875,
+ -0.0013360977172851562,
+ 0.01010894775390625,
+ -0.0023326873779296875,
+ -0.0231170654296875,
+ 0.007205963134765625,
+ -0.0711669921875,
+ -0.0916748046875,
+ 0.00030231475830078125,
+ -0.0423583984375,
+ -0.01213836669921875,
+ -0.0079345703125,
+ 0.0340576171875,
+ 0.0479736328125,
+ -0.0156707763671875,
+ 0.0208892822265625,
+ -0.0145111083984375,
+ -0.014801025390625,
+ -0.055694580078125,
+ 0.010345458984375,
+ -0.036956787109375,
+ 0.0433349609375,
+ 0.007205963134765625,
+ -0.02960205078125,
+ 0.0340576171875,
+ -0.0276641845703125,
+ 0.00597381591796875,
+ -0.0113677978515625,
+ -0.0012149810791015625,
+ -0.0274658203125,
+ 0.0079803466796875,
+ -0.0758056640625,
+ -0.031341552734375,
+ 0.02117919921875,
+ 0.0311431884765625,
+ 0.005779266357421875,
+ -0.0214691162109375,
+ 0.066162109375,
+ 0.001251220703125,
+ -0.061126708984375,
+ -0.0093841552734375,
+ -0.01470184326171875,
+ -0.01049041748046875,
+ 0.0261077880859375,
+ 0.010345458984375,
+ 0.0163421630859375,
+ -0.0008039474487304688,
+ 0.059967041015625,
+ 0.010345458984375,
+ 0.0276641845703125,
+ 0.0400390625,
+ -0.0215606689453125,
+ 0.0181884765625,
+ 0.00502777099609375,
+ 0.025146484375,
+ 0.026885986328125,
+ 0.03887939453125,
+ -0.0173187255859375,
+ 0.0231170654296875,
+ -0.0185699462890625,
+ -0.08087158203125,
+ -0.0202178955078125,
+ -0.03985595703125,
+ -0.06536865234375,
+ -0.00616455078125,
+ 0.0936279296875,
+ 0.03173828125,
+ 0.0041351318359375,
+ 0.039276123046875,
+ 0.045074462890625,
+ 0.0386962890625,
+ -0.004184722900390625,
+ -0.016448974609375,
+ -0.0665283203125,
+ -0.0169219970703125,
+ 0.0114593505859375,
+ 0.0032634735107421875,
+ -0.0390625,
+ 0.055328369140625,
+ 0.06500244140625,
+ -0.01276397705078125,
+ -0.020111083984375,
+ -0.021270751953125,
+ 0.01218414306640625,
+ 0.055694580078125,
+ 0.01305389404296875,
+ 0.000055909156799316406,
+ -0.066162109375,
+ -0.003143310546875,
+ 0.01383209228515625,
+ -0.01373291015625,
+ -0.01296234130859375,
+ -0.0230255126953125,
+ 0.0006499290466308594,
+ 0.0294036865234375,
+ -0.0684814453125,
+ -0.0169219970703125,
+ 0.0134429931640625,
+ 0.06463623046875,
+ 0.0241851806640625,
+ -0.053009033203125,
+ -0.031524658203125,
+ 0.0390625,
+ 0.011993408203125,
+ -0.0173187255859375,
+ 0.0237884521484375,
+ 0.0196380615234375,
+ 0.0012388229370117188,
+ 0.0005350112915039062,
+ 0.04217529296875,
+ -0.01383209228515625,
+ 0.044097900390625,
+ 0.0162506103515625,
+ -0.06304931640625,
+ 0.004547119140625,
+ -0.00372314453125,
+ 0.0203094482421875,
+ -0.0180816650390625,
+ -0.04779052734375,
+ 0.0088043212890625,
+ -0.053009033203125,
+ 0.03521728515625,
+ 0.03326416015625,
+ 0.047576904296875,
+ -0.0028057098388671875,
+ 0.0036754608154296875,
+ -0.0184783935546875,
+ -0.00022363662719726562,
+ 0.035003662109375,
+ 0.032501220703125,
+ 0.040435791015625,
+ 0.0074005126953125,
+ -0.007061004638671875,
+ 0.0079803466796875,
+ 0.0259246826171875,
+ -0.044677734375,
+ 0.06072998046875,
+ -0.0299835205078125,
+ 0.0074462890625,
+ -0.056884765625,
+ -0.0247650146484375,
+ -0.01165771484375,
+ -0.022918701171875,
+ 0.01383209228515625,
+ -0.0479736328125,
+ 0.00860595703125,
+ -0.0272674560546875,
+ -0.04449462890625,
+ 0.01557159423828125,
+ 0.036163330078125,
+ -0.049530029296875,
+ 0.032318115234375,
+ 0.044891357421875,
+ 0.006237030029296875,
+ -0.0015716552734375,
+ -0.044097900390625,
+ 0.07080078125,
+ 0.013153076171875,
+ 0.030181884765625,
+ -0.0125732421875,
+ 0.00957489013671875,
+ 0.0179901123046875,
+ 0.00502777099609375,
+ 0.00229644775390625,
+ 0.0179901123046875,
+ -0.0242767333984375,
+ 0.056488037109375,
+ 0.0572509765625,
+ 0.00628662109375,
+ -0.034637451171875,
+ 0.036956787109375,
+ -0.004909515380859375,
+ -0.035797119140625,
+ 0.0274658203125,
+ 0.029022216796875,
+ 0.010345458984375,
+ -0.01102447509765625,
+ -0.0036029815673828125,
+ 0.01885986328125,
+ -0.046417236328125,
+ 0.052215576171875,
+ 0.0220489501953125,
+ 0.004425048828125,
+ 0.037322998046875,
+ -0.046630859375,
+ 0.053375244140625,
+ 0.0093841552734375,
+ 0.02862548828125,
+ -0.043914794921875,
+ 0.057647705078125,
+ 0.01305389404296875,
+ 0.0006861686706542969,
+ -0.0088043212890625,
+ 0.03094482421875,
+ -0.00836944580078125,
+ 0.054168701171875,
+ -0.0034084320068359375,
+ 0.0615234375,
+ 0.032501220703125,
+ -0.01392364501953125,
+ -0.0526123046875,
+ -0.0266876220703125,
+ 0.0274658203125,
+ -0.007110595703125,
+ 0.035400390625,
+ -0.03326416015625,
+ -0.0011301040649414062,
+ -0.00986480712890625,
+ 0.0433349609375,
+ 0.058807373046875,
+ -0.0009307861328125,
+ 0.005344390869140625,
+ 0.0001964569091796875,
+ -0.014312744140625,
+ -0.036376953125,
+ -0.005828857421875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "version-control",
+ "git-integration",
+ "collaboration",
+ "multi-user-support",
+ "automation-ready",
+ "ci-cd-actions",
+ "issue-tracking",
+ "wiki-system",
+ "code-review",
+ "api-driven",
+ "lightweight"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Windows_Anmeldeverfahren_Forensische_Analyse",
+ "type": "tool",
+ "name": "Windows Anmeldeverfahren Forensische Analyse",
+ "content": "windows anmeldeverfahren forensische analyse authentication-mechanismus-analyse: ntlm challenge-response vs. kerberos ticket-granting für domain-environments. event-log-analysis für logon-types: 2=interactive console, 3=network, 4=batch, 5=service, 7=unlock, 8=network cleartext, 9=new credentials, 10=remote interactive (rdp), 11=cached interactive. registry-analysis für cached-domain-credentials unter security\\cache und authentication- packages in lsa. smartcard/biometric-evidence in specialized event-logs. authentication-analysis logon-types interactive-logon smartcard-analysis biometric-analysis network-logon ntlm-analysis kerberos-analysis cached-credentials event-correlation incident-response static-investigations network-forensics examination analysis",
+ "embedding": [
+ -0.0210418701171875,
+ 0.0450439453125,
+ 0.04400634765625,
+ -0.0018873214721679688,
+ 0.0116119384765625,
+ 0.01265716552734375,
+ 0.0135345458984375,
+ -0.0254974365234375,
+ -0.02862548828125,
+ -0.0258331298828125,
+ -0.0258331298828125,
+ 0.03631591796875,
+ -0.01396942138671875,
+ -0.03472900390625,
+ -0.06390380859375,
+ 0.08380126953125,
+ 0.0011892318725585938,
+ 0.0059356689453125,
+ 0.00951385498046875,
+ 0.01103973388671875,
+ -0.04364013671875,
+ -0.006153106689453125,
+ -0.035980224609375,
+ -0.007549285888671875,
+ 0.0010042190551757812,
+ 0.01134490966796875,
+ 0.004581451416015625,
+ -0.0673828125,
+ -0.004955291748046875,
+ 0.0186004638671875,
+ 0.00885772705078125,
+ -0.015716552734375,
+ -0.00019919872283935547,
+ 0.00885772705078125,
+ -0.003383636474609375,
+ -0.0159759521484375,
+ -0.004734039306640625,
+ -0.0296783447265625,
+ -0.0210418701171875,
+ 0.051666259765625,
+ -0.01448822021484375,
+ -0.0197296142578125,
+ 0.0096893310546875,
+ -0.0205078125,
+ -0.038055419921875,
+ -0.038055419921875,
+ 0.0258331298828125,
+ 0.0030765533447265625,
+ 0.02496337890625,
+ -0.0157928466796875,
+ 0.00580596923828125,
+ 0.0099945068359375,
+ -0.004802703857421875,
+ -0.0084228515625,
+ -0.034912109375,
+ 0.0263671875,
+ 0.0198211669921875,
+ -0.004581451416015625,
+ -0.037017822265625,
+ 0.052032470703125,
+ -0.037017822265625,
+ -0.0078582763671875,
+ 0.0228729248046875,
+ -0.0228729248046875,
+ 0.0097808837890625,
+ 0.031585693359375,
+ -0.00789642333984375,
+ -0.0289764404296875,
+ -0.0023784637451171875,
+ 0.003993988037109375,
+ 0.017364501953125,
+ 0.006153106689453125,
+ -0.031585693359375,
+ 0.03857421875,
+ -0.0361328125,
+ -0.049591064453125,
+ 0.034576416015625,
+ 0.00811767578125,
+ -0.00360107421875,
+ -0.0171966552734375,
+ -0.0645751953125,
+ 0.01387786865234375,
+ 0.07574462890625,
+ -0.004779815673828125,
+ -0.055877685546875,
+ 0.0026836395263671875,
+ 0.0140533447265625,
+ -0.0010967254638671875,
+ -0.003971099853515625,
+ -0.01016998291015625,
+ 0.016937255859375,
+ -0.0298614501953125,
+ 0.024444580078125,
+ -0.01448822021484375,
+ 0.054473876953125,
+ 0.027587890625,
+ 0.00933837890625,
+ -0.005893707275390625,
+ 0.0267181396484375,
+ 0.04400634765625,
+ 0.014312744140625,
+ -0.030731201171875,
+ 0.0310821533203125,
+ -0.01291656494140625,
+ 0.06494140625,
+ -0.038421630859375,
+ 0.019378662109375,
+ -0.016326904296875,
+ -0.0254974365234375,
+ -0.01335906982421875,
+ -0.08941650390625,
+ -0.0171966552734375,
+ 0.00530242919921875,
+ -0.0831298828125,
+ -0.01396942138671875,
+ -0.006198883056640625,
+ 0.0178985595703125,
+ 0.040679931640625,
+ -0.040679931640625,
+ -0.0450439453125,
+ 0.046783447265625,
+ -0.01169586181640625,
+ 0.0016145706176757812,
+ 0.0235748291015625,
+ -0.04364013671875,
+ -0.04644775390625,
+ 0.0072021484375,
+ 0.0364990234375,
+ -0.011871337890625,
+ 0.00434112548828125,
+ -0.0220794677734375,
+ 0.0007090568542480469,
+ -0.028289794921875,
+ -0.0214691162109375,
+ -0.004955291748046875,
+ -0.0265350341796875,
+ 0.045379638671875,
+ -0.012481689453125,
+ 0.00273895263671875,
+ 0.01265716552734375,
+ 0.0450439453125,
+ -0.0260162353515625,
+ -0.050994873046875,
+ -0.006591796875,
+ -0.049224853515625,
+ -0.0134429931640625,
+ -0.01387786865234375,
+ 0.031585693359375,
+ -0.032135009765625,
+ 0.005672454833984375,
+ 0.00733184814453125,
+ 0.0478515625,
+ 0.032989501953125,
+ 0.000019669532775878906,
+ 0.01143646240234375,
+ -0.0478515625,
+ -0.017364501953125,
+ -0.027587890625,
+ 0.0279388427734375,
+ -0.0023250579833984375,
+ -0.023223876953125,
+ 0.0171966552734375,
+ -0.014312744140625,
+ 0.0141448974609375,
+ -0.046783447265625,
+ -0.032470703125,
+ -0.0221710205078125,
+ 0.00707244873046875,
+ -0.01143646240234375,
+ -0.00925445556640625,
+ 0.0361328125,
+ -0.01519012451171875,
+ 0.04241943359375,
+ 0.060394287109375,
+ -0.0054779052734375,
+ 0.035430908203125,
+ 0.006633758544921875,
+ -0.0253143310546875,
+ 0.041900634765625,
+ 0.0221710205078125,
+ -0.0153656005859375,
+ -0.0210418701171875,
+ 0.056915283203125,
+ 0.0012493133544921875,
+ 0.00012552738189697266,
+ 0.0006356239318847656,
+ -0.025665283203125,
+ -0.0192108154296875,
+ -0.048187255859375,
+ 0.03912353515625,
+ -0.0196380615234375,
+ -0.05029296875,
+ -0.0034046173095703125,
+ 0.043121337890625,
+ 0.06109619140625,
+ 0.05657958984375,
+ 0.006633758544921875,
+ -0.0141448974609375,
+ 0.03509521484375,
+ -0.007770538330078125,
+ 0.021392822265625,
+ 0.0450439453125,
+ -0.01335906982421875,
+ 0.0296783447265625,
+ 0.01483917236328125,
+ -0.015716552734375,
+ 0.003513336181640625,
+ 0.01052093505859375,
+ 0.022003173828125,
+ -0.01113128662109375,
+ -0.010040283203125,
+ 0.04644775390625,
+ -0.02880859375,
+ -0.0438232421875,
+ -0.0301971435546875,
+ -0.0235748291015625,
+ 0.0036220550537109375,
+ 0.002727508544921875,
+ -0.00885772705078125,
+ 0.01178741455078125,
+ 0.005588531494140625,
+ -0.0267181396484375,
+ 0.0056304931640625,
+ 0.02740478515625,
+ -0.0162353515625,
+ 0.04644775390625,
+ 0.0162353515625,
+ -0.028106689453125,
+ -0.030731201171875,
+ 0.00811767578125,
+ 0.0198211669921875,
+ 0.044342041015625,
+ 0.0053253173828125,
+ 0.03369140625,
+ -0.0128326416015625,
+ -0.01291656494140625,
+ 0.05517578125,
+ 0.026885986328125,
+ 0.007114410400390625,
+ 0.00611114501953125,
+ -0.0141448974609375,
+ 0.045379638671875,
+ -0.037353515625,
+ 0.0364990234375,
+ 0.045745849609375,
+ 0.0013971328735351562,
+ 0.003753662109375,
+ -0.01885986328125,
+ 0.003948211669921875,
+ 0.04034423828125,
+ -0.03857421875,
+ -0.00611114501953125,
+ -0.07611083984375,
+ -0.02252197265625,
+ -0.07647705078125,
+ -0.0499267578125,
+ -0.03265380859375,
+ -0.06109619140625,
+ 0.015625,
+ -0.0284576416015625,
+ -0.003360748291015625,
+ -0.00641632080078125,
+ 0.005718231201171875,
+ 0.01885986328125,
+ 0.0190277099609375,
+ 0.0171966552734375,
+ -0.016845703125,
+ 0.00403594970703125,
+ 0.07122802734375,
+ 0.005367279052734375,
+ -0.014404296875,
+ -0.005847930908203125,
+ 0.0116119384765625,
+ -0.0226898193359375,
+ 0.019989013671875,
+ -0.035797119140625,
+ -0.01326751708984375,
+ 0.03369140625,
+ 0.0289764404296875,
+ 0.00951385498046875,
+ 0.0007691383361816406,
+ 0.01169586181640625,
+ 0.01230621337890625,
+ 0.0450439453125,
+ -0.0263671875,
+ -0.01117706298828125,
+ -0.0065460205078125,
+ 0.0056304931640625,
+ -0.03472900390625,
+ -0.0572509765625,
+ -0.01274871826171875,
+ 0.0164947509765625,
+ 0.005718231201171875,
+ 0.0054779052734375,
+ -0.003841400146484375,
+ -0.004650115966796875,
+ 0.017547607421875,
+ 5.960464477539063e-8,
+ -0.0233917236328125,
+ 0.01483917236328125,
+ 0.055511474609375,
+ -0.0235748291015625,
+ 0.010650634765625,
+ 0.0192108154296875,
+ 0.01519012451171875,
+ -0.044525146484375,
+ -0.028106689453125,
+ -0.0084686279296875,
+ -0.0125732421875,
+ -0.047149658203125,
+ -0.00737762451171875,
+ 0.013092041015625,
+ -0.00824737548828125,
+ -0.002498626708984375,
+ -0.041900634765625,
+ 0.00499725341796875,
+ -0.04644775390625,
+ -0.0523681640625,
+ 0.02069091796875,
+ -0.032470703125,
+ -0.030731201171875,
+ -0.0220794677734375,
+ 0.05133056640625,
+ 0.00707244873046875,
+ 0.008209228515625,
+ -0.0147552490234375,
+ 0.006458282470703125,
+ -0.0235748291015625,
+ -0.00994873046875,
+ -0.0141448974609375,
+ 0.019378662109375,
+ -0.002521514892578125,
+ 0.01113128662109375,
+ 0.0178070068359375,
+ 0.02374267578125,
+ 0.0289764404296875,
+ 0.05133056640625,
+ -0.0014619827270507812,
+ -0.01134490966796875,
+ 0.004669189453125,
+ 0.004974365234375,
+ -0.0012111663818359375,
+ 0.006679534912109375,
+ 0.007724761962890625,
+ -0.045379638671875,
+ 0.003055572509765625,
+ -0.0137939453125,
+ 0.0240936279296875,
+ 0.006458282470703125,
+ 0.02191162109375,
+ 0.013092041015625,
+ -0.01702880859375,
+ 0.01422882080078125,
+ 0.07440185546875,
+ 0.00951385498046875,
+ 0.1026611328125,
+ -0.0377197265625,
+ -0.05029296875,
+ 0.01113128662109375,
+ 0.023223876953125,
+ -0.02496337890625,
+ -0.03369140625,
+ 0.055511474609375,
+ 0.041015625,
+ 0.0087738037109375,
+ 0.030731201171875,
+ -0.0260162353515625,
+ 0.039642333984375,
+ 0.006374359130859375,
+ 0.015716552734375,
+ 0.003536224365234375,
+ -0.010955810546875,
+ 0.034210205078125,
+ 0.057952880859375,
+ 0.031951904296875,
+ -0.0174560546875,
+ 0.043121337890625,
+ -0.04278564453125,
+ -0.042236328125,
+ -0.0208587646484375,
+ -0.0572509765625,
+ 0.0165863037109375,
+ 0.0171051025390625,
+ -0.01387786865234375,
+ 0.045745849609375,
+ -0.0301971435546875,
+ -0.0572509765625,
+ 0.02069091796875,
+ -0.031585693359375,
+ 0.06005859375,
+ 0.038055419921875,
+ 0.00794219970703125,
+ 0.05133056640625,
+ -0.01239776611328125,
+ 0.01169586181640625,
+ 0.050994873046875,
+ 0.01509857177734375,
+ 0.0128326416015625,
+ 0.04852294921875,
+ 0.040863037109375,
+ 0.01230621337890625,
+ -0.0328369140625,
+ 0.01265716552734375,
+ 0.0197296142578125,
+ 0.030548095703125,
+ -0.00955963134765625,
+ 0.0258331298828125,
+ 0.02252197265625,
+ 0.0298614501953125,
+ -0.0478515625,
+ 0.04608154296875,
+ 0.01387786865234375,
+ -0.0221710205078125,
+ 0.027069091796875,
+ -0.025665283203125,
+ 0.00737762451171875,
+ -0.041717529296875,
+ 0.01078033447265625,
+ 0.0198211669921875,
+ 0.00611114501953125,
+ 0.0198974609375,
+ 0.00225830078125,
+ -0.0701904296875,
+ -0.00733184814453125,
+ 0.065673828125,
+ -0.060394287109375,
+ 0.0221710205078125,
+ 0.0254974365234375,
+ -0.0171966552734375,
+ 0.006591796875,
+ -0.0147552490234375,
+ -0.04608154296875,
+ 0.044158935546875,
+ -0.0291595458984375,
+ -0.0296783447265625,
+ 0.01117706298828125,
+ 0.02862548828125,
+ -0.01117706298828125,
+ -0.030029296875,
+ -0.00946807861328125,
+ 0.0018329620361328125,
+ -0.013702392578125,
+ -0.035797119140625,
+ 0.01025390625,
+ -0.0209503173828125,
+ 0.0100860595703125,
+ 0.0158843994140625,
+ 0.05621337890625,
+ -0.01885986328125,
+ -0.046783447265625,
+ 0.055877685546875,
+ -0.015625,
+ -0.032135009765625,
+ 0.0298614501953125,
+ 0.010345458984375,
+ 0.02008056640625,
+ -0.04644775390625,
+ -0.023040771484375,
+ 0.005107879638671875,
+ -0.0205078125,
+ 0.0177154541015625,
+ 0.005367279052734375,
+ -0.037872314453125,
+ -0.0438232421875,
+ -0.050994873046875,
+ 0.056915283203125,
+ -0.01265716552734375,
+ 0.034912109375,
+ 0.01387786865234375,
+ -0.0303802490234375,
+ 0.0166778564453125,
+ -0.0301971435546875,
+ -0.030548095703125,
+ 0.0018224716186523438,
+ -0.01274871826171875,
+ -0.01947021484375,
+ 0.0673828125,
+ -0.01274871826171875,
+ -0.00951385498046875,
+ -0.0080718994140625,
+ 0.045379638671875,
+ -0.01169586181640625,
+ -0.00885772705078125,
+ -0.046783447265625,
+ 0.011260986328125,
+ 0.029510498046875,
+ -0.05902099609375,
+ 0.00514984130859375,
+ -0.031768798828125,
+ -0.011871337890625,
+ 0.056915283203125,
+ -0.05902099609375,
+ 0.01134490966796875,
+ -0.004497528076171875,
+ -0.056915283203125,
+ -0.0235748291015625,
+ -0.02008056640625,
+ -0.004932403564453125,
+ -0.060760498046875,
+ 0.01274871826171875,
+ 0.004581451416015625,
+ 0.00789642333984375,
+ 0.039794921875,
+ 0.003948211669921875,
+ 0.004451751708984375,
+ 0.0291595458984375,
+ -0.00833892822265625,
+ -0.00235748291015625,
+ 0.04608154296875,
+ -0.05657958984375,
+ -0.037353515625,
+ -0.0272369384765625,
+ 0.0279388427734375,
+ -0.047149658203125,
+ 0.0246124267578125,
+ 0.0157928466796875,
+ -0.0159759521484375,
+ 0.03997802734375,
+ -0.05029296875,
+ 0.007289886474609375,
+ -0.015716552734375,
+ -0.0284576416015625,
+ -0.030548095703125,
+ -0.012481689453125,
+ 0.0208587646484375,
+ 0.02618408203125,
+ 0.003055572509765625,
+ 0.011962890625,
+ 0.06005859375,
+ -0.0523681640625,
+ 0.01641845703125,
+ 0.023223876953125,
+ 0.0296783447265625,
+ 0.0298614501953125,
+ 0.006198883056640625,
+ -0.007419586181640625,
+ -0.0246124267578125,
+ 0.0284576416015625,
+ -0.028289794921875,
+ -0.0204315185546875,
+ -0.06494140625,
+ 0.0015163421630859375,
+ -0.004974365234375,
+ -0.0247955322265625,
+ 0.0007691383361816406,
+ -0.03472900390625,
+ -0.099853515625,
+ -0.0221710205078125,
+ 0.0474853515625,
+ 0.0016918182373046875,
+ 0.01396942138671875,
+ -0.0247955322265625,
+ -0.024444580078125,
+ 0.0157928466796875,
+ -0.024261474609375,
+ 0.033355712890625,
+ 0.01134490966796875,
+ 0.0221710205078125,
+ 0.02069091796875,
+ -0.0450439453125,
+ 0.0198211669921875,
+ 0.019989013671875,
+ 0.0254974365234375,
+ 0.0125732421875,
+ 0.0246124267578125,
+ -0.019378662109375,
+ 0.028106689453125,
+ -0.031585693359375,
+ -0.01087188720703125,
+ -0.0031642913818359375,
+ 0.00580596923828125,
+ -0.0097808837890625,
+ -0.0228729248046875,
+ -0.020172119140625,
+ -0.01457977294921875,
+ 0.0184173583984375,
+ 0.0289764404296875,
+ -0.0265350341796875,
+ 0.01318359375,
+ 0.036834716796875,
+ 0.01042938232421875,
+ 0.05657958984375,
+ -0.013092041015625,
+ -0.045379638671875,
+ 0.011260986328125,
+ 0.005588531494140625,
+ 0.025665283203125,
+ 0.02392578125,
+ 0.028289794921875,
+ -0.02880859375,
+ 0.0253143310546875,
+ 0.03143310546875,
+ -0.0110015869140625,
+ -0.042938232421875,
+ -0.0222625732421875,
+ -0.00036835670471191406,
+ 0.0096435546875,
+ 0.04888916015625,
+ -0.00408172607421875,
+ 0.07403564453125,
+ 0.011871337890625,
+ -0.014312744140625,
+ 0.047149658203125,
+ 0.05621337890625,
+ 0.0438232421875,
+ -0.01361846923828125,
+ -0.0308990478515625,
+ 0.0162353515625,
+ -0.0140533447265625,
+ -0.0645751953125,
+ -0.032470703125,
+ -0.007724761962890625,
+ 0.0210418701171875,
+ -0.0806884765625,
+ -0.0134429931640625,
+ 0.013702392578125,
+ 0.002422332763671875,
+ -0.0034923553466796875,
+ 0.0296783447265625,
+ -0.009124755859375,
+ 0.019287109375,
+ 0.0078125,
+ -0.059722900390625,
+ 0.00390625,
+ -0.0037746429443359375,
+ 0.0003383159637451172,
+ 0.0625,
+ 0.06146240234375,
+ 0.0042572021484375,
+ 0.028289794921875,
+ 0.00205230712890625,
+ 0.03472900390625,
+ 0.01483917236328125,
+ 0.034393310546875,
+ -0.00403594970703125,
+ 0.02618408203125,
+ 0.041015625,
+ 0.05029296875,
+ -0.0258331298828125,
+ -0.0106048583984375,
+ 0.0328369140625,
+ 0.03265380859375,
+ 0.03997802734375,
+ 0.0572509765625,
+ -0.0128326416015625,
+ -0.0217437744140625,
+ -0.004604339599609375,
+ -0.0478515625,
+ -0.00689697265625,
+ -0.0062408447265625,
+ -0.0128326416015625,
+ -0.0499267578125,
+ -0.03387451171875,
+ 0.027069091796875,
+ -0.05902099609375,
+ 0.0438232421875,
+ -0.00482177734375,
+ -0.0198211669921875,
+ 0.00545501708984375,
+ 0.042083740234375,
+ -0.0159759521484375,
+ -0.02191162109375,
+ 0.023223876953125,
+ -0.0265350341796875,
+ -0.01509857177734375,
+ -0.027587890625,
+ -0.037872314453125,
+ 0.023040771484375,
+ -0.0184173583984375,
+ -0.05621337890625,
+ -0.00641632080078125,
+ 0.0361328125,
+ -0.008209228515625,
+ -0.041717529296875,
+ -0.00768280029296875,
+ 0.0115203857421875,
+ -0.01387786865234375,
+ -0.045745849609375,
+ -0.056915283203125,
+ -0.037017822265625,
+ 0.0177154541015625,
+ -0.0258331298828125,
+ -0.0296783447265625,
+ -0.01519012451171875,
+ -0.029510498046875,
+ 0.0012989044189453125,
+ 0.004756927490234375,
+ -0.027587890625,
+ 0.0184173583984375,
+ -0.07330322265625,
+ 0.032470703125,
+ 0.0191192626953125,
+ 0.0246124267578125,
+ 0.027069091796875,
+ 0.06634521484375,
+ -0.006153106689453125,
+ 0.005435943603515625,
+ 0.003688812255859375,
+ -0.0474853515625,
+ 0.020599365234375,
+ -0.0031871795654296875,
+ 0.0053253173828125,
+ -0.0673828125,
+ -0.0002892017364501953,
+ 0.06390380859375,
+ -0.056915283203125,
+ 0.0240936279296875,
+ 0.0171051025390625,
+ -0.042938232421875,
+ -0.04608154296875,
+ -0.0185089111328125,
+ 0.030029296875,
+ 0.00611114501953125,
+ 0.08624267578125,
+ -0.00925445556640625,
+ -0.019287109375,
+ 0.02252197265625,
+ -0.058319091796875,
+ 0.05902099609375,
+ -0.006504058837890625,
+ 0.0202484130859375,
+ -0.035430908203125,
+ 0.0474853515625,
+ 0.0032958984375,
+ -0.0450439453125,
+ -0.00763702392578125,
+ -0.060394287109375,
+ -0.01047515869140625,
+ 0.0228729248046875,
+ 0.012481689453125,
+ -0.044708251953125,
+ -0.0198974609375,
+ -0.043487548828125,
+ -0.0217437744140625,
+ -0.0068511962890625,
+ 0.0152740478515625,
+ 0.00312042236328125,
+ 0.0284576416015625,
+ -0.05657958984375,
+ -0.043304443359375,
+ -0.0204315185546875,
+ -0.0364990234375,
+ -0.0121307373046875,
+ -0.00833892822265625,
+ 0.03472900390625,
+ -0.02374267578125,
+ -0.062164306640625,
+ 0.0253143310546875,
+ 0.027069091796875,
+ 0.010955810546875,
+ 0.037200927734375,
+ 0.052032470703125,
+ -0.05657958984375,
+ 0.002094268798828125,
+ 0.002597808837890625,
+ 0.0228729248046875,
+ 0.00576019287109375,
+ 0.0223541259765625,
+ 0.01012420654296875,
+ 0.019378662109375,
+ 0.024444580078125,
+ -0.00489044189453125,
+ 0.030548095703125,
+ 0.043487548828125,
+ -0.025665283203125,
+ -0.048187255859375,
+ -0.006504058837890625,
+ -0.04364013671875,
+ 0.003143310546875,
+ -0.00750732421875,
+ 0.039794921875,
+ -0.0174560546875,
+ -0.0160675048828125,
+ -0.0831298828125,
+ 0.060760498046875,
+ -0.04364013671875,
+ 0.024444580078125,
+ 0.003993988037109375,
+ -0.003841400146484375,
+ -0.065673828125,
+ -0.052734375,
+ 0.00281524658203125,
+ 0.0284576416015625,
+ -0.040679931640625,
+ 0.043121337890625,
+ 0.017364501953125,
+ 0.00890350341796875,
+ 0.0226898193359375,
+ 0.0023670196533203125,
+ -0.00228118896484375,
+ 0.034393310546875,
+ 0.0260162353515625,
+ -0.032135009765625,
+ 0.03472900390625,
+ 0.003753662109375,
+ -0.0084686279296875,
+ -0.0217437744140625,
+ 0.0210418701171875,
+ 0.013092041015625,
+ -0.0017023086547851562,
+ -0.01947021484375,
+ -0.02130126953125,
+ 0.03369140625,
+ 0.05657958984375,
+ -0.00606536865234375,
+ 0.001064300537109375,
+ -0.0186767578125,
+ 0.0352783203125,
+ -0.0153656005859375,
+ -0.0291595458984375,
+ -0.0007200241088867188,
+ 0.0125732421875,
+ -0.01291656494140625,
+ -0.020172119140625,
+ -0.059722900390625,
+ -0.06146240234375,
+ 0.035797119140625,
+ -0.0694580078125,
+ -0.010955810546875,
+ 0.0166778564453125,
+ 0.0272369384765625,
+ 0.0240936279296875,
+ -0.0289764404296875,
+ 0.029510498046875,
+ -0.01763916015625,
+ -0.042083740234375,
+ -0.05865478515625,
+ -0.003948211669921875,
+ 0.0192108154296875,
+ 0.0235748291015625,
+ 0.0004200935363769531,
+ -0.0413818359375,
+ 0.041015625,
+ -0.02880859375,
+ -0.001712799072265625,
+ -0.0125732421875,
+ -0.00116729736328125,
+ -0.010955810546875,
+ 0.018768310546875,
+ -0.07470703125,
+ -0.0240936279296875,
+ 0.0204315185546875,
+ 0.0191192626953125,
+ 0.00408172607421875,
+ -0.0303802490234375,
+ 0.039794921875,
+ -0.0298614501953125,
+ -0.0478515625,
+ 0.04364013671875,
+ -0.0024776458740234375,
+ -0.034912109375,
+ 0.0240936279296875,
+ -0.024444580078125,
+ -0.01387786865234375,
+ 0.01335906982421875,
+ 0.053436279296875,
+ 0.030731201171875,
+ 0.0177154541015625,
+ 0.0115203857421875,
+ -0.018768310546875,
+ -0.0072021484375,
+ 0.00702667236328125,
+ 0.004932403564453125,
+ 0.03912353515625,
+ 0.03857421875,
+ 0.01178741455078125,
+ 0.033355712890625,
+ -0.0024013519287109375,
+ -0.10333251953125,
+ -0.017547607421875,
+ -0.0015058517456054688,
+ -0.052032470703125,
+ -0.030731201171875,
+ 0.0977783203125,
+ 0.02252197265625,
+ -0.005062103271484375,
+ 0.02191162109375,
+ 0.0186767578125,
+ 0.027069091796875,
+ 0.0171051025390625,
+ -0.00930023193359375,
+ -0.062164306640625,
+ 0.0009274482727050781,
+ 0.03369140625,
+ -0.021209716796875,
+ -0.0576171875,
+ 0.044525146484375,
+ 0.06634521484375,
+ -0.00894927978515625,
+ -0.035430908203125,
+ 0.01134490966796875,
+ -0.0012989044189453125,
+ 0.03997802734375,
+ 0.00423431396484375,
+ -0.01042938232421875,
+ -0.059356689453125,
+ 0.016754150390625,
+ 0.031585693359375,
+ 0.00438690185546875,
+ -0.01387786865234375,
+ -0.0028591156005859375,
+ -0.028106689453125,
+ 0.037353515625,
+ -0.028289794921875,
+ 0.01554107666015625,
+ 0.00768280029296875,
+ 0.08099365234375,
+ 0.0083770751953125,
+ -0.0223541259765625,
+ 0.0216522216796875,
+ 0.02618408203125,
+ -0.0016918182373046875,
+ -0.0211181640625,
+ 0.014404296875,
+ 0.008514404296875,
+ -0.01885986328125,
+ 0.0211181640625,
+ 0.04644775390625,
+ 0.006984710693359375,
+ 0.0196380615234375,
+ 0.01702880859375,
+ -0.044708251953125,
+ 0.035980224609375,
+ 0.011962890625,
+ 0.0233917236328125,
+ -0.00994873046875,
+ -0.0572509765625,
+ -0.0401611328125,
+ -0.045379638671875,
+ 0.04364013671875,
+ 0.0150146484375,
+ 0.041717529296875,
+ 0.030548095703125,
+ -0.01544952392578125,
+ 0.0162353515625,
+ 0.012481689453125,
+ 0.015716552734375,
+ 0.0291595458984375,
+ 0.0125732421875,
+ 0.020782470703125,
+ 0.0291595458984375,
+ 0.03387451171875,
+ 0.005126953125,
+ -0.0548095703125,
+ 0.012481689453125,
+ -0.0263671875,
+ 0.003993988037109375,
+ -0.0125732421875,
+ -0.0086822509765625,
+ -0.0027599334716796875,
+ -0.0426025390625,
+ -0.011260986328125,
+ 0.0016260147094726562,
+ 0.008819580078125,
+ -0.0100860595703125,
+ -0.0670166015625,
+ 0.01554107666015625,
+ 0.044158935546875,
+ -0.05029296875,
+ 0.016754150390625,
+ 0.02740478515625,
+ -0.00811767578125,
+ -0.00033283233642578125,
+ -0.068115234375,
+ 0.0478515625,
+ 0.028106689453125,
+ 0.00078582763671875,
+ -0.0125732421875,
+ -0.00833892822265625,
+ 0.034912109375,
+ -0.00763702392578125,
+ -0.00423431396484375,
+ 0.027069091796875,
+ -0.01335906982421875,
+ 0.05029296875,
+ 0.0670166015625,
+ 0.0100860595703125,
+ -0.00824737548828125,
+ 0.0204315185546875,
+ -0.021820068359375,
+ -0.03228759765625,
+ 0.04241943359375,
+ 0.0263671875,
+ 0.03350830078125,
+ -0.0478515625,
+ -0.0183258056640625,
+ 0.01274871826171875,
+ -0.04852294921875,
+ 0.060760498046875,
+ 0.02618408203125,
+ 0.01265716552734375,
+ 0.030029296875,
+ -0.07855224609375,
+ 0.059722900390625,
+ 0.01042938232421875,
+ 0.052734375,
+ -0.032470703125,
+ 0.032470703125,
+ -0.023040771484375,
+ 0.024444580078125,
+ -0.0137939453125,
+ 0.00986480712890625,
+ -0.00641632080078125,
+ 0.049224853515625,
+ -0.007244110107421875,
+ 0.033355712890625,
+ 0.010955810546875,
+ 0.00890350341796875,
+ -0.0572509765625,
+ -0.03472900390625,
+ 0.0186004638671875,
+ -0.0203399658203125,
+ 0.049591064453125,
+ -0.0279388427734375,
+ -0.0272369384765625,
+ 0.018768310546875,
+ 0.0179901123046875,
+ 0.0576171875,
+ -0.029327392578125,
+ 0.0186767578125,
+ 0.002902984619140625,
+ 0.0116119384765625,
+ 0.0153656005859375,
+ 0.00824737548828125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "authentication-analysis",
+ "logon-types",
+ "interactive-logon",
+ "smartcard-analysis",
+ "biometric-analysis",
+ "network-logon",
+ "ntlm-analysis",
+ "kerberos-analysis",
+ "cached-credentials",
+ "event-correlation"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_hashcat",
+ "type": "tool",
+ "name": "hashcat",
+ "content": "hashcat knackt passwort-hashes durch gpu-beschleunigte brute-force-angriffe für credential-recovery in ermittlungen. unterstützt über 300 hash-formate von bcrypt bis kerberos mit flexiblen angriffsmodi. opencl-backend nutzt cpus, gpus und fpgas parallel für maximale performance. dictionary-, mask- und hybrid-attacken decken verschiedene passwort-strategien ab. unverzichtbar für credential-audits und incident-response bei passwort-diebstahl. password-recovery gpu-acceleration cracking scenario:credential_theft incident-response fraud-investigation analysis",
+ "embedding": [
+ -0.01392364501953125,
+ -0.01751708984375,
+ 0.0509033203125,
+ -0.00020754337310791016,
+ 0.039825439453125,
+ 0.004840850830078125,
+ 0.0108795166015625,
+ -0.0218505859375,
+ -0.0196380615234375,
+ -0.0024089813232421875,
+ -0.01143646240234375,
+ 0.05126953125,
+ -0.0187225341796875,
+ -0.010650634765625,
+ -0.0660400390625,
+ 0.0225067138671875,
+ 0.001049041748046875,
+ 0.01019287109375,
+ -0.017333984375,
+ 0.008026123046875,
+ -0.0162353515625,
+ -0.001613616943359375,
+ -0.0689697265625,
+ -0.0148468017578125,
+ 0.0023059844970703125,
+ -0.029144287109375,
+ -0.00945281982421875,
+ -0.033203125,
+ -0.01383209228515625,
+ -0.01207733154296875,
+ -0.0065460205078125,
+ -0.0440673828125,
+ 0.02130126953125,
+ 0.016510009765625,
+ 0.0022716522216796875,
+ 0.01157379150390625,
+ 0.02203369140625,
+ -0.02581787109375,
+ -0.0147552490234375,
+ 0.0638427734375,
+ -0.028961181640625,
+ 0.030059814453125,
+ 0.0013885498046875,
+ -0.0013141632080078125,
+ -0.040008544921875,
+ -0.053863525390625,
+ 0.020843505859375,
+ -0.022216796875,
+ 0.022125244140625,
+ -0.01392364501953125,
+ 0.016693115234375,
+ 0.046661376953125,
+ 0.0269317626953125,
+ -0.0276641845703125,
+ -0.04168701171875,
+ 0.036529541015625,
+ 0.0260009765625,
+ -0.016326904296875,
+ -0.0180816650390625,
+ 0.0718994140625,
+ -0.0498046875,
+ -0.0243377685546875,
+ 0.0105133056640625,
+ -0.0241546630859375,
+ 0.0235137939453125,
+ 0.0278472900390625,
+ -0.012542724609375,
+ -0.04168701171875,
+ 0.0010547637939453125,
+ -0.0001519918441772461,
+ 0.0252685546875,
+ -0.01318359375,
+ -0.0038967132568359375,
+ 0.0157623291015625,
+ -0.04132080078125,
+ -0.0200958251953125,
+ 0.04278564453125,
+ 0.003826141357421875,
+ 0.00959014892578125,
+ -0.002685546875,
+ -0.038177490234375,
+ 0.028778076171875,
+ 0.0357666015625,
+ -0.0188140869140625,
+ -0.0194549560546875,
+ 0.00913238525390625,
+ 0.0236053466796875,
+ 0.005809783935546875,
+ -0.0236053466796875,
+ -0.002765655517578125,
+ 0.01337432861328125,
+ -0.006084442138671875,
+ 0.053497314453125,
+ -0.0186309814453125,
+ 0.0418701171875,
+ 0.037078857421875,
+ -0.0190887451171875,
+ 0.0158538818359375,
+ 0.030242919921875,
+ 0.016510009765625,
+ 0.0063629150390625,
+ -0.0023288726806640625,
+ 0.048675537109375,
+ -0.0145721435546875,
+ 0.0271148681640625,
+ -0.0189971923828125,
+ 0.0033664703369140625,
+ -0.045196533203125,
+ 0.0017633438110351562,
+ -0.0321044921875,
+ -0.100341796875,
+ -0.04150390625,
+ -0.0085296630859375,
+ -0.06494140625,
+ 0.0032958984375,
+ -0.0188140869140625,
+ -0.015960693359375,
+ 0.0271148681640625,
+ -0.038726806640625,
+ -0.0280303955078125,
+ -0.0006022453308105469,
+ 0.03375244140625,
+ -0.021026611328125,
+ 0.01134490966796875,
+ -0.029144287109375,
+ -0.054229736328125,
+ 0.03228759765625,
+ 0.0271148681640625,
+ -0.044647216796875,
+ -0.006084442138671875,
+ -0.037261962890625,
+ -0.0321044921875,
+ 0.016510009765625,
+ -0.0252685546875,
+ -0.0236053466796875,
+ -0.0276641845703125,
+ 0.0498046875,
+ -0.017059326171875,
+ -0.00426483154296875,
+ 0.007053375244140625,
+ 0.030059814453125,
+ -0.046112060546875,
+ -0.0653076171875,
+ 0.0157623291015625,
+ -0.0357666015625,
+ -0.028961181640625,
+ 0.01216888427734375,
+ 0.05865478515625,
+ -0.01346588134765625,
+ -0.0007348060607910156,
+ -0.0088043212890625,
+ -0.00440216064453125,
+ 0.035400390625,
+ -0.013092041015625,
+ 0.0007953643798828125,
+ -0.047576904296875,
+ 0.010284423828125,
+ -0.05792236328125,
+ 0.008575439453125,
+ -0.012359619140625,
+ -0.01207733154296875,
+ 0.006961822509765625,
+ -0.01180267333984375,
+ 0.01263427734375,
+ -0.037811279296875,
+ -0.036346435546875,
+ -0.016876220703125,
+ 0.01263427734375,
+ 0.02093505859375,
+ 0.0309906005859375,
+ 0.00885009765625,
+ -0.0260009765625,
+ 0.048309326171875,
+ 0.0311737060546875,
+ -0.0269317626953125,
+ 0.047576904296875,
+ 0.00991058349609375,
+ -0.001003265380859375,
+ 0.00913238525390625,
+ 0.02093505859375,
+ -0.01171112060546875,
+ -0.029327392578125,
+ 0.037445068359375,
+ 0.0187225341796875,
+ 0.01392364501953125,
+ 0.0013885498046875,
+ -0.047943115234375,
+ 0.030059814453125,
+ -0.0357666015625,
+ 0.031524658203125,
+ -0.01788330078125,
+ -0.05902099609375,
+ 0.00940704345703125,
+ 0.030609130859375,
+ 0.0225067138671875,
+ 0.037261962890625,
+ 0.025634765625,
+ -0.04351806640625,
+ 0.0311737060546875,
+ 0.005001068115234375,
+ 0.025634765625,
+ 0.0191802978515625,
+ -0.0088043212890625,
+ 0.056427001953125,
+ 0.02545166015625,
+ 0.0042877197265625,
+ -0.004863739013671875,
+ 0.06011962890625,
+ 0.021026611328125,
+ -0.012359619140625,
+ -0.00788116455078125,
+ 0.039276123046875,
+ -0.012725830078125,
+ -0.04351806640625,
+ -0.030242919921875,
+ -0.036712646484375,
+ 0.017608642578125,
+ 0.029144287109375,
+ 0.0166015625,
+ -0.006687164306640625,
+ -0.0285797119140625,
+ -0.0189056396484375,
+ 0.005809783935546875,
+ 0.033203125,
+ 0.0200958251953125,
+ 0.021759033203125,
+ 0.0309906005859375,
+ -0.00746917724609375,
+ -0.0196380615234375,
+ 0.0283966064453125,
+ -0.004795074462890625,
+ 0.0107421875,
+ -0.0041046142578125,
+ 0.02020263671875,
+ -0.0357666015625,
+ -0.03302001953125,
+ 0.056427001953125,
+ 0.046295166015625,
+ 0.005279541015625,
+ -0.0027904510498046875,
+ -0.04351806640625,
+ 0.033203125,
+ -0.05828857421875,
+ 0.046295166015625,
+ 0.031524658203125,
+ 0.004634857177734375,
+ -0.005992889404296875,
+ -0.00252532958984375,
+ 0.056793212890625,
+ 0.06085205078125,
+ -0.0718994140625,
+ 0.00004410743713378906,
+ -0.06494140625,
+ 0.0013885498046875,
+ -0.065673828125,
+ -0.0335693359375,
+ -0.0260009765625,
+ -0.0638427734375,
+ 0.038177490234375,
+ -0.0225982666015625,
+ -0.010284423828125,
+ 0.00848388671875,
+ 0.007747650146484375,
+ -0.022125244140625,
+ 0.03485107421875,
+ -0.0034351348876953125,
+ -0.05792236328125,
+ 0.02581787109375,
+ 0.050537109375,
+ -0.00431060791015625,
+ -0.016143798828125,
+ -0.01751708984375,
+ 0.037261962890625,
+ 0.02056884765625,
+ 0.03558349609375,
+ -0.005626678466796875,
+ -0.00811767578125,
+ 0.01383209228515625,
+ 0.012908935546875,
+ 0.0143890380859375,
+ -0.01189422607421875,
+ 0.016876220703125,
+ -0.0267486572265625,
+ 0.021759033203125,
+ -0.0411376953125,
+ -0.006134033203125,
+ -0.0107879638671875,
+ 0.00640869140625,
+ -0.0228729248046875,
+ -0.047576904296875,
+ -0.01419830322265625,
+ 0.03411865234375,
+ 0.00991058349609375,
+ 0.029510498046875,
+ -0.0263671875,
+ -0.044830322265625,
+ 0.00037741661071777344,
+ 0.0034351348876953125,
+ -0.037628173828125,
+ 0.0411376953125,
+ 0.04443359375,
+ -0.0335693359375,
+ -0.0158538818359375,
+ 0.00015556812286376953,
+ -0.012725830078125,
+ -0.05792236328125,
+ -0.0245361328125,
+ -0.016143798828125,
+ -0.0151214599609375,
+ -0.054962158203125,
+ -0.022216796875,
+ -0.01189422607421875,
+ -0.020751953125,
+ 0.029327392578125,
+ -0.02581787109375,
+ -0.0011930465698242188,
+ -0.057159423828125,
+ -0.045745849609375,
+ 0.0158538818359375,
+ -0.0265655517578125,
+ -0.029144287109375,
+ -0.0282135009765625,
+ 0.06268310546875,
+ 0.0006542205810546875,
+ -0.01198577880859375,
+ -0.0236053466796875,
+ -0.0186309814453125,
+ -0.028778076171875,
+ 0.0243377685546875,
+ -0.028778076171875,
+ 0.0203857421875,
+ -0.0035495758056640625,
+ 0.046844482421875,
+ 0.00746917724609375,
+ 0.0311737060546875,
+ 0.037811279296875,
+ 0.0516357421875,
+ 0.0080718994140625,
+ -0.01134490966796875,
+ 0.01226806640625,
+ 0.001567840576171875,
+ 0.0195465087890625,
+ 0.03192138671875,
+ 0.01216888427734375,
+ -0.005626678466796875,
+ -0.006778717041015625,
+ -0.0223236083984375,
+ 0.0038967132568359375,
+ 0.0199127197265625,
+ 0.0243377685546875,
+ 0.032470703125,
+ -0.00737762451171875,
+ 0.0260009765625,
+ 0.028778076171875,
+ -0.01189422607421875,
+ 0.09814453125,
+ -0.0062255859375,
+ -0.068603515625,
+ 0.029510498046875,
+ 0.03485107421875,
+ -0.029510498046875,
+ -0.0103302001953125,
+ 0.0223236083984375,
+ 0.0083465576171875,
+ 0.01263427734375,
+ 0.02203369140625,
+ 0.01540374755859375,
+ 0.029144287109375,
+ 0.01143646240234375,
+ 0.0009508132934570312,
+ -0.00977325439453125,
+ -0.030609130859375,
+ 0.0241546630859375,
+ 0.0638427734375,
+ 0.053497314453125,
+ 0.0158538818359375,
+ 0.052001953125,
+ -0.020660400390625,
+ -0.0183563232421875,
+ -0.0188140869140625,
+ -0.0494384765625,
+ -0.00931549072265625,
+ 0.045196533203125,
+ 0.010650634765625,
+ 0.04150390625,
+ -0.049072265625,
+ -0.0826416015625,
+ 0.029510498046875,
+ -0.0235137939453125,
+ 0.0660400390625,
+ 0.03558349609375,
+ 0.01139068603515625,
+ 0.00788116455078125,
+ -0.012908935546875,
+ 0.0233306884765625,
+ 0.044647216796875,
+ -0.0004754066467285156,
+ 0.0243377685546875,
+ 0.01715087890625,
+ 0.039093017578125,
+ -0.006084442138671875,
+ -0.04150390625,
+ 0.021575927734375,
+ 0.00724029541015625,
+ 0.02490234375,
+ -0.01116180419921875,
+ 0.0186309814453125,
+ 0.0009393692016601562,
+ -0.003963470458984375,
+ -0.033935546875,
+ 0.07379150390625,
+ 0.0263671875,
+ -0.012725830078125,
+ 0.0223236083984375,
+ -0.005901336669921875,
+ -0.0241546630859375,
+ -0.04241943359375,
+ 0.0038967132568359375,
+ -0.01198577880859375,
+ 0.0055084228515625,
+ 0.01346588134765625,
+ -0.0020751953125,
+ -0.045013427734375,
+ -0.02093505859375,
+ 0.0196380615234375,
+ -0.0498046875,
+ 0.0239715576171875,
+ 0.01207733154296875,
+ -0.01715087890625,
+ 0.02545166015625,
+ -0.0149383544921875,
+ -0.042236328125,
+ 0.056427001953125,
+ -0.0187225341796875,
+ -0.0282135009765625,
+ -0.006084442138671875,
+ 0.045745849609375,
+ -0.0200958251953125,
+ -0.0157623291015625,
+ -0.0498046875,
+ -0.037445068359375,
+ -0.00539398193359375,
+ -0.038909912109375,
+ 0.049072265625,
+ -0.00792694091796875,
+ -0.01549530029296875,
+ 0.0189056396484375,
+ 0.047576904296875,
+ 0.0013828277587890625,
+ -0.0111083984375,
+ 0.047210693359375,
+ -0.02490234375,
+ -0.02508544921875,
+ 0.0024433135986328125,
+ 0.0228729248046875,
+ 0.0263671875,
+ -0.0283966064453125,
+ -0.021026611328125,
+ -0.01143646240234375,
+ 0.013092041015625,
+ 0.007793426513671875,
+ -0.00728607177734375,
+ -0.050537109375,
+ -0.03338623046875,
+ -0.039825439453125,
+ 0.05755615234375,
+ 0.0024547576904296875,
+ 0.054229736328125,
+ -0.01678466796875,
+ -0.036712646484375,
+ 0.0105133056640625,
+ -0.050537109375,
+ -0.0272979736328125,
+ -0.006317138671875,
+ -0.0276641845703125,
+ -0.0035724639892578125,
+ 0.09039306640625,
+ -0.03192138671875,
+ 0.00728607177734375,
+ 0.003963470458984375,
+ 0.068603515625,
+ -0.008575439453125,
+ -0.012725830078125,
+ -0.07415771484375,
+ 0.0404052734375,
+ 0.0089874267578125,
+ -0.054595947265625,
+ 0.0200042724609375,
+ 0.0034809112548828125,
+ 0.017791748046875,
+ 0.0523681640625,
+ -0.053131103515625,
+ -0.0089874267578125,
+ -0.033935546875,
+ -0.03558349609375,
+ -0.0280303955078125,
+ -0.044647216796875,
+ -0.0225982666015625,
+ -0.037445068359375,
+ 0.0426025390625,
+ 0.06640625,
+ 0.0089874267578125,
+ 0.00751495361328125,
+ 0.03338623046875,
+ 0.0188140869140625,
+ 0.02203369140625,
+ 0.007747650146484375,
+ -0.040771484375,
+ 0.03448486328125,
+ -0.056793212890625,
+ -0.038360595703125,
+ -0.021942138671875,
+ 0.037261962890625,
+ -0.02471923828125,
+ 0.0237884521484375,
+ 0.0038967132568359375,
+ -0.038177490234375,
+ 0.031707763671875,
+ -0.048309326171875,
+ 0.0177001953125,
+ -0.017608642578125,
+ -0.0187225341796875,
+ -0.01605224609375,
+ -0.0150299072265625,
+ 0.0009794235229492188,
+ 0.0203857421875,
+ 0.0062713623046875,
+ 0.0308074951171875,
+ 0.030242919921875,
+ -0.0516357421875,
+ 0.03558349609375,
+ 0.000020444393157958984,
+ 0.0016717910766601562,
+ -0.002155303955078125,
+ -0.0086669921875,
+ 0.016510009765625,
+ -0.007053375244140625,
+ 0.038726806640625,
+ -0.017333984375,
+ -0.057159423828125,
+ -0.052001953125,
+ 0.0188140869140625,
+ -0.002132415771484375,
+ -0.03466796875,
+ -0.0150299072265625,
+ -0.0494384765625,
+ -0.06048583984375,
+ -0.0107421875,
+ 0.04168701171875,
+ 0.028778076171875,
+ -0.0017061233520507812,
+ -0.006084442138671875,
+ -0.0017862319946289062,
+ -0.0343017578125,
+ -0.0224151611328125,
+ 0.0151214599609375,
+ -0.01116180419921875,
+ 0.008209228515625,
+ -0.0149383544921875,
+ -0.02508544921875,
+ 0.040008544921875,
+ 0.0156707763671875,
+ 0.0014066696166992188,
+ 0.0265655517578125,
+ 0.01751708984375,
+ -0.036712646484375,
+ 0.0088958740234375,
+ -0.006317138671875,
+ -0.0200042724609375,
+ -0.006500244140625,
+ -0.004657745361328125,
+ -0.0019702911376953125,
+ 0.0055084228515625,
+ -0.0080718994140625,
+ 0.029144287109375,
+ 0.00548553466796875,
+ 0.0265655517578125,
+ -0.02020263671875,
+ -0.0283966064453125,
+ 0.040191650390625,
+ -0.01392364501953125,
+ 0.0645751953125,
+ 0.00963592529296875,
+ -0.0501708984375,
+ 0.008575439453125,
+ -0.00543975830078125,
+ 0.0357666015625,
+ 0.01134490966796875,
+ -0.007701873779296875,
+ -0.03228759765625,
+ 0.01383209228515625,
+ 0.067138671875,
+ -0.0044708251953125,
+ -0.0228729248046875,
+ -0.00039768218994140625,
+ -0.01166534423828125,
+ 0.0186309814453125,
+ 0.0433349609375,
+ -0.0008530616760253906,
+ 0.0859375,
+ 0.008026123046875,
+ -0.0019016265869140625,
+ 0.037261962890625,
+ 0.055328369140625,
+ 0.037445068359375,
+ -0.029693603515625,
+ -0.04315185546875,
+ 0.01175689697265625,
+ -0.00537109375,
+ -0.039825439453125,
+ -0.036895751953125,
+ -0.001636505126953125,
+ 0.061614990234375,
+ -0.0841064453125,
+ -0.0017290115356445312,
+ -0.0007781982421875,
+ -0.003940582275390625,
+ 0.01346588134765625,
+ 0.0185394287109375,
+ -0.0269317626953125,
+ 0.01374053955078125,
+ -0.0003371238708496094,
+ -0.00936126708984375,
+ -0.0233306884765625,
+ 0.0029163360595703125,
+ 0.006824493408203125,
+ 0.043701171875,
+ 0.048675537109375,
+ -0.045928955078125,
+ 0.020660400390625,
+ 0.001285552978515625,
+ 0.037261962890625,
+ 0.01328277587890625,
+ 0.0267486572265625,
+ 0.0211181640625,
+ 0.02508544921875,
+ 0.03338623046875,
+ 0.0653076171875,
+ 0.0006165504455566406,
+ -0.00530242919921875,
+ 0.002166748046875,
+ -0.006916046142578125,
+ 0.04296875,
+ 0.0494384765625,
+ 0.00421905517578125,
+ 0.01374053955078125,
+ 0.016693115234375,
+ -0.037994384765625,
+ 0.0019130706787109375,
+ 0.0183563232421875,
+ -0.028778076171875,
+ -0.061614990234375,
+ -0.0278472900390625,
+ 0.0265655517578125,
+ -0.037261962890625,
+ 0.06048583984375,
+ 0.017425537109375,
+ -0.0187225341796875,
+ -0.003963470458984375,
+ 0.040008544921875,
+ 0.00751495361328125,
+ -0.047576904296875,
+ 0.01226806640625,
+ -0.029144287109375,
+ -0.02093505859375,
+ -0.016693115234375,
+ -0.00885009765625,
+ 0.039825439453125,
+ 0.005626678466796875,
+ -0.09112548828125,
+ -0.00788116455078125,
+ 0.045013427734375,
+ -0.03448486328125,
+ -0.03558349609375,
+ -0.0128173828125,
+ -0.0235137939453125,
+ -0.0235137939453125,
+ -0.04278564453125,
+ -0.047210693359375,
+ -0.03466796875,
+ 0.01401519775390625,
+ -0.0267486572265625,
+ 0.005947113037109375,
+ -0.0196380615234375,
+ -0.0149383544921875,
+ -0.016876220703125,
+ -0.02508544921875,
+ -0.03448486328125,
+ 0.028961181640625,
+ -0.050537109375,
+ 0.0283966064453125,
+ 0.0053253173828125,
+ 0.0260009765625,
+ 0.0509033203125,
+ 0.07452392578125,
+ -0.0180816650390625,
+ -0.01605224609375,
+ -0.005878448486328125,
+ -0.0667724609375,
+ 0.003620147705078125,
+ -0.0018329620361328125,
+ 0.00012034177780151367,
+ -0.02166748046875,
+ -0.01410675048828125,
+ 0.04168701171875,
+ -0.0660400390625,
+ -0.002178192138671875,
+ -0.017059326171875,
+ -0.020751953125,
+ -0.0523681640625,
+ -0.01092529296875,
+ 0.017059326171875,
+ 0.017059326171875,
+ 0.07818603515625,
+ 0.0029735565185546875,
+ -0.0169677734375,
+ 0.005901336669921875,
+ -0.0196380615234375,
+ 0.06048583984375,
+ 0.03411865234375,
+ 0.037628173828125,
+ -0.017059326171875,
+ 0.02490234375,
+ 0.032470703125,
+ -0.01641845703125,
+ 0.02618408203125,
+ -0.07269287109375,
+ -0.016326904296875,
+ 0.0226898193359375,
+ 0.00756072998046875,
+ -0.0177001953125,
+ -0.030059814453125,
+ -0.047210693359375,
+ -0.0185394287109375,
+ -0.05902099609375,
+ 0.0022125244140625,
+ -0.001285552978515625,
+ 0.0146636962890625,
+ -0.0498046875,
+ -0.0147552490234375,
+ 0.0085296630859375,
+ -0.0267486572265625,
+ -0.0265655517578125,
+ -0.04315185546875,
+ 0.02508544921875,
+ -0.0162353515625,
+ -0.033935546875,
+ 0.036712646484375,
+ -0.002674102783203125,
+ 0.037078857421875,
+ 0.04425048828125,
+ 0.039276123046875,
+ -0.0285797119140625,
+ 0.016876220703125,
+ -0.00311279296875,
+ 0.031707763671875,
+ 0.0187225341796875,
+ 0.00959014892578125,
+ 0.00009655952453613281,
+ 0.0102386474609375,
+ 0.00926971435546875,
+ -0.01364898681640625,
+ 0.045196533203125,
+ 0.0285797119140625,
+ -0.03265380859375,
+ -0.065673828125,
+ -0.017791748046875,
+ -0.01328277587890625,
+ 0.0157623291015625,
+ -0.03338623046875,
+ 0.0272979736328125,
+ 0.0044708251953125,
+ -0.01419830322265625,
+ -0.07379150390625,
+ 0.049072265625,
+ -0.039825439453125,
+ 0.031707763671875,
+ 0.0350341796875,
+ -0.0190887451171875,
+ -0.06268310546875,
+ -0.056427001953125,
+ -0.017608642578125,
+ 0.029327392578125,
+ -0.0509033203125,
+ 0.04388427734375,
+ 0.0308074951171875,
+ 0.0146636962890625,
+ 0.00511932373046875,
+ -0.0199127197265625,
+ -0.0335693359375,
+ 0.004425048828125,
+ 0.0192718505859375,
+ -0.029876708984375,
+ 0.049072265625,
+ -0.022216796875,
+ 0.0190887451171875,
+ -0.016876220703125,
+ 0.0088043212890625,
+ 0.0192718505859375,
+ 0.01328277587890625,
+ -0.0203857421875,
+ -0.003757476806640625,
+ 0.006824493408203125,
+ 0.00737762451171875,
+ -0.037261962890625,
+ 0.002582550048828125,
+ -0.02545166015625,
+ 0.020660400390625,
+ -0.00954437255859375,
+ -0.03228759765625,
+ 0.0012216567993164062,
+ 0.022216796875,
+ -0.0033206939697265625,
+ -0.0321044921875,
+ -0.0498046875,
+ -0.0675048828125,
+ 0.003757476806640625,
+ -0.01216888427734375,
+ 0.0062255859375,
+ -0.00209808349609375,
+ 0.0271148681640625,
+ 0.002040863037109375,
+ -0.021026611328125,
+ -0.0012683868408203125,
+ 0.017333984375,
+ -0.0011529922485351562,
+ -0.0308074951171875,
+ 0.0128173828125,
+ 0.010467529296875,
+ 0.052001953125,
+ 0.02130126953125,
+ -0.021575927734375,
+ 0.07080078125,
+ 0.003780364990234375,
+ -0.005741119384765625,
+ -0.0014352798461914062,
+ -0.01678466796875,
+ -0.02056884765625,
+ 0.0040130615234375,
+ -0.06048583984375,
+ -0.044830322265625,
+ -0.0002968311309814453,
+ 0.0177001953125,
+ 0.01318359375,
+ -0.0282135009765625,
+ 0.0501708984375,
+ -0.0185394287109375,
+ -0.05938720703125,
+ 0.00737762451171875,
+ -0.01216888427734375,
+ -0.049072265625,
+ 0.036712646484375,
+ -0.032470703125,
+ 0.04095458984375,
+ -0.0009851455688476562,
+ 0.032470703125,
+ -0.00019741058349609375,
+ 0.07598876953125,
+ 0.0509033203125,
+ -0.02618408203125,
+ 0.0015211105346679688,
+ 0.0010433197021484375,
+ 0.02490234375,
+ 0.04095458984375,
+ 0.030426025390625,
+ 0.0034351348876953125,
+ -0.0003185272216796875,
+ 0.005741119384765625,
+ -0.09442138671875,
+ -0.030059814453125,
+ -0.00788116455078125,
+ -0.0241546630859375,
+ 0.0004379749298095703,
+ 0.09039306640625,
+ 0.01148223876953125,
+ 0.0309906005859375,
+ 0.0260009765625,
+ 0.042236328125,
+ 0.044647216796875,
+ -0.01678466796875,
+ -0.002582550048828125,
+ -0.0704345703125,
+ -0.028961181640625,
+ 0.02130126953125,
+ 0.0233306884765625,
+ -0.056060791015625,
+ 0.03594970703125,
+ 0.052734375,
+ -0.006916046142578125,
+ -0.006687164306640625,
+ -0.0012159347534179688,
+ -0.005718231201171875,
+ 0.0252685546875,
+ 0.0086212158203125,
+ 0.0191802978515625,
+ -0.04205322265625,
+ 0.0198211669921875,
+ 0.0230560302734375,
+ -0.0147552490234375,
+ 0.00931549072265625,
+ 0.010284423828125,
+ -0.030609130859375,
+ 0.0498046875,
+ -0.048675537109375,
+ -0.01139068603515625,
+ 0.0189056396484375,
+ 0.07269287109375,
+ 0.00209808349609375,
+ -0.0343017578125,
+ 0.006687164306640625,
+ 0.01300048828125,
+ 0.029510498046875,
+ -0.03228759765625,
+ 0.0184478759765625,
+ 0.00751495361328125,
+ -0.03192138671875,
+ 0.0229644775390625,
+ 0.0283966064453125,
+ 0.01558685302734375,
+ 0.039276123046875,
+ 0.03594970703125,
+ -0.037811279296875,
+ 0.0260009765625,
+ -0.0035724639892578125,
+ 0.01263427734375,
+ -0.004657745361328125,
+ -0.00257110595703125,
+ -0.030059814453125,
+ -0.047943115234375,
+ 0.03375244140625,
+ 0.0243377685546875,
+ 0.0166015625,
+ 0.00518798828125,
+ 0.00940704345703125,
+ -0.01383209228515625,
+ -0.017791748046875,
+ 0.01328277587890625,
+ 0.03485107421875,
+ 0.00922393798828125,
+ 0.0023403167724609375,
+ 0.011016845703125,
+ 0.003826141357421875,
+ 0.01152801513671875,
+ -0.0239715576171875,
+ 0.01540374755859375,
+ -0.0196380615234375,
+ 0.006961822509765625,
+ -0.038177490234375,
+ -0.0189971923828125,
+ -0.00972747802734375,
+ -0.036163330078125,
+ 0.00153350830078125,
+ -0.0229644775390625,
+ 0.01157379150390625,
+ -0.020294189453125,
+ -0.04315185546875,
+ -0.030059814453125,
+ 0.05792236328125,
+ -0.04205322265625,
+ 0.0183563232421875,
+ 0.0150299072265625,
+ -0.0009336471557617188,
+ -0.012542724609375,
+ -0.09039306640625,
+ 0.0697021484375,
+ 0.0274810791015625,
+ 0.039642333984375,
+ -0.005786895751953125,
+ 0.016510009765625,
+ 0.0271148681640625,
+ -0.01216888427734375,
+ 0.0018558502197265625,
+ 0.010833740234375,
+ -0.017425537109375,
+ 0.08001708984375,
+ 0.05126953125,
+ 0.0151214599609375,
+ -0.046661376953125,
+ 0.004909515380859375,
+ 0.00440216064453125,
+ -0.0509033203125,
+ 0.03411865234375,
+ 0.0229644775390625,
+ 0.0243377685546875,
+ -0.01004791259765625,
+ -0.031341552734375,
+ -0.0237884521484375,
+ -0.064208984375,
+ 0.0645751953125,
+ 0.0186309814453125,
+ 0.005786895751953125,
+ 0.0263671875,
+ -0.06341552734375,
+ 0.047943115234375,
+ 0.002132415771484375,
+ 0.04388427734375,
+ -0.0357666015625,
+ 0.036529541015625,
+ -0.029144287109375,
+ -0.002178192138671875,
+ -0.00977325439453125,
+ 0.030426025390625,
+ 0.0006542205810546875,
+ 0.022216796875,
+ -0.02490234375,
+ 0.065673828125,
+ 0.0107421875,
+ 0.0278472900390625,
+ -0.052001953125,
+ -0.0151214599609375,
+ -0.0144805908203125,
+ -0.007144927978515625,
+ 0.045196533203125,
+ -0.06121826171875,
+ -0.0145721435546875,
+ -0.0107879638671875,
+ 0.03466796875,
+ 0.0667724609375,
+ 0.004863739013671875,
+ 0.06268310546875,
+ -0.01175689697265625,
+ -0.016326904296875,
+ -0.01374053955078125,
+ -0.000055849552154541016
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "password-recovery",
+ "gpu-acceleration",
+ "cracking",
+ "scenario:credential_theft"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Recent_Dateien_Registry_Analyse",
+ "type": "tool",
+ "name": "Recent Dateien Registry-Analyse",
+ "content": "recent dateien registry-analyse recentdocs-analyse aus ntuser.dat\\software\\microsoft\\windows\\ currentversion\\explorer\\recentdocs für 150 zuletzt geöffnete files/folders. mru-binary-liste zeigt chronologische reihenfolge (jüngste=0). extension-unterschlüssel (*.pdf, *.docx) für filetype-spezifische historie. folder-unterschlüssel für directory-access. lastwrite-time des keys = letzte datei-öffnung dieser extension. binary-data enthält unicode-filename-strings. recent-docs registry-analysis mru-lists file-access-history extension-tracking folder-access lastwrite-correlation user-activity chronological-analysis static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.037384033203125,
+ 0.0321044921875,
+ 0.050689697265625,
+ -0.00923919677734375,
+ 0.03656005859375,
+ 0.01116180419921875,
+ 0.0197906494140625,
+ -0.0023097991943359375,
+ 0.004924774169921875,
+ -0.029693603515625,
+ -0.03192138671875,
+ 0.05291748046875,
+ 0.0096435546875,
+ -0.00676727294921875,
+ -0.064208984375,
+ 0.036163330078125,
+ -0.01605224609375,
+ -0.01201629638671875,
+ 0.01393890380859375,
+ -0.01146697998046875,
+ -0.03594970703125,
+ -0.0010290145874023438,
+ -0.039794921875,
+ 0.0031566619873046875,
+ -0.0268707275390625,
+ 0.021820068359375,
+ -0.00179290771484375,
+ -0.071533203125,
+ -0.005504608154296875,
+ 0.00848388671875,
+ 0.0311126708984375,
+ -0.0357666015625,
+ -0.005100250244140625,
+ 0.0601806640625,
+ 0.02252197265625,
+ -0.0023097991943359375,
+ -0.002170562744140625,
+ -0.042816162109375,
+ -0.0062103271484375,
+ 0.0404052734375,
+ -0.01216888427734375,
+ -0.004367828369140625,
+ 0.00611114501953125,
+ -0.01605224609375,
+ -0.01393890380859375,
+ -0.003963470458984375,
+ 0.01373291015625,
+ -0.010955810546875,
+ 0.036956787109375,
+ -0.080810546875,
+ 0.040802001953125,
+ 0.015655517578125,
+ -0.00414276123046875,
+ 0.001003265380859375,
+ -0.035552978515625,
+ 0.0438232421875,
+ 0.026458740234375,
+ -0.015045166015625,
+ -0.05535888671875,
+ 0.049285888671875,
+ -0.058563232421875,
+ 0.00676727294921875,
+ -0.016357421875,
+ -0.017669677734375,
+ 0.026458740234375,
+ 0.03009033203125,
+ -0.0095977783203125,
+ -0.01444244384765625,
+ 0.0034332275390625,
+ 0.010955810546875,
+ -0.0122222900390625,
+ -0.0010166168212890625,
+ -0.0321044921875,
+ 0.0168609619140625,
+ -0.03009033203125,
+ -0.04705810546875,
+ 0.01332855224609375,
+ 0.0278778076171875,
+ 0.01025390625,
+ -0.0216064453125,
+ -0.055755615234375,
+ 0.0088348388671875,
+ 0.0650634765625,
+ -0.0200042724609375,
+ -0.0207061767578125,
+ -0.0213165283203125,
+ -0.01004791259765625,
+ 0.03594970703125,
+ -0.004116058349609375,
+ -0.00325775146484375,
+ 0.005329132080078125,
+ -0.01373291015625,
+ -0.0161590576171875,
+ -0.0167694091796875,
+ 0.0654296875,
+ 0.04644775390625,
+ 0.0169677734375,
+ -0.004772186279296875,
+ -0.0102996826171875,
+ 0.0249481201171875,
+ 0.0180816650390625,
+ -0.020294189453125,
+ 0.053314208984375,
+ -0.053314208984375,
+ -0.0009722709655761719,
+ -0.031707763671875,
+ 0.0379638671875,
+ -0.03131103515625,
+ -0.012725830078125,
+ -0.018280029296875,
+ -0.09210205078125,
+ -0.03253173828125,
+ -0.01004791259765625,
+ -0.0706787109375,
+ -0.03656005859375,
+ -0.00923919677734375,
+ 0.01141357421875,
+ 0.01201629638671875,
+ -0.04644775390625,
+ -0.04119873046875,
+ 0.0205078125,
+ 0.000438690185546875,
+ 0.002208709716796875,
+ 0.0333251953125,
+ -0.027069091796875,
+ -0.0718994140625,
+ 0.0246429443359375,
+ 0.040008544921875,
+ -0.01004791259765625,
+ -0.020904541015625,
+ -0.0183868408203125,
+ -0.023223876953125,
+ -0.0138397216796875,
+ -0.0213165283203125,
+ -0.0286865234375,
+ -0.0177764892578125,
+ 0.04949951171875,
+ -0.0016536712646484375,
+ 0.01166534423828125,
+ 0.000732421875,
+ 0.05029296875,
+ -0.051300048828125,
+ -0.050506591796875,
+ -0.0081787109375,
+ -0.036956787109375,
+ 0.0013132095336914062,
+ -0.0333251953125,
+ 0.04302978515625,
+ -0.039581298828125,
+ 0.034149169921875,
+ -0.0239410400390625,
+ 0.03656005859375,
+ 0.048065185546875,
+ 0.00888824462890625,
+ 0.005176544189453125,
+ -0.0205078125,
+ -0.01313018798828125,
+ -0.049072265625,
+ 0.0062103271484375,
+ -0.005275726318359375,
+ -0.01444244384765625,
+ 0.03533935546875,
+ 0.0001569986343383789,
+ 0.056549072265625,
+ -0.0204010009765625,
+ -0.048675537109375,
+ -0.005329132080078125,
+ 0.045440673828125,
+ -0.031707763671875,
+ -0.00908660888671875,
+ 0.0268707275390625,
+ -0.0240325927734375,
+ 0.052520751953125,
+ 0.0638427734375,
+ -0.007171630859375,
+ 0.035552978515625,
+ 0.0044708251953125,
+ -0.026458740234375,
+ 0.0626220703125,
+ 0.03839111328125,
+ -0.0014963150024414062,
+ -0.0245361328125,
+ 0.0509033203125,
+ -0.00807952880859375,
+ 0.023223876953125,
+ -0.0282745361328125,
+ -0.004772186279296875,
+ -0.01262664794921875,
+ -0.0272674560546875,
+ 0.0286865234375,
+ -0.006160736083984375,
+ -0.0496826171875,
+ -0.0002872943878173828,
+ 0.01788330078125,
+ 0.03515625,
+ 0.07476806640625,
+ 0.026458740234375,
+ -0.0016412734985351562,
+ 0.0229339599609375,
+ -0.029083251953125,
+ 0.0081787109375,
+ 0.036346435546875,
+ -0.0043182373046875,
+ 0.058990478515625,
+ 0.01727294921875,
+ -0.00237274169921875,
+ -0.016357421875,
+ 0.0268707275390625,
+ 0.01277923583984375,
+ -0.0001609325408935547,
+ -0.02020263671875,
+ 0.0509033203125,
+ -0.0200042724609375,
+ -0.01080322265625,
+ -0.033721923828125,
+ -0.054931640625,
+ 0.01000213623046875,
+ -0.01313018798828125,
+ -0.0031681060791015625,
+ -0.016571044921875,
+ -0.01332855224609375,
+ -0.0438232421875,
+ 0.01555633544921875,
+ 0.0268707275390625,
+ -0.021209716796875,
+ 0.005859375,
+ 0.0305023193359375,
+ -0.0229339599609375,
+ -0.01363372802734375,
+ 0.0298919677734375,
+ 0.0009279251098632812,
+ 0.0177764892578125,
+ 0.02081298828125,
+ 0.017364501953125,
+ 0.00439453125,
+ -0.0140380859375,
+ 0.06866455078125,
+ 0.0008459091186523438,
+ 0.0253448486328125,
+ 0.004241943359375,
+ -0.037384033203125,
+ 0.0194854736328125,
+ -0.01232147216796875,
+ 0.03778076171875,
+ 0.0266571044921875,
+ -0.00873565673828125,
+ 0.0109100341796875,
+ 0.005352020263671875,
+ 0.04180908203125,
+ 0.029693603515625,
+ -0.034942626953125,
+ -0.01025390625,
+ -0.08038330078125,
+ -0.0200042724609375,
+ -0.0294952392578125,
+ -0.0294952392578125,
+ -0.0214080810546875,
+ -0.055755615234375,
+ 0.0180816650390625,
+ 0.0027904510498046875,
+ -0.017669677734375,
+ -0.01116180419921875,
+ 0.023834228515625,
+ -0.006439208984375,
+ 0.032928466796875,
+ 0.0308990478515625,
+ -0.03533935546875,
+ 0.0174713134765625,
+ 0.07635498046875,
+ -0.032928466796875,
+ -0.0036106109619140625,
+ 0.00676727294921875,
+ 0.01424407958984375,
+ -0.045654296875,
+ 0.0020198822021484375,
+ -0.042022705078125,
+ -0.0204010009765625,
+ 0.053314208984375,
+ 0.0036602020263671875,
+ 0.0086822509765625,
+ -0.036346435546875,
+ -0.007068634033203125,
+ -0.00004476308822631836,
+ 0.0243377685546875,
+ -0.037384033203125,
+ -0.0101470947265625,
+ -0.0180816650390625,
+ -0.01025390625,
+ 0.0016794204711914062,
+ -0.05938720703125,
+ -0.0110626220703125,
+ 0.057769775390625,
+ 0.01216888427734375,
+ -0.006565093994140625,
+ 0.0106048583984375,
+ -0.0224151611328125,
+ -0.024139404296875,
+ -0.0038127899169921875,
+ -0.0233306884765625,
+ 0.032928466796875,
+ 0.03533935546875,
+ -0.033721923828125,
+ -0.031707763671875,
+ 0.002323150634765625,
+ 0.01201629638671875,
+ -0.01727294921875,
+ -0.0187835693359375,
+ 0.0006504058837890625,
+ -0.003307342529296875,
+ -0.0253448486328125,
+ -0.00969696044921875,
+ -0.0005841255187988281,
+ -0.0013189315795898438,
+ 0.01262664794921875,
+ -0.015045166015625,
+ 0.0002589225769042969,
+ -0.0601806640625,
+ -0.058563232421875,
+ 0.0158538818359375,
+ -0.044036865234375,
+ -0.0282745361328125,
+ -0.0321044921875,
+ 0.03778076171875,
+ 0.01277923583984375,
+ 0.01277923583984375,
+ -0.0197906494140625,
+ 0.015045166015625,
+ -0.01544952392578125,
+ -0.006134033203125,
+ -0.00215911865234375,
+ 0.003509521484375,
+ 0.01120758056640625,
+ 0.040008544921875,
+ 0.04119873046875,
+ 0.0200042724609375,
+ 0.037567138671875,
+ 0.06304931640625,
+ 0.01212310791015625,
+ -0.010406494140625,
+ 0.007724761962890625,
+ 0.022125244140625,
+ -0.0030307769775390625,
+ 0.0006375312805175781,
+ 0.004291534423828125,
+ -0.054931640625,
+ -0.01444244384765625,
+ -0.0601806640625,
+ 0.03131103515625,
+ 0.037567138671875,
+ 0.044647216796875,
+ 0.03131103515625,
+ -0.034149169921875,
+ -0.022125244140625,
+ 0.038970947265625,
+ -0.01343536376953125,
+ 0.06866455078125,
+ -0.0278778076171875,
+ -0.037384033203125,
+ 0.020904541015625,
+ 0.0180816650390625,
+ -0.010955810546875,
+ -0.031707763671875,
+ 0.015960693359375,
+ -0.0132293701171875,
+ 0.00457000732421875,
+ 0.033538818359375,
+ -0.01434326171875,
+ 0.03009033203125,
+ 0.01464080810546875,
+ 0.020294189453125,
+ -0.009796142578125,
+ -0.0239410400390625,
+ 0.049896240234375,
+ 0.061004638671875,
+ 0.038970947265625,
+ 0.01262664794921875,
+ 0.03009033203125,
+ -0.038970947265625,
+ -0.0056304931640625,
+ -0.025848388671875,
+ -0.059783935546875,
+ 0.03314208984375,
+ 0.0117645263671875,
+ 0.005908966064453125,
+ 0.05413818359375,
+ 0.0012178421020507812,
+ -0.05615234375,
+ 0.0249481201171875,
+ -0.054931640625,
+ 0.0601806640625,
+ 0.02484130859375,
+ 0.0245361328125,
+ 0.00989532470703125,
+ -0.03131103515625,
+ 0.0033588409423828125,
+ 0.0249481201171875,
+ 0.00853729248046875,
+ 0.0021839141845703125,
+ 0.02606201171875,
+ 0.033721923828125,
+ -0.01136016845703125,
+ -0.044036865234375,
+ 0.01424407958984375,
+ 0.03656005859375,
+ 0.05615234375,
+ -0.016357421875,
+ 0.039398193359375,
+ 0.0198974609375,
+ 0.00888824462890625,
+ -0.0101470947265625,
+ 0.03594970703125,
+ 0.02252197265625,
+ -0.0106048583984375,
+ 0.01444244384765625,
+ -0.018890380859375,
+ 0.0236358642578125,
+ -0.0521240234375,
+ 0.019287109375,
+ 0.00994873046875,
+ 0.0239410400390625,
+ -0.005832672119140625,
+ 0.03070068359375,
+ -0.04425048828125,
+ 0.002033233642578125,
+ 0.048675537109375,
+ -0.044647216796875,
+ 0.00858306884765625,
+ 0.0321044921875,
+ -0.0305023193359375,
+ 0.0223236083984375,
+ -0.0171661376953125,
+ -0.047454833984375,
+ 0.051116943359375,
+ -0.03192138671875,
+ -0.04827880859375,
+ 0.00792694091796875,
+ 0.029693603515625,
+ -0.051513671875,
+ -0.049072265625,
+ -0.071533203125,
+ -0.00807952880859375,
+ -0.003093719482421875,
+ -0.026458740234375,
+ 0.027069091796875,
+ -0.0027008056640625,
+ -0.003940582275390625,
+ 0.071533203125,
+ 0.06787109375,
+ 0.0032196044921875,
+ -0.039794921875,
+ 0.04180908203125,
+ -0.01424407958984375,
+ -0.0521240234375,
+ 0.00441741943359375,
+ 0.025848388671875,
+ 0.01282501220703125,
+ -0.042022705078125,
+ -0.00823211669921875,
+ 0.01166534423828125,
+ 0.0024623870849609375,
+ -0.0187835693359375,
+ 0.01201629638671875,
+ -0.03656005859375,
+ -0.044830322265625,
+ -0.04443359375,
+ 0.06707763671875,
+ 0.01287841796875,
+ 0.05029296875,
+ 0.004924774169921875,
+ -0.04180908203125,
+ 0.0211029052734375,
+ -0.057373046875,
+ -0.034942626953125,
+ 0.01181793212890625,
+ 0.01474761962890625,
+ 0.0030040740966796875,
+ 0.06060791015625,
+ -0.00676727294921875,
+ 0.0101470947265625,
+ -0.0245361328125,
+ 0.053741455078125,
+ 0.0223236083984375,
+ 0.0036106109619140625,
+ -0.03656005859375,
+ 0.0213165283203125,
+ 0.003459930419921875,
+ -0.06744384765625,
+ -0.042205810546875,
+ -0.048065185546875,
+ -0.007171630859375,
+ 0.0321044921875,
+ -0.059783935546875,
+ 0.0138397216796875,
+ -0.00934600830078125,
+ -0.040802001953125,
+ -0.049072265625,
+ -0.01065826416015625,
+ -0.018890380859375,
+ -0.04705810546875,
+ 0.01525115966796875,
+ 0.0050506591796875,
+ 0.016265869140625,
+ 0.03253173828125,
+ 0.01363372802734375,
+ 0.00522613525390625,
+ 0.017974853515625,
+ -0.0268707275390625,
+ -0.03594970703125,
+ 0.03009033203125,
+ -0.042816162109375,
+ -0.0284881591796875,
+ -0.03009033203125,
+ 0.042633056640625,
+ -0.01424407958984375,
+ -0.0035610198974609375,
+ 0.0076751708984375,
+ -0.034149169921875,
+ 0.04302978515625,
+ -0.0224151611328125,
+ -0.0025882720947265625,
+ -0.0282745361328125,
+ -0.01959228515625,
+ -0.05413818359375,
+ -0.0217132568359375,
+ 0.0034847259521484375,
+ 0.016265869140625,
+ -0.0210113525390625,
+ -0.001590728759765625,
+ 0.0638427734375,
+ -0.04827880859375,
+ 0.00858306884765625,
+ 0.031524658203125,
+ -0.0333251953125,
+ 0.00514984130859375,
+ -0.0205078125,
+ 0.00954437255859375,
+ -0.017974853515625,
+ 0.024139404296875,
+ -0.044647216796875,
+ -0.03314208984375,
+ -0.08282470703125,
+ 0.0311126708984375,
+ 0.0088348388671875,
+ -0.0081787109375,
+ -0.0125732421875,
+ -0.026458740234375,
+ -0.045654296875,
+ 0.01277923583984375,
+ 0.0252532958984375,
+ -0.0017423629760742188,
+ -0.0005555152893066406,
+ -0.0120697021484375,
+ 0.004116058349609375,
+ -0.002170562744140625,
+ -0.0214080810546875,
+ 0.01464080810546875,
+ -0.013031005859375,
+ 0.0177764892578125,
+ -0.01788330078125,
+ -0.03192138671875,
+ 0.038177490234375,
+ 0.012725830078125,
+ 0.029083251953125,
+ 0.0228271484375,
+ 0.0116119384765625,
+ -0.01025390625,
+ 0.015350341796875,
+ 0.002536773681640625,
+ -0.0220184326171875,
+ -0.0076751708984375,
+ -0.004772186279296875,
+ -0.00005328655242919922,
+ -0.033935546875,
+ -0.029083251953125,
+ 0.01363372802734375,
+ 0.058990478515625,
+ -0.017578125,
+ -0.0217132568359375,
+ 0.031524658203125,
+ 0.04302978515625,
+ -0.03656005859375,
+ 0.061798095703125,
+ -0.01555633544921875,
+ -0.0298919677734375,
+ 0.005931854248046875,
+ 0.016571044921875,
+ 0.04705810546875,
+ 0.03253173828125,
+ 0.0345458984375,
+ -0.03594970703125,
+ 0.010101318359375,
+ 0.048492431640625,
+ -0.037384033203125,
+ -0.048492431640625,
+ -0.037567138671875,
+ 0.005100250244140625,
+ -0.024139404296875,
+ 0.025848388671875,
+ 0.01000213623046875,
+ 0.0292816162109375,
+ -0.02020263671875,
+ 0.01212310791015625,
+ 0.042633056640625,
+ 0.026458740234375,
+ 0.05291748046875,
+ -0.0292816162109375,
+ -0.06744384765625,
+ -0.006816864013671875,
+ -0.007171630859375,
+ -0.0223236083984375,
+ -0.038177490234375,
+ 0.0333251953125,
+ 0.0521240234375,
+ -0.07757568359375,
+ -0.01727294921875,
+ 0.00908660888671875,
+ 0.0125732421875,
+ 0.0138397216796875,
+ 0.020294189453125,
+ -0.0223236083984375,
+ 0.01343536376953125,
+ 0.0140380859375,
+ -0.054534912109375,
+ 0.004215240478515625,
+ 0.004215240478515625,
+ 0.0204010009765625,
+ 0.0294952392578125,
+ 0.023834228515625,
+ -0.00984954833984375,
+ 0.036346435546875,
+ -0.01116180419921875,
+ 0.0311126708984375,
+ 0.00848388671875,
+ 0.03717041015625,
+ 0.01434326171875,
+ 0.0174713134765625,
+ 0.044830322265625,
+ 0.05816650390625,
+ 0.0018939971923828125,
+ -0.0122222900390625,
+ 0.01131439208984375,
+ 0.00823211669921875,
+ 0.032318115234375,
+ 0.054534912109375,
+ -0.004367828369140625,
+ 0.0005240440368652344,
+ 0.037384033203125,
+ -0.044036865234375,
+ 0.006389617919921875,
+ -0.00009548664093017578,
+ -0.0010223388671875,
+ -0.05535888671875,
+ -0.04425048828125,
+ 0.01025390625,
+ -0.03131103515625,
+ 0.03131103515625,
+ 0.0092926025390625,
+ -0.0183868408203125,
+ -0.002170562744140625,
+ 0.033935546875,
+ -0.021820068359375,
+ -0.03656005859375,
+ 0.0321044921875,
+ -0.04241943359375,
+ -0.017974853515625,
+ -0.0521240234375,
+ -0.05413818359375,
+ 0.03253173828125,
+ -0.00873565673828125,
+ -0.051300048828125,
+ -0.016357421875,
+ 0.03009033203125,
+ -0.036163330078125,
+ -0.036773681640625,
+ -0.00691986083984375,
+ -0.0183868408203125,
+ -0.00792694091796875,
+ -0.03515625,
+ -0.03192138671875,
+ -0.03314208984375,
+ -0.007068634033203125,
+ -0.0311126708984375,
+ -0.00939178466796875,
+ -0.004947662353515625,
+ 0.0008144378662109375,
+ -0.00984954833984375,
+ 0.0119171142578125,
+ -0.0086822509765625,
+ 0.0193939208984375,
+ -0.031524658203125,
+ 0.037567138671875,
+ 0.0012750625610351562,
+ 0.0157623291015625,
+ 0.040008544921875,
+ 0.08404541015625,
+ -0.01035308837890625,
+ 0.00013017654418945312,
+ -0.00273895263671875,
+ -0.05816650390625,
+ 0.01216888427734375,
+ -0.0012121200561523438,
+ 0.0174713134765625,
+ -0.051116943359375,
+ 0.0207061767578125,
+ 0.059783935546875,
+ -0.066650390625,
+ 0.031707763671875,
+ 0.0227203369140625,
+ -0.04058837890625,
+ -0.047882080078125,
+ -0.00007611513137817383,
+ 0.023529052734375,
+ 0.016265869140625,
+ 0.08038330078125,
+ 0.0249481201171875,
+ -0.0278778076171875,
+ 0.0034084320068359375,
+ -0.03594970703125,
+ 0.041412353515625,
+ 0.0004925727844238281,
+ 0.0034332275390625,
+ -0.0184783935546875,
+ 0.0274658203125,
+ 0.034149169921875,
+ -0.03253173828125,
+ 0.00555419921875,
+ -0.06341552734375,
+ -0.0096435546875,
+ 0.0438232421875,
+ 0.0026645660400390625,
+ -0.012725830078125,
+ 0.00792694091796875,
+ -0.0214080810546875,
+ -0.0268707275390625,
+ -0.032318115234375,
+ 0.0036106109619140625,
+ 0.0157623291015625,
+ 0.01959228515625,
+ -0.04705810546875,
+ 0.0158538818359375,
+ -0.00954437255859375,
+ -0.0345458984375,
+ -0.0016918182373046875,
+ -0.027679443359375,
+ 0.027069091796875,
+ -0.03515625,
+ -0.04364013671875,
+ 0.03472900390625,
+ 0.0082855224609375,
+ -0.008026123046875,
+ 0.0170745849609375,
+ 0.052520751953125,
+ -0.0379638671875,
+ 0.00989532470703125,
+ 0.0109100341796875,
+ 0.033538818359375,
+ 0.008331298828125,
+ 0.0148468017578125,
+ 0.003963470458984375,
+ 0.008941650390625,
+ 0.0111083984375,
+ -0.04644775390625,
+ 0.043212890625,
+ 0.058563232421875,
+ -0.03594970703125,
+ -0.0288848876953125,
+ -0.027679443359375,
+ -0.01080322265625,
+ 0.0087890625,
+ -0.0082855224609375,
+ 0.0462646484375,
+ 0.0135345458984375,
+ -0.015655517578125,
+ -0.08038330078125,
+ 0.06866455078125,
+ -0.020294189453125,
+ 0.027069091796875,
+ 0.00676727294921875,
+ -0.0262603759765625,
+ -0.059783935546875,
+ -0.056549072265625,
+ -0.0257568359375,
+ 0.004695892333984375,
+ -0.015960693359375,
+ 0.03839111328125,
+ 0.004215240478515625,
+ 0.0095977783203125,
+ -0.01197052001953125,
+ -0.0288848876953125,
+ 0.003459930419921875,
+ 0.03594970703125,
+ -0.0213165283203125,
+ -0.039398193359375,
+ 0.04119873046875,
+ 0.023223876953125,
+ -0.0022220611572265625,
+ -0.0020580291748046875,
+ -0.023834228515625,
+ 0.0101470947265625,
+ 0.01120758056640625,
+ -0.0135345458984375,
+ -0.03009033203125,
+ 0.015655517578125,
+ 0.043212890625,
+ 0.0197906494140625,
+ -0.0204010009765625,
+ -0.0233306884765625,
+ 0.0268707275390625,
+ -0.021820068359375,
+ -0.00047969818115234375,
+ 0.01287841796875,
+ 0.0252532958984375,
+ -0.01727294921875,
+ -0.04827880859375,
+ -0.043212890625,
+ -0.07232666015625,
+ -0.002902984619140625,
+ -0.0703125,
+ -0.0255584716796875,
+ 0.0161590576171875,
+ 0.01959228515625,
+ 0.034942626953125,
+ -0.01393890380859375,
+ 0.0333251953125,
+ 0.004871368408203125,
+ -0.06304931640625,
+ -0.032318115234375,
+ 0.01424407958984375,
+ -0.0345458984375,
+ 0.013031005859375,
+ 0.0161590576171875,
+ -0.03533935546875,
+ 0.03131103515625,
+ -0.00919342041015625,
+ -0.0171661376953125,
+ -0.01000213623046875,
+ 0.0226287841796875,
+ -0.034332275390625,
+ 0.0230255126953125,
+ -0.0755615234375,
+ -0.0227203369140625,
+ 0.021820068359375,
+ 0.0223236083984375,
+ -0.0181732177734375,
+ -0.033538818359375,
+ 0.0170745849609375,
+ -0.028076171875,
+ -0.036346435546875,
+ 0.033538818359375,
+ -0.01605224609375,
+ -0.039794921875,
+ -0.01020050048828125,
+ -0.0246429443359375,
+ -0.009490966796875,
+ 0.01201629638671875,
+ 0.05169677734375,
+ 0.061798095703125,
+ 0.01000213623046875,
+ -0.01120758056640625,
+ -0.0294952392578125,
+ -0.01313018798828125,
+ -0.0207061767578125,
+ 0.0035858154296875,
+ 0.05615234375,
+ -0.000858306884765625,
+ 0.0193939208984375,
+ 0.0262603759765625,
+ 0.012725830078125,
+ -0.058990478515625,
+ 0.005908966064453125,
+ -0.019287109375,
+ -0.046661376953125,
+ -0.00014913082122802734,
+ 0.07916259765625,
+ 0.0253448486328125,
+ 0.0184783935546875,
+ 0.01120758056640625,
+ 0.0288848876953125,
+ 0.0292816162109375,
+ 0.002323150634765625,
+ -0.020599365234375,
+ -0.0767822265625,
+ -0.0094451904296875,
+ 0.048492431640625,
+ 0.021209716796875,
+ -0.0731201171875,
+ 0.06787109375,
+ 0.0731201171875,
+ 0.01424407958984375,
+ -0.021820068359375,
+ 0.02191162109375,
+ -0.0011491775512695312,
+ 0.04827880859375,
+ 0.004367828369140625,
+ -0.0011548995971679688,
+ -0.0694580078125,
+ 0.0052032470703125,
+ 0.0123748779296875,
+ 0.01216888427734375,
+ -0.003383636474609375,
+ 0.01004791259765625,
+ -0.04766845703125,
+ 0.06060791015625,
+ -0.03515625,
+ 0.0292816162109375,
+ -0.0164642333984375,
+ 0.075927734375,
+ -0.0120697021484375,
+ -0.03717041015625,
+ -0.0052032470703125,
+ 0.049285888671875,
+ 0.0234375,
+ -0.001956939697265625,
+ 0.0030307769775390625,
+ -0.015045166015625,
+ -0.0198974609375,
+ 0.01788330078125,
+ 0.045654296875,
+ -0.0076751708984375,
+ 0.03594970703125,
+ 0.0029544830322265625,
+ -0.03009033203125,
+ 0.0132293701171875,
+ -0.0145416259765625,
+ 0.023529052734375,
+ -0.0004165172576904297,
+ -0.04888916015625,
+ -0.0379638671875,
+ -0.045867919921875,
+ 0.0379638671875,
+ 0.0007510185241699219,
+ 0.039398193359375,
+ 0.0438232421875,
+ -0.006866455078125,
+ 0.00039768218994140625,
+ 0.00908660888671875,
+ 0.01186370849609375,
+ 0.029693603515625,
+ 0.031524658203125,
+ 0.021209716796875,
+ -0.0198974609375,
+ 0.00858306884765625,
+ 0.0025882720947265625,
+ -0.0718994140625,
+ 0.01464080810546875,
+ -0.022216796875,
+ 0.001880645751953125,
+ -0.04058837890625,
+ 0.007724761962890625,
+ 0.018585205078125,
+ -0.00888824462890625,
+ -0.01025390625,
+ -0.0245361328125,
+ -0.01313018798828125,
+ -0.0005998611450195312,
+ -0.04302978515625,
+ 0.0021839141845703125,
+ 0.05029296875,
+ -0.04241943359375,
+ 0.0135345458984375,
+ 0.01332855224609375,
+ 0.0031566619873046875,
+ 0.03533935546875,
+ -0.058563232421875,
+ 0.04949951171875,
+ 0.04705810546875,
+ 0.03515625,
+ -0.016265869140625,
+ 0.01251983642578125,
+ 0.03253173828125,
+ 0.00628662109375,
+ 0.021820068359375,
+ 0.0294952392578125,
+ 0.0164642333984375,
+ 0.039398193359375,
+ 0.048492431640625,
+ -0.0132293701171875,
+ -0.044830322265625,
+ 0.01151275634765625,
+ 0.007778167724609375,
+ -0.0416259765625,
+ 0.0196990966796875,
+ 0.0183868408203125,
+ 0.01186370849609375,
+ -0.023834228515625,
+ -0.03594970703125,
+ 0.01424407958984375,
+ -0.04119873046875,
+ 0.06744384765625,
+ 0.0004639625549316406,
+ -0.02606201171875,
+ 0.032318115234375,
+ -0.0266571044921875,
+ 0.046661376953125,
+ 0.03314208984375,
+ 0.09088134765625,
+ -0.048065185546875,
+ 0.031524658203125,
+ -0.0169677734375,
+ 0.044036865234375,
+ -0.02081298828125,
+ 0.0004024505615234375,
+ -0.01373291015625,
+ 0.032318115234375,
+ -0.0171661376953125,
+ 0.042633056640625,
+ 0.01544952392578125,
+ -0.0135345458984375,
+ -0.03594970703125,
+ -0.038177490234375,
+ -0.0184783935546875,
+ -0.0006155967712402344,
+ 0.05535888671875,
+ -0.045257568359375,
+ 0.0081329345703125,
+ 0.003093719482421875,
+ 0.015350341796875,
+ 0.04364013671875,
+ 0.00013339519500732422,
+ 0.0256500244140625,
+ 0.006313323974609375,
+ 0.01727294921875,
+ -0.0011425018310546875,
+ 0.017669677734375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "recent-docs",
+ "registry-analysis",
+ "mru-lists",
+ "file-access-history",
+ "extension-tracking",
+ "folder-access",
+ "lastwrite-correlation",
+ "user-activity",
+ "chronological-analysis"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_USB_Device_Forensic_Analysis__Linux_",
+ "type": "tool",
+ "name": "USB Device Forensic Analysis (Linux)",
+ "content": "usb device forensic analysis (linux) usb-hardware-forensik durch usbauth-framework für device-access-control- analysis. usb-device-history-reconstruction, vendor/product-id-analysis, port-binding-investigation und device-type-classification für hardware-based-attack-investigation und data-exfiltration-analysis. usb-forensics hardware-analysis device-history access-control data-exfiltration hardware-attacks incident-response static-investigations examination analysis",
+ "embedding": [
+ -0.0262603759765625,
+ 0.019561767578125,
+ 0.03857421875,
+ -0.003505706787109375,
+ 0.0489501953125,
+ 0.0239410400390625,
+ 0.0203704833984375,
+ -0.01129913330078125,
+ -0.0176849365234375,
+ -0.01009368896484375,
+ -0.021697998046875,
+ 0.06036376953125,
+ 0.00848388671875,
+ -0.0012388229370117188,
+ -0.04681396484375,
+ 0.025543212890625,
+ -0.00705718994140625,
+ -0.004085540771484375,
+ 0.0029697418212890625,
+ 0.00638580322265625,
+ -0.014739990234375,
+ -0.0250091552734375,
+ -0.060028076171875,
+ -0.01438140869140625,
+ -0.00010114908218383789,
+ 0.00455474853515625,
+ -0.00255584716796875,
+ -0.059295654296875,
+ -0.023040771484375,
+ 0.0140228271484375,
+ -0.0007815361022949219,
+ -0.0439453125,
+ 0.0115203857421875,
+ 0.03466796875,
+ 0.0271453857421875,
+ -0.004421234130859375,
+ 0.023406982421875,
+ -0.018310546875,
+ -0.057525634765625,
+ 0.042877197265625,
+ -0.02178955078125,
+ -0.00585174560546875,
+ 0.006832122802734375,
+ -0.00168609619140625,
+ -0.038238525390625,
+ -0.01071929931640625,
+ 0.0091552734375,
+ 0.004642486572265625,
+ -0.0127716064453125,
+ -0.0191192626953125,
+ 0.04412841796875,
+ 0.023406982421875,
+ 0.01241302490234375,
+ 0.0061187744140625,
+ -0.060028076171875,
+ 0.033416748046875,
+ 0.023406982421875,
+ -0.01134490966796875,
+ -0.0203704833984375,
+ 0.0389404296875,
+ -0.037322998046875,
+ -0.015716552734375,
+ -0.00638580322265625,
+ -0.003192901611328125,
+ 0.00835418701171875,
+ 0.02447509765625,
+ -0.000759124755859375,
+ -0.03125,
+ -0.005336761474609375,
+ -0.0061187744140625,
+ 0.0225982666015625,
+ -0.02410888671875,
+ 0.0011501312255859375,
+ 0.050384521484375,
+ -0.01554107666015625,
+ -0.0310821533203125,
+ 0.01125335693359375,
+ 0.003482818603515625,
+ -0.00021767616271972656,
+ -0.00942230224609375,
+ -0.0482177734375,
+ -0.00830841064453125,
+ 0.047149658203125,
+ -0.0152740478515625,
+ -0.00363922119140625,
+ 0.005626678466796875,
+ 0.027679443359375,
+ -0.0078582763671875,
+ 0.00012564659118652344,
+ -0.04107666015625,
+ 0.00875091552734375,
+ -0.0006780624389648438,
+ 0.0298309326171875,
+ -0.01446533203125,
+ 0.03179931640625,
+ 0.08148193359375,
+ -0.0026340484619140625,
+ 0.0006113052368164062,
+ -0.01554107666015625,
+ 0.040374755859375,
+ -0.02178955078125,
+ -0.035369873046875,
+ 0.02911376953125,
+ 0.00243377685546875,
+ 0.051788330078125,
+ -0.032501220703125,
+ 0.009735107421875,
+ -0.00576019287109375,
+ -0.0213470458984375,
+ 0.001987457275390625,
+ -0.0882568359375,
+ -0.0187530517578125,
+ -0.015716552734375,
+ -0.05072021484375,
+ -0.01259613037109375,
+ 0.00460052490234375,
+ -0.0298309326171875,
+ 0.023040771484375,
+ -0.032501220703125,
+ -0.03179931640625,
+ 0.0164337158203125,
+ 0.0014286041259765625,
+ 0.00493621826171875,
+ -0.0011386871337890625,
+ -0.063232421875,
+ -0.0222320556640625,
+ 0.0115203857421875,
+ 0.0389404296875,
+ -0.0225982666015625,
+ -0.0034389495849609375,
+ -0.03448486328125,
+ -0.0159912109375,
+ -0.0095977783203125,
+ 0.002925872802734375,
+ 0.0002818107604980469,
+ -0.030364990234375,
+ 0.039642333984375,
+ -0.0206298828125,
+ -0.0024776458740234375,
+ 0.02081298828125,
+ 0.047882080078125,
+ -0.0235748291015625,
+ -0.05859375,
+ 0.0014009475708007812,
+ -0.0175933837890625,
+ -0.0175018310546875,
+ -0.006832122802734375,
+ 0.059661865234375,
+ -0.04644775390625,
+ -0.0019197463989257812,
+ -0.014739990234375,
+ 0.047149658203125,
+ 0.04571533203125,
+ -0.005401611328125,
+ -0.0128631591796875,
+ -0.040374755859375,
+ 0.01438140869140625,
+ -0.037139892578125,
+ 0.0175933837890625,
+ 0.00643157958984375,
+ -0.02044677734375,
+ 0.018402099609375,
+ -0.018402099609375,
+ 0.0258941650390625,
+ -0.033935546875,
+ -0.060028076171875,
+ -0.023040771484375,
+ 0.020904541015625,
+ 0.022857666015625,
+ -0.01187896728515625,
+ 0.0055389404296875,
+ -0.0287628173828125,
+ 0.0693359375,
+ 0.057861328125,
+ -0.001071929931640625,
+ 0.03857421875,
+ 0.00835418701171875,
+ -0.00023865699768066406,
+ 0.0635986328125,
+ 0.037322998046875,
+ -0.0209808349609375,
+ -0.00368499755859375,
+ 0.0643310546875,
+ 0.0164337158203125,
+ 0.01322174072265625,
+ -0.014556884765625,
+ -0.050384521484375,
+ -0.0174102783203125,
+ -0.025726318359375,
+ 0.0246429443359375,
+ -0.0212554931640625,
+ -0.0269775390625,
+ -0.00576019287109375,
+ 0.0078582763671875,
+ 0.0203704833984375,
+ 0.062164306640625,
+ 0.05072021484375,
+ -0.02215576171875,
+ 0.041259765625,
+ -0.00933074951171875,
+ 0.0166168212890625,
+ 0.044830322265625,
+ -0.0066986083984375,
+ 0.05645751953125,
+ 0.047515869140625,
+ -0.0102691650390625,
+ -0.0110321044921875,
+ 0.03643798828125,
+ 0.0116119384765625,
+ -0.018035888671875,
+ -0.025726318359375,
+ 0.02679443359375,
+ -0.0209808349609375,
+ -0.0152740478515625,
+ -0.0210723876953125,
+ -0.030181884765625,
+ 0.01197052001953125,
+ -0.033416748046875,
+ -0.0108489990234375,
+ -0.005268096923828125,
+ -0.005985260009765625,
+ -0.05859375,
+ -0.0004382133483886719,
+ 0.017059326171875,
+ 0.0033721923828125,
+ 0.03839111328125,
+ 0.01232147216796875,
+ -0.0275115966796875,
+ -0.052886962890625,
+ 0.032684326171875,
+ 0.0250091552734375,
+ 0.0216064453125,
+ 0.0152740478515625,
+ 0.014739990234375,
+ -0.01134490966796875,
+ -0.00897216796875,
+ 0.04107666015625,
+ 0.0335693359375,
+ -0.001529693603515625,
+ 0.0091094970703125,
+ -0.017333984375,
+ 0.0271453857421875,
+ -0.018218994140625,
+ 0.052886962890625,
+ 0.03839111328125,
+ -0.03143310546875,
+ 0.01554107666015625,
+ -0.0011835098266601562,
+ 0.0178680419921875,
+ 0.0625,
+ -0.07147216796875,
+ 0.0032367706298828125,
+ -0.09112548828125,
+ 0.019744873046875,
+ -0.07073974609375,
+ -0.00951385498046875,
+ -0.047515869140625,
+ -0.059295654296875,
+ 0.032318115234375,
+ 0.00848388671875,
+ -0.039642333984375,
+ 0.0017080307006835938,
+ 0.039642333984375,
+ -0.0200042724609375,
+ 0.0152740478515625,
+ 0.0032825469970703125,
+ -0.0258941650390625,
+ 0.007099151611328125,
+ 0.06610107421875,
+ -0.0308990478515625,
+ -0.007503509521484375,
+ -0.0316162109375,
+ 0.02410888671875,
+ 0.005580902099609375,
+ -0.00083160400390625,
+ -0.027862548828125,
+ 0.0096893310546875,
+ 0.03448486328125,
+ 0.0159912109375,
+ 0.00875091552734375,
+ -0.0010328292846679688,
+ 0.01259613037109375,
+ -0.0141143798828125,
+ 0.023040771484375,
+ -0.03912353515625,
+ 0.0084381103515625,
+ -0.006744384765625,
+ 0.0162506103515625,
+ -0.01544952392578125,
+ -0.03948974609375,
+ -0.007099151611328125,
+ 0.054656982421875,
+ -0.00151824951171875,
+ 0.03375244140625,
+ 0.01241302490234375,
+ -0.040557861328125,
+ 0.018218994140625,
+ -0.01482391357421875,
+ 0.01357269287109375,
+ 0.01678466796875,
+ 0.0213470458984375,
+ -0.02911376953125,
+ 0.00696563720703125,
+ -0.01053619384765625,
+ -0.0037059783935546875,
+ -0.01544952392578125,
+ -0.0199127197265625,
+ -0.0016965866088867188,
+ -0.013397216796875,
+ -0.0362548828125,
+ 0.00363922119140625,
+ 0.01849365234375,
+ -0.040374755859375,
+ 0.028228759765625,
+ -0.01232147216796875,
+ 0.001529693603515625,
+ -0.0307159423828125,
+ -0.0628662109375,
+ 0.0203704833984375,
+ -0.007144927978515625,
+ -0.03216552734375,
+ -0.0307159423828125,
+ 0.050384521484375,
+ 0.01187896728515625,
+ -0.007678985595703125,
+ 0.007099151611328125,
+ -0.014556884765625,
+ -0.0300140380859375,
+ 0.033416748046875,
+ -0.0210723876953125,
+ 0.019744873046875,
+ -0.004062652587890625,
+ 0.052886962890625,
+ 0.02410888671875,
+ 0.0289306640625,
+ 0.02447509765625,
+ 0.06463623046875,
+ 0.025543212890625,
+ -0.01348876953125,
+ -0.0014848709106445312,
+ 0.0096435546875,
+ -0.00576019287109375,
+ -0.01232147216796875,
+ -0.032318115234375,
+ -0.0335693359375,
+ 0.005313873291015625,
+ -0.04144287109375,
+ 0.0482177734375,
+ 0.015899658203125,
+ 0.00450897216796875,
+ 0.0127716064453125,
+ -0.0246429443359375,
+ 0.0289306640625,
+ 0.052154541015625,
+ 0.0165252685546875,
+ 0.09576416015625,
+ -0.0216064453125,
+ -0.047149658203125,
+ 0.0146484375,
+ 0.040557861328125,
+ 0.007144927978515625,
+ -0.0177764892578125,
+ 0.049652099609375,
+ 0.0289306640625,
+ 0.0139312744140625,
+ 0.041259765625,
+ -0.00390625,
+ 0.049285888671875,
+ 0.0146484375,
+ -0.0007815361022949219,
+ -0.017059326171875,
+ -0.0250091552734375,
+ 0.0198211669921875,
+ 0.052154541015625,
+ 0.0260772705078125,
+ -0.0126800537109375,
+ 0.03125,
+ -0.005893707275390625,
+ -0.00848388671875,
+ -0.0435791015625,
+ -0.07110595703125,
+ 0.00665283203125,
+ 0.045013427734375,
+ 0.03875732421875,
+ 0.0635986328125,
+ -0.010894775390625,
+ -0.04376220703125,
+ 0.0250091552734375,
+ -0.040191650390625,
+ 0.07037353515625,
+ 0.03179931640625,
+ 0.0162506103515625,
+ 0.02679443359375,
+ 0.007457733154296875,
+ 0.018402099609375,
+ 0.0296478271484375,
+ 0.0242919921875,
+ 0.03411865234375,
+ 0.03607177734375,
+ 0.023223876953125,
+ 0.0310821533203125,
+ -0.044647216796875,
+ -0.0010051727294921875,
+ 0.0287628173828125,
+ 0.051788330078125,
+ -0.01348876953125,
+ 0.025360107421875,
+ 0.0126800537109375,
+ 0.0216064453125,
+ -0.01232147216796875,
+ 0.07000732421875,
+ 0.03448486328125,
+ -0.01125335693359375,
+ 0.0435791015625,
+ -0.033416748046875,
+ 0.01348876953125,
+ -0.033416748046875,
+ -0.0010156631469726562,
+ 0.029296875,
+ 0.00643157958984375,
+ 0.00754547119140625,
+ 0.0190277099609375,
+ -0.06787109375,
+ -0.00942230224609375,
+ 0.052520751953125,
+ -0.04608154296875,
+ 0.0298309326171875,
+ 0.049652099609375,
+ -0.021881103515625,
+ 0.0007061958312988281,
+ 0.006072998046875,
+ -0.05859375,
+ 0.01322174072265625,
+ -0.03143310546875,
+ -0.01178741455078125,
+ 0.015899658203125,
+ 0.035186767578125,
+ -0.0209808349609375,
+ -0.05859375,
+ -0.01067352294921875,
+ -0.0189361572265625,
+ -0.0161590576171875,
+ 0.0066986083984375,
+ 0.01125335693359375,
+ -0.004421234130859375,
+ -0.002010345458984375,
+ 0.015899658203125,
+ 0.033050537109375,
+ 0.0161590576171875,
+ -0.03143310546875,
+ 0.0836181640625,
+ -0.03680419921875,
+ -0.054656982421875,
+ 0.009735107421875,
+ 0.01294708251953125,
+ 0.022064208984375,
+ -0.03143310546875,
+ -0.025726318359375,
+ 0.0178680419921875,
+ 0.0176849365234375,
+ 0.017333984375,
+ 0.0271453857421875,
+ -0.028045654296875,
+ -0.030548095703125,
+ -0.033050537109375,
+ 0.0092010498046875,
+ 0.01197052001953125,
+ 0.028228759765625,
+ 0.014739990234375,
+ -0.048583984375,
+ 0.0225067138671875,
+ -0.06646728515625,
+ -0.0416259765625,
+ -0.007190704345703125,
+ -0.007770538330078125,
+ 0.004131317138671875,
+ 0.0789794921875,
+ -0.0300140380859375,
+ -0.00807952880859375,
+ -0.0169677734375,
+ 0.039642333984375,
+ 0.021881103515625,
+ -0.00691986083984375,
+ -0.0300140380859375,
+ 0.059295654296875,
+ 0.0251922607421875,
+ -0.057525634765625,
+ -0.005001068115234375,
+ -0.0018758773803710938,
+ -0.0022106170654296875,
+ 0.037139892578125,
+ -0.04571533203125,
+ -0.004352569580078125,
+ -0.0013561248779296875,
+ -0.057159423828125,
+ -0.0023670196533203125,
+ -0.04376220703125,
+ -0.0246429443359375,
+ -0.0482177734375,
+ 0.019744873046875,
+ 0.03179931640625,
+ -0.0020313262939453125,
+ 0.03466796875,
+ 0.01031494140625,
+ 0.0090179443359375,
+ 0.0242919921875,
+ -0.009246826171875,
+ -0.0222320556640625,
+ 0.037506103515625,
+ -0.037689208984375,
+ -0.04107666015625,
+ -0.01004791259765625,
+ 0.02679443359375,
+ -0.0628662109375,
+ 0.020538330078125,
+ 0.0167083740234375,
+ -0.01294708251953125,
+ 0.050384521484375,
+ -0.04644775390625,
+ -0.00151824951171875,
+ -0.035003662109375,
+ -0.0239410400390625,
+ -0.032684326171875,
+ -0.017333984375,
+ -0.005558013916015625,
+ 0.022857666015625,
+ -0.004131317138671875,
+ 0.00455474853515625,
+ 0.039642333984375,
+ -0.048583984375,
+ 0.0199127197265625,
+ 0.0225067138671875,
+ -0.006072998046875,
+ 0.004062652587890625,
+ -0.0150909423828125,
+ 0.0176849365234375,
+ -0.0178680419921875,
+ 0.04644775390625,
+ -0.03375244140625,
+ -0.017059326171875,
+ -0.072509765625,
+ 0.00763702392578125,
+ -0.0175018310546875,
+ -0.0227813720703125,
+ -0.016876220703125,
+ -0.044464111328125,
+ -0.06396484375,
+ -0.017242431640625,
+ 0.06463623046875,
+ -0.0035495758056640625,
+ -0.01125335693359375,
+ -0.039306640625,
+ -0.02410888671875,
+ 0.01535797119140625,
+ -0.0179443359375,
+ 0.03948974609375,
+ -0.00455474853515625,
+ 0.00576019287109375,
+ -0.0035495758056640625,
+ -0.00821685791015625,
+ 0.0164337158203125,
+ 0.040374755859375,
+ 0.03839111328125,
+ -0.0007982254028320312,
+ 0.04412841796875,
+ -0.00003713369369506836,
+ 0.00830841064453125,
+ -0.00518035888671875,
+ -0.026611328125,
+ -0.0061187744140625,
+ -0.007457733154296875,
+ 0.003772735595703125,
+ -0.028228759765625,
+ -0.023406982421875,
+ 0.02679443359375,
+ 0.0007925033569335938,
+ 0.03662109375,
+ -0.02911376953125,
+ 0.004913330078125,
+ 0.042144775390625,
+ 0.00955963134765625,
+ 0.03662109375,
+ -0.00638580322265625,
+ -0.033935546875,
+ -0.0011720657348632812,
+ -0.01357269287109375,
+ 0.0198211669921875,
+ 0.0200042724609375,
+ 0.00942230224609375,
+ -0.044830322265625,
+ 0.020538330078125,
+ 0.059295654296875,
+ -0.0235748291015625,
+ -0.0098724365234375,
+ -0.033050537109375,
+ 0.0072784423828125,
+ 0.0045318603515625,
+ 0.059661865234375,
+ 0.00482177734375,
+ 0.07037353515625,
+ 0.0078125,
+ 0.01678466796875,
+ 0.02911376953125,
+ 0.06610107421875,
+ 0.0138397216796875,
+ -0.0226898193359375,
+ -0.06500244140625,
+ -0.0002079010009765625,
+ -0.01303863525390625,
+ -0.0269775390625,
+ -0.042694091796875,
+ -0.01241302490234375,
+ 0.0736083984375,
+ -0.068603515625,
+ -0.0095977783203125,
+ 0.00933074951171875,
+ -0.0025234222412109375,
+ 0.01812744140625,
+ 0.01062774658203125,
+ -0.032318115234375,
+ -0.0128631591796875,
+ -0.0164337158203125,
+ -0.06536865234375,
+ -0.03466796875,
+ -0.007503509521484375,
+ 0.00826263427734375,
+ 0.048583984375,
+ 0.015899658203125,
+ -0.01715087890625,
+ 0.03607177734375,
+ -0.001819610595703125,
+ 0.0482177734375,
+ 0.015716552734375,
+ 0.044830322265625,
+ 0.0097808837890625,
+ 0.01178741455078125,
+ 0.032318115234375,
+ 0.042877197265625,
+ -0.032684326171875,
+ -0.022064208984375,
+ 0.006744384765625,
+ 0.026611328125,
+ 0.042327880859375,
+ 0.063232421875,
+ 0.002422332763671875,
+ 0.020721435546875,
+ -0.0210723876953125,
+ -0.05572509765625,
+ -0.00897216796875,
+ 0.012054443359375,
+ 0.010223388671875,
+ -0.059295654296875,
+ -0.03375244140625,
+ 0.0072784423828125,
+ -0.045562744140625,
+ 0.059295654296875,
+ -0.006744384765625,
+ -0.015899658203125,
+ -0.0248260498046875,
+ 0.0188446044921875,
+ 0.008392333984375,
+ -0.023223876953125,
+ -0.0108489990234375,
+ -0.03875732421875,
+ -0.00392913818359375,
+ -0.031982421875,
+ -0.06036376953125,
+ 0.03448486328125,
+ -0.01214599609375,
+ -0.060028076171875,
+ -0.030181884765625,
+ 0.0175018310546875,
+ -0.01849365234375,
+ -0.033233642578125,
+ -0.039825439453125,
+ -0.0073699951171875,
+ -0.0165252685546875,
+ -0.03411865234375,
+ -0.04107666015625,
+ -0.0362548828125,
+ 0.00482177734375,
+ -0.0250091552734375,
+ 0.00830841064453125,
+ -0.0098724365234375,
+ -0.0060272216796875,
+ 0.01438140869140625,
+ -0.01544952392578125,
+ -0.019378662109375,
+ 0.0296478271484375,
+ -0.03143310546875,
+ 0.032684326171875,
+ 0.00226593017578125,
+ 0.0169677734375,
+ 0.053955078125,
+ 0.061431884765625,
+ -0.003326416015625,
+ 0.0237579345703125,
+ -0.01303863525390625,
+ -0.03680419921875,
+ -0.00696563720703125,
+ 0.0150909423828125,
+ 0.0032825469970703125,
+ -0.0682373046875,
+ -0.00893402099609375,
+ 0.04144287109375,
+ -0.07928466796875,
+ 0.001155853271484375,
+ -0.01197052001953125,
+ -0.0103607177734375,
+ -0.0262603759765625,
+ -0.0097808837890625,
+ 0.0239410400390625,
+ 0.00893402099609375,
+ 0.077880859375,
+ 0.01076507568359375,
+ 0.0004856586456298828,
+ 0.0296478271484375,
+ -0.0225982666015625,
+ 0.056793212890625,
+ 0.0209808349609375,
+ 0.00888824462890625,
+ -0.047882080078125,
+ 0.033233642578125,
+ -0.005603790283203125,
+ -0.029296875,
+ 0.0175933837890625,
+ -0.07501220703125,
+ -0.01348876953125,
+ 0.0235748291015625,
+ 0.017059326171875,
+ -0.0199127197265625,
+ -0.00479888916015625,
+ -0.035736083984375,
+ -0.0169677734375,
+ -0.0287628173828125,
+ 0.059295654296875,
+ 0.0038623809814453125,
+ 0.0015630722045898438,
+ -0.035888671875,
+ -0.0104522705078125,
+ -0.005245208740234375,
+ -0.06500244140625,
+ -0.04107666015625,
+ -0.054290771484375,
+ 0.0175018310546875,
+ -0.007678985595703125,
+ -0.057861328125,
+ 0.04644775390625,
+ 0.0310821533203125,
+ -0.01491546630859375,
+ 0.020538330078125,
+ 0.060028076171875,
+ -0.0343017578125,
+ 0.0001354217529296875,
+ 0.014739990234375,
+ 0.0260772705078125,
+ 0.00013887882232666016,
+ 0.006565093994140625,
+ 0.010986328125,
+ 0.025360107421875,
+ 0.010223388671875,
+ -0.0316162109375,
+ 0.0439453125,
+ 0.033416748046875,
+ -0.005290985107421875,
+ -0.0675048828125,
+ -0.040191650390625,
+ -0.0310821533203125,
+ 0.03216552734375,
+ -0.003795623779296875,
+ 0.0362548828125,
+ 0.0260772705078125,
+ -0.0048675537109375,
+ -0.10791015625,
+ 0.04681396484375,
+ -0.03466796875,
+ 0.032318115234375,
+ 0.0298309326171875,
+ -0.0167083740234375,
+ -0.049285888671875,
+ -0.05609130859375,
+ -0.005157470703125,
+ 0.0443115234375,
+ -0.035369873046875,
+ 0.0275115966796875,
+ 0.0091094970703125,
+ 0.007770538330078125,
+ -0.005893707275390625,
+ -0.025360107421875,
+ 0.0011997222900390625,
+ 0.05072021484375,
+ 0.006565093994140625,
+ -0.0203704833984375,
+ 0.0416259765625,
+ -0.0108489990234375,
+ -0.01111602783203125,
+ -0.02679443359375,
+ -0.00759124755859375,
+ 0.0108489990234375,
+ 0.010986328125,
+ -0.029296875,
+ -0.00955963134765625,
+ 0.044830322265625,
+ 0.05072021484375,
+ 0.0036163330078125,
+ 0.010894775390625,
+ -0.0002734661102294922,
+ 0.033233642578125,
+ -0.003772735595703125,
+ -0.02911376953125,
+ 0.0258941650390625,
+ 0.0285797119140625,
+ -0.00870513916015625,
+ -0.004467010498046875,
+ -0.06036376953125,
+ -0.07611083984375,
+ 0.03179931640625,
+ -0.040557861328125,
+ -0.0165252685546875,
+ 0.00580596923828125,
+ 0.0103607177734375,
+ 0.002410888671875,
+ -0.025726318359375,
+ 0.0213470458984375,
+ 0.0031032562255859375,
+ -0.0186614990234375,
+ -0.019561767578125,
+ 0.0213470458984375,
+ -0.0210723876953125,
+ 0.014556884765625,
+ 0.0026798248291015625,
+ -0.04376220703125,
+ 0.038238525390625,
+ -0.0260772705078125,
+ 0.0084381103515625,
+ -0.0273284912109375,
+ -0.01031494140625,
+ -0.00879669189453125,
+ 0.016082763671875,
+ -0.09429931640625,
+ -0.0202789306640625,
+ 0.0169677734375,
+ 0.04571533203125,
+ 0.006565093994140625,
+ -0.0103607177734375,
+ 0.049285888671875,
+ -0.0189361572265625,
+ -0.05645751953125,
+ 0.0296478271484375,
+ -0.0026569366455078125,
+ -0.03125,
+ -0.0054931640625,
+ -0.02911376953125,
+ -0.0167083740234375,
+ 0.0128631591796875,
+ 0.032501220703125,
+ 0.032684326171875,
+ 0.0235748291015625,
+ 0.01544952392578125,
+ -0.0206298828125,
+ 0.0020313262939453125,
+ -0.006610870361328125,
+ 0.00799560546875,
+ 0.0191192626953125,
+ 0.004734039306640625,
+ -0.004131317138671875,
+ 0.033233642578125,
+ -0.00209808349609375,
+ -0.10357666015625,
+ -0.0031261444091796875,
+ -0.004241943359375,
+ -0.0439453125,
+ -0.0014514923095703125,
+ 0.0921630859375,
+ 0.037872314453125,
+ 0.0260772705078125,
+ 0.03875732421875,
+ 0.0300140380859375,
+ 0.03643798828125,
+ 0.012054443359375,
+ -0.0300140380859375,
+ -0.07464599609375,
+ -0.0066986083984375,
+ 0.0159912109375,
+ 0.0273284912109375,
+ -0.047515869140625,
+ 0.040008544921875,
+ 0.0732421875,
+ -0.0226898193359375,
+ -0.0098724365234375,
+ 0.01947021484375,
+ 0.00991058349609375,
+ 0.0625,
+ 0.00576019287109375,
+ -0.0015745162963867188,
+ -0.07000732421875,
+ 0.0191192626953125,
+ 0.030548095703125,
+ -0.00991058349609375,
+ -0.004039764404296875,
+ -0.01187896728515625,
+ -0.016082763671875,
+ 0.032684326171875,
+ -0.06610107421875,
+ -0.0215301513671875,
+ 0.02197265625,
+ 0.05609130859375,
+ -0.003459930419921875,
+ -0.047882080078125,
+ -0.01812744140625,
+ 0.045196533203125,
+ 0.028228759765625,
+ -0.02947998046875,
+ 0.0246429443359375,
+ 0.0128631591796875,
+ 0.006832122802734375,
+ 0.00457763671875,
+ 0.055023193359375,
+ 0.0031490325927734375,
+ 0.0196533203125,
+ 0.0308990478515625,
+ -0.040740966796875,
+ 0.0242919921875,
+ -0.005558013916015625,
+ 0.0196533203125,
+ -0.00946807861328125,
+ -0.03857421875,
+ -0.037872314453125,
+ -0.07000732421875,
+ 0.0260772705078125,
+ 0.00368499755859375,
+ 0.014556884765625,
+ 0.030548095703125,
+ -0.027862548828125,
+ -0.0224151611328125,
+ 0.0163421630859375,
+ 0.0285797119140625,
+ 0.040374755859375,
+ 0.0246429443359375,
+ 0.01062774658203125,
+ 0.0308990478515625,
+ 0.0264434814453125,
+ 0.004039764404296875,
+ -0.049285888671875,
+ 0.03216552734375,
+ -0.035888671875,
+ 0.008575439453125,
+ -0.0362548828125,
+ 0.01446533203125,
+ 0.0031032562255859375,
+ -0.049285888671875,
+ 0.0028133392333984375,
+ -0.0017747879028320312,
+ 0.0052032470703125,
+ -0.01419830322265625,
+ -0.0625,
+ -0.0018644332885742188,
+ 0.04681396484375,
+ -0.0250091552734375,
+ 0.0214385986328125,
+ 0.013397216796875,
+ -0.0091552734375,
+ -0.0271453857421875,
+ -0.054290771484375,
+ 0.08892822265625,
+ 0.0264434814453125,
+ 0.0189361572265625,
+ -0.01303863525390625,
+ 0.025726318359375,
+ 0.0343017578125,
+ 0.00457763671875,
+ 0.035552978515625,
+ 0.03662109375,
+ -0.01134490966796875,
+ 0.0174102783203125,
+ 0.040557861328125,
+ -0.0041961669921875,
+ -0.039306640625,
+ 0.0287628173828125,
+ 0.025360107421875,
+ -0.0582275390625,
+ 0.035369873046875,
+ 0.018310546875,
+ 0.0159912109375,
+ -0.0211639404296875,
+ -0.0307159423828125,
+ -0.03179931640625,
+ -0.027862548828125,
+ 0.035736083984375,
+ 0.0015401840209960938,
+ -0.01294708251953125,
+ 0.035003662109375,
+ -0.05322265625,
+ 0.0200958251953125,
+ 0.021697998046875,
+ 0.047882080078125,
+ -0.02679443359375,
+ 0.05572509765625,
+ -0.0289306640625,
+ 0.00482177734375,
+ -0.037689208984375,
+ 0.01375579833984375,
+ -0.023406982421875,
+ 0.035369873046875,
+ -0.01544952392578125,
+ 0.0489501953125,
+ 0.004978179931640625,
+ -0.030364990234375,
+ -0.063232421875,
+ -0.0150909423828125,
+ 0.00888824462890625,
+ -0.0174102783203125,
+ 0.02911376953125,
+ -0.05108642578125,
+ 0.0009264945983886719,
+ -0.001674652099609375,
+ 0.0283966064453125,
+ 0.04180908203125,
+ -0.0115203857421875,
+ 0.004665374755859375,
+ 0.0175018310546875,
+ 0.004039764404296875,
+ 0.0018310546875,
+ -0.009246826171875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "usb-forensics",
+ "hardware-analysis",
+ "device-history",
+ "access-control",
+ "data-exfiltration",
+ "hardware-attacks"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_NetworkMiner",
+ "type": "tool",
+ "name": "NetworkMiner",
+ "content": "networkminer pcap-analyzer extrahiert dateien, credentials und host-informationen aus netzwerk-traffic \n ohne paket-level-details. automatische extraktion von bildern, dokumenten, executables aus \n http, ftp, tftp, smb-traffic. credentials-harvesting findet passwörter in klartext-protokollen. \n host-inventar mit os-fingerprinting, offenen ports, services. dns-resolution-timeline zeigt \n domain-lookups. frame-reassembly auch bei packet-loss. gui file-reconstruction pcap-capture session-reconstruction dns-resolution triage credential-extraction os-fingerprinting keyword-search artifact-extraction cleartext-protocols frame-reassembly network-analysis packet-analysis network-forensics incident-response static-investigations malware-analysis network-forensics examination analysis",
+ "embedding": [
+ -0.00391387939453125,
+ 0.01428985595703125,
+ 0.0243988037109375,
+ 0.0102081298828125,
+ 0.039276123046875,
+ 0.01215362548828125,
+ 0.01215362548828125,
+ -0.0080718994140625,
+ -0.0139007568359375,
+ -0.0262603759765625,
+ -0.053680419921875,
+ 0.044525146484375,
+ 0.0175933837890625,
+ -0.0170135498046875,
+ -0.0672607421875,
+ 0.034820556640625,
+ -0.00034499168395996094,
+ 0.00366973876953125,
+ -0.0038166046142578125,
+ 0.0022125244140625,
+ -0.0220794677734375,
+ -0.0232391357421875,
+ -0.012298583984375,
+ 0.00101470947265625,
+ 0.006198883056640625,
+ 0.00002485513687133789,
+ -0.021881103515625,
+ -0.06805419921875,
+ -0.0270233154296875,
+ 0.0247039794921875,
+ -0.00559234619140625,
+ -0.019439697265625,
+ 0.00952911376953125,
+ 0.0200347900390625,
+ 0.016815185546875,
+ -0.02508544921875,
+ 0.02459716796875,
+ -0.044342041015625,
+ -0.040435791015625,
+ 0.0419921875,
+ -0.0175018310546875,
+ -0.00241851806640625,
+ 0.002017974853515625,
+ -0.01934814453125,
+ -0.04180908203125,
+ -0.0291748046875,
+ -0.003864288330078125,
+ -0.0033779144287109375,
+ 0.0139007568359375,
+ -0.0270233154296875,
+ 0.035186767578125,
+ 0.0158538818359375,
+ 0.0013494491577148438,
+ -0.01210784912109375,
+ -0.0426025390625,
+ 0.020416259765625,
+ 0.035186767578125,
+ -0.012298583984375,
+ -0.03887939453125,
+ 0.06414794921875,
+ -0.030914306640625,
+ -0.031890869140625,
+ 0.007293701171875,
+ -0.0279998779296875,
+ 0.0091400146484375,
+ 0.0220794677734375,
+ -0.011474609375,
+ -0.044342041015625,
+ 0.015655517578125,
+ 0.00772857666015625,
+ 0.00909423828125,
+ -0.02081298828125,
+ -0.0185699462890625,
+ 0.036376953125,
+ -0.048614501953125,
+ -0.0357666015625,
+ 0.00870513916015625,
+ 0.0206146240234375,
+ 0.01313018798828125,
+ -0.0016164779663085938,
+ -0.061065673828125,
+ 0.023040771484375,
+ 0.04296875,
+ -0.01244354248046875,
+ -0.0289764404296875,
+ -0.0138092041015625,
+ 0.032867431640625,
+ -0.031494140625,
+ 0.004230499267578125,
+ -0.003208160400390625,
+ 0.032073974609375,
+ 0.006198883056640625,
+ 0.0181884765625,
+ -0.027801513671875,
+ 0.0426025390625,
+ 0.058349609375,
+ -0.03424072265625,
+ 0.0096282958984375,
+ 0.009918212890625,
+ 0.0243072509765625,
+ 0.015167236328125,
+ -0.040069580078125,
+ 0.0777587890625,
+ 0.004398345947265625,
+ 0.0206146240234375,
+ -0.0291748046875,
+ 0.008941650390625,
+ -0.006755828857421875,
+ -0.006320953369140625,
+ -0.0248870849609375,
+ -0.0875244140625,
+ -0.0226593017578125,
+ -0.02081298828125,
+ -0.06689453125,
+ -0.0036945343017578125,
+ 0.00772857666015625,
+ -0.0262603759765625,
+ 0.06182861328125,
+ -0.0472412109375,
+ -0.04376220703125,
+ 0.0205230712890625,
+ -0.01166534423828125,
+ -0.016143798828125,
+ -0.021881103515625,
+ -0.06964111328125,
+ -0.06378173828125,
+ -0.0281982421875,
+ 0.049774169921875,
+ -0.0426025390625,
+ 0.006565093994140625,
+ -0.006710052490234375,
+ -0.01477813720703125,
+ 0.00012153387069702148,
+ -0.01313018798828125,
+ -0.0019207000732421875,
+ -0.0233306884765625,
+ 0.03228759765625,
+ -0.0099639892578125,
+ -0.0122528076171875,
+ 0.019439697265625,
+ 0.0482177734375,
+ -0.028778076171875,
+ -0.0386962890625,
+ -0.003185272216796875,
+ -0.0283966064453125,
+ -0.0127410888671875,
+ -0.00923919677734375,
+ 0.03985595703125,
+ -0.0201263427734375,
+ 0.009674072265625,
+ -0.00600433349609375,
+ 0.0247955322265625,
+ 0.05755615234375,
+ 0.0006074905395507812,
+ 0.02130126953125,
+ -0.053680419921875,
+ -0.0234375,
+ -0.0458984375,
+ 0.0243988037109375,
+ -0.0281982421875,
+ -0.0172119140625,
+ -0.0153656005859375,
+ -0.01788330078125,
+ 0.01448822021484375,
+ -0.0093841552734375,
+ -0.0243988037109375,
+ -0.035400390625,
+ 0.01293182373046875,
+ 0.003330230712890625,
+ -0.0138092041015625,
+ 0.0185699462890625,
+ -0.0004496574401855469,
+ 0.06414794921875,
+ 0.059112548828125,
+ 0.0128326416015625,
+ 0.056793212890625,
+ 0.0017375946044921875,
+ -0.00850677490234375,
+ 0.0159454345703125,
+ 0.0439453125,
+ -0.0025882720947265625,
+ -0.00666046142578125,
+ 0.04278564453125,
+ 0.004619598388671875,
+ 0.02362060546875,
+ -0.0122528076171875,
+ -0.035003662109375,
+ -0.0184783935546875,
+ -0.0165252685546875,
+ 0.0272216796875,
+ -0.044921875,
+ -0.046875,
+ -0.0191497802734375,
+ 0.0262603759765625,
+ 0.033843994140625,
+ 0.0711669921875,
+ 0.0206146240234375,
+ -0.0091400146484375,
+ 0.05133056640625,
+ -0.020904541015625,
+ 0.003841400146484375,
+ 0.0258636474609375,
+ -0.0217742919921875,
+ 0.0220794677734375,
+ 0.045684814453125,
+ -0.0080718994140625,
+ -0.01239776611328125,
+ 0.0521240234375,
+ 0.0106964111328125,
+ -0.0243072509765625,
+ -0.00313568115234375,
+ 0.058349609375,
+ -0.006198883056640625,
+ -0.01526641845703125,
+ -0.0258636474609375,
+ -0.043548583984375,
+ 0.0181884765625,
+ -0.0018110275268554688,
+ -0.00909423828125,
+ 0.026641845703125,
+ -0.0073394775390625,
+ -0.04705810546875,
+ -0.0049591064453125,
+ 0.0291748046875,
+ -0.010406494140625,
+ 0.05560302734375,
+ 0.036956787109375,
+ -0.0301361083984375,
+ -0.0279998779296875,
+ 0.03131103515625,
+ 0.034423828125,
+ 0.0162353515625,
+ 0.01419830322265625,
+ 0.0133209228515625,
+ -0.00018227100372314453,
+ -0.0186614990234375,
+ 0.05328369140625,
+ 0.048431396484375,
+ 0.0078277587890625,
+ 0.012298583984375,
+ 0.0006685256958007812,
+ 0.0217742919921875,
+ -0.0252838134765625,
+ 0.043182373046875,
+ 0.02935791015625,
+ -0.025482177734375,
+ 0.0034027099609375,
+ -0.006999969482421875,
+ 0.021881103515625,
+ 0.056396484375,
+ -0.035400390625,
+ 0.0017499923706054688,
+ -0.06341552734375,
+ -0.022369384765625,
+ -0.07391357421875,
+ -0.0205230712890625,
+ -0.041046142578125,
+ -0.04278564453125,
+ 0.031494140625,
+ -0.0088958740234375,
+ -0.025665283203125,
+ -0.0009908676147460938,
+ -0.0048370361328125,
+ 0.01371002197265625,
+ 0.06298828125,
+ -0.0167236328125,
+ -0.024017333984375,
+ 0.0034275054931640625,
+ 0.085205078125,
+ 0.005298614501953125,
+ -0.032470703125,
+ -0.02032470703125,
+ 0.02508544921875,
+ -0.0002567768096923828,
+ 0.0289764404296875,
+ -0.0200347900390625,
+ 0.0128326416015625,
+ 0.0645751953125,
+ 0.01555633544921875,
+ 0.0234375,
+ -0.00493621826171875,
+ 0.006175994873046875,
+ -0.01186370849609375,
+ 0.01837158203125,
+ -0.0501708984375,
+ 0.0097198486328125,
+ -0.00879669189453125,
+ 0.0010700225830078125,
+ 0.01361083984375,
+ -0.053680419921875,
+ 0.006221771240234375,
+ 0.028778076171875,
+ 0.0019817352294921875,
+ 0.023040771484375,
+ 0.019744873046875,
+ -0.051727294921875,
+ 0.005687713623046875,
+ -0.02197265625,
+ 0.002140045166015625,
+ 0.0357666015625,
+ 0.05328369140625,
+ -0.027801513671875,
+ 0.030731201171875,
+ 0.0007686614990234375,
+ 0.003208160400390625,
+ -0.031707763671875,
+ -0.04608154296875,
+ -0.0243072509765625,
+ -0.0099639892578125,
+ -0.0268402099609375,
+ -0.03363037109375,
+ 0.01322174072265625,
+ -0.02508544921875,
+ 0.0157470703125,
+ -0.01244354248046875,
+ 0.0031108856201171875,
+ -0.02606201171875,
+ -0.054443359375,
+ 0.0008568763732910156,
+ 0.0025272369384765625,
+ -0.033050537109375,
+ -0.0170135498046875,
+ 0.07232666015625,
+ 0.0205230712890625,
+ 0.025665283203125,
+ 0.0159454345703125,
+ 0.0181884765625,
+ -0.05560302734375,
+ 0.03460693359375,
+ 0.0006685256958007812,
+ 0.003841400146484375,
+ 0.0085601806640625,
+ 0.046875,
+ 0.00836181640625,
+ 0.006755828857421875,
+ 0.056396484375,
+ 0.0439453125,
+ 0.0010995864868164062,
+ -0.0291748046875,
+ -0.00719451904296875,
+ 0.018768310546875,
+ -0.01059722900390625,
+ 0.044342041015625,
+ 0.0128326416015625,
+ -0.03228759765625,
+ -0.035980224609375,
+ -0.035980224609375,
+ 0.01088714599609375,
+ 0.02508544921875,
+ 0.03424072265625,
+ 0.0224609375,
+ -0.0138092041015625,
+ 0.0097198486328125,
+ 0.0587158203125,
+ 0.00637054443359375,
+ 0.10888671875,
+ 0.0106964111328125,
+ -0.03424072265625,
+ 0.0220794677734375,
+ 0.06494140625,
+ -0.00879669189453125,
+ -0.01088714599609375,
+ 0.037933349609375,
+ 0.012542724609375,
+ 0.019256591796875,
+ 0.02410888671875,
+ -0.02362060546875,
+ 0.02081298828125,
+ 0.01210784912109375,
+ -0.02606201171875,
+ -0.01264190673828125,
+ -0.035400390625,
+ 0.01526641845703125,
+ 0.052886962890625,
+ 0.01210784912109375,
+ 0.0162353515625,
+ 0.057159423828125,
+ -0.0367431640625,
+ -0.0231475830078125,
+ -0.06414794921875,
+ -0.0750732421875,
+ -0.015167236328125,
+ 0.0295562744140625,
+ -0.0001207590103149414,
+ 0.044921875,
+ -0.0215911865234375,
+ -0.07037353515625,
+ 0.006805419921875,
+ -0.0491943359375,
+ 0.08050537109375,
+ 0.044342041015625,
+ 0.0396728515625,
+ 0.040435791015625,
+ -0.0012760162353515625,
+ 0.01264190673828125,
+ 0.032470703125,
+ 0.0143890380859375,
+ 0.011474609375,
+ 0.07196044921875,
+ 0.033050537109375,
+ 0.0175018310546875,
+ 0.00023698806762695312,
+ 0.005687713623046875,
+ 0.0226593017578125,
+ 0.0153656005859375,
+ -0.00846099853515625,
+ 0.0396728515625,
+ -0.006076812744140625,
+ 0.046295166015625,
+ -0.0357666015625,
+ 0.0377197265625,
+ 0.025482177734375,
+ -0.0085601806640625,
+ 0.0206146240234375,
+ -0.0175933837890625,
+ 0.02130126953125,
+ -0.049591064453125,
+ -0.0027599334716796875,
+ 0.003719329833984375,
+ 0.025665283203125,
+ 0.048614501953125,
+ 0.022369384765625,
+ -0.05328369140625,
+ -0.035980224609375,
+ 0.043182373046875,
+ -0.04901123046875,
+ 0.0165252685546875,
+ 0.0010700225830078125,
+ -0.005420684814453125,
+ 0.01132965087890625,
+ -0.01161956787109375,
+ -0.0190582275390625,
+ 0.03424072265625,
+ -0.03460693359375,
+ -0.038116455078125,
+ 0.01264190673828125,
+ -0.0005254745483398438,
+ -0.03887939453125,
+ -0.03887939453125,
+ -0.0211029052734375,
+ -0.0158538818359375,
+ -0.01006317138671875,
+ -0.036163330078125,
+ 0.011810302734375,
+ -0.01477813720703125,
+ 0.01399993896484375,
+ 0.0170135498046875,
+ 0.040252685546875,
+ 0.002735137939453125,
+ -0.027801513671875,
+ 0.03851318359375,
+ -0.00366973876953125,
+ -0.043548583984375,
+ 0.046661376953125,
+ 0.01055145263671875,
+ 0.01526641845703125,
+ -0.0357666015625,
+ -0.037139892578125,
+ 0.003986358642578125,
+ -0.004375457763671875,
+ 0.006198883056640625,
+ 0.01123046875,
+ -0.025665283203125,
+ -0.0190582275390625,
+ -0.044921875,
+ 0.03887939453125,
+ 0.002285003662109375,
+ 0.033843994140625,
+ -0.007534027099609375,
+ -0.03558349609375,
+ 0.0015926361083984375,
+ -0.04376220703125,
+ 0.00481414794921875,
+ 0.0202178955078125,
+ -0.003452301025390625,
+ -0.02130126953125,
+ 0.07232666015625,
+ -0.0008993148803710938,
+ -0.0172119140625,
+ -0.01428985595703125,
+ 0.042205810546875,
+ -0.004764556884765625,
+ 0.0015192031860351562,
+ -0.023529052734375,
+ 0.032867431640625,
+ -0.0044708251953125,
+ -0.057159423828125,
+ -0.01001739501953125,
+ -0.02606201171875,
+ -0.0086517333984375,
+ 0.045501708984375,
+ -0.04803466796875,
+ 0.00403594970703125,
+ -0.0247955322265625,
+ -0.0478515625,
+ -0.01157379150390625,
+ -0.0248870849609375,
+ -0.02508544921875,
+ -0.052520751953125,
+ 0.0164337158203125,
+ 0.03228759765625,
+ 0.0242156982421875,
+ 0.037322998046875,
+ 0.040435791015625,
+ -0.0083160400390625,
+ 0.0299530029296875,
+ -0.01428985595703125,
+ -0.0357666015625,
+ 0.050567626953125,
+ -0.05328369140625,
+ -0.009429931640625,
+ 0.01239776611328125,
+ 0.02392578125,
+ -0.0205230712890625,
+ 0.0148773193359375,
+ 0.01001739501953125,
+ -0.0232391357421875,
+ 0.0311126708984375,
+ -0.06494140625,
+ -0.0005440711975097656,
+ -0.01239776611328125,
+ -0.036956787109375,
+ -0.030914306640625,
+ -0.0052490234375,
+ 0.03460693359375,
+ 0.03363037109375,
+ -0.01010894775390625,
+ -0.01313018798828125,
+ 0.047637939453125,
+ -0.03326416015625,
+ 0.0227508544921875,
+ 0.00981903076171875,
+ -0.01161956787109375,
+ 0.00007176399230957031,
+ -0.0036468505859375,
+ 0.01371002197265625,
+ -0.003963470458984375,
+ 0.039276123046875,
+ -0.01215362548828125,
+ -0.0285797119140625,
+ -0.06494140625,
+ 0.00879669189453125,
+ -0.0190582275390625,
+ -0.0006198883056640625,
+ -0.0215911865234375,
+ -0.047454833984375,
+ -0.03363037109375,
+ -0.013031005859375,
+ 0.043548583984375,
+ 0.0247955322265625,
+ 0.01166534423828125,
+ -0.024505615234375,
+ -0.0283966064453125,
+ -0.0133209228515625,
+ -0.0283966064453125,
+ 0.03460693359375,
+ -0.0002765655517578125,
+ 0.02410888671875,
+ 0.0106964111328125,
+ -0.01477813720703125,
+ 0.04376220703125,
+ 0.024505615234375,
+ 0.0501708984375,
+ 0.034027099609375,
+ 0.00811767578125,
+ -0.02935791015625,
+ -0.0023326873779296875,
+ -0.007244110107421875,
+ -0.0184783935546875,
+ 0.02130126953125,
+ -0.004085540771484375,
+ 0.017303466796875,
+ -0.00870513916015625,
+ 0.006175994873046875,
+ -0.004520416259765625,
+ 0.047637939453125,
+ 0.00787353515625,
+ -0.005153656005859375,
+ 0.00772857666015625,
+ 0.04376220703125,
+ -0.0279998779296875,
+ 0.058349609375,
+ -0.01210784912109375,
+ -0.03363037109375,
+ 0.0272216796875,
+ -0.00933074951171875,
+ 0.04510498046875,
+ 0.0285797119140625,
+ -0.01103973388671875,
+ -0.0237274169921875,
+ 0.0158538818359375,
+ 0.050567626953125,
+ 0.0028324127197265625,
+ -0.057952880859375,
+ -0.014678955078125,
+ 0.01371002197265625,
+ 0.03753662109375,
+ 0.032867431640625,
+ 0.015655517578125,
+ 0.02606201171875,
+ 0.00977325439453125,
+ -0.01361083984375,
+ 0.0521240234375,
+ 0.06494140625,
+ 0.0159454345703125,
+ -0.01210784912109375,
+ -0.0243072509765625,
+ 0.0031604766845703125,
+ 0.0016412734985351562,
+ -0.0154571533203125,
+ -0.05328369140625,
+ -0.00826263427734375,
+ 0.05096435546875,
+ -0.06298828125,
+ -0.0291748046875,
+ 0.0073394775390625,
+ 0.038116455078125,
+ 0.00559234619140625,
+ 0.0054931640625,
+ -0.037139892578125,
+ 0.03851318359375,
+ 0.0179901123046875,
+ -0.0587158203125,
+ 0.0010700225830078125,
+ -0.00909423828125,
+ 0.00797271728515625,
+ 0.047454833984375,
+ 0.02294921875,
+ -0.022552490234375,
+ 0.038116455078125,
+ 0.038116455078125,
+ 0.05523681640625,
+ 0.0234375,
+ 0.059112548828125,
+ 0.0285797119140625,
+ 0.00948333740234375,
+ 0.0458984375,
+ 0.05523681640625,
+ -0.021881103515625,
+ -0.01166534423828125,
+ 0.021392822265625,
+ 0.0305328369140625,
+ 0.045684814453125,
+ 0.0458984375,
+ 0.0167236328125,
+ 0.0006108283996582031,
+ -0.0034027099609375,
+ -0.05096435546875,
+ -0.01157379150390625,
+ 0.0050811767578125,
+ -0.0133209228515625,
+ -0.030914306640625,
+ -0.0301361083984375,
+ 0.032470703125,
+ -0.0357666015625,
+ 0.02459716796875,
+ 0.0022735595703125,
+ -0.044525146484375,
+ -0.01244354248046875,
+ 0.052520751953125,
+ -0.018280029296875,
+ -0.06298828125,
+ 0.03851318359375,
+ -0.0221710205078125,
+ -0.031890869140625,
+ -0.0195465087890625,
+ -0.0419921875,
+ 0.030914306640625,
+ -0.01371002197265625,
+ -0.057159423828125,
+ -0.02081298828125,
+ 0.0301361083984375,
+ -0.0133209228515625,
+ -0.03424072265625,
+ -0.02130126953125,
+ 0.0148773193359375,
+ -0.04705810546875,
+ -0.03460693359375,
+ -0.05133056640625,
+ -0.0186614990234375,
+ 0.01526641845703125,
+ -0.024505615234375,
+ -0.0088958740234375,
+ -0.0036945343017578125,
+ -0.0179901123046875,
+ 0.0008568763732910156,
+ 0.005397796630859375,
+ -0.034820556640625,
+ 0.051727294921875,
+ -0.04901123046875,
+ 0.054443359375,
+ 0.0189666748046875,
+ -0.004058837890625,
+ 0.0217742919921875,
+ 0.06341552734375,
+ -0.0022602081298828125,
+ 0.00801849365234375,
+ -0.0165252685546875,
+ -0.049591064453125,
+ 0.00485992431640625,
+ -0.00020813941955566406,
+ 0.022369384765625,
+ -0.05096435546875,
+ 0.0207061767578125,
+ 0.048614501953125,
+ -0.06884765625,
+ -0.0107421875,
+ 0.00695037841796875,
+ -0.0096282958984375,
+ -0.04705810546875,
+ 0.031707763671875,
+ 0.0169219970703125,
+ -0.011474609375,
+ 0.07391357421875,
+ -0.0027599334716796875,
+ -0.025482177734375,
+ 0.004520416259765625,
+ -0.05755615234375,
+ 0.052520751953125,
+ -0.0003190040588378906,
+ 0.015167236328125,
+ -0.034027099609375,
+ 0.0190582275390625,
+ 0.025482177734375,
+ -0.0258636474609375,
+ 0.01006317138671875,
+ -0.0875244140625,
+ -0.01026153564453125,
+ 0.01399993896484375,
+ 0.028778076171875,
+ 0.00325775146484375,
+ -0.0098724365234375,
+ -0.0482177734375,
+ -0.0167236328125,
+ -0.0075836181640625,
+ 0.01010894775390625,
+ 0.001956939697265625,
+ 0.01361083984375,
+ -0.03656005859375,
+ 0.0053253173828125,
+ -0.00366973876953125,
+ -0.06146240234375,
+ -0.0377197265625,
+ -0.0122528076171875,
+ 0.010162353515625,
+ 0.005519866943359375,
+ -0.0482177734375,
+ 0.019256591796875,
+ 0.0227508544921875,
+ 0.0030384063720703125,
+ 0.0416259765625,
+ 0.040252685546875,
+ -0.050567626953125,
+ 0.0059814453125,
+ -0.006221771240234375,
+ 0.0419921875,
+ -0.0026378631591796875,
+ 0.006610870361328125,
+ -0.01190948486328125,
+ 0.00432586669921875,
+ 0.00522613525390625,
+ -0.042205810546875,
+ 0.035186767578125,
+ 0.041412353515625,
+ -0.03985595703125,
+ -0.0684814453125,
+ -0.0295562744140625,
+ 0.00547027587890625,
+ 0.01419830322265625,
+ -0.00014352798461914062,
+ 0.028778076171875,
+ -0.017303466796875,
+ -0.0143890380859375,
+ -0.094482421875,
+ 0.0472412109375,
+ -0.0143890380859375,
+ 0.01526641845703125,
+ 0.0283966064453125,
+ -0.0295562744140625,
+ -0.07037353515625,
+ -0.030731201171875,
+ -0.0224609375,
+ 0.033050537109375,
+ -0.04180908203125,
+ 0.06341552734375,
+ 0.01788330078125,
+ 0.01448822021484375,
+ 0.0122528076171875,
+ 0.005176544189453125,
+ -0.002017974853515625,
+ 0.03424072265625,
+ 0.0195465087890625,
+ -0.052520751953125,
+ 0.083984375,
+ -0.03363037109375,
+ -0.0038890838623046875,
+ -0.03753662109375,
+ -0.0238189697265625,
+ -0.021484375,
+ -0.00457000732421875,
+ -0.031707763671875,
+ -0.006565093994140625,
+ 0.032867431640625,
+ 0.03985595703125,
+ -0.0181884765625,
+ 0.027618408203125,
+ 0.0093841552734375,
+ 0.0048370361328125,
+ 0.029754638671875,
+ 0.00481414794921875,
+ 0.0006108283996582031,
+ 0.0211029052734375,
+ -0.00379180908203125,
+ -0.032073974609375,
+ -0.0478515625,
+ -0.073486328125,
+ 0.00787353515625,
+ -0.05328369140625,
+ -0.0062713623046875,
+ 0.00904083251953125,
+ 0.0085601806640625,
+ 0.01399993896484375,
+ -0.010406494140625,
+ 0.0138092041015625,
+ -0.01477813720703125,
+ -0.038299560546875,
+ -0.02606201171875,
+ 0.016632080078125,
+ 0.0007443428039550781,
+ 0.024505615234375,
+ 0.01190948486328125,
+ -0.007049560546875,
+ 0.028778076171875,
+ 0.010406494140625,
+ -0.0162353515625,
+ -0.025482177734375,
+ 0.01428985595703125,
+ -0.03948974609375,
+ 0.00719451904296875,
+ -0.07586669921875,
+ -0.025482177734375,
+ 0.00821685791015625,
+ 0.03326416015625,
+ -0.0009660720825195312,
+ -0.0205230712890625,
+ 0.052886962890625,
+ -0.010406494140625,
+ -0.06805419921875,
+ 0.0272216796875,
+ -0.022369384765625,
+ -0.045684814453125,
+ 0.03363037109375,
+ -0.0274200439453125,
+ -0.01361083984375,
+ 0.03033447265625,
+ 0.051727294921875,
+ 0.04705810546875,
+ 0.0283966064453125,
+ 0.03558349609375,
+ -0.025482177734375,
+ -0.0211029052734375,
+ -0.0159454345703125,
+ 0.026641845703125,
+ 0.0243072509765625,
+ 0.01837158203125,
+ -0.01497650146484375,
+ 0.0243988037109375,
+ -0.0106964111328125,
+ -0.07232666015625,
+ -0.034027099609375,
+ -0.00801849365234375,
+ -0.054046630859375,
+ -0.00016105175018310547,
+ 0.06768798828125,
+ 0.039093017578125,
+ -0.0078277587890625,
+ 0.0247039794921875,
+ 0.0226593017578125,
+ 0.03887939453125,
+ 0.001239776611328125,
+ -0.0227508544921875,
+ -0.0521240234375,
+ -0.0024547576904296875,
+ 0.051727294921875,
+ 0.0272216796875,
+ -0.061065673828125,
+ 0.049774169921875,
+ 0.07000732421875,
+ -0.01419830322265625,
+ -0.03131103515625,
+ 0.0032825469970703125,
+ -0.003864288330078125,
+ 0.055999755859375,
+ 0.0248870849609375,
+ 0.02606201171875,
+ -0.055999755859375,
+ 0.0033054351806640625,
+ 0.0044708251953125,
+ -0.005397796630859375,
+ -0.02130126953125,
+ -0.006805419921875,
+ -0.035186767578125,
+ 0.0274200439453125,
+ -0.05560302734375,
+ 0.007633209228515625,
+ 0.01030731201171875,
+ 0.054840087890625,
+ 0.03033447265625,
+ -0.04278564453125,
+ -0.0220794677734375,
+ 0.03363037109375,
+ 0.0158538818359375,
+ -0.0264434814453125,
+ 0.01342010498046875,
+ 0.00801849365234375,
+ -0.032073974609375,
+ 0.04296875,
+ 0.0386962890625,
+ 0.01161956787109375,
+ 0.034423828125,
+ 0.029754638671875,
+ -0.045684814453125,
+ 0.0120086669921875,
+ -0.0034999847412109375,
+ 0.013031005859375,
+ 0.0148773193359375,
+ -0.044342041015625,
+ -0.015655517578125,
+ -0.051727294921875,
+ 0.048797607421875,
+ 0.0289764404296875,
+ 0.036376953125,
+ 0.0019683837890625,
+ -0.00797271728515625,
+ 0.0243988037109375,
+ 0.01215362548828125,
+ 0.0189666748046875,
+ 0.01885986328125,
+ 0.024505615234375,
+ 0.00952911376953125,
+ 0.02099609375,
+ 0.01371002197265625,
+ -0.018280029296875,
+ -0.025482177734375,
+ 0.0201263427734375,
+ -0.04180908203125,
+ -0.002796173095703125,
+ -0.04473876953125,
+ -0.00641632080078125,
+ -0.00457000732421875,
+ -0.00295257568359375,
+ -0.03985595703125,
+ -0.05133056640625,
+ -0.004131317138671875,
+ -0.0117645263671875,
+ -0.054443359375,
+ -0.003986358642578125,
+ 0.054840087890625,
+ -0.042205810546875,
+ 0.005954742431640625,
+ 0.036376953125,
+ 0.0030384063720703125,
+ 0.040252685546875,
+ -0.06689453125,
+ 0.07427978515625,
+ 0.00641632080078125,
+ 0.0220794677734375,
+ -0.0138092041015625,
+ -0.01108551025390625,
+ 0.0216827392578125,
+ -0.0038166046142578125,
+ 0.007778167724609375,
+ 0.022369384765625,
+ -0.0279998779296875,
+ 0.038116455078125,
+ 0.0357666015625,
+ 0.0007686614990234375,
+ -0.0202178955078125,
+ 0.01351165771484375,
+ -0.00612640380859375,
+ -0.040069580078125,
+ 0.0295562744140625,
+ -0.0002415180206298828,
+ 0.01555633544921875,
+ -0.03424072265625,
+ -0.00817108154296875,
+ -0.0016651153564453125,
+ -0.04180908203125,
+ 0.054443359375,
+ 0.0289764404296875,
+ -0.00772857666015625,
+ 0.000171661376953125,
+ -0.07623291015625,
+ 0.0367431640625,
+ 0.00768280029296875,
+ 0.053680419921875,
+ -0.044342041015625,
+ 0.0205230712890625,
+ -0.030914306640625,
+ 0.0148773193359375,
+ -0.0112762451171875,
+ -0.005931854248046875,
+ 0.0005288124084472656,
+ 0.0117645263671875,
+ -0.01837158203125,
+ 0.05950927734375,
+ 0.0107421875,
+ 0.003330230712890625,
+ -0.07037353515625,
+ 0.0006804466247558594,
+ 0.006755828857421875,
+ 0.0217742919921875,
+ 0.0207061767578125,
+ -0.037139892578125,
+ -0.024505615234375,
+ 0.03753662109375,
+ 0.03131103515625,
+ 0.07659912109375,
+ -0.00510406494140625,
+ 0.040069580078125,
+ 0.00534820556640625,
+ -0.004375457763671875,
+ 0.00325775146484375,
+ -0.01264190673828125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "file-reconstruction",
+ "pcap-capture",
+ "session-reconstruction",
+ "dns-resolution",
+ "triage",
+ "credential-extraction",
+ "os-fingerprinting",
+ "keyword-search",
+ "artifact-extraction",
+ "cleartext-protocols",
+ "frame-reassembly",
+ "network-analysis",
+ "packet-analysis",
+ "network-forensics"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_LibreOffice",
+ "type": "tool",
+ "name": "LibreOffice",
+ "content": "libreoffice analysiert umfangreiche ermittlungsdaten durch leistungsstarke pivot-tabellen und filteroptionen für forensische auswertungen. verarbeitet csv-logs, datenbank-exporte und timeline-daten für komplexe korrelationsanalysen. calc erstellt aussagekräftige diagramme aus beweismitteln, writer generiert gerichtsfeste berichte mit strukturiertem inhaltsverzeichnis. importiert beschädigte oder proprietäre dateiformate, die kommerzielle office-pakete ablehnen. makro-sprache automatisiert wiederkehrende analysen. gui reporting csv-export cross-platform macro-automation visualization document-analysis metadata-viewer portable-version format-converter pdf-creation free-alternative incident-response static-investigations malware-analysis fraud-investigation network-forensics mobile-forensics cloud-forensics ics-forensics examination analysis reporting",
+ "embedding": [
+ -0.040283203125,
+ 0.041717529296875,
+ 0.0421142578125,
+ 0.0093536376953125,
+ 0.0257568359375,
+ 0.035369873046875,
+ 0.0179901123046875,
+ 0.01349639892578125,
+ -0.003910064697265625,
+ 0.029449462890625,
+ -0.031494140625,
+ 0.029449462890625,
+ 0.0147247314453125,
+ -0.0049591064453125,
+ -0.048248291015625,
+ 0.0290374755859375,
+ 0.00751495361328125,
+ 0.0201416015625,
+ 0.01016998291015625,
+ -0.006183624267578125,
+ -0.030059814453125,
+ -0.021270751953125,
+ -0.052337646484375,
+ 0.0033473968505859375,
+ -0.00531768798828125,
+ 0.006237030029296875,
+ -0.0245361328125,
+ -0.06585693359375,
+ -0.0269927978515625,
+ -0.0006070137023925781,
+ 0.022796630859375,
+ -0.023712158203125,
+ 0.00011742115020751953,
+ 0.0357666015625,
+ 0.0092010498046875,
+ -0.00797271728515625,
+ 0.0087432861328125,
+ -0.047637939453125,
+ -0.0584716796875,
+ 0.0408935546875,
+ -0.0186004638671875,
+ -0.0269927978515625,
+ 0.013031005859375,
+ 0.0161590576171875,
+ -0.005035400390625,
+ -0.023406982421875,
+ 0.01380157470703125,
+ -0.01277923583984375,
+ 0.01262664794921875,
+ -0.0232086181640625,
+ 0.032501220703125,
+ 0.0244293212890625,
+ -0.0168609619140625,
+ -0.006183624267578125,
+ -0.03515625,
+ 0.055206298828125,
+ 0.005290985107421875,
+ -0.01190948486328125,
+ -0.037200927734375,
+ 0.03863525390625,
+ -0.0345458984375,
+ 0.005802154541015625,
+ -0.006900787353515625,
+ 0.0014123916625976562,
+ -0.004497528076171875,
+ 0.01068115234375,
+ -0.01666259765625,
+ -0.0126800537109375,
+ -0.00467681884765625,
+ 0.0010738372802734375,
+ 0.005367279052734375,
+ -0.0007443428039550781,
+ -0.02392578125,
+ 0.047027587890625,
+ -0.0269927978515625,
+ -0.03167724609375,
+ 0.00039124488830566406,
+ 0.051116943359375,
+ -0.0023899078369140625,
+ -0.012725830078125,
+ -0.060943603515625,
+ -0.0006580352783203125,
+ 0.05316162109375,
+ -0.0176849365234375,
+ -0.0584716796875,
+ -0.0162506103515625,
+ 0.0302581787109375,
+ 0.02197265625,
+ 0.01047515869140625,
+ 0.018402099609375,
+ 0.031280517578125,
+ 0.0017633438110351562,
+ 0.0384521484375,
+ -0.0267791748046875,
+ 0.0321044921875,
+ 0.053985595703125,
+ 0.006160736083984375,
+ -0.0009713172912597656,
+ 0.0032711029052734375,
+ 0.00848388671875,
+ 0.02801513671875,
+ -0.05316162109375,
+ 0.027801513671875,
+ 0.00295257568359375,
+ 0.031494140625,
+ -0.051513671875,
+ 0.0302581787109375,
+ 0.00868988037109375,
+ -0.02105712890625,
+ -0.007205963134765625,
+ -0.114501953125,
+ -0.0396728515625,
+ -0.014007568359375,
+ -0.061737060546875,
+ -0.00853729248046875,
+ 0.01788330078125,
+ -0.0037822723388671875,
+ 0.0269927978515625,
+ -0.0572509765625,
+ -0.030670166015625,
+ 0.026580810546875,
+ 0.006439208984375,
+ -0.01308441162109375,
+ 0.003398895263671875,
+ -0.04437255859375,
+ -0.052764892578125,
+ 0.0208587646484375,
+ 0.035369873046875,
+ -0.07073974609375,
+ -0.021270751953125,
+ 0.0025691986083984375,
+ -0.0321044921875,
+ -0.00925445556640625,
+ -0.02484130859375,
+ -0.01277923583984375,
+ -0.05889892578125,
+ 0.02545166015625,
+ -0.0054931640625,
+ 0.01512908935546875,
+ -0.00299072265625,
+ 0.036590576171875,
+ -0.0288238525390625,
+ -0.08135986328125,
+ -0.0021343231201171875,
+ -0.0357666015625,
+ -0.0002428293228149414,
+ -0.026580810546875,
+ 0.0496826171875,
+ -0.03271484375,
+ -0.01088714599609375,
+ -0.0011882781982421875,
+ 0.0157470703125,
+ 0.044769287109375,
+ 0.019622802734375,
+ 0.031890869140625,
+ -0.00868988037109375,
+ -0.015838623046875,
+ -0.03558349609375,
+ 0.017486572265625,
+ -0.006107330322265625,
+ -0.0044708251953125,
+ 0.0255584716796875,
+ 0.004550933837890625,
+ 0.0179901123046875,
+ 0.0037822723388671875,
+ -0.048675537109375,
+ -0.0245361328125,
+ 0.029449462890625,
+ 0.0006103515625,
+ 0.00373077392578125,
+ 0.0113983154296875,
+ -0.0038585662841796875,
+ 0.041290283203125,
+ 0.0572509765625,
+ 0.01016998291015625,
+ 0.02423095703125,
+ 0.001712799072265625,
+ -0.0189056396484375,
+ 0.045806884765625,
+ 0.011810302734375,
+ -0.0211639404296875,
+ -0.0243377685546875,
+ 0.03863525390625,
+ -0.0002651214599609375,
+ 0.006748199462890625,
+ -0.0013227462768554688,
+ -0.032501220703125,
+ -0.0188140869140625,
+ -0.040283203125,
+ 0.03515625,
+ -0.045196533203125,
+ -0.0186004638671875,
+ -0.017181396484375,
+ 0.017486572265625,
+ 0.018402099609375,
+ 0.05889892578125,
+ 0.02166748046875,
+ 0.0023250579833984375,
+ 0.0168609619140625,
+ 0.013702392578125,
+ 0.01349639892578125,
+ 0.0304718017578125,
+ 0.00649261474609375,
+ 0.050079345703125,
+ 0.00641632080078125,
+ 0.01554107666015625,
+ -0.009765625,
+ 0.02740478515625,
+ 0.0095062255859375,
+ -0.01482391357421875,
+ 0.00585174560546875,
+ 0.05889892578125,
+ -0.007617950439453125,
+ -0.0226898193359375,
+ -0.031890869140625,
+ -0.051727294921875,
+ -0.01236724853515625,
+ -0.035980224609375,
+ 0.0010156631469726562,
+ 0.0126800537109375,
+ -0.016357421875,
+ -0.045806884765625,
+ -0.025970458984375,
+ 0.017578125,
+ 0.0001062154769897461,
+ 0.023101806640625,
+ 0.02740478515625,
+ -0.022796630859375,
+ -0.0153350830078125,
+ -0.0025424957275390625,
+ 0.022796630859375,
+ 0.05889892578125,
+ -0.0235137939453125,
+ 0.0009713172912597656,
+ -0.009765625,
+ -0.034149169921875,
+ 0.0548095703125,
+ -0.001239776611328125,
+ 0.00853729248046875,
+ -0.0150299072265625,
+ -0.019317626953125,
+ 0.037017822265625,
+ 0.00679779052734375,
+ 0.02984619140625,
+ 0.040679931640625,
+ -0.0211639404296875,
+ 0.0007505416870117188,
+ 0.0200347900390625,
+ 0.033111572265625,
+ 0.03167724609375,
+ -0.0478515625,
+ 0.002223968505859375,
+ -0.07403564453125,
+ -0.010528564453125,
+ -0.056854248046875,
+ -0.03802490234375,
+ -0.0390625,
+ -0.0357666015625,
+ 0.060943603515625,
+ -0.0217742919921875,
+ -0.0164642333984375,
+ 0.0022487640380859375,
+ 0.019317626953125,
+ -0.010986328125,
+ 0.014007568359375,
+ 0.01016998291015625,
+ -0.033538818359375,
+ 0.0088958740234375,
+ 0.079345703125,
+ -0.0012521743774414062,
+ -0.0188140869140625,
+ -0.01482391357421875,
+ 0.008331298828125,
+ -0.0020580291748046875,
+ 0.0132904052734375,
+ -0.0345458984375,
+ 0.0179901123046875,
+ 0.0255584716796875,
+ 0.02392578125,
+ 0.023101806640625,
+ -0.0222930908203125,
+ 0.0132904052734375,
+ -0.00971221923828125,
+ 0.0304718017578125,
+ -0.04620361328125,
+ -0.008026123046875,
+ -0.0016994476318359375,
+ 0.017181396484375,
+ 0.0015211105346679688,
+ -0.08013916015625,
+ -0.0194244384765625,
+ 0.04150390625,
+ -0.006237030029296875,
+ -0.0070037841796875,
+ 0.01134490966796875,
+ -0.040496826171875,
+ -0.0026702880859375,
+ 0.006542205810546875,
+ -0.008331298828125,
+ 0.05133056640625,
+ 0.03271484375,
+ -0.055206298828125,
+ 0.00940704345703125,
+ -0.012115478515625,
+ 0.014923095703125,
+ -0.0164642333984375,
+ -0.0384521484375,
+ 0.00048232078552246094,
+ -0.00039768218994140625,
+ -0.053558349609375,
+ -0.0117034912109375,
+ 0.032501220703125,
+ -0.045196533203125,
+ 0.01068115234375,
+ -0.01953125,
+ 0.0106353759765625,
+ -0.045806884765625,
+ -0.05133056640625,
+ 0.004241943359375,
+ -0.0258636474609375,
+ -0.049896240234375,
+ -0.00986480712890625,
+ 0.03802490234375,
+ -0.0059051513671875,
+ 0.01277923583984375,
+ -0.01068115234375,
+ -0.01666259765625,
+ -0.036590576171875,
+ 0.016357421875,
+ -0.01983642578125,
+ 0.0185089111328125,
+ 0.00003916025161743164,
+ 0.033721923828125,
+ 0.0267791748046875,
+ 0.0421142578125,
+ 0.0229949951171875,
+ 0.0478515625,
+ 0.0194244384765625,
+ -0.027801513671875,
+ -0.003986358642578125,
+ 0.00649261474609375,
+ 0.0025310516357421875,
+ 0.038848876953125,
+ -0.01293182373046875,
+ -0.023406982421875,
+ -0.00562286376953125,
+ -0.0333251953125,
+ 0.02984619140625,
+ 0.0201416015625,
+ 0.03558349609375,
+ 0.010223388671875,
+ -0.0185089111328125,
+ 0.0033740997314453125,
+ 0.0736083984375,
+ 0.02545166015625,
+ 0.0948486328125,
+ -0.00736236572265625,
+ -0.046417236328125,
+ -0.003986358642578125,
+ 0.025665283203125,
+ -0.0038089752197265625,
+ -0.0304718017578125,
+ 0.044586181640625,
+ 0.006107330322265625,
+ -0.0008115768432617188,
+ 0.02801513671875,
+ -0.01380157470703125,
+ 0.0232086181640625,
+ 0.007717132568359375,
+ -0.00244140625,
+ 0.01482391357421875,
+ -0.0284271240234375,
+ 0.0081787109375,
+ 0.0321044921875,
+ 0.015838623046875,
+ 0.00547027587890625,
+ 0.002185821533203125,
+ -0.0229034423828125,
+ -0.0223846435546875,
+ -0.044586181640625,
+ -0.046417236328125,
+ 0.032501220703125,
+ 0.045196533203125,
+ 0.0302581787109375,
+ 0.06829833984375,
+ -0.034759521484375,
+ -0.0548095703125,
+ 0.0276031494140625,
+ -0.0132904052734375,
+ 0.07281494140625,
+ 0.02740478515625,
+ 0.0222930908203125,
+ 0.0421142578125,
+ -0.0150299072265625,
+ 0.01983642578125,
+ 0.056854248046875,
+ 0.0132904052734375,
+ 0.01236724853515625,
+ 0.033935546875,
+ 0.0421142578125,
+ 0.00490570068359375,
+ -0.02740478515625,
+ 0.0250396728515625,
+ 0.0276031494140625,
+ 0.0162506103515625,
+ 0.00037217140197753906,
+ 0.025665283203125,
+ 0.025146484375,
+ 0.01922607421875,
+ -0.056427001953125,
+ 0.056427001953125,
+ 0.0211639404296875,
+ -0.0257568359375,
+ -0.00539398193359375,
+ -0.0217742919921875,
+ 0.005138397216796875,
+ -0.045806884765625,
+ 0.01727294921875,
+ 0.00945281982421875,
+ 0.030059814453125,
+ 0.0028362274169921875,
+ 0.030059814453125,
+ -0.0159454345703125,
+ 0.01543426513671875,
+ 0.017486572265625,
+ -0.064208984375,
+ 0.02362060546875,
+ 0.03271484375,
+ -0.041290283203125,
+ 0.01251983642578125,
+ -0.0024662017822265625,
+ -0.02545166015625,
+ 0.020751953125,
+ -0.0162506103515625,
+ -0.0267791748046875,
+ 0.0098114013671875,
+ 0.01149749755859375,
+ -0.0711669921875,
+ -0.041717529296875,
+ -0.04559326171875,
+ 0.0012454986572265625,
+ 0.00562286376953125,
+ -0.018402099609375,
+ 0.01001739501953125,
+ 0.0006327629089355469,
+ -0.019012451171875,
+ 0.01293182373046875,
+ 0.03802490234375,
+ -0.0223846435546875,
+ -0.042724609375,
+ 0.0560302734375,
+ -0.007717132568359375,
+ -0.031280517578125,
+ 0.02166748046875,
+ 0.02740478515625,
+ 0.01666259765625,
+ -0.0548095703125,
+ -0.01262664794921875,
+ -0.01216888427734375,
+ 0.0191192626953125,
+ 0.021270751953125,
+ 0.0161590576171875,
+ -0.034149169921875,
+ -0.0191192626953125,
+ -0.0257568359375,
+ 0.0521240234375,
+ 0.01232147216796875,
+ 0.030059814453125,
+ -0.01482391357421875,
+ -0.056854248046875,
+ 0.03741455078125,
+ -0.0633544921875,
+ -0.033721923828125,
+ -0.014312744140625,
+ 0.007717132568359375,
+ -0.0025177001953125,
+ 0.06744384765625,
+ -0.00914764404296875,
+ -0.0159454345703125,
+ -0.031890869140625,
+ 0.05560302734375,
+ 0.0205535888671875,
+ -0.0103759765625,
+ -0.0284271240234375,
+ 0.04315185546875,
+ 0.03802490234375,
+ -0.06256103515625,
+ -0.0054931640625,
+ -0.00679779052734375,
+ 0.004062652587890625,
+ 0.040496826171875,
+ -0.040679931640625,
+ 0.0188140869140625,
+ 0.025146484375,
+ -0.07318115234375,
+ 0.00518798828125,
+ -0.0168609619140625,
+ -0.00955963134765625,
+ -0.0244293212890625,
+ 0.030059814453125,
+ 0.041107177734375,
+ -0.0030155181884765625,
+ 0.0250396728515625,
+ 0.009765625,
+ 0.0023250579833984375,
+ 0.01605224609375,
+ 0.0126800537109375,
+ -0.02197265625,
+ 0.02606201171875,
+ -0.057647705078125,
+ -0.032318115234375,
+ -0.035980224609375,
+ 0.041290283203125,
+ -0.0167694091796875,
+ -0.00679779052734375,
+ -0.02166748046875,
+ -0.01380157470703125,
+ 0.05072021484375,
+ -0.02545166015625,
+ 0.01012420654296875,
+ 0.01380157470703125,
+ -0.052764892578125,
+ -0.043548583984375,
+ -0.023406982421875,
+ 0.01482391357421875,
+ 0.0333251953125,
+ 0.00787353515625,
+ 0.0321044921875,
+ 0.05194091796875,
+ -0.07281494140625,
+ 0.02105712890625,
+ 0.0243377685546875,
+ 0.0048828125,
+ -0.0035533905029296875,
+ -0.0014629364013671875,
+ -0.0092010498046875,
+ -0.0118560791015625,
+ 0.02740478515625,
+ -0.0304718017578125,
+ -0.033935546875,
+ -0.08056640625,
+ 0.0208587646484375,
+ -0.004268646240234375,
+ -0.02362060546875,
+ -0.0200347900390625,
+ -0.03802490234375,
+ -0.06256103515625,
+ 0.00910186767578125,
+ 0.035980224609375,
+ 0.0223846435546875,
+ -0.0005621910095214844,
+ -0.056427001953125,
+ -0.00797271728515625,
+ -0.00600433349609375,
+ -0.0182952880859375,
+ 0.02862548828125,
+ -0.019317626953125,
+ 0.00945281982421875,
+ 0.0296478271484375,
+ -0.06378173828125,
+ 0.026580810546875,
+ 0.00562286376953125,
+ 0.057647705078125,
+ 0.01027679443359375,
+ 0.0229949951171875,
+ -0.044586181640625,
+ 0.0284271240234375,
+ -0.023406982421875,
+ -0.025665283203125,
+ -0.00797271728515625,
+ -0.03497314453125,
+ 0.020751953125,
+ -0.037811279296875,
+ -0.00782012939453125,
+ 0.006465911865234375,
+ 0.0296478271484375,
+ 0.0258636474609375,
+ -0.022491455078125,
+ -0.00664520263671875,
+ 0.044586181640625,
+ 0.014007568359375,
+ 0.0711669921875,
+ -0.0211639404296875,
+ -0.045989990234375,
+ -0.01293182373046875,
+ -0.003757476806640625,
+ 0.052337646484375,
+ 0.02801513671875,
+ -0.00695037841796875,
+ -0.0357666015625,
+ 0.00930023193359375,
+ 0.03497314453125,
+ -0.025360107421875,
+ -0.018402099609375,
+ -0.007717132568359375,
+ 0.00664520263671875,
+ 0.03802490234375,
+ 0.045989990234375,
+ 0.0074615478515625,
+ 0.07562255859375,
+ 0.0040130615234375,
+ -0.0213623046875,
+ 0.041107177734375,
+ 0.07281494140625,
+ 0.01216888427734375,
+ -0.0269927978515625,
+ -0.03924560546875,
+ 0.007717132568359375,
+ 0.01058197021484375,
+ -0.044769287109375,
+ -0.0304718017578125,
+ -0.004779815673828125,
+ 0.02984619140625,
+ -0.0723876953125,
+ -0.00408935546875,
+ -0.0241241455078125,
+ 0.00812530517578125,
+ 0.0157470703125,
+ 0.00899505615234375,
+ -0.012725830078125,
+ 0.033721923828125,
+ 0.01114654541015625,
+ -0.03271484375,
+ -0.0035266876220703125,
+ -0.0014247894287109375,
+ 0.02392578125,
+ 0.042327880859375,
+ 0.031280517578125,
+ -0.0015592575073242188,
+ 0.045806884765625,
+ 0.0032196044921875,
+ 0.038238525390625,
+ 0.0321044921875,
+ 0.03515625,
+ 0.019012451171875,
+ 0.005573272705078125,
+ 0.041717529296875,
+ 0.049072265625,
+ -0.0345458984375,
+ -0.0096588134765625,
+ 0.019317626953125,
+ 0.0165557861328125,
+ 0.042938232421875,
+ 0.056854248046875,
+ -0.01953125,
+ 0.005008697509765625,
+ 0.017791748046875,
+ -0.04803466796875,
+ -0.0233154296875,
+ 0.0250396728515625,
+ -0.01338958740234375,
+ -0.05194091796875,
+ -0.053558349609375,
+ 0.032928466796875,
+ -0.0584716796875,
+ 0.035369873046875,
+ -0.00838470458984375,
+ -0.0139007568359375,
+ 0.01247406005859375,
+ 0.03271484375,
+ -0.01523590087890625,
+ -0.055206298828125,
+ 0.008331298828125,
+ -0.0345458984375,
+ -0.01042938232421875,
+ -0.0246429443359375,
+ -0.052764892578125,
+ 0.0472412109375,
+ -0.01001739501953125,
+ -0.031890869140625,
+ -0.0235137939453125,
+ 0.00562286376953125,
+ -0.044586181640625,
+ -0.0220794677734375,
+ -0.025970458984375,
+ 0.02044677734375,
+ -0.008636474609375,
+ -0.01666259765625,
+ -0.0408935546875,
+ -0.0288238525390625,
+ -0.001277923583984375,
+ -0.02740478515625,
+ -0.0120086669921875,
+ -0.016357421875,
+ -0.023101806640625,
+ -0.0062103271484375,
+ -0.01308441162109375,
+ 0.0009136199951171875,
+ 0.049285888671875,
+ -0.0232086181640625,
+ 0.032501220703125,
+ 0.01145172119140625,
+ 0.04559326171875,
+ 0.01922607421875,
+ 0.060943603515625,
+ 0.00884246826171875,
+ 0.0015783309936523438,
+ -0.01349639892578125,
+ -0.05029296875,
+ -0.005084991455078125,
+ 0.002376556396484375,
+ 0.016357421875,
+ -0.053985595703125,
+ 0.005649566650390625,
+ 0.07196044921875,
+ -0.08135986328125,
+ 0.0167694091796875,
+ 0.014312744140625,
+ -0.01482391357421875,
+ -0.041717529296875,
+ 0.009765625,
+ -0.01042938232421875,
+ 0.02923583984375,
+ 0.0797119140625,
+ 0.0182037353515625,
+ 0.0139007568359375,
+ 0.01410675048828125,
+ -0.06585693359375,
+ 0.049896240234375,
+ 0.0206451416015625,
+ 0.0267791748046875,
+ -0.022796630859375,
+ 0.03271484375,
+ 0.035369873046875,
+ -0.00884246826171875,
+ 0.006542205810546875,
+ -0.05316162109375,
+ -0.0007796287536621094,
+ 0.02923583984375,
+ 0.0010099411010742188,
+ 0.00634002685546875,
+ -0.0202484130859375,
+ -0.0633544921875,
+ -0.04803466796875,
+ -0.019927978515625,
+ 0.0302581787109375,
+ 0.001789093017578125,
+ 0.01953125,
+ -0.0548095703125,
+ -0.0074615478515625,
+ -0.01165771484375,
+ -0.040679931640625,
+ -0.03680419921875,
+ -0.0206451416015625,
+ 0.041900634765625,
+ 0.006183624267578125,
+ -0.047637939453125,
+ 0.027801513671875,
+ 0.01232147216796875,
+ 0.0012712478637695312,
+ 0.00910186767578125,
+ 0.06463623046875,
+ -0.030670166015625,
+ 0.0008368492126464844,
+ 0.0147247314453125,
+ 0.026580810546875,
+ -0.00986480712890625,
+ -0.0035266876220703125,
+ 0.0194244384765625,
+ 0.0252532958984375,
+ 0.01319122314453125,
+ -0.0304718017578125,
+ 0.037811279296875,
+ 0.04803466796875,
+ -0.0229949951171875,
+ -0.047027587890625,
+ -0.02740478515625,
+ -0.03619384765625,
+ 0.03985595703125,
+ -0.03619384765625,
+ 0.0200347900390625,
+ -0.0245361328125,
+ 0.005573272705078125,
+ -0.084228515625,
+ 0.049896240234375,
+ -0.02862548828125,
+ 0.033111572265625,
+ 0.0019550323486328125,
+ -0.0150299072265625,
+ -0.05133056640625,
+ -0.04803466796875,
+ -0.006595611572265625,
+ 0.032318115234375,
+ 0.0087432861328125,
+ 0.0321044921875,
+ -0.00490570068359375,
+ 0.0071563720703125,
+ -0.008026123046875,
+ -0.0030422210693359375,
+ -0.007411956787109375,
+ 0.05029296875,
+ -0.0006356239318847656,
+ 0.0006008148193359375,
+ 0.033935546875,
+ -0.0139007568359375,
+ 0.0189056396484375,
+ -0.0117034912109375,
+ -0.0023250579833984375,
+ -0.01165771484375,
+ -0.01523590087890625,
+ -0.0191192626953125,
+ -0.01451873779296875,
+ 0.041900634765625,
+ 0.06134033203125,
+ -0.014312744140625,
+ -0.00032591819763183594,
+ 0.004215240478515625,
+ 0.0246429443359375,
+ -0.01380157470703125,
+ -0.011810302734375,
+ 0.0073089599609375,
+ 0.0165557861328125,
+ -0.01232147216796875,
+ -0.0168609619140625,
+ -0.050079345703125,
+ -0.1063232421875,
+ -0.0013418197631835938,
+ -0.06707763671875,
+ -0.0016040802001953125,
+ -0.0009455680847167969,
+ 0.04498291015625,
+ 0.030670166015625,
+ -0.006107330322265625,
+ 0.0282135009765625,
+ -0.005443572998046875,
+ -0.0233154296875,
+ -0.0200347900390625,
+ 0.01190948486328125,
+ -0.0106353759765625,
+ 0.0548095703125,
+ 0.0197296142578125,
+ -0.057647705078125,
+ 0.018707275390625,
+ -0.0088958740234375,
+ -0.014923095703125,
+ -0.0209503173828125,
+ 0.00955963134765625,
+ -0.0276031494140625,
+ 0.02740478515625,
+ -0.07647705078125,
+ -0.03558349609375,
+ 0.01788330078125,
+ 0.040069580078125,
+ 0.0019426345825195312,
+ -0.0345458984375,
+ 0.07440185546875,
+ -0.0263824462890625,
+ -0.08221435546875,
+ 0.00554656982421875,
+ -0.0220794677734375,
+ -0.01788330078125,
+ 0.0125732421875,
+ -0.01319122314453125,
+ -0.0031185150146484375,
+ 0.027191162109375,
+ 0.0357666015625,
+ 0.0421142578125,
+ 0.026580810546875,
+ 0.01338958740234375,
+ -0.015838623046875,
+ 0.00045037269592285156,
+ 0.0011310577392578125,
+ 0.01277923583984375,
+ 0.03167724609375,
+ 0.01165771484375,
+ -0.00498199462890625,
+ -0.0029392242431640625,
+ -0.00539398193359375,
+ -0.079345703125,
+ -0.0321044921875,
+ -0.0235137939453125,
+ -0.049896240234375,
+ -0.01058197021484375,
+ 0.08221435546875,
+ 0.03741455078125,
+ -0.027191162109375,
+ 0.040283203125,
+ 0.0478515625,
+ 0.022796630859375,
+ 0.01441192626953125,
+ -0.02362060546875,
+ -0.049468994140625,
+ -0.005062103271484375,
+ 0.021270751953125,
+ 0.010833740234375,
+ -0.05560302734375,
+ 0.04620361328125,
+ 0.06787109375,
+ -0.0004887580871582031,
+ -0.0016613006591796875,
+ 0.0007443428039550781,
+ 0.0073089599609375,
+ 0.040496826171875,
+ 0.00395965576171875,
+ 0.00302886962890625,
+ -0.057647705078125,
+ 0.0040130615234375,
+ 0.01953125,
+ 0.0128326416015625,
+ 0.02801513671875,
+ 0.0006036758422851562,
+ -0.037017822265625,
+ 0.017486572265625,
+ -0.042724609375,
+ -0.012420654296875,
+ 0.007411956787109375,
+ 0.06829833984375,
+ -0.0005941390991210938,
+ -0.053558349609375,
+ -0.0222930908203125,
+ 0.04681396484375,
+ 0.01482391357421875,
+ -0.0284271240234375,
+ 0.0048828125,
+ -0.006259918212890625,
+ -0.0074615478515625,
+ 0.03271484375,
+ 0.059295654296875,
+ -0.0169677734375,
+ 0.05316162109375,
+ 0.01727294921875,
+ -0.06463623046875,
+ 0.03802490234375,
+ 0.0052642822265625,
+ 0.00664520263671875,
+ -0.005237579345703125,
+ -0.041290283203125,
+ -0.03436279296875,
+ -0.06134033203125,
+ 0.04742431640625,
+ 0.0013036727905273438,
+ 0.041107177734375,
+ 0.01451873779296875,
+ 0.006748199462890625,
+ -0.042938232421875,
+ 0.00498199462890625,
+ 0.032501220703125,
+ 0.040496826171875,
+ 0.00664520263671875,
+ -0.007564544677734375,
+ 0.0182037353515625,
+ -0.0021209716796875,
+ 0.02606201171875,
+ -0.01605224609375,
+ 0.01727294921875,
+ -0.03741455078125,
+ -0.0302581787109375,
+ -0.034149169921875,
+ 0.027191162109375,
+ -0.0027980804443359375,
+ -0.00884246826171875,
+ -0.0059814453125,
+ -0.0173797607421875,
+ 0.0276031494140625,
+ -0.0205535888671875,
+ -0.017791748046875,
+ -0.008636474609375,
+ 0.0310821533203125,
+ -0.0226898193359375,
+ 0.01554107666015625,
+ 0.031280517578125,
+ -0.0165557861328125,
+ -0.00019252300262451172,
+ -0.04742431640625,
+ 0.057647705078125,
+ 0.044586181640625,
+ 0.00868988037109375,
+ 0.00736236572265625,
+ 0.0252532958984375,
+ 0.049072265625,
+ 0.0016736984252929688,
+ -0.0030918121337890625,
+ 0.01727294921875,
+ -0.033111572265625,
+ 0.0384521484375,
+ 0.053985595703125,
+ 0.00848388671875,
+ -0.049468994140625,
+ 0.0060577392578125,
+ 0.004726409912109375,
+ -0.06707763671875,
+ 0.052764892578125,
+ 0.02801513671875,
+ 0.0005688667297363281,
+ -0.013031005859375,
+ -0.0169677734375,
+ 0.003398895263671875,
+ -0.06500244140625,
+ 0.06951904296875,
+ 0.025970458984375,
+ -0.015838623046875,
+ 0.0269927978515625,
+ -0.06585693359375,
+ 0.044158935546875,
+ 0.01103973388671875,
+ 0.056854248046875,
+ -0.053558349609375,
+ 0.06707763671875,
+ -0.0135955810546875,
+ 0.0096588134765625,
+ 0.0099639892578125,
+ 0.017578125,
+ -0.00357818603515625,
+ 0.0165557861328125,
+ -0.0384521484375,
+ 0.051727294921875,
+ 0.0071563720703125,
+ -0.0247344970703125,
+ -0.04150390625,
+ -0.0173797607421875,
+ 0.004703521728515625,
+ 0.0147247314453125,
+ 0.0572509765625,
+ -0.044586181640625,
+ -0.01308441162109375,
+ 0.0038852691650390625,
+ 0.0182037353515625,
+ 0.035369873046875,
+ -0.0310821533203125,
+ 0.02392578125,
+ 0.0014696121215820312,
+ -0.003246307373046875,
+ 0.004627227783203125,
+ -0.01983642578125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "mobile-forensics",
+ "cloud-forensics",
+ "ics-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "gui",
+ "reporting",
+ "csv-export",
+ "cross-platform",
+ "macro-automation",
+ "visualization",
+ "document-analysis",
+ "metadata-viewer",
+ "portable-version",
+ "format-converter",
+ "pdf-creation",
+ "free-alternative"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Volume_Shadow_Copy_Forensische_Analyse",
+ "type": "tool",
+ "name": "Volume Shadow Copy Forensische Analyse",
+ "content": "volume shadow copy forensische analyse vss-snapshot-auflistung mit \"vssadmin list shadows /for=c:\", zugriff via mklink-verknüpfung: \"mklink /d c:\\vss-test \\\\?\\globalroot\\device\\harddiskvolumeshadowcopy4\\\". imaging mit dd: \"dd if=\\\\.\\harddiskvolumeshadowcopy4 of=shadowcopy.dd\". x-ways-integration über dateiüberblick erweitern → gründliche dateisystem-datenstruktur-suche → sc-attribut-filterung für shadow-copy-dateien. copy-on-write-prinzip: nur änderungen seit letztem snapshot gespeichert. gelöschte dateien bleiben in snapshots erhalten. shadow-copy-analysis vss-forensics snapshot-recovery vssadmin-commands mklink-access copy-on-write historical-analysis deleted-file-recovery x-ways-integration sc-filtering static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.039764404296875,
+ 0.02532958984375,
+ 0.0231170654296875,
+ -0.0201873779296875,
+ 0.05206298828125,
+ 0.007617950439453125,
+ 0.01715087890625,
+ 0.0188751220703125,
+ 0.0208892822265625,
+ -0.0002696514129638672,
+ -0.0294647216796875,
+ 0.0146331787109375,
+ 0.0165557861328125,
+ -0.00608062744140625,
+ -0.038543701171875,
+ 0.03167724609375,
+ 0.000016570091247558594,
+ 0.0300750732421875,
+ 0.0045166015625,
+ -0.01019287109375,
+ -0.00411224365234375,
+ -0.0010662078857421875,
+ -0.0280609130859375,
+ 0.007518768310546875,
+ -0.0198822021484375,
+ 0.027252197265625,
+ -0.007770538330078125,
+ -0.06744384765625,
+ -0.0015010833740234375,
+ 0.023712158203125,
+ 0.04461669921875,
+ -0.0355224609375,
+ 0.014434814453125,
+ 0.0633544921875,
+ -0.00434112548828125,
+ -0.0274505615234375,
+ 0.01554107666015625,
+ -0.054107666015625,
+ -0.0130157470703125,
+ 0.033721923828125,
+ 0.0045928955078125,
+ -0.0128173828125,
+ 0.006282806396484375,
+ -0.00843048095703125,
+ -0.00484466552734375,
+ -0.033905029296875,
+ -0.004238128662109375,
+ -0.004215240478515625,
+ 0.0367431640625,
+ -0.0274505615234375,
+ 0.02825927734375,
+ 0.014129638671875,
+ 0.0103912353515625,
+ -0.01271820068359375,
+ -0.0278472900390625,
+ 0.0270538330078125,
+ 0.006435394287109375,
+ -0.0233154296875,
+ -0.02764892578125,
+ 0.034515380859375,
+ -0.0694580078125,
+ -0.0005960464477539062,
+ -0.007671356201171875,
+ -0.0036830902099609375,
+ -0.0019426345825195312,
+ 0.00872802734375,
+ 0.0007190704345703125,
+ -0.029876708984375,
+ 0.0182647705078125,
+ -0.005779266357421875,
+ -0.00185394287109375,
+ -0.01104736328125,
+ -0.0367431640625,
+ 0.040771484375,
+ -0.01195526123046875,
+ -0.0472412109375,
+ 0.0244293212890625,
+ 0.0225067138671875,
+ 0.01094818115234375,
+ 0.0015707015991210938,
+ -0.05206298828125,
+ -0.010040283203125,
+ 0.040557861328125,
+ -0.034515380859375,
+ -0.0296630859375,
+ 0.001216888427734375,
+ 0.0257415771484375,
+ -0.0012989044189453125,
+ -0.01312255859375,
+ 0.0203857421875,
+ 0.0294647216796875,
+ 0.0228118896484375,
+ 0.0149383544921875,
+ -0.04541015625,
+ 0.046417236328125,
+ 0.059326171875,
+ 0.00542449951171875,
+ -0.0111541748046875,
+ 0.0228118896484375,
+ 0.024627685546875,
+ 0.0367431640625,
+ -0.060943603515625,
+ 0.044189453125,
+ -0.0003216266632080078,
+ 0.05206298828125,
+ -0.026641845703125,
+ 0.0262451171875,
+ -0.03472900390625,
+ -0.01372528076171875,
+ -0.029266357421875,
+ -0.098876953125,
+ -0.03692626953125,
+ -0.01806640625,
+ -0.061767578125,
+ -0.00043201446533203125,
+ -0.0003752708435058594,
+ 0.0007033348083496094,
+ 0.043609619140625,
+ -0.033294677734375,
+ -0.0300750732421875,
+ 0.03472900390625,
+ 0.025634765625,
+ 0.0029010772705078125,
+ 0.01605224609375,
+ -0.05450439453125,
+ -0.047637939453125,
+ 0.0099945068359375,
+ 0.0168609619140625,
+ -0.0157470703125,
+ -0.033721923828125,
+ 0.0020313262939453125,
+ -0.01074981689453125,
+ 0.005298614501953125,
+ -0.031280517578125,
+ 0.002838134765625,
+ -0.01024627685546875,
+ 0.0157470703125,
+ -0.01776123046875,
+ -0.00499725341796875,
+ -0.0019550323486328125,
+ 0.0565185546875,
+ -0.037139892578125,
+ -0.07305908203125,
+ -0.002597808837890625,
+ -0.03936767578125,
+ 0.0034313201904296875,
+ -0.01453399658203125,
+ 0.060943603515625,
+ -0.0251312255859375,
+ -0.035125732421875,
+ -0.01342010498046875,
+ 0.03350830078125,
+ 0.0355224609375,
+ -0.00600433349609375,
+ 0.01029205322265625,
+ -0.037353515625,
+ 0.004364013671875,
+ -0.0218048095703125,
+ 0.03631591796875,
+ 0.004314422607421875,
+ -0.0163421630859375,
+ 0.0204925537109375,
+ 0.0014257431030273438,
+ 0.037353515625,
+ -0.0136260986328125,
+ -0.048248291015625,
+ -0.0169525146484375,
+ 0.01074981689453125,
+ -0.0174560546875,
+ 0.00287628173828125,
+ 0.041168212890625,
+ 0.0030536651611328125,
+ 0.04156494140625,
+ 0.08477783203125,
+ 0.00360870361328125,
+ 0.016754150390625,
+ 0.0166473388671875,
+ 0.0015201568603515625,
+ 0.03167724609375,
+ 0.01715087890625,
+ -0.0031032562255859375,
+ -0.043182373046875,
+ 0.0306854248046875,
+ 0.0024089813232421875,
+ -0.00650787353515625,
+ -0.0130157470703125,
+ -0.00608062744140625,
+ -0.01165771484375,
+ -0.0321044921875,
+ 0.064208984375,
+ -0.031890869140625,
+ -0.04864501953125,
+ -0.01715087890625,
+ 0.0163421630859375,
+ 0.024932861328125,
+ 0.0645751953125,
+ 0.035308837890625,
+ -0.0204925537109375,
+ 0.04925537109375,
+ 0.00650787353515625,
+ 0.0025730133056640625,
+ 0.03955078125,
+ 0.00138092041015625,
+ 0.06500244140625,
+ 0.00542449951171875,
+ 0.0251312255859375,
+ -0.005069732666015625,
+ 0.0156402587890625,
+ 0.03228759765625,
+ -0.01523590087890625,
+ -0.0090789794921875,
+ 0.0296630859375,
+ -0.01261138916015625,
+ -0.043792724609375,
+ -0.0413818359375,
+ -0.0203857421875,
+ 0.008575439453125,
+ -0.003986358642578125,
+ -0.0225067138671875,
+ -0.0040130615234375,
+ -0.01352691650390625,
+ -0.0343017578125,
+ 0.033721923828125,
+ -0.004364013671875,
+ -0.024627685546875,
+ 0.03875732421875,
+ 0.031890869140625,
+ -0.0304718017578125,
+ -0.040374755859375,
+ -0.005725860595703125,
+ 0.01322174072265625,
+ 0.014434814453125,
+ -0.0211944580078125,
+ 0.0030269622802734375,
+ 0.0239105224609375,
+ -0.01715087890625,
+ 0.0565185546875,
+ 0.019073486328125,
+ 0.040374755859375,
+ -0.00461578369140625,
+ -0.05975341796875,
+ 0.03692626953125,
+ -0.04864501953125,
+ 0.0302734375,
+ 0.022308349609375,
+ -0.031280517578125,
+ 0.0258331298828125,
+ -0.01019287109375,
+ 0.0413818359375,
+ 0.043609619140625,
+ -0.04742431640625,
+ 0.00897979736328125,
+ -0.0985107421875,
+ 0.0120086669921875,
+ -0.05975341796875,
+ -0.024017333984375,
+ -0.04986572265625,
+ -0.0426025390625,
+ 0.04156494140625,
+ -0.0185699462890625,
+ -0.0367431640625,
+ -0.0027370452880859375,
+ 0.026641845703125,
+ 0.00913238525390625,
+ 0.0245208740234375,
+ 0.01110076904296875,
+ -0.0165557861328125,
+ 0.007015228271484375,
+ 0.058929443359375,
+ -0.01029205322265625,
+ -0.0009083747863769531,
+ -0.033905029296875,
+ 0.0220947265625,
+ -0.0113067626953125,
+ 0.040374755859375,
+ -0.01947021484375,
+ -0.004215240478515625,
+ -0.000056743621826171875,
+ 0.019775390625,
+ 0.00243377685546875,
+ -0.01165771484375,
+ 0.00469207763671875,
+ -0.002170562744140625,
+ 0.035919189453125,
+ -0.04681396484375,
+ -0.0143280029296875,
+ 0.006862640380859375,
+ 0.0302734375,
+ -0.017364501953125,
+ -0.07305908203125,
+ 0.0191802978515625,
+ 0.03411865234375,
+ 0.01210784912109375,
+ -0.0026111602783203125,
+ 0.00650787353515625,
+ -0.047821044921875,
+ 0.00615692138671875,
+ -0.01125335693359375,
+ -0.026031494140625,
+ -0.0014629364013671875,
+ 0.014129638671875,
+ -0.03350830078125,
+ -0.0020694732666015625,
+ -0.0130157470703125,
+ -0.0130157470703125,
+ -0.01605224609375,
+ -0.043792724609375,
+ -0.03753662109375,
+ -0.05450439453125,
+ -0.03875732421875,
+ -0.03955078125,
+ 0.010498046875,
+ -0.040985107421875,
+ -0.00534820556640625,
+ -0.00200653076171875,
+ -0.0029010772705078125,
+ -0.0239105224609375,
+ -0.049652099609375,
+ -0.0057525634765625,
+ -0.052490234375,
+ -0.043609619140625,
+ -0.019378662109375,
+ 0.043792724609375,
+ -0.01145172119140625,
+ 0.0163421630859375,
+ -0.0037841796875,
+ -0.00928497314453125,
+ -0.01276397705078125,
+ 0.0083770751953125,
+ -0.0157470703125,
+ 0.007568359375,
+ 0.00243377685546875,
+ 0.0682373046875,
+ 0.050262451171875,
+ 0.02008056640625,
+ -0.00434112548828125,
+ 0.031494140625,
+ 0.005725860595703125,
+ -0.0202789306640625,
+ -0.0063323974609375,
+ 0.006381988525390625,
+ 0.01210784912109375,
+ 0.0178680419921875,
+ -0.007266998291015625,
+ -0.0233154296875,
+ 0.0032176971435546875,
+ -0.0143280029296875,
+ 0.00872802734375,
+ 0.016448974609375,
+ 0.00650787353515625,
+ 0.029876708984375,
+ -0.0239105224609375,
+ -0.0032806396484375,
+ 0.0472412109375,
+ -0.00827789306640625,
+ 0.08721923828125,
+ -0.04522705078125,
+ -0.0169525146484375,
+ 0.03997802734375,
+ 0.0296630859375,
+ -0.0019426345825195312,
+ -0.00978851318359375,
+ 0.05731201171875,
+ 0.001583099365234375,
+ -0.0120086669921875,
+ 0.00623321533203125,
+ 0.0037078857421875,
+ 0.0108489990234375,
+ -0.0035076141357421875,
+ 0.01251220703125,
+ 0.0163421630859375,
+ -0.035919189453125,
+ 0.0174560546875,
+ 0.06298828125,
+ 0.033111572265625,
+ 0.0361328125,
+ 0.042388916015625,
+ -0.0033817291259765625,
+ -0.03350830078125,
+ -0.01534271240234375,
+ -0.06903076171875,
+ 0.02471923828125,
+ 0.01544189453125,
+ 0.01453399658203125,
+ 0.018768310546875,
+ -0.01453399658203125,
+ -0.0367431640625,
+ -0.0057525634765625,
+ -0.058929443359375,
+ 0.050048828125,
+ 0.033294677734375,
+ -0.00812530517578125,
+ 0.049041748046875,
+ 0.0012865066528320312,
+ -0.005779266357421875,
+ 0.013824462890625,
+ 0.0186767578125,
+ 0.0176544189453125,
+ 0.037139892578125,
+ 0.045623779296875,
+ 0.00832366943359375,
+ -0.0413818359375,
+ 0.0255279541015625,
+ 0.033294677734375,
+ 0.02764892578125,
+ -0.006282806396484375,
+ 0.04986572265625,
+ 0.00787353515625,
+ 0.01271820068359375,
+ -0.04217529296875,
+ 0.043182373046875,
+ 0.04278564453125,
+ -0.01090240478515625,
+ 0.01422882080078125,
+ -0.023406982421875,
+ 0.032684326171875,
+ -0.040985107421875,
+ 0.004062652587890625,
+ -0.00746917724609375,
+ -0.0079193115234375,
+ 0.03289794921875,
+ 0.035919189453125,
+ -0.056121826171875,
+ 0.009735107421875,
+ 0.06622314453125,
+ -0.0552978515625,
+ 0.033111572265625,
+ 0.01165771484375,
+ -0.03875732421875,
+ -0.0059051513671875,
+ -0.01110076904296875,
+ -0.0726318359375,
+ 0.006256103515625,
+ -0.04864501953125,
+ -0.0308837890625,
+ 0.007114410400390625,
+ 0.033111572265625,
+ -0.036529541015625,
+ -0.040771484375,
+ -0.0268402099609375,
+ 0.0007882118225097656,
+ -0.00959014892578125,
+ -0.022705078125,
+ 0.01837158203125,
+ 0.0061798095703125,
+ -0.019073486328125,
+ 0.046630859375,
+ 0.0048675537109375,
+ 0.0013561248779296875,
+ -0.0156402587890625,
+ 0.062164306640625,
+ -0.0038089752197265625,
+ -0.0645751953125,
+ 0.017059326171875,
+ 0.0175628662109375,
+ -0.004314422607421875,
+ -0.0447998046875,
+ -0.0169525146484375,
+ 0.017364501953125,
+ 0.00812530517578125,
+ -0.00279998779296875,
+ 0.026641845703125,
+ -0.04925537109375,
+ -0.03692626953125,
+ -0.021697998046875,
+ 0.0426025390625,
+ 0.0143280029296875,
+ 0.01195526123046875,
+ 0.013824462890625,
+ -0.060546875,
+ 0.019073486328125,
+ -0.05450439453125,
+ -0.031494140625,
+ -0.0255279541015625,
+ 0.05328369140625,
+ -0.0117034912109375,
+ 0.07305908203125,
+ -0.00978851318359375,
+ -0.00817108154296875,
+ 0.004894256591796875,
+ 0.0229034423828125,
+ 0.022705078125,
+ -0.0268402099609375,
+ -0.07183837890625,
+ 0.0355224609375,
+ 0.02069091796875,
+ -0.025634765625,
+ 0.0085296630859375,
+ -0.04742431640625,
+ -0.006282806396484375,
+ 0.0290679931640625,
+ -0.05450439453125,
+ 0.00016951560974121094,
+ -0.00666046142578125,
+ -0.05126953125,
+ -0.045623779296875,
+ -0.02471923828125,
+ -0.00817108154296875,
+ -0.039154052734375,
+ 0.0014133453369140625,
+ 0.029266357421875,
+ -0.0108489990234375,
+ 0.0264434814453125,
+ 0.01009368896484375,
+ -0.00567626953125,
+ 0.01251220703125,
+ -0.022003173828125,
+ -0.0018796920776367188,
+ 0.022613525390625,
+ -0.04541015625,
+ -0.028656005859375,
+ -0.004390716552734375,
+ 0.02008056640625,
+ -0.0274505615234375,
+ -0.03692626953125,
+ -0.0045928955078125,
+ -0.019775390625,
+ 0.060546875,
+ -0.051666259765625,
+ 0.018463134765625,
+ 0.0015201568603515625,
+ 0.0006937980651855469,
+ -0.032684326171875,
+ 0.0008578300476074219,
+ 0.00862884521484375,
+ 0.0222015380859375,
+ -0.02471923828125,
+ -0.0241241455078125,
+ 0.02886962890625,
+ -0.04461669921875,
+ 0.040985107421875,
+ 0.0218048095703125,
+ 0.003078460693359375,
+ 0.035919189453125,
+ -0.01090240478515625,
+ 0.0042877197265625,
+ 0.0022449493408203125,
+ 0.0300750732421875,
+ -0.0204925537109375,
+ -0.0105438232421875,
+ -0.06256103515625,
+ 0.037139892578125,
+ 0.00893402099609375,
+ 0.010345458984375,
+ -0.0308837890625,
+ -0.007568359375,
+ -0.08880615234375,
+ 0.0202789306640625,
+ 0.0146331787109375,
+ 0.0006814002990722656,
+ -0.009033203125,
+ -0.0178680419921875,
+ -0.031890869140625,
+ 0.0005488395690917969,
+ -0.026031494140625,
+ 0.033721923828125,
+ -0.029876708984375,
+ 0.01312255859375,
+ 0.0017538070678710938,
+ -0.033905029296875,
+ 0.0191802978515625,
+ 0.0204925537109375,
+ 0.01605224609375,
+ 0.0278472900390625,
+ 0.01473236083984375,
+ -0.0389404296875,
+ 0.00395965576171875,
+ -0.0310821533203125,
+ -0.04217529296875,
+ -0.0008831024169921875,
+ -0.027252197265625,
+ 0.006381988525390625,
+ -0.03997802734375,
+ -0.03411865234375,
+ 0.022003173828125,
+ 0.0426025390625,
+ 0.0165557861328125,
+ -0.0146331787109375,
+ -0.0222015380859375,
+ 0.004741668701171875,
+ -0.0111541748046875,
+ 0.054901123046875,
+ -0.040374755859375,
+ -0.0250244140625,
+ 0.0044403076171875,
+ 0.006256103515625,
+ 0.010040283203125,
+ 0.043182373046875,
+ 0.01342010498046875,
+ -0.02099609375,
+ 0.006359100341796875,
+ 0.0284576416015625,
+ -0.01403045654296875,
+ -0.045623779296875,
+ -0.0028629302978515625,
+ 0.0211944580078125,
+ -0.006763458251953125,
+ 0.06298828125,
+ 0.033111572265625,
+ 0.0633544921875,
+ 0.006961822509765625,
+ 0.00434112548828125,
+ 0.0426025390625,
+ 0.07183837890625,
+ 0.0280609130859375,
+ -0.0163421630859375,
+ -0.045806884765625,
+ -0.0083770751953125,
+ 0.01473236083984375,
+ -0.01110076904296875,
+ -0.050048828125,
+ -0.026031494140625,
+ 0.048248291015625,
+ -0.0694580078125,
+ -0.00959014892578125,
+ 0.01453399658203125,
+ 0.00527191162109375,
+ 0.0268402099609375,
+ 0.0123138427734375,
+ -0.03228759765625,
+ 0.006961822509765625,
+ -0.006610870361328125,
+ -0.0506591796875,
+ 0.00862884521484375,
+ -0.0149383544921875,
+ 0.026641845703125,
+ 0.037353515625,
+ 0.0290679931640625,
+ 0.01322174072265625,
+ 0.0426025390625,
+ -0.00893402099609375,
+ 0.061370849609375,
+ 0.02825927734375,
+ 0.032684326171875,
+ 0.00827789306640625,
+ 0.022705078125,
+ 0.047821044921875,
+ 0.06982421875,
+ -0.031280517578125,
+ -0.010345458984375,
+ 0.0095367431640625,
+ 0.04278564453125,
+ 0.056121826171875,
+ 0.059326171875,
+ -0.0021572113037109375,
+ 0.00469207763671875,
+ 0.00787353515625,
+ -0.0306854248046875,
+ -0.01276397705078125,
+ -0.00640869140625,
+ -0.0010347366333007812,
+ -0.061370849609375,
+ -0.0304718017578125,
+ 0.0098419189453125,
+ -0.036529541015625,
+ 0.053680419921875,
+ 0.0182647705078125,
+ -0.000965118408203125,
+ -0.010040283203125,
+ 0.0413818359375,
+ 0.01261138916015625,
+ -0.02471923828125,
+ 0.03692626953125,
+ -0.0030536651611328125,
+ -0.045013427734375,
+ -0.046630859375,
+ -0.03289794921875,
+ 0.00882720947265625,
+ 0.008880615234375,
+ -0.04461669921875,
+ -0.02008056640625,
+ 0.00913238525390625,
+ -0.00847625732421875,
+ -0.0308837890625,
+ -0.01947021484375,
+ -0.0086822509765625,
+ -0.013824462890625,
+ -0.037750244140625,
+ -0.0447998046875,
+ -0.0185699462890625,
+ 0.0006623268127441406,
+ -0.01453399658203125,
+ -0.010345458984375,
+ -0.010040283203125,
+ -0.02130126953125,
+ -0.004364013671875,
+ -0.0294647216796875,
+ -0.040557861328125,
+ 0.0355224609375,
+ -0.033721923828125,
+ 0.043792724609375,
+ 0.0175628662109375,
+ 0.043792724609375,
+ 0.0222015380859375,
+ 0.07147216796875,
+ -0.0175628662109375,
+ 0.01403045654296875,
+ -0.0085296630859375,
+ -0.060150146484375,
+ 0.0251312255859375,
+ -0.009185791015625,
+ 0.013824462890625,
+ -0.06256103515625,
+ 0.00782012939453125,
+ 0.035919189453125,
+ -0.0908203125,
+ 0.032501220703125,
+ -0.0033550262451171875,
+ -0.041778564453125,
+ -0.05731201171875,
+ -0.0290679931640625,
+ 0.00567626953125,
+ 0.0250244140625,
+ 0.08837890625,
+ 0.01125335693359375,
+ -0.0225067138671875,
+ -0.018463134765625,
+ -0.038543701171875,
+ 0.04803466796875,
+ -0.0030651092529296875,
+ 0.0229034423828125,
+ -0.03997802734375,
+ 0.031280517578125,
+ 0.013824462890625,
+ -0.0294647216796875,
+ -0.006107330322265625,
+ -0.0552978515625,
+ 0.01473236083984375,
+ 0.052490234375,
+ 0.01210784912109375,
+ -0.0494384765625,
+ -0.00893402099609375,
+ -0.031280517578125,
+ -0.019073486328125,
+ -0.03472900390625,
+ 0.01534271240234375,
+ 0.00913238525390625,
+ 0.0079193115234375,
+ -0.0413818359375,
+ 0.01453399658203125,
+ -0.00013875961303710938,
+ -0.060546875,
+ -0.0231170654296875,
+ -0.00832366943359375,
+ 0.02886962890625,
+ 0.00434112548828125,
+ -0.04156494140625,
+ 0.027252197265625,
+ -0.002597808837890625,
+ 0.006458282470703125,
+ 0.0204925537109375,
+ 0.052490234375,
+ -0.024322509765625,
+ 0.01287078857421875,
+ -0.009735107421875,
+ 0.047821044921875,
+ -0.0005297660827636719,
+ -0.0166473388671875,
+ -0.0031795501708984375,
+ 0.0038852691650390625,
+ 0.027252197265625,
+ -0.03350830078125,
+ 0.051483154296875,
+ 0.0389404296875,
+ -0.0133209228515625,
+ -0.04742431640625,
+ -0.01422882080078125,
+ -0.035919189453125,
+ 0.04461669921875,
+ -0.0188751220703125,
+ 0.04803466796875,
+ 0.0163421630859375,
+ -0.024627685546875,
+ -0.09283447265625,
+ 0.0552978515625,
+ -0.0258331298828125,
+ 0.040557861328125,
+ 0.037933349609375,
+ -0.007671356201171875,
+ -0.039154052734375,
+ -0.045806884765625,
+ -0.010650634765625,
+ 0.0284576416015625,
+ 0.004795074462890625,
+ 0.010040283203125,
+ -0.0252227783203125,
+ -0.0021820068359375,
+ 0.01503753662109375,
+ -0.014129638671875,
+ 0.031890869140625,
+ 0.050445556640625,
+ 0.037750244140625,
+ -0.019989013671875,
+ 0.0645751953125,
+ -0.02825927734375,
+ 0.022003173828125,
+ 0.004795074462890625,
+ -0.011199951171875,
+ 0.0063323974609375,
+ -0.019989013671875,
+ -0.0215911865234375,
+ -0.00817108154296875,
+ 0.03289794921875,
+ 0.044189453125,
+ -0.00893402099609375,
+ 0.00812530517578125,
+ 0.0008640289306640625,
+ 0.037139892578125,
+ 0.017364501953125,
+ -0.0021572113037109375,
+ 0.02239990234375,
+ 0.032684326171875,
+ -0.01342010498046875,
+ -0.037933349609375,
+ -0.07550048828125,
+ -0.08721923828125,
+ 0.0274505615234375,
+ -0.05206298828125,
+ -0.0208892822265625,
+ 0.018768310546875,
+ 0.01019287109375,
+ 0.00746917724609375,
+ -0.036529541015625,
+ 0.0214996337890625,
+ 0.002838134765625,
+ -0.03167724609375,
+ -0.04217529296875,
+ 0.036529541015625,
+ -0.01190948486328125,
+ 0.0208892822265625,
+ 0.01372528076171875,
+ -0.0447998046875,
+ 0.047637939453125,
+ -0.00650787353515625,
+ 0.032684326171875,
+ -0.00872802734375,
+ -0.005779266357421875,
+ -0.0426025390625,
+ 0.0174560546875,
+ -0.094482421875,
+ -0.009735107421875,
+ 0.033111572265625,
+ 0.03955078125,
+ -0.002056121826171875,
+ -0.022308349609375,
+ 0.036529541015625,
+ -0.0118560791015625,
+ -0.0552978515625,
+ 0.0268402099609375,
+ -0.03228759765625,
+ -0.03472900390625,
+ 0.01352691650390625,
+ -0.004467010498046875,
+ -0.004817962646484375,
+ -0.00948333740234375,
+ 0.032501220703125,
+ 0.05126953125,
+ 0.0214996337890625,
+ -0.034515380859375,
+ 0.0002980232238769531,
+ 0.012359619140625,
+ -0.01210784912109375,
+ -0.005878448486328125,
+ 0.045623779296875,
+ 0.0162506103515625,
+ -0.01165771484375,
+ 0.02471923828125,
+ 0.0009398460388183594,
+ -0.0670166015625,
+ 0.019989013671875,
+ -0.01074981689453125,
+ -0.0294647216796875,
+ -0.0146331787109375,
+ 0.068603515625,
+ 0.02239990234375,
+ 0.0031280517578125,
+ -0.00353240966796875,
+ 0.0633544921875,
+ 0.01125335693359375,
+ 0.0168609619140625,
+ -0.003734588623046875,
+ -0.052490234375,
+ -0.005878448486328125,
+ 0.004215240478515625,
+ 0.01544189453125,
+ -0.0306854248046875,
+ 0.059326171875,
+ 0.051666259765625,
+ -0.016448974609375,
+ -0.0174560546875,
+ 0.024322509765625,
+ 0.01271820068359375,
+ 0.039764404296875,
+ 0.003658294677734375,
+ 0.00013244152069091797,
+ -0.05853271484375,
+ 0.0254364013671875,
+ 0.03167724609375,
+ -0.02764892578125,
+ 0.0055999755859375,
+ -0.00623321533203125,
+ -0.0401611328125,
+ 0.031494140625,
+ -0.061370849609375,
+ 0.0028896331787109375,
+ -0.01175689697265625,
+ 0.09326171875,
+ 0.0019044876098632812,
+ -0.050262451171875,
+ -0.04986572265625,
+ 0.03753662109375,
+ 0.0143280029296875,
+ -0.0096893310546875,
+ 0.024627685546875,
+ 0.0211944580078125,
+ -0.021392822265625,
+ 0.039154052734375,
+ 0.056121826171875,
+ -0.0165557861328125,
+ 0.025634765625,
+ -0.01392364501953125,
+ -0.04217529296875,
+ 0.0264434814453125,
+ -0.031280517578125,
+ 0.035125732421875,
+ -0.0014505386352539062,
+ -0.06744384765625,
+ -0.04742431640625,
+ -0.052490234375,
+ 0.04541015625,
+ 0.0001481771469116211,
+ 0.034515380859375,
+ 0.0238189697265625,
+ -0.0032176971435546875,
+ -0.00843048095703125,
+ -0.007266998291015625,
+ 0.021392822265625,
+ 0.0278472900390625,
+ 0.01473236083984375,
+ 0.013824462890625,
+ 0.00012934207916259766,
+ 0.016448974609375,
+ -0.00031375885009765625,
+ -0.047821044921875,
+ 0.03228759765625,
+ -0.028656005859375,
+ -0.005802154541015625,
+ -0.035125732421875,
+ 0.01422882080078125,
+ 0.0262451171875,
+ -0.045013427734375,
+ 0.022705078125,
+ -0.0220947265625,
+ -0.00872802734375,
+ -0.0136260986328125,
+ -0.0310821533203125,
+ -0.0007724761962890625,
+ 0.04986572265625,
+ -0.0506591796875,
+ 0.0361328125,
+ -0.00994110107421875,
+ -0.02825927734375,
+ -0.0204925537109375,
+ -0.07708740234375,
+ 0.06256103515625,
+ 0.0214996337890625,
+ 0.0186767578125,
+ 0.00222015380859375,
+ 0.023712158203125,
+ 0.0419921875,
+ 0.042388916015625,
+ 0.035919189453125,
+ 0.018768310546875,
+ -0.039764404296875,
+ 0.05975341796875,
+ 0.05206298828125,
+ 0.01392364501953125,
+ -0.02008056640625,
+ 0.02825927734375,
+ 0.0211944580078125,
+ -0.03411865234375,
+ 0.0278472900390625,
+ 0.024627685546875,
+ 0.0280609130859375,
+ -0.013824462890625,
+ -0.01165771484375,
+ 0.00222015380859375,
+ -0.0355224609375,
+ 0.047637939453125,
+ 0.0222015380859375,
+ -0.0027751922607421875,
+ 0.060546875,
+ -0.051055908203125,
+ 0.05853271484375,
+ 0.006256103515625,
+ 0.03936767578125,
+ -0.04217529296875,
+ 0.02764892578125,
+ -0.0120086669921875,
+ 0.051483154296875,
+ 0.00353240966796875,
+ 0.00650787353515625,
+ -0.02301025390625,
+ -0.0010852813720703125,
+ -0.0232086181640625,
+ 0.045806884765625,
+ 0.017059326171875,
+ 0.0036334991455078125,
+ -0.04925537109375,
+ -0.0248260498046875,
+ -0.007015228271484375,
+ -0.0028514862060546875,
+ 0.0321044921875,
+ -0.0302734375,
+ -0.028656005859375,
+ 0.01221466064453125,
+ 0.0165557861328125,
+ 0.034912109375,
+ -0.024017333984375,
+ 0.0244293212890625,
+ -0.0117034912109375,
+ -0.00426483154296875,
+ -0.048431396484375,
+ -0.0117034912109375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "shadow-copy-analysis",
+ "vss-forensics",
+ "snapshot-recovery",
+ "vssadmin-commands",
+ "mklink-access",
+ "copy-on-write",
+ "historical-analysis",
+ "deleted-file-recovery",
+ "x-ways-integration",
+ "sc-filtering"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Package_Management_Forensik",
+ "type": "tool",
+ "name": "Linux Package Management Forensik",
+ "content": "linux package management forensik apt/rpm-paketmanager-analyse für software-installation-timeline und integrity-verification. repository-source-analysis, package-history- reconstruction, dependency-tracking, malicious-package-detection durch signature-verification und update-pattern-analysis. package-analysis software-timeline installation-history dependency-tracking integrity-verification incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.0161590576171875,
+ 0.0273895263671875,
+ 0.070556640625,
+ 0.0034656524658203125,
+ 0.01910400390625,
+ 0.019439697265625,
+ 0.04034423828125,
+ -0.00635528564453125,
+ -0.031829833984375,
+ -0.0027484893798828125,
+ -0.0019989013671875,
+ 0.044281005859375,
+ 0.003505706787109375,
+ -0.0019483566284179688,
+ -0.043975830078125,
+ 0.051177978515625,
+ -0.021331787109375,
+ 0.01861572265625,
+ -0.0002779960632324219,
+ 0.014190673828125,
+ -0.01451873779296875,
+ -0.023956298828125,
+ -0.054779052734375,
+ -0.006809234619140625,
+ 0.00861358642578125,
+ 0.003444671630859375,
+ -0.01493072509765625,
+ -0.07220458984375,
+ -0.02313232421875,
+ 0.021820068359375,
+ 0.01837158203125,
+ 0.00676727294921875,
+ -0.006317138671875,
+ 0.038726806640625,
+ -0.0093536376953125,
+ -0.031005859375,
+ 0.002338409423828125,
+ -0.05938720703125,
+ -0.03558349609375,
+ 0.050537109375,
+ -0.005290985107421875,
+ -0.012054443359375,
+ -0.01435089111328125,
+ -0.02789306640625,
+ -0.026580810546875,
+ -0.0161590576171875,
+ 0.0287017822265625,
+ 0.001804351806640625,
+ 0.021820068359375,
+ -0.030517578125,
+ 0.048553466796875,
+ -0.00623321533203125,
+ 0.0252685546875,
+ -0.008819580078125,
+ -0.060699462890625,
+ 0.029205322265625,
+ 0.00006568431854248047,
+ -0.045928955078125,
+ -0.0400390625,
+ 0.031646728515625,
+ -0.03741455078125,
+ -0.0087738037109375,
+ 0.004283905029296875,
+ -0.0153350830078125,
+ 0.0137786865234375,
+ 0.04559326171875,
+ 0.0237884521484375,
+ -0.0452880859375,
+ -0.0224761962890625,
+ 0.00004488229751586914,
+ 0.0031986236572265625,
+ -0.014190673828125,
+ -0.003322601318359375,
+ 0.04083251953125,
+ -0.017547607421875,
+ -0.06036376953125,
+ 0.03509521484375,
+ 0.0195159912109375,
+ 0.017791748046875,
+ 0.0018148422241210938,
+ -0.04559326171875,
+ 0.0010709762573242188,
+ 0.0748291015625,
+ 0.004184722900390625,
+ -0.0308380126953125,
+ 0.01107025146484375,
+ 0.0192718505859375,
+ -0.00485992431640625,
+ -0.0080413818359375,
+ -0.0182037353515625,
+ 0.03558349609375,
+ -0.009307861328125,
+ 0.01812744140625,
+ -0.041351318359375,
+ 0.0308380126953125,
+ 0.0587158203125,
+ -0.0035686492919921875,
+ -0.033294677734375,
+ -0.0303497314453125,
+ 0.039520263671875,
+ 0.0198516845703125,
+ -0.036102294921875,
+ 0.047576904296875,
+ 0.0007228851318359375,
+ 0.06036376953125,
+ -0.03460693359375,
+ 0.0124664306640625,
+ 0.01500701904296875,
+ -0.005413055419921875,
+ -0.00688934326171875,
+ -0.08331298828125,
+ -0.041015625,
+ -0.018707275390625,
+ -0.035430908203125,
+ -0.0300140380859375,
+ 0.002010345458984375,
+ -0.0023784637451171875,
+ 0.031341552734375,
+ -0.029205322265625,
+ -0.0308380126953125,
+ 0.0177154541015625,
+ 0.01320648193359375,
+ -0.0252685546875,
+ 0.00348663330078125,
+ -0.0662841796875,
+ -0.0472412109375,
+ 0.01230621337890625,
+ 0.0252685546875,
+ -0.033477783203125,
+ 0.0109100341796875,
+ -0.027069091796875,
+ -0.02886962890625,
+ 0.0019483566284179688,
+ -0.0255889892578125,
+ 0.005084991455078125,
+ -0.038543701171875,
+ 0.0273895263671875,
+ -0.0127105712890625,
+ -0.00832366943359375,
+ 0.00688934326171875,
+ 0.048553466796875,
+ -0.032806396484375,
+ -0.056427001953125,
+ 0.021484375,
+ -0.0308380126953125,
+ -0.0246124267578125,
+ -0.0152587890625,
+ 0.04986572265625,
+ -0.01910400390625,
+ -0.0081634521484375,
+ 0.007793426513671875,
+ 0.023956298828125,
+ 0.050201416015625,
+ 0.016326904296875,
+ 0.0246124267578125,
+ -0.06036376953125,
+ 0.01476287841796875,
+ -0.020751953125,
+ 0.0035266876220703125,
+ -0.0122222900390625,
+ -0.040191650390625,
+ -0.0011434555053710938,
+ -0.005146026611328125,
+ 0.039703369140625,
+ -0.0002448558807373047,
+ -0.04266357421875,
+ -0.02099609375,
+ 0.0007944107055664062,
+ 0.0252685546875,
+ 0.005168914794921875,
+ -0.00402069091796875,
+ -0.0005102157592773438,
+ 0.061676025390625,
+ 0.042327880859375,
+ -0.001178741455078125,
+ 0.048553466796875,
+ 0.00766754150390625,
+ -0.003978729248046875,
+ 0.0692138671875,
+ 0.0150909423828125,
+ -0.01033782958984375,
+ -0.01435089111328125,
+ 0.04364013671875,
+ 0.0019168853759765625,
+ 0.0267333984375,
+ 0.01345062255859375,
+ -0.0219879150390625,
+ -0.003711700439453125,
+ -0.0287017822265625,
+ 0.0171356201171875,
+ -0.036895751953125,
+ -0.0060272216796875,
+ -0.01123809814453125,
+ 0.01493072509765625,
+ 0.021484375,
+ 0.06793212890625,
+ 0.032470703125,
+ -0.0038547515869140625,
+ 0.041015625,
+ -0.01500701904296875,
+ 0.020263671875,
+ 0.045928955078125,
+ -0.020416259765625,
+ 0.040191650390625,
+ 0.032470703125,
+ 0.004306793212890625,
+ 0.0025119781494140625,
+ 0.0419921875,
+ 0.02410888671875,
+ -0.0101318359375,
+ -0.01230621337890625,
+ 0.03363037109375,
+ 0.02362060546875,
+ -0.0109100341796875,
+ -0.027069091796875,
+ -0.04888916015625,
+ 0.00730133056640625,
+ -0.00223541259765625,
+ -0.01451873779296875,
+ -0.0167388916015625,
+ -0.020416259765625,
+ -0.03936767578125,
+ 0.0020294189453125,
+ 0.019439697265625,
+ -0.0303497314453125,
+ 0.0237884521484375,
+ 0.0177154541015625,
+ -0.04986572265625,
+ -0.04791259765625,
+ 0.01451873779296875,
+ 0.00922393798828125,
+ 0.0308380126953125,
+ 0.00688934326171875,
+ -0.0007586479187011719,
+ -0.01303863525390625,
+ -0.0209197998046875,
+ 0.050537109375,
+ 0.0347900390625,
+ 0.004367828369140625,
+ 0.0164794921875,
+ -0.036407470703125,
+ 0.006809234619140625,
+ -0.030517578125,
+ 0.033782958984375,
+ 0.0400390625,
+ -0.0219879150390625,
+ 0.0167388916015625,
+ -0.00023066997528076172,
+ 0.01107025146484375,
+ 0.045928955078125,
+ -0.042327880859375,
+ -0.014434814453125,
+ -0.08660888671875,
+ 0.0011739730834960938,
+ -0.0701904296875,
+ -0.01427459716796875,
+ -0.03411865234375,
+ -0.03985595703125,
+ 0.013946533203125,
+ -0.0273895263671875,
+ -0.01788330078125,
+ -0.0152587890625,
+ 0.0022449493408203125,
+ -0.00975799560546875,
+ 0.031982421875,
+ 0.003997802734375,
+ -0.01082611083984375,
+ 0.0059051513671875,
+ 0.0682373046875,
+ -0.027557373046875,
+ -0.0206756591796875,
+ -0.03509521484375,
+ 0.0010204315185546875,
+ 0.0031375885009765625,
+ 0.0073394775390625,
+ -0.033294677734375,
+ 0.0008559226989746094,
+ 0.027557373046875,
+ 0.032470703125,
+ 0.0182952880859375,
+ -0.01558685302734375,
+ 0.0150909423828125,
+ -0.0172271728515625,
+ 0.019439697265625,
+ -0.0197601318359375,
+ 0.01763916015625,
+ -0.0122222900390625,
+ 0.0005588531494140625,
+ -0.0252685546875,
+ -0.06329345703125,
+ -0.0106658935546875,
+ 0.04364013671875,
+ -0.0008869171142578125,
+ 0.0252685546875,
+ 0.020172119140625,
+ -0.04052734375,
+ 0.02886962890625,
+ 0.00623321533203125,
+ -0.0087738037109375,
+ 0.0098419189453125,
+ 0.033966064453125,
+ -0.0257568359375,
+ 0.004245758056640625,
+ -0.0072174072265625,
+ 0.005126953125,
+ -0.0101318359375,
+ -0.0251007080078125,
+ -0.00968170166015625,
+ 0.007587432861328125,
+ -0.039520263671875,
+ -0.0172271728515625,
+ -0.00795745849609375,
+ -0.0300140380859375,
+ -0.012054443359375,
+ -0.0251007080078125,
+ 0.01386260986328125,
+ -0.041656494140625,
+ -0.045928955078125,
+ 0.0180511474609375,
+ -0.00873565673828125,
+ -0.0287017822265625,
+ -0.0259246826171875,
+ 0.040679931640625,
+ 0.01165008544921875,
+ 0.002429962158203125,
+ -0.00922393798828125,
+ -0.0027065277099609375,
+ -0.0208282470703125,
+ 0.007381439208984375,
+ -0.024444580078125,
+ 0.029693603515625,
+ 0.01763916015625,
+ 0.0577392578125,
+ 0.0462646484375,
+ 0.0195159912109375,
+ 0.00611114501953125,
+ 0.049530029296875,
+ 0.051849365234375,
+ -0.01369476318359375,
+ -0.01345062255859375,
+ 0.0035686492919921875,
+ -0.0035266876220703125,
+ -0.004962921142578125,
+ -0.0298614501953125,
+ -0.017059326171875,
+ -0.00963592529296875,
+ -0.006931304931640625,
+ 0.03216552734375,
+ 0.0153350830078125,
+ 0.022308349609375,
+ 0.0267333984375,
+ -0.00787353515625,
+ -0.0022754669189453125,
+ 0.052490234375,
+ 0.031494140625,
+ 0.08660888671875,
+ 0.00787353515625,
+ -0.059722900390625,
+ -0.009307861328125,
+ -0.003711700439453125,
+ 0.0193634033203125,
+ -0.0069732666015625,
+ 0.00922393798828125,
+ 0.0006613731384277344,
+ -0.01312255859375,
+ 0.02789306640625,
+ -0.011810302734375,
+ 0.038726806640625,
+ 0.006847381591796875,
+ -0.00787353515625,
+ -0.004367828369140625,
+ -0.00836944580078125,
+ 0.034271240234375,
+ 0.04052734375,
+ 0.0372314453125,
+ 0.01837158203125,
+ 0.03314208984375,
+ -0.032958984375,
+ 0.0032196044921875,
+ -0.028045654296875,
+ -0.050537109375,
+ 0.0255889892578125,
+ 0.034942626953125,
+ 0.01517486572265625,
+ 0.03741455078125,
+ -0.034271240234375,
+ -0.04461669921875,
+ 0.01885986328125,
+ -0.04034423828125,
+ 0.07220458984375,
+ 0.01517486572265625,
+ 0.01500701904296875,
+ 0.06036376953125,
+ -0.03411865234375,
+ 0.0014047622680664062,
+ 0.04296875,
+ 0.02410888671875,
+ 0.0124664306640625,
+ 0.041351318359375,
+ 0.0264129638671875,
+ 0.0272369384765625,
+ -0.0400390625,
+ 0.01427459716796875,
+ 0.034271240234375,
+ 0.0216522216796875,
+ -0.005207061767578125,
+ 0.0262451171875,
+ 0.013946533203125,
+ 0.0300140380859375,
+ -0.033782958984375,
+ 0.0692138671875,
+ 0.01296234130859375,
+ -0.0208282470703125,
+ 0.0137786865234375,
+ -0.016815185546875,
+ 0.0102081298828125,
+ -0.0400390625,
+ 0.00807952880859375,
+ 0.00856781005859375,
+ -0.0013942718505859375,
+ 0.0155029296875,
+ 0.0273895263671875,
+ -0.041015625,
+ 0.0003190040588378906,
+ 0.03509521484375,
+ -0.06695556640625,
+ 0.025421142578125,
+ 0.0273895263671875,
+ -0.0008921623229980469,
+ -0.009429931640625,
+ -0.0010051727294921875,
+ -0.038543701171875,
+ -0.0037326812744140625,
+ -0.03985595703125,
+ -0.049224853515625,
+ 0.0008764266967773438,
+ 0.00791168212890625,
+ -0.0462646484375,
+ -0.06591796875,
+ -0.021484375,
+ -0.006683349609375,
+ -0.004695892333984375,
+ -0.00988006591796875,
+ 0.0311737060546875,
+ 0.0016298294067382812,
+ 0.0150909423828125,
+ 0.00992584228515625,
+ 0.040679931640625,
+ -0.01558685302734375,
+ -0.041351318359375,
+ 0.061676025390625,
+ -0.016082763671875,
+ -0.050201416015625,
+ 0.04559326171875,
+ 0.014678955078125,
+ 0.0205841064453125,
+ -0.033294677734375,
+ -0.0111541748046875,
+ 0.02362060546875,
+ 0.004184722900390625,
+ 0.0255889892578125,
+ 0.029205322265625,
+ -0.039031982421875,
+ -0.0246124267578125,
+ -0.0352783203125,
+ 0.037567138671875,
+ -0.0020599365234375,
+ 0.031494140625,
+ -0.0003561973571777344,
+ -0.04296875,
+ 0.032318115234375,
+ -0.05413818359375,
+ -0.0211639404296875,
+ -0.0124664306640625,
+ -0.030670166015625,
+ -0.01435089111328125,
+ 0.049530029296875,
+ 0.0006461143493652344,
+ -0.022308349609375,
+ -0.006561279296875,
+ 0.060028076171875,
+ 0.027557373046875,
+ 0.0159912109375,
+ -0.033477783203125,
+ 0.03985595703125,
+ -0.0004870891571044922,
+ -0.050537109375,
+ -0.009552001953125,
+ -0.0135345458984375,
+ -0.0285491943359375,
+ 0.050537109375,
+ -0.04888916015625,
+ 0.016326904296875,
+ 0.0169830322265625,
+ -0.0758056640625,
+ -0.025421142578125,
+ -0.01041412353515625,
+ -0.05316162109375,
+ -0.024932861328125,
+ 0.002223968505859375,
+ 0.0255889892578125,
+ 0.01558685302734375,
+ 0.0221405029296875,
+ 0.01312255859375,
+ 0.007137298583984375,
+ 0.01255035400390625,
+ 0.0015583038330078125,
+ -0.005825042724609375,
+ 0.0187835693359375,
+ -0.060699462890625,
+ -0.0452880859375,
+ -0.031494140625,
+ 0.0452880859375,
+ -0.0196075439453125,
+ 0.0182037353515625,
+ -0.0300140380859375,
+ 0.0032196044921875,
+ 0.055450439453125,
+ -0.045928955078125,
+ -0.01058197021484375,
+ -0.037078857421875,
+ -0.021331787109375,
+ -0.034454345703125,
+ -0.0127105712890625,
+ -0.0018253326416015625,
+ 0.0285491943359375,
+ 0.00766754150390625,
+ 0.01107025146484375,
+ 0.019439697265625,
+ -0.042327880859375,
+ 0.004695892333984375,
+ 0.01410675048828125,
+ 0.01172637939453125,
+ 0.0262451171875,
+ -0.0020923614501953125,
+ 0.01861572265625,
+ -0.002532958984375,
+ 0.053466796875,
+ -0.03411865234375,
+ -0.043975830078125,
+ -0.07220458984375,
+ 0.0072174072265625,
+ 0.0166473388671875,
+ -0.033966064453125,
+ -0.02410888671875,
+ -0.0237884521484375,
+ -0.06036376953125,
+ 0.0018758773803710938,
+ 0.031341552734375,
+ 0.0073394775390625,
+ -0.0107421875,
+ -0.043304443359375,
+ -0.0132904052734375,
+ 0.004245758056640625,
+ -0.032470703125,
+ 0.0247650146484375,
+ -0.016326904296875,
+ 0.0153350830078125,
+ 0.00167083740234375,
+ -0.04559326171875,
+ 0.006683349609375,
+ 0.01910400390625,
+ 0.0462646484375,
+ 0.0206756591796875,
+ 0.0229644775390625,
+ -0.027069091796875,
+ 0.029693603515625,
+ -0.024444580078125,
+ -0.00783538818359375,
+ -0.01287841796875,
+ -0.03509521484375,
+ 0.0008254051208496094,
+ -0.041168212890625,
+ -0.0164031982421875,
+ 0.0242767333984375,
+ 0.04052734375,
+ 0.014434814453125,
+ -0.0023479461669921875,
+ -0.001834869384765625,
+ 0.03460693359375,
+ 0.0124664306640625,
+ 0.05084228515625,
+ -0.0172271728515625,
+ -0.052490234375,
+ -0.0122222900390625,
+ 0.002666473388671875,
+ 0.0252685546875,
+ 0.0247650146484375,
+ -0.0038547515869140625,
+ -0.0127105712890625,
+ 0.006153106689453125,
+ 0.050201416015625,
+ -0.0224761962890625,
+ -0.040191650390625,
+ -0.033294677734375,
+ 0.03887939453125,
+ 0.02789306640625,
+ 0.038726806640625,
+ 0.028045654296875,
+ 0.07379150390625,
+ 0.0132904052734375,
+ 0.00926971435546875,
+ 0.036590576171875,
+ 0.05511474609375,
+ 0.01788330078125,
+ -0.051177978515625,
+ -0.05841064453125,
+ -0.00046133995056152344,
+ -0.01427459716796875,
+ -0.04888916015625,
+ -0.0036907196044921875,
+ -0.0003845691680908203,
+ 0.0682373046875,
+ -0.0777587890625,
+ -0.01172637939453125,
+ -0.0087738037109375,
+ 0.002685546875,
+ 0.0073394775390625,
+ 0.0088958740234375,
+ -0.0377197265625,
+ 0.0285491943359375,
+ 0.00688934326171875,
+ -0.051513671875,
+ 0.0008764266967773438,
+ -0.0233001708984375,
+ 0.006931304931640625,
+ 0.0859375,
+ 0.035430908203125,
+ -0.023956298828125,
+ 0.01739501953125,
+ 0.00635528564453125,
+ 0.03936767578125,
+ 0.039703369140625,
+ 0.0472412109375,
+ 0.0197601318359375,
+ -0.0038547515869140625,
+ 0.033477783203125,
+ 0.072509765625,
+ -0.04150390625,
+ -0.031982421875,
+ 0.0093536376953125,
+ 0.0758056640625,
+ 0.039031982421875,
+ 0.042327880859375,
+ 0.0007586479187011719,
+ 0.01148223876953125,
+ -0.0179595947265625,
+ -0.044281005859375,
+ 0.00787353515625,
+ 0.01435089111328125,
+ -0.00438690185546875,
+ -0.04888916015625,
+ -0.050537109375,
+ 0.005496978759765625,
+ -0.03985595703125,
+ 0.04791259765625,
+ -0.00232696533203125,
+ -0.041168212890625,
+ -0.032470703125,
+ 0.046905517578125,
+ -0.04266357421875,
+ -0.01493072509765625,
+ 0.0119781494140625,
+ -0.0272369384765625,
+ -0.00939178466796875,
+ -0.01763916015625,
+ -0.0277252197265625,
+ 0.05841064453125,
+ -0.029205322265625,
+ -0.053802490234375,
+ -0.0246124267578125,
+ 0.0168914794921875,
+ -0.0205841064453125,
+ -0.055450439453125,
+ -0.0166473388671875,
+ 0.00217437744140625,
+ -0.0251007080078125,
+ -0.043975830078125,
+ -0.043975830078125,
+ -0.06201171875,
+ -0.01541900634765625,
+ -0.0247650146484375,
+ 0.0109100341796875,
+ -0.02313232421875,
+ -0.0224761962890625,
+ 0.0082855224609375,
+ -0.0157470703125,
+ -0.021820068359375,
+ 0.024932861328125,
+ -0.035919189453125,
+ 0.058074951171875,
+ 0.0140228271484375,
+ 0.0187835693359375,
+ 0.02313232421875,
+ 0.049224853515625,
+ 0.003955841064453125,
+ 0.011810302734375,
+ -0.0234527587890625,
+ -0.06494140625,
+ -0.0109100341796875,
+ 0.009063720703125,
+ 0.005825042724609375,
+ -0.0587158203125,
+ -0.01082611083984375,
+ 0.07904052734375,
+ -0.090576171875,
+ 0.02001953125,
+ 0.0030765533447265625,
+ -0.01107025146484375,
+ -0.057403564453125,
+ 0.0035266876220703125,
+ 0.010009765625,
+ 0.0242767333984375,
+ 0.06890869140625,
+ 0.01541900634765625,
+ -0.00795745849609375,
+ 0.004367828369140625,
+ -0.04364013671875,
+ 0.038543701171875,
+ 0.0290374755859375,
+ 0.01213836669921875,
+ -0.047576904296875,
+ 0.014434814453125,
+ -0.005863189697265625,
+ -0.0308380126953125,
+ 0.0255889892578125,
+ -0.0859375,
+ -0.006725311279296875,
+ 0.031494140625,
+ 0.0113983154296875,
+ 0.005168914794921875,
+ 0.02264404296875,
+ -0.043304443359375,
+ -0.035919189453125,
+ -0.041656494140625,
+ 0.003444671630859375,
+ -0.005146026611328125,
+ 0.01336669921875,
+ -0.0216522216796875,
+ 0.00467681884765625,
+ 0.007587432861328125,
+ -0.061676025390625,
+ -0.0308380126953125,
+ -0.0285491943359375,
+ 0.052490234375,
+ -0.01107025146484375,
+ -0.043304443359375,
+ 0.023956298828125,
+ 0.01336669921875,
+ -0.00975799560546875,
+ 0.004245758056640625,
+ 0.0797119140625,
+ -0.041656494140625,
+ 0.0140228271484375,
+ 0.01386260986328125,
+ 0.02362060546875,
+ 0.021820068359375,
+ 0.0098419189453125,
+ -0.0016298294067382812,
+ 0.0311737060546875,
+ 0.0347900390625,
+ -0.052490234375,
+ 0.0311737060546875,
+ 0.047576904296875,
+ -0.019195556640625,
+ -0.051177978515625,
+ -0.046600341796875,
+ -0.019195556640625,
+ 0.020416259765625,
+ 0.0012760162353515625,
+ 0.028045654296875,
+ -0.0007023811340332031,
+ -0.0260772705078125,
+ -0.08856201171875,
+ 0.044281005859375,
+ -0.008941650390625,
+ 0.01279449462890625,
+ 0.024932861328125,
+ 0.0016918182373046875,
+ -0.07281494140625,
+ -0.06298828125,
+ -0.02410888671875,
+ 0.0311737060546875,
+ -0.00807952880859375,
+ 0.04296875,
+ -0.00017178058624267578,
+ 0.0109100341796875,
+ 0.01558685302734375,
+ -0.0242767333984375,
+ -0.0159912109375,
+ 0.05413818359375,
+ 0.041015625,
+ -0.01361846923828125,
+ 0.05511474609375,
+ -0.043304443359375,
+ -0.01476287841796875,
+ -0.01369476318359375,
+ -0.00037932395935058594,
+ -0.024444580078125,
+ -0.01255035400390625,
+ -0.0259246826171875,
+ 0.003917694091796875,
+ 0.0247650146484375,
+ 0.06561279296875,
+ -0.021331787109375,
+ 0.00939178466796875,
+ -0.005126953125,
+ 0.034942626953125,
+ -0.004611968994140625,
+ -0.029205322265625,
+ -0.006317138671875,
+ 0.029205322265625,
+ -0.00432586669921875,
+ -0.0252685546875,
+ -0.051513671875,
+ -0.06854248046875,
+ -0.0030765533447265625,
+ -0.03790283203125,
+ -0.01312255859375,
+ 0.00164031982421875,
+ -0.0206756591796875,
+ 0.018707275390625,
+ -0.0303497314453125,
+ 0.03839111328125,
+ -0.00701141357421875,
+ -0.024444580078125,
+ -0.0174713134765625,
+ 0.02789306640625,
+ -0.00844573974609375,
+ 0.0169830322265625,
+ -0.006847381591796875,
+ -0.046905517578125,
+ 0.0216522216796875,
+ -0.0298614501953125,
+ -0.0018558502197265625,
+ -0.0219879150390625,
+ -0.0047760009765625,
+ -0.030517578125,
+ -0.002994537353515625,
+ -0.07708740234375,
+ 0.01058197021484375,
+ 0.032470703125,
+ 0.016815185546875,
+ 0.0182037353515625,
+ -0.0107421875,
+ 0.03839111328125,
+ 0.0059051513671875,
+ -0.0587158203125,
+ 0.030670166015625,
+ -0.0132904052734375,
+ -0.022796630859375,
+ 0.0257568359375,
+ 0.0033016204833984375,
+ -0.021484375,
+ 0.0282135009765625,
+ 0.03558349609375,
+ 0.0482177734375,
+ 0.0161590576171875,
+ 0.011566162109375,
+ 0.0005640983581542969,
+ 0.01739501953125,
+ -0.0262451171875,
+ 0.0109100341796875,
+ 0.036407470703125,
+ 0.004100799560546875,
+ 0.0003075599670410156,
+ 0.0205078125,
+ 0.0070953369140625,
+ -0.07745361328125,
+ -0.011566162109375,
+ -0.0255889892578125,
+ -0.04296875,
+ -0.021484375,
+ 0.059051513671875,
+ -0.0043487548828125,
+ 0.0031986236572265625,
+ 0.04150390625,
+ 0.040679931640625,
+ 0.0219879150390625,
+ 0.0169830322265625,
+ -0.022308349609375,
+ -0.054779052734375,
+ 0.0101318359375,
+ 0.0216522216796875,
+ 0.0159149169921875,
+ -0.041015625,
+ 0.05511474609375,
+ 0.07611083984375,
+ -0.0059051513671875,
+ -0.01369476318359375,
+ -0.007793426513671875,
+ -0.01165008544921875,
+ 0.057098388671875,
+ 0.02264404296875,
+ 0.00951385498046875,
+ -0.0701904296875,
+ 0.0295257568359375,
+ 0.0260772705078125,
+ 0.00537109375,
+ 0.01213836669921875,
+ -0.024932861328125,
+ -0.0262451171875,
+ 0.035919189453125,
+ -0.06329345703125,
+ 0.0102081298828125,
+ 0.0251007080078125,
+ 0.07318115234375,
+ 0.00676727294921875,
+ -0.03314208984375,
+ -0.034942626953125,
+ 0.0362548828125,
+ 0.03411865234375,
+ -0.029693603515625,
+ -0.00438690185546875,
+ 0.01410675048828125,
+ -0.0024204254150390625,
+ 0.0037937164306640625,
+ 0.06036376953125,
+ -0.00438690185546875,
+ 0.031982421875,
+ 0.03265380859375,
+ -0.061676025390625,
+ 0.0171356201171875,
+ -0.027069091796875,
+ 0.017059326171875,
+ 0.041015625,
+ -0.03558349609375,
+ -0.020172119140625,
+ -0.048553466796875,
+ 0.03936767578125,
+ -0.0006918907165527344,
+ 0.032318115234375,
+ 0.0152587890625,
+ -0.00611114501953125,
+ -0.005168914794921875,
+ 0.0030345916748046875,
+ 0.0196075439453125,
+ 0.052154541015625,
+ 0.026580810546875,
+ 0.01837158203125,
+ 0.011810302734375,
+ 0.0166473388671875,
+ 0.0087738037109375,
+ -0.047576904296875,
+ 0.0372314453125,
+ -0.021484375,
+ -0.01427459716796875,
+ -0.040679931640625,
+ -0.00289154052734375,
+ -0.0032196044921875,
+ -0.0052490234375,
+ -0.004573822021484375,
+ -0.032958984375,
+ -0.01238250732421875,
+ -0.0229644775390625,
+ -0.06103515625,
+ -0.0242767333984375,
+ 0.045928955078125,
+ -0.039031982421875,
+ 0.0242767333984375,
+ 0.0282135009765625,
+ -0.01041412353515625,
+ -0.0182037353515625,
+ -0.0382080078125,
+ 0.0221405029296875,
+ 0.035430908203125,
+ 0.017791748046875,
+ 0.0035877227783203125,
+ 0.0032806396484375,
+ 0.005496978759765625,
+ -0.0127105712890625,
+ 0.0164794921875,
+ 0.0167388916015625,
+ -0.00301361083984375,
+ 0.04986572265625,
+ 0.04266357421875,
+ -0.006153106689453125,
+ -0.0196075439453125,
+ 0.032806396484375,
+ 0.025421142578125,
+ -0.051177978515625,
+ 0.06298828125,
+ -0.006317138671875,
+ 0.01189422607421875,
+ -0.01410675048828125,
+ -0.0221405029296875,
+ -0.01004791259765625,
+ -0.06494140625,
+ 0.060028076171875,
+ 0.050537109375,
+ -0.01033782958984375,
+ 0.02313232421875,
+ -0.0567626953125,
+ 0.042327880859375,
+ 0.0122222900390625,
+ 0.060028076171875,
+ -0.021484375,
+ 0.054779052734375,
+ -0.01763916015625,
+ 0.005741119384765625,
+ 0.01788330078125,
+ 0.011566162109375,
+ -0.0205841064453125,
+ 0.0172271728515625,
+ -0.0205841064453125,
+ 0.052154541015625,
+ 0.0242767333984375,
+ 0.0026454925537109375,
+ -0.07086181640625,
+ -0.0264129638671875,
+ 0.00897979736328125,
+ -0.019683837890625,
+ 0.056427001953125,
+ -0.0577392578125,
+ -0.0002562999725341797,
+ -0.006561279296875,
+ 0.01476287841796875,
+ 0.094482421875,
+ -0.005863189697265625,
+ 0.027557373046875,
+ 0.005126953125,
+ 0.0016298294067382812,
+ -0.026580810546875,
+ -0.0197601318359375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "package-analysis",
+ "software-timeline",
+ "installation-history",
+ "dependency-tracking",
+ "integrity-verification"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Linux_Route_Filtering_Forensik",
+ "type": "tool",
+ "name": "Linux Route Filtering Forensik",
+ "content": "linux route filtering forensik routing-table-analysis durch route-command für network-traffic-flow- investigation. static-route-configuration-analysis, gateway-manipulation- detection, traffic-filtering-verification für network-isolation-analysis und lateral-movement-investigation. routing-analysis traffic-filtering gateway-analysis network-isolation lateral-movement route-manipulation incident-response network-forensics examination analysis",
+ "embedding": [
+ -0.0274505615234375,
+ 0.02813720703125,
+ 0.042266845703125,
+ -0.01204681396484375,
+ 0.05828857421875,
+ 0.0103607177734375,
+ 0.004486083984375,
+ -0.01971435546875,
+ -0.0328369140625,
+ -0.004673004150390625,
+ -0.008087158203125,
+ 0.0222320556640625,
+ 0.006862640380859375,
+ -0.0104827880859375,
+ -0.032501220703125,
+ 0.048187255859375,
+ -0.0037689208984375,
+ -0.003559112548828125,
+ 0.00490570068359375,
+ 0.0261077880859375,
+ -0.0176849365234375,
+ -0.02392578125,
+ -0.0447998046875,
+ -0.00263214111328125,
+ 0.0029048919677734375,
+ 0.0007157325744628906,
+ -0.0251007080078125,
+ -0.059295654296875,
+ -0.0072021484375,
+ 0.0345458984375,
+ 0.0264434814453125,
+ -0.026611328125,
+ -0.02392578125,
+ 0.03216552734375,
+ -0.005199432373046875,
+ -0.018951416015625,
+ 0.0165863037109375,
+ -0.0491943359375,
+ -0.04058837890625,
+ 0.03570556640625,
+ -0.0328369140625,
+ -0.00249481201171875,
+ -0.0080413818359375,
+ -0.00019741058349609375,
+ -0.020965576171875,
+ -0.027618408203125,
+ 0.003643035888671875,
+ -0.008758544921875,
+ 0.0252685546875,
+ -0.05120849609375,
+ 0.040252685546875,
+ 0.01094818115234375,
+ 0.0098114013671875,
+ 0.002590179443359375,
+ -0.057952880859375,
+ 0.036041259765625,
+ 0.0293121337890625,
+ -0.041595458984375,
+ -0.0289764404296875,
+ 0.0206298828125,
+ -0.034881591796875,
+ -0.01432037353515625,
+ -0.00711822509765625,
+ -0.0096893310546875,
+ 0.0085906982421875,
+ 0.02392578125,
+ -0.0251007080078125,
+ -0.019378662109375,
+ 0.00812530517578125,
+ -0.01078033447265625,
+ 0.009307861328125,
+ -0.01499176025390625,
+ -0.00888824462890625,
+ 0.037384033203125,
+ 0.0156707763671875,
+ -0.0426025390625,
+ 0.033172607421875,
+ 0.0179443359375,
+ 0.002620697021484375,
+ 0.004673004150390625,
+ -0.0225677490234375,
+ 0.00246429443359375,
+ 0.05120849609375,
+ -0.0230712890625,
+ -0.021392822265625,
+ -0.005390167236328125,
+ 0.022064208984375,
+ 0.01027679443359375,
+ -0.0020732879638671875,
+ -0.0138092041015625,
+ 0.01056671142578125,
+ 0.005157470703125,
+ 0.0274505615234375,
+ -0.0207977294921875,
+ 0.04718017578125,
+ 0.050872802734375,
+ 0.001399993896484375,
+ -0.03369140625,
+ 0.005054473876953125,
+ 0.0215606689453125,
+ 0.0306549072265625,
+ -0.06268310546875,
+ 0.034698486328125,
+ 0.017608642578125,
+ 0.0562744140625,
+ -0.06231689453125,
+ 0.00551605224609375,
+ -0.025604248046875,
+ 0.00695037841796875,
+ -0.018280029296875,
+ -0.08319091796875,
+ -0.0301513671875,
+ -0.029144287109375,
+ -0.047515869140625,
+ -0.0190277099609375,
+ 0.001979827880859375,
+ -0.01145172119140625,
+ 0.032501220703125,
+ -0.05255126953125,
+ -0.0296478271484375,
+ 0.0094757080078125,
+ 0.01515960693359375,
+ 0.007747650146484375,
+ 0.01023101806640625,
+ -0.061981201171875,
+ -0.04718017578125,
+ 0.00690460205078125,
+ 0.029144287109375,
+ -0.0394287109375,
+ 0.0034313201904296875,
+ -0.0117950439453125,
+ -0.01128387451171875,
+ -0.00989532470703125,
+ 0.0002474784851074219,
+ 0.00690460205078125,
+ -0.02728271484375,
+ 0.0478515625,
+ -0.01010894775390625,
+ 0.00960540771484375,
+ 0.0299835205078125,
+ 0.0229034423828125,
+ -0.028472900390625,
+ -0.060302734375,
+ -0.0202178955078125,
+ -0.0299835205078125,
+ -0.01111602783203125,
+ -0.0055999755859375,
+ 0.040252685546875,
+ 0.005031585693359375,
+ -0.008209228515625,
+ -0.039764404296875,
+ 0.059295654296875,
+ 0.0687255859375,
+ 0.00307464599609375,
+ 0.000009000301361083984,
+ -0.043121337890625,
+ -0.026947021484375,
+ -0.0252685546875,
+ 0.029815673828125,
+ -0.00934600830078125,
+ -0.00463104248046875,
+ 0.011199951171875,
+ -0.01617431640625,
+ 0.0195465087890625,
+ -0.0006999969482421875,
+ -0.0545654296875,
+ -0.02880859375,
+ -0.00585174560546875,
+ 0.0160064697265625,
+ -0.014404296875,
+ 0.026275634765625,
+ 0.016510009765625,
+ 0.050201416015625,
+ 0.0447998046875,
+ 0.00897216796875,
+ 0.0244293212890625,
+ 0.0013475418090820312,
+ -0.007244110107421875,
+ 0.03924560546875,
+ 0.03790283203125,
+ 0.0013103485107421875,
+ -0.036712646484375,
+ 0.058624267578125,
+ -0.0177764892578125,
+ 0.016754150390625,
+ -0.008087158203125,
+ -0.016754150390625,
+ -0.0181121826171875,
+ -0.01507568359375,
+ 0.0237579345703125,
+ -0.036376953125,
+ -0.024932861328125,
+ -0.02813720703125,
+ 0.040435791015625,
+ 0.0254364013671875,
+ 0.046478271484375,
+ 0.0085906982421875,
+ 0.002716064453125,
+ 0.041595458984375,
+ 0.01532745361328125,
+ 0.0008211135864257812,
+ 0.0077056884765625,
+ 0.0085906982421875,
+ 0.037567138671875,
+ 0.048187255859375,
+ 0.0145721435546875,
+ -0.01465606689453125,
+ 0.0198822021484375,
+ 0.047515869140625,
+ -0.02239990234375,
+ 0.002285003662109375,
+ 0.038238525390625,
+ -0.00787353515625,
+ -0.02593994140625,
+ -0.04718017578125,
+ -0.01398468017578125,
+ -0.007495880126953125,
+ -0.0372314453125,
+ 0.00762176513671875,
+ 0.014739990234375,
+ -0.0180206298828125,
+ -0.02392578125,
+ 0.0165863037109375,
+ 0.03302001953125,
+ -0.03436279296875,
+ 0.046142578125,
+ 0.0133056640625,
+ -0.0215606689453125,
+ -0.0267791748046875,
+ 0.02947998046875,
+ 0.0225677490234375,
+ 0.026947021484375,
+ 0.0264434814453125,
+ 0.014068603515625,
+ -0.0229034423828125,
+ -0.0157470703125,
+ 0.0670166015625,
+ -0.0020732879638671875,
+ -0.0064849853515625,
+ 0.0309906005859375,
+ -0.026275634765625,
+ 0.0055999755859375,
+ -0.01355743408203125,
+ 0.014404296875,
+ 0.02947998046875,
+ -0.036895751953125,
+ 0.00745391845703125,
+ 0.0010738372802734375,
+ 0.055938720703125,
+ 0.0589599609375,
+ -0.05963134765625,
+ -0.019622802734375,
+ -0.039093017578125,
+ -0.00537109375,
+ -0.064697265625,
+ -0.027618408203125,
+ -0.037567138671875,
+ -0.050537109375,
+ 0.016845703125,
+ -0.0254364013671875,
+ -0.0301513671875,
+ -0.0155792236328125,
+ -0.006191253662109375,
+ -0.01111602783203125,
+ 0.036376953125,
+ -0.022735595703125,
+ -0.0271148681640625,
+ 0.023590087890625,
+ 0.07379150390625,
+ -0.03216552734375,
+ -0.016082763671875,
+ -0.02130126953125,
+ 0.0323486328125,
+ -0.001178741455078125,
+ 0.01288604736328125,
+ -0.035888671875,
+ 0.003810882568359375,
+ 0.045806884765625,
+ 0.0019893646240234375,
+ 0.016510009765625,
+ -0.012298583984375,
+ -0.0207977294921875,
+ -0.01111602783203125,
+ 0.04345703125,
+ -0.020721435546875,
+ 0.01187896728515625,
+ -0.00989532470703125,
+ -0.0013895034790039062,
+ -0.011199951171875,
+ -0.0491943359375,
+ -0.0117950439453125,
+ 0.0345458984375,
+ -0.0082550048828125,
+ 0.0100250244140625,
+ 0.0138092041015625,
+ -0.06268310546875,
+ -0.00018024444580078125,
+ -0.020294189453125,
+ 0.0237579345703125,
+ 0.018524169921875,
+ 0.011962890625,
+ -0.0301513671875,
+ -0.01204681396484375,
+ 0.006862640380859375,
+ 0.0077056884765625,
+ -0.01010894775390625,
+ -0.032012939453125,
+ -0.0117034912109375,
+ -0.0017900466918945312,
+ -0.0299835205078125,
+ -0.027801513671875,
+ 0.024261474609375,
+ -0.034210205078125,
+ 0.036041259765625,
+ -0.0328369140625,
+ -0.01094818115234375,
+ -0.004001617431640625,
+ -0.0478515625,
+ 0.03167724609375,
+ -0.03302001953125,
+ -0.040924072265625,
+ -0.0328369140625,
+ 0.043792724609375,
+ 0.00711822509765625,
+ 0.0011425018310546875,
+ -0.007537841796875,
+ 0.00324249267578125,
+ 0.006317138671875,
+ 0.0478515625,
+ -0.041595458984375,
+ 0.03216552734375,
+ 0.00994110107421875,
+ 0.037384033203125,
+ 0.024261474609375,
+ 0.035369873046875,
+ 0.024932861328125,
+ 0.050537109375,
+ 0.0229034423828125,
+ -0.03350830078125,
+ 0.006778717041015625,
+ 0.0156707763671875,
+ -0.0170135498046875,
+ 0.015411376953125,
+ -0.05322265625,
+ -0.017852783203125,
+ -0.018951416015625,
+ -0.0421142578125,
+ 0.02593994140625,
+ 0.032684326171875,
+ 0.0229034423828125,
+ -0.0006551742553710938,
+ -0.01532745361328125,
+ 0.0016632080078125,
+ 0.0491943359375,
+ -0.010528564453125,
+ 0.0936279296875,
+ -0.028472900390625,
+ -0.06805419921875,
+ 0.01255035400390625,
+ 0.019378662109375,
+ -0.007663726806640625,
+ -0.02593994140625,
+ 0.017852783203125,
+ 0.027801513671875,
+ 0.01153564453125,
+ 0.04345703125,
+ -0.02593994140625,
+ 0.02130126953125,
+ 0.01263427734375,
+ 0.005390167236328125,
+ -0.00395965576171875,
+ -0.01153564453125,
+ 0.01305389404296875,
+ 0.08453369140625,
+ 0.0244293212890625,
+ -0.0142364501953125,
+ 0.0350341796875,
+ -0.034210205078125,
+ -0.038909912109375,
+ -0.01255035400390625,
+ -0.0740966796875,
+ 0.004337310791015625,
+ 0.00482177734375,
+ 0.01128387451171875,
+ 0.03302001953125,
+ -0.03857421875,
+ -0.05120849609375,
+ -0.01061248779296875,
+ -0.03216552734375,
+ 0.054229736328125,
+ 0.0478515625,
+ 0.026611328125,
+ 0.037567138671875,
+ -0.0240936279296875,
+ 0.0004105567932128906,
+ 0.01507568359375,
+ 0.0092620849609375,
+ 0.022064208984375,
+ 0.054229736328125,
+ 0.02392578125,
+ 0.0160064697265625,
+ -0.020965576171875,
+ 0.029144287109375,
+ 0.033355712890625,
+ 0.037567138671875,
+ -0.02459716796875,
+ 0.05963134765625,
+ 0.044464111328125,
+ 0.0198822021484375,
+ -0.036041259765625,
+ 0.050537109375,
+ 0.01322174072265625,
+ -0.032684326171875,
+ 0.002231597900390625,
+ -0.01039886474609375,
+ 0.0254364013671875,
+ -0.04986572265625,
+ -0.002758026123046875,
+ 0.0040435791015625,
+ 0.024261474609375,
+ 0.0013580322265625,
+ 0.0191192626953125,
+ -0.048187255859375,
+ 0.0047149658203125,
+ 0.048858642578125,
+ -0.046142578125,
+ 0.0096435546875,
+ 0.0447998046875,
+ -0.0296478271484375,
+ 0.029144287109375,
+ -0.0124664306640625,
+ -0.0545654296875,
+ -0.005558013916015625,
+ -0.0771484375,
+ -0.04986572265625,
+ 0.006862640380859375,
+ 0.020721435546875,
+ -0.047515869140625,
+ -0.0491943359375,
+ -0.00951385498046875,
+ 0.0163421630859375,
+ -0.0018739700317382812,
+ -0.0181121826171875,
+ 0.0309906005859375,
+ 0.0142364501953125,
+ 0.0162506103515625,
+ 0.0128021240234375,
+ 0.0187835693359375,
+ -0.0138092041015625,
+ -0.01061248779296875,
+ 0.065673828125,
+ 0.0186920166015625,
+ -0.04547119140625,
+ 0.0149078369140625,
+ 0.0171051025390625,
+ 0.01532745361328125,
+ -0.040924072265625,
+ -0.0145721435546875,
+ -0.0107421875,
+ 0.0267791748046875,
+ -0.0037059783935546875,
+ 0.03704833984375,
+ -0.028472900390625,
+ -0.044464111328125,
+ -0.031158447265625,
+ 0.046142578125,
+ -0.00551605224609375,
+ 0.019287109375,
+ 0.0064849853515625,
+ -0.048187255859375,
+ 0.0162506103515625,
+ -0.032684326171875,
+ -0.0201263427734375,
+ 0.019287109375,
+ 0.0098114013671875,
+ 0.0008950233459472656,
+ 0.0660400390625,
+ -0.00909423828125,
+ -0.04345703125,
+ -0.0244293212890625,
+ 0.0171051025390625,
+ 0.026611328125,
+ -0.037384033203125,
+ -0.04412841796875,
+ 0.043792724609375,
+ 0.016510009765625,
+ -0.0399169921875,
+ 0.0100250244140625,
+ -0.0181884765625,
+ -0.00040268898010253906,
+ 0.046142578125,
+ -0.0491943359375,
+ 0.01039886474609375,
+ -0.0006213188171386719,
+ -0.054901123046875,
+ -0.01094818115234375,
+ -0.022064208984375,
+ -0.02947998046875,
+ -0.0244293212890625,
+ 0.008758544921875,
+ 0.008636474609375,
+ 0.0257720947265625,
+ 0.052886962890625,
+ 0.016754150390625,
+ -0.0034313201904296875,
+ 0.048187255859375,
+ -0.022735595703125,
+ 0.000054955482482910156,
+ 0.0225677490234375,
+ -0.04193115234375,
+ -0.034698486328125,
+ -0.0089263916015625,
+ 0.03656005859375,
+ -0.047515869140625,
+ 0.0108642578125,
+ 0.0091400146484375,
+ -0.0225677490234375,
+ 0.0399169921875,
+ -0.04296875,
+ -0.0089263916015625,
+ -0.04296875,
+ -0.0251007080078125,
+ -0.0345458984375,
+ -0.0254364013671875,
+ 0.00901031494140625,
+ 0.038055419921875,
+ 0.0007314682006835938,
+ 0.0165863037109375,
+ 0.0232391357421875,
+ -0.045806884765625,
+ 0.0128021240234375,
+ 0.0303192138671875,
+ 0.00351715087890625,
+ 0.0215606689453125,
+ 0.00829315185546875,
+ 0.00939178466796875,
+ -0.01971435546875,
+ 0.0323486328125,
+ -0.025604248046875,
+ 0.00482177734375,
+ -0.05120849609375,
+ -0.0023479461669921875,
+ -0.006694793701171875,
+ -0.04345703125,
+ -0.02728271484375,
+ -0.01372528076171875,
+ -0.07244873046875,
+ 0.002201080322265625,
+ 0.04058837890625,
+ -0.0020847320556640625,
+ -0.0237579345703125,
+ -0.0394287109375,
+ 0.00440216064453125,
+ 0.003116607666015625,
+ -0.015411376953125,
+ 0.04852294921875,
+ -0.00341033935546875,
+ 0.03790283203125,
+ -0.0055999755859375,
+ -0.0180206298828125,
+ 0.032684326171875,
+ 0.031341552734375,
+ 0.0251007080078125,
+ 0.0085906982421875,
+ 0.01971435546875,
+ 0.00005692243576049805,
+ -0.006992340087890625,
+ -0.01641845703125,
+ -0.036895751953125,
+ 0.007160186767578125,
+ -0.034881591796875,
+ 0.03082275390625,
+ -0.01322174072265625,
+ -0.004276275634765625,
+ -0.00850677490234375,
+ 0.0180206298828125,
+ 0.03082275390625,
+ -0.0009684562683105469,
+ -0.03216552734375,
+ 0.036712646484375,
+ 0.01238250732421875,
+ 0.0545654296875,
+ -0.04718017578125,
+ -0.043792724609375,
+ 0.0218963623046875,
+ -0.04296875,
+ -0.007244110107421875,
+ -0.00490570068359375,
+ -0.00884246826171875,
+ -0.04852294921875,
+ 0.030487060546875,
+ 0.034210205078125,
+ -0.0159149169921875,
+ -0.031829833984375,
+ -0.052886962890625,
+ 0.012969970703125,
+ 0.035369873046875,
+ 0.049530029296875,
+ -0.031494140625,
+ 0.05963134765625,
+ 0.01305389404296875,
+ -0.0094757080078125,
+ 0.03216552734375,
+ 0.0687255859375,
+ 0.033843994140625,
+ -0.01499176025390625,
+ -0.05389404296875,
+ 0.019287109375,
+ 0.0131378173828125,
+ -0.057952880859375,
+ -0.020050048828125,
+ -0.026275634765625,
+ 0.06939697265625,
+ -0.06231689453125,
+ -0.023406982421875,
+ 0.00005561113357543945,
+ 0.009857177734375,
+ 0.0159149169921875,
+ 0.01288604736328125,
+ -0.037384033203125,
+ 0.0293121337890625,
+ -0.01727294921875,
+ -0.06298828125,
+ -0.00850677490234375,
+ -0.0124664306640625,
+ -0.0015163421630859375,
+ 0.0345458984375,
+ 0.04144287109375,
+ -0.036712646484375,
+ 0.006778717041015625,
+ 0.0082550048828125,
+ 0.0576171875,
+ 0.0128021240234375,
+ 0.0254364013671875,
+ 0.02813720703125,
+ 0.00324249267578125,
+ 0.03369140625,
+ 0.03857421875,
+ -0.019287109375,
+ -0.0186920166015625,
+ 0.041595458984375,
+ 0.0633544921875,
+ 0.054229736328125,
+ 0.05828857421875,
+ 0.025604248046875,
+ -0.00884246826171875,
+ -0.007076263427734375,
+ -0.035552978515625,
+ -0.00551605224609375,
+ 0.01255035400390625,
+ 0.00324249267578125,
+ -0.036041259765625,
+ -0.0704345703125,
+ -0.0002052783966064453,
+ -0.0399169921875,
+ 0.04278564453125,
+ -0.006023406982421875,
+ -0.0225677490234375,
+ -0.0286407470703125,
+ 0.031494140625,
+ -0.03216552734375,
+ -0.054901123046875,
+ 0.0117950439453125,
+ -0.0299835205078125,
+ -0.005199432373046875,
+ -0.018524169921875,
+ -0.01971435546875,
+ 0.03790283203125,
+ -0.025604248046875,
+ -0.07476806640625,
+ -0.041259765625,
+ 0.0110321044921875,
+ -0.024261474609375,
+ -0.035369873046875,
+ -0.003978729248046875,
+ 0.0092620849609375,
+ -0.0108642578125,
+ -0.01641845703125,
+ -0.051544189453125,
+ -0.03216552734375,
+ 0.0271148681640625,
+ -0.023406982421875,
+ -0.001079559326171875,
+ -0.00623321533203125,
+ -0.028472900390625,
+ 0.00144195556640625,
+ -0.0176849365234375,
+ -0.035552978515625,
+ 0.01305389404296875,
+ -0.044464111328125,
+ 0.031829833984375,
+ 0.0286407470703125,
+ 0.0186920166015625,
+ 0.04547119140625,
+ 0.0576171875,
+ -0.00800323486328125,
+ -0.009307861328125,
+ -0.00888824462890625,
+ -0.05523681640625,
+ 0.026611328125,
+ -0.001537322998046875,
+ -0.001758575439453125,
+ -0.04986572265625,
+ -0.0159149169921875,
+ 0.0670166015625,
+ -0.0882568359375,
+ 0.0010528564453125,
+ -0.0092620849609375,
+ -0.003810882568359375,
+ -0.046478271484375,
+ 0.01482391357421875,
+ -0.0061492919921875,
+ 0.015411376953125,
+ 0.09027099609375,
+ 0.0177764892578125,
+ 0.01128387451171875,
+ 0.0171051025390625,
+ -0.056610107421875,
+ 0.021728515625,
+ 0.00812530517578125,
+ 0.01061248779296875,
+ -0.02947998046875,
+ 0.03216552734375,
+ -0.0001308917999267578,
+ -0.02392578125,
+ 0.0195465087890625,
+ -0.0562744140625,
+ -0.0012054443359375,
+ 0.02813720703125,
+ 0.021728515625,
+ -0.019287109375,
+ -0.01187896728515625,
+ -0.049530029296875,
+ -0.01507568359375,
+ -0.026611328125,
+ 0.037384033203125,
+ 0.0218963623046875,
+ 0.004253387451171875,
+ -0.01044464111328125,
+ -0.0030117034912109375,
+ -0.0286407470703125,
+ -0.084228515625,
+ -0.0264434814453125,
+ -0.02880859375,
+ 0.0149078369140625,
+ 0.014404296875,
+ -0.048858642578125,
+ 0.01372528076171875,
+ 0.026947021484375,
+ -0.004444122314453125,
+ 0.004276275634765625,
+ 0.039764404296875,
+ -0.054229736328125,
+ -0.0345458984375,
+ 0.01549530029296875,
+ 0.023590087890625,
+ 0.02880859375,
+ -0.01549530029296875,
+ 0.0019683837890625,
+ 0.030487060546875,
+ 0.038909912109375,
+ -0.0478515625,
+ 0.0283050537109375,
+ 0.0399169921875,
+ -0.01271820068359375,
+ -0.06842041015625,
+ -0.01322174072265625,
+ -0.0218963623046875,
+ 0.0156707763671875,
+ -0.00846099853515625,
+ 0.052215576171875,
+ 0.01204681396484375,
+ -0.02947998046875,
+ -0.0758056640625,
+ 0.0274505615234375,
+ -0.01398468017578125,
+ 0.01549530029296875,
+ 0.01861572265625,
+ -0.006778717041015625,
+ -0.06634521484375,
+ -0.055938720703125,
+ -0.01221466064453125,
+ 0.03656005859375,
+ -0.00934600830078125,
+ 0.041778564453125,
+ -0.00482177734375,
+ 0.00395965576171875,
+ 0.01145172119140625,
+ -0.008087158203125,
+ -0.0251007080078125,
+ 0.055938720703125,
+ 0.021728515625,
+ -0.0229034423828125,
+ 0.050872802734375,
+ -0.056610107421875,
+ 0.03570556640625,
+ -0.046142578125,
+ 0.0008740425109863281,
+ -0.024261474609375,
+ -0.0121307373046875,
+ -0.027618408203125,
+ -0.008636474609375,
+ 0.0447998046875,
+ 0.050872802734375,
+ -0.00031447410583496094,
+ 0.005767822265625,
+ -0.028472900390625,
+ 0.00817108154296875,
+ -0.0011844635009765625,
+ -0.036376953125,
+ 0.050872802734375,
+ 0.0117034912109375,
+ -0.002925872802734375,
+ -0.0166778564453125,
+ -0.07476806640625,
+ -0.0869140625,
+ -0.0013685226440429688,
+ -0.052215576171875,
+ -0.01023101806640625,
+ 0.0028209686279296875,
+ -0.0113677978515625,
+ 0.040252685546875,
+ -0.027801513671875,
+ 0.01145172119140625,
+ 0.014739990234375,
+ -0.027801513671875,
+ -0.035369873046875,
+ 0.0029048919677734375,
+ -0.0184478759765625,
+ 0.014068603515625,
+ -0.010650634765625,
+ -0.042266845703125,
+ 0.0202178955078125,
+ -0.0274505615234375,
+ 0.01372528076171875,
+ -0.02813720703125,
+ 0.0181121826171875,
+ -0.0301513671875,
+ 0.021484375,
+ -0.07244873046875,
+ -0.0293121337890625,
+ 0.049530029296875,
+ 0.0237579345703125,
+ 0.0082550048828125,
+ -0.0252685546875,
+ 0.06365966796875,
+ -0.01482391357421875,
+ -0.07177734375,
+ 0.011962890625,
+ -0.0117034912109375,
+ -0.012969970703125,
+ 0.00917816162109375,
+ -0.0244293212890625,
+ 0.005390167236328125,
+ 0.0279693603515625,
+ 0.041595458984375,
+ 0.035369873046875,
+ 0.0350341796875,
+ 0.01019287109375,
+ -0.0034313201904296875,
+ 0.037384033203125,
+ -0.01031494140625,
+ 0.0222320556640625,
+ 0.02105712890625,
+ -0.012298583984375,
+ 0.003326416015625,
+ 0.036712646484375,
+ -0.00934600830078125,
+ -0.09228515625,
+ -0.002315521240234375,
+ -0.002948760986328125,
+ -0.052886962890625,
+ 0.005283355712890625,
+ 0.075439453125,
+ 0.038238525390625,
+ 0.01415252685546875,
+ 0.03570556640625,
+ 0.01448822021484375,
+ 0.0252685546875,
+ 0.014404296875,
+ -0.0251007080078125,
+ -0.061309814453125,
+ 0.0198822021484375,
+ 0.0264434814453125,
+ -0.0070343017578125,
+ -0.04681396484375,
+ 0.064697265625,
+ 0.09503173828125,
+ -0.0240936279296875,
+ -0.0377197265625,
+ 0.00728607177734375,
+ 0.0274505615234375,
+ 0.034698486328125,
+ 0.0181884765625,
+ 0.0005869865417480469,
+ -0.0731201171875,
+ 0.00551605224609375,
+ 0.0299835205078125,
+ -0.00005429983139038086,
+ 0.0303192138671875,
+ -0.0101470947265625,
+ -0.004169464111328125,
+ -0.0046539306640625,
+ -0.061309814453125,
+ -0.006107330322265625,
+ 0.017181396484375,
+ 0.05120849609375,
+ 0.00888824462890625,
+ -0.055938720703125,
+ -0.0117950439453125,
+ 0.03216552734375,
+ 0.03521728515625,
+ -0.0286407470703125,
+ 0.01263427734375,
+ 0.036895751953125,
+ -0.014068603515625,
+ 0.0218963623046875,
+ 0.05828857421875,
+ -0.01885986328125,
+ 0.0399169921875,
+ 0.01355743408203125,
+ -0.036041259765625,
+ 0.053558349609375,
+ 0.00112152099609375,
+ 0.0121307373046875,
+ 0.0149078369140625,
+ -0.057281494140625,
+ -0.033355712890625,
+ -0.057281494140625,
+ 0.050201416015625,
+ -0.01187896728515625,
+ 0.0264434814453125,
+ 0.02459716796875,
+ -0.0101470947265625,
+ -0.0225677490234375,
+ 0.0055999755859375,
+ 0.0117034912109375,
+ 0.03790283203125,
+ 0.00585174560546875,
+ 0.021392822265625,
+ 0.035552978515625,
+ 0.041259765625,
+ -0.008209228515625,
+ -0.048187255859375,
+ 0.027801513671875,
+ -0.034210205078125,
+ -0.0023059844970703125,
+ -0.041595458984375,
+ -0.00846099853515625,
+ 0.008087158203125,
+ -0.046478271484375,
+ -0.0215606689453125,
+ -0.033843994140625,
+ -0.005157470703125,
+ -0.0186920166015625,
+ -0.0163421630859375,
+ -0.01617431640625,
+ 0.0244293212890625,
+ -0.0208892822265625,
+ 0.030487060546875,
+ 0.0179443359375,
+ -0.0017795562744140625,
+ -0.0134735107421875,
+ -0.0252685546875,
+ 0.070068359375,
+ 0.043121337890625,
+ 0.00855255126953125,
+ 0.0237579345703125,
+ 0.031829833984375,
+ 0.044464111328125,
+ -0.01885986328125,
+ 0.006359100341796875,
+ 0.0124664306640625,
+ -0.0139007568359375,
+ 0.03790283203125,
+ 0.043121337890625,
+ 0.0106964111328125,
+ -0.02459716796875,
+ 0.0173492431640625,
+ 0.035552978515625,
+ -0.04718017578125,
+ 0.0491943359375,
+ 0.01641845703125,
+ 0.03302001953125,
+ -0.038909912109375,
+ -0.00429534912109375,
+ -0.0225677490234375,
+ -0.05963134765625,
+ 0.054901123046875,
+ 0.052886962890625,
+ -0.0037689208984375,
+ 0.0207977294921875,
+ -0.054229736328125,
+ 0.029144287109375,
+ 0.0017900466918945312,
+ 0.03924560546875,
+ -0.042266845703125,
+ 0.06365966796875,
+ 0.016510009765625,
+ -0.002105712890625,
+ -0.0225677490234375,
+ 0.00010001659393310547,
+ -0.014739990234375,
+ 0.026947021484375,
+ -0.0117034912109375,
+ 0.0576171875,
+ -0.0034961700439453125,
+ -0.00232696533203125,
+ -0.0616455078125,
+ -0.00341033935546875,
+ 0.0244293212890625,
+ -0.019378662109375,
+ 0.02392578125,
+ -0.043792724609375,
+ 0.008758544921875,
+ 0.0007739067077636719,
+ 0.01019287109375,
+ 0.0589599609375,
+ -0.0267791748046875,
+ 0.032012939453125,
+ -0.00518035888671875,
+ 0.00412750244140625,
+ -0.01204681396484375,
+ -0.0328369140625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "routing-analysis",
+ "traffic-filtering",
+ "gateway-analysis",
+ "network-isolation",
+ "lateral-movement",
+ "route-manipulation"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_DMG_Image_Mounting",
+ "type": "tool",
+ "name": "macOS DMG Image Mounting",
+ "content": "macos dmg image mounting forensisch sauberes mounting von mac disk images mit write-protection. verfahren: 1) dmg-datei als 'geschützt' markieren (schloss-icon), 2) 'hdiutil attach -shadow' für shadow-file-erstellung, 3) 'mdutil -i on' für spotlight-indexierung ohne original-änderung. alternative: raw/e01-images mit xmount zu dmg konvertieren. ermöglicht native macos-tool-nutzung und spotlight-durchsuchbarkeit bei forensischer integrität. dmg-mounting write-protection shadow-files spotlight-indexing image-conversion forensic-imaging read-only-access static-investigations incident-response examination analysis",
+ "embedding": [
+ 0.0023708343505859375,
+ 0.01456451416015625,
+ 0.0220184326171875,
+ -0.0262451171875,
+ 0.033966064453125,
+ 0.034881591796875,
+ 0.040802001953125,
+ -0.0124053955078125,
+ -0.00777435302734375,
+ -0.0096588134765625,
+ -0.033966064453125,
+ 0.031646728515625,
+ -0.0033473968505859375,
+ -0.036865234375,
+ -0.0364990234375,
+ 0.044403076171875,
+ -0.010650634765625,
+ 0.02130126953125,
+ 0.0190582275390625,
+ -0.01428985595703125,
+ -0.0123138427734375,
+ -0.01348114013671875,
+ -0.04205322265625,
+ 0.0253448486328125,
+ 0.00611114501953125,
+ -0.00696563720703125,
+ 0.0008258819580078125,
+ -0.054656982421875,
+ -0.00962066650390625,
+ 0.01528167724609375,
+ -0.00952911376953125,
+ -0.01617431640625,
+ 0.0235443115234375,
+ 0.060394287109375,
+ 0.0205841064453125,
+ -0.03594970703125,
+ -0.01788330078125,
+ -0.047821044921875,
+ -0.024261474609375,
+ 0.0113677978515625,
+ -0.01959228515625,
+ -0.0139312744140625,
+ 0.0141143798828125,
+ -0.0014495849609375,
+ 0.006877899169921875,
+ -0.035247802734375,
+ -0.002044677734375,
+ -0.0287628173828125,
+ 0.01483154296875,
+ -0.034881591796875,
+ 0.0141143798828125,
+ 0.024627685546875,
+ 0.023193359375,
+ 0.0205841064453125,
+ -0.01105499267578125,
+ 0.04638671875,
+ -0.007549285888671875,
+ -0.0269622802734375,
+ -0.041534423828125,
+ 0.051422119140625,
+ -0.037933349609375,
+ 0.0155487060546875,
+ -0.00934600830078125,
+ -0.0113677978515625,
+ 0.0019779205322265625,
+ 0.030914306640625,
+ -0.00934600830078125,
+ -0.047821044921875,
+ 0.0013647079467773438,
+ -0.002292633056640625,
+ -0.004695892333984375,
+ -0.020050048828125,
+ -0.03253173828125,
+ 0.0155487060546875,
+ -0.01483154296875,
+ -0.0287628173828125,
+ 0.021209716796875,
+ 0.028228759765625,
+ -0.0033702850341796875,
+ 0.0007076263427734375,
+ -0.0296630859375,
+ -0.006381988525390625,
+ 0.02587890625,
+ -0.051055908203125,
+ -0.0015058517456054688,
+ -0.01483154296875,
+ 0.0013875961303710938,
+ 0.0097503662109375,
+ -0.013214111328125,
+ 0.024627685546875,
+ 0.006786346435546875,
+ 0.038299560546875,
+ 0.004608154296875,
+ 0.0033473968505859375,
+ 0.0285797119140625,
+ 0.07012939453125,
+ -0.0222930908203125,
+ 0.0007638931274414062,
+ 0.01428985595703125,
+ 0.024444580078125,
+ 0.0255279541015625,
+ -0.05535888671875,
+ 0.037933349609375,
+ -0.01366424560546875,
+ 0.0787353515625,
+ -0.0257110595703125,
+ 0.0138397216796875,
+ -0.0106048583984375,
+ -0.0211181640625,
+ -0.005123138427734375,
+ -0.06939697265625,
+ -0.024261474609375,
+ -0.03326416015625,
+ -0.072265625,
+ -0.01419830322265625,
+ -0.00957489013671875,
+ -0.0235443115234375,
+ 0.037933349609375,
+ -0.041168212890625,
+ -0.01528167724609375,
+ 0.0033473968505859375,
+ 0.040985107421875,
+ 0.01276397705078125,
+ 0.024444580078125,
+ -0.033782958984375,
+ -0.03973388671875,
+ 0.01006317138671875,
+ 0.0323486328125,
+ -0.031097412109375,
+ -0.01029205322265625,
+ -0.021575927734375,
+ -0.045135498046875,
+ -0.024810791015625,
+ -0.032012939453125,
+ 0.009124755859375,
+ -0.037017822265625,
+ 0.030914306640625,
+ -0.037750244140625,
+ -0.03363037109375,
+ -0.0211181640625,
+ 0.04296875,
+ -0.001461029052734375,
+ -0.05609130859375,
+ -0.0237274169921875,
+ -0.02606201171875,
+ -0.0124969482421875,
+ -0.0235443115234375,
+ 0.031097412109375,
+ -0.0185089111328125,
+ -0.01020050048828125,
+ -0.000659942626953125,
+ 0.06365966796875,
+ 0.031646728515625,
+ -0.01959228515625,
+ -0.00568389892578125,
+ -0.019775390625,
+ -0.0225677490234375,
+ -0.022735595703125,
+ 0.018341064453125,
+ 0.00620269775390625,
+ -0.0203094482421875,
+ 0.018157958984375,
+ -0.01123809814453125,
+ 0.0323486328125,
+ -0.01348114013671875,
+ -0.041534423828125,
+ -0.0301971435546875,
+ 0.0032138824462890625,
+ 0.007236480712890625,
+ -0.0040435791015625,
+ 0.024627685546875,
+ 0.006877899169921875,
+ 0.08380126953125,
+ 0.0285797119140625,
+ 0.0031681060791015625,
+ 0.0255279541015625,
+ 0.0208587646484375,
+ -0.0037746429443359375,
+ 0.02606201171875,
+ 0.047454833984375,
+ -0.01114654541015625,
+ -0.001865386962890625,
+ 0.055023193359375,
+ 0.01186370849609375,
+ 0.005054473876953125,
+ -0.01824951171875,
+ -0.0025844573974609375,
+ -0.0140228271484375,
+ -0.06976318359375,
+ 0.03289794921875,
+ -0.0467529296875,
+ -0.035064697265625,
+ -0.01029205322265625,
+ 0.040435791015625,
+ 0.0188751220703125,
+ 0.0596923828125,
+ 0.016448974609375,
+ -0.004852294921875,
+ 0.0283966064453125,
+ -0.0158233642578125,
+ -0.01258087158203125,
+ 0.04351806640625,
+ -0.00611114501953125,
+ 0.057891845703125,
+ -0.0021114349365234375,
+ 0.002899169921875,
+ -0.01267242431640625,
+ 0.032012939453125,
+ 0.03594970703125,
+ -0.031097412109375,
+ 0.002841949462890625,
+ 0.0253448486328125,
+ -0.002269744873046875,
+ -0.02606201171875,
+ -0.0269622802734375,
+ -0.0192413330078125,
+ -0.009124755859375,
+ -0.0194091796875,
+ -0.01357269287109375,
+ -0.00925445556640625,
+ -0.017974853515625,
+ -0.02337646484375,
+ 0.0287628173828125,
+ 0.0224761962890625,
+ -0.0300140380859375,
+ 0.04278564453125,
+ 0.005931854248046875,
+ -0.027862548828125,
+ -0.043670654296875,
+ 0.047821044921875,
+ 0.00534820556640625,
+ 0.040802001953125,
+ -0.019683837890625,
+ 0.00876617431640625,
+ 0.032012939453125,
+ -0.0155487060546875,
+ 0.047088623046875,
+ 0.0330810546875,
+ 0.024627685546875,
+ -0.019683837890625,
+ -0.007640838623046875,
+ 0.0223846435546875,
+ -0.0010843276977539062,
+ 0.024444580078125,
+ 0.03363037109375,
+ -0.0237274169921875,
+ 0.006290435791015625,
+ -0.0237274169921875,
+ 0.0158233642578125,
+ 0.0222930908203125,
+ -0.051422119140625,
+ 0.0010004043579101562,
+ -0.0916748046875,
+ -0.00705718994140625,
+ -0.028045654296875,
+ -0.01357269287109375,
+ -0.0159149169921875,
+ -0.052490234375,
+ 0.0654296875,
+ -0.04010009765625,
+ -0.01366424560546875,
+ -0.012939453125,
+ 0.01806640625,
+ -0.00287628173828125,
+ 0.01186370849609375,
+ -0.0159149169921875,
+ -0.0528564453125,
+ 0.0027637481689453125,
+ 0.08160400390625,
+ 0.00022470951080322266,
+ 0.01038360595703125,
+ -0.03973388671875,
+ 0.0155487060546875,
+ 0.0138397216796875,
+ 0.041534423828125,
+ -0.0718994140625,
+ 0.0208587646484375,
+ -0.0235443115234375,
+ 0.035247802734375,
+ -0.004741668701171875,
+ -0.01119232177734375,
+ -0.0089874267578125,
+ -0.003910064697265625,
+ 0.031829833984375,
+ -0.040802001953125,
+ 0.01015472412109375,
+ -0.003528594970703125,
+ 0.02606201171875,
+ -0.0330810546875,
+ -0.072265625,
+ 0.01033782958984375,
+ 0.03363037109375,
+ 0.0160064697265625,
+ -0.0025844573974609375,
+ -0.01186370849609375,
+ -0.04315185546875,
+ 0.0140228271484375,
+ 0.007282257080078125,
+ 0.0033473968505859375,
+ -0.007144927978515625,
+ 0.0643310546875,
+ -0.0289459228515625,
+ -0.0030117034912109375,
+ -0.009796142578125,
+ -0.001354217529296875,
+ -0.0255279541015625,
+ -0.0240936279296875,
+ -0.006336212158203125,
+ -0.052490234375,
+ -0.0287628173828125,
+ -0.03289794921875,
+ 0.00791168212890625,
+ -0.018341064453125,
+ -0.002223968505859375,
+ -0.00373077392578125,
+ -0.0048980712890625,
+ -0.0521240234375,
+ -0.0170745849609375,
+ -0.006336212158203125,
+ -0.03363037109375,
+ -0.0267791748046875,
+ -0.03271484375,
+ 0.0239105224609375,
+ 0.0028095245361328125,
+ 0.00287628173828125,
+ -0.0026187896728515625,
+ 0.01006317138671875,
+ -0.01419830322265625,
+ -0.0021228790283203125,
+ -0.002044677734375,
+ 0.0253448486328125,
+ 0.024261474609375,
+ 0.0364990234375,
+ 0.03326416015625,
+ 0.061492919921875,
+ -0.0305633544921875,
+ 0.047088623046875,
+ 0.00035262107849121094,
+ -0.0208587646484375,
+ -0.0140228271484375,
+ -0.0296630859375,
+ 0.0048980712890625,
+ 0.01500701904296875,
+ -0.00872039794921875,
+ -0.0073699951171875,
+ 0.0009102821350097656,
+ -0.02947998046875,
+ 0.0031681060791015625,
+ 0.02984619140625,
+ 0.0106048583984375,
+ 0.01519012451171875,
+ -0.047821044921875,
+ 0.0169830322265625,
+ 0.0305633544921875,
+ 0.01010894775390625,
+ 0.0841064453125,
+ -0.0521240234375,
+ -0.057525634765625,
+ 0.044586181640625,
+ 0.0296630859375,
+ 0.0044708251953125,
+ 0.01033782958984375,
+ 0.032012939453125,
+ 0.0010557174682617188,
+ -0.0058441162109375,
+ 0.02606201171875,
+ 0.0021686553955078125,
+ 0.024261474609375,
+ -0.0138397216796875,
+ -0.000926971435546875,
+ 0.01348114013671875,
+ 0.0224761962890625,
+ 0.0255279541015625,
+ 0.060394287109375,
+ 0.0467529296875,
+ 0.01419830322265625,
+ 0.037567138671875,
+ -0.005237579345703125,
+ -0.00606536865234375,
+ -0.033966064453125,
+ -0.06793212890625,
+ 0.0172576904296875,
+ 0.0287628173828125,
+ 0.034881591796875,
+ 0.0237274169921875,
+ -0.021026611328125,
+ -0.04638671875,
+ 0.03289794921875,
+ -0.037933349609375,
+ 0.0672607421875,
+ 0.034149169921875,
+ 0.02587890625,
+ 0.042236328125,
+ 0.0146484375,
+ -0.01312255859375,
+ 0.034515380859375,
+ 0.0007753372192382812,
+ 0.0140228271484375,
+ 0.01285552978515625,
+ 0.040985107421875,
+ 0.01029205322265625,
+ -0.037384033203125,
+ 0.0211181640625,
+ 0.04315185546875,
+ -0.0169830322265625,
+ 0.0010843276977539062,
+ 0.03668212890625,
+ 0.0273284912109375,
+ -0.005481719970703125,
+ -0.041168212890625,
+ 0.0426025390625,
+ 0.006877899169921875,
+ 0.019683837890625,
+ 0.0033931732177734375,
+ -0.0089874267578125,
+ -0.0013256072998046875,
+ -0.0517578125,
+ 0.0140228271484375,
+ -0.0096588134765625,
+ 0.00009828805923461914,
+ 0.00292205810546875,
+ 0.01096343994140625,
+ -0.0927734375,
+ 0.0275115966796875,
+ 0.05859375,
+ -0.06939697265625,
+ 0.03668212890625,
+ -0.021209716796875,
+ -0.0106048583984375,
+ 0.0015506744384765625,
+ 0.0081787109375,
+ -0.060028076171875,
+ 0.00292205810546875,
+ -0.055023193359375,
+ -0.0275115966796875,
+ -0.004383087158203125,
+ 0.00131988525390625,
+ -0.03668212890625,
+ -0.01258087158203125,
+ -0.01276397705078125,
+ -0.0100250244140625,
+ 0.003505706787109375,
+ -0.01456451416015625,
+ 0.037750244140625,
+ 0.0203094482421875,
+ -0.014739990234375,
+ 0.034149169921875,
+ 0.057159423828125,
+ 0.0027523040771484375,
+ -0.002719879150390625,
+ 0.060760498046875,
+ -0.035247802734375,
+ -0.053558349609375,
+ 0.03955078125,
+ 0.0173492431640625,
+ 0.034698486328125,
+ -0.040985107421875,
+ -0.01500701904296875,
+ -0.0287628173828125,
+ -0.004383087158203125,
+ 0.0008931159973144531,
+ 0.02642822265625,
+ -0.0517578125,
+ -0.047821044921875,
+ -0.0650634765625,
+ 0.044036865234375,
+ -0.0122222900390625,
+ 0.019683837890625,
+ 0.0208587646484375,
+ -0.0657958984375,
+ 0.031829833984375,
+ -0.059326171875,
+ -0.05645751953125,
+ 0.0107879638671875,
+ -0.0098876953125,
+ -0.027679443359375,
+ 0.057891845703125,
+ -0.0105133056640625,
+ -0.016448974609375,
+ -0.0323486328125,
+ 0.0357666015625,
+ 0.0157318115234375,
+ -0.001628875732421875,
+ -0.042236328125,
+ 0.006336212158203125,
+ 0.04888916015625,
+ -0.07659912109375,
+ -0.0257110595703125,
+ -0.01096343994140625,
+ -0.0065155029296875,
+ 0.01338958740234375,
+ -0.06756591796875,
+ 0.020050048828125,
+ 0.01338958740234375,
+ -0.057159423828125,
+ -0.0330810546875,
+ -0.0138397216796875,
+ -0.02642822265625,
+ -0.01788330078125,
+ 0.00876617431640625,
+ 0.04278564453125,
+ 0.01123809814453125,
+ 0.01204681396484375,
+ 0.002651214599609375,
+ 0.00091552734375,
+ -0.01285552978515625,
+ -0.01015472412109375,
+ 0.0008144378662109375,
+ 0.0222930908203125,
+ -0.054290771484375,
+ -0.040802001953125,
+ -0.019317626953125,
+ 0.029296875,
+ -0.01654052734375,
+ -0.0240936279296875,
+ -0.0013036727905273438,
+ -0.022918701171875,
+ 0.0426025390625,
+ -0.03631591796875,
+ -0.005706787109375,
+ -0.00449371337890625,
+ -0.03936767578125,
+ -0.0267791748046875,
+ 0.01114654541015625,
+ 0.037750244140625,
+ -0.0088958740234375,
+ 0.003955841064453125,
+ 0.01375579833984375,
+ 0.041717529296875,
+ -0.044769287109375,
+ 0.06256103515625,
+ -0.00402069091796875,
+ -0.003124237060546875,
+ 0.0269622802734375,
+ -0.00449371337890625,
+ 0.01348114013671875,
+ 0.01456451416015625,
+ 0.00579833984375,
+ -0.037017822265625,
+ -0.00836181640625,
+ -0.07049560546875,
+ 0.01100921630859375,
+ -0.01500701904296875,
+ -0.01348114013671875,
+ 0.0031452178955078125,
+ -0.01110076904296875,
+ -0.0726318359375,
+ -0.0009946823120117188,
+ 0.04962158203125,
+ -0.01195526123046875,
+ 0.01105499267578125,
+ -0.04925537109375,
+ 0.01195526123046875,
+ -0.0177001953125,
+ 0.02642822265625,
+ 0.031280517578125,
+ -0.024444580078125,
+ 0.00962066650390625,
+ -0.0081329345703125,
+ -0.04998779296875,
+ 0.035064697265625,
+ 0.01483154296875,
+ 0.04962158203125,
+ 0.04583740234375,
+ 0.0189666748046875,
+ -0.022918701171875,
+ 0.01357269287109375,
+ -0.008087158203125,
+ -0.04925537109375,
+ 0.006290435791015625,
+ -0.00620269775390625,
+ 0.031829833984375,
+ -0.0220184326171875,
+ -0.016357421875,
+ 0.030914306640625,
+ 0.0517578125,
+ 0.031097412109375,
+ -0.027679443359375,
+ 0.0014495849609375,
+ -0.00270843505859375,
+ 0.0124969482421875,
+ 0.0772705078125,
+ -0.04315185546875,
+ -0.040985107421875,
+ 0.0002865791320800781,
+ 0.00496673583984375,
+ 0.006336212158203125,
+ 0.037017822265625,
+ 0.006786346435546875,
+ -0.01186370849609375,
+ -0.0002486705780029297,
+ 0.01824951171875,
+ -0.00444793701171875,
+ -0.03973388671875,
+ 0.01312255859375,
+ 0.01015472412109375,
+ 0.016448974609375,
+ 0.045135498046875,
+ 0.02947998046875,
+ 0.07586669921875,
+ -0.0088958740234375,
+ -0.0082244873046875,
+ 0.044219970703125,
+ 0.06292724609375,
+ 0.0177001953125,
+ -0.0160064697265625,
+ -0.0262451171875,
+ 0.016357421875,
+ 0.0185089111328125,
+ -0.031280517578125,
+ -0.038116455078125,
+ -0.006290435791015625,
+ 0.0273284912109375,
+ -0.044036865234375,
+ -0.0021343231201171875,
+ 0.003032684326171875,
+ 0.0170745849609375,
+ 0.0239105224609375,
+ 0.01105499267578125,
+ -0.0205841064453125,
+ 0.0206756591796875,
+ 0.016082763671875,
+ -0.053924560546875,
+ 0.014923095703125,
+ -0.033447265625,
+ -0.0014944076538085938,
+ 0.06402587890625,
+ 0.043670654296875,
+ 0.006561279296875,
+ 0.0301971435546875,
+ -0.004360198974609375,
+ 0.0283966064453125,
+ 0.01428985595703125,
+ 0.0172576904296875,
+ 0.014739990234375,
+ 0.0141143798828125,
+ 0.040435791015625,
+ 0.048187255859375,
+ -0.0305633544921875,
+ -0.0123138427734375,
+ 0.00501251220703125,
+ 0.00791168212890625,
+ 0.054656982421875,
+ 0.052490234375,
+ -0.01258087158203125,
+ -0.016632080078125,
+ 0.0124969482421875,
+ -0.053558349609375,
+ 0.024261474609375,
+ -0.0133056640625,
+ 0.032012939453125,
+ -0.060028076171875,
+ -0.033782958984375,
+ 0.00948333740234375,
+ -0.04852294921875,
+ 0.0460205078125,
+ 0.030914306640625,
+ -0.002044677734375,
+ -0.0114593505859375,
+ 0.056793212890625,
+ 0.00012636184692382812,
+ -0.0224761962890625,
+ -0.0138397216796875,
+ -0.003932952880859375,
+ -0.0289459228515625,
+ -0.01348114013671875,
+ -0.0235443115234375,
+ 0.0225677490234375,
+ -0.0133056640625,
+ -0.0528564453125,
+ -0.016632080078125,
+ 0.0517578125,
+ -0.03216552734375,
+ -0.021575927734375,
+ -0.02947998046875,
+ -0.00611114501953125,
+ -0.0240936279296875,
+ -0.0186920166015625,
+ -0.031097412109375,
+ -0.01312255859375,
+ 0.0099334716796875,
+ -0.031829833984375,
+ 0.0049896240234375,
+ -0.03955078125,
+ -0.0305633544921875,
+ -0.0287628173828125,
+ -0.0219268798828125,
+ -0.061492919921875,
+ 0.0184326171875,
+ -0.0289459228515625,
+ 0.04852294921875,
+ 0.019866943359375,
+ 0.04315185546875,
+ 0.03900146484375,
+ 0.057159423828125,
+ -0.028228759765625,
+ -0.00408935546875,
+ -0.040435791015625,
+ -0.042236328125,
+ 0.01312255859375,
+ 0.009796142578125,
+ 0.0026073455810546875,
+ -0.05645751953125,
+ -0.0004410743713378906,
+ 0.0364990234375,
+ -0.08380126953125,
+ 0.0206756591796875,
+ -0.01267242431640625,
+ -0.03326416015625,
+ -0.03216552734375,
+ -0.007144927978515625,
+ 0.0008764266967773438,
+ 0.03900146484375,
+ 0.0909423828125,
+ -0.01419830322265625,
+ -0.01617431640625,
+ -0.0036411285400390625,
+ -0.050689697265625,
+ 0.044403076171875,
+ -0.0019321441650390625,
+ 0.0219268798828125,
+ -0.03900146484375,
+ 0.028228759765625,
+ 0.037567138671875,
+ -0.019866943359375,
+ 0.0273284912109375,
+ -0.06329345703125,
+ 0.0139312744140625,
+ 0.032012939453125,
+ 0.01123809814453125,
+ -0.01528167724609375,
+ 0.01806640625,
+ -0.03955078125,
+ -0.0323486328125,
+ -0.004405975341796875,
+ 0.028228759765625,
+ 0.041168212890625,
+ 0.019500732421875,
+ -0.04010009765625,
+ -0.0124053955078125,
+ 0.0239105224609375,
+ -0.06939697265625,
+ -0.024444580078125,
+ -0.044036865234375,
+ 0.043670654296875,
+ 0.00611114501953125,
+ -0.01258087158203125,
+ 0.042236328125,
+ 0.0091705322265625,
+ 0.0064697265625,
+ -0.002719879150390625,
+ 0.059326171875,
+ -0.04998779296875,
+ -0.0084075927734375,
+ -0.005573272705078125,
+ 0.0399169921875,
+ -0.0026397705078125,
+ -0.0011234283447265625,
+ -0.0036182403564453125,
+ -0.0025959014892578125,
+ 0.041900634765625,
+ -0.03900146484375,
+ 0.054656982421875,
+ 0.05609130859375,
+ -0.05322265625,
+ -0.0726318359375,
+ -0.029296875,
+ -0.0114593505859375,
+ 0.0170745849609375,
+ -0.032012939453125,
+ 0.037567138671875,
+ 0.006786346435546875,
+ 0.0003032684326171875,
+ -0.0999755859375,
+ 0.037017822265625,
+ -0.023193359375,
+ 0.031646728515625,
+ 0.013214111328125,
+ -0.01537322998046875,
+ -0.04852294921875,
+ -0.04241943359375,
+ -0.0033473968505859375,
+ 0.01375579833984375,
+ 0.0009775161743164062,
+ 0.01519012451171875,
+ -0.01788330078125,
+ -0.00791168212890625,
+ 0.0026187896728515625,
+ -0.037017822265625,
+ 0.0140228271484375,
+ 0.06292724609375,
+ 0.0121307373046875,
+ -0.01177215576171875,
+ 0.056793212890625,
+ -0.033447265625,
+ -0.0025959014892578125,
+ -0.031280517578125,
+ 0.004405975341796875,
+ -0.0013036727905273438,
+ -0.0186920166015625,
+ -0.005237579345703125,
+ -0.00611114501953125,
+ 0.036865234375,
+ 0.04010009765625,
+ -0.02301025390625,
+ 0.01338958740234375,
+ -0.0025501251220703125,
+ 0.0018205642700195312,
+ 0.01500701904296875,
+ -0.0010395050048828125,
+ 0.00705718994140625,
+ 0.033782958984375,
+ 0.0099334716796875,
+ -0.038299560546875,
+ -0.051422119140625,
+ -0.08770751953125,
+ 0.0003216266632080078,
+ -0.037017822265625,
+ -0.053924560546875,
+ 0.02337646484375,
+ 0.0269622802734375,
+ 0.019866943359375,
+ -0.00791168212890625,
+ 0.007415771484375,
+ -0.03363037109375,
+ -0.0123138427734375,
+ -0.0219268798828125,
+ -0.006561279296875,
+ -0.0140228271484375,
+ 0.0096588134765625,
+ -0.005886077880859375,
+ -0.05645751953125,
+ 0.034149169921875,
+ -0.0114593505859375,
+ 0.019866943359375,
+ -0.0010557174682617188,
+ 0.004673004150390625,
+ -0.047821044921875,
+ 0.0189666748046875,
+ -0.0927734375,
+ -0.0301971435546875,
+ 0.01528167724609375,
+ -0.0173492431640625,
+ 0.016357421875,
+ -0.047821044921875,
+ 0.0426025390625,
+ -0.01276397705078125,
+ -0.059326171875,
+ 0.0269622802734375,
+ -0.0004410743713378906,
+ -0.023193359375,
+ 0.0174407958984375,
+ -0.0305633544921875,
+ 0.0084075927734375,
+ 0.005123138427734375,
+ 0.0223846435546875,
+ 0.016632080078125,
+ 0.00943756103515625,
+ -0.0225677490234375,
+ -0.01537322998046875,
+ 0.007503509521484375,
+ 0.01128387451171875,
+ 0.00957489013671875,
+ 0.03863525390625,
+ 0.0190582275390625,
+ -0.01500701904296875,
+ 0.0115966796875,
+ 0.00330352783203125,
+ -0.08123779296875,
+ -0.033782958984375,
+ -0.04638671875,
+ -0.043670654296875,
+ -0.020050048828125,
+ 0.07763671875,
+ 0.0285797119140625,
+ -0.00044655799865722656,
+ -0.0113677978515625,
+ 0.0794677734375,
+ 0.02301025390625,
+ 0.014923095703125,
+ -0.004425048828125,
+ -0.031097412109375,
+ -0.051422119140625,
+ 0.034332275390625,
+ 0.01537322998046875,
+ -0.06903076171875,
+ 0.0235443115234375,
+ 0.0794677734375,
+ -0.01617431640625,
+ -0.016265869140625,
+ -0.0004830360412597656,
+ -0.00420379638671875,
+ 0.033966064453125,
+ 0.003955841064453125,
+ -0.0032806396484375,
+ -0.0711669921875,
+ 0.003505706787109375,
+ 0.019866943359375,
+ -0.0177001953125,
+ -0.00501251220703125,
+ -0.007282257080078125,
+ -0.0186004638671875,
+ 0.03363037109375,
+ -0.07513427734375,
+ 0.0034389495849609375,
+ -0.0174407958984375,
+ 0.06903076171875,
+ 0.0012416839599609375,
+ -0.0364990234375,
+ -0.0140228271484375,
+ 0.06903076171875,
+ 0.041717529296875,
+ -0.019500732421875,
+ 0.005977630615234375,
+ 0.01091766357421875,
+ 0.003955841064453125,
+ 0.024627685546875,
+ 0.041900634765625,
+ -0.0138397216796875,
+ 0.0188751220703125,
+ 0.0140228271484375,
+ -0.048187255859375,
+ 0.037567138671875,
+ -0.034332275390625,
+ -0.0124053955078125,
+ 0.0219268798828125,
+ -0.024261474609375,
+ -0.037017822265625,
+ -0.08123779296875,
+ 0.059326171875,
+ -0.007686614990234375,
+ 0.01105499267578125,
+ 0.0262451171875,
+ -0.005100250244140625,
+ -0.0035724639892578125,
+ 0.0204925537109375,
+ 0.021484375,
+ 0.0018310546875,
+ 0.021759033203125,
+ 0.0209503173828125,
+ 0.007595062255859375,
+ 0.031097412109375,
+ 0.0018758773803710938,
+ -0.026611328125,
+ 0.031829833984375,
+ -0.031829833984375,
+ -0.021575927734375,
+ -0.08343505859375,
+ 0.0023365020751953125,
+ 0.0251617431640625,
+ -0.0271453857421875,
+ 0.01186370849609375,
+ -0.033447265625,
+ 0.016082763671875,
+ -0.0218353271484375,
+ -0.04583740234375,
+ 0.00777435302734375,
+ 0.023193359375,
+ -0.035247802734375,
+ 0.021575927734375,
+ 0.010650634765625,
+ -0.00568389892578125,
+ 0.01123809814453125,
+ -0.04351806640625,
+ 0.0718994140625,
+ 0.034149169921875,
+ -0.004608154296875,
+ 0.016357421875,
+ 0.031829833984375,
+ 0.004741668701171875,
+ 0.040618896484375,
+ 0.045654296875,
+ 0.0133056640625,
+ -0.021026611328125,
+ 0.058258056640625,
+ 0.061126708984375,
+ -0.00665283203125,
+ -0.03863525390625,
+ 0.0283966064453125,
+ 0.0021572113037109375,
+ -0.03668212890625,
+ 0.045135498046875,
+ -0.0065155029296875,
+ 0.0208587646484375,
+ 0.00962066650390625,
+ 0.009124755859375,
+ -0.017974853515625,
+ -0.0225677490234375,
+ 0.044769287109375,
+ 0.0023250579833984375,
+ -0.0058441162109375,
+ 0.01338958740234375,
+ -0.057525634765625,
+ 0.057159423828125,
+ -0.0007977485656738281,
+ 0.057891845703125,
+ -0.006381988525390625,
+ 0.040802001953125,
+ 0.005550384521484375,
+ 0.00876617431640625,
+ -0.0283966064453125,
+ -0.0133056640625,
+ 0.00876617431640625,
+ 0.0224761962890625,
+ -0.03668212890625,
+ 0.061492919921875,
+ 0.0023479461669921875,
+ -0.016448974609375,
+ -0.04205322265625,
+ -0.023193359375,
+ -0.028228759765625,
+ -0.010833740234375,
+ 0.047821044921875,
+ -0.05535888671875,
+ 0.01428985595703125,
+ 0.003955841064453125,
+ 0.0074615478515625,
+ 0.060760498046875,
+ -0.00939178466796875,
+ 0.03363037109375,
+ 0.0208587646484375,
+ 0.0009212493896484375,
+ -0.037933349609375,
+ -0.00934600830078125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "dmg-mounting",
+ "write-protection",
+ "shadow-files",
+ "spotlight-indexing",
+ "image-conversion",
+ "forensic-imaging",
+ "read-only-access"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Nextcloud",
+ "type": "tool",
+ "name": "Nextcloud",
+ "content": "nextcloud ermöglicht sichere cloud-collaboration für forensik-teams mit end-to-end-verschlüsselung und granularen berechtigungen. file-sharing mit ablaufdaten, versionierung dokumentiert alle änderungen, collabora/onlyoffice-integration unterstützt gemeinsame berichterstellung. talk verschlüsselt video-konferenzen, flow automatisiert workflows (\"wenn report fertig → benachrichtige team\"). audit-logs für compliance, federation vernetzt mehrere behörden-instanzen. dsgvo-konform durch eigene server-kontrolle. web-interface collaboration secure-sharing multi-user-support encrypted-reports rbac end-to-end-encryption audit-logging workflow-automation video-conferencing version-control federation incident-response static-investigations malware-analysis fraud-investigation network-forensics mobile-forensics cloud-forensics ics-forensics reporting",
+ "embedding": [
+ -0.0234222412109375,
+ 0.00707244873046875,
+ 0.0227508544921875,
+ 0.0198822021484375,
+ 0.031341552734375,
+ 0.03173828125,
+ 0.045501708984375,
+ 0.0005946159362792969,
+ -0.0242767333984375,
+ -0.01806640625,
+ -0.028289794921875,
+ 0.0330810546875,
+ -0.01357269287109375,
+ -0.004634857177734375,
+ -0.060028076171875,
+ 0.03765869140625,
+ -0.0169219970703125,
+ 0.037841796875,
+ 0.0234222412109375,
+ -0.0089874267578125,
+ -0.0154876708984375,
+ 0.0006542205810546875,
+ -0.05084228515625,
+ -0.0014276504516601562,
+ -0.026763916015625,
+ 0.0132904052734375,
+ -0.01395416259765625,
+ -0.09368896484375,
+ -0.0277252197265625,
+ 0.0279083251953125,
+ 0.01529693603515625,
+ -0.038055419921875,
+ -0.012237548828125,
+ 0.0347900390625,
+ 0.010040283203125,
+ -0.0236053466796875,
+ 0.00922393798828125,
+ -0.0631103515625,
+ -0.036895751953125,
+ 0.0248565673828125,
+ -0.01462554931640625,
+ 0.002437591552734375,
+ 0.0182647705078125,
+ 0.031158447265625,
+ -0.02886962890625,
+ -0.03631591796875,
+ -0.0307769775390625,
+ -0.0243682861328125,
+ 0.00778961181640625,
+ -0.0228424072265625,
+ 0.01080322265625,
+ 0.032318115234375,
+ -0.0093231201171875,
+ 0.005710601806640625,
+ -0.0218963623046875,
+ 0.0108489990234375,
+ -0.01080322265625,
+ -0.01424407958984375,
+ -0.055450439453125,
+ 0.039764404296875,
+ -0.0250396728515625,
+ -0.015869140625,
+ 0.0002868175506591797,
+ 0.00022554397583007812,
+ 0.005306243896484375,
+ 0.030975341796875,
+ -0.03155517578125,
+ -0.0216064453125,
+ 0.001888275146484375,
+ -0.03192138671875,
+ 0.00740814208984375,
+ 0.035186767578125,
+ -0.0303955078125,
+ 0.047027587890625,
+ -0.032867431640625,
+ -0.042449951171875,
+ 0.0303955078125,
+ 0.0243682861328125,
+ -0.0015172958374023438,
+ 0.0061187744140625,
+ -0.052764892578125,
+ 0.0025806427001953125,
+ 0.03729248046875,
+ -0.00951385498046875,
+ -0.035736083984375,
+ -0.0300140380859375,
+ 0.0292510986328125,
+ 0.007598876953125,
+ -0.005855560302734375,
+ 0.0242767333984375,
+ 0.030975341796875,
+ -0.035552978515625,
+ 0.010894775390625,
+ -0.038604736328125,
+ 0.050079345703125,
+ 0.060028076171875,
+ -0.006450653076171875,
+ -0.013671875,
+ 0.0212249755859375,
+ 0.042449951171875,
+ 0.003082275390625,
+ -0.02886962890625,
+ 0.053924560546875,
+ -0.0079345703125,
+ 0.0258026123046875,
+ -0.0277252197265625,
+ -0.00965118408203125,
+ -0.013092041015625,
+ -0.006977081298828125,
+ 0.00506591796875,
+ -0.09747314453125,
+ -0.051239013671875,
+ -0.02447509765625,
+ -0.056976318359375,
+ 0.002079010009765625,
+ 0.00778961181640625,
+ 0.00960540771484375,
+ 0.0699462890625,
+ -0.0634765625,
+ -0.0401611328125,
+ 0.0140533447265625,
+ 0.017486572265625,
+ 0.0001246929168701172,
+ 0.0175933837890625,
+ -0.042236328125,
+ -0.0550537109375,
+ 0.0194091796875,
+ 0.011993408203125,
+ -0.01251983642578125,
+ -0.03497314453125,
+ -0.01529693603515625,
+ -0.0279083251953125,
+ -0.00542449951171875,
+ -0.054290771484375,
+ -0.010894775390625,
+ -0.041290283203125,
+ 0.02734375,
+ -0.0012187957763671875,
+ 0.006931304931640625,
+ 0.0194091796875,
+ 0.039581298828125,
+ -0.04071044921875,
+ -0.052764892578125,
+ -0.0219879150390625,
+ -0.0546875,
+ -0.0330810546875,
+ -0.039581298828125,
+ 0.060791015625,
+ -0.0263824462890625,
+ -0.0298309326171875,
+ -0.0010576248168945312,
+ 0.002986907958984375,
+ 0.0303955078125,
+ 0.0127105712890625,
+ 0.00024199485778808594,
+ -0.006450653076171875,
+ -0.005664825439453125,
+ -0.0093231201171875,
+ 0.0279083251953125,
+ 0.0204620361328125,
+ -0.03021240234375,
+ 0.0123291015625,
+ 0.0037994384765625,
+ 0.032867431640625,
+ -0.0100860595703125,
+ -0.025421142578125,
+ -0.01123046875,
+ 0.0075531005859375,
+ -0.002460479736328125,
+ 0.01036834716796875,
+ 0.0194091796875,
+ 0.0030460357666015625,
+ 0.058502197265625,
+ 0.05047607421875,
+ 0.000522613525390625,
+ 0.03729248046875,
+ 0.00783538818359375,
+ -0.0347900390625,
+ 0.04052734375,
+ 0.01471710205078125,
+ -0.00470733642578125,
+ -0.01395416259765625,
+ 0.0550537109375,
+ -0.003704071044921875,
+ 0.0101318359375,
+ 0.0017328262329101562,
+ -0.043975830078125,
+ 0.00466156005859375,
+ -0.033660888671875,
+ -0.0002448558807373047,
+ -0.0269622802734375,
+ -0.018829345703125,
+ -0.006500244140625,
+ 0.0221710205078125,
+ 0.053924560546875,
+ 0.05926513671875,
+ 0.0305938720703125,
+ -0.0154876708984375,
+ 0.038238525390625,
+ -0.005374908447265625,
+ -0.01654052734375,
+ 0.02313232421875,
+ -0.0048980712890625,
+ 0.03192138671875,
+ 0.009033203125,
+ 0.006595611572265625,
+ -0.0068359375,
+ 0.047210693359375,
+ 0.00702667236328125,
+ -0.00702667236328125,
+ -0.0009737014770507812,
+ 0.043212890625,
+ -0.023040771484375,
+ -0.044342041015625,
+ -0.06732177734375,
+ -0.035552978515625,
+ -0.01209259033203125,
+ -0.02618408203125,
+ -0.045867919921875,
+ 0.03155517578125,
+ -0.015960693359375,
+ -0.0546875,
+ -0.0220794677734375,
+ 0.0321044921875,
+ 0.0022106170654296875,
+ 0.04931640625,
+ 0.0330810546875,
+ -0.01280975341796875,
+ -0.0374755859375,
+ 0.0055694580078125,
+ 0.005878448486328125,
+ 0.0279083251953125,
+ -0.017486572265625,
+ 0.032318115234375,
+ 0.00006270408630371094,
+ -0.04205322265625,
+ 0.039764404296875,
+ 0.029052734375,
+ 0.010894775390625,
+ 0.01433563232421875,
+ -0.00778961181640625,
+ 0.025238037109375,
+ -0.00913238525390625,
+ 0.03729248046875,
+ 0.028106689453125,
+ -0.0003733634948730469,
+ 0.00635528564453125,
+ 0.0127105712890625,
+ 0.036529541015625,
+ 0.036712646484375,
+ -0.03497314453125,
+ -0.0000032782554626464844,
+ -0.07415771484375,
+ -0.0145263671875,
+ -0.06842041015625,
+ -0.043212890625,
+ -0.047607421875,
+ -0.058502197265625,
+ 0.05657958984375,
+ -0.039581298828125,
+ -0.01242828369140625,
+ -0.03155517578125,
+ 0.0090789794921875,
+ -0.00394439697265625,
+ 0.039764404296875,
+ -0.0178680419921875,
+ -0.019500732421875,
+ 0.0172119140625,
+ 0.060791015625,
+ 0.031158447265625,
+ -0.0078887939453125,
+ 0.0035610198974609375,
+ 0.0115203857421875,
+ 0.0164337158203125,
+ 0.0170135498046875,
+ -0.0013685226440429688,
+ 0.006786346435546875,
+ 0.0300140380859375,
+ 0.0167236328125,
+ 0.0263824462890625,
+ -0.00521087646484375,
+ 0.0233306884765625,
+ 0.004970550537109375,
+ 0.0258026123046875,
+ -0.04779052734375,
+ -0.0100860595703125,
+ -0.0032501220703125,
+ 0.01242828369140625,
+ -0.0145263671875,
+ -0.064208984375,
+ 0.0279083251953125,
+ 0.07037353515625,
+ 0.00702667236328125,
+ -0.0021991729736328125,
+ 0.006977081298828125,
+ -0.0269622802734375,
+ 0.00013148784637451172,
+ 0.0175933837890625,
+ -0.006595611572265625,
+ 0.01806640625,
+ 0.05084228515625,
+ -0.03326416015625,
+ 0.0083160400390625,
+ -0.0101776123046875,
+ -0.005519866943359375,
+ -0.026580810546875,
+ -0.0418701171875,
+ 0.00592803955078125,
+ -0.00774383544921875,
+ -0.042633056640625,
+ -0.00740814208984375,
+ 0.03900146484375,
+ -0.00855255126953125,
+ -0.00162506103515625,
+ -0.02093505859375,
+ 0.01280975341796875,
+ -0.038818359375,
+ -0.06573486328125,
+ 0.003536224365234375,
+ -0.042816162109375,
+ -0.03021240234375,
+ -0.006023406982421875,
+ 0.032501220703125,
+ 0.004589080810546875,
+ 0.020843505859375,
+ 0.005710601806640625,
+ -0.02886962890625,
+ -0.038818359375,
+ 0.020843505859375,
+ -0.0105133056640625,
+ 0.02618408203125,
+ 0.0101318359375,
+ 0.023712158203125,
+ 0.03460693359375,
+ 0.04205322265625,
+ 0.0140533447265625,
+ 0.05316162109375,
+ 0.02008056640625,
+ -0.0284881591796875,
+ 0.00821685791015625,
+ -0.00740814208984375,
+ -0.00592803955078125,
+ 0.03631591796875,
+ -0.01166534423828125,
+ -0.04052734375,
+ 0.004779815673828125,
+ -0.048187255859375,
+ 0.0263824462890625,
+ 0.03155517578125,
+ 0.01462554931640625,
+ 0.0307769775390625,
+ -0.0045166015625,
+ 0.023895263671875,
+ 0.0479736328125,
+ 0.01519775390625,
+ 0.09063720703125,
+ -0.011993408203125,
+ -0.037841796875,
+ 0.0098419189453125,
+ 0.043212890625,
+ -0.035186767578125,
+ -0.006259918212890625,
+ 0.0489501953125,
+ 0.0035839080810546875,
+ 0.00023305416107177734,
+ 0.0093231201171875,
+ -0.0148162841796875,
+ 0.0235137939453125,
+ -0.0182647705078125,
+ 0.002986907958984375,
+ -0.0164337158203125,
+ -0.018157958984375,
+ 0.0170135498046875,
+ 0.043792724609375,
+ 0.031158447265625,
+ -0.0001926422119140625,
+ 0.02313232421875,
+ -0.01061248779296875,
+ -0.0298309326171875,
+ -0.05352783203125,
+ -0.064208984375,
+ 0.00998687744140625,
+ 0.02398681640625,
+ -0.0086517333984375,
+ 0.037078857421875,
+ -0.0030117034912109375,
+ -0.05926513671875,
+ 0.010894775390625,
+ -0.024658203125,
+ 0.055816650390625,
+ 0.025421142578125,
+ 0.030975341796875,
+ 0.044158935546875,
+ -0.0190277099609375,
+ -0.0185394287109375,
+ 0.038238525390625,
+ 0.0101776123046875,
+ 0.0256195068359375,
+ 0.02178955078125,
+ 0.04071044921875,
+ -0.00327301025390625,
+ -0.0277252197265625,
+ 0.022552490234375,
+ 0.0445556640625,
+ 0.00884246826171875,
+ 0.002902984619140625,
+ 0.0241851806640625,
+ 0.026580810546875,
+ 0.034423828125,
+ -0.02886962890625,
+ 0.039947509765625,
+ 0.0212249755859375,
+ -0.04473876953125,
+ -0.0086517333984375,
+ -0.005374908447265625,
+ 0.00669097900390625,
+ -0.051605224609375,
+ -0.0133819580078125,
+ -0.00841522216796875,
+ 0.039947509765625,
+ -0.010467529296875,
+ 0.0391845703125,
+ -0.035736083984375,
+ -0.002880096435546875,
+ 0.0241851806640625,
+ -0.05316162109375,
+ 0.0205535888671875,
+ 0.023040771484375,
+ -0.0083160400390625,
+ 0.0211181640625,
+ -0.0213165283203125,
+ -0.0170135498046875,
+ 0.02618408203125,
+ -0.0133819580078125,
+ -0.0162506103515625,
+ 0.01471710205078125,
+ 0.03900146484375,
+ -0.061187744140625,
+ -0.055450439453125,
+ -0.03460693359375,
+ -0.01074981689453125,
+ 0.006740570068359375,
+ -0.026580810546875,
+ 0.0172119140625,
+ -0.0105133056640625,
+ -0.00344085693359375,
+ 0.003345489501953125,
+ 0.042449951171875,
+ 0.03326416015625,
+ -0.04644775390625,
+ 0.058868408203125,
+ -0.0028324127197265625,
+ -0.04052734375,
+ 0.031341552734375,
+ 0.0211181640625,
+ 0.018829345703125,
+ -0.032501220703125,
+ -0.023223876953125,
+ -0.0141448974609375,
+ 0.01739501953125,
+ -0.00836181640625,
+ 0.00846099853515625,
+ -0.0226593017578125,
+ -0.0269622802734375,
+ -0.05810546875,
+ 0.029052734375,
+ 0.021697998046875,
+ 0.0305938720703125,
+ -0.0300140380859375,
+ -0.0260009765625,
+ 0.018157958984375,
+ -0.05657958984375,
+ -0.019683837890625,
+ -0.02447509765625,
+ 0.0240936279296875,
+ -0.01959228515625,
+ 0.05316162109375,
+ -0.004085540771484375,
+ 0.00960540771484375,
+ -0.0214996337890625,
+ 0.033660888671875,
+ 0.007358551025390625,
+ -0.0286712646484375,
+ -0.05316162109375,
+ 0.04473876953125,
+ 0.0303955078125,
+ -0.06536865234375,
+ -0.00893402099609375,
+ 0.0041351318359375,
+ -0.0003151893615722656,
+ 0.04339599609375,
+ -0.0604248046875,
+ 0.0007348060607910156,
+ 0.0132904052734375,
+ -0.0604248046875,
+ -0.024658203125,
+ -0.0330810546875,
+ -0.00778961181640625,
+ -0.0300140380859375,
+ 0.02734375,
+ 0.044158935546875,
+ -0.015106201171875,
+ 0.025421142578125,
+ 0.00740814208984375,
+ 0.0164337158203125,
+ 0.04473876953125,
+ -0.01519775390625,
+ -0.026580810546875,
+ 0.03765869140625,
+ -0.06573486328125,
+ -0.03631591796875,
+ -0.006450653076171875,
+ 0.05657958984375,
+ -0.0194091796875,
+ -0.015960693359375,
+ 0.0228424072265625,
+ -0.0028324127197265625,
+ 0.04779052734375,
+ -0.042449951171875,
+ 0.0014333724975585938,
+ -0.04168701171875,
+ -0.036895751953125,
+ -0.01739501953125,
+ -0.01357269287109375,
+ -0.01319122314453125,
+ 0.00563812255859375,
+ 0.00888824462890625,
+ -0.003513336181640625,
+ 0.035369873046875,
+ -0.06805419921875,
+ 0.01348114013671875,
+ 0.034027099609375,
+ -0.002628326416015625,
+ 0.00893402099609375,
+ 0.0204620361328125,
+ -0.0090789794921875,
+ 0.01055908203125,
+ 0.01348114013671875,
+ -0.0248565673828125,
+ -0.03900146484375,
+ -0.061187744140625,
+ 0.045501708984375,
+ -0.0079803466796875,
+ 0.00860595703125,
+ -0.044342041015625,
+ -0.032867431640625,
+ -0.055450439453125,
+ -0.005161285400390625,
+ 0.058502197265625,
+ 0.0211181640625,
+ 0.0250396728515625,
+ 0.004398345947265625,
+ -0.0212249755859375,
+ 0.0032024383544921875,
+ -0.0170135498046875,
+ 0.023223876953125,
+ -0.018646240234375,
+ 0.0009860992431640625,
+ 0.0391845703125,
+ -0.047027587890625,
+ 0.0156707763671875,
+ 0.019500732421875,
+ 0.03021240234375,
+ 0.01654052734375,
+ 0.019500732421875,
+ -0.03155517578125,
+ 0.0189208984375,
+ -0.0156707763671875,
+ -0.038604736328125,
+ 0.0034885406494140625,
+ -0.0242767333984375,
+ 0.005184173583984375,
+ -0.04205322265625,
+ 0.0029277801513671875,
+ 0.00360870361328125,
+ 0.0321044921875,
+ 0.0197906494140625,
+ -0.0078887939453125,
+ -0.01433563232421875,
+ 0.0260009765625,
+ 0.0031070709228515625,
+ 0.04644775390625,
+ -0.0256195068359375,
+ -0.055450439453125,
+ -0.0101318359375,
+ -0.0185394287109375,
+ 0.01433563232421875,
+ 0.053924560546875,
+ -0.00021064281463623047,
+ -0.0294342041015625,
+ -0.00453948974609375,
+ 0.0211181640625,
+ 0.0119476318359375,
+ -0.0305938720703125,
+ 0.01065826416015625,
+ 0.0234222412109375,
+ 0.029052734375,
+ 0.0445556640625,
+ 0.00437164306640625,
+ 0.08258056640625,
+ 0.01132965087890625,
+ -0.004947662353515625,
+ 0.05352783203125,
+ 0.042633056640625,
+ 0.0218963623046875,
+ -0.0303955078125,
+ -0.060028076171875,
+ -0.0014095306396484375,
+ 0.015777587890625,
+ -0.0243682861328125,
+ -0.036712646484375,
+ -0.00922393798828125,
+ 0.034210205078125,
+ -0.069580078125,
+ -0.0133819580078125,
+ -0.02178955078125,
+ 0.0227508544921875,
+ 0.004947662353515625,
+ 0.0229339599609375,
+ 0.01319122314453125,
+ 0.0011110305786132812,
+ 0.01065826416015625,
+ -0.02093505859375,
+ 0.01213836669921875,
+ -0.01218414306640625,
+ 0.0126190185546875,
+ 0.044342041015625,
+ 0.023223876953125,
+ -0.0292510986328125,
+ 0.0321044921875,
+ 0.0298309326171875,
+ 0.020843505859375,
+ 0.04473876953125,
+ 0.035552978515625,
+ 0.055816650390625,
+ 0.0227508544921875,
+ 0.04052734375,
+ 0.0806884765625,
+ -0.01103973388671875,
+ -0.0300140380859375,
+ 0.03729248046875,
+ 0.002796173095703125,
+ 0.061187744140625,
+ 0.061187744140625,
+ 0.0011167526245117188,
+ 0.016632080078125,
+ -0.0020904541015625,
+ -0.023223876953125,
+ -0.0164337158203125,
+ -0.0026531219482421875,
+ -0.015777587890625,
+ -0.024658203125,
+ -0.056976318359375,
+ 0.0284881591796875,
+ -0.039581298828125,
+ 0.0115203857421875,
+ -0.00955963134765625,
+ -0.01300048828125,
+ 0.010040283203125,
+ 0.029052734375,
+ -0.00855255126953125,
+ -0.0604248046875,
+ 0.004253387451171875,
+ -0.0234222412109375,
+ -0.020843505859375,
+ -0.036895751953125,
+ -0.03155517578125,
+ 0.032318115234375,
+ -0.0093231201171875,
+ -0.061553955078125,
+ 0.0020198822021484375,
+ 0.0361328125,
+ -0.01123046875,
+ -0.0220794677734375,
+ -0.01023101806640625,
+ 0.015777587890625,
+ -0.0214996337890625,
+ -0.050079345703125,
+ -0.052764892578125,
+ -0.020263671875,
+ 0.004302978515625,
+ -0.02227783203125,
+ 0.003631591796875,
+ -0.017486572265625,
+ -0.021697998046875,
+ -0.007694244384765625,
+ -0.019683837890625,
+ 0.005664825439453125,
+ 0.0014638900756835938,
+ -0.039764404296875,
+ 0.0228424072265625,
+ 0.0258026123046875,
+ 0.0258026123046875,
+ 0.0523681640625,
+ 0.05352783203125,
+ 0.00508880615234375,
+ 0.0204620361328125,
+ -0.026580810546875,
+ -0.029632568359375,
+ -0.0035610198974609375,
+ -0.00563812255859375,
+ 0.018829345703125,
+ -0.05084228515625,
+ -0.0197906494140625,
+ 0.06805419921875,
+ -0.06884765625,
+ 0.031158447265625,
+ 0.0115203857421875,
+ -0.0207366943359375,
+ -0.03192138671875,
+ -0.0097503662109375,
+ -0.004566192626953125,
+ 0.038238525390625,
+ 0.0921630859375,
+ 0.03155517578125,
+ -0.0162506103515625,
+ -0.002796173095703125,
+ -0.04473876953125,
+ 0.04071044921875,
+ 0.0226593017578125,
+ 0.0167236328125,
+ -0.03729248046875,
+ 0.006450653076171875,
+ 0.0018157958984375,
+ -0.0305938720703125,
+ -0.01103973388671875,
+ -0.0867919921875,
+ -0.01491546630859375,
+ 0.03631591796875,
+ 0.009796142578125,
+ -0.0305938720703125,
+ -0.0233306884765625,
+ -0.03155517578125,
+ -0.045867919921875,
+ -0.047027587890625,
+ 0.0277252197265625,
+ 0.0145263671875,
+ 0.0025920867919921875,
+ -0.021697998046875,
+ -0.0221710205078125,
+ -0.0048980712890625,
+ -0.0550537109375,
+ -0.035736083984375,
+ -0.01080322265625,
+ 0.0307769775390625,
+ -0.00807952880859375,
+ -0.0238037109375,
+ 0.038604736328125,
+ 0.0236053466796875,
+ 0.00707244873046875,
+ 0.0104217529296875,
+ 0.059661865234375,
+ -0.030975341796875,
+ -0.0126190185546875,
+ 0.007598876953125,
+ 0.023040771484375,
+ -0.01538848876953125,
+ 0.0008482933044433594,
+ 0.00521087646484375,
+ 0.0175933837890625,
+ 0.04742431640625,
+ -0.0256195068359375,
+ 0.0523681640625,
+ 0.045867919921875,
+ -0.0236053466796875,
+ -0.051239013671875,
+ -0.0022106170654296875,
+ -0.042816162109375,
+ 0.042449951171875,
+ -0.006092071533203125,
+ 0.0199737548828125,
+ 0.01213836669921875,
+ -0.0546875,
+ -0.07611083984375,
+ 0.038818359375,
+ -0.0156707763671875,
+ 0.0031299591064453125,
+ 0.00740814208984375,
+ -0.0169219970703125,
+ -0.03326416015625,
+ -0.0127105712890625,
+ -0.02734375,
+ 0.0284881591796875,
+ -0.032318115234375,
+ 0.028106689453125,
+ -0.00006383657455444336,
+ 0.0031070709228515625,
+ -0.0004780292510986328,
+ 0.007503509521484375,
+ -0.017303466796875,
+ 0.0550537109375,
+ 0.00234222412109375,
+ -0.00917816162109375,
+ 0.07037353515625,
+ -0.0178680419921875,
+ 0.01395416259765625,
+ -0.01806640625,
+ -0.0156707763671875,
+ -0.01654052734375,
+ -0.0298309326171875,
+ -0.03729248046875,
+ 0.0216064453125,
+ 0.0207366943359375,
+ 0.0292510986328125,
+ -0.0032501220703125,
+ 0.0233306884765625,
+ -0.01739501953125,
+ -0.0033702850341796875,
+ 0.017974853515625,
+ -0.02618408203125,
+ -0.02178955078125,
+ -0.01055908203125,
+ -0.034210205078125,
+ -0.025421142578125,
+ -0.0550537109375,
+ -0.09674072265625,
+ 0.003871917724609375,
+ -0.051605224609375,
+ -0.0170135498046875,
+ 0.01251983642578125,
+ 0.032867431640625,
+ 0.0391845703125,
+ -0.0258026123046875,
+ 0.004444122314453125,
+ -0.021697998046875,
+ -0.003322601318359375,
+ -0.0361328125,
+ -0.007598876953125,
+ -0.0105133056640625,
+ 0.049713134765625,
+ 0.00998687744140625,
+ -0.035736083984375,
+ 0.0307769775390625,
+ -0.03900146484375,
+ 0.0031070709228515625,
+ -0.035186767578125,
+ -0.01280975341796875,
+ -0.0140533447265625,
+ 0.0269622802734375,
+ -0.06463623046875,
+ -0.023040771484375,
+ 0.036529541015625,
+ 0.049713134765625,
+ 0.006046295166015625,
+ -0.025421142578125,
+ 0.053924560546875,
+ -0.034027099609375,
+ -0.05621337890625,
+ -0.02752685546875,
+ -0.00807952880859375,
+ -0.0240936279296875,
+ 0.00998687744140625,
+ -0.0003943443298339844,
+ 0.023895263671875,
+ 0.00023746490478515625,
+ 0.032318115234375,
+ 0.01180267333984375,
+ 0.0284881591796875,
+ 0.028289794921875,
+ -0.0185394287109375,
+ -0.01491546630859375,
+ 0.008270263671875,
+ 0.02313232421875,
+ 0.051605224609375,
+ 0.036895751953125,
+ -0.0007348060607910156,
+ 0.0229339599609375,
+ -0.00846099853515625,
+ -0.0806884765625,
+ -0.0214080810546875,
+ -0.052764892578125,
+ -0.0292510986328125,
+ -0.004634857177734375,
+ 0.09637451171875,
+ 0.039581298828125,
+ -0.0010929107666015625,
+ 0.035736083984375,
+ 0.05657958984375,
+ 0.013671875,
+ 0.0182647705078125,
+ -0.0277252197265625,
+ -0.041290283203125,
+ -0.0065460205078125,
+ 0.004398345947265625,
+ 0.0033702850341796875,
+ -0.042236328125,
+ 0.03631591796875,
+ 0.05047607421875,
+ -0.015960693359375,
+ -0.02734375,
+ -0.013671875,
+ 0.0025691986083984375,
+ 0.0361328125,
+ 0.038818359375,
+ 0.00821685791015625,
+ -0.06268310546875,
+ 0.0199737548828125,
+ 0.0016126632690429688,
+ -0.0005793571472167969,
+ -0.03631591796875,
+ -0.030975341796875,
+ -0.018157958984375,
+ 0.039764404296875,
+ -0.052001953125,
+ -0.01500701904296875,
+ -0.005115509033203125,
+ 0.080322265625,
+ 0.015869140625,
+ -0.032867431640625,
+ -0.034027099609375,
+ 0.05926513671875,
+ 0.0214996337890625,
+ -0.0250396728515625,
+ 0.021697998046875,
+ 0.029632568359375,
+ -0.019500732421875,
+ 0.034423828125,
+ 0.0523681640625,
+ -0.00017547607421875,
+ 0.046661376953125,
+ 0.0178680419921875,
+ -0.02447509765625,
+ 0.04473876953125,
+ 0.006046295166015625,
+ 0.0256195068359375,
+ -0.036895751953125,
+ -0.044158935546875,
+ -0.0206451416015625,
+ -0.04168701171875,
+ 0.051605224609375,
+ 0.0024013519287109375,
+ 0.035186767578125,
+ 0.036895751953125,
+ 0.00702667236328125,
+ -0.02178955078125,
+ 0.01251983642578125,
+ 0.0148162841796875,
+ 0.0243682861328125,
+ 0.025421142578125,
+ -0.0172119140625,
+ 0.01032257080078125,
+ 0.00234222412109375,
+ 0.00893402099609375,
+ -0.040924072265625,
+ 0.0292510986328125,
+ -0.0269622802734375,
+ 0.007312774658203125,
+ -0.0300140380859375,
+ 0.01739501953125,
+ 0.0036563873291015625,
+ -0.0248565673828125,
+ -0.0101776123046875,
+ -0.038238525390625,
+ 0.036895751953125,
+ -0.05316162109375,
+ -0.02734375,
+ 0.010040283203125,
+ 0.035369873046875,
+ -0.03021240234375,
+ 0.039581298828125,
+ 0.01146697998046875,
+ -0.038055419921875,
+ 0.0140533447265625,
+ -0.047607421875,
+ 0.08526611328125,
+ 0.0171051025390625,
+ 0.04339599609375,
+ -0.0079345703125,
+ 0.02313232421875,
+ 0.04071044921875,
+ 0.02178955078125,
+ -0.00850677490234375,
+ 0.029052734375,
+ -0.0462646484375,
+ 0.036529541015625,
+ 0.056976318359375,
+ -0.01519775390625,
+ -0.061187744140625,
+ 0.035186767578125,
+ 0.01166534423828125,
+ -0.0634765625,
+ 0.0123291015625,
+ 0.03021240234375,
+ 0.0086517333984375,
+ -0.0192108154296875,
+ -0.00841522216796875,
+ 0.019500732421875,
+ -0.06195068359375,
+ 0.0604248046875,
+ 0.01142120361328125,
+ 0.00508880615234375,
+ 0.0330810546875,
+ -0.0292510986328125,
+ 0.05084228515625,
+ 0.0241851806640625,
+ 0.04742431640625,
+ -0.0164337158203125,
+ 0.046661376953125,
+ 0.003345489501953125,
+ -0.015777587890625,
+ -0.011993408203125,
+ 0.0116119384765625,
+ -0.0019235610961914062,
+ 0.03631591796875,
+ -0.049713134765625,
+ 0.058502197265625,
+ 0.0546875,
+ -0.004825592041015625,
+ -0.072265625,
+ -0.007358551025390625,
+ 0.0037288665771484375,
+ 0.01471710205078125,
+ 0.0374755859375,
+ -0.055816650390625,
+ 0.01500701904296875,
+ 0.00669097900390625,
+ 0.051605224609375,
+ 0.07073974609375,
+ -0.0004630088806152344,
+ 0.018157958984375,
+ 0.0003943443298339844,
+ -0.0227508544921875,
+ -0.00344085693359375,
+ -0.00836181640625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "mobile-forensics",
+ "cloud-forensics",
+ "ics-forensics"
+ ],
+ "phases": [
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "collaboration",
+ "secure-sharing",
+ "multi-user-support",
+ "encrypted-reports",
+ "rbac",
+ "end-to-end-encryption",
+ "audit-logging",
+ "workflow-automation",
+ "video-conferencing",
+ "version-control",
+ "federation"
+ ],
+ "skillLevel": "novice",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ADB",
+ "type": "tool",
+ "name": "ADB",
+ "content": "adb kommuniziert mit android-geräten für forensische datenextraktion über usb oder netzwerk ohne root-zugriff. erstellt logische backups von app-daten, installiert forensische analysewerkzeuge, erfasst live-logcats für incident-response. port-weiterleitung ermöglicht sichere remote-analyse. file-transfer-funktionen extrahieren beweise direkt vom gerät. shell-access für erweiterte forensik-kommandos. unverzichtbar für mobile-incident-response und app-entwicklungs-forensik. cli mobile device-management extraction mobile-forensics incident-response data-collection examination",
+ "embedding": [
+ -0.01331329345703125,
+ 0.019439697265625,
+ 0.01465606689453125,
+ 0.0251007080078125,
+ 0.034088134765625,
+ 0.0215606689453125,
+ 0.01983642578125,
+ -0.00852203369140625,
+ 0.0032329559326171875,
+ -0.0161895751953125,
+ -0.041961669921875,
+ 0.0716552734375,
+ 0.00933837890625,
+ -0.02069091796875,
+ -0.05633544921875,
+ 0.028350830078125,
+ -0.002910614013671875,
+ 0.0120697021484375,
+ -0.0026702880859375,
+ -0.001071929931640625,
+ -0.0154266357421875,
+ -0.00447845458984375,
+ -0.035247802734375,
+ -0.0186767578125,
+ -0.022705078125,
+ 0.0182952880859375,
+ -0.019439697265625,
+ -0.036407470703125,
+ -0.024139404296875,
+ 0.0164794921875,
+ 0.00943756103515625,
+ -0.030853271484375,
+ -0.029510498046875,
+ 0.040435791015625,
+ 0.0177154541015625,
+ -0.042327880859375,
+ 0.00445556640625,
+ -0.022125244140625,
+ -0.0204925537109375,
+ 0.057464599609375,
+ -0.013031005859375,
+ 0.003520965576171875,
+ 0.0148468017578125,
+ 0.0011796951293945312,
+ -0.02288818359375,
+ -0.047332763671875,
+ -0.0113067626953125,
+ -0.0272064208984375,
+ 0.0264434814453125,
+ -0.0285491943359375,
+ 0.0182037353515625,
+ 0.022125244140625,
+ 0.0243377685546875,
+ 0.0034961700439453125,
+ -0.050567626953125,
+ 0.043670654296875,
+ 0.00164031982421875,
+ -0.022125244140625,
+ -0.0440673828125,
+ 0.057098388671875,
+ -0.024139404296875,
+ -0.022125244140625,
+ 0.00308990478515625,
+ -0.012359619140625,
+ 0.01082611083984375,
+ 0.0360107421875,
+ -0.0223236083984375,
+ -0.0272064208984375,
+ -0.0008802413940429688,
+ 0.0141754150390625,
+ 0.00823974609375,
+ -0.016571044921875,
+ -0.0312347412109375,
+ 0.0494384765625,
+ -0.0007901191711425781,
+ -0.0548095703125,
+ 0.0082855224609375,
+ -0.01934814453125,
+ -0.003856658935546875,
+ -0.0017242431640625,
+ -0.042327880859375,
+ -0.006992340087890625,
+ 0.025482177734375,
+ -0.009002685546875,
+ -0.0081939697265625,
+ -0.00933837890625,
+ 0.0229949951171875,
+ 0.004573822021484375,
+ -0.016387939453125,
+ -0.0006108283996582031,
+ 0.0285491943359375,
+ -0.006610870361328125,
+ 0.01312255859375,
+ -0.005435943603515625,
+ 0.050567626953125,
+ 0.068603515625,
+ -0.00952911376953125,
+ -0.000021696090698242188,
+ -0.005054473876953125,
+ 0.033721923828125,
+ 0.0137939453125,
+ -0.01398468017578125,
+ 0.062469482421875,
+ -0.012359619140625,
+ 0.043487548828125,
+ -0.036773681640625,
+ -0.00020360946655273438,
+ -0.019927978515625,
+ -0.029693603515625,
+ 0.00225067138671875,
+ -0.1019287109375,
+ -0.03466796875,
+ -0.019256591796875,
+ -0.051361083984375,
+ -0.01849365234375,
+ -0.00933837890625,
+ -0.01427459716796875,
+ 0.040435791015625,
+ -0.047698974609375,
+ -0.03466796875,
+ 0.0235595703125,
+ 0.037750244140625,
+ -0.005626678466796875,
+ -0.020782470703125,
+ -0.068603515625,
+ -0.03448486328125,
+ -0.00028443336486816406,
+ 0.0110626220703125,
+ -0.0333251953125,
+ -0.0298919677734375,
+ -0.023468017578125,
+ -0.019256591796875,
+ -0.03564453125,
+ -0.04522705078125,
+ -0.006465911865234375,
+ -0.050201416015625,
+ 0.0306549072265625,
+ 0.01800537109375,
+ 0.0197296142578125,
+ 0.01058197021484375,
+ 0.034881591796875,
+ -0.051727294921875,
+ -0.07086181640625,
+ -0.004047393798828125,
+ -0.0213623046875,
+ -0.01044464111328125,
+ -0.01427459716796875,
+ 0.0628662109375,
+ -0.03851318359375,
+ -0.007568359375,
+ -0.01015472412109375,
+ 0.01513671875,
+ 0.03564453125,
+ -0.00102996826171875,
+ -0.0096282958984375,
+ -0.0333251953125,
+ -0.0016164779663085938,
+ 0.0061798095703125,
+ 0.031982421875,
+ 0.0050048828125,
+ -0.0186767578125,
+ 0.0195465087890625,
+ -0.0039043426513671875,
+ 0.0238494873046875,
+ -0.0218353271484375,
+ -0.035064697265625,
+ -0.0251007080078125,
+ 0.00431060791015625,
+ -0.00843048095703125,
+ -0.01389312744140625,
+ 0.011444091796875,
+ -0.01715087890625,
+ 0.0498046875,
+ 0.07086181640625,
+ 0.00847625732421875,
+ 0.047515869140625,
+ 0.00876617431640625,
+ 0.0032100677490234375,
+ 0.0262451171875,
+ 0.0222320556640625,
+ -0.016571044921875,
+ -0.00838470458984375,
+ 0.041961669921875,
+ 0.02606201171875,
+ 0.0167694091796875,
+ -0.0137939453125,
+ -0.043670654296875,
+ -0.0089569091796875,
+ -0.04541015625,
+ 0.032379150390625,
+ -0.017333984375,
+ -0.0164794921875,
+ -0.004047393798828125,
+ 0.031982421875,
+ 0.0312347412109375,
+ 0.05517578125,
+ 0.036407470703125,
+ -0.0183868408203125,
+ 0.029693603515625,
+ -0.0210723876953125,
+ -0.0137939453125,
+ 0.04388427734375,
+ 0.0086669921875,
+ 0.032196044921875,
+ 0.01226043701171875,
+ 0.0140838623046875,
+ -0.01149749755859375,
+ 0.0243377685546875,
+ 0.0245208740234375,
+ -0.032379150390625,
+ -0.007232666015625,
+ 0.0222320556640625,
+ -0.018585205078125,
+ -0.042724609375,
+ -0.032379150390625,
+ -0.042144775390625,
+ 0.033538818359375,
+ -0.043304443359375,
+ -0.0245208740234375,
+ 0.00036525726318359375,
+ -0.00008755922317504883,
+ -0.06817626953125,
+ -0.00286102294921875,
+ 0.00045800209045410156,
+ -0.0068511962890625,
+ 0.036773681640625,
+ 0.0204925537109375,
+ -0.039093017578125,
+ -0.054412841796875,
+ 0.00737762451171875,
+ 0.0107269287109375,
+ 0.02337646484375,
+ 0.0116424560546875,
+ 0.015899658203125,
+ -0.022125244140625,
+ -0.005889892578125,
+ 0.043304443359375,
+ 0.03179931640625,
+ 0.01221466064453125,
+ 0.009918212890625,
+ -0.032379150390625,
+ 0.0243377685546875,
+ -0.041778564453125,
+ 0.029510498046875,
+ 0.0287322998046875,
+ -0.044647216796875,
+ 0.0148468017578125,
+ 0.0302734375,
+ 0.036773681640625,
+ 0.053253173828125,
+ -0.040435791015625,
+ 0.0068511962890625,
+ -0.061309814453125,
+ -0.0174407958984375,
+ -0.06207275390625,
+ -0.0457763671875,
+ -0.0285491943359375,
+ -0.058258056640625,
+ 0.05364990234375,
+ -0.0277862548828125,
+ -0.03045654296875,
+ -0.0020961761474609375,
+ 0.004528045654296875,
+ -0.0006108283996582031,
+ 0.0306549072265625,
+ 0.005939483642578125,
+ -0.040435791015625,
+ 0.0243377685546875,
+ 0.06170654296875,
+ -0.0134124755859375,
+ -0.003856658935546875,
+ -0.01216888427734375,
+ 0.0055084228515625,
+ 0.0030651092529296875,
+ 0.02471923828125,
+ -0.03717041015625,
+ -0.0186767578125,
+ 0.039276123046875,
+ 0.012451171875,
+ 0.0277862548828125,
+ -0.02606201171875,
+ 0.034088134765625,
+ -0.0107269287109375,
+ 0.036224365234375,
+ -0.029510498046875,
+ -0.02337646484375,
+ 0.0093841552734375,
+ 0.0141754150390625,
+ -0.025482177734375,
+ -0.039093017578125,
+ -0.005222320556640625,
+ 0.034881591796875,
+ 0.01053619384765625,
+ 0.0225067138671875,
+ 0.0127410888671875,
+ -0.061309814453125,
+ 0.006011962890625,
+ -0.0231781005859375,
+ 0.018768310546875,
+ 0.03717041015625,
+ 0.03143310546875,
+ -0.01494598388671875,
+ 0.0202178955078125,
+ 0.0182037353515625,
+ 0.0169525146484375,
+ -0.01465606689453125,
+ -0.04656982421875,
+ -0.0148468017578125,
+ 0.0272064208984375,
+ -0.04656982421875,
+ -0.02490234375,
+ 0.0252838134765625,
+ -0.0141754150390625,
+ 0.024139404296875,
+ 0.0024547576904296875,
+ 0.00742340087890625,
+ -0.031982421875,
+ -0.04388427734375,
+ -0.0106353759765625,
+ -0.01187896728515625,
+ -0.03887939453125,
+ -0.0007634162902832031,
+ 0.0160980224609375,
+ 0.0010061264038085938,
+ -0.012115478515625,
+ -0.01015472412109375,
+ -0.01389312744140625,
+ -0.04156494140625,
+ 0.032958984375,
+ -0.00905609130859375,
+ 0.0175323486328125,
+ -0.0316162109375,
+ 0.040985107421875,
+ 0.01513671875,
+ 0.042327880859375,
+ 0.0369873046875,
+ 0.07666015625,
+ 0.0202178955078125,
+ -0.01049041748046875,
+ -0.0175323486328125,
+ 0.01293182373046875,
+ 0.01044464111328125,
+ 0.01456451416015625,
+ -0.043304443359375,
+ -0.031982421875,
+ -0.005245208740234375,
+ -0.0245208740234375,
+ 0.035064697265625,
+ 0.036590576171875,
+ 0.0238494873046875,
+ 0.0238494873046875,
+ -0.049041748046875,
+ 0.02471923828125,
+ 0.06591796875,
+ 0.0037593841552734375,
+ 0.080078125,
+ -0.0017004013061523438,
+ -0.02001953125,
+ 0.00302886962890625,
+ 0.036224365234375,
+ -0.0148468017578125,
+ 0.00872039794921875,
+ 0.04559326171875,
+ 0.007328033447265625,
+ 0.007904052734375,
+ 0.0298919677734375,
+ -0.0113525390625,
+ 0.03717041015625,
+ 0.005580902099609375,
+ -0.0195465087890625,
+ 0.003185272216796875,
+ -0.005222320556640625,
+ -0.00502777099609375,
+ 0.052886962890625,
+ 0.0196380615234375,
+ -0.00431060791015625,
+ 0.022705078125,
+ -0.00881195068359375,
+ 0.00603485107421875,
+ -0.01322174072265625,
+ -0.063232421875,
+ 0.01456451416015625,
+ 0.033538818359375,
+ 0.01312255859375,
+ 0.06396484375,
+ -0.01849365234375,
+ -0.0635986328125,
+ 0.0097198486328125,
+ -0.040985107421875,
+ 0.0804443359375,
+ 0.045989990234375,
+ 0.0027790069580078125,
+ 0.04022216796875,
+ 0.002490997314453125,
+ 0.01255035400390625,
+ 0.01532745361328125,
+ 0.0148468017578125,
+ 0.0197296142578125,
+ 0.0484619140625,
+ 0.036773681640625,
+ 0.0176239013671875,
+ -0.0300750732421875,
+ 0.005748748779296875,
+ 0.0521240234375,
+ 0.01934814453125,
+ -0.0188751220703125,
+ 0.0082855224609375,
+ 0.01398468017578125,
+ 0.04827880859375,
+ -0.04119873046875,
+ 0.0223236083984375,
+ 0.007808685302734375,
+ -0.0006885528564453125,
+ 0.0213623046875,
+ -0.032379150390625,
+ 0.01216888427734375,
+ -0.03564453125,
+ 0.00847625732421875,
+ -0.0042877197265625,
+ 0.0231781005859375,
+ 0.043304443359375,
+ 0.03179931640625,
+ -0.05096435546875,
+ -0.0005626678466796875,
+ 0.05364990234375,
+ -0.058624267578125,
+ 0.0186767578125,
+ 0.019439697265625,
+ -0.047698974609375,
+ -0.006992340087890625,
+ -0.00905609130859375,
+ -0.0609130859375,
+ 0.0182037353515625,
+ -0.0251007080078125,
+ -0.0215606689453125,
+ 0.0189666748046875,
+ 0.0343017578125,
+ -0.0440673828125,
+ -0.05633544921875,
+ -0.0235595703125,
+ -0.020111083984375,
+ -0.0004341602325439453,
+ -0.0182037353515625,
+ 0.032379150390625,
+ 0.01120758056640625,
+ -0.01216888427734375,
+ 0.026824951171875,
+ 0.042327880859375,
+ 0.0097198486328125,
+ -0.062469482421875,
+ 0.063232421875,
+ -0.022705078125,
+ -0.053253173828125,
+ 0.0266265869140625,
+ 0.00464630126953125,
+ 0.03466796875,
+ -0.0400390625,
+ -0.006084442138671875,
+ -0.017333984375,
+ -0.0014486312866210938,
+ 0.0210723876953125,
+ 0.01715087890625,
+ -0.0213623046875,
+ -0.027587890625,
+ -0.043670654296875,
+ 0.03564453125,
+ 0.0106353759765625,
+ 0.047515869140625,
+ -0.0251007080078125,
+ -0.0287322998046875,
+ 0.03466796875,
+ -0.032196044921875,
+ -0.043670654296875,
+ -0.01580810546875,
+ 0.0400390625,
+ -0.040985107421875,
+ 0.068603515625,
+ -0.01494598388671875,
+ -0.021453857421875,
+ -0.01187896728515625,
+ 0.061309814453125,
+ 0.0252838134765625,
+ 0.001903533935546875,
+ -0.03985595703125,
+ 0.0360107421875,
+ 0.04022216796875,
+ -0.032562255859375,
+ -0.02203369140625,
+ 0.004047393798828125,
+ -0.0161895751953125,
+ 0.043670654296875,
+ -0.0316162109375,
+ 0.0036411285400390625,
+ -0.019439697265625,
+ -0.066650390625,
+ -0.029693603515625,
+ -0.0164794921875,
+ 0.0035686492919921875,
+ -0.037750244140625,
+ 0.0287322998046875,
+ 0.03753662109375,
+ -0.019256591796875,
+ 0.0197296142578125,
+ 0.0140838623046875,
+ 0.00872039794921875,
+ 0.0277862548828125,
+ 0.006084442138671875,
+ -0.006801605224609375,
+ 0.0285491943359375,
+ -0.0655517578125,
+ -0.039093017578125,
+ 0.00019085407257080078,
+ 0.031982421875,
+ -0.033538818359375,
+ 0.0119781494140625,
+ 0.0140838623046875,
+ 0.007518768310546875,
+ 0.041778564453125,
+ -0.0386962890625,
+ -0.005245208740234375,
+ -0.0182037353515625,
+ -0.02740478515625,
+ -0.0251007080078125,
+ -0.0154266357421875,
+ 0.0155181884765625,
+ 0.0293121337890625,
+ -0.0079498291015625,
+ -0.005268096923828125,
+ 0.058624267578125,
+ -0.0440673828125,
+ 0.003997802734375,
+ 0.0277862548828125,
+ 0.004718780517578125,
+ -0.005222320556640625,
+ -0.006130218505859375,
+ -0.006610870361328125,
+ 0.00433349609375,
+ 0.039459228515625,
+ -0.0300750732421875,
+ -0.03143310546875,
+ -0.047698974609375,
+ 0.0170440673828125,
+ 0.0026702880859375,
+ -0.017242431640625,
+ -0.03887939453125,
+ -0.04791259765625,
+ -0.055572509765625,
+ 0.012115478515625,
+ 0.048095703125,
+ 0.0197296142578125,
+ 0.004119873046875,
+ -0.039459228515625,
+ -0.01068115234375,
+ 0.004886627197265625,
+ -0.0107269287109375,
+ 0.031982421875,
+ -0.0251007080078125,
+ 0.00914764404296875,
+ 0.0028858184814453125,
+ -0.0182952880859375,
+ -0.0024547576904296875,
+ 0.050201416015625,
+ 0.019256591796875,
+ 0.03314208984375,
+ 0.0498046875,
+ -0.017242431640625,
+ 0.01561737060546875,
+ -0.0360107421875,
+ -0.01849365234375,
+ 0.010345458984375,
+ -0.01983642578125,
+ 0.032562255859375,
+ -0.0155181884765625,
+ -0.019927978515625,
+ -0.005916595458984375,
+ 0.0204925537109375,
+ 0.01284027099609375,
+ -0.0229949951171875,
+ -0.01666259765625,
+ 0.036773681640625,
+ -0.006084442138671875,
+ 0.039459228515625,
+ -0.029510498046875,
+ -0.032379150390625,
+ -0.04022216796875,
+ -0.0120697021484375,
+ 0.0287322998046875,
+ 0.0186767578125,
+ 0.00708770751953125,
+ -0.05902099609375,
+ 0.00952911376953125,
+ 0.0498046875,
+ -0.004596710205078125,
+ -0.0498046875,
+ -0.018585205078125,
+ -0.0034008026123046875,
+ 0.0244293212890625,
+ 0.04541015625,
+ -0.00485992431640625,
+ 0.06781005859375,
+ 0.00433349609375,
+ 0.0256805419921875,
+ 0.048095703125,
+ 0.0484619140625,
+ 0.03466796875,
+ -0.0134124755859375,
+ -0.057861328125,
+ 0.01427459716796875,
+ -0.001209259033203125,
+ -0.04522705078125,
+ -0.052490234375,
+ -0.005626678466796875,
+ 0.058624267578125,
+ -0.05938720703125,
+ -0.00885772705078125,
+ 0.01666259765625,
+ 0.0159912109375,
+ -0.0033283233642578125,
+ 0.02471923828125,
+ -0.01255035400390625,
+ 0.0266265869140625,
+ 0.0161895751953125,
+ -0.044647216796875,
+ -0.04425048828125,
+ -0.01666259765625,
+ 0.037933349609375,
+ 0.041778564453125,
+ 0.036590576171875,
+ -0.0333251953125,
+ 0.03753662109375,
+ 0.0203094482421875,
+ 0.036224365234375,
+ 0.006561279296875,
+ 0.0298919677734375,
+ 0.0222320556640625,
+ 0.022705078125,
+ 0.035247802734375,
+ 0.029693603515625,
+ 0.0009279251098632812,
+ -0.017913818359375,
+ 0.03143310546875,
+ 0.032196044921875,
+ 0.04656982421875,
+ 0.060546875,
+ -0.00553131103515625,
+ 0.005889892578125,
+ -0.033721923828125,
+ -0.042327880859375,
+ 0.01580810546875,
+ 0.00838470458984375,
+ -0.0137939453125,
+ -0.04425048828125,
+ -0.047119140625,
+ 0.018585205078125,
+ -0.061309814453125,
+ 0.039276123046875,
+ 0.00514984130859375,
+ -0.0240478515625,
+ -0.0181121826171875,
+ 0.01666259765625,
+ 0.00852203369140625,
+ -0.045989990234375,
+ 0.015899658203125,
+ -0.020782470703125,
+ -0.013031005859375,
+ -0.033905029296875,
+ -0.0277862548828125,
+ 0.036590576171875,
+ 0.0018205642700195312,
+ -0.052886962890625,
+ -0.020111083984375,
+ 0.03448486328125,
+ -0.0181121826171875,
+ -0.051727294921875,
+ -0.0396728515625,
+ 0.0027065277099609375,
+ -0.0188751220703125,
+ -0.02740478515625,
+ -0.031982421875,
+ -0.03564453125,
+ 0.0177154541015625,
+ -0.007282257080078125,
+ -0.00231170654296875,
+ -0.036407470703125,
+ -0.0302734375,
+ 0.0037593841552734375,
+ -0.01580810546875,
+ -0.007568359375,
+ 0.0135040283203125,
+ -0.05096435546875,
+ 0.04541015625,
+ 0.013702392578125,
+ 0.01187896728515625,
+ 0.0521240234375,
+ 0.06707763671875,
+ -0.007518768310546875,
+ 0.0186767578125,
+ -0.0020236968994140625,
+ -0.052490234375,
+ 0.00809478759765625,
+ -0.0033054351806640625,
+ -0.00531768798828125,
+ -0.0498046875,
+ 0.0030422210693359375,
+ 0.043121337890625,
+ -0.0938720703125,
+ 0.0182037353515625,
+ 0.01800537109375,
+ -0.0272064208984375,
+ -0.033538818359375,
+ -0.00799560546875,
+ 0.002513885498046875,
+ -0.005748748779296875,
+ 0.0965576171875,
+ 0.016571044921875,
+ -0.01177978515625,
+ -0.01427459716796875,
+ -0.0238494873046875,
+ 0.0396728515625,
+ 0.022705078125,
+ 0.0078582763671875,
+ -0.038330078125,
+ 0.0306549072265625,
+ 0.004886627197265625,
+ -0.01398468017578125,
+ 0.000946044921875,
+ -0.07470703125,
+ 0.01020050048828125,
+ 0.031982421875,
+ 0.0223236083984375,
+ -0.00102996826171875,
+ -0.00843048095703125,
+ -0.0190582275390625,
+ -0.048095703125,
+ -0.0279693603515625,
+ 0.031982421875,
+ 0.0028972625732421875,
+ -0.0009698867797851562,
+ -0.0252838134765625,
+ 0.0010957717895507812,
+ -0.01427459716796875,
+ -0.060546875,
+ -0.0272064208984375,
+ -0.0316162109375,
+ 0.032379150390625,
+ 0.0170440673828125,
+ -0.0457763671875,
+ 0.0245208740234375,
+ 0.03143310546875,
+ -0.0231781005859375,
+ 0.0009102821350097656,
+ 0.0440673828125,
+ -0.032379150390625,
+ -0.012451171875,
+ 0.001712799072265625,
+ 0.0191650390625,
+ -0.006801605224609375,
+ 0.003520965576171875,
+ 0.01053619384765625,
+ 0.013031005859375,
+ 0.01284027099609375,
+ -0.053253173828125,
+ 0.03717041015625,
+ 0.04656982421875,
+ -0.0256805419921875,
+ -0.07470703125,
+ -0.032958984375,
+ -0.0230865478515625,
+ 0.0169525146484375,
+ -0.0096282958984375,
+ 0.02001953125,
+ 0.019439697265625,
+ -0.00565338134765625,
+ -0.09771728515625,
+ 0.0252838134765625,
+ -0.032196044921875,
+ 0.036407470703125,
+ 0.05096435546875,
+ 0.00548553466796875,
+ -0.055938720703125,
+ -0.038116455078125,
+ -0.0160980224609375,
+ 0.033538818359375,
+ -0.0181121826171875,
+ 0.0190582275390625,
+ -0.02490234375,
+ 0.01111602783203125,
+ 0.0005297660827636719,
+ -0.00933837890625,
+ -0.0022029876708984375,
+ 0.077392578125,
+ 0.01116180419921875,
+ -0.0266265869140625,
+ 0.027587890625,
+ -0.022125244140625,
+ -0.004238128662109375,
+ -0.0243377685546875,
+ 0.01513671875,
+ -0.01082611083984375,
+ -0.004047393798828125,
+ -0.0176239013671875,
+ 0.006561279296875,
+ 0.03887939453125,
+ 0.06591796875,
+ -0.00876617431640625,
+ 0.04022216796875,
+ -0.034088134765625,
+ 0.0312347412109375,
+ -0.006992340087890625,
+ -0.022796630859375,
+ 0.0008025169372558594,
+ 0.0159912109375,
+ -0.0210723876953125,
+ -0.01221466064453125,
+ -0.060546875,
+ -0.08929443359375,
+ 0.0041656494140625,
+ -0.0521240234375,
+ -0.02203369140625,
+ 0.03143310546875,
+ 0.01293182373046875,
+ 0.0196380615234375,
+ -0.0160980224609375,
+ 0.01427459716796875,
+ -0.01666259765625,
+ -0.019256591796875,
+ -0.027587890625,
+ 0.031036376953125,
+ -0.0298919677734375,
+ 0.039093017578125,
+ -0.0089569091796875,
+ -0.0252838134765625,
+ 0.028167724609375,
+ -0.03314208984375,
+ 0.0210723876953125,
+ -0.031036376953125,
+ -0.003879547119140625,
+ -0.01513671875,
+ 0.0235595703125,
+ -0.1019287109375,
+ -0.028167724609375,
+ 0.01221466064453125,
+ 0.06170654296875,
+ 0.005558013916015625,
+ -0.0134124755859375,
+ 0.03717041015625,
+ -0.036224365234375,
+ -0.057464599609375,
+ -0.003448486328125,
+ -0.00881195068359375,
+ -0.03448486328125,
+ 0.006656646728515625,
+ 0.00029778480529785156,
+ -0.007472991943359375,
+ 0.0251007080078125,
+ 0.044830322265625,
+ 0.03448486328125,
+ 0.050567626953125,
+ 0.01202392578125,
+ -0.01561737060546875,
+ -0.01849365234375,
+ -0.0175323486328125,
+ 0.0181121826171875,
+ 0.0147552490234375,
+ 0.01360321044921875,
+ -0.0213623046875,
+ 0.027008056640625,
+ -0.00881195068359375,
+ -0.082763671875,
+ -0.00737762451171875,
+ -0.0287322998046875,
+ -0.03985595703125,
+ 0.007808685302734375,
+ 0.07354736328125,
+ 0.0298919677734375,
+ 0.0005626678466796875,
+ 0.004383087158203125,
+ 0.04693603515625,
+ 0.0155181884765625,
+ 0.01312255859375,
+ -0.032958984375,
+ -0.062469482421875,
+ 0.0008440017700195312,
+ 0.0051727294921875,
+ 0.009674072265625,
+ -0.058624267578125,
+ 0.0548095703125,
+ 0.072021484375,
+ -0.0230865478515625,
+ -0.0231781005859375,
+ -0.00885772705078125,
+ -0.001556396484375,
+ 0.048675537109375,
+ 0.0300750732421875,
+ 0.00943756103515625,
+ -0.058624267578125,
+ -0.0036411285400390625,
+ 0.01849365234375,
+ -0.01111602783203125,
+ 0.00116729736328125,
+ -0.0262451171875,
+ -0.01494598388671875,
+ 0.022796630859375,
+ -0.06744384765625,
+ -0.01389312744140625,
+ -0.0003383159637451172,
+ 0.06207275390625,
+ -0.0039520263671875,
+ -0.052886962890625,
+ -0.039093017578125,
+ 0.05938720703125,
+ 0.0116424560546875,
+ -0.0279693603515625,
+ 0.00603485107421875,
+ 0.021270751953125,
+ -0.005580902099609375,
+ 0.054412841796875,
+ 0.0413818359375,
+ 0.0137939453125,
+ 0.022796630859375,
+ 0.0209808349609375,
+ -0.049041748046875,
+ 0.0298919677734375,
+ -0.00737762451171875,
+ 0.0230865478515625,
+ -0.01715087890625,
+ -0.032958984375,
+ -0.04022216796875,
+ -0.057861328125,
+ 0.03448486328125,
+ 0.029510498046875,
+ 0.03985595703125,
+ 0.0300750732421875,
+ -0.00847625732421875,
+ 0.0012693405151367188,
+ 0.0037841796875,
+ 0.0306549072265625,
+ 0.034881591796875,
+ 0.017913818359375,
+ 0.0333251953125,
+ 0.0154266357421875,
+ -0.01078033447265625,
+ 0.0256805419921875,
+ -0.050201416015625,
+ 0.0211639404296875,
+ -0.019256591796875,
+ 0.0030059814453125,
+ -0.0548095703125,
+ 0.0042877197265625,
+ 0.0195465087890625,
+ -0.04656982421875,
+ 0.0009937286376953125,
+ -0.0312347412109375,
+ 0.0093841552734375,
+ -0.004405975341796875,
+ -0.03045654296875,
+ -0.01398468017578125,
+ 0.041778564453125,
+ -0.037750244140625,
+ 0.042724609375,
+ 0.021270751953125,
+ -0.01715087890625,
+ -0.00689697265625,
+ -0.0635986328125,
+ 0.10040283203125,
+ 0.037933349609375,
+ 0.022613525390625,
+ 0.0009222030639648438,
+ 0.01666259765625,
+ 0.040802001953125,
+ 0.0082855224609375,
+ 0.036773681640625,
+ 0.02288818359375,
+ -0.035430908203125,
+ 0.0238494873046875,
+ 0.03851318359375,
+ -0.016387939453125,
+ -0.035247802734375,
+ 0.04156494140625,
+ -0.0006647109985351562,
+ -0.0235595703125,
+ 0.036590576171875,
+ 0.01149749755859375,
+ 0.00952911376953125,
+ -0.006011962890625,
+ 0.0017719268798828125,
+ -0.042144775390625,
+ -0.0457763671875,
+ 0.05364990234375,
+ 0.00814056396484375,
+ -0.001987457275390625,
+ 0.0521240234375,
+ -0.07244873046875,
+ 0.05401611328125,
+ 0.0006284713745117188,
+ 0.0484619140625,
+ -0.0208892822265625,
+ 0.04541015625,
+ -0.0203094482421875,
+ -0.0010538101196289062,
+ -0.01513671875,
+ 0.0229949951171875,
+ -0.001239776611328125,
+ 0.01058197021484375,
+ -0.02471923828125,
+ 0.050201416015625,
+ 0.020599365234375,
+ -0.034088134765625,
+ -0.080078125,
+ -0.0012454986572265625,
+ -0.0004940032958984375,
+ -0.0161895751953125,
+ 0.0494384765625,
+ -0.040435791015625,
+ -0.00342559814453125,
+ 0.009002685546875,
+ 0.03582763671875,
+ 0.06207275390625,
+ -0.0229949951171875,
+ 0.020111083984375,
+ 0.00502777099609375,
+ 0.00003987550735473633,
+ 0.00012803077697753906,
+ -0.006992340087890625
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "incident-response"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "mobile",
+ "device-management",
+ "extraction"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_OnlyOffice",
+ "type": "tool",
+ "name": "OnlyOffice",
+ "content": "onlyoffice kollaborative bürosuite mit vollständiger microsoft-kompatibilität für forensische berichtserstellung ohne vendor-lock-in. echtzeit-co-editing ermöglicht simultane reporterstellung durch mehrere ermittler, versionshistorie dokumentiert alle änderungen für audit-trails. sso-integration und granulare berechtigungen sichern multi-user-forensik-workflows. self-hosting-option für maximale datenkontrolle bei sensiblen ermittlungen. office collaboration collaboration-general reporting",
+ "embedding": [
+ -0.03265380859375,
+ 0.0219268798828125,
+ 0.0384521484375,
+ -0.00536346435546875,
+ 0.047332763671875,
+ 0.0361328125,
+ 0.03594970703125,
+ 0.032073974609375,
+ -0.038055419921875,
+ 0.00855255126953125,
+ -0.0276336669921875,
+ 0.032470703125,
+ -0.0217437744140625,
+ -0.0190277099609375,
+ -0.03961181640625,
+ 0.05914306640625,
+ -0.011932373046875,
+ 0.0212554931640625,
+ 0.031494140625,
+ -0.005771636962890625,
+ -0.01468658447265625,
+ -0.0213470458984375,
+ -0.045806884765625,
+ -0.001201629638671875,
+ -0.0183563232421875,
+ 0.03399658203125,
+ -0.00685882568359375,
+ -0.065673828125,
+ -0.0282135009765625,
+ -0.003116607666015625,
+ 0.026092529296875,
+ -0.0219268798828125,
+ -0.0084991455078125,
+ 0.03863525390625,
+ 0.029754638671875,
+ -0.024932861328125,
+ -0.002414703369140625,
+ -0.06378173828125,
+ -0.042694091796875,
+ 0.027252197265625,
+ -0.006183624267578125,
+ -0.01091766357421875,
+ 0.0282135009765625,
+ 0.01506805419921875,
+ 0.00971221923828125,
+ -0.02801513671875,
+ -0.01265716552734375,
+ -0.031494140625,
+ -0.00362396240234375,
+ -0.0253143310546875,
+ 0.01029205322265625,
+ 0.023773193359375,
+ -0.01739501953125,
+ 0.009033203125,
+ -0.0230865478515625,
+ 0.022796630859375,
+ -0.0178680419921875,
+ -0.032073974609375,
+ -0.0513916015625,
+ 0.008209228515625,
+ -0.04559326171875,
+ 0.0177764892578125,
+ 0.00888824462890625,
+ 0.01506805419921875,
+ 0.0045166015625,
+ 0.0125579833984375,
+ -0.033050537109375,
+ -0.0184478759765625,
+ -0.0087890625,
+ -0.00652313232421875,
+ -0.0041046142578125,
+ 0.045806884765625,
+ -0.0430908203125,
+ 0.0270538330078125,
+ -0.05950927734375,
+ -0.037109375,
+ 0.0162353515625,
+ 0.05023193359375,
+ 0.0009784698486328125,
+ 0.0031890869140625,
+ -0.054107666015625,
+ -0.00234222412109375,
+ 0.0328369140625,
+ -0.01806640625,
+ -0.058746337890625,
+ -0.0205841064453125,
+ 0.0124664306640625,
+ 0.02203369140625,
+ 0.004611968994140625,
+ 0.01468658447265625,
+ 0.048492431640625,
+ -0.034576416015625,
+ 0.0104827880859375,
+ -0.041351318359375,
+ 0.041168212890625,
+ 0.0560302734375,
+ -0.01096343994140625,
+ -0.0015039443969726562,
+ 0.002391815185546875,
+ 0.01212310791015625,
+ 0.012847900390625,
+ -0.0374755859375,
+ 0.046173095703125,
+ -0.009368896484375,
+ 0.022613525390625,
+ -0.034576416015625,
+ 0.0211639404296875,
+ -0.0253143310546875,
+ -0.0253143310546875,
+ -0.01458740234375,
+ -0.0997314453125,
+ -0.041351318359375,
+ -0.0201873779296875,
+ -0.08001708984375,
+ 0.01009368896484375,
+ 0.007293701171875,
+ -0.0020771026611328125,
+ 0.04522705078125,
+ -0.0374755859375,
+ -0.0291748046875,
+ 0.0171051025390625,
+ 0.01294708251953125,
+ -0.01458740234375,
+ 0.02203369140625,
+ -0.047149658203125,
+ -0.06494140625,
+ 0.017578125,
+ 0.034210205078125,
+ -0.0293731689453125,
+ -0.040771484375,
+ 0.00275421142578125,
+ -0.02899169921875,
+ -0.00652313232421875,
+ -0.054107666015625,
+ -0.027252197265625,
+ -0.01410675048828125,
+ 0.03826904296875,
+ 0.006328582763671875,
+ 0.007778167724609375,
+ 0.0148773193359375,
+ 0.0165252685546875,
+ -0.051025390625,
+ -0.043670654296875,
+ -0.0136260986328125,
+ -0.056427001953125,
+ -0.012176513671875,
+ 0.0041046142578125,
+ 0.0606689453125,
+ -0.032257080078125,
+ -0.01323699951171875,
+ -0.0148773193359375,
+ -0.007678985595703125,
+ 0.04522705078125,
+ -0.004154205322265625,
+ 0.0036468505859375,
+ -0.0217437744140625,
+ 0.009368896484375,
+ -0.0136260986328125,
+ 0.026275634765625,
+ 0.007534027099609375,
+ -0.01149749755859375,
+ 0.028594970703125,
+ 0.0113067626953125,
+ 0.042327880859375,
+ -0.003284454345703125,
+ -0.03399658203125,
+ -0.01873779296875,
+ 0.0095672607421875,
+ -0.01410675048828125,
+ 0.005481719970703125,
+ 0.0166168212890625,
+ 0.0025234222412109375,
+ 0.047332763671875,
+ 0.044830322265625,
+ -0.0159454345703125,
+ 0.048309326171875,
+ -0.0255126953125,
+ -0.019317626953125,
+ 0.0556640625,
+ 0.0027179718017578125,
+ -0.0084075927734375,
+ -0.010528564453125,
+ 0.051025390625,
+ 0.0096588134765625,
+ -0.00439453125,
+ -0.002330780029296875,
+ -0.03363037109375,
+ 0.0029354095458984375,
+ -0.042327880859375,
+ 0.009857177734375,
+ -0.03033447265625,
+ -0.0223236083984375,
+ -0.022125244140625,
+ 0.0009360313415527344,
+ 0.020965576171875,
+ 0.042327880859375,
+ 0.033233642578125,
+ 0.0009784698486328125,
+ 0.0200958251953125,
+ -0.00801849365234375,
+ -0.005771636962890625,
+ 0.01690673828125,
+ 0.01323699951171875,
+ 0.0183563232421875,
+ 0.0048065185546875,
+ 0.01096343994140625,
+ -0.011932373046875,
+ 0.035552978515625,
+ 0.02386474609375,
+ -0.030914306640625,
+ -0.01641845703125,
+ 0.039215087890625,
+ -0.01000213623046875,
+ -0.0430908203125,
+ -0.0374755859375,
+ -0.051025390625,
+ -0.005458831787109375,
+ -0.0069580078125,
+ -0.01226806640625,
+ 0.0258941650390625,
+ -0.01468658447265625,
+ -0.072265625,
+ -0.01352691650390625,
+ 0.02569580078125,
+ -0.0030078887939453125,
+ 0.045989990234375,
+ 0.037689208984375,
+ -0.0147857666015625,
+ -0.027252197265625,
+ -0.0116424560546875,
+ 0.00826263427734375,
+ 0.0276336669921875,
+ -0.03631591796875,
+ 0.0190277099609375,
+ -0.003406524658203125,
+ -0.03961181640625,
+ 0.030914306640625,
+ 0.036529541015625,
+ 0.02685546875,
+ 0.0010204315185546875,
+ -0.02685546875,
+ 0.04656982421875,
+ 0.00225830078125,
+ 0.046173095703125,
+ 0.028594970703125,
+ -0.005481719970703125,
+ 0.009033203125,
+ 0.000652313232421875,
+ 0.047149658203125,
+ 0.034210205078125,
+ -0.0246429443359375,
+ -0.0072479248046875,
+ -0.09857177734375,
+ -0.0200042724609375,
+ -0.07379150390625,
+ -0.0230865478515625,
+ -0.04791259765625,
+ -0.058746337890625,
+ 0.06842041015625,
+ -0.0430908203125,
+ 0.002971649169921875,
+ 0.001026153564453125,
+ 0.044647216796875,
+ -0.0194244384765625,
+ 0.03863525390625,
+ 0.006908416748046875,
+ -0.0246429443359375,
+ 0.01352691650390625,
+ 0.0533447265625,
+ 0.033233642578125,
+ -0.020294189453125,
+ -0.0023670196533203125,
+ 0.0142974853515625,
+ 0.0185546875,
+ -0.0130462646484375,
+ -0.0217437744140625,
+ 0.01381683349609375,
+ 0.038848876953125,
+ 0.047332763671875,
+ 0.0154571533203125,
+ -0.0213470458984375,
+ 0.065673828125,
+ -0.00772857666015625,
+ 0.0301361083984375,
+ -0.02569580078125,
+ -0.0136260986328125,
+ -0.0079193115234375,
+ 0.004058837890625,
+ -0.00884246826171875,
+ -0.04656982421875,
+ 0.032257080078125,
+ 0.06451416015625,
+ 0.00787353515625,
+ -0.0264739990234375,
+ 0.01971435546875,
+ -0.0293731689453125,
+ -0.0208740234375,
+ 0.006134033203125,
+ -0.005435943603515625,
+ 0.014007568359375,
+ 0.04522705078125,
+ -0.033050537109375,
+ -0.00009131431579589844,
+ -0.0124664306640625,
+ -0.01410675048828125,
+ -0.011016845703125,
+ -0.0430908203125,
+ -0.01203155517578125,
+ 0.018646240234375,
+ -0.027435302734375,
+ -0.01294708251953125,
+ 0.032257080078125,
+ -0.02899169921875,
+ -0.005435943603515625,
+ -0.007293701171875,
+ 0.01497650146484375,
+ -0.0430908203125,
+ -0.0792236328125,
+ 0.021453857421875,
+ -0.0537109375,
+ -0.0185546875,
+ -0.0161285400390625,
+ 0.040374755859375,
+ 0.005870819091796875,
+ 0.0276336669921875,
+ -0.013427734375,
+ -0.041534423828125,
+ -0.0253143310546875,
+ 0.0258941650390625,
+ -0.0246429443359375,
+ 0.01207733154296875,
+ -0.00335693359375,
+ 0.0229949951171875,
+ 0.040191650390625,
+ 0.0579833984375,
+ 0.005435943603515625,
+ 0.033233642578125,
+ 0.019317626953125,
+ -0.0229949951171875,
+ -0.005313873291015625,
+ 0.028594970703125,
+ 0.0161285400390625,
+ 0.0255126953125,
+ 0.0079193115234375,
+ -0.0305328369140625,
+ 0.018157958984375,
+ -0.033050537109375,
+ 0.02899169921875,
+ 0.016815185546875,
+ 0.01806640625,
+ 0.01033782958984375,
+ -0.0154571533203125,
+ 0.0113983154296875,
+ 0.027435302734375,
+ 0.01004791259765625,
+ 0.097412109375,
+ -0.0218353271484375,
+ -0.034393310546875,
+ 0.01873779296875,
+ 0.0307159423828125,
+ -0.0206756591796875,
+ -0.01506805419921875,
+ 0.0361328125,
+ 0.0049285888671875,
+ -0.009368896484375,
+ 0.037109375,
+ -0.0201873779296875,
+ 0.0196075439453125,
+ -0.0276336669921875,
+ -0.0241546630859375,
+ -0.0028018951416015625,
+ -0.0211639404296875,
+ -0.014007568359375,
+ 0.05718994140625,
+ 0.026275634765625,
+ 0.0384521484375,
+ -0.0253143310546875,
+ -0.0241546630859375,
+ -0.034393310546875,
+ -0.0560302734375,
+ -0.039031982421875,
+ 0.023773193359375,
+ 0.042327880859375,
+ 0.0137176513671875,
+ 0.04638671875,
+ -0.017578125,
+ -0.054107666015625,
+ 0.03515625,
+ -0.0185546875,
+ 0.0653076171875,
+ 0.0087890625,
+ 0.03863525390625,
+ 0.039794921875,
+ -0.0293731689453125,
+ 0.01067352294921875,
+ 0.040008544921875,
+ 0.0113983154296875,
+ -0.0031890869140625,
+ 0.0084991455078125,
+ 0.042694091796875,
+ 0.0028133392333984375,
+ -0.045989990234375,
+ 0.051025390625,
+ 0.0229034423828125,
+ 0.0160369873046875,
+ 0.0095672607421875,
+ 0.0007486343383789062,
+ 0.0208740234375,
+ 0.04522705078125,
+ -0.03863525390625,
+ 0.037109375,
+ 0.027435302734375,
+ -0.038848876953125,
+ -0.00685882568359375,
+ -0.01232147216796875,
+ 0.0024509429931640625,
+ -0.044830322265625,
+ 0.0258941650390625,
+ -0.00685882568359375,
+ 0.036712646484375,
+ -0.012176513671875,
+ 0.0176849365234375,
+ -0.0078277587890625,
+ -0.0011529922485351562,
+ 0.013916015625,
+ -0.05218505859375,
+ 0.0305328369140625,
+ 0.036712646484375,
+ -0.024932861328125,
+ 0.0276336669921875,
+ -0.033050537109375,
+ -0.01922607421875,
+ 0.0255126953125,
+ -0.0059661865234375,
+ -0.02667236328125,
+ 0.0013885498046875,
+ 0.0301361083984375,
+ -0.06378173828125,
+ -0.046966552734375,
+ -0.035369873046875,
+ 0.003429412841796875,
+ -0.006473541259765625,
+ -0.002681732177734375,
+ 0.0361328125,
+ 0.01062774658203125,
+ -0.01043701171875,
+ 0.03131103515625,
+ 0.039215087890625,
+ 0.0160369873046875,
+ -0.062225341796875,
+ 0.048126220703125,
+ -0.0089874267578125,
+ -0.043487548828125,
+ 0.0293731689453125,
+ 0.022216796875,
+ 0.032257080078125,
+ -0.036529541015625,
+ -0.01323699951171875,
+ -0.0177764892578125,
+ 0.010772705078125,
+ 0.0081634521484375,
+ 0.0003578662872314453,
+ -0.032257080078125,
+ -0.045989990234375,
+ -0.026275634765625,
+ 0.034576416015625,
+ 0.0225067138671875,
+ 0.040374755859375,
+ -0.0311126708984375,
+ -0.03033447265625,
+ 0.0124664306640625,
+ -0.045989990234375,
+ -0.036895751953125,
+ -0.01178741455078125,
+ 0.02569580078125,
+ -0.0119781494140625,
+ 0.04425048828125,
+ -0.00714874267578125,
+ -0.004009246826171875,
+ -0.0235748291015625,
+ 0.07110595703125,
+ 0.0166168212890625,
+ -0.0137176513671875,
+ -0.04986572265625,
+ 0.04638671875,
+ 0.0142974853515625,
+ -0.06646728515625,
+ -0.0122222900390625,
+ -0.004566192626953125,
+ -0.01091766357421875,
+ 0.0276336669921875,
+ -0.06878662109375,
+ 0.0130462646484375,
+ 0.0136260986328125,
+ -0.050628662109375,
+ -0.047332763671875,
+ -0.0374755859375,
+ 0.00019621849060058594,
+ -0.033416748046875,
+ 0.0253143310546875,
+ 0.03497314453125,
+ -0.01352691650390625,
+ 0.0167083740234375,
+ 0.00043773651123046875,
+ 0.013336181640625,
+ 0.01019287109375,
+ -0.0328369140625,
+ -0.0287933349609375,
+ 0.0010080337524414062,
+ -0.050628662109375,
+ -0.004856109619140625,
+ 0.0006732940673828125,
+ 0.05487060546875,
+ -0.016326904296875,
+ -0.017486572265625,
+ 0.00395965576171875,
+ -0.02569580078125,
+ 0.049285888671875,
+ -0.033233642578125,
+ 0.0201873779296875,
+ -0.0171051025390625,
+ -0.0182647705078125,
+ -0.020965576171875,
+ -0.019317626953125,
+ -0.0009417533874511719,
+ 0.00524139404296875,
+ -0.004131317138671875,
+ 0.0052642822265625,
+ 0.045989990234375,
+ -0.0772705078125,
+ 0.0167083740234375,
+ 0.0196075439453125,
+ -0.003936767578125,
+ -0.00205230712890625,
+ 0.007534027099609375,
+ 0.0015583038330078125,
+ 0.001895904541015625,
+ 0.005218505859375,
+ -0.02685546875,
+ -0.044830322265625,
+ -0.07611083984375,
+ 0.03631591796875,
+ -0.01555633544921875,
+ -0.01294708251953125,
+ -0.037872314453125,
+ -0.0338134765625,
+ -0.051788330078125,
+ -0.0012683868408203125,
+ 0.050628662109375,
+ 0.051025390625,
+ 0.0147857666015625,
+ -0.01265716552734375,
+ -0.0023670196533203125,
+ 0.00681304931640625,
+ -0.00859832763671875,
+ 0.02154541015625,
+ -0.00917816162109375,
+ 0.0104827880859375,
+ 0.050628662109375,
+ -0.06683349609375,
+ 0.0311126708984375,
+ 0.0291748046875,
+ 0.04656982421875,
+ 0.002185821533203125,
+ 0.004901885986328125,
+ -0.04443359375,
+ 0.0240631103515625,
+ -0.01535797119140625,
+ -0.0291748046875,
+ 0.00942230224609375,
+ -0.0258941650390625,
+ 0.00652313232421875,
+ -0.033050537109375,
+ -0.0113067626953125,
+ 0.003719329833984375,
+ 0.03515625,
+ 0.0124664306640625,
+ -0.001171112060546875,
+ -0.00714874267578125,
+ 0.0305328369140625,
+ 0.015838623046875,
+ 0.06915283203125,
+ -0.0234832763671875,
+ -0.06451416015625,
+ -0.0008029937744140625,
+ -0.0020656585693359375,
+ 0.0287933349609375,
+ 0.0560302734375,
+ -0.0338134765625,
+ -0.01352691650390625,
+ 0.0019445419311523438,
+ 0.017974853515625,
+ -0.016815185546875,
+ -0.0036468505859375,
+ -0.00772857666015625,
+ 0.006618499755859375,
+ 0.0190277099609375,
+ 0.0672607421875,
+ 0.01323699951171875,
+ 0.1043701171875,
+ 0.00540924072265625,
+ 0.024932861328125,
+ 0.040771484375,
+ 0.04522705078125,
+ 0.0195159912109375,
+ -0.045989990234375,
+ -0.06878662109375,
+ -0.0113067626953125,
+ 0.0011892318725585938,
+ -0.0229034423828125,
+ -0.02685546875,
+ -0.01265716552734375,
+ 0.039215087890625,
+ -0.078857421875,
+ 0.00395965576171875,
+ -0.034210205078125,
+ 0.0183563232421875,
+ -0.003719329833984375,
+ 0.002765655517578125,
+ 0.00893402099609375,
+ 0.005893707275390625,
+ 0.02667236328125,
+ -0.04058837890625,
+ 0.0084075927734375,
+ -0.00047087669372558594,
+ 0.01149749755859375,
+ 0.04791259765625,
+ 0.01029205322265625,
+ -0.031890869140625,
+ 0.03399658203125,
+ -0.003284454345703125,
+ 0.00927734375,
+ 0.037872314453125,
+ 0.051025390625,
+ 0.036712646484375,
+ 0.0008029937744140625,
+ 0.057586669921875,
+ 0.05950927734375,
+ -0.0188446044921875,
+ -0.0006852149963378906,
+ 0.02435302734375,
+ 0.0171051025390625,
+ 0.04791259765625,
+ 0.05255126953125,
+ -0.0148773193359375,
+ 0.00153350830078125,
+ -0.00037288665771484375,
+ -0.0374755859375,
+ -0.030914306640625,
+ -0.0013103485107421875,
+ -0.022216796875,
+ -0.0440673828125,
+ -0.056427001953125,
+ 0.021453857421875,
+ -0.035369873046875,
+ 0.0213470458984375,
+ 0.013336181640625,
+ 0.0023193359375,
+ -0.0067138671875,
+ 0.0291748046875,
+ -0.0195159912109375,
+ -0.028594970703125,
+ -0.0015583038330078125,
+ 0.00036978721618652344,
+ -0.006015777587890625,
+ -0.0307159423828125,
+ -0.042510986328125,
+ 0.004638671875,
+ -0.0200042724609375,
+ -0.0430908203125,
+ 0.0026454925537109375,
+ 0.003139495849609375,
+ -0.0136260986328125,
+ -0.0212554931640625,
+ -0.00437164306640625,
+ 0.0160369873046875,
+ 0.014007568359375,
+ -0.04058837890625,
+ -0.037689208984375,
+ -0.04193115234375,
+ 0.0166168212890625,
+ -0.0245361328125,
+ -0.00830841064453125,
+ -0.023284912109375,
+ -0.0147857666015625,
+ -0.018157958984375,
+ -0.00971221923828125,
+ 0.00994873046875,
+ 0.0161285400390625,
+ -0.03033447265625,
+ 0.02569580078125,
+ 0.0142059326171875,
+ 0.028411865234375,
+ 0.035369873046875,
+ 0.07305908203125,
+ -0.005626678466796875,
+ 0.024932861328125,
+ -0.0217437744140625,
+ -0.038055419921875,
+ 0.0015459060668945312,
+ 0.01265716552734375,
+ 0.027435302734375,
+ -0.04522705078125,
+ 0.00971221923828125,
+ 0.09429931640625,
+ -0.08270263671875,
+ 0.048126220703125,
+ 0.013427734375,
+ -0.042694091796875,
+ -0.029571533203125,
+ 0.006160736083984375,
+ -0.018646240234375,
+ 0.03515625,
+ 0.10589599609375,
+ 0.035369873046875,
+ -0.0305328369140625,
+ 0.0004286766052246094,
+ -0.029754638671875,
+ 0.0626220703125,
+ 0.03167724609375,
+ 0.0087890625,
+ -0.0247344970703125,
+ -0.0037670135498046875,
+ 0.001232147216796875,
+ -0.0188446044921875,
+ 0.0184478759765625,
+ -0.08074951171875,
+ -0.01091766357421875,
+ 0.03167724609375,
+ 0.00627899169921875,
+ -0.01439666748046875,
+ -0.0157470703125,
+ -0.035552978515625,
+ -0.054107666015625,
+ -0.0276336669921875,
+ 0.036529541015625,
+ 0.0205841064453125,
+ 0.0190277099609375,
+ -0.035736083984375,
+ -0.0029468536376953125,
+ 0.00884246826171875,
+ -0.0537109375,
+ -0.037872314453125,
+ 0.00511932373046875,
+ 0.033416748046875,
+ -0.00379180908203125,
+ -0.01555633544921875,
+ 0.0264739990234375,
+ 0.022125244140625,
+ -0.014495849609375,
+ 0.0006914138793945312,
+ 0.041168212890625,
+ -0.035369873046875,
+ 0.01690673828125,
+ 0.0182647705078125,
+ 0.025115966796875,
+ -0.01497650146484375,
+ -0.0037441253662109375,
+ 0.0066680908203125,
+ 0.0099029541015625,
+ 0.046966552734375,
+ -0.0282135009765625,
+ 0.055267333984375,
+ 0.0157470703125,
+ -0.021636962890625,
+ -0.0208740234375,
+ -0.036529541015625,
+ -0.0242462158203125,
+ 0.061065673828125,
+ -0.01381683349609375,
+ 0.01004791259765625,
+ -0.01183319091796875,
+ -0.026092529296875,
+ -0.07958984375,
+ 0.0171051025390625,
+ -0.01641845703125,
+ -0.0019931793212890625,
+ 0.002765655517578125,
+ -0.0253143310546875,
+ -0.04327392578125,
+ -0.0096588134765625,
+ 0.003139495849609375,
+ 0.015838623046875,
+ -0.027252197265625,
+ 0.03131103515625,
+ -0.0035266876220703125,
+ -0.00951385498046875,
+ -0.011016845703125,
+ 0.00787353515625,
+ -0.00685882568359375,
+ 0.041168212890625,
+ 0.00830841064453125,
+ -0.00830841064453125,
+ 0.046173095703125,
+ -0.01526641845703125,
+ -0.00037598609924316406,
+ 0.0167083740234375,
+ -0.02667236328125,
+ 0.004734039306640625,
+ -0.02337646484375,
+ -0.0287933349609375,
+ -0.00835418701171875,
+ 0.03399658203125,
+ 0.03497314453125,
+ -0.0177764892578125,
+ -0.013336181640625,
+ -0.005435943603515625,
+ -0.01458740234375,
+ 0.0162353515625,
+ -0.021636962890625,
+ -0.01439666748046875,
+ 0.0022106170654296875,
+ -0.043670654296875,
+ -0.0255126953125,
+ -0.049468994140625,
+ -0.09857177734375,
+ 0.0020294189453125,
+ -0.057586669921875,
+ -0.007293701171875,
+ -0.0196075439453125,
+ 0.03497314453125,
+ 0.0282135009765625,
+ -0.0207672119140625,
+ 0.0246429443359375,
+ -0.0011653900146484375,
+ -0.011932373046875,
+ -0.02801513671875,
+ 0.0196075439453125,
+ -0.02783203125,
+ 0.06378173828125,
+ 0.00743865966796875,
+ -0.037872314453125,
+ 0.0282135009765625,
+ -0.004566192626953125,
+ -0.0028133392333984375,
+ -0.03033447265625,
+ 0.0022830963134765625,
+ -0.032257080078125,
+ 0.0160369873046875,
+ -0.0556640625,
+ -0.03863525390625,
+ 0.029754638671875,
+ 0.02801513671875,
+ 0.0089874267578125,
+ -0.0234832763671875,
+ 0.049285888671875,
+ -0.02337646484375,
+ -0.06182861328125,
+ 0.007053375244140625,
+ -0.013336181640625,
+ -0.040374755859375,
+ 0.0148773193359375,
+ -0.009857177734375,
+ 0.005313873291015625,
+ 0.00217437744140625,
+ 0.02435302734375,
+ 0.0177764892578125,
+ 0.032073974609375,
+ 0.016815185546875,
+ -0.0027179718017578125,
+ -0.00124359130859375,
+ 0.00710296630859375,
+ 0.00787353515625,
+ 0.047332763671875,
+ 0.036529541015625,
+ -0.00511932373046875,
+ 0.025115966796875,
+ -0.004878997802734375,
+ -0.07073974609375,
+ -0.01275634765625,
+ -0.02685546875,
+ -0.041168212890625,
+ 0.0030307769775390625,
+ 0.115966796875,
+ 0.041534423828125,
+ -0.0038394927978515625,
+ 0.02435302734375,
+ 0.0513916015625,
+ 0.030914306640625,
+ 0.04290771484375,
+ -0.0282135009765625,
+ -0.062225341796875,
+ 0.00321197509765625,
+ 0.007198333740234375,
+ 0.033416748046875,
+ -0.051788330078125,
+ 0.0338134765625,
+ 0.050628662109375,
+ 0.0107269287109375,
+ -0.0287933349609375,
+ -0.0136260986328125,
+ 0.004421234130859375,
+ 0.069580078125,
+ 0.0124664306640625,
+ -0.00855255126953125,
+ -0.050628662109375,
+ 0.01526641845703125,
+ 0.0099029541015625,
+ 0.00598907470703125,
+ -0.0095672607421875,
+ -0.0185546875,
+ -0.0131378173828125,
+ 0.034576416015625,
+ -0.0560302734375,
+ -0.01154327392578125,
+ 0.0001977682113647461,
+ 0.06915283203125,
+ 0.009368896484375,
+ -0.048309326171875,
+ -0.0264739990234375,
+ 0.04986572265625,
+ 0.035552978515625,
+ -0.0183563232421875,
+ 0.00495147705078125,
+ 0.0184478759765625,
+ -0.00884246826171875,
+ -0.0017995834350585938,
+ 0.0556640625,
+ 0.0012979507446289062,
+ 0.050628662109375,
+ -0.0005011558532714844,
+ -0.035552978515625,
+ 0.042694091796875,
+ 0.007293701171875,
+ 0.0219268798828125,
+ -0.0090789794921875,
+ -0.044647216796875,
+ -0.01381683349609375,
+ -0.0477294921875,
+ 0.02801513671875,
+ 0.0183563232421875,
+ 0.03497314453125,
+ 0.01506805419921875,
+ 0.01497650146484375,
+ -0.0200958251953125,
+ 0.00021135807037353516,
+ 0.0467529296875,
+ 0.027435302734375,
+ 0.0182647705078125,
+ -0.0157470703125,
+ -0.0005526542663574219,
+ 0.00884246826171875,
+ 0.00835418701171875,
+ -0.034210205078125,
+ 0.022705078125,
+ -0.037872314453125,
+ -0.0203857421875,
+ -0.04193115234375,
+ 0.0241546630859375,
+ -0.0200042724609375,
+ -0.0075836181640625,
+ 0.0019321441650390625,
+ -0.027252197265625,
+ 0.0195159912109375,
+ -0.042694091796875,
+ -0.041534423828125,
+ 0.00787353515625,
+ 0.015167236328125,
+ -0.02435302734375,
+ 0.04443359375,
+ 0.017486572265625,
+ -0.0225067138671875,
+ 0.01739501953125,
+ -0.07574462890625,
+ 0.08465576171875,
+ 0.0299530029296875,
+ 0.032470703125,
+ -0.00070953369140625,
+ 0.014007568359375,
+ 0.038848876953125,
+ 0.007293701171875,
+ -0.0338134765625,
+ 0.0203857421875,
+ -0.04791259765625,
+ 0.048492431640625,
+ 0.032257080078125,
+ -0.00269317626953125,
+ -0.04290771484375,
+ -0.0015821456909179688,
+ -0.0276336669921875,
+ -0.05718994140625,
+ 0.002269744873046875,
+ 0.035736083984375,
+ 0.014007568359375,
+ -0.0012254714965820312,
+ -0.020965576171875,
+ 0.0203857421875,
+ -0.050628662109375,
+ 0.062225341796875,
+ 0.040008544921875,
+ 0.0211639404296875,
+ 0.032073974609375,
+ -0.049285888671875,
+ 0.052947998046875,
+ 0.01265716552734375,
+ 0.0533447265625,
+ -0.02105712890625,
+ 0.0537109375,
+ -0.0006761550903320312,
+ 0.0130462646484375,
+ -0.005313873291015625,
+ 0.031890869140625,
+ 0.01116180419921875,
+ 0.0301361083984375,
+ -0.0477294921875,
+ 0.038848876953125,
+ 0.0264739990234375,
+ -0.018646240234375,
+ -0.06378173828125,
+ -0.028594970703125,
+ 0.014007568359375,
+ -0.00685882568359375,
+ 0.042327880859375,
+ -0.034393310546875,
+ -0.0090789794921875,
+ 0.0081634521484375,
+ 0.032257080078125,
+ 0.0487060546875,
+ -0.0072479248046875,
+ 0.03515625,
+ 0.0035991668701171875,
+ -0.01739501953125,
+ -0.020477294921875,
+ -0.01873779296875
+ ],
+ "metadata": {
+ "domains": [
+ "collaboration-general"
+ ],
+ "phases": [
+ "reporting"
+ ],
+ "tags": [
+ "office",
+ "collaboration"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_REMnux",
+ "type": "tool",
+ "name": "REMnux",
+ "content": "remnux ubuntu-basierte malware-analyse-distribution vereint kuratierte reverse-engineering-tools in sofort einsatzbereiter vm-umgebung. vorkonfigurierte integration von ghidra, radare2, volatility und netzwerk-analyse-tools spart stunden manueller installation. spezialisierte malware-detonation-umgebung mit netzwerk-simulation und traffic-analyse. regelmäßige updates halten tool-sammlung aktuell. docker-integration für sichere malware-sandboxing. paketverwaltung vereinfacht tool-erweiterung. linux-distro toolkit reverse-engineering virtualization malware-analysis incident-response network-forensics examination analysis",
+ "embedding": [
+ -0.0290374755859375,
+ 0.0212249755859375,
+ 0.03533935546875,
+ -0.01056671142578125,
+ 0.044036865234375,
+ 0.01934814453125,
+ -0.0001913309097290039,
+ -0.01160430908203125,
+ -0.034942626953125,
+ -0.0113067626953125,
+ -0.021026611328125,
+ 0.0258636474609375,
+ 0.007259368896484375,
+ -0.00720977783203125,
+ -0.03948974609375,
+ 0.022308349609375,
+ -0.008148193359375,
+ -0.01180267333984375,
+ 0.00785064697265625,
+ 0.0304107666015625,
+ -0.026458740234375,
+ -0.0248870849609375,
+ -0.065185546875,
+ -0.022125244140625,
+ -0.017669677734375,
+ 0.0025310516357421875,
+ -0.01313018798828125,
+ -0.08251953125,
+ -0.012542724609375,
+ 0.003185272216796875,
+ -0.010467529296875,
+ -0.0292205810546875,
+ 0.002986907958984375,
+ 0.0182647705078125,
+ 0.00992584228515625,
+ -0.033966064453125,
+ -0.0030117034912109375,
+ -0.033966064453125,
+ -0.01432037353515625,
+ 0.07818603515625,
+ -0.0110626220703125,
+ 0.002086639404296875,
+ 0.002887725830078125,
+ -0.0284423828125,
+ -0.02301025390625,
+ -0.04107666015625,
+ 0.006221771240234375,
+ -0.018768310546875,
+ 0.009185791015625,
+ -0.0552978515625,
+ 0.041259765625,
+ 0.00183868408203125,
+ 0.0098724365234375,
+ -0.037139892578125,
+ -0.05096435546875,
+ 0.0089874267578125,
+ 0.0245819091796875,
+ -0.03790283203125,
+ -0.0460205078125,
+ 0.035552978515625,
+ -0.0224151611328125,
+ -0.024688720703125,
+ -0.0173797607421875,
+ -0.01313018798828125,
+ 0.0282440185546875,
+ 0.0367431640625,
+ 0.0033321380615234375,
+ -0.03533935546875,
+ 0.00513458251953125,
+ 0.0018024444580078125,
+ 0.0181732177734375,
+ 0.004913330078125,
+ -0.01229095458984375,
+ 0.035736083984375,
+ -0.05096435546875,
+ -0.03515625,
+ 0.00565338134765625,
+ 0.007305145263671875,
+ 0.0242919921875,
+ 0.01081085205078125,
+ -0.0132293701171875,
+ 0.003307342529296875,
+ 0.036529541015625,
+ -0.0140228271484375,
+ -0.0242919921875,
+ 0.006862640380859375,
+ 0.019744873046875,
+ 0.00597381591796875,
+ 0.00908660888671875,
+ -0.0262603759765625,
+ 0.035552978515625,
+ -0.0003657341003417969,
+ 0.028839111328125,
+ -0.03851318359375,
+ 0.032196044921875,
+ 0.04522705078125,
+ -0.039306640625,
+ -0.0203399658203125,
+ -0.03179931640625,
+ 0.0292205810546875,
+ 0.04107666015625,
+ -0.0296173095703125,
+ 0.03692626953125,
+ -0.0009441375732421875,
+ 0.0229034423828125,
+ -0.0258636474609375,
+ -0.0178680419921875,
+ -0.0014934539794921875,
+ -0.0038013458251953125,
+ -0.001438140869140625,
+ -0.0841064453125,
+ -0.025482177734375,
+ -0.031585693359375,
+ -0.0386962890625,
+ -0.01372528076171875,
+ -0.0012836456298828125,
+ 0.0002853870391845703,
+ 0.036346435546875,
+ -0.057281494140625,
+ -0.056488037109375,
+ 0.0169830322265625,
+ 0.01678466796875,
+ -0.005382537841796875,
+ 0.0195465087890625,
+ -0.045806884765625,
+ -0.049560546875,
+ -0.015899658203125,
+ 0.0245819091796875,
+ -0.0240936279296875,
+ 0.004985809326171875,
+ -0.0300140380859375,
+ -0.031982421875,
+ -0.0304107666015625,
+ -0.0216217041015625,
+ 0.0032329559326171875,
+ -0.05291748046875,
+ 0.02606201171875,
+ 0.008148193359375,
+ -0.0229034423828125,
+ 0.01520538330078125,
+ 0.0479736328125,
+ -0.02606201171875,
+ -0.0274505615234375,
+ 0.0161895751953125,
+ -0.0208282470703125,
+ 0.0094757080078125,
+ -0.0123443603515625,
+ 0.053314208984375,
+ -0.018463134765625,
+ 0.0155029296875,
+ 0.001308441162109375,
+ 0.019744873046875,
+ 0.051727294921875,
+ 0.0025310516357421875,
+ 0.0047149658203125,
+ -0.05096435546875,
+ -0.0037021636962890625,
+ 0.004985809326171875,
+ 0.043060302734375,
+ 0.00775146484375,
+ -0.013031005859375,
+ -0.021331787109375,
+ 0.011749267578125,
+ 0.02508544921875,
+ 0.007305145263671875,
+ -0.039886474609375,
+ -0.01422119140625,
+ -0.0161895751953125,
+ 0.029815673828125,
+ -0.004913330078125,
+ 0.030609130859375,
+ 0.0284423828125,
+ 0.0521240234375,
+ 0.0341796875,
+ -0.01678466796875,
+ 0.0312042236328125,
+ 0.00148773193359375,
+ -0.0005741119384765625,
+ 0.0236968994140625,
+ 0.0149078369140625,
+ -0.03692626953125,
+ -0.0224151611328125,
+ 0.04461669921875,
+ -0.0013456344604492188,
+ 0.0225067138671875,
+ -0.00789642333984375,
+ -0.00629425048828125,
+ -0.031585693359375,
+ -0.0242919921875,
+ 0.0168914794921875,
+ -0.031005859375,
+ -0.0083465576171875,
+ -0.022216796875,
+ 0.0136260986328125,
+ 0.00017821788787841797,
+ 0.06201171875,
+ 0.0266571044921875,
+ -0.0312042236328125,
+ 0.040283203125,
+ -0.0024318695068359375,
+ -0.0014314651489257812,
+ 0.025665283203125,
+ 0.01806640625,
+ 0.026458740234375,
+ 0.0178680419921875,
+ 0.0027523040771484375,
+ 0.00849151611328125,
+ 0.031585693359375,
+ 0.0199432373046875,
+ -0.01209259033203125,
+ -0.0132293701171875,
+ 0.0703125,
+ -0.00461578369140625,
+ -0.01470947265625,
+ -0.0312042236328125,
+ -0.0212249755859375,
+ 0.026458740234375,
+ -0.00020205974578857422,
+ 0.01560211181640625,
+ 0.00557708740234375,
+ -0.0181732177734375,
+ -0.0202484130859375,
+ 0.00913238525390625,
+ 0.044830322265625,
+ -0.0168914794921875,
+ 0.04681396484375,
+ 0.018463134765625,
+ -0.0345458984375,
+ -0.0292205810546875,
+ 0.0386962890625,
+ 0.006862640380859375,
+ 0.044830322265625,
+ 0.022125244140625,
+ -0.0144195556640625,
+ -0.022308349609375,
+ -0.0262603759765625,
+ 0.02764892578125,
+ 0.04443359375,
+ 0.0037517547607421875,
+ 0.00557708740234375,
+ -0.02142333984375,
+ -0.00267791748046875,
+ -0.035552978515625,
+ 0.05450439453125,
+ 0.017181396484375,
+ -0.0069122314453125,
+ -0.006862640380859375,
+ -0.00439453125,
+ 0.032989501953125,
+ 0.0655517578125,
+ -0.0718994140625,
+ -0.0155029296875,
+ -0.055694580078125,
+ 0.00441741943359375,
+ -0.06634521484375,
+ -0.03533935546875,
+ -0.00997161865234375,
+ -0.036346435546875,
+ 0.058837890625,
+ -0.0386962890625,
+ -0.0286407470703125,
+ 0.00128936767578125,
+ 0.025665283203125,
+ 0.0033817291259765625,
+ 0.04345703125,
+ -0.010223388671875,
+ -0.0233001708984375,
+ 0.00513458251953125,
+ 0.06317138671875,
+ -0.01214599609375,
+ -0.03851318359375,
+ -0.009429931640625,
+ -0.016693115234375,
+ 0.0096282958984375,
+ -0.004962921142578125,
+ -0.003406524658203125,
+ -0.00933074951171875,
+ 0.038116455078125,
+ 0.02606201171875,
+ 0.03753662109375,
+ -0.0088348388671875,
+ -0.003826141357421875,
+ -0.006195068359375,
+ 0.05963134765625,
+ -0.041259765625,
+ -0.0030364990234375,
+ -0.00893402099609375,
+ -0.0185699462890625,
+ -0.016387939453125,
+ -0.05291748046875,
+ -0.0006852149963378906,
+ 0.04425048828125,
+ 0.0051116943359375,
+ 0.01229095458984375,
+ 0.0035305023193359375,
+ -0.061614990234375,
+ 0.007602691650390625,
+ -0.01125335693359375,
+ -0.0014562606811523438,
+ 0.0017156600952148438,
+ 0.028045654296875,
+ -0.039886474609375,
+ 0.003726959228515625,
+ -0.019744873046875,
+ 0.016387939453125,
+ -0.0312042236328125,
+ -0.046600341796875,
+ 0.006145477294921875,
+ 0.0062713623046875,
+ -0.032989501953125,
+ -0.0128326416015625,
+ 0.003997802734375,
+ -0.030609130859375,
+ 0.01885986328125,
+ -0.0335693359375,
+ -0.0110626220703125,
+ -0.05133056640625,
+ -0.05133056640625,
+ 0.0164947509765625,
+ -0.022613525390625,
+ -0.0266571044921875,
+ -0.01160430908203125,
+ 0.0469970703125,
+ -0.0113525390625,
+ 0.0079498291015625,
+ -0.015899658203125,
+ -0.0030975341796875,
+ -0.039093017578125,
+ -0.0035552978515625,
+ -0.0174713134765625,
+ 0.038299560546875,
+ 0.021820068359375,
+ 0.051727294921875,
+ 0.0296173095703125,
+ 0.0325927734375,
+ 0.032989501953125,
+ 0.06475830078125,
+ 0.04461669921875,
+ -0.0240936279296875,
+ -0.0177764892578125,
+ -0.00829315185546875,
+ 0.00804901123046875,
+ 0.007061004638671875,
+ -0.0296173095703125,
+ -0.01422119140625,
+ -0.003604888916015625,
+ -0.0174713134765625,
+ -0.002208709716796875,
+ 0.0196533203125,
+ 0.033966064453125,
+ 0.0262603759765625,
+ -0.0121917724609375,
+ -0.0029125213623046875,
+ 0.049957275390625,
+ 0.0169830322265625,
+ 0.0908203125,
+ 0.0081939697265625,
+ -0.04443359375,
+ 0.001987457275390625,
+ 0.05096435546875,
+ 0.01293182373046875,
+ 0.01204681396484375,
+ 0.021728515625,
+ -0.0013017654418945312,
+ -0.01016998291015625,
+ 0.05133056640625,
+ -0.01100921630859375,
+ 0.03594970703125,
+ 0.002765655517578125,
+ 0.0006327629089355469,
+ 0.006244659423828125,
+ -0.0157928466796875,
+ 0.036346435546875,
+ 0.028045654296875,
+ 0.0460205078125,
+ 0.01885986328125,
+ 0.041473388671875,
+ -0.0312042236328125,
+ -0.008544921875,
+ -0.0132293701171875,
+ -0.052520751953125,
+ -0.0199432373046875,
+ 0.0335693359375,
+ 0.0051116943359375,
+ 0.00829315185546875,
+ -0.0115509033203125,
+ -0.045013427734375,
+ 0.0304107666015625,
+ -0.043060302734375,
+ 0.0687255859375,
+ 0.03021240234375,
+ 0.0157012939453125,
+ 0.030609130859375,
+ -0.0194549560546875,
+ 0.0182647705078125,
+ 0.04681396484375,
+ -0.0087890625,
+ 0.0274505615234375,
+ 0.0274505615234375,
+ 0.0345458984375,
+ 0.032196044921875,
+ -0.037139892578125,
+ 0.0294189453125,
+ 0.046417236328125,
+ 0.01076507568359375,
+ -0.00765228271484375,
+ 0.03436279296875,
+ 0.0164947509765625,
+ 0.01806640625,
+ -0.03692626953125,
+ 0.04522705078125,
+ 0.030609130859375,
+ -0.01461029052734375,
+ 0.01012420654296875,
+ -0.0190582275390625,
+ 0.01140594482421875,
+ -0.06439208984375,
+ 0.0023326873779296875,
+ -0.00844573974609375,
+ -0.0037021636962890625,
+ -0.00501251220703125,
+ 0.024688720703125,
+ -0.048583984375,
+ -0.0102691650390625,
+ 0.054107666015625,
+ -0.067138671875,
+ 0.0361328125,
+ -0.004642486572265625,
+ -0.000058650970458984375,
+ 0.01313018798828125,
+ -0.005626678466796875,
+ -0.06475830078125,
+ 0.017669677734375,
+ -0.045013427734375,
+ -0.055694580078125,
+ 0.01461029052734375,
+ 0.0290374755859375,
+ -0.04541015625,
+ -0.035552978515625,
+ -0.005382537841796875,
+ -0.0157928466796875,
+ -0.0262603759765625,
+ -0.00913238525390625,
+ 0.05450439453125,
+ -0.01540374755859375,
+ 0.0029621124267578125,
+ 0.01422119140625,
+ 0.03533935546875,
+ -0.0325927734375,
+ -0.01264190673828125,
+ 0.031982421875,
+ -0.0165863037109375,
+ -0.043853759765625,
+ 0.03021240234375,
+ -0.011749267578125,
+ 0.02606201171875,
+ 0.0011110305786132812,
+ -0.013031005859375,
+ -0.026458740234375,
+ 0.031982421875,
+ -0.01125335693359375,
+ 0.017578125,
+ -0.03436279296875,
+ -0.017974853515625,
+ -0.025482177734375,
+ 0.04205322265625,
+ 0.0026912689208984375,
+ 0.0521240234375,
+ -0.00183868408203125,
+ -0.06317138671875,
+ 0.01500701904296875,
+ -0.040496826171875,
+ -0.007404327392578125,
+ 0.00681304931640625,
+ 0.0029010772705078125,
+ 0.0105133056640625,
+ 0.08251953125,
+ -0.00557708740234375,
+ -0.02685546875,
+ -0.0290374755859375,
+ 0.0278472900390625,
+ 0.01352691650390625,
+ 0.00325775146484375,
+ -0.044830322265625,
+ 0.075439453125,
+ 0.0367431640625,
+ -0.0552978515625,
+ -0.009033203125,
+ -0.042266845703125,
+ 0.0006108283996582031,
+ 0.039886474609375,
+ -0.0635986328125,
+ 0.0008392333984375,
+ 0.0006694793701171875,
+ -0.060821533203125,
+ -0.0290374755859375,
+ -0.0128326416015625,
+ -0.0325927734375,
+ -0.0241851806640625,
+ 0.026458740234375,
+ 0.0219268798828125,
+ -0.0023326873779296875,
+ 0.038116455078125,
+ 0.0212249755859375,
+ -0.0119476318359375,
+ 0.01372528076171875,
+ 0.004024505615234375,
+ -0.0258636474609375,
+ 0.0149078369140625,
+ -0.05096435546875,
+ -0.0335693359375,
+ -0.0161895751953125,
+ 0.031982421875,
+ -0.03948974609375,
+ 0.02606201171875,
+ -0.005802154541015625,
+ -0.0292205810546875,
+ 0.031005859375,
+ -0.035736083984375,
+ 0.00928497314453125,
+ -0.04620361328125,
+ -0.033172607421875,
+ -0.0160980224609375,
+ -0.0165863037109375,
+ 0.019744873046875,
+ 0.035736083984375,
+ 0.001567840576171875,
+ 0.040283203125,
+ 0.0111541748046875,
+ -0.0521240234375,
+ 0.0212249755859375,
+ -0.007305145263671875,
+ 0.0002206563949584961,
+ 0.01313018798828125,
+ -0.0093841552734375,
+ -0.0174713134765625,
+ -0.003505706787109375,
+ 0.03753662109375,
+ -0.031585693359375,
+ -0.01372528076171875,
+ -0.08807373046875,
+ 0.01180267333984375,
+ 0.00982666015625,
+ -0.0308074951171875,
+ -0.0125885009765625,
+ -0.0278472900390625,
+ -0.06201171875,
+ 0.006862640380859375,
+ 0.01239013671875,
+ 0.007404327392578125,
+ -0.004444122314453125,
+ -0.035552978515625,
+ -0.03277587890625,
+ 0.0025310516357421875,
+ -0.031402587890625,
+ 0.053314208984375,
+ -0.0292205810546875,
+ 0.0030117034912109375,
+ 0.0005521774291992188,
+ -0.0335693359375,
+ 0.0007314682006835938,
+ 0.03277587890625,
+ 0.018463134765625,
+ 0.0196533203125,
+ 0.041656494140625,
+ -0.0290374755859375,
+ 0.045806884765625,
+ 0.0201416015625,
+ -0.00345611572265625,
+ -0.01036834716796875,
+ -0.0159912109375,
+ 0.03948974609375,
+ -0.0286407470703125,
+ -0.01224517822265625,
+ 0.015899658203125,
+ 0.040283203125,
+ -0.00888824462890625,
+ 0.0062713623046875,
+ -0.0219268798828125,
+ 0.03277587890625,
+ 0.00409698486328125,
+ 0.05133056640625,
+ -0.046600341796875,
+ -0.049163818359375,
+ -0.0181732177734375,
+ 0.0159912109375,
+ 0.0247802734375,
+ 0.024383544921875,
+ -0.015106201171875,
+ -0.0292205810546875,
+ -0.007110595703125,
+ 0.05133056640625,
+ -0.031982421875,
+ -0.021728515625,
+ -0.05450439453125,
+ 0.0144195556640625,
+ 0.0081939697265625,
+ 0.05096435546875,
+ -0.0159912109375,
+ 0.0706787109375,
+ 0.0236053466796875,
+ -0.0108642578125,
+ 0.0300140380859375,
+ 0.05767822265625,
+ 0.0296173095703125,
+ -0.03692626953125,
+ -0.056488037109375,
+ 0.006862640380859375,
+ 0.0065155029296875,
+ -0.023406982421875,
+ -0.0207366943359375,
+ 0.01470947265625,
+ 0.08331298828125,
+ -0.0841064453125,
+ -0.01629638671875,
+ -0.006145477294921875,
+ -0.00429534912109375,
+ 0.01422119140625,
+ 0.0169830322265625,
+ -0.00469207763671875,
+ 0.002368927001953125,
+ 0.0016908645629882812,
+ -0.032379150390625,
+ 0.0190582275390625,
+ -0.0035305023193359375,
+ 0.01934814453125,
+ 0.0718994140625,
+ 0.01016998291015625,
+ -0.043243408203125,
+ 0.054107666015625,
+ 0.02685546875,
+ 0.031585693359375,
+ 0.039886474609375,
+ 0.023895263671875,
+ 0.01332855224609375,
+ 0.017974853515625,
+ 0.0282440185546875,
+ 0.05767822265625,
+ -0.0274505615234375,
+ -0.020050048828125,
+ 0.0048370361328125,
+ 0.0248870849609375,
+ 0.0308074951171875,
+ 0.0296173095703125,
+ 0.0013761520385742188,
+ 0.00977325439453125,
+ -0.01560211181640625,
+ -0.058441162109375,
+ 0.01031494140625,
+ 0.01885986328125,
+ -0.0123443603515625,
+ -0.02685546875,
+ -0.06951904296875,
+ 0.00661468505859375,
+ -0.037322998046875,
+ 0.03948974609375,
+ 0.002727508544921875,
+ -0.023101806640625,
+ -0.0270538330078125,
+ 0.06951904296875,
+ 0.016387939453125,
+ -0.0228118896484375,
+ 0.04010009765625,
+ -0.00745391845703125,
+ -0.02606201171875,
+ -0.004245758056640625,
+ -0.027252197265625,
+ 0.0207366943359375,
+ -0.04620361328125,
+ -0.08770751953125,
+ -0.00933074951171875,
+ 0.01727294921875,
+ -0.016693115234375,
+ -0.04205322265625,
+ -0.018463134765625,
+ 0.021026611328125,
+ -0.0155029296875,
+ -0.058441162109375,
+ -0.043060302734375,
+ -0.02606201171875,
+ 0.0160980224609375,
+ -0.00952911376953125,
+ 0.00577545166015625,
+ -0.01480865478515625,
+ -0.036529541015625,
+ -0.01392364501953125,
+ -0.007801055908203125,
+ -0.02508544921875,
+ 0.0377197265625,
+ -0.031402587890625,
+ 0.03851318359375,
+ 0.021331787109375,
+ 0.00913238525390625,
+ 0.0278472900390625,
+ 0.05609130859375,
+ -0.006023406982421875,
+ 0.0025787353515625,
+ 0.0089874267578125,
+ -0.0703125,
+ 0.002925872802734375,
+ -0.012542724609375,
+ -0.0027408599853515625,
+ -0.06475830078125,
+ 0.0019989013671875,
+ 0.054107666015625,
+ -0.067138671875,
+ 0.0168914794921875,
+ -0.0185699462890625,
+ -0.01560211181640625,
+ -0.0304107666015625,
+ 0.01885986328125,
+ 0.022308349609375,
+ 0.0164947509765625,
+ 0.0802001953125,
+ 0.010223388671875,
+ -0.01264190673828125,
+ -0.005924224853515625,
+ -0.058441162109375,
+ 0.0469970703125,
+ 0.029815673828125,
+ 0.02606201171875,
+ -0.0418701171875,
+ 0.028839111328125,
+ 0.007061004638671875,
+ -0.01332855224609375,
+ 0.0100250244140625,
+ -0.077392578125,
+ 0.043060302734375,
+ 0.01120758056640625,
+ 0.0153045654296875,
+ 0.0079498291015625,
+ 0.0136260986328125,
+ -0.034759521484375,
+ -0.0181732177734375,
+ -0.02093505859375,
+ 0.0021724700927734375,
+ -0.006961822509765625,
+ 0.01264190673828125,
+ -0.02764892578125,
+ -0.01372528076171875,
+ -0.015106201171875,
+ -0.0552978515625,
+ -0.012542724609375,
+ -0.054107666015625,
+ 0.035736083984375,
+ -0.017669677734375,
+ -0.058074951171875,
+ 0.03515625,
+ -0.01540374755859375,
+ 0.006664276123046875,
+ 0.027252197265625,
+ 0.052520751953125,
+ -0.0361328125,
+ 0.0304107666015625,
+ 0.004367828369140625,
+ 0.042266845703125,
+ 0.00982666015625,
+ 0.006763458251953125,
+ -0.01480865478515625,
+ 0.0361328125,
+ 0.01412200927734375,
+ -0.040283203125,
+ 0.058441162109375,
+ 0.0174713134765625,
+ -0.0247802734375,
+ -0.05096435546875,
+ -0.033966064453125,
+ -0.0140228271484375,
+ 0.0258636474609375,
+ -0.000743865966796875,
+ 0.025177001953125,
+ 0.0199432373046875,
+ -0.01520538330078125,
+ -0.0975341796875,
+ 0.0345458984375,
+ -0.005207061767578125,
+ 0.038116455078125,
+ 0.019256591796875,
+ -0.01180267333984375,
+ -0.085693359375,
+ -0.056884765625,
+ 0.00567626953125,
+ 0.0100250244140625,
+ -0.0428466796875,
+ 0.048370361328125,
+ 0.034942626953125,
+ 0.002765655517578125,
+ -0.00952911376953125,
+ -0.004222869873046875,
+ 0.004467010498046875,
+ 0.039093017578125,
+ 0.01229095458984375,
+ -0.029815673828125,
+ 0.08612060546875,
+ -0.03692626953125,
+ 0.030609130859375,
+ -0.0242919921875,
+ 0.016387939453125,
+ -0.004985809326171875,
+ 0.006664276123046875,
+ -0.0345458984375,
+ 0.01480865478515625,
+ 0.010467529296875,
+ 0.031005859375,
+ -0.01076507568359375,
+ 0.01031494140625,
+ -0.0282440185546875,
+ 0.01727294921875,
+ 0.00577545166015625,
+ -0.004665374755859375,
+ 0.002468109130859375,
+ -0.0005183219909667969,
+ -0.024383544921875,
+ -0.01224517822265625,
+ -0.08331298828125,
+ -0.0604248046875,
+ 0.0058746337890625,
+ -0.0274505615234375,
+ -0.003997802734375,
+ 0.0229034423828125,
+ -0.0017032623291015625,
+ 0.01837158203125,
+ -0.05035400390625,
+ 0.0018758773803710938,
+ -0.017669677734375,
+ -0.013824462890625,
+ -0.019744873046875,
+ 0.03021240234375,
+ -0.01885986328125,
+ 0.0186614990234375,
+ 0.00255584716796875,
+ -0.0367431640625,
+ 0.00785064697265625,
+ -0.02606201171875,
+ -0.0208282470703125,
+ -0.0232086181640625,
+ -0.0110626220703125,
+ -0.03753662109375,
+ 0.0286407470703125,
+ -0.061614990234375,
+ -0.0026035308837890625,
+ 0.032379150390625,
+ 0.0186614990234375,
+ -0.0014629364013671875,
+ -0.0304107666015625,
+ 0.040679931640625,
+ 0.01422119140625,
+ -0.069091796875,
+ 0.01885986328125,
+ -0.01372528076171875,
+ -0.039703369140625,
+ -0.01520538330078125,
+ -0.015899658203125,
+ -0.00225830078125,
+ 0.0248870849609375,
+ 0.046600341796875,
+ 0.04541015625,
+ 0.047210693359375,
+ -0.0015554428100585938,
+ -0.02606201171875,
+ 0.0177764892578125,
+ -0.03021240234375,
+ 0.049774169921875,
+ 0.02349853515625,
+ 0.01293182373046875,
+ 0.000034689903259277344,
+ 0.017181396484375,
+ 0.0115509033203125,
+ -0.072265625,
+ -0.0190582275390625,
+ -0.04345703125,
+ -0.04779052734375,
+ 0.000888824462890625,
+ 0.085693359375,
+ 0.0282440185546875,
+ 0.00789642333984375,
+ 0.03277587890625,
+ 0.02764892578125,
+ 0.0248870849609375,
+ 0.0019006729125976562,
+ -0.0111083984375,
+ -0.0667724609375,
+ -0.00501251220703125,
+ 0.04876708984375,
+ 0.0051116943359375,
+ -0.07110595703125,
+ 0.06475830078125,
+ 0.0738525390625,
+ -0.0019130706787109375,
+ 0.0093841552734375,
+ -0.0194549560546875,
+ -0.0178680419921875,
+ 0.04266357421875,
+ 0.03533935546875,
+ 0.00377655029296875,
+ -0.07305908203125,
+ -0.0075531005859375,
+ 0.00789642333984375,
+ 0.005481719970703125,
+ -0.0194549560546875,
+ -0.031982421875,
+ -0.01293182373046875,
+ 0.03515625,
+ -0.068359375,
+ -0.0159912109375,
+ 0.01451873779296875,
+ 0.065185546875,
+ -0.00844573974609375,
+ -0.0284423828125,
+ -0.0304107666015625,
+ 0.032379150390625,
+ 0.0304107666015625,
+ -0.0105133056640625,
+ -0.01224517822265625,
+ 0.01313018798828125,
+ -0.01461029052734375,
+ 0.0220184326171875,
+ 0.06396484375,
+ 0.01209259033203125,
+ 0.058441162109375,
+ -0.0004413127899169922,
+ -0.0245819091796875,
+ 0.0225067138671875,
+ -0.0021839141845703125,
+ 0.020050048828125,
+ -0.0128326416015625,
+ -0.026458740234375,
+ -0.0270538330078125,
+ -0.0247802734375,
+ 0.017578125,
+ 0.0018510818481445312,
+ 0.04266357421875,
+ 0.025482177734375,
+ -0.00501251220703125,
+ 0.0011911392211914062,
+ 0.0010242462158203125,
+ 0.0290374755859375,
+ 0.05133056640625,
+ 0.039886474609375,
+ 0.045013427734375,
+ 0.0216217041015625,
+ 0.035736083984375,
+ 0.01332855224609375,
+ -0.01520538330078125,
+ 0.04345703125,
+ -0.045623779296875,
+ -0.0013208389282226562,
+ -0.0655517578125,
+ -0.02142333984375,
+ 0.01678466796875,
+ -0.040679931640625,
+ 0.010223388671875,
+ -0.0325927734375,
+ -0.022216796875,
+ -0.0232086181640625,
+ -0.039703369140625,
+ -0.005950927734375,
+ 0.060028076171875,
+ -0.049163818359375,
+ 0.0220184326171875,
+ 0.039703369140625,
+ -0.01214599609375,
+ 0.01422119140625,
+ -0.0408935546875,
+ 0.05133056640625,
+ 0.0229034423828125,
+ 0.03851318359375,
+ 0.00213623046875,
+ -0.016693115234375,
+ -0.001628875732421875,
+ -0.0177764892578125,
+ 0.00799560546875,
+ 0.032989501953125,
+ -0.023406982421875,
+ 0.04681396484375,
+ 0.0367431640625,
+ 0.015899658203125,
+ -0.038299560546875,
+ 0.020050048828125,
+ 0.0037517547607421875,
+ -0.06793212890625,
+ 0.03753662109375,
+ 0.01885986328125,
+ 0.02606201171875,
+ 0.0009012222290039062,
+ -0.004543304443359375,
+ -0.0198516845703125,
+ -0.05767822265625,
+ 0.060821533203125,
+ 0.02764892578125,
+ -0.0132293701171875,
+ 0.040496826171875,
+ -0.0312042236328125,
+ 0.0377197265625,
+ 0.0009074211120605469,
+ 0.06317138671875,
+ -0.042266845703125,
+ 0.055694580078125,
+ -0.0009565353393554688,
+ 0.01180267333984375,
+ 0.0094757080078125,
+ 0.0017156600952148438,
+ -0.02044677734375,
+ 0.03515625,
+ -0.0245819091796875,
+ 0.06317138671875,
+ 0.034759521484375,
+ -0.0335693359375,
+ -0.05767822265625,
+ -0.0240936279296875,
+ 0.03515625,
+ -0.005184173583984375,
+ 0.05291748046875,
+ -0.056488037109375,
+ -0.006244659423828125,
+ -0.0216217041015625,
+ 0.0211334228515625,
+ 0.0750732421875,
+ -0.008392333984375,
+ 0.006046295166015625,
+ -0.00449371337890625,
+ -0.003047943115234375,
+ -0.0155029296875,
+ -0.007701873779296875
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis",
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "linux-distro",
+ "toolkit",
+ "reverse-engineering",
+ "virtualization"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Thumbcache_Viewer",
+ "type": "tool",
+ "name": "Thumbcache Viewer",
+ "content": "thumbcache viewer windows-thumbnail-cache-analysis-tool extrahiert miniaturansichten aller betrachteten images aus versteckten thumbcache_*.db-dateien für deleted-content-recovery. beweist unwiderlegbar image-presence auf system auch nach original-file-deletion durch thumbnail-persistence in cache-database. multiple-resolution-support (32, 96, 256, 1024 pixel) zeigt verschiedene detail-levels und access-patterns. exif-metadata-preservation in thumbnails ermöglicht gps-location-recovery und camera-identification. timestamp-analysis rekonstruiert image-viewing-timeline und user-activity-patterns. batch-processing-mode für multiple-cache-files, hash-export für csam-database-matching und content-correlation. html-report-generation für court-presentation mit embedded-thumbnails und forensic-metadata-tables. gui deleted-file-recovery metadata-parser triage system-metadata thumbnail-analysis exif-extraction csam-investigation timeline-creation batch-processing html-reporting hash-export static-investigations fraud-investigation incident-response examination analysis",
+ "embedding": [
+ -0.0223846435546875,
+ 0.02532958984375,
+ 0.0247650146484375,
+ -0.0193328857421875,
+ 0.040191650390625,
+ 0.0281829833984375,
+ 0.0138092041015625,
+ 0.01314544677734375,
+ 0.01371002197265625,
+ -0.03656005859375,
+ -0.040008544921875,
+ 0.028564453125,
+ -0.006855010986328125,
+ 0.007762908935546875,
+ -0.072021484375,
+ 0.062469482421875,
+ -0.01323699951171875,
+ 0.0207672119140625,
+ 0.0312347412109375,
+ -0.00335693359375,
+ -0.0289459228515625,
+ 0.0003809928894042969,
+ -0.0195159912109375,
+ -0.023529052734375,
+ 0.017333984375,
+ 0.004974365234375,
+ -0.0142822265625,
+ -0.054107666015625,
+ -0.0241851806640625,
+ 0.0177154541015625,
+ 0.02532958984375,
+ -0.01161956787109375,
+ -0.0045013427734375,
+ 0.047607421875,
+ 0.024383544921875,
+ 0.00011682510375976562,
+ 0.0079498291015625,
+ -0.059814453125,
+ -0.032745361328125,
+ 0.059814453125,
+ -0.0255279541015625,
+ -0.0122833251953125,
+ -0.0030002593994140625,
+ -0.0005803108215332031,
+ -0.05828857421875,
+ -0.0394287109375,
+ -0.007762908935546875,
+ -0.013336181640625,
+ 0.007427215576171875,
+ -0.04400634765625,
+ 0.01352691650390625,
+ 0.007236480712890625,
+ -0.0019044876098632812,
+ 0.0075225830078125,
+ -0.032958984375,
+ 0.0177154541015625,
+ 0.0153350830078125,
+ -0.01013946533203125,
+ -0.020477294921875,
+ 0.0316162109375,
+ -0.07354736328125,
+ -0.01399993896484375,
+ -0.00919342041015625,
+ -0.0153350830078125,
+ 0.00335693359375,
+ 0.0287628173828125,
+ 0.005260467529296875,
+ -0.023040771484375,
+ 0.0178985595703125,
+ 0.01323699951171875,
+ 0.01495361328125,
+ -0.0090484619140625,
+ -0.0360107421875,
+ 0.0350341796875,
+ -0.0200042724609375,
+ -0.0537109375,
+ 0.01157379150390625,
+ -0.001773834228515625,
+ -0.0114288330078125,
+ -0.007190704345703125,
+ -0.033905029296875,
+ 0.00728607177734375,
+ 0.0506591796875,
+ -0.01009368896484375,
+ -0.0146636962890625,
+ 0.006572723388671875,
+ 0.040008544921875,
+ 0.00376129150390625,
+ 0.00457000732421875,
+ -0.0008568763732910156,
+ 0.0130462646484375,
+ -0.0028209686279296875,
+ 0.007762908935546875,
+ -0.024383544921875,
+ 0.046844482421875,
+ 0.062103271484375,
+ -0.016571044921875,
+ -0.00473785400390625,
+ -0.0027980804443359375,
+ 0.02685546875,
+ 0.02838134765625,
+ -0.05029296875,
+ 0.040771484375,
+ -0.024383544921875,
+ 0.024383544921875,
+ -0.00528717041015625,
+ 0.0169525146484375,
+ -0.02532958984375,
+ -0.0241851806640625,
+ -0.0185699462890625,
+ -0.0784912109375,
+ -0.03924560546875,
+ 0.006999969482421875,
+ -0.070068359375,
+ -0.0138092041015625,
+ 0.00975799560546875,
+ -0.0016431808471679688,
+ 0.0411376953125,
+ -0.032012939453125,
+ -0.032562255859375,
+ 0.003452301025390625,
+ 0.01476287841796875,
+ 0.001987457275390625,
+ -0.019805908203125,
+ -0.030670166015625,
+ -0.055999755859375,
+ -0.0094757080078125,
+ 0.0316162109375,
+ -0.028564453125,
+ -0.0203857421875,
+ -0.0194244384765625,
+ -0.01514434814453125,
+ -0.00257110595703125,
+ -0.0274200439453125,
+ -0.0201873779296875,
+ -0.0255279541015625,
+ 0.035797119140625,
+ -0.01204681396484375,
+ -0.00809478759765625,
+ -0.0098114013671875,
+ 0.044952392578125,
+ -0.032012939453125,
+ -0.0628662109375,
+ 0.00894927978515625,
+ -0.040771484375,
+ -0.00714111328125,
+ -0.042083740234375,
+ 0.06170654296875,
+ -0.052947998046875,
+ -0.01090240478515625,
+ -0.014190673828125,
+ 0.02294921875,
+ 0.0295257568359375,
+ 0.004070281982421875,
+ 0.00238037109375,
+ -0.062469482421875,
+ -0.01580810546875,
+ -0.04400634765625,
+ 0.015899658203125,
+ 0.005001068115234375,
+ -0.030670166015625,
+ 0.04132080078125,
+ -0.0177154541015625,
+ 0.0302886962890625,
+ -0.0029277801513671875,
+ -0.041717529296875,
+ -0.0302886962890625,
+ 0.027618408203125,
+ 0.0121917724609375,
+ 0.01161956787109375,
+ 0.02056884765625,
+ 0.0014047622680664062,
+ 0.07086181640625,
+ 0.060943603515625,
+ 0.01971435546875,
+ 0.0279998779296875,
+ 0.0241851806640625,
+ -0.01476287841796875,
+ 0.0537109375,
+ 0.024566650390625,
+ -0.002582550048828125,
+ -0.0249481201171875,
+ 0.043426513671875,
+ -0.00592803955078125,
+ 0.01247406005859375,
+ -0.0218963623046875,
+ -0.020477294921875,
+ -0.015045166015625,
+ -0.01161956787109375,
+ 0.03009033203125,
+ -0.0394287109375,
+ -0.0567626953125,
+ -0.013336181640625,
+ 0.034088134765625,
+ 0.0011548995971679688,
+ 0.06512451171875,
+ 0.01276397705078125,
+ -0.007045745849609375,
+ 0.041900634765625,
+ -0.0036907196044921875,
+ 0.019622802734375,
+ 0.035247802734375,
+ -0.0181884765625,
+ 0.054473876953125,
+ 0.01904296875,
+ 0.01195526123046875,
+ -0.011138916015625,
+ 0.023529052734375,
+ 0.00197601318359375,
+ -0.015899658203125,
+ -0.0153350830078125,
+ 0.04248046875,
+ -0.0207672119140625,
+ -0.0262908935546875,
+ -0.03753662109375,
+ -0.029144287109375,
+ 0.01352691650390625,
+ -0.00473785400390625,
+ -0.036956787109375,
+ -0.002559661865234375,
+ -0.01666259765625,
+ -0.0249481201171875,
+ 0.019134521484375,
+ 0.014190673828125,
+ 0.0039520263671875,
+ 0.05029296875,
+ 0.001987457275390625,
+ -0.0247650146484375,
+ -0.0210418701171875,
+ 0.02294921875,
+ 0.02056884765625,
+ -0.002452850341796875,
+ -0.00007033348083496094,
+ 0.009857177734375,
+ 0.00102996826171875,
+ -0.0207672119140625,
+ 0.054840087890625,
+ 0.040191650390625,
+ 0.007236480712890625,
+ 0.007190704345703125,
+ -0.0264739990234375,
+ 0.05029296875,
+ -0.032958984375,
+ 0.036956787109375,
+ 0.02142333984375,
+ -0.0274200439453125,
+ 0.00647735595703125,
+ -0.005832672119140625,
+ 0.041534423828125,
+ 0.02667236328125,
+ -0.0377197265625,
+ -0.017242431640625,
+ -0.10821533203125,
+ -0.0142822265625,
+ -0.056365966796875,
+ -0.03143310546875,
+ -0.0312347412109375,
+ -0.05523681640625,
+ 0.03350830078125,
+ -0.01399993896484375,
+ -0.057525634765625,
+ -0.0020351409912109375,
+ 0.01119232177734375,
+ -0.001880645751953125,
+ 0.032196044921875,
+ 0.00843048095703125,
+ -0.01209259033203125,
+ 0.01200103759765625,
+ 0.07733154296875,
+ 0.0028934478759765625,
+ -0.0160064697265625,
+ 0.003665924072265625,
+ 0.0242919921875,
+ -0.02227783203125,
+ 0.021148681640625,
+ -0.0122833251953125,
+ 0.0033817291259765625,
+ 0.034271240234375,
+ 0.016571044921875,
+ 0.0041656494140625,
+ -0.016754150390625,
+ -0.006427764892578125,
+ -0.01495361328125,
+ 0.006237030029296875,
+ -0.0295257568359375,
+ -0.0110015869140625,
+ -0.000012159347534179688,
+ 0.016571044921875,
+ -0.0178070068359375,
+ -0.045318603515625,
+ -0.01580810546875,
+ 0.0220947265625,
+ -0.0281829833984375,
+ -0.0039043426513671875,
+ 0.0316162109375,
+ -0.0316162109375,
+ -0.013427734375,
+ -0.021331787109375,
+ -0.0297088623046875,
+ 0.028564453125,
+ 0.04742431640625,
+ -0.03790283203125,
+ 0.00928497314453125,
+ 0.02142333984375,
+ 0.018280029296875,
+ -0.024566650390625,
+ -0.048004150390625,
+ -0.0079498291015625,
+ -0.0295257568359375,
+ -0.035430908203125,
+ -0.03009033203125,
+ 0.02142333984375,
+ -0.0216217041015625,
+ 0.01447296142578125,
+ -0.01238250732421875,
+ -0.005001068115234375,
+ -0.0302886962890625,
+ -0.047607421875,
+ 0.021331787109375,
+ -0.0118560791015625,
+ -0.027618408203125,
+ -0.03314208984375,
+ 0.051055908203125,
+ 0.03179931640625,
+ 0.029327392578125,
+ -0.0032138824462890625,
+ -0.003475189208984375,
+ -0.049896240234375,
+ -0.0029754638671875,
+ -0.005451202392578125,
+ 0.01166534423828125,
+ -0.01447296142578125,
+ 0.04876708984375,
+ 0.040008544921875,
+ 0.0223846435546875,
+ 0.0184783935546875,
+ 0.05828857421875,
+ -0.01104736328125,
+ -0.01323699951171875,
+ 0.0289459228515625,
+ 0.0010471343994140625,
+ 0.009429931640625,
+ 0.0218963623046875,
+ -0.00690460205078125,
+ -0.037322998046875,
+ -0.01885986328125,
+ -0.0145721435546875,
+ -0.0210418701171875,
+ 0.027801513671875,
+ 0.04913330078125,
+ 0.0177154541015625,
+ -0.040374755859375,
+ 0.015045166015625,
+ 0.07086181640625,
+ -0.01171112060546875,
+ 0.09259033203125,
+ -0.0125732421875,
+ -0.043060302734375,
+ 0.0105743408203125,
+ 0.0279998779296875,
+ -0.0161895751953125,
+ -0.0176239013671875,
+ 0.0233306884765625,
+ 0.00041675567626953125,
+ -0.00533294677734375,
+ 0.0177154541015625,
+ -0.00528717041015625,
+ 0.0129547119140625,
+ 0.003665924072265625,
+ 0.0003838539123535156,
+ 0.025909423828125,
+ -0.02276611328125,
+ 0.018096923828125,
+ 0.032379150390625,
+ -0.00714111328125,
+ -0.00809478759765625,
+ 0.05029296875,
+ -0.006023406982421875,
+ -0.022186279296875,
+ -0.044769287109375,
+ -0.0697021484375,
+ 0.009002685546875,
+ 0.02838134765625,
+ -0.0056915283203125,
+ 0.063232421875,
+ -0.01161956787109375,
+ -0.06439208984375,
+ 0.0310516357421875,
+ -0.0472412109375,
+ 0.06170654296875,
+ 0.047821044921875,
+ 0.0095672607421875,
+ 0.054473876953125,
+ -0.023040771484375,
+ 0.01800537109375,
+ 0.024383544921875,
+ 0.0279998779296875,
+ 0.0013685226440429688,
+ 0.0163726806640625,
+ 0.0234222412109375,
+ -0.001583099365234375,
+ -0.0394287109375,
+ 0.02227783203125,
+ 0.04266357421875,
+ 0.03466796875,
+ 0.01409149169921875,
+ 0.01204681396484375,
+ 0.0078582763671875,
+ 0.01166534423828125,
+ -0.012664794921875,
+ 0.03961181640625,
+ 0.029327392578125,
+ 0.0033817291259765625,
+ 0.025909423828125,
+ -0.005523681640625,
+ 0.0114288330078125,
+ -0.047607421875,
+ 0.01800537109375,
+ -0.0033092498779296875,
+ 0.01361846923828125,
+ 0.03619384765625,
+ 0.0121917724609375,
+ -0.08001708984375,
+ 0.00397491455078125,
+ 0.0601806640625,
+ -0.05523681640625,
+ 0.044189453125,
+ 0.0249481201171875,
+ -0.046295166015625,
+ -0.0023212432861328125,
+ -0.0169525146484375,
+ -0.059417724609375,
+ 0.033905029296875,
+ -0.032379150390625,
+ -0.033905029296875,
+ -0.004024505615234375,
+ 0.0038814544677734375,
+ -0.03466796875,
+ -0.05218505859375,
+ -0.01485443115234375,
+ -0.026092529296875,
+ -0.0114288330078125,
+ -0.02276611328125,
+ 0.0302886962890625,
+ -0.0063323974609375,
+ 0.0070953369140625,
+ 0.0289459228515625,
+ 0.0181884765625,
+ -0.00528717041015625,
+ -0.0257110595703125,
+ 0.036376953125,
+ -0.0310516357421875,
+ -0.05560302734375,
+ 0.034088134765625,
+ 0.019134521484375,
+ 0.025909423828125,
+ -0.041717529296875,
+ -0.049530029296875,
+ 0.0090484619140625,
+ -0.004856109619140625,
+ -0.0010004043579101562,
+ 0.032958984375,
+ -0.030853271484375,
+ -0.059417724609375,
+ -0.049530029296875,
+ 0.05712890625,
+ -0.0007171630859375,
+ 0.0506591796875,
+ 0.0169525146484375,
+ -0.0181884765625,
+ 0.01209259033203125,
+ -0.05523681640625,
+ 0.00531005859375,
+ -0.0045013427734375,
+ -0.00278472900390625,
+ 0.00286865234375,
+ 0.0784912109375,
+ -0.021148681640625,
+ -0.00966644287109375,
+ -0.006809234619140625,
+ 0.0428466796875,
+ 0.0138092041015625,
+ -0.001583099365234375,
+ -0.0030956268310546875,
+ 0.0218048095703125,
+ 0.032012939453125,
+ -0.03753662109375,
+ -0.0007796287536621094,
+ -0.00800323486328125,
+ -0.0106658935546875,
+ 0.032379150390625,
+ -0.03790283203125,
+ -0.007045745849609375,
+ -0.002285003662109375,
+ -0.0289459228515625,
+ -0.0270538330078125,
+ -0.05029296875,
+ -0.0185699462890625,
+ -0.040771484375,
+ 0.01904296875,
+ 0.037322998046875,
+ -0.0138092041015625,
+ 0.0201873779296875,
+ 0.018096923828125,
+ 0.00714111328125,
+ 0.040771484375,
+ -0.0013570785522460938,
+ -0.00823974609375,
+ 0.0249481201171875,
+ -0.05712890625,
+ -0.0270538330078125,
+ -0.032012939453125,
+ 0.009857177734375,
+ -0.043060302734375,
+ -0.0017375946044921875,
+ 0.0138092041015625,
+ -0.00881195068359375,
+ 0.040008544921875,
+ -0.0215301513671875,
+ -0.00354766845703125,
+ -0.03619384765625,
+ -0.025909423828125,
+ -0.059417724609375,
+ -0.0075225830078125,
+ 0.024566650390625,
+ -0.001880645751953125,
+ -0.0207672119140625,
+ -0.0098114013671875,
+ 0.03656005859375,
+ -0.07275390625,
+ 0.035797119140625,
+ 0.0272369384765625,
+ -0.00609588623046875,
+ 0.0201873779296875,
+ -0.0171356201171875,
+ -0.0012674331665039062,
+ 0.0257110595703125,
+ 0.0270538330078125,
+ -0.01495361328125,
+ -0.046844482421875,
+ -0.0693359375,
+ 0.037322998046875,
+ -0.01209259033203125,
+ 0.004547119140625,
+ -0.01438140869140625,
+ -0.036956787109375,
+ -0.04876708984375,
+ 0.0035228729248046875,
+ 0.043609619140625,
+ 0.0178985595703125,
+ 0.01042938232421875,
+ -0.0458984375,
+ -0.004974365234375,
+ -0.011138916015625,
+ -0.040374755859375,
+ 0.03924560546875,
+ -0.0234222412109375,
+ -0.0015954971313476562,
+ -0.02362060546875,
+ -0.0200042724609375,
+ 0.01285552978515625,
+ 0.027801513671875,
+ 0.02294921875,
+ 0.046478271484375,
+ 0.0086212158203125,
+ -0.025146484375,
+ 0.029327392578125,
+ -0.0098114013671875,
+ -0.02838134765625,
+ -0.0160980224609375,
+ -0.023040771484375,
+ 0.0130462646484375,
+ -0.0202789306640625,
+ -0.00031685829162597656,
+ 0.0241851806640625,
+ 0.035797119140625,
+ 0.0194244384765625,
+ -0.0262908935546875,
+ 0.019134521484375,
+ 0.021240234375,
+ -0.00881195068359375,
+ 0.07354736328125,
+ 0.0012617111206054688,
+ -0.046661376953125,
+ -0.023712158203125,
+ -0.0079498291015625,
+ 0.0394287109375,
+ 0.033721923828125,
+ 0.01166534423828125,
+ -0.04132080078125,
+ 0.0079498291015625,
+ 0.054107666015625,
+ 0.0006608963012695312,
+ -0.0537109375,
+ -0.0270538330078125,
+ 0.015045166015625,
+ 0.00495147705078125,
+ 0.045318603515625,
+ 0.01514434814453125,
+ 0.049896240234375,
+ -0.0020465850830078125,
+ -0.01132965087890625,
+ 0.0377197265625,
+ 0.066650390625,
+ 0.038482666015625,
+ -0.02685546875,
+ -0.048187255859375,
+ -0.006809234619140625,
+ -0.004619598388671875,
+ -0.0262908935546875,
+ -0.05181884765625,
+ 0.00909423828125,
+ 0.059417724609375,
+ -0.0819091796875,
+ -0.01090240478515625,
+ 0.00418853759765625,
+ -0.00027370452880859375,
+ 0.021148681640625,
+ 0.0012025833129882812,
+ -0.035430908203125,
+ 0.0225677490234375,
+ 0.0215301513671875,
+ -0.0198974609375,
+ -0.017242431640625,
+ -0.0270538330078125,
+ 0.0270538330078125,
+ 0.046661376953125,
+ 0.0249481201171875,
+ 0.01409149169921875,
+ 0.0274200439453125,
+ -0.007762908935546875,
+ 0.0200042724609375,
+ 0.024383544921875,
+ 0.0506591796875,
+ -0.0016431808471679688,
+ 0.0160064697265625,
+ 0.033721923828125,
+ 0.07159423828125,
+ -0.00576019287109375,
+ 0.007617950439453125,
+ 0.03009033203125,
+ 0.0287628173828125,
+ 0.04229736328125,
+ 0.07696533203125,
+ -0.002368927001953125,
+ 0.0154266357421875,
+ 0.0021305084228515625,
+ -0.048187255859375,
+ -0.0023097991943359375,
+ 0.0195159912109375,
+ 0.0115203857421875,
+ -0.041534423828125,
+ -0.0200042724609375,
+ 0.0304718017578125,
+ -0.049896240234375,
+ 0.0129547119140625,
+ 0.0059051513671875,
+ -0.0154266357421875,
+ -0.01438140869140625,
+ 0.021148681640625,
+ 0.0022144317626953125,
+ -0.054107666015625,
+ 0.00818634033203125,
+ -0.037322998046875,
+ -0.028564453125,
+ -0.03179931640625,
+ -0.045318603515625,
+ 0.05218505859375,
+ -0.035247802734375,
+ -0.03466796875,
+ -0.0262908935546875,
+ 0.0247650146484375,
+ -0.0001093745231628418,
+ -0.05029296875,
+ -0.035247802734375,
+ 0.0153350830078125,
+ -0.010711669921875,
+ -0.0360107421875,
+ -0.043426513671875,
+ -0.0163726806640625,
+ 0.01352691650390625,
+ -0.02838134765625,
+ -0.0106201171875,
+ -0.00923919677734375,
+ -0.047821044921875,
+ -0.028564453125,
+ 0.01247406005859375,
+ -0.041534423828125,
+ 0.036773681640625,
+ -0.055999755859375,
+ 0.0183868408203125,
+ 0.0202789306640625,
+ 0.0316162109375,
+ 0.03961181640625,
+ 0.0819091796875,
+ 0.00006324052810668945,
+ 0.00771331787109375,
+ -0.019134521484375,
+ -0.040557861328125,
+ -0.002262115478515625,
+ 0.0195159912109375,
+ 0.0162811279296875,
+ -0.0537109375,
+ 0.00818634033203125,
+ 0.043609619140625,
+ -0.0849609375,
+ 0.013336181640625,
+ 0.027801513671875,
+ -0.0207672119140625,
+ -0.05218505859375,
+ 0.0226593017578125,
+ 0.00962066650390625,
+ 0.0232391357421875,
+ 0.07122802734375,
+ 0.0082855224609375,
+ -0.0270538330078125,
+ 0.0238037109375,
+ -0.048187255859375,
+ 0.06475830078125,
+ -0.006191253662109375,
+ 0.035430908203125,
+ -0.03448486328125,
+ 0.037139892578125,
+ 0.0106658935546875,
+ -0.021240234375,
+ 0.0013685226440429688,
+ -0.08306884765625,
+ -0.01166534423828125,
+ 0.03143310546875,
+ 0.01514434814453125,
+ -0.0163726806640625,
+ -0.040374755859375,
+ -0.06134033203125,
+ -0.0139007568359375,
+ -0.0350341796875,
+ 0.0145721435546875,
+ -0.0009937286376953125,
+ 0.0223846435546875,
+ -0.049896240234375,
+ 0.0023212432861328125,
+ 0.009857177734375,
+ -0.055999755859375,
+ -0.036773681640625,
+ -0.0281829833984375,
+ 0.01276397705078125,
+ -0.006381988525390625,
+ -0.057891845703125,
+ 0.0287628173828125,
+ 0.0181884765625,
+ -0.0130462646484375,
+ 0.027618408203125,
+ 0.03314208984375,
+ -0.02685546875,
+ -0.006618499755859375,
+ -0.0234222412109375,
+ 0.032196044921875,
+ 0.002391815185546875,
+ 0.01009368896484375,
+ 0.0186614990234375,
+ 0.0184783935546875,
+ 0.006191253662109375,
+ -0.0458984375,
+ 0.046844482421875,
+ 0.05560302734375,
+ -0.0255279541015625,
+ -0.0567626953125,
+ -0.0350341796875,
+ -0.0240020751953125,
+ 0.027801513671875,
+ -0.01047515869140625,
+ 0.039794921875,
+ 0.011810302734375,
+ 0.0026302337646484375,
+ -0.10516357421875,
+ 0.07769775390625,
+ -0.0287628173828125,
+ 0.032012939453125,
+ 0.0162811279296875,
+ -0.01361846923828125,
+ -0.07354736328125,
+ -0.0281829833984375,
+ -0.024383544921875,
+ 0.0200958251953125,
+ -0.0217132568359375,
+ 0.0207672119140625,
+ -0.01399993896484375,
+ -0.0022373199462890625,
+ -0.0078582763671875,
+ -0.0198974609375,
+ -0.004474639892578125,
+ 0.04248046875,
+ 0.002155303955078125,
+ -0.0208587646484375,
+ 0.06744384765625,
+ -0.01485443115234375,
+ -0.0051422119140625,
+ -0.01119232177734375,
+ -0.0129547119140625,
+ 0.024383544921875,
+ -0.0274200439453125,
+ -0.0122833251953125,
+ -0.02142333984375,
+ 0.027618408203125,
+ 0.056365966796875,
+ -0.0102386474609375,
+ 0.0036907196044921875,
+ -0.0118560791015625,
+ 0.0192413330078125,
+ 0.0106201171875,
+ -0.028564453125,
+ 0.00823974609375,
+ 0.021148681640625,
+ 0.00695037841796875,
+ -0.0360107421875,
+ -0.06439208984375,
+ -0.0750732421875,
+ 0.0217132568359375,
+ -0.0533447265625,
+ -0.0001875162124633789,
+ 0.0162811279296875,
+ 0.007381439208984375,
+ -0.0091400146484375,
+ -0.0218048095703125,
+ 0.0215301513671875,
+ -0.01000213623046875,
+ -0.0287628173828125,
+ -0.0169525146484375,
+ 0.00003069639205932617,
+ -0.016754150390625,
+ 0.01800537109375,
+ 0.0138092041015625,
+ -0.0226593017578125,
+ 0.019805908203125,
+ -0.011383056640625,
+ 0.0083770751953125,
+ -0.0210418701171875,
+ -0.0138092041015625,
+ -0.047821044921875,
+ 0.0029048919677734375,
+ -0.08648681640625,
+ -0.035430908203125,
+ 0.0316162109375,
+ 0.035614013671875,
+ -0.005069732666015625,
+ -0.036376953125,
+ 0.030853271484375,
+ -0.01123809814453125,
+ -0.04913330078125,
+ 0.043243408203125,
+ -0.00800323486328125,
+ -0.040771484375,
+ 0.0240020751953125,
+ -0.0178070068359375,
+ -0.0139007568359375,
+ 0.0264739990234375,
+ 0.04132080078125,
+ 0.038848876953125,
+ 0.047607421875,
+ -0.013336181640625,
+ -0.01485443115234375,
+ -0.00628662109375,
+ -0.0082855224609375,
+ 0.027801513671875,
+ 0.0287628173828125,
+ 0.0255279541015625,
+ -0.009002685546875,
+ 0.01552581787109375,
+ 0.0110931396484375,
+ -0.07049560546875,
+ -0.02838134765625,
+ -0.00531005859375,
+ -0.051055908203125,
+ 0.0223846435546875,
+ 0.06781005859375,
+ 0.037322998046875,
+ -0.013336181640625,
+ 0.0304718017578125,
+ 0.049896240234375,
+ 0.0234222412109375,
+ 0.0125732421875,
+ -0.00008744001388549805,
+ -0.056365966796875,
+ -0.00733184814453125,
+ 0.024566650390625,
+ 0.005950927734375,
+ -0.051422119140625,
+ 0.0380859375,
+ 0.056365966796875,
+ -0.01476287841796875,
+ -0.018951416015625,
+ -0.006572723388671875,
+ -0.003665924072265625,
+ 0.05560302734375,
+ -0.00078582763671875,
+ 0.01399993896484375,
+ -0.06549072265625,
+ 0.0142822265625,
+ 0.03656005859375,
+ -0.01580810546875,
+ -0.01361846923828125,
+ -0.00469207763671875,
+ -0.035797119140625,
+ 0.04913330078125,
+ -0.052947998046875,
+ 0.01090240478515625,
+ 0.0011129379272460938,
+ 0.06591796875,
+ -0.0013866424560546875,
+ -0.040191650390625,
+ -0.01323699951171875,
+ 0.0240936279296875,
+ 0.0203857421875,
+ -0.00823974609375,
+ 0.0160980224609375,
+ -0.0082855224609375,
+ -0.0153350830078125,
+ 0.046844482421875,
+ 0.054840087890625,
+ -0.0034046173095703125,
+ 0.049896240234375,
+ 0.01081085205078125,
+ -0.052947998046875,
+ 0.01371002197265625,
+ -0.01371002197265625,
+ 0.0078582763671875,
+ -0.005786895751953125,
+ -0.041534423828125,
+ -0.0264739990234375,
+ -0.0689697265625,
+ 0.036773681640625,
+ 0.001667022705078125,
+ 0.035797119140625,
+ 0.027801513671875,
+ 0.0022144317626953125,
+ -0.005001068115234375,
+ 0.0169525146484375,
+ 0.00433349609375,
+ 0.038848876953125,
+ 0.0249481201171875,
+ 0.018280029296875,
+ -0.01314544677734375,
+ 0.0241851806640625,
+ 0.0055694580078125,
+ -0.01523590087890625,
+ 0.023040771484375,
+ -0.015045166015625,
+ -0.01081085205078125,
+ -0.040008544921875,
+ 0.0154266357421875,
+ 0.024566650390625,
+ -0.0231475830078125,
+ -0.019622802734375,
+ -0.00695037841796875,
+ 0.00919342041015625,
+ -0.0105743408203125,
+ -0.052947998046875,
+ -0.0239105224609375,
+ 0.0241851806640625,
+ -0.060577392578125,
+ 0.023712158203125,
+ 0.0289459228515625,
+ -0.0117645263671875,
+ 0.001434326171875,
+ -0.0693359375,
+ 0.09906005859375,
+ 0.020477294921875,
+ 0.029144287109375,
+ -0.00890350341796875,
+ 0.04095458984375,
+ 0.025909423828125,
+ 0.0153350830078125,
+ 0.024566650390625,
+ 0.0198974609375,
+ -0.0270538330078125,
+ 0.042083740234375,
+ 0.057891845703125,
+ -0.0087127685546875,
+ -0.042083740234375,
+ 0.036376953125,
+ 0.0169525146484375,
+ -0.051422119140625,
+ 0.025909423828125,
+ 0.04095458984375,
+ 0.011138916015625,
+ -0.0045013427734375,
+ -0.03350830078125,
+ 0.0003020763397216797,
+ -0.03314208984375,
+ 0.06817626953125,
+ 0.0249481201171875,
+ -0.01013946533203125,
+ 0.036773681640625,
+ -0.043792724609375,
+ 0.03753662109375,
+ 0.005786895751953125,
+ 0.0693359375,
+ -0.046844482421875,
+ 0.04248046875,
+ -0.00919342041015625,
+ 0.00435638427734375,
+ -0.0142822265625,
+ 0.0161895751953125,
+ -0.01171112060546875,
+ 0.01285552978515625,
+ 0.00257110595703125,
+ 0.05523681640625,
+ 0.00609588623046875,
+ -0.0020599365234375,
+ -0.06817626953125,
+ -0.0034046173095703125,
+ -0.0209503173828125,
+ 0.01485443115234375,
+ 0.02667236328125,
+ -0.033721923828125,
+ -0.0262908935546875,
+ -0.022186279296875,
+ 0.0026302337646484375,
+ 0.0670166015625,
+ -0.003261566162109375,
+ 0.03826904296875,
+ -0.003643035888671875,
+ -0.002582550048828125,
+ -0.030853271484375,
+ 0.0161895751953125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "deleted-file-recovery",
+ "metadata-parser",
+ "triage",
+ "system-metadata",
+ "thumbnail-analysis",
+ "exif-extraction",
+ "csam-investigation",
+ "timeline-creation",
+ "batch-processing",
+ "html-reporting",
+ "hash-export"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_FOCA",
+ "type": "tool",
+ "name": "FOCA",
+ "content": "foca osint-tool extrahiert metadaten aus öffentlichen dokumenten für infrastructure-reconnaissance. sammelt mitarbeiter-namen, software-versionen, interne netzwerkpfade und erstellt angriffsvektoren aus pdf/office-dateien. perfekt für social-engineering-vorbereitung und target-profiling. metadata osint static-investigations fraud-investigation examination",
+ "embedding": [
+ -0.046234130859375,
+ 0.02667236328125,
+ 0.048919677734375,
+ 0.0144805908203125,
+ 0.0335693359375,
+ -0.0006413459777832031,
+ 0.0443115234375,
+ -0.00450897216796875,
+ -0.011749267578125,
+ 0.004650115966796875,
+ -0.0308837890625,
+ 0.043731689453125,
+ 0.0124664306640625,
+ 0.0015468597412109375,
+ -0.06793212890625,
+ 0.052947998046875,
+ -0.0164031982421875,
+ -0.00534820556640625,
+ 0.00930023193359375,
+ 0.00656890869140625,
+ -0.0191802978515625,
+ 0.0058746337890625,
+ -0.04949951171875,
+ -0.01294708251953125,
+ -0.0013065338134765625,
+ 0.0124664306640625,
+ 0.002590179443359375,
+ -0.05487060546875,
+ -0.0164947509765625,
+ -0.01021575927734375,
+ 0.0443115234375,
+ -0.01390838623046875,
+ -0.004100799560546875,
+ 0.0308837890625,
+ 0.0236968994140625,
+ -0.0002503395080566406,
+ -0.0117034912109375,
+ -0.0389404296875,
+ -0.0587158203125,
+ 0.044891357421875,
+ -0.0255126953125,
+ 0.0147705078125,
+ 0.019378662109375,
+ 0.0028533935546875,
+ -0.02801513671875,
+ -0.0237884521484375,
+ 0.00724029541015625,
+ -0.002864837646484375,
+ 0.0204315185546875,
+ -0.03204345703125,
+ 0.05755615234375,
+ 0.0073394775390625,
+ 0.0197601318359375,
+ -0.00954437255859375,
+ -0.01544189453125,
+ 0.00820159912109375,
+ 0.01678466796875,
+ -0.04986572265625,
+ -0.0479736328125,
+ 0.038360595703125,
+ -0.0416259765625,
+ -0.0198516845703125,
+ -0.00791168212890625,
+ -0.005466461181640625,
+ 0.0151519775390625,
+ -0.002170562744140625,
+ -0.0264739990234375,
+ -0.01256561279296875,
+ -0.00782012939453125,
+ 0.0019779205322265625,
+ 0.0036449432373046875,
+ 0.0243682861328125,
+ 0.01117706298828125,
+ -0.0038604736328125,
+ -0.040863037109375,
+ -0.037200927734375,
+ 0.0094451904296875,
+ 0.0278167724609375,
+ -0.01285552978515625,
+ 0.0237884521484375,
+ -0.06329345703125,
+ 0.0151519775390625,
+ 0.044891357421875,
+ -0.0255126953125,
+ -0.0106964111328125,
+ -0.01151275634765625,
+ 0.0170745849609375,
+ -0.0010013580322265625,
+ 0.00601959228515625,
+ 0.004749298095703125,
+ 0.0218658447265625,
+ 0.002254486083984375,
+ 0.021392822265625,
+ -0.0283966064453125,
+ 0.0223541259765625,
+ 0.051788330078125,
+ -0.030120849609375,
+ 0.0479736328125,
+ -0.00891876220703125,
+ 0.0278167724609375,
+ 0.0245513916015625,
+ -0.04180908203125,
+ 0.042022705078125,
+ -0.010406494140625,
+ 0.0272369384765625,
+ -0.0137176513671875,
+ 0.0117034912109375,
+ -0.035675048828125,
+ -0.023590087890625,
+ 0.00522613525390625,
+ -0.0882568359375,
+ -0.031646728515625,
+ -0.0281982421875,
+ -0.061767578125,
+ 0.030303955078125,
+ 0.0308837890625,
+ 0.002948760986328125,
+ 0.047393798828125,
+ -0.0416259765625,
+ -0.05218505859375,
+ 0.0150604248046875,
+ 0.036834716796875,
+ 0.01227569580078125,
+ 0.0013971328735351562,
+ -0.05255126953125,
+ -0.06524658203125,
+ 0.005466461181640625,
+ 0.034149169921875,
+ -0.03607177734375,
+ -0.0113677978515625,
+ 0.007144927978515625,
+ -0.027435302734375,
+ 0.00019478797912597656,
+ -0.028961181640625,
+ -0.01525115966796875,
+ -0.001216888427734375,
+ 0.0283966064453125,
+ -0.0147705078125,
+ 0.0106964111328125,
+ -0.00021886825561523438,
+ 0.018798828125,
+ -0.024749755859375,
+ -0.051788330078125,
+ -0.0191802978515625,
+ -0.0012769699096679688,
+ -0.009735107421875,
+ -0.037994384765625,
+ 0.04986572265625,
+ -0.02349853515625,
+ 0.007289886474609375,
+ -0.004459381103515625,
+ 0.026275634765625,
+ 0.054473876953125,
+ -0.005947113037109375,
+ 0.0165863037109375,
+ -0.039337158203125,
+ 0.0066680908203125,
+ -0.02685546875,
+ 0.034149169921875,
+ -0.0052032470703125,
+ -0.00724029541015625,
+ 0.033172607421875,
+ 0.01189422607421875,
+ 0.0184173583984375,
+ -0.0111236572265625,
+ -0.042022705078125,
+ -0.0169830322265625,
+ 0.0225372314453125,
+ 0.01126861572265625,
+ 0.00872802734375,
+ 0.032806396484375,
+ -0.031463623046875,
+ 0.07330322265625,
+ 0.06024169921875,
+ -0.007049560546875,
+ 0.035858154296875,
+ 0.01160430908203125,
+ -0.006809234619140625,
+ 0.0648193359375,
+ 0.04833984375,
+ -0.0285797119140625,
+ -0.004077911376953125,
+ 0.06024169921875,
+ -0.0107421875,
+ -0.020721435546875,
+ 0.0048675537109375,
+ -0.0028533935546875,
+ -0.005466461181640625,
+ -0.0192718505859375,
+ 0.030120849609375,
+ -0.026275634765625,
+ -0.024932861328125,
+ -0.0185089111328125,
+ 0.034332275390625,
+ 0.032989501953125,
+ 0.036834716796875,
+ 0.01361846923828125,
+ -0.026092529296875,
+ 0.028778076171875,
+ 0.028778076171875,
+ 0.01117706298828125,
+ 0.026275634765625,
+ 0.0032138824462890625,
+ 0.032623291015625,
+ 0.01294708251953125,
+ 0.00795745849609375,
+ -0.031646728515625,
+ 0.037994384765625,
+ 0.031280517578125,
+ -0.037017822265625,
+ -0.021575927734375,
+ 0.04681396484375,
+ -0.00829315185546875,
+ -0.0278167724609375,
+ -0.0150604248046875,
+ -0.00887298583984375,
+ 0.0255126953125,
+ -0.031646728515625,
+ -0.0243682861328125,
+ 0.01050567626953125,
+ 0.0012044906616210938,
+ -0.055633544921875,
+ 0.004268646240234375,
+ 0.020050048828125,
+ -0.0021820068359375,
+ 0.043548583984375,
+ 0.031829833984375,
+ -0.0206146240234375,
+ 0.00795745849609375,
+ 0.0244598388671875,
+ 0.0278167724609375,
+ 0.01812744140625,
+ 0.0037174224853515625,
+ 0.00604248046875,
+ -0.01097869873046875,
+ 0.0021343231201171875,
+ 0.040679931640625,
+ 0.04949951171875,
+ 0.034515380859375,
+ 0.00949859619140625,
+ -0.0443115234375,
+ 0.058319091796875,
+ -0.01409912109375,
+ 0.051788330078125,
+ 0.009063720703125,
+ -0.00534820556640625,
+ -0.01165008544921875,
+ 0.0138092041015625,
+ 0.048736572265625,
+ 0.06866455078125,
+ -0.02667236328125,
+ -0.0011568069458007812,
+ -0.0882568359375,
+ 0.02349853515625,
+ -0.038177490234375,
+ -0.024749755859375,
+ -0.02935791015625,
+ -0.056396484375,
+ 0.06903076171875,
+ -0.01496124267578125,
+ -0.0196685791015625,
+ -0.0014743804931640625,
+ 0.03607177734375,
+ -0.0038604736328125,
+ 0.054473876953125,
+ 0.007625579833984375,
+ -0.07977294921875,
+ 0.024932861328125,
+ 0.07440185546875,
+ -0.001049041748046875,
+ -0.039886474609375,
+ -0.002254486083984375,
+ 0.0264739990234375,
+ 0.0097808837890625,
+ 0.0270538330078125,
+ -0.0285797119140625,
+ 0.00896453857421875,
+ 0.031646728515625,
+ 0.01409912109375,
+ 0.061004638671875,
+ -0.03240966796875,
+ 0.02532958984375,
+ -0.017547607421875,
+ 0.047576904296875,
+ -0.07135009765625,
+ -0.01050567626953125,
+ -0.01050567626953125,
+ 0.018218994140625,
+ -0.023406982421875,
+ -0.0469970703125,
+ -0.005153656005859375,
+ 0.038360595703125,
+ -0.0037403106689453125,
+ -0.024932861328125,
+ 0.00992584228515625,
+ -0.05792236328125,
+ 0.0117950439453125,
+ -0.0164031982421875,
+ -0.019561767578125,
+ 0.04547119140625,
+ 0.0305023193359375,
+ -0.035675048828125,
+ 0.01021575927734375,
+ -0.0086822509765625,
+ 0.006114959716796875,
+ 0.0025653839111328125,
+ -0.062164306640625,
+ -0.03912353515625,
+ 0.0236968994140625,
+ -0.028778076171875,
+ -0.005489349365234375,
+ 0.02349853515625,
+ -0.0172576904296875,
+ 0.03875732421875,
+ 0.0014629364013671875,
+ -0.004482269287109375,
+ -0.0251312255859375,
+ -0.026275634765625,
+ 0.006378173828125,
+ -0.045654296875,
+ -0.031463623046875,
+ -0.0283966064453125,
+ 0.046600341796875,
+ 0.01016998291015625,
+ -0.028961181640625,
+ 0.01496124267578125,
+ -0.01227569580078125,
+ -0.05255126953125,
+ 0.033966064453125,
+ -0.01525115966796875,
+ 0.034515380859375,
+ 0.01294708251953125,
+ 0.051422119140625,
+ 0.0073394775390625,
+ 0.01457977294921875,
+ 0.01160430908203125,
+ 0.05218505859375,
+ 0.02667236328125,
+ -0.0224456787109375,
+ 0.00606536865234375,
+ -0.00243377685546875,
+ 0.009063720703125,
+ 0.01323699951171875,
+ -0.02685546875,
+ -0.0210113525390625,
+ -0.01544189453125,
+ -0.021484375,
+ 0.036834716796875,
+ 0.01496124267578125,
+ 0.03338623046875,
+ 0.00537109375,
+ -0.0210113525390625,
+ -0.02081298828125,
+ 0.0694580078125,
+ 0.0165863037109375,
+ 0.10894775390625,
+ -0.01141357421875,
+ -0.046051025390625,
+ -0.01059722900390625,
+ 0.0219573974609375,
+ -0.03338623046875,
+ -0.01030731201171875,
+ 0.031829833984375,
+ 0.0183258056640625,
+ -0.027435302734375,
+ 0.04010009765625,
+ -0.0190887451171875,
+ 0.0137176513671875,
+ -0.00858306884765625,
+ 0.019378662109375,
+ 0.0131378173828125,
+ -0.0264739990234375,
+ 0.00014388561248779297,
+ 0.05755615234375,
+ 0.000881195068359375,
+ 0.01151275634765625,
+ 0.037200927734375,
+ -0.00656890869140625,
+ -0.00724029541015625,
+ -0.049102783203125,
+ -0.05255126953125,
+ -0.0001895427703857422,
+ 0.042205810546875,
+ 0.0163116455078125,
+ 0.047576904296875,
+ -0.00858306884765625,
+ -0.0533447265625,
+ 0.0297393798828125,
+ -0.04986572265625,
+ 0.0859375,
+ 0.024169921875,
+ 0.038177490234375,
+ 0.040863037109375,
+ -0.0322265625,
+ 0.0063323974609375,
+ 0.03643798828125,
+ 0.038177490234375,
+ 0.02667236328125,
+ 0.05523681640625,
+ 0.03375244140625,
+ 0.0137176513671875,
+ -0.046051025390625,
+ 0.015350341796875,
+ 0.0335693359375,
+ 0.0226287841796875,
+ 0.007289886474609375,
+ 0.020721435546875,
+ -0.006618499755859375,
+ 0.0228271484375,
+ -0.02801513671875,
+ 0.0093536376953125,
+ 0.004940032958984375,
+ -0.030120849609375,
+ -0.0025424957275390625,
+ -0.0002696514129638672,
+ 0.02215576171875,
+ -0.06597900390625,
+ -0.0150604248046875,
+ -0.015350341796875,
+ 0.0281982421875,
+ 0.0020732879638671875,
+ 0.009735107421875,
+ -0.06060791015625,
+ -0.0067138671875,
+ 0.04412841796875,
+ -0.0675048828125,
+ 0.0163116455078125,
+ 0.027618408203125,
+ -0.0217742919921875,
+ 0.034332275390625,
+ -0.034912109375,
+ -0.042022705078125,
+ 0.03912353515625,
+ -0.02801513671875,
+ -0.03875732421875,
+ 0.017364501953125,
+ 0.0189971923828125,
+ -0.051788330078125,
+ -0.01390838623046875,
+ -0.03912353515625,
+ -0.013336181640625,
+ -0.016876220703125,
+ -0.0036449432373046875,
+ 0.03778076171875,
+ 0.003692626953125,
+ -0.0035495758056640625,
+ 0.018707275390625,
+ 0.04583740234375,
+ 0.0030460357666015625,
+ -0.02215576171875,
+ 0.03509521484375,
+ -0.019378662109375,
+ -0.07330322265625,
+ 0.014007568359375,
+ 0.01256561279296875,
+ 0.0147705078125,
+ -0.05523681640625,
+ -0.01122283935546875,
+ -0.006618499755859375,
+ 0.0225372314453125,
+ -0.011749267578125,
+ 0.0179290771484375,
+ -0.03643798828125,
+ -0.051025390625,
+ -0.04010009765625,
+ 0.039520263671875,
+ 0.032806396484375,
+ 0.051788330078125,
+ 0.0297393798828125,
+ -0.039886474609375,
+ 0.01059722900390625,
+ -0.0721435546875,
+ -0.0165863037109375,
+ 0.00537109375,
+ 0.0147705078125,
+ -0.01285552978515625,
+ 0.06329345703125,
+ -0.020050048828125,
+ -0.00484466552734375,
+ -0.020721435546875,
+ 0.04949951171875,
+ 0.041046142578125,
+ 0.005298614501953125,
+ -0.038543701171875,
+ 0.046234130859375,
+ 0.0201416015625,
+ -0.043731689453125,
+ -0.0003552436828613281,
+ -0.0021572113037109375,
+ 0.01160430908203125,
+ 0.038543701171875,
+ -0.054107666015625,
+ -0.0156402587890625,
+ -0.000965118408203125,
+ -0.043365478515625,
+ -0.050262451171875,
+ -0.04583740234375,
+ -0.024749755859375,
+ -0.0272369384765625,
+ 0.0272369384765625,
+ 0.0114593505859375,
+ -0.018707275390625,
+ 0.0226287841796875,
+ 0.0011148452758789062,
+ 0.0196685791015625,
+ 0.01088714599609375,
+ 0.01275634765625,
+ -0.0272369384765625,
+ 0.036834716796875,
+ -0.0587158203125,
+ -0.0291595458984375,
+ -0.0257110595703125,
+ 0.03375244140625,
+ -0.004436492919921875,
+ 0.00405120849609375,
+ -0.005321502685546875,
+ -0.016204833984375,
+ 0.046417236328125,
+ -0.03875732421875,
+ -0.006378173828125,
+ 0.007625579833984375,
+ -0.052947998046875,
+ -0.0297393798828125,
+ -0.01486968994140625,
+ 0.03338623046875,
+ 0.0117950439453125,
+ 0.0016546249389648438,
+ 0.0281982421875,
+ 0.0667724609375,
+ -0.0197601318359375,
+ 0.0023021697998046875,
+ 0.0219573974609375,
+ -0.0024929046630859375,
+ -0.007480621337890625,
+ 0.00983428955078125,
+ -0.0027942657470703125,
+ 0.003932952880859375,
+ 0.0019550323486328125,
+ -0.00896453857421875,
+ -0.0201416015625,
+ -0.06524658203125,
+ 0.04010009765625,
+ -0.0016069412231445312,
+ 0.0029850006103515625,
+ -0.0090179443359375,
+ -0.035491943359375,
+ -0.048919677734375,
+ -0.00484466552734375,
+ 0.04010009765625,
+ 0.00795745849609375,
+ 0.002254486083984375,
+ -0.043914794921875,
+ -0.0029621124267578125,
+ 0.0029125213623046875,
+ -0.0165863037109375,
+ 0.02685546875,
+ -0.0197601318359375,
+ 0.0308837890625,
+ 0.00738525390625,
+ -0.031829833984375,
+ 0.051025390625,
+ 0.013336181640625,
+ 0.050262451171875,
+ 0.00656890869140625,
+ 0.0124664306640625,
+ -0.0389404296875,
+ -0.0025539398193359375,
+ 0.0038127899169921875,
+ -0.01189422607421875,
+ 0.005657196044921875,
+ -0.0210113525390625,
+ 0.0245513916015625,
+ -0.0201416015625,
+ -0.0171661376953125,
+ 0.0170745849609375,
+ 0.04046630859375,
+ 0.003955841064453125,
+ -0.0179290771484375,
+ 0.00685882568359375,
+ 0.0025539398193359375,
+ 0.0027217864990234375,
+ 0.06524658203125,
+ -0.03375244140625,
+ -0.0667724609375,
+ -0.01160430908203125,
+ -0.00623321533203125,
+ 0.04412841796875,
+ 0.028778076171875,
+ -0.013336181640625,
+ -0.022064208984375,
+ 0.0009713172912597656,
+ 0.039337158203125,
+ 0.01323699951171875,
+ -0.04547119140625,
+ -0.034515380859375,
+ 0.04986572265625,
+ 0.033966064453125,
+ 0.028778076171875,
+ 0.00618743896484375,
+ 0.06024169921875,
+ 0.0076751708984375,
+ 0.0093536376953125,
+ 0.0199432373046875,
+ 0.06793212890625,
+ 0.023406982421875,
+ -0.036651611328125,
+ -0.03338623046875,
+ -0.0093536376953125,
+ 0.015350341796875,
+ -0.045257568359375,
+ -0.0257110595703125,
+ 0.0011987686157226562,
+ 0.0506591796875,
+ -0.07598876953125,
+ -0.02398681640625,
+ -0.0087738037109375,
+ -0.0011272430419921875,
+ 0.006809234619140625,
+ -0.00623321533203125,
+ -0.019561767578125,
+ 0.00791168212890625,
+ 0.016021728515625,
+ -0.0203399658203125,
+ -0.002590179443359375,
+ -0.035858154296875,
+ -0.00518035888671875,
+ 0.04010009765625,
+ 0.0197601318359375,
+ -0.00472259521484375,
+ 0.04315185546875,
+ -0.0010728836059570312,
+ 0.03338623046875,
+ 0.036834716796875,
+ 0.04315185546875,
+ 0.021392822265625,
+ 0.0225372314453125,
+ 0.037994384765625,
+ 0.054107666015625,
+ -0.03375244140625,
+ -0.01390838623046875,
+ -0.00997161865234375,
+ 0.0285797119140625,
+ 0.054473876953125,
+ 0.051422119140625,
+ 0.005153656005859375,
+ -0.0080108642578125,
+ 0.00988006591796875,
+ -0.0506591796875,
+ -0.01021575927734375,
+ 0.020904541015625,
+ -0.004772186279296875,
+ -0.0782470703125,
+ -0.026275634765625,
+ 0.0104522705078125,
+ -0.03643798828125,
+ 0.01126861572265625,
+ 0.035491943359375,
+ -0.032989501953125,
+ -0.01021575927734375,
+ 0.03338623046875,
+ 0.0008692741394042969,
+ -0.051422119140625,
+ 0.0233001708984375,
+ -0.00421905517578125,
+ 0.0017986297607421875,
+ -0.0305023193359375,
+ -0.0232086181640625,
+ 0.03240966796875,
+ -0.022735595703125,
+ -0.0728759765625,
+ -0.04296875,
+ 0.03472900390625,
+ 0.0097808837890625,
+ -0.038177490234375,
+ -0.0070037841796875,
+ -0.0007162094116210938,
+ -0.0245513916015625,
+ -0.024169921875,
+ -0.038360595703125,
+ -0.020233154296875,
+ 0.018890380859375,
+ -0.022735595703125,
+ 0.0281982421875,
+ -0.00872802734375,
+ -0.02532958984375,
+ -0.0008511543273925781,
+ -0.002674102783203125,
+ -0.04718017578125,
+ 0.0217742919921875,
+ -0.0443115234375,
+ 0.03741455078125,
+ 0.01007080078125,
+ 0.01409912109375,
+ 0.034912109375,
+ 0.054473876953125,
+ 0.01294708251953125,
+ -0.00293731689453125,
+ -0.0212860107421875,
+ -0.04315185546875,
+ 0.0035495758056640625,
+ 0.005970001220703125,
+ 0.01554107666015625,
+ -0.052947998046875,
+ 0.0025177001953125,
+ 0.0335693359375,
+ -0.0802001953125,
+ 0.0083465576171875,
+ -0.00891876220703125,
+ -0.024749755859375,
+ -0.056793212890625,
+ 0.0014743804931640625,
+ -0.0006742477416992188,
+ 0.024932861328125,
+ 0.0560302734375,
+ 0.0005664825439453125,
+ -0.020050048828125,
+ -0.00589752197265625,
+ -0.029541015625,
+ 0.04986572265625,
+ 0.0096893310546875,
+ 0.032806396484375,
+ -0.0156402587890625,
+ 0.02398681640625,
+ 0.03338623046875,
+ -0.0264739990234375,
+ 0.032989501953125,
+ -0.054473876953125,
+ -0.005634307861328125,
+ 0.04949951171875,
+ -0.0006651878356933594,
+ -0.01352691650390625,
+ -0.00023829936981201172,
+ -0.041229248046875,
+ -0.0257110595703125,
+ -0.016204833984375,
+ 0.031829833984375,
+ 0.0016069412231445312,
+ 0.021484375,
+ -0.045257568359375,
+ 0.002841949462890625,
+ 0.00988006591796875,
+ -0.051788330078125,
+ -0.032623291015625,
+ -0.007099151611328125,
+ 0.0226287841796875,
+ 0.030120849609375,
+ -0.04681396484375,
+ 0.005130767822265625,
+ 0.004581451416015625,
+ -0.0203399658203125,
+ 0.027435302734375,
+ 0.0389404296875,
+ -0.062164306640625,
+ 0.01155853271484375,
+ -0.0165863037109375,
+ 0.03070068359375,
+ -0.00606536865234375,
+ -0.0189971923828125,
+ -0.00299835205078125,
+ 0.005466461181640625,
+ 0.035308837890625,
+ -0.032623291015625,
+ 0.043548583984375,
+ 0.0272369384765625,
+ -0.04681396484375,
+ -0.039337158203125,
+ -0.0111236572265625,
+ -0.0191802978515625,
+ 0.035491943359375,
+ -0.00366973876953125,
+ 0.0163116455078125,
+ -0.011749267578125,
+ -0.01428985595703125,
+ -0.07708740234375,
+ 0.028961181640625,
+ -0.022735595703125,
+ 0.0281982421875,
+ 0.032806396484375,
+ -0.0201416015625,
+ -0.044891357421875,
+ -0.039886474609375,
+ -0.0063323974609375,
+ 0.041046142578125,
+ -0.03338623046875,
+ 0.04278564453125,
+ 0.011749267578125,
+ -0.01256561279296875,
+ 0.004749298095703125,
+ 0.0272369384765625,
+ -0.01050567626953125,
+ 0.0190887451171875,
+ 0.005611419677734375,
+ -0.018035888671875,
+ 0.0782470703125,
+ -0.01097869873046875,
+ -0.007720947265625,
+ 0.0218658447265625,
+ -0.027618408203125,
+ 0.0243682861328125,
+ -0.016021728515625,
+ -0.03912353515625,
+ -0.0416259765625,
+ 0.04046630859375,
+ 0.04010009765625,
+ -0.036651611328125,
+ 0.0203399658203125,
+ -0.003932952880859375,
+ 0.0233001708984375,
+ 0.0231170654296875,
+ 0.01611328125,
+ -0.01093292236328125,
+ 0.005489349365234375,
+ -0.023590087890625,
+ -0.018218994140625,
+ -0.07403564453125,
+ -0.051788330078125,
+ 0.0013790130615234375,
+ -0.04180908203125,
+ 0.007434844970703125,
+ 0.0006504058837890625,
+ 0.0245513916015625,
+ 0.0285797119140625,
+ -0.056396484375,
+ 0.032806396484375,
+ -0.0012292861938476562,
+ -0.00757598876953125,
+ -0.0165863037109375,
+ 0.0211944580078125,
+ -0.0258941650390625,
+ 0.035858154296875,
+ 0.00882720947265625,
+ -0.018035888671875,
+ -0.0007104873657226562,
+ 0.006092071533203125,
+ -0.0123748779296875,
+ -0.00724029541015625,
+ 0.040283203125,
+ -0.0299224853515625,
+ 0.0211029052734375,
+ -0.0701904296875,
+ -0.018035888671875,
+ 0.020721435546875,
+ 0.0258941650390625,
+ 0.01088714599609375,
+ -0.0226287841796875,
+ 0.037994384765625,
+ 0.0120849609375,
+ -0.072509765625,
+ 0.03875732421875,
+ -0.0170745849609375,
+ -0.021392822265625,
+ 0.010406494140625,
+ -0.0063323974609375,
+ 0.00829315185546875,
+ 0.01323699951171875,
+ 0.0218658447265625,
+ 0.02685546875,
+ 0.038360595703125,
+ 0.002254486083984375,
+ -0.02532958984375,
+ -0.008392333984375,
+ 0.0185089111328125,
+ 0.044891357421875,
+ 0.0090179443359375,
+ 0.0033817291259765625,
+ -0.0189971923828125,
+ 0.05755615234375,
+ -0.01409912109375,
+ -0.05218505859375,
+ 0.0022907257080078125,
+ -0.0231170654296875,
+ -0.0506591796875,
+ 0.0310821533203125,
+ 0.0648193359375,
+ 0.02532958984375,
+ 0.0100250244140625,
+ 0.04180908203125,
+ 0.031463623046875,
+ 0.01678466796875,
+ 0.007144927978515625,
+ -0.0113677978515625,
+ -0.06524658203125,
+ 0.0002968311309814453,
+ 0.056396484375,
+ 0.035675048828125,
+ -0.06329345703125,
+ 0.043914794921875,
+ 0.0506591796875,
+ -0.0037403106689453125,
+ -0.03204345703125,
+ 0.0040283203125,
+ -0.026092529296875,
+ 0.04583740234375,
+ 0.049102783203125,
+ 0.0038604736328125,
+ -0.050262451171875,
+ -0.0014629364013671875,
+ 0.01097869873046875,
+ 0.0035724639892578125,
+ 0.0018463134765625,
+ -0.005153656005859375,
+ -0.047393798828125,
+ 0.0416259765625,
+ -0.06256103515625,
+ -0.0186004638671875,
+ -0.00589752197265625,
+ 0.08514404296875,
+ 0.0100250244140625,
+ -0.035675048828125,
+ -0.034149169921875,
+ 0.0443115234375,
+ 0.034515380859375,
+ -0.0066680908203125,
+ 0.008392333984375,
+ 0.00925445556640625,
+ 0.0073394775390625,
+ 0.027435302734375,
+ 0.046234130859375,
+ 0.01122283935546875,
+ 0.0281982421875,
+ 0.040863037109375,
+ -0.04718017578125,
+ 0.026092529296875,
+ -0.0026607513427734375,
+ 0.0389404296875,
+ -0.004940032958984375,
+ -0.051422119140625,
+ -0.03509521484375,
+ -0.05755615234375,
+ 0.039337158203125,
+ 0.018035888671875,
+ 0.03778076171875,
+ 0.02215576171875,
+ -0.0018587112426757812,
+ -0.00350189208984375,
+ 0.00791168212890625,
+ -0.00383758544921875,
+ 0.05218505859375,
+ 0.00604248046875,
+ -0.013336181640625,
+ 0.0117034912109375,
+ 0.038543701171875,
+ -0.0218658447265625,
+ -0.0230255126953125,
+ 0.03070068359375,
+ -0.06256103515625,
+ -0.00551605224609375,
+ -0.0291595458984375,
+ -0.0107421875,
+ 0.011749267578125,
+ -0.0015468597412109375,
+ -0.0023860931396484375,
+ -0.044708251953125,
+ 0.0005006790161132812,
+ 0.0006804466247558594,
+ -0.05487060546875,
+ -0.03607177734375,
+ 0.033966064453125,
+ -0.02685546875,
+ -0.0013608932495117188,
+ 0.0416259765625,
+ -0.007049560546875,
+ 0.00604248046875,
+ -0.045257568359375,
+ 0.0587158203125,
+ 0.035858154296875,
+ 0.028778076171875,
+ 0.01189422607421875,
+ -0.005970001220703125,
+ 0.045074462890625,
+ -0.0151519775390625,
+ 0.031463623046875,
+ 0.01016998291015625,
+ -0.040679931640625,
+ 0.05218505859375,
+ 0.04010009765625,
+ -0.006092071533203125,
+ -0.039337158203125,
+ 0.0177459716796875,
+ 0.01390838623046875,
+ -0.0299224853515625,
+ 0.058319091796875,
+ -0.00623321533203125,
+ 0.019561767578125,
+ -0.0106964111328125,
+ -0.0190887451171875,
+ 0.0007791519165039062,
+ -0.057159423828125,
+ 0.05908203125,
+ 0.018707275390625,
+ 0.01122283935546875,
+ 0.03070068359375,
+ -0.057159423828125,
+ 0.0203399658203125,
+ 0.0169830322265625,
+ 0.06365966796875,
+ -0.028961181640625,
+ 0.0751953125,
+ -0.0201416015625,
+ 0.026092529296875,
+ -0.0203399658203125,
+ 0.0308837890625,
+ -0.00882720947265625,
+ 0.03778076171875,
+ -0.02667236328125,
+ 0.06793212890625,
+ 0.028961181640625,
+ -0.011077880859375,
+ -0.07977294921875,
+ 0.0103607177734375,
+ 0.0179290771484375,
+ 0.0257110595703125,
+ 0.0322265625,
+ -0.06256103515625,
+ -0.0251312255859375,
+ 0.02081298828125,
+ 0.026275634765625,
+ 0.046600341796875,
+ 0.0147705078125,
+ 0.0157318115234375,
+ -0.0007042884826660156,
+ 0.0017862319946289062,
+ 0.00887298583984375,
+ -0.0096893310546875
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "metadata",
+ "osint"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_LiME",
+ "type": "tool",
+ "name": "LiME",
+ "content": "lime linux memory extractor ermöglicht forensisch saubere ram-akquisition auf linux-systemen durch dynamisch ladbares kernel-modul. besonders wertvoll: zero-contamination durch minimalen footprint, network-streaming überträgt ram direkt an remote-analyst ohne lokale storage, format-options (raw, padded, elf) für verschiedene analysis-tools. die cross-compilation unterstützt embedded systems und iot-geräte. android-portierung ermöglicht mobile-memory-forensics. automatische kernel-symbol-resolution für volatility-profile-generation. die installation erfordert kernel-headers aber der build-prozess ist gut dokumentiert. tcp-dump-integration für simultane netzwerk-capture. besonders wichtig für container-forensik und cloud-incidents wo traditionelle tools versagen. der standard für linux-memory-acquisition in professionellen dfir-teams. ergänzt windows-tools wie winpmem für heterogene umgebungen. memory acquisition scenario:memory_dump memory-analysis ram-acquisition kernel-module incident-response mobile-forensics data-collection",
+ "embedding": [
+ -0.00876617431640625,
+ 0.03826904296875,
+ 0.0318603515625,
+ -0.0155487060546875,
+ 0.03826904296875,
+ 0.03375244140625,
+ -0.0145111083984375,
+ 0.015838623046875,
+ -0.00829315185546875,
+ -0.002025604248046875,
+ -0.043731689453125,
+ 0.05352783203125,
+ 0.01319122314453125,
+ -0.0261993408203125,
+ -0.043731689453125,
+ 0.0252532958984375,
+ 0.00824737548828125,
+ 0.00848388671875,
+ -0.01422882080078125,
+ 0.0056304931640625,
+ -0.005889892578125,
+ -0.041839599609375,
+ -0.073486328125,
+ -0.0022735595703125,
+ 0.0132904052734375,
+ -0.002155303955078125,
+ -0.026580810546875,
+ -0.0557861328125,
+ -0.030731201171875,
+ -0.00121307373046875,
+ 0.018096923828125,
+ -0.013946533203125,
+ 0.008575439453125,
+ 0.04052734375,
+ -0.0032520294189453125,
+ -0.0181884765625,
+ 0.0196075439453125,
+ -0.030731201171875,
+ -0.026580810546875,
+ 0.0474853515625,
+ 0.0027217864990234375,
+ 0.01470184326171875,
+ 0.004688262939453125,
+ -0.0155487060546875,
+ -0.01922607421875,
+ -0.028839111328125,
+ 0.011260986328125,
+ -0.0194091796875,
+ 0.0223388671875,
+ -0.052398681640625,
+ 0.028839111328125,
+ 0.0167694091796875,
+ -0.00266265869140625,
+ -0.0028400421142578125,
+ -0.044281005859375,
+ 0.0280914306640625,
+ 0.004852294921875,
+ -0.006504058837890625,
+ -0.032989501953125,
+ 0.05767822265625,
+ -0.060302734375,
+ -0.05767822265625,
+ -0.0022029876708984375,
+ -0.0252532958984375,
+ 0.0207366943359375,
+ 0.04864501953125,
+ -0.0145111083984375,
+ -0.042236328125,
+ -0.005252838134765625,
+ 0.035064697265625,
+ 0.01357269287109375,
+ -0.030914306640625,
+ -0.0196990966796875,
+ 0.0238494873046875,
+ 0.007396697998046875,
+ -0.045623779296875,
+ 0.0208282470703125,
+ 0.039398193359375,
+ 0.0118255615234375,
+ -0.0174407958984375,
+ -0.042022705078125,
+ 0.00010675191879272461,
+ 0.0229949951171875,
+ 0.00942230224609375,
+ -0.0196990966796875,
+ -0.00786590576171875,
+ 0.036956787109375,
+ -0.01357269287109375,
+ 0.0007891654968261719,
+ -0.00872039794921875,
+ 0.037322998046875,
+ -0.0102691650390625,
+ 0.0220489501953125,
+ -0.024322509765625,
+ 0.031280517578125,
+ 0.048248291015625,
+ -0.030731201171875,
+ -0.024322509765625,
+ -0.01319122314453125,
+ 0.03167724609375,
+ 0.024505615234375,
+ -0.043731689453125,
+ 0.04730224609375,
+ 0.007305145263671875,
+ 0.042236328125,
+ -0.045806884765625,
+ -0.00890350341796875,
+ -0.00457000732421875,
+ -0.031097412109375,
+ -0.0261993408203125,
+ -0.094970703125,
+ -0.04315185546875,
+ -0.00923919677734375,
+ -0.052032470703125,
+ -0.00970458984375,
+ -0.0221405029296875,
+ -0.01319122314453125,
+ 0.0426025390625,
+ -0.06256103515625,
+ -0.07122802734375,
+ 0.01158905029296875,
+ 0.01253509521484375,
+ -0.017333984375,
+ 0.01055908203125,
+ -0.06256103515625,
+ -0.039398193359375,
+ 0.00318145751953125,
+ 0.0184783935546875,
+ -0.03582763671875,
+ -0.00617218017578125,
+ -0.02008056640625,
+ -0.005229949951171875,
+ 0.005702972412109375,
+ -0.02581787109375,
+ 0.000011086463928222656,
+ -0.046173095703125,
+ 0.01611328125,
+ 0.0040283203125,
+ -0.0184783935546875,
+ 0.01593017578125,
+ 0.055419921875,
+ -0.033172607421875,
+ -0.04864501953125,
+ 0.035247802734375,
+ -0.01319122314453125,
+ -0.007305145263671875,
+ -0.0009188652038574219,
+ 0.039031982421875,
+ -0.0380859375,
+ -0.028656005859375,
+ -0.0154571533203125,
+ 0.0367431640625,
+ 0.05352783203125,
+ 0.016021728515625,
+ 0.0084381103515625,
+ -0.07464599609375,
+ -0.045806884765625,
+ -0.0122528076171875,
+ 0.026580810546875,
+ -0.0128173828125,
+ -0.0271453857421875,
+ 0.015838623046875,
+ -0.0008716583251953125,
+ 0.050140380859375,
+ -0.0143280029296875,
+ -0.020263671875,
+ -0.0003476142883300781,
+ -0.0016374588012695312,
+ 0.0261993408203125,
+ 0.0167694091796875,
+ 0.0091400146484375,
+ 0.00890350341796875,
+ 0.06707763671875,
+ 0.035614013671875,
+ -0.0009307861328125,
+ 0.0157318115234375,
+ -0.01097869873046875,
+ 0.0035114288330078125,
+ 0.01837158203125,
+ 0.0294036865234375,
+ -0.0107421875,
+ -0.0019083023071289062,
+ 0.039581298828125,
+ -0.02789306640625,
+ 0.0252532958984375,
+ -0.00928497314453125,
+ -0.0305328369140625,
+ 0.00975799560546875,
+ -0.03411865234375,
+ 0.0189361572265625,
+ -0.05316162109375,
+ -0.01404571533203125,
+ -0.006267547607421875,
+ 0.023468017578125,
+ 0.011871337890625,
+ 0.085205078125,
+ 0.04296875,
+ -0.0263824462890625,
+ 0.03656005859375,
+ 0.00067138671875,
+ 0.013946533203125,
+ 0.033355712890625,
+ -0.00251007080078125,
+ 0.0380859375,
+ 0.0280914306640625,
+ 0.019317626953125,
+ 0.0157318115234375,
+ 0.0380859375,
+ 0.003864288330078125,
+ -0.01253509521484375,
+ -0.0228118896484375,
+ 0.061065673828125,
+ -0.0037689208984375,
+ -0.052032470703125,
+ -0.009002685546875,
+ -0.0305328369140625,
+ 0.03375244140625,
+ -0.01837158203125,
+ -0.00344085693359375,
+ 0.00909423828125,
+ -0.033355712890625,
+ -0.046356201171875,
+ -0.004405975341796875,
+ 0.003627777099609375,
+ -0.0132904052734375,
+ 0.06671142578125,
+ 0.026947021484375,
+ -0.0303497314453125,
+ -0.0261993408203125,
+ 0.0223388671875,
+ 0.001979827880859375,
+ 0.04315185546875,
+ -0.01837158203125,
+ 0.01479339599609375,
+ -0.0318603515625,
+ -0.01385498046875,
+ 0.04034423828125,
+ 0.020355224609375,
+ 0.043365478515625,
+ 0.02978515625,
+ -0.01140594482421875,
+ 0.0187530517578125,
+ -0.00876617431640625,
+ 0.042236328125,
+ 0.0260162353515625,
+ -0.021209716796875,
+ -0.0081024169921875,
+ 0.01479339599609375,
+ 0.032989501953125,
+ 0.037872314453125,
+ -0.04937744140625,
+ -0.0069732666015625,
+ -0.06634521484375,
+ -0.01837158203125,
+ -0.0689697265625,
+ -0.039215087890625,
+ -0.024322509765625,
+ -0.0599365234375,
+ 0.025634765625,
+ -0.03204345703125,
+ -0.0250701904296875,
+ -0.00824737548828125,
+ 0.010223388671875,
+ -0.01088714599609375,
+ 0.05316162109375,
+ 0.00021791458129882812,
+ -0.0367431640625,
+ -0.00020766258239746094,
+ 0.056182861328125,
+ -0.01507568359375,
+ -0.0157318115234375,
+ -0.016204833984375,
+ 0.01055908203125,
+ -0.00255584716796875,
+ -0.003887176513671875,
+ -0.002262115478515625,
+ -0.0080108642578125,
+ 0.03204345703125,
+ 0.028656005859375,
+ 0.023284912109375,
+ -0.0557861328125,
+ 0.000025212764739990234,
+ -0.0294036865234375,
+ 0.013946533203125,
+ -0.0305328369140625,
+ 0.0295867919921875,
+ 0.0085296630859375,
+ 0.01300811767578125,
+ -0.0294036865234375,
+ -0.064453125,
+ 0.003864288330078125,
+ 0.0516357421875,
+ 0.0034637451171875,
+ 0.005889892578125,
+ 0.0009660720825195312,
+ -0.06524658203125,
+ 0.0169677734375,
+ -0.018280029296875,
+ 0.01461029052734375,
+ 0.0248870849609375,
+ 0.043914794921875,
+ -0.025634765625,
+ 0.0277099609375,
+ -0.00824737548828125,
+ 0.0019207000732421875,
+ -0.03411865234375,
+ -0.044281005859375,
+ -0.00612640380859375,
+ 0.0025806427001953125,
+ -0.064453125,
+ -0.0198822021484375,
+ 0.0301513671875,
+ -0.03863525390625,
+ 0.0050201416015625,
+ -0.00885772705078125,
+ -0.01197052001953125,
+ -0.037322998046875,
+ -0.056549072265625,
+ 0.01479339599609375,
+ 0.0040283203125,
+ -0.03619384765625,
+ 0.003864288330078125,
+ 0.0197906494140625,
+ 0.0032749176025390625,
+ 0.02789306640625,
+ -0.0220489501953125,
+ -0.0010128021240234375,
+ -0.045806884765625,
+ 0.013946533203125,
+ -0.00970458984375,
+ 0.03619384765625,
+ -0.01244354248046875,
+ 0.05126953125,
+ 0.01244354248046875,
+ 0.0100860595703125,
+ 0.023284912109375,
+ 0.035247802734375,
+ 0.0450439453125,
+ 0.0005712509155273438,
+ 0.0019550323486328125,
+ -0.0164031982421875,
+ 0.01837158203125,
+ 0.02545166015625,
+ -0.03582763671875,
+ -0.048248291015625,
+ -0.007587432861328125,
+ -0.0211181640625,
+ 0.016021728515625,
+ 0.026763916015625,
+ 0.005748748779296875,
+ 0.0252532958984375,
+ -0.0292205810546875,
+ 0.024505615234375,
+ 0.048248291015625,
+ 0.0068817138671875,
+ 0.1025390625,
+ -0.010223388671875,
+ -0.0675048828125,
+ 0.018280029296875,
+ 0.03826904296875,
+ 0.0208282470703125,
+ -0.0194091796875,
+ 0.045440673828125,
+ 0.02996826171875,
+ -0.009002685546875,
+ 0.0198822021484375,
+ -0.006221771240234375,
+ 0.031097412109375,
+ -0.004642486572265625,
+ 0.009185791015625,
+ 0.0004153251647949219,
+ -0.0111236572265625,
+ 0.017059326171875,
+ 0.04034423828125,
+ 0.03656005859375,
+ 0.02545166015625,
+ 0.026763916015625,
+ -0.003368377685546875,
+ -0.008056640625,
+ -0.02545166015625,
+ -0.0689697265625,
+ -0.0014963150024414062,
+ 0.044097900390625,
+ 0.009002685546875,
+ 0.054290771484375,
+ -0.0271453857421875,
+ -0.0810546875,
+ 0.01253509521484375,
+ -0.049774169921875,
+ 0.06787109375,
+ 0.037506103515625,
+ 0.0157318115234375,
+ 0.042236328125,
+ -0.0013074874877929688,
+ 0.009521484375,
+ 0.021392822265625,
+ -0.0096588134765625,
+ 0.0271453857421875,
+ 0.04052734375,
+ 0.0228118896484375,
+ 0.00673675537109375,
+ -0.02252197265625,
+ 0.035430908203125,
+ 0.04864501953125,
+ 0.0208282470703125,
+ -0.00348663330078125,
+ 0.018096923828125,
+ 0.00673675537109375,
+ 0.039031982421875,
+ -0.0301513671875,
+ 0.021392822265625,
+ 0.0322265625,
+ -0.002109527587890625,
+ -0.0006628036499023438,
+ -0.0295867919921875,
+ 0.00318145751953125,
+ -0.0280914306640625,
+ 0.00421905517578125,
+ 0.0040283203125,
+ -0.00885772705078125,
+ 0.0322265625,
+ 0.0081024169921875,
+ -0.06671142578125,
+ -0.0218658447265625,
+ 0.04937744140625,
+ -0.058807373046875,
+ 0.0051116943359375,
+ 0.01413726806640625,
+ -0.029022216796875,
+ -0.020538330078125,
+ -0.0228118896484375,
+ -0.04901123046875,
+ 0.0305328369140625,
+ -0.03619384765625,
+ -0.02978515625,
+ 0.01319122314453125,
+ 0.04107666015625,
+ -0.0550537109375,
+ -0.02978515625,
+ -0.00255584716796875,
+ -0.0143280029296875,
+ -0.024505615234375,
+ -0.0165863037109375,
+ 0.0282745361328125,
+ -0.017242431640625,
+ 0.013763427734375,
+ 0.018096923828125,
+ 0.0550537109375,
+ -0.0117340087890625,
+ -0.029022216796875,
+ 0.034881591796875,
+ -0.016204833984375,
+ -0.0295867919921875,
+ 0.041473388671875,
+ 0.0021209716796875,
+ 0.02789306640625,
+ -0.0238494873046875,
+ -0.03619384765625,
+ 0.00838470458984375,
+ 0.0229034423828125,
+ -0.001979827880859375,
+ 0.029022216796875,
+ -0.0238494873046875,
+ -0.0250701904296875,
+ -0.04486083984375,
+ 0.043914794921875,
+ 0.005702972412109375,
+ 0.035064697265625,
+ 0.00970458984375,
+ -0.0261993408203125,
+ 0.044097900390625,
+ -0.041656494140625,
+ -0.0174407958984375,
+ -0.0005331039428710938,
+ 0.004970550537109375,
+ -0.02130126953125,
+ 0.0765380859375,
+ -0.0188446044921875,
+ -0.030914306640625,
+ 0.001861572265625,
+ 0.0154571533203125,
+ 0.01800537109375,
+ -0.008575439453125,
+ -0.037872314453125,
+ 0.0689697265625,
+ 0.030731201171875,
+ -0.031463623046875,
+ -0.02044677734375,
+ -0.014892578125,
+ -0.00433349609375,
+ 0.052398681640625,
+ -0.031097412109375,
+ -0.00431060791015625,
+ 0.0025920867919921875,
+ -0.068603515625,
+ -0.0292205810546875,
+ -0.029022216796875,
+ -0.026580810546875,
+ -0.0260162353515625,
+ 0.028839111328125,
+ 0.05389404296875,
+ -0.012908935546875,
+ 0.0367431640625,
+ 0.0187530517578125,
+ 0.018096923828125,
+ 0.007633209228515625,
+ -0.0036983489990234375,
+ -0.0303497314453125,
+ 0.01904296875,
+ -0.06256103515625,
+ -0.02752685546875,
+ -0.01088714599609375,
+ 0.005229949951171875,
+ -0.023468017578125,
+ 0.0068817138671875,
+ 0.00673675537109375,
+ -0.0009832382202148438,
+ 0.0196075439453125,
+ -0.06707763671875,
+ 0.00782012939453125,
+ -0.021209716796875,
+ -0.039031982421875,
+ -0.0241241455078125,
+ -0.0211181640625,
+ 0.020538330078125,
+ 0.0217742919921875,
+ -0.018280029296875,
+ -0.0133819580078125,
+ 0.0252532958984375,
+ -0.033935546875,
+ 0.034881591796875,
+ 0.00848388671875,
+ 0.01244354248046875,
+ -0.00513458251953125,
+ -0.0177154541015625,
+ 0.01244354248046875,
+ 0.0163116455078125,
+ 0.042236328125,
+ -0.00457000732421875,
+ -0.0271453857421875,
+ -0.0806884765625,
+ 0.00591278076171875,
+ 0.0284576416015625,
+ -0.00937652587890625,
+ -0.01593017578125,
+ -0.03656005859375,
+ -0.0426025390625,
+ 0.0005888938903808594,
+ 0.02789306640625,
+ 0.00975799560546875,
+ 0.0069732666015625,
+ -0.049774169921875,
+ -0.05352783203125,
+ 0.00617218017578125,
+ -0.016204833984375,
+ 0.0401611328125,
+ -0.04278564453125,
+ -0.0038166046142578125,
+ 0.00716400146484375,
+ -0.0301513671875,
+ 0.02752685546875,
+ 0.039215087890625,
+ 0.036376953125,
+ 0.0089569091796875,
+ 0.0260162353515625,
+ -0.0122528076171875,
+ 0.037506103515625,
+ -0.004146575927734375,
+ -0.0261993408203125,
+ -0.00820159912109375,
+ -0.01385498046875,
+ 0.0284576416015625,
+ -0.037689208984375,
+ -0.0305328369140625,
+ 0.006832122802734375,
+ 0.026580810546875,
+ 0.031280517578125,
+ -0.018280029296875,
+ -0.0144195556640625,
+ 0.0305328369140625,
+ -0.009002685546875,
+ 0.050140380859375,
+ -0.03375244140625,
+ -0.036956787109375,
+ 0.0020732879638671875,
+ 0.021484375,
+ 0.03826904296875,
+ 0.02374267578125,
+ 0.0011548995971679688,
+ -0.049774169921875,
+ 0.00664520263671875,
+ 0.044097900390625,
+ -0.026580810546875,
+ -0.04241943359375,
+ -0.0380859375,
+ 0.0211181640625,
+ 0.028839111328125,
+ 0.05389404296875,
+ -0.00669097900390625,
+ 0.05352783203125,
+ 0.0132904052734375,
+ -0.00560760498046875,
+ 0.019134521484375,
+ 0.0648193359375,
+ 0.039581298828125,
+ -0.0112152099609375,
+ -0.04864501953125,
+ 0.0096588134765625,
+ 0.0154571533203125,
+ -0.04071044921875,
+ -0.0367431640625,
+ 0.0107879638671875,
+ 0.08447265625,
+ -0.0550537109375,
+ -0.020355224609375,
+ -0.0012483596801757812,
+ -0.004688262939453125,
+ 0.00772857666015625,
+ 0.0186614990234375,
+ -0.0026397705078125,
+ 0.0384521484375,
+ 0.005466461181640625,
+ -0.058441162109375,
+ -0.0220489501953125,
+ -0.0118255615234375,
+ 0.0260162353515625,
+ 0.04241943359375,
+ 0.01244354248046875,
+ -0.0156402587890625,
+ 0.0195159912109375,
+ -0.0007333755493164062,
+ 0.033935546875,
+ 0.01300811767578125,
+ 0.04315185546875,
+ -0.00214385986328125,
+ -0.00012290477752685547,
+ 0.023651123046875,
+ 0.047119140625,
+ -0.0143280029296875,
+ -0.0295867919921875,
+ 0.0250701904296875,
+ 0.03411865234375,
+ 0.05316162109375,
+ 0.0450439453125,
+ 0.037139892578125,
+ 0.005512237548828125,
+ -0.00716400146484375,
+ -0.04315185546875,
+ -0.0164031982421875,
+ 0.035430908203125,
+ -0.00833892822265625,
+ -0.037506103515625,
+ -0.04656982421875,
+ 0.03582763671875,
+ -0.041290283203125,
+ 0.037139892578125,
+ 0.00530242919921875,
+ -0.03167724609375,
+ -0.01357269287109375,
+ 0.045989990234375,
+ 0.0028400421142578125,
+ -0.02789306640625,
+ 0.01319122314453125,
+ -0.02789306640625,
+ -0.035064697265625,
+ -0.035064697265625,
+ -0.03375244140625,
+ 0.04052734375,
+ -0.04071044921875,
+ -0.0633544921875,
+ -0.022247314453125,
+ 0.0305328369140625,
+ -0.037322998046875,
+ -0.04315185546875,
+ -0.026947021484375,
+ 0.006786346435546875,
+ -0.03411865234375,
+ -0.036956787109375,
+ -0.04071044921875,
+ -0.02789306640625,
+ 0.0122528076171875,
+ -0.0367431640625,
+ 0.04693603515625,
+ -0.014892578125,
+ -0.03411865234375,
+ -0.006786346435546875,
+ -0.0263824462890625,
+ -0.02545166015625,
+ 0.007633209228515625,
+ -0.0229949951171875,
+ 0.0343017578125,
+ 0.003086090087890625,
+ 0.0198822021484375,
+ 0.023468017578125,
+ 0.06182861328125,
+ -0.00431060791015625,
+ 0.0199737548828125,
+ -0.030731201171875,
+ -0.06524658203125,
+ 0.00848388671875,
+ 0.00937652587890625,
+ -0.00431060791015625,
+ -0.07916259765625,
+ 0.00640869140625,
+ 0.060302734375,
+ -0.10406494140625,
+ 0.0177154541015625,
+ -0.0197906494140625,
+ -0.00405120849609375,
+ -0.03240966796875,
+ -0.00530242919921875,
+ 0.004993438720703125,
+ 0.012725830078125,
+ 0.09576416015625,
+ 0.0175323486328125,
+ -0.032806396484375,
+ -0.01922607421875,
+ -0.064453125,
+ 0.056549072265625,
+ 0.0143280029296875,
+ 0.0074920654296875,
+ -0.06671142578125,
+ -0.0023555755615234375,
+ 0.01262664794921875,
+ -0.0163116455078125,
+ 0.016021728515625,
+ -0.0595703125,
+ 0.0074462890625,
+ 0.022247314453125,
+ 0.0220489501953125,
+ -0.01517486572265625,
+ -0.007022857666015625,
+ -0.05352783203125,
+ -0.029022216796875,
+ -0.03619384765625,
+ 0.02130126953125,
+ -0.013946533203125,
+ 0.0064544677734375,
+ -0.033355712890625,
+ -0.021484375,
+ -0.01422882080078125,
+ -0.04656982421875,
+ -0.04449462890625,
+ -0.04296875,
+ 0.043731689453125,
+ 0.006786346435546875,
+ -0.048065185546875,
+ 0.0648193359375,
+ 0.045806884765625,
+ -0.0199737548828125,
+ -0.00421905517578125,
+ 0.050506591796875,
+ -0.0263824462890625,
+ 0.0086669921875,
+ -0.00970458984375,
+ 0.02545166015625,
+ 0.00725555419921875,
+ 0.007305145263671875,
+ -0.00372314453125,
+ -0.005489349365234375,
+ 0.023284912109375,
+ -0.056549072265625,
+ 0.026947021484375,
+ 0.01357269287109375,
+ -0.04052734375,
+ -0.05126953125,
+ -0.0194091796875,
+ -0.036376953125,
+ 0.003086090087890625,
+ -0.003887176513671875,
+ 0.028656005859375,
+ 0.0155487060546875,
+ 0.002544403076171875,
+ -0.1077880859375,
+ 0.04522705078125,
+ -0.008056640625,
+ 0.0260162353515625,
+ 0.021392822265625,
+ -0.0095672607421875,
+ -0.068603515625,
+ -0.03167724609375,
+ -0.0145111083984375,
+ 0.03448486328125,
+ -0.006595611572265625,
+ 0.0260162353515625,
+ 0.00372314453125,
+ -0.0034160614013671875,
+ 0.005680084228515625,
+ -0.025634765625,
+ 0.0059356689453125,
+ 0.028839111328125,
+ 0.01404571533203125,
+ -0.003086090087890625,
+ 0.05767822265625,
+ -0.06787109375,
+ 0.0030040740966796875,
+ -0.004901885986328125,
+ -0.017913818359375,
+ -0.003345489501953125,
+ 0.00716400146484375,
+ -0.0154571533203125,
+ 0.0016374588012695312,
+ 0.024322509765625,
+ 0.0241241455078125,
+ -0.0188446044921875,
+ 0.001125335693359375,
+ 0.007305145263671875,
+ 0.0184783935546875,
+ 0.0074462890625,
+ -0.031463623046875,
+ 0.00506591796875,
+ 0.0221405029296875,
+ -0.0261993408203125,
+ -0.0128173828125,
+ -0.090087890625,
+ -0.07537841796875,
+ 0.01517486572265625,
+ -0.043731689453125,
+ -0.01904296875,
+ 0.0068817138671875,
+ -0.001861572265625,
+ 0.01357269287109375,
+ -0.03204345703125,
+ 0.012725830078125,
+ 0.00504302978515625,
+ -0.0163116455078125,
+ -0.0090484619140625,
+ 0.052032470703125,
+ -0.00824737548828125,
+ 0.01357269287109375,
+ 0.0132904052734375,
+ -0.0474853515625,
+ -0.0011835098266601562,
+ -0.0228118896484375,
+ -0.0027561187744140625,
+ -0.04034423828125,
+ 0.00786590576171875,
+ -0.0186614990234375,
+ 0.02581787109375,
+ -0.076171875,
+ -0.02374267578125,
+ 0.0145111083984375,
+ 0.0277099609375,
+ 0.01357269287109375,
+ -0.031280517578125,
+ 0.0360107421875,
+ -0.006221771240234375,
+ -0.054656982421875,
+ 0.0220489501953125,
+ -0.02752685546875,
+ -0.0196075439453125,
+ 0.032989501953125,
+ -0.0002548694610595703,
+ 0.0004210472106933594,
+ 0.026763916015625,
+ 0.046173095703125,
+ 0.01404571533203125,
+ 0.061065673828125,
+ -0.00942230224609375,
+ -0.03240966796875,
+ -0.0165863037109375,
+ -0.021575927734375,
+ 0.0263824462890625,
+ 0.0301513671875,
+ 0.00928497314453125,
+ -0.01244354248046875,
+ 0.0154571533203125,
+ 0.00004547834396362305,
+ -0.0772705078125,
+ -0.033355712890625,
+ -0.03204345703125,
+ -0.042022705078125,
+ 0.0090484619140625,
+ 0.0675048828125,
+ 0.0231781005859375,
+ 0.015838623046875,
+ 0.0209197998046875,
+ 0.050506591796875,
+ 0.01366424560546875,
+ 0.0034160614013671875,
+ -0.0209197998046875,
+ -0.045440673828125,
+ -0.0027675628662109375,
+ -0.0007128715515136719,
+ 0.0102691650390625,
+ -0.0693359375,
+ 0.060699462890625,
+ 0.04071044921875,
+ -0.02545166015625,
+ -0.0186614990234375,
+ -0.0005598068237304688,
+ 0.017059326171875,
+ 0.056915283203125,
+ 0.00984954833984375,
+ 0.01045989990234375,
+ -0.04296875,
+ 0.01206207275390625,
+ 0.0295867919921875,
+ 0.00431060791015625,
+ -0.007633209228515625,
+ -0.0196990966796875,
+ -0.01922607421875,
+ -0.0031337738037109375,
+ -0.06671142578125,
+ -0.0176239013671875,
+ 0.01461029052734375,
+ 0.05767822265625,
+ 0.0084381103515625,
+ -0.031097412109375,
+ -0.02752685546875,
+ 0.033172607421875,
+ 0.00229644775390625,
+ -0.01611328125,
+ 0.01253509521484375,
+ 0.03204345703125,
+ -0.00225067138671875,
+ 0.01366424560546875,
+ 0.045806884765625,
+ -0.0011959075927734375,
+ 0.0360107421875,
+ 0.0250701904296875,
+ -0.050140380859375,
+ 0.039947509765625,
+ -0.0261993408203125,
+ 0.0169677734375,
+ -0.0008835792541503906,
+ -0.0263824462890625,
+ 0.0017910003662109375,
+ -0.055419921875,
+ 0.0294036865234375,
+ 0.01507568359375,
+ 0.041290283203125,
+ 0.0133819580078125,
+ -0.022247314453125,
+ -0.007396697998046875,
+ 0.0227203369140625,
+ 0.04901123046875,
+ 0.036376953125,
+ 0.030914306640625,
+ 0.005794525146484375,
+ 0.004970550537109375,
+ -0.01158905029296875,
+ 0.018280029296875,
+ -0.052032470703125,
+ 0.035247802734375,
+ -0.03826904296875,
+ -0.000530242919921875,
+ -0.061065673828125,
+ 0.0010423660278320312,
+ 0.0177154541015625,
+ -0.0091400146484375,
+ -0.00457000732421875,
+ -0.035614013671875,
+ -0.0196075439453125,
+ 0.0001347064971923828,
+ -0.0599365234375,
+ 0.0016021728515625,
+ 0.06292724609375,
+ -0.024688720703125,
+ 0.020172119140625,
+ 0.024505615234375,
+ -0.0143280029296875,
+ -0.01102447509765625,
+ -0.07086181640625,
+ 0.056915283203125,
+ 0.030731201171875,
+ 0.021484375,
+ 0.00318145751953125,
+ 0.010040283203125,
+ 0.026947021484375,
+ -0.007537841796875,
+ 0.02789306640625,
+ 0.00716400146484375,
+ -0.0295867919921875,
+ 0.0550537109375,
+ 0.03448486328125,
+ 0.0032978057861328125,
+ -0.0271453857421875,
+ 0.0209197998046875,
+ 0.0280914306640625,
+ -0.0367431640625,
+ 0.026763916015625,
+ 0.0261993408203125,
+ 0.0450439453125,
+ -0.004169464111328125,
+ -0.012908935546875,
+ -0.0177154541015625,
+ -0.05804443359375,
+ 0.06219482421875,
+ 0.024688720703125,
+ -0.000020265579223632812,
+ 0.031463623046875,
+ -0.045989990234375,
+ 0.03582763671875,
+ 0.0026397705078125,
+ 0.056915283203125,
+ -0.054656982421875,
+ 0.03619384765625,
+ -0.004428863525390625,
+ -0.007587432861328125,
+ 0.00240325927734375,
+ 0.00928497314453125,
+ -0.0013904571533203125,
+ 0.0228118896484375,
+ -0.0166778564453125,
+ 0.038818359375,
+ 0.00786590576171875,
+ -0.0009899139404296875,
+ -0.068603515625,
+ 0.0013780593872070312,
+ -0.003345489501953125,
+ 0.0189361572265625,
+ 0.006031036376953125,
+ -0.037322998046875,
+ -0.020538330078125,
+ 0.025634765625,
+ 0.033172607421875,
+ 0.06256103515625,
+ 0.0003829002380371094,
+ 0.02978515625,
+ 0.00833892822265625,
+ -0.0250701904296875,
+ -0.006927490234375,
+ -0.0184783935546875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "mobile-forensics"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "memory",
+ "acquisition",
+ "scenario:memory_dump",
+ "memory-analysis",
+ "ram-acquisition",
+ "kernel-module"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Aftermath",
+ "type": "tool",
+ "name": "Aftermath",
+ "content": "aftermath jamfs open-source-juwel für macos-forensik sammelt systematisch artefakte ohne full-system-image. optimiert für incident-response mit minimalem system-impact. extrahiert kritische daten: laufende prozesse, netzwerk- verbindungen, installierte software, persistence-mechanismen. besonders wertvoll: unified-log-parser für system-events, browser-artefakte aller major-browser, quick-look-thumbnails, fsevents für dateiaktivitäten. die modulare architektur erlaubt selektive sammlung. output in strukturierten json/csv für einfache analyse. zeitstempel-normalisierung für timeline-erstellung. unterstützt moderne macos-security-features: tcc-permissions, code-signing-status, xprotect-matches. die remote- collection via mdm/ssh skaliert auf unternehmensflotten. besonders clever: sammlung von cloud-synchronisations-artefakten (icloud, dropbox). regelmäßige updates für neue macos-versionen. die alternative zu teuren kommerziellen mac-forensik-suiten. cli triage system-metadata apfs time-normalization structured-output unified-log-parser browser-artifacts persistence-checks tcc-analysis remote-capable json-export incident-response static-investigations malware-analysis data-collection examination",
+ "embedding": [
+ -0.008514404296875,
+ 0.040679931640625,
+ 0.056976318359375,
+ 0.010528564453125,
+ 0.027252197265625,
+ 0.030548095703125,
+ 0.018585205078125,
+ -0.0171356201171875,
+ -0.0160980224609375,
+ 0.004154205322265625,
+ -0.01476287841796875,
+ 0.062347412109375,
+ -0.0013675689697265625,
+ 0.0006933212280273438,
+ -0.07598876953125,
+ 0.055328369140625,
+ 0.0186767578125,
+ 0.005340576171875,
+ 0.009552001953125,
+ 0.0005707740783691406,
+ -0.00882720947265625,
+ -0.004695892333984375,
+ -0.0540771484375,
+ 0.01202392578125,
+ 0.003536224365234375,
+ 0.033447265625,
+ -0.0233306884765625,
+ -0.05615234375,
+ -0.0243682861328125,
+ 0.0234375,
+ -0.0000794529914855957,
+ -0.032012939453125,
+ 0.00606536865234375,
+ 0.03076171875,
+ 0.00498199462890625,
+ -0.02569580078125,
+ 0.00804901123046875,
+ -0.034698486328125,
+ -0.01166534423828125,
+ 0.0367431640625,
+ -0.0034580230712890625,
+ 0.0014324188232421875,
+ 0.02001953125,
+ 0.00004315376281738281,
+ -0.028289794921875,
+ -0.0394287109375,
+ 0.007843017578125,
+ -0.017242431640625,
+ 0.0301361083984375,
+ -0.0246734619140625,
+ 0.0268402099609375,
+ 0.0220947265625,
+ -0.0030574798583984375,
+ 0.001232147216796875,
+ -0.0263214111328125,
+ 0.042327880859375,
+ 0.005214691162109375,
+ -0.005756378173828125,
+ -0.056976318359375,
+ 0.037567138671875,
+ -0.0276641845703125,
+ -0.01290130615234375,
+ -0.01099395751953125,
+ -0.01558685302734375,
+ 0.006195068359375,
+ 0.035308837890625,
+ -0.004852294921875,
+ -0.0114593505859375,
+ 0.027252197265625,
+ -0.00554656982421875,
+ -0.0141448974609375,
+ -0.01021575927734375,
+ -0.0251922607421875,
+ 0.01424407958984375,
+ -0.030548095703125,
+ -0.0743408203125,
+ 0.01192474365234375,
+ 0.00980377197265625,
+ -0.01239013671875,
+ 0.00518798828125,
+ -0.038604736328125,
+ -0.01166534423828125,
+ 0.033843994140625,
+ -0.01641845703125,
+ -0.0233306884765625,
+ -0.0110931396484375,
+ 0.0239410400390625,
+ 0.01207733154296875,
+ -0.0144500732421875,
+ 0.016204833984375,
+ 0.01465606689453125,
+ -0.005340576171875,
+ 0.007534027099609375,
+ -0.0009160041809082031,
+ 0.03570556640625,
+ 0.08380126953125,
+ -0.0187835693359375,
+ -0.0002225637435913086,
+ -0.005340576171875,
+ 0.0246734619140625,
+ 0.007793426513671875,
+ -0.042724609375,
+ 0.035919189453125,
+ -0.0027103424072265625,
+ 0.0421142578125,
+ -0.00518798828125,
+ -0.00748443603515625,
+ -0.014556884765625,
+ -0.01558685302734375,
+ -0.006168365478515625,
+ -0.10736083984375,
+ -0.0209503173828125,
+ -0.015899658203125,
+ -0.059051513671875,
+ -0.01068115234375,
+ -0.0059356689453125,
+ -0.0055999755859375,
+ 0.046234130859375,
+ -0.034698486328125,
+ -0.03448486328125,
+ 0.0278778076171875,
+ 0.0181732177734375,
+ 0.01548004150390625,
+ 0.01424407958984375,
+ -0.05120849609375,
+ -0.04107666015625,
+ 0.0029544830322265625,
+ 0.035919189453125,
+ -0.0394287109375,
+ -0.033843994140625,
+ -0.028289794921875,
+ -0.049560546875,
+ -0.0252838134765625,
+ -0.0240478515625,
+ 0.0034847259521484375,
+ -0.01218414306640625,
+ 0.0276641845703125,
+ 0.00800323486328125,
+ -0.004901885986328125,
+ 0.012847900390625,
+ 0.0340576171875,
+ -0.0236358642578125,
+ -0.0648193359375,
+ -0.02911376953125,
+ -0.043365478515625,
+ -0.00238800048828125,
+ -0.0287017822265625,
+ 0.0367431640625,
+ -0.006038665771484375,
+ -0.0011997222900390625,
+ -0.00022101402282714844,
+ 0.0313720703125,
+ 0.0355224609375,
+ 0.02911376953125,
+ 0.0087738037109375,
+ -0.022705078125,
+ -0.005779266357421875,
+ -0.01222991943359375,
+ 0.042724609375,
+ -0.00939178466796875,
+ -0.025604248046875,
+ 0.00872039794921875,
+ 0.0117645263671875,
+ 0.006862640380859375,
+ -0.00513458251953125,
+ -0.0400390625,
+ -0.0214691162109375,
+ 0.019927978515625,
+ -0.00882720947265625,
+ 0.0024127960205078125,
+ 0.0274505615234375,
+ -0.0052642822265625,
+ 0.06939697265625,
+ 0.060699462890625,
+ 0.002658843994140625,
+ 0.0295257568359375,
+ -0.006916046142578125,
+ -0.00681304931640625,
+ 0.053680419921875,
+ 0.039031982421875,
+ -0.01316070556640625,
+ -0.009033203125,
+ 0.04107666015625,
+ 0.0278778076171875,
+ 0.0005388259887695312,
+ -0.0089263916015625,
+ -0.02001953125,
+ -0.001922607421875,
+ -0.02642822265625,
+ 0.0367431640625,
+ -0.0121307373046875,
+ -0.0160064697265625,
+ -0.00815582275390625,
+ 0.0230255126953125,
+ 0.009033203125,
+ 0.0635986328125,
+ 0.033660888671875,
+ -0.0169219970703125,
+ 0.04644775390625,
+ -0.00133514404296875,
+ -0.00032591819763183594,
+ 0.05224609375,
+ -0.010528564453125,
+ 0.045623779296875,
+ 0.013214111328125,
+ -0.01548004150390625,
+ -0.017242431640625,
+ 0.0295257568359375,
+ 0.0176544189453125,
+ -0.040863037109375,
+ -0.00518798828125,
+ 0.0540771484375,
+ -0.0208587646484375,
+ -0.0130615234375,
+ -0.027252197265625,
+ -0.0309600830078125,
+ 0.033660888671875,
+ -0.01435089111328125,
+ -0.01300811767578125,
+ -0.00016450881958007812,
+ 0.0047760009765625,
+ -0.06689453125,
+ 0.00279998779296875,
+ 0.01084136962890625,
+ -0.0003790855407714844,
+ 0.01104736328125,
+ 0.038604736328125,
+ -0.0193023681640625,
+ -0.05120849609375,
+ 0.03179931640625,
+ 0.007740020751953125,
+ 0.01806640625,
+ -0.01424407958984375,
+ 0.0340576171875,
+ 0.0011739730834960938,
+ -0.028076171875,
+ 0.047271728515625,
+ 0.01218414306640625,
+ 0.0203399658203125,
+ 0.00572967529296875,
+ -0.034698486328125,
+ 0.04150390625,
+ -0.03570556640625,
+ 0.0187835693359375,
+ 0.057403564453125,
+ -0.036956787109375,
+ 0.01021575927734375,
+ -0.00222015380859375,
+ 0.023529052734375,
+ 0.050567626953125,
+ -0.0278778076171875,
+ -0.00939178466796875,
+ -0.076416015625,
+ 0.005367279052734375,
+ -0.0528564453125,
+ -0.01702880859375,
+ -0.00991058349609375,
+ -0.05615234375,
+ 0.033447265625,
+ -0.0648193359375,
+ -0.00975799560546875,
+ -0.0136260986328125,
+ 0.01125335693359375,
+ -0.0144500732421875,
+ 0.0540771484375,
+ -0.01259613037109375,
+ -0.050994873046875,
+ -0.016510009765625,
+ 0.054901123046875,
+ 0.002864837646484375,
+ -0.00250244140625,
+ -0.004749298095703125,
+ 0.0293121337890625,
+ -0.00882720947265625,
+ 0.01166534423828125,
+ -0.057403564453125,
+ 0.01702880859375,
+ 0.03717041015625,
+ 0.02569580078125,
+ 0.0260162353515625,
+ -0.0157928466796875,
+ 0.01641845703125,
+ -0.0187835693359375,
+ 0.033660888671875,
+ -0.035308837890625,
+ 0.00007176399230957031,
+ -0.0144500732421875,
+ 0.0066070556640625,
+ -0.0117645263671875,
+ -0.080078125,
+ -0.0208587646484375,
+ 0.0284881591796875,
+ -0.0067596435546875,
+ 0.00045800209045410156,
+ 0.003108978271484375,
+ -0.048309326171875,
+ -0.004669189453125,
+ -0.015899658203125,
+ 0.004024505615234375,
+ 0.033447265625,
+ 0.0474853515625,
+ -0.0340576171875,
+ 0.0008449554443359375,
+ -0.01099395751953125,
+ 0.0167236328125,
+ -0.0217742919921875,
+ -0.0582275390625,
+ -0.025909423828125,
+ -0.0176544189453125,
+ -0.02569580078125,
+ -0.0198211669921875,
+ 0.032623291015625,
+ -0.0313720703125,
+ 0.024871826171875,
+ -0.0095977783203125,
+ 0.0021686553955078125,
+ -0.02508544921875,
+ -0.035919189453125,
+ 0.028076171875,
+ -0.0144500732421875,
+ -0.02374267578125,
+ -0.01424407958984375,
+ 0.052032470703125,
+ -0.002567291259765625,
+ 0.01021575927734375,
+ -0.006011962890625,
+ -0.0160980224609375,
+ -0.041290283203125,
+ 0.01248931884765625,
+ -0.0128021240234375,
+ 0.0109405517578125,
+ -0.0174407958984375,
+ 0.048095703125,
+ 0.039215087890625,
+ 0.025604248046875,
+ 0.013214111328125,
+ 0.053680419921875,
+ 0.01641845703125,
+ -0.04046630859375,
+ -0.0136260986328125,
+ -0.00830841064453125,
+ 0.01016998291015625,
+ 0.0236358642578125,
+ -0.02374267578125,
+ -0.0204315185546875,
+ 0.004543304443359375,
+ -0.004566192626953125,
+ 0.005626678466796875,
+ 0.02972412109375,
+ 0.03839111328125,
+ 0.025390625,
+ -0.044189453125,
+ 0.0020771026611328125,
+ 0.05987548828125,
+ -0.01058197021484375,
+ 0.10113525390625,
+ -0.00991058349609375,
+ -0.0421142578125,
+ 0.0247802734375,
+ 0.04522705078125,
+ -0.0163116455078125,
+ 0.006450653076171875,
+ 0.033843994140625,
+ -0.004077911376953125,
+ -0.0017032623291015625,
+ 0.01088714599609375,
+ 0.00789642333984375,
+ 0.0355224609375,
+ -0.0027484893798828125,
+ -0.0008320808410644531,
+ 0.0072784423828125,
+ -0.01192474365234375,
+ 0.028076171875,
+ 0.033233642578125,
+ 0.0203399658203125,
+ 0.01239013671875,
+ 0.048919677734375,
+ -0.043548583984375,
+ -0.022705078125,
+ -0.033447265625,
+ -0.08380126953125,
+ 0.00939178466796875,
+ 0.024871826171875,
+ 0.04046630859375,
+ 0.05224609375,
+ -0.037353515625,
+ -0.062744140625,
+ 0.0189971923828125,
+ -0.00991058349609375,
+ 0.06768798828125,
+ 0.02374267578125,
+ 0.01383209228515625,
+ 0.00830841064453125,
+ -0.00554656982421875,
+ -0.008880615234375,
+ 0.028900146484375,
+ 0.004207611083984375,
+ 0.00841522216796875,
+ 0.0328369140625,
+ 0.053253173828125,
+ -0.0000022649765014648438,
+ -0.029937744140625,
+ 0.00640106201171875,
+ 0.01806640625,
+ 0.028289794921875,
+ 0.007587432861328125,
+ 0.0217742919921875,
+ 0.0231170654296875,
+ 0.01125335693359375,
+ -0.0011415481567382812,
+ 0.0615234375,
+ 0.0167236328125,
+ 0.006580352783203125,
+ 0.021881103515625,
+ -0.01222991943359375,
+ 0.0241546630859375,
+ -0.044189453125,
+ 0.01125335693359375,
+ 0.004024505615234375,
+ -0.016204833984375,
+ 0.006969451904296875,
+ 0.04315185546875,
+ -0.0701904296875,
+ 0.019195556640625,
+ 0.041290283203125,
+ -0.0635986328125,
+ 0.042327880859375,
+ 0.0249786376953125,
+ -0.0231170654296875,
+ 0.00856781005859375,
+ -0.01125335693359375,
+ -0.053680419921875,
+ 0.017547607421875,
+ -0.01300811767578125,
+ -0.046875,
+ 0.0035610198974609375,
+ 0.01971435546875,
+ -0.06854248046875,
+ -0.036529541015625,
+ -0.044189453125,
+ -0.01140594482421875,
+ 0.00472259521484375,
+ -0.037353515625,
+ 0.0382080078125,
+ -0.0114593505859375,
+ 0.0001895427703857422,
+ 0.035308837890625,
+ 0.051605224609375,
+ 0.00804901123046875,
+ -0.033660888671875,
+ 0.043975830078125,
+ -0.037994384765625,
+ -0.07763671875,
+ 0.0513916015625,
+ -0.01331329345703125,
+ 0.061920166015625,
+ -0.037567138671875,
+ -0.0194091796875,
+ 0.00205230712890625,
+ 0.0005483627319335938,
+ 0.01331329345703125,
+ 0.0220947265625,
+ -0.046051025390625,
+ -0.0204315185546875,
+ -0.0394287109375,
+ 0.049346923828125,
+ 0.004337310791015625,
+ 0.03839111328125,
+ -0.0231170654296875,
+ -0.0309600830078125,
+ 0.01910400390625,
+ -0.0635986328125,
+ -0.045013427734375,
+ -0.01222991943359375,
+ 0.006092071533203125,
+ -0.01372528076171875,
+ 0.07513427734375,
+ -0.02508544921875,
+ -0.018585205078125,
+ -0.0047760009765625,
+ 0.04644775390625,
+ 0.01032257080078125,
+ 0.00225830078125,
+ -0.04583740234375,
+ 0.0328369140625,
+ 0.048919677734375,
+ -0.0660400390625,
+ -0.0072784423828125,
+ -0.007843017578125,
+ 0.003108978271484375,
+ 0.038818359375,
+ -0.0528564453125,
+ 0.01068115234375,
+ 0.0099639892578125,
+ -0.07305908203125,
+ -0.033660888671875,
+ -0.00505828857421875,
+ -0.00505828857421875,
+ -0.0421142578125,
+ -0.027252197265625,
+ 0.04315185546875,
+ -0.013519287109375,
+ 0.0284881591796875,
+ 0.00479888916015625,
+ 0.005214691162109375,
+ 0.00965118408203125,
+ -0.0038700103759765625,
+ -0.017242431640625,
+ 0.0194091796875,
+ -0.0689697265625,
+ -0.01971435546875,
+ -0.0209503173828125,
+ 0.037353515625,
+ -0.0072784423828125,
+ 0.01837158203125,
+ -0.004024505615234375,
+ -0.00554656982421875,
+ 0.053680419921875,
+ -0.053680419921875,
+ -0.020233154296875,
+ 0.0130615234375,
+ -0.028076171875,
+ -0.0247802734375,
+ -0.009857177734375,
+ 0.02105712890625,
+ 0.005367279052734375,
+ 0.01207733154296875,
+ 0.0031490325927734375,
+ 0.05987548828125,
+ -0.02569580078125,
+ 0.040863037109375,
+ 0.0166168212890625,
+ 0.0002338886260986328,
+ 0.015899658203125,
+ 0.007381439208984375,
+ 0.001232147216796875,
+ 0.0027103424072265625,
+ 0.033843994140625,
+ -0.0007224082946777344,
+ -0.037994384765625,
+ -0.0714111328125,
+ 0.034271240234375,
+ 0.033447265625,
+ 0.0010004043579101562,
+ -0.02001953125,
+ -0.04437255859375,
+ -0.048736572265625,
+ -0.0208587646484375,
+ 0.05242919921875,
+ 0.03076171875,
+ 0.010528564453125,
+ -0.0236358642578125,
+ -0.0184783935546875,
+ -0.022918701171875,
+ 0.0029163360595703125,
+ 0.0295257568359375,
+ 0.0067596435546875,
+ 0.00970458984375,
+ -0.0233306884765625,
+ -0.048095703125,
+ 0.01274871826171875,
+ 0.005214691162109375,
+ 0.02703857421875,
+ 0.0355224609375,
+ 0.021270751953125,
+ -0.01776123046875,
+ 0.0103759765625,
+ -0.018890380859375,
+ -0.0106353759765625,
+ -0.0003726482391357422,
+ 0.0005354881286621094,
+ 0.0129547119140625,
+ -0.0168304443359375,
+ -0.01837158203125,
+ 0.012542724609375,
+ 0.0081024169921875,
+ 0.0034847259521484375,
+ -0.0006098747253417969,
+ 0.009033203125,
+ 0.0311737060546875,
+ -0.01300811767578125,
+ 0.055328369140625,
+ -0.0400390625,
+ -0.036956787109375,
+ -0.00446319580078125,
+ -0.00882720947265625,
+ 0.038604736328125,
+ 0.0501708984375,
+ 0.002902984619140625,
+ -0.03509521484375,
+ 0.0041046142578125,
+ 0.039215087890625,
+ 0.00337982177734375,
+ -0.0540771484375,
+ -0.009857177734375,
+ 0.0182647705078125,
+ -0.005779266357421875,
+ 0.059051513671875,
+ 0.033447265625,
+ 0.09002685546875,
+ 0.00897979736328125,
+ 0.0099639892578125,
+ 0.03076171875,
+ 0.049346923828125,
+ 0.0193023681640625,
+ -0.022918701171875,
+ -0.04541015625,
+ -0.0225067138671875,
+ -0.003070831298828125,
+ -0.0394287109375,
+ -0.04150390625,
+ -0.002361297607421875,
+ 0.07269287109375,
+ -0.05780029296875,
+ 0.001605987548828125,
+ -0.0003483295440673828,
+ 0.0019483566284179688,
+ 0.0016326904296875,
+ 0.01517486572265625,
+ -0.01264190673828125,
+ 0.0208587646484375,
+ 0.04315185546875,
+ -0.0309600830078125,
+ 0.0243682861328125,
+ -0.03240966796875,
+ 0.0268402099609375,
+ 0.0714111328125,
+ 0.0220947265625,
+ -0.008880615234375,
+ 0.0361328125,
+ 0.0087738037109375,
+ 0.036346435546875,
+ 0.0287017822265625,
+ 0.04046630859375,
+ 0.0301361083984375,
+ 0.01506805419921875,
+ 0.05657958984375,
+ 0.053253173828125,
+ -0.0101165771484375,
+ -0.0099639892578125,
+ 0.0276641845703125,
+ 0.023223876953125,
+ 0.042724609375,
+ 0.06109619140625,
+ 0.004207611083984375,
+ 0.032012939453125,
+ -0.0037670135498046875,
+ -0.047698974609375,
+ 0.0082550048828125,
+ 0.012847900390625,
+ 0.0194091796875,
+ -0.031585693359375,
+ -0.0367431640625,
+ -0.0006289482116699219,
+ -0.032623291015625,
+ 0.022918701171875,
+ 0.0217742919921875,
+ -0.030548095703125,
+ -0.0176544189453125,
+ 0.033660888671875,
+ -0.0129547119140625,
+ -0.049346923828125,
+ 0.00933837890625,
+ -0.0128021240234375,
+ -0.03179931640625,
+ -0.0328369140625,
+ -0.0233306884765625,
+ 0.034698486328125,
+ -0.019195556640625,
+ -0.04315185546875,
+ -0.0238494873046875,
+ 0.0276641845703125,
+ -0.00531768798828125,
+ -0.04522705078125,
+ -0.0244598388671875,
+ 0.0293121337890625,
+ -0.00800323486328125,
+ -0.056976318359375,
+ -0.03717041015625,
+ -0.033447265625,
+ 0.0169219970703125,
+ -0.04315185546875,
+ 0.00464630126953125,
+ -0.03509521484375,
+ -0.036529541015625,
+ -0.01517486572265625,
+ -0.01641845703125,
+ -0.014556884765625,
+ 0.01140594482421875,
+ -0.04644775390625,
+ 0.049346923828125,
+ 0.0157928466796875,
+ 0.0263214111328125,
+ 0.034881591796875,
+ 0.06768798828125,
+ 0.003070831298828125,
+ -0.012542724609375,
+ -0.02105712890625,
+ -0.073486328125,
+ -0.0186767578125,
+ 0.01088714599609375,
+ -0.003509521484375,
+ -0.055328369140625,
+ 0.0035610198974609375,
+ 0.05987548828125,
+ -0.05657958984375,
+ 0.021575927734375,
+ -0.014556884765625,
+ -0.0171356201171875,
+ -0.053680419921875,
+ 0.003265380859375,
+ -0.0103759765625,
+ 0.0182647705078125,
+ 0.09747314453125,
+ -0.020233154296875,
+ -0.00446319580078125,
+ -0.0173492431640625,
+ -0.036529541015625,
+ 0.071044921875,
+ -0.002231597900390625,
+ 0.02642822265625,
+ -0.034881591796875,
+ 0.00856781005859375,
+ 0.0249786376953125,
+ -0.0206451416015625,
+ 0.021575927734375,
+ -0.0714111328125,
+ 0.021575927734375,
+ 0.041290283203125,
+ 0.02911376953125,
+ -0.00991058349609375,
+ -0.0136260986328125,
+ -0.04705810546875,
+ -0.0230255126953125,
+ -0.03240966796875,
+ 0.0309600830078125,
+ 0.025604248046875,
+ 0.005779266357421875,
+ -0.033447265625,
+ 0.01047515869140625,
+ 0.0217742919921875,
+ -0.0513916015625,
+ -0.0540771484375,
+ -0.0328369140625,
+ 0.03717041015625,
+ -0.01155853271484375,
+ -0.0400390625,
+ 0.0421142578125,
+ 0.0293121337890625,
+ 0.00634765625,
+ 0.006969451904296875,
+ 0.0648193359375,
+ -0.034271240234375,
+ -0.003509521484375,
+ 0.01290130615234375,
+ -0.00025653839111328125,
+ -0.00763702392578125,
+ -0.000438690185546875,
+ 0.01548004150390625,
+ -0.0038700103759765625,
+ 0.0203399658203125,
+ -0.040252685546875,
+ 0.033660888671875,
+ 0.04644775390625,
+ -0.055755615234375,
+ -0.07391357421875,
+ -0.057403564453125,
+ -0.007534027099609375,
+ -0.006862640380859375,
+ -0.0278778076171875,
+ 0.022186279296875,
+ -0.0004677772521972656,
+ -0.018585205078125,
+ -0.108154296875,
+ 0.03302001953125,
+ -0.014862060546875,
+ 0.01197052001953125,
+ 0.00681304931640625,
+ -0.05120849609375,
+ -0.053680419921875,
+ -0.0689697265625,
+ -0.007740020751953125,
+ 0.021575927734375,
+ -0.0276641845703125,
+ 0.033447265625,
+ -0.01222991943359375,
+ 0.01476287841796875,
+ 0.01435089111328125,
+ -0.01465606689453125,
+ 0.0031604766845703125,
+ 0.04913330078125,
+ 0.01316070556640625,
+ -0.032012939453125,
+ 0.057403564453125,
+ -0.02911376953125,
+ 0.004413604736328125,
+ -0.0014905929565429688,
+ 0.00321197509765625,
+ 0.0007257461547851562,
+ -0.028076171875,
+ -0.006969451904296875,
+ 0.0034580230712890625,
+ 0.0394287109375,
+ 0.017852783203125,
+ -0.02508544921875,
+ 0.0211639404296875,
+ -0.0295257568359375,
+ 0.029937744140625,
+ 0.0130615234375,
+ -0.01910400390625,
+ 0.01424407958984375,
+ 0.00872039794921875,
+ -0.0355224609375,
+ -0.006862640380859375,
+ -0.041900634765625,
+ -0.06768798828125,
+ 0.0222930908203125,
+ -0.048309326171875,
+ -0.022705078125,
+ 0.002399444580078125,
+ 0.03717041015625,
+ 0.003509521484375,
+ -0.0189971923828125,
+ 0.0203399658203125,
+ -0.043365478515625,
+ 0.01192474365234375,
+ -0.0243682861328125,
+ 0.0131072998046875,
+ 0.0101165771484375,
+ 0.0113067626953125,
+ 0.0189971923828125,
+ -0.0287017822265625,
+ 0.00830841064453125,
+ -0.0017032623291015625,
+ 0.005859375,
+ -0.0260162353515625,
+ -0.01558685302734375,
+ -0.0086212158203125,
+ 0.0039215087890625,
+ -0.065673828125,
+ -0.0144500732421875,
+ 0.0157928466796875,
+ 0.0309600830078125,
+ 0.00789642333984375,
+ -0.00939178466796875,
+ 0.041290283203125,
+ -0.0169219970703125,
+ -0.0540771484375,
+ 0.017852783203125,
+ -0.005290985107421875,
+ -0.034271240234375,
+ 0.0189971923828125,
+ 0.0002968311309814453,
+ 0.009185791015625,
+ 0.01084136962890625,
+ 0.022705078125,
+ 0.032196044921875,
+ 0.0249786376953125,
+ 0.0079498291015625,
+ -0.02972412109375,
+ -0.013519287109375,
+ -0.03076171875,
+ 0.0095977783203125,
+ 0.028289794921875,
+ 0.0198211669921875,
+ -0.004077911376953125,
+ 0.021575927734375,
+ -0.006168365478515625,
+ -0.072265625,
+ -0.0284881591796875,
+ -0.0225067138671875,
+ -0.0743408203125,
+ 0.01114654541015625,
+ 0.068115234375,
+ 0.007843017578125,
+ -0.00588226318359375,
+ 0.034271240234375,
+ 0.0615234375,
+ 0.03302001953125,
+ 0.01073455810546875,
+ -0.009552001953125,
+ -0.068115234375,
+ -0.0045166015625,
+ -0.005756378173828125,
+ 0.00970458984375,
+ -0.06732177734375,
+ 0.037353515625,
+ 0.065673828125,
+ -0.019195556640625,
+ -0.031585693359375,
+ -0.00647735595703125,
+ -0.003612518310546875,
+ 0.0160980224609375,
+ 0.01042938232421875,
+ -0.0038700103759765625,
+ -0.06402587890625,
+ 0.00634765625,
+ 0.0234375,
+ -0.0016260147094726562,
+ 0.00472259521484375,
+ -0.03302001953125,
+ -0.01042938232421875,
+ 0.043975830078125,
+ -0.06689453125,
+ 0.000054001808166503906,
+ 0.0182647705078125,
+ 0.048095703125,
+ 0.01192474365234375,
+ -0.020538330078125,
+ -0.047271728515625,
+ 0.059051513671875,
+ 0.025390625,
+ -0.0222930908203125,
+ 0.0239410400390625,
+ 0.00991058349609375,
+ -0.01372528076171875,
+ 0.0219879150390625,
+ 0.054901123046875,
+ 0.022186279296875,
+ 0.03179931640625,
+ 0.01806640625,
+ -0.06524658203125,
+ 0.00800323486328125,
+ -0.00028395652770996094,
+ -0.00010484457015991211,
+ 0.0211639404296875,
+ -0.035919189453125,
+ -0.02239990234375,
+ -0.062347412109375,
+ 0.04522705078125,
+ -0.006168365478515625,
+ 0.0121307373046875,
+ -0.0016002655029296875,
+ -0.0107879638671875,
+ 0.002826690673828125,
+ 0.0263214111328125,
+ 0.0160980224609375,
+ 0.0239410400390625,
+ 0.046051025390625,
+ 0.00867462158203125,
+ 0.02911376953125,
+ 0.006168365478515625,
+ 0.004901885986328125,
+ -0.024566650390625,
+ 0.038604736328125,
+ -0.055328369140625,
+ -0.03076171875,
+ -0.04254150390625,
+ -0.00133514404296875,
+ 0.01021575927734375,
+ -0.004901885986328125,
+ -0.0017290115356445312,
+ -0.028900146484375,
+ 0.018890380859375,
+ -0.017242431640625,
+ -0.029937744140625,
+ -0.00531768798828125,
+ 0.053680419921875,
+ -0.06524658203125,
+ 0.03839111328125,
+ 0.01837158203125,
+ -0.0186767578125,
+ -0.004230499267578125,
+ -0.034698486328125,
+ 0.08587646484375,
+ 0.030548095703125,
+ -0.0005354881286621094,
+ -0.007793426513671875,
+ 0.0301361083984375,
+ 0.0019741058349609375,
+ 0.03717041015625,
+ 0.006656646728515625,
+ -0.0009031295776367188,
+ -0.0136260986328125,
+ 0.036346435546875,
+ 0.041290283203125,
+ -0.0107879638671875,
+ -0.03570556640625,
+ 0.03179931640625,
+ 0.0109405517578125,
+ -0.043975830078125,
+ 0.041900634765625,
+ 0.00908660888671875,
+ 0.0041046142578125,
+ 0.006450653076171875,
+ -0.0023345947265625,
+ -0.01155853271484375,
+ -0.04583740234375,
+ 0.044189453125,
+ 0.00867462158203125,
+ -0.0005774497985839844,
+ 0.0313720703125,
+ -0.06939697265625,
+ 0.04644775390625,
+ 0.01248931884765625,
+ 0.065673828125,
+ -0.042724609375,
+ 0.048919677734375,
+ 0.0062713623046875,
+ -0.027252197265625,
+ -0.0131072998046875,
+ 0.019195556640625,
+ -0.0011157989501953125,
+ 0.0278778076171875,
+ -0.01274871826171875,
+ 0.05657958984375,
+ 0.016204833984375,
+ -0.020233154296875,
+ -0.07598876953125,
+ -0.007175445556640625,
+ 0.016510009765625,
+ -0.0010318756103515625,
+ 0.02105712890625,
+ -0.0528564453125,
+ -0.004180908203125,
+ -0.00647735595703125,
+ 0.01435089111328125,
+ 0.0908203125,
+ -0.004180908203125,
+ 0.025390625,
+ 0.022613525390625,
+ -0.0160980224609375,
+ -0.0203399658203125,
+ -0.004749298095703125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "cli",
+ "triage",
+ "system-metadata",
+ "apfs",
+ "time-normalization",
+ "structured-output",
+ "unified-log-parser",
+ "browser-artifacts",
+ "persistence-checks",
+ "tcc-analysis",
+ "remote-capable",
+ "json-export"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Chainalysis",
+ "type": "tool",
+ "name": "Chainalysis",
+ "content": "chainalysis analysiert blockchain-transaktionen mit der größten attribution-datenbank weltweit. clustering-algorithmen identifizieren millionen services: exchanges, darknet-märkte, mixer, ransomware-wallets. reactor visualisiert transaktionsflüsse mit automatischer risikobewertung, kyt ermöglicht echtzeit-compliance. investigation-workflow traced funds durch mixer, court-ready reports dokumentieren blockchain-beweiskette. unterstützt bitcoin, ethereum und 100+ blockchains, aber hohe lizenzkosten limitieren auf großorganisationen. web-interface blockchain-analysis commercial visualization anomaly-detection threat-scoring clustering-analysis compliance-screening transaction-tracing risk-assessment multi-blockchain api-integration static-investigations fraud-investigation incident-response analysis reporting",
+ "embedding": [
+ 0.01186370849609375,
+ 0.03936767578125,
+ 0.032989501953125,
+ -0.007526397705078125,
+ 0.020355224609375,
+ 0.0187225341796875,
+ 0.03570556640625,
+ -0.0022182464599609375,
+ 0.0012235641479492188,
+ 0.0018205642700195312,
+ -0.0291290283203125,
+ 0.04937744140625,
+ 0.021026611328125,
+ 0.011383056640625,
+ -0.052093505859375,
+ 0.035125732421875,
+ 0.00612640380859375,
+ 0.030487060546875,
+ 0.00330352783203125,
+ 0.01119232177734375,
+ -0.0018930435180664062,
+ -0.0244140625,
+ -0.029327392578125,
+ -0.0026645660400390625,
+ 0.01910400390625,
+ 0.027587890625,
+ -0.0184326171875,
+ -0.0455322265625,
+ 0.00238800048828125,
+ -0.0012302398681640625,
+ -0.01456451416015625,
+ -0.02044677734375,
+ -0.0158233642578125,
+ 0.01331329345703125,
+ -0.01027679443359375,
+ -0.0083465576171875,
+ 0.0017242431640625,
+ -0.059051513671875,
+ -0.00733184814453125,
+ 0.015625,
+ -0.0325927734375,
+ -0.0066070556640625,
+ -0.012298583984375,
+ -0.005496978759765625,
+ -0.02459716796875,
+ -0.052093505859375,
+ -0.010223388671875,
+ -0.0153350830078125,
+ 0.026824951171875,
+ -0.020843505859375,
+ 0.022857666015625,
+ 0.01302337646484375,
+ 0.0193939208984375,
+ -0.0135040283203125,
+ -0.0465087890625,
+ 0.01418304443359375,
+ 0.018035888671875,
+ -0.042449951171875,
+ -0.055572509765625,
+ 0.02142333984375,
+ -0.04205322265625,
+ 0.0152435302734375,
+ 0.0020503997802734375,
+ 0.0104217529296875,
+ 0.01171875,
+ 0.03704833984375,
+ -0.0177459716796875,
+ -0.02459716796875,
+ -0.01302337646484375,
+ -0.0019292831420898438,
+ 0.02227783203125,
+ 0.01910400390625,
+ -0.01629638671875,
+ 0.0302886962890625,
+ -0.035125732421875,
+ -0.016204833984375,
+ 0.0242156982421875,
+ 0.043792724609375,
+ -0.0028820037841796875,
+ -0.00566864013671875,
+ -0.009552001953125,
+ 0.0146636962890625,
+ 0.04937744140625,
+ -0.023345947265625,
+ -0.011627197265625,
+ 0.00011152029037475586,
+ 0.01206207275390625,
+ 0.0291290283203125,
+ -0.0119171142578125,
+ -0.0283660888671875,
+ 0.023834228515625,
+ 0.0018453598022460938,
+ 0.0219879150390625,
+ -0.0023632049560546875,
+ 0.06634521484375,
+ 0.064453125,
+ -0.032989501953125,
+ -0.00791168212890625,
+ -0.0187225341796875,
+ 0.03955078125,
+ 0.0081024169921875,
+ -0.0201568603515625,
+ 0.05169677734375,
+ -0.0160064697265625,
+ 0.050933837890625,
+ -0.011962890625,
+ 0.0262451171875,
+ -0.0243072509765625,
+ -0.0017480850219726562,
+ -0.057891845703125,
+ -0.0810546875,
+ -0.0465087890625,
+ -0.019683837890625,
+ -0.052490234375,
+ 0.0025196075439453125,
+ 0.0113372802734375,
+ -0.0302886962890625,
+ 0.0285491943359375,
+ -0.064453125,
+ -0.02874755859375,
+ 0.028167724609375,
+ 0.005786895751953125,
+ 0.0061492919921875,
+ 0.0211334228515625,
+ -0.0262451171875,
+ -0.0548095703125,
+ 0.020355224609375,
+ 0.0372314453125,
+ -0.0272064208984375,
+ -0.027008056640625,
+ -0.010467529296875,
+ -0.0001537799835205078,
+ 0.005451202392578125,
+ -0.008636474609375,
+ 0.0032558441162109375,
+ -0.0081024169921875,
+ 0.036468505859375,
+ -0.01244354248046875,
+ 0.001537322998046875,
+ 0.01099395751953125,
+ 0.034332275390625,
+ -0.034149169921875,
+ -0.053253173828125,
+ 0.01273345947265625,
+ -0.03704833984375,
+ -0.003231048583984375,
+ 0.0021953582763671875,
+ 0.0621337890625,
+ -0.04071044921875,
+ 0.023345947265625,
+ -0.000789642333984375,
+ 0.0129241943359375,
+ 0.048828125,
+ -0.012542724609375,
+ 0.0031108856201171875,
+ -0.024688720703125,
+ 0.024688720703125,
+ -0.002605438232421875,
+ 0.031463623046875,
+ -0.0003058910369873047,
+ 0.0012722015380859375,
+ 0.0248870849609375,
+ 0.00600433349609375,
+ 0.045135498046875,
+ -0.0218048095703125,
+ -0.034332275390625,
+ -0.036285400390625,
+ 0.0212249755859375,
+ 0.0092620849609375,
+ -0.015533447265625,
+ 0.004680633544921875,
+ -0.01312255859375,
+ 0.057098388671875,
+ 0.08526611328125,
+ -0.00849151611328125,
+ 0.025665283203125,
+ 0.0134124755859375,
+ -0.022186279296875,
+ 0.033172607421875,
+ 0.0260467529296875,
+ 0.00313568115234375,
+ -0.006317138671875,
+ 0.06134033203125,
+ -0.0029544830322265625,
+ 0.033966064453125,
+ -0.00795745849609375,
+ -0.037445068359375,
+ 0.002170562744140625,
+ -0.0252685546875,
+ 0.025665283203125,
+ -0.025665283203125,
+ -0.0455322265625,
+ -0.004608154296875,
+ 0.0262451171875,
+ 0.02642822265625,
+ 0.06982421875,
+ 0.0034008026123046875,
+ -0.019195556640625,
+ 0.01910400390625,
+ 0.01910400390625,
+ -0.0023403167724609375,
+ 0.01206207275390625,
+ 0.005138397216796875,
+ 0.0236358642578125,
+ 0.04168701171875,
+ 0.0164031982421875,
+ 0.0014171600341796875,
+ 0.0207366943359375,
+ 0.0183258056640625,
+ -0.00824737548828125,
+ -0.016693115234375,
+ 0.031463623046875,
+ -0.020263671875,
+ -0.0090179443359375,
+ -0.02740478515625,
+ -0.042449951171875,
+ -0.0211334228515625,
+ -0.005859375,
+ 0.01123809814453125,
+ 0.004390716552734375,
+ -0.00949859619140625,
+ -0.05169677734375,
+ -0.0122528076171875,
+ 0.024017333984375,
+ -0.03375244140625,
+ 0.039154052734375,
+ 0.01003265380859375,
+ -0.02142333984375,
+ 0.0099334716796875,
+ 0.034149169921875,
+ 0.0322265625,
+ 0.00829315185546875,
+ -0.0000476837158203125,
+ 0.005039215087890625,
+ 0.0023746490478515625,
+ 0.001194000244140625,
+ 0.03704833984375,
+ 0.06402587890625,
+ 0.00025010108947753906,
+ -0.0164031982421875,
+ -0.020843505859375,
+ 0.0152435302734375,
+ -0.0279693603515625,
+ 0.041290283203125,
+ 0.04534912109375,
+ -0.0205535888671875,
+ -0.0169830322265625,
+ -0.0007958412170410156,
+ 0.0193939208984375,
+ 0.036468505859375,
+ -0.06292724609375,
+ 0.00209808349609375,
+ -0.07330322265625,
+ 0.015625,
+ -0.07830810546875,
+ -0.044769287109375,
+ -0.04669189453125,
+ -0.042266845703125,
+ 0.050537109375,
+ -0.0297088623046875,
+ -0.02325439453125,
+ 0.0171661376953125,
+ -0.01273345947265625,
+ 0.046295166015625,
+ 0.02392578125,
+ 0.007427215576171875,
+ -0.025665283203125,
+ -0.01090240478515625,
+ 0.0625,
+ 0.00849151611328125,
+ -0.037628173828125,
+ -0.005859375,
+ 0.041290283203125,
+ 0.012542724609375,
+ 0.030670166015625,
+ -0.01543426513671875,
+ 0.018035888671875,
+ 0.0382080078125,
+ 0.04571533203125,
+ 0.0169830322265625,
+ -0.0002968311309814453,
+ 0.01094818115234375,
+ 0.007091522216796875,
+ 0.055938720703125,
+ -0.033172607421875,
+ -0.0028209686279296875,
+ -0.0220947265625,
+ 0.0036182403564453125,
+ 0.0005245208740234375,
+ -0.06365966796875,
+ -0.00675201416015625,
+ 0.04937744140625,
+ 0.01312255859375,
+ -0.004123687744140625,
+ 0.01427459716796875,
+ -0.059417724609375,
+ 0.0035457611083984375,
+ 0.009552001953125,
+ -0.01629638671875,
+ 0.037811279296875,
+ 0.041107177734375,
+ -0.052490234375,
+ 0.0297088623046875,
+ 0.016204833984375,
+ 0.005161285400390625,
+ -0.040313720703125,
+ -0.0164031982421875,
+ -0.005908966064453125,
+ -0.018524169921875,
+ -0.044952392578125,
+ -0.0188140869140625,
+ 0.0019893646240234375,
+ -0.034332275390625,
+ 0.002483367919921875,
+ -0.01543426513671875,
+ 0.0036182403564453125,
+ -0.0714111328125,
+ -0.06329345703125,
+ -0.0028209686279296875,
+ -0.029327392578125,
+ -0.046295166015625,
+ -0.0283660888671875,
+ 0.0302886962890625,
+ -0.00012814998626708984,
+ -0.00201416015625,
+ -0.020843505859375,
+ -0.01398468017578125,
+ -0.037811279296875,
+ -0.0062713623046875,
+ -0.006946563720703125,
+ 0.006221771240234375,
+ -0.01514434814453125,
+ 0.036468505859375,
+ 0.0200653076171875,
+ 0.04168701171875,
+ 0.0230560302734375,
+ 0.07293701171875,
+ 0.05169677734375,
+ -0.032989501953125,
+ 0.00405120849609375,
+ -0.0211334228515625,
+ 0.01447296142578125,
+ 0.0285491943359375,
+ -0.0262451171875,
+ -0.0254669189453125,
+ -0.034912109375,
+ -0.03106689453125,
+ 0.0241241455078125,
+ 0.0465087890625,
+ 0.0158233642578125,
+ 0.0211334228515625,
+ -0.0219879150390625,
+ -0.00911712646484375,
+ 0.0574951171875,
+ -0.01476287841796875,
+ 0.105712890625,
+ -0.02874755859375,
+ -0.060577392578125,
+ 0.0034961700439453125,
+ 0.03375244140625,
+ -0.005764007568359375,
+ -0.01056671142578125,
+ 0.0206451416015625,
+ 0.005184173583984375,
+ 0.0188140869140625,
+ 0.03375244140625,
+ -0.03125,
+ 0.02392578125,
+ 0.01302337646484375,
+ 0.006221771240234375,
+ 0.01476287841796875,
+ -0.0216064453125,
+ 0.013702392578125,
+ 0.0501708984375,
+ 0.01186370849609375,
+ 0.037628173828125,
+ 0.0237274169921875,
+ -0.03857421875,
+ 0.0027008056640625,
+ -0.0548095703125,
+ -0.0833740234375,
+ 0.0193939208984375,
+ 0.0301055908203125,
+ -0.0008258819580078125,
+ 0.0195770263671875,
+ -0.0322265625,
+ -0.048828125,
+ 0.01215362548828125,
+ -0.0077667236328125,
+ 0.08990478515625,
+ 0.0548095703125,
+ 0.0229644775390625,
+ 0.0207366943359375,
+ -0.03857421875,
+ 0.02093505859375,
+ 0.041290283203125,
+ 0.0237274169921875,
+ 0.030487060546875,
+ 0.04339599609375,
+ 0.034912109375,
+ 0.0184326171875,
+ -0.042449951171875,
+ 0.03125,
+ 0.0012598037719726562,
+ 0.0199737548828125,
+ -0.003376007080078125,
+ 0.046875,
+ 0.03375244140625,
+ 0.03857421875,
+ -0.008056640625,
+ 0.07525634765625,
+ 0.018035888671875,
+ -0.0418701171875,
+ 0.00646209716796875,
+ -0.0262451171875,
+ 0.0179443359375,
+ -0.044952392578125,
+ 0.00945281982421875,
+ 0.007572174072265625,
+ 0.0119171142578125,
+ 0.0078125,
+ 0.025848388671875,
+ -0.0297088623046875,
+ 0.003978729248046875,
+ 0.03839111328125,
+ -0.05133056640625,
+ 0.036865234375,
+ 0.0231475830078125,
+ -0.0291290283203125,
+ 0.0237274169921875,
+ -0.0009226799011230469,
+ -0.032806396484375,
+ 0.04052734375,
+ -0.03125,
+ -0.034149169921875,
+ -0.0122528076171875,
+ 0.034332275390625,
+ -0.0123443603515625,
+ -0.04052734375,
+ -0.02227783203125,
+ -0.007091522216796875,
+ 0.0022068023681640625,
+ -0.034912109375,
+ 0.02325439453125,
+ -0.0211334228515625,
+ -0.0017242431640625,
+ 0.03472900390625,
+ 0.02642822265625,
+ -0.0279693603515625,
+ -0.0262451171875,
+ 0.0382080078125,
+ -0.0171661376953125,
+ -0.054412841796875,
+ 0.01171875,
+ 0.017364501953125,
+ 0.0260467529296875,
+ -0.02276611328125,
+ -0.033172607421875,
+ -0.00911712646484375,
+ 0.004146575927734375,
+ 0.0224761962890625,
+ 0.0219879150390625,
+ -0.03704833984375,
+ -0.04205322265625,
+ -0.045928955078125,
+ 0.0291290283203125,
+ 0.0308685302734375,
+ 0.0164947509765625,
+ 0.006053924560546875,
+ -0.059051513671875,
+ 0.01398468017578125,
+ -0.06793212890625,
+ 0.01032257080078125,
+ 0.004123687744140625,
+ -0.00921630859375,
+ -0.00974273681640625,
+ 0.05364990234375,
+ -0.007282257080078125,
+ -0.027008056640625,
+ -0.0090179443359375,
+ 0.043212890625,
+ 0.01152801513671875,
+ 0.02044677734375,
+ -0.043792724609375,
+ 0.05633544921875,
+ 0.00525665283203125,
+ -0.067138671875,
+ 0.000576019287109375,
+ -0.0194854736328125,
+ -0.0302886962890625,
+ 0.037628173828125,
+ -0.069091796875,
+ -0.00086212158203125,
+ 0.0164031982421875,
+ -0.0767822265625,
+ -0.015533447265625,
+ -0.05364990234375,
+ -0.0107574462890625,
+ -0.0408935546875,
+ 0.027008056640625,
+ -0.001079559326171875,
+ -0.0014352798461914062,
+ 0.038787841796875,
+ 0.024017333984375,
+ -0.014373779296875,
+ 0.019683837890625,
+ -0.015625,
+ -0.0295257568359375,
+ 0.01065826416015625,
+ -0.050537109375,
+ -0.0165863037109375,
+ -0.019287109375,
+ 0.0242156982421875,
+ -0.017364501953125,
+ 0.0335693359375,
+ 0.004680633544921875,
+ -0.055938720703125,
+ 0.0277862548828125,
+ -0.01003265380859375,
+ 0.0184326171875,
+ -0.0301055908203125,
+ -0.0289459228515625,
+ -0.03240966796875,
+ -0.01447296142578125,
+ 0.011627197265625,
+ 0.0229644775390625,
+ -0.003353118896484375,
+ 0.0187225341796875,
+ 0.03472900390625,
+ -0.0455322265625,
+ -0.00800323486328125,
+ 0.019866943359375,
+ -0.02508544921875,
+ 0.0040740966796875,
+ -0.008392333984375,
+ -0.0212249755859375,
+ -0.02044677734375,
+ 0.04339599609375,
+ -0.05133056640625,
+ -0.03125,
+ -0.081787109375,
+ 0.027008056640625,
+ -0.015533447265625,
+ -0.00689697265625,
+ -0.048248291015625,
+ -0.034149169921875,
+ -0.052093505859375,
+ -0.0206451416015625,
+ 0.0325927734375,
+ 0.018035888671875,
+ -0.006317138671875,
+ -0.04766845703125,
+ -0.01543426513671875,
+ -0.014373779296875,
+ -0.020355224609375,
+ 0.049774169921875,
+ 0.00998687744140625,
+ 0.0089263916015625,
+ 0.0179443359375,
+ -0.032806396484375,
+ 0.036865234375,
+ -0.0004944801330566406,
+ 0.0262451171875,
+ 0.006561279296875,
+ 0.0160064697265625,
+ -0.033966064453125,
+ 0.0237274169921875,
+ -0.01065826416015625,
+ -0.0189056396484375,
+ 0.0062713623046875,
+ -0.01418304443359375,
+ 0.037445068359375,
+ -0.0262451171875,
+ -0.011138916015625,
+ 0.0200653076171875,
+ 0.0108489990234375,
+ 0.004993438720703125,
+ 0.00675201416015625,
+ -0.020263671875,
+ 0.0345458984375,
+ 0.005908966064453125,
+ 0.04937744140625,
+ -0.044952392578125,
+ -0.03570556640625,
+ -0.03472900390625,
+ -0.0113372802734375,
+ 0.031463623046875,
+ 0.0667724609375,
+ 0.01186370849609375,
+ -0.0308685302734375,
+ 0.0018329620361328125,
+ 0.0345458984375,
+ -0.0099334716796875,
+ -0.06793212890625,
+ -0.0262451171875,
+ 0.00911712646484375,
+ 0.0194854736328125,
+ 0.0675048828125,
+ -0.0128326416015625,
+ 0.06561279296875,
+ 0.00016427040100097656,
+ 0.007476806640625,
+ 0.019866943359375,
+ 0.048828125,
+ 0.0248870849609375,
+ -0.0325927734375,
+ -0.04168701171875,
+ 0.005161285400390625,
+ -0.01177215576171875,
+ -0.040313720703125,
+ -0.0189056396484375,
+ -0.0098419189453125,
+ 0.042266845703125,
+ -0.0887451171875,
+ -0.018035888671875,
+ -0.01244354248046875,
+ 0.0110931396484375,
+ 0.00689697265625,
+ 0.0301055908203125,
+ -0.0211334228515625,
+ 0.020843505859375,
+ 0.01398468017578125,
+ -0.0252685546875,
+ -0.0107574462890625,
+ -0.0017004013061523438,
+ 0.00670623779296875,
+ 0.07373046875,
+ 0.020263671875,
+ -0.0205535888671875,
+ 0.039947509765625,
+ 0.0077667236328125,
+ 0.0241241455078125,
+ 0.0279693603515625,
+ 0.04669189453125,
+ 0.01629638671875,
+ 0.02740478515625,
+ 0.00820159912109375,
+ 0.06866455078125,
+ -0.008392333984375,
+ -0.031646728515625,
+ 0.0071868896484375,
+ 0.0090179443359375,
+ 0.033172607421875,
+ 0.0236358642578125,
+ -0.0254669189453125,
+ 0.0175628662109375,
+ -0.00492095947265625,
+ -0.05517578125,
+ -0.019683837890625,
+ 0.005641937255859375,
+ -0.006031036376953125,
+ -0.021697998046875,
+ -0.04803466796875,
+ 0.0236358642578125,
+ -0.028167724609375,
+ 0.03125,
+ 0.003208160400390625,
+ -0.0114288330078125,
+ -0.00670623779296875,
+ 0.027008056640625,
+ -0.01514434814453125,
+ -0.0648193359375,
+ 0.03839111328125,
+ -0.0220947265625,
+ -0.028167724609375,
+ 0.01495361328125,
+ -0.032989501953125,
+ 0.02508544921875,
+ -0.01611328125,
+ -0.067138671875,
+ 0.005619049072265625,
+ 0.0211334228515625,
+ -0.0211334228515625,
+ -0.05517578125,
+ -0.01398468017578125,
+ 0.0037384033203125,
+ -0.00617218017578125,
+ -0.0308685302734375,
+ -0.050933837890625,
+ -0.036285400390625,
+ 0.0135040283203125,
+ -0.036468505859375,
+ -0.0090179443359375,
+ -0.01331329345703125,
+ -0.02642822265625,
+ -0.0193939208984375,
+ -0.0184326171875,
+ -0.019287109375,
+ 0.0322265625,
+ -0.045135498046875,
+ 0.007476806640625,
+ 0.02142333984375,
+ 0.00945281982421875,
+ 0.03955078125,
+ 0.0455322265625,
+ -0.0176544189453125,
+ 0.00463104248046875,
+ -0.007282257080078125,
+ -0.057891845703125,
+ 0.0291290283203125,
+ -0.02740478515625,
+ 0.01910400390625,
+ -0.07598876953125,
+ -0.0005064010620117188,
+ 0.058258056640625,
+ -0.0810546875,
+ 0.0175628662109375,
+ 0.007381439208984375,
+ -0.0020008087158203125,
+ -0.0297088623046875,
+ 0.0007052421569824219,
+ 0.005138397216796875,
+ 0.01152801513671875,
+ 0.06402587890625,
+ -0.0113372802734375,
+ -0.00479888916015625,
+ 0.032012939453125,
+ -0.0285491943359375,
+ 0.041107177734375,
+ -0.0200653076171875,
+ 0.03125,
+ -0.040313720703125,
+ 0.04052734375,
+ 0.0009889602661132812,
+ -0.0478515625,
+ -0.01505279541015625,
+ -0.08758544921875,
+ -0.0224761962890625,
+ 0.021514892578125,
+ 0.0308685302734375,
+ -0.0029544830322265625,
+ -0.00949859619140625,
+ -0.031646728515625,
+ -0.0159149169921875,
+ -0.0260467529296875,
+ 0.02392578125,
+ 0.0021820068359375,
+ 0.0160064697265625,
+ -0.023834228515625,
+ -0.02227783203125,
+ -0.037994384765625,
+ -0.054412841796875,
+ -0.0092620849609375,
+ -0.034912109375,
+ 0.025848388671875,
+ -0.0000693202018737793,
+ -0.048248291015625,
+ -0.01505279541015625,
+ -0.004894256591796875,
+ 0.02740478515625,
+ 0.01861572265625,
+ 0.06597900390625,
+ -0.017852783203125,
+ -0.00795745849609375,
+ -0.0035457611083984375,
+ 0.05865478515625,
+ 0.0005426406860351562,
+ 0.00878143310546875,
+ -0.015533447265625,
+ 0.0119171142578125,
+ 0.0207366943359375,
+ -0.040313720703125,
+ 0.03857421875,
+ 0.046295166015625,
+ -0.00525665283203125,
+ -0.03936767578125,
+ 0.0009407997131347656,
+ -0.02740478515625,
+ 0.036651611328125,
+ -0.00670623779296875,
+ 0.0252685546875,
+ 0.01157379150390625,
+ 0.0027618408203125,
+ -0.07489013671875,
+ 0.069091796875,
+ 0.00800323486328125,
+ 0.057891845703125,
+ 0.004146575927734375,
+ -0.045135498046875,
+ -0.042449951171875,
+ -0.064453125,
+ -0.035125732421875,
+ 0.0177459716796875,
+ -0.0171661376953125,
+ 0.0308685302734375,
+ 0.017852783203125,
+ 0.0066070556640625,
+ 0.03955078125,
+ 0.01456451416015625,
+ -0.0230560302734375,
+ 0.06097412109375,
+ 0.0175628662109375,
+ -0.033172607421875,
+ 0.07293701171875,
+ -0.0219879150390625,
+ 0.0211334228515625,
+ -0.0104217529296875,
+ 0.017852783203125,
+ 0.00463104248046875,
+ 0.0013141632080078125,
+ -0.0491943359375,
+ 0.0236358642578125,
+ 0.036651611328125,
+ 0.06292724609375,
+ -0.0205535888671875,
+ 0.0266265869140625,
+ -0.030487060546875,
+ 0.01505279541015625,
+ -0.0016279220581054688,
+ -0.0291290283203125,
+ 0.0176544189453125,
+ 0.0016641616821289062,
+ -0.0223846435546875,
+ -0.01302337646484375,
+ -0.059417724609375,
+ -0.07525634765625,
+ -0.0036411285400390625,
+ -0.067138671875,
+ -0.01398468017578125,
+ -0.0017242431640625,
+ 0.01360321044921875,
+ 0.03472900390625,
+ -0.0277862548828125,
+ 0.039154052734375,
+ -0.0053558349609375,
+ -0.0090179443359375,
+ -0.006561279296875,
+ 0.0230560302734375,
+ -0.0237274169921875,
+ 0.041473388671875,
+ 0.0322265625,
+ -0.042449951171875,
+ 0.0201568603515625,
+ -0.0285491943359375,
+ -0.01273345947265625,
+ -0.00704193115234375,
+ -0.0128326416015625,
+ -0.0248870849609375,
+ 0.042449951171875,
+ -0.0548095703125,
+ -0.0171661376953125,
+ 0.0160064697265625,
+ -0.0006299018859863281,
+ 0.01181793212890625,
+ -0.005764007568359375,
+ 0.0528564453125,
+ -0.019866943359375,
+ -0.052490234375,
+ 0.0242156982421875,
+ 0.01099395751953125,
+ -0.034332275390625,
+ -0.01447296142578125,
+ -0.0158233642578125,
+ -0.00882720947265625,
+ 0.004436492919921875,
+ 0.0291290283203125,
+ 0.0187225341796875,
+ 0.0574951171875,
+ 0.0128326416015625,
+ -0.007476806640625,
+ 0.0322265625,
+ -0.0012845993041992188,
+ 0.0137939453125,
+ 0.01398468017578125,
+ 0.0083465576171875,
+ -0.0000629425048828125,
+ 0.0084381103515625,
+ -0.0218963623046875,
+ -0.07794189453125,
+ -0.004608154296875,
+ -0.00479888916015625,
+ -0.07293701171875,
+ -0.0009226799011230469,
+ 0.07525634765625,
+ 0.04571533203125,
+ -0.023834228515625,
+ 0.021026611328125,
+ 0.01080322265625,
+ 0.029327392578125,
+ 0.035125732421875,
+ -0.0034961700439453125,
+ -0.07598876953125,
+ -0.00704193115234375,
+ 0.01505279541015625,
+ 0.037994384765625,
+ -0.033966064453125,
+ 0.06292724609375,
+ 0.06292724609375,
+ -0.026824951171875,
+ -0.039947509765625,
+ -0.00670623779296875,
+ -0.0035457611083984375,
+ 0.053253173828125,
+ 0.0219879150390625,
+ 0.0272064208984375,
+ -0.04669189453125,
+ 0.00945281982421875,
+ 0.0169830322265625,
+ -0.0187225341796875,
+ -0.004749298095703125,
+ -0.012542724609375,
+ -0.0231475830078125,
+ 0.05133056640625,
+ -0.0308685302734375,
+ -0.016693115234375,
+ 0.0090179443359375,
+ 0.06793212890625,
+ 0.006946563720703125,
+ -0.030487060546875,
+ 0.00388336181640625,
+ 0.0382080078125,
+ 0.0252685546875,
+ -0.0231475830078125,
+ 0.0272064208984375,
+ 0.012542724609375,
+ -0.0003979206085205078,
+ 0.0160064697265625,
+ 0.052093505859375,
+ 0.02740478515625,
+ 0.0694580078125,
+ 0.021026611328125,
+ -0.03375244140625,
+ 0.025848388671875,
+ -0.00978851318359375,
+ 0.0037136077880859375,
+ -0.0099334716796875,
+ -0.045135498046875,
+ -0.0285491943359375,
+ -0.019195556640625,
+ 0.03936767578125,
+ -0.00600433349609375,
+ 0.05364990234375,
+ 0.023345947265625,
+ -0.00853729248046875,
+ -0.0006842613220214844,
+ 0.00479888916015625,
+ 0.0241241455078125,
+ 0.03570556640625,
+ 0.0181427001953125,
+ 0.0171661376953125,
+ 0.0279693603515625,
+ 0.021514892578125,
+ -0.00824737548828125,
+ -0.046295166015625,
+ 0.016204833984375,
+ -0.030487060546875,
+ -0.004245758056640625,
+ -0.041290283203125,
+ -0.0004673004150390625,
+ 0.017364501953125,
+ -0.0254669189453125,
+ 0.004581451416015625,
+ -0.019287109375,
+ 0.0194854736328125,
+ -0.0206451416015625,
+ -0.028167724609375,
+ -0.00791168212890625,
+ 0.043609619140625,
+ -0.043975830078125,
+ 0.04168701171875,
+ 0.0372314453125,
+ -0.016876220703125,
+ 0.03375244140625,
+ -0.043792724609375,
+ 0.0621337890625,
+ 0.0308685302734375,
+ 0.045928955078125,
+ -0.019866943359375,
+ 0.019866943359375,
+ 0.0465087890625,
+ -0.00829315185546875,
+ 0.00359344482421875,
+ 0.0308685302734375,
+ -0.0038585662841796875,
+ 0.0491943359375,
+ 0.031829833984375,
+ 0.0262451171875,
+ -0.037445068359375,
+ 0.054412841796875,
+ -0.000560760498046875,
+ -0.05133056640625,
+ 0.0252685546875,
+ 0.00421905517578125,
+ 0.02642822265625,
+ -0.0230560302734375,
+ 0.01056671142578125,
+ -0.013214111328125,
+ -0.05364990234375,
+ 0.06292724609375,
+ 0.0301055908203125,
+ -0.019775390625,
+ 0.01514434814453125,
+ -0.060211181640625,
+ 0.0335693359375,
+ 0.009307861328125,
+ 0.048614501953125,
+ -0.031646728515625,
+ 0.0465087890625,
+ 0.01495361328125,
+ 0.003231048583984375,
+ -0.015625,
+ 0.0175628662109375,
+ 0.0096435546875,
+ 0.043212890625,
+ -0.048614501953125,
+ 0.06561279296875,
+ 0.032012939453125,
+ 0.00600433349609375,
+ -0.04205322265625,
+ -0.01302337646484375,
+ 0.0110931396484375,
+ -0.00001430511474609375,
+ 0.0206451416015625,
+ -0.058258056640625,
+ -0.0322265625,
+ 0.011627197265625,
+ 0.0229644775390625,
+ 0.08221435546875,
+ -0.01389312744140625,
+ 0.0199737548828125,
+ -0.01331329345703125,
+ -0.003086090087890625,
+ 0.00595855712890625,
+ -0.016876220703125
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "incident-response"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "blockchain-analysis",
+ "commercial",
+ "visualization",
+ "anomaly-detection",
+ "threat-scoring",
+ "clustering-analysis",
+ "compliance-screening",
+ "transaction-tracing",
+ "risk-assessment",
+ "multi-blockchain",
+ "api-integration"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_MISP",
+ "type": "tool",
+ "name": "MISP",
+ "content": "misp threat-intelligence-sharing-platform für strukturiertes ioc-management durch standardisierte attribute: ip-adressen, domains, datei-hashes, yara-rules, malware-samples mit metadaten-anreicherung. galaxies und taxonomien klassifizieren bedrohungen nach mitre att&ck-framework und kill-chain-phasen. föderierte architektur ermöglicht selektives intelligence-sharing zwischen vertrauenswürdigen partnern durch tagging-system. correlation-engine findet automatisch zusammenhänge zwischen scheinbar unabhängigen incidents. zeromq-feed pusht iocs in echtzeit an firewalls, siems und detection-systeme für automatisierte response. web-interface ioc-matching taxonomies api threat-scoring collaboration correlation-engine galaxy-clusters warninglists zeromq-feed stix-export federation incident-response static-investigations malware-analysis network-forensics cloud-forensics fraud-investigation data-collection examination analysis",
+ "embedding": [
+ -0.042205810546875,
+ 0.0187835693359375,
+ 0.049713134765625,
+ 0.014739990234375,
+ 0.0174407958984375,
+ 0.01338958740234375,
+ 0.0181121826171875,
+ -0.018585205078125,
+ -0.0589599609375,
+ 0.01416015625,
+ -0.02166748046875,
+ 0.0273590087890625,
+ 0.003780364990234375,
+ 0.0150299072265625,
+ -0.06475830078125,
+ 0.035247802734375,
+ -0.02947998046875,
+ 0.0122833251953125,
+ 0.020904541015625,
+ -0.0120391845703125,
+ -0.0156097412109375,
+ 0.004405975341796875,
+ -0.052398681640625,
+ 0.0169525146484375,
+ 0.0067901611328125,
+ 0.0009150505065917969,
+ -0.0137786865234375,
+ -0.046051025390625,
+ -0.0012645721435546875,
+ 0.006259918212890625,
+ 0.03216552734375,
+ -0.038726806640625,
+ -0.017242431640625,
+ 0.028900146484375,
+ -0.01126861572265625,
+ -0.01522064208984375,
+ 0.01898193359375,
+ -0.06744384765625,
+ -0.00013315677642822266,
+ 0.0219573974609375,
+ -0.02581787109375,
+ 0.01367950439453125,
+ -0.00510406494140625,
+ 0.01666259765625,
+ -0.030059814453125,
+ -0.037384033203125,
+ -0.00208282470703125,
+ -0.005298614501953125,
+ 0.0217742919921875,
+ -0.006069183349609375,
+ 0.0406494140625,
+ 0.0229339599609375,
+ 0.01300811767578125,
+ -0.0254364013671875,
+ -0.023406982421875,
+ 0.01396942138671875,
+ 0.037567138671875,
+ -0.0243682861328125,
+ -0.04278564453125,
+ 0.036224365234375,
+ -0.0290985107421875,
+ -0.0022525787353515625,
+ -0.00852203369140625,
+ -0.0061187744140625,
+ 0.017242431640625,
+ 0.031585693359375,
+ -0.018310546875,
+ 0.003925323486328125,
+ 0.00751495361328125,
+ -0.021484375,
+ -0.0058746337890625,
+ 0.003780364990234375,
+ -0.02032470703125,
+ 0.0198516845703125,
+ -0.0157012939453125,
+ -0.047393798828125,
+ 0.02947998046875,
+ 0.047210693359375,
+ 0.0144500732421875,
+ 0.015411376953125,
+ -0.0419921875,
+ -0.016571044921875,
+ 0.06280517578125,
+ -0.0131988525390625,
+ -0.03912353515625,
+ -0.0181121826171875,
+ 0.0110321044921875,
+ -0.00276947021484375,
+ 0.01849365234375,
+ -0.0077056884765625,
+ 0.0061187744140625,
+ 0.00688934326171875,
+ 0.030242919921875,
+ -0.033905029296875,
+ 0.038543701171875,
+ 0.030242919921875,
+ -0.042205810546875,
+ -0.0079498291015625,
+ -0.0126190185546875,
+ 0.0333251953125,
+ 0.0009331703186035156,
+ -0.024078369140625,
+ 0.0196533203125,
+ -0.018402099609375,
+ 0.058197021484375,
+ -0.01189422607421875,
+ -0.00872039794921875,
+ -0.0206146240234375,
+ 0.03564453125,
+ 0.0168609619140625,
+ -0.08709716796875,
+ -0.041412353515625,
+ -0.01141357421875,
+ -0.052398681640625,
+ -0.01396942138671875,
+ -0.006549835205078125,
+ -0.01006317138671875,
+ 0.041229248046875,
+ -0.0516357421875,
+ -0.03546142578125,
+ 0.031585693359375,
+ 0.039886474609375,
+ 0.0102081298828125,
+ 0.004695892333984375,
+ -0.016571044921875,
+ -0.0419921875,
+ -0.00447845458984375,
+ -0.0019025802612304688,
+ -0.02581787109375,
+ -0.0191650390625,
+ -0.00818634033203125,
+ -0.00034165382385253906,
+ -0.0082855224609375,
+ -0.05047607421875,
+ 0.01146697998046875,
+ -0.0296783447265625,
+ 0.0217742919921875,
+ 0.017730712890625,
+ -0.033905029296875,
+ 0.017913818359375,
+ 0.042388916015625,
+ -0.035064697265625,
+ -0.047576904296875,
+ -0.023895263671875,
+ -0.04913330078125,
+ -0.0150299072265625,
+ -0.005924224853515625,
+ 0.0443115234375,
+ -0.0196533203125,
+ -0.037750244140625,
+ 0.02215576171875,
+ 0.00630950927734375,
+ 0.07781982421875,
+ 0.01715087890625,
+ 0.028900146484375,
+ -0.0292816162109375,
+ 0.0196533203125,
+ 0.003780364990234375,
+ 0.0369873046875,
+ -0.00231170654296875,
+ 0.00036716461181640625,
+ 0.01155853271484375,
+ 0.015899658203125,
+ 0.01454925537109375,
+ -0.018402099609375,
+ -0.031982421875,
+ -0.01898193359375,
+ 0.0131988525390625,
+ 0.024658203125,
+ 0.026580810546875,
+ 0.0211029052734375,
+ -0.0097808837890625,
+ 0.02947998046875,
+ 0.06048583984375,
+ -0.0157928466796875,
+ 0.03564453125,
+ 0.0014934539794921875,
+ -0.035064697265625,
+ 0.033721923828125,
+ 0.04681396484375,
+ 0.0034198760986328125,
+ -0.0198516845703125,
+ 0.05047607421875,
+ 0.00493621826171875,
+ 0.022064208984375,
+ -0.00785064697265625,
+ -0.019073486328125,
+ 0.01531982421875,
+ -0.004093170166015625,
+ 0.00818634033203125,
+ -0.037567138671875,
+ -0.0174407958984375,
+ -0.0469970703125,
+ 0.04547119140625,
+ 0.03662109375,
+ 0.0643310546875,
+ 0.0267791748046875,
+ -0.0137786865234375,
+ 0.0443115234375,
+ 0.009246826171875,
+ 0.01338958740234375,
+ 0.0256195068359375,
+ 0.003444671630859375,
+ 0.017822265625,
+ 0.0248565673828125,
+ -0.005756378173828125,
+ -0.023223876953125,
+ 0.04315185546875,
+ 0.02716064453125,
+ -0.0198516845703125,
+ 0.0159912109375,
+ 0.048736572265625,
+ -0.01209259033203125,
+ -0.0256195068359375,
+ -0.03680419921875,
+ -0.041412353515625,
+ 0.034881591796875,
+ -0.0176239013671875,
+ -0.0250396728515625,
+ 0.0212860107421875,
+ -0.01006317138671875,
+ -0.0343017578125,
+ -0.0123291015625,
+ 0.0205230712890625,
+ 0.0007948875427246094,
+ 0.0416259765625,
+ 0.0304412841796875,
+ -0.0138702392578125,
+ 0.00664520263671875,
+ 0.02215576171875,
+ 0.041046142578125,
+ 0.032379150390625,
+ -0.0007405281066894531,
+ -0.027557373046875,
+ -0.0267791748046875,
+ -0.0176239013671875,
+ 0.0138702392578125,
+ 0.04681396484375,
+ 0.0104522705078125,
+ -0.0025157928466796875,
+ -0.01898193359375,
+ 0.0281219482421875,
+ -0.00992584228515625,
+ 0.0273590087890625,
+ 0.027740478515625,
+ -0.0260162353515625,
+ -0.00276947021484375,
+ 0.0079498291015625,
+ 0.0310211181640625,
+ 0.0955810546875,
+ -0.05548095703125,
+ -0.036407470703125,
+ -0.047393798828125,
+ 0.0290985107421875,
+ -0.05780029296875,
+ -0.031219482421875,
+ -0.0261993408203125,
+ -0.05279541015625,
+ 0.045867919921875,
+ -0.0285186767578125,
+ -0.0174407958984375,
+ -0.00534820556640625,
+ 0.037384033203125,
+ 0.035064697265625,
+ 0.0379638671875,
+ -0.02716064453125,
+ -0.04180908203125,
+ -0.001987457275390625,
+ 0.088623046875,
+ 0.0168609619140625,
+ -0.032958984375,
+ -0.00876617431640625,
+ 0.03564453125,
+ 0.01242828369140625,
+ 0.032379150390625,
+ 0.004405975341796875,
+ 0.0199432373046875,
+ 0.0292816162109375,
+ 0.03662109375,
+ 0.033538818359375,
+ -0.01551055908203125,
+ 0.00580596923828125,
+ -0.0229339599609375,
+ 0.032745361328125,
+ -0.06011962890625,
+ 0.0211029052734375,
+ 0.005443572998046875,
+ 0.00958251953125,
+ -0.007129669189453125,
+ -0.040069580078125,
+ 0.0170440673828125,
+ 0.057403564453125,
+ 0.007659912109375,
+ -0.00445556640625,
+ 0.01435089111328125,
+ -0.0290985107421875,
+ 0.027740478515625,
+ -0.00905609130859375,
+ -0.02081298828125,
+ 0.0406494140625,
+ 0.062042236328125,
+ -0.0157012939453125,
+ 0.02947998046875,
+ -0.0156097412109375,
+ 0.01030731201171875,
+ -0.0296783447265625,
+ -0.047576904296875,
+ -0.0269775390625,
+ -0.0279388427734375,
+ -0.039886474609375,
+ -0.01026153564453125,
+ 0.007659912109375,
+ -0.0097808837890625,
+ 0.01531982421875,
+ -0.00017917156219482422,
+ 0.006359100341796875,
+ -0.0281219482421875,
+ -0.054718017578125,
+ 0.005611419677734375,
+ -0.03448486328125,
+ -0.049713134765625,
+ -0.0163726806640625,
+ 0.050872802734375,
+ 0.0176239013671875,
+ 0.0156097412109375,
+ -0.01271820068359375,
+ -0.01184844970703125,
+ -0.039703369140625,
+ 0.0102081298828125,
+ -0.017333984375,
+ 0.0256195068359375,
+ 0.003070831298828125,
+ 0.037750244140625,
+ 0.0207061767578125,
+ 0.0292816162109375,
+ 0.0038776397705078125,
+ 0.06744384765625,
+ 0.0164794921875,
+ -0.02447509765625,
+ -0.022247314453125,
+ 0.0285186767578125,
+ -0.004383087158203125,
+ 0.024658203125,
+ -0.00013768672943115234,
+ -0.01849365234375,
+ 0.0010480880737304688,
+ -0.017913818359375,
+ 0.0161895751953125,
+ 0.0028896331787109375,
+ 0.01493072509765625,
+ 0.01454925537109375,
+ -0.01367950439453125,
+ 0.019561767578125,
+ 0.0716552734375,
+ -0.002552032470703125,
+ 0.1063232421875,
+ -0.006359100341796875,
+ -0.048370361328125,
+ -0.01064300537109375,
+ 0.0261993408203125,
+ -0.030242919921875,
+ 0.0156097412109375,
+ 0.0229339599609375,
+ 0.00876617431640625,
+ -0.00780487060546875,
+ 0.031585693359375,
+ -0.0047454833984375,
+ 0.04779052734375,
+ -0.0095367431640625,
+ 0.00276947021484375,
+ 0.047393798828125,
+ 0.00751495361328125,
+ 0.0304412841796875,
+ 0.0296783447265625,
+ 0.002529144287109375,
+ 0.022247314453125,
+ 0.054718017578125,
+ -0.0281219482421875,
+ 0.00852203369140625,
+ -0.0662841796875,
+ -0.06396484375,
+ 0.0038051605224609375,
+ 0.01088714599609375,
+ 0.00756072998046875,
+ 0.0107879638671875,
+ -0.02716064453125,
+ -0.066650390625,
+ 0.05316162109375,
+ -0.031982421875,
+ 0.0809326171875,
+ 0.04913330078125,
+ 0.0219573974609375,
+ 0.0217742919921875,
+ -0.0163726806640625,
+ -0.0064544677734375,
+ 0.00751495361328125,
+ 0.038909912109375,
+ 0.0290985107421875,
+ 0.06475830078125,
+ 0.02947998046875,
+ 0.004718780517578125,
+ -0.017913818359375,
+ -0.004817962646484375,
+ 0.026397705078125,
+ 0.0236968994140625,
+ 0.010162353515625,
+ 0.00881195068359375,
+ 0.0191650390625,
+ 0.01898193359375,
+ -0.027740478515625,
+ 0.056243896484375,
+ 0.01117706298828125,
+ -0.048370361328125,
+ 0.010406494140625,
+ -0.0180206298828125,
+ 0.0242767333984375,
+ -0.06781005859375,
+ -0.00443267822265625,
+ -0.0059967041015625,
+ 0.010406494140625,
+ -0.00958251953125,
+ 0.0201263427734375,
+ -0.051239013671875,
+ -0.018585205078125,
+ 0.04278564453125,
+ -0.08245849609375,
+ 0.036407470703125,
+ 0.059722900390625,
+ -0.019744873046875,
+ 0.0193634033203125,
+ -0.0199432373046875,
+ -0.05047607421875,
+ 0.0292816162109375,
+ -0.01309967041015625,
+ -0.02947998046875,
+ 0.008575439453125,
+ 0.0229339599609375,
+ -0.039886474609375,
+ -0.0225372314453125,
+ -0.03662109375,
+ -0.007610321044921875,
+ 0.0200347900390625,
+ -0.027557373046875,
+ 0.026580810546875,
+ -0.0283203125,
+ -0.0138702392578125,
+ 0.032958984375,
+ 0.03082275390625,
+ -0.00958251953125,
+ -0.0242767333984375,
+ 0.049713134765625,
+ -0.0157012939453125,
+ -0.04779052734375,
+ 0.007274627685546875,
+ 0.0281219482421875,
+ 0.00910186767578125,
+ -0.0015172958374023438,
+ -0.0168609619140625,
+ -0.0283203125,
+ 0.0223541259765625,
+ 0.0014333724975585938,
+ -0.0016374588012695312,
+ -0.056243896484375,
+ -0.0207061767578125,
+ -0.04046630859375,
+ 0.050079345703125,
+ 0.00905609130859375,
+ 0.030242919921875,
+ -0.01184844970703125,
+ -0.039703369140625,
+ 0.024566650390625,
+ -0.0616455078125,
+ -0.0199432373046875,
+ 0.0027942657470703125,
+ 0.0228271484375,
+ -0.0144500732421875,
+ 0.1009521484375,
+ -0.0236053466796875,
+ -0.0156097412109375,
+ -0.0098724365234375,
+ 0.0543212890625,
+ 0.0217742919921875,
+ -0.0014209747314453125,
+ -0.0452880859375,
+ 0.03466796875,
+ 0.04046630859375,
+ -0.05780029296875,
+ -0.021575927734375,
+ -0.004192352294921875,
+ 0.0064544677734375,
+ 0.040069580078125,
+ -0.0589599609375,
+ -0.01155853271484375,
+ -0.0016613006591796875,
+ -0.0743408203125,
+ -0.0283203125,
+ -0.03448486328125,
+ -0.01338958740234375,
+ -0.058197021484375,
+ 0.0102081298828125,
+ 0.037750244140625,
+ -0.0223541259765625,
+ 0.0248565673828125,
+ -0.00910186767578125,
+ 0.01122283935546875,
+ 0.0018901824951171875,
+ 0.0151214599609375,
+ -0.01898193359375,
+ 0.026580810546875,
+ -0.044891357421875,
+ -0.02032470703125,
+ -0.0015535354614257812,
+ 0.02166748046875,
+ -0.0151214599609375,
+ 0.00751495361328125,
+ -0.0017337799072265625,
+ -0.0201263427734375,
+ 0.032958984375,
+ -0.041046142578125,
+ -0.0018548965454101562,
+ -0.00585174560546875,
+ -0.036407470703125,
+ -0.0333251953125,
+ -0.0261993408203125,
+ -0.004261016845703125,
+ 0.01141357421875,
+ -0.0079498291015625,
+ 0.03314208984375,
+ 0.0174407958984375,
+ -0.03582763671875,
+ 0.0198516845703125,
+ 0.01666259765625,
+ -0.00693511962890625,
+ 0.0198516845703125,
+ -0.01300811767578125,
+ -0.00659942626953125,
+ -0.0156097412109375,
+ 0.01849365234375,
+ -0.0131988525390625,
+ -0.0452880859375,
+ -0.0736083984375,
+ 0.040252685546875,
+ -0.0012521743774414062,
+ 0.00510406494140625,
+ -0.039703369140625,
+ -0.0279388427734375,
+ -0.031982421875,
+ -0.0228271484375,
+ 0.03582763671875,
+ 0.036224365234375,
+ 0.003154754638671875,
+ -0.026397705078125,
+ -0.01309967041015625,
+ -0.0032520294189453125,
+ -0.0343017578125,
+ 0.02349853515625,
+ -0.00032806396484375,
+ -0.00011813640594482422,
+ 0.0029506683349609375,
+ -0.039703369140625,
+ 0.0236053466796875,
+ 0.025238037109375,
+ 0.0279388427734375,
+ 0.0116119384765625,
+ 0.040069580078125,
+ -0.027557373046875,
+ -0.0007224082946777344,
+ 0.0092010498046875,
+ -0.015411376953125,
+ -0.017730712890625,
+ -0.00785064697265625,
+ 0.00852203369140625,
+ -0.043731689453125,
+ -0.00809478759765625,
+ 0.0248565673828125,
+ 0.0223541259765625,
+ 0.0033721923828125,
+ 0.00756072998046875,
+ -0.0159912109375,
+ 0.033905029296875,
+ -0.01251983642578125,
+ 0.038909912109375,
+ -0.007659912109375,
+ -0.07513427734375,
+ -0.0151214599609375,
+ 0.009490966796875,
+ 0.0616455078125,
+ 0.05511474609375,
+ 0.0089569091796875,
+ -0.0176239013671875,
+ 0.0206146240234375,
+ 0.05047607421875,
+ -0.00789642333984375,
+ -0.0635986328125,
+ -0.04315185546875,
+ 0.03546142578125,
+ 0.00664520263671875,
+ 0.058563232421875,
+ -0.003757476806640625,
+ 0.10015869140625,
+ 0.031402587890625,
+ -0.0157928466796875,
+ 0.023895263671875,
+ 0.032745361328125,
+ 0.0241851806640625,
+ -0.004047393798828125,
+ -0.04931640625,
+ -0.005321502685546875,
+ 0.011322021484375,
+ -0.04046630859375,
+ -0.023895263671875,
+ 0.0120391845703125,
+ 0.04913330078125,
+ -0.044891357421875,
+ -0.043731689453125,
+ -0.00018894672393798828,
+ -0.0056610107421875,
+ 0.01367950439453125,
+ -0.00814056396484375,
+ -0.007274627685546875,
+ -0.004238128662109375,
+ 0.0097808837890625,
+ -0.03912353515625,
+ -0.009246826171875,
+ -0.0163726806640625,
+ -0.015899658203125,
+ 0.03680419921875,
+ 0.031982421875,
+ -0.016571044921875,
+ 0.005733489990234375,
+ 0.0228271484375,
+ 0.04083251953125,
+ 0.036407470703125,
+ 0.043731689453125,
+ 0.030059814453125,
+ 0.0273590087890625,
+ 0.050872802734375,
+ 0.0712890625,
+ -0.01280975341796875,
+ -0.012237548828125,
+ 0.0298614501953125,
+ 0.01300811767578125,
+ 0.032745361328125,
+ 0.025238037109375,
+ 0.0007586479187011719,
+ 0.017913818359375,
+ -0.0131988525390625,
+ -0.04644775390625,
+ 0.0089569091796875,
+ 0.0018548965454101562,
+ -0.01251983642578125,
+ -0.0230255126953125,
+ -0.0543212890625,
+ 0.02716064453125,
+ -0.01165771484375,
+ 0.035064697265625,
+ -0.0010051727294921875,
+ -0.02447509765625,
+ -0.0236053466796875,
+ 0.051239013671875,
+ -0.00368499755859375,
+ -0.0205230712890625,
+ 0.0273590087890625,
+ 0.01425933837890625,
+ -0.030242919921875,
+ -0.007419586181640625,
+ -0.00943756103515625,
+ 0.0616455078125,
+ -0.0233154296875,
+ -0.07708740234375,
+ -0.0225372314453125,
+ 0.03448486328125,
+ 0.018402099609375,
+ -0.030059814453125,
+ 0.009490966796875,
+ 0.008331298828125,
+ -0.021575927734375,
+ -0.020904541015625,
+ -0.0635986328125,
+ -0.02581787109375,
+ -0.01151275634765625,
+ -0.038726806640625,
+ 0.0343017578125,
+ -0.00029206275939941406,
+ -0.007610321044921875,
+ -0.0223541259765625,
+ -0.033538818359375,
+ -0.01416015625,
+ 0.038909912109375,
+ -0.03948974609375,
+ 0.043548583984375,
+ 0.0236053466796875,
+ 0.011993408203125,
+ 0.053558349609375,
+ 0.0616455078125,
+ -0.0050811767578125,
+ 0.005275726318359375,
+ -0.0104522705078125,
+ -0.0709228515625,
+ 0.026580810546875,
+ -0.0031795501708984375,
+ 0.001613616943359375,
+ -0.04644775390625,
+ -0.00847625732421875,
+ 0.058197021484375,
+ -0.06011962890625,
+ 0.0261993408203125,
+ -0.0117034912109375,
+ -0.00910186767578125,
+ -0.05548095703125,
+ 0.0211944580078125,
+ 0.0144500732421875,
+ 0.03216552734375,
+ 0.08013916015625,
+ -0.01425933837890625,
+ -0.0174407958984375,
+ -0.0169525146484375,
+ -0.0543212890625,
+ 0.033721923828125,
+ 0.00968170166015625,
+ 0.0228271484375,
+ -0.04681396484375,
+ 0.0174407958984375,
+ 0.023223876953125,
+ -0.0229339599609375,
+ 0.01338958740234375,
+ -0.07244873046875,
+ 0.00818634033203125,
+ 0.0167694091796875,
+ 0.0032749176025390625,
+ -0.00029659271240234375,
+ -0.0167694091796875,
+ -0.05511474609375,
+ -0.034881591796875,
+ -0.0126190185546875,
+ 0.005779266357421875,
+ 0.02581787109375,
+ 0.0027217864990234375,
+ -0.0290985107421875,
+ -0.0250396728515625,
+ -0.004817962646484375,
+ -0.0489501953125,
+ -0.04278564453125,
+ -0.039306640625,
+ 0.033538818359375,
+ 0.0287017822265625,
+ -0.047210693359375,
+ -0.003997802734375,
+ -0.0046234130859375,
+ 0.02215576171875,
+ 0.031219482421875,
+ 0.053558349609375,
+ -0.056640625,
+ -0.01218414306640625,
+ 0.02099609375,
+ 0.0333251953125,
+ 0.02947998046875,
+ -0.0073699951171875,
+ -0.0260162353515625,
+ 0.01093292236328125,
+ 0.01493072509765625,
+ -0.061279296875,
+ 0.022064208984375,
+ 0.02032470703125,
+ -0.031219482421875,
+ -0.050872802734375,
+ -0.0176239013671875,
+ -0.0416259765625,
+ 0.032379150390625,
+ -0.006214141845703125,
+ 0.039886474609375,
+ 0.0064544677734375,
+ -0.0243682861328125,
+ -0.08282470703125,
+ 0.04278564453125,
+ -0.0017824172973632812,
+ 0.03216552734375,
+ 0.0196533203125,
+ -0.036407470703125,
+ -0.030059814453125,
+ -0.03466796875,
+ -0.037567138671875,
+ 0.0194549560546875,
+ -0.0250396728515625,
+ 0.0150299072265625,
+ 0.01189422607421875,
+ -0.003997802734375,
+ 0.0167694091796875,
+ 0.00968170166015625,
+ 0.01425933837890625,
+ 0.05780029296875,
+ 0.0018186569213867188,
+ -0.0285186767578125,
+ 0.09515380859375,
+ -0.0283203125,
+ 0.02349853515625,
+ 0.0106964111328125,
+ 0.030242919921875,
+ -0.01300811767578125,
+ -0.0123291015625,
+ -0.015411376953125,
+ 0.026580810546875,
+ 0.04644775390625,
+ 0.045074462890625,
+ -0.0138702392578125,
+ 0.019561767578125,
+ -0.005634307861328125,
+ 0.0281219482421875,
+ 0.004383087158203125,
+ -0.0250396728515625,
+ 0.004550933837890625,
+ 0.0077056884765625,
+ -0.046630859375,
+ -0.006214141845703125,
+ -0.042388916015625,
+ -0.056640625,
+ 0.00031304359436035156,
+ -0.0616455078125,
+ -0.0194549560546875,
+ 0.0095367431640625,
+ 0.01055145263671875,
+ 0.0250396728515625,
+ -0.0379638671875,
+ 0.046630859375,
+ -0.0015172958374023438,
+ -0.0089569091796875,
+ -0.026397705078125,
+ 0.0092010498046875,
+ 0.0028171539306640625,
+ 0.0419921875,
+ 0.019561767578125,
+ -0.0304412841796875,
+ 0.01309967041015625,
+ -0.03179931640625,
+ -0.040069580078125,
+ -0.01189422607421875,
+ 0.0231170654296875,
+ -0.03680419921875,
+ 0.0248565673828125,
+ -0.06512451171875,
+ -0.0161895751953125,
+ 0.036407470703125,
+ 0.0205230712890625,
+ 0.0018062591552734375,
+ -0.020416259765625,
+ 0.039306640625,
+ -0.0419921875,
+ -0.04180908203125,
+ 0.005008697509765625,
+ -0.01035308837890625,
+ -0.0201263427734375,
+ 0.0237884521484375,
+ -0.0089569091796875,
+ 0.0052032470703125,
+ 0.0028781890869140625,
+ 0.01271820068359375,
+ 0.0248565673828125,
+ 0.038330078125,
+ 0.0269775390625,
+ 0.013580322265625,
+ 0.0269775390625,
+ -0.0182037353515625,
+ 0.02581787109375,
+ 0.02581787109375,
+ 0.0095367431640625,
+ -0.001842498779296875,
+ 0.018402099609375,
+ 0.00934600830078125,
+ -0.0689697265625,
+ 0.004791259765625,
+ -0.00818634033203125,
+ -0.06549072265625,
+ 0.0073699951171875,
+ 0.090576171875,
+ 0.038330078125,
+ -0.018585205078125,
+ 0.038543701171875,
+ 0.0343017578125,
+ 0.01425933837890625,
+ 0.007755279541015625,
+ -0.0088653564453125,
+ -0.0419921875,
+ 0.00818634033203125,
+ 0.02099609375,
+ 0.04815673828125,
+ -0.06976318359375,
+ 0.06317138671875,
+ 0.081298828125,
+ -0.0056610107421875,
+ -0.04180908203125,
+ 0.00688934326171875,
+ -0.0016374588012695312,
+ 0.054718017578125,
+ 0.055877685546875,
+ 0.02099609375,
+ -0.0616455078125,
+ -0.00270843505859375,
+ 0.02099609375,
+ 0.00021219253540039062,
+ -0.0194549560546875,
+ -0.04296875,
+ -0.031585693359375,
+ 0.03680419921875,
+ -0.08245849609375,
+ -0.026397705078125,
+ 0.020416259765625,
+ 0.05047607421875,
+ -0.0035152435302734375,
+ -0.0119476318359375,
+ -0.0019989013671875,
+ 0.0188751220703125,
+ 0.026397705078125,
+ -0.0055389404296875,
+ 0.000957489013671875,
+ 0.049713134765625,
+ -0.00457763671875,
+ 0.0260162353515625,
+ 0.033905029296875,
+ -0.00934600830078125,
+ 0.06011962890625,
+ 0.01849365234375,
+ -0.03564453125,
+ 0.04083251953125,
+ 0.0254364013671875,
+ 0.03680419921875,
+ 0.01151275634765625,
+ -0.052398681640625,
+ -0.0218658447265625,
+ -0.0223541259765625,
+ 0.0028667449951171875,
+ 0.0283203125,
+ 0.042572021484375,
+ 0.02398681640625,
+ -0.01425933837890625,
+ -0.011322021484375,
+ 0.03314208984375,
+ 0.024078369140625,
+ 0.02947998046875,
+ 0.051239013671875,
+ -0.004505157470703125,
+ 0.01483917236328125,
+ 0.0230255126953125,
+ 0.01309967041015625,
+ -0.0281219482421875,
+ 0.049713134765625,
+ -0.03582763671875,
+ 0.0027332305908203125,
+ -0.05316162109375,
+ -0.024658203125,
+ 0.00847625732421875,
+ -0.0250396728515625,
+ -0.0306396484375,
+ -0.03680419921875,
+ 0.0279388427734375,
+ -0.032379150390625,
+ -0.03546142578125,
+ -0.018402099609375,
+ 0.0379638671875,
+ -0.032562255859375,
+ -0.001270294189453125,
+ 0.0298614501953125,
+ -0.01531982421875,
+ 0.0236968994140625,
+ -0.032562255859375,
+ 0.07208251953125,
+ 0.0283203125,
+ 0.0283203125,
+ -0.020416259765625,
+ 0.0150299072265625,
+ 0.02581787109375,
+ -0.00580596923828125,
+ 0.01464080810546875,
+ 0.019561767578125,
+ 0.00568389892578125,
+ 0.042388916015625,
+ 0.031585693359375,
+ 0.00493621826171875,
+ -0.030242919921875,
+ 0.0283203125,
+ -0.00034308433532714844,
+ -0.032958984375,
+ 0.03662109375,
+ 0.0019989013671875,
+ 0.03082275390625,
+ -0.01849365234375,
+ -0.00958251953125,
+ 0.0037097930908203125,
+ -0.057037353515625,
+ 0.04046630859375,
+ 0.00208282470703125,
+ 0.03466796875,
+ 0.01849365234375,
+ -0.041046142578125,
+ 0.05316162109375,
+ 0.02032470703125,
+ 0.052398681640625,
+ -0.041229248046875,
+ 0.04815673828125,
+ -0.00601959228515625,
+ -0.0027217864990234375,
+ -0.01396942138671875,
+ -0.00214385986328125,
+ -0.0150299072265625,
+ 0.033721923828125,
+ -0.02581787109375,
+ 0.044708251953125,
+ 0.036224365234375,
+ 0.0126190185546875,
+ -0.054718017578125,
+ -0.007755279541015625,
+ 0.0256195068359375,
+ 0.0170440673828125,
+ 0.02947998046875,
+ -0.056640625,
+ -0.0079498291015625,
+ -0.002445220947265625,
+ 0.0643310546875,
+ 0.05279541015625,
+ 0.0010652542114257812,
+ 0.033721923828125,
+ 0.0034198760986328125,
+ -0.0029621124267578125,
+ 0.0033473968505859375,
+ -0.053558349609375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "network-forensics",
+ "cloud-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "web-interface",
+ "IOC-matching",
+ "taxonomies",
+ "api",
+ "threat-scoring",
+ "collaboration",
+ "correlation-engine",
+ "galaxy-clusters",
+ "warninglists",
+ "zeromq-feed",
+ "stix-export",
+ "federation"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_macOS_Keychain_Forensic_Analysis",
+ "type": "tool",
+ "name": "macOS Keychain Forensic Analysis",
+ "content": "macos keychain forensic analysis extraktion und entschlüsselung von passwörtern aus macos keychain-dateien (~/library/keychains/*) für zugangsdaten-recovery. auf t2/m1-systemen hardware-bindung durch hek-schlüssel, entschlüsselung nur mit bekanntem benutzerpasswort möglich. neuere versionen: export-funktion deaktiviert, alternative über safari-password-manager (csv-export) oder python-chainbreaker-tools für offline-analyse. keychain-analysis password-extraction hardware-encryption credential-recovery t2-m1-limitations python-tools access-restriction static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ 0.01259613037109375,
+ 0.0110321044921875,
+ 0.0283203125,
+ -0.00582122802734375,
+ 0.046905517578125,
+ -0.0081634521484375,
+ 0.004364013671875,
+ -0.002887725830078125,
+ 0.02093505859375,
+ -0.029022216796875,
+ -0.0258941650390625,
+ 0.054901123046875,
+ 0.020843505859375,
+ -0.0084686279296875,
+ -0.054901123046875,
+ 0.0443115234375,
+ 0.01111602783203125,
+ 0.0096893310546875,
+ -0.01207733154296875,
+ -0.0104217529296875,
+ -0.0205841064453125,
+ -0.00720977783203125,
+ -0.072998046875,
+ -0.0084228515625,
+ 0.01085662841796875,
+ 0.0082550048828125,
+ -0.03179931640625,
+ -0.04168701171875,
+ -0.007167816162109375,
+ 0.0102081298828125,
+ -0.00012493133544921875,
+ -0.031097412109375,
+ 0.0121612548828125,
+ 0.01285552978515625,
+ 0.021636962890625,
+ -0.006992340087890625,
+ 0.003387451171875,
+ -0.016326904296875,
+ -0.02606201171875,
+ 0.0211944580078125,
+ -0.023101806640625,
+ -0.0115509033203125,
+ 0.027618408203125,
+ 0.00894927978515625,
+ -0.0229339599609375,
+ -0.0328369140625,
+ 0.009124755859375,
+ -0.00510406494140625,
+ 0.0246734619140625,
+ -0.0166778564453125,
+ 0.00608062744140625,
+ 0.0183258056640625,
+ -0.004779815673828125,
+ -0.0030193328857421875,
+ -0.03961181640625,
+ 0.046905517578125,
+ 0.0139007568359375,
+ -0.027618408203125,
+ -0.0222320556640625,
+ 0.058380126953125,
+ -0.040130615234375,
+ -0.007686614990234375,
+ -0.01433563232421875,
+ -0.01763916015625,
+ 0.0145111083984375,
+ 0.0361328125,
+ 0.01207733154296875,
+ -0.042755126953125,
+ -0.0194549560546875,
+ -0.001026153564453125,
+ 0.0025310516357421875,
+ -0.0191192626953125,
+ -0.031982421875,
+ 0.0283203125,
+ -0.0188446044921875,
+ -0.04620361328125,
+ 0.004779815673828125,
+ 0.0297088623046875,
+ 0.00782012939453125,
+ -0.00254058837890625,
+ -0.027801513671875,
+ -0.0027790069580078125,
+ 0.037017822265625,
+ -0.0116424560546875,
+ -0.0284881591796875,
+ 0.0257110595703125,
+ -0.01029205322265625,
+ 0.013641357421875,
+ -0.0011243820190429688,
+ -0.0309295654296875,
+ 0.02606201171875,
+ -0.0015201568603515625,
+ 0.0178985595703125,
+ 0.0145111083984375,
+ 0.0264129638671875,
+ 0.05523681640625,
+ -0.016510009765625,
+ 0.002346038818359375,
+ -0.0029544830322265625,
+ 0.01763916015625,
+ -0.0108184814453125,
+ -0.0775146484375,
+ 0.051788330078125,
+ -0.0116424560546875,
+ 0.06427001953125,
+ -0.038909912109375,
+ 0.0127716064453125,
+ -0.023284912109375,
+ -0.03387451171875,
+ -0.031280517578125,
+ -0.0924072265625,
+ -0.056976318359375,
+ -0.01971435546875,
+ -0.07574462890625,
+ 0.01346588134765625,
+ -0.027618408203125,
+ 0.0034313201904296875,
+ 0.0394287109375,
+ -0.0309295654296875,
+ -0.027099609375,
+ 0.0026721954345703125,
+ 0.03424072265625,
+ -0.0159912109375,
+ 0.0439453125,
+ -0.05560302734375,
+ -0.044464111328125,
+ -0.0010366439819335938,
+ 0.03753662109375,
+ -0.0364990234375,
+ -0.0126800537109375,
+ -0.030059814453125,
+ -0.024322509765625,
+ 0.001422882080078125,
+ -0.01398468017578125,
+ -0.0224151611328125,
+ -0.0171966552734375,
+ 0.04083251953125,
+ -0.040496826171875,
+ -0.00408172607421875,
+ 0.0030193328857421875,
+ 0.039947509765625,
+ -0.033355712890625,
+ -0.051422119140625,
+ -0.0304107666015625,
+ -0.0279693603515625,
+ -0.00894927978515625,
+ -0.00510406494140625,
+ 0.05352783203125,
+ -0.0207672119140625,
+ 0.005603790283203125,
+ 0.0126800537109375,
+ 0.046905517578125,
+ 0.034393310546875,
+ 0.0016183853149414062,
+ -0.01259613037109375,
+ -0.03631591796875,
+ -0.0201568603515625,
+ -0.0361328125,
+ 0.0205078125,
+ 0.004364013671875,
+ -0.02154541015625,
+ -0.00017786026000976562,
+ -0.036651611328125,
+ 0.0023021697998046875,
+ -0.034576416015625,
+ -0.0179901123046875,
+ -0.031982421875,
+ 0.0264129638671875,
+ 0.0286712646484375,
+ -0.00829315185546875,
+ -0.01090240478515625,
+ -0.02197265625,
+ 0.05908203125,
+ 0.072998046875,
+ -0.0005974769592285156,
+ 0.032135009765625,
+ 0.0022373199462890625,
+ -0.005645751953125,
+ 0.0251922607421875,
+ 0.06427001953125,
+ -0.0224151611328125,
+ -0.0207672119140625,
+ 0.050048828125,
+ 0.0251922607421875,
+ 0.00438690185546875,
+ -0.004604339599609375,
+ -0.03179931640625,
+ -0.00738525390625,
+ -0.03143310546875,
+ 0.0172882080078125,
+ -0.040130615234375,
+ -0.04620361328125,
+ -0.004062652587890625,
+ 0.02197265625,
+ 0.037353515625,
+ 0.057342529296875,
+ 0.030059814453125,
+ -0.01424407958984375,
+ 0.04656982421875,
+ -0.00725555419921875,
+ 0.01038360595703125,
+ 0.0352783203125,
+ -0.01702880859375,
+ 0.056304931640625,
+ 0.03302001953125,
+ -0.0122528076171875,
+ -0.027801513671875,
+ 0.048309326171875,
+ 0.01398468017578125,
+ -0.0035839080810546875,
+ -0.039276123046875,
+ 0.035614013671875,
+ -0.01398468017578125,
+ -0.00946807861328125,
+ -0.0455322265625,
+ -0.0291900634765625,
+ 0.016510009765625,
+ -0.021453857421875,
+ -0.004474639892578125,
+ 0.002346038818359375,
+ -0.0188446044921875,
+ -0.047943115234375,
+ 0.009857177734375,
+ 0.0406494140625,
+ -0.00582122802734375,
+ 0.042388916015625,
+ 0.01007843017578125,
+ -0.01059722900390625,
+ -0.0262298583984375,
+ 0.039947509765625,
+ -0.0008740425109863281,
+ 0.007732391357421875,
+ 0.013031005859375,
+ 0.0116424560546875,
+ -0.025360107421875,
+ 0.01207733154296875,
+ 0.05419921875,
+ 0.03961181640625,
+ 0.027099609375,
+ -0.001911163330078125,
+ -0.0202484130859375,
+ 0.05108642578125,
+ -0.03424072265625,
+ 0.0167694091796875,
+ 0.061859130859375,
+ -0.019805908203125,
+ 0.01511383056640625,
+ -0.0236358642578125,
+ 0.03387451171875,
+ 0.053863525390625,
+ -0.05560302734375,
+ 0.004734039306640625,
+ -0.0816650390625,
+ -0.0213775634765625,
+ -0.058380126953125,
+ -0.0264129638671875,
+ -0.01537322998046875,
+ -0.0701904296875,
+ 0.0418701171875,
+ -0.0008902549743652344,
+ -0.005908966064453125,
+ -0.01416015625,
+ 0.0144195556640625,
+ 0.0014772415161132812,
+ 0.045166015625,
+ -0.0022373199462890625,
+ -0.05419921875,
+ 0.0010700225830078125,
+ 0.045166015625,
+ -0.01433563232421875,
+ -0.004627227783203125,
+ -0.00885772705078125,
+ 0.019287109375,
+ 0.0004968643188476562,
+ 0.031280517578125,
+ -0.060455322265625,
+ 0.0177154541015625,
+ 0.047607421875,
+ 0.01433563232421875,
+ 0.02728271484375,
+ -0.004146575927734375,
+ 0.006298065185546875,
+ 0.011383056640625,
+ 0.0172882080078125,
+ -0.0316162109375,
+ 0.014678955078125,
+ -0.01198577880859375,
+ 0.0291900634765625,
+ -0.019287109375,
+ -0.0274505615234375,
+ -0.0173797607421875,
+ 0.042755126953125,
+ 0.00608062744140625,
+ 0.0041046142578125,
+ 0.0013027191162109375,
+ -0.05560302734375,
+ 0.0003719329833984375,
+ 0.00612640380859375,
+ -0.00916290283203125,
+ 0.00829315185546875,
+ 0.03839111328125,
+ -0.024505615234375,
+ 0.005950927734375,
+ 0.019195556640625,
+ 0.00738525390625,
+ -0.0364990234375,
+ -0.034759521484375,
+ -0.007686614990234375,
+ -0.0177154541015625,
+ -0.05352783203125,
+ -0.01546478271484375,
+ 0.023284912109375,
+ -0.024505615234375,
+ 0.01824951171875,
+ -0.013031005859375,
+ 0.007904052734375,
+ -0.048309326171875,
+ -0.040313720703125,
+ 0.034576416015625,
+ -0.0222320556640625,
+ -0.0165863037109375,
+ -0.041351318359375,
+ 0.0241546630859375,
+ -0.007427215576171875,
+ 0.003387451171875,
+ 0.0090789794921875,
+ -0.000885009765625,
+ -0.0190277099609375,
+ 0.0099029541015625,
+ -0.0172882080078125,
+ 0.02935791015625,
+ -0.01537322998046875,
+ 0.040130615234375,
+ 0.040313720703125,
+ 0.056976318359375,
+ 0.0102081298828125,
+ 0.05419921875,
+ 0.029022216796875,
+ -0.03509521484375,
+ -0.007602691650390625,
+ -0.004428863525390625,
+ 0.01094818115234375,
+ 0.0085601806640625,
+ -0.0206756591796875,
+ -0.0274505615234375,
+ 0.0001513957977294922,
+ -0.035430908203125,
+ 0.010986328125,
+ 0.02606201171875,
+ 0.0001214742660522461,
+ 0.01520538330078125,
+ -0.0284881591796875,
+ 0.019805908203125,
+ 0.045867919921875,
+ -0.0195465087890625,
+ 0.09661865234375,
+ -0.041168212890625,
+ -0.061492919921875,
+ 0.0206756591796875,
+ 0.0262298583984375,
+ -0.00720977783203125,
+ 0.010986328125,
+ 0.051422119140625,
+ 0.0194549560546875,
+ 0.017120361328125,
+ 0.031982421875,
+ -0.0179901123046875,
+ 0.015716552734375,
+ 0.015289306640625,
+ 0.0194549560546875,
+ -0.01172637939453125,
+ -0.003887176513671875,
+ 0.021636962890625,
+ 0.06463623046875,
+ 0.01311492919921875,
+ 0.0012540817260742188,
+ 0.037689208984375,
+ -0.036834716796875,
+ -0.040496826171875,
+ -0.013641357421875,
+ -0.052825927734375,
+ 0.007167816162109375,
+ 0.035614013671875,
+ 0.015289306640625,
+ 0.047607421875,
+ -0.0241546630859375,
+ -0.047271728515625,
+ 0.0257110595703125,
+ -0.0186767578125,
+ 0.06011962890625,
+ 0.01511383056640625,
+ 0.00807952880859375,
+ 0.03961181640625,
+ -0.033355712890625,
+ -0.00015544891357421875,
+ 0.039794921875,
+ -0.0205078125,
+ 0.035614013671875,
+ 0.0171966552734375,
+ 0.0281524658203125,
+ 0.0121612548828125,
+ -0.056640625,
+ -0.006557464599609375,
+ 0.01146697998046875,
+ -0.009033203125,
+ -0.015899658203125,
+ 0.01129150390625,
+ 0.035980224609375,
+ 0.0307464599609375,
+ -0.0283203125,
+ 0.07086181640625,
+ 0.028839111328125,
+ -0.008209228515625,
+ 0.0005183219909667969,
+ -0.0316162109375,
+ -0.0002715587615966797,
+ -0.039794921875,
+ 0.0085601806640625,
+ 0.00894927978515625,
+ 0.02484130859375,
+ 0.040496826171875,
+ 0.003734588623046875,
+ -0.0726318359375,
+ -0.0054931640625,
+ 0.03857421875,
+ -0.056976318359375,
+ 0.01346588134765625,
+ 0.0149383544921875,
+ -0.024505615234375,
+ 0.011383056640625,
+ -0.010772705078125,
+ -0.04620361328125,
+ 0.032318115234375,
+ -0.020843505859375,
+ -0.05523681640625,
+ 0.01459503173828125,
+ 0.047271728515625,
+ -0.044464111328125,
+ -0.047607421875,
+ -0.040313720703125,
+ -0.0167694091796875,
+ 0.0171966552734375,
+ -0.0082550048828125,
+ 0.031280517578125,
+ -0.0199737548828125,
+ 0.0038433074951171875,
+ 0.0309295654296875,
+ 0.0496826171875,
+ 0.0038661956787109375,
+ -0.003475189208984375,
+ 0.05975341796875,
+ -0.016326904296875,
+ -0.0430908203125,
+ 0.051422119140625,
+ 0.02935791015625,
+ 0.042755126953125,
+ -0.032501220703125,
+ -0.044830322265625,
+ 0.017547607421875,
+ -0.01207733154296875,
+ -0.00690460205078125,
+ 0.01285552978515625,
+ -0.046905517578125,
+ -0.04620361328125,
+ -0.05108642578125,
+ 0.051788330078125,
+ 0.0207672119140625,
+ 0.035797119140625,
+ -0.003734588623046875,
+ -0.0340576171875,
+ 0.0127716064453125,
+ -0.07159423828125,
+ -0.0279693603515625,
+ 0.0056915283203125,
+ -0.0225830078125,
+ -0.010162353515625,
+ 0.07159423828125,
+ -0.030059814453125,
+ 0.00582122802734375,
+ -0.007038116455078125,
+ 0.07086181640625,
+ 0.0177154541015625,
+ -0.00942230224609375,
+ -0.036651611328125,
+ 0.031097412109375,
+ 0.0304107666015625,
+ -0.0771484375,
+ 0.005191802978515625,
+ -0.01294708251953125,
+ 0.0132904052734375,
+ 0.0183258056640625,
+ -0.0406494140625,
+ 0.00981903076171875,
+ 0.0009174346923828125,
+ -0.07855224609375,
+ -0.017120361328125,
+ -0.0316162109375,
+ -0.007602691650390625,
+ -0.03961181640625,
+ 0.03387451171875,
+ 0.03509521484375,
+ 0.0241546630859375,
+ 0.0138092041015625,
+ 0.01511383056640625,
+ -0.029541015625,
+ 0.0162506103515625,
+ -0.021453857421875,
+ -0.0328369140625,
+ 0.03753662109375,
+ -0.0635986328125,
+ -0.00885772705078125,
+ -0.0246734619140625,
+ 0.028839111328125,
+ -0.0167694091796875,
+ -0.004734039306640625,
+ -0.006992340087890625,
+ -0.033355712890625,
+ 0.038055419921875,
+ -0.05908203125,
+ 0.024505615234375,
+ -0.00864410400390625,
+ -0.032501220703125,
+ -0.042572021484375,
+ -0.027618408203125,
+ 0.004627227783203125,
+ 0.0218048095703125,
+ -0.01207733154296875,
+ 0.024322509765625,
+ 0.0455322265625,
+ -0.0418701171875,
+ 0.02093505859375,
+ 0.015289306640625,
+ -0.032135009765625,
+ -0.0003027915954589844,
+ 0.01485443115234375,
+ 0.0138092041015625,
+ 0.005992889404296875,
+ 0.0206756591796875,
+ -0.0239715576171875,
+ -0.03717041015625,
+ -0.061859130859375,
+ 0.00690460205078125,
+ -0.0017595291137695312,
+ -0.0246734619140625,
+ -0.035980224609375,
+ -0.05560302734375,
+ -0.0743408203125,
+ -0.0178985595703125,
+ 0.054901123046875,
+ 0.0003719329833984375,
+ -0.011383056640625,
+ -0.0156402587890625,
+ -0.0081634521484375,
+ -0.0304107666015625,
+ -0.0212860107421875,
+ 0.045867919921875,
+ -0.0217132568359375,
+ 0.0283203125,
+ -0.004016876220703125,
+ -0.03179931640625,
+ 0.041168212890625,
+ 0.0145111083984375,
+ 0.0206756591796875,
+ 0.03631591796875,
+ 0.04620361328125,
+ -0.0010156631469726562,
+ 0.016326904296875,
+ 0.0054931640625,
+ -0.02276611328125,
+ 0.0190277099609375,
+ 0.003063201904296875,
+ 0.033355712890625,
+ 0.0022487640380859375,
+ -0.0251922607421875,
+ 0.007297515869140625,
+ 0.0121612548828125,
+ 0.0149383544921875,
+ -0.034759521484375,
+ -0.024505615234375,
+ 0.02728271484375,
+ -0.01207733154296875,
+ 0.05419921875,
+ -0.0108184814453125,
+ -0.041015625,
+ -0.005733489990234375,
+ -0.0135498046875,
+ 0.035797119140625,
+ 0.050384521484375,
+ -0.003997802734375,
+ -0.042205810546875,
+ 0.01007843017578125,
+ 0.045166015625,
+ 0.001129150390625,
+ -0.0304107666015625,
+ -0.00829315185546875,
+ 0.0246734619140625,
+ 0.007080078125,
+ 0.0307464599609375,
+ 0.0025730133056640625,
+ 0.08477783203125,
+ -0.0018672943115234375,
+ -0.0122528076171875,
+ 0.018585205078125,
+ 0.05523681640625,
+ 0.0234527587890625,
+ -0.026580810546875,
+ -0.024505615234375,
+ 0.011383056640625,
+ -0.0105133056640625,
+ -0.022064208984375,
+ -0.04864501953125,
+ -0.00885772705078125,
+ 0.049346923828125,
+ -0.07330322265625,
+ -0.00551605224609375,
+ 0.0011615753173828125,
+ 0.00225830078125,
+ 0.01038360595703125,
+ 0.0167694091796875,
+ -0.01059722900390625,
+ 0.01824951171875,
+ -0.005992889404296875,
+ -0.057342529296875,
+ -0.007297515869140625,
+ -0.0206756591796875,
+ 0.024322509765625,
+ 0.05804443359375,
+ 0.0234527587890625,
+ -0.03387451171875,
+ 0.0212860107421875,
+ 0.015899658203125,
+ 0.044464111328125,
+ 0.0250244140625,
+ 0.03369140625,
+ 0.028839111328125,
+ 0.0229339599609375,
+ 0.0660400390625,
+ 0.05352783203125,
+ -0.0236358642578125,
+ -0.0062103271484375,
+ 0.0166778564453125,
+ 0.0003256797790527344,
+ 0.03875732421875,
+ 0.072265625,
+ 0.0009555816650390625,
+ 0.0019330978393554688,
+ 0.0090789794921875,
+ -0.0545654296875,
+ 0.0150299072265625,
+ 0.0133819580078125,
+ 0.0096435546875,
+ -0.08062744140625,
+ -0.0218963623046875,
+ 0.00310516357421875,
+ -0.06427001953125,
+ 0.029876708984375,
+ 0.032135009765625,
+ -0.03369140625,
+ -0.01233673095703125,
+ 0.047607421875,
+ 0.01511383056640625,
+ -0.052459716796875,
+ 0.0165863037109375,
+ -0.0239715576171875,
+ -0.00397491455078125,
+ -0.033355712890625,
+ -0.0406494140625,
+ 0.023101806640625,
+ -0.0196380615234375,
+ -0.05804443359375,
+ -0.0225830078125,
+ 0.0189361572265625,
+ -0.033172607421875,
+ -0.003627777099609375,
+ -0.01285552978515625,
+ -0.0011072158813476562,
+ -0.0082550048828125,
+ -0.0167694091796875,
+ -0.029022216796875,
+ -0.03057861328125,
+ 0.018768310546875,
+ -0.040313720703125,
+ -0.0224151611328125,
+ -0.023101806640625,
+ -0.0127716064453125,
+ -0.0105133056640625,
+ -0.0015420913696289062,
+ -0.0364990234375,
+ 0.017547607421875,
+ -0.042388916015625,
+ 0.0286712646484375,
+ -0.0008144378662109375,
+ 0.020416259765625,
+ 0.04656982421875,
+ 0.06982421875,
+ -0.0171966552734375,
+ -0.005298614501953125,
+ -0.033172607421875,
+ -0.042755126953125,
+ -0.0023021697998046875,
+ 0.002063751220703125,
+ 0.01424407958984375,
+ -0.046905517578125,
+ 0.005558013916015625,
+ 0.037689208984375,
+ -0.08203125,
+ 0.011077880859375,
+ -0.031280517578125,
+ -0.0217132568359375,
+ -0.041534423828125,
+ -0.01094818115234375,
+ 0.0205841064453125,
+ 0.0251922607421875,
+ 0.09173583984375,
+ -0.00577545166015625,
+ -0.0115509033203125,
+ 0.0239715576171875,
+ -0.0309295654296875,
+ 0.0701904296875,
+ 0.0145111083984375,
+ 0.032318115234375,
+ -0.04901123046875,
+ 0.04290771484375,
+ 0.01346588134765625,
+ -0.0283203125,
+ 0.00521087646484375,
+ -0.07403564453125,
+ -0.01181793212890625,
+ 0.02276611328125,
+ 0.04083251953125,
+ -0.0241546630859375,
+ -0.006038665771484375,
+ -0.034912109375,
+ -0.0352783203125,
+ -0.00690460205078125,
+ 0.024322509765625,
+ 0.0018672943115234375,
+ 0.0206756591796875,
+ -0.0241546630859375,
+ 0.004497528076171875,
+ 0.01129150390625,
+ -0.047607421875,
+ -0.0304107666015625,
+ -0.011383056640625,
+ 0.05908203125,
+ -0.013031005859375,
+ -0.034912109375,
+ 0.008514404296875,
+ 0.0096893310546875,
+ 0.0084686279296875,
+ 0.001987457275390625,
+ 0.03179931640625,
+ -0.0178070068359375,
+ -0.001834869384765625,
+ -0.00872802734375,
+ 0.0206756591796875,
+ 0.00495147705078125,
+ 0.016845703125,
+ 0.01120758056640625,
+ 0.0211944580078125,
+ 0.00799560546875,
+ -0.0172882080078125,
+ 0.06256103515625,
+ 0.041534423828125,
+ -0.03839111328125,
+ -0.07818603515625,
+ -0.005603790283203125,
+ -0.015899658203125,
+ 0.006732940673828125,
+ -0.016937255859375,
+ 0.0297088623046875,
+ 0.0166778564453125,
+ -0.021453857421875,
+ -0.091064453125,
+ 0.0611572265625,
+ -0.02484130859375,
+ 0.03424072265625,
+ 0.004909515380859375,
+ -0.03717041015625,
+ -0.06982421875,
+ -0.0653076171875,
+ -0.00994873046875,
+ 0.04205322265625,
+ -0.027618408203125,
+ 0.01546478271484375,
+ 0.023101806640625,
+ 0.0139007568359375,
+ -0.0009284019470214844,
+ -0.0257110595703125,
+ -0.0162506103515625,
+ 0.0361328125,
+ 0.045166015625,
+ -0.03424072265625,
+ 0.056304931640625,
+ -0.0139007568359375,
+ 0.02032470703125,
+ -0.0264129638671875,
+ -0.00011467933654785156,
+ 0.023284912109375,
+ -0.00325775146484375,
+ -0.026763916015625,
+ -0.004474639892578125,
+ 0.022064208984375,
+ 0.034759521484375,
+ -0.038238525390625,
+ 0.00864410400390625,
+ -0.029876708984375,
+ 0.0122528076171875,
+ -0.00690460205078125,
+ -0.01971435546875,
+ -0.0104217529296875,
+ 0.00397491455078125,
+ 0.00269317626953125,
+ -0.0185089111328125,
+ -0.039794921875,
+ -0.083740234375,
+ 0.007122039794921875,
+ -0.047943115234375,
+ -0.0264129638671875,
+ 0.0149383544921875,
+ 0.024322509765625,
+ 0.014678955078125,
+ -0.00341033935546875,
+ 0.026763916015625,
+ -0.00521087646484375,
+ -0.0234527587890625,
+ -0.040496826171875,
+ 0.0105133056640625,
+ -0.01007843017578125,
+ 0.024322509765625,
+ 0.01068878173828125,
+ -0.025360107421875,
+ 0.034759521484375,
+ -0.0076446533203125,
+ 0.00276947021484375,
+ 0.00269317626953125,
+ -0.006732940673828125,
+ -0.0161590576171875,
+ 0.0297088623046875,
+ -0.07330322265625,
+ -0.023284912109375,
+ -0.01190185546875,
+ -0.00276947021484375,
+ -0.0028018951416015625,
+ -0.03509521484375,
+ 0.053863525390625,
+ -0.0081634521484375,
+ -0.07781982421875,
+ 0.0145111083984375,
+ -0.01033782958984375,
+ -0.052825927734375,
+ 0.00612640380859375,
+ -0.0264129638671875,
+ -0.00933837890625,
+ 0.0328369140625,
+ 0.0304107666015625,
+ 0.03753662109375,
+ 0.033538818359375,
+ 0.0206756591796875,
+ -0.0309295654296875,
+ 0.0033664703369140625,
+ 0.0145111083984375,
+ 0.0032367706298828125,
+ 0.01806640625,
+ 0.0199737548828125,
+ 0.006427764892578125,
+ 0.0191192626953125,
+ 0.005992889404296875,
+ -0.06011962890625,
+ -0.005863189697265625,
+ -0.01120758056640625,
+ -0.050048828125,
+ 0.01207733154296875,
+ 0.0833740234375,
+ 0.00925445556640625,
+ 0.01120758056640625,
+ 0.0309295654296875,
+ 0.050048828125,
+ 0.022064208984375,
+ 0.007080078125,
+ -0.0218048095703125,
+ -0.086181640625,
+ -0.0251922607421875,
+ 0.05072021484375,
+ 0.00916290283203125,
+ -0.08477783203125,
+ 0.0291900634765625,
+ 0.0635986328125,
+ 0.00977325439453125,
+ -0.0028228759765625,
+ -0.00510406494140625,
+ 0.0001628398895263672,
+ 0.0246734619140625,
+ 0.0160675048828125,
+ 0.0225830078125,
+ -0.047607421875,
+ 0.0218048095703125,
+ 0.033355712890625,
+ -0.003040313720703125,
+ -0.00782012939453125,
+ -0.03717041015625,
+ -0.00412750244140625,
+ 0.0316162109375,
+ -0.06634521484375,
+ -0.003345489501953125,
+ 0.01537322998046875,
+ 0.05804443359375,
+ 0.01055145263671875,
+ -0.037689208984375,
+ -0.027099609375,
+ 0.049346923828125,
+ 0.01763916015625,
+ -0.038909912109375,
+ 0.03369140625,
+ 0.0361328125,
+ -0.0262298583984375,
+ 0.0238037109375,
+ 0.050384521484375,
+ 0.0201568603515625,
+ 0.015716552734375,
+ 0.0316162109375,
+ -0.029876708984375,
+ 0.02606201171875,
+ -0.01285552978515625,
+ -0.0082550048828125,
+ -0.007556915283203125,
+ -0.03387451171875,
+ -0.033355712890625,
+ -0.05419921875,
+ 0.063232421875,
+ -0.001422882080078125,
+ 0.037017822265625,
+ 0.0085601806640625,
+ -0.011077880859375,
+ -0.004734039306640625,
+ -0.00421142578125,
+ 0.00510406494140625,
+ 0.0262298583984375,
+ -0.00469207763671875,
+ 0.0196380615234375,
+ 0.0304107666015625,
+ -0.0003719329833984375,
+ 0.001064300537109375,
+ -0.029541015625,
+ 0.027618408203125,
+ -0.047607421875,
+ -0.00197601318359375,
+ -0.052825927734375,
+ -0.01311492919921875,
+ 0.007904052734375,
+ -0.038055419921875,
+ 0.007732391357421875,
+ -0.0439453125,
+ -0.007297515869140625,
+ -0.0284881591796875,
+ -0.036651611328125,
+ -0.0009937286376953125,
+ 0.04205322265625,
+ -0.051788330078125,
+ 0.03057861328125,
+ 0.0262298583984375,
+ -0.01111602783203125,
+ 0.0281524658203125,
+ -0.05560302734375,
+ 0.059417724609375,
+ 0.01181793212890625,
+ 0.0291900634765625,
+ -0.020843505859375,
+ 0.0257110595703125,
+ 0.022064208984375,
+ 0.02197265625,
+ 0.018768310546875,
+ 0.023284912109375,
+ 0.0172882080078125,
+ 0.05560302734375,
+ 0.01971435546875,
+ -0.016510009765625,
+ -0.0150299072265625,
+ 0.056976318359375,
+ -0.004886627197265625,
+ -0.035980224609375,
+ 0.029541015625,
+ -0.0009284019470214844,
+ 0.00047516822814941406,
+ -0.0364990234375,
+ -0.0279693603515625,
+ 0.00003141164779663086,
+ -0.03631591796875,
+ 0.06915283203125,
+ 0.00695037841796875,
+ -0.0238037109375,
+ 0.00916290283203125,
+ -0.068115234375,
+ 0.038238525390625,
+ 0.0161590576171875,
+ 0.051422119140625,
+ -0.0269317626953125,
+ 0.048309326171875,
+ -0.0008902549743652344,
+ -0.010986328125,
+ -0.0307464599609375,
+ 0.033538818359375,
+ 0.0090789794921875,
+ 0.0241546630859375,
+ -0.034912109375,
+ 0.06463623046875,
+ 0.0173797607421875,
+ 0.006473541259765625,
+ -0.041168212890625,
+ 0.0023670196533203125,
+ -0.0027256011962890625,
+ 0.0008144378662109375,
+ 0.0177154541015625,
+ -0.05072021484375,
+ -0.004169464111328125,
+ -0.01702880859375,
+ 0.004169464111328125,
+ 0.04412841796875,
+ -0.0150299072265625,
+ 0.002399444580078125,
+ 0.015289306640625,
+ -0.0257110595703125,
+ -0.01372528076171875,
+ 0.00933837890625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "keychain-analysis",
+ "password-extraction",
+ "hardware-encryption",
+ "credential-recovery",
+ "t2-m1-limitations",
+ "python-tools",
+ "access-restriction"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_GRR_Rapid_Response",
+ "type": "tool",
+ "name": "GRR Rapid Response",
+ "content": "grr rapid response googles remote-live-forensik-framework wurde für die untersuchung ihrer globalen infrastruktur entwickelt. skaliert auf hunderttausende clients mit minimalem server-overhead. der python-agent sammelt artefakte, führt yara-scans durch und erstellt timeline-daten. flow-basierte architektur für asynchrone operationen. rekall-integration für remote-memory-analyse. hunt-feature für unternehmensweite ioc-suche. approval-workflows für datenschutzkonforme ermittlungen. die admin-ui visualisiert client-status und collection-progress. export zu bigquery für big-data-analysen. der output-plugin-system integriert mit siems und ticketing. besonders stark bei linux-flotten. die api ermöglicht automatisierung wiederkehrender ermittlungen. weniger features als velociraptor, dafür ausgereifter und stabiler. ideal für organisationen mit großen, homogenen infrastrukturen. web-interface remote-collection distributed api cross-platform triage flow-architecture hunt-feature approval-workflow bigquery-export yara-scanning timeline-generation incident-response static-investigations malware-analysis fraud-investigation data-collection examination",
+ "embedding": [
+ -0.053436279296875,
+ 0.0191192626953125,
+ 0.053802490234375,
+ -0.005886077880859375,
+ 0.0261383056640625,
+ 0.0107574462890625,
+ -0.00629425048828125,
+ -0.0024509429931640625,
+ -0.04669189453125,
+ -0.0087890625,
+ -0.0178680419921875,
+ 0.0401611328125,
+ 0.02410888671875,
+ -0.01422119140625,
+ -0.0438232421875,
+ 0.05303955078125,
+ -0.01824951171875,
+ 0.00420379638671875,
+ 0.0094146728515625,
+ 0.0139312744140625,
+ 0.00357818603515625,
+ -0.0301666259765625,
+ -0.05841064453125,
+ -0.003482818603515625,
+ -0.00357818603515625,
+ 0.020843505859375,
+ -0.00922393798828125,
+ -0.0718994140625,
+ -0.0282440185546875,
+ 0.0008769035339355469,
+ 0.01316070556640625,
+ -0.01508331298828125,
+ 0.0018138885498046875,
+ 0.01148223876953125,
+ -0.0166168212890625,
+ -0.0299835205078125,
+ -0.0132598876953125,
+ -0.040924072265625,
+ -0.006053924560546875,
+ 0.05804443359375,
+ -0.005092620849609375,
+ 0.0235443115234375,
+ 0.00850677490234375,
+ -0.0023899078369140625,
+ -0.045928955078125,
+ -0.0190277099609375,
+ -0.0288238525390625,
+ -0.02008056640625,
+ 0.014312744140625,
+ -0.045928955078125,
+ 0.0171051025390625,
+ 0.0280609130859375,
+ -0.0003287792205810547,
+ -0.039764404296875,
+ -0.0595703125,
+ 0.01739501953125,
+ 0.007686614990234375,
+ -0.033447265625,
+ -0.04266357421875,
+ 0.05072021484375,
+ -0.012298583984375,
+ -0.01403045654296875,
+ 0.00821685791015625,
+ -0.0236358642578125,
+ 0.006725311279296875,
+ 0.035736083984375,
+ -0.02276611328125,
+ -0.04168701171875,
+ 0.005886077880859375,
+ 0.0165252685546875,
+ 0.01335906982421875,
+ 0.0191192626953125,
+ -0.0132598876953125,
+ 0.035552978515625,
+ -0.0478515625,
+ -0.0338134765625,
+ 0.0299835205078125,
+ 0.0151824951171875,
+ 0.01499176025390625,
+ 0.0038433074951171875,
+ -0.027099609375,
+ 0.00989532470703125,
+ 0.036712646484375,
+ 0.0045166015625,
+ -0.039581298828125,
+ -0.010955810546875,
+ -0.01152801513671875,
+ 0.01873779296875,
+ -0.0042266845703125,
+ -0.00386810302734375,
+ 0.038055419921875,
+ -0.020660400390625,
+ 0.0178680419921875,
+ -0.04669189453125,
+ 0.038818359375,
+ 0.057647705078125,
+ -0.01690673828125,
+ -0.002185821533203125,
+ -0.031890869140625,
+ 0.035736083984375,
+ 0.015472412109375,
+ -0.0361328125,
+ 0.05035400390625,
+ -0.0192108154296875,
+ 0.021240234375,
+ -0.03497314453125,
+ -0.01306915283203125,
+ -0.0037708282470703125,
+ -0.0024261474609375,
+ -0.017974853515625,
+ -0.109130859375,
+ -0.038818359375,
+ -0.0295867919921875,
+ -0.058807373046875,
+ 0.02191162109375,
+ 0.0255584716796875,
+ -0.0017175674438476562,
+ 0.0364990234375,
+ -0.0572509765625,
+ -0.0465087890625,
+ 0.038421630859375,
+ 0.03631591796875,
+ 0.002246856689453125,
+ -0.0011167526245117188,
+ -0.0301666259765625,
+ -0.045745849609375,
+ 0.0257568359375,
+ 0.004970550537109375,
+ -0.0255584716796875,
+ 0.0096588134765625,
+ -0.004924774169921875,
+ -0.01508331298828125,
+ -0.00811767578125,
+ -0.055328369140625,
+ 0.0068206787109375,
+ -0.0237274169921875,
+ 0.0209503173828125,
+ -0.0008349418640136719,
+ -0.0237274169921875,
+ 0.023162841796875,
+ 0.02392578125,
+ -0.0242156982421875,
+ -0.0401611328125,
+ -0.004756927490234375,
+ -0.0545654296875,
+ -0.020751953125,
+ -0.0218048095703125,
+ 0.034393310546875,
+ -0.029022216796875,
+ 0.005550384521484375,
+ -0.005283355712890625,
+ 0.00566864013671875,
+ 0.061492919921875,
+ -0.002750396728515625,
+ 0.0197906494140625,
+ -0.048797607421875,
+ -0.02008056640625,
+ 0.00200653076171875,
+ 0.030548095703125,
+ -0.025360107421875,
+ 0.0025348663330078125,
+ 0.0257568359375,
+ 0.03765869140625,
+ 0.01186370849609375,
+ -0.020751953125,
+ -0.032867431640625,
+ -0.01306915283203125,
+ 0.0009369850158691406,
+ 0.006439208984375,
+ -0.00357818603515625,
+ 0.0196075439453125,
+ -0.033050537109375,
+ 0.020843505859375,
+ 0.06573486328125,
+ -0.0135498046875,
+ 0.0176849365234375,
+ 0.007686614990234375,
+ -0.03265380859375,
+ 0.0288238525390625,
+ 0.018829345703125,
+ -0.004779815673828125,
+ -0.0125885009765625,
+ 0.0267181396484375,
+ -0.00811767578125,
+ 0.0139312744140625,
+ -0.00855255126953125,
+ -0.017578125,
+ -0.01537322998046875,
+ -0.03497314453125,
+ 0.00994110107421875,
+ -0.0211334228515625,
+ -0.02410888671875,
+ -0.027862548828125,
+ 0.02593994140625,
+ 0.02593994140625,
+ 0.0595703125,
+ 0.033447265625,
+ -0.01013946533203125,
+ 0.0106658935546875,
+ -0.0184478759765625,
+ -0.01508331298828125,
+ 0.04034423828125,
+ -0.004108428955078125,
+ 0.0110015869140625,
+ 0.0249786376953125,
+ 0.010955810546875,
+ 0.0064849853515625,
+ 0.0192108154296875,
+ 0.0280609130859375,
+ -0.0249786376953125,
+ 0.01335906982421875,
+ 0.0699462890625,
+ -0.027862548828125,
+ -0.0237274169921875,
+ -0.024505615234375,
+ -0.043243408203125,
+ 0.0282440185546875,
+ -0.0235443115234375,
+ -0.01052093505859375,
+ 0.019989013671875,
+ -0.0237274169921875,
+ -0.044952392578125,
+ -0.0116729736328125,
+ 0.00013816356658935547,
+ -0.003170013427734375,
+ 0.04168701171875,
+ 0.027099609375,
+ -0.01605224609375,
+ -0.001171112060546875,
+ 0.0146026611328125,
+ 0.031890869140625,
+ 0.060333251953125,
+ 0.0158538818359375,
+ 0.006053924560546875,
+ -0.01556396484375,
+ -0.026519775390625,
+ 0.054962158203125,
+ 0.0438232421875,
+ 0.024505615234375,
+ 0.01085662841796875,
+ -0.0237274169921875,
+ 0.045745849609375,
+ -0.0225830078125,
+ 0.04248046875,
+ 0.0361328125,
+ -0.01277923583984375,
+ -0.0012073516845703125,
+ -0.002101898193359375,
+ 0.0222930908203125,
+ 0.040924072265625,
+ -0.049591064453125,
+ -0.0099945068359375,
+ -0.051116943359375,
+ -0.015655517578125,
+ -0.09033203125,
+ -0.045928955078125,
+ -0.01383209228515625,
+ -0.055328369140625,
+ 0.038818359375,
+ -0.05303955078125,
+ -0.042266845703125,
+ -0.003650665283203125,
+ 0.015472412109375,
+ -0.0012254714965820312,
+ 0.053436279296875,
+ 0.0167236328125,
+ -0.049591064453125,
+ 0.017974853515625,
+ 0.06915283203125,
+ 0.006439208984375,
+ -0.03631591796875,
+ -0.00341033935546875,
+ 0.0299835205078125,
+ -0.0276641845703125,
+ 0.00550079345703125,
+ -0.01739501953125,
+ -0.005573272705078125,
+ 0.0428466796875,
+ 0.01047515869140625,
+ 0.04248046875,
+ -0.004970550537109375,
+ 0.027099609375,
+ 0.016326904296875,
+ 0.0261383056640625,
+ -0.04534912109375,
+ 0.0016574859619140625,
+ -0.00946044921875,
+ 0.006244659423828125,
+ -0.0015010833740234375,
+ -0.05841064453125,
+ 0.0249786376953125,
+ 0.0311279296875,
+ 0.004421234130859375,
+ 0.006870269775390625,
+ 0.01383209228515625,
+ -0.0595703125,
+ 0.02008056640625,
+ -0.003795623779296875,
+ -0.0034580230712890625,
+ 0.029205322265625,
+ 0.048431396484375,
+ -0.03997802734375,
+ -0.0006093978881835938,
+ 0.00234222412109375,
+ 0.0029659271240234375,
+ -0.03900146484375,
+ -0.03863525390625,
+ -0.020751953125,
+ 0.030364990234375,
+ -0.060333251953125,
+ -0.0157623291015625,
+ 0.01081085205078125,
+ -0.01690673828125,
+ 0.0152740478515625,
+ -0.022003173828125,
+ -0.00850677490234375,
+ -0.023834228515625,
+ -0.048431396484375,
+ 0.00499725341796875,
+ -0.0307464599609375,
+ -0.0237274169921875,
+ 0.0036983489990234375,
+ 0.0618896484375,
+ -0.0191192626953125,
+ 0.0151824951171875,
+ -0.01335906982421875,
+ 0.0016336441040039062,
+ -0.047088623046875,
+ 0.005764007568359375,
+ -0.02008056640625,
+ 0.030548095703125,
+ -0.01110076904296875,
+ 0.04266357421875,
+ 0.0301666259765625,
+ 0.024017333984375,
+ 0.00960540771484375,
+ 0.06378173828125,
+ 0.043426513671875,
+ -0.006244659423828125,
+ -0.01119232177734375,
+ -0.00038743019104003906,
+ -0.00970458984375,
+ 0.0269012451171875,
+ -0.01239776611328125,
+ -0.021240234375,
+ -0.0276641845703125,
+ -0.0263214111328125,
+ 0.00759124755859375,
+ 0.032470703125,
+ 0.0299835205078125,
+ 0.0209503173828125,
+ -0.016326904296875,
+ 0.0087432861328125,
+ 0.072265625,
+ -0.02008056640625,
+ 0.11529541015625,
+ 0.00177764892578125,
+ -0.04632568359375,
+ 0.01383209228515625,
+ 0.036712646484375,
+ -0.00888824462890625,
+ -0.0165252685546875,
+ 0.0166168212890625,
+ 0.00960540771484375,
+ -0.0094146728515625,
+ 0.0261383056640625,
+ -0.0191192626953125,
+ 0.0282440185546875,
+ -0.009368896484375,
+ 0.0036029815673828125,
+ 0.0210418701171875,
+ -0.0223846435546875,
+ 0.0247955322265625,
+ 0.04766845703125,
+ 0.0197906494140625,
+ 0.0192108154296875,
+ 0.03594970703125,
+ -0.016815185546875,
+ -0.0284423828125,
+ -0.0491943359375,
+ -0.07147216796875,
+ 0.00284576416015625,
+ 0.0235443115234375,
+ 0.01374053955078125,
+ 0.037841796875,
+ -0.0411376953125,
+ -0.06573486328125,
+ 0.009124755859375,
+ -0.0018014907836914062,
+ 0.07073974609375,
+ 0.0772705078125,
+ 0.012054443359375,
+ 0.00960540771484375,
+ -0.01316070556640625,
+ 0.005451202392578125,
+ 0.01119232177734375,
+ 0.0106201171875,
+ 0.00980377197265625,
+ 0.03497314453125,
+ 0.05419921875,
+ 0.0197906494140625,
+ -0.04302978515625,
+ 0.01345062255859375,
+ 0.02862548828125,
+ 0.03729248046875,
+ -0.005619049072265625,
+ 0.018157958984375,
+ 0.0010385513305664062,
+ 0.00518798828125,
+ -0.0036754608154296875,
+ 0.05572509765625,
+ 0.0288238525390625,
+ -0.01148223876953125,
+ 0.05072021484375,
+ -0.0157623291015625,
+ 0.01306915283203125,
+ -0.059173583984375,
+ 0.01374053955078125,
+ -0.0011587142944335938,
+ 0.0158538818359375,
+ -0.01412200927734375,
+ 0.0235443115234375,
+ -0.07843017578125,
+ 0.004421234130859375,
+ 0.03863525390625,
+ -0.059173583984375,
+ 0.02325439453125,
+ 0.03265380859375,
+ -0.01181793212890625,
+ -0.0077362060546875,
+ -0.00989532470703125,
+ -0.051513671875,
+ 0.0411376953125,
+ -0.03363037109375,
+ -0.033447265625,
+ 0.0077362060546875,
+ 0.01806640625,
+ -0.034027099609375,
+ -0.01306915283203125,
+ -0.023345947265625,
+ -0.0210418701171875,
+ -0.0172882080078125,
+ -0.035736083984375,
+ 0.043243408203125,
+ -0.0051422119140625,
+ -0.004730224609375,
+ 0.03631591796875,
+ 0.0626220703125,
+ -0.01508331298828125,
+ -0.03228759765625,
+ 0.0572509765625,
+ -0.048431396484375,
+ -0.0438232421875,
+ 0.046875,
+ -0.0036029815673828125,
+ 0.0247955322265625,
+ -0.02276611328125,
+ -0.01403045654296875,
+ 0.00228118896484375,
+ 0.0009965896606445312,
+ -0.005764007568359375,
+ 0.0321044921875,
+ -0.05072021484375,
+ -0.047454833984375,
+ -0.06689453125,
+ 0.04168701171875,
+ 0.01056671142578125,
+ 0.0455322265625,
+ -0.01508331298828125,
+ -0.042083740234375,
+ 0.0218048095703125,
+ -0.056488037109375,
+ -0.0438232421875,
+ -0.00970458984375,
+ 0.038238525390625,
+ 0.010711669921875,
+ 0.054962158203125,
+ -0.0428466796875,
+ -0.038055419921875,
+ -0.00864410400390625,
+ 0.0269012451171875,
+ -0.0022106170654296875,
+ -0.0043487548828125,
+ -0.049591064453125,
+ 0.06341552734375,
+ 0.040924072265625,
+ -0.04400634765625,
+ -0.00864410400390625,
+ -0.002040863037109375,
+ -0.0064849853515625,
+ 0.039215087890625,
+ -0.0288238525390625,
+ 0.0192108154296875,
+ -0.0013628005981445312,
+ -0.060333251953125,
+ -0.0029296875,
+ -0.0284423828125,
+ -0.0321044921875,
+ -0.034027099609375,
+ 0.007541656494140625,
+ 0.047271728515625,
+ 0.000028312206268310547,
+ 0.035369873046875,
+ 0.0165252685546875,
+ 0.018157958984375,
+ 0.00482940673828125,
+ 0.01422119140625,
+ -0.03228759765625,
+ 0.0338134765625,
+ -0.045928955078125,
+ -0.034576416015625,
+ -0.01412200927734375,
+ 0.037078857421875,
+ -0.02978515625,
+ 0.00725555419921875,
+ 0.0027980804443359375,
+ -0.008453369140625,
+ 0.029205322265625,
+ -0.038421630859375,
+ -0.00696563720703125,
+ -0.0197906494140625,
+ -0.01335906982421875,
+ -0.0197906494140625,
+ -0.025360107421875,
+ 0.0224761962890625,
+ 0.0190277099609375,
+ 0.006725311279296875,
+ 0.000606536865234375,
+ 0.01739501953125,
+ -0.07916259765625,
+ -0.00141143798828125,
+ 0.0192108154296875,
+ -0.01110076904296875,
+ 4.172325134277344e-7,
+ 0.000046372413635253906,
+ -0.0146026611328125,
+ -0.010955810546875,
+ 0.029022216796875,
+ 0.01556396484375,
+ -0.006439208984375,
+ -0.054962158203125,
+ 0.0263214111328125,
+ 0.023345947265625,
+ -0.003940582275390625,
+ -0.0242156982421875,
+ -0.056121826171875,
+ -0.0438232421875,
+ -0.01085662841796875,
+ 0.051513671875,
+ 0.032470703125,
+ -0.00439453125,
+ -0.0135498046875,
+ -0.01335906982421875,
+ 0.007396697998046875,
+ -0.05035400390625,
+ 0.049591064453125,
+ -0.0125885009765625,
+ 0.02978515625,
+ 0.0011167526245117188,
+ -0.0197906494140625,
+ 0.01316070556640625,
+ 0.012969970703125,
+ 0.01119232177734375,
+ 0.0197906494140625,
+ 0.025177001953125,
+ -0.025360107421875,
+ -0.00021016597747802734,
+ -0.0103302001953125,
+ -0.004444122314453125,
+ -0.0078277587890625,
+ -0.02593994140625,
+ 0.0411376953125,
+ -0.01052093505859375,
+ -0.016815185546875,
+ -0.0006604194641113281,
+ 0.006389617919921875,
+ 0.0276641845703125,
+ -0.0220947265625,
+ -0.011383056640625,
+ 0.0255584716796875,
+ -0.004901885986328125,
+ 0.041900634765625,
+ -0.0185394287109375,
+ -0.033050537109375,
+ 0.006534576416015625,
+ -0.0198822021484375,
+ 0.06109619140625,
+ 0.051513671875,
+ -0.0261383056640625,
+ -0.0307464599609375,
+ 0.0282440185546875,
+ 0.053802490234375,
+ -0.005931854248046875,
+ -0.0276641845703125,
+ -0.01479339599609375,
+ 0.01143646240234375,
+ 0.0234375,
+ 0.061492919921875,
+ -0.0009007453918457031,
+ 0.09759521484375,
+ 0.04034423828125,
+ -0.0191192626953125,
+ 0.0202789306640625,
+ 0.031890869140625,
+ 0.0361328125,
+ -0.0307464599609375,
+ -0.0853271484375,
+ -0.02142333984375,
+ 0.00324249267578125,
+ -0.029205322265625,
+ -0.034027099609375,
+ 0.0068206787109375,
+ 0.06494140625,
+ -0.0745849609375,
+ -0.020660400390625,
+ -0.0005583763122558594,
+ -0.0032196044921875,
+ 0.0288238525390625,
+ 0.003986358642578125,
+ -0.0178680419921875,
+ 0.02728271484375,
+ 0.034027099609375,
+ -0.046112060546875,
+ -0.00926971435546875,
+ -0.01085662841796875,
+ 0.0159454345703125,
+ 0.0645751953125,
+ 0.0113372802734375,
+ -0.006198883056640625,
+ 0.0282440185546875,
+ 0.0218048095703125,
+ 0.04168701171875,
+ 0.0217132568359375,
+ 0.03729248046875,
+ 0.00019669532775878906,
+ 0.0126800537109375,
+ 0.035369873046875,
+ 0.0618896484375,
+ -0.01110076904296875,
+ -0.0087432861328125,
+ 0.0237274169921875,
+ 0.016815185546875,
+ 0.038421630859375,
+ 0.04400634765625,
+ 0.0024013519287109375,
+ 0.015655517578125,
+ -0.0125885009765625,
+ -0.044952392578125,
+ 0.0025463104248046875,
+ 0.0022220611572265625,
+ 0.00047135353088378906,
+ -0.034393310546875,
+ -0.072998046875,
+ 0.0361328125,
+ -0.025360107421875,
+ 0.033050537109375,
+ 0.0006003379821777344,
+ -0.0228729248046875,
+ -0.02142333984375,
+ 0.04632568359375,
+ -0.033447265625,
+ -0.046112060546875,
+ 0.027099609375,
+ -0.0230560302734375,
+ -0.01345062255859375,
+ -0.0018854141235351562,
+ -0.0164337158203125,
+ 0.057647705078125,
+ -0.01085662841796875,
+ -0.0301666259765625,
+ -0.01215362548828125,
+ 0.020751953125,
+ -0.0234375,
+ -0.024017333984375,
+ -0.0045166015625,
+ -0.0135498046875,
+ 0.005523681640625,
+ -0.0299835205078125,
+ -0.0267181396484375,
+ -0.040924072265625,
+ 0.01181793212890625,
+ -0.023834228515625,
+ 0.00595855712890625,
+ 0.0005583763122558594,
+ -0.0033626556396484375,
+ -0.011383056640625,
+ -0.0192108154296875,
+ -0.0224761962890625,
+ 0.0119171142578125,
+ -0.0321044921875,
+ 0.03863525390625,
+ 0.0211334228515625,
+ 0.020660400390625,
+ 0.003482818603515625,
+ 0.05804443359375,
+ 0.0190277099609375,
+ 0.009368896484375,
+ -0.0274810791015625,
+ -0.072998046875,
+ 0.0347900390625,
+ -0.01215362548828125,
+ 0.00893402099609375,
+ -0.05035400390625,
+ 0.0257568359375,
+ 0.038818359375,
+ -0.0626220703125,
+ 0.02459716796875,
+ 0.0022335052490234375,
+ -0.0164337158203125,
+ -0.044403076171875,
+ 0.0116729736328125,
+ -0.0009670257568359375,
+ -0.004611968994140625,
+ 0.09490966796875,
+ 0.0045166015625,
+ -0.005619049072265625,
+ -0.00811767578125,
+ -0.052276611328125,
+ 0.053802490234375,
+ 0.0012674331665039062,
+ 0.0162353515625,
+ -0.039215087890625,
+ 0.0157623291015625,
+ 0.013641357421875,
+ -0.034027099609375,
+ 0.004970550537109375,
+ -0.0753173828125,
+ -0.0010633468627929688,
+ 0.039764404296875,
+ 0.00550079345703125,
+ -0.0116729736328125,
+ 0.0045623779296875,
+ -0.039398193359375,
+ -0.0288238525390625,
+ -0.03265380859375,
+ 0.0242156982421875,
+ 0.00763702392578125,
+ 0.00267791748046875,
+ -0.0247955322265625,
+ -0.020843505859375,
+ -0.0012912750244140625,
+ -0.0595703125,
+ -0.04266357421875,
+ -0.051116943359375,
+ 0.05072021484375,
+ -0.0162353515625,
+ -0.06072998046875,
+ 0.0307464599609375,
+ -0.006198883056640625,
+ 0.0006127357482910156,
+ 0.0224761962890625,
+ 0.06378173828125,
+ -0.03729248046875,
+ -0.00955963134765625,
+ 0.0243988037109375,
+ 0.03863525390625,
+ 0.0008106231689453125,
+ -0.017486572265625,
+ -0.0003361701965332031,
+ 0.00521087646484375,
+ 0.034027099609375,
+ -0.0438232421875,
+ 0.0280609130859375,
+ -0.0099945068359375,
+ -0.02459716796875,
+ -0.039764404296875,
+ -0.03094482421875,
+ -0.023162841796875,
+ 0.04168701171875,
+ -0.004901885986328125,
+ 0.0177764892578125,
+ -0.01499176025390625,
+ -0.01873779296875,
+ -0.09686279296875,
+ 0.0194091796875,
+ -0.016815185546875,
+ 0.004947662353515625,
+ 0.0295867919921875,
+ 0.01374053955078125,
+ -0.044189453125,
+ -0.05303955078125,
+ -0.00290679931640625,
+ -0.0035305023193359375,
+ -0.038238525390625,
+ 0.030548095703125,
+ 0.0024852752685546875,
+ 0.006534576416015625,
+ 0.00859832763671875,
+ -0.003170013427734375,
+ 0.0135498046875,
+ 0.035736083984375,
+ 0.025177001953125,
+ -0.0545654296875,
+ 0.043426513671875,
+ -0.023834228515625,
+ 0.0045166015625,
+ 0.0243072509765625,
+ -0.00792694091796875,
+ -0.002593994140625,
+ -0.018157958984375,
+ 0.004276275634765625,
+ 0.02862548828125,
+ 0.033050537109375,
+ 0.029022216796875,
+ -0.004253387451171875,
+ 0.016326904296875,
+ -0.03765869140625,
+ 0.0008106231689453125,
+ -0.004970550537109375,
+ -0.02459716796875,
+ -0.00017559528350830078,
+ 0.003963470458984375,
+ -0.03228759765625,
+ -0.000186920166015625,
+ -0.057647705078125,
+ -0.07684326171875,
+ 0.01873779296875,
+ -0.04632568359375,
+ 0.0113372802734375,
+ 0.00946044921875,
+ 0.0257568359375,
+ 0.0301666259765625,
+ -0.04669189453125,
+ 0.0190277099609375,
+ -0.0029544830322265625,
+ -0.01013946533203125,
+ -0.025177001953125,
+ 0.0465087890625,
+ -0.0165252685546875,
+ 0.037078857421875,
+ 0.0165252685546875,
+ -0.0058135986328125,
+ 0.01499176025390625,
+ -0.031524658203125,
+ -0.0190277099609375,
+ -0.033233642578125,
+ -0.0162353515625,
+ -0.02142333984375,
+ 0.01739501953125,
+ -0.0726318359375,
+ -0.01739501953125,
+ 0.03131103515625,
+ 0.03131103515625,
+ 0.037078857421875,
+ -0.01306915283203125,
+ 0.055328369140625,
+ -0.0257568359375,
+ -0.041900634765625,
+ 0.0017652511596679688,
+ -0.01143646240234375,
+ -0.02459716796875,
+ -0.000004827976226806641,
+ -0.0220947265625,
+ 0.02978515625,
+ 0.00579071044921875,
+ 0.040924072265625,
+ 0.02593994140625,
+ 0.059173583984375,
+ 0.0011234283447265625,
+ -0.03265380859375,
+ -0.00984954833984375,
+ -0.0307464599609375,
+ 0.044189453125,
+ 0.0294036865234375,
+ 0.039215087890625,
+ 0.002750396728515625,
+ 0.00836181640625,
+ -0.020843505859375,
+ -0.0653076171875,
+ -0.006916046142578125,
+ -0.0428466796875,
+ -0.0595703125,
+ 0.004589080810546875,
+ 0.056884765625,
+ 0.038421630859375,
+ 0.0223846435546875,
+ 0.029205322265625,
+ 0.051513671875,
+ 0.039581298828125,
+ 0.004730224609375,
+ -0.012969970703125,
+ -0.0645751953125,
+ 0.00888824462890625,
+ 0.0301666259765625,
+ 0.048797607421875,
+ -0.056884765625,
+ 0.049591064453125,
+ 0.05303955078125,
+ -0.01470184326171875,
+ -0.0235443115234375,
+ -0.022674560546875,
+ -0.008453369140625,
+ 0.0478515625,
+ 0.04168701171875,
+ 0.0183563232421875,
+ -0.05303955078125,
+ -0.0040130615234375,
+ 0.0263214111328125,
+ -0.0014171600341796875,
+ 0.007396697998046875,
+ -0.0247955322265625,
+ -0.0020542144775390625,
+ 0.0228729248046875,
+ -0.0672607421875,
+ 0.007205963134765625,
+ 0.01287841796875,
+ 0.0645751953125,
+ -0.01556396484375,
+ -0.03094482421875,
+ -0.010711669921875,
+ 0.037841796875,
+ -0.0172882080078125,
+ -0.029205322265625,
+ 0.03131103515625,
+ 0.0249786376953125,
+ -0.0007805824279785156,
+ 0.0229644775390625,
+ 0.0301666259765625,
+ 0.00725555419921875,
+ 0.016143798828125,
+ -0.0010204315185546875,
+ -0.0703125,
+ 0.01556396484375,
+ -0.023162841796875,
+ 0.0087432861328125,
+ -0.00994110107421875,
+ -0.040557861328125,
+ -0.0029430389404296875,
+ -0.046112060546875,
+ 0.0321044921875,
+ 0.0184478759765625,
+ 0.04248046875,
+ 0.004970550537109375,
+ -0.00888824462890625,
+ -0.0087890625,
+ 0.02276611328125,
+ 0.0038909912109375,
+ 0.044952392578125,
+ 0.018157958984375,
+ -0.01316070556640625,
+ 0.00792694091796875,
+ 0.00859832763671875,
+ -0.0196075439453125,
+ -0.0299835205078125,
+ 0.053802490234375,
+ -0.06341552734375,
+ -0.0010089874267578125,
+ -0.0478515625,
+ 0.0032901763916015625,
+ 0.0017652511596679688,
+ -0.0269012451171875,
+ -0.0024852752685546875,
+ -0.0237274169921875,
+ -0.002918243408203125,
+ -0.00821685791015625,
+ -0.05035400390625,
+ -0.015655517578125,
+ 0.05572509765625,
+ -0.05035400390625,
+ 0.00022971630096435547,
+ 0.02728271484375,
+ -0.0183563232421875,
+ 0.006725311279296875,
+ -0.046875,
+ 0.0772705078125,
+ 0.00730133056640625,
+ 0.044952392578125,
+ -0.00420379638671875,
+ 0.01123809814453125,
+ 0.0274810791015625,
+ 0.0132598876953125,
+ 0.00008934736251831055,
+ 0.027099609375,
+ -0.01824951171875,
+ 0.040924072265625,
+ 0.057647705078125,
+ -0.018646240234375,
+ -0.019989013671875,
+ 0.0284423828125,
+ 0.0159454345703125,
+ -0.038238525390625,
+ 0.022674560546875,
+ 0.03863525390625,
+ 0.017578125,
+ -0.01177215576171875,
+ 0.01119232177734375,
+ -0.011383056640625,
+ -0.0595703125,
+ 0.054962158203125,
+ 0.0301666259765625,
+ -0.0183563232421875,
+ 0.03497314453125,
+ -0.034210205078125,
+ 0.06842041015625,
+ 0.0080718994140625,
+ 0.037078857421875,
+ -0.0926513671875,
+ 0.052276611328125,
+ -0.007781982421875,
+ 0.018829345703125,
+ -0.0192108154296875,
+ 0.01123809814453125,
+ -0.0184478759765625,
+ 0.0096588134765625,
+ -0.0087890625,
+ 0.05035400390625,
+ 0.033050537109375,
+ -0.00487518310546875,
+ -0.054962158203125,
+ -0.0243988037109375,
+ 0.01479339599609375,
+ 0.0177764892578125,
+ 0.06304931640625,
+ -0.039764404296875,
+ -0.034393310546875,
+ 0.01287841796875,
+ 0.0194091796875,
+ 0.045745849609375,
+ -0.008453369140625,
+ 0.0162353515625,
+ -0.0183563232421875,
+ -0.034393310546875,
+ -0.015655517578125,
+ -0.01806640625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "web-interface",
+ "remote-collection",
+ "distributed",
+ "api",
+ "cross-platform",
+ "triage",
+ "flow-architecture",
+ "hunt-feature",
+ "approval-workflow",
+ "bigquery-export",
+ "yara-scanning",
+ "timeline-generation"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Windows_Registry_Tiefenanalyse",
+ "type": "tool",
+ "name": "Windows Registry Tiefenanalyse",
+ "content": "windows registry tiefenanalyse regf/creg-format-parsing von registry-hives (system, software, sam, security, ntuser.dat) für systemkonfiguration und user-activity. lastwrite-timestamp-analyse für key-änderungszeiten (nanosekunden seit 1601). autorun-location-enumeration in run/runonce-schlüsseln für persistenz-mechanismen. network-signatures für wlan-historie, mru-listen für recent-activities, userassist-rot13-dekodierung für gui-starts, shellbags für folder-access, 64-bit-support über wow6432node-analyse. registry-analysis hive-parsing lastwrite-timestamps autorun-detection mru-analysis userassist-decoding shellbags-analysis wow6432node rot13-decoding persistence-analysis static-investigations incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.023773193359375,
+ 0.01035308837890625,
+ 0.043212890625,
+ -0.008880615234375,
+ 0.0218048095703125,
+ 0.0085296630859375,
+ 0.0080413818359375,
+ 0.0004684925079345703,
+ -0.0303802490234375,
+ -0.0188446044921875,
+ -0.037689208984375,
+ 0.04913330078125,
+ 0.0031185150146484375,
+ -0.00794219970703125,
+ -0.05877685546875,
+ 0.06353759765625,
+ -0.00794219970703125,
+ 0.0008139610290527344,
+ 0.00882720947265625,
+ -0.00754547119140625,
+ -0.05523681640625,
+ -0.01114654541015625,
+ -0.0355224609375,
+ -0.00446319580078125,
+ -0.011932373046875,
+ 0.02001953125,
+ -0.0179443359375,
+ -0.061553955078125,
+ -0.01006317138671875,
+ 0.0198211669921875,
+ 0.0278167724609375,
+ -0.03411865234375,
+ 0.016571044921875,
+ 0.0274200439453125,
+ -0.00021576881408691406,
+ -0.0210113525390625,
+ 0.0072479248046875,
+ -0.04852294921875,
+ -0.007843017578125,
+ 0.076171875,
+ -0.012725830078125,
+ 0.0080413818359375,
+ 0.026824951171875,
+ -0.02288818359375,
+ -0.015289306640625,
+ -0.0214996337890625,
+ 0.0231781005859375,
+ -0.0197296142578125,
+ 0.027618408203125,
+ -0.0611572265625,
+ 0.0311737060546875,
+ 0.0070037841796875,
+ 0.00946807861328125,
+ -0.0164794921875,
+ -0.049713134765625,
+ 0.030181884765625,
+ 0.00878143310546875,
+ -0.0031566619873046875,
+ -0.022491455078125,
+ 0.05364990234375,
+ -0.047332763671875,
+ 0.00882720947265625,
+ -0.00582122802734375,
+ -0.00902557373046875,
+ 0.0216064453125,
+ 0.0192413330078125,
+ 0.014495849609375,
+ -0.0216064453125,
+ 0.003131866455078125,
+ 0.006092071533203125,
+ 0.004241943359375,
+ -0.00606536865234375,
+ -0.042816162109375,
+ 0.02001953125,
+ -0.0270233154296875,
+ -0.043609619140625,
+ 0.0303802490234375,
+ 0.01050567626953125,
+ 0.0005025863647460938,
+ -0.0189361572265625,
+ -0.064697265625,
+ 0.0022678375244140625,
+ 0.061553955078125,
+ -0.0171661376953125,
+ -0.01390838623046875,
+ -0.0010786056518554688,
+ 0.01218414306640625,
+ 0.01361083984375,
+ 0.0180511474609375,
+ -0.0114898681640625,
+ 0.0104522705078125,
+ -0.014892578125,
+ 0.002170562744140625,
+ -0.0313720703125,
+ 0.044189453125,
+ 0.06353759765625,
+ 0.0226898193359375,
+ -0.0286102294921875,
+ -0.011444091796875,
+ 0.0262298583984375,
+ 0.01361083984375,
+ -0.0008940696716308594,
+ 0.054046630859375,
+ -0.03155517578125,
+ 0.0146942138671875,
+ -0.041412353515625,
+ 0.0252532958984375,
+ -0.023773193359375,
+ 0.00266265869140625,
+ -0.0282135009765625,
+ -0.0919189453125,
+ -0.032562255859375,
+ -0.01430511474609375,
+ -0.06787109375,
+ -0.0249481201171875,
+ -0.0172576904296875,
+ 0.0059661865234375,
+ 0.036102294921875,
+ -0.03985595703125,
+ -0.024658203125,
+ 0.01904296875,
+ 0.0053253173828125,
+ -0.0007519721984863281,
+ 0.01479339599609375,
+ -0.0247650146484375,
+ -0.052093505859375,
+ -0.0024662017822265625,
+ 0.045379638671875,
+ -0.025848388671875,
+ -0.008087158203125,
+ -0.033721923828125,
+ -0.0188446044921875,
+ -0.0230865478515625,
+ -0.0180511474609375,
+ -0.012725830078125,
+ -0.0142059326171875,
+ 0.0194244384765625,
+ -0.005176544189453125,
+ 0.0013561248779296875,
+ 0.0099639892578125,
+ 0.03924560546875,
+ -0.0270233154296875,
+ -0.054443359375,
+ -0.004512786865234375,
+ -0.03057861328125,
+ -0.006412506103515625,
+ -0.01568603515625,
+ 0.03155517578125,
+ -0.0272216796875,
+ 0.00848388671875,
+ -0.01568603515625,
+ 0.05682373046875,
+ 0.055633544921875,
+ -0.003082275390625,
+ 0.033935546875,
+ -0.04656982421875,
+ -0.0125732421875,
+ -0.034332275390625,
+ 0.034515380859375,
+ -0.011688232421875,
+ -0.0009493827819824219,
+ 0.014404296875,
+ 0.0037479400634765625,
+ 0.035125732421875,
+ -0.0223846435546875,
+ -0.034912109375,
+ -0.0134124755859375,
+ 0.0299835205078125,
+ -0.0167694091796875,
+ 0.00019729137420654297,
+ 0.0380859375,
+ 0.00234222412109375,
+ 0.054443359375,
+ 0.074951171875,
+ -0.00466156005859375,
+ 0.03155517578125,
+ 0.0214080810546875,
+ -0.01178741455078125,
+ 0.0390625,
+ 0.048919677734375,
+ -0.01050567626953125,
+ -0.0158843994140625,
+ 0.038482666015625,
+ -0.027618408203125,
+ 0.007396697998046875,
+ 0.0007796287536621094,
+ -0.02642822265625,
+ -0.0114898681640625,
+ -0.020904541015625,
+ 0.0188446044921875,
+ -0.02545166015625,
+ -0.049530029296875,
+ -0.00848388671875,
+ 0.0222930908203125,
+ 0.0509033203125,
+ 0.0745849609375,
+ 0.007297515869140625,
+ -0.004512786865234375,
+ 0.04498291015625,
+ -0.0230865478515625,
+ -0.0015716552734375,
+ 0.034912109375,
+ -0.0260467529296875,
+ 0.03057861328125,
+ 0.01371002197265625,
+ -0.01331329345703125,
+ 0.0024051666259765625,
+ 0.0528564453125,
+ 0.00562286376953125,
+ -0.0181427001953125,
+ -0.0104522705078125,
+ 0.0714111328125,
+ -0.01139068603515625,
+ -0.020904541015625,
+ -0.04180908203125,
+ -0.033935546875,
+ 0.0072479248046875,
+ -0.0129241943359375,
+ -0.014404296875,
+ -0.010650634765625,
+ -0.0138092041015625,
+ -0.0528564453125,
+ -0.004955291748046875,
+ 0.0270233154296875,
+ -0.0197296142578125,
+ 0.0184478759765625,
+ 0.0260467529296875,
+ -0.0184478759765625,
+ -0.033721923828125,
+ 0.031768798828125,
+ 0.03826904296875,
+ 0.02081298828125,
+ 0.015777587890625,
+ 0.0037975311279296875,
+ -0.0086822509765625,
+ -0.019134521484375,
+ 0.04437255859375,
+ 0.0013132095336914062,
+ 0.0243682861328125,
+ 0.0012760162353515625,
+ -0.024261474609375,
+ 0.02642822265625,
+ -0.01430511474609375,
+ 0.039642333984375,
+ 0.02032470703125,
+ -0.0098114013671875,
+ 0.01198577880859375,
+ -0.00991058349609375,
+ 0.035308837890625,
+ 0.04083251953125,
+ -0.047332763671875,
+ -0.018341064453125,
+ -0.09906005859375,
+ -0.020904541015625,
+ -0.0560302734375,
+ -0.0595703125,
+ -0.01006317138671875,
+ -0.045379638671875,
+ 0.003082275390625,
+ -0.014007568359375,
+ -0.0262298583984375,
+ 0.0018243789672851562,
+ -0.0022430419921875,
+ -0.00897216796875,
+ 0.0313720703125,
+ 0.0150909423828125,
+ -0.0181427001953125,
+ 0.018341064453125,
+ 0.07928466796875,
+ -0.0282135009765625,
+ -0.024658203125,
+ -0.0181427001953125,
+ 0.021697998046875,
+ -0.03216552734375,
+ 0.0095672607421875,
+ -0.0643310546875,
+ -0.0110931396484375,
+ 0.06195068359375,
+ 0.01238250732421875,
+ 0.02032470703125,
+ -0.0154876708984375,
+ 0.005474090576171875,
+ -0.0072021484375,
+ 0.033538818359375,
+ -0.0252532958984375,
+ 0.015777587890625,
+ -0.005275726318359375,
+ 0.004955291748046875,
+ -0.016082763671875,
+ -0.060760498046875,
+ -0.005474090576171875,
+ 0.0416259765625,
+ 0.0019359588623046875,
+ 0.006412506103515625,
+ 0.0206146240234375,
+ -0.0252532958984375,
+ 0.003452301025390625,
+ -0.01390838623046875,
+ -0.023284912109375,
+ 0.024566650390625,
+ 0.058380126953125,
+ -0.0272216796875,
+ -0.006755828857421875,
+ 0.004093170166015625,
+ 0.01302337646484375,
+ -0.0274200439453125,
+ -0.038482666015625,
+ -0.0231781005859375,
+ -0.001811981201171875,
+ -0.0266265869140625,
+ -0.01247406005859375,
+ 0.002872467041015625,
+ -0.0201263427734375,
+ 0.03472900390625,
+ -0.00962066650390625,
+ 0.00774383544921875,
+ -0.0714111328125,
+ -0.05010986328125,
+ 0.01538848876953125,
+ -0.035308837890625,
+ -0.037078857421875,
+ -0.0138092041015625,
+ 0.0333251953125,
+ 0.00823974609375,
+ 0.0011529922485351562,
+ -0.0086822509765625,
+ -0.01158905029296875,
+ -0.0355224609375,
+ 0.0175628662109375,
+ -0.0374755859375,
+ 0.007396697998046875,
+ -0.0214996337890625,
+ 0.02880859375,
+ 0.0295867919921875,
+ 0.02032470703125,
+ 0.0225830078125,
+ 0.059967041015625,
+ 0.0085296630859375,
+ -0.025146484375,
+ 0.004810333251953125,
+ 0.024169921875,
+ -0.00330352783203125,
+ -0.016082763671875,
+ -0.0001379251480102539,
+ -0.0390625,
+ -0.00818634033203125,
+ -0.01371002197265625,
+ 0.036895751953125,
+ 0.035308837890625,
+ 0.058380126953125,
+ 0.0235748291015625,
+ -0.0214080810546875,
+ -0.007053375244140625,
+ 0.06549072265625,
+ -0.007053375244140625,
+ 0.09906005859375,
+ -0.0040435791015625,
+ -0.035308837890625,
+ 0.0210113525390625,
+ 0.04241943359375,
+ -0.023773193359375,
+ -0.0194244384765625,
+ 0.041046142578125,
+ 0.01499176025390625,
+ 0.0206146240234375,
+ 0.03668212890625,
+ -0.0223846435546875,
+ 0.0243682861328125,
+ 0.01026153564453125,
+ 0.01026153564453125,
+ -0.00434112548828125,
+ -0.0270233154296875,
+ 0.038665771484375,
+ 0.06549072265625,
+ 0.03216552734375,
+ 0.002971649169921875,
+ 0.0611572265625,
+ -0.038848876953125,
+ -0.046173095703125,
+ -0.0323486328125,
+ -0.07696533203125,
+ -0.00360107421875,
+ 0.03057861328125,
+ 0.00250244140625,
+ 0.066650390625,
+ -0.0230865478515625,
+ -0.049530029296875,
+ 0.0206146240234375,
+ -0.062347412109375,
+ 0.07733154296875,
+ 0.0260467529296875,
+ 0.01311492919921875,
+ 0.025848388671875,
+ -0.019927978515625,
+ 0.0099639892578125,
+ 0.028411865234375,
+ 0.007495880126953125,
+ -0.00372314453125,
+ 0.0333251953125,
+ 0.0307769775390625,
+ 0.00710296630859375,
+ -0.0211029052734375,
+ -0.004119873046875,
+ 0.05010986328125,
+ 0.0416259765625,
+ -0.00628662109375,
+ 0.045562744140625,
+ 0.0210113525390625,
+ 0.030181884765625,
+ -0.0239715576171875,
+ 0.048919677734375,
+ 0.04083251953125,
+ -0.0098114013671875,
+ 0.022003173828125,
+ -0.0400390625,
+ 0.020904541015625,
+ -0.05364990234375,
+ 0.00554656982421875,
+ 0.00510406494140625,
+ 0.012725830078125,
+ 0.0210113525390625,
+ 0.03216552734375,
+ -0.046356201171875,
+ 0.0053253173828125,
+ 0.0426025390625,
+ -0.043792724609375,
+ 0.01158905029296875,
+ 0.0244598388671875,
+ -0.0218048095703125,
+ 0.0022430419921875,
+ -0.0244598388671875,
+ -0.056427001953125,
+ 0.035308837890625,
+ -0.0295867919921875,
+ -0.055633544921875,
+ 0.006313323974609375,
+ 0.024658203125,
+ -0.0509033203125,
+ -0.05029296875,
+ -0.0426025390625,
+ -0.0039215087890625,
+ -0.01430511474609375,
+ -0.047332763671875,
+ 0.0303802490234375,
+ -0.004241943359375,
+ -0.0114898681640625,
+ 0.046173095703125,
+ 0.050506591796875,
+ -0.003551483154296875,
+ -0.0256500244140625,
+ 0.039459228515625,
+ -0.0123291015625,
+ -0.040252685546875,
+ 0.0030574798583984375,
+ 0.0211029052734375,
+ 0.03472900390625,
+ -0.04913330078125,
+ -0.03057861328125,
+ 0.007495880126953125,
+ -0.002773284912109375,
+ -0.0019969940185546875,
+ 0.01035308837890625,
+ -0.044189453125,
+ -0.0122833251953125,
+ -0.04913330078125,
+ 0.0733642578125,
+ 0.0184478759765625,
+ 0.0295867919921875,
+ 0.017852783203125,
+ -0.03985595703125,
+ 0.038482666015625,
+ -0.051300048828125,
+ -0.02642822265625,
+ -0.0180511474609375,
+ 0.00774383544921875,
+ 0.000530242919921875,
+ 0.046356201171875,
+ 0.0027618408203125,
+ -0.01538848876953125,
+ -0.01070404052734375,
+ 0.0390625,
+ 0.0198211669921875,
+ 0.00823974609375,
+ -0.0390625,
+ 0.01178741455078125,
+ 0.0201263427734375,
+ -0.047149658203125,
+ -0.00350189208984375,
+ -0.04693603515625,
+ -0.0022068023681640625,
+ 0.02081298828125,
+ -0.06195068359375,
+ 0.01178741455078125,
+ -0.01499176025390625,
+ -0.04180908203125,
+ -0.046356201171875,
+ -0.026824951171875,
+ -0.02337646484375,
+ -0.043609619140625,
+ 0.0193328857421875,
+ 0.0146942138671875,
+ 0.004932403564453125,
+ 0.041046142578125,
+ 0.004634857177734375,
+ -0.001972198486328125,
+ 0.02001953125,
+ 0.0086822509765625,
+ -0.0008320808410644531,
+ 0.03314208984375,
+ -0.06195068359375,
+ -0.0295867919921875,
+ -0.0248565673828125,
+ 0.022186279296875,
+ -0.03826904296875,
+ -0.00710296630859375,
+ 0.01430511474609375,
+ -0.0211029052734375,
+ 0.04693603515625,
+ -0.04241943359375,
+ -0.01198577880859375,
+ -0.0380859375,
+ -0.0134124755859375,
+ -0.035125732421875,
+ -0.0270233154296875,
+ 0.01104736328125,
+ 0.0038471221923828125,
+ 0.00434112548828125,
+ 0.006656646728515625,
+ 0.054840087890625,
+ -0.05523681640625,
+ -0.00011944770812988281,
+ 0.0286102294921875,
+ -0.0013437271118164062,
+ 0.0207061767578125,
+ 0.0031566619873046875,
+ 0.007694244384765625,
+ -0.002712249755859375,
+ 0.032745361328125,
+ -0.0146942138671875,
+ -0.01331329345703125,
+ -0.06195068359375,
+ -0.004413604736328125,
+ 0.00466156005859375,
+ -0.024658203125,
+ -0.00109100341796875,
+ -0.0467529296875,
+ -0.048736572265625,
+ 0.00004100799560546875,
+ 0.050506591796875,
+ 0.0207061767578125,
+ -0.00897216796875,
+ -0.01904296875,
+ -0.01134490966796875,
+ -0.00818634033203125,
+ -0.041046142578125,
+ 0.006755828857421875,
+ -0.004810333251953125,
+ 0.025848388671875,
+ 0.00007587671279907227,
+ -0.045562744140625,
+ 0.0214996337890625,
+ 0.036102294921875,
+ 0.03826904296875,
+ 0.029388427734375,
+ 0.00562286376953125,
+ -0.013214111328125,
+ 0.03216552734375,
+ -0.0014362335205078125,
+ -0.0146942138671875,
+ -0.0020599365234375,
+ 0.00878143310546875,
+ -0.011688232421875,
+ -0.047943115234375,
+ -0.038848876953125,
+ 0.01558685302734375,
+ 0.0134124755859375,
+ 0.007793426513671875,
+ -0.0270233154296875,
+ 0.01114654541015625,
+ 0.028411865234375,
+ -0.0286102294921875,
+ 0.049530029296875,
+ -0.0225830078125,
+ -0.0426025390625,
+ -0.00466156005859375,
+ -0.005153656005859375,
+ 0.031768798828125,
+ 0.0380859375,
+ 0.0167694091796875,
+ -0.0222930908203125,
+ 0.0244598388671875,
+ 0.04437255859375,
+ -0.0307769775390625,
+ -0.03668212890625,
+ -0.0214996337890625,
+ -0.0033779144287109375,
+ -0.0202178955078125,
+ 0.05523681640625,
+ 0.002712249755859375,
+ 0.04693603515625,
+ 0.004535675048828125,
+ 0.01390838623046875,
+ 0.039459228515625,
+ 0.04498291015625,
+ 0.043792724609375,
+ -0.0129241943359375,
+ -0.053253173828125,
+ -0.01538848876953125,
+ -0.01390838623046875,
+ -0.03668212890625,
+ -0.04595947265625,
+ 0.0017261505126953125,
+ 0.048736572265625,
+ -0.09271240234375,
+ -0.0169677734375,
+ 0.01222991943359375,
+ 0.01129150390625,
+ 0.0040435791015625,
+ 0.00522613525390625,
+ -0.04754638671875,
+ 0.01154327392578125,
+ 0.0121307373046875,
+ -0.0509033203125,
+ 0.015289306640625,
+ 0.0026874542236328125,
+ 0.031951904296875,
+ 0.041046142578125,
+ 0.0174560546875,
+ -0.0121307373046875,
+ 0.017852783203125,
+ 0.0032558441162109375,
+ 0.02880859375,
+ 0.0278167724609375,
+ 0.044189453125,
+ 0.0244598388671875,
+ 0.002330780029296875,
+ 0.048736572265625,
+ 0.047332763671875,
+ -0.00872802734375,
+ -0.0282135009765625,
+ 0.032958984375,
+ 0.0188446044921875,
+ 0.0307769775390625,
+ 0.044189453125,
+ 0.00562286376953125,
+ 0.0185394287109375,
+ 0.0162811279296875,
+ -0.039642333984375,
+ 0.004810333251953125,
+ -0.0004191398620605469,
+ -0.00522613525390625,
+ -0.041046142578125,
+ -0.0307769775390625,
+ 0.024169921875,
+ -0.0313720703125,
+ 0.025146484375,
+ 0.0072479248046875,
+ -0.048126220703125,
+ -0.005252838134765625,
+ 0.034912109375,
+ -0.0278167724609375,
+ -0.0211029052734375,
+ 0.022186279296875,
+ -0.0364990234375,
+ -0.0307769775390625,
+ -0.03985595703125,
+ -0.06787109375,
+ 0.0295867919921875,
+ -0.004833221435546875,
+ -0.0467529296875,
+ -0.0282135009765625,
+ 0.006557464599609375,
+ -0.01479339599609375,
+ -0.026824951171875,
+ -0.004413604736328125,
+ -0.00616455078125,
+ -0.0236663818359375,
+ -0.036285400390625,
+ -0.034332275390625,
+ -0.029388427734375,
+ 0.013214111328125,
+ -0.0282135009765625,
+ -0.00858306884765625,
+ -0.00710296630859375,
+ -0.0239715576171875,
+ 0.0027618408203125,
+ -0.0046844482421875,
+ -0.03216552734375,
+ 0.031951904296875,
+ -0.0426025390625,
+ 0.032958984375,
+ 0.0197296142578125,
+ 0.03411865234375,
+ 0.0260467529296875,
+ 0.07415771484375,
+ 0.002910614013671875,
+ -0.007694244384765625,
+ -0.00986480712890625,
+ -0.054046630859375,
+ 0.0174560546875,
+ 0.0040435791015625,
+ -0.009765625,
+ -0.050506591796875,
+ 0.01134490966796875,
+ 0.07177734375,
+ -0.0631103515625,
+ 0.022003173828125,
+ -0.005374908447265625,
+ -0.0222930908203125,
+ -0.057220458984375,
+ -0.02642822265625,
+ 0.01158905029296875,
+ 0.00971221923828125,
+ 0.06744384765625,
+ 0.0211029052734375,
+ -0.00966644287109375,
+ -0.0089263916015625,
+ -0.052459716796875,
+ 0.054046630859375,
+ 0.01154327392578125,
+ 0.01568603515625,
+ -0.038482666015625,
+ 0.036895751953125,
+ 0.01282501220703125,
+ -0.0270233154296875,
+ 0.00550079345703125,
+ -0.04754638671875,
+ 0.005695343017578125,
+ 0.0249481201171875,
+ 0.00039768218994140625,
+ -0.003131866455078125,
+ -0.009521484375,
+ -0.04693603515625,
+ -0.0207061767578125,
+ -0.0303802490234375,
+ 0.00426483154296875,
+ 0.014007568359375,
+ 0.01519012451171875,
+ -0.0406494140625,
+ 0.00032830238342285156,
+ -0.01351165771484375,
+ -0.0576171875,
+ -0.0222930908203125,
+ -0.0286102294921875,
+ 0.022003173828125,
+ -0.0291900634765625,
+ -0.06549072265625,
+ 0.03729248046875,
+ 0.0307769775390625,
+ 0.01030731201171875,
+ 0.052093505859375,
+ 0.054046630859375,
+ -0.04083251953125,
+ -0.013214111328125,
+ 0.005031585693359375,
+ 0.0291900634765625,
+ -0.0121307373046875,
+ -0.0082855224609375,
+ 0.01617431640625,
+ 0.01666259765625,
+ 0.0307769775390625,
+ -0.043212890625,
+ 0.047149658203125,
+ 0.0313720703125,
+ 0.005252838134765625,
+ -0.044769287109375,
+ -0.042022705078125,
+ -0.0129241943359375,
+ 0.01178741455078125,
+ -0.03411865234375,
+ 0.04437255859375,
+ 0.010650634765625,
+ -0.0364990234375,
+ -0.08599853515625,
+ 0.0662841796875,
+ -0.0138092041015625,
+ 0.025146484375,
+ 0.041046142578125,
+ -0.038482666015625,
+ -0.059173583984375,
+ -0.062347412109375,
+ -0.026824951171875,
+ 0.00942230224609375,
+ -0.0171661376953125,
+ 0.035125732421875,
+ 0.00926971435546875,
+ 0.0066070556640625,
+ 0.0225830078125,
+ -0.032562255859375,
+ -0.004535675048828125,
+ 0.0104522705078125,
+ -0.0021572113037109375,
+ -0.041046142578125,
+ 0.04400634765625,
+ -0.01094818115234375,
+ -0.015777587890625,
+ -0.024261474609375,
+ 0.0010051727294921875,
+ 0.006656646728515625,
+ 0.005054473876953125,
+ -0.01030731201171875,
+ -0.0291900634765625,
+ 0.013214111328125,
+ 0.051300048828125,
+ 0.00035452842712402344,
+ 0.0120849609375,
+ -0.034515380859375,
+ 0.038848876953125,
+ 0.00858306884765625,
+ -0.01006317138671875,
+ 0.017364501953125,
+ 0.01666259765625,
+ -0.029388427734375,
+ -0.046356201171875,
+ -0.056427001953125,
+ -0.07537841796875,
+ 0.0307769775390625,
+ -0.048736572265625,
+ 0.0009927749633789062,
+ 0.017059326171875,
+ 0.01824951171875,
+ 0.025848388671875,
+ -0.02001953125,
+ 0.03668212890625,
+ -0.0163726806640625,
+ -0.046356201171875,
+ -0.034515380859375,
+ 0.03216552734375,
+ -0.005672454833984375,
+ 0.01183319091796875,
+ -0.003993988037109375,
+ -0.0249481201171875,
+ 0.0477294921875,
+ -0.02880859375,
+ -0.0216064453125,
+ -0.03216552734375,
+ -0.0112457275390625,
+ -0.038665771484375,
+ 0.01026153564453125,
+ -0.081298828125,
+ -0.037078857421875,
+ 0.0181427001953125,
+ 0.03155517578125,
+ -0.010406494140625,
+ -0.037872314453125,
+ 0.05523681640625,
+ -0.0174560546875,
+ -0.054046630859375,
+ 0.028411865234375,
+ -0.0313720703125,
+ -0.0416259765625,
+ -0.00138092041015625,
+ -0.0194244384765625,
+ 0.004611968994140625,
+ 0.0169677734375,
+ 0.04693603515625,
+ 0.045562744140625,
+ 0.0211029052734375,
+ 0.000980377197265625,
+ -0.0216064453125,
+ 0.0011339187622070312,
+ -0.0104522705078125,
+ 0.0006814002990722656,
+ 0.0509033203125,
+ 0.015289306640625,
+ 0.01238250732421875,
+ 0.02288818359375,
+ 0.004955291748046875,
+ -0.0982666015625,
+ -0.00814056396484375,
+ -0.01666259765625,
+ -0.06982421875,
+ 0.02081298828125,
+ 0.09747314453125,
+ 0.025146484375,
+ 0.00026345252990722656,
+ 0.021209716796875,
+ 0.042816162109375,
+ 0.0355224609375,
+ -0.0066070556640625,
+ -0.01331329345703125,
+ -0.060760498046875,
+ -0.013214111328125,
+ 0.0201263427734375,
+ 0.015777587890625,
+ -0.0576171875,
+ 0.059967041015625,
+ 0.054840087890625,
+ 0.0037479400634765625,
+ -0.001110076904296875,
+ 0.0260467529296875,
+ -0.022003173828125,
+ 0.0355224609375,
+ -0.010162353515625,
+ 0.00614166259765625,
+ -0.05029296875,
+ 0.004291534423828125,
+ 0.00862884521484375,
+ -0.00878143310546875,
+ 0.00020956993103027344,
+ 0.010406494140625,
+ -0.022979736328125,
+ 0.0509033203125,
+ -0.042816162109375,
+ 0.01776123046875,
+ -0.0016889572143554688,
+ 0.07928466796875,
+ 0.00446319580078125,
+ -0.0364990234375,
+ 0.002170562744140625,
+ 0.0406494140625,
+ -0.003131866455078125,
+ -0.01824951171875,
+ 0.01129150390625,
+ 0.01178741455078125,
+ -0.0091705322265625,
+ 0.01070404052734375,
+ 0.06390380859375,
+ 0.00848388671875,
+ 0.0295867919921875,
+ 0.0121307373046875,
+ -0.04931640625,
+ 0.0110015869140625,
+ -0.0299835205078125,
+ 0.000850677490234375,
+ 0.00015413761138916016,
+ -0.0595703125,
+ -0.04595947265625,
+ -0.034912109375,
+ 0.0390625,
+ -0.0028362274169921875,
+ 0.03826904296875,
+ 0.025054931640625,
+ 0.010162353515625,
+ -0.00318145751953125,
+ 0.0226898193359375,
+ 0.010162353515625,
+ 0.03729248046875,
+ 0.0206146240234375,
+ 0.030975341796875,
+ 0.008087158203125,
+ 0.014404296875,
+ -0.007152557373046875,
+ -0.061553955078125,
+ 0.01904296875,
+ -0.027618408203125,
+ -0.0125732421875,
+ -0.0206146240234375,
+ -0.0016031265258789062,
+ 0.004512786865234375,
+ -0.00794219970703125,
+ 0.0012083053588867188,
+ -0.03472900390625,
+ -0.01218414306640625,
+ -0.021697998046875,
+ -0.047943115234375,
+ 0.00897216796875,
+ 0.039642333984375,
+ -0.05682373046875,
+ 0.0175628662109375,
+ 0.0214080810546875,
+ 0.0080413818359375,
+ 0.02288818359375,
+ -0.05523681640625,
+ 0.06390380859375,
+ 0.034332275390625,
+ 0.01824951171875,
+ -0.004093170166015625,
+ 0.00426483154296875,
+ 0.030181884765625,
+ -0.005645751953125,
+ 0.0230865478515625,
+ -0.0010662078857421875,
+ 0.000980377197265625,
+ 0.06036376953125,
+ 0.051300048828125,
+ 0.016082763671875,
+ -0.0400390625,
+ 0.027618408203125,
+ 0.018341064453125,
+ -0.03729248046875,
+ 0.025146484375,
+ 0.01302337646484375,
+ 0.024566650390625,
+ -0.019134521484375,
+ -0.003871917724609375,
+ 0.00458526611328125,
+ -0.0595703125,
+ 0.04656982421875,
+ 0.0188446044921875,
+ -0.01158905029296875,
+ 0.0406494140625,
+ -0.04754638671875,
+ 0.066650390625,
+ 0.01459503173828125,
+ 0.0631103515625,
+ -0.06390380859375,
+ 0.02899169921875,
+ 0.002933502197265625,
+ 0.0303802490234375,
+ -0.01222991943359375,
+ -0.0201263427734375,
+ -0.0323486328125,
+ 0.0243682861328125,
+ -0.013214111328125,
+ 0.0579833984375,
+ 0.005771636962890625,
+ 0.0034027099609375,
+ -0.046356201171875,
+ -0.028411865234375,
+ -0.0093231201171875,
+ 0.01030731201171875,
+ 0.049713134765625,
+ -0.05010986328125,
+ -0.007396697998046875,
+ 0.01080322265625,
+ 0.033721923828125,
+ 0.059967041015625,
+ 0.0002295970916748047,
+ 0.0239715576171875,
+ -0.0009431838989257812,
+ -0.0138092041015625,
+ 0.014892578125,
+ -0.01499176025390625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "registry-analysis",
+ "hive-parsing",
+ "lastwrite-timestamps",
+ "autorun-detection",
+ "mru-analysis",
+ "userassist-decoding",
+ "shellbags-analysis",
+ "wow6432node",
+ "rot13-decoding",
+ "persistence-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_osquery",
+ "type": "tool",
+ "name": "osquery",
+ "content": "osquery sql-basiertes endpoint-telemetry-system exposiert os-state als querybare tables: \n laufende prozesse, registry-keys, scheduled-tasks, network-connections. fleet-manager \n orchestriert hunting-queries über tausende endpoints parallel, event-framework \n monitored real-time-changes für persistence-detection. custom-tables erweitern \n für application-logs und cloud-instance-metadata-correlation. endpoint sql incident-response examination",
+ "embedding": [
+ -0.004085540771484375,
+ 0.035552978515625,
+ 0.057220458984375,
+ -0.0186309814453125,
+ 0.04571533203125,
+ 0.01287078857421875,
+ 0.042510986328125,
+ -0.01210784912109375,
+ -0.0350341796875,
+ 0.005458831787109375,
+ -0.0230255126953125,
+ 0.0226898193359375,
+ -0.0126953125,
+ -0.0090179443359375,
+ -0.0419921875,
+ 0.0304718017578125,
+ -0.029632568359375,
+ 0.01490020751953125,
+ 0.01531982421875,
+ 0.0163421630859375,
+ -0.0272674560546875,
+ -0.007747650146484375,
+ -0.0367431640625,
+ -0.00634765625,
+ -0.01134490966796875,
+ 0.0226898193359375,
+ 0.0117645263671875,
+ -0.05755615234375,
+ -0.0077056884765625,
+ 0.018798828125,
+ 0.031494140625,
+ -0.01549530029296875,
+ -0.01549530029296875,
+ 0.040283203125,
+ 0.00994873046875,
+ -0.025909423828125,
+ 0.0267486572265625,
+ -0.058929443359375,
+ -0.0257415771484375,
+ 0.005504608154296875,
+ -0.0009102821350097656,
+ 0.0027294158935546875,
+ -0.017181396484375,
+ -0.02166748046875,
+ -0.039947509765625,
+ -0.023529052734375,
+ -0.0026454925537109375,
+ -0.02166748046875,
+ 0.0389404296875,
+ -0.02996826171875,
+ 0.01549530029296875,
+ 0.033538818359375,
+ 0.00685882568359375,
+ -0.0125274658203125,
+ -0.028961181640625,
+ 0.025909423828125,
+ -0.000008285045623779297,
+ -0.037261962890625,
+ -0.029632568359375,
+ 0.0345458984375,
+ -0.03656005859375,
+ 0.0103302001953125,
+ -0.019561767578125,
+ -0.00402069091796875,
+ 0.028106689453125,
+ 0.0163421630859375,
+ -0.01837158203125,
+ -0.035400390625,
+ -0.002307891845703125,
+ -0.0177764892578125,
+ 0.004001617431640625,
+ 0.0017042160034179688,
+ 0.0035343170166015625,
+ 0.0260772705078125,
+ -0.021331787109375,
+ -0.0294647216796875,
+ 0.0284423828125,
+ 0.01024627685546875,
+ -0.0024871826171875,
+ 0.0006561279296875,
+ -0.0204925537109375,
+ -0.00347137451171875,
+ 0.058258056640625,
+ -0.03521728515625,
+ -0.046722412109375,
+ 0.0014181137084960938,
+ 0.03741455078125,
+ -0.0115966796875,
+ 0.013458251953125,
+ 0.02252197265625,
+ 0.022186279296875,
+ 0.035552978515625,
+ 0.00897216796875,
+ -0.025390625,
+ 0.028778076171875,
+ 0.03692626953125,
+ -0.0166778564453125,
+ -0.004276275634765625,
+ -0.0182037353515625,
+ 0.0262451171875,
+ 0.0200653076171875,
+ -0.023529052734375,
+ 0.045379638671875,
+ -0.0015239715576171875,
+ 0.0538330078125,
+ -0.020660400390625,
+ 0.00893402099609375,
+ -0.01363372802734375,
+ 0.022186279296875,
+ -0.022186279296875,
+ -0.10089111328125,
+ -0.056884765625,
+ -0.0181121826171875,
+ -0.077880859375,
+ -0.00592803955078125,
+ 0.000019252300262451172,
+ -0.0074920654296875,
+ 0.018463134765625,
+ -0.040130615234375,
+ -0.019805908203125,
+ 0.01261138916015625,
+ 0.028106689453125,
+ -0.00319671630859375,
+ 0.0294647216796875,
+ -0.061279296875,
+ -0.054534912109375,
+ 0.0082550048828125,
+ 0.0177001953125,
+ -0.01100921630859375,
+ -0.003173828125,
+ -0.034210205078125,
+ 0.0005822181701660156,
+ -0.0117645263671875,
+ -0.0704345703125,
+ 0.005313873291015625,
+ 0.00626373291015625,
+ 0.03826904296875,
+ -0.029296875,
+ 0.0009365081787109375,
+ -0.000009953975677490234,
+ 0.046722412109375,
+ 0.002857208251953125,
+ -0.050445556640625,
+ 0.0125274658203125,
+ -0.040130615234375,
+ -0.01100921630859375,
+ 0.00960540771484375,
+ 0.0428466796875,
+ -0.0090179443359375,
+ 0.01490020751953125,
+ 0.0262451171875,
+ 0.0286102294921875,
+ 0.04437255859375,
+ 0.00757598876953125,
+ 0.04571533203125,
+ -0.0291290283203125,
+ 0.0004048347473144531,
+ -0.0173492431640625,
+ 0.0538330078125,
+ -0.025054931640625,
+ 0.010498046875,
+ 0.027435302734375,
+ -0.0204925537109375,
+ 0.0245513916015625,
+ -0.026580810546875,
+ -0.0240478515625,
+ -0.0214996337890625,
+ 0.01062774658203125,
+ 0.0012750625610351562,
+ 0.006561279296875,
+ 0.040802001953125,
+ -0.020660400390625,
+ 0.04742431640625,
+ 0.04876708984375,
+ 0.008087158203125,
+ 0.010711669921875,
+ 0.00478363037109375,
+ -0.02557373046875,
+ 0.038787841796875,
+ 0.02099609375,
+ 0.007617950439453125,
+ 0.0110931396484375,
+ 0.01837158203125,
+ -0.0084228515625,
+ 0.034027099609375,
+ -0.006435394287109375,
+ -0.00719451904296875,
+ -0.0132904052734375,
+ -0.038421630859375,
+ 0.046051025390625,
+ -0.033355712890625,
+ -0.031829833984375,
+ -0.01036834716796875,
+ 0.003131866455078125,
+ 0.01531982421875,
+ 0.03961181640625,
+ 0.022186279296875,
+ -0.03656005859375,
+ 0.03656005859375,
+ -0.0367431640625,
+ 0.033172607421875,
+ 0.05792236328125,
+ -0.0002446174621582031,
+ 0.040130615234375,
+ 0.0114288330078125,
+ 0.0085906982421875,
+ -0.025054931640625,
+ 0.049774169921875,
+ 0.01947021484375,
+ -0.03131103515625,
+ 0.029632568359375,
+ 0.0538330078125,
+ -0.01430511474609375,
+ -0.06231689453125,
+ -0.018463134765625,
+ -0.0192108154296875,
+ 0.0367431640625,
+ -0.038421630859375,
+ -0.0264129638671875,
+ -0.00025391578674316406,
+ -0.0106658935546875,
+ -0.033355712890625,
+ 0.0008835792541503906,
+ 0.0511474609375,
+ 0.000457763671875,
+ 0.0294647216796875,
+ 0.036224365234375,
+ -0.0095672607421875,
+ -0.0226898193359375,
+ -0.002582550048828125,
+ 0.03167724609375,
+ 0.052490234375,
+ -0.01904296875,
+ -0.00926971435546875,
+ -0.01490020751953125,
+ -0.0323486328125,
+ 0.033172607421875,
+ 0.0212554931640625,
+ 0.022186279296875,
+ 0.0082550048828125,
+ -0.003787994384765625,
+ 0.0160064697265625,
+ -0.006519317626953125,
+ 0.0214996337890625,
+ 0.0200653076171875,
+ -0.0494384765625,
+ -0.001926422119140625,
+ -0.0051422119140625,
+ 0.025054931640625,
+ 0.07415771484375,
+ -0.038604736328125,
+ -0.0157470703125,
+ -0.036407470703125,
+ -0.0110931396484375,
+ -0.0538330078125,
+ -0.05621337890625,
+ -0.037750244140625,
+ -0.055877685546875,
+ 0.0252227783203125,
+ -0.0282745361328125,
+ -0.00965118408203125,
+ 0.004360198974609375,
+ 0.008087158203125,
+ 0.026580810546875,
+ 0.037933349609375,
+ 0.00262451171875,
+ -0.0389404296875,
+ 0.0132904052734375,
+ 0.043182373046875,
+ -0.0115966796875,
+ 0.0011167526245117188,
+ -0.005458831787109375,
+ 0.05181884765625,
+ 0.00478363037109375,
+ -0.003936767578125,
+ -0.035400390625,
+ 0.021331787109375,
+ 0.060272216796875,
+ -0.01091766357421875,
+ 0.03521728515625,
+ -0.03759765625,
+ 0.038604736328125,
+ -0.031494140625,
+ 0.026580810546875,
+ -0.0538330078125,
+ 0.02032470703125,
+ -0.04217529296875,
+ -0.00004565715789794922,
+ -0.00850677490234375,
+ -0.07415771484375,
+ 0.0043182373046875,
+ 0.041473388671875,
+ 0.007152557373046875,
+ -0.006519317626953125,
+ 0.0080413818359375,
+ -0.034027099609375,
+ 0.013885498046875,
+ 0.037078857421875,
+ 0.0019369125366210938,
+ 0.039276123046875,
+ 0.051483154296875,
+ -0.0174407958984375,
+ -0.0031528472900390625,
+ -0.0129547119140625,
+ 0.04876708984375,
+ -0.02777099609375,
+ -0.02557373046875,
+ -0.03436279296875,
+ -0.0211639404296875,
+ -0.038787841796875,
+ -0.0163421630859375,
+ -0.0242156982421875,
+ -0.0144805908203125,
+ 0.004467010498046875,
+ -0.0242156982421875,
+ -0.007366180419921875,
+ -0.0282745361328125,
+ -0.034881591796875,
+ 0.0054168701171875,
+ -0.03692626953125,
+ -0.04742431640625,
+ -0.0257415771484375,
+ 0.07080078125,
+ -0.00732421875,
+ 0.00885009765625,
+ -0.00960540771484375,
+ -0.012786865234375,
+ -0.0186309814453125,
+ 0.0284423828125,
+ -0.042510986328125,
+ 0.0212554931640625,
+ -0.016510009765625,
+ 0.0433349609375,
+ 0.0182037353515625,
+ 0.00609588623046875,
+ 0.0005927085876464844,
+ 0.05487060546875,
+ 0.0242156982421875,
+ -0.00893402099609375,
+ -0.010162353515625,
+ 0.0104522705078125,
+ -0.0218353271484375,
+ 0.014984130859375,
+ -0.01151275634765625,
+ -0.0095672607421875,
+ -0.053497314453125,
+ -0.033172607421875,
+ 0.022186279296875,
+ 0.0155792236328125,
+ 0.02166748046875,
+ 0.007152557373046875,
+ -0.045379638671875,
+ -0.0129547119140625,
+ 0.05926513671875,
+ -0.0022335052490234375,
+ 0.10906982421875,
+ -0.027435302734375,
+ -0.044708251953125,
+ 0.01837158203125,
+ 0.0151519775390625,
+ -0.06231689453125,
+ -0.015838623046875,
+ 0.046722412109375,
+ 0.00308990478515625,
+ 0.01531982421875,
+ 0.033538818359375,
+ -0.0182037353515625,
+ 0.037933349609375,
+ 0.01261138916015625,
+ 0.0114288330078125,
+ -0.011260986328125,
+ 0.0220184326171875,
+ 0.028778076171875,
+ 0.0494384765625,
+ 0.0238800048828125,
+ 0.00994873046875,
+ 0.06939697265625,
+ -0.02471923828125,
+ -0.0257415771484375,
+ -0.043670654296875,
+ -0.04571533203125,
+ 0.0200653076171875,
+ 0.02252197265625,
+ 0.0019893646240234375,
+ 0.03826904296875,
+ -0.0118560791015625,
+ -0.06060791015625,
+ 0.047760009765625,
+ -0.0257415771484375,
+ 0.0721435546875,
+ 0.055206298828125,
+ 0.037750244140625,
+ 0.0306396484375,
+ -0.0242156982421875,
+ -0.022857666015625,
+ 0.011260986328125,
+ 0.01456451416015625,
+ 0.01531982421875,
+ 0.06298828125,
+ 0.029296875,
+ 0.0220184326171875,
+ -0.028106689453125,
+ 0.013458251953125,
+ 0.039794921875,
+ 0.04742431640625,
+ -0.0140533447265625,
+ 0.0267486572265625,
+ 0.0167694091796875,
+ 0.018798828125,
+ -0.021331787109375,
+ 0.038604736328125,
+ 0.013458251953125,
+ -0.033355712890625,
+ 0.005840301513671875,
+ -0.024383544921875,
+ 0.01727294921875,
+ -0.06060791015625,
+ 0.00702667236328125,
+ -0.0002275705337524414,
+ -0.015838623046875,
+ 0.0011692047119140625,
+ 0.0126953125,
+ -0.037261962890625,
+ 0.00910186767578125,
+ 0.0345458984375,
+ -0.05926513671875,
+ 0.03167724609375,
+ 0.04437255859375,
+ -0.0198974609375,
+ 0.005123138427734375,
+ -0.042510986328125,
+ -0.039794921875,
+ 0.037261962890625,
+ -0.0257415771484375,
+ -0.01320648193359375,
+ -0.0162506103515625,
+ 0.004718780517578125,
+ -0.04638671875,
+ -0.0220184326171875,
+ -0.03521728515625,
+ 0.0032806396484375,
+ 0.0026569366455078125,
+ 0.0003082752227783203,
+ 0.035888671875,
+ -0.0494384765625,
+ 0.01430511474609375,
+ 0.0197296142578125,
+ 0.050445556640625,
+ 0.0248870849609375,
+ -0.0419921875,
+ 0.054168701171875,
+ -0.03656005859375,
+ -0.05078125,
+ 0.0264129638671875,
+ 0.0121917724609375,
+ 0.0093994140625,
+ -0.0218353271484375,
+ -0.00218963623046875,
+ 0.0093994140625,
+ -0.007534027099609375,
+ -0.020904541015625,
+ 0.0220184326171875,
+ -0.07989501953125,
+ -0.0367431640625,
+ -0.04742431640625,
+ 0.057220458984375,
+ 0.006984710693359375,
+ 0.039947509765625,
+ 0.0067291259765625,
+ -0.08941650390625,
+ 0.0198974609375,
+ -0.061279296875,
+ -0.0178680419921875,
+ -0.05487060546875,
+ -0.00257110595703125,
+ -0.0026874542236328125,
+ 0.04046630859375,
+ -0.02471923828125,
+ -0.0193939208984375,
+ -0.0162506103515625,
+ 0.061981201171875,
+ 0.0240478515625,
+ 0.0056304931640625,
+ -0.04437255859375,
+ 0.04705810546875,
+ 0.018463134765625,
+ -0.040283203125,
+ -0.006435394287109375,
+ -0.00505828857421875,
+ 0.0088043212890625,
+ 0.0626220703125,
+ -0.061279296875,
+ 0.0007352828979492188,
+ -0.0137176513671875,
+ -0.04132080078125,
+ -0.031494140625,
+ -0.039794921875,
+ -0.0148162841796875,
+ -0.035888671875,
+ 0.00800323486328125,
+ 0.0284423828125,
+ -0.0101165771484375,
+ 0.0257415771484375,
+ 0.02142333984375,
+ 0.0160064697265625,
+ 0.0212554931640625,
+ 0.045379638671875,
+ -0.01227569580078125,
+ 0.01303863525390625,
+ -0.04571533203125,
+ -0.03741455078125,
+ -0.01641845703125,
+ 0.033538818359375,
+ -0.005458831787109375,
+ -0.0084228515625,
+ -0.035736083984375,
+ -0.0199737548828125,
+ 0.0166778564453125,
+ -0.0673828125,
+ -0.01168060302734375,
+ -0.00554656982421875,
+ -0.0171051025390625,
+ -0.02252197265625,
+ -0.059600830078125,
+ 0.0204010009765625,
+ -0.004276275634765625,
+ 0.02691650390625,
+ 0.0350341796875,
+ 0.053497314453125,
+ -0.0633544921875,
+ 0.016082763671875,
+ 0.0099029541015625,
+ 0.0018939971923828125,
+ -0.01007080078125,
+ -0.0125274658203125,
+ 0.00685882568359375,
+ 0.01312255859375,
+ 0.007534027099609375,
+ -0.00855255126953125,
+ -0.036407470703125,
+ -0.044036865234375,
+ 0.0197296142578125,
+ 0.0304718017578125,
+ -0.035400390625,
+ -0.0185394287109375,
+ -0.04437255859375,
+ -0.02471923828125,
+ 0.00778961181640625,
+ 0.002857208251953125,
+ 0.015838623046875,
+ -0.010162353515625,
+ -0.040283203125,
+ 0.0006718635559082031,
+ -0.0178680419921875,
+ -0.0233612060546875,
+ 0.00740814208984375,
+ 0.00033855438232421875,
+ 0.01151275634765625,
+ -0.01303863525390625,
+ -0.007366180419921875,
+ 0.028961181640625,
+ 0.043670654296875,
+ 0.0380859375,
+ 0.01413726806640625,
+ 0.023712158203125,
+ -0.03912353515625,
+ 0.008209228515625,
+ -0.00461578369140625,
+ -0.021331787109375,
+ 0.013458251953125,
+ -0.0450439453125,
+ 0.01456451416015625,
+ -0.0230255126953125,
+ -0.025909423828125,
+ 0.003894805908203125,
+ 0.01354217529296875,
+ 0.01396942138671875,
+ -0.008087158203125,
+ -0.0115966796875,
+ 0.043182373046875,
+ -0.0260772705078125,
+ 0.045379638671875,
+ -0.055206298828125,
+ -0.048431396484375,
+ 0.044708251953125,
+ 0.002666473388671875,
+ 0.04180908203125,
+ 0.043670654296875,
+ 0.02166748046875,
+ -0.016082763671875,
+ 0.003513336181640625,
+ 0.037261962890625,
+ -0.0077056884765625,
+ -0.06231689453125,
+ -0.0165863037109375,
+ 0.0257415771484375,
+ 0.00897216796875,
+ 0.039947509765625,
+ -0.00838470458984375,
+ 0.06060791015625,
+ 0.006435394287109375,
+ -0.016845703125,
+ 0.023193359375,
+ 0.0345458984375,
+ 0.03961181640625,
+ -0.00897216796875,
+ -0.0282745361328125,
+ -0.018280029296875,
+ 0.0201416015625,
+ -0.0226898193359375,
+ -0.0350341796875,
+ 0.005290985107421875,
+ 0.07110595703125,
+ -0.058929443359375,
+ -0.0252227783203125,
+ -0.03369140625,
+ -0.000629425048828125,
+ 0.0155792236328125,
+ 0.00948333740234375,
+ 0.003513336181640625,
+ 0.0223541259765625,
+ 0.0204925537109375,
+ -0.0298004150390625,
+ 0.024383544921875,
+ -0.0173492431640625,
+ -0.003936767578125,
+ 0.0276031494140625,
+ 0.0248870849609375,
+ -0.02557373046875,
+ 0.01422119140625,
+ 0.0165863037109375,
+ 0.0238800048828125,
+ 0.03387451171875,
+ 0.005184173583984375,
+ 0.0264129638671875,
+ 0.014984130859375,
+ 0.077880859375,
+ 0.054534912109375,
+ -0.00931549072265625,
+ -0.0215911865234375,
+ 0.00998687744140625,
+ 0.037933349609375,
+ 0.032501220703125,
+ 0.040985107421875,
+ -0.01837158203125,
+ 0.0294647216796875,
+ -0.007152557373046875,
+ -0.03131103515625,
+ 0.01261138916015625,
+ 0.0260772705078125,
+ -0.00926971435546875,
+ -0.0284423828125,
+ -0.057220458984375,
+ 0.002338409423828125,
+ -0.042999267578125,
+ 0.04217529296875,
+ 0.01003265380859375,
+ -0.0024967193603515625,
+ 0.004802703857421875,
+ 0.0328369140625,
+ -0.05181884765625,
+ -0.04571533203125,
+ 0.01617431640625,
+ -0.0061798095703125,
+ 0.006011962890625,
+ -0.007534027099609375,
+ -0.052490234375,
+ 0.026580810546875,
+ 0.0006561279296875,
+ -0.060943603515625,
+ -0.011260986328125,
+ 0.03692626953125,
+ -0.0008411407470703125,
+ -0.0626220703125,
+ 0.004634857177734375,
+ -0.00202178955078125,
+ -0.021087646484375,
+ -0.04742431640625,
+ -0.041473388671875,
+ -0.018798828125,
+ 0.0125274658203125,
+ -0.0163421630859375,
+ 0.0193023681640625,
+ 0.00281524658203125,
+ -0.01396942138671875,
+ -0.000492095947265625,
+ -0.032501220703125,
+ -0.0208282470703125,
+ 0.01134490966796875,
+ -0.043670654296875,
+ 0.0248870849609375,
+ 0.01363372802734375,
+ -0.0019474029541015625,
+ 0.0233612060546875,
+ 0.0643310546875,
+ 0.01422119140625,
+ 0.0132904052734375,
+ -0.0284423828125,
+ -0.047760009765625,
+ 0.035888671875,
+ 0.0085906982421875,
+ 0.00592803955078125,
+ -0.05792236328125,
+ 0.013458251953125,
+ 0.052154541015625,
+ -0.06060791015625,
+ 0.0226898193359375,
+ -0.0022754669189453125,
+ -0.0367431640625,
+ -0.0411376953125,
+ -0.00032806396484375,
+ -0.0019683837890625,
+ 0.022186279296875,
+ 0.0927734375,
+ -0.01320648193359375,
+ -0.00981903076171875,
+ 0.004718780517578125,
+ -0.06634521484375,
+ 0.04571533203125,
+ -0.00011903047561645508,
+ 0.022857666015625,
+ -0.02557373046875,
+ 0.00969696044921875,
+ -0.01422119140625,
+ -0.0218353271484375,
+ 0.01117706298828125,
+ -0.0687255859375,
+ -0.01287078857421875,
+ 0.0380859375,
+ 0.00243377685546875,
+ -0.05010986328125,
+ 0.0103302001953125,
+ -0.028778076171875,
+ -0.04266357421875,
+ -0.0151519775390625,
+ 0.037261962890625,
+ 0.012359619140625,
+ -0.0006613731384277344,
+ -0.038421630859375,
+ -0.006519317626953125,
+ 0.0162506103515625,
+ -0.06500244140625,
+ -0.040130615234375,
+ 0.0008835792541503906,
+ 0.03521728515625,
+ 0.031829833984375,
+ -0.055206298828125,
+ -0.00609588623046875,
+ -0.00910186767578125,
+ 0.04742431640625,
+ 0.025390625,
+ 0.025909423828125,
+ -0.060272216796875,
+ -0.02032470703125,
+ 0.0211639404296875,
+ 0.02996826171875,
+ -0.01261138916015625,
+ -0.01380157470703125,
+ -0.002899169921875,
+ 0.007617950439453125,
+ 0.0248870849609375,
+ -0.023529052734375,
+ 0.031494140625,
+ 0.041656494140625,
+ -0.0101165771484375,
+ -0.031494140625,
+ -0.040283203125,
+ -0.02142333984375,
+ 0.01641845703125,
+ 0.0095672607421875,
+ 0.04217529296875,
+ 0.0212554931640625,
+ -0.031829833984375,
+ -0.05621337890625,
+ 0.028961181640625,
+ -0.0020961761474609375,
+ 0.03082275390625,
+ 0.032012939453125,
+ -0.0218353271484375,
+ -0.058258056640625,
+ -0.06805419921875,
+ -0.019561767578125,
+ 0.008758544921875,
+ -0.035400390625,
+ 0.041473388671875,
+ 0.0262451171875,
+ 0.007152557373046875,
+ 0.019561767578125,
+ -0.016937255859375,
+ 0.01003265380859375,
+ 0.04705810546875,
+ -0.0132904052734375,
+ -0.01456451416015625,
+ 0.061981201171875,
+ -0.065673828125,
+ 0.000820159912109375,
+ -0.00205230712890625,
+ 0.005313873291015625,
+ -0.001682281494140625,
+ -0.0233612060546875,
+ -0.0218353271484375,
+ -0.0267486572265625,
+ 0.037261962890625,
+ 0.0177764892578125,
+ -0.00412750244140625,
+ 0.052825927734375,
+ -0.00647735595703125,
+ 0.01354217529296875,
+ 0.02557373046875,
+ -0.040283203125,
+ -0.01337432861328125,
+ 0.0226898193359375,
+ 0.00027108192443847656,
+ -0.0011959075927734375,
+ -0.058929443359375,
+ -0.05487060546875,
+ 0.01837158203125,
+ -0.08599853515625,
+ -0.00926971435546875,
+ -0.006771087646484375,
+ 0.0214996337890625,
+ 0.01837158203125,
+ -0.040283203125,
+ 0.042327880859375,
+ -0.017608642578125,
+ 0.0260772705078125,
+ -0.0200653076171875,
+ 0.0264129638671875,
+ 0.0028362274169921875,
+ 0.031494140625,
+ 0.01413726806640625,
+ -0.0193023681640625,
+ 0.0284423828125,
+ 0.0177764892578125,
+ -0.02996826171875,
+ -0.035888671875,
+ 0.0114288330078125,
+ -0.032501220703125,
+ 0.0323486328125,
+ -0.04705810546875,
+ -0.01168060302734375,
+ 0.020660400390625,
+ 0.025909423828125,
+ 0.0242156982421875,
+ -0.01020050048828125,
+ 0.0511474609375,
+ -0.018035888671875,
+ -0.061981201171875,
+ 0.01320648193359375,
+ -0.019805908203125,
+ -0.013458251953125,
+ 0.0105438232421875,
+ -0.009521484375,
+ -0.005756378173828125,
+ 0.0208282470703125,
+ 0.029632568359375,
+ 0.0328369140625,
+ 0.043670654296875,
+ 0.0208282470703125,
+ 0.0165863037109375,
+ 0.0177001953125,
+ -0.0005979537963867188,
+ 0.0223541259765625,
+ 0.0043792724609375,
+ 0.0171051025390625,
+ 0.0015344619750976562,
+ 0.05181884765625,
+ 0.0167694091796875,
+ -0.065673828125,
+ -0.0160064697265625,
+ 0.00905609130859375,
+ -0.0494384765625,
+ -0.0103302001953125,
+ 0.08465576171875,
+ 0.031158447265625,
+ -0.004425048828125,
+ 0.0155792236328125,
+ 0.023529052734375,
+ 0.035552978515625,
+ 0.01549530029296875,
+ -0.0350341796875,
+ -0.0748291015625,
+ -0.0025081634521484375,
+ 0.0137176513671875,
+ 0.0389404296875,
+ -0.038604736328125,
+ 0.0450439453125,
+ 0.083984375,
+ -0.0199737548828125,
+ -0.0731201171875,
+ -0.004718780517578125,
+ -0.0240478515625,
+ 0.0731201171875,
+ 0.031158447265625,
+ 0.0262451171875,
+ -0.064697265625,
+ -0.00238037109375,
+ 0.022857666015625,
+ 0.01091766357421875,
+ -0.0013017654418945312,
+ -0.001979827880859375,
+ -0.0121917724609375,
+ 0.036224365234375,
+ -0.04571533203125,
+ -0.007534027099609375,
+ 0.0257415771484375,
+ 0.06365966796875,
+ 0.0143890380859375,
+ -0.054168701171875,
+ -0.01523590087890625,
+ 0.05859375,
+ 0.015411376953125,
+ -0.018463134765625,
+ -0.0050811767578125,
+ 0.0304718017578125,
+ 0.0185394287109375,
+ 0.010711669921875,
+ 0.048431396484375,
+ 0.034881591796875,
+ 0.0260772705078125,
+ 0.01531982421875,
+ -0.038421630859375,
+ 0.03387451171875,
+ -0.01396942138671875,
+ -0.005504608154296875,
+ 0.028778076171875,
+ -0.056549072265625,
+ -0.055206298828125,
+ -0.05487060546875,
+ 0.0252227783203125,
+ 0.0005421638488769531,
+ 0.03521728515625,
+ -0.006305694580078125,
+ -0.00910186767578125,
+ -0.0118560791015625,
+ 0.03912353515625,
+ 0.0174407958984375,
+ 0.040283203125,
+ 0.0284423828125,
+ 0.01003265380859375,
+ 0.01422119140625,
+ 0.00897216796875,
+ -0.03131103515625,
+ -0.02557373046875,
+ 0.057220458984375,
+ -0.04437255859375,
+ -0.032012939453125,
+ -0.044036865234375,
+ -0.0144805908203125,
+ -0.0214996337890625,
+ -0.0214996337890625,
+ -0.005184173583984375,
+ -0.0024967193603515625,
+ 0.016845703125,
+ -0.01227569580078125,
+ -0.046051025390625,
+ -0.007450103759765625,
+ 0.024383544921875,
+ -0.01020050048828125,
+ 0.02557373046875,
+ 0.03131103515625,
+ -0.0014600753784179688,
+ -0.002391815185546875,
+ -0.07177734375,
+ 0.08026123046875,
+ 0.060943603515625,
+ 0.00787353515625,
+ -0.0117645263671875,
+ 0.0017147064208984375,
+ 0.0262451171875,
+ -0.00948333740234375,
+ -0.006603240966796875,
+ -0.0013761520385742188,
+ -0.009185791015625,
+ 0.0406494140625,
+ 0.01523590087890625,
+ -0.009735107421875,
+ -0.0276031494140625,
+ 0.0173492431640625,
+ 0.007068634033203125,
+ -0.0204010009765625,
+ 0.035400390625,
+ 0.001285552978515625,
+ 0.050445556640625,
+ 0.006011962890625,
+ 0.005035400390625,
+ -0.00522613525390625,
+ -0.0721435546875,
+ 0.03216552734375,
+ -0.0002605915069580078,
+ -0.00385284423828125,
+ 0.024383544921875,
+ -0.04705810546875,
+ 0.061981201171875,
+ 0.00647735595703125,
+ 0.059600830078125,
+ -0.049102783203125,
+ 0.039459228515625,
+ -0.0005345344543457031,
+ -0.007366180419921875,
+ -0.020233154296875,
+ 0.0270843505859375,
+ -0.01244354248046875,
+ 0.0240478515625,
+ 0.0036830902099609375,
+ 0.034027099609375,
+ 0.049774169921875,
+ 0.0036411285400390625,
+ -0.07147216796875,
+ -0.0012226104736328125,
+ 0.006687164306640625,
+ 0.027435302734375,
+ 0.055877685546875,
+ -0.04180908203125,
+ -0.0252227783203125,
+ 0.026580810546875,
+ 0.023529052734375,
+ 0.061981201171875,
+ 0.00647735595703125,
+ 0.0193023681640625,
+ 0.013458251953125,
+ -0.007534027099609375,
+ 0.01947021484375,
+ -0.009185791015625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response"
+ ],
+ "phases": [
+ "examination"
+ ],
+ "tags": [
+ "endpoint",
+ "sql"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Kismet",
+ "type": "tool",
+ "name": "Kismet",
+ "content": "kismet der wireless-netzwerk-detektor und sniffer findet versteckte wlans, rogue-access-points und verdächtige clients. passives monitoring ohne aussenden von probe-requests macht es ideal für verdeckte ermittlungen. unterstützt 802.11a/b/g/n/ac und moderne standards. die gps-integration ermöglicht war-driving mit präziser standort-zuordnung. besonders wertvoll: erkennung von deauth-attacks, evil-twin-aps, client-isolation- bypasses. die plugin-architektur erweitert für bluetooth, zigbee, andere funkprotokolle. rest-api für integration in soc-dashboards. der distributed-mode koordiniert mehrere sensoren. pcap-export für wireshark-analyse. die alert-engine meldet sicherheitsverletzungen. web-ui visualisiert netzwerk-topologie. besonders stark bei firmen- wlan-audits und incident-response. die log-correlation findet zusammenhänge zwischen events. unterstützt software-defined-radios für erweiterte frequenzbereiche. die community-entwicklung fokussiert auf praktiker-bedürfnisse. standard-tool für wireless-forensik weltweit. gui pcap-capture geolocation live-acquisition anomaly-detection wireless-analysis passive-monitoring gps-mapping multi-protocol distributed-sensors api-enabled wardrive-capable incident-response network-forensics data-collection examination",
+ "embedding": [
+ -0.0263214111328125,
+ -0.00287628173828125,
+ 0.049163818359375,
+ 0.0270233154296875,
+ 0.037994384765625,
+ 0.0112457275390625,
+ 0.010284423828125,
+ -0.024749755859375,
+ -0.031890869140625,
+ -0.00872039794921875,
+ -0.02789306640625,
+ 0.05682373046875,
+ 0.02301025390625,
+ -0.036956787109375,
+ -0.055450439453125,
+ 0.023193359375,
+ -0.0460205078125,
+ 0.01873779296875,
+ 0.005535125732421875,
+ 0.006450653076171875,
+ -0.039398193359375,
+ -0.0100250244140625,
+ -0.057891845703125,
+ 0.0084991455078125,
+ -0.01168060302734375,
+ -0.0135955810546875,
+ -0.02789306640625,
+ -0.052642822265625,
+ -0.0350341796875,
+ -0.02178955078125,
+ 0.0164794921875,
+ -0.02545166015625,
+ 0.00732421875,
+ 0.033477783203125,
+ 0.022491455078125,
+ -0.044097900390625,
+ -0.0010080337524414062,
+ -0.078125,
+ -0.0026912689208984375,
+ 0.024749755859375,
+ -0.005035400390625,
+ 0.002735137939453125,
+ -0.005664825439453125,
+ -0.0106353759765625,
+ -0.032958984375,
+ -0.04705810546875,
+ -0.009368896484375,
+ -0.0130767822265625,
+ 0.03173828125,
+ -0.020050048828125,
+ 0.018218994140625,
+ 0.0204010009765625,
+ 0.0186614990234375,
+ -0.000762939453125,
+ -0.0067138671875,
+ 0.0179595947265625,
+ 0.0439453125,
+ -0.0325927734375,
+ -0.05194091796875,
+ 0.0484619140625,
+ -0.0294647216796875,
+ -0.0301666259765625,
+ -0.0009751319885253906,
+ -0.0277252197265625,
+ 0.018829345703125,
+ 0.0244140625,
+ -0.0020046234130859375,
+ -0.035736083984375,
+ 0.0009098052978515625,
+ 0.005664825439453125,
+ 0.02301025390625,
+ -0.025634765625,
+ -0.0228424072265625,
+ 0.00732421875,
+ -0.0299835205078125,
+ -0.0252838134765625,
+ 0.0220489501953125,
+ 0.007541656494140625,
+ 0.01024627685546875,
+ -0.00888824462890625,
+ -0.03887939453125,
+ 0.0025615692138671875,
+ 0.055084228515625,
+ -0.0251007080078125,
+ -0.013946533203125,
+ 0.0007901191711425781,
+ 0.03399658203125,
+ 0.00745391845703125,
+ -0.01934814453125,
+ 0.007801055908203125,
+ 0.025634765625,
+ -0.027191162109375,
+ 0.027374267578125,
+ -0.0299835205078125,
+ 0.024932861328125,
+ 0.054046630859375,
+ -0.0109405517578125,
+ 0.003116607666015625,
+ -0.0287628173828125,
+ 0.0183868408203125,
+ 0.0277252197265625,
+ -0.0270233154296875,
+ 0.067626953125,
+ 0.010986328125,
+ 0.044097900390625,
+ -0.02056884765625,
+ -0.00241851806640625,
+ -0.0034656524658203125,
+ -0.003574371337890625,
+ -0.00588226318359375,
+ -0.08819580078125,
+ -0.0155181884765625,
+ -0.00888824462890625,
+ -0.04254150390625,
+ 0.0020275115966796875,
+ 0.005970001220703125,
+ -0.005840301513671875,
+ 0.042022705078125,
+ -0.042205810546875,
+ -0.021881103515625,
+ 0.0313720703125,
+ 0.007625579833984375,
+ -0.0016345977783203125,
+ -0.007801055908203125,
+ -0.0655517578125,
+ -0.057891845703125,
+ 0.00470733642578125,
+ 0.0123748779296875,
+ -0.041656494140625,
+ -0.0108489990234375,
+ -0.02117919921875,
+ -0.0222320556640625,
+ -0.0084991455078125,
+ -0.033294677734375,
+ 0.0164794921875,
+ 0.0026149749755859375,
+ 0.01255035400390625,
+ 0.017608642578125,
+ -0.0162200927734375,
+ -0.0026149749755859375,
+ 0.030853271484375,
+ -0.0115966796875,
+ -0.03643798828125,
+ 0.01107025146484375,
+ -0.050567626953125,
+ -0.0091094970703125,
+ -0.0012044906616210938,
+ 0.04705810546875,
+ -0.0007028579711914062,
+ 0.0238800048828125,
+ -0.009674072265625,
+ 0.019439697265625,
+ 0.058929443359375,
+ 0.01412200927734375,
+ -0.0162200927734375,
+ -0.0484619140625,
+ 0.0006618499755859375,
+ -0.002048492431640625,
+ 0.0282440185546875,
+ -0.02056884765625,
+ -0.01751708984375,
+ -0.012725830078125,
+ -0.021697998046875,
+ 0.0196075439453125,
+ -0.0282440185546875,
+ -0.0140380859375,
+ -0.0211029052734375,
+ 0.0043792724609375,
+ 0.034698486328125,
+ -0.00823974609375,
+ 0.0299835205078125,
+ -0.0149078369140625,
+ 0.032958984375,
+ 0.07391357421875,
+ -0.0130767822265625,
+ 0.024932861328125,
+ 0.00257110595703125,
+ -0.00801849365234375,
+ 0.0012531280517578125,
+ 0.0582275390625,
+ -0.01534271240234375,
+ -0.02911376953125,
+ 0.0245819091796875,
+ 0.0155181884765625,
+ 0.055450439453125,
+ -0.004619598388671875,
+ -0.0338134765625,
+ 0.00949859619140625,
+ -0.0338134765625,
+ 0.02911376953125,
+ -0.041656494140625,
+ -0.0226593017578125,
+ -0.0180511474609375,
+ 0.040802001953125,
+ 0.0043792724609375,
+ 0.06658935546875,
+ 0.00811004638671875,
+ -0.02911376953125,
+ 0.049163818359375,
+ 0.0004031658172607422,
+ 0.0244140625,
+ 0.022308349609375,
+ -0.00989532470703125,
+ 0.0191802978515625,
+ -0.0026378631591796875,
+ -0.0019283294677734375,
+ -0.018310546875,
+ 0.029632568359375,
+ 0.0411376953125,
+ -0.0027027130126953125,
+ -0.024749755859375,
+ 0.048126220703125,
+ -0.0213623046875,
+ -0.0258026123046875,
+ -0.0032901763916015625,
+ -0.01132965087890625,
+ 0.0075836181640625,
+ -0.025634765625,
+ 0.0008063316345214844,
+ -0.008544921875,
+ -0.013427734375,
+ -0.045318603515625,
+ -0.00035691261291503906,
+ 0.04705810546875,
+ -0.01264190673828125,
+ 0.050201416015625,
+ 0.0220489501953125,
+ -0.0439453125,
+ -0.00811004638671875,
+ 0.046722412109375,
+ 0.004009246826171875,
+ 0.03277587890625,
+ 0.0010080337524414062,
+ -0.01934814453125,
+ -0.0238800048828125,
+ -0.01534271240234375,
+ 0.0209197998046875,
+ 0.05474853515625,
+ 0.0325927734375,
+ 0.025970458984375,
+ -0.0160369873046875,
+ 0.050567626953125,
+ -0.03155517578125,
+ 0.02178955078125,
+ 0.0252838134765625,
+ -0.032440185546875,
+ 0.006145477294921875,
+ 0.0011167526245117188,
+ 0.015167236328125,
+ 0.06939697265625,
+ -0.0386962890625,
+ 0.0072784423828125,
+ -0.051605224609375,
+ 0.005252838134765625,
+ -0.087158203125,
+ -0.0100250244140625,
+ -0.03887939453125,
+ -0.04376220703125,
+ 0.0306854248046875,
+ -0.0129852294921875,
+ -0.0275421142578125,
+ -0.01107025146484375,
+ 0.022491455078125,
+ -0.01132965087890625,
+ 0.065185546875,
+ -0.00745391845703125,
+ -0.040435791015625,
+ -0.037841796875,
+ 0.07672119140625,
+ -0.0049896240234375,
+ -0.03155517578125,
+ -0.0238800048828125,
+ 0.0305023193359375,
+ 0.01055145263671875,
+ 0.045318603515625,
+ -0.0034427642822265625,
+ 0.020751953125,
+ 0.038177490234375,
+ 0.0019283294677734375,
+ 0.0233612060546875,
+ -0.0484619140625,
+ 0.003246307373046875,
+ -0.03662109375,
+ 0.03155517578125,
+ -0.04705810546875,
+ 0.00485992431640625,
+ -0.0027561187744140625,
+ 0.00211334228515625,
+ 0.0097198486328125,
+ -0.06207275390625,
+ 0.007671356201171875,
+ 0.04254150390625,
+ -0.0012912750244140625,
+ 0.007541656494140625,
+ 0.01508331298828125,
+ -0.04705810546875,
+ 0.0222320556640625,
+ 0.0123748779296875,
+ 0.01560211181640625,
+ 0.0128173828125,
+ 0.0484619140625,
+ -0.033111572265625,
+ 0.001438140869140625,
+ 0.01351165771484375,
+ 0.025634765625,
+ -0.0386962890625,
+ -0.038177490234375,
+ -0.042877197265625,
+ -0.0012912750244140625,
+ -0.0460205078125,
+ -0.0228424072265625,
+ -0.0118560791015625,
+ -0.015167236328125,
+ 0.0362548828125,
+ -0.00827789306640625,
+ 0.00653839111328125,
+ -0.01499176025390625,
+ -0.05682373046875,
+ 0.0251007080078125,
+ -0.04638671875,
+ -0.03155517578125,
+ -0.04132080078125,
+ 0.039581298828125,
+ 0.01953125,
+ 0.020660400390625,
+ -0.00919342041015625,
+ -0.00379180908203125,
+ -0.03173828125,
+ 0.028411865234375,
+ -0.0211029052734375,
+ 0.02789306640625,
+ -0.010284423828125,
+ 0.0338134765625,
+ 0.02301025390625,
+ 0.0173492431640625,
+ 0.00714874267578125,
+ 0.08160400390625,
+ 0.00841522216796875,
+ -0.01194000244140625,
+ -0.0130767822265625,
+ 0.021881103515625,
+ 0.01142120361328125,
+ 0.033477783203125,
+ -0.01316070556640625,
+ -0.024749755859375,
+ 0.0010137557983398438,
+ -0.018310546875,
+ 0.029632568359375,
+ 0.0289459228515625,
+ 0.024749755859375,
+ 0.018829345703125,
+ -0.01102447509765625,
+ 0.0100250244140625,
+ 0.06414794921875,
+ -0.01568603515625,
+ 0.09625244140625,
+ -0.0140380859375,
+ -0.052642822265625,
+ 0.0006809234619140625,
+ 0.029296875,
+ -0.028594970703125,
+ 0.001018524169921875,
+ 0.042877197265625,
+ 0.033294677734375,
+ 0.0190887451171875,
+ 0.04461669921875,
+ -0.015167236328125,
+ 0.029815673828125,
+ -0.01473236083984375,
+ -0.0208282470703125,
+ -0.0007352828979492188,
+ -0.01412200927734375,
+ -0.0017976760864257812,
+ 0.05438232421875,
+ 0.0244140625,
+ -0.020660400390625,
+ 0.037841796875,
+ -0.0245819091796875,
+ -0.0362548828125,
+ -0.06732177734375,
+ -0.05682373046875,
+ 0.005054473876953125,
+ 0.0435791015625,
+ 0.026153564453125,
+ 0.04949951171875,
+ -0.044464111328125,
+ -0.07220458984375,
+ 0.004749298095703125,
+ -0.05615234375,
+ 0.062408447265625,
+ 0.0161285400390625,
+ 0.01629638671875,
+ 0.045318603515625,
+ -0.025634765625,
+ -0.00946044921875,
+ 0.006450653076171875,
+ -0.0018739700317382812,
+ 0.029815673828125,
+ 0.07843017578125,
+ 0.0184783935546875,
+ 0.007801055908203125,
+ -0.031890869140625,
+ 0.00980377197265625,
+ 0.0362548828125,
+ 0.00234222412109375,
+ 0.0063629150390625,
+ 0.0411376953125,
+ 0.0140380859375,
+ 0.028411865234375,
+ -0.0263214111328125,
+ 0.0350341796875,
+ 0.05230712890625,
+ -0.039764404296875,
+ -0.02685546875,
+ -0.035552978515625,
+ 0.00249481201171875,
+ -0.06170654296875,
+ 0.02301025390625,
+ -0.00394439697265625,
+ -0.0166473388671875,
+ 0.009979248046875,
+ 0.033660888671875,
+ -0.021881103515625,
+ -0.01041412353515625,
+ 0.0228424072265625,
+ -0.0484619140625,
+ 0.0030078887939453125,
+ 0.0025177001953125,
+ -0.0162200927734375,
+ 0.022491455078125,
+ -0.029815673828125,
+ -0.0460205078125,
+ 0.00928497314453125,
+ -0.00902557373046875,
+ -0.0160369873046875,
+ 0.0215301513671875,
+ 0.004901885986328125,
+ -0.049163818359375,
+ -0.06695556640625,
+ -0.007366180419921875,
+ 0.006755828857421875,
+ -0.01229095458984375,
+ -0.020751953125,
+ 0.06207275390625,
+ -0.000022113323211669922,
+ 0.0019063949584960938,
+ 0.04010009765625,
+ 0.015869140625,
+ 0.00047659873962402344,
+ -0.04339599609375,
+ 0.03643798828125,
+ -0.033660888671875,
+ -0.029632568359375,
+ 0.01873779296875,
+ 0.0222320556640625,
+ 0.01873779296875,
+ -0.030853271484375,
+ -0.008544921875,
+ -0.00152587890625,
+ 0.01020050048828125,
+ 0.0079345703125,
+ 0.022491455078125,
+ -0.044464111328125,
+ -0.0294647216796875,
+ -0.05126953125,
+ 0.055084228515625,
+ 0.0020160675048828125,
+ 0.044097900390625,
+ -0.028411865234375,
+ -0.054046630859375,
+ 0.04461669921875,
+ -0.042022705078125,
+ -0.0177001953125,
+ 0.007541656494140625,
+ 0.0186614990234375,
+ -0.00579833984375,
+ 0.045318603515625,
+ -0.01690673828125,
+ -0.0017328262329101562,
+ 0.0006074905395507812,
+ 0.04949951171875,
+ 0.003398895263671875,
+ -0.01525115966796875,
+ -0.077392578125,
+ 0.018829345703125,
+ 0.00885009765625,
+ -0.05963134765625,
+ 0.00984954833984375,
+ -0.0162200927734375,
+ 0.01055145263671875,
+ 0.0374755859375,
+ -0.056488037109375,
+ -0.0028553009033203125,
+ -0.015167236328125,
+ -0.05963134765625,
+ -0.026153564453125,
+ -0.03399658203125,
+ -0.034881591796875,
+ -0.0258026123046875,
+ 0.0312042236328125,
+ 0.041656494140625,
+ -0.0017976760864257812,
+ 0.034881591796875,
+ 0.0013561248779296875,
+ 0.01255035400390625,
+ 0.01316070556640625,
+ -0.0091094970703125,
+ -0.03521728515625,
+ 0.0118560791015625,
+ -0.046722412109375,
+ -0.0213623046875,
+ 0.007625579833984375,
+ 0.0275421142578125,
+ -0.022308349609375,
+ -0.0167388916015625,
+ 0.00745391845703125,
+ -0.038543701171875,
+ 0.033111572265625,
+ -0.0289459228515625,
+ -0.028076171875,
+ -0.0162200927734375,
+ -0.04949951171875,
+ -0.0341796875,
+ -0.0202178955078125,
+ 0.0026264190673828125,
+ 0.045318603515625,
+ 0.0025177001953125,
+ -0.023193359375,
+ 0.0484619140625,
+ -0.0294647216796875,
+ 0.0179595947265625,
+ -0.01107025146484375,
+ -0.033111572265625,
+ 0.03643798828125,
+ -0.0111541748046875,
+ 0.0142059326171875,
+ -0.00885009765625,
+ 0.030853271484375,
+ -0.033111572265625,
+ -0.02789306640625,
+ -0.074951171875,
+ 0.003879547119140625,
+ 0.0006647109985351562,
+ -0.032257080078125,
+ -0.039215087890625,
+ -0.050567626953125,
+ -0.04705810546875,
+ -0.010894775390625,
+ 0.036956787109375,
+ 0.0238800048828125,
+ -0.00592803955078125,
+ -0.00919342041015625,
+ -0.0245819091796875,
+ -0.0124664306640625,
+ -0.017608642578125,
+ 0.0265045166015625,
+ -0.0168304443359375,
+ -0.00409698486328125,
+ -0.0117645263671875,
+ -0.0167388916015625,
+ 0.0275421142578125,
+ 0.034332275390625,
+ 0.029815673828125,
+ 0.01168060302734375,
+ 0.025970458984375,
+ -0.01953125,
+ 0.029632568359375,
+ -0.0108489990234375,
+ 0.0220489501953125,
+ 0.0103302001953125,
+ -0.007801055908203125,
+ 0.048126220703125,
+ -0.0509033203125,
+ 0.0020275115966796875,
+ -0.010589599609375,
+ 0.0130767822265625,
+ 0.0197906494140625,
+ 0.0180511474609375,
+ -0.00827789306640625,
+ 0.0435791015625,
+ 0.027191162109375,
+ 0.021697998046875,
+ -0.06207275390625,
+ -0.0460205078125,
+ -0.00640869140625,
+ 0.0013399124145507812,
+ 0.0325927734375,
+ 0.0460205078125,
+ -0.0021038055419921875,
+ -0.01194000244140625,
+ 0.01050567626953125,
+ 0.051605224609375,
+ -0.0005011558532714844,
+ -0.04705810546875,
+ -0.03662109375,
+ 0.0146484375,
+ 0.0294647216796875,
+ 0.0423583984375,
+ -0.00959014892578125,
+ 0.07147216796875,
+ 0.034698486328125,
+ 0.0022220611572265625,
+ 0.038177490234375,
+ 0.070068359375,
+ 0.0240631103515625,
+ -0.0003705024719238281,
+ -0.055450439453125,
+ 0.008453369140625,
+ 0.0100250244140625,
+ -0.034698486328125,
+ -0.042877197265625,
+ 0.00557708740234375,
+ 0.0537109375,
+ -0.05859375,
+ -0.023193359375,
+ -0.02545166015625,
+ -0.00010693073272705078,
+ 0.005664825439453125,
+ 0.0244140625,
+ -0.040283203125,
+ 0.0251007080078125,
+ 0.0016565322875976562,
+ -0.0228424072265625,
+ -0.0233612060546875,
+ -0.0142059326171875,
+ 0.0213623046875,
+ 0.0305023193359375,
+ 0.041839599609375,
+ -0.02911376953125,
+ 0.019439697265625,
+ 0.035736083984375,
+ 0.0439453125,
+ 0.0123748779296875,
+ 0.05963134765625,
+ -0.007625579833984375,
+ 0.005123138427734375,
+ 0.0277252197265625,
+ 0.06591796875,
+ -0.0032901763916015625,
+ -0.00867462158203125,
+ 0.0103759765625,
+ 0.027191162109375,
+ 0.042022705078125,
+ 0.062744140625,
+ 0.02789306640625,
+ -0.008453369140625,
+ -0.032440185546875,
+ -0.03155517578125,
+ 0.01325225830078125,
+ -0.0015802383422851562,
+ -0.009368896484375,
+ -0.0411376953125,
+ -0.029296875,
+ 0.05963134765625,
+ -0.035400390625,
+ 0.0245819091796875,
+ 0.0238800048828125,
+ -0.004730224609375,
+ -0.02301025390625,
+ 0.02667236328125,
+ -0.0051422119140625,
+ -0.033111572265625,
+ 0.0186614990234375,
+ -0.0210113525390625,
+ -0.039581298828125,
+ -0.030853271484375,
+ -0.046722412109375,
+ 0.04742431640625,
+ -0.00902557373046875,
+ -0.04742431640625,
+ 0.006885528564453125,
+ 0.041656494140625,
+ -0.0177764892578125,
+ -0.02667236328125,
+ -0.020751953125,
+ 0.00333404541015625,
+ -0.0178680419921875,
+ -0.031036376953125,
+ -0.057891845703125,
+ -0.033660888671875,
+ 0.002506256103515625,
+ -0.01229095458984375,
+ -0.01560211181640625,
+ 0.003574371337890625,
+ -0.009765625,
+ -0.0020275115966796875,
+ -0.0196075439453125,
+ -0.025634765625,
+ 0.036102294921875,
+ -0.05194091796875,
+ 0.056488037109375,
+ 0.01534271240234375,
+ 0.0325927734375,
+ 0.015869140625,
+ 0.041656494140625,
+ 0.00872039794921875,
+ -0.01499176025390625,
+ 0.0006537437438964844,
+ -0.0341796875,
+ 0.009063720703125,
+ -0.0221405029296875,
+ 0.0226593017578125,
+ -0.07183837890625,
+ 0.02667236328125,
+ 0.05926513671875,
+ -0.06695556640625,
+ 0.0162200927734375,
+ 0.015777587890625,
+ -0.01351165771484375,
+ -0.0399169921875,
+ -0.011505126953125,
+ 0.00022614002227783203,
+ -0.0251007080078125,
+ 0.06414794921875,
+ -0.0072784423828125,
+ -0.0338134765625,
+ 0.0282440185546875,
+ -0.04705810546875,
+ 0.05474853515625,
+ 0.0325927734375,
+ 0.0216217041015625,
+ -0.0301666259765625,
+ 0.0155181884765625,
+ 0.032958984375,
+ -0.004032135009765625,
+ -0.004055023193359375,
+ -0.08087158203125,
+ 0.003509521484375,
+ 0.018829345703125,
+ 0.0162200927734375,
+ -0.0022563934326171875,
+ 0.0091552734375,
+ -0.0655517578125,
+ -0.02056884765625,
+ -0.027191162109375,
+ 0.012115478515625,
+ 0.0215301513671875,
+ -0.01447296142578125,
+ -0.040802001953125,
+ -0.01568603515625,
+ -0.0221405029296875,
+ -0.048828125,
+ -0.043060302734375,
+ -0.02911376953125,
+ 0.0325927734375,
+ 0.0190887451171875,
+ -0.040283203125,
+ 0.01351165771484375,
+ -0.007625579833984375,
+ -0.0013017654418945312,
+ 0.029296875,
+ 0.034515380859375,
+ -0.05126953125,
+ 0.0111541748046875,
+ 0.0005474090576171875,
+ 0.00806427001953125,
+ 0.0010843276977539062,
+ 0.0020809173583984375,
+ -0.0162200927734375,
+ 0.0136871337890625,
+ 0.0252838134765625,
+ -0.040283203125,
+ 0.0228424072265625,
+ 0.034515380859375,
+ -0.029296875,
+ -0.06207275390625,
+ -0.0168304443359375,
+ -0.025970458984375,
+ 0.0251007080078125,
+ -0.0013561248779296875,
+ 0.07672119140625,
+ -0.01255035400390625,
+ -0.028076171875,
+ -0.08575439453125,
+ 0.039215087890625,
+ -0.01473236083984375,
+ 0.02667236328125,
+ 0.0142974853515625,
+ -0.045318603515625,
+ -0.06591796875,
+ -0.06451416015625,
+ -0.01953125,
+ 0.0198822021484375,
+ -0.043243408203125,
+ 0.01953125,
+ 0.0165557861328125,
+ -0.00823974609375,
+ 0.001743316650390625,
+ -0.037994384765625,
+ 0.02911376953125,
+ 0.0263214111328125,
+ 0.01132965087890625,
+ -0.042205810546875,
+ 0.06414794921875,
+ -0.043060302734375,
+ 0.034698486328125,
+ -0.0072784423828125,
+ 0.0130767822265625,
+ -0.0020160675048828125,
+ 0.011505126953125,
+ -0.0275421142578125,
+ -0.0023212432861328125,
+ 0.01412200927734375,
+ 0.0582275390625,
+ -0.0282440185546875,
+ -0.0011606216430664062,
+ -0.0118560791015625,
+ 0.0306854248046875,
+ -0.01024627685546875,
+ -0.025970458984375,
+ 0.004749298095703125,
+ -0.0028324127197265625,
+ -0.0185699462890625,
+ -0.013946533203125,
+ -0.0753173828125,
+ -0.082275390625,
+ -0.0124664306640625,
+ -0.062744140625,
+ -0.0124664306640625,
+ 0.0014162063598632812,
+ -0.0009698867797851562,
+ 0.007801055908203125,
+ -0.013946533203125,
+ 0.03277587890625,
+ 0.0091552734375,
+ -0.0069732666015625,
+ -0.039581298828125,
+ -0.0007901191711425781,
+ -0.03173828125,
+ 0.04010009765625,
+ -0.0159454345703125,
+ -0.0226593017578125,
+ 0.019439697265625,
+ -0.013427734375,
+ 0.0007462501525878906,
+ -0.027374267578125,
+ 0.030853271484375,
+ -0.0008497238159179688,
+ -0.004749298095703125,
+ -0.07220458984375,
+ -0.0190887451171875,
+ 0.0162200927734375,
+ 0.04705810546875,
+ -0.0189971923828125,
+ 0.006755828857421875,
+ 0.042022705078125,
+ -0.0209197998046875,
+ -0.042205810546875,
+ 0.0313720703125,
+ -0.0030727386474609375,
+ -0.049163818359375,
+ 0.04254150390625,
+ 0.025970458984375,
+ 0.027374267578125,
+ 0.03277587890625,
+ 0.044097900390625,
+ 0.0165557861328125,
+ 0.01473236083984375,
+ 0.023712158203125,
+ -0.0214385986328125,
+ 0.0014600753784179688,
+ -0.012115478515625,
+ 0.0350341796875,
+ 0.0100250244140625,
+ 0.0374755859375,
+ -0.028411865234375,
+ 0.0210113525390625,
+ 0.003986358642578125,
+ -0.0892333984375,
+ 0.012725830078125,
+ -0.033111572265625,
+ -0.0537109375,
+ 0.01412200927734375,
+ 0.06695556640625,
+ 0.037322998046875,
+ -0.0035953521728515625,
+ 0.01377105712890625,
+ 0.03173828125,
+ 0.0277252197265625,
+ -0.007801055908203125,
+ -0.01629638671875,
+ -0.0679931640625,
+ 0.0007462501525878906,
+ 0.0411376953125,
+ 0.013427734375,
+ -0.0557861328125,
+ 0.04705810546875,
+ 0.057891845703125,
+ -0.00732421875,
+ -0.0186614990234375,
+ 0.013946533203125,
+ -0.0035953521728515625,
+ 0.024932861328125,
+ 0.0172576904296875,
+ 0.0251007080078125,
+ -0.05926513671875,
+ 0.00588226318359375,
+ 0.04339599609375,
+ 0.0100250244140625,
+ -0.0028324127197265625,
+ -0.0146484375,
+ -0.0299835205078125,
+ 0.052642822265625,
+ -0.07354736328125,
+ -0.01076507568359375,
+ 0.00984954833984375,
+ 0.072509765625,
+ 0.034881591796875,
+ -0.01351165771484375,
+ -0.0112457275390625,
+ 0.0140380859375,
+ 0.007541656494140625,
+ -0.0166473388671875,
+ 0.027191162109375,
+ -0.0009918212890625,
+ 0.0270233154296875,
+ 0.0294647216796875,
+ 0.036102294921875,
+ -0.0054931640625,
+ 0.06207275390625,
+ 0.01081085205078125,
+ -0.0374755859375,
+ 0.0051422119140625,
+ -0.0142974853515625,
+ 0.00562286376953125,
+ -0.004730224609375,
+ -0.04638671875,
+ -0.027191162109375,
+ -0.05682373046875,
+ 0.0338134765625,
+ 0.0203094482421875,
+ 0.03155517578125,
+ 0.01024627685546875,
+ -0.004055023193359375,
+ -0.0007519721984863281,
+ 0.0202178955078125,
+ 0.016387939453125,
+ 0.041656494140625,
+ 0.0222320556640625,
+ 0.04949951171875,
+ 0.02789306640625,
+ 0.00980377197265625,
+ -0.006103515625,
+ -0.017608642578125,
+ 0.032440185546875,
+ -0.0220489501953125,
+ -0.01386260986328125,
+ -0.042022705078125,
+ 0.0007352828979492188,
+ 0.001983642578125,
+ -0.028076171875,
+ -0.035552978515625,
+ -0.0305023193359375,
+ 0.0018634796142578125,
+ -0.0173492431640625,
+ -0.029632568359375,
+ 0.0029201507568359375,
+ 0.046722412109375,
+ -0.03155517578125,
+ 0.0148162841796875,
+ 0.044097900390625,
+ 0.00806427001953125,
+ 0.024749755859375,
+ -0.07080078125,
+ 0.06378173828125,
+ 0.044281005859375,
+ 0.029632568359375,
+ -0.00797271728515625,
+ -0.0192718505859375,
+ 0.0341796875,
+ -0.003574371337890625,
+ -0.0081939697265625,
+ 0.0228424072265625,
+ -0.003574371337890625,
+ 0.0634765625,
+ 0.034698486328125,
+ 0.005840301513671875,
+ -0.02423095703125,
+ 0.006015777587890625,
+ 0.0148162841796875,
+ -0.044097900390625,
+ 0.035400390625,
+ 0.01325225830078125,
+ 0.01412200927734375,
+ 0.0000674128532409668,
+ 0.01351165771484375,
+ -0.0165557861328125,
+ -0.050567626953125,
+ 0.048126220703125,
+ 0.01473236083984375,
+ 0.004138946533203125,
+ 0.034881591796875,
+ -0.06414794921875,
+ 0.05438232421875,
+ -0.00110626220703125,
+ 0.0244140625,
+ -0.059967041015625,
+ 0.04742431640625,
+ -0.0287628173828125,
+ -0.01015472412109375,
+ -0.0124664306640625,
+ 0.0251007080078125,
+ -0.007366180419921875,
+ 0.036773681640625,
+ -0.02545166015625,
+ 0.0606689453125,
+ 0.0177764892578125,
+ -0.025970458984375,
+ -0.055450439453125,
+ -0.01264190673828125,
+ 0.0204925537109375,
+ 0.01690673828125,
+ 0.047760009765625,
+ -0.054046630859375,
+ -0.0233612060546875,
+ 0.00954437255859375,
+ 0.0341796875,
+ 0.07464599609375,
+ -0.00745391845703125,
+ 0.022491455078125,
+ 0.009765625,
+ -0.0149078369140625,
+ -0.0049896240234375,
+ -0.0160369873046875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "gui",
+ "pcap-capture",
+ "geolocation",
+ "live-acquisition",
+ "anomaly-detection",
+ "wireless-analysis",
+ "passive-monitoring",
+ "gps-mapping",
+ "multi-protocol",
+ "distributed-sensors",
+ "api-enabled",
+ "wardrive-capable"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_tmutil",
+ "type": "tool",
+ "name": "tmutil",
+ "content": "tmutil time-machine-utility steuert macos-backup-system und analysiert snapshot-strukturen für forensische timeline-reconstruction. listet verfügbare backups, vergleicht versionen und extrahiert historische file-states. besonders wertvoll: point-in-time-recovery für evidence, metadata-analyse von backup-changes, apfs-snapshot-integration. thin-backup-analysis reduziert storage-overhead. command-line-access für scripting-integration. cli backup-analysis snapshot-examination apfs-snapshots version-comparison timeline-reconstruction point-in-time-recovery metadata-analysis static-investigations incident-response examination analysis",
+ "embedding": [
+ -0.00438690185546875,
+ 0.00604248046875,
+ 0.042327880859375,
+ -0.0247039794921875,
+ 0.034210205078125,
+ 0.011199951171875,
+ 0.00017642974853515625,
+ -0.010101318359375,
+ -0.005382537841796875,
+ -0.017547607421875,
+ -0.0189666748046875,
+ 0.026458740234375,
+ 0.00859832763671875,
+ -0.0013284683227539062,
+ -0.045501708984375,
+ 0.04693603515625,
+ 0.016754150390625,
+ -0.005908966064453125,
+ -0.00978851318359375,
+ 0.0007610321044921875,
+ -0.008026123046875,
+ -0.01032257080078125,
+ -0.057159423828125,
+ 0.00044655799865722656,
+ -0.005687713623046875,
+ 0.033355712890625,
+ -0.0213470458984375,
+ -0.06103515625,
+ -0.012176513671875,
+ 0.032989501953125,
+ 0.0174713134765625,
+ -0.0252227783203125,
+ 0.01062774658203125,
+ 0.039337158203125,
+ 0.00701141357421875,
+ -0.02020263671875,
+ 0.01419830322265625,
+ -0.0511474609375,
+ -0.049041748046875,
+ 0.04656982421875,
+ -0.00745391845703125,
+ -0.00908660888671875,
+ 0.003330230712890625,
+ -0.0181732177734375,
+ -0.0299835205078125,
+ -0.0164031982421875,
+ 0.016937255859375,
+ -0.004276275634765625,
+ 0.041107177734375,
+ -0.039520263671875,
+ 0.0287628173828125,
+ 0.033172607421875,
+ 0.0197601318359375,
+ 0.0022830963134765625,
+ -0.0340576171875,
+ 0.045166015625,
+ 0.013671875,
+ -0.03369140625,
+ -0.05609130859375,
+ 0.0020618438720703125,
+ -0.050811767578125,
+ -0.016937255859375,
+ -0.011993408203125,
+ -0.018707275390625,
+ 0.0021495819091796875,
+ 0.0197601318359375,
+ -0.0100555419921875,
+ -0.041107177734375,
+ 0.01235198974609375,
+ -0.006439208984375,
+ -0.01146697998046875,
+ -0.01287841796875,
+ -0.047637939453125,
+ 0.055389404296875,
+ -0.0247039794921875,
+ -0.05645751953125,
+ 0.016143798828125,
+ 0.008026123046875,
+ -0.036163330078125,
+ 0.0013675689697265625,
+ -0.0400390625,
+ -0.00992584228515625,
+ 0.039337158203125,
+ -0.0254058837890625,
+ -0.0289306640625,
+ 0.024871826171875,
+ 0.012969970703125,
+ 0.0163116455078125,
+ -0.01314544677734375,
+ -0.016143798828125,
+ 0.01428985595703125,
+ 0.0089111328125,
+ -0.0009756088256835938,
+ -0.0245208740234375,
+ 0.028045654296875,
+ 0.0419921875,
+ 0.00010752677917480469,
+ -0.024871826171875,
+ -0.0152587890625,
+ 0.0174713134765625,
+ -0.00040531158447265625,
+ -0.045867919921875,
+ 0.05645751953125,
+ 0.0261077880859375,
+ 0.02398681640625,
+ -0.0187835693359375,
+ 0.0400390625,
+ -0.01116180419921875,
+ -0.0301666259765625,
+ -0.0372314453125,
+ -0.09100341796875,
+ -0.0252227783203125,
+ -0.020721435546875,
+ -0.046234130859375,
+ 0.00034999847412109375,
+ 0.001720428466796875,
+ -0.004520416259765625,
+ 0.049041748046875,
+ -0.04656982421875,
+ -0.02239990234375,
+ -0.0028667449951171875,
+ 0.0231170654296875,
+ -0.018707275390625,
+ 0.00829315185546875,
+ -0.058563232421875,
+ -0.036529541015625,
+ -0.0164031982421875,
+ 0.034393310546875,
+ -0.045501708984375,
+ -0.022491455078125,
+ -0.0196685791015625,
+ -0.0301666259765625,
+ -0.024871826171875,
+ -0.02239990234375,
+ 0.028045654296875,
+ -0.0079803466796875,
+ 0.03668212890625,
+ -0.007190704345703125,
+ -0.007762908935546875,
+ 0.0015544891357421875,
+ 0.05010986328125,
+ -0.0308685302734375,
+ -0.05010986328125,
+ -0.004299163818359375,
+ -0.0213470458984375,
+ -0.0158843994140625,
+ -0.03228759765625,
+ 0.05645751953125,
+ -0.029632568359375,
+ -0.020904541015625,
+ 0.0002617835998535156,
+ 0.0384521484375,
+ 0.0283966064453125,
+ 0.00948333740234375,
+ 0.03192138671875,
+ -0.0701904296875,
+ 0.007587432861328125,
+ -0.02716064453125,
+ 0.039154052734375,
+ 0.0030651092529296875,
+ -0.0283966064453125,
+ 0.004367828369140625,
+ 0.0050048828125,
+ 0.023468017578125,
+ -0.005290985107421875,
+ -0.0303497314453125,
+ -0.02593994140625,
+ 0.01763916015625,
+ 0.004741668701171875,
+ 0.003971099853515625,
+ 0.023468017578125,
+ -0.005687713623046875,
+ 0.057861328125,
+ 0.060333251953125,
+ 0.0035724639892578125,
+ 0.0026569366455078125,
+ 0.02435302734375,
+ 0.007717132568359375,
+ 0.039520263671875,
+ 0.053985595703125,
+ -0.00992584228515625,
+ -0.026458740234375,
+ 0.06951904296875,
+ 0.004276275634765625,
+ 0.0287628173828125,
+ 0.004322052001953125,
+ -0.0027904510498046875,
+ -0.0166778564453125,
+ -0.020904541015625,
+ 0.0231170654296875,
+ -0.0310516357421875,
+ -0.0416259765625,
+ 0.0089569091796875,
+ 0.029815673828125,
+ 0.0105438232421875,
+ 0.06243896484375,
+ 0.021881103515625,
+ -0.01543426513671875,
+ 0.05926513671875,
+ -0.01287841796875,
+ 0.02752685546875,
+ 0.058563232421875,
+ -0.01287841796875,
+ 0.0546875,
+ 0.0072784423828125,
+ 0.016937255859375,
+ -0.0198516845703125,
+ 0.042694091796875,
+ 0.032470703125,
+ -0.0182647705078125,
+ -0.0308685302734375,
+ 0.03509521484375,
+ 0.0013837814331054688,
+ -0.01517486572265625,
+ -0.0352783203125,
+ -0.053619384765625,
+ -0.0034618377685546875,
+ -0.030517578125,
+ 0.00547027587890625,
+ 0.0011081695556640625,
+ -0.0108489990234375,
+ -0.07586669921875,
+ 0.0303497314453125,
+ 0.020294189453125,
+ 0.0158843994140625,
+ 0.0262908935546875,
+ 0.00547027587890625,
+ -0.062103271484375,
+ -0.023284912109375,
+ 0.006748199462890625,
+ -0.004146575927734375,
+ 0.007717132568359375,
+ -0.00344085693359375,
+ -0.00586700439453125,
+ 0.0219573974609375,
+ -0.0206451416015625,
+ 0.030517578125,
+ 0.03509521484375,
+ 0.04217529296875,
+ -0.0340576171875,
+ -0.02001953125,
+ 0.021087646484375,
+ -0.011993408203125,
+ -0.0008821487426757812,
+ 0.03582763671875,
+ -0.037933349609375,
+ 0.016143798828125,
+ 0.004894256591796875,
+ 0.03826904296875,
+ 0.0447998046875,
+ -0.03741455078125,
+ -0.0030651092529296875,
+ -0.07623291015625,
+ -0.00868988037109375,
+ -0.0419921875,
+ 0.0152587890625,
+ -0.0283966064453125,
+ -0.06524658203125,
+ 0.04833984375,
+ -0.01340484619140625,
+ -0.032806396484375,
+ 0.0008654594421386719,
+ 0.003330230712890625,
+ -0.0171966552734375,
+ 0.045166015625,
+ 0.01155853271484375,
+ -0.05010986328125,
+ 0.0030879974365234375,
+ 0.0828857421875,
+ -0.0254058837890625,
+ -0.01552581787109375,
+ 0.0125274658203125,
+ 0.006969451904296875,
+ -0.003021240234375,
+ 0.01287841796875,
+ -0.06988525390625,
+ -0.00498199462890625,
+ 0.0268096923828125,
+ 0.007495880126953125,
+ 0.007320404052734375,
+ -0.0116424560546875,
+ 0.0101470947265625,
+ -0.0213470458984375,
+ 0.032623291015625,
+ -0.020111083984375,
+ 0.023284912109375,
+ 0.00502777099609375,
+ 0.01349639892578125,
+ -0.00904083251953125,
+ -0.06597900390625,
+ -0.0171966552734375,
+ 0.046234130859375,
+ 0.01419830322265625,
+ -0.002437591552734375,
+ 0.00582122802734375,
+ -0.05645751953125,
+ 0.035980224609375,
+ -0.0024471282958984375,
+ -0.01438140869140625,
+ 0.0252227783203125,
+ 0.025054931640625,
+ -0.0254058837890625,
+ 0.0165863037109375,
+ 0.021697998046875,
+ 0.01097869873046875,
+ -0.0148162841796875,
+ -0.037750244140625,
+ -0.0188751220703125,
+ -0.023284912109375,
+ -0.04022216796875,
+ -0.024169921875,
+ 0.018341064453125,
+ -0.0257568359375,
+ 0.0189666748046875,
+ -0.01508331298828125,
+ -0.00522613525390625,
+ -0.0487060546875,
+ -0.0321044921875,
+ 0.0189666748046875,
+ -0.017730712890625,
+ -0.023468017578125,
+ -0.0196685791015625,
+ 0.0308685302734375,
+ -0.001819610595703125,
+ 0.0149078369140625,
+ -0.0004742145538330078,
+ -0.024871826171875,
+ -0.043060302734375,
+ 0.0117340087890625,
+ -0.016845703125,
+ 0.0100555419921875,
+ 0.003925323486328125,
+ 0.05926513671875,
+ 0.052215576171875,
+ 0.026458740234375,
+ 0.012176513671875,
+ 0.049407958984375,
+ 0.0166778564453125,
+ -0.01076507568359375,
+ 0.020111083984375,
+ 0.0008215904235839844,
+ 0.005779266357421875,
+ -0.004543304443359375,
+ -0.01419830322265625,
+ -0.029632568359375,
+ -0.0024585723876953125,
+ -0.0204620361328125,
+ -0.0036163330078125,
+ 0.0149078369140625,
+ 0.034393310546875,
+ 0.01287841796875,
+ -0.046234130859375,
+ 0.0036163330078125,
+ 0.04833984375,
+ -0.00344085693359375,
+ 0.083984375,
+ -0.01261138916015625,
+ -0.0511474609375,
+ -0.0020847320556640625,
+ 0.0182647705078125,
+ -0.0014886856079101562,
+ -0.00447845458984375,
+ 0.025054931640625,
+ 0.004917144775390625,
+ 0.012176513671875,
+ -0.0089569091796875,
+ 0.0303497314453125,
+ 0.0269927978515625,
+ 0.01349639892578125,
+ 0.0225830078125,
+ -0.0012845993041992188,
+ -0.0029773712158203125,
+ 0.050811767578125,
+ 0.04833984375,
+ 0.0087738037109375,
+ -0.023284912109375,
+ 0.04693603515625,
+ -0.003704071044921875,
+ -0.0289306640625,
+ -0.0276947021484375,
+ -0.07305908203125,
+ 0.0308685302734375,
+ 0.0009317398071289062,
+ 0.01076507568359375,
+ 0.0225830078125,
+ -0.0229339599609375,
+ -0.03900146484375,
+ -0.00626373291015625,
+ -0.045867919921875,
+ 0.06494140625,
+ 0.03228759765625,
+ 0.005908966064453125,
+ 0.053985595703125,
+ 0.002933502197265625,
+ -0.0219573974609375,
+ 0.0285797119140625,
+ 0.0064849853515625,
+ 0.00701141357421875,
+ 0.03228759765625,
+ 0.024169921875,
+ -0.0033740997314453125,
+ -0.051513671875,
+ 0.01349639892578125,
+ 0.01446533203125,
+ 0.017730712890625,
+ -0.00507354736328125,
+ -0.0008602142333984375,
+ 0.0479736328125,
+ 0.025054931640625,
+ -0.0091705322265625,
+ 0.044097900390625,
+ 0.03582763671875,
+ 0.0011358261108398438,
+ 0.01235198974609375,
+ -0.0088653564453125,
+ 0.01922607421875,
+ -0.036529541015625,
+ 0.02239990234375,
+ -0.0194091796875,
+ 0.0158843994140625,
+ 0.020111083984375,
+ 0.0096588134765625,
+ -0.0797119140625,
+ 0.0435791015625,
+ 0.06842041015625,
+ -0.06317138671875,
+ 0.032470703125,
+ 0.02911376953125,
+ -0.031402587890625,
+ 0.0269927978515625,
+ -0.0010585784912109375,
+ -0.052581787109375,
+ -0.019134521484375,
+ -0.0518798828125,
+ -0.036346435546875,
+ 0.00833892822265625,
+ -0.006702423095703125,
+ -0.0712890625,
+ -0.04058837890625,
+ -0.0543212890625,
+ -0.039520263671875,
+ -0.00661468505859375,
+ -0.0247039794921875,
+ 0.034210205078125,
+ 0.0013179779052734375,
+ -0.0196685791015625,
+ 0.033172607421875,
+ 0.039154052734375,
+ -0.005779266357421875,
+ -0.026458740234375,
+ 0.055389404296875,
+ -0.013580322265625,
+ -0.07550048828125,
+ 0.047271728515625,
+ 0.007366180419921875,
+ 0.0400390625,
+ -0.0550537109375,
+ -0.035980224609375,
+ 0.0262908935546875,
+ -0.0050506591796875,
+ 0.01287841796875,
+ 0.0294647216796875,
+ -0.037567138671875,
+ -0.03564453125,
+ -0.0479736328125,
+ 0.045501708984375,
+ 0.00855255126953125,
+ 0.034942626953125,
+ -0.0042572021484375,
+ -0.04693603515625,
+ 0.02435302734375,
+ -0.06561279296875,
+ -0.033355712890625,
+ -0.006702423095703125,
+ 0.01076507568359375,
+ -0.028045654296875,
+ 0.07586669921875,
+ -0.0308685302734375,
+ -0.0214385986328125,
+ -0.01097869873046875,
+ 0.039520263671875,
+ 0.0479736328125,
+ -0.0180816650390625,
+ -0.033355712890625,
+ 0.0372314453125,
+ 0.045501708984375,
+ -0.037567138671875,
+ 0.00868988037109375,
+ -0.0308685302734375,
+ -0.01419830322265625,
+ 0.00252532958984375,
+ -0.046234130859375,
+ 0.016143798828125,
+ -0.01235198974609375,
+ -0.05926513671875,
+ -0.0301666259765625,
+ 0.013763427734375,
+ -0.023468017578125,
+ -0.01702880859375,
+ 0.0257568359375,
+ 0.050445556640625,
+ 0.0195770263671875,
+ 0.0184326171875,
+ 0.0252227783203125,
+ -0.01922607421875,
+ 0.03509521484375,
+ -0.0156097412109375,
+ -0.0088653564453125,
+ 0.0197601318359375,
+ -0.053985595703125,
+ -0.03741455078125,
+ -0.0174713134765625,
+ 0.029815673828125,
+ -0.02239990234375,
+ -0.0216064453125,
+ -0.0124359130859375,
+ -0.0037937164306640625,
+ 0.03564453125,
+ -0.039154052734375,
+ 0.0117340087890625,
+ -0.026641845703125,
+ -0.01763916015625,
+ -0.0352783203125,
+ -0.0182647705078125,
+ 0.0181732177734375,
+ -0.0089111328125,
+ 0.005359649658203125,
+ 0.005401611328125,
+ 0.032623291015625,
+ -0.044281005859375,
+ 0.03350830078125,
+ 0.045501708984375,
+ -0.0162353515625,
+ 0.0013065338134765625,
+ -0.0002949237823486328,
+ 0.0124359130859375,
+ 0.0166778564453125,
+ 0.043914794921875,
+ -0.0165863037109375,
+ -0.02435302734375,
+ -0.058563232421875,
+ 0.047637939453125,
+ -0.0099639892578125,
+ -0.010498046875,
+ -0.0104522705078125,
+ -0.0174713134765625,
+ -0.060333251953125,
+ 0.0171051025390625,
+ 0.049041748046875,
+ -0.01058197021484375,
+ -0.005687713623046875,
+ -0.0027790069580078125,
+ -0.01446533203125,
+ 0.003505706787109375,
+ -0.009307861328125,
+ 0.03704833984375,
+ -0.0292816162109375,
+ -0.0173797607421875,
+ -0.01226043701171875,
+ -0.03985595703125,
+ 0.015350341796875,
+ 0.0162353515625,
+ 0.015960693359375,
+ 0.0195770263671875,
+ 0.0269927978515625,
+ -0.01499176025390625,
+ 0.01763916015625,
+ -0.03546142578125,
+ -0.0416259765625,
+ 0.0028438568115234375,
+ -0.01181793212890625,
+ 0.0089569091796875,
+ -0.0238189697265625,
+ -0.01027679443359375,
+ 0.006305694580078125,
+ 0.01508331298828125,
+ 0.015960693359375,
+ -0.00101470947265625,
+ -0.00626373291015625,
+ 0.0308685302734375,
+ -0.0068817138671875,
+ 0.07830810546875,
+ -0.02911376953125,
+ -0.0247039794921875,
+ -0.00626373291015625,
+ 0.0036830902099609375,
+ 0.0205535888671875,
+ 0.0301666259765625,
+ 0.0076751708984375,
+ -0.019134521484375,
+ -0.01349639892578125,
+ 0.033172607421875,
+ -0.0149078369140625,
+ -0.034210205078125,
+ -0.045501708984375,
+ 0.01058197021484375,
+ -0.004276275634765625,
+ 0.0400390625,
+ 0.0550537109375,
+ 0.055389404296875,
+ 0.00458526611328125,
+ 0.01419830322265625,
+ 0.02593994140625,
+ 0.059967041015625,
+ 0.00904083251953125,
+ -0.0068817138671875,
+ -0.0352783203125,
+ 0.0002067089080810547,
+ 0.0020389556884765625,
+ -0.034942626953125,
+ -0.0419921875,
+ 0.0404052734375,
+ 0.056793212890625,
+ -0.0811767578125,
+ -0.0303497314453125,
+ 0.00820159912109375,
+ 0.00921630859375,
+ 0.0133209228515625,
+ 0.0116424560546875,
+ -0.01552581787109375,
+ 0.046234130859375,
+ 0.0216064453125,
+ -0.032623291015625,
+ 0.00824737548828125,
+ -0.029815673828125,
+ 0.022491455078125,
+ 0.053985595703125,
+ 0.02398681640625,
+ -0.003108978271484375,
+ 0.032470703125,
+ 0.0225830078125,
+ 0.0435791015625,
+ 0.03741455078125,
+ 0.0285797119140625,
+ 0.0059967041015625,
+ 0.0245208740234375,
+ 0.052215576171875,
+ 0.057525634765625,
+ -0.0064849853515625,
+ -0.01384735107421875,
+ 0.036865234375,
+ 0.0299835205078125,
+ 0.042327880859375,
+ 0.07763671875,
+ 0.0044097900390625,
+ 0.01080322265625,
+ 0.0117340087890625,
+ -0.039154052734375,
+ 0.004940032958984375,
+ 0.0247039794921875,
+ 0.0205535888671875,
+ -0.053985595703125,
+ -0.0372314453125,
+ 0.00478363037109375,
+ -0.06280517578125,
+ 0.0419921875,
+ 0.0205535888671875,
+ -0.00943756103515625,
+ -0.024169921875,
+ 0.07269287109375,
+ -0.0007386207580566406,
+ -0.0511474609375,
+ 0.0100555419921875,
+ -0.01763916015625,
+ -0.0220489501953125,
+ -0.0076751708984375,
+ -0.0254058837890625,
+ 0.032623291015625,
+ -0.02557373046875,
+ -0.05291748046875,
+ -0.036163330078125,
+ 0.004894256591796875,
+ -0.04656982421875,
+ -0.0709228515625,
+ -0.01270294189453125,
+ 0.01552581787109375,
+ 0.006130218505859375,
+ -0.025054931640625,
+ -0.04656982421875,
+ -0.0221405029296875,
+ -0.01270294189453125,
+ -0.0321044921875,
+ -0.0190582275390625,
+ -0.0257568359375,
+ -0.03668212890625,
+ -0.0010747909545898438,
+ 0.0100555419921875,
+ -0.03228759765625,
+ 0.0141143798828125,
+ -0.034576416015625,
+ 0.03509521484375,
+ 0.01393890380859375,
+ 0.00864410400390625,
+ 0.032989501953125,
+ 0.0645751953125,
+ -0.0133209228515625,
+ -0.0089569091796875,
+ -0.0181732177734375,
+ -0.0518798828125,
+ -0.0002701282501220703,
+ 0.0149078369140625,
+ 0.00666046142578125,
+ -0.0156097412109375,
+ 0.01340484619140625,
+ 0.05645751953125,
+ -0.09173583984375,
+ 0.03228759765625,
+ -0.0052490234375,
+ -0.01129150390625,
+ -0.0543212890625,
+ 0.007495880126953125,
+ 0.0229339599609375,
+ 0.01702880859375,
+ 0.09033203125,
+ 0.0089569091796875,
+ -0.0104522705078125,
+ -0.01861572265625,
+ -0.057159423828125,
+ 0.06561279296875,
+ -0.0021495819091796875,
+ 0.0543212890625,
+ -0.019317626953125,
+ 0.00745391845703125,
+ 0.0197601318359375,
+ -0.03582763671875,
+ 0.003528594970703125,
+ -0.087158203125,
+ 0.036865234375,
+ 0.035980224609375,
+ 0.00833892822265625,
+ -0.013671875,
+ 0.004543304443359375,
+ -0.04180908203125,
+ -0.00604248046875,
+ -0.0225830078125,
+ 0.01473236083984375,
+ 0.0068359375,
+ -0.0116424560546875,
+ 0.00016129016876220703,
+ 0.02911376953125,
+ 0.004497528076171875,
+ -0.040924072265625,
+ -0.0238189697265625,
+ -0.01446533203125,
+ 0.043060302734375,
+ 0.01226043701171875,
+ -0.032470703125,
+ 0.0245208740234375,
+ 0.0278778076171875,
+ -0.00992584228515625,
+ 0.0087738037109375,
+ 0.0487060546875,
+ -0.0215301513671875,
+ -0.01116180419921875,
+ -0.0105438232421875,
+ 0.028228759765625,
+ 0.00815582275390625,
+ 0.019500732421875,
+ 0.0238189697265625,
+ 0.0198516845703125,
+ 0.0287628173828125,
+ -0.03070068359375,
+ 0.060333251953125,
+ 0.06280517578125,
+ -0.03582763671875,
+ -0.06317138671875,
+ -0.036865234375,
+ -0.02239990234375,
+ 0.0204620361328125,
+ -0.0141143798828125,
+ 0.03564453125,
+ 0.0238189697265625,
+ -0.00815582275390625,
+ -0.09100341796875,
+ 0.04339599609375,
+ -0.0166778564453125,
+ 0.0268096923828125,
+ 0.0120849609375,
+ -0.02557373046875,
+ -0.043914794921875,
+ -0.06243896484375,
+ -0.0157928466796875,
+ 0.0550537109375,
+ 0.00445556640625,
+ 0.03564453125,
+ 0.01552581787109375,
+ 0.0292816162109375,
+ 0.00740814208984375,
+ -0.002338409423828125,
+ 0.00319671630859375,
+ 0.0546875,
+ 0.0299835205078125,
+ -0.0384521484375,
+ 0.057159423828125,
+ -0.01107025146484375,
+ 0.020111083984375,
+ -0.0262908935546875,
+ -0.006969451904296875,
+ 0.006439208984375,
+ -0.028045654296875,
+ -0.0164031982421875,
+ -0.0089111328125,
+ 0.02593994140625,
+ 0.0283966064453125,
+ -0.010406494140625,
+ -0.001708984375,
+ -0.033355712890625,
+ 0.01464080810546875,
+ 0.0008602142333984375,
+ -0.0310516357421875,
+ -0.0003170967102050781,
+ 0.0310516357421875,
+ -0.0038814544677734375,
+ -0.0303497314453125,
+ -0.050811767578125,
+ -0.0748291015625,
+ 0.014556884765625,
+ -0.038818359375,
+ -0.02099609375,
+ 0.00604248046875,
+ 0.0068359375,
+ 0.009613037109375,
+ -0.036346435546875,
+ 0.0254058837890625,
+ -0.024169921875,
+ -0.0198516845703125,
+ -0.0321044921875,
+ 0.0229339599609375,
+ -0.013671875,
+ 0.01763916015625,
+ -0.0063934326171875,
+ -0.056793212890625,
+ 0.0225830078125,
+ 0.00833892822265625,
+ -0.002338409423828125,
+ -0.0188751220703125,
+ -0.0157012939453125,
+ -0.036346435546875,
+ 0.007366180419921875,
+ -0.08538818359375,
+ 0.00661468505859375,
+ 0.0068359375,
+ 0.0206451416015625,
+ 0.00604248046875,
+ -0.0181732177734375,
+ 0.045867919921875,
+ -0.028228759765625,
+ -0.052581787109375,
+ 0.012786865234375,
+ -0.0020618438720703125,
+ -0.02099609375,
+ -0.00780487060546875,
+ 0.0022487640380859375,
+ -0.0223236083984375,
+ 0.0079803466796875,
+ 0.0231170654296875,
+ 0.034210205078125,
+ 0.0384521484375,
+ -0.0222320556640625,
+ -0.00983428955078125,
+ -0.005290985107421875,
+ -0.038818359375,
+ 0.023468017578125,
+ 0.037750244140625,
+ -0.001251220703125,
+ -0.0220489501953125,
+ 0.0009870529174804688,
+ -0.0017423629760742188,
+ -0.08575439453125,
+ -0.01023101806640625,
+ -0.019317626953125,
+ -0.0518798828125,
+ 0.00820159912109375,
+ 0.055755615234375,
+ 0.026458740234375,
+ -0.01314544677734375,
+ 0.02911376953125,
+ 0.07830810546875,
+ 0.01384735107421875,
+ 0.0063934326171875,
+ 0.01287841796875,
+ -0.0701904296875,
+ 0.0091705322265625,
+ 0.0172882080078125,
+ 0.0182647705078125,
+ -0.06103515625,
+ 0.07269287109375,
+ 0.0546875,
+ -0.01137542724609375,
+ -0.018341064453125,
+ -0.0011081695556640625,
+ -0.026641845703125,
+ 0.05291748046875,
+ 0.003971099853515625,
+ 0.005645751953125,
+ -0.06243896484375,
+ 0.005092620849609375,
+ 0.01023101806640625,
+ 0.01543426513671875,
+ -0.01181793212890625,
+ -0.02734375,
+ -0.019134521484375,
+ 0.03564453125,
+ -0.03985595703125,
+ -0.02716064453125,
+ 0.0019855499267578125,
+ 0.0546875,
+ 0.0089111328125,
+ -0.043060302734375,
+ -0.037567138671875,
+ 0.045501708984375,
+ 0.0216064453125,
+ -0.0321044921875,
+ 0.0017747879028320312,
+ 0.005779266357421875,
+ -0.0091705322265625,
+ 0.033172607421875,
+ 0.06103515625,
+ 0.007717132568359375,
+ 0.0194091796875,
+ 0.024871826171875,
+ -0.076904296875,
+ 0.0163116455078125,
+ 0.0006394386291503906,
+ 0.0014333724975585938,
+ -0.001697540283203125,
+ -0.01137542724609375,
+ -0.036346435546875,
+ -0.060699462890625,
+ 0.04498291015625,
+ -0.003307342529296875,
+ 0.03387451171875,
+ 0.0245208740234375,
+ 0.00701141357421875,
+ -0.004852294921875,
+ -0.0100555419921875,
+ 0.005512237548828125,
+ 0.026641845703125,
+ 0.0213470458984375,
+ 0.013580322265625,
+ 0.0197601318359375,
+ 0.00023293495178222656,
+ 0.01508331298828125,
+ -0.04376220703125,
+ 0.04656982421875,
+ -0.0223236083984375,
+ 0.001361846923828125,
+ -0.04656982421875,
+ -0.005687713623046875,
+ -0.0030651092529296875,
+ -0.0198516845703125,
+ 0.0005125999450683594,
+ -0.04022216796875,
+ 0.0221405029296875,
+ -0.032470703125,
+ -0.043914794921875,
+ -0.0036163330078125,
+ 0.034393310546875,
+ -0.03985595703125,
+ 0.036346435546875,
+ 0.00582122802734375,
+ -0.0400390625,
+ 0.016937255859375,
+ -0.056793212890625,
+ 0.05926513671875,
+ 0.019927978515625,
+ 0.0340576171875,
+ -0.00604248046875,
+ 0.024169921875,
+ 0.0008325576782226562,
+ 0.0124359130859375,
+ 0.04144287109375,
+ 0.03350830078125,
+ -0.005115509033203125,
+ 0.051513671875,
+ 0.050811767578125,
+ -0.007099151611328125,
+ -0.02398681640625,
+ 0.047637939453125,
+ 0.002216339111328125,
+ -0.056793212890625,
+ 0.0673828125,
+ 0.0287628173828125,
+ 0.0059967041015625,
+ -0.0216064453125,
+ -0.01062774658203125,
+ -0.006175994873046875,
+ -0.03863525390625,
+ 0.059967041015625,
+ 0.011993408203125,
+ -0.00762939453125,
+ 0.0384521484375,
+ -0.0733642578125,
+ 0.02752685546875,
+ -0.001251220703125,
+ 0.047271728515625,
+ -0.007232666015625,
+ 0.031402587890625,
+ -0.028228759765625,
+ -0.00811767578125,
+ -0.0010805130004882812,
+ 0.03564453125,
+ -0.00983428955078125,
+ -0.01235198974609375,
+ -0.0140228271484375,
+ 0.038818359375,
+ 0.01062774658203125,
+ -0.01419830322265625,
+ -0.06878662109375,
+ -0.0165863037109375,
+ -0.005908966064453125,
+ 0.0172882080078125,
+ 0.0308685302734375,
+ -0.043914794921875,
+ -0.024871826171875,
+ -0.006175994873046875,
+ 0.025054931640625,
+ 0.06671142578125,
+ 0.01305389404296875,
+ 0.039520263671875,
+ 0.0352783203125,
+ -0.00904083251953125,
+ -0.028228759765625,
+ 0.01261138916015625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "backup-analysis",
+ "snapshot-examination",
+ "apfs-snapshots",
+ "version-comparison",
+ "timeline-reconstruction",
+ "point-in-time-recovery",
+ "metadata-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Velociraptor",
+ "type": "tool",
+ "name": "Velociraptor",
+ "content": "velociraptor die nächste evolution der endpoint-forensik skaliert digitale ermittlungen auf zahlreiche systeme. vql (velociraptor query language) ermöglicht chirurgisch präzise artefakt-sammlung ohne full-disk-images: \"select * from glob('/users/*/downloads/*.exe')\". hunt-kampagnen durchsuchen die gesamte infrastruktur parallel nach iocs. der agent läuft mit minimalem footprint und sammelt artefakte verschlüsselt. notebooks für gespeicherte queries und analysen. die timeline-funktion korreliert events über alle endpoints. offline-collector für air-gapped-systeme. server-event-monitoring für real-time-detection. automatische triage mit artifact-packs. die eingebaute quarantäne isoliert kompromittierte systeme. cloud-native-architektur mit multi-tenancy. gui und cli für verschiedene nutzergruppen. die lernkurve für vql ist steil, aber die effizienz-gewinne sind enorm. perfekt für enterprise-ir und threat-hunting. web-interface remote-collection distributed scripting cross-platform triage vql-queries hunt-campaigns real-time-monitoring offline-collector artifact-packs multi-tenancy incident-response static-investigations malware-analysis fraud-investigation network-forensics cloud-forensics data-collection examination analysis",
+ "embedding": [
+ -0.036895751953125,
+ 0.0277099609375,
+ 0.03497314453125,
+ 0.0012769699096679688,
+ 0.040191650390625,
+ 0.0183563232421875,
+ 0.01000213623046875,
+ 0.00891876220703125,
+ -0.0220794677734375,
+ -0.009307861328125,
+ -0.02874755859375,
+ 0.03497314453125,
+ -0.00537109375,
+ 0.00452423095703125,
+ -0.040191650390625,
+ 0.043304443359375,
+ -0.029266357421875,
+ 0.019134521484375,
+ 0.035491943359375,
+ -0.0216522216796875,
+ -0.01220703125,
+ -0.0235595703125,
+ -0.042266845703125,
+ -0.00640869140625,
+ -0.00891876220703125,
+ 0.004306793212890625,
+ -0.005584716796875,
+ -0.0751953125,
+ -0.0273590087890625,
+ 0.0011796951293945312,
+ 0.003810882568359375,
+ -0.0208740234375,
+ 0.0013093948364257812,
+ 0.031341552734375,
+ -0.0242462158203125,
+ -0.01446533203125,
+ 0.01983642578125,
+ -0.04815673828125,
+ -0.0125579833984375,
+ 0.03741455078125,
+ -0.006366729736328125,
+ 0.049530029296875,
+ -0.0005793571472167969,
+ 0.0006656646728515625,
+ -0.03863525390625,
+ -0.0155029296875,
+ -0.0074462890625,
+ -0.0017862319946289062,
+ 0.013336181640625,
+ -0.021209716796875,
+ 0.004978179931640625,
+ 0.0343017578125,
+ 0.009002685546875,
+ -0.00788116455078125,
+ -0.051605224609375,
+ 0.01611328125,
+ 0.01654052734375,
+ -0.0237274169921875,
+ -0.047119140625,
+ 0.04241943359375,
+ -0.031524658203125,
+ -0.0156707763671875,
+ 0.0195770263671875,
+ -0.01480865478515625,
+ 0.027191162109375,
+ 0.044342041015625,
+ -0.025634765625,
+ -0.036895751953125,
+ 0.0142059326171875,
+ -0.00063323974609375,
+ 0.0167999267578125,
+ -0.01377105712890625,
+ -0.01247406005859375,
+ 0.0270233154296875,
+ -0.01922607421875,
+ -0.06719970703125,
+ 0.010955810546875,
+ 0.0237274169921875,
+ -0.01532745361328125,
+ -0.0172271728515625,
+ -0.0268402099609375,
+ -0.0017423629760742188,
+ 0.0226898193359375,
+ -0.006969451904296875,
+ -0.032379150390625,
+ 0.01134490966796875,
+ 0.019744873046875,
+ 0.0032253265380859375,
+ -0.00266265869140625,
+ 0.0141143798828125,
+ 0.033935546875,
+ 0.0151519775390625,
+ 0.0285797119140625,
+ -0.036376953125,
+ 0.03204345703125,
+ 0.041229248046875,
+ -0.0210418701171875,
+ -0.00943756103515625,
+ -0.013336181640625,
+ 0.0254669189453125,
+ 0.01654052734375,
+ -0.04156494140625,
+ 0.0699462890625,
+ -0.021820068359375,
+ 0.040191650390625,
+ -0.031005859375,
+ -0.00775146484375,
+ -0.00039505958557128906,
+ -0.0008931159973144531,
+ 0.0007090568542480469,
+ -0.09698486328125,
+ -0.040863037109375,
+ -0.01082611083984375,
+ -0.06683349609375,
+ 0.02191162109375,
+ 0.036712646484375,
+ -0.0155029296875,
+ 0.034820556640625,
+ -0.045379638671875,
+ -0.04608154296875,
+ 0.0247650146484375,
+ 0.020172119140625,
+ 0.0098724365234375,
+ 0.007274627685546875,
+ -0.04278564453125,
+ -0.060272216796875,
+ -0.00865936279296875,
+ 0.01506805419921875,
+ -0.003204345703125,
+ -0.0268402099609375,
+ -0.02459716796875,
+ -0.01021575927734375,
+ -0.0142059326171875,
+ -0.048828125,
+ 0.002185821533203125,
+ -0.01047515869140625,
+ 0.032745361328125,
+ -0.00844573974609375,
+ -0.01212310791015625,
+ 0.01611328125,
+ 0.043487548828125,
+ -0.0223388671875,
+ -0.055084228515625,
+ -0.0012559890747070312,
+ -0.056121826171875,
+ -0.032745361328125,
+ -0.031707763671875,
+ 0.055419921875,
+ -0.01861572265625,
+ -0.00653839111328125,
+ -0.0051727294921875,
+ 0.01030731201171875,
+ 0.053009033203125,
+ 0.0025768280029296875,
+ 0.047454833984375,
+ -0.032745361328125,
+ -0.00848388671875,
+ -0.0093536376953125,
+ 0.038970947265625,
+ -0.029266357421875,
+ 0.009002685546875,
+ 0.0258026123046875,
+ -0.00281524658203125,
+ 0.028228759765625,
+ -0.005023956298828125,
+ -0.0215606689453125,
+ -0.003681182861328125,
+ 0.020355224609375,
+ -0.0120391845703125,
+ 0.0041351318359375,
+ 0.0259857177734375,
+ -0.0290985107421875,
+ 0.051605224609375,
+ 0.06475830078125,
+ -0.0268402099609375,
+ -0.0109100341796875,
+ 0.0151519775390625,
+ -0.02459716796875,
+ 0.037750244140625,
+ 0.0177459716796875,
+ -0.0167083740234375,
+ -0.004871368408203125,
+ 0.0204315185546875,
+ 0.005672454833984375,
+ 0.004093170166015625,
+ -0.01299285888671875,
+ 0.0061492919921875,
+ -0.02191162109375,
+ -0.04364013671875,
+ 0.031341552734375,
+ -0.039306640625,
+ -0.038116455078125,
+ -0.0290985107421875,
+ 0.0169677734375,
+ 0.04034423828125,
+ 0.04815673828125,
+ 0.0162811279296875,
+ -0.033416748046875,
+ 0.035491943359375,
+ -0.00028967857360839844,
+ 0.0038967132568359375,
+ 0.03497314453125,
+ 0.0033130645751953125,
+ 0.04071044921875,
+ 0.03082275390625,
+ 0.016632080078125,
+ -0.019317626953125,
+ 0.0268402099609375,
+ 0.0172271728515625,
+ -0.0209503173828125,
+ 0.00891876220703125,
+ 0.049530029296875,
+ -0.0209503173828125,
+ -0.037750244140625,
+ -0.0101318359375,
+ -0.063720703125,
+ 0.047119140625,
+ -0.0114288330078125,
+ 0.01212310791015625,
+ 0.014892578125,
+ -0.00047087669372558594,
+ -0.04608154296875,
+ -0.00007104873657226562,
+ 0.01480865478515625,
+ 0.00415802001953125,
+ 0.0184478759765625,
+ 0.0223388671875,
+ -0.0221710205078125,
+ -0.0177459716796875,
+ -0.0022411346435546875,
+ 0.03326416015625,
+ 0.0306549072265625,
+ -0.0030517578125,
+ -0.002349853515625,
+ 0.0019054412841796875,
+ -0.02978515625,
+ 0.06964111328125,
+ 0.037933349609375,
+ 0.003551483154296875,
+ 0.0039825439453125,
+ -0.008575439453125,
+ 0.0178375244140625,
+ -0.017669677734375,
+ 0.031524658203125,
+ 0.02459716796875,
+ -0.01342010498046875,
+ -0.0301361083984375,
+ -0.0263214111328125,
+ 0.0194854736328125,
+ 0.07794189453125,
+ -0.051971435546875,
+ -0.01446533203125,
+ -0.051971435546875,
+ 0.0098724365234375,
+ -0.07586669921875,
+ -0.04241943359375,
+ -0.0268402099609375,
+ -0.0491943359375,
+ 0.045379638671875,
+ -0.03948974609375,
+ -0.030487060546875,
+ 0.0146331787109375,
+ 0.025115966796875,
+ 0.020263671875,
+ 0.0491943359375,
+ -0.00033283233642578125,
+ -0.044342041015625,
+ -0.0010118484497070312,
+ 0.06060791015625,
+ -0.0016021728515625,
+ -0.0119476318359375,
+ -0.0167999267578125,
+ 0.0301361083984375,
+ -0.00374603271484375,
+ -0.0015592575073242188,
+ -0.007663726806640625,
+ 0.004848480224609375,
+ 0.030303955078125,
+ 0.0114288330078125,
+ 0.031005859375,
+ -0.01116943359375,
+ 0.02252197265625,
+ -0.0163726806640625,
+ 0.0135955810546875,
+ -0.051605224609375,
+ 0.0019378662109375,
+ -0.01446533203125,
+ -0.007965087890625,
+ 0.01177978515625,
+ -0.06683349609375,
+ 0.01532745361328125,
+ 0.039825439453125,
+ -0.00469970703125,
+ -0.00519561767578125,
+ 0.007965087890625,
+ -0.033416748046875,
+ 0.0179290771484375,
+ 0.0114288330078125,
+ 0.0115203857421875,
+ 0.016448974609375,
+ 0.05438232421875,
+ -0.03289794921875,
+ 0.0177459716796875,
+ -0.0029010772705078125,
+ 0.0259857177734375,
+ -0.03497314453125,
+ -0.049896240234375,
+ -0.0330810546875,
+ -0.020172119140625,
+ -0.04815673828125,
+ -0.026153564453125,
+ 0.006366729736328125,
+ -0.006450653076171875,
+ 0.0285797119140625,
+ -0.044677734375,
+ -0.0120391845703125,
+ 0.002544403076171875,
+ -0.036376953125,
+ 0.00597381591796875,
+ -0.01047515869140625,
+ -0.050567626953125,
+ -0.01087188720703125,
+ 0.07342529296875,
+ 0.0141143798828125,
+ 0.026153564453125,
+ -0.01351165771484375,
+ -0.00736236572265625,
+ -0.031005859375,
+ 0.0101776123046875,
+ -0.017059326171875,
+ 0.037933349609375,
+ 0.00530242919921875,
+ 0.046417236328125,
+ 0.044677734375,
+ 0.0107421875,
+ 0.01220703125,
+ 0.06268310546875,
+ 0.0280609130859375,
+ 0.000316619873046875,
+ -0.0152435302734375,
+ -0.00710296630859375,
+ -0.01800537109375,
+ 0.026153564453125,
+ -0.025634765625,
+ -0.00783538818359375,
+ -0.028411865234375,
+ -0.01247406005859375,
+ -0.0031604766845703125,
+ 0.02191162109375,
+ 0.018096923828125,
+ 0.01922607421875,
+ -0.01212310791015625,
+ 0.005584716796875,
+ 0.0616455078125,
+ -0.0035076141357421875,
+ 0.0872802734375,
+ -0.0254669189453125,
+ -0.063720703125,
+ 0.00201416015625,
+ 0.01325225830078125,
+ -0.039306640625,
+ -0.0146331787109375,
+ 0.03289794921875,
+ 0.0009741783142089844,
+ -0.022003173828125,
+ 0.01325225830078125,
+ 0.002597808837890625,
+ 0.036712646484375,
+ -0.033782958984375,
+ 0.00818634033203125,
+ 0.00870513916015625,
+ -0.011688232421875,
+ 0.031005859375,
+ 0.044677734375,
+ 0.018707275390625,
+ 0.007274627685546875,
+ 0.039825439453125,
+ -0.041900634765625,
+ -0.029449462890625,
+ -0.04608154296875,
+ -0.08416748046875,
+ 0.013336181640625,
+ 0.0258026123046875,
+ 0.0016889572143554688,
+ 0.047119140625,
+ -0.04278564453125,
+ -0.062347412109375,
+ 0.0290985107421875,
+ -0.0087432861328125,
+ 0.06060791015625,
+ 0.049896240234375,
+ 0.01134490966796875,
+ 0.036376953125,
+ -0.0037021636962890625,
+ -0.004329681396484375,
+ 0.024078369140625,
+ 0.0208740234375,
+ 0.0173187255859375,
+ 0.0289306640625,
+ 0.0665283203125,
+ -0.009918212890625,
+ -0.037750244140625,
+ 0.03326416015625,
+ 0.0289306640625,
+ 0.035858154296875,
+ -0.014892578125,
+ 0.042083740234375,
+ -0.002197265625,
+ 0.028411865234375,
+ -0.00783538818359375,
+ 0.0533447265625,
+ 0.02191162109375,
+ -0.028228759765625,
+ 0.0181884765625,
+ 0.00757598876953125,
+ 0.00640869140625,
+ -0.0574951171875,
+ 0.000865936279296875,
+ -0.01186370849609375,
+ -0.01078033447265625,
+ -0.011260986328125,
+ 0.0384521484375,
+ -0.058197021484375,
+ -0.00653839111328125,
+ 0.03741455078125,
+ -0.031524658203125,
+ 0.0172271728515625,
+ 0.0008549690246582031,
+ -0.019317626953125,
+ -0.0026416778564453125,
+ -0.0162811279296875,
+ -0.0665283203125,
+ 0.048828125,
+ -0.025634765625,
+ -0.02252197265625,
+ 0.0226898193359375,
+ 0.02667236328125,
+ -0.0258026123046875,
+ -0.0101776123046875,
+ -0.039154052734375,
+ -0.0061492919921875,
+ -0.01273345947265625,
+ -0.01177978515625,
+ 0.050567626953125,
+ 0.000031948089599609375,
+ 0.0109100341796875,
+ 0.0289306640625,
+ 0.06341552734375,
+ -0.01043701171875,
+ -0.044677734375,
+ 0.035858154296875,
+ -0.0290985107421875,
+ -0.01078033447265625,
+ 0.04571533203125,
+ 0.0179290771484375,
+ 0.01611328125,
+ -0.03656005859375,
+ 0.0029010772705078125,
+ 0.03741455078125,
+ 0.0088348388671875,
+ -0.002414703369140625,
+ 0.0009527206420898438,
+ -0.04071044921875,
+ -0.0343017578125,
+ -0.05889892578125,
+ 0.055755615234375,
+ -0.0185394287109375,
+ 0.03497314453125,
+ -0.0119476318359375,
+ -0.0723876953125,
+ 0.006103515625,
+ -0.064453125,
+ -0.020172119140625,
+ -0.0311737060546875,
+ 0.018798828125,
+ -0.022857666015625,
+ 0.0426025390625,
+ -0.0311737060546875,
+ -0.01715087890625,
+ -0.00926971435546875,
+ 0.041900634765625,
+ -0.007663726806640625,
+ -0.004329681396484375,
+ -0.03826904296875,
+ 0.0280609130859375,
+ 0.039825439453125,
+ -0.0491943359375,
+ -0.0025539398193359375,
+ 0.005283355712890625,
+ -0.00835418701171875,
+ 0.08831787109375,
+ -0.0384521484375,
+ 0.004611968994140625,
+ 0.0205230712890625,
+ -0.06683349609375,
+ 0.00036263465881347656,
+ -0.01922607421875,
+ -0.0237274169921875,
+ -0.041748046875,
+ 0.0027713775634765625,
+ 0.03948974609375,
+ -0.0041351318359375,
+ 0.03497314453125,
+ 0.00792694091796875,
+ 0.01108551025390625,
+ 0.02459716796875,
+ 0.0258026123046875,
+ -0.021392822265625,
+ 0.0289306640625,
+ -0.055084228515625,
+ -0.0290985107421875,
+ -0.0223388671875,
+ 0.0450439453125,
+ -0.00839996337890625,
+ -0.0210418701171875,
+ -0.0053253173828125,
+ -0.021392822265625,
+ 0.033782958984375,
+ -0.038787841796875,
+ 0.0030517578125,
+ -0.01506805419921875,
+ 0.005218505859375,
+ -0.0254669189453125,
+ -0.01186370849609375,
+ 0.0045013427734375,
+ 0.0296173095703125,
+ 0.0071868896484375,
+ -0.006580352783203125,
+ 0.0384521484375,
+ -0.04608154296875,
+ -0.0033779144287109375,
+ 0.01532745361328125,
+ -0.0005168914794921875,
+ -0.027191162109375,
+ -0.003528594970703125,
+ -0.006927490234375,
+ -0.001926422119140625,
+ 0.03948974609375,
+ -0.000017404556274414062,
+ -0.0006008148193359375,
+ -0.06097412109375,
+ 0.034454345703125,
+ 0.01800537109375,
+ 0.0030956268310546875,
+ -0.00783538818359375,
+ -0.04608154296875,
+ -0.0533447265625,
+ -0.0025119781494140625,
+ 0.025634765625,
+ 0.03411865234375,
+ -0.017486572265625,
+ -0.031005859375,
+ -0.0056304931640625,
+ -0.006450653076171875,
+ -0.0296173095703125,
+ 0.0106964111328125,
+ -0.00891876220703125,
+ 0.0169677734375,
+ 0.0017423629760742188,
+ -0.00537109375,
+ 0.005584716796875,
+ 0.0247650146484375,
+ 0.043121337890625,
+ 0.0204315185546875,
+ 0.0268402099609375,
+ -0.0205230712890625,
+ -0.01593017578125,
+ -0.0259857177734375,
+ -0.01351165771484375,
+ 0.0012235641479492188,
+ -0.0125579833984375,
+ 0.0247650146484375,
+ -0.02069091796875,
+ -0.0244140625,
+ 0.005283355712890625,
+ 0.033782958984375,
+ 0.0343017578125,
+ -0.00292205810546875,
+ -0.0162811279296875,
+ 0.031005859375,
+ -0.0184478759765625,
+ 0.06683349609375,
+ -0.0278778076171875,
+ -0.04364013671875,
+ 0.0268402099609375,
+ 0.014373779296875,
+ 0.06719970703125,
+ 0.044158935546875,
+ -0.001239776611328125,
+ -0.016021728515625,
+ 0.0045013427734375,
+ 0.06097412109375,
+ -0.00948333740234375,
+ -0.026153564453125,
+ -0.00887298583984375,
+ 0.0277099609375,
+ 0.017486572265625,
+ 0.0450439453125,
+ 0.03289794921875,
+ 0.10321044921875,
+ -0.01377105712890625,
+ -0.0189666748046875,
+ 0.017486572265625,
+ 0.06475830078125,
+ 0.0235595703125,
+ -0.0066680908203125,
+ -0.05126953125,
+ -0.020355224609375,
+ 0.01030731201171875,
+ -0.053009033203125,
+ -0.0306549072265625,
+ 0.004199981689453125,
+ 0.090087890625,
+ -0.0859375,
+ -0.033935546875,
+ -0.017578125,
+ -0.003009796142578125,
+ 0.0106048583984375,
+ -0.004352569580078125,
+ -0.00147247314453125,
+ 0.0013093948364257812,
+ 0.0277099609375,
+ -0.0372314453125,
+ 0.0033130645751953125,
+ -0.0232086181640625,
+ -0.01021575927734375,
+ 0.062347412109375,
+ 0.03656005859375,
+ -0.002986907958984375,
+ 0.0278778076171875,
+ 0.018280029296875,
+ 0.033416748046875,
+ 0.01238250732421875,
+ 0.0467529296875,
+ 0.00627899169921875,
+ 0.01325225830078125,
+ 0.047119140625,
+ 0.050933837890625,
+ -0.00943756103515625,
+ -0.01220703125,
+ 0.0235595703125,
+ 0.027191162109375,
+ 0.044677734375,
+ 0.056121826171875,
+ -0.0093536376953125,
+ 0.017578125,
+ -0.027191162109375,
+ -0.055084228515625,
+ 0.003551483154296875,
+ 0.01506805419921875,
+ 0.0029449462890625,
+ -0.044677734375,
+ -0.057159423828125,
+ 0.006710052490234375,
+ -0.0273590087890625,
+ 0.050933837890625,
+ 0.019134521484375,
+ -0.005542755126953125,
+ -0.0082244873046875,
+ 0.030487060546875,
+ -0.04400634765625,
+ -0.06060791015625,
+ 0.0252838134765625,
+ -0.0036373138427734375,
+ -0.0301361083984375,
+ 0.0038967132568359375,
+ -0.020172119140625,
+ 0.031341552734375,
+ -0.02667236328125,
+ -0.0599365234375,
+ -0.0216522216796875,
+ 0.01800537109375,
+ -0.01342010498046875,
+ -0.0450439453125,
+ -0.01047515869140625,
+ -0.0135955810546875,
+ -0.0041351318359375,
+ -0.0450439453125,
+ -0.04608154296875,
+ -0.0172271728515625,
+ 0.0162811279296875,
+ -0.0254669189453125,
+ 0.0285797119140625,
+ 0.00426483154296875,
+ -0.0232086181640625,
+ -0.00861358642578125,
+ -0.0252838134765625,
+ -0.0200958251953125,
+ 0.012298583984375,
+ -0.0181884765625,
+ 0.0193939208984375,
+ 0.011260986328125,
+ 0.004894256591796875,
+ -0.00653839111328125,
+ 0.057861328125,
+ 0.0161895751953125,
+ 0.02069091796875,
+ -0.01116943359375,
+ -0.08001708984375,
+ -0.0093994140625,
+ 0.01922607421875,
+ 0.0071868896484375,
+ -0.08868408203125,
+ 0.02337646484375,
+ 0.04034423828125,
+ -0.06964111328125,
+ 0.020355224609375,
+ 0.0188751220703125,
+ -0.00978851318359375,
+ -0.04779052734375,
+ 0.0030307769775390625,
+ -0.0183563232421875,
+ -0.0017757415771484375,
+ 0.0963134765625,
+ -0.01351165771484375,
+ 0.021392822265625,
+ -0.00201416015625,
+ -0.053680419921875,
+ 0.07861328125,
+ 0.00469970703125,
+ 0.0158538818359375,
+ -0.0640869140625,
+ 0.00415802001953125,
+ 0.01800537109375,
+ -0.02996826171875,
+ -0.006103515625,
+ -0.0789794921875,
+ -0.018798828125,
+ 0.0200042724609375,
+ 0.01715087890625,
+ -0.022003173828125,
+ 0.015411376953125,
+ -0.032562255859375,
+ -0.040863037109375,
+ -0.0114288330078125,
+ 0.029266357421875,
+ -0.01004791259765625,
+ 0.0190582275390625,
+ -0.004047393798828125,
+ -0.0188751220703125,
+ -0.001926422119140625,
+ -0.04815673828125,
+ -0.055419921875,
+ -0.0036163330078125,
+ 0.021209716796875,
+ 0.00792694091796875,
+ -0.066162109375,
+ 0.0146331787109375,
+ 0.0017213821411132812,
+ 0.01861572265625,
+ 0.0172271728515625,
+ 0.055084228515625,
+ -0.03082275390625,
+ -0.0020885467529296875,
+ 0.0085296630859375,
+ 0.0270233154296875,
+ 0.00034499168395996094,
+ -0.00762176513671875,
+ 0.0034427642822265625,
+ 0.0249481201171875,
+ 0.033782958984375,
+ -0.01052093505859375,
+ 0.036895751953125,
+ 0.0265045166015625,
+ -0.006927490234375,
+ -0.05438232421875,
+ -0.032745361328125,
+ -0.011260986328125,
+ 0.053680419921875,
+ -0.0301361083984375,
+ 0.02996826171875,
+ 0.01177978515625,
+ -0.0181884765625,
+ -0.064453125,
+ 0.033782958984375,
+ -0.017669677734375,
+ 0.030487060546875,
+ 0.0396728515625,
+ 0.00865936279296875,
+ -0.047454833984375,
+ -0.0723876953125,
+ -0.0087432861328125,
+ 0.002521514892578125,
+ -0.038116455078125,
+ 0.0318603515625,
+ 0.014892578125,
+ 0.019744873046875,
+ 0.024078369140625,
+ -0.005519866943359375,
+ -0.003269195556640625,
+ 0.03656005859375,
+ 0.0174102783203125,
+ -0.0413818359375,
+ 0.0426025390625,
+ -0.0322265625,
+ 0.007663726806640625,
+ 0.020782470703125,
+ 0.0003600120544433594,
+ 0.0025119781494140625,
+ -0.01800537109375,
+ -0.01611328125,
+ 0.005889892578125,
+ 0.0184478759765625,
+ 0.0242462158203125,
+ -0.0161895751953125,
+ 0.0204315185546875,
+ -0.0037670135498046875,
+ 0.0101776123046875,
+ 0.0141143798828125,
+ -0.033416748046875,
+ -0.00844573974609375,
+ 0.01480865478515625,
+ 0.007663726806640625,
+ -0.01480865478515625,
+ -0.06719970703125,
+ -0.074462890625,
+ 0.021209716796875,
+ -0.026153564453125,
+ -0.009613037109375,
+ 0.0080108642578125,
+ 0.0275421142578125,
+ 0.03497314453125,
+ -0.055755615234375,
+ 0.0289306640625,
+ -0.0223388671875,
+ 0.0077056884765625,
+ -0.032745361328125,
+ 0.03082275390625,
+ -0.0209503173828125,
+ 0.052642822265625,
+ -0.01593017578125,
+ -0.021392822265625,
+ -0.0020999908447265625,
+ -0.0158538818359375,
+ -0.0188751220703125,
+ -0.0396728515625,
+ -0.0190582275390625,
+ -0.050933837890625,
+ 0.0360107421875,
+ -0.05230712890625,
+ -0.000055789947509765625,
+ 0.0277099609375,
+ 0.0254669189453125,
+ 0.006496429443359375,
+ -0.020355224609375,
+ 0.0595703125,
+ -0.03533935546875,
+ -0.07379150390625,
+ 0.020782470703125,
+ -0.0085296630859375,
+ -0.0318603515625,
+ 0.01030731201171875,
+ -0.01325225830078125,
+ 0.017486572265625,
+ 0.001461029052734375,
+ 0.04364013671875,
+ 0.047454833984375,
+ 0.04815673828125,
+ 0.0114288330078125,
+ -0.005023956298828125,
+ -0.004241943359375,
+ -0.0172271728515625,
+ 0.02667236328125,
+ 0.0311737060546875,
+ 0.0289306640625,
+ -0.00809478759765625,
+ 0.031524658203125,
+ 0.002185821533203125,
+ -0.0806884765625,
+ -0.01030731201171875,
+ -0.0208740234375,
+ -0.048828125,
+ 0.002727508544921875,
+ 0.0574951171875,
+ 0.05645751953125,
+ 0.006320953369140625,
+ 0.0280609130859375,
+ 0.04278564453125,
+ 0.036376953125,
+ 0.01212310791015625,
+ -0.01116943359375,
+ -0.0491943359375,
+ 0.00292205810546875,
+ 0.00943756103515625,
+ 0.0360107421875,
+ -0.06475830078125,
+ 0.02667236328125,
+ 0.051971435546875,
+ -0.029449462890625,
+ -0.058197021484375,
+ 0.006885528564453125,
+ 0.0012502670288085938,
+ 0.06201171875,
+ 0.028411865234375,
+ 0.024078369140625,
+ -0.0703125,
+ 0.0278778076171875,
+ 0.041229248046875,
+ -0.00452423095703125,
+ -0.005802154541015625,
+ 0.00839996337890625,
+ -0.031341552734375,
+ 0.0290985107421875,
+ -0.050933837890625,
+ -0.0125579833984375,
+ 0.00640869140625,
+ 0.0810546875,
+ 0.0013856887817382812,
+ -0.018096923828125,
+ -0.0142059326171875,
+ 0.0450439453125,
+ -0.006191253662109375,
+ -0.04571533203125,
+ 0.004436492919921875,
+ 0.0301361083984375,
+ -0.017059326171875,
+ 0.0083160400390625,
+ 0.050933837890625,
+ 0.0125579833984375,
+ 0.0280609130859375,
+ 0.01316070556640625,
+ -0.06268310546875,
+ 0.0206146240234375,
+ -0.035675048828125,
+ 0.018707275390625,
+ 0.0114288330078125,
+ -0.0450439453125,
+ -0.02337646484375,
+ -0.053680419921875,
+ 0.0318603515625,
+ 0.00545501708984375,
+ 0.04034423828125,
+ 0.0244140625,
+ -0.0077056884765625,
+ -0.021484375,
+ 0.01403045654296875,
+ 0.00439453125,
+ 0.033935546875,
+ 0.0199127197265625,
+ -0.007793426513671875,
+ 0.00909423828125,
+ 0.02191162109375,
+ -0.00788116455078125,
+ -0.0247650146484375,
+ 0.05230712890625,
+ -0.04296875,
+ -0.01026153564453125,
+ -0.0450439453125,
+ 0.01160430908203125,
+ 0.0011796951293945312,
+ -0.04052734375,
+ -0.00839996337890625,
+ -0.0232086181640625,
+ -0.00601959228515625,
+ -0.0172271728515625,
+ -0.04779052734375,
+ -0.017059326171875,
+ 0.0265045166015625,
+ -0.040863037109375,
+ 0.005153656005859375,
+ 0.021392822265625,
+ -0.01212310791015625,
+ -0.021820068359375,
+ -0.0748291015625,
+ 0.076904296875,
+ 0.004589080810546875,
+ 0.0265045166015625,
+ -0.0017099380493164062,
+ 0.0275421142578125,
+ 0.041748046875,
+ 0.01052093505859375,
+ 0.00173187255859375,
+ 0.04608154296875,
+ -0.001796722412109375,
+ 0.033935546875,
+ 0.0322265625,
+ -0.0038318634033203125,
+ -0.037078857421875,
+ 0.0247650146484375,
+ 0.0163726806640625,
+ -0.0226898193359375,
+ 0.031524658203125,
+ 0.01351165771484375,
+ 0.033416748046875,
+ -0.0034637451171875,
+ 0.0200958251953125,
+ 0.00576019287109375,
+ -0.0751953125,
+ 0.055419921875,
+ 0.0188751220703125,
+ -0.02191162109375,
+ 0.027191162109375,
+ -0.03515625,
+ 0.07171630859375,
+ 0.0163726806640625,
+ 0.05230712890625,
+ -0.06927490234375,
+ 0.0209503173828125,
+ -0.00266265869140625,
+ -0.00139617919921875,
+ -0.00601959228515625,
+ 0.004589080810546875,
+ -0.0011854171752929688,
+ 0.0061492919921875,
+ -0.0006117820739746094,
+ 0.052642822265625,
+ 0.0210418701171875,
+ 0.0206146240234375,
+ -0.06268310546875,
+ -0.025634765625,
+ 0.006450653076171875,
+ 0.0107421875,
+ 0.060272216796875,
+ -0.033416748046875,
+ -0.03204345703125,
+ 0.0268402099609375,
+ 0.0125579833984375,
+ 0.055755615234375,
+ 0.003810882568359375,
+ 0.0216522216796875,
+ -0.0087432861328125,
+ -0.0252838134765625,
+ -0.018707275390625,
+ -0.0100860595703125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "web-interface",
+ "remote-collection",
+ "distributed",
+ "scripting",
+ "cross-platform",
+ "triage",
+ "vql-queries",
+ "hunt-campaigns",
+ "real-time-monitoring",
+ "offline-collector",
+ "artifact-packs",
+ "multi-tenancy"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_OpenCTI",
+ "type": "tool",
+ "name": "OpenCTI",
+ "content": "opencti cyber-threat-intelligence-plattform orchestriert strukturierte ioc-analyse durch stix-kompatible knowledge-graphs. automatische enrichment-pipeline korreliert scheinbar unabhängige indicators zu attack-campaigns. confidence-scoring gewichtet intelligence-qualität für präzise threat-attribution. threat-intel graph incident-response analysis",
+ "embedding": [
+ -0.0419921875,
+ 0.005893707275390625,
+ 0.05413818359375,
+ 0.0225830078125,
+ 0.0250701904296875,
+ 0.0189208984375,
+ 0.0225830078125,
+ -0.034698486328125,
+ -0.03851318359375,
+ -0.005893707275390625,
+ -0.00933837890625,
+ 0.04681396484375,
+ -0.007221221923828125,
+ 0.0049591064453125,
+ -0.058441162109375,
+ 0.040191650390625,
+ -0.01120758056640625,
+ 0.0159454345703125,
+ 0.026397705078125,
+ -0.01253509521484375,
+ -0.0419921875,
+ 0.004131317138671875,
+ -0.03155517578125,
+ -0.01427459716796875,
+ -0.004669189453125,
+ -0.0186767578125,
+ 0.00855255126953125,
+ -0.0419921875,
+ -0.0258941650390625,
+ 0.01345062255859375,
+ 0.031707763671875,
+ -0.0235748291015625,
+ 0.0033206939697265625,
+ 0.03021240234375,
+ 0.0007677078247070312,
+ -0.0180206298828125,
+ -0.0017223358154296875,
+ -0.050140380859375,
+ 0.00030231475830078125,
+ -0.00884246826171875,
+ 0.01103973388671875,
+ 0.01328277587890625,
+ 0.00193023681640625,
+ 0.0084228515625,
+ -0.0254058837890625,
+ -0.054779052734375,
+ 0.0104217529296875,
+ -0.0025119781494140625,
+ 0.0262298583984375,
+ -0.0209197998046875,
+ 0.031707763671875,
+ 0.01419830322265625,
+ -0.00296783447265625,
+ -0.0008974075317382812,
+ -0.0167694091796875,
+ 0.0159454345703125,
+ 0.01219940185546875,
+ -0.0184326171875,
+ -0.032379150390625,
+ 0.032379150390625,
+ -0.0254058837890625,
+ -0.006183624267578125,
+ -0.01311492919921875,
+ 0.0189208984375,
+ 0.00797271728515625,
+ 0.0137786865234375,
+ -0.0048980712890625,
+ 0.003215789794921875,
+ 0.007595062255859375,
+ -0.0254058837890625,
+ 0.001598358154296875,
+ 0.01103973388671875,
+ 0.004795074462890625,
+ 0.0122833251953125,
+ -0.0090484619140625,
+ -0.0200958251953125,
+ 0.050811767578125,
+ 0.058441162109375,
+ -0.0137786865234375,
+ 0.0186767578125,
+ -0.05810546875,
+ -0.005645751953125,
+ 0.0714111328125,
+ 0.0107879638671875,
+ -0.037353515625,
+ -0.0120391845703125,
+ 0.040679931640625,
+ -0.00429534912109375,
+ 0.005519866943359375,
+ -0.01212310791015625,
+ -0.00452423095703125,
+ 0.015106201171875,
+ 0.0307159423828125,
+ -0.029388427734375,
+ 0.045501708984375,
+ 0.041015625,
+ -0.0243988037109375,
+ 0.0010738372802734375,
+ 0.0102081298828125,
+ 0.032379150390625,
+ 0.0099639892578125,
+ -0.01519012451171875,
+ 0.0254058837890625,
+ -0.0280609130859375,
+ 0.058441162109375,
+ -0.01751708984375,
+ 0.020843505859375,
+ -0.028717041015625,
+ 0.01502227783203125,
+ -0.0120391845703125,
+ -0.09100341796875,
+ -0.05047607421875,
+ -0.0170135498046875,
+ -0.050140380859375,
+ -0.0034656524658203125,
+ 0.007762908935546875,
+ -0.0090484619140625,
+ 0.0273895263671875,
+ -0.0474853515625,
+ -0.024078369140625,
+ 0.036041259765625,
+ 0.033355712890625,
+ 0.0012454986572265625,
+ 0.0034656524658203125,
+ -0.0230712890625,
+ -0.030548095703125,
+ -0.007595062255859375,
+ 0.013946533203125,
+ -0.020416259765625,
+ -0.0180206298828125,
+ -0.01477813720703125,
+ -0.01983642578125,
+ 0.00659942626953125,
+ -0.0396728515625,
+ 0.005519866943359375,
+ -0.0191802978515625,
+ 0.024078369140625,
+ -0.0015773773193359375,
+ -0.006931304931640625,
+ -0.01000213623046875,
+ 0.0230712890625,
+ -0.0295562744140625,
+ -0.060760498046875,
+ -0.024566650390625,
+ -0.0262298583984375,
+ -0.011871337890625,
+ -0.010955810546875,
+ 0.04583740234375,
+ -0.0182647705078125,
+ -0.018341064453125,
+ 0.0225830078125,
+ 0.0161895751953125,
+ 0.06573486328125,
+ -0.0012922286987304688,
+ 0.0292205810546875,
+ -0.0254058837890625,
+ 0.002292633056640625,
+ -0.01427459716796875,
+ 0.0196685791015625,
+ -0.009674072265625,
+ 0.00630950927734375,
+ 0.02557373046875,
+ 0.01120758056640625,
+ 0.01129150390625,
+ -0.01776123046875,
+ -0.0180206298828125,
+ -0.037353515625,
+ -0.00954437255859375,
+ 0.005229949951171875,
+ 0.01959228515625,
+ 0.027069091796875,
+ -0.016845703125,
+ 0.038848876953125,
+ 0.03851318359375,
+ -0.0227508544921875,
+ 0.010498046875,
+ 0.0029048919677734375,
+ -0.01502227783203125,
+ 0.048797607421875,
+ 0.01087188720703125,
+ 0.01311492919921875,
+ 0.00983428955078125,
+ 0.043487548828125,
+ -0.0104217529296875,
+ 0.020416259765625,
+ 0.004253387451171875,
+ -0.04315185546875,
+ 0.0167694091796875,
+ -0.01934814453125,
+ 0.0033206939697265625,
+ -0.042327880859375,
+ -0.0474853515625,
+ -0.01568603515625,
+ 0.0307159423828125,
+ 0.0220794677734375,
+ 0.03985595703125,
+ 0.030548095703125,
+ -0.0280609130859375,
+ 0.007720947265625,
+ 0.003818511962890625,
+ 0.00821685791015625,
+ 0.01336669921875,
+ -0.01519012451171875,
+ 0.0107879638671875,
+ 0.032867431640625,
+ -0.004169464111328125,
+ -0.0203399658203125,
+ 0.058441162109375,
+ 0.0137786865234375,
+ -0.037200927734375,
+ 0.024078369140625,
+ 0.0265655517578125,
+ -0.0089263916015625,
+ -0.018096923828125,
+ -0.032379150390625,
+ -0.036041259765625,
+ 0.00833892822265625,
+ -0.0117034912109375,
+ -0.035186767578125,
+ 0.004711151123046875,
+ -0.01502227783203125,
+ -0.035858154296875,
+ -0.003154754638671875,
+ 0.022247314453125,
+ -0.01461029052734375,
+ 0.0594482421875,
+ 0.018768310546875,
+ -0.0033416748046875,
+ 0.009674072265625,
+ 0.004856109619140625,
+ 0.042510986328125,
+ 0.0227508544921875,
+ 0.002925872802734375,
+ -0.0310516357421875,
+ -0.05877685546875,
+ -0.0224151611328125,
+ 0.0170135498046875,
+ 0.016265869140625,
+ 0.01345062255859375,
+ -0.01087188720703125,
+ -0.0396728515625,
+ 0.028228759765625,
+ -0.0044403076171875,
+ 0.04315185546875,
+ 0.01934814453125,
+ -0.01087188720703125,
+ -0.005687713623046875,
+ 0.036529541015625,
+ 0.046478271484375,
+ 0.0654296875,
+ -0.04168701171875,
+ -0.0003604888916015625,
+ -0.051788330078125,
+ 0.052459716796875,
+ -0.06378173828125,
+ -0.03253173828125,
+ -0.0167694091796875,
+ -0.03387451171875,
+ 0.056121826171875,
+ -0.0242462158203125,
+ 0.005893707275390625,
+ 0.0272216796875,
+ 0.022918701171875,
+ 0.01103973388671875,
+ 0.02606201171875,
+ 0.004543304443359375,
+ -0.05810546875,
+ -0.0020542144775390625,
+ 0.060089111328125,
+ 0.020751953125,
+ -0.00797271728515625,
+ 0.03369140625,
+ 0.06573486328125,
+ 0.00946044921875,
+ 0.029052734375,
+ -0.0250701904296875,
+ 0.01311492919921875,
+ 0.040191650390625,
+ 0.034210205078125,
+ 0.0288848876953125,
+ -0.0005397796630859375,
+ 0.02972412109375,
+ -0.0386962890625,
+ 0.03619384765625,
+ -0.0594482421875,
+ 0.01058197021484375,
+ -0.01000213623046875,
+ -0.0090484619140625,
+ 0.0111236572265625,
+ -0.050140380859375,
+ -0.0262298583984375,
+ 0.043487548828125,
+ 0.0188446044921875,
+ 0.0007109642028808594,
+ 0.03155517578125,
+ -0.0308837890625,
+ 0.01776123046875,
+ -0.005023956298828125,
+ -0.0149383544921875,
+ 0.040679931640625,
+ 0.050811767578125,
+ -0.0285491943359375,
+ 0.0212554931640625,
+ -0.000720977783203125,
+ 0.010955810546875,
+ -0.00705718994140625,
+ -0.035186767578125,
+ -0.01369476318359375,
+ -0.0262298583984375,
+ -0.0654296875,
+ -0.031707763671875,
+ 0.002376556396484375,
+ -0.006351470947265625,
+ 0.0032787322998046875,
+ -0.00325775146484375,
+ -0.0009860992431640625,
+ -0.03021240234375,
+ -0.032867431640625,
+ 0.021087646484375,
+ -0.0283966064453125,
+ -0.0594482421875,
+ -0.0262298583984375,
+ 0.049468994140625,
+ 0.01219940185546875,
+ -0.016937255859375,
+ 0.0044403076171875,
+ -0.0235748291015625,
+ -0.053131103515625,
+ 0.0189208984375,
+ -0.01544189453125,
+ -0.0038604736328125,
+ -0.01361083984375,
+ 0.020416259765625,
+ 0.0230712890625,
+ 0.041351318359375,
+ 0.01477813720703125,
+ 0.0770263671875,
+ -0.0031337738037109375,
+ -0.04315185546875,
+ -0.005893707275390625,
+ 0.02099609375,
+ 0.0158538818359375,
+ 0.0386962890625,
+ -0.0028018951416015625,
+ 0.0102081298828125,
+ -0.0295562744140625,
+ -0.03204345703125,
+ 0.03851318359375,
+ 0.0173492431640625,
+ 0.041839599609375,
+ 0.00821685791015625,
+ -0.0239105224609375,
+ -0.01236724853515625,
+ 0.0687255859375,
+ -0.001598358154296875,
+ 0.09228515625,
+ -0.007843017578125,
+ -0.04449462890625,
+ 0.0054779052734375,
+ 0.0182647705078125,
+ -0.05047607421875,
+ -0.018768310546875,
+ 0.022247314453125,
+ 0.016937255859375,
+ -0.003154754638671875,
+ 0.0242462158203125,
+ -0.010711669921875,
+ 0.037689208984375,
+ 0.00017249584197998047,
+ 0.0018777847290039062,
+ 0.0511474609375,
+ -0.0267333984375,
+ 0.04815673828125,
+ 0.053466796875,
+ 0.01328277587890625,
+ 0.0185089111328125,
+ 0.01087188720703125,
+ -0.0097503662109375,
+ 0.00435638427734375,
+ -0.036346435546875,
+ -0.06939697265625,
+ 0.009674072265625,
+ 0.0149383544921875,
+ -0.0008769035339355469,
+ 0.0225830078125,
+ -0.0285491943359375,
+ -0.0687255859375,
+ 0.029876708984375,
+ -0.01444244384765625,
+ 0.0733642578125,
+ 0.037353515625,
+ 0.0135345458984375,
+ 0.050140380859375,
+ -0.01336669921875,
+ -0.01369476318359375,
+ 0.0272216796875,
+ 0.040191650390625,
+ 0.0300445556640625,
+ 0.050811767578125,
+ 0.016265869140625,
+ 0.0012969970703125,
+ -0.0272216796875,
+ 0.0141143798828125,
+ 0.01137542724609375,
+ 0.01502227783203125,
+ -0.0021381378173828125,
+ 0.01045989990234375,
+ 0.02490234375,
+ 0.036041259765625,
+ -0.050140380859375,
+ 0.050811767578125,
+ 0.017425537109375,
+ -0.0521240234375,
+ 0.0182647705078125,
+ -0.020416259765625,
+ 0.028717041015625,
+ -0.07403564453125,
+ 0.01270294189453125,
+ -0.00780487060546875,
+ 0.0280609130859375,
+ -0.004398345947265625,
+ 0.00746917724609375,
+ -0.0521240234375,
+ -0.0031757354736328125,
+ 0.047821044921875,
+ -0.10357666015625,
+ 0.0232391357421875,
+ 0.05413818359375,
+ -0.00908660888671875,
+ 0.040191650390625,
+ -0.021087646484375,
+ -0.033538818359375,
+ 0.036346435546875,
+ -0.03155517578125,
+ -0.01328277587890625,
+ -0.006099700927734375,
+ 0.0175933837890625,
+ -0.060089111328125,
+ -0.006725311279296875,
+ -0.045501708984375,
+ -0.0146942138671875,
+ 0.005168914794921875,
+ -0.043487548828125,
+ 0.0143585205078125,
+ -0.0310516357421875,
+ -0.01219940185546875,
+ 0.06109619140625,
+ 0.035369873046875,
+ 0.00676727294921875,
+ -0.0173492431640625,
+ 0.03485107421875,
+ -0.01045989990234375,
+ -0.044158935546875,
+ 0.02490234375,
+ 0.0267333984375,
+ -0.00572967529296875,
+ -0.0292205810546875,
+ -0.0146942138671875,
+ -0.02374267578125,
+ 0.032379150390625,
+ -0.0059356689453125,
+ -0.00014662742614746094,
+ -0.046142578125,
+ -0.03204345703125,
+ -0.03619384765625,
+ 0.04449462890625,
+ 0.036346435546875,
+ 0.053802490234375,
+ 0.01153564453125,
+ -0.04168701171875,
+ 0.0206756591796875,
+ -0.08465576171875,
+ -0.01004791259765625,
+ -0.0104217529296875,
+ -0.01461029052734375,
+ 0.0002865791320800781,
+ 0.07373046875,
+ -0.02374267578125,
+ 0.0003838539123535156,
+ -0.021087646484375,
+ 0.06573486328125,
+ 0.0184326171875,
+ 0.0159454345703125,
+ -0.045166015625,
+ 0.02490234375,
+ 0.027557373046875,
+ -0.085693359375,
+ -0.014862060546875,
+ -0.0012559890747070312,
+ 0.01328277587890625,
+ 0.041839599609375,
+ -0.083984375,
+ -0.00901031494140625,
+ -0.0267333984375,
+ -0.059112548828125,
+ -0.0126190185546875,
+ -0.0239105224609375,
+ -0.00954437255859375,
+ -0.0391845703125,
+ 0.0345458984375,
+ 0.01129150390625,
+ -0.0114593505859375,
+ 0.038177490234375,
+ 0.0131988525390625,
+ 0.00421142578125,
+ 0.02374267578125,
+ 0.0185089111328125,
+ -0.030548095703125,
+ 0.0280609130859375,
+ -0.057098388671875,
+ -0.039337158203125,
+ -0.004608154296875,
+ 0.010711669921875,
+ -0.0205078125,
+ 0.0034236907958984375,
+ -0.00717926025390625,
+ -0.0173492431640625,
+ 0.018768310546875,
+ -0.0182647705078125,
+ -0.006557464599609375,
+ -0.0017328262329101562,
+ -0.0202484130859375,
+ -0.0280609130859375,
+ -0.032867431640625,
+ 0.00884246826171875,
+ 0.013031005859375,
+ 0.02142333984375,
+ 0.045166015625,
+ 0.0283966064453125,
+ -0.050140380859375,
+ 0.0265655517578125,
+ 0.022918701171875,
+ -0.0211639404296875,
+ 0.00705718994140625,
+ -0.00896453857421875,
+ -0.00643157958984375,
+ -0.01236724853515625,
+ 0.021087646484375,
+ -0.004421234130859375,
+ -0.0521240234375,
+ -0.0687255859375,
+ 0.0211639404296875,
+ -0.00247955322265625,
+ -0.002292633056640625,
+ -0.03485107421875,
+ -0.0194244384765625,
+ -0.045166015625,
+ -0.015106201171875,
+ 0.0345458984375,
+ 0.0184326171875,
+ 0.0166015625,
+ -0.048492431640625,
+ -0.0006694793701171875,
+ -0.01311492919921875,
+ -0.05047607421875,
+ 0.0220794677734375,
+ 0.008758544921875,
+ 0.0128631591796875,
+ -0.020751953125,
+ -0.0167694091796875,
+ 0.0230712890625,
+ 0.01161956787109375,
+ 0.043487548828125,
+ 0.00572967529296875,
+ 0.0220794677734375,
+ -0.050811767578125,
+ 0.029388427734375,
+ -0.00047206878662109375,
+ -0.01361083984375,
+ -0.0005006790161132812,
+ -0.0181732177734375,
+ -0.00792694091796875,
+ -0.03369140625,
+ -0.036041259765625,
+ -0.0017223358154296875,
+ 0.0267333984375,
+ -0.00027632713317871094,
+ 0.00901031494140625,
+ -0.051788330078125,
+ 0.04168701171875,
+ 0.0006432533264160156,
+ 0.04815673828125,
+ -0.001338958740234375,
+ -0.0697021484375,
+ -0.012786865234375,
+ -0.0025119781494140625,
+ 0.04681396484375,
+ 0.0521240234375,
+ 0.0007314682006835938,
+ -0.04034423828125,
+ 0.0030307769775390625,
+ 0.03369140625,
+ 0.00601959228515625,
+ -0.042327880859375,
+ -0.03021240234375,
+ 0.03369140625,
+ -0.005977630615234375,
+ 0.019927978515625,
+ -0.0120391845703125,
+ 0.08966064453125,
+ 0.0149383544921875,
+ -0.0031337738037109375,
+ 0.03021240234375,
+ 0.07171630859375,
+ 0.0161895751953125,
+ -0.0010423660278320312,
+ -0.046142578125,
+ -0.00896453857421875,
+ -0.0126190185546875,
+ -0.05743408203125,
+ -0.021087646484375,
+ -0.004795074462890625,
+ 0.054443359375,
+ -0.0687255859375,
+ -0.019500732421875,
+ 0.0009288787841796875,
+ -0.0143585205078125,
+ 0.004169464111328125,
+ -0.010498046875,
+ -0.01361083984375,
+ 0.0250701904296875,
+ 0.0017538070678710938,
+ -0.02490234375,
+ 0.009674072265625,
+ -0.01386260986328125,
+ -0.0043182373046875,
+ 0.01983642578125,
+ 0.04168701171875,
+ -0.0084228515625,
+ 0.00527191162109375,
+ -0.010955810546875,
+ 0.02557373046875,
+ 0.0104217529296875,
+ 0.01776123046875,
+ 0.04083251953125,
+ 0.0165252685546875,
+ 0.048797607421875,
+ 0.0640869140625,
+ -0.00717926025390625,
+ -0.0295562744140625,
+ 0.0075531005859375,
+ 0.0254058837890625,
+ 0.0170135498046875,
+ 0.050140380859375,
+ -0.004482269287109375,
+ 0.0310516357421875,
+ -0.007305145263671875,
+ -0.04583740234375,
+ -0.00734710693359375,
+ 0.0194244384765625,
+ -0.0283966064453125,
+ -0.0310516357421875,
+ -0.047149658203125,
+ 0.01178741455078125,
+ -0.02606201171875,
+ 0.045501708984375,
+ -0.005645751953125,
+ -0.01959228515625,
+ -0.01153564453125,
+ 0.0521240234375,
+ 0.00348663330078125,
+ -0.05645751953125,
+ 0.027557373046875,
+ -0.0189208984375,
+ -0.01535797119140625,
+ -0.00325775146484375,
+ -0.0137786865234375,
+ 0.05413818359375,
+ -0.03204345703125,
+ -0.05645751953125,
+ -0.0211639404296875,
+ 0.04168701171875,
+ 0.01029205322265625,
+ -0.033538818359375,
+ 0.005313873291015625,
+ -0.00826263427734375,
+ -0.01477813720703125,
+ -0.039520263671875,
+ -0.02972412109375,
+ -0.0345458984375,
+ -0.0165252685546875,
+ -0.0604248046875,
+ 0.00643157958984375,
+ -0.00867462158203125,
+ -0.00717926025390625,
+ -0.032196044921875,
+ -0.0016078948974609375,
+ -0.05047607421875,
+ 0.060089111328125,
+ -0.0300445556640625,
+ 0.0498046875,
+ 0.01311492919921875,
+ 0.0128631591796875,
+ 0.03851318359375,
+ 0.0723876953125,
+ 0.0008974075317382812,
+ -0.01045989990234375,
+ -0.01000213623046875,
+ -0.03619384765625,
+ 0.00726318359375,
+ -0.00809478759765625,
+ 0.0143585205078125,
+ -0.05511474609375,
+ 0.01294708251953125,
+ 0.057769775390625,
+ -0.08270263671875,
+ 0.01129150390625,
+ 0.0280609130859375,
+ 0.0099639892578125,
+ -0.04815673828125,
+ 0.005767822265625,
+ 0.007843017578125,
+ 0.00821685791015625,
+ 0.0386962890625,
+ -0.00908660888671875,
+ -0.0131988525390625,
+ -0.003070831298828125,
+ -0.037353515625,
+ 0.05511474609375,
+ 0.00539398193359375,
+ 0.00884246826171875,
+ -0.0235748291015625,
+ 0.0164337158203125,
+ 0.007678985595703125,
+ -0.02142333984375,
+ 0.01983642578125,
+ -0.071044921875,
+ -0.01535797119140625,
+ 0.012786865234375,
+ 0.0135345458984375,
+ 0.00406646728515625,
+ 0.00051116943359375,
+ -0.05511474609375,
+ -0.0262298583984375,
+ -0.03155517578125,
+ -0.0053558349609375,
+ -0.004856109619140625,
+ -0.0009131431579589844,
+ -0.036865234375,
+ -0.042510986328125,
+ -0.00746917724609375,
+ -0.03271484375,
+ -0.05975341796875,
+ -0.01544189453125,
+ 0.0128631591796875,
+ 0.01253509521484375,
+ -0.03802490234375,
+ -0.00971221923828125,
+ -0.01294708251953125,
+ 0.0145263671875,
+ 0.038848876953125,
+ 0.056793212890625,
+ -0.033050537109375,
+ -0.0206756591796875,
+ 0.0220794677734375,
+ 0.034698486328125,
+ 0.0117034912109375,
+ -0.00809478759765625,
+ -0.0158538818359375,
+ -0.01776123046875,
+ 0.007511138916015625,
+ -0.0474853515625,
+ 0.039520263671875,
+ 0.0760498046875,
+ -0.0224151611328125,
+ -0.048492431640625,
+ -0.0126190185546875,
+ -0.042510986328125,
+ 0.0227508544921875,
+ -0.0131988525390625,
+ 0.0557861328125,
+ -0.0156097412109375,
+ -0.00435638427734375,
+ -0.087646484375,
+ 0.04150390625,
+ -0.005893707275390625,
+ 0.03253173828125,
+ 0.01103973388671875,
+ -0.0295562744140625,
+ -0.0242462158203125,
+ -0.0225830078125,
+ -0.024078369140625,
+ 0.03204345703125,
+ -0.040191650390625,
+ 0.0176849365234375,
+ 0.01311492919921875,
+ -0.029052734375,
+ 0.041839599609375,
+ 0.01137542724609375,
+ -0.003215789794921875,
+ 0.0308837890625,
+ 0.013031005859375,
+ -0.0200042724609375,
+ 0.10760498046875,
+ -0.017181396484375,
+ 0.03485107421875,
+ 0.0034236907958984375,
+ 0.01120758056640625,
+ 0.0180206298828125,
+ -0.007511138916015625,
+ -0.054443359375,
+ -0.00421142578125,
+ 0.025726318359375,
+ 0.035186767578125,
+ -0.00921630859375,
+ 0.021087646484375,
+ 0.003631591796875,
+ 0.01751708984375,
+ 0.0176849365234375,
+ -0.01153564453125,
+ -0.0196685791015625,
+ 0.0018987655639648438,
+ -0.0345458984375,
+ 0.0013284683227539062,
+ -0.0428466796875,
+ -0.06640625,
+ -0.01045989990234375,
+ -0.06707763671875,
+ -0.004131317138671875,
+ -0.0111236572265625,
+ 0.0203399658203125,
+ 0.031707763671875,
+ -0.005603790283203125,
+ 0.05145263671875,
+ 0.0114593505859375,
+ 0.0001310110092163086,
+ -0.0159454345703125,
+ -0.0166778564453125,
+ -0.031707763671875,
+ 0.036041259765625,
+ 0.0152740478515625,
+ -0.0300445556640625,
+ 0.019927978515625,
+ -0.037689208984375,
+ -0.0386962890625,
+ -0.01403045654296875,
+ -0.00371551513671875,
+ -0.037689208984375,
+ 0.04449462890625,
+ -0.040496826171875,
+ -0.0185089111328125,
+ 0.03271484375,
+ 0.028717041015625,
+ 0.01386260986328125,
+ -0.00946044921875,
+ 0.0673828125,
+ -0.0235748291015625,
+ -0.056793212890625,
+ 0.02191162109375,
+ 0.00036835670471191406,
+ -0.0149383544921875,
+ 0.02142333984375,
+ 0.0189208984375,
+ -0.0145263671875,
+ 0.01087188720703125,
+ 0.0232391357421875,
+ 0.00804901123046875,
+ 0.036041259765625,
+ 0.036346435546875,
+ -0.00498199462890625,
+ 0.02557373046875,
+ -0.0307159423828125,
+ 0.023406982421875,
+ 0.01212310791015625,
+ 0.004024505615234375,
+ 0.003818511962890625,
+ 0.0269012451171875,
+ -0.01403045654296875,
+ -0.07269287109375,
+ -0.0007109642028808594,
+ -0.0030918121337890625,
+ -0.038177490234375,
+ 0.0149383544921875,
+ 0.062103271484375,
+ 0.037841796875,
+ -0.0089263916015625,
+ 0.03570556640625,
+ 0.0438232421875,
+ 0.0186004638671875,
+ -0.0009908676147460938,
+ 0.0022106170654296875,
+ -0.046478271484375,
+ 0.01045989990234375,
+ 0.033203125,
+ 0.046142578125,
+ -0.053466796875,
+ 0.051788330078125,
+ 0.08697509765625,
+ -0.00833892822265625,
+ -0.0212554931640625,
+ 0.006725311279296875,
+ -0.0166015625,
+ 0.05810546875,
+ 0.0521240234375,
+ 0.0053558349609375,
+ -0.06842041015625,
+ -0.003963470458984375,
+ 0.01419830322265625,
+ 0.0029048919677734375,
+ -0.017181396484375,
+ 0.027557373046875,
+ -0.035858154296875,
+ 0.038360595703125,
+ -0.08038330078125,
+ -0.032196044921875,
+ 0.01427459716796875,
+ 0.058441162109375,
+ -0.010498046875,
+ -0.027557373046875,
+ -0.022918701171875,
+ 0.031890869140625,
+ 0.034210205078125,
+ -0.0239105224609375,
+ 0.0188446044921875,
+ 0.02142333984375,
+ -0.031219482421875,
+ 0.03369140625,
+ 0.047821044921875,
+ 0.0303802490234375,
+ 0.06243896484375,
+ 0.03900146484375,
+ -0.0131988525390625,
+ 0.03369140625,
+ -0.00032806396484375,
+ 0.0107879638671875,
+ 0.0161895751953125,
+ -0.05511474609375,
+ -0.043487548828125,
+ -0.0288848876953125,
+ 0.008636474609375,
+ -0.00855255126953125,
+ 0.0677490234375,
+ 0.01195526123046875,
+ -0.00676727294921875,
+ -0.020751953125,
+ 0.026397705078125,
+ 0.0186004638671875,
+ 0.036529541015625,
+ 0.0295562744140625,
+ -0.0277252197265625,
+ 0.033203125,
+ 0.029876708984375,
+ -0.001094818115234375,
+ -0.031890869140625,
+ 0.038360595703125,
+ -0.049468994140625,
+ 0.01137542724609375,
+ -0.035369873046875,
+ -0.01045989990234375,
+ -0.0273895263671875,
+ -0.0230712890625,
+ -0.02606201171875,
+ -0.0267333984375,
+ 0.0114593505859375,
+ -0.0242462158203125,
+ -0.041839599609375,
+ -0.032379150390625,
+ 0.049468994140625,
+ -0.0250701904296875,
+ 0.0173492431640625,
+ 0.0200958251953125,
+ 0.0034027099609375,
+ 0.00023996829986572266,
+ -0.045501708984375,
+ 0.085693359375,
+ 0.033050537109375,
+ 0.0428466796875,
+ 0.000019073486328125,
+ 0.01535797119140625,
+ 0.0438232421875,
+ -0.0292205810546875,
+ 0.004169464111328125,
+ -0.0096282958984375,
+ -0.00400543212890625,
+ 0.069091796875,
+ 0.0217437744140625,
+ 0.0181732177734375,
+ -0.053466796875,
+ 0.0084686279296875,
+ 0.0007624626159667969,
+ -0.029876708984375,
+ 0.043487548828125,
+ 0.021575927734375,
+ 0.0292205810546875,
+ -0.0230712890625,
+ -0.02099609375,
+ -0.006805419921875,
+ -0.054779052734375,
+ 0.06842041015625,
+ -0.00469207763671875,
+ 0.01427459716796875,
+ 0.03985595703125,
+ -0.049468994140625,
+ 0.0474853515625,
+ 0.01386260986328125,
+ 0.062744140625,
+ -0.04681396484375,
+ 0.05743408203125,
+ -0.00296783447265625,
+ -0.019927978515625,
+ 0.0007886886596679688,
+ 0.007305145263671875,
+ -0.026397705078125,
+ 0.03802490234375,
+ -0.0131988525390625,
+ 0.0428466796875,
+ 0.03753662109375,
+ 0.016845703125,
+ -0.0760498046875,
+ -0.018768310546875,
+ -0.0017642974853515625,
+ -0.0012760162353515625,
+ 0.054443359375,
+ -0.028717041015625,
+ -0.0200958251953125,
+ -0.01959228515625,
+ 0.03851318359375,
+ 0.05877685546875,
+ 0.007099151611328125,
+ 0.03485107421875,
+ 0.00510406494140625,
+ 0.0020961761474609375,
+ 0.01153564453125,
+ -0.016021728515625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "threat-intel",
+ "graph"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Android_Logical_Imaging",
+ "type": "tool",
+ "name": "Android Logical Imaging",
+ "content": "android logical imaging die forensische datenextraktion von android-geräten ohne rooting oder exploits - ideal für legacy-geräte und byod-szenarien. nutzt adb (android debug bridge) für autorisierten zugriff. vorbereitung: usb-debugging aktivieren, adb-autorisierung, oem-spezifische tricks (samsung smart switch, lg mobile switch). extraktion: adb backup für app-daten, pull-befehle für zugängliche bereiche (/sdcard, /data/media), content provider queries für kontakte/sms. parsing: android backup extractor für .ab-files, sqlite-analyse der datenbanken, xml-auswertung der preferences. limitierungen: keine system-apps, verschlüsselte bereiche unzugänglich, neuere android-versionen (12+) stark eingeschränkt. spezial-techniken: downgrade-attacks, sideloading forensischer apps, screen-recording für ui-basierte extraktion. der sweet-spot: android 4-8 geräte mit schwachen sicherheitsmechanismen. dokumentation der berechtigungen und nutzer-autorisierung für gerichtsverwertbarkeit essentiell. cli logical-copy mobile-app-data triage adb-based legacy-devices content-providers backup-extraction permission-based court-considerations mobile-forensics static-investigations data-collection",
+ "embedding": [
+ 0.005641937255859375,
+ 0.0311279296875,
+ 0.016387939453125,
+ 0.006381988525390625,
+ 0.0288238525390625,
+ 0.035400390625,
+ 0.0304718017578125,
+ -0.014251708984375,
+ 0.003459930419921875,
+ -0.0138397216796875,
+ -0.03179931640625,
+ 0.080078125,
+ -0.0007824897766113281,
+ -0.01251983642578125,
+ -0.05633544921875,
+ 0.033111572265625,
+ -0.004962921142578125,
+ 0.00438690185546875,
+ 0.02001953125,
+ -0.0005998611450195312,
+ -0.0167999267578125,
+ -0.036224365234375,
+ -0.043487548828125,
+ -0.0151519775390625,
+ -0.01531982421875,
+ 0.016387939453125,
+ -0.01531982421875,
+ -0.02947998046875,
+ -0.0367431640625,
+ 0.01457977294921875,
+ 0.019683837890625,
+ -0.02569580078125,
+ -0.023223876953125,
+ 0.031951904296875,
+ 0.020263671875,
+ -0.033111572265625,
+ -0.015655517578125,
+ -0.01885986328125,
+ -0.018280029296875,
+ 0.041168212890625,
+ -0.00798797607421875,
+ -0.004261016845703125,
+ 0.0097198486328125,
+ 0.0018939971923828125,
+ -0.013671875,
+ -0.044158935546875,
+ -0.009185791015625,
+ -0.0308074951171875,
+ 0.02239990234375,
+ -0.02239990234375,
+ 0.006999969482421875,
+ 0.0311279296875,
+ 0.0176239013671875,
+ 0.0010347366333007812,
+ -0.05072021484375,
+ 0.04876708984375,
+ 0.004055023193359375,
+ -0.024871826171875,
+ -0.046112060546875,
+ 0.04876708984375,
+ -0.0513916015625,
+ -0.019927978515625,
+ 0.002399444580078125,
+ -0.027008056640625,
+ 0.01103973388671875,
+ 0.027679443359375,
+ -0.010955810546875,
+ -0.00852203369140625,
+ 0.003993988037109375,
+ 0.01465606689453125,
+ 0.0167236328125,
+ -0.0099639892578125,
+ -0.0004169940948486328,
+ 0.051055908203125,
+ 0.0078277587890625,
+ -0.0570068359375,
+ -0.0003859996795654297,
+ -0.01293182373046875,
+ 0.0035419464111328125,
+ -0.0038509368896484375,
+ -0.055023193359375,
+ -0.011444091796875,
+ 0.0233917236328125,
+ -0.01169586181640625,
+ -0.005126953125,
+ 0.01226806640625,
+ 0.029815673828125,
+ 0.00650787353515625,
+ -0.0068359375,
+ 0.007289886474609375,
+ 0.01499176025390625,
+ -0.02569580078125,
+ 0.0192718505859375,
+ -0.0032939910888671875,
+ 0.0556640625,
+ 0.05206298828125,
+ -0.026031494140625,
+ 0.0007977485656738281,
+ -0.00910186767578125,
+ 0.0149078369140625,
+ 0.02520751953125,
+ -0.03326416015625,
+ 0.055023193359375,
+ -0.01029205322265625,
+ 0.0438232421875,
+ -0.03326416015625,
+ 0.0174560546875,
+ -0.00864410400390625,
+ -0.02685546875,
+ -0.0171356201171875,
+ -0.1192626953125,
+ -0.03326416015625,
+ -0.02947998046875,
+ -0.051727294921875,
+ -0.0181121826171875,
+ -0.0098419189453125,
+ -0.023712158203125,
+ 0.055023193359375,
+ -0.05072021484375,
+ -0.046783447265625,
+ 0.017791748046875,
+ 0.0504150390625,
+ -0.007701873779296875,
+ -0.0030879974365234375,
+ -0.060943603515625,
+ -0.0400390625,
+ 0.0098419189453125,
+ 0.0179595947265625,
+ -0.037384033203125,
+ -0.0419921875,
+ -0.017791748046875,
+ -0.01540374755859375,
+ -0.0238800048828125,
+ -0.0309600830078125,
+ -0.009429931640625,
+ -0.0556640625,
+ 0.04150390625,
+ 0.004756927490234375,
+ -0.004199981689453125,
+ 0.004344940185546875,
+ 0.0316162109375,
+ -0.023712158203125,
+ -0.0909423828125,
+ 0.015899658203125,
+ -0.0400390625,
+ -0.01016998291015625,
+ -0.0187835693359375,
+ 0.0589599609375,
+ -0.0655517578125,
+ -0.01934814453125,
+ -0.014495849609375,
+ 0.01177978515625,
+ 0.03704833984375,
+ 0.0014619827270507812,
+ -0.003376007080078125,
+ -0.0382080078125,
+ 0.004878997802734375,
+ -0.020172119140625,
+ 0.026031494140625,
+ -0.023223876953125,
+ -0.0205078125,
+ 0.03839111328125,
+ -0.01226806640625,
+ 0.0247039794921875,
+ -0.016632080078125,
+ -0.033447265625,
+ -0.0206756591796875,
+ 0.0255279541015625,
+ -0.010009765625,
+ -0.0038089752197265625,
+ 0.00031280517578125,
+ -0.0225677490234375,
+ 0.040191650390625,
+ 0.0721435546875,
+ 0.00922393798828125,
+ 0.0438232421875,
+ 0.00893402099609375,
+ -0.0006642341613769531,
+ 0.014251708984375,
+ 0.0311279296875,
+ -0.006175994873046875,
+ -0.024871826171875,
+ 0.042816162109375,
+ 0.037872314453125,
+ 0.01499176025390625,
+ -0.0386962890625,
+ -0.04974365234375,
+ 0.01045989990234375,
+ -0.040863037109375,
+ 0.05731201171875,
+ -0.0165557861328125,
+ -0.0293121337890625,
+ 0.004180908203125,
+ 0.0240478515625,
+ 0.025360107421875,
+ 0.059295654296875,
+ 0.0222320556640625,
+ -0.046783447265625,
+ 0.011199951171875,
+ -0.009674072265625,
+ 0.0135040283203125,
+ 0.04315185546875,
+ -0.0035419464111328125,
+ 0.0386962890625,
+ 0.0073699951171875,
+ 0.007659912109375,
+ -0.01317596435546875,
+ 0.027679443359375,
+ 0.0159759521484375,
+ -0.0126800537109375,
+ -0.00675201416015625,
+ 0.028167724609375,
+ -0.01293182373046875,
+ -0.0438232421875,
+ -0.02618408203125,
+ -0.0214080810546875,
+ 0.0271759033203125,
+ -0.041351318359375,
+ -0.0214080810546875,
+ 0.00356292724609375,
+ 0.0186920166015625,
+ -0.048095703125,
+ 0.018280029296875,
+ 0.00415802001953125,
+ -0.0198516845703125,
+ 0.046783447265625,
+ 0.0288238525390625,
+ -0.02569580078125,
+ -0.041351318359375,
+ 0.011444091796875,
+ 0.02239990234375,
+ 0.03326416015625,
+ 0.020843505859375,
+ 0.01235198974609375,
+ -0.025360107421875,
+ -0.021575927734375,
+ 0.0546875,
+ 0.03228759765625,
+ 0.016632080078125,
+ 0.0240478515625,
+ -0.040863037109375,
+ 0.048431396484375,
+ -0.033599853515625,
+ 0.0235595703125,
+ 0.0299835205078125,
+ -0.046112060546875,
+ -0.007083892822265625,
+ 0.026519775390625,
+ 0.0311279296875,
+ 0.0546875,
+ -0.051055908203125,
+ -0.0013284683227539062,
+ -0.06427001953125,
+ 0.0038299560546875,
+ -0.05963134765625,
+ -0.05206298828125,
+ -0.027008056640625,
+ -0.06488037109375,
+ 0.0523681640625,
+ -0.0255279541015625,
+ -0.034759521484375,
+ -0.01885986328125,
+ 0.0172119140625,
+ 0.00704193115234375,
+ 0.0235595703125,
+ 0.0092620849609375,
+ -0.0304718017578125,
+ 0.01910400390625,
+ 0.0645751953125,
+ 0.00815582275390625,
+ -0.0021820068359375,
+ -0.0299835205078125,
+ 0.01910400390625,
+ -0.0100860595703125,
+ 0.034576416015625,
+ -0.01910400390625,
+ -0.0171356201171875,
+ 0.034088134765625,
+ 0.01457977294921875,
+ 0.0135040283203125,
+ -0.010955810546875,
+ 0.0140838623046875,
+ -0.011444091796875,
+ 0.027679443359375,
+ -0.040863037109375,
+ -0.00897979736328125,
+ 0.0099639892578125,
+ 0.0011577606201171875,
+ -0.0189361572265625,
+ -0.038055419921875,
+ 0.004425048828125,
+ 0.039031982421875,
+ 0.0172119140625,
+ 0.0121917724609375,
+ 0.0078277587890625,
+ -0.04168701171875,
+ -0.004302978515625,
+ -0.0027179718017578125,
+ 0.0038700103759765625,
+ 0.0367431640625,
+ 0.0266876220703125,
+ -0.0170440673828125,
+ 0.005023956298828125,
+ 0.0178680419921875,
+ 0.00798797607421875,
+ -0.01033782958984375,
+ -0.0382080078125,
+ -0.0165557861328125,
+ 0.00492095947265625,
+ -0.047760009765625,
+ -0.03607177734375,
+ 0.01837158203125,
+ -0.02734375,
+ 0.0149078369140625,
+ -0.0069580078125,
+ 0.0012559890747070312,
+ -0.032928466796875,
+ -0.04034423828125,
+ -0.00704193115234375,
+ -0.02239990234375,
+ -0.04644775390625,
+ -0.004878997802734375,
+ 0.0233917236328125,
+ 0.01861572265625,
+ 0.0009832382202148438,
+ -0.0113677978515625,
+ -0.023223876953125,
+ -0.047760009765625,
+ 0.016876220703125,
+ 0.0009417533874511719,
+ 0.007328033447265625,
+ -0.0279998779296875,
+ 0.05206298828125,
+ 0.0165557861328125,
+ 0.0189361572265625,
+ 0.01317596435546875,
+ 0.09619140625,
+ 0.0178680419921875,
+ -0.0212554931640625,
+ -0.019927978515625,
+ 0.0020999908447265625,
+ 0.0271759033203125,
+ 0.01235198974609375,
+ -0.01885986328125,
+ -0.0316162109375,
+ 0.021575927734375,
+ -0.020172119140625,
+ 0.02685546875,
+ 0.03558349609375,
+ 0.032440185546875,
+ 0.01358795166015625,
+ -0.037872314453125,
+ 0.0057220458984375,
+ 0.0665283203125,
+ 0.00315093994140625,
+ 0.0843505859375,
+ -0.018524169921875,
+ -0.0311279296875,
+ -0.0138397216796875,
+ 0.0230560302734375,
+ -0.013092041015625,
+ 0.0021610260009765625,
+ 0.044158935546875,
+ 0.01210784912109375,
+ 0.0026149749755859375,
+ 0.0214080810546875,
+ -0.0002162456512451172,
+ 0.0258636474609375,
+ 0.0003783702850341797,
+ -0.00704193115234375,
+ 0.0214080810546875,
+ -0.0271759033203125,
+ 0.00868988037109375,
+ 0.052703857421875,
+ 0.02899169921875,
+ -0.0011224746704101562,
+ 0.024383544921875,
+ -0.00341796875,
+ 0.0118560791015625,
+ -0.01226806640625,
+ -0.0386962890625,
+ 0.022735595703125,
+ 0.032623291015625,
+ 0.037384033203125,
+ 0.03326416015625,
+ -0.01317596435546875,
+ -0.07379150390625,
+ 0.00757598876953125,
+ -0.0316162109375,
+ 0.06427001953125,
+ 0.05535888671875,
+ -0.0067138671875,
+ 0.02239990234375,
+ -0.00023293495178222656,
+ 0.00798797607421875,
+ 0.0083160400390625,
+ 0.00893402099609375,
+ 0.034271240234375,
+ 0.051727294921875,
+ 0.009674072265625,
+ 0.01016998291015625,
+ -0.03509521484375,
+ 0.0220794677734375,
+ 0.0570068359375,
+ 0.01531982421875,
+ -0.0214080810546875,
+ 0.015899658203125,
+ 0.0190277099609375,
+ 0.0504150390625,
+ -0.040191650390625,
+ 0.03839111328125,
+ 0.00580596923828125,
+ 0.01029205322265625,
+ 0.02783203125,
+ -0.0172119140625,
+ 0.01399993896484375,
+ -0.039703369140625,
+ 0.0080718994140625,
+ -0.010955810546875,
+ 0.011444091796875,
+ 0.06292724609375,
+ 0.0242156982421875,
+ -0.07574462890625,
+ 0.004322052001953125,
+ 0.06427001953125,
+ -0.059295654296875,
+ 0.00860595703125,
+ 0.0186920166015625,
+ -0.047119140625,
+ -0.01016998291015625,
+ -0.018280029296875,
+ -0.053375244140625,
+ 0.0306396484375,
+ -0.00704193115234375,
+ -0.04644775390625,
+ 0.01358795166015625,
+ 0.038055419921875,
+ -0.02520751953125,
+ -0.0377197265625,
+ -0.0200958251953125,
+ -0.006465911865234375,
+ -0.00803375244140625,
+ -0.0170440673828125,
+ 0.041839599609375,
+ 0.01482391357421875,
+ -0.005352020263671875,
+ 0.034423828125,
+ 0.043487548828125,
+ 0.0003113746643066406,
+ -0.043487548828125,
+ 0.04052734375,
+ -0.0195159912109375,
+ -0.03936767578125,
+ 0.034576416015625,
+ 0.00897979736328125,
+ 0.03558349609375,
+ -0.0537109375,
+ -0.031463623046875,
+ -0.00803375244140625,
+ 0.00568389892578125,
+ 0.0174560546875,
+ 0.034088134765625,
+ -0.02191162109375,
+ -0.042510986328125,
+ -0.043487548828125,
+ 0.032440185546875,
+ 0.013916015625,
+ 0.0523681640625,
+ -0.01910400390625,
+ -0.02783203125,
+ 0.03887939453125,
+ -0.034576416015625,
+ -0.03509521484375,
+ -0.003726959228515625,
+ 0.0263519287109375,
+ -0.04644775390625,
+ 0.0731201171875,
+ -0.02569580078125,
+ -0.01177978515625,
+ -0.0081939697265625,
+ 0.0731201171875,
+ 0.00008237361907958984,
+ 0.00504302978515625,
+ -0.028167724609375,
+ 0.056671142578125,
+ 0.0537109375,
+ -0.015899658203125,
+ -0.034912109375,
+ 0.0036640167236328125,
+ 0.005764007568359375,
+ 0.046112060546875,
+ -0.0255279541015625,
+ -0.00012230873107910156,
+ -0.005764007568359375,
+ -0.05963134765625,
+ -0.04742431640625,
+ -0.01556396484375,
+ 0.0186920166015625,
+ -0.03131103515625,
+ 0.02947998046875,
+ 0.02850341796875,
+ -0.013671875,
+ 0.0212554931640625,
+ 0.01506805419921875,
+ 0.01235198974609375,
+ 0.026519775390625,
+ -0.004878997802734375,
+ -0.02569580078125,
+ 0.0230560302734375,
+ -0.06427001953125,
+ -0.03179931640625,
+ 0.007205963134765625,
+ 0.0130157470703125,
+ -0.02520751953125,
+ 0.0124359130859375,
+ 0.006793975830078125,
+ -0.006999969482421875,
+ 0.0296478271484375,
+ -0.0247039794921875,
+ -0.01062774658203125,
+ -0.022735595703125,
+ -0.0230560302734375,
+ -0.0438232421875,
+ -0.0126800537109375,
+ 0.00745391845703125,
+ 0.02685546875,
+ 0.0013284683227539062,
+ 0.003932952880859375,
+ 0.041351318359375,
+ -0.051055908203125,
+ 0.00580596923828125,
+ -0.0030059814453125,
+ 0.00922393798828125,
+ -0.015655517578125,
+ -0.0004684925079345703,
+ 0.0011272430419921875,
+ 0.01375579833984375,
+ 0.0240478515625,
+ -0.025360107421875,
+ -0.0225677490234375,
+ -0.06524658203125,
+ 0.0279998779296875,
+ -0.004673004150390625,
+ -0.0080718994140625,
+ -0.01506805419921875,
+ -0.043487548828125,
+ -0.05535888671875,
+ 0.02099609375,
+ 0.037384033203125,
+ 0.019927978515625,
+ 0.01062774658203125,
+ -0.0447998046875,
+ -0.012603759765625,
+ 0.01276397705078125,
+ -0.01885986328125,
+ 0.032928466796875,
+ -0.02288818359375,
+ 0.01441192626953125,
+ 0.00839996337890625,
+ -0.041351318359375,
+ -0.006053924560546875,
+ 0.033599853515625,
+ -0.0009832382202148438,
+ 0.038543701171875,
+ 0.038055419921875,
+ -0.036407470703125,
+ 0.0184478759765625,
+ -0.0293121337890625,
+ -0.0190277099609375,
+ 0.0006947517395019531,
+ -0.0135040283203125,
+ 0.0143280029296875,
+ -0.018280029296875,
+ -0.03228759765625,
+ 0.007534027099609375,
+ 0.01111602783203125,
+ 0.021575927734375,
+ -0.023712158203125,
+ -0.00023293495178222656,
+ 0.0238800048828125,
+ -0.01399993896484375,
+ 0.03985595703125,
+ -0.040679931640625,
+ -0.0306396484375,
+ -0.034576416015625,
+ -0.0118560791015625,
+ 0.02569580078125,
+ 0.017547607421875,
+ 0.005970001220703125,
+ -0.06951904296875,
+ 0.01556396484375,
+ 0.046783447265625,
+ -0.002079010009765625,
+ -0.04974365234375,
+ -0.01580810546875,
+ 0.01934814453125,
+ 0.03228759765625,
+ 0.050079345703125,
+ -0.00444793701171875,
+ 0.075439453125,
+ 0.005107879638671875,
+ 0.014739990234375,
+ 0.035247802734375,
+ 0.062255859375,
+ 0.0372314453125,
+ -0.007083892822265625,
+ -0.05206298828125,
+ 0.0020904541015625,
+ -0.00518798828125,
+ -0.05401611328125,
+ -0.056671142578125,
+ 0.018524169921875,
+ 0.0546875,
+ -0.03375244140625,
+ -0.01465606689453125,
+ 0.006999969482421875,
+ 0.007083892822265625,
+ -0.00704193115234375,
+ 0.0081939697265625,
+ -0.0186920166015625,
+ 0.025360107421875,
+ 0.0118560791015625,
+ -0.04315185546875,
+ -0.0250396728515625,
+ -0.0206756591796875,
+ 0.0296478271484375,
+ 0.043487548828125,
+ 0.0306396484375,
+ -0.006134033203125,
+ 0.0304718017578125,
+ 0.0181121826171875,
+ 0.018524169921875,
+ 0.012603759765625,
+ 0.028167724609375,
+ 0.005519866943359375,
+ 0.03179931640625,
+ 0.03277587890625,
+ 0.015655517578125,
+ -0.0263519287109375,
+ -0.005764007568359375,
+ 0.01457977294921875,
+ 0.044158935546875,
+ 0.05535888671875,
+ 0.075439453125,
+ 0.020172119140625,
+ 0.0025634765625,
+ -0.0308074951171875,
+ -0.0457763671875,
+ -0.0009212493896484375,
+ -0.007701873779296875,
+ -0.0083160400390625,
+ -0.051727294921875,
+ -0.027679443359375,
+ 0.0204315185546875,
+ -0.058624267578125,
+ 0.040863037109375,
+ 0.023223876953125,
+ -0.00463104248046875,
+ -0.002696990966796875,
+ 0.0247039794921875,
+ -0.01045989990234375,
+ -0.0400390625,
+ 0.0107879638671875,
+ -0.0288238525390625,
+ -0.0266876220703125,
+ -0.03509521484375,
+ -0.0247039794921875,
+ 0.05401611328125,
+ -0.0135040283203125,
+ -0.053375244140625,
+ -0.037384033203125,
+ 0.0382080078125,
+ -0.020843505859375,
+ -0.045135498046875,
+ -0.03656005859375,
+ -0.007411956787109375,
+ -0.0240478515625,
+ -0.0279998779296875,
+ -0.037872314453125,
+ -0.0173797607421875,
+ -0.0017499923706054688,
+ -0.0176239013671875,
+ 0.0006589889526367188,
+ -0.02947998046875,
+ -0.0205078125,
+ -0.0092620849609375,
+ -0.012603759765625,
+ -0.01441192626953125,
+ 0.0205841064453125,
+ -0.0447998046875,
+ 0.04876708984375,
+ 0.0258636474609375,
+ 0.0184478759765625,
+ 0.044464111328125,
+ 0.07049560546875,
+ 0.001811981201171875,
+ -0.005313873291015625,
+ -0.0020694732666015625,
+ -0.0523681640625,
+ 0.0165557861328125,
+ 0.0019969940185546875,
+ 0.00042724609375,
+ -0.06585693359375,
+ 0.007411956787109375,
+ 0.04547119140625,
+ -0.09027099609375,
+ 0.014495849609375,
+ 0.01111602783203125,
+ -0.024871826171875,
+ -0.0293121337890625,
+ -0.0026149749755859375,
+ -0.0181121826171875,
+ 0.0068359375,
+ 0.089599609375,
+ 0.0090179443359375,
+ 0.0091400146484375,
+ 0.0113677978515625,
+ -0.02685546875,
+ 0.03985595703125,
+ 0.02191162109375,
+ 0.005558013916015625,
+ -0.0523681640625,
+ 0.017547607421875,
+ 0.01885986328125,
+ -0.015899658203125,
+ 0.00934600830078125,
+ -0.06390380859375,
+ 0.0101318359375,
+ 0.037872314453125,
+ 0.014251708984375,
+ -0.01317596435546875,
+ -0.0279998779296875,
+ -0.0288238525390625,
+ -0.0367431640625,
+ -0.02288818359375,
+ 0.02783203125,
+ -0.005641937255859375,
+ -0.011199951171875,
+ -0.0382080078125,
+ 0.0009984970092773438,
+ -0.0143280029296875,
+ -0.06817626953125,
+ -0.01861572265625,
+ -0.04315185546875,
+ 0.0438232421875,
+ 0.0205078125,
+ -0.03839111328125,
+ 0.0291595458984375,
+ 0.0178680419921875,
+ 0.01375579833984375,
+ 0.0013589859008789062,
+ 0.05963134765625,
+ -0.019439697265625,
+ -0.0138397216796875,
+ -0.013916015625,
+ 0.02947998046875,
+ 0.002490997314453125,
+ 0.0130157470703125,
+ -0.0203399658203125,
+ 0.007411956787109375,
+ 0.0169677734375,
+ -0.03277587890625,
+ 0.03375244140625,
+ 0.042510986328125,
+ -0.0181121826171875,
+ -0.07147216796875,
+ -0.0304718017578125,
+ -0.0200958251953125,
+ -0.00023674964904785156,
+ -0.00745391845703125,
+ 0.035736083984375,
+ 0.02734375,
+ 0.014495849609375,
+ -0.11529541015625,
+ 0.043487548828125,
+ -0.018035888671875,
+ 0.024383544921875,
+ 0.0386962890625,
+ 0.004467010498046875,
+ -0.07049560546875,
+ -0.03558349609375,
+ -0.023712158203125,
+ 0.035919189453125,
+ 0.0003731250762939453,
+ 0.0104217529296875,
+ -0.01210784912109375,
+ 0.028167724609375,
+ -0.0025539398193359375,
+ -0.018524169921875,
+ 0.0018739700317382812,
+ 0.0635986328125,
+ 0.0296478271484375,
+ -0.024383544921875,
+ 0.04315185546875,
+ -0.0255279541015625,
+ -0.011444091796875,
+ -0.02947998046875,
+ 0.01276397705078125,
+ 0.0080718994140625,
+ -0.0118560791015625,
+ -0.027679443359375,
+ -0.010498046875,
+ 0.041839599609375,
+ 0.055023193359375,
+ -0.026519775390625,
+ 0.037384033203125,
+ -0.015655517578125,
+ 0.028656005859375,
+ -0.00019562244415283203,
+ -0.019683837890625,
+ -0.00347900390625,
+ 0.01358795166015625,
+ -0.01293182373046875,
+ -0.0005817413330078125,
+ -0.055999755859375,
+ -0.0833740234375,
+ -0.01087188720703125,
+ -0.04034423828125,
+ -0.0132598876953125,
+ 0.03656005859375,
+ 0.0217437744140625,
+ 0.0182037353515625,
+ -0.033599853515625,
+ 0.0233917236328125,
+ -0.0205078125,
+ -0.014251708984375,
+ -0.006465911865234375,
+ 0.01499176025390625,
+ -0.0205841064453125,
+ 0.0377197265625,
+ -0.01375579833984375,
+ -0.0279998779296875,
+ 0.027679443359375,
+ -0.019195556640625,
+ 0.011444091796875,
+ -0.034912109375,
+ 0.0189361572265625,
+ -0.00836181640625,
+ 0.033447265625,
+ -0.09552001953125,
+ -0.050079345703125,
+ 0.015899658203125,
+ 0.06292724609375,
+ 0.01548004150390625,
+ -0.02520751953125,
+ 0.03326416015625,
+ -0.0225677490234375,
+ -0.0570068359375,
+ 0.007328033447265625,
+ 0.0027179718017578125,
+ -0.030303955078125,
+ 0.015899658203125,
+ 0.0095977783203125,
+ 0.0029850006103515625,
+ 0.02099609375,
+ 0.040679931640625,
+ 0.03656005859375,
+ 0.053375244140625,
+ 0.0016164779663085938,
+ -0.0258636474609375,
+ -0.0187835693359375,
+ -0.015655517578125,
+ 0.035247802734375,
+ 0.047760009765625,
+ 0.028656005859375,
+ -0.034271240234375,
+ 0.02899169921875,
+ 0.0071258544921875,
+ -0.0797119140625,
+ 0.0028209686279296875,
+ -0.0135040283203125,
+ -0.04168701171875,
+ 0.02618408203125,
+ 0.051727294921875,
+ 0.0172882080078125,
+ 0.01210784912109375,
+ 0.00335693359375,
+ 0.0457763671875,
+ 0.0006432533264160156,
+ 0.0240478515625,
+ -0.039703369140625,
+ -0.076416015625,
+ -0.0116119384765625,
+ 0.00504302978515625,
+ 0.0149078369140625,
+ -0.06915283203125,
+ 0.036224365234375,
+ 0.044464111328125,
+ -0.0178680419921875,
+ -0.0118560791015625,
+ 0.0008029937744140625,
+ 0.02569580078125,
+ 0.028656005859375,
+ 0.021575927734375,
+ -0.0063018798828125,
+ -0.05535888671875,
+ -0.0029850006103515625,
+ 0.032440185546875,
+ -0.0159759521484375,
+ -0.0107879638671875,
+ -0.021575927734375,
+ -0.01482391357421875,
+ 0.0182037353515625,
+ -0.0556640625,
+ -0.0003886222839355469,
+ -0.0010194778442382812,
+ 0.06884765625,
+ 0.0135040283203125,
+ -0.0523681640625,
+ -0.0288238525390625,
+ 0.039215087890625,
+ 0.01293182373046875,
+ -0.0263519287109375,
+ 0.0003705024719238281,
+ 0.026519775390625,
+ -0.022735595703125,
+ 0.0291595458984375,
+ 0.046112060546875,
+ 0.004283905029296875,
+ 0.036407470703125,
+ 0.007659912109375,
+ -0.053375244140625,
+ 0.0293121337890625,
+ -0.005641937255859375,
+ 0.01087188720703125,
+ -0.0209197998046875,
+ -0.0214080810546875,
+ -0.021575927734375,
+ -0.0731201171875,
+ 0.053375244140625,
+ 0.0028209686279296875,
+ 0.027679443359375,
+ 0.013671875,
+ -0.0159759521484375,
+ -0.024871826171875,
+ 0.00897979736328125,
+ 0.046112060546875,
+ 0.02191162109375,
+ 0.00988006591796875,
+ 0.0143280029296875,
+ 0.0010395050048828125,
+ -0.00988006591796875,
+ 0.035247802734375,
+ -0.03179931640625,
+ 0.0124359130859375,
+ -0.00397491455078125,
+ 0.01016998291015625,
+ -0.0556640625,
+ 0.0007719993591308594,
+ 0.025360107421875,
+ -0.035919189453125,
+ -0.005764007568359375,
+ -0.032928466796875,
+ 0.0027790069580078125,
+ -0.01062774658203125,
+ -0.0217437744140625,
+ -0.00397491455078125,
+ 0.048095703125,
+ -0.032440185546875,
+ 0.045135498046875,
+ 0.009429931640625,
+ -0.0205078125,
+ -0.0090179443359375,
+ -0.0711669921875,
+ 0.10015869140625,
+ 0.03558349609375,
+ 0.0172119140625,
+ 0.0025634765625,
+ 0.03558349609375,
+ 0.053375244140625,
+ 0.017547607421875,
+ 0.037384033203125,
+ 0.032623291015625,
+ -0.019927978515625,
+ 0.03131103515625,
+ 0.033447265625,
+ -0.020843505859375,
+ -0.0258636474609375,
+ 0.036407470703125,
+ 0.0052490234375,
+ -0.034423828125,
+ 0.04052734375,
+ 0.01531982421875,
+ 0.01194000244140625,
+ 0.006465911865234375,
+ 0.005641937255859375,
+ -0.021087646484375,
+ -0.059967041015625,
+ 0.06524658203125,
+ 0.0015439987182617188,
+ -0.0004169940948486328,
+ 0.06622314453125,
+ -0.0777587890625,
+ 0.047119140625,
+ -0.0095977783203125,
+ 0.041015625,
+ -0.023223876953125,
+ 0.0513916015625,
+ -0.01548004150390625,
+ 0.007904052734375,
+ -0.007083892822265625,
+ 0.00362396240234375,
+ 0.00868988037109375,
+ 0.0073699951171875,
+ -0.0242156982421875,
+ 0.048431396484375,
+ 0.00403594970703125,
+ -0.0195159912109375,
+ -0.058319091796875,
+ -0.006877899169921875,
+ 0.0081939697265625,
+ -0.015899658203125,
+ 0.048095703125,
+ -0.03179931640625,
+ -0.0024394989013671875,
+ 0.00012862682342529297,
+ 0.0288238525390625,
+ 0.046783447265625,
+ -0.0247039794921875,
+ 0.02783203125,
+ 0.02191162109375,
+ -0.011444091796875,
+ 0.0029449462890625,
+ -0.0308074951171875
+ ],
+ "metadata": {
+ "domains": [
+ "mobile-forensics",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "cli",
+ "logical-copy",
+ "mobile-app-data",
+ "triage",
+ "adb-based",
+ "legacy-devices",
+ "content-providers",
+ "backup-extraction",
+ "permission-based",
+ "court-considerations"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_tcpdump",
+ "type": "tool",
+ "name": "tcpdump",
+ "content": "tcpdump fundamentaler packet-sniffer mit bpf-filter-syntax für chirurgisch präzise packet-selektion seit 1987. memory-effiziente capture bei high-speed-interfaces, ring-buffer-mode rotiert automatisch. libpcap-basis macht captures kompatibel zu allen analysis-tools. verfügbar auf jedem unix-system. pcap cli network-forensics data-collection",
+ "embedding": [
+ -0.04034423828125,
+ -0.00836944580078125,
+ 0.025482177734375,
+ 0.0215606689453125,
+ 0.058502197265625,
+ 0.01470184326171875,
+ -0.0009546279907226562,
+ -0.01421356201171875,
+ -0.024017333984375,
+ -0.013153076171875,
+ -0.04998779296875,
+ 0.034637451171875,
+ 0.035614013671875,
+ 0.00649261474609375,
+ -0.033660888671875,
+ 0.03936767578125,
+ -0.00968170166015625,
+ -0.002655029296875,
+ -0.00467681884765625,
+ 0.01739501953125,
+ 0.0020923614501953125,
+ -0.01355743408203125,
+ -0.029571533203125,
+ 0.0111083984375,
+ -0.001026153564453125,
+ -0.0029811859130859375,
+ 0.0160980224609375,
+ -0.06304931640625,
+ -0.03936767578125,
+ 0.024993896484375,
+ 0.004573822021484375,
+ -0.024505615234375,
+ 0.0200958251953125,
+ 0.019439697265625,
+ -0.0248260498046875,
+ -0.044769287109375,
+ 0.037567138671875,
+ -0.03985595703125,
+ -0.019439697265625,
+ 0.060455322265625,
+ -0.01560211181640625,
+ 0.0066986083984375,
+ -0.0030231475830078125,
+ -0.01053619384765625,
+ -0.002899169921875,
+ -0.0241851806640625,
+ 0.013641357421875,
+ 0.007720947265625,
+ 0.0228729248046875,
+ -0.035125732421875,
+ 0.039215087890625,
+ 0.032196044921875,
+ -0.00006538629531860352,
+ -0.01568603515625,
+ -0.047698974609375,
+ 0.0333251953125,
+ 0.052947998046875,
+ -0.01445770263671875,
+ -0.040679931640625,
+ 0.052276611328125,
+ -0.045745849609375,
+ -0.0274505615234375,
+ -0.006412506103515625,
+ -0.03497314453125,
+ 0.024505615234375,
+ 0.008819580078125,
+ -0.028594970703125,
+ -0.0160064697265625,
+ -0.013885498046875,
+ -0.00612640380859375,
+ 0.000020563602447509766,
+ -0.01070404052734375,
+ 0.002593994140625,
+ 0.021728515625,
+ -0.0160980224609375,
+ -0.047698974609375,
+ 0.020660400390625,
+ 0.01421356201171875,
+ -0.00516510009765625,
+ -0.0034503936767578125,
+ -0.033660888671875,
+ 0.04150390625,
+ 0.043121337890625,
+ -0.013641357421875,
+ -0.0005717277526855469,
+ -0.014373779296875,
+ 0.04248046875,
+ -0.014373779296875,
+ 0.029571533203125,
+ 0.01053619384765625,
+ 0.0186309814453125,
+ -0.0248260498046875,
+ 0.0506591796875,
+ -0.020660400390625,
+ 0.03546142578125,
+ 0.04736328125,
+ -0.0323486328125,
+ -0.01560211181640625,
+ -0.00890350341796875,
+ 0.01380157470703125,
+ 0.028106689453125,
+ -0.019927978515625,
+ 0.05718994140625,
+ 0.022216796875,
+ 0.032501220703125,
+ -0.0214080810546875,
+ -0.00070953369140625,
+ 0.0017766952514648438,
+ -0.0188751220703125,
+ -0.0196075439453125,
+ -0.1019287109375,
+ -0.02825927734375,
+ -0.032196044921875,
+ -0.04052734375,
+ 0.0013170242309570312,
+ 0.0027370452880859375,
+ -0.0063323974609375,
+ 0.046722412109375,
+ -0.0679931640625,
+ -0.018463134765625,
+ -0.01168060302734375,
+ 0.0118408203125,
+ -0.0215606689453125,
+ -0.0173187255859375,
+ -0.03936767578125,
+ -0.047698974609375,
+ 0.01568603515625,
+ 0.01593017578125,
+ -0.0297393798828125,
+ -0.01004791259765625,
+ -0.0150299072265625,
+ -0.008209228515625,
+ -0.009063720703125,
+ -0.032196044921875,
+ 0.0018987655639648438,
+ -0.0196075439453125,
+ 0.04180908203125,
+ -0.006084442138671875,
+ -0.008575439453125,
+ 0.007228851318359375,
+ 0.042144775390625,
+ -0.017974853515625,
+ -0.0333251953125,
+ -0.021728515625,
+ -0.0167388916015625,
+ -0.00316619873046875,
+ -0.0193634033203125,
+ 0.043121337890625,
+ -0.01568603515625,
+ -0.012664794921875,
+ -0.0190277099609375,
+ 0.02728271484375,
+ 0.066650390625,
+ 0.002960205078125,
+ 0.045745849609375,
+ -0.04638671875,
+ -0.0205841064453125,
+ -0.031524658203125,
+ 0.019439697265625,
+ -0.0545654296875,
+ -0.0115966796875,
+ 0.01445770263671875,
+ -0.0328369140625,
+ 0.0155181884765625,
+ 0.004573822021484375,
+ -0.0279388427734375,
+ -0.033660888671875,
+ -0.0032672882080078125,
+ 0.0041656494140625,
+ -0.00992584228515625,
+ 0.029083251953125,
+ 0.008209228515625,
+ 0.051300048828125,
+ 0.04034423828125,
+ 0.023529052734375,
+ 0.0167388916015625,
+ 0.004062652587890625,
+ 0.0005412101745605469,
+ 0.00600433349609375,
+ 0.04901123046875,
+ -0.0279388427734375,
+ -0.0063323974609375,
+ 0.05914306640625,
+ -0.0163421630859375,
+ 0.01593017578125,
+ -0.0034313201904296875,
+ -0.04541015625,
+ -0.0108642578125,
+ -0.0289154052734375,
+ 0.034149169921875,
+ -0.0312042236328125,
+ -0.02581787109375,
+ -0.0147857666015625,
+ 0.023040771484375,
+ -0.0002987384796142578,
+ 0.057830810546875,
+ 0.024505615234375,
+ -0.018463134765625,
+ 0.07025146484375,
+ 0.0006279945373535156,
+ 0.0215606689453125,
+ 0.01282501220703125,
+ -0.0157623291015625,
+ 0.01396942138671875,
+ 0.0251617431640625,
+ 0.00347137451171875,
+ -0.0312042236328125,
+ 0.01812744140625,
+ 0.0269622802734375,
+ -0.04705810546875,
+ -0.0214080810546875,
+ 0.0347900390625,
+ -0.01511383056640625,
+ -0.03448486328125,
+ -0.0328369140625,
+ -0.0574951171875,
+ 0.0142974853515625,
+ -0.010009765625,
+ -0.0089874267578125,
+ 0.007312774658203125,
+ -0.001674652099609375,
+ -0.045745849609375,
+ 0.0017566680908203125,
+ 0.02777099609375,
+ -0.0165863037109375,
+ 0.07318115234375,
+ 0.0248260498046875,
+ -0.03546142578125,
+ -0.019439697265625,
+ 0.0312042236328125,
+ 0.0095977783203125,
+ 0.006862640380859375,
+ -0.0279388427734375,
+ -0.020416259765625,
+ -0.002899169921875,
+ -0.041015625,
+ 0.063720703125,
+ 0.042144775390625,
+ 0.0012359619140625,
+ 0.06207275390625,
+ -0.02777099609375,
+ 0.021728515625,
+ -0.002880096435546875,
+ 0.041656494140625,
+ 0.0127410888671875,
+ -0.046722412109375,
+ 0.007801055908203125,
+ 0.006778717041015625,
+ 0.039031982421875,
+ 0.07611083984375,
+ -0.0276031494140625,
+ -0.0168304443359375,
+ -0.054901123046875,
+ -0.009063720703125,
+ -0.08819580078125,
+ -0.01143646240234375,
+ -0.059478759765625,
+ -0.0357666015625,
+ 0.042144775390625,
+ -0.0011844635009765625,
+ -0.023681640625,
+ -0.012908935546875,
+ 0.01617431640625,
+ -0.0228729248046875,
+ 0.03887939453125,
+ -0.0284271240234375,
+ -0.03497314453125,
+ -0.01421356201171875,
+ 0.0699462890625,
+ -0.0117645263671875,
+ -0.0191192626953125,
+ -0.008575439453125,
+ 0.0042266845703125,
+ 0.004817962646484375,
+ 0.01470184326171875,
+ -0.0214080810546875,
+ 0.005718231201171875,
+ 0.0555419921875,
+ 0.00792694091796875,
+ 0.028594970703125,
+ -0.0218963623046875,
+ -0.01421356201171875,
+ -0.01519012451171875,
+ 0.031524658203125,
+ -0.0160980224609375,
+ 0.037750244140625,
+ 0.01519012451171875,
+ -0.0122528076171875,
+ -0.031524658203125,
+ -0.0791015625,
+ -0.005268096923828125,
+ 0.0233612060546875,
+ -0.01070404052734375,
+ 0.006206512451171875,
+ 0.0120086669921875,
+ -0.04180908203125,
+ 0.0160980224609375,
+ -0.0065765380859375,
+ 0.038543701171875,
+ 0.032989501953125,
+ 0.039215087890625,
+ -0.0241851806640625,
+ 0.0106201171875,
+ 0.00853729248046875,
+ -0.000018835067749023438,
+ -0.032684326171875,
+ -0.033477783203125,
+ -0.0205841064453125,
+ -0.00485992431640625,
+ -0.04901123046875,
+ -0.036773681640625,
+ 0.035125732421875,
+ -0.0070648193359375,
+ 0.032684326171875,
+ 0.00522613525390625,
+ -0.0223846435546875,
+ -0.01511383056640625,
+ -0.031707763671875,
+ 0.013153076171875,
+ -0.018218994140625,
+ -0.0333251953125,
+ -0.03497314453125,
+ 0.06500244140625,
+ 0.012908935546875,
+ 0.01355743408203125,
+ -0.01168060302734375,
+ 0.0357666015625,
+ -0.050323486328125,
+ 0.0269622802734375,
+ -0.039215087890625,
+ 0.033172607421875,
+ 0.02630615234375,
+ 0.059478759765625,
+ 0.032012939453125,
+ 0.0228729248046875,
+ 0.0284271240234375,
+ 0.06109619140625,
+ 0.0106201171875,
+ 0.0006303787231445312,
+ 0.0010004043579101562,
+ 0.01396942138671875,
+ 0.0013380050659179688,
+ 0.04736328125,
+ -0.01715087890625,
+ -0.0228729248046875,
+ -0.0170745849609375,
+ -0.0284271240234375,
+ -0.0215606689453125,
+ 0.030548095703125,
+ 0.0248260498046875,
+ 0.022216796875,
+ -0.01486968994140625,
+ -0.00853729248046875,
+ 0.0506591796875,
+ 0.00804901123046875,
+ 0.065673828125,
+ -0.0065765380859375,
+ -0.04705810546875,
+ 0.01788330078125,
+ 0.0251617431640625,
+ -0.019439697265625,
+ 0.0155181884765625,
+ 0.033660888671875,
+ 0.021240234375,
+ 0.0103302001953125,
+ 0.01617431640625,
+ 0.01355743408203125,
+ 0.0205078125,
+ -0.01739501953125,
+ 0.01323699951171875,
+ -0.0180511474609375,
+ -0.01192474365234375,
+ -0.0103759765625,
+ 0.07415771484375,
+ 0.028106689453125,
+ -0.0010213851928710938,
+ 0.044769287109375,
+ -0.0087432861328125,
+ -0.03955078125,
+ -0.032684326171875,
+ -0.044769287109375,
+ 0.0011844635009765625,
+ 0.04443359375,
+ 0.02581787109375,
+ 0.053924560546875,
+ -0.035125732421875,
+ -0.069580078125,
+ -0.0065765380859375,
+ -0.043121337890625,
+ 0.103271484375,
+ 0.0565185546875,
+ 0.0307159423828125,
+ 0.0307159423828125,
+ -0.0160980224609375,
+ -0.006862640380859375,
+ 0.0203399658203125,
+ 0.007228851318359375,
+ -0.0094757080078125,
+ 0.07025146484375,
+ 0.005146026611328125,
+ -0.0041046142578125,
+ -0.0233612060546875,
+ 0.025970458984375,
+ 0.03546142578125,
+ 0.0117645263671875,
+ -0.01445770263671875,
+ 0.05194091796875,
+ 0.01690673828125,
+ 0.0269622802734375,
+ -0.0264739990234375,
+ 0.0113525390625,
+ 0.043792724609375,
+ -0.037750244140625,
+ 0.0115966796875,
+ 0.005474090576171875,
+ 0.005840301513671875,
+ -0.032501220703125,
+ 0.003124237060546875,
+ 0.031524658203125,
+ -0.00841522216796875,
+ 0.0223846435546875,
+ 0.021728515625,
+ -0.0328369140625,
+ -0.0338134765625,
+ 0.049346923828125,
+ -0.06829833984375,
+ 0.0238494873046875,
+ 0.0307159423828125,
+ -0.014373779296875,
+ -0.0013170242309570312,
+ -0.0223846435546875,
+ -0.049346923828125,
+ 0.0168304443359375,
+ -0.044097900390625,
+ -0.02728271484375,
+ 0.0088653564453125,
+ 0.0256500244140625,
+ -0.048370361328125,
+ -0.024017333984375,
+ -0.04034423828125,
+ -0.019927978515625,
+ -0.0187835693359375,
+ -0.01739501953125,
+ 0.0200958251953125,
+ 0.01617431640625,
+ -0.007843017578125,
+ 0.0298919677734375,
+ 0.02728271484375,
+ -0.0251617431640625,
+ -0.0298919677734375,
+ 0.046722412109375,
+ -0.0106201171875,
+ -0.042816162109375,
+ 0.001010894775390625,
+ 0.005268096923828125,
+ 0.01331329345703125,
+ -0.02777099609375,
+ -0.0030231475830078125,
+ -0.0012559890747070312,
+ 0.00824737548828125,
+ 0.0214080810546875,
+ 0.0180511474609375,
+ -0.0506591796875,
+ -0.037567138671875,
+ -0.0108642578125,
+ 0.04510498046875,
+ -0.0140533447265625,
+ 0.03399658203125,
+ 0.013641357421875,
+ -0.04705810546875,
+ 0.0187835693359375,
+ -0.0738525390625,
+ -0.013641357421875,
+ 0.0297393798828125,
+ 0.0195159912109375,
+ -0.012664794921875,
+ 0.08203125,
+ -0.0333251953125,
+ 0.0004773139953613281,
+ 0.0088653564453125,
+ 0.0279388427734375,
+ 0.04132080078125,
+ -0.00926971435546875,
+ -0.0276031494140625,
+ 0.044097900390625,
+ 0.032012939453125,
+ -0.04052734375,
+ -0.018218994140625,
+ -0.023529052734375,
+ -0.008819580078125,
+ 0.038543701171875,
+ -0.032684326171875,
+ 0.003879547119140625,
+ -0.01216888427734375,
+ -0.04248046875,
+ -0.01486968994140625,
+ -0.0191192626953125,
+ -0.0195159912109375,
+ -0.03741455078125,
+ -0.00702667236328125,
+ 0.05194091796875,
+ 0.024505615234375,
+ 0.031036376953125,
+ 0.03399658203125,
+ 0.0228729248046875,
+ 0.0294036865234375,
+ 0.00600433349609375,
+ -0.0352783203125,
+ 0.01282501220703125,
+ -0.049652099609375,
+ -0.0086212158203125,
+ 0.00341033935546875,
+ 0.040191650390625,
+ -0.024993896484375,
+ -0.0003204345703125,
+ 0.003063201904296875,
+ -0.01763916015625,
+ 0.01380157470703125,
+ -0.058807373046875,
+ -0.018951416015625,
+ -0.0160064697265625,
+ -0.041015625,
+ -0.0294036865234375,
+ -0.018218994140625,
+ 0.023529052734375,
+ 0.0271148681640625,
+ -0.02874755859375,
+ -0.032012939453125,
+ 0.0269622802734375,
+ -0.0037784576416015625,
+ 0.0565185546875,
+ 0.01396942138671875,
+ -0.031036376953125,
+ 0.010009765625,
+ -0.0246734619140625,
+ 0.0129852294921875,
+ -0.0157623291015625,
+ 0.04803466796875,
+ -0.0175628662109375,
+ -0.0343017578125,
+ -0.06829833984375,
+ 0.005474090576171875,
+ -0.0006456375122070312,
+ -0.0312042236328125,
+ -0.007434844970703125,
+ -0.0292510986328125,
+ -0.048675537109375,
+ -0.0238494873046875,
+ 0.023193359375,
+ 0.019683837890625,
+ 0.0015926361083984375,
+ -0.0233612060546875,
+ -0.0233612060546875,
+ -0.01029205322265625,
+ -0.00955963134765625,
+ 0.0205078125,
+ -0.044097900390625,
+ 0.03692626953125,
+ -0.00939178466796875,
+ -0.0210723876953125,
+ 0.0271148681640625,
+ 0.048370361328125,
+ 0.032989501953125,
+ 0.037750244140625,
+ 0.0545654296875,
+ -0.00009828805923461914,
+ 0.0200958251953125,
+ -0.00902557373046875,
+ -0.032989501953125,
+ -0.0089874267578125,
+ -0.004024505615234375,
+ 0.024017333984375,
+ -0.01690673828125,
+ 0.003513336181640625,
+ -0.0004620552062988281,
+ 0.032989501953125,
+ 0.01078033447265625,
+ 0.0045318603515625,
+ 0.0026340484619140625,
+ 0.0565185546875,
+ -0.0063323974609375,
+ 0.051300048828125,
+ -0.0183868408203125,
+ -0.044769287109375,
+ -0.01372528076171875,
+ 0.005268096923828125,
+ 0.034149169921875,
+ 0.032196044921875,
+ -0.0238494873046875,
+ -0.01470184326171875,
+ 0.01788330078125,
+ 0.0689697265625,
+ -0.034149169921875,
+ -0.0241851806640625,
+ -0.036102294921875,
+ -0.002880096435546875,
+ 0.008941650390625,
+ 0.044769287109375,
+ 0.0016231536865234375,
+ 0.06304931640625,
+ 0.02581787109375,
+ -0.003124237060546875,
+ 0.053253173828125,
+ 0.04901123046875,
+ 0.044097900390625,
+ -0.0183868408203125,
+ -0.018218994140625,
+ 0.01535797119140625,
+ 0.0238494873046875,
+ -0.0313720703125,
+ -0.05718994140625,
+ -0.0208282470703125,
+ 0.07940673828125,
+ -0.060455322265625,
+ -0.0362548828125,
+ -0.01078033447265625,
+ -0.0045318603515625,
+ 0.01421356201171875,
+ 0.006084442138671875,
+ -0.0323486328125,
+ 0.05194091796875,
+ -0.00516510009765625,
+ -0.053924560546875,
+ 0.0017461776733398438,
+ -0.00600433349609375,
+ 0.008453369140625,
+ 0.0758056640625,
+ 0.045745849609375,
+ -0.018463134765625,
+ 0.014129638671875,
+ 0.047698974609375,
+ 0.0574951171875,
+ 0.01593017578125,
+ 0.04443359375,
+ -0.00531005859375,
+ 0.0124969482421875,
+ 0.037261962890625,
+ 0.055877685546875,
+ -0.022552490234375,
+ -0.012664794921875,
+ 0.018707275390625,
+ 0.0352783203125,
+ 0.0699462890625,
+ 0.057830810546875,
+ 0.020904541015625,
+ -0.00443267822265625,
+ -0.023193359375,
+ -0.0266265869140625,
+ 0.00316619873046875,
+ 0.0019817352294921875,
+ 0.0008068084716796875,
+ -0.0187835693359375,
+ -0.04608154296875,
+ 0.02777099609375,
+ -0.046722412109375,
+ 0.039703369140625,
+ 0.01739501953125,
+ -0.0186309814453125,
+ -0.0069427490234375,
+ 0.033172607421875,
+ -0.025970458984375,
+ -0.048675537109375,
+ 0.03643798828125,
+ -0.05718994140625,
+ -0.04901123046875,
+ -0.0163421630859375,
+ -0.0167388916015625,
+ 0.0516357421875,
+ -0.0266265869140625,
+ -0.07745361328125,
+ -0.022705078125,
+ 0.045745849609375,
+ -0.0264739990234375,
+ -0.024993896484375,
+ -0.023681640625,
+ -0.009063720703125,
+ -0.02825927734375,
+ -0.019195556640625,
+ -0.053924560546875,
+ -0.03594970703125,
+ 0.0034503936767578125,
+ -0.028594970703125,
+ 0.0101318359375,
+ 0.00498199462890625,
+ -0.0124969482421875,
+ 0.021728515625,
+ -0.00600433349609375,
+ -0.01641845703125,
+ 0.04052734375,
+ -0.039031982421875,
+ 0.054901123046875,
+ 0.04052734375,
+ 0.01812744140625,
+ 0.001251220703125,
+ 0.041656494140625,
+ -0.032501220703125,
+ -0.0022983551025390625,
+ 0.0093536376953125,
+ -0.08331298828125,
+ -0.00600433349609375,
+ -0.0014495849609375,
+ 0.00588226318359375,
+ -0.07647705078125,
+ -0.00047469139099121094,
+ 0.038543701171875,
+ -0.05816650390625,
+ 0.0112762451171875,
+ -0.023040771484375,
+ -0.00963592529296875,
+ -0.038238525390625,
+ 0.0303802490234375,
+ 0.0032672882080078125,
+ -0.000017523765563964844,
+ 0.0869140625,
+ 0.024993896484375,
+ -0.023681640625,
+ 0.0108642578125,
+ -0.04510498046875,
+ 0.04034423828125,
+ -0.0007605552673339844,
+ 0.0307159423828125,
+ -0.0264739990234375,
+ 0.0088653564453125,
+ 0.034637451171875,
+ -0.00443267822265625,
+ -0.00226593017578125,
+ -0.0849609375,
+ -0.0140533447265625,
+ 0.03594970703125,
+ 0.0215606689453125,
+ 0.0005435943603515625,
+ -0.0238494873046875,
+ -0.04541015625,
+ -0.0163421630859375,
+ -0.036590576171875,
+ 0.020172119140625,
+ 0.0178070068359375,
+ -0.013153076171875,
+ -0.0251617431640625,
+ 0.01102447509765625,
+ -0.0070648193359375,
+ -0.056854248046875,
+ -0.03497314453125,
+ -0.0228729248046875,
+ 0.0352783203125,
+ 0.01396942138671875,
+ -0.061767578125,
+ 0.031707763671875,
+ 0.017486572265625,
+ -0.0019397735595703125,
+ 0.0248260498046875,
+ 0.042144775390625,
+ -0.038543701171875,
+ -0.01241302490234375,
+ -0.00739288330078125,
+ 0.033660888671875,
+ 0.0185394287109375,
+ -0.002655029296875,
+ 0.0033702850341796875,
+ -0.004817962646484375,
+ 0.032012939453125,
+ -0.01396942138671875,
+ 0.035614013671875,
+ 0.048370361328125,
+ 0.0044097900390625,
+ -0.053924560546875,
+ -0.032012939453125,
+ 0.0011997222900390625,
+ 0.020660400390625,
+ 0.0183868408203125,
+ 0.05816650390625,
+ 0.0195159912109375,
+ -0.028106689453125,
+ -0.0849609375,
+ 0.0200958251953125,
+ -0.0188751220703125,
+ 0.028594970703125,
+ 0.0004570484161376953,
+ -0.021728515625,
+ -0.0574951171875,
+ -0.043121337890625,
+ -0.0256500244140625,
+ 0.0196075439453125,
+ 0.005718231201171875,
+ 0.042144775390625,
+ 0.01544189453125,
+ -0.004001617431640625,
+ 0.032012939453125,
+ -0.0103759765625,
+ 0.01078033447265625,
+ 0.038543701171875,
+ 0.0190277099609375,
+ -0.04083251953125,
+ 0.0679931640625,
+ -0.020416259765625,
+ 0.0307159423828125,
+ -0.040679931640625,
+ 0.003574371337890625,
+ -0.0017461776733398438,
+ 0.005474090576171875,
+ -0.03955078125,
+ -0.0313720703125,
+ 0.009063720703125,
+ 0.028106689453125,
+ 0.0013380050659179688,
+ -0.00205230712890625,
+ -0.01494598388671875,
+ -0.00504302978515625,
+ 0.023681640625,
+ -0.0205078125,
+ 0.017242431640625,
+ 0.00359344482421875,
+ 0.006900787353515625,
+ -0.0333251953125,
+ -0.059478759765625,
+ -0.11175537109375,
+ 0.0038394927978515625,
+ -0.04803466796875,
+ 0.0008983612060546875,
+ -0.00943756103515625,
+ 0.0006508827209472656,
+ 0.0266265869140625,
+ -0.013397216796875,
+ 0.0196075439453125,
+ 0.0044097900390625,
+ -0.0160980224609375,
+ -0.050323486328125,
+ 0.01494598388671875,
+ 0.0007963180541992188,
+ 0.0284271240234375,
+ 0.0070648193359375,
+ -0.04608154296875,
+ 0.0195159912109375,
+ 0.0165863037109375,
+ -0.0115966796875,
+ -0.031524658203125,
+ 0.0193634033203125,
+ -0.02581787109375,
+ 0.02777099609375,
+ -0.060760498046875,
+ -0.032012939453125,
+ 0.030548095703125,
+ 0.04345703125,
+ 0.0183868408203125,
+ -0.021728515625,
+ 0.057830810546875,
+ -0.02001953125,
+ -0.066650390625,
+ 0.04901123046875,
+ -0.004840850830078125,
+ -0.033172607421875,
+ 0.0289154052734375,
+ -0.01216888427734375,
+ -0.000060617923736572266,
+ 0.00890350341796875,
+ 0.046722412109375,
+ 0.043792724609375,
+ 0.0162506103515625,
+ 0.023193359375,
+ -0.0091094970703125,
+ 0.0014190673828125,
+ -0.0238494873046875,
+ 0.01070404052734375,
+ 0.00437164306640625,
+ 0.0400390625,
+ -0.0127410888671875,
+ 0.0104522705078125,
+ -0.01812744140625,
+ -0.08428955078125,
+ -0.0178070068359375,
+ -0.02825927734375,
+ -0.041015625,
+ -0.0167388916015625,
+ 0.058807373046875,
+ 0.03692626953125,
+ -0.0019092559814453125,
+ 0.01241302490234375,
+ 0.045745849609375,
+ 0.0164947509765625,
+ -0.004962921142578125,
+ -0.00649261474609375,
+ -0.042816162109375,
+ -0.003696441650390625,
+ 0.018218994140625,
+ 0.0043487548828125,
+ -0.060760498046875,
+ 0.0243377685546875,
+ 0.04608154296875,
+ -0.01494598388671875,
+ -0.033660888671875,
+ 0.032684326171875,
+ 0.000024437904357910156,
+ 0.03643798828125,
+ 0.023681640625,
+ 0.0187835693359375,
+ -0.049346923828125,
+ 0.0008783340454101562,
+ 0.01094818115234375,
+ 0.00763702392578125,
+ 0.00128173828125,
+ -0.00506591796875,
+ -0.035125732421875,
+ 0.0297393798828125,
+ -0.04541015625,
+ 0.0145416259765625,
+ 0.0228729248046875,
+ 0.08953857421875,
+ 0.00919342041015625,
+ -0.03985595703125,
+ -0.017242431640625,
+ 0.036102294921875,
+ 0.0303802490234375,
+ -0.023193359375,
+ 0.0113525390625,
+ 0.0115966796875,
+ -0.006412506103515625,
+ 0.024505615234375,
+ 0.035614013671875,
+ -0.004817962646484375,
+ 0.028106689453125,
+ 0.023681640625,
+ -0.0526123046875,
+ 0.00751495361328125,
+ 0.0005207061767578125,
+ 0.022216796875,
+ 0.008087158203125,
+ -0.01494598388671875,
+ -0.037567138671875,
+ -0.0545654296875,
+ 0.031707763671875,
+ 0.02581787109375,
+ 0.032989501953125,
+ -0.00193023681640625,
+ 0.002521514892578125,
+ 0.00592041015625,
+ -0.0031452178955078125,
+ 0.020751953125,
+ 0.04736328125,
+ 0.0198516845703125,
+ -0.0011386871337890625,
+ 0.0298919677734375,
+ 0.0113525390625,
+ 0.0063323974609375,
+ -0.021240234375,
+ 0.040679931640625,
+ -0.03985595703125,
+ 0.007595062255859375,
+ -0.0545654296875,
+ 0.0115203857421875,
+ 0.003246307373046875,
+ -0.04034423828125,
+ -0.0180511474609375,
+ -0.0352783203125,
+ 0.02581787109375,
+ -0.02777099609375,
+ -0.042144775390625,
+ -0.0034923553466796875,
+ 0.053924560546875,
+ -0.025970458984375,
+ -0.0031452178955078125,
+ 0.0127410888671875,
+ 0.01168060302734375,
+ 0.0167388916015625,
+ -0.0565185546875,
+ 0.06402587890625,
+ 0.0313720703125,
+ 0.01462554931640625,
+ -0.01102447509765625,
+ 0.018707275390625,
+ 0.03741455078125,
+ -0.0027370452880859375,
+ -0.0026340484619140625,
+ 0.037750244140625,
+ -0.0228729248046875,
+ 0.06011962890625,
+ 0.012908935546875,
+ 0.018463134765625,
+ -0.03790283203125,
+ 0.022216796875,
+ 0.039215087890625,
+ -0.0269622802734375,
+ 0.045745849609375,
+ 0.0103302001953125,
+ 0.019775390625,
+ -0.00943756103515625,
+ -0.00992584228515625,
+ -0.0347900390625,
+ -0.038238525390625,
+ 0.04180908203125,
+ 0.018707275390625,
+ 0.00437164306640625,
+ 0.00751495361328125,
+ -0.036590576171875,
+ 0.05914306640625,
+ 0.0005283355712890625,
+ 0.03497314453125,
+ -0.068603515625,
+ 0.04345703125,
+ -0.023681640625,
+ -0.002819061279296875,
+ -0.0045318603515625,
+ 0.02728271484375,
+ -0.00010591745376586914,
+ 0.007843017578125,
+ 0.0012254714965820312,
+ 0.0758056640625,
+ 0.018951416015625,
+ -0.00980377197265625,
+ -0.06304931640625,
+ 0.006740570068359375,
+ 0.017242431640625,
+ 0.00567626953125,
+ -0.006168365478515625,
+ -0.05914306640625,
+ -0.00836944580078125,
+ 0.01568603515625,
+ 0.04150390625,
+ 0.05621337890625,
+ 0.01560211181640625,
+ 0.033477783203125,
+ 0.0017566680908203125,
+ -0.0026950836181640625,
+ 0.001117706298828125,
+ -0.0027980804443359375
+ ],
+ "metadata": {
+ "domains": [
+ "network-forensics"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "pcap",
+ "cli"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Windows_Event_Log_Forensische_Analyse",
+ "type": "tool",
+ "name": "Windows Event Log Forensische Analyse",
+ "content": "windows event log forensische analyse dekodierung binärer evt/evtx-logs durch korrelation mit message-table- ressourcen in system-dlls. event-id-mapping über registry-einträge in hklm\\system\\currentcontrolset\\services\\eventlog für template-zuordnung. wichtige event-ids: 4624/4625 (logon success/fail), 4778/4779 (rdp connect/disconnect), 7034-7045 (service-events). timeline-erstellung mit plaso, xml-export für strukturierte analyse, korrelation zwischen security.evtx, system.evtx und application.evtx für vollständige systemaktivitäts-rekonstruktion. event-logs evt-analysis evtx-analysis timeline-analysis logon-analysis rdp-sessions service-analysis message-tables xml-parsing incident-response static-investigations network-forensics examination analysis",
+ "embedding": [
+ -0.02001953125,
+ 0.04217529296875,
+ 0.041656494140625,
+ -0.0083465576171875,
+ 0.03607177734375,
+ 0.01036834716796875,
+ 0.01418304443359375,
+ -0.0310516357421875,
+ -0.021087646484375,
+ -0.0007348060607910156,
+ -0.0249481201171875,
+ 0.0265655517578125,
+ -0.005252838134765625,
+ -0.025665283203125,
+ -0.0556640625,
+ 0.054931640625,
+ -0.0035457611083984375,
+ -0.0008134841918945312,
+ 0.026397705078125,
+ 0.01239013671875,
+ -0.053131103515625,
+ 0.01346588134765625,
+ -0.02459716796875,
+ 0.005474090576171875,
+ -0.009918212890625,
+ 0.028717041015625,
+ -0.0162506103515625,
+ -0.059600830078125,
+ 0.00861358642578125,
+ 0.0298004150390625,
+ 0.019744873046875,
+ -0.0236968994140625,
+ -0.006282806396484375,
+ 0.028717041015625,
+ 0.0016603469848632812,
+ -0.038970947265625,
+ -0.01194000244140625,
+ -0.050262451171875,
+ -0.02154541015625,
+ 0.06427001953125,
+ -0.00016200542449951172,
+ 0.0037479400634765625,
+ -0.002132415771484375,
+ -0.00879669189453125,
+ -0.00583648681640625,
+ -0.035003662109375,
+ 0.0296173095703125,
+ 0.01175689697265625,
+ 0.01328277587890625,
+ -0.04669189453125,
+ 0.037872314453125,
+ 0.0024013519287109375,
+ 0.0146331787109375,
+ -0.00209808349609375,
+ -0.0285491943359375,
+ 0.04022216796875,
+ 0.01418304443359375,
+ -0.013641357421875,
+ -0.043975830078125,
+ 0.06317138671875,
+ -0.038787841796875,
+ -0.0020751953125,
+ 0.0116729736328125,
+ 0.0006341934204101562,
+ 0.01050567626953125,
+ 0.02154541015625,
+ -0.017059326171875,
+ -0.015167236328125,
+ -0.0158843994140625,
+ 0.0092926025390625,
+ 0.01328277587890625,
+ 0.00803375244140625,
+ -0.0308837890625,
+ 0.050994873046875,
+ -0.0179595947265625,
+ -0.0491943359375,
+ 0.02001953125,
+ 0.035552978515625,
+ -0.00567626953125,
+ -0.01027679443359375,
+ -0.055999755859375,
+ 0.004241943359375,
+ 0.0721435546875,
+ -0.0082550048828125,
+ -0.040740966796875,
+ 0.0114898681640625,
+ 0.038787841796875,
+ 0.0235137939453125,
+ -0.00574493408203125,
+ -0.0098724365234375,
+ 0.0240631103515625,
+ -0.0128326416015625,
+ 0.0097808837890625,
+ -0.01032257080078125,
+ 0.0269317626953125,
+ 0.061767578125,
+ 0.0082550048828125,
+ -0.012298583984375,
+ -0.02728271484375,
+ 0.035186767578125,
+ 0.01409149169921875,
+ -0.04327392578125,
+ 0.053863525390625,
+ -0.022796630859375,
+ 0.04522705078125,
+ -0.0203704833984375,
+ 0.041107177734375,
+ -0.0188446044921875,
+ -0.0022220611572265625,
+ -0.0177764892578125,
+ -0.079345703125,
+ -0.0283660888671875,
+ 0.002323150634765625,
+ -0.0667724609375,
+ -0.0152587890625,
+ -0.0249481201171875,
+ 0.0034332275390625,
+ 0.0400390625,
+ -0.03607177734375,
+ -0.038421630859375,
+ 0.029083251953125,
+ -0.0108184814453125,
+ 0.0188446044921875,
+ 0.0146331787109375,
+ -0.048828125,
+ -0.05206298828125,
+ 0.021636962890625,
+ 0.0298004150390625,
+ -0.0193939208984375,
+ -0.006732940673828125,
+ -0.018402099609375,
+ 0.007720947265625,
+ -0.0090179443359375,
+ -0.010772705078125,
+ -0.00888824462890625,
+ -0.04522705078125,
+ 0.047393798828125,
+ -0.003814697265625,
+ 0.006374359130859375,
+ 0.016876220703125,
+ 0.0423583984375,
+ -0.013641357421875,
+ -0.06536865234375,
+ 0.00193023681640625,
+ -0.0308837890625,
+ -0.0131988525390625,
+ -0.0173187255859375,
+ 0.032318115234375,
+ -0.0274658203125,
+ 0.0021209716796875,
+ 0.00798797607421875,
+ 0.03948974609375,
+ 0.044525146484375,
+ 0.007720947265625,
+ 0.02423095703125,
+ -0.0682373046875,
+ -0.0129241943359375,
+ -0.0175933837890625,
+ 0.038970947265625,
+ -0.01561737060546875,
+ -0.018310546875,
+ 0.0249481201171875,
+ -0.0174102783203125,
+ 0.004241943359375,
+ -0.04022216796875,
+ -0.059967041015625,
+ -0.0269317626953125,
+ 0.03680419921875,
+ 0.00803375244140625,
+ -0.006866455078125,
+ 0.0206451416015625,
+ -0.0221710205078125,
+ 0.04254150390625,
+ 0.05743408203125,
+ -0.02764892578125,
+ 0.005565643310546875,
+ -0.00383758544921875,
+ -0.0310516357421875,
+ 0.03717041015625,
+ 0.021820068359375,
+ 0.005184173583984375,
+ -0.02728271484375,
+ 0.047393798828125,
+ -0.005207061767578125,
+ 0.007450103759765625,
+ 0.00540924072265625,
+ -0.01103973388671875,
+ -0.019744873046875,
+ -0.0343017578125,
+ 0.0265655517578125,
+ -0.038604736328125,
+ -0.060333251953125,
+ 0.01239013671875,
+ 0.0369873046875,
+ 0.039306640625,
+ 0.0743408203125,
+ 0.01247406005859375,
+ -0.015167236328125,
+ 0.03375244140625,
+ -0.0028171539306640625,
+ 0.0016498565673828125,
+ 0.042724609375,
+ 0.00013113021850585938,
+ 0.0244140625,
+ 0.006687164306640625,
+ 0.00455474853515625,
+ -0.004421234130859375,
+ 0.032318115234375,
+ -0.0019407272338867188,
+ -0.019927978515625,
+ -0.007091522216796875,
+ 0.050628662109375,
+ -0.0194854736328125,
+ -0.01544189453125,
+ -0.018310546875,
+ -0.021820068359375,
+ 0.015350341796875,
+ -0.021270751953125,
+ 0.006374359130859375,
+ 0.007045745849609375,
+ 0.0152587890625,
+ -0.032318115234375,
+ -0.0010433197021484375,
+ 0.0208282470703125,
+ -0.01337432861328125,
+ 0.05206298828125,
+ 0.01265716552734375,
+ -0.018218994140625,
+ -0.043975830078125,
+ -0.00545501708984375,
+ 0.02288818359375,
+ 0.0238800048828125,
+ 0.00498199462890625,
+ -0.0113067626953125,
+ -0.006103515625,
+ -0.033935546875,
+ 0.047760009765625,
+ 0.015350341796875,
+ 0.0204620361328125,
+ 0.0189361572265625,
+ -0.012298583984375,
+ 0.0362548828125,
+ -0.01552581787109375,
+ 0.040924072265625,
+ 0.04058837890625,
+ -0.0050506591796875,
+ 0.0113983154296875,
+ -0.0113067626953125,
+ 0.013916015625,
+ 0.0552978515625,
+ -0.04022216796875,
+ 0.0174102783203125,
+ -0.0850830078125,
+ 0.0035228729248046875,
+ -0.08294677734375,
+ -0.042022705078125,
+ -0.03753662109375,
+ -0.057098388671875,
+ 0.0310516357421875,
+ -0.01678466796875,
+ -0.0285491943359375,
+ 0.0113983154296875,
+ 0.0009088516235351562,
+ 0.0244140625,
+ 0.0400390625,
+ 0.0035686492919921875,
+ -0.0147247314453125,
+ 0.006282806396484375,
+ 0.062469482421875,
+ 0.01274871826171875,
+ 0.00027632713317871094,
+ -0.0249481201171875,
+ 0.0108642578125,
+ 0.0016603469848632812,
+ 0.00861358642578125,
+ -0.041839599609375,
+ -0.00307464599609375,
+ 0.047393798828125,
+ 0.0235137939453125,
+ 0.01418304443359375,
+ -0.00231170654296875,
+ 0.0011777877807617188,
+ -0.02154541015625,
+ 0.025665283203125,
+ -0.0253143310546875,
+ 0.0023670196533203125,
+ 0.0027484893798828125,
+ 0.00565338134765625,
+ -0.0271148681640625,
+ -0.061767578125,
+ -0.0130157470703125,
+ 0.029083251953125,
+ 0.0019969940185546875,
+ -0.0193939208984375,
+ 0.003658294677734375,
+ -0.01544189453125,
+ 0.010772705078125,
+ -0.0193023681640625,
+ -0.026031494140625,
+ 0.0012121200561523438,
+ 0.0312347412109375,
+ -0.0299835205078125,
+ 0.00789642333984375,
+ -0.007137298583984375,
+ 0.0308837890625,
+ -0.03375244140625,
+ -0.041107177734375,
+ -0.0179595947265625,
+ -0.018585205078125,
+ -0.0271148681640625,
+ -0.0018510818481445312,
+ 0.01399993896484375,
+ -0.0091094970703125,
+ -0.002300262451171875,
+ -0.03912353515625,
+ 0.003993988037109375,
+ -0.062103271484375,
+ -0.050994873046875,
+ 0.01409149169921875,
+ -0.0129241943359375,
+ -0.032318115234375,
+ -0.00861358642578125,
+ 0.0312347412109375,
+ 0.004711151123046875,
+ 0.012115478515625,
+ -0.00830078125,
+ 0.0092926025390625,
+ -0.0163421630859375,
+ -0.0005159378051757812,
+ -0.02288818359375,
+ 0.0251312255859375,
+ -0.00942230224609375,
+ 0.01220703125,
+ 0.028900146484375,
+ 0.013641357421875,
+ 0.0146331787109375,
+ 0.072509765625,
+ 0.001155853271484375,
+ -0.00567626953125,
+ -0.0238800048828125,
+ 0.01239013671875,
+ -0.0191192626953125,
+ -0.00450897216796875,
+ 0.0068206787109375,
+ -0.034454345703125,
+ 0.006778717041015625,
+ -0.0114898681640625,
+ 0.0253143310546875,
+ 0.01203155517578125,
+ 0.018585205078125,
+ 0.0491943359375,
+ -0.0157012939453125,
+ 0.003814697265625,
+ 0.07110595703125,
+ 0.022796630859375,
+ 0.096923828125,
+ -0.01256561279296875,
+ -0.041656494140625,
+ 0.0219879150390625,
+ 0.028717041015625,
+ -0.032501220703125,
+ -0.02423095703125,
+ 0.0552978515625,
+ 0.029266357421875,
+ -0.00574493408203125,
+ 0.0430908203125,
+ -0.02728271484375,
+ 0.03680419921875,
+ -0.002323150634765625,
+ 0.005970001220703125,
+ -0.004306793212890625,
+ -0.022613525390625,
+ 0.0310516357421875,
+ 0.029449462890625,
+ 0.042022705078125,
+ -0.0060577392578125,
+ 0.053497314453125,
+ -0.037353515625,
+ -0.032684326171875,
+ -0.021453857421875,
+ -0.06390380859375,
+ 0.0166015625,
+ 0.010009765625,
+ -0.0025577545166015625,
+ 0.057098388671875,
+ -0.0281829833984375,
+ -0.05816650390625,
+ 0.0108642578125,
+ -0.038787841796875,
+ 0.0660400390625,
+ 0.03607177734375,
+ -0.0157928466796875,
+ 0.05743408203125,
+ -0.0222625732421875,
+ 0.00020051002502441406,
+ 0.034637451171875,
+ 0.0093841552734375,
+ 0.0254974365234375,
+ 0.047760009765625,
+ 0.056732177734375,
+ 0.0012340545654296875,
+ -0.01050567626953125,
+ 0.00861358642578125,
+ 0.032501220703125,
+ 0.0206451416015625,
+ -0.020294189453125,
+ 0.0343017578125,
+ 0.0298004150390625,
+ 0.026031494140625,
+ -0.038238525390625,
+ 0.047027587890625,
+ 0.034454345703125,
+ -0.01274871826171875,
+ 0.00507354736328125,
+ -0.0076751708984375,
+ 0.01108551025390625,
+ -0.055999755859375,
+ 0.00736236572265625,
+ 0.003231048583984375,
+ 0.01175689697265625,
+ 0.0175933837890625,
+ 0.0240631103515625,
+ -0.07000732421875,
+ 0.0010042190551757812,
+ 0.0484619140625,
+ -0.06500244140625,
+ 0.034454345703125,
+ 0.04217529296875,
+ -0.023162841796875,
+ -0.016693115234375,
+ -0.015350341796875,
+ -0.03338623046875,
+ 0.0279998779296875,
+ -0.037353515625,
+ -0.04022216796875,
+ 0.0281829833984375,
+ 0.03680419921875,
+ -0.053863525390625,
+ -0.0298004150390625,
+ -0.0108642578125,
+ -0.01027679443359375,
+ -0.0190277099609375,
+ -0.03643798828125,
+ 0.032867431640625,
+ -0.00794219970703125,
+ -0.01036834716796875,
+ 0.021636962890625,
+ 0.053131103515625,
+ -0.00974273681640625,
+ -0.03912353515625,
+ 0.0430908203125,
+ -0.0029621124267578125,
+ -0.035369873046875,
+ 0.0240631103515625,
+ 0.0310516357421875,
+ 0.01103973388671875,
+ -0.041473388671875,
+ -0.013641357421875,
+ 0.0069122314453125,
+ -0.023162841796875,
+ -0.000034689903259277344,
+ -0.00286102294921875,
+ -0.0484619140625,
+ -0.035186767578125,
+ -0.044158935546875,
+ 0.062469482421875,
+ -0.00807952880859375,
+ 0.0207366943359375,
+ 0.0028057098388671875,
+ -0.03070068359375,
+ 0.01849365234375,
+ -0.05206298828125,
+ -0.035369873046875,
+ -0.01018524169921875,
+ -0.01399993896484375,
+ -0.03643798828125,
+ 0.06280517578125,
+ -0.01561737060546875,
+ -0.034820556640625,
+ -0.006374359130859375,
+ 0.029449462890625,
+ 0.00893402099609375,
+ 0.00731658935546875,
+ -0.056732177734375,
+ 0.032135009765625,
+ 0.00830078125,
+ -0.03680419921875,
+ 0.0019626617431640625,
+ -0.0161590576171875,
+ -0.0016717910766601562,
+ 0.053131103515625,
+ -0.0750732421875,
+ 0.0010042190551757812,
+ -0.01715087890625,
+ -0.05242919921875,
+ -0.044891357421875,
+ -0.03948974609375,
+ -0.0203704833984375,
+ -0.053131103515625,
+ 0.0176849365234375,
+ 0.0175933837890625,
+ 0.004489898681640625,
+ 0.028900146484375,
+ -0.0037250518798828125,
+ -0.0092010498046875,
+ 0.03662109375,
+ -0.0157928466796875,
+ -0.006641387939453125,
+ 0.00951385498046875,
+ -0.0606689453125,
+ -0.03070068359375,
+ -0.02423095703125,
+ 0.0176849365234375,
+ -0.049560546875,
+ 0.0092010498046875,
+ -0.010009765625,
+ -0.007091522216796875,
+ 0.047393798828125,
+ -0.0235137939453125,
+ 0.0014925003051757812,
+ -0.0249481201171875,
+ -0.0238800048828125,
+ -0.0343017578125,
+ -0.0249481201171875,
+ -0.0012788772583007812,
+ 0.04559326171875,
+ 0.0116729736328125,
+ 0.0271148681640625,
+ 0.04559326171875,
+ -0.043975830078125,
+ 0.01117706298828125,
+ 0.0236968994140625,
+ -0.006282806396484375,
+ 0.0296173095703125,
+ 0.0035686492919921875,
+ -0.00540924072265625,
+ -0.0146331787109375,
+ 0.0203704833984375,
+ -0.0240631103515625,
+ -0.034454345703125,
+ -0.08258056640625,
+ 0.004329681396484375,
+ 0.01544189453125,
+ -0.0152587890625,
+ -0.01220703125,
+ -0.07000732421875,
+ -0.0728759765625,
+ -0.0130157470703125,
+ 0.048828125,
+ -0.0052947998046875,
+ 0.005138397216796875,
+ -0.0247802734375,
+ -0.0084381103515625,
+ 0.00641632080078125,
+ -0.035919189453125,
+ 0.0343017578125,
+ -0.0207366943359375,
+ 0.01346588134765625,
+ -0.00154876708984375,
+ -0.049560546875,
+ 0.010589599609375,
+ 0.04254150390625,
+ 0.0301666259765625,
+ 0.022705078125,
+ 0.018585205078125,
+ -0.009918212890625,
+ 0.016693115234375,
+ -0.033203125,
+ -0.022979736328125,
+ 0.0013799667358398438,
+ 0.0016832351684570312,
+ 0.004421234130859375,
+ -0.041656494140625,
+ -0.031402587890625,
+ 0.008392333984375,
+ 0.02764892578125,
+ 0.028717041015625,
+ -0.0274658203125,
+ 0.022979736328125,
+ 0.0308837890625,
+ -0.028717041015625,
+ 0.03753662109375,
+ -0.0299835205078125,
+ -0.03411865234375,
+ 0.003253936767578125,
+ 0.0173187255859375,
+ 0.0369873046875,
+ 0.03033447265625,
+ 0.02783203125,
+ -0.0240631103515625,
+ 0.0299835205078125,
+ 0.033935546875,
+ -0.01256561279296875,
+ -0.0423583984375,
+ -0.01126861572265625,
+ 0.0147247314453125,
+ -0.0093841552734375,
+ 0.050628662109375,
+ -0.00879669189453125,
+ 0.053863525390625,
+ -0.010009765625,
+ 0.01337432861328125,
+ 0.04254150390625,
+ 0.049896240234375,
+ 0.041290283203125,
+ -0.00383758544921875,
+ -0.04058837890625,
+ -0.01239013671875,
+ -0.01032257080078125,
+ -0.035736083984375,
+ -0.02117919921875,
+ -0.0169677734375,
+ 0.0552978515625,
+ -0.08404541015625,
+ -0.01184844970703125,
+ -0.0046234130859375,
+ 0.003948211669921875,
+ 0.005115509033203125,
+ 0.0144500732421875,
+ -0.0145416259765625,
+ 0.00974273681640625,
+ 0.00974273681640625,
+ -0.03375244140625,
+ 0.018402099609375,
+ -0.0107269287109375,
+ 0.0097808837890625,
+ 0.059600830078125,
+ 0.048126220703125,
+ -0.00038433074951171875,
+ 0.026031494140625,
+ -0.01184844970703125,
+ 0.04632568359375,
+ 0.018035888671875,
+ 0.033935546875,
+ 0.007808685302734375,
+ 0.026397705078125,
+ 0.04669189453125,
+ 0.04022216796875,
+ -0.01812744140625,
+ -0.00821685791015625,
+ 0.0343017578125,
+ 0.048126220703125,
+ 0.0254974365234375,
+ 0.047027587890625,
+ -0.00307464599609375,
+ 0.0006818771362304688,
+ 0.00545501708984375,
+ -0.044891357421875,
+ -0.006374359130859375,
+ 0.0031414031982421875,
+ -0.0075836181640625,
+ -0.06640625,
+ -0.0369873046875,
+ 0.0108184814453125,
+ -0.04669189453125,
+ 0.013641357421875,
+ 0.005340576171875,
+ -0.02001953125,
+ 0.002300262451171875,
+ 0.041473388671875,
+ -0.0274658203125,
+ -0.04541015625,
+ 0.022613525390625,
+ -0.02001953125,
+ -0.006103515625,
+ -0.037689208984375,
+ -0.0312347412109375,
+ 0.0404052734375,
+ -0.0002567768096923828,
+ -0.03375244140625,
+ -0.0265655517578125,
+ 0.03375244140625,
+ -0.0101470947265625,
+ -0.044342041015625,
+ -0.01203155517578125,
+ -0.0009870529174804688,
+ -0.00870513916015625,
+ -0.045074462890625,
+ -0.0491943359375,
+ -0.018310546875,
+ -0.0018291473388671875,
+ -0.023345947265625,
+ 0.006195068359375,
+ -0.02783203125,
+ -0.03070068359375,
+ -0.01337432861328125,
+ -0.007762908935546875,
+ -0.035552978515625,
+ 0.033203125,
+ -0.047393798828125,
+ 0.057098388671875,
+ -0.006103515625,
+ 0.049896240234375,
+ 0.026397705078125,
+ 0.084716796875,
+ -0.0174102783203125,
+ -0.0075836181640625,
+ 0.00171661376953125,
+ -0.07574462890625,
+ 0.0223541259765625,
+ 0.0099639892578125,
+ 0.00884246826171875,
+ -0.06927490234375,
+ 0.003589630126953125,
+ 0.07537841796875,
+ -0.0667724609375,
+ 0.0157928466796875,
+ 0.03912353515625,
+ -0.0240631103515625,
+ -0.06353759765625,
+ -0.0099639892578125,
+ -0.0109100341796875,
+ -0.0011272430419921875,
+ 0.08831787109375,
+ 0.00803375244140625,
+ 0.00965118408203125,
+ 0.0144500732421875,
+ -0.07073974609375,
+ 0.06573486328125,
+ 0.0106353759765625,
+ 0.0235137939453125,
+ -0.041656494140625,
+ 0.0158843994140625,
+ 0.00383758544921875,
+ -0.04541015625,
+ -0.007808685302734375,
+ -0.0310516357421875,
+ 0.0061492919921875,
+ 0.0176849365234375,
+ 0.01427459716796875,
+ -0.0024356842041015625,
+ 0.015167236328125,
+ -0.056365966796875,
+ -0.050628662109375,
+ -0.006866455078125,
+ 0.0164337158203125,
+ 0.013641357421875,
+ 0.01099395751953125,
+ -0.05242919921875,
+ -0.00659942626953125,
+ -0.0041961669921875,
+ -0.07037353515625,
+ -0.038604736328125,
+ -0.0222625732421875,
+ 0.025848388671875,
+ -0.021087646484375,
+ -0.05853271484375,
+ 0.032684326171875,
+ 0.0172271728515625,
+ -0.0113983154296875,
+ 0.034454345703125,
+ 0.047760009765625,
+ -0.05169677734375,
+ -0.01256561279296875,
+ 0.004329681396484375,
+ 0.0362548828125,
+ 0.018035888671875,
+ -0.0019969940185546875,
+ -0.0018510818481445312,
+ 0.01256561279296875,
+ 0.0186767578125,
+ -0.021728515625,
+ 0.0404052734375,
+ 0.0274658203125,
+ -0.0254974365234375,
+ -0.056732177734375,
+ -0.0225372314453125,
+ -0.0369873046875,
+ 0.0404052734375,
+ -0.0031642913818359375,
+ 0.053497314453125,
+ -0.0031414031982421875,
+ -0.0279998779296875,
+ -0.08367919921875,
+ 0.057098388671875,
+ -0.023162841796875,
+ 0.0265655517578125,
+ 0.0238800048828125,
+ -0.01418304443359375,
+ -0.0721435546875,
+ -0.047760009765625,
+ -0.0279998779296875,
+ 0.04541015625,
+ -0.0265655517578125,
+ 0.0430908203125,
+ 0.000029265880584716797,
+ 0.0164337158203125,
+ 0.01490020751953125,
+ -0.0029392242431640625,
+ 0.01220703125,
+ 0.050994873046875,
+ 0.0299835205078125,
+ -0.0247802734375,
+ 0.029266357421875,
+ -0.005115509033203125,
+ 0.00154876708984375,
+ -0.00727081298828125,
+ 0.00543212890625,
+ -0.0075836181640625,
+ -0.0161590576171875,
+ -0.0274658203125,
+ -0.00794219970703125,
+ 0.02020263671875,
+ 0.05853271484375,
+ 0.0176849365234375,
+ 0.012115478515625,
+ -0.032318115234375,
+ 0.034820556640625,
+ -0.03302001953125,
+ -0.019561767578125,
+ -0.0023899078369140625,
+ 0.018035888671875,
+ -0.00942230224609375,
+ -0.0269317626953125,
+ -0.053863525390625,
+ -0.07611083984375,
+ 0.020294189453125,
+ -0.072509765625,
+ -0.01094818115234375,
+ 0.007808685302734375,
+ 0.0274658203125,
+ 0.045074462890625,
+ -0.0235137939453125,
+ 0.050628662109375,
+ -0.01239013671875,
+ -0.035003662109375,
+ -0.038055419921875,
+ 0.004802703857421875,
+ 0.0174102783203125,
+ 0.0069580078125,
+ -0.01175689697265625,
+ -0.049560546875,
+ 0.044891357421875,
+ -0.0279998779296875,
+ -0.006641387939453125,
+ -0.021728515625,
+ -0.01337432861328125,
+ -0.0253143310546875,
+ 0.01045989990234375,
+ -0.06787109375,
+ -0.0235137939453125,
+ 0.0396728515625,
+ 0.0186767578125,
+ -0.01561737060546875,
+ -0.012115478515625,
+ 0.038055419921875,
+ -0.0236968994140625,
+ -0.05133056640625,
+ 0.0147247314453125,
+ -0.0240631103515625,
+ -0.03912353515625,
+ 0.0114898681640625,
+ -0.01409149169921875,
+ 0.0172271728515625,
+ 0.0143585205078125,
+ 0.047027587890625,
+ 0.05169677734375,
+ -0.0006256103515625,
+ -0.004444122314453125,
+ -0.028900146484375,
+ 0.001705169677734375,
+ -0.011444091796875,
+ 0.00951385498046875,
+ 0.05816650390625,
+ 0.0116729736328125,
+ 0.006015777587890625,
+ 0.01023101806640625,
+ 0.0045318603515625,
+ -0.10052490234375,
+ -0.0033893585205078125,
+ -0.00789642333984375,
+ -0.041107177734375,
+ -0.008575439453125,
+ 0.07794189453125,
+ 0.035369873046875,
+ 0.0098724365234375,
+ 0.0254974365234375,
+ 0.037689208984375,
+ 0.032501220703125,
+ -0.0002579689025878906,
+ -0.00942230224609375,
+ -0.047760009765625,
+ 0.01256561279296875,
+ 0.0204620361328125,
+ -0.0069122314453125,
+ -0.05279541015625,
+ 0.05889892578125,
+ 0.072509765625,
+ -0.0092010498046875,
+ -0.0235137939453125,
+ -0.00426483154296875,
+ -0.0192108154296875,
+ 0.049896240234375,
+ 0.013824462890625,
+ -0.004467010498046875,
+ -0.06280517578125,
+ 0.00951385498046875,
+ 0.016876220703125,
+ -0.0037021636962890625,
+ 0.0098724365234375,
+ -0.0186767578125,
+ -0.041290283203125,
+ 0.0308837890625,
+ -0.03717041015625,
+ -0.0004208087921142578,
+ -0.00460052490234375,
+ 0.0675048828125,
+ 0.0024127960205078125,
+ -0.0369873046875,
+ 0.0082550048828125,
+ 0.037872314453125,
+ -0.00807952880859375,
+ -0.0179595947265625,
+ -0.0129241943359375,
+ 0.0236968994140625,
+ -0.031768798828125,
+ 0.0218963623046875,
+ 0.03375244140625,
+ 0.013641357421875,
+ 0.0210113525390625,
+ 0.00717926025390625,
+ -0.050994873046875,
+ 0.01409149169921875,
+ -0.0028171539306640625,
+ 0.0178680419921875,
+ 0.00286102294921875,
+ -0.061767578125,
+ -0.035003662109375,
+ -0.03948974609375,
+ 0.05169677734375,
+ -0.0129241943359375,
+ 0.0396728515625,
+ 0.0312347412109375,
+ 0.00417327880859375,
+ -0.00794219970703125,
+ -0.0013294219970703125,
+ 0.0224456787109375,
+ 0.053863525390625,
+ 0.000339508056640625,
+ 0.03338623046875,
+ 0.02001953125,
+ 0.0219879150390625,
+ 0.00789642333984375,
+ -0.047027587890625,
+ 0.01849365234375,
+ -0.0235137939453125,
+ -0.00383758544921875,
+ -0.0175933837890625,
+ -0.0100555419921875,
+ 0.021087646484375,
+ -0.032684326171875,
+ 0.00536346435546875,
+ -0.03338623046875,
+ 0.0109100341796875,
+ -0.01094818115234375,
+ -0.047027587890625,
+ -0.0024127960205078125,
+ 0.033935546875,
+ -0.0251312255859375,
+ 0.005340576171875,
+ 0.0031185150146484375,
+ -0.013824462890625,
+ -0.026031494140625,
+ -0.04559326171875,
+ 0.061767578125,
+ 0.03411865234375,
+ 0.02783203125,
+ -0.0175018310546875,
+ -0.00021183490753173828,
+ 0.0178680419921875,
+ -0.0012063980102539062,
+ 0.00982666015625,
+ 0.031768798828125,
+ -0.0090179443359375,
+ 0.04632568359375,
+ 0.05206298828125,
+ -0.0012063980102539062,
+ -0.026397705078125,
+ 0.0269317626953125,
+ 0.0009145736694335938,
+ -0.053131103515625,
+ 0.0491943359375,
+ 0.0099639892578125,
+ 0.032867431640625,
+ -0.025665283203125,
+ -0.0146331787109375,
+ 0.00865936279296875,
+ -0.04290771484375,
+ 0.05889892578125,
+ 0.0254974365234375,
+ 0.007808685302734375,
+ 0.0224456787109375,
+ -0.059967041015625,
+ 0.047760009765625,
+ 0.018402099609375,
+ 0.0919189453125,
+ -0.0267486572265625,
+ 0.0552978515625,
+ -0.00861358642578125,
+ 0.035736083984375,
+ -0.00655364990234375,
+ 0.01399993896484375,
+ 0.0128326416015625,
+ 0.040740966796875,
+ -0.0115814208984375,
+ 0.0301666259765625,
+ 0.0207366943359375,
+ 0.0144500732421875,
+ -0.03338623046875,
+ -0.0173187255859375,
+ 0.0020198822021484375,
+ 0.0004544258117675781,
+ 0.0301666259765625,
+ -0.0265655517578125,
+ -0.029083251953125,
+ 0.0157928466796875,
+ 0.03607177734375,
+ 0.0728759765625,
+ -0.0400390625,
+ 0.038421630859375,
+ 0.00884246826171875,
+ -0.00659942626953125,
+ 0.0115814208984375,
+ -0.0225372314453125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "event-logs",
+ "evt-analysis",
+ "evtx-analysis",
+ "timeline-analysis",
+ "logon-analysis",
+ "rdp-sessions",
+ "service-analysis",
+ "message-tables",
+ "xml-parsing"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Suricata",
+ "type": "tool",
+ "name": "Suricata",
+ "content": "suricata multi-threading-ids-engine analysiert 100gbit-traffic durch gpu-acceleration und \n hyperscan-pattern-matching für real-time-threat-detection. lua-scripts erstellen \n custom-ioc-detection-logic, http-keyword-matching extrahiert c2-communication-patterns. \n tls-certificate-fingerprinting identifiziert malware-infrastructure, file-extraction \n aus network-streams ermöglicht payload-analysis. json-logs integrieren in elk-stack-pipelines. ids nsm network-forensics analysis",
+ "embedding": [
+ -0.0224609375,
+ 0.0258331298828125,
+ 0.052764892578125,
+ 0.022918701171875,
+ 0.033843994140625,
+ 0.0167388916015625,
+ 0.01500701904296875,
+ -0.0173797607421875,
+ -0.0200042724609375,
+ -0.006366729736328125,
+ -0.0218353271484375,
+ 0.043853759765625,
+ 0.0026493072509765625,
+ -0.0211944580078125,
+ -0.070556640625,
+ 0.0712890625,
+ 0.0110931396484375,
+ -0.0117340087890625,
+ 0.01910400390625,
+ -0.0037517547607421875,
+ -0.006641387939453125,
+ -0.023284912109375,
+ -0.04437255859375,
+ -0.001750946044921875,
+ -0.0211029052734375,
+ -0.004184722900390625,
+ 0.00855255126953125,
+ -0.053466796875,
+ -0.0162811279296875,
+ 0.007320404052734375,
+ 0.004070281982421875,
+ -0.045654296875,
+ 0.007457733154296875,
+ 0.0169219970703125,
+ -0.0092315673828125,
+ -0.01245880126953125,
+ 0.033294677734375,
+ -0.051666259765625,
+ -0.0094146728515625,
+ 0.039306640625,
+ -0.0215606689453125,
+ 0.0181884765625,
+ -0.007595062255859375,
+ -0.01454925537109375,
+ -0.034027099609375,
+ -0.050567626953125,
+ -0.0171966552734375,
+ -0.0169219970703125,
+ 0.01104736328125,
+ -0.02874755859375,
+ 0.01509857177734375,
+ 0.01236724853515625,
+ 0.0044097900390625,
+ -0.01947021484375,
+ -0.052032470703125,
+ 0.0159149169921875,
+ 0.031463623046875,
+ -0.007778167724609375,
+ -0.027099609375,
+ 0.051300048828125,
+ -0.0261993408203125,
+ -0.0142822265625,
+ -0.01300811767578125,
+ -0.0164642333984375,
+ 0.0249176025390625,
+ 0.01027679443359375,
+ -0.0006422996520996094,
+ -0.02764892578125,
+ 0.004276275634765625,
+ -0.00791168212890625,
+ 0.034393310546875,
+ -0.024017333984375,
+ -0.007274627685546875,
+ 0.034393310546875,
+ -0.0296478271484375,
+ -0.02227783203125,
+ 0.0292816162109375,
+ 0.0367431640625,
+ 0.018280029296875,
+ 0.0020923614501953125,
+ -0.031829833984375,
+ 0.017730712890625,
+ 0.06365966796875,
+ -0.006320953369140625,
+ -0.01800537109375,
+ -0.023193359375,
+ 0.01245880126953125,
+ -0.0164642333984375,
+ 0.006504058837890625,
+ -0.022186279296875,
+ 0.0009150505065917969,
+ -0.0172882080078125,
+ 0.04730224609375,
+ 0.00042057037353515625,
+ 0.03802490234375,
+ 0.0709228515625,
+ -0.0389404296875,
+ -0.01309967041015625,
+ 0.0021038055419921875,
+ 0.034912109375,
+ 0.00782012939453125,
+ -0.01500701904296875,
+ 0.031280517578125,
+ -0.01837158203125,
+ 0.059661865234375,
+ -0.0212860107421875,
+ 0.003910064697265625,
+ -0.02838134765625,
+ 0.00786590576171875,
+ -0.01004791259765625,
+ -0.0968017578125,
+ -0.032745361328125,
+ -0.0217437744140625,
+ -0.06915283203125,
+ -0.0168304443359375,
+ -0.018646240234375,
+ -0.0249176025390625,
+ 0.0166473388671875,
+ -0.061859130859375,
+ -0.058563232421875,
+ 0.024200439453125,
+ 0.0305633544921875,
+ 0.0087738037109375,
+ 0.0292816162109375,
+ -0.02838134765625,
+ -0.0552978515625,
+ 0.007366180419921875,
+ 0.013824462890625,
+ -0.01309967041015625,
+ -0.017547607421875,
+ -0.0200042724609375,
+ -0.01519012451171875,
+ -0.0096893310546875,
+ -0.04638671875,
+ -0.007503509521484375,
+ -0.0211029052734375,
+ 0.0243682861328125,
+ -0.0008754730224609375,
+ -0.007049560546875,
+ 0.00927734375,
+ 0.02691650390625,
+ -0.0017852783203125,
+ -0.061492919921875,
+ -0.011322021484375,
+ -0.041107177734375,
+ -0.032196044921875,
+ -0.0243682861328125,
+ 0.033660888671875,
+ -0.037841796875,
+ 0.002353668212890625,
+ -0.0096435546875,
+ 0.0091400146484375,
+ 0.058929443359375,
+ 0.0093231201171875,
+ 0.0389404296875,
+ -0.0261993408203125,
+ -0.0016489028930664062,
+ -0.01947021484375,
+ 0.050201416015625,
+ -0.00946044921875,
+ -0.01555633544921875,
+ 0.0114593505859375,
+ 0.005001068115234375,
+ 0.01245880126953125,
+ -0.00572967529296875,
+ -0.011505126953125,
+ -0.004364013671875,
+ 0.01273345947265625,
+ 0.01064300537109375,
+ -0.00445556640625,
+ 0.03656005859375,
+ -0.0261993408203125,
+ 0.06256103515625,
+ 0.060394287109375,
+ -0.005023956298828125,
+ 0.040191650390625,
+ 0.0119171142578125,
+ -0.0091400146484375,
+ 0.01873779296875,
+ 0.0088653564453125,
+ 0.006504058837890625,
+ -0.0174560546875,
+ 0.050933837890625,
+ -0.0173797607421875,
+ 0.0171966552734375,
+ -0.01409912109375,
+ -0.0211029052734375,
+ 0.0116424560546875,
+ -0.0220947265625,
+ 0.03582763671875,
+ -0.052398681640625,
+ -0.0091400146484375,
+ -0.02728271484375,
+ 0.031280517578125,
+ 0.02691650390625,
+ 0.04840087890625,
+ 0.00345611572265625,
+ -0.0360107421875,
+ 0.0360107421875,
+ -0.01091766357421875,
+ 0.0200958251953125,
+ 0.0256500244140625,
+ -0.00118255615234375,
+ 0.033477783203125,
+ 0.034210205078125,
+ -0.0032978057861328125,
+ -0.009735107421875,
+ 0.0252838134765625,
+ 0.019561767578125,
+ -0.0281982421875,
+ 0.00991058349609375,
+ 0.061492919921875,
+ -0.0171966552734375,
+ -0.0289306640625,
+ -0.03692626953125,
+ -0.0367431640625,
+ 0.018463134765625,
+ -0.0031833648681640625,
+ -0.0171966552734375,
+ 0.033660888671875,
+ -0.01064300537109375,
+ -0.02801513671875,
+ -0.02838134765625,
+ 0.0389404296875,
+ -0.0247344970703125,
+ 0.03765869140625,
+ 0.0389404296875,
+ -0.005275726318359375,
+ -0.0245513916015625,
+ 0.03765869140625,
+ 0.03875732421875,
+ 0.002979278564453125,
+ 0.0200958251953125,
+ -0.003910064697265625,
+ -0.013641357421875,
+ -0.00991058349609375,
+ 0.031829833984375,
+ 0.041290283203125,
+ 0.0087738037109375,
+ 0.03912353515625,
+ -0.00927734375,
+ 0.0038890838623046875,
+ -0.006549835205078125,
+ 0.040740966796875,
+ 0.04620361328125,
+ -0.02728271484375,
+ -0.007366180419921875,
+ -0.005344390869140625,
+ 0.022369384765625,
+ 0.05419921875,
+ -0.0538330078125,
+ -0.0019779205322265625,
+ -0.053131103515625,
+ 0.0201873779296875,
+ -0.06732177734375,
+ -0.042022705078125,
+ -0.041839599609375,
+ -0.05419921875,
+ 0.03729248046875,
+ -0.01236724853515625,
+ -0.0168304443359375,
+ 0.002887725830078125,
+ 0.008819580078125,
+ 0.0021610260009765625,
+ 0.02783203125,
+ -0.00350189208984375,
+ -0.0196533203125,
+ 0.005706787109375,
+ 0.06878662109375,
+ -0.017913818359375,
+ -0.0267333984375,
+ -0.0121002197265625,
+ 0.04803466796875,
+ -0.00350189208984375,
+ 0.032562255859375,
+ -0.0261993408203125,
+ 0.007232666015625,
+ 0.040740966796875,
+ 0.03509521484375,
+ 0.041839599609375,
+ -0.0111846923828125,
+ 0.01004791259765625,
+ -0.013641357421875,
+ 0.03729248046875,
+ -0.039306640625,
+ 0.01045989990234375,
+ -0.019195556640625,
+ -0.00677490234375,
+ -0.006366729736328125,
+ -0.049102783203125,
+ 0.0218353271484375,
+ 0.04620361328125,
+ 0.01309967041015625,
+ 0.0168304443359375,
+ 0.0094146728515625,
+ -0.048736572265625,
+ 0.00452423095703125,
+ 0.004138946533203125,
+ -0.0033416748046875,
+ 0.01064300537109375,
+ 0.054931640625,
+ -0.018829345703125,
+ 0.0018987655639648438,
+ -0.0210113525390625,
+ 0.0120086669921875,
+ -0.0289306640625,
+ -0.023468017578125,
+ -0.02764892578125,
+ -0.0181884765625,
+ -0.039306640625,
+ -0.0210113525390625,
+ 0.01273345947265625,
+ -0.006866455078125,
+ 0.0095062255859375,
+ -0.022186279296875,
+ -0.0170135498046875,
+ -0.049102783203125,
+ -0.04473876953125,
+ -0.007778167724609375,
+ -0.049102783203125,
+ -0.06402587890625,
+ -0.03546142578125,
+ 0.06256103515625,
+ 0.0158233642578125,
+ 0.0197296142578125,
+ 0.00605010986328125,
+ -0.005435943603515625,
+ -0.04803466796875,
+ 0.01800537109375,
+ -0.034027099609375,
+ 0.0113677978515625,
+ 0.0203704833984375,
+ 0.03857421875,
+ 0.006137847900390625,
+ 0.0211029052734375,
+ 0.037841796875,
+ 0.07275390625,
+ 0.0161895751953125,
+ -0.01273345947265625,
+ 0.007778167724609375,
+ 0.01032257080078125,
+ 0.0067291259765625,
+ 0.02764892578125,
+ -0.019561767578125,
+ -0.0289306640625,
+ -0.0219268798828125,
+ -0.018829345703125,
+ 0.00809478759765625,
+ 0.007778167724609375,
+ 0.01273345947265625,
+ 0.01454925537109375,
+ -0.0093231201171875,
+ 0.007049560546875,
+ 0.06658935546875,
+ -0.01050567626953125,
+ 0.08837890625,
+ -0.002899169921875,
+ -0.0545654296875,
+ 0.003978729248046875,
+ 0.043121337890625,
+ -0.04693603515625,
+ 0.0215606689453125,
+ 0.03509521484375,
+ 0.039459228515625,
+ 0.0114593505859375,
+ 0.0243682861328125,
+ -0.0218353271484375,
+ 0.0574951171875,
+ 0.002933502197265625,
+ -0.007640838623046875,
+ 0.0095977783203125,
+ 0.01255035400390625,
+ 0.02227783203125,
+ 0.042205810546875,
+ 0.03857421875,
+ -0.005069732666015625,
+ 0.06512451171875,
+ -0.041107177734375,
+ -0.01036834716796875,
+ -0.059661865234375,
+ -0.06256103515625,
+ 0.0068206787109375,
+ 0.0251007080078125,
+ -0.0095977783203125,
+ 0.03875732421875,
+ -0.03875732421875,
+ -0.06951904296875,
+ 0.033843994140625,
+ -0.03912353515625,
+ 0.0709228515625,
+ 0.056396484375,
+ 0.0209197998046875,
+ 0.03875732421875,
+ -0.01546478271484375,
+ 0.00039505958557128906,
+ 0.032928466796875,
+ 0.00220489501953125,
+ 0.0289306640625,
+ 0.06329345703125,
+ 0.0117340087890625,
+ 0.01273345947265625,
+ -0.0220184326171875,
+ 0.00991058349609375,
+ 0.0208282470703125,
+ 0.005069732666015625,
+ -0.03582763671875,
+ 0.02728271484375,
+ 0.024017333984375,
+ 0.03509521484375,
+ -0.00600433349609375,
+ 0.041656494140625,
+ 0.0196533203125,
+ -0.0360107421875,
+ 0.031463623046875,
+ -0.0159149169921875,
+ 0.0292816162109375,
+ -0.0731201171875,
+ 0.0159149169921875,
+ 0.014373779296875,
+ 0.005706787109375,
+ 0.0251007080078125,
+ 0.02728271484375,
+ -0.042938232421875,
+ -0.0211029052734375,
+ 0.049468994140625,
+ -0.06915283203125,
+ 0.0261993408203125,
+ 0.01528167724609375,
+ 0.00804901123046875,
+ 0.0006933212280273438,
+ -0.0206451416015625,
+ -0.04437255859375,
+ 0.032562255859375,
+ -0.052398681640625,
+ -0.02691650390625,
+ 0.02764892578125,
+ 0.007595062255859375,
+ -0.040557861328125,
+ -0.02838134765625,
+ -0.00864410400390625,
+ 0.0208282470703125,
+ -0.00841522216796875,
+ -0.0243682861328125,
+ 0.0298309326171875,
+ -0.01555633544921875,
+ -0.0258331298828125,
+ 0.036376953125,
+ 0.01082611083984375,
+ -0.00595855712890625,
+ -0.0445556640625,
+ 0.039459228515625,
+ -0.0142822265625,
+ -0.03875732421875,
+ 0.0249176025390625,
+ 0.0095977783203125,
+ 0.0220184326171875,
+ -0.0157318115234375,
+ 0.0035247802734375,
+ -0.014373779296875,
+ 0.032562255859375,
+ 0.009002685546875,
+ 0.0016603469848632812,
+ -0.074951171875,
+ -0.0168304443359375,
+ -0.044921875,
+ 0.049468994140625,
+ 0.0196533203125,
+ 0.03656005859375,
+ -0.0261993408203125,
+ -0.0574951171875,
+ 0.00354766845703125,
+ -0.060760498046875,
+ -0.0173797607421875,
+ -0.023101806640625,
+ 0.0071868896484375,
+ -0.0035247802734375,
+ 0.0782470703125,
+ -0.0171051025390625,
+ 0.00582122802734375,
+ -0.01910400390625,
+ 0.03912353515625,
+ 0.02728271484375,
+ -0.02783203125,
+ -0.04437255859375,
+ 0.040740966796875,
+ 0.0200958251953125,
+ -0.040557861328125,
+ -0.0037517547607421875,
+ -0.007549285888671875,
+ -0.01000213623046875,
+ 0.060760498046875,
+ -0.06658935546875,
+ -0.0012226104736328125,
+ -0.0251007080078125,
+ -0.052398681640625,
+ -0.0274658203125,
+ -0.032745361328125,
+ -0.0360107421875,
+ -0.0574951171875,
+ 0.023284912109375,
+ 0.014373779296875,
+ 0.022186279296875,
+ 0.031463623046875,
+ 0.01491546630859375,
+ -0.007049560546875,
+ 0.01837158203125,
+ -0.0019550323486328125,
+ -0.0220184326171875,
+ 0.023101806640625,
+ -0.032928466796875,
+ -0.03912353515625,
+ -0.0261993408203125,
+ 0.034210205078125,
+ -0.037109375,
+ 0.0113677978515625,
+ 0.002330780029296875,
+ -0.00872802734375,
+ 0.03875732421875,
+ -0.0256500244140625,
+ 0.005321502685546875,
+ -0.017913818359375,
+ -0.03619384765625,
+ -0.0218353271484375,
+ -0.0211944580078125,
+ 0.006137847900390625,
+ 0.0114593505859375,
+ 0.00016415119171142578,
+ 0.01509857177734375,
+ 0.0265655517578125,
+ -0.03582763671875,
+ 0.007595062255859375,
+ 0.0265655517578125,
+ -0.0367431640625,
+ -0.01004791259765625,
+ 0.00482177734375,
+ 0.01073455810546875,
+ -0.01454925537109375,
+ 0.02764892578125,
+ -0.0307464599609375,
+ -0.033477783203125,
+ -0.06549072265625,
+ 0.0374755859375,
+ -0.004093170166015625,
+ -0.0198211669921875,
+ -0.01509857177734375,
+ -0.0294647216796875,
+ -0.039642333984375,
+ -0.0274658203125,
+ 0.03765869140625,
+ 0.039306640625,
+ 0.0097808837890625,
+ -0.0202789306640625,
+ -0.0199127197265625,
+ -0.006458282470703125,
+ -0.03729248046875,
+ 0.044036865234375,
+ -0.01482391357421875,
+ 0.01009368896484375,
+ -0.0203704833984375,
+ -0.043853759765625,
+ 0.033660888671875,
+ 0.023468017578125,
+ 0.02874755859375,
+ 0.01491546630859375,
+ 0.0281982421875,
+ -0.0261993408203125,
+ 0.01509857177734375,
+ -0.013824462890625,
+ 0.0164642333984375,
+ 0.00008809566497802734,
+ -0.0037975311279296875,
+ 0.0025920867919921875,
+ -0.0389404296875,
+ -0.0025119781494140625,
+ 0.01336669921875,
+ 0.0162811279296875,
+ 0.0260162353515625,
+ -0.0094146728515625,
+ -0.0300140380859375,
+ 0.04473876953125,
+ -0.0015687942504882812,
+ 0.061859130859375,
+ -0.023834228515625,
+ -0.061859130859375,
+ 0.01291656494140625,
+ -0.0016145706176757812,
+ 0.03802490234375,
+ 0.0311126708984375,
+ 0.0067291259765625,
+ -0.04730224609375,
+ 0.01537322998046875,
+ 0.034210205078125,
+ -0.019378662109375,
+ -0.050933837890625,
+ -0.040191650390625,
+ 0.006683349609375,
+ 0.0252838134765625,
+ 0.06951904296875,
+ -0.01282501220703125,
+ 0.076416015625,
+ 0.0251007080078125,
+ -0.0095062255859375,
+ 0.040740966796875,
+ 0.06329345703125,
+ 0.013824462890625,
+ -0.031646728515625,
+ -0.052032470703125,
+ -0.006641387939453125,
+ 0.0303802490234375,
+ -0.042938232421875,
+ -0.03912353515625,
+ -0.0292816162109375,
+ 0.044189453125,
+ -0.074951171875,
+ -0.0111846923828125,
+ -0.0208282470703125,
+ 0.004093170166015625,
+ 0.007732391357421875,
+ 0.0008130073547363281,
+ 0.004932403564453125,
+ 0.023468017578125,
+ 0.0026950836181640625,
+ -0.0445556640625,
+ 0.0159149169921875,
+ -0.009735107421875,
+ 0.01082611083984375,
+ 0.0538330078125,
+ 0.0198211669921875,
+ 0.004638671875,
+ 0.013458251953125,
+ 0.01555633544921875,
+ 0.036376953125,
+ 0.036376953125,
+ 0.0162811279296875,
+ 0.004638671875,
+ 0.033111572265625,
+ 0.048736572265625,
+ 0.06256103515625,
+ -0.0211944580078125,
+ -0.0374755859375,
+ 0.0260162353515625,
+ 0.0303802490234375,
+ 0.0267333984375,
+ 0.024017333984375,
+ 0.0007843971252441406,
+ 0.0260162353515625,
+ 0.000057220458984375,
+ -0.043304443359375,
+ 0.0167388916015625,
+ -0.0292816162109375,
+ -0.03546142578125,
+ -0.03564453125,
+ -0.034759521484375,
+ 0.0202789306640625,
+ -0.01227569580078125,
+ 0.039642333984375,
+ 0.014190673828125,
+ -0.01555633544921875,
+ -0.0087738037109375,
+ 0.049102783203125,
+ -0.04583740234375,
+ -0.037841796875,
+ 0.0263824462890625,
+ -0.01528167724609375,
+ -0.0252838134765625,
+ -0.042205810546875,
+ -0.0203704833984375,
+ 0.031646728515625,
+ -0.0088653564453125,
+ -0.0745849609375,
+ -0.0206451416015625,
+ 0.042572021484375,
+ -0.014190673828125,
+ -0.0252838134765625,
+ 0.00841522216796875,
+ 0.01473236083984375,
+ -0.017822265625,
+ -0.0382080078125,
+ -0.0567626953125,
+ -0.0026378631591796875,
+ -0.004138946533203125,
+ -0.031463623046875,
+ 0.0071868896484375,
+ 0.0036163330078125,
+ -0.0171051025390625,
+ -0.023101806640625,
+ -0.0212860107421875,
+ -0.03546142578125,
+ 0.0118255615234375,
+ -0.0556640625,
+ 0.04638671875,
+ 0.00832366943359375,
+ 0.01100921630859375,
+ 0.033660888671875,
+ 0.06365966796875,
+ 0.007274627685546875,
+ -0.0022735595703125,
+ 0.005706787109375,
+ -0.042755126953125,
+ 0.0011196136474609375,
+ 0.0010232925415039062,
+ -0.014373779296875,
+ -0.070556640625,
+ -0.0115966796875,
+ 0.032012939453125,
+ -0.061859130859375,
+ 0.00484466552734375,
+ 0.01537322998046875,
+ -0.01064300537109375,
+ -0.05419921875,
+ 0.0185546875,
+ -0.0012054443359375,
+ 0.0046844482421875,
+ 0.08294677734375,
+ -0.003570556640625,
+ -0.02801513671875,
+ -0.0119171142578125,
+ -0.032928466796875,
+ 0.04473876953125,
+ 0.0171966552734375,
+ 0.00445556640625,
+ -0.0263824462890625,
+ 0.0156402587890625,
+ 0.0181884765625,
+ -0.031463623046875,
+ 0.023651123046875,
+ -0.090576171875,
+ -0.01555633544921875,
+ 0.0360107421875,
+ 0.022552490234375,
+ -0.004364013671875,
+ -0.0021610260009765625,
+ -0.043853759765625,
+ -0.02783203125,
+ -0.019561767578125,
+ 0.017547607421875,
+ 0.006366729736328125,
+ 0.0169219970703125,
+ -0.023101806640625,
+ -0.01873779296875,
+ -0.0016937255859375,
+ -0.054931640625,
+ -0.0274658203125,
+ -0.027099609375,
+ 0.023468017578125,
+ 0.00872802734375,
+ -0.04693603515625,
+ 0.003978729248046875,
+ 0.002899169921875,
+ 0.041839599609375,
+ 0.03692626953125,
+ 0.0545654296875,
+ -0.053466796875,
+ -0.0389404296875,
+ 0.014007568359375,
+ 0.049102783203125,
+ 0.01055145263671875,
+ -0.0208282470703125,
+ -0.023101806640625,
+ 0.017730712890625,
+ 0.0219268798828125,
+ -0.03802490234375,
+ 0.040374755859375,
+ 0.039459228515625,
+ -0.00586700439453125,
+ -0.03912353515625,
+ -0.02728271484375,
+ -0.0292816162109375,
+ 0.03729248046875,
+ 0.01100921630859375,
+ 0.054931640625,
+ 0.0010862350463867188,
+ -0.0303802490234375,
+ -0.08404541015625,
+ 0.04840087890625,
+ -0.01027679443359375,
+ 0.023193359375,
+ 0.019378662109375,
+ -0.005092620849609375,
+ -0.058563232421875,
+ -0.0211029052734375,
+ -0.037109375,
+ -0.0015573501586914062,
+ -0.00791168212890625,
+ 0.03692626953125,
+ 0.0217437744140625,
+ -0.007595062255859375,
+ 0.0245513916015625,
+ 0.004955291748046875,
+ 0.00011229515075683594,
+ 0.0382080078125,
+ 0.0265655517578125,
+ -0.03875732421875,
+ 0.08770751953125,
+ -0.043304443359375,
+ 0.01059722900390625,
+ -0.01013946533203125,
+ 0.0007333755493164062,
+ -0.018096923828125,
+ -0.000858306884765625,
+ -0.033294677734375,
+ -0.007732391357421875,
+ 0.059661865234375,
+ 0.01509857177734375,
+ -0.0210113525390625,
+ 0.0301971435546875,
+ -0.0093231201171875,
+ 0.0201873779296875,
+ 0.00982666015625,
+ -0.01336669921875,
+ 0.0110931396484375,
+ 0.00033402442932128906,
+ -0.0218353271484375,
+ 0.00026726722717285156,
+ -0.043487548828125,
+ -0.0560302734375,
+ 0.0247344970703125,
+ -0.03875732421875,
+ -0.0038204193115234375,
+ 0.00006252527236938477,
+ 0.0217437744140625,
+ 0.01041412353515625,
+ -0.040191650390625,
+ 0.02874755859375,
+ -0.01018524169921875,
+ -0.0162811279296875,
+ -0.0213775634765625,
+ 0.009185791015625,
+ -0.0174560546875,
+ 0.040740966796875,
+ 0.01032257080078125,
+ -0.02783203125,
+ 0.0210113525390625,
+ -0.01104736328125,
+ -0.0210113525390625,
+ -0.0289306640625,
+ -0.008819580078125,
+ -0.034576416015625,
+ 0.03692626953125,
+ -0.0701904296875,
+ -0.022369384765625,
+ 0.03729248046875,
+ 0.0254669189453125,
+ 0.0069122314453125,
+ -0.033477783203125,
+ 0.051300048828125,
+ -0.0159149169921875,
+ -0.04437255859375,
+ 0.01309967041015625,
+ -0.00007921457290649414,
+ -0.0309295654296875,
+ 0.041839599609375,
+ -0.041107177734375,
+ 0.01096343994140625,
+ 0.0056610107421875,
+ 0.044921875,
+ 0.0185546875,
+ 0.033660888671875,
+ 0.018280029296875,
+ -0.044189453125,
+ -0.0172882080078125,
+ -0.0202789306640625,
+ 0.0298309326171875,
+ 0.0352783203125,
+ 0.01800537109375,
+ 0.023834228515625,
+ 0.019561767578125,
+ -0.0027408599853515625,
+ -0.111328125,
+ -0.0027408599853515625,
+ -0.0112762451171875,
+ -0.051666259765625,
+ -0.0089111328125,
+ 0.062225341796875,
+ 0.022186279296875,
+ 0.00832366943359375,
+ 0.0261993408203125,
+ 0.0445556640625,
+ 0.045654296875,
+ -0.0026378631591796875,
+ 0.0091400146484375,
+ -0.052764892578125,
+ -0.0116424560546875,
+ 0.0070037841796875,
+ 0.041656494140625,
+ -0.040008544921875,
+ 0.043853759765625,
+ 0.08367919921875,
+ -0.034393310546875,
+ -0.018463134765625,
+ 0.01509857177734375,
+ -0.0181884765625,
+ 0.03729248046875,
+ 0.040374755859375,
+ 0.0169219970703125,
+ -0.04840087890625,
+ 0.01091766357421875,
+ 0.018280029296875,
+ -0.0009722709655761719,
+ -0.0157318115234375,
+ 0.01491546630859375,
+ -0.019378662109375,
+ 0.02764892578125,
+ -0.06768798828125,
+ -0.00677490234375,
+ 0.0142822265625,
+ 0.08111572265625,
+ -0.0070953369140625,
+ -0.0538330078125,
+ 0.006595611572265625,
+ 0.0220947265625,
+ 0.024200439453125,
+ -0.034912109375,
+ -0.0202789306640625,
+ 0.01245880126953125,
+ 0.0019102096557617188,
+ 0.007686614990234375,
+ 0.05712890625,
+ 0.004138946533203125,
+ 0.0309295654296875,
+ 0.031280517578125,
+ -0.033660888671875,
+ 0.032012939453125,
+ 0.0028076171875,
+ 0.007595062255859375,
+ -0.00012934207916259766,
+ -0.06658935546875,
+ -0.019561767578125,
+ -0.03656005859375,
+ 0.0196533203125,
+ 0.0160064697265625,
+ 0.040924072265625,
+ 0.000043511390686035156,
+ -0.007778167724609375,
+ 0.0068206787109375,
+ 0.002330780029296875,
+ 0.0207366943359375,
+ 0.031646728515625,
+ 0.023101806640625,
+ 0.00005650520324707031,
+ 0.02691650390625,
+ 0.031463623046875,
+ -0.0021820068359375,
+ -0.0245513916015625,
+ 0.0389404296875,
+ -0.041290283203125,
+ 0.0212860107421875,
+ -0.0367431640625,
+ 0.01336669921875,
+ 0.00850677490234375,
+ -0.023468017578125,
+ -0.0169219970703125,
+ -0.03656005859375,
+ 0.005523681640625,
+ -0.028564453125,
+ -0.032196044921875,
+ -0.00809478759765625,
+ 0.04693603515625,
+ -0.041473388671875,
+ 0.0189208984375,
+ 0.0203704833984375,
+ -0.01500701904296875,
+ -0.0008301734924316406,
+ -0.04656982421875,
+ 0.09893798828125,
+ 0.0220947265625,
+ 0.0374755859375,
+ -0.0110931396484375,
+ 0.014007568359375,
+ 0.0172882080078125,
+ -0.034210205078125,
+ 0.024200439453125,
+ 0.03912353515625,
+ -0.00714111328125,
+ 0.044036865234375,
+ 0.0202789306640625,
+ 0.00579833984375,
+ -0.061492919921875,
+ 0.031829833984375,
+ 0.006683349609375,
+ -0.042938232421875,
+ 0.050567626953125,
+ 0.013916015625,
+ 0.033477783203125,
+ -0.00804901123046875,
+ -0.0092315673828125,
+ -0.031829833984375,
+ -0.048736572265625,
+ 0.048736572265625,
+ 0.007320404052734375,
+ -0.018829345703125,
+ -0.0068206787109375,
+ -0.04840087890625,
+ 0.058929443359375,
+ 0.0309295654296875,
+ 0.07421875,
+ -0.033660888671875,
+ 0.040374755859375,
+ -0.017547607421875,
+ 0.0156402587890625,
+ -0.01255035400390625,
+ 0.01910400390625,
+ -0.0159149169921875,
+ 0.041473388671875,
+ -0.042755126953125,
+ 0.0545654296875,
+ 0.0245513916015625,
+ 0.022369384765625,
+ -0.050567626953125,
+ 0.0156402587890625,
+ -0.00006538629531860352,
+ 0.0008072853088378906,
+ 0.0181884765625,
+ -0.04693603515625,
+ -0.0169219970703125,
+ 0.02264404296875,
+ 0.032012939453125,
+ 0.08331298828125,
+ -0.005706787109375,
+ 0.0174560546875,
+ -0.02783203125,
+ 0.007274627685546875,
+ 0.00909423828125,
+ -0.042388916015625
+ ],
+ "metadata": {
+ "domains": [
+ "network-forensics"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "ids",
+ "nsm"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Registry_Explorer",
+ "type": "tool",
+ "name": "Registry Explorer",
+ "content": "registry explorer erweiterte registry-analyse-plattform mit multi-hive-support und forensischen plugins für windows-artefakt-extraktion. lädt transaction-logs für live-registry- reconstruction, zeigt gelöschte keys/values, bietet forensische bookmarks für kritische registry-locations. besonders wertvoll: plugin-system für automatisierte artefakt-parsing, locked-file-handling, search-funktionen und export-capabilities für strukturierte analyse-workflows. gui registry-analysis multi-hive-support plugin-system transaction-logs deleted-keys forensic-bookmarks locked-files search-capabilities eric-zimmerman static-investigations incident-response malware-analysis examination analysis",
+ "embedding": [
+ -0.034515380859375,
+ 0.0085296630859375,
+ 0.043212890625,
+ -0.0226287841796875,
+ 0.0177154541015625,
+ 0.033935546875,
+ -0.01446533203125,
+ 0.0178985595703125,
+ -0.0128936767578125,
+ -0.0005536079406738281,
+ -0.0382080078125,
+ 0.06195068359375,
+ 0.01033782958984375,
+ -0.0175323486328125,
+ -0.050079345703125,
+ 0.059356689453125,
+ -0.0095062255859375,
+ 0.006214141845703125,
+ 0.0037555694580078125,
+ -0.003292083740234375,
+ -0.05230712890625,
+ -0.006259918212890625,
+ -0.043975830078125,
+ -0.00475311279296875,
+ -0.009552001953125,
+ 0.0244903564453125,
+ 0.00299072265625,
+ -0.050811767578125,
+ -0.004314422607421875,
+ 0.0196685791015625,
+ 0.00586700439453125,
+ -0.0274505615234375,
+ 0.0094146728515625,
+ 0.030426025390625,
+ 0.00417327880859375,
+ -0.008209228515625,
+ 0.01678466796875,
+ -0.058624267578125,
+ -0.02178955078125,
+ 0.068603515625,
+ -0.01233673095703125,
+ 0.00797271728515625,
+ 0.007049560546875,
+ -0.03338623046875,
+ -0.0174407958984375,
+ -0.0208740234375,
+ 0.0181732177734375,
+ -0.003200531005859375,
+ 0.01678466796875,
+ -0.05157470703125,
+ 0.031890869140625,
+ 0.00524139404296875,
+ 0.00778961181640625,
+ -0.0254058837890625,
+ -0.04376220703125,
+ 0.0294952392578125,
+ -0.01641845703125,
+ -0.00769805908203125,
+ -0.031524658203125,
+ 0.0556640625,
+ -0.0428466796875,
+ 0.00830078125,
+ -0.01224517822265625,
+ -0.020965576171875,
+ 0.021881103515625,
+ 0.0208740234375,
+ 0.007373809814453125,
+ -0.01126861572265625,
+ 0.0005130767822265625,
+ 0.014007568359375,
+ -0.012054443359375,
+ -0.0007185935974121094,
+ -0.037109375,
+ 0.04229736328125,
+ -0.0252227783203125,
+ -0.053436279296875,
+ 0.018646240234375,
+ 0.0291290283203125,
+ 0.004497528076171875,
+ -0.0221710205078125,
+ -0.03692626953125,
+ -0.00997161865234375,
+ 0.060089111328125,
+ -0.0197601318359375,
+ -0.045806884765625,
+ -0.005401611328125,
+ 0.0129852294921875,
+ 0.0013103485107421875,
+ -0.01126861572265625,
+ -0.00653839111328125,
+ 0.0204925537109375,
+ 0.0024585723876953125,
+ 0.00894927978515625,
+ -0.0223541259765625,
+ 0.040435791015625,
+ 0.056396484375,
+ 0.00027108192443847656,
+ -0.0153961181640625,
+ -0.01242828369140625,
+ 0.0300445556640625,
+ -0.00421905517578125,
+ 0.00027108192443847656,
+ 0.0478515625,
+ -0.01456451416015625,
+ 0.04302978515625,
+ -0.03302001953125,
+ 0.0151214599609375,
+ -0.0204010009765625,
+ -0.0293121337890625,
+ -0.0243072509765625,
+ -0.0831298828125,
+ -0.048980712890625,
+ -0.0300445556640625,
+ -0.0745849609375,
+ -0.0296783447265625,
+ 0.01605224609375,
+ -0.0081634521484375,
+ 0.00908660888671875,
+ -0.059722900390625,
+ -0.06378173828125,
+ 0.0128936767578125,
+ 0.006771087646484375,
+ 0.01113128662109375,
+ 0.007328033447265625,
+ -0.0321044921875,
+ -0.043975830078125,
+ -0.01502227783203125,
+ 0.04302978515625,
+ -0.049713134765625,
+ -0.0130767822265625,
+ -0.021240234375,
+ -0.00946044921875,
+ -0.01372528076171875,
+ -0.01020050048828125,
+ -0.00830078125,
+ -0.0008172988891601562,
+ 0.021514892578125,
+ -0.0015306472778320312,
+ -0.0173492431640625,
+ 0.0094146728515625,
+ 0.050811767578125,
+ -0.034881591796875,
+ -0.0653076171875,
+ -0.0169677734375,
+ -0.049713134765625,
+ 0.011871337890625,
+ -0.0274505615234375,
+ 0.04730224609375,
+ -0.031341552734375,
+ 0.006679534912109375,
+ -0.01873779296875,
+ 0.034881591796875,
+ 0.07086181640625,
+ -0.0016574859619140625,
+ 0.030242919921875,
+ -0.045074462890625,
+ -0.0156707763671875,
+ -0.02410888671875,
+ 0.0153045654296875,
+ -0.016693115234375,
+ -0.00484466552734375,
+ 0.034698486328125,
+ -0.004566192626953125,
+ 0.02392578125,
+ -0.012054443359375,
+ -0.0252227783203125,
+ -0.026153564453125,
+ 0.044525146484375,
+ -0.0070953369140625,
+ -0.0013275146484375,
+ 0.0467529296875,
+ 0.0004115104675292969,
+ 0.05230712890625,
+ 0.08349609375,
+ -0.0189208984375,
+ 0.01641845703125,
+ -0.01103973388671875,
+ -0.007232666015625,
+ 0.03692626953125,
+ 0.036346435546875,
+ -0.00913238525390625,
+ -0.004497528076171875,
+ 0.032470703125,
+ -0.01251983642578125,
+ 0.0185546875,
+ 0.00577545166015625,
+ -0.0248565673828125,
+ -0.0130767822265625,
+ -0.00347900390625,
+ 0.02801513671875,
+ -0.047119140625,
+ -0.06048583984375,
+ -0.0272674560546875,
+ 0.04248046875,
+ 0.04266357421875,
+ 0.0675048828125,
+ 0.016326904296875,
+ -0.039520263671875,
+ 0.0467529296875,
+ -0.01224517822265625,
+ -0.01140594482421875,
+ 0.0225372314453125,
+ -0.03802490234375,
+ 0.039520263671875,
+ 0.0014314651489257812,
+ 0.005496978759765625,
+ 0.0028400421142578125,
+ 0.036346435546875,
+ 0.0071868896484375,
+ -0.0208740234375,
+ -0.0227203369140625,
+ 0.08013916015625,
+ -0.0244903564453125,
+ -0.0172576904296875,
+ -0.02105712890625,
+ -0.03228759765625,
+ 0.005725860595703125,
+ -0.00992584228515625,
+ 0.00412750244140625,
+ -0.0270843505859375,
+ -0.01381683349609375,
+ -0.068603515625,
+ -0.007373809814453125,
+ 0.030426025390625,
+ -0.03375244140625,
+ 0.01446533203125,
+ 0.025787353515625,
+ -0.02105712890625,
+ -0.0276336669921875,
+ -0.0011358261108398438,
+ 0.0225372314453125,
+ 0.01177978515625,
+ 0.0117340087890625,
+ -0.0071868896484375,
+ -0.00350189208984375,
+ -0.016510009765625,
+ 0.054534912109375,
+ 0.0382080078125,
+ 0.0248565673828125,
+ -0.004058837890625,
+ -0.0276336669921875,
+ 0.0272674560546875,
+ -0.00756072998046875,
+ 0.0291290283203125,
+ 0.0203094482421875,
+ -0.002109527587890625,
+ 0.0028514862060546875,
+ 0.0132598876953125,
+ 0.026336669921875,
+ 0.023193359375,
+ -0.05120849609375,
+ 0.00992584228515625,
+ -0.08087158203125,
+ -0.01242828369140625,
+ -0.0675048828125,
+ -0.053802490234375,
+ -0.0250396728515625,
+ -0.05267333984375,
+ 0.025970458984375,
+ -0.011871337890625,
+ -0.054168701171875,
+ 0.0107574462890625,
+ 0.018646240234375,
+ 0.016326904296875,
+ 0.0335693359375,
+ -0.0022602081298828125,
+ -0.0154876708984375,
+ 0.0015649795532226562,
+ 0.0767822265625,
+ -0.00591278076171875,
+ -0.00978851318359375,
+ 0.018463134765625,
+ 0.033203125,
+ -0.0182647705078125,
+ 0.01345062255859375,
+ -0.034881591796875,
+ 0.00004673004150390625,
+ 0.0478515625,
+ 0.018829345703125,
+ 0.0269012451171875,
+ -0.026153564453125,
+ 0.0054473876953125,
+ -0.0016813278198242188,
+ 0.005702972412109375,
+ -0.033935546875,
+ -0.0105743408203125,
+ -0.006305694580078125,
+ 0.0070037841796875,
+ -0.01010894775390625,
+ -0.055267333984375,
+ -0.0243072509765625,
+ 0.05712890625,
+ 0.014007568359375,
+ 0.00403594970703125,
+ 0.02410888671875,
+ -0.01122283935546875,
+ 0.0080718994140625,
+ -0.0030612945556640625,
+ -0.01605224609375,
+ 0.03857421875,
+ 0.033935546875,
+ -0.030609130859375,
+ -0.011688232421875,
+ -0.012054443359375,
+ 0.0250396728515625,
+ -0.0178985595703125,
+ -0.058258056640625,
+ -0.009552001953125,
+ 0.02142333984375,
+ -0.0556640625,
+ 0.00014925003051757812,
+ -0.0006957054138183594,
+ -0.0021572113037109375,
+ 0.0250396728515625,
+ -0.00756072998046875,
+ 0.0267181396484375,
+ -0.053802490234375,
+ -0.0482177734375,
+ 0.0013742446899414062,
+ -0.050811767578125,
+ -0.04156494140625,
+ -0.0291290283203125,
+ 0.059722900390625,
+ 0.01345062255859375,
+ 0.0222625732421875,
+ -0.04266357421875,
+ -0.01354217529296875,
+ -0.030426025390625,
+ 0.0201263427734375,
+ -0.006168365478515625,
+ 0.02374267578125,
+ -0.0281982421875,
+ 0.01335906982421875,
+ 0.037841796875,
+ 0.039703369140625,
+ 0.00426483154296875,
+ 0.06158447265625,
+ 0.021331787109375,
+ -0.041168212890625,
+ 0.01029205322265625,
+ 0.02105712890625,
+ 0.00484466552734375,
+ 0.01381683349609375,
+ -0.005657196044921875,
+ -0.025604248046875,
+ -0.01080322265625,
+ -0.01873779296875,
+ 0.031707763671875,
+ 0.049346923828125,
+ 0.049713134765625,
+ 0.0246734619140625,
+ -0.035247802734375,
+ 0.0020294189453125,
+ 0.06121826171875,
+ -0.004360198974609375,
+ 0.11871337890625,
+ -0.01446533203125,
+ -0.034881591796875,
+ 0.035797119140625,
+ 0.02105712890625,
+ 0.006862640380859375,
+ -0.0189208984375,
+ 0.025787353515625,
+ -0.006725311279296875,
+ 0.01605224609375,
+ 0.0252227783203125,
+ 0.005008697509765625,
+ 0.01131439208984375,
+ 0.0202178955078125,
+ -0.011871337890625,
+ 0.00238800048828125,
+ -0.0291290283203125,
+ 0.026336669921875,
+ 0.054901123046875,
+ 0.0294952392578125,
+ -0.005588531494140625,
+ 0.0478515625,
+ -0.05120849609375,
+ -0.03802490234375,
+ -0.04376220703125,
+ -0.0875244140625,
+ -0.0031070709228515625,
+ 0.03338623046875,
+ -0.0031528472900390625,
+ 0.06121826171875,
+ -0.03875732421875,
+ -0.07159423828125,
+ 0.05157470703125,
+ -0.0374755859375,
+ 0.07232666015625,
+ 0.033935546875,
+ 0.004638671875,
+ 0.043212890625,
+ -0.002399444580078125,
+ -0.0028514862060546875,
+ 0.00412750244140625,
+ -0.01409912109375,
+ 0.005657196044921875,
+ 0.03338623046875,
+ 0.0226287841796875,
+ 0.00774383544921875,
+ -0.0274505615234375,
+ -0.011871337890625,
+ 0.045806884765625,
+ 0.044891357421875,
+ -0.01493072509765625,
+ 0.0267181396484375,
+ 0.00913238525390625,
+ 0.02410888671875,
+ 0.0001659393310546875,
+ 0.0229034423828125,
+ 0.04193115234375,
+ 0.01409912109375,
+ 0.01493072509765625,
+ -0.033203125,
+ -0.01605224609375,
+ -0.041168212890625,
+ 0.01224517822265625,
+ 0.00978851318359375,
+ 0.01251983642578125,
+ 0.03338623046875,
+ 0.0224456787109375,
+ -0.048980712890625,
+ -0.00234222412109375,
+ 0.0556640625,
+ -0.06085205078125,
+ 0.01033782958984375,
+ 0.0321044921875,
+ -0.03875732421875,
+ -0.0130767822265625,
+ -0.021697998046875,
+ -0.047119140625,
+ 0.06158447265625,
+ -0.012054443359375,
+ -0.039886474609375,
+ 0.00867462158203125,
+ 0.01261138916015625,
+ -0.0367431640625,
+ -0.03802490234375,
+ -0.0093231201171875,
+ -0.02410888671875,
+ -0.0176239013671875,
+ -0.0156707763671875,
+ 0.035980224609375,
+ -0.003223419189453125,
+ -0.01641845703125,
+ 0.045989990234375,
+ 0.031707763671875,
+ -0.0095062255859375,
+ -0.0421142578125,
+ 0.06195068359375,
+ 0.0037326812744140625,
+ -0.064208984375,
+ 0.0293121337890625,
+ 0.02105712890625,
+ 0.01080322265625,
+ -0.033935546875,
+ -0.018463134765625,
+ -0.005123138427734375,
+ -0.01080322265625,
+ -0.014190673828125,
+ 0.0300445556640625,
+ -0.014007568359375,
+ -0.0269012451171875,
+ -0.030792236328125,
+ 0.06121826171875,
+ 0.00927734375,
+ 0.035797119140625,
+ 0.00475311279296875,
+ -0.0367431640625,
+ 0.01099395751953125,
+ -0.0482177734375,
+ -0.0028400421142578125,
+ -0.0179901123046875,
+ 0.0118255615234375,
+ -0.0021209716796875,
+ 0.036163330078125,
+ -0.0017852783203125,
+ -0.040252685546875,
+ -0.00978851318359375,
+ 0.040435791015625,
+ -0.0029449462890625,
+ 0.0204925537109375,
+ -0.039703369140625,
+ 0.019378662109375,
+ 0.0060272216796875,
+ -0.03839111328125,
+ -0.00946044921875,
+ -0.031890869140625,
+ -0.0243072509765625,
+ 0.026519775390625,
+ -0.050811767578125,
+ 0.01446533203125,
+ -0.00209808349609375,
+ -0.049346923828125,
+ -0.01409912109375,
+ -0.040252685546875,
+ -0.0269012451171875,
+ -0.0179901123046875,
+ 0.0203094482421875,
+ 0.01641845703125,
+ -0.01335906982421875,
+ 0.05303955078125,
+ 0.0022144317626953125,
+ -0.01456451416015625,
+ 0.02105712890625,
+ 0.002086639404296875,
+ -0.0132598876953125,
+ 0.018463134765625,
+ -0.056396484375,
+ -0.0174407958984375,
+ -0.00894927978515625,
+ 0.01113128662109375,
+ -0.0224456787109375,
+ -0.01354217529296875,
+ 0.0178985595703125,
+ -0.016326904296875,
+ 0.0274505615234375,
+ -0.041168212890625,
+ -0.003871917724609375,
+ -0.01947021484375,
+ -0.0015649795532226562,
+ -0.0281982421875,
+ -0.0276336669921875,
+ 0.00788116455078125,
+ 0.017059326171875,
+ 0.002353668212890625,
+ 0.0128021240234375,
+ 0.064208984375,
+ -0.06158447265625,
+ -0.005218505859375,
+ 0.018829345703125,
+ -0.0132598876953125,
+ -0.0037555694580078125,
+ 0.006076812744140625,
+ -0.007465362548828125,
+ 0.0250396728515625,
+ 0.031707763671875,
+ -0.023651123046875,
+ 0.0028629302978515625,
+ -0.0478515625,
+ 0.00904083251953125,
+ 0.030426025390625,
+ -0.0269012451171875,
+ -0.018463134765625,
+ -0.05267333984375,
+ -0.0560302734375,
+ -0.0036640167236328125,
+ 0.059722900390625,
+ 0.00537872314453125,
+ 0.00658416748046875,
+ -0.02374267578125,
+ -0.0221710205078125,
+ -0.0096435546875,
+ -0.025604248046875,
+ 0.0200347900390625,
+ -0.030242919921875,
+ 0.0281982421875,
+ 0.0180816650390625,
+ -0.04730224609375,
+ 0.040618896484375,
+ 0.0252227783203125,
+ 0.026336669921875,
+ 0.026519775390625,
+ 0.0162353515625,
+ -0.0221710205078125,
+ 0.0291290283203125,
+ 0.00876617431640625,
+ -0.006816864013671875,
+ -0.00072479248046875,
+ -0.0012350082397460938,
+ -0.002399444580078125,
+ -0.040252685546875,
+ -0.0267181396484375,
+ 0.0328369140625,
+ 0.02374267578125,
+ 0.035064697265625,
+ -0.010528564453125,
+ -0.0005998611450195312,
+ 0.010528564453125,
+ -0.0343017578125,
+ 0.059722900390625,
+ -0.0252227783203125,
+ -0.016876220703125,
+ 0.0178070068359375,
+ -0.0007071495056152344,
+ 0.06341552734375,
+ 0.049713134765625,
+ -0.0018777847290039062,
+ -0.035247802734375,
+ 0.0202178955078125,
+ 0.036529541015625,
+ -0.0019359588623046875,
+ -0.0328369140625,
+ -0.044158935546875,
+ 0.0010786056518554688,
+ 0.0046844482421875,
+ 0.06378173828125,
+ -0.003826141357421875,
+ 0.05194091796875,
+ -0.01024627685546875,
+ 0.006168365478515625,
+ 0.01873779296875,
+ 0.0289306640625,
+ 0.048980712890625,
+ -0.005519866943359375,
+ -0.0831298828125,
+ -0.012054443359375,
+ -0.01947021484375,
+ -0.03338623046875,
+ -0.035797119140625,
+ -0.006122589111328125,
+ 0.03265380859375,
+ -0.07086181640625,
+ -0.039337158203125,
+ 0.0018548965454101562,
+ 0.0235595703125,
+ -0.008209228515625,
+ 0.0153045654296875,
+ -0.02801513671875,
+ 0.018829345703125,
+ 0.0158538818359375,
+ -0.040802001953125,
+ 0.005100250244140625,
+ -0.0156707763671875,
+ 0.02178955078125,
+ 0.04266357421875,
+ 0.010711669921875,
+ -0.016693115234375,
+ 0.050079345703125,
+ 0.0198516845703125,
+ 0.025604248046875,
+ 0.006725311279296875,
+ 0.03839111328125,
+ 0.0291290283203125,
+ 0.023193359375,
+ 0.034881591796875,
+ 0.0474853515625,
+ -0.005100250244140625,
+ -0.0296783447265625,
+ 0.0243072509765625,
+ 0.0130767822265625,
+ 0.03765869140625,
+ 0.0289306640625,
+ 0.0132598876953125,
+ -0.0003638267517089844,
+ 0.044342041015625,
+ -0.055267333984375,
+ -0.0001304149627685547,
+ 0.009368896484375,
+ 0.0006985664367675781,
+ -0.040985107421875,
+ -0.036163330078125,
+ 0.0243072509765625,
+ -0.047119140625,
+ 0.01122283935546875,
+ 0.0131683349609375,
+ -0.0328369140625,
+ -0.00765228271484375,
+ 0.0276336669921875,
+ -0.039520263671875,
+ -0.0296783447265625,
+ 0.0155792236328125,
+ -0.030242919921875,
+ -0.014007568359375,
+ -0.0321044921875,
+ -0.05267333984375,
+ 0.0289306640625,
+ -0.0204925537109375,
+ -0.049346923828125,
+ -0.01474761962890625,
+ 0.02783203125,
+ 0.010711669921875,
+ -0.0202178955078125,
+ -0.0196685791015625,
+ 0.0208740234375,
+ -0.025604248046875,
+ -0.041351318359375,
+ -0.03302001953125,
+ -0.056396484375,
+ 0.01015472412109375,
+ -0.037109375,
+ -0.0008406639099121094,
+ -0.010528564453125,
+ -0.019195556640625,
+ -0.006725311279296875,
+ -0.0151214599609375,
+ -0.0080718994140625,
+ 0.044708251953125,
+ -0.036163330078125,
+ 0.030792236328125,
+ -0.003940582275390625,
+ 0.039154052734375,
+ 0.006816864013671875,
+ 0.06640625,
+ -0.01363372802734375,
+ 0.0095977783203125,
+ -0.00983428955078125,
+ -0.039703369140625,
+ 0.01177978515625,
+ -0.0007824897766113281,
+ 0.00653839111328125,
+ -0.0675048828125,
+ 0.0206756591796875,
+ 0.0831298828125,
+ -0.0653076171875,
+ -0.005123138427734375,
+ 0.019195556640625,
+ -0.031158447265625,
+ -0.0182647705078125,
+ -0.001739501953125,
+ 0.0060272216796875,
+ 0.0037097930908203125,
+ 0.09722900390625,
+ 0.01033782958984375,
+ -0.039154052734375,
+ 0.006076812744140625,
+ -0.06231689453125,
+ 0.044708251953125,
+ 0.01029205322265625,
+ 0.03265380859375,
+ -0.040985107421875,
+ 0.058990478515625,
+ 0.019012451171875,
+ 0.01149749755859375,
+ -0.0154876708984375,
+ -0.03729248046875,
+ 0.0158538818359375,
+ 0.0335693359375,
+ -0.0030841827392578125,
+ -0.01015472412109375,
+ -0.019195556640625,
+ -0.025970458984375,
+ -0.0189208984375,
+ -0.0229949951171875,
+ 0.01363372802734375,
+ 0.00205230712890625,
+ 0.0196685791015625,
+ -0.054901123046875,
+ 0.00421905517578125,
+ -0.01873779296875,
+ -0.043975830078125,
+ -0.035430908203125,
+ -0.03802490234375,
+ 0.0216064453125,
+ -0.01131439208984375,
+ -0.0660400390625,
+ 0.0154876708984375,
+ 0.036346435546875,
+ 0.009185791015625,
+ 0.040985107421875,
+ 0.037841796875,
+ -0.030609130859375,
+ -0.004241943359375,
+ 0.0012693405151367188,
+ 0.0321044921875,
+ 0.004917144775390625,
+ 0.01354217529296875,
+ 0.010894775390625,
+ 0.0083465576171875,
+ 0.011871337890625,
+ -0.045989990234375,
+ 0.059722900390625,
+ 0.03265380859375,
+ -0.031707763671875,
+ -0.050079345703125,
+ -0.036163330078125,
+ -0.0223541259765625,
+ 0.0328369140625,
+ -0.059356689453125,
+ 0.035980224609375,
+ -0.0037326812744140625,
+ -0.0016927719116210938,
+ -0.07830810546875,
+ 0.067138671875,
+ -0.004962921142578125,
+ 0.0199432373046875,
+ 0.044342041015625,
+ -0.0281982421875,
+ -0.06158447265625,
+ -0.03692626953125,
+ -0.0243072509765625,
+ 0.014007568359375,
+ -0.0169677734375,
+ 0.031890869140625,
+ 0.0081634521484375,
+ 0.01001739501953125,
+ -0.0205841064453125,
+ 0.0007333755493164062,
+ 0.00788116455078125,
+ 0.045074462890625,
+ 0.01381683349609375,
+ -0.0250396728515625,
+ 0.058990478515625,
+ -0.0178985595703125,
+ -0.01372528076171875,
+ -0.0081634521484375,
+ 0.004497528076171875,
+ 0.0059814453125,
+ -0.00272369384765625,
+ -0.005565643310546875,
+ -0.01363372802734375,
+ 0.0200347900390625,
+ 0.039703369140625,
+ -0.005889892578125,
+ 0.01354217529296875,
+ -0.01113128662109375,
+ 0.01493072509765625,
+ 0.0130767822265625,
+ -0.014373779296875,
+ 0.01837158203125,
+ 0.00778961181640625,
+ -0.036529541015625,
+ -0.0276336669921875,
+ -0.039703369140625,
+ -0.06640625,
+ -0.00205230712890625,
+ -0.055267333984375,
+ 0.0006084442138671875,
+ 0.0179901123046875,
+ 0.0291290283203125,
+ 0.01605224609375,
+ -0.01381683349609375,
+ 0.036346435546875,
+ -0.00760650634765625,
+ -0.040069580078125,
+ -0.02801513671875,
+ 0.050445556640625,
+ -0.018646240234375,
+ 0.041351318359375,
+ 0.0012750625610351562,
+ -0.035980224609375,
+ 0.0272674560546875,
+ -0.03302001953125,
+ 0.00946044921875,
+ 0.001148223876953125,
+ -0.00644683837890625,
+ -0.02801513671875,
+ -0.0008983612060546875,
+ -0.0767822265625,
+ -0.03875732421875,
+ 0.0208740234375,
+ 0.0276336669921875,
+ -0.0208740234375,
+ -0.0335693359375,
+ 0.068603515625,
+ -0.031707763671875,
+ -0.058624267578125,
+ 0.0228118896484375,
+ -0.00811767578125,
+ -0.023468017578125,
+ -0.00417327880859375,
+ -0.0012636184692382812,
+ -0.0083465576171875,
+ 0.0296783447265625,
+ 0.036346435546875,
+ 0.06158447265625,
+ 0.0244903564453125,
+ 0.0185546875,
+ -0.0152130126953125,
+ -0.00876617431640625,
+ -0.00018548965454101562,
+ 0.0248565673828125,
+ 0.0235595703125,
+ 0.0128021240234375,
+ 0.004428863525390625,
+ 0.00408172607421875,
+ 0.0025730133056640625,
+ -0.087158203125,
+ -0.003223419189453125,
+ -0.01010894775390625,
+ -0.064208984375,
+ 0.01456451416015625,
+ 0.0931396484375,
+ 0.03411865234375,
+ -0.00028395652770996094,
+ 0.007049560546875,
+ 0.0219879150390625,
+ 0.018829345703125,
+ 0.003894805908203125,
+ -0.0008578300476074219,
+ -0.06304931640625,
+ -0.01493072509765625,
+ 0.01446533203125,
+ 0.010894775390625,
+ -0.06231689453125,
+ 0.050445556640625,
+ 0.05194091796875,
+ 0.007282257080078125,
+ -0.02142333984375,
+ -0.00662994384765625,
+ -0.01242828369140625,
+ 0.0567626953125,
+ 0.005611419677734375,
+ 0.030792236328125,
+ -0.048980712890625,
+ 0.00978851318359375,
+ 0.040435791015625,
+ -0.006679534912109375,
+ -0.0035247802734375,
+ -0.01483917236328125,
+ -0.035430908203125,
+ 0.035980224609375,
+ -0.050811767578125,
+ 0.00908660888671875,
+ -0.004314422607421875,
+ 0.06085205078125,
+ -0.004940032958984375,
+ -0.050079345703125,
+ -0.0128021240234375,
+ 0.031341552734375,
+ 0.002330780029296875,
+ -0.004940032958984375,
+ 0.0080718994140625,
+ 0.0220794677734375,
+ -0.0052642822265625,
+ 0.023651123046875,
+ 0.0560302734375,
+ 0.0158538818359375,
+ 0.0281982421875,
+ 0.0389404296875,
+ -0.05194091796875,
+ 0.003826141357421875,
+ -0.016143798828125,
+ -0.00908660888671875,
+ -0.00797271728515625,
+ -0.059356689453125,
+ -0.03857421875,
+ -0.054901123046875,
+ 0.026153564453125,
+ -0.0094146728515625,
+ 0.06195068359375,
+ 0.03692626953125,
+ -0.0229949951171875,
+ -0.018829345703125,
+ 0.0095977783203125,
+ 0.031158447265625,
+ 0.037109375,
+ 0.025970458984375,
+ 0.0343017578125,
+ -0.0158538818359375,
+ 0.0229034423828125,
+ -0.00531005859375,
+ -0.049713134765625,
+ 0.006122589111328125,
+ -0.0244903564453125,
+ -0.0208740234375,
+ -0.0153961181640625,
+ -0.009552001953125,
+ 0.016326904296875,
+ -0.0010318756103515625,
+ 0.01409912109375,
+ -0.054901123046875,
+ -0.00238800048828125,
+ -0.0031528472900390625,
+ -0.035064697265625,
+ -0.002422332763671875,
+ 0.041168212890625,
+ -0.0474853515625,
+ 0.03338623046875,
+ 0.04620361328125,
+ 0.0096893310546875,
+ 0.0220794677734375,
+ -0.059722900390625,
+ 0.064208984375,
+ 0.018646240234375,
+ 0.020965576171875,
+ -0.011871337890625,
+ 0.0130767822265625,
+ 0.02410888671875,
+ 0.0085296630859375,
+ 0.00867462158203125,
+ 0.0058441162109375,
+ -0.0031070709228515625,
+ 0.048980712890625,
+ 0.04638671875,
+ 0.0033855438232421875,
+ -0.050811767578125,
+ 0.03265380859375,
+ 0.00060272216796875,
+ -0.045989990234375,
+ 0.0254058837890625,
+ 0.016876220703125,
+ 0.031158447265625,
+ -0.0244903564453125,
+ -0.025970458984375,
+ 0.03228759765625,
+ -0.040618896484375,
+ 0.04156494140625,
+ 0.04229736328125,
+ -0.017059326171875,
+ 0.037109375,
+ -0.0738525390625,
+ 0.0478515625,
+ 0.00640106201171875,
+ 0.07568359375,
+ -0.06085205078125,
+ 0.045440673828125,
+ -0.028564453125,
+ 0.023101806640625,
+ -0.007232666015625,
+ 0.00263214111328125,
+ -0.0252227783203125,
+ 0.0227203369140625,
+ -0.003871917724609375,
+ 0.05120849609375,
+ 0.02874755859375,
+ -0.020965576171875,
+ -0.04248046875,
+ -0.030792236328125,
+ 0.0025386810302734375,
+ -0.0034542083740234375,
+ 0.039154052734375,
+ -0.013916015625,
+ -0.0155792236328125,
+ 0.00482177734375,
+ 0.01493072509765625,
+ 0.05157470703125,
+ -0.01605224609375,
+ 0.030792236328125,
+ 0.02374267578125,
+ -0.01837158203125,
+ 0.01242828369140625,
+ -0.010894775390625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "malware-analysis"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "registry-analysis",
+ "multi-hive-support",
+ "plugin-system",
+ "transaction-logs",
+ "deleted-keys",
+ "forensic-bookmarks",
+ "locked-files",
+ "search-capabilities",
+ "eric-zimmerman"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_MaxMind_GeoIP",
+ "type": "tool",
+ "name": "MaxMind GeoIP",
+ "content": "maxmind geoip die geolocation-datenbank-lösung übersetzt ip-adressen in geografische standorte für threat-intelligence und incident-attribution. geolite2 (kostenlos) bietet stadt-level-genauigkeit für die meisten ips weltweit. die kommerzielle geoip2 erhöht präzision und fügt isp/organisation-daten hinzu. besonders wertvoll: vpn/proxy-erkennung identifiziert verschleierte verbindungen, anonymous-ip-datenbank für tor/hosting-provider, accuracy- radius zeigt konfidenz. die wöchentlichen updates halten mit ip-allokationen schritt. apis für alle major-programmiersprachen ermöglichen integration in forensik-workflows. bulk-processing für log-analyse. die historischen datenbanken ermöglichen geolocation zum tatzeitpunkt. gdpr-konform durch verzicht auf tracking. der offline-modus schützt sensible ermittlungsdaten. integration in splunk, elk, und andere siems. die genauigkeit variiert nach region - europa/usa präziser als entwicklungsländer. standard für geo-attribution in der forensik. api geolocation data-enrichment cross-platform automation-ready offline-mode vpn-detection proxy-identification bulk-processing accuracy-metrics historical-data gdpr-compliant incident-response fraud-investigation network-forensics analysis",
+ "embedding": [
+ -0.0246429443359375,
+ 0.04608154296875,
+ 0.05206298828125,
+ 0.0164947509765625,
+ 0.0157470703125,
+ 0.0252838134765625,
+ 0.02978515625,
+ -0.00540924072265625,
+ -0.017669677734375,
+ -0.00991058349609375,
+ -0.053131103515625,
+ 0.033203125,
+ 0.003643035888671875,
+ 0.00707244873046875,
+ -0.06170654296875,
+ 0.034698486328125,
+ -0.01338958740234375,
+ 0.00629425048828125,
+ 0.0191802978515625,
+ 0.017669677734375,
+ -0.00212860107421875,
+ 0.0006928443908691406,
+ -0.0276336669921875,
+ 0.024322509765625,
+ -0.01232147216796875,
+ 0.0003800392150878906,
+ -0.0164947509765625,
+ -0.06512451171875,
+ -0.033416748046875,
+ 0.00980377197265625,
+ 0.041778564453125,
+ -0.02978515625,
+ -0.0093231201171875,
+ 0.03857421875,
+ 0.0166015625,
+ -0.0164947509765625,
+ 0.01023101806640625,
+ -0.04412841796875,
+ -0.018218994140625,
+ 0.0289306640625,
+ -0.0028667449951171875,
+ -0.006561279296875,
+ 0.01446533203125,
+ 0.0016937255859375,
+ -0.0276336669921875,
+ -0.041351318359375,
+ -0.0077667236328125,
+ 0.005542755126953125,
+ 0.00487518310546875,
+ -0.041778564453125,
+ 0.0086212158203125,
+ 0.039642333984375,
+ 0.0306396484375,
+ -0.002651214599609375,
+ -0.05078125,
+ 0.004741668701171875,
+ 0.0115203857421875,
+ -0.02099609375,
+ -0.0516357421875,
+ 0.07110595703125,
+ -0.028289794921875,
+ -0.0223846435546875,
+ -0.0018749237060546875,
+ -0.0125885009765625,
+ 0.029571533203125,
+ 0.04608154296875,
+ -0.03106689453125,
+ -0.02142333984375,
+ 0.001781463623046875,
+ 0.00682830810546875,
+ -0.0169219970703125,
+ -0.0021820068359375,
+ -0.015960693359375,
+ 0.031494140625,
+ -0.028076171875,
+ -0.0254974365234375,
+ 0.0119476318359375,
+ 0.0394287109375,
+ 0.0233612060546875,
+ -0.018646240234375,
+ -0.025390625,
+ -0.0012054443359375,
+ 0.0360107421875,
+ -0.0274200439453125,
+ -0.0208892822265625,
+ -0.00586700439453125,
+ 0.040283203125,
+ 0.007659912109375,
+ -0.0025577545166015625,
+ 0.006855010986328125,
+ 0.0242156982421875,
+ -0.012481689453125,
+ 0.037506103515625,
+ -0.031707763671875,
+ 0.041778564453125,
+ 0.036224365234375,
+ -0.01392364501953125,
+ 0.0081939697265625,
+ -0.0145721435546875,
+ 0.026031494140625,
+ 0.0008635520935058594,
+ -0.033416748046875,
+ 0.034271240234375,
+ 0.01317596435546875,
+ 0.029998779296875,
+ -0.022705078125,
+ 0.0119476318359375,
+ -0.0075531005859375,
+ 0.013336181640625,
+ -0.00948333740234375,
+ -0.0814208984375,
+ -0.0465087890625,
+ -0.0024509429931640625,
+ -0.047149658203125,
+ -0.0006661415100097656,
+ -0.0113525390625,
+ -0.0136566162109375,
+ 0.043487548828125,
+ -0.04864501953125,
+ -0.048858642578125,
+ 0.048004150390625,
+ 0.02099609375,
+ -0.01702880859375,
+ 0.015106201171875,
+ -0.024749755859375,
+ -0.040924072265625,
+ 0.01446533203125,
+ -0.00867462158203125,
+ -0.021209716796875,
+ -0.029144287109375,
+ -0.023468017578125,
+ -0.035552978515625,
+ -0.00905609130859375,
+ -0.0248565673828125,
+ 0.00672149658203125,
+ -0.03021240234375,
+ 0.042205810546875,
+ -0.0208892822265625,
+ -0.035552978515625,
+ 0.0026912689208984375,
+ 0.02325439453125,
+ -0.0246429443359375,
+ -0.035797119140625,
+ 0.006587982177734375,
+ -0.05828857421875,
+ -0.032135009765625,
+ -0.0007734298706054688,
+ 0.0411376953125,
+ -0.021636962890625,
+ -0.0004200935363769531,
+ 0.0013322830200195312,
+ 0.015533447265625,
+ 0.0499267578125,
+ -0.0181121826171875,
+ 0.010284423828125,
+ -0.041778564453125,
+ -0.0160675048828125,
+ -0.0193939208984375,
+ 0.05419921875,
+ -0.00047206878662109375,
+ -0.019287109375,
+ 0.0276336669921875,
+ 0.0022640228271484375,
+ 0.043701171875,
+ -0.01338958740234375,
+ -0.0419921875,
+ -0.026031494140625,
+ -0.00771331787109375,
+ 0.01023101806640625,
+ -0.0015468597412109375,
+ 0.032135009765625,
+ -0.0011587142944335938,
+ 0.04156494140625,
+ 0.082275390625,
+ -0.01800537109375,
+ 0.033203125,
+ -0.0160675048828125,
+ -0.0191802978515625,
+ 0.0088348388671875,
+ 0.016387939453125,
+ 0.01076507568359375,
+ -0.00824737548828125,
+ 0.03729248046875,
+ -0.002986907958984375,
+ 0.0242156982421875,
+ 0.005489349365234375,
+ -0.04156494140625,
+ -0.00000286102294921875,
+ -0.034698486328125,
+ 0.0169219970703125,
+ -0.045623779296875,
+ -0.039642333984375,
+ 0.0160675048828125,
+ 0.033843994140625,
+ -0.0007901191711425781,
+ 0.0638427734375,
+ 0.033416748046875,
+ -0.0010442733764648438,
+ 0.033203125,
+ 0.0117340087890625,
+ 0.006053924560546875,
+ 0.0428466796875,
+ 0.0223846435546875,
+ 0.021636962890625,
+ 0.03277587890625,
+ 0.02667236328125,
+ 0.0145721435546875,
+ 0.0187530517578125,
+ 0.002704620361328125,
+ -0.01012420654296875,
+ 0.000545501708984375,
+ 0.064697265625,
+ -0.0173492431640625,
+ -0.02099609375,
+ -0.0213165283203125,
+ -0.02410888671875,
+ 0.0006961822509765625,
+ -0.0086212158203125,
+ 0.024322509765625,
+ 0.001995086669921875,
+ 0.0157470703125,
+ -0.055694580078125,
+ -0.00948333740234375,
+ 0.0269927978515625,
+ -0.01371002197265625,
+ 0.004528045654296875,
+ 0.0113525390625,
+ -0.0128021240234375,
+ -0.01285552978515625,
+ 0.038360595703125,
+ 0.0340576171875,
+ 0.01140594482421875,
+ 0.00888824462890625,
+ -0.0027446746826171875,
+ 0.0071258544921875,
+ 0.005382537841796875,
+ 0.0259246826171875,
+ 0.042633056640625,
+ 0.01253509521484375,
+ -0.0242156982421875,
+ -0.0215301513671875,
+ 0.0213165283203125,
+ 0.01221466064453125,
+ 0.0229339599609375,
+ 0.02850341796875,
+ -0.022491455078125,
+ 0.006855010986328125,
+ 0.00894927978515625,
+ 0.02227783203125,
+ 0.04949951171875,
+ -0.07244873046875,
+ -0.007659912109375,
+ -0.05999755859375,
+ -0.0031604766845703125,
+ -0.055694580078125,
+ -0.0262451171875,
+ -0.0306396484375,
+ -0.04327392578125,
+ 0.0411376953125,
+ -0.014678955078125,
+ -0.003963470458984375,
+ -0.0219573974609375,
+ 0.0240020751953125,
+ 0.0360107421875,
+ 0.04241943359375,
+ -0.00830078125,
+ -0.051422119140625,
+ -0.005062103271484375,
+ 0.045623779296875,
+ 0.00476837158203125,
+ -0.026458740234375,
+ -0.0121612548828125,
+ 0.05615234375,
+ 0.01242828369140625,
+ 0.0181121826171875,
+ 0.00388336181640625,
+ 0.022491455078125,
+ 0.0252838134765625,
+ 0.03363037109375,
+ 0.043060302734375,
+ -0.038360595703125,
+ -0.010498046875,
+ -0.01446533203125,
+ 0.035797119140625,
+ -0.038360595703125,
+ -0.006587982177734375,
+ 0.02325439453125,
+ -0.00019252300262451172,
+ 0.017242431640625,
+ -0.037506103515625,
+ 0.0024242401123046875,
+ 0.03192138671875,
+ 0.0005793571472167969,
+ 0.005008697509765625,
+ -0.0010776519775390625,
+ -0.045196533203125,
+ -0.00262451171875,
+ 0.0009241104125976562,
+ -0.0121612548828125,
+ 0.030426025390625,
+ 0.05828857421875,
+ -0.03857421875,
+ 0.031280517578125,
+ 0.01140594482421875,
+ 0.010498046875,
+ -0.033843994140625,
+ -0.05291748046875,
+ -0.02935791015625,
+ -0.002101898193359375,
+ -0.06298828125,
+ 0.004901885986328125,
+ -0.001178741455078125,
+ -0.023681640625,
+ 0.0175628662109375,
+ -0.00047206878662109375,
+ 0.0171356201171875,
+ -0.0169219970703125,
+ -0.0638427734375,
+ 0.0024242401123046875,
+ -0.0126953125,
+ -0.07025146484375,
+ -0.0206756591796875,
+ 0.05419921875,
+ -0.004444122314453125,
+ 0.02142333984375,
+ 0.019500732421875,
+ -0.005649566650390625,
+ -0.013336181640625,
+ 0.027099609375,
+ -0.025604248046875,
+ 0.0360107421875,
+ 0.012908935546875,
+ 0.029571533203125,
+ 0.032562255859375,
+ 0.0173492431640625,
+ 0.040924072265625,
+ 0.06640625,
+ 0.022064208984375,
+ 0.015533447265625,
+ -0.035125732421875,
+ 0.006267547607421875,
+ 0.01338958740234375,
+ 0.0157470703125,
+ -0.014892578125,
+ -0.0191802978515625,
+ 0.006374359130859375,
+ -0.039215087890625,
+ 0.0181121826171875,
+ 0.033203125,
+ 0.011138916015625,
+ -0.0007233619689941406,
+ -0.023468017578125,
+ -0.004150390625,
+ 0.053985595703125,
+ 0.01702880859375,
+ 0.09686279296875,
+ -0.0184326171875,
+ -0.06298828125,
+ 0.03533935546875,
+ 0.028289794921875,
+ -0.0261383056640625,
+ -0.0011653900146484375,
+ 0.0263519287109375,
+ -0.0242156982421875,
+ 0.0064544677734375,
+ 0.0193939208984375,
+ -0.0306396484375,
+ 0.034912109375,
+ -0.008087158203125,
+ -0.0117340087890625,
+ 0.019073486328125,
+ -0.0208892822265625,
+ 0.01007080078125,
+ 0.051849365234375,
+ 0.0340576171875,
+ 0.016815185546875,
+ 0.033203125,
+ -0.03900146484375,
+ -0.0233612060546875,
+ -0.0340576171875,
+ -0.06768798828125,
+ 0.0269927978515625,
+ 0.02099609375,
+ 0.0175628662109375,
+ 0.055694580078125,
+ -0.025604248046875,
+ -0.099853515625,
+ 0.0428466796875,
+ -0.0360107421875,
+ 0.08355712890625,
+ 0.05615234375,
+ 0.00814056396484375,
+ 0.00739288330078125,
+ -0.00830078125,
+ 0.0123748779296875,
+ 0.043701171875,
+ 0.001613616943359375,
+ 0.050994873046875,
+ 0.04693603515625,
+ 0.033416748046875,
+ -0.037506103515625,
+ -0.005840301513671875,
+ 0.035797119140625,
+ 0.01381683349609375,
+ 0.034271240234375,
+ 0.01210784912109375,
+ 0.0198211669921875,
+ 0.0166015625,
+ 0.02667236328125,
+ -0.014678955078125,
+ 0.0377197265625,
+ 0.0340576171875,
+ -0.021209716796875,
+ 0.002490997314453125,
+ 0.00023436546325683594,
+ 0.0201416015625,
+ -0.05462646484375,
+ 0.037506103515625,
+ 0.022491455078125,
+ 0.006427764892578125,
+ 0.02581787109375,
+ 0.02056884765625,
+ -0.05419921875,
+ -0.0032939910888671875,
+ 0.03106689453125,
+ -0.06085205078125,
+ -0.0016002655029296875,
+ 0.029144287109375,
+ -0.00530242919921875,
+ 0.038360595703125,
+ -0.032135009765625,
+ -0.0728759765625,
+ 0.02581787109375,
+ -0.015533447265625,
+ -0.03900146484375,
+ 0.005786895751953125,
+ 0.0019550323486328125,
+ -0.02325439453125,
+ -0.022491455078125,
+ -0.037933349609375,
+ 0.021636962890625,
+ -0.0021419525146484375,
+ -0.00567626953125,
+ 0.05377197265625,
+ -0.035797119140625,
+ 0.009002685546875,
+ 0.04541015625,
+ 0.031707763671875,
+ -0.01381683349609375,
+ -0.0198211669921875,
+ 0.018646240234375,
+ -0.024749755859375,
+ -0.029144287109375,
+ 0.01108551025390625,
+ 0.0026645660400390625,
+ 0.014678955078125,
+ -0.0235748291015625,
+ -0.0276336669921875,
+ 0.006908416748046875,
+ 0.0289306640625,
+ 0.0049285888671875,
+ 0.021636962890625,
+ -0.06085205078125,
+ -0.042205810546875,
+ -0.052703857421875,
+ 0.045196533203125,
+ 0.0130157470703125,
+ 0.0086212158203125,
+ -0.01971435546875,
+ -0.05419921875,
+ 0.0257110595703125,
+ -0.05120849609375,
+ -0.040924072265625,
+ 0.0112457275390625,
+ 0.0152130126953125,
+ -0.030853271484375,
+ 0.0250701904296875,
+ 0.013336181640625,
+ -0.0198211669921875,
+ 0.0154266357421875,
+ 0.04412841796875,
+ 0.01371002197265625,
+ 0.00634765625,
+ -0.02978515625,
+ 0.006534576416015625,
+ 0.00921630859375,
+ -0.06597900390625,
+ 0.008087158203125,
+ -0.033416748046875,
+ -0.01001739501953125,
+ 0.05377197265625,
+ -0.0250701904296875,
+ -0.0036163330078125,
+ -0.0242156982421875,
+ -0.06982421875,
+ -0.004474639892578125,
+ -0.03277587890625,
+ -0.003936767578125,
+ -0.05291748046875,
+ 0.0198211669921875,
+ 0.0244293212890625,
+ 0.00760650634765625,
+ 0.0221710205078125,
+ 0.005840301513671875,
+ 0.001781463623046875,
+ 0.0162811279296875,
+ -0.0213165283203125,
+ -0.022491455078125,
+ 0.03448486328125,
+ -0.057861328125,
+ -0.024749755859375,
+ -0.0189666748046875,
+ 0.0445556640625,
+ -0.01446533203125,
+ -0.0119476318359375,
+ -0.0123748779296875,
+ -0.032135009765625,
+ 0.0265655517578125,
+ -0.0185394287109375,
+ 0.0134429931640625,
+ -0.00749969482421875,
+ -0.044769287109375,
+ -0.0360107421875,
+ -0.019287109375,
+ 0.022705078125,
+ 0.001995086669921875,
+ -0.0113525390625,
+ -0.00023937225341796875,
+ 0.03192138671875,
+ -0.07415771484375,
+ 0.005893707275390625,
+ 0.038787841796875,
+ -0.01392364501953125,
+ 0.0145721435546875,
+ -0.01065826416015625,
+ 0.003414154052734375,
+ 0.0019683837890625,
+ 0.01617431640625,
+ -0.021209716796875,
+ -0.0419921875,
+ -0.0848388671875,
+ 0.019287109375,
+ 0.0014934539794921875,
+ -0.0019550323486328125,
+ -0.030853271484375,
+ -0.016387939453125,
+ -0.0516357421875,
+ -0.034271240234375,
+ 0.05914306640625,
+ 0.0191802978515625,
+ -0.00530242919921875,
+ -0.047576904296875,
+ 0.015106201171875,
+ -0.0223846435546875,
+ -0.01317596435546875,
+ 0.00739288330078125,
+ 0.0141448974609375,
+ 0.0184326171875,
+ 0.006561279296875,
+ -0.050567626953125,
+ 0.0323486328125,
+ 0.00921630859375,
+ 0.022705078125,
+ -0.01312255859375,
+ 0.0276336669921875,
+ -0.031707763671875,
+ 0.008514404296875,
+ 0.0028514862060546875,
+ 0.0244293212890625,
+ -0.005733489990234375,
+ -0.0009374618530273438,
+ 0.03106689453125,
+ -0.03363037109375,
+ -0.03643798828125,
+ 0.01226806640625,
+ 0.0018749237060546875,
+ 0.0060272216796875,
+ 0.005840301513671875,
+ -0.012481689453125,
+ 0.016815185546875,
+ -0.0001723766326904297,
+ 0.036651611328125,
+ -0.047576904296875,
+ -0.050140380859375,
+ -0.0289306640625,
+ -0.006320953369140625,
+ 0.03643798828125,
+ 0.040283203125,
+ 0.007659912109375,
+ -0.02496337890625,
+ -0.003910064697265625,
+ 0.024322509765625,
+ -0.0261383056640625,
+ -0.046295166015625,
+ -0.0008974075317382812,
+ 0.0158538818359375,
+ 0.0086212158203125,
+ 0.0689697265625,
+ 0.0018215179443359375,
+ 0.07415771484375,
+ 0.0097503662109375,
+ -0.0158538818359375,
+ 0.0340576171875,
+ 0.055267333984375,
+ 0.0235748291015625,
+ -0.0156402587890625,
+ -0.038787841796875,
+ 0.020782470703125,
+ 0.045623779296875,
+ -0.0267791748046875,
+ -0.01033782958984375,
+ 0.029144287109375,
+ 0.06683349609375,
+ -0.068115234375,
+ -0.0229339599609375,
+ -0.0223846435546875,
+ 0.01971435546875,
+ 0.006534576416015625,
+ 0.001941680908203125,
+ 0.005840301513671875,
+ 0.032562255859375,
+ 0.0110321044921875,
+ -0.038787841796875,
+ -0.0196075439453125,
+ -0.00001728534698486328,
+ 0.0123748779296875,
+ 0.031707763671875,
+ 0.03985595703125,
+ -0.029144287109375,
+ 0.049285888671875,
+ 0.02325439453125,
+ 0.023468017578125,
+ 0.0073394775390625,
+ 0.026031494140625,
+ 0.01001739501953125,
+ -0.0073394775390625,
+ 0.034912109375,
+ 0.06298828125,
+ -0.0167083740234375,
+ -0.032562255859375,
+ 0.0245361328125,
+ 0.00814056396484375,
+ 0.053985595703125,
+ 0.0587158203125,
+ 0.0005354881286621094,
+ -0.033843994140625,
+ -0.009857177734375,
+ -0.028717041015625,
+ -0.0103912353515625,
+ -0.00098419189453125,
+ 0.0058135986328125,
+ -0.044769287109375,
+ -0.03021240234375,
+ 0.03900146484375,
+ -0.00701904296875,
+ 0.0233612060546875,
+ 0.0152130126953125,
+ -0.031494140625,
+ -0.01178741455078125,
+ 0.0340576171875,
+ -0.0112457275390625,
+ -0.036224365234375,
+ 0.02496337890625,
+ 0.0020885467529296875,
+ -0.016387939453125,
+ -0.006801605224609375,
+ -0.025390625,
+ 0.030426025390625,
+ -0.004070281982421875,
+ -0.09600830078125,
+ -0.012908935546875,
+ 0.0278472900390625,
+ -0.01189422607421875,
+ -0.0289306640625,
+ -0.00618743896484375,
+ 0.00098419189453125,
+ 0.0016736984252929688,
+ -0.0223846435546875,
+ -0.04241943359375,
+ -0.0149993896484375,
+ 0.01119232177734375,
+ -0.0198211669921875,
+ 0.026885986328125,
+ 0.005947113037109375,
+ -0.017242431640625,
+ 0.004177093505859375,
+ -0.01381683349609375,
+ -0.03363037109375,
+ 0.042205810546875,
+ -0.0604248046875,
+ 0.036865234375,
+ 0.012481689453125,
+ 0.019500732421875,
+ 0.0278472900390625,
+ 0.06298828125,
+ -0.0009374618530273438,
+ -0.026031494140625,
+ -0.018218994140625,
+ -0.052276611328125,
+ -0.01001739501953125,
+ -0.00749969482421875,
+ 0.01264190673828125,
+ -0.08612060546875,
+ 0.02581787109375,
+ 0.04241943359375,
+ -0.099853515625,
+ -0.01092529296875,
+ 0.005168914794921875,
+ -0.017669677734375,
+ -0.06256103515625,
+ -0.0099639892578125,
+ -0.029144287109375,
+ 0.00009500980377197266,
+ 0.08868408203125,
+ -0.002986907958984375,
+ -0.01274871826171875,
+ 0.013336181640625,
+ -0.03643798828125,
+ 0.06854248046875,
+ 0.00672149658203125,
+ 0.01371002197265625,
+ -0.022705078125,
+ 0.029571533203125,
+ 0.0077667236328125,
+ -0.031494140625,
+ -0.0029468536376953125,
+ -0.093017578125,
+ -0.0169219970703125,
+ 0.0237884521484375,
+ -0.006320953369140625,
+ -0.01178741455078125,
+ 0.0181121826171875,
+ -0.05828857421875,
+ -0.016387939453125,
+ -0.03900146484375,
+ -0.01317596435546875,
+ 0.02227783203125,
+ 0.006801605224609375,
+ -0.029571533203125,
+ -0.01702880859375,
+ 0.01885986328125,
+ -0.08441162109375,
+ -0.064697265625,
+ -0.01800537109375,
+ -0.0004134178161621094,
+ 0.0245361328125,
+ -0.04498291015625,
+ -0.00014483928680419922,
+ -0.0218505859375,
+ 0.02227783203125,
+ 0.0141448974609375,
+ 0.0141448974609375,
+ -0.0482177734375,
+ -0.035797119140625,
+ 0.01285552978515625,
+ 0.01328277587890625,
+ -0.0017271041870117188,
+ 0.01371002197265625,
+ -0.00562286376953125,
+ 0.011138916015625,
+ 0.0208892822265625,
+ -0.03857421875,
+ 0.05615234375,
+ 0.05999755859375,
+ -0.0323486328125,
+ -0.053558349609375,
+ -0.0211029052734375,
+ -0.04498291015625,
+ 0.0269927978515625,
+ 0.00830078125,
+ 0.048004150390625,
+ -0.0030536651611328125,
+ 0.00872802734375,
+ -0.08099365234375,
+ 0.044769287109375,
+ -0.042205810546875,
+ 0.0272064208984375,
+ 0.04071044921875,
+ -0.021209716796875,
+ -0.06298828125,
+ -0.05377197265625,
+ -0.03857421875,
+ 0.0121612548828125,
+ -0.0202484130859375,
+ 0.0202484130859375,
+ 0.0145721435546875,
+ -0.0010309219360351562,
+ 0.015960693359375,
+ -0.0152130126953125,
+ -0.0118408203125,
+ 0.044342041015625,
+ 0.0184326171875,
+ -0.032135009765625,
+ 0.055694580078125,
+ -0.03448486328125,
+ 0.02227783203125,
+ 0.02667236328125,
+ 0.005702972412109375,
+ 0.015533447265625,
+ 0.0002627372741699219,
+ -0.0276336669921875,
+ 0.01306915283203125,
+ 0.05291748046875,
+ 0.04498291015625,
+ -0.017669677734375,
+ -0.0016736984252929688,
+ -0.0196075439453125,
+ 0.04498291015625,
+ -0.003963470458984375,
+ -0.0419921875,
+ -0.0091094970703125,
+ 0.0029468536376953125,
+ -0.0028514862060546875,
+ -0.031494140625,
+ -0.06298828125,
+ -0.06427001953125,
+ -0.0229339599609375,
+ -0.0638427734375,
+ -0.004955291748046875,
+ -0.01885986328125,
+ 0.006000518798828125,
+ 0.023681640625,
+ -0.0248565673828125,
+ 0.02581787109375,
+ 0.0158538818359375,
+ 0.0081939697265625,
+ -0.03277587890625,
+ 0.00888824462890625,
+ 0.00969696044921875,
+ 0.01285552978515625,
+ 0.0016469955444335938,
+ -0.036224365234375,
+ 0.028289794921875,
+ -0.0183258056640625,
+ 0.0010309219360351562,
+ -0.02935791015625,
+ 0.040069580078125,
+ -0.0261383056640625,
+ 0.048004150390625,
+ -0.06939697265625,
+ -0.02099609375,
+ 0.019287109375,
+ 0.021209716796875,
+ 0.017242431640625,
+ -0.00969696044921875,
+ 0.0465087890625,
+ -0.005435943603515625,
+ -0.050567626953125,
+ 0.0171356201171875,
+ -0.02581787109375,
+ -0.052490234375,
+ 0.0025043487548828125,
+ -0.03106689453125,
+ 0.00466156005859375,
+ 0.01001739501953125,
+ 0.0132293701171875,
+ 0.043487548828125,
+ 0.064697265625,
+ 0.0237884521484375,
+ 0.001392364501953125,
+ 0.005062103271484375,
+ -0.0184326171875,
+ 0.0152130126953125,
+ 0.0006628036499023438,
+ 0.035125732421875,
+ -0.019500732421875,
+ 0.0218505859375,
+ 0.015960693359375,
+ -0.06170654296875,
+ 0.01371002197265625,
+ -0.023040771484375,
+ -0.041778564453125,
+ -0.0162811279296875,
+ 0.05828857421875,
+ 0.053131103515625,
+ -0.0340576171875,
+ 0.050994873046875,
+ 0.041351318359375,
+ 0.023468017578125,
+ 0.01023101806640625,
+ -0.0112457275390625,
+ -0.029998779296875,
+ -0.01055145263671875,
+ 0.02325439453125,
+ 0.0235748291015625,
+ -0.05828857421875,
+ 0.03106689453125,
+ 0.064697265625,
+ 0.0006628036499023438,
+ -0.04693603515625,
+ 0.019287109375,
+ 0.0064544677734375,
+ 0.019927978515625,
+ 0.0655517578125,
+ -0.00856781005859375,
+ -0.1024169921875,
+ -0.0101776123046875,
+ 0.00824737548828125,
+ 0.00701904296875,
+ 0.019500732421875,
+ 0.01312255859375,
+ -0.0465087890625,
+ 0.06512451171875,
+ -0.055267333984375,
+ -0.037933349609375,
+ 0.020355224609375,
+ 0.0595703125,
+ 0.00835418701171875,
+ -0.03106689453125,
+ 0.0006861686706542969,
+ 0.050140380859375,
+ -0.0023441314697265625,
+ -0.01023101806640625,
+ 0.0118408203125,
+ 0.023895263671875,
+ -0.0099639892578125,
+ 0.037506103515625,
+ 0.0419921875,
+ 0.00872802734375,
+ 0.02935791015625,
+ 0.021636962890625,
+ -0.0340576171875,
+ 0.030853271484375,
+ 0.0178985595703125,
+ 0.003173828125,
+ 0.0017004013061523438,
+ -0.052490234375,
+ -0.032989501953125,
+ -0.0595703125,
+ 0.0269927978515625,
+ 0.01044464111328125,
+ 0.033416748046875,
+ 0.0156402587890625,
+ 0.0009708404541015625,
+ -0.005222320556640625,
+ 0.015106201171875,
+ 0.0034542083740234375,
+ 0.04412841796875,
+ 0.0269927978515625,
+ 0.0004553794860839844,
+ 0.01296234130859375,
+ 0.021636962890625,
+ 0.0200347900390625,
+ -0.041351318359375,
+ 0.048431396484375,
+ 0.0025043487548828125,
+ 0.0112457275390625,
+ -0.06298828125,
+ -0.0096435546875,
+ 0.0126953125,
+ -0.023468017578125,
+ -0.0108184814453125,
+ -0.0244293212890625,
+ -0.002811431884765625,
+ -0.010498046875,
+ -0.037506103515625,
+ -0.005733489990234375,
+ 0.03814697265625,
+ -0.047149658203125,
+ 0.0020351409912109375,
+ 0.031707763671875,
+ -0.005702972412109375,
+ 0.0306396484375,
+ -0.04693603515625,
+ 0.0706787109375,
+ 0.014678955078125,
+ 0.03643798828125,
+ -0.024749755859375,
+ 0.0101776123046875,
+ 0.01392364501953125,
+ -0.00787353515625,
+ 0.01885986328125,
+ 0.031494140625,
+ -0.003173828125,
+ 0.037078857421875,
+ 0.0223846435546875,
+ 0.0306396484375,
+ -0.047149658203125,
+ 0.019500732421875,
+ -0.01189422607421875,
+ -0.027313232421875,
+ 0.035797119140625,
+ -0.020782470703125,
+ 0.025177001953125,
+ 0.029144287109375,
+ 0.0135498046875,
+ -0.00980377197265625,
+ -0.0394287109375,
+ 0.05657958984375,
+ 0.019073486328125,
+ 0.007659912109375,
+ 0.008087158203125,
+ -0.043914794921875,
+ 0.04949951171875,
+ -0.00087738037109375,
+ 0.055694580078125,
+ -0.06597900390625,
+ 0.03363037109375,
+ -0.00969696044921875,
+ 0.01274871826171875,
+ -0.0158538818359375,
+ 0.0250701904296875,
+ -0.018646240234375,
+ 0.04412841796875,
+ -0.0028934478759765625,
+ 0.045196533203125,
+ 0.031707763671875,
+ -0.0177764892578125,
+ -0.08056640625,
+ -0.012054443359375,
+ -0.01617431640625,
+ 0.040496826171875,
+ 0.0200347900390625,
+ -0.0595703125,
+ -0.037078857421875,
+ 0.013336181640625,
+ 0.037933349609375,
+ 0.08953857421875,
+ -0.0213165283203125,
+ 0.0246429443359375,
+ -0.014678955078125,
+ -0.0016202926635742188,
+ 0.0167083740234375,
+ -0.0306396484375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "fraud-investigation",
+ "network-forensics"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "api",
+ "geolocation",
+ "data-enrichment",
+ "cross-platform",
+ "automation-ready",
+ "offline-mode",
+ "vpn-detection",
+ "proxy-identification",
+ "bulk-processing",
+ "accuracy-metrics",
+ "historical-data",
+ "gdpr-compliant"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Cellebrite_UFED",
+ "type": "tool",
+ "name": "Cellebrite UFED",
+ "content": "cellebrite ufed entsperrt aktuelle iphones und android-flaggschiffe durch zero-day-exploits und proprietäre bypass-methoden für physical-extraction sensibler daten. logical plus erweitert standard-itunes-backups um gelöschte sqlite-records und app-sandbox-inhalte. advanced services greifen auf kontinuierlich aktualisiertes exploit-labor für neueste und resistente geräte-modelle zurück. physical analyzer visualisiert extrahierte daten mit interaktiver timeline-ansicht, geo-location-maps und social-network-relationship-graphen. project-vic integration erkennt csam automatisch durch hash-matching, cloud-analyzer-lizenz ermöglicht direkten zugriff auf 50+ cloud-services ohne device-dependency. gui commercial mobile-app-data decryption physical-copy dongle-license zero-day-exploits cloud-analyzer project-vic timeline-view geo-mapping advanced-services static-investigations mobile-forensics fraud-investigation data-collection examination analysis",
+ "embedding": [
+ -0.0283050537109375,
+ 0.04010009765625,
+ 0.044830322265625,
+ -0.004718780517578125,
+ 0.016510009765625,
+ 0.051116943359375,
+ 0.016998291015625,
+ 0.004375457763671875,
+ -0.006534576416015625,
+ -0.01464080810546875,
+ -0.0006508827209472656,
+ 0.05780029296875,
+ 0.010955810546875,
+ -0.032440185546875,
+ -0.059356689453125,
+ 0.033599853515625,
+ 0.0020771026611328125,
+ 0.012237548828125,
+ 0.005306243896484375,
+ -0.00489044189453125,
+ -0.03399658203125,
+ -0.0120849609375,
+ -0.031829833984375,
+ -0.01036834716796875,
+ -0.0004792213439941406,
+ 0.0171966552734375,
+ -0.0005435943603515625,
+ -0.04541015625,
+ -0.0428466796875,
+ -0.0033664703369140625,
+ 0.020050048828125,
+ -0.0167999267578125,
+ -0.01346588134765625,
+ 0.00766754150390625,
+ 0.007274627685546875,
+ -0.017791748046875,
+ 0.00795745849609375,
+ -0.0197601318359375,
+ -0.0238800048828125,
+ 0.053466796875,
+ -0.025360107421875,
+ 0.008056640625,
+ 0.03912353515625,
+ 0.01125335693359375,
+ -0.0269317626953125,
+ -0.0234832763671875,
+ -0.00879669189453125,
+ -0.007617950439453125,
+ 0.00702667236328125,
+ -0.006092071533203125,
+ 0.0007677078247070312,
+ 0.0215301513671875,
+ -0.01012420654296875,
+ 0.007762908935546875,
+ -0.04461669921875,
+ 0.025360107421875,
+ 0.0126800537109375,
+ -0.0167083740234375,
+ -0.04541015625,
+ 0.065673828125,
+ -0.03656005859375,
+ -0.0102691650390625,
+ 0.0215301513671875,
+ -0.0287017822265625,
+ 0.00075531005859375,
+ 0.030670166015625,
+ -0.0042266845703125,
+ -0.009185791015625,
+ 0.003734588623046875,
+ 0.0322265625,
+ 0.0017566680908203125,
+ -0.0113525390625,
+ -0.031646728515625,
+ 0.0207366943359375,
+ -0.040496826171875,
+ -0.04736328125,
+ -0.0021991729736328125,
+ -0.0021495819091796875,
+ -0.005825042724609375,
+ -0.0126800537109375,
+ -0.038726806640625,
+ 0.020538330078125,
+ 0.0181884765625,
+ -0.0038814544677734375,
+ -0.02142333984375,
+ 0.00412750244140625,
+ 0.043426513671875,
+ 0.01105499267578125,
+ -0.00614166259765625,
+ -0.01277923583984375,
+ 0.0191650390625,
+ -0.0154266357421875,
+ 0.01287841796875,
+ 0.00928497314453125,
+ 0.0489501953125,
+ 0.047760009765625,
+ -0.00658416748046875,
+ -0.0115509033203125,
+ 0.0010013580322265625,
+ 0.037750244140625,
+ 0.004863739013671875,
+ -0.0189666748046875,
+ 0.047760009765625,
+ -0.0084991455078125,
+ 0.04107666015625,
+ -0.06134033203125,
+ 0.0031948089599609375,
+ -0.031646728515625,
+ -0.0097808837890625,
+ -0.00122833251953125,
+ -0.1053466796875,
+ -0.04815673828125,
+ -0.0093841552734375,
+ -0.07232666015625,
+ -0.01415252685546875,
+ 0.00923919677734375,
+ 0.007419586181640625,
+ 0.0570068359375,
+ -0.035980224609375,
+ -0.036376953125,
+ 0.02850341796875,
+ 0.014739990234375,
+ -0.0042266845703125,
+ 0.0229034423828125,
+ -0.038726806640625,
+ -0.039306640625,
+ 0.012969970703125,
+ 0.049530029296875,
+ -0.05267333984375,
+ -0.03302001953125,
+ -0.0273284912109375,
+ -0.0144500732421875,
+ -0.0033664703369140625,
+ -0.016998291015625,
+ -0.0018186569213867188,
+ -0.033233642578125,
+ 0.03753662109375,
+ 0.004299163818359375,
+ -0.00899505615234375,
+ 0.01125335693359375,
+ 0.0322265625,
+ -0.033233642578125,
+ -0.064453125,
+ -0.004741668701171875,
+ -0.059356689453125,
+ 0.001499176025390625,
+ -0.039703369140625,
+ 0.060150146484375,
+ -0.059356689453125,
+ -0.035186767578125,
+ -0.003070831298828125,
+ 0.0277099609375,
+ 0.046600341796875,
+ 0.0021381378173828125,
+ 0.01100921630859375,
+ -0.0247650146484375,
+ 0.0273284912109375,
+ -0.033233642578125,
+ 0.0198516845703125,
+ -0.000015556812286376953,
+ -0.0310516357421875,
+ 0.029876708984375,
+ 0.00626373291015625,
+ 0.04443359375,
+ -0.023681640625,
+ -0.040496826171875,
+ -0.0246734619140625,
+ 0.025360107421875,
+ -0.0113525390625,
+ -0.0009703636169433594,
+ 0.0091400146484375,
+ -0.0220184326171875,
+ 0.060943603515625,
+ 0.095947265625,
+ -0.021026611328125,
+ 0.051513671875,
+ 0.01326751708984375,
+ -0.01258087158203125,
+ 0.028106689453125,
+ 0.0267333984375,
+ -0.0012102127075195312,
+ -0.0131683349609375,
+ 0.0269317626953125,
+ -0.002002716064453125,
+ 0.03558349609375,
+ -0.0233001708984375,
+ -0.03399658203125,
+ -0.01415252685546875,
+ -0.017791748046875,
+ 0.00786590576171875,
+ -0.030670166015625,
+ -0.0275115966796875,
+ -0.0197601318359375,
+ 0.00968170166015625,
+ 0.0229034423828125,
+ 0.058197021484375,
+ 0.031646728515625,
+ -0.022308349609375,
+ 0.04010009765625,
+ 0.0267333984375,
+ 0.00811004638671875,
+ 0.026336669921875,
+ 0.0019893646240234375,
+ 0.0770263671875,
+ 0.0167999267578125,
+ 0.01552581787109375,
+ -0.0033664703369140625,
+ 0.0399169921875,
+ 0.0016460418701171875,
+ -0.00501251220703125,
+ 0.004055023193359375,
+ 0.044830322265625,
+ -0.01238250732421875,
+ -0.0257568359375,
+ -0.01061248779296875,
+ -0.037353515625,
+ 0.01336669921875,
+ -0.0338134765625,
+ 0.00968170166015625,
+ -0.0037097930908203125,
+ 0.0221099853515625,
+ -0.04815673828125,
+ -0.001781463623046875,
+ 0.0166168212890625,
+ -0.0261383056640625,
+ 0.0265350341796875,
+ 0.0198516845703125,
+ -0.023681640625,
+ -0.031646728515625,
+ 0.02191162109375,
+ 0.0184783935546875,
+ 0.01007080078125,
+ -0.0010385513305664062,
+ 0.02044677734375,
+ -0.043060302734375,
+ -0.0247650146484375,
+ 0.041473388671875,
+ 0.03204345703125,
+ 0.03125,
+ 0.0032196044921875,
+ -0.028106689453125,
+ 0.043426513671875,
+ -0.005825042724609375,
+ 0.025054931640625,
+ 0.031829833984375,
+ -0.0175018310546875,
+ -0.01105499267578125,
+ 0.0189666748046875,
+ 0.0489501953125,
+ 0.0399169921875,
+ -0.060943603515625,
+ 0.0016336441040039062,
+ -0.07391357421875,
+ 0.031829833984375,
+ -0.053070068359375,
+ -0.04205322265625,
+ -0.0283050537109375,
+ -0.055419921875,
+ 0.041290283203125,
+ -0.0234832763671875,
+ -0.0338134765625,
+ 0.00009673833847045898,
+ 0.01174163818359375,
+ 0.01081085205078125,
+ 0.01611328125,
+ 0.01513671875,
+ -0.00003606081008911133,
+ 0.01336669921875,
+ 0.054656982421875,
+ 0.00702667236328125,
+ -0.01169586181640625,
+ -0.0153350830078125,
+ 0.0176849365234375,
+ -0.0191650390625,
+ 0.030853271484375,
+ -0.027130126953125,
+ 0.0024814605712890625,
+ 0.04107666015625,
+ 0.0418701171875,
+ 0.0255584716796875,
+ -0.038909912109375,
+ 0.0237884521484375,
+ -0.0157318115234375,
+ 0.02191162109375,
+ -0.05072021484375,
+ -0.030853271484375,
+ -0.0010623931884765625,
+ -0.005603790283203125,
+ -0.007419586181640625,
+ -0.046600341796875,
+ 0.005970001220703125,
+ 0.051513671875,
+ 0.00815582275390625,
+ 0.024871826171875,
+ 0.0014066696166992188,
+ -0.03460693359375,
+ -0.011993408203125,
+ 0.02142333984375,
+ 0.005035400390625,
+ 0.040496826171875,
+ 0.031463623046875,
+ -0.0357666015625,
+ 0.01036834716796875,
+ 0.0034389495849609375,
+ 0.010223388671875,
+ -0.030853271484375,
+ -0.043426513671875,
+ -0.0283050537109375,
+ 0.002063751220703125,
+ -0.062103271484375,
+ 0.0032672882080078125,
+ 0.04541015625,
+ -0.043426513671875,
+ 0.0242767333984375,
+ -0.0233001708984375,
+ 0.01016998291015625,
+ -0.045013427734375,
+ -0.0589599609375,
+ 0.01454925537109375,
+ -0.032623291015625,
+ -0.03558349609375,
+ 0.0004024505615234375,
+ 0.04461669921875,
+ 0.0217132568359375,
+ 0.018768310546875,
+ -0.022308349609375,
+ -0.027130126953125,
+ -0.057403564453125,
+ -0.00044846534729003906,
+ 0.009979248046875,
+ 0.00982666015625,
+ -0.0408935546875,
+ 0.047760009765625,
+ 0.04205322265625,
+ 0.0206451416015625,
+ 0.010711669921875,
+ 0.06646728515625,
+ -0.00160980224609375,
+ -0.00567626953125,
+ -0.002727508544921875,
+ 0.0167999267578125,
+ -0.0034389495849609375,
+ 0.0257568359375,
+ -0.029876708984375,
+ -0.02947998046875,
+ -0.0025920867919921875,
+ -0.033416748046875,
+ 0.035980224609375,
+ 0.036163330078125,
+ 0.0279083251953125,
+ 0.0257568359375,
+ -0.0233001708984375,
+ 0.028106689453125,
+ 0.071533203125,
+ -0.0005068778991699219,
+ 0.10223388671875,
+ -0.01306915283203125,
+ -0.04107666015625,
+ 0.0191650390625,
+ 0.04620361328125,
+ -0.033233642578125,
+ -0.0118408203125,
+ 0.041656494140625,
+ 0.0011796951293945312,
+ 0.00835418701171875,
+ 0.024078369140625,
+ -0.007274627685546875,
+ 0.0225067138671875,
+ 0.002407073974609375,
+ -0.003009796142578125,
+ 0.037933349609375,
+ -0.021331787109375,
+ 0.0135650634765625,
+ 0.037353515625,
+ 0.037139892578125,
+ -0.0043487548828125,
+ 0.0277099609375,
+ -0.028900146484375,
+ -0.01366424560546875,
+ -0.0328369140625,
+ -0.07391357421875,
+ 0.023590087890625,
+ 0.030670166015625,
+ 0.020538330078125,
+ 0.042449951171875,
+ -0.00614166259765625,
+ -0.0625,
+ 0.00786590576171875,
+ -0.0279083251953125,
+ 0.08258056640625,
+ 0.035369873046875,
+ 0.004299163818359375,
+ 0.01081085205078125,
+ 0.00027942657470703125,
+ -0.0026035308837890625,
+ 0.0191650390625,
+ 0.03302001953125,
+ 0.0237884521484375,
+ 0.01189422607421875,
+ 0.04718017578125,
+ -0.00811004638671875,
+ -0.033233642578125,
+ 0.0207366943359375,
+ 0.0238800048828125,
+ 0.01032257080078125,
+ 0.012237548828125,
+ 0.031463623046875,
+ 0.01189422607421875,
+ 0.055816650390625,
+ -0.02850341796875,
+ 0.05072021484375,
+ 0.0120391845703125,
+ -0.00702667236328125,
+ 0.00933837890625,
+ -0.017791748046875,
+ 0.035186767578125,
+ -0.051513671875,
+ 0.00033783912658691406,
+ 0.0261383056640625,
+ 0.017791748046875,
+ 0.024078369140625,
+ 0.0180816650390625,
+ -0.065673828125,
+ -0.0179901123046875,
+ 0.044036865234375,
+ -0.055419921875,
+ 0.0113525390625,
+ 0.048736572265625,
+ -0.031829833984375,
+ 0.0202484130859375,
+ -0.01145172119140625,
+ -0.03912353515625,
+ 0.030853271484375,
+ -0.006927490234375,
+ -0.02850341796875,
+ 0.0287017822265625,
+ 0.041290283203125,
+ -0.0225067138671875,
+ -0.05072021484375,
+ -0.0518798828125,
+ -0.0012903213500976562,
+ -0.003170013427734375,
+ -0.0310516357421875,
+ 0.037353515625,
+ 0.010467529296875,
+ -0.022216796875,
+ 0.0357666015625,
+ 0.04541015625,
+ -0.01395416259765625,
+ -0.023101806640625,
+ 0.0518798828125,
+ -0.03460693359375,
+ -0.0438232421875,
+ 0.0273284912109375,
+ 0.036956787109375,
+ 0.0283050537109375,
+ -0.04815673828125,
+ -0.0203399658203125,
+ -0.0171051025390625,
+ 0.016998291015625,
+ 0.019073486328125,
+ 0.0135650634765625,
+ -0.00312042236328125,
+ -0.044036865234375,
+ -0.039306640625,
+ 0.04205322265625,
+ 0.0225982666015625,
+ 0.0570068359375,
+ -0.033599853515625,
+ -0.039520263671875,
+ 0.023590087890625,
+ -0.033416748046875,
+ -0.003978729248046875,
+ -0.01258087158203125,
+ 0.004055023193359375,
+ -0.040679931640625,
+ 0.058563232421875,
+ -0.0159149169921875,
+ -0.0097808837890625,
+ -0.00577545166015625,
+ 0.067626953125,
+ -0.008209228515625,
+ 0.005382537841796875,
+ -0.053070068359375,
+ 0.0302734375,
+ 0.032440185546875,
+ -0.0499267578125,
+ -0.01287841796875,
+ 0.0001074671745300293,
+ -0.020050048828125,
+ 0.028900146484375,
+ -0.0071258544921875,
+ 0.00815582275390625,
+ 0.01454925537109375,
+ -0.054656982421875,
+ -0.0283050537109375,
+ -0.0149383544921875,
+ 0.007762908935546875,
+ -0.052276611328125,
+ 0.0296783447265625,
+ 0.0283050537109375,
+ -0.0176849365234375,
+ 0.0201416015625,
+ -0.012481689453125,
+ 0.01503753662109375,
+ 0.0302734375,
+ 0.0024318695068359375,
+ -0.0322265625,
+ 0.03814697265625,
+ -0.065673828125,
+ -0.016021728515625,
+ -0.01306915283203125,
+ 0.0269317626953125,
+ -0.021331787109375,
+ 0.00875091552734375,
+ -0.0188751220703125,
+ -0.02593994140625,
+ 0.036956787109375,
+ -0.0269317626953125,
+ -0.01041412353515625,
+ -0.033599853515625,
+ -0.02142333984375,
+ -0.037933349609375,
+ -0.00933837890625,
+ -0.0026416778564453125,
+ 0.02947998046875,
+ 0.01016998291015625,
+ -0.0229949951171875,
+ 0.03753662109375,
+ -0.045013427734375,
+ 0.0171051025390625,
+ 0.0025920867919921875,
+ -0.00037169456481933594,
+ 0.0005960464477539062,
+ -0.005748748779296875,
+ 0.0043487548828125,
+ 0.004940032958984375,
+ 0.01483917236328125,
+ -0.0237884521484375,
+ -0.0167999267578125,
+ -0.067626953125,
+ 0.0302734375,
+ 0.00592041015625,
+ -0.0028018951416015625,
+ -0.00835418701171875,
+ -0.0489501953125,
+ -0.062103271484375,
+ 0.0096282958984375,
+ 0.045989990234375,
+ 0.0159149169921875,
+ -0.00786590576171875,
+ -0.0300750732421875,
+ -0.037353515625,
+ 0.0014677047729492188,
+ -0.0300750732421875,
+ 0.0267333984375,
+ -0.01120758056640625,
+ 0.00501251220703125,
+ -0.0003209114074707031,
+ -0.0224151611328125,
+ 0.012481689453125,
+ 0.0217132568359375,
+ 0.019561767578125,
+ -0.0014190673828125,
+ 0.043426513671875,
+ -0.052276611328125,
+ 0.0261383056640625,
+ -0.01326751708984375,
+ -0.007762908935546875,
+ 0.0059967041015625,
+ -0.00678253173828125,
+ 0.0221099853515625,
+ -0.0180816650390625,
+ -0.041656494140625,
+ 0.0016460418701171875,
+ 0.01076507568359375,
+ 0.024169921875,
+ -0.0237884521484375,
+ -0.0124359130859375,
+ 0.023101806640625,
+ -0.009979248046875,
+ 0.040679931640625,
+ -0.02593994140625,
+ -0.022705078125,
+ -0.0273284912109375,
+ -0.01454925537109375,
+ 0.037139892578125,
+ 0.043243408203125,
+ 0.028900146484375,
+ -0.03460693359375,
+ -0.007617950439453125,
+ 0.045013427734375,
+ -0.00569915771484375,
+ -0.0338134765625,
+ -0.01218414306640625,
+ 0.001247406005859375,
+ 0.0212249755859375,
+ 0.053863525390625,
+ -0.0028743743896484375,
+ 0.10455322265625,
+ -0.00577545166015625,
+ 0.0041046142578125,
+ 0.044219970703125,
+ 0.065673828125,
+ 0.031463623046875,
+ 0.0041046142578125,
+ -0.03656005859375,
+ 0.007274627685546875,
+ -0.002445220947265625,
+ -0.046966552734375,
+ -0.04620361328125,
+ 0.025054931640625,
+ 0.04541015625,
+ -0.06878662109375,
+ -0.0217132568359375,
+ -0.0097808837890625,
+ 0.0255584716796875,
+ -0.00489044189453125,
+ -0.007518768310546875,
+ -0.012481689453125,
+ 0.005428314208984375,
+ 0.01061248779296875,
+ -0.02191162109375,
+ 0.024078369140625,
+ -0.0175933837890625,
+ 0.01513671875,
+ 0.050323486328125,
+ 0.044036865234375,
+ -0.0163116455078125,
+ 0.0273284912109375,
+ 0.0131683349609375,
+ 0.0029735565185546875,
+ 0.00658416748046875,
+ 0.0347900390625,
+ 0.0237884521484375,
+ 0.0233917236328125,
+ 0.04461669921875,
+ 0.028900146484375,
+ -0.0051116943359375,
+ -0.021331787109375,
+ 0.01007080078125,
+ 0.0201416015625,
+ 0.04364013671875,
+ 0.0640869140625,
+ -0.0193634033203125,
+ 0.0061187744140625,
+ -0.0257568359375,
+ -0.06365966796875,
+ 0.00811004638671875,
+ 0.0202484130859375,
+ 0.004718780517578125,
+ -0.038726806640625,
+ -0.03399658203125,
+ 0.021026611328125,
+ -0.04913330078125,
+ 0.04913330078125,
+ 0.00037479400634765625,
+ -0.04833984375,
+ 0.012969970703125,
+ 0.055023193359375,
+ -0.01105499267578125,
+ -0.03912353515625,
+ 0.0028133392333984375,
+ -0.044830322265625,
+ -0.02093505859375,
+ -0.0296783447265625,
+ -0.043426513671875,
+ 0.03656005859375,
+ -0.04736328125,
+ -0.057403564453125,
+ -0.0186767578125,
+ 0.031829833984375,
+ -0.028106689453125,
+ -0.051116943359375,
+ -0.01995849609375,
+ -0.01100921630859375,
+ 0.00032258033752441406,
+ -0.040496826171875,
+ -0.04833984375,
+ -0.032623291015625,
+ 0.00988006591796875,
+ -0.036956787109375,
+ 0.0034160614013671875,
+ -0.01258087158203125,
+ -0.0277099609375,
+ -0.0059967041015625,
+ -0.01788330078125,
+ 0.01435089111328125,
+ 0.0185699462890625,
+ -0.040679931640625,
+ 0.031463623046875,
+ -0.005947113037109375,
+ 0.0304718017578125,
+ 0.0277099609375,
+ 0.060150146484375,
+ -0.006439208984375,
+ 0.0159149169921875,
+ -0.0273284912109375,
+ -0.0399169921875,
+ -0.00923919677734375,
+ 0.007518768310546875,
+ 0.005504608154296875,
+ -0.06292724609375,
+ 0.00424957275390625,
+ 0.04913330078125,
+ -0.0892333984375,
+ 0.00626373291015625,
+ 0.032440185546875,
+ -0.0180816650390625,
+ -0.021820068359375,
+ -0.0261383056640625,
+ 0.00604248046875,
+ -0.00569915771484375,
+ 0.07781982421875,
+ 0.01012420654296875,
+ 0.0064849853515625,
+ 0.024871826171875,
+ -0.036956787109375,
+ 0.040679931640625,
+ 0.014251708984375,
+ 0.00577545166015625,
+ -0.04364013671875,
+ 0.0275115966796875,
+ 0.0166168212890625,
+ -0.035003662109375,
+ -0.00839996337890625,
+ -0.0589599609375,
+ -0.0211334228515625,
+ 0.02850341796875,
+ 0.0310516357421875,
+ -0.00601959228515625,
+ -0.016021728515625,
+ -0.023590087890625,
+ -0.0257568359375,
+ -0.029876708984375,
+ 0.00943756103515625,
+ -0.01336669921875,
+ -0.0095367431640625,
+ -0.02947998046875,
+ -0.00771331787109375,
+ -0.0255584716796875,
+ -0.055023193359375,
+ -0.033233642578125,
+ -0.039703369140625,
+ 0.036956787109375,
+ -0.00160980224609375,
+ -0.04107666015625,
+ 0.0028018951416015625,
+ 0.00444793701171875,
+ -0.0028743743896484375,
+ 0.01277923583984375,
+ 0.065673828125,
+ -0.044036865234375,
+ -0.02593994140625,
+ 0.003734588623046875,
+ 0.038909912109375,
+ 0.0018186569213867188,
+ 0.0034160614013671875,
+ -0.0171051025390625,
+ 0.0225067138671875,
+ 0.0006113052368164062,
+ -0.03814697265625,
+ 0.020050048828125,
+ 0.043426513671875,
+ -0.01277923583984375,
+ -0.042449951171875,
+ -0.01611328125,
+ -0.023193359375,
+ 0.0283050537109375,
+ -0.0154266357421875,
+ 0.04559326171875,
+ 0.0189666748046875,
+ 0.0064849853515625,
+ -0.103759765625,
+ 0.029876708984375,
+ -0.0233917236328125,
+ 0.033599853515625,
+ 0.02093505859375,
+ 0.004520416259765625,
+ -0.058197021484375,
+ -0.0247650146484375,
+ -0.037933349609375,
+ 0.0033664703369140625,
+ -0.016021728515625,
+ 0.043426513671875,
+ -0.0220184326171875,
+ 0.0287017822265625,
+ -0.004840850830078125,
+ -0.01169586181640625,
+ 0.0031948089599609375,
+ 0.0679931640625,
+ 0.00791168212890625,
+ -0.041290283203125,
+ 0.054656982421875,
+ -0.0154266357421875,
+ -0.011993408203125,
+ -0.01454925537109375,
+ 0.0131683349609375,
+ 0.030670166015625,
+ -0.01233673095703125,
+ -0.0198516845703125,
+ 0.024078369140625,
+ 0.022796630859375,
+ 0.04107666015625,
+ -0.034210205078125,
+ 0.0157318115234375,
+ -0.0023708343505859375,
+ 0.0158233642578125,
+ -0.017791748046875,
+ -0.0189666748046875,
+ 0.0005588531494140625,
+ 0.004077911376953125,
+ -0.00815582275390625,
+ -0.0233001708984375,
+ -0.058197021484375,
+ -0.081787109375,
+ 0.02142333984375,
+ -0.05780029296875,
+ -0.0162200927734375,
+ 0.0438232421875,
+ 0.005062103271484375,
+ 0.0149383544921875,
+ -0.056610107421875,
+ 0.03204345703125,
+ 0.0014677047729492188,
+ -0.014251708984375,
+ -0.0052337646484375,
+ 0.0255584716796875,
+ -0.01169586181640625,
+ 0.02593994140625,
+ -0.0163116455078125,
+ -0.034393310546875,
+ 0.03753662109375,
+ -0.0211334228515625,
+ 0.02593994140625,
+ -0.0175933837890625,
+ 0.006977081298828125,
+ -0.018768310546875,
+ 0.033233642578125,
+ -0.08056640625,
+ -0.04559326171875,
+ 0.0203399658203125,
+ 0.044219970703125,
+ 0.007320404052734375,
+ -0.01523590087890625,
+ 0.024871826171875,
+ -0.0180816650390625,
+ -0.054656982421875,
+ 0.0163116455078125,
+ -0.0242767333984375,
+ -0.0292816162109375,
+ 0.006832122802734375,
+ -0.0109100341796875,
+ 0.0084991455078125,
+ 0.03851318359375,
+ 0.0229949951171875,
+ 0.0438232421875,
+ 0.052276611328125,
+ 0.0124359130859375,
+ -0.0277099609375,
+ -0.0189666748046875,
+ -0.00859832763671875,
+ 0.024871826171875,
+ 0.007617950439453125,
+ 0.0275115966796875,
+ -0.00859832763671875,
+ 0.0126800537109375,
+ 0.004177093505859375,
+ -0.0841064453125,
+ -0.0304718017578125,
+ -0.01346588134765625,
+ -0.04364013671875,
+ 0.0088958740234375,
+ 0.0625,
+ 0.039703369140625,
+ -0.033233642578125,
+ 0.0140533447265625,
+ 0.02593994140625,
+ 0.0181884765625,
+ 0.023101806640625,
+ -0.0171966552734375,
+ -0.06134033203125,
+ -0.010467529296875,
+ -0.007568359375,
+ 0.029876708984375,
+ -0.045989990234375,
+ 0.028106689453125,
+ 0.058197021484375,
+ -0.0180816650390625,
+ -0.0277099609375,
+ -0.01837158203125,
+ 0.021026611328125,
+ 0.048553466796875,
+ 0.03460693359375,
+ 0.006732940673828125,
+ -0.04461669921875,
+ 0.0051116943359375,
+ 0.0408935546875,
+ -0.012969970703125,
+ -0.002162933349609375,
+ -0.0418701171875,
+ -0.04266357421875,
+ 0.04461669921875,
+ -0.039520263671875,
+ 0.01306915283203125,
+ -0.004863739013671875,
+ 0.0589599609375,
+ -0.00444793701171875,
+ -0.0479736328125,
+ -0.0296783447265625,
+ 0.039520263671875,
+ 0.00614166259765625,
+ -0.0290985107421875,
+ 0.024871826171875,
+ 0.0287017822265625,
+ -0.0265350341796875,
+ 0.062103271484375,
+ 0.037139892578125,
+ 0.003955841064453125,
+ 0.0242767333984375,
+ 0.024871826171875,
+ -0.038909912109375,
+ 0.024566650390625,
+ 0.003978729248046875,
+ -0.003170013427734375,
+ -0.01306915283203125,
+ -0.040679931640625,
+ -0.033416748046875,
+ -0.057403564453125,
+ 0.031646728515625,
+ 0.00173187255859375,
+ 0.051513671875,
+ 0.0273284912109375,
+ 0.0006728172302246094,
+ -0.0225982666015625,
+ -0.004398345947265625,
+ 0.0302734375,
+ 0.031463623046875,
+ 0.0033168792724609375,
+ 0.020050048828125,
+ 0.0113525390625,
+ 0.0181884765625,
+ 0.0418701171875,
+ -0.04461669921875,
+ 0.0267333984375,
+ -0.028900146484375,
+ 0.0243682861328125,
+ -0.06134033203125,
+ -0.007175445556640625,
+ 0.005748748779296875,
+ -0.004863739013671875,
+ -0.006439208984375,
+ -0.023590087890625,
+ -0.0021381378173828125,
+ -0.00909423828125,
+ -0.0357666015625,
+ -0.01435089111328125,
+ 0.04266357421875,
+ -0.05072021484375,
+ 0.0304718017578125,
+ -0.005748748779296875,
+ -0.01145172119140625,
+ 0.00255584716796875,
+ -0.058563232421875,
+ 0.1258544921875,
+ 0.0167083740234375,
+ 0.0179901123046875,
+ 0.00013208389282226562,
+ 0.024566650390625,
+ 0.036956787109375,
+ 0.0120391845703125,
+ -0.0007615089416503906,
+ 0.037139892578125,
+ -0.010467529296875,
+ 0.046966552734375,
+ 0.058563232421875,
+ -0.01169586181640625,
+ -0.031829833984375,
+ 0.053863525390625,
+ 0.003391265869140625,
+ -0.04815673828125,
+ 0.03204345703125,
+ 0.03753662109375,
+ 0.0189666748046875,
+ 0.0033416748046875,
+ -0.01189422607421875,
+ -0.0153350830078125,
+ -0.06488037109375,
+ 0.06292724609375,
+ 0.00958251953125,
+ -0.007617950439453125,
+ 0.032623291015625,
+ -0.07196044921875,
+ 0.058197021484375,
+ 0.0175018310546875,
+ 0.0287017822265625,
+ -0.0479736328125,
+ 0.038726806640625,
+ -0.0302734375,
+ -0.016510009765625,
+ -0.0020275115966796875,
+ 0.00830841064453125,
+ -0.01007080078125,
+ 0.02947998046875,
+ -0.02850341796875,
+ 0.06683349609375,
+ 0.0220184326171875,
+ 0.003292083740234375,
+ -0.0589599609375,
+ -0.022705078125,
+ -0.00305938720703125,
+ 0.0003561973571777344,
+ 0.0357666015625,
+ -0.0234832763671875,
+ -0.0084991455078125,
+ -0.004791259765625,
+ 0.0017194747924804688,
+ 0.04620361328125,
+ -0.02447509765625,
+ 0.0328369140625,
+ 0.01149749755859375,
+ 0.0006632804870605469,
+ 0.01085662841796875,
+ -0.014251708984375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "mobile-forensics",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "commercial",
+ "mobile-app-data",
+ "decryption",
+ "physical-copy",
+ "dongle-license",
+ "zero-day-exploits",
+ "cloud-analyzer",
+ "project-vic",
+ "timeline-view",
+ "geo-mapping",
+ "advanced-services"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_ShellBags_Explorer",
+ "type": "tool",
+ "name": "ShellBags Explorer",
+ "content": "shellbags explorer gui-basierte shellbags-analyse für windows-folder-access-rekonstruktion durch registry-hive-parsing von usrclass.dat und ntuser.dat. visualisiert verzeichnisstrukturen mit first/last-interaction-timestamps, zeigt gelöschte ordner-zugriffe und externe device-verbindungen. besonders wertvoll: timeline-export für korrelations-analyse, batch-processing mehrerer hives, detaillierte shellbag-properties für forensische dokumentation. gui shellbags-analysis folder-access registry-analysis timeline-creation deleted-directories external-devices batch-processing eric-zimmerman scenario:file_recovery static-investigations incident-response fraud-investigation examination analysis",
+ "embedding": [
+ -0.054168701171875,
+ 0.016571044921875,
+ 0.057952880859375,
+ -0.020263671875,
+ 0.0280303955078125,
+ 0.01363372802734375,
+ 0.0022602081298828125,
+ 0.01543426513671875,
+ -0.00244903564453125,
+ -0.000751495361328125,
+ -0.04791259765625,
+ 0.0443115234375,
+ 0.006107330322265625,
+ 0.0033855438232421875,
+ -0.032196044921875,
+ 0.03900146484375,
+ 0.0093231201171875,
+ 0.0011720657348632812,
+ -0.004520416259765625,
+ -0.0078582763671875,
+ -0.0280303955078125,
+ -0.0027332305908203125,
+ -0.04791259765625,
+ 0.00421142578125,
+ 0.00818634033203125,
+ 0.022918701171875,
+ -0.015625,
+ -0.04052734375,
+ -0.0134429931640625,
+ 0.01363372802734375,
+ 0.02783203125,
+ -0.035400390625,
+ 0.0030536651611328125,
+ 0.04052734375,
+ 0.0151519775390625,
+ 0.006107330322265625,
+ 0.032745361328125,
+ -0.041290283203125,
+ -0.020263671875,
+ 0.08404541015625,
+ -0.00970458984375,
+ 0.017608642578125,
+ -0.006816864013671875,
+ -0.0253753662109375,
+ -0.03125,
+ -0.0228118896484375,
+ 0.0274505615234375,
+ -0.01079559326171875,
+ 0.02972412109375,
+ -0.0310516357421875,
+ 0.0270843505859375,
+ -0.00018715858459472656,
+ 0.0069122314453125,
+ -0.0200653076171875,
+ -0.04998779296875,
+ 0.0211181640625,
+ -0.006439208984375,
+ -0.002178192138671875,
+ -0.0282135009765625,
+ 0.041473388671875,
+ -0.042999267578125,
+ -0.0214996337890625,
+ -0.011077880859375,
+ -0.028594970703125,
+ 0.0133514404296875,
+ 0.032012939453125,
+ 0.0078125,
+ -0.01325225830078125,
+ 0.0019292831420898438,
+ 0.034088134765625,
+ -0.00240325927734375,
+ -0.00899505615234375,
+ -0.0280303955078125,
+ 0.048858642578125,
+ -0.040130615234375,
+ -0.056060791015625,
+ 0.0177001953125,
+ 0.007053375244140625,
+ -0.004474639892578125,
+ -0.0088043212890625,
+ -0.04638671875,
+ -0.00255584716796875,
+ 0.063232421875,
+ -0.01202392578125,
+ -0.01268768310546875,
+ 0.028778076171875,
+ 0.0173187255859375,
+ 0.0333251953125,
+ 0.0007987022399902344,
+ 0.00861358642578125,
+ -0.00629425048828125,
+ -0.001953125,
+ 0.004474639892578125,
+ -0.0228118896484375,
+ 0.03692626953125,
+ 0.06890869140625,
+ 0.01093292236328125,
+ -0.009796142578125,
+ -0.020355224609375,
+ 0.037872314453125,
+ 0.004970550537109375,
+ -0.0274505615234375,
+ 0.034271240234375,
+ -0.01543426513671875,
+ 0.039581298828125,
+ -0.0224456787109375,
+ 0.026702880859375,
+ -0.020538330078125,
+ -0.037109375,
+ -0.032196044921875,
+ -0.09088134765625,
+ -0.039581298828125,
+ -0.0162811279296875,
+ -0.061737060546875,
+ -0.005584716796875,
+ 0.002899169921875,
+ 0.002567291259765625,
+ 0.038238525390625,
+ -0.0477294921875,
+ -0.0552978515625,
+ 0.016845703125,
+ 0.0084228515625,
+ -0.008331298828125,
+ 0.005184173583984375,
+ -0.0299224853515625,
+ -0.054168701171875,
+ -0.0235748291015625,
+ 0.03729248046875,
+ -0.0125885009765625,
+ -0.041839599609375,
+ -0.0274505615234375,
+ -0.0026874542236328125,
+ -0.0244293212890625,
+ -0.02972412109375,
+ 0.001621246337890625,
+ -0.0032901763916015625,
+ 0.02593994140625,
+ 0.005466461181640625,
+ 0.006534576416015625,
+ -0.002780914306640625,
+ 0.0308685302734375,
+ -0.048095703125,
+ -0.04107666015625,
+ -0.0200653076171875,
+ -0.054168701171875,
+ -0.0017747879028320312,
+ -0.020172119140625,
+ 0.03485107421875,
+ -0.0484619140625,
+ 0.00998687744140625,
+ -0.005847930908203125,
+ 0.021209716796875,
+ 0.034271240234375,
+ -0.0017518997192382812,
+ 0.02130126953125,
+ -0.05377197265625,
+ -0.0178070068359375,
+ -0.0299224853515625,
+ 0.0188446044921875,
+ 0.003147125244140625,
+ -0.001964569091796875,
+ 0.0218658447265625,
+ -0.052276611328125,
+ 0.034637451171875,
+ -0.0240478515625,
+ -0.045257568359375,
+ -0.0180816650390625,
+ 0.02935791015625,
+ -0.00904083251953125,
+ -0.001964569091796875,
+ 0.021392822265625,
+ -0.0010356903076171875,
+ 0.06134033203125,
+ 0.09014892578125,
+ -0.01230621337890625,
+ 0.0308685302734375,
+ 0.0030059814453125,
+ 0.01174163818359375,
+ 0.04998779296875,
+ 0.019317626953125,
+ -0.007717132568359375,
+ -0.00847625732421875,
+ 0.03692626953125,
+ -0.032958984375,
+ 0.037872314453125,
+ -0.01036834716796875,
+ -0.0059661865234375,
+ -0.0125885009765625,
+ -0.005702972412109375,
+ 0.0147705078125,
+ -0.04241943359375,
+ -0.043731689453125,
+ 0.0024967193603515625,
+ 0.0301055908203125,
+ 0.02783203125,
+ 0.0927734375,
+ 0.02197265625,
+ -0.01045989990234375,
+ 0.032379150390625,
+ -0.02197265625,
+ 0.0197906494140625,
+ 0.0333251953125,
+ -0.049224853515625,
+ 0.07196044921875,
+ -0.00390625,
+ 0.0010824203491210938,
+ -0.0092315673828125,
+ 0.03900146484375,
+ 0.013916015625,
+ -0.024139404296875,
+ -0.03350830078125,
+ 0.08026123046875,
+ -0.0073394775390625,
+ -0.0426025390625,
+ -0.035614013671875,
+ -0.048858642578125,
+ 0.00847625732421875,
+ -0.00508880615234375,
+ -0.01050567626953125,
+ -0.004970550537109375,
+ -0.0143890380859375,
+ -0.057952880859375,
+ -0.0036449432373046875,
+ 0.03143310546875,
+ -0.0191192626953125,
+ 0.0289764404296875,
+ 0.032379150390625,
+ -0.02130126953125,
+ -0.0291595458984375,
+ -0.00466156005859375,
+ 0.02935791015625,
+ 0.00003921985626220703,
+ 0.0151519775390625,
+ 0.009796142578125,
+ 0.018280029296875,
+ -0.022247314453125,
+ 0.059844970703125,
+ 0.025177001953125,
+ 0.030670166015625,
+ -0.0045928955078125,
+ -0.0180816650390625,
+ 0.030303955078125,
+ -0.0087127685546875,
+ 0.0172271728515625,
+ 0.0217742919921875,
+ -0.0171356201171875,
+ 0.01093292236328125,
+ -0.005680084228515625,
+ 0.032196044921875,
+ 0.04656982421875,
+ -0.047515869140625,
+ 0.0017871856689453125,
+ -0.07989501953125,
+ -0.024993896484375,
+ -0.044891357421875,
+ -0.034637451171875,
+ -0.0084228515625,
+ -0.050750732421875,
+ 0.03143310546875,
+ -0.01922607421875,
+ -0.052642822265625,
+ 0.007244110107421875,
+ -0.0035495758056640625,
+ -0.020263671875,
+ 0.038818359375,
+ -0.00804901123046875,
+ -0.03369140625,
+ 0.0196990966796875,
+ 0.0810546875,
+ -0.01050567626953125,
+ -0.0160980224609375,
+ 0.01325225830078125,
+ 0.03485107421875,
+ 0.00672149658203125,
+ 0.0179901123046875,
+ -0.054534912109375,
+ -0.0163726806640625,
+ 0.03521728515625,
+ 0.0143890380859375,
+ 0.024993896484375,
+ -0.0200653076171875,
+ 0.01169586181640625,
+ -0.008758544921875,
+ 0.0270843505859375,
+ -0.0246124267578125,
+ -0.0074310302734375,
+ 0.0316162109375,
+ 0.0153350830078125,
+ -0.034454345703125,
+ -0.0518798828125,
+ -0.01410675048828125,
+ 0.04791259765625,
+ -0.004852294921875,
+ 0.01116943359375,
+ 0.032745361328125,
+ -0.030670166015625,
+ 0.0031719207763671875,
+ -0.01287841796875,
+ -0.0177001953125,
+ 0.03350830078125,
+ 0.049224853515625,
+ -0.030487060546875,
+ -0.0035037994384765625,
+ -0.004451751708984375,
+ 0.020263671875,
+ -0.006771087646484375,
+ -0.06817626953125,
+ -0.006771087646484375,
+ -0.00582122802734375,
+ -0.05035400390625,
+ -0.00508880615234375,
+ 0.0048980712890625,
+ -0.01419830322265625,
+ 0.0283966064453125,
+ -0.00624847412109375,
+ 0.00371551513671875,
+ -0.06060791015625,
+ -0.043548583984375,
+ 0.0027103424072265625,
+ -0.039581298828125,
+ -0.0367431640625,
+ -0.01187896728515625,
+ 0.050750732421875,
+ 0.01552581787109375,
+ 0.0096588134765625,
+ -0.00942230224609375,
+ -0.0016565322875976562,
+ -0.018280029296875,
+ 0.02197265625,
+ -0.0101318359375,
+ 0.023284912109375,
+ -0.0280303955078125,
+ 0.0333251953125,
+ 0.0263214111328125,
+ 0.017608642578125,
+ -0.0020599365234375,
+ 0.05755615234375,
+ 0.02197265625,
+ -0.03729248046875,
+ 0.01136016845703125,
+ 0.02197265625,
+ 0.01401519775390625,
+ 0.0057525634765625,
+ 0.004947662353515625,
+ -0.03729248046875,
+ -0.0185546875,
+ -0.047515869140625,
+ 0.01055908203125,
+ 0.0024967193603515625,
+ 0.02764892578125,
+ 0.039581298828125,
+ -0.035797119140625,
+ 0.0064849853515625,
+ 0.05755615234375,
+ -0.00435638427734375,
+ 0.0965576171875,
+ -0.01666259765625,
+ -0.028778076171875,
+ 0.040130615234375,
+ 0.0224456787109375,
+ -0.006439208984375,
+ -0.019500732421875,
+ 0.04583740234375,
+ -0.00229644775390625,
+ 0.03692626953125,
+ 0.03143310546875,
+ -0.001987457275390625,
+ 0.01552581787109375,
+ 0.00487518310546875,
+ 0.003147125244140625,
+ -0.0032672882080078125,
+ -0.0265045166015625,
+ 0.01136016845703125,
+ 0.039581298828125,
+ 0.029541015625,
+ 0.0101318359375,
+ 0.0443115234375,
+ -0.025177001953125,
+ -0.02972412109375,
+ -0.01922607421875,
+ -0.0594482421875,
+ 0.0236663818359375,
+ 0.016845703125,
+ 0.020355224609375,
+ 0.07537841796875,
+ -0.04656982421875,
+ -0.06890869140625,
+ 0.047515869140625,
+ -0.03656005859375,
+ 0.0848388671875,
+ 0.02593994140625,
+ 0.0017042160034179688,
+ 0.034271240234375,
+ -0.00989532470703125,
+ -0.01221466064453125,
+ 0.01448822021484375,
+ 0.00603485107421875,
+ 0.015899658203125,
+ 0.0187530517578125,
+ 0.045074462890625,
+ 0.0198822021484375,
+ -0.035614013671875,
+ 0.018463134765625,
+ 0.034454345703125,
+ 0.037872314453125,
+ -0.0087127685546875,
+ 0.01922607421875,
+ 0.028594970703125,
+ 0.013824462890625,
+ -0.01751708984375,
+ 0.0299224853515625,
+ 0.05035400390625,
+ 0.002521514892578125,
+ 0.0143890380859375,
+ -0.006771087646484375,
+ -0.0073394775390625,
+ -0.061737060546875,
+ 0.01666259765625,
+ 0.00823974609375,
+ 0.00582122802734375,
+ 0.0124053955078125,
+ 0.0173187255859375,
+ -0.0738525390625,
+ 0.01457977294921875,
+ 0.03863525390625,
+ -0.0477294921875,
+ 0.0253753662109375,
+ 0.035614013671875,
+ -0.023284912109375,
+ 0.0207366943359375,
+ -0.0265045166015625,
+ -0.06549072265625,
+ 0.056793212890625,
+ -0.038238525390625,
+ -0.0299224853515625,
+ -0.004451751708984375,
+ 0.0272674560546875,
+ -0.04052734375,
+ -0.0625,
+ -0.03863525390625,
+ -0.0270843505859375,
+ -0.01230621337890625,
+ -0.0069122314453125,
+ 0.03125,
+ -0.0003018379211425781,
+ 0.0026874542236328125,
+ 0.035797119140625,
+ 0.045074462890625,
+ -0.003787994384765625,
+ -0.0301055908203125,
+ 0.06134033203125,
+ -0.02423095703125,
+ -0.07122802734375,
+ 0.019317626953125,
+ 0.008758544921875,
+ 0.0235748291015625,
+ -0.049224853515625,
+ -0.024993896484375,
+ 0.0004200935363769531,
+ -0.0217742919921875,
+ -0.0265045166015625,
+ 0.01277923583984375,
+ -0.0316162109375,
+ -0.035797119140625,
+ -0.0272674560546875,
+ 0.0625,
+ 0.00766754150390625,
+ 0.041290283203125,
+ 0.014678955078125,
+ -0.032745361328125,
+ 0.0224456787109375,
+ -0.056427001953125,
+ -0.0196990966796875,
+ -0.013916015625,
+ -0.005207061767578125,
+ -0.034088134765625,
+ 0.0518798828125,
+ 0.0033130645751953125,
+ -0.01837158203125,
+ 0.009796142578125,
+ 0.039581298828125,
+ 0.0031719207763671875,
+ 0.004638671875,
+ -0.0196990966796875,
+ 0.00814056396484375,
+ 0.0106048583984375,
+ -0.04278564453125,
+ -0.0185546875,
+ -0.023284912109375,
+ -0.015899658203125,
+ 0.0235748291015625,
+ -0.041839599609375,
+ 0.004425048828125,
+ 0.016845703125,
+ -0.03350830078125,
+ -0.0408935546875,
+ -0.022247314453125,
+ -0.0039520263671875,
+ -0.034271240234375,
+ 0.032012939453125,
+ 0.007526397705078125,
+ 0.011932373046875,
+ 0.030670166015625,
+ 0.0160980224609375,
+ -0.007904052734375,
+ 0.004779815673828125,
+ -0.004047393798828125,
+ -0.015899658203125,
+ 0.02423095703125,
+ -0.0738525390625,
+ -0.02197265625,
+ -0.034088134765625,
+ 0.0246124267578125,
+ -0.058319091796875,
+ -0.0009288787841796875,
+ 0.028594970703125,
+ -0.0064849853515625,
+ 0.02301025390625,
+ -0.036346435546875,
+ 0.006580352783203125,
+ -0.03656005859375,
+ 0.0170440673828125,
+ -0.03369140625,
+ -0.0291595458984375,
+ 0.007007598876953125,
+ 0.00865936279296875,
+ 0.001331329345703125,
+ 0.00809478759765625,
+ 0.05755615234375,
+ -0.06512451171875,
+ 0.01183319091796875,
+ 0.0244293212890625,
+ 0.00757598876953125,
+ 0.014862060546875,
+ -0.0054931640625,
+ 0.0163726806640625,
+ 0.032379150390625,
+ 0.04412841796875,
+ -0.035980224609375,
+ -0.04052734375,
+ -0.07574462890625,
+ 0.02301025390625,
+ 0.01287841796875,
+ -0.0188446044921875,
+ -0.011077880859375,
+ -0.045257568359375,
+ -0.046966552734375,
+ 0.002330780029296875,
+ 0.04791259765625,
+ 0.0200653076171875,
+ -0.0147705078125,
+ -0.00904083251953125,
+ -0.0125885009765625,
+ 0.0120697021484375,
+ -0.03900146484375,
+ 0.0301055908203125,
+ -0.0211181640625,
+ 0.00809478759765625,
+ -0.0032901763916015625,
+ -0.0426025390625,
+ 0.0236663818359375,
+ 0.0178985595703125,
+ 0.03863525390625,
+ 0.044891357421875,
+ 0.01543426513671875,
+ -0.0125885009765625,
+ 0.011077880859375,
+ -0.0265045166015625,
+ 0.0064849853515625,
+ 0.0010004043579101562,
+ -0.014678955078125,
+ -0.006439208984375,
+ -0.04449462890625,
+ -0.017608642578125,
+ -0.00435638427734375,
+ 0.0308685302734375,
+ 0.02197265625,
+ -0.01032257080078125,
+ -0.0011358261108398438,
+ -0.0124053955078125,
+ 0.00556182861328125,
+ 0.06927490234375,
+ -0.01666259765625,
+ -0.0225372314453125,
+ 0.01221466064453125,
+ 0.0043792724609375,
+ 0.0263214111328125,
+ 0.0274505615234375,
+ 0.024993896484375,
+ -0.04034423828125,
+ 0.0106048583984375,
+ 0.049224853515625,
+ -0.007526397705078125,
+ -0.023101806640625,
+ -0.03729248046875,
+ 0.00970458984375,
+ -0.0011243820190429688,
+ 0.040130615234375,
+ 0.005634307861328125,
+ 0.0552978515625,
+ -0.020355224609375,
+ 0.037689208984375,
+ 0.0316162109375,
+ 0.037109375,
+ 0.04620361328125,
+ -0.00620269775390625,
+ -0.056060791015625,
+ -0.01202392578125,
+ 0.014862060546875,
+ -0.0227203369140625,
+ -0.044891357421875,
+ 0.02044677734375,
+ 0.05035400390625,
+ -0.08746337890625,
+ -0.02215576171875,
+ 0.0073394775390625,
+ 0.01032257080078125,
+ -0.0008168220520019531,
+ -0.0015974044799804688,
+ -0.032958984375,
+ 0.0408935546875,
+ 0.011077880859375,
+ -0.026702880859375,
+ -0.0073394775390625,
+ -0.0289764404296875,
+ 0.0180816650390625,
+ 0.0190277099609375,
+ 0.004238128662109375,
+ -0.032562255859375,
+ 0.01268768310546875,
+ -0.017425537109375,
+ 0.0198822021484375,
+ 0.0198822021484375,
+ 0.042236328125,
+ 0.01074981689453125,
+ 0.00955963134765625,
+ 0.056427001953125,
+ 0.05377197265625,
+ -0.0237579345703125,
+ -0.02386474609375,
+ 0.01751708984375,
+ 0.0384521484375,
+ 0.045257568359375,
+ 0.063232421875,
+ -0.003574371337890625,
+ 0.01202392578125,
+ 0.0280303955078125,
+ -0.033905029296875,
+ 0.000804901123046875,
+ 0.00970458984375,
+ 0.0198822021484375,
+ -0.043365478515625,
+ -0.052276611328125,
+ 0.03314208984375,
+ -0.048095703125,
+ 0.042999267578125,
+ 0.015625,
+ 0.0032672882080078125,
+ -0.00714874267578125,
+ 0.020172119140625,
+ -0.0170440673828125,
+ -0.0215911865234375,
+ 0.00955963134765625,
+ -0.0289764404296875,
+ -0.03369140625,
+ -0.028778076171875,
+ -0.047515869140625,
+ 0.02972412109375,
+ 0.00435638427734375,
+ -0.0426025390625,
+ -0.01306915283203125,
+ 0.00347900390625,
+ -0.0301055908203125,
+ -0.0180816650390625,
+ -0.02764892578125,
+ 0.006580352783203125,
+ -0.0196990966796875,
+ -0.0160064697265625,
+ -0.032196044921875,
+ -0.03521728515625,
+ 0.01230621337890625,
+ -0.01552581787109375,
+ -0.01277923583984375,
+ -0.01306915283203125,
+ -0.0255584716796875,
+ -0.0255584716796875,
+ 0.007480621337890625,
+ -0.03179931640625,
+ 0.041656494140625,
+ -0.0670166015625,
+ 0.029541015625,
+ 0.006343841552734375,
+ -0.00513458251953125,
+ 0.025177001953125,
+ 0.0587158203125,
+ -0.0059661865234375,
+ 0.0257568359375,
+ -0.01306915283203125,
+ -0.04449462890625,
+ 0.015625,
+ 0.0233917236328125,
+ -0.0011777877807617188,
+ -0.0628662109375,
+ 0.005420684814453125,
+ 0.0625,
+ -0.08331298828125,
+ 0.00672149658203125,
+ 0.024993896484375,
+ -0.035980224609375,
+ -0.0224456787109375,
+ 0.0214996337890625,
+ -0.00397491455078125,
+ 0.00738525390625,
+ 0.0999755859375,
+ 0.0151519775390625,
+ -0.0060577392578125,
+ 0.0147705078125,
+ -0.052276611328125,
+ 0.041839599609375,
+ 0.01419830322265625,
+ 0.0172271728515625,
+ -0.041656494140625,
+ 0.01922607421875,
+ 0.0088043212890625,
+ -0.03521728515625,
+ 0.01354217529296875,
+ -0.0673828125,
+ 0.00421142578125,
+ 0.03485107421875,
+ 0.004688262939453125,
+ -0.01354217529296875,
+ -0.0054931640625,
+ -0.039398193359375,
+ -0.0172271728515625,
+ -0.0316162109375,
+ 0.0173187255859375,
+ 0.0005383491516113281,
+ -0.004093170166015625,
+ -0.058319091796875,
+ 0.0124969482421875,
+ -0.0310516357421875,
+ -0.035614013671875,
+ -0.035400390625,
+ -0.02593994140625,
+ 0.030303955078125,
+ -0.0265045166015625,
+ -0.07232666015625,
+ 0.00890350341796875,
+ 0.00667572021484375,
+ 0.0016450881958007812,
+ 0.01126861572265625,
+ 0.056427001953125,
+ -0.026702880859375,
+ -0.0011243820190429688,
+ 0.00029587745666503906,
+ 0.03369140625,
+ -0.0120697021484375,
+ 0.01306915283203125,
+ 0.0110321044921875,
+ 0.021209716796875,
+ 0.006816864013671875,
+ -0.0310516357421875,
+ 0.056060791015625,
+ 0.024810791015625,
+ -0.017425537109375,
+ -0.05908203125,
+ -0.03350830078125,
+ -0.034454345703125,
+ 0.0299224853515625,
+ -0.0518798828125,
+ 0.024139404296875,
+ -0.00672149658203125,
+ 0.0002751350402832031,
+ -0.08673095703125,
+ 0.046966552734375,
+ -0.01363372802734375,
+ 0.0272674560546875,
+ 0.0147705078125,
+ -0.0270843505859375,
+ -0.08026123046875,
+ -0.04241943359375,
+ -0.022064208984375,
+ 0.0235748291015625,
+ -0.0185546875,
+ 0.036163330078125,
+ 0.00121307373046875,
+ 0.010223388671875,
+ 0.00861358642578125,
+ -0.0180816650390625,
+ 0.0014257431030273438,
+ 0.0408935546875,
+ 0.0215911865234375,
+ -0.0299224853515625,
+ 0.030303955078125,
+ 0.0005087852478027344,
+ 0.009185791015625,
+ -0.0125885009765625,
+ 0.006343841552734375,
+ 0.0164794921875,
+ 0.009796142578125,
+ -0.006107330322265625,
+ -0.0101776123046875,
+ 0.01543426513671875,
+ 0.061737060546875,
+ -0.024810791015625,
+ 0.02044677734375,
+ -0.0333251953125,
+ 0.0171356201171875,
+ 0.018646240234375,
+ -0.013916015625,
+ 0.0265045166015625,
+ 0.048858642578125,
+ -0.02593994140625,
+ -0.042022705078125,
+ -0.054168701171875,
+ -0.07647705078125,
+ 0.032562255859375,
+ -0.045257568359375,
+ -0.02215576171875,
+ 0.016571044921875,
+ -0.002910614013671875,
+ 0.00461578369140625,
+ -0.021209716796875,
+ 0.0367431640625,
+ 0.019317626953125,
+ -0.03656005859375,
+ -0.03369140625,
+ 0.01419830322265625,
+ -0.0023441314697265625,
+ 0.014862060546875,
+ 0.006389617919921875,
+ -0.02935791015625,
+ 0.04052734375,
+ -0.041290283203125,
+ 0.01230621337890625,
+ -0.0142974853515625,
+ -0.0173187255859375,
+ -0.0280303955078125,
+ -0.01751708984375,
+ -0.06134033203125,
+ -0.02130126953125,
+ 0.01116943359375,
+ 0.005893707275390625,
+ -0.0088043212890625,
+ -0.03179931640625,
+ 0.035400390625,
+ -0.02593994140625,
+ -0.051116943359375,
+ 0.03143310546875,
+ -0.0170440673828125,
+ -0.04071044921875,
+ -0.0178985595703125,
+ -0.0208282470703125,
+ -0.022247314453125,
+ 0.0097503662109375,
+ 0.022247314453125,
+ 0.06475830078125,
+ 0.02972412109375,
+ 0.00004845857620239258,
+ -0.00951385498046875,
+ 0.004425048828125,
+ -0.025177001953125,
+ 0.0143890380859375,
+ 0.030487060546875,
+ 0.0101318359375,
+ -0.020172119140625,
+ 0.01410675048828125,
+ 0.00861358642578125,
+ -0.092041015625,
+ 0.0055389404296875,
+ -0.00508880615234375,
+ -0.045257568359375,
+ 0.00865936279296875,
+ 0.088623046875,
+ 0.02935791015625,
+ 0.021209716796875,
+ 0.02386474609375,
+ 0.03314208984375,
+ 0.039398193359375,
+ 0.0101776123046875,
+ 0.004947662353515625,
+ -0.0745849609375,
+ -0.01552581787109375,
+ 0.00513458251953125,
+ 0.007007598876953125,
+ -0.0662841796875,
+ 0.046966552734375,
+ 0.045440673828125,
+ -0.0078582763671875,
+ -0.016754150390625,
+ 0.0035266876220703125,
+ -0.0225372314453125,
+ 0.053009033203125,
+ -0.00946807861328125,
+ 0.0142974853515625,
+ -0.057952880859375,
+ 0.0257568359375,
+ 0.00762176513671875,
+ -0.0280303955078125,
+ -0.0115509033203125,
+ -0.0124969482421875,
+ -0.026702880859375,
+ 0.04412841796875,
+ -0.041656494140625,
+ 0.0226287841796875,
+ -0.0200653076171875,
+ 0.06060791015625,
+ 0.0173187255859375,
+ -0.037872314453125,
+ -0.02044677734375,
+ 0.04962158203125,
+ 0.037506103515625,
+ -0.028594970703125,
+ 0.0291595458984375,
+ -0.0265045166015625,
+ -0.0160064697265625,
+ 0.036346435546875,
+ 0.045257568359375,
+ 0.0265045166015625,
+ 0.0179901123046875,
+ 0.01268768310546875,
+ -0.057952880859375,
+ 0.00818634033203125,
+ 0.0152435302734375,
+ -0.0177001953125,
+ 0.00598907470703125,
+ -0.0552978515625,
+ -0.032958984375,
+ -0.05908203125,
+ 0.0263214111328125,
+ 0.00371551513671875,
+ 0.032958984375,
+ 0.037506103515625,
+ 0.005702972412109375,
+ -0.00672149658203125,
+ 0.00714874267578125,
+ 0.01079559326171875,
+ 0.047515869140625,
+ 0.0426025390625,
+ 0.030303955078125,
+ -0.011077880859375,
+ 0.045623779296875,
+ 0.00951385498046875,
+ -0.041473388671875,
+ 0.0169525146484375,
+ -0.02593994140625,
+ 0.0024738311767578125,
+ -0.025177001953125,
+ 0.0023441314697265625,
+ 0.004024505615234375,
+ -0.0308685302734375,
+ 0.0178985595703125,
+ -0.03656005859375,
+ 0.0163726806640625,
+ -0.00504302978515625,
+ -0.046783447265625,
+ -0.01448822021484375,
+ 0.051116943359375,
+ -0.040130615234375,
+ 0.04638671875,
+ -0.0029697418212890625,
+ -0.00989532470703125,
+ -0.01306915283203125,
+ -0.06890869140625,
+ 0.060211181640625,
+ 0.0209197998046875,
+ 0.0308685302734375,
+ -0.0100860595703125,
+ 0.01505279541015625,
+ 0.0282135009765625,
+ 0.0164794921875,
+ 0.0227203369140625,
+ 0.042236328125,
+ -0.00757598876953125,
+ 0.042999267578125,
+ 0.060211181640625,
+ -0.003833770751953125,
+ -0.0443115234375,
+ 0.00951385498046875,
+ 0.041473388671875,
+ -0.048858642578125,
+ 0.04052734375,
+ 0.0084228515625,
+ 0.011932373046875,
+ -0.01050567626953125,
+ -0.0162811279296875,
+ -0.0024967193603515625,
+ -0.04638671875,
+ 0.041839599609375,
+ 0.01287841796875,
+ -0.0196990966796875,
+ 0.03729248046875,
+ -0.05340576171875,
+ 0.04107666015625,
+ -0.001041412353515625,
+ 0.0552978515625,
+ -0.0587158203125,
+ 0.04241943359375,
+ -0.012969970703125,
+ 0.0310516357421875,
+ -0.0316162109375,
+ 0.004119873046875,
+ -0.011932373046875,
+ 0.0283966064453125,
+ 0.01316070556640625,
+ 0.04998779296875,
+ 0.013916015625,
+ 0.0032901763916015625,
+ -0.06439208984375,
+ -0.020263671875,
+ 0.0011358261108398438,
+ -0.0143890380859375,
+ 0.0426025390625,
+ -0.05035400390625,
+ -0.03179931640625,
+ -0.01003265380859375,
+ 0.00579833984375,
+ 0.050750732421875,
+ -0.004283905029296875,
+ 0.03125,
+ 0.024810791015625,
+ -0.0110321044921875,
+ -0.030303955078125,
+ -0.0035037994384765625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "fraud-investigation"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "gui",
+ "shellbags-analysis",
+ "folder-access",
+ "registry-analysis",
+ "timeline-creation",
+ "deleted-directories",
+ "external-devices",
+ "batch-processing",
+ "eric-zimmerman",
+ "scenario:file_recovery"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_asr",
+ "type": "tool",
+ "name": "asr",
+ "content": "asr apple software restore führt block-level-restores von macos-images durch und ermöglicht forensisches cloning ganzer volumes. besonders bei apfs-container-forensik wertvoll: bit-genaue duplikation inklusive metadaten, snapshot-preservation und filevault-verschlüsselung. network-restore-fähigkeiten für remote-imaging. der low-level-zugriff umgeht dateisystem-beschränkungen für saubere akquisition. cli disk-imaging cloning apfs filevault network-restore block-level incident-response static-investigations data-collection",
+ "embedding": [
+ -0.02935791015625,
+ 0.020721435546875,
+ 0.0251312255859375,
+ -0.0211029052734375,
+ 0.040496826171875,
+ 0.039154052734375,
+ 0.01343536376953125,
+ -0.018524169921875,
+ -0.00652313232421875,
+ -0.0093994140625,
+ -0.0026874542236328125,
+ 0.06488037109375,
+ 0.0196685791015625,
+ -0.0214996337890625,
+ -0.062164306640625,
+ 0.027252197265625,
+ -0.005275726318359375,
+ 0.0149688720703125,
+ 0.014678955078125,
+ -0.006763458251953125,
+ -0.0142974853515625,
+ -0.007053375244140625,
+ -0.057952880859375,
+ 0.018798828125,
+ 0.0174560546875,
+ 0.023406982421875,
+ -0.0318603515625,
+ -0.057952880859375,
+ -0.0095977783203125,
+ 0.025909423828125,
+ 0.01276397705078125,
+ -0.013916015625,
+ 0.00614166259765625,
+ 0.054107666015625,
+ 0.01276397705078125,
+ -0.045867919921875,
+ -0.00887298583984375,
+ -0.023895263671875,
+ -0.00811004638671875,
+ 0.024749755859375,
+ -0.00681304931640625,
+ 0.00395965576171875,
+ 0.0211029052734375,
+ -0.0130462646484375,
+ -0.0244598388671875,
+ -0.03070068359375,
+ -0.00782012939453125,
+ 0.01323699951171875,
+ 0.057952880859375,
+ -0.027252197265625,
+ -0.0018825531005859375,
+ 0.030517578125,
+ 0.0255279541015625,
+ 0.001750946044921875,
+ -0.0217742919921875,
+ 0.01343536376953125,
+ 0.005611419677734375,
+ -0.0372314453125,
+ -0.0295562744140625,
+ 0.059478759765625,
+ -0.05181884765625,
+ 0.0001004338264465332,
+ 0.01012420654296875,
+ 0.0130462646484375,
+ -0.0086822509765625,
+ 0.028778076171875,
+ -0.0039825439453125,
+ -0.03759765625,
+ 0.01285552978515625,
+ 0.00215911865234375,
+ -0.035308837890625,
+ -0.0233154296875,
+ -0.0201416015625,
+ 0.020538330078125,
+ -0.0169830322265625,
+ -0.062164306640625,
+ 0.018798828125,
+ 0.007389068603515625,
+ -0.0028896331787109375,
+ 0.01381683349609375,
+ -0.026092529296875,
+ 0.0015115737915039062,
+ 0.017364501953125,
+ -0.020538330078125,
+ -0.028778076171875,
+ 0.0137176513671875,
+ -0.0029621124267578125,
+ -0.0040283203125,
+ -0.0214996337890625,
+ 0.01247406005859375,
+ 0.0012769699096679688,
+ -0.0089263916015625,
+ -0.0129547119140625,
+ -0.01611328125,
+ 0.0221710205078125,
+ 0.050262451171875,
+ 0.00844573974609375,
+ -0.031280517578125,
+ -0.0093994140625,
+ 0.03070068359375,
+ 0.031280517578125,
+ -0.033203125,
+ 0.0633544921875,
+ 0.01055145263671875,
+ 0.038177490234375,
+ -0.0214996337890625,
+ 0.0202484130859375,
+ -0.008056640625,
+ -0.032623291015625,
+ -0.02783203125,
+ -0.09210205078125,
+ -0.035888671875,
+ -0.03436279296875,
+ -0.07366943359375,
+ 0.04144287109375,
+ -0.017364501953125,
+ -0.004100799560546875,
+ 0.05450439453125,
+ -0.0694580078125,
+ -0.0176544189453125,
+ 0.021881103515625,
+ 0.0295562744140625,
+ -0.0056610107421875,
+ 0.006381988525390625,
+ -0.0775146484375,
+ -0.044708251953125,
+ 0.01117706298828125,
+ 0.038177490234375,
+ -0.048919677734375,
+ -0.0201416015625,
+ -0.047027587890625,
+ -0.04278564453125,
+ -0.0157318115234375,
+ -0.0170745849609375,
+ 0.0211029052734375,
+ -0.0143890380859375,
+ 0.025909423828125,
+ -0.031280517578125,
+ -0.0093994140625,
+ 0.00820159912109375,
+ 0.0262908935546875,
+ -0.042999267578125,
+ -0.0426025390625,
+ -0.00685882568359375,
+ -0.053741455078125,
+ -0.0244598388671875,
+ -0.02935791015625,
+ 0.03704833984375,
+ -0.0157318115234375,
+ -0.0157318115234375,
+ -0.008392333984375,
+ 0.0303192138671875,
+ 0.007434844970703125,
+ -0.01727294921875,
+ -0.00030422210693359375,
+ -0.048919677734375,
+ 0.00614166259765625,
+ -0.015838623046875,
+ 0.0257110595703125,
+ -0.00853729248046875,
+ -0.0120391845703125,
+ -0.01050567626953125,
+ 0.00563812255859375,
+ 0.0190887451171875,
+ -0.02130126953125,
+ -0.03204345703125,
+ -0.0322265625,
+ 0.005779266357421875,
+ 0.01947021484375,
+ -0.014007568359375,
+ 0.037811279296875,
+ 0.0143890380859375,
+ 0.043182373046875,
+ 0.05181884765625,
+ 0.01343536376953125,
+ 0.04241943359375,
+ 0.0073394775390625,
+ -0.004894256591796875,
+ 0.036834716796875,
+ 0.047576904296875,
+ -0.01678466796875,
+ -0.0230255126953125,
+ 0.039520263671875,
+ 0.0175628662109375,
+ 0.0040283203125,
+ -0.01381683349609375,
+ -0.00897216796875,
+ -0.0059967041015625,
+ -0.04010009765625,
+ 0.0179443359375,
+ -0.02197265625,
+ -0.005542755126953125,
+ -0.0202484130859375,
+ 0.02935791015625,
+ 0.02783203125,
+ 0.06793212890625,
+ 0.046630859375,
+ -0.006046295166015625,
+ 0.047576904296875,
+ -0.01314544677734375,
+ -0.01050567626953125,
+ 0.040496826171875,
+ -0.0175628662109375,
+ 0.048736572265625,
+ 0.012664794921875,
+ 0.0170745849609375,
+ -0.0164031982421875,
+ 0.0162200927734375,
+ 0.04010009765625,
+ -0.0255279541015625,
+ -0.00811004638671875,
+ 0.00412750244140625,
+ 0.0006628036499023438,
+ -0.0243682861328125,
+ -0.0251312255859375,
+ -0.0268707275390625,
+ 0.0201416015625,
+ 0.00350189208984375,
+ 0.005924224853515625,
+ -0.0018949508666992188,
+ -0.0184173583984375,
+ -0.04949951171875,
+ 0.02532958984375,
+ -0.0043182373046875,
+ -0.014678955078125,
+ 0.01222991943359375,
+ 0.0092620849609375,
+ -0.032806396484375,
+ -0.045684814453125,
+ 0.02783203125,
+ 0.01222991943359375,
+ 0.01314544677734375,
+ 0.003238677978515625,
+ 0.01175689697265625,
+ -0.0203399658203125,
+ -0.01108551025390625,
+ 0.0175628662109375,
+ 0.0237884521484375,
+ 0.033203125,
+ -0.0103607177734375,
+ -0.05487060546875,
+ 0.01812744140625,
+ -0.030120849609375,
+ 0.0164031982421875,
+ 0.042022705078125,
+ -0.029937744140625,
+ -0.0076751708984375,
+ -0.01012420654296875,
+ 0.024078369140625,
+ 0.04510498046875,
+ -0.04949951171875,
+ -0.01323699951171875,
+ -0.07098388671875,
+ 0.00916290283203125,
+ -0.03070068359375,
+ -0.00274658203125,
+ -0.01458740234375,
+ -0.0176544189453125,
+ 0.044342041015625,
+ -0.048370361328125,
+ -0.032806396484375,
+ -0.01611328125,
+ -0.011322021484375,
+ -0.00849151611328125,
+ 0.050262451171875,
+ -0.0014867782592773438,
+ -0.0587158203125,
+ -0.0083465576171875,
+ 0.06561279296875,
+ -0.01151275634765625,
+ -0.0152587890625,
+ -0.0166015625,
+ 0.03741455078125,
+ 0.0022068023681640625,
+ 0.0268707275390625,
+ -0.044708251953125,
+ 0.0184173583984375,
+ 0.0156402587890625,
+ 0.022735595703125,
+ 0.0026149749755859375,
+ -0.024566650390625,
+ 0.00786590576171875,
+ 0.0129547119140625,
+ 0.0322265625,
+ -0.01486968994140625,
+ -0.0090179443359375,
+ -0.01611328125,
+ 0.006381988525390625,
+ 0.01213836669921875,
+ -0.056793212890625,
+ 0.0130462646484375,
+ 0.03302001953125,
+ 0.016021728515625,
+ 0.0175628662109375,
+ 0.006237030029296875,
+ -0.0694580078125,
+ 0.0291748046875,
+ 0.0235137939453125,
+ 0.0003643035888671875,
+ 0.03070068359375,
+ 0.031463623046875,
+ -0.0149688720703125,
+ -0.0163116455078125,
+ 0.00128936767578125,
+ 0.040496826171875,
+ -0.0318603515625,
+ -0.021209716796875,
+ -0.0242767333984375,
+ -0.027252197265625,
+ -0.031463623046875,
+ -0.037994384765625,
+ 0.0270538330078125,
+ -0.024566650390625,
+ 0.00647735595703125,
+ -0.0136260986328125,
+ -0.01045989990234375,
+ -0.0289764404296875,
+ -0.0276336669921875,
+ 0.0031185150146484375,
+ -0.045867919921875,
+ -0.0318603515625,
+ -0.0129547119140625,
+ 0.051422119140625,
+ 0.01381683349609375,
+ -0.013916015625,
+ -0.0023021697998046875,
+ -0.0176544189453125,
+ -0.056427001953125,
+ 0.0156402587890625,
+ 0.0002428293228149414,
+ 0.00011545419692993164,
+ 0.00006556510925292969,
+ 0.046630859375,
+ 0.0223541259765625,
+ 0.03741455078125,
+ 0.01381683349609375,
+ 0.045867919921875,
+ 0.0196685791015625,
+ -0.008636474609375,
+ -0.032806396484375,
+ -0.004581451416015625,
+ 0.01410675048828125,
+ 0.024566650390625,
+ -0.03570556640625,
+ -0.0322265625,
+ 0.0100250244140625,
+ -0.027435302734375,
+ -0.004150390625,
+ 0.027435302734375,
+ 0.0426025390625,
+ 0.025909423828125,
+ -0.026092529296875,
+ 0.00647735595703125,
+ 0.049896240234375,
+ -0.0119476318359375,
+ 0.095947265625,
+ -0.00383758544921875,
+ -0.0283966064453125,
+ 0.02532958984375,
+ 0.051055908203125,
+ -0.01314544677734375,
+ 0.0257110595703125,
+ 0.03607177734375,
+ -0.005611419677734375,
+ 0.00714874267578125,
+ 0.0123748779296875,
+ 0.001007080078125,
+ 0.0249481201171875,
+ -0.018035888671875,
+ -0.007389068603515625,
+ 0.011322021484375,
+ 0.0034542083740234375,
+ 0.0362548828125,
+ 0.05450439453125,
+ 0.05487060546875,
+ -0.003765106201171875,
+ 0.044342041015625,
+ -0.0291748046875,
+ -0.017364501953125,
+ -0.0086822509765625,
+ -0.060638427734375,
+ 0.004268646240234375,
+ 0.02783203125,
+ 0.0130462646484375,
+ 0.031280517578125,
+ -0.0345458984375,
+ -0.04644775390625,
+ -0.0046539306640625,
+ -0.04412841796875,
+ 0.056427001953125,
+ 0.03472900390625,
+ 0.0027713775634765625,
+ 0.048553466796875,
+ -0.0038852691650390625,
+ -0.0083465576171875,
+ 0.042022705078125,
+ 0.00652313232421875,
+ 0.0283966064453125,
+ 0.02935791015625,
+ 0.03070068359375,
+ -0.003093719482421875,
+ -0.0303192138671875,
+ 0.01727294921875,
+ 0.033203125,
+ 0.03302001953125,
+ -0.0028667449951171875,
+ 0.0150604248046875,
+ 0.0117034912109375,
+ 0.0223541259765625,
+ -0.00333404541015625,
+ 0.06640625,
+ 0.0362548828125,
+ 0.0002053976058959961,
+ 0.00547027587890625,
+ 0.0008034706115722656,
+ -0.01276397705078125,
+ -0.04644775390625,
+ -0.01323699951171875,
+ -0.0230255126953125,
+ 0.005157470703125,
+ 0.0251312255859375,
+ 0.0122833251953125,
+ -0.06256103515625,
+ -0.014678955078125,
+ 0.04376220703125,
+ -0.06793212890625,
+ 0.03741455078125,
+ -0.00350189208984375,
+ -0.0257110595703125,
+ 0.0189971923828125,
+ -0.0021228790283203125,
+ -0.047393798828125,
+ 0.01247406005859375,
+ -0.0255279541015625,
+ -0.0452880859375,
+ 0.010650634765625,
+ 0.027252197265625,
+ -0.044525146484375,
+ -0.04681396484375,
+ -0.05487060546875,
+ -0.01146697998046875,
+ 0.009735107421875,
+ -0.026092529296875,
+ 0.031463623046875,
+ 0.0016193389892578125,
+ -0.02532958984375,
+ 0.033782958984375,
+ 0.044525146484375,
+ 0.00878143310546875,
+ -0.03338623046875,
+ 0.0372314453125,
+ -0.024078369140625,
+ -0.06640625,
+ 0.047210693359375,
+ 0.01079559326171875,
+ 0.04949951171875,
+ -0.03839111328125,
+ -0.025909423828125,
+ -0.00299835205078125,
+ -0.002651214599609375,
+ 0.00830078125,
+ 0.018798828125,
+ -0.06256103515625,
+ -0.0310821533203125,
+ -0.056427001953125,
+ 0.059478759765625,
+ 0.0166015625,
+ 0.0251312255859375,
+ -0.012664794921875,
+ -0.06756591796875,
+ 0.03741455078125,
+ -0.061798095703125,
+ -0.02801513671875,
+ -0.0243682861328125,
+ 0.00949859619140625,
+ -0.0184173583984375,
+ 0.06024169921875,
+ -0.0303192138671875,
+ -0.0015592575073242188,
+ 0.0143890380859375,
+ 0.05718994140625,
+ 0.0189971923828125,
+ -0.014678955078125,
+ -0.03607177734375,
+ 0.0297393798828125,
+ 0.04644775390625,
+ -0.03875732421875,
+ 0.00446319580078125,
+ -0.0149688720703125,
+ -0.003814697265625,
+ 0.0295562744140625,
+ -0.06793212890625,
+ 0.025909423828125,
+ -0.00618743896484375,
+ -0.06829833984375,
+ -0.04241943359375,
+ 0.007293701171875,
+ 0.0039825439453125,
+ -0.022064208984375,
+ 0.006908416748046875,
+ 0.035308837890625,
+ -0.0120391845703125,
+ 0.0130462646484375,
+ 0.01477813720703125,
+ 0.00853729248046875,
+ 0.04412841796875,
+ 0.0019664764404296875,
+ -0.01180267333984375,
+ 0.035491943359375,
+ -0.0556640625,
+ -0.01084136962890625,
+ -0.004390716552734375,
+ 0.0303192138671875,
+ -0.015350341796875,
+ -0.0129547119140625,
+ 0.0079193115234375,
+ -0.028594970703125,
+ 0.00350189208984375,
+ -0.0587158203125,
+ 0.0184173583984375,
+ 0.004268646240234375,
+ -0.040863037109375,
+ -0.0244598388671875,
+ -0.0142974853515625,
+ 0.008636474609375,
+ 0.003742218017578125,
+ -0.0023632049560546875,
+ 0.00417327880859375,
+ 0.032440185546875,
+ -0.044525146484375,
+ 0.03857421875,
+ 0.01084136962890625,
+ -0.007293701171875,
+ 0.0182342529296875,
+ 0.007965087890625,
+ 0.0169830322265625,
+ 0.0063323974609375,
+ 0.02783203125,
+ -0.0021953582763671875,
+ -0.0389404296875,
+ -0.06524658203125,
+ 0.0244598388671875,
+ 0.0005965232849121094,
+ -0.0037899017333984375,
+ -0.018524169921875,
+ -0.038177490234375,
+ -0.090576171875,
+ 0.0174560546875,
+ 0.05718994140625,
+ 0.01314544677734375,
+ 0.013336181640625,
+ -0.018035888671875,
+ -0.0012655258178710938,
+ -0.00685882568359375,
+ -0.01448822021484375,
+ 0.0556640625,
+ -0.015838623046875,
+ 0.028778076171875,
+ 0.00434112548828125,
+ -0.031463623046875,
+ 0.0011091232299804688,
+ 0.0297393798828125,
+ 0.010406494140625,
+ 0.0399169921875,
+ -0.0015048980712890625,
+ -0.07061767578125,
+ 0.005420684814453125,
+ -0.007579803466796875,
+ -0.0416259765625,
+ -0.01678466796875,
+ -0.0103607177734375,
+ 0.0335693359375,
+ -0.0102691650390625,
+ -0.03070068359375,
+ -0.012664794921875,
+ 0.030517578125,
+ 0.0169830322265625,
+ 0.006381988525390625,
+ -0.0100250244140625,
+ 0.02081298828125,
+ -0.003742218017578125,
+ 0.0694580078125,
+ -0.03204345703125,
+ -0.04278564453125,
+ 0.006717681884765625,
+ -0.023895263671875,
+ 0.045684814453125,
+ 0.074462890625,
+ -0.003597259521484375,
+ -0.0249481201171875,
+ -0.0007467269897460938,
+ 0.0556640625,
+ -0.004413604736328125,
+ -0.04547119140625,
+ 0.0025424957275390625,
+ -0.009063720703125,
+ 0.0175628662109375,
+ 0.041259765625,
+ 0.040283203125,
+ 0.06829833984375,
+ 0.016693115234375,
+ -0.01486968994140625,
+ 0.036468505859375,
+ 0.047210693359375,
+ 0.023406982421875,
+ -0.006908416748046875,
+ -0.050262451171875,
+ -0.0103607177734375,
+ -0.005035400390625,
+ -0.04376220703125,
+ -0.0633544921875,
+ -0.0033817291259765625,
+ 0.048919677734375,
+ -0.0560302734375,
+ -0.052581787109375,
+ -0.018035888671875,
+ 0.005035400390625,
+ 0.0190887451171875,
+ 0.0166015625,
+ -0.004749298095703125,
+ 0.0216827392578125,
+ 0.007099151611328125,
+ -0.046630859375,
+ 0.0095977783203125,
+ -0.01256561279296875,
+ 0.0295562744140625,
+ 0.04949951171875,
+ 0.011322021484375,
+ -0.01381683349609375,
+ 0.031463623046875,
+ 0.04547119140625,
+ 0.00482177734375,
+ 0.0030574798583984375,
+ 0.035888671875,
+ 0.028778076171875,
+ 0.01611328125,
+ 0.040863037109375,
+ 0.03875732421875,
+ 0.001750946044921875,
+ -0.0129547119140625,
+ 0.01477813720703125,
+ 0.028594970703125,
+ 0.042022705078125,
+ 0.067138671875,
+ -0.0163116455078125,
+ 0.019287109375,
+ -0.017181396484375,
+ -0.047576904296875,
+ -0.0019311904907226562,
+ 0.024078369140625,
+ 0.00945281982421875,
+ -0.0416259765625,
+ -0.0137176513671875,
+ -0.0012655258178710938,
+ -0.036651611328125,
+ 0.029937744140625,
+ 0.0297393798828125,
+ -0.033203125,
+ 0.002002716064453125,
+ 0.05755615234375,
+ 0.004558563232421875,
+ -0.03338623046875,
+ -0.006908416748046875,
+ -0.033203125,
+ -0.00395965576171875,
+ -0.03973388671875,
+ -0.02801513671875,
+ 0.035491943359375,
+ 0.002758026123046875,
+ -0.04913330078125,
+ -0.04949951171875,
+ 0.04412841796875,
+ -0.0262908935546875,
+ -0.04547119140625,
+ -0.0006566047668457031,
+ 0.005275726318359375,
+ 0.016021728515625,
+ -0.036468505859375,
+ -0.0228424072265625,
+ -0.040496826171875,
+ 0.00125885009765625,
+ -0.0310821533203125,
+ 0.0006566047668457031,
+ -0.022064208984375,
+ -0.03704833984375,
+ -0.01410675048828125,
+ 0.0086822509765625,
+ -0.033203125,
+ 0.00897216796875,
+ -0.03741455078125,
+ 0.031463623046875,
+ 0.0137176513671875,
+ 0.0168914794921875,
+ 0.035125732421875,
+ 0.056427001953125,
+ -0.027252197265625,
+ -0.005252838134765625,
+ -0.032806396484375,
+ -0.0687255859375,
+ -0.0029735565185546875,
+ -0.01343536376953125,
+ 0.0184173583984375,
+ -0.03338623046875,
+ 0.028778076171875,
+ 0.0439453125,
+ -0.08135986328125,
+ 0.04815673828125,
+ -0.0251312255859375,
+ -0.0142974853515625,
+ -0.047576904296875,
+ -0.019287109375,
+ -0.006908416748046875,
+ 0.0168914794921875,
+ 0.08099365234375,
+ -0.0011453628540039062,
+ -0.0095977783203125,
+ -0.0297393798828125,
+ -0.051055908203125,
+ 0.052581787109375,
+ 0.00482177734375,
+ 0.04681396484375,
+ -0.052947998046875,
+ 0.019287109375,
+ 0.03070068359375,
+ -0.0182342529296875,
+ 0.01045989990234375,
+ -0.08709716796875,
+ 0.01678466796875,
+ 0.032623291015625,
+ 0.0089263916015625,
+ -0.01122283935546875,
+ -0.0237884521484375,
+ -0.023895263671875,
+ -0.019378662109375,
+ -0.031463623046875,
+ 0.0197601318359375,
+ 0.01256561279296875,
+ -0.0176544189453125,
+ -0.0196685791015625,
+ -0.0008935928344726562,
+ 0.006908416748046875,
+ -0.036468505859375,
+ -0.0257110595703125,
+ -0.0196685791015625,
+ 0.0399169921875,
+ 0.002758026123046875,
+ -0.029937744140625,
+ 0.02783203125,
+ 0.00882720947265625,
+ -0.016021728515625,
+ -0.006427764892578125,
+ 0.048736572265625,
+ -0.0230255126953125,
+ -0.020721435546875,
+ 0.005588531494140625,
+ 0.0216827392578125,
+ 0.00853729248046875,
+ 0.006237030029296875,
+ 0.0196685791015625,
+ -0.0289764404296875,
+ 0.03857421875,
+ -0.01486968994140625,
+ 0.05450439453125,
+ 0.03472900390625,
+ -0.048370361328125,
+ -0.05181884765625,
+ -0.0399169921875,
+ -0.0010852813720703125,
+ -0.00033736228942871094,
+ -0.02081298828125,
+ 0.04949951171875,
+ 0.005901336669921875,
+ -0.0164031982421875,
+ -0.08905029296875,
+ 0.0660400390625,
+ -0.031280517578125,
+ 0.0416259765625,
+ 0.017181396484375,
+ -0.0201416015625,
+ -0.047576904296875,
+ -0.061798095703125,
+ -0.021209716796875,
+ 0.0157318115234375,
+ -0.0257110595703125,
+ 0.039337158203125,
+ -0.00350189208984375,
+ -0.01113128662109375,
+ 0.0242767333984375,
+ -0.009063720703125,
+ 0.01175689697265625,
+ 0.050262451171875,
+ -0.00719451904296875,
+ -0.0176544189453125,
+ 0.06103515625,
+ -0.045867919921875,
+ -0.0011091232299804688,
+ -0.029937744140625,
+ -0.0093994140625,
+ -0.0069580078125,
+ -0.025909423828125,
+ 0.002410888671875,
+ -0.00260162353515625,
+ 0.02532958984375,
+ 0.017364501953125,
+ -0.0362548828125,
+ 0.004100799560546875,
+ -0.014007568359375,
+ -0.0028781890869140625,
+ 0.020721435546875,
+ -0.03204345703125,
+ 0.004150390625,
+ 0.00897216796875,
+ -0.00417327880859375,
+ -0.027252197265625,
+ -0.051055908203125,
+ -0.0855712890625,
+ -0.0156402587890625,
+ -0.0506591796875,
+ -0.0362548828125,
+ 0.019378662109375,
+ 0.023895263671875,
+ 0.0223541259765625,
+ -0.058349609375,
+ 0.024078369140625,
+ -0.0024585723876953125,
+ 0.0007643699645996094,
+ -0.0399169921875,
+ 0.041259765625,
+ -0.0010251998901367188,
+ 0.022735595703125,
+ 0.01727294921875,
+ -0.03570556640625,
+ 0.055267333984375,
+ -0.0129547119140625,
+ 0.026092529296875,
+ -0.032623291015625,
+ -0.0149688720703125,
+ -0.030120849609375,
+ 0.012664794921875,
+ -0.0556640625,
+ -0.0262908935546875,
+ 0.024566650390625,
+ 0.0241851806640625,
+ 0.0164031982421875,
+ -0.040679931640625,
+ 0.04510498046875,
+ -0.00601959228515625,
+ -0.042022705078125,
+ 0.033966064453125,
+ 0.00887298583984375,
+ -0.040679931640625,
+ -0.0080108642578125,
+ 0.002925872802734375,
+ 0.018707275390625,
+ 0.015838623046875,
+ 0.036651611328125,
+ 0.0156402587890625,
+ 0.0264739990234375,
+ -0.043365478515625,
+ -0.0262908935546875,
+ -0.00978851318359375,
+ 0.0086822509765625,
+ 0.034149169921875,
+ 0.04779052734375,
+ 0.0345458984375,
+ 0.001300811767578125,
+ 0.005542755126953125,
+ 0.006046295166015625,
+ -0.0714111328125,
+ -0.0163116455078125,
+ 0.0003418922424316406,
+ -0.06756591796875,
+ -0.0032863616943359375,
+ 0.06488037109375,
+ 0.00853729248046875,
+ 0.02667236328125,
+ 0.0036220550537109375,
+ 0.0667724609375,
+ 0.0195770263671875,
+ 0.036834716796875,
+ 0.0090179443359375,
+ -0.051055908203125,
+ 0.0130462646484375,
+ 0.015350341796875,
+ 0.0168914794921875,
+ -0.0771484375,
+ 0.0291748046875,
+ 0.06561279296875,
+ -0.0166015625,
+ -0.020721435546875,
+ -0.004749298095703125,
+ 0.0092620849609375,
+ 0.03839111328125,
+ 0.01611328125,
+ 0.0123748779296875,
+ -0.08673095703125,
+ 0.0102691650390625,
+ 0.0201416015625,
+ -0.01812744140625,
+ -0.0209197998046875,
+ -0.0156402587890625,
+ -0.019378662109375,
+ 0.042205810546875,
+ -0.051422119140625,
+ 0.00844573974609375,
+ 0.0174560546875,
+ 0.05487060546875,
+ 0.010650634765625,
+ -0.036834716796875,
+ -0.042999267578125,
+ 0.06103515625,
+ 0.0389404296875,
+ -0.0224456787109375,
+ 0.005901336669921875,
+ 0.045684814453125,
+ -0.034149169921875,
+ 0.035491943359375,
+ 0.047210693359375,
+ -0.0006566047668457031,
+ 0.01352691650390625,
+ 0.0189971923828125,
+ -0.040283203125,
+ 0.0251312255859375,
+ -0.0241851806640625,
+ 0.023895263671875,
+ 0.005565643310546875,
+ -0.0189056396484375,
+ -0.03070068359375,
+ -0.0714111328125,
+ 0.06982421875,
+ 0.01352691650390625,
+ 0.03436279296875,
+ 0.0235137939453125,
+ 0.0038852691650390625,
+ -0.013336181640625,
+ 0.00109100341796875,
+ -0.0019426345825195312,
+ 0.012664794921875,
+ 0.01045989990234375,
+ 0.0210113525390625,
+ 0.008392333984375,
+ -0.00988006591796875,
+ 0.01050567626953125,
+ -0.033966064453125,
+ 0.0362548828125,
+ -0.04681396484375,
+ -0.0109405517578125,
+ -0.06982421875,
+ 0.0026264190673828125,
+ 0.01995849609375,
+ -0.007053375244140625,
+ 0.01285552978515625,
+ -0.03973388671875,
+ 0.016693115234375,
+ -0.005710601806640625,
+ -0.0209197998046875,
+ -0.003238677978515625,
+ 0.032440185546875,
+ -0.045684814453125,
+ 0.0270538330078125,
+ 0.00026226043701171875,
+ -0.0233154296875,
+ 0.01247406005859375,
+ -0.052581787109375,
+ 0.0714111328125,
+ 0.046630859375,
+ 0.0249481201171875,
+ -0.0223541259765625,
+ 0.04144287109375,
+ 0.0222625732421875,
+ 0.00513458251953125,
+ 0.044891357421875,
+ 0.0204315185546875,
+ -0.0209197998046875,
+ 0.044891357421875,
+ 0.01113128662109375,
+ 0.0009832382202148438,
+ -0.035888671875,
+ 0.056427001953125,
+ 0.014007568359375,
+ -0.027435302734375,
+ 0.0426025390625,
+ 0.01012420654296875,
+ 0.018035888671875,
+ 0.013916015625,
+ 0.00496673583984375,
+ 0.0002338886260986328,
+ -0.052947998046875,
+ 0.0303192138671875,
+ 0.00316619873046875,
+ -0.0157318115234375,
+ 0.03436279296875,
+ -0.07177734375,
+ 0.069091796875,
+ 0.006046295166015625,
+ 0.040496826171875,
+ -0.03204345703125,
+ 0.046234130859375,
+ -0.005229949951171875,
+ -0.0156402587890625,
+ -0.01180267333984375,
+ -0.004055023193359375,
+ -0.036651611328125,
+ 0.03338623046875,
+ -0.0264739990234375,
+ 0.0794677734375,
+ 0.046234130859375,
+ 0.0021820068359375,
+ -0.07061767578125,
+ -0.00988006591796875,
+ -0.0190887451171875,
+ 0.01381683349609375,
+ 0.033203125,
+ -0.0614013671875,
+ 0.01727294921875,
+ 0.004077911376953125,
+ 0.0257110595703125,
+ 0.05487060546875,
+ -0.009735107421875,
+ 0.037994384765625,
+ 0.032806396484375,
+ -0.01209259033203125,
+ -0.0224456787109375,
+ -0.00037026405334472656
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "data-collection"
+ ],
+ "tags": [
+ "cli",
+ "disk-imaging",
+ "cloning",
+ "apfs",
+ "filevault",
+ "network-restore",
+ "block-level"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_Maltego",
+ "type": "tool",
+ "name": "Maltego",
+ "content": "maltego osint-link-analysis-platform transformiert manuelle recherchen in automatisierte visuelle netzwerk-investigations durch umfangreiche transform-engine-ecosystem. korreliert automatisch domains, ip-adressen, email-addresses, social-media-accounts und phone-numbers für attribution-analysis. machine-learning-enhanced-clustering identifiziert bec-fraud-networks, botnet-infrastructure und multi-stage-attack-campaigns. transform-hub erweitert datenquellen um 100+ commercial- und open-source-intelligence-feeds. maltego ce bietet community-edition mit basic-transforms kostenlos, commercial-versions integrieren premium-data-sources. automated-reconnaissance-workflows für threat-actor-profiling und infrastructure-mapping reduzieren manuelle investigation-time erheblich. osint link-analysis fraud-investigation network-forensics analysis",
+ "embedding": [
+ -0.042449951171875,
+ 0.0210418701171875,
+ 0.0440673828125,
+ -0.005756378173828125,
+ 0.0194091796875,
+ 0.0298004150390625,
+ 0.0276336669921875,
+ -0.0166168212890625,
+ -0.01345062255859375,
+ 0.00907135009765625,
+ -0.0276336669921875,
+ 0.0247344970703125,
+ -0.01345062255859375,
+ 0.004695892333984375,
+ -0.0697021484375,
+ 0.04278564453125,
+ 0.0022792816162109375,
+ 0.01390838623046875,
+ 0.0167999267578125,
+ 0.00812530517578125,
+ -0.0316162109375,
+ -0.003002166748046875,
+ -0.05780029296875,
+ 0.002471923828125,
+ 0.0185089111328125,
+ 0.0180511474609375,
+ -0.0158843994140625,
+ -0.050567626953125,
+ -0.01042938232421875,
+ 0.00713348388671875,
+ 0.0233001708984375,
+ -0.041351318359375,
+ -0.0101165771484375,
+ 0.0186004638671875,
+ 0.0018396377563476562,
+ -0.0190582275390625,
+ -0.006908416748046875,
+ -0.03521728515625,
+ -0.038818359375,
+ 0.028900146484375,
+ -0.0194091796875,
+ 0.00614166259765625,
+ 0.007404327392578125,
+ -0.00501251220703125,
+ -0.040618896484375,
+ -0.0391845703125,
+ 0.01264190673828125,
+ 0.0160675048828125,
+ 0.0139923095703125,
+ 0.019134521484375,
+ 0.007904052734375,
+ 0.03106689453125,
+ 0.0189666748046875,
+ -0.0007390975952148438,
+ -0.0226593017578125,
+ 0.024017333984375,
+ 0.0111083984375,
+ -0.032135009765625,
+ -0.054901123046875,
+ 0.0254669189453125,
+ -0.0384521484375,
+ -0.00699615478515625,
+ -0.0096588134765625,
+ -0.01390838623046875,
+ 0.0233001708984375,
+ 0.01381683349609375,
+ -0.0227508544921875,
+ -0.028717041015625,
+ 0.023834228515625,
+ -0.0096588134765625,
+ 0.0234832763671875,
+ 0.006908416748046875,
+ 0.0143585205078125,
+ 0.0037479400634765625,
+ -0.02618408203125,
+ -0.038116455078125,
+ -0.01544189453125,
+ 0.03106689453125,
+ -0.0234832763671875,
+ 0.0139923095703125,
+ -0.033416748046875,
+ -0.004062652587890625,
+ 0.051300048828125,
+ -0.0308837890625,
+ -0.01715087890625,
+ -0.01174163818359375,
+ 0.042633056640625,
+ 0.006275177001953125,
+ -0.00798797607421875,
+ -0.00388336181640625,
+ -0.0020542144775390625,
+ 0.004695892333984375,
+ 0.0203094482421875,
+ -0.013092041015625,
+ 0.041168212890625,
+ 0.0350341796875,
+ -0.0447998046875,
+ 0.0194091796875,
+ -0.015350341796875,
+ 0.028900146484375,
+ 0.0218505859375,
+ -0.0203094482421875,
+ 0.033050537109375,
+ -0.01480865478515625,
+ 0.0433349609375,
+ -0.0231170654296875,
+ 0.006366729736328125,
+ -0.033782958984375,
+ 0.00033164024353027344,
+ -0.0308837890625,
+ -0.0802001953125,
+ -0.01580810546875,
+ -0.024017333984375,
+ -0.053466796875,
+ 0.01561737060546875,
+ 0.0234832763671875,
+ -0.0011281967163085938,
+ 0.02581787109375,
+ -0.052001953125,
+ -0.045318603515625,
+ 0.03521728515625,
+ 0.0276336669921875,
+ -0.0006856918334960938,
+ 0.0118255615234375,
+ -0.042266845703125,
+ -0.058868408203125,
+ 0.00600433349609375,
+ 0.0312347412109375,
+ -0.045135498046875,
+ -0.0020198822021484375,
+ -0.0294342041015625,
+ -0.01174163818359375,
+ 0.009979248046875,
+ -0.01354217529296875,
+ 0.0159759521484375,
+ -0.01480865478515625,
+ 0.0211334228515625,
+ 0.00835418701171875,
+ -0.0120086669921875,
+ 0.0121002197265625,
+ 0.05596923828125,
+ -0.0163421630859375,
+ -0.06463623046875,
+ 0.017059326171875,
+ -0.0292510986328125,
+ 0.005756378173828125,
+ 0.002979278564453125,
+ 0.058135986328125,
+ -0.03955078125,
+ -0.007720947265625,
+ -0.004604339599609375,
+ 0.037750244140625,
+ 0.04840087890625,
+ 0.0118255615234375,
+ 0.01345062255859375,
+ -0.0399169921875,
+ -0.0096588134765625,
+ 0.00704193115234375,
+ 0.06646728515625,
+ -0.0109710693359375,
+ -0.00014603137969970703,
+ 0.003520965576171875,
+ 0.03558349609375,
+ 0.01024627685546875,
+ 0.00379180908203125,
+ -0.0152587890625,
+ -0.0308837890625,
+ 0.0029125213623046875,
+ 0.002529144287109375,
+ -0.00807952880859375,
+ 0.031768798828125,
+ -0.006500244140625,
+ 0.0270843505859375,
+ 0.055267333984375,
+ -0.0213165283203125,
+ 0.0299835205078125,
+ -0.00435638427734375,
+ -0.01345062255859375,
+ 0.041534423828125,
+ 0.033599853515625,
+ -0.002483367919921875,
+ -0.0003173351287841797,
+ 0.03594970703125,
+ -0.017425537109375,
+ 0.01007080078125,
+ -0.004673004150390625,
+ -0.03448486328125,
+ -0.00548553466796875,
+ -0.019866943359375,
+ 0.00952911376953125,
+ -0.045867919921875,
+ -0.01959228515625,
+ -0.0166168212890625,
+ 0.04425048828125,
+ 0.036102294921875,
+ 0.078369140625,
+ -0.0181427001953125,
+ -0.036468505859375,
+ 0.0270843505859375,
+ 0.01372528076171875,
+ -0.0095672607421875,
+ 0.0225677490234375,
+ -0.0158843994140625,
+ 0.031951904296875,
+ 0.015716552734375,
+ 0.0020656585693359375,
+ -0.019500732421875,
+ 0.0433349609375,
+ 0.0384521484375,
+ -0.0263671875,
+ -0.005756378173828125,
+ 0.06719970703125,
+ -0.0167083740234375,
+ -0.00821685791015625,
+ -0.01561737060546875,
+ -0.0183258056640625,
+ -0.0028095245361328125,
+ -0.033935546875,
+ -0.00136566162109375,
+ -0.0088043212890625,
+ 0.01300048828125,
+ -0.046234130859375,
+ -0.0015802383422851562,
+ 0.04046630859375,
+ -0.01015472412109375,
+ 0.033935546875,
+ 0.003814697265625,
+ -0.0296173095703125,
+ -0.00164794921875,
+ 0.0391845703125,
+ 0.037933349609375,
+ 0.01354217529296875,
+ -0.004062652587890625,
+ -0.0122833251953125,
+ -0.01061248779296875,
+ -0.01345062255859375,
+ 0.044952392578125,
+ 0.050201416015625,
+ 0.0272674560546875,
+ 0.0075836181640625,
+ -0.024200439453125,
+ 0.0296173095703125,
+ -0.0184173583984375,
+ 0.0228424072265625,
+ 0.022308349609375,
+ -0.0098876953125,
+ -0.0077667236328125,
+ -0.003814697265625,
+ 0.00704193115234375,
+ 0.071533203125,
+ -0.063232421875,
+ -0.0207672119140625,
+ -0.0711669921875,
+ 0.023651123046875,
+ -0.0780029296875,
+ -0.050201416015625,
+ -0.032135009765625,
+ -0.042266845703125,
+ 0.054534912109375,
+ -0.0294342041015625,
+ -0.024383544921875,
+ 0.00807952880859375,
+ 0.01038360595703125,
+ 0.01715087890625,
+ 0.0621337890625,
+ -0.01015472412109375,
+ -0.04425048828125,
+ 0.00033020973205566406,
+ 0.06500244140625,
+ 0.023651123046875,
+ -0.0256500244140625,
+ 0.00487518310546875,
+ 0.0299835205078125,
+ -0.0085296630859375,
+ 0.0184173583984375,
+ -0.007904052734375,
+ 0.0267333984375,
+ 0.0234832763671875,
+ 0.03411865234375,
+ 0.04840087890625,
+ -0.0201416015625,
+ 0.0119171142578125,
+ 0.01480865478515625,
+ 0.05596923828125,
+ -0.07257080078125,
+ -0.023651123046875,
+ -0.01499176025390625,
+ 0.01715087890625,
+ -0.0097503662109375,
+ -0.0121002197265625,
+ 0.0029125213623046875,
+ 0.03033447265625,
+ 0.01453399658203125,
+ -0.0109710693359375,
+ 0.0048980712890625,
+ -0.052734375,
+ 0.031768798828125,
+ -0.005687713623046875,
+ -0.023834228515625,
+ 0.0181427001953125,
+ 0.05780029296875,
+ -0.049468994140625,
+ 0.024017333984375,
+ -0.0023365020751953125,
+ 0.0141754150390625,
+ -0.0263671875,
+ -0.0301513671875,
+ -0.00704193115234375,
+ -0.015350341796875,
+ -0.04730224609375,
+ -0.0254669189453125,
+ 0.00943756103515625,
+ -0.0164337158203125,
+ 0.006275177001953125,
+ -0.007404327392578125,
+ 0.0119171142578125,
+ -0.033050537109375,
+ -0.0399169921875,
+ 0.017425537109375,
+ -0.0296173095703125,
+ -0.04840087890625,
+ -0.0166168212890625,
+ 0.040283203125,
+ -0.00591278076171875,
+ -0.00322723388671875,
+ 0.006862640380859375,
+ -0.0204925537109375,
+ -0.03143310546875,
+ -0.0005331039428710938,
+ -0.0164337158203125,
+ 0.01788330078125,
+ 0.00478363037109375,
+ 0.0384521484375,
+ 0.021759033203125,
+ 0.04278564453125,
+ 0.0233001708984375,
+ 0.07513427734375,
+ 0.03936767578125,
+ -0.01453399658203125,
+ -0.002391815185546875,
+ 0.0033626556396484375,
+ 0.0228424072265625,
+ 0.0213165283203125,
+ -0.00916290283203125,
+ 0.002529144287109375,
+ -0.000476837158203125,
+ -0.036651611328125,
+ 0.0159759521484375,
+ 0.00011920928955078125,
+ 0.019866943359375,
+ 0.040618896484375,
+ -0.0225677490234375,
+ -0.00762939453125,
+ 0.086669921875,
+ 0.004131317138671875,
+ 0.10980224609375,
+ -0.0190582275390625,
+ -0.0621337890625,
+ 0.01300048828125,
+ 0.04766845703125,
+ -0.04010009765625,
+ -0.005825042724609375,
+ 0.02581787109375,
+ -0.004741668701171875,
+ -0.006954193115234375,
+ 0.0158843994140625,
+ 0.0003864765167236328,
+ 0.04876708984375,
+ -0.0182342529296875,
+ 0.00492095947265625,
+ 0.030517578125,
+ -0.024200439453125,
+ 0.0107421875,
+ 0.046600341796875,
+ 0.03863525390625,
+ 0.0009927749633789062,
+ 0.046051025390625,
+ -0.0201416015625,
+ 0.017333984375,
+ -0.041900634765625,
+ -0.0621337890625,
+ 0.0187835693359375,
+ 0.04010009765625,
+ 0.011016845703125,
+ 0.00844573974609375,
+ -0.00383758544921875,
+ -0.046966552734375,
+ 0.050567626953125,
+ -0.04315185546875,
+ 0.068603515625,
+ 0.04730224609375,
+ 0.0169677734375,
+ 0.0296173095703125,
+ -0.024566650390625,
+ 0.0160675048828125,
+ 0.050933837890625,
+ 0.03863525390625,
+ 0.04840087890625,
+ 0.04913330078125,
+ 0.0270843505859375,
+ 0.01462554931640625,
+ -0.0516357421875,
+ 0.01146697998046875,
+ 0.01245880126953125,
+ 0.0048065185546875,
+ -0.00920867919921875,
+ 0.041351318359375,
+ 0.0229339599609375,
+ 0.030517578125,
+ -0.01282501220703125,
+ 0.03955078125,
+ 0.033935546875,
+ -0.038818359375,
+ 0.0095672607421875,
+ -0.0166168212890625,
+ 0.0247344970703125,
+ -0.06390380859375,
+ 0.024383544921875,
+ -0.0005331039428710938,
+ 0.01544189453125,
+ 0.0042877197265625,
+ 0.01033782958984375,
+ -0.03521728515625,
+ 0.00605010986328125,
+ 0.06719970703125,
+ -0.07550048828125,
+ 0.0226593017578125,
+ 0.00722503662109375,
+ -0.004718780517578125,
+ 0.0204010009765625,
+ -0.0085296630859375,
+ -0.046600341796875,
+ 0.01715087890625,
+ -0.0357666015625,
+ -0.0159759521484375,
+ 0.00713348388671875,
+ 0.0274505615234375,
+ -0.04010009765625,
+ -0.0205841064453125,
+ -0.03106689453125,
+ -0.000823974609375,
+ 0.00029349327087402344,
+ -0.0290679931640625,
+ 0.050201416015625,
+ -0.007720947265625,
+ 0.0010776519775390625,
+ 0.059234619140625,
+ 0.024383544921875,
+ -0.01490020751953125,
+ -0.03411865234375,
+ 0.037567138671875,
+ -0.0121917724609375,
+ -0.059234619140625,
+ 0.01490020751953125,
+ 0.017974853515625,
+ 0.022125244140625,
+ -0.0233001708984375,
+ 0.0018396377563476562,
+ -0.021942138671875,
+ 0.03143310546875,
+ 0.01042938232421875,
+ 0.033233642578125,
+ -0.037750244140625,
+ -0.0276336669921875,
+ -0.0260009765625,
+ 0.03863525390625,
+ 0.019775390625,
+ 0.0290679931640625,
+ 0.0218505859375,
+ -0.06353759765625,
+ 0.023834228515625,
+ -0.04840087890625,
+ -0.00240325927734375,
+ -0.0143585205078125,
+ 0.005825042724609375,
+ -0.0226593017578125,
+ 0.06353759765625,
+ -0.024383544921875,
+ -0.01453399658203125,
+ -0.01061248779296875,
+ 0.06683349609375,
+ 0.01471710205078125,
+ -0.00331878662109375,
+ -0.050201416015625,
+ 0.0391845703125,
+ 0.036285400390625,
+ -0.04388427734375,
+ -0.00505828857421875,
+ -0.0039520263671875,
+ 0.021759033203125,
+ 0.049468994140625,
+ -0.046600341796875,
+ -0.0224761962890625,
+ -0.021575927734375,
+ -0.06500244140625,
+ -0.0298004150390625,
+ -0.03143310546875,
+ -0.0316162109375,
+ -0.032318115234375,
+ 0.028350830078125,
+ 0.0032958984375,
+ -0.0009198188781738281,
+ 0.015533447265625,
+ 0.0162506103515625,
+ -0.01142120361328125,
+ 0.021484375,
+ 0.032501220703125,
+ -0.0249176025390625,
+ 0.062469482421875,
+ -0.04840087890625,
+ -0.041717529296875,
+ -0.015716552734375,
+ 0.02655029296875,
+ -0.0231170654296875,
+ 0.0111541748046875,
+ -0.003566741943359375,
+ -0.00708770751953125,
+ 0.04388427734375,
+ -0.01922607421875,
+ 0.002956390380859375,
+ -0.0031833648681640625,
+ -0.032867431640625,
+ -0.04388427734375,
+ -0.0357666015625,
+ 0.024566650390625,
+ 0.0167083740234375,
+ 0.0109710693359375,
+ 0.01282501220703125,
+ 0.040283203125,
+ -0.032318115234375,
+ -0.0048065185546875,
+ 0.0298004150390625,
+ 0.0111541748046875,
+ -0.00821685791015625,
+ 0.004062652587890625,
+ -0.00555419921875,
+ -0.0100250244140625,
+ 0.03143310546875,
+ -0.028533935546875,
+ -0.027984619140625,
+ -0.07330322265625,
+ 0.045135498046875,
+ 0.006816864013671875,
+ -0.0247344970703125,
+ -0.0350341796875,
+ -0.03826904296875,
+ -0.054168701171875,
+ -0.0031604766845703125,
+ 0.052001953125,
+ 0.01372528076171875,
+ 0.028717041015625,
+ -0.060302734375,
+ -0.021484375,
+ 0.006500244140625,
+ -0.05706787109375,
+ 0.04766845703125,
+ -0.0088043212890625,
+ 0.005619049072265625,
+ 0.013092041015625,
+ -0.04840087890625,
+ 0.01453399658203125,
+ 0.005329132080078125,
+ 0.0357666015625,
+ -0.0108795166015625,
+ 0.00605010986328125,
+ -0.033416748046875,
+ 0.03143310546875,
+ 0.0166168212890625,
+ -0.0181427001953125,
+ 0.00548553466796875,
+ -0.0037021636962890625,
+ 0.03594970703125,
+ -0.032867431640625,
+ -0.00188446044921875,
+ 0.017974853515625,
+ 0.005825042724609375,
+ 0.0247344970703125,
+ -0.00821685791015625,
+ -0.006275177001953125,
+ 0.033599853515625,
+ -0.0065460205078125,
+ 0.059600830078125,
+ -0.021484375,
+ -0.0523681640625,
+ -0.022125244140625,
+ 0.00605010986328125,
+ 0.036834716796875,
+ 0.037384033203125,
+ 0.0010042190551757812,
+ -0.023651123046875,
+ 0.015533447265625,
+ 0.0433349609375,
+ 0.0144500732421875,
+ -0.07513427734375,
+ -0.060302734375,
+ 0.036102294921875,
+ 0.0299835205078125,
+ 0.050933837890625,
+ -0.01137542724609375,
+ 0.07586669921875,
+ 0.0152587890625,
+ 0.003971099853515625,
+ 0.02581787109375,
+ 0.059234619140625,
+ 0.0357666015625,
+ -0.022125244140625,
+ -0.03143310546875,
+ 0.01174163818359375,
+ -0.0089874267578125,
+ -0.08270263671875,
+ -0.033599853515625,
+ 0.013275146484375,
+ 0.0523681640625,
+ -0.0859375,
+ -0.01155853271484375,
+ -0.0203094482421875,
+ -0.00722503662109375,
+ 0.028717041015625,
+ -0.0006093978881835938,
+ 0.0029354095458984375,
+ 0.0121002197265625,
+ -0.0121917724609375,
+ -0.0182342529296875,
+ 0.005260467529296875,
+ -0.00925445556640625,
+ -0.0089874267578125,
+ 0.036102294921875,
+ 0.0228424072265625,
+ -0.007904052734375,
+ 0.017791748046875,
+ 0.0111083984375,
+ 0.01751708984375,
+ 0.0249176025390625,
+ 0.04278564453125,
+ 0.033599853515625,
+ 0.004718780517578125,
+ 0.028350830078125,
+ 0.0693359375,
+ -0.017333984375,
+ -0.021942138671875,
+ 0.007720947265625,
+ 0.0270843505859375,
+ 0.030517578125,
+ 0.033050537109375,
+ 0.013275146484375,
+ 0.0228424072265625,
+ 0.0038604736328125,
+ -0.0233001708984375,
+ -0.0267333984375,
+ 0.01580810546875,
+ -0.0098419189453125,
+ -0.055633544921875,
+ -0.0357666015625,
+ 0.004241943359375,
+ -0.0183258056640625,
+ 0.040802001953125,
+ 0.01007080078125,
+ -0.0433349609375,
+ 0.0024261474609375,
+ 0.045501708984375,
+ -0.01300048828125,
+ -0.01236724853515625,
+ 0.0085296630859375,
+ -0.010833740234375,
+ -0.03106689453125,
+ 0.0030918121337890625,
+ -0.021759033203125,
+ 0.03826904296875,
+ -0.028350830078125,
+ -0.078369140625,
+ -0.0167083740234375,
+ 0.03936767578125,
+ 0.0140838623046875,
+ -0.028350830078125,
+ 0.0252838134765625,
+ 0.007537841796875,
+ -0.008575439453125,
+ -0.0628662109375,
+ -0.045501708984375,
+ -0.0028095245361328125,
+ 0.01544189453125,
+ -0.049835205078125,
+ 0.024200439453125,
+ -0.0003132820129394531,
+ -0.04730224609375,
+ -0.00534820556640625,
+ -0.01056671142578125,
+ -0.01922607421875,
+ 0.0270843505859375,
+ -0.059967041015625,
+ 0.033050537109375,
+ 0.00043463706970214844,
+ 0.01236724853515625,
+ 0.0391845703125,
+ 0.059600830078125,
+ -0.042633056640625,
+ 0.0031147003173828125,
+ -0.0256500244140625,
+ -0.03826904296875,
+ 0.0108795166015625,
+ -0.0140838623046875,
+ 0.00614166259765625,
+ -0.04913330078125,
+ 0.00193023681640625,
+ 0.046051025390625,
+ -0.053802490234375,
+ 0.01132965087890625,
+ 0.01715087890625,
+ 0.008758544921875,
+ -0.043701171875,
+ 0.0167999267578125,
+ -0.0031375885009765625,
+ 0.017333984375,
+ 0.05706787109375,
+ -0.0028896331787109375,
+ 0.00543975830078125,
+ -0.01354217529296875,
+ -0.036468505859375,
+ 0.0628662109375,
+ 0.0165252685546875,
+ 0.0231170654296875,
+ -0.00952911376953125,
+ 0.0254669189453125,
+ 0.012908935546875,
+ -0.0251007080078125,
+ 0.01499176025390625,
+ -0.076904296875,
+ -0.021392822265625,
+ 0.03485107421875,
+ 0.00383758544921875,
+ 0.0027313232421875,
+ 0.00555419921875,
+ -0.058135986328125,
+ -0.0292510986328125,
+ -0.0186004638671875,
+ 0.028717041015625,
+ 0.023834228515625,
+ 0.0204925537109375,
+ -0.0252838134765625,
+ -0.03558349609375,
+ 0.00327301025390625,
+ -0.046051025390625,
+ -0.019134521484375,
+ -0.013092041015625,
+ -0.0025501251220703125,
+ 0.0247344970703125,
+ -0.06683349609375,
+ 0.0177001953125,
+ 0.01300048828125,
+ 0.0139923095703125,
+ 0.006591796875,
+ 0.045684814453125,
+ -0.035400390625,
+ -0.01300048828125,
+ 0.0121917724609375,
+ 0.031768798828125,
+ 0.01471710205078125,
+ -0.01061248779296875,
+ -0.01381683349609375,
+ 0.0204010009765625,
+ 0.033233642578125,
+ -0.041900634765625,
+ 0.0098419189453125,
+ 0.04315185546875,
+ -0.038818359375,
+ -0.03863525390625,
+ 0.00555419921875,
+ -0.02618408203125,
+ 0.049468994140625,
+ -0.0152587890625,
+ 0.053802490234375,
+ -0.007495880126953125,
+ -0.0036792755126953125,
+ -0.0888671875,
+ 0.046600341796875,
+ -0.015167236328125,
+ 0.03411865234375,
+ 0.02581787109375,
+ -0.021484375,
+ -0.06756591796875,
+ -0.04803466796875,
+ -0.0020084381103515625,
+ 0.0188751220703125,
+ -0.0301513671875,
+ 0.04046630859375,
+ 0.046600341796875,
+ 0.0088043212890625,
+ 0.0211334228515625,
+ 0.00939178466796875,
+ -0.00069427490234375,
+ 0.02618408203125,
+ 0.017333984375,
+ -0.0269012451171875,
+ 0.08123779296875,
+ -0.0263671875,
+ 0.04278564453125,
+ 0.0019969940185546875,
+ 0.00762939453125,
+ 0.021484375,
+ -0.01092529296875,
+ -0.032501220703125,
+ 0.005100250244140625,
+ 0.050567626953125,
+ 0.019683837890625,
+ -0.0207672119140625,
+ 0.0278167724609375,
+ 0.007404327392578125,
+ 0.006771087646484375,
+ -0.00704193115234375,
+ -0.0184173583984375,
+ -0.003993988037109375,
+ 0.0018062591552734375,
+ -0.0292510986328125,
+ -0.005825042724609375,
+ -0.0689697265625,
+ -0.06427001953125,
+ 0.004131317138671875,
+ -0.058868408203125,
+ -0.00009453296661376953,
+ 0.0015916824340820312,
+ 0.00948333740234375,
+ 0.011199951171875,
+ -0.06646728515625,
+ 0.04046630859375,
+ -0.0121917724609375,
+ -0.041717529296875,
+ -0.0205841064453125,
+ 0.0077667236328125,
+ -0.0209503173828125,
+ 0.04443359375,
+ 0.019775390625,
+ -0.032135009765625,
+ -0.0205841064453125,
+ -0.0190582275390625,
+ -0.01146697998046875,
+ -0.01788330078125,
+ 0.007904052734375,
+ -0.042266845703125,
+ 0.0228424072265625,
+ -0.06787109375,
+ -0.036102294921875,
+ 0.027984619140625,
+ 0.01318359375,
+ 0.00496673583984375,
+ -0.0122833251953125,
+ 0.04351806640625,
+ -0.001247406005859375,
+ -0.062469482421875,
+ 0.0350341796875,
+ -0.00431060791015625,
+ 0.003047943115234375,
+ 0.033233642578125,
+ -0.01372528076171875,
+ -0.006908416748046875,
+ -0.0109710693359375,
+ 0.03936767578125,
+ 0.01024627685546875,
+ 0.02618408203125,
+ 0.01029205322265625,
+ -0.0096588134765625,
+ 0.0163421630859375,
+ -0.019775390625,
+ 0.03863525390625,
+ -0.006366729736328125,
+ 0.007537841796875,
+ -0.0121002197265625,
+ 0.02203369140625,
+ 0.011016845703125,
+ -0.08123779296875,
+ -0.0187835693359375,
+ -0.023651123046875,
+ -0.063232421875,
+ 0.0121002197265625,
+ 0.0780029296875,
+ 0.033935546875,
+ -0.006908416748046875,
+ 0.033050537109375,
+ 0.0159759521484375,
+ 0.0019855499267578125,
+ 0.0095672607421875,
+ -0.0020084381103515625,
+ -0.0689697265625,
+ -0.01788330078125,
+ 0.049835205078125,
+ 0.036651611328125,
+ -0.06536865234375,
+ 0.03955078125,
+ 0.07513427734375,
+ -0.0118255615234375,
+ -0.052001953125,
+ 0.01381683349609375,
+ -0.01336669921875,
+ 0.045318603515625,
+ 0.051300048828125,
+ 0.0036334991455078125,
+ -0.046600341796875,
+ -0.007404327392578125,
+ 0.005191802978515625,
+ -0.0033416748046875,
+ 0.017425537109375,
+ -0.01273345947265625,
+ -0.046600341796875,
+ 0.0787353515625,
+ -0.060302734375,
+ -0.0183258056640625,
+ 0.033599853515625,
+ 0.0614013671875,
+ 0.017242431640625,
+ -0.0292510986328125,
+ -0.0121002197265625,
+ 0.0278167724609375,
+ 0.0189666748046875,
+ -0.0075836181640625,
+ 0.0089874267578125,
+ 0.0077667236328125,
+ 0.0033416748046875,
+ 0.0249176025390625,
+ 0.042266845703125,
+ 0.005779266357421875,
+ 0.03070068359375,
+ 0.017608642578125,
+ -0.0184173583984375,
+ 0.03521728515625,
+ 0.00605010986328125,
+ 0.0006461143493652344,
+ -0.01024627685546875,
+ -0.0276336669921875,
+ -0.009796142578125,
+ -0.053802490234375,
+ 0.0516357421875,
+ 0.024017333984375,
+ 0.03863525390625,
+ 0.0194091796875,
+ -0.0026531219482421875,
+ -0.0096588134765625,
+ 0.0008406639099121094,
+ 0.03521728515625,
+ 0.041900634765625,
+ 0.03521728515625,
+ 0.0140838623046875,
+ 0.0299835205078125,
+ 0.02655029296875,
+ 0.00197601318359375,
+ -0.032501220703125,
+ 0.0343017578125,
+ -0.020233154296875,
+ 0.0152587890625,
+ -0.054534912109375,
+ -0.01490020751953125,
+ 0.004650115966796875,
+ -0.01751708984375,
+ -0.0164337158203125,
+ -0.033782958984375,
+ -0.0014448165893554688,
+ -0.0256500244140625,
+ -0.03558349609375,
+ -0.0254669189453125,
+ 0.0531005859375,
+ -0.050201416015625,
+ 0.0256500244140625,
+ 0.0227508544921875,
+ -0.0160675048828125,
+ 0.017791748046875,
+ -0.030517578125,
+ 0.07440185546875,
+ 0.0247344970703125,
+ 0.0301513671875,
+ -0.0101165771484375,
+ 0.01174163818359375,
+ 0.04351806640625,
+ -0.01788330078125,
+ 0.01264190673828125,
+ 0.0272674560546875,
+ -0.0012693405151367188,
+ 0.0697021484375,
+ 0.046234130859375,
+ 0.0249176025390625,
+ -0.0516357421875,
+ 0.0391845703125,
+ 0.0078582763671875,
+ -0.04388427734375,
+ 0.03594970703125,
+ 0.0143585205078125,
+ 0.0164337158203125,
+ -0.0025615692138671875,
+ -0.019500732421875,
+ 0.0017385482788085938,
+ -0.04351806640625,
+ 0.0704345703125,
+ 0.0254669189453125,
+ 0.008575439453125,
+ 0.017242431640625,
+ -0.063232421875,
+ 0.0350341796875,
+ 0.00798797607421875,
+ 0.06427001953125,
+ -0.024017333984375,
+ 0.058502197265625,
+ -0.00017499923706054688,
+ -0.00839996337890625,
+ -0.0085296630859375,
+ 0.01155853271484375,
+ 0.00505828857421875,
+ 0.03411865234375,
+ -0.004627227783203125,
+ 0.054168701171875,
+ 0.041351318359375,
+ 0.0054168701171875,
+ -0.059967041015625,
+ -0.0213165283203125,
+ 0.03070068359375,
+ 0.008941650390625,
+ 0.037384033203125,
+ -0.046966552734375,
+ -0.0249176025390625,
+ 0.0120086669921875,
+ 0.01480865478515625,
+ 0.06353759765625,
+ -0.0224761962890625,
+ -0.00605010986328125,
+ 0.0032062530517578125,
+ 0.006725311279296875,
+ 0.00916290283203125,
+ -0.03411865234375
+ ],
+ "metadata": {
+ "domains": [
+ "fraud-investigation",
+ "network-forensics"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "osint",
+ "link-analysis"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_x64dbg",
+ "type": "tool",
+ "name": "x64dbg",
+ "content": "x64dbg kostenloser windows-debugger mit moderner 64-bit-architektur und aktivem plugin-ecosystem. anti-anti-debug-plugins umgehen evasion-techniken, script-engine automatisiert repetitive tasks. memory-map-viewer, conditional-breakpoints und multi-threading-support für moderne malware-dynamic-analysis. debugger reverse-engineering malware-analysis analysis",
+ "embedding": [
+ -0.0272979736328125,
+ 0.006633758544921875,
+ 0.04132080078125,
+ -0.01422882080078125,
+ 0.0222015380859375,
+ 0.041900634765625,
+ 0.01806640625,
+ 0.00579071044921875,
+ -0.01739501953125,
+ -0.0083160400390625,
+ -0.050750732421875,
+ 0.0226898193359375,
+ 0.03692626953125,
+ 0.012786865234375,
+ -0.0251922607421875,
+ 0.0330810546875,
+ -0.016632080078125,
+ 0.0109100341796875,
+ 0.000057816505432128906,
+ 0.0172119140625,
+ -0.038055419921875,
+ 0.007305145263671875,
+ -0.0511474609375,
+ -0.00608062744140625,
+ 0.016632080078125,
+ -0.0019588470458984375,
+ -0.026336669921875,
+ -0.023651123046875,
+ -0.0182647705078125,
+ -0.0067291259765625,
+ 0.015380859375,
+ -0.062286376953125,
+ 0.02239990234375,
+ 0.04864501953125,
+ 0.02056884765625,
+ -0.0029430389404296875,
+ 0.00370025634765625,
+ -0.058441162109375,
+ -0.036712646484375,
+ 0.07421875,
+ -0.02557373046875,
+ 0.0003485679626464844,
+ 0.01009368896484375,
+ -0.008026123046875,
+ -0.0162506103515625,
+ -0.08074951171875,
+ 0.008026123046875,
+ -0.0267181396484375,
+ 0.01081085205078125,
+ -0.0181732177734375,
+ 0.0294189453125,
+ 0.0286407470703125,
+ 0.0213470458984375,
+ -0.0051422119140625,
+ -0.02691650390625,
+ 0.04901123046875,
+ 0.01451873779296875,
+ -0.001316070556640625,
+ -0.035003662109375,
+ 0.04730224609375,
+ -0.019989013671875,
+ -0.008697509765625,
+ -0.007354736328125,
+ -0.005550384521484375,
+ 0.039794921875,
+ 0.039031982421875,
+ 0.002498626708984375,
+ -0.0286407470703125,
+ -0.0059356689453125,
+ 0.01739501953125,
+ -0.00946807861328125,
+ 0.0016698837280273438,
+ -0.024505615234375,
+ 0.0240325927734375,
+ -0.02239990234375,
+ -0.00975799560546875,
+ 0.02825927734375,
+ 0.04998779296875,
+ -0.003604888916015625,
+ -0.012786865234375,
+ -0.056915283203125,
+ -0.01287841796875,
+ 0.04901123046875,
+ -0.027679443359375,
+ 0.00482940673828125,
+ 0.0083160400390625,
+ 0.01422882080078125,
+ 0.01490020751953125,
+ 0.0284576416015625,
+ 0.0105743408203125,
+ 0.04132080078125,
+ -0.0015316009521484375,
+ 0.0271148681640625,
+ -0.0201873779296875,
+ 0.029998779296875,
+ 0.055755615234375,
+ -0.00013518333435058594,
+ -0.0006246566772460938,
+ -0.022979736328125,
+ 0.03192138671875,
+ 0.019805908203125,
+ -0.0286407470703125,
+ 0.0672607421875,
+ -0.035369873046875,
+ 0.040771484375,
+ -0.01071929931640625,
+ 0.0030155181884765625,
+ -0.016143798828125,
+ 0.0032444000244140625,
+ -0.01105499267578125,
+ -0.0849609375,
+ -0.066162109375,
+ 0.01287841796875,
+ -0.054229736328125,
+ -0.006153106689453125,
+ -0.035369873046875,
+ -0.0014963150024414062,
+ 0.03863525390625,
+ -0.0278778076171875,
+ -0.04248046875,
+ -0.0018625259399414062,
+ 0.01470947265625,
+ -0.0257568359375,
+ 0.032684326171875,
+ -0.044219970703125,
+ -0.051513671875,
+ 0.0203857421875,
+ 0.01153564453125,
+ -0.0305633544921875,
+ -0.038848876953125,
+ -0.019805908203125,
+ -0.0253753662109375,
+ -0.020660400390625,
+ -0.046142578125,
+ -0.0149993896484375,
+ -0.0330810546875,
+ 0.0221099853515625,
+ -0.0247955322265625,
+ -0.00658416748046875,
+ -0.015960693359375,
+ 0.0290374755859375,
+ -0.026153564453125,
+ -0.04864501953125,
+ 0.0140380859375,
+ -0.0200958251953125,
+ 0.0106201171875,
+ 0.004566192626953125,
+ 0.03594970703125,
+ -0.0011053085327148438,
+ -0.0020542144775390625,
+ 0.00415802001953125,
+ 0.018646240234375,
+ 0.05230712890625,
+ 0.003604888916015625,
+ 0.045166015625,
+ -0.03997802734375,
+ -0.01297760009765625,
+ -0.0183563232421875,
+ 0.041900634765625,
+ -0.0080718994140625,
+ -0.01335906982421875,
+ 0.0182647705078125,
+ -0.0221099853515625,
+ 0.0175933837890625,
+ -0.0244140625,
+ -0.0200958251953125,
+ -0.021728515625,
+ 0.0259552001953125,
+ 0.0060577392578125,
+ -0.02691650390625,
+ 0.06268310546875,
+ 0.00821685791015625,
+ 0.0665283203125,
+ 0.049224853515625,
+ -0.0298004150390625,
+ 0.0109100341796875,
+ 0.00107574462890625,
+ -0.016815185546875,
+ 0.0198974609375,
+ 0.000048041343688964844,
+ -0.0017900466918945312,
+ -0.028839111328125,
+ 0.0278778076171875,
+ -0.0067291259765625,
+ -0.00478363037109375,
+ -0.00946807861328125,
+ -0.01047515869140625,
+ -0.026336669921875,
+ -0.0511474609375,
+ 0.0105743408203125,
+ -0.057281494140625,
+ -0.051910400390625,
+ -0.031524658203125,
+ 0.0292205810546875,
+ 0.031524658203125,
+ 0.0511474609375,
+ 0.01355743408203125,
+ -0.0271148681640625,
+ 0.04364013671875,
+ 0.0011892318725585938,
+ 0.01259613037109375,
+ 0.03326416015625,
+ 0.01470947265625,
+ 0.01335906982421875,
+ 0.0181732177734375,
+ 0.0020427703857421875,
+ -0.0150909423828125,
+ 0.0298004150390625,
+ 0.01105499267578125,
+ 0.01239776611328125,
+ 0.0027027130126953125,
+ 0.04345703125,
+ -0.0138397216796875,
+ -0.0215301513671875,
+ -0.0194244384765625,
+ -0.020660400390625,
+ 0.02239990234375,
+ 0.00879669189453125,
+ -0.007354736328125,
+ -0.0036296844482421875,
+ 0.000522613525390625,
+ -0.03228759765625,
+ 0.00466156005859375,
+ 0.043243408203125,
+ -0.015960693359375,
+ 0.039215087890625,
+ 0.0131683349609375,
+ 0.006153106689453125,
+ -0.02374267578125,
+ 0.01326751708984375,
+ 0.040191650390625,
+ 0.03326416015625,
+ 0.009033203125,
+ -0.01259613037109375,
+ 0.01605224609375,
+ 0.0030765533447265625,
+ 0.0230712890625,
+ 0.054595947265625,
+ 0.0298004150390625,
+ 0.00942230224609375,
+ -0.022308349609375,
+ 0.007640838623046875,
+ -0.00994873046875,
+ 0.050384521484375,
+ 0.030181884765625,
+ -0.0036773681640625,
+ 0.012115478515625,
+ 0.00888824462890625,
+ 0.028076171875,
+ 0.05767822265625,
+ -0.0538330078125,
+ -0.0119171142578125,
+ -0.02960205078125,
+ -0.01528167724609375,
+ -0.051910400390625,
+ -0.058074951171875,
+ -0.017974853515625,
+ -0.0259552001953125,
+ 0.0361328125,
+ -0.004924774169921875,
+ -0.0374755859375,
+ 0.024993896484375,
+ 0.029998779296875,
+ -0.0079803466796875,
+ 0.0246124267578125,
+ -0.0009131431579589844,
+ -0.053436279296875,
+ -0.0015859603881835938,
+ 0.04132080078125,
+ 0.01422882080078125,
+ -0.01788330078125,
+ -0.00234222412109375,
+ -0.00817108154296875,
+ 0.008026123046875,
+ -0.021728515625,
+ -0.01806640625,
+ 0.00006723403930664062,
+ 0.028839111328125,
+ -0.005645751953125,
+ 0.0009431838989257812,
+ -0.030181884765625,
+ 0.051513671875,
+ -0.0235443115234375,
+ 0.04632568359375,
+ -0.03826904296875,
+ -0.0036773681640625,
+ 0.0130767822265625,
+ 0.01519012451171875,
+ -0.0298004150390625,
+ -0.0321044921875,
+ -0.01393890380859375,
+ 0.042694091796875,
+ 0.01206207275390625,
+ 0.00234222412109375,
+ 0.0259552001953125,
+ -0.033843994140625,
+ 0.01239776611328125,
+ 0.00034689903259277344,
+ -0.01364898681640625,
+ 0.00812530517578125,
+ 0.045562744140625,
+ -0.061920166015625,
+ 0.023651123046875,
+ 0.00152587890625,
+ -0.00855255126953125,
+ -0.0239410400390625,
+ -0.037109375,
+ -0.0330810546875,
+ -0.01605224609375,
+ -0.03460693359375,
+ -0.0294189453125,
+ 0.00980377197265625,
+ 0.001995086669921875,
+ 0.004638671875,
+ -0.0251922607421875,
+ 0.0093231201171875,
+ -0.04248046875,
+ -0.0357666015625,
+ 0.0086517333984375,
+ -0.01297760009765625,
+ -0.039031982421875,
+ -0.036529541015625,
+ 0.053436279296875,
+ -0.0099029541015625,
+ 0.00884246826171875,
+ -0.01557159423828125,
+ -0.007160186767578125,
+ -0.033447265625,
+ 0.01528167724609375,
+ -0.034210205078125,
+ 0.00971221923828125,
+ -0.0005435943603515625,
+ 0.0330810546875,
+ 0.00482940673828125,
+ 0.04730224609375,
+ -0.002307891845703125,
+ 0.07958984375,
+ 0.03363037109375,
+ -0.0089874267578125,
+ -0.022491455078125,
+ 0.020477294921875,
+ 0.009033203125,
+ 0.024505615234375,
+ -0.040374755859375,
+ -0.041534423828125,
+ -0.014801025390625,
+ -0.05267333984375,
+ -0.007595062255859375,
+ 0.00025391578674316406,
+ 0.057281494140625,
+ 0.02423095703125,
+ -0.007305145263671875,
+ -0.006633758544921875,
+ 0.0565185546875,
+ 0.016632080078125,
+ 0.09918212890625,
+ -0.032684326171875,
+ -0.03863525390625,
+ -0.006969451904296875,
+ 0.0665283203125,
+ 0.01451873779296875,
+ 0.016815185546875,
+ 0.0202789306640625,
+ 0.0124969482421875,
+ -0.0183563232421875,
+ 0.026336669921875,
+ -0.004878997802734375,
+ -0.006103515625,
+ -0.00788116455078125,
+ -0.0006489753723144531,
+ 0.01873779296875,
+ 0.0011892318725585938,
+ -0.011199951171875,
+ 0.007595062255859375,
+ 0.048248291015625,
+ 0.038055419921875,
+ 0.027679443359375,
+ -0.0232696533203125,
+ -0.005504608154296875,
+ -0.010528564453125,
+ -0.061920166015625,
+ 0.0124969482421875,
+ 0.0201873779296875,
+ 0.0137481689453125,
+ 0.04730224609375,
+ -0.0169219970703125,
+ -0.08154296875,
+ 0.0272979736328125,
+ -0.062286376953125,
+ 0.061126708984375,
+ 0.0374755859375,
+ -0.0013341903686523438,
+ 0.0271148681640625,
+ -0.0115814208984375,
+ -0.00319671630859375,
+ -0.0137481689453125,
+ 0.02056884765625,
+ 0.045562744140625,
+ 0.050384521484375,
+ 0.050384521484375,
+ 0.00152587890625,
+ -0.0271148681640625,
+ 0.00846099853515625,
+ 0.046142578125,
+ 0.0265350341796875,
+ -0.001514434814453125,
+ 0.01788330078125,
+ 0.0067291259765625,
+ 0.038055419921875,
+ 0.007305145263671875,
+ 0.050750732421875,
+ 0.0361328125,
+ -0.01335906982421875,
+ 0.0198974609375,
+ -0.0010814666748046875,
+ 0.023834228515625,
+ -0.036346435546875,
+ 0.00658416748046875,
+ 0.0092315673828125,
+ 0.0036296844482421875,
+ 0.0538330078125,
+ 0.03363037109375,
+ -0.050384521484375,
+ -0.00002759695053100586,
+ 0.07073974609375,
+ -0.07269287109375,
+ 0.0251922607421875,
+ 0.00574493408203125,
+ -0.0182647705078125,
+ -0.01326751708984375,
+ -0.032867431640625,
+ -0.08612060546875,
+ 0.0384521484375,
+ -0.0305633544921875,
+ -0.041534423828125,
+ 0.004253387451171875,
+ 0.0176849365234375,
+ -0.03076171875,
+ -0.046539306640625,
+ 0.00691986083984375,
+ -0.01067352294921875,
+ -0.03326416015625,
+ -0.01806640625,
+ 0.064208984375,
+ 0.0137481689453125,
+ -0.01873779296875,
+ 0.0278778076171875,
+ 0.0003905296325683594,
+ -0.024505615234375,
+ -0.03826904296875,
+ 0.03997802734375,
+ -0.00461578369140625,
+ -0.0233612060546875,
+ 0.040771484375,
+ 0.0272979736328125,
+ 0.016815185546875,
+ -0.0214385986328125,
+ -0.0290374755859375,
+ 0.01100921630859375,
+ -0.005817413330078125,
+ 0.01268768310546875,
+ 0.011871337890625,
+ -0.050384521484375,
+ -0.03363037109375,
+ -0.05499267578125,
+ 0.0538330078125,
+ -0.00319671630859375,
+ 0.03228759765625,
+ 0.021728515625,
+ -0.04345703125,
+ 0.0357666015625,
+ -0.05535888671875,
+ 0.02239990234375,
+ -0.034423828125,
+ 0.016143798828125,
+ -0.0195159912109375,
+ 0.08111572265625,
+ -0.0144195556640625,
+ -0.023834228515625,
+ 0.006488800048828125,
+ 0.03863525390625,
+ 0.00691986083984375,
+ 0.010955810546875,
+ -0.04864501953125,
+ 0.046905517578125,
+ 0.001399993896484375,
+ -0.030181884765625,
+ -0.0185546875,
+ -0.0234527587890625,
+ -0.0131683349609375,
+ 0.035552978515625,
+ -0.03961181640625,
+ 0.01259613037109375,
+ 0.0183563232421875,
+ -0.066162109375,
+ -0.0183563232421875,
+ -0.032501220703125,
+ -0.0144195556640625,
+ -0.0265350341796875,
+ 0.0298004150390625,
+ 0.014801025390625,
+ 0.0267181396484375,
+ 0.028839111328125,
+ 0.01739501953125,
+ -0.00975799560546875,
+ -0.0001036524772644043,
+ 0.002895355224609375,
+ -0.02423095703125,
+ 0.004085540771484375,
+ -0.0592041015625,
+ 0.000024378299713134766,
+ -0.018463134765625,
+ 0.031524658203125,
+ -0.0284576416015625,
+ -0.014129638671875,
+ 0.0040130615234375,
+ -0.02557373046875,
+ 0.036346435546875,
+ -0.053070068359375,
+ 0.002079010009765625,
+ -0.0251922607421875,
+ -0.039031982421875,
+ -0.034027099609375,
+ -0.0203857421875,
+ 0.0207672119140625,
+ 0.019134521484375,
+ -0.0271148681640625,
+ 0.033843994140625,
+ 0.03997802734375,
+ -0.046539306640625,
+ 0.0227813720703125,
+ 0.01519012451171875,
+ -0.0213470458984375,
+ 0.01230621337890625,
+ -0.028076171875,
+ 0.0239410400390625,
+ 0.022308349609375,
+ 0.0330810546875,
+ -0.0203857421875,
+ -0.020660400390625,
+ -0.06036376953125,
+ 0.0247955322265625,
+ -0.00994873046875,
+ -0.00951385498046875,
+ -0.01172637939453125,
+ -0.031524658203125,
+ -0.069580078125,
+ -0.01422882080078125,
+ 0.00994873046875,
+ -0.0017900466918945312,
+ -0.0011653900146484375,
+ -0.0227813720703125,
+ -0.04248046875,
+ 0.006008148193359375,
+ -0.0303802490234375,
+ 0.0511474609375,
+ -0.0189361572265625,
+ -0.005191802978515625,
+ -0.0278778076171875,
+ -0.0511474609375,
+ 0.0157623291015625,
+ 0.035369873046875,
+ 0.044219970703125,
+ 0.0244140625,
+ 0.0149993896484375,
+ -0.0156707763671875,
+ 0.0051422119140625,
+ 0.0028591156005859375,
+ -0.0253753662109375,
+ -0.042877197265625,
+ 0.0014295578002929688,
+ 0.0259552001953125,
+ -0.047882080078125,
+ -0.031341552734375,
+ -0.00495147705078125,
+ 0.0286407470703125,
+ 0.01110076904296875,
+ 0.0033168792724609375,
+ -0.005645751953125,
+ 0.017974853515625,
+ 0.000705718994140625,
+ 0.051910400390625,
+ -0.02056884765625,
+ -0.04632568359375,
+ 0.008270263671875,
+ 0.00783538818359375,
+ 0.057281494140625,
+ 0.029998779296875,
+ -0.020660400390625,
+ -0.019805908203125,
+ -0.006633758544921875,
+ 0.044036865234375,
+ -0.0267181396484375,
+ -0.0257568359375,
+ -0.0357666015625,
+ -0.0026798248291015625,
+ 0.00908660888671875,
+ 0.044403076171875,
+ -0.0198974609375,
+ 0.0718994140625,
+ -0.006298065185546875,
+ 0.0253753662109375,
+ 0.036346435546875,
+ 0.0738525390625,
+ 0.0361328125,
+ -0.041717529296875,
+ -0.05535888671875,
+ -0.0170135498046875,
+ -0.0214385986328125,
+ -0.01451873779296875,
+ -0.023162841796875,
+ 0.0005407333374023438,
+ 0.046142578125,
+ -0.08074951171875,
+ -0.0265350341796875,
+ -0.01206207275390625,
+ -0.0124969482421875,
+ 0.0235443115234375,
+ 0.0118255615234375,
+ -0.0163421630859375,
+ 0.023162841796875,
+ -0.010955810546875,
+ -0.0321044921875,
+ -0.01519012451171875,
+ -0.00951385498046875,
+ -0.0037975311279296875,
+ 0.054229736328125,
+ 0.007450103759765625,
+ -0.024993896484375,
+ 0.0361328125,
+ 0.004230499267578125,
+ 0.0311431884765625,
+ 0.0222015380859375,
+ 0.0198974609375,
+ 0.0005345344543457031,
+ 0.035552978515625,
+ 0.0384521484375,
+ 0.04364013671875,
+ -0.0200958251953125,
+ -0.017974853515625,
+ 0.0286407470703125,
+ -0.00574493408203125,
+ 0.00754547119140625,
+ 0.0361328125,
+ 0.01259613037109375,
+ 0.01177215576171875,
+ -0.00653839111328125,
+ -0.05535888671875,
+ -0.00792694091796875,
+ 0.005023956298828125,
+ -0.0005197525024414062,
+ -0.061920166015625,
+ -0.037689208984375,
+ 0.0272979736328125,
+ -0.055755615234375,
+ 0.033447265625,
+ 0.041534423828125,
+ -0.01081085205078125,
+ -0.040771484375,
+ 0.007450103759765625,
+ -0.01239776611328125,
+ -0.058441162109375,
+ 0.02191162109375,
+ -0.0239410400390625,
+ -0.02056884765625,
+ -0.04345703125,
+ -0.05230712890625,
+ 0.0162506103515625,
+ -0.0067291259765625,
+ -0.08111572265625,
+ -0.0177764892578125,
+ 0.03997802734375,
+ 0.0029087066650390625,
+ 0.00466156005859375,
+ -0.0012140274047851562,
+ 0.016632080078125,
+ -0.0321044921875,
+ -0.048248291015625,
+ -0.054229736328125,
+ 0.001514434814453125,
+ 0.007160186767578125,
+ -0.046905517578125,
+ 0.037872314453125,
+ 0.0034847259521484375,
+ -0.04998779296875,
+ -0.003772735595703125,
+ -0.0157623291015625,
+ -0.049591064453125,
+ 0.042877197265625,
+ -0.0330810546875,
+ 0.042694091796875,
+ 0.01268768310546875,
+ 0.0309600830078125,
+ 0.0247955322265625,
+ 0.06268310546875,
+ 0.00591278076171875,
+ -0.0014896392822265625,
+ -0.0084075927734375,
+ -0.054595947265625,
+ 0.0099029541015625,
+ -0.02423095703125,
+ 0.00384521484375,
+ -0.07000732421875,
+ -0.0013942718505859375,
+ 0.0347900390625,
+ -0.06573486328125,
+ 0.01019287109375,
+ 0.0007090568542480469,
+ -0.0257568359375,
+ -0.04364013671875,
+ 0.004302978515625,
+ 0.012115478515625,
+ 0.002246856689453125,
+ 0.0845947265625,
+ 0.0006189346313476562,
+ -0.0029926300048828125,
+ 0.003940582275390625,
+ -0.06805419921875,
+ 0.02691650390625,
+ 0.0232696533203125,
+ 0.0374755859375,
+ -0.0208587646484375,
+ 0.0565185546875,
+ 0.021148681640625,
+ 0.001316070556640625,
+ -0.006153106689453125,
+ -0.09918212890625,
+ -0.0181732177734375,
+ 0.0330810546875,
+ 0.02557373046875,
+ 0.02557373046875,
+ 0.00927734375,
+ -0.04766845703125,
+ -0.034423828125,
+ -0.0259552001953125,
+ 0.028839111328125,
+ -0.015380859375,
+ -0.00511932373046875,
+ -0.0665283203125,
+ -0.0041351318359375,
+ -0.00466156005859375,
+ -0.036712646484375,
+ -0.0284576416015625,
+ -0.044219970703125,
+ 0.046142578125,
+ -0.00927734375,
+ -0.039794921875,
+ 0.03326416015625,
+ 0.0024509429931640625,
+ 0.0096588134765625,
+ 0.028076171875,
+ 0.071533203125,
+ -0.0330810546875,
+ -0.0247955322265625,
+ -0.001129150390625,
+ 0.01788330078125,
+ 0.0093231201171875,
+ 0.00927734375,
+ 0.01326751708984375,
+ 0.0286407470703125,
+ 0.0051422119140625,
+ -0.0198974609375,
+ 0.055755615234375,
+ 0.02191162109375,
+ 0.00754547119140625,
+ -0.060760498046875,
+ -0.02374267578125,
+ -0.0182647705078125,
+ 0.0286407470703125,
+ -0.0010271072387695312,
+ 0.045379638671875,
+ 0.0114898681640625,
+ -0.0015859603881835938,
+ -0.071533203125,
+ 0.045562744140625,
+ -0.0253753662109375,
+ 0.053436279296875,
+ 0.01004791259765625,
+ -0.0020904541015625,
+ -0.0919189453125,
+ -0.05499267578125,
+ -0.032501220703125,
+ 0.0195159912109375,
+ -0.02960205078125,
+ 0.0330810546875,
+ 0.035369873046875,
+ -0.00067901611328125,
+ 0.00846099853515625,
+ -0.022308349609375,
+ 0.00884246826171875,
+ 0.0384521484375,
+ 0.01422882080078125,
+ -0.01557159423828125,
+ 0.06768798828125,
+ -0.041900634765625,
+ 0.01528167724609375,
+ -0.036346435546875,
+ 0.006298065185546875,
+ 0.0330810546875,
+ 0.00013136863708496094,
+ -0.048065185546875,
+ -0.0175933837890625,
+ 0.0131683349609375,
+ 0.05267333984375,
+ -0.0009312629699707031,
+ 0.00240325927734375,
+ -0.0374755859375,
+ 0.0209503173828125,
+ -0.00021183490753173828,
+ -0.004543304443359375,
+ 0.00836181640625,
+ 0.0036296844482421875,
+ -0.027679443359375,
+ -0.033843994140625,
+ -0.053070068359375,
+ -0.07110595703125,
+ -0.01605224609375,
+ -0.0384521484375,
+ -0.0172119140625,
+ 0.01042938232421875,
+ 0.01739501953125,
+ 0.0239410400390625,
+ -0.0290374755859375,
+ 0.0167236328125,
+ 0.0163421630859375,
+ -0.00908660888671875,
+ -0.004398345947265625,
+ 0.012786865234375,
+ -0.0298004150390625,
+ 0.014801025390625,
+ 0.00942230224609375,
+ -0.046539306640625,
+ 0.019134521484375,
+ -0.00927734375,
+ -0.005046844482421875,
+ -0.006343841552734375,
+ -0.0222015380859375,
+ -0.04229736328125,
+ 0.0311431884765625,
+ -0.049224853515625,
+ -0.0185546875,
+ 0.013458251953125,
+ 0.01528167724609375,
+ -0.01528167724609375,
+ -0.036346435546875,
+ 0.0384521484375,
+ 0.00821685791015625,
+ -0.07110595703125,
+ 0.0228729248046875,
+ -0.012786865234375,
+ -0.06304931640625,
+ -0.0006937980651855469,
+ 0.0035572052001953125,
+ 0.033843994140625,
+ -0.01197052001953125,
+ 0.05230712890625,
+ 0.03692626953125,
+ 0.032684326171875,
+ 0.0005197525024414062,
+ -0.042694091796875,
+ 0.0247955322265625,
+ -0.00624847412109375,
+ 0.0226898193359375,
+ 0.0265350341796875,
+ 0.022308349609375,
+ -0.0106201171875,
+ -0.00821685791015625,
+ -0.0008230209350585938,
+ -0.062286376953125,
+ -0.0149993896484375,
+ -0.01364898681640625,
+ -0.07000732421875,
+ -0.0131683349609375,
+ 0.048065185546875,
+ 0.045562744140625,
+ 0.0195159912109375,
+ 0.0253753662109375,
+ 0.045379638671875,
+ 0.02423095703125,
+ 0.0036525726318359375,
+ -0.045166015625,
+ -0.08306884765625,
+ -0.015380859375,
+ 0.0284576416015625,
+ -0.0027523040771484375,
+ -0.0615234375,
+ 0.0447998046875,
+ 0.050384521484375,
+ 0.0201873779296875,
+ -0.02239990234375,
+ -0.0150909423828125,
+ -0.0278778076171875,
+ 0.046722412109375,
+ 0.0240325927734375,
+ 0.020477294921875,
+ -0.045562744140625,
+ 0.01788330078125,
+ 0.030181884765625,
+ -0.01067352294921875,
+ 0.007785797119140625,
+ -0.0016460418701171875,
+ -0.02105712890625,
+ 0.0253753662109375,
+ -0.06341552734375,
+ -0.0208587646484375,
+ 0.00917816162109375,
+ 0.0692138671875,
+ 0.0267181396484375,
+ -0.029998779296875,
+ -0.00913238525390625,
+ 0.047882080078125,
+ 0.01105499267578125,
+ -0.033447265625,
+ -0.0265350341796875,
+ 0.015380859375,
+ -0.0251922607421875,
+ 0.0156707763671875,
+ 0.040557861328125,
+ 0.0137481689453125,
+ 0.037689208984375,
+ 0.0048065185546875,
+ -0.0592041015625,
+ 0.03326416015625,
+ -0.01259613037109375,
+ 0.0138397216796875,
+ 0.01163482666015625,
+ -0.06805419921875,
+ -0.0384521484375,
+ -0.049591064453125,
+ 0.0013875961303710938,
+ 0.0253753662109375,
+ 0.03192138671875,
+ 0.02691650390625,
+ -0.008697509765625,
+ -0.01047515869140625,
+ 0.0216217041015625,
+ 0.0292205810546875,
+ 0.0196075439453125,
+ 0.01422882080078125,
+ 0.045379638671875,
+ 0.0176849365234375,
+ 0.01922607421875,
+ 0.0000641942024230957,
+ 0.00009912252426147461,
+ 0.034027099609375,
+ -0.04229736328125,
+ 0.0257568359375,
+ -0.05230712890625,
+ -0.005672454833984375,
+ 0.0267181396484375,
+ -0.034210205078125,
+ 0.01557159423828125,
+ -0.030181884765625,
+ -0.01259613037109375,
+ -0.030181884765625,
+ -0.049224853515625,
+ -0.03076171875,
+ 0.062286376953125,
+ -0.035552978515625,
+ 0.0074005126953125,
+ 0.043060302734375,
+ 0.00980377197265625,
+ -0.0041351318359375,
+ -0.040771484375,
+ 0.06341552734375,
+ 0.0292205810546875,
+ 0.05230712890625,
+ -0.010955810546875,
+ 0.0013456344604492188,
+ 0.0384521484375,
+ -0.0011110305786132812,
+ -0.00971221923828125,
+ 0.0196075439453125,
+ -0.01019287109375,
+ 0.05499267578125,
+ 0.015960693359375,
+ 0.01197052001953125,
+ -0.0214385986328125,
+ 0.032501220703125,
+ 0.01206207275390625,
+ -0.041534423828125,
+ 0.03863525390625,
+ -0.00399017333984375,
+ 0.01806640625,
+ -0.0006728172302246094,
+ -0.02825927734375,
+ -0.04229736328125,
+ -0.0202789306640625,
+ 0.07037353515625,
+ 0.007305145263671875,
+ -0.0303802490234375,
+ 0.03326416015625,
+ -0.0240325927734375,
+ 0.0311431884765625,
+ -0.00821685791015625,
+ 0.0565185546875,
+ -0.07611083984375,
+ 0.044403076171875,
+ 0.0012559890747070312,
+ -0.0010814666748046875,
+ -0.007740020751953125,
+ -0.004924774169921875,
+ -0.006633758544921875,
+ -0.011871337890625,
+ -0.02691650390625,
+ 0.061126708984375,
+ 0.01071929931640625,
+ -0.03228759765625,
+ -0.0538330078125,
+ -0.01076507568359375,
+ -0.0014657974243164062,
+ 0.00913238525390625,
+ 0.0021381378173828125,
+ -0.0361328125,
+ -0.0226898193359375,
+ -0.005672454833984375,
+ 0.01422882080078125,
+ 0.0845947265625,
+ -0.0239410400390625,
+ 0.0230712890625,
+ -0.0007119178771972656,
+ -0.01100921630859375,
+ 0.0124969482421875,
+ -0.0080718994140625
+ ],
+ "metadata": {
+ "domains": [
+ "malware-analysis"
+ ],
+ "phases": [
+ "analysis"
+ ],
+ "tags": [
+ "debugger",
+ "reverse-engineering"
+ ],
+ "skillLevel": "advanced",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_GraphSense",
+ "type": "tool",
+ "name": "GraphSense",
+ "content": "graphsense die open-source-blockchain-analyse-plattform aus österreich bietet eine datenschutzfreundliche alternative zu us-diensten. attributions- freie analyse respektiert privatsphäre während ermittlungen. der clustering-algorithmus gruppiert adressen zu entities basierend auf heuristiken. tagpacks ermöglichen kollaboratives labeling bekannter services. die apache-cassandra-architektur skaliert auf milliarden transaktionen. rest-api für tool-integration. unterstützt bitcoin, ethereum, litecoin mit wachsender liste. besonders wertvoll: graphbasierte visualisierung von geldflüssen, risiko-scores ohne externe abhängigkeiten, self-hosting für sensible ermittlungen. die akademische herkunft (ait) garantiert transparenz. docker-deployment vereinfacht installation. die attributions-qualität erreicht noch nicht chainalysis-niveau, verbessert sich aber stetig. eu-förderung sichert weiterentwicklung. perfekt für organisationen die blockchain-forensik ohne us-cloud-abhängigkeit benötigen. die zukunft der souveränen krypto-ermittlungen. web-interface blockchain-analysis opensource visualization anomaly-detection correlation-engine privacy-preserving self-hosted clustering-algorithm tagpack-system academic-backing eu-compliant static-investigations fraud-investigation incident-response analysis reporting",
+ "embedding": [
+ -0.01959228515625,
+ 0.0117340087890625,
+ 0.053497314453125,
+ -0.0004665851593017578,
+ 0.0250244140625,
+ 0.0279541015625,
+ 0.0312347412109375,
+ 0.0024261474609375,
+ -0.005092620849609375,
+ 0.004486083984375,
+ -0.022003173828125,
+ 0.05316162109375,
+ -0.013458251953125,
+ -0.0017795562744140625,
+ -0.07489013671875,
+ 0.033294677734375,
+ 0.00690460205078125,
+ 0.0167388916015625,
+ 0.00919342041015625,
+ 0.0122528076171875,
+ 0.006298065185546875,
+ -0.005222320556640625,
+ -0.019927978515625,
+ -0.006473541259765625,
+ -0.00832366943359375,
+ 0.01294708251953125,
+ -0.00811004638671875,
+ -0.054534912109375,
+ -0.0099639892578125,
+ -0.00336456298828125,
+ 0.00263214111328125,
+ -0.035369873046875,
+ -0.01389312744140625,
+ 0.042816162109375,
+ 0.002201080322265625,
+ -0.00513458251953125,
+ 0.0019197463989257812,
+ -0.047637939453125,
+ -0.0277862548828125,
+ 0.0024700164794921875,
+ -0.0171661376953125,
+ 0.0036029815673828125,
+ -0.004161834716796875,
+ 0.0227813720703125,
+ -0.0201873779296875,
+ -0.05419921875,
+ -0.003688812255859375,
+ -0.006473541259765625,
+ 0.031585693359375,
+ -0.0157928466796875,
+ 0.02191162109375,
+ 0.027099609375,
+ 0.00664520263671875,
+ -0.0082855224609375,
+ -0.03900146484375,
+ 0.0017690658569335938,
+ 0.01363372802734375,
+ -0.0312347412109375,
+ -0.058685302734375,
+ 0.020965576171875,
+ -0.049346923828125,
+ 0.00565338134765625,
+ 0.0040130615234375,
+ 0.01605224609375,
+ 0.033477783203125,
+ 0.022430419921875,
+ -0.0191497802734375,
+ -0.0293426513671875,
+ -0.003387451171875,
+ -0.01044464111328125,
+ 0.020111083984375,
+ -0.0192413330078125,
+ -0.0008792877197265625,
+ 0.033294677734375,
+ -0.02044677734375,
+ -0.0253753662109375,
+ 0.013458251953125,
+ 0.042816162109375,
+ -0.0120849609375,
+ 0.0171661376953125,
+ -0.036590576171875,
+ 0.0097503662109375,
+ 0.053497314453125,
+ -0.040740966796875,
+ -0.0013751983642578125,
+ -0.0203704833984375,
+ 0.022613525390625,
+ 0.0164031982421875,
+ -0.0238189697265625,
+ -0.00988006591796875,
+ 0.021484375,
+ -0.0088043212890625,
+ 0.0253753662109375,
+ -0.002307891845703125,
+ 0.04833984375,
+ 0.067626953125,
+ -0.0143280029296875,
+ -0.0303802490234375,
+ -0.0026645660400390625,
+ 0.015533447265625,
+ 0.0008521080017089844,
+ -0.03106689453125,
+ 0.07073974609375,
+ -0.028656005859375,
+ 0.050048828125,
+ 0.0024166107177734375,
+ 0.004100799560546875,
+ -0.0350341796875,
+ -0.0189056396484375,
+ -0.035552978515625,
+ -0.081787109375,
+ -0.037109375,
+ -0.0020599365234375,
+ -0.043304443359375,
+ -0.00737762451171875,
+ 0.0093231201171875,
+ -0.033294677734375,
+ 0.0217437744140625,
+ -0.05902099609375,
+ -0.06524658203125,
+ 0.020538330078125,
+ 0.016998291015625,
+ 0.015960693359375,
+ 0.0296783447265625,
+ -0.044189453125,
+ -0.050750732421875,
+ 0.01959228515625,
+ 0.037811279296875,
+ -0.031402587890625,
+ -0.006256103515625,
+ -0.0198516845703125,
+ -0.018646240234375,
+ -0.0202789306640625,
+ -0.0157928466796875,
+ 0.0019092559814453125,
+ -0.0120849609375,
+ 0.0277862548828125,
+ -0.01519012451171875,
+ -0.0022869110107421875,
+ 0.0025463104248046875,
+ 0.035369873046875,
+ -0.0321044921875,
+ -0.06732177734375,
+ 0.0164031982421875,
+ -0.031585693359375,
+ -0.019927978515625,
+ -0.0171661376953125,
+ 0.042633056640625,
+ -0.01535797119140625,
+ 0.00664520263671875,
+ -0.00914764404296875,
+ 0.0176849365234375,
+ 0.049713134765625,
+ -0.00716400146484375,
+ 0.006084442138671875,
+ -0.02899169921875,
+ -0.0032138824462890625,
+ -0.006214141845703125,
+ 0.0291748046875,
+ -0.0257110595703125,
+ -0.00815582275390625,
+ -0.001434326171875,
+ 0.01337432861328125,
+ 0.0479736328125,
+ -0.007419586181640625,
+ -0.031768798828125,
+ -0.0164794921875,
+ 0.01251220703125,
+ 0.0143280029296875,
+ 0.0018548965454101562,
+ 0.0321044921875,
+ 0.007335662841796875,
+ 0.057647705078125,
+ 0.0679931640625,
+ 0.007076263427734375,
+ 0.03192138671875,
+ -0.00914764404296875,
+ -0.01605224609375,
+ 0.0462646484375,
+ 0.02294921875,
+ -0.0031070709228515625,
+ -0.01061248779296875,
+ 0.049713134765625,
+ -0.00862884521484375,
+ 0.0258941650390625,
+ 0.01113128662109375,
+ -0.053497314453125,
+ -0.0012292861938476562,
+ -0.003322601318359375,
+ 0.028656005859375,
+ -0.0579833984375,
+ -0.0227813720703125,
+ -0.002178192138671875,
+ 0.0272674560546875,
+ 0.0163116455078125,
+ 0.0738525390625,
+ 0.00024271011352539062,
+ -0.026580810546875,
+ 0.0267486572265625,
+ 0.0015106201171875,
+ -0.006343841552734375,
+ -0.0019626617431640625,
+ -0.001995086669921875,
+ 0.0321044921875,
+ 0.0291748046875,
+ 0.0258941650390625,
+ 0.003925323486328125,
+ 0.044189453125,
+ 0.01113128662109375,
+ -0.0321044921875,
+ -0.0218353271484375,
+ 0.04730224609375,
+ -0.02044677734375,
+ 0.00156402587890625,
+ -0.0233001708984375,
+ -0.038299560546875,
+ 0.0002751350402832031,
+ -0.0020389556884765625,
+ -0.00289154052734375,
+ 0.004184722900390625,
+ -0.002826690673828125,
+ -0.051422119140625,
+ -0.029510498046875,
+ 0.01467132568359375,
+ -0.0137176513671875,
+ 0.0350341796875,
+ 0.022430419921875,
+ -0.0157928466796875,
+ 0.0036029815673828125,
+ 0.0283050537109375,
+ 0.0296783447265625,
+ 0.01031494140625,
+ -0.0157928466796875,
+ -0.002933502197265625,
+ -0.00914764404296875,
+ -0.0135498046875,
+ 0.0293426513671875,
+ 0.036590576171875,
+ 0.019927978515625,
+ -0.0031070709228515625,
+ -0.0251922607421875,
+ 0.0227813720703125,
+ -0.0250244140625,
+ 0.046600341796875,
+ 0.04693603515625,
+ -0.018035888671875,
+ -0.006343841552734375,
+ 0.0138092041015625,
+ 0.01216888427734375,
+ 0.0745849609375,
+ -0.045562744140625,
+ -0.00040721893310546875,
+ -0.050750732421875,
+ 0.00539398193359375,
+ -0.09112548828125,
+ -0.0293426513671875,
+ -0.03106689453125,
+ -0.035736083984375,
+ 0.0301971435546875,
+ -0.050048828125,
+ -0.0206298828125,
+ 0.01061248779296875,
+ 0.0296783447265625,
+ 0.030029296875,
+ 0.0291748046875,
+ 0.01285552978515625,
+ -0.031585693359375,
+ -0.022430419921875,
+ 0.06524658203125,
+ 0.01389312744140625,
+ -0.032623291015625,
+ -0.00466156005859375,
+ 0.06109619140625,
+ 0.01415252685546875,
+ 0.0227813720703125,
+ -0.03192138671875,
+ 0.037445068359375,
+ 0.04400634765625,
+ 0.0462646484375,
+ -0.00004094839096069336,
+ -0.0150146484375,
+ 0.024505615234375,
+ -0.00211334228515625,
+ 0.051788330078125,
+ -0.0391845703125,
+ -0.0158843994140625,
+ -0.01519012451171875,
+ 0.005523681640625,
+ -0.005954742431640625,
+ -0.055572509765625,
+ 0.016998291015625,
+ 0.0338134765625,
+ -0.00737762451171875,
+ 0.025543212890625,
+ 0.0011816024780273438,
+ -0.042449951171875,
+ 0.01708984375,
+ -0.01190948486328125,
+ -0.01233673095703125,
+ 0.0338134765625,
+ 0.0458984375,
+ -0.06280517578125,
+ 0.01104736328125,
+ 0.00858306884765625,
+ 0.0194091796875,
+ -0.04229736328125,
+ -0.0379638671875,
+ -0.0303802490234375,
+ -0.000042498111724853516,
+ -0.038299560546875,
+ -0.014068603515625,
+ 0.0296783447265625,
+ -0.051788330078125,
+ -0.003925323486328125,
+ -0.00638580322265625,
+ 0.005523681640625,
+ -0.0214080810546875,
+ -0.07110595703125,
+ 0.00927734375,
+ -0.033477783203125,
+ -0.051422119140625,
+ -0.022430419921875,
+ 0.060394287109375,
+ 0.0220947265625,
+ 0.00945281982421875,
+ -0.01397705078125,
+ -0.0008306503295898438,
+ -0.0192413330078125,
+ 0.0338134765625,
+ -0.040740966796875,
+ 0.007465362548828125,
+ -0.0243377685546875,
+ 0.0350341796875,
+ 0.0321044921875,
+ 0.0188140869140625,
+ 0.0167388916015625,
+ 0.0621337890625,
+ 0.041259765625,
+ -0.033477783203125,
+ 0.01535797119140625,
+ 0.00476837158203125,
+ -0.01441192626953125,
+ 0.049713134765625,
+ -0.0080718994140625,
+ -0.005565643310546875,
+ -0.00862884521484375,
+ -0.039337158203125,
+ 0.0203704833984375,
+ 0.0191497802734375,
+ 0.020111083984375,
+ 0.020965576171875,
+ -0.014495849609375,
+ -0.00560760498046875,
+ 0.056610107421875,
+ -0.0189056396484375,
+ 0.10009765625,
+ -0.006168365478515625,
+ -0.041778564453125,
+ 0.0168304443359375,
+ 0.0303802490234375,
+ -0.0179443359375,
+ -0.0027618408203125,
+ 0.038818359375,
+ -0.0034942626953125,
+ 0.039520263671875,
+ 0.036773681640625,
+ -0.02813720703125,
+ 0.026580810546875,
+ 0.003818511962890625,
+ 0.005523681640625,
+ 0.028472900390625,
+ -0.042449951171875,
+ 0.0178680419921875,
+ 0.034332275390625,
+ 0.039703369140625,
+ 0.0246734619140625,
+ 0.0341796875,
+ -0.040557861328125,
+ -0.0183868408203125,
+ -0.036407470703125,
+ -0.06866455078125,
+ 0.03729248046875,
+ 0.0137176513671875,
+ 0.0032787322998046875,
+ 0.05419921875,
+ -0.044525146484375,
+ -0.04730224609375,
+ 0.025543212890625,
+ -0.01320648193359375,
+ 0.06280517578125,
+ 0.024169921875,
+ 0.023468017578125,
+ 0.02398681640625,
+ -0.0117340087890625,
+ 0.01044464111328125,
+ 0.033477783203125,
+ 0.03607177734375,
+ 0.0462646484375,
+ 0.0562744140625,
+ 0.027435302734375,
+ 0.04107666015625,
+ -0.041412353515625,
+ 0.0267486572265625,
+ -0.00325775146484375,
+ 0.0279541015625,
+ -0.0019311904907226562,
+ 0.0251922607421875,
+ 0.02398681640625,
+ 0.040740966796875,
+ -0.0132904052734375,
+ 0.09527587890625,
+ 0.03814697265625,
+ -0.0147552490234375,
+ 0.0158843994140625,
+ -0.0196685791015625,
+ -0.0004341602325439453,
+ -0.060760498046875,
+ -0.000010788440704345703,
+ 0.0264129638671875,
+ 0.0267486572265625,
+ 0.004573822021484375,
+ 0.034698486328125,
+ -0.05108642578125,
+ -0.006816864013671875,
+ 0.039520263671875,
+ -0.050048828125,
+ 0.0421142578125,
+ 0.02691650390625,
+ -0.032958984375,
+ 0.0391845703125,
+ -0.03314208984375,
+ -0.035736083984375,
+ 0.046600341796875,
+ -0.0182952880859375,
+ -0.00815582275390625,
+ 0.0010137557983398438,
+ 0.0257110595703125,
+ -0.0298614501953125,
+ -0.02313232421875,
+ -0.06109619140625,
+ 0.005825042724609375,
+ 0.003063201904296875,
+ -0.01259613037109375,
+ 0.0301971435546875,
+ -0.00336456298828125,
+ -0.021484375,
+ 0.04229736328125,
+ 0.030029296875,
+ -0.0120849609375,
+ -0.0288238525390625,
+ 0.02899169921875,
+ -0.0341796875,
+ -0.041259765625,
+ 0.015533447265625,
+ 0.01233673095703125,
+ 0.0193328857421875,
+ -0.00820159912109375,
+ -0.037445068359375,
+ -0.021575927734375,
+ 0.0028476715087890625,
+ 0.01519012451171875,
+ 0.015960693359375,
+ -0.03399658203125,
+ -0.0203704833984375,
+ -0.037109375,
+ 0.03228759765625,
+ 0.044189453125,
+ 0.0233001708984375,
+ 0.009063720703125,
+ -0.0312347412109375,
+ 0.0341796875,
+ -0.07489013671875,
+ -0.019500732421875,
+ 0.00461578369140625,
+ -0.0016717910766601562,
+ -0.0185546875,
+ 0.052825927734375,
+ 0.00927734375,
+ -0.0008411407470703125,
+ -0.002307891845703125,
+ 0.070068359375,
+ -0.0010786056518554688,
+ -0.0048980712890625,
+ -0.034332275390625,
+ 0.06005859375,
+ 0.0042724609375,
+ -0.075927734375,
+ 0.007549285888671875,
+ -0.0127716064453125,
+ -0.0080718994140625,
+ 0.038818359375,
+ -0.0479736328125,
+ -0.00983428955078125,
+ 0.0308990478515625,
+ -0.07489013671875,
+ -0.0243377685546875,
+ -0.060394287109375,
+ -0.0272674560546875,
+ -0.039520263671875,
+ 0.02813720703125,
+ 0.013458251953125,
+ -0.0142364501953125,
+ 0.01242828369140625,
+ 0.004486083984375,
+ -0.00867462158203125,
+ 0.005825042724609375,
+ -0.0107879638671875,
+ -0.015960693359375,
+ 0.01242828369140625,
+ -0.05108642578125,
+ -0.039337158203125,
+ -0.0020923614501953125,
+ 0.0267486572265625,
+ -0.01535797119140625,
+ 0.020538330078125,
+ -0.0142364501953125,
+ -0.0238189697265625,
+ 0.0291748046875,
+ -0.0227813720703125,
+ 0.000025093555450439453,
+ -0.0100555419921875,
+ -0.01605224609375,
+ -0.0248565673828125,
+ -0.0183868408203125,
+ 0.01018524169921875,
+ 0.00914764404296875,
+ 0.0201873779296875,
+ 0.00966644287109375,
+ 0.037628173828125,
+ -0.056610107421875,
+ -0.00737762451171875,
+ 0.01751708984375,
+ -0.0238189697265625,
+ 0.0298614501953125,
+ 0.0082855224609375,
+ -0.0162200927734375,
+ -0.01311492919921875,
+ 0.0258941650390625,
+ -0.050048828125,
+ -0.052825927734375,
+ -0.07525634765625,
+ 0.0112152099609375,
+ -0.01311492919921875,
+ -0.0036029815673828125,
+ -0.0120849609375,
+ -0.01535797119140625,
+ -0.055908203125,
+ -0.0037326812744140625,
+ 0.0462646484375,
+ 0.0112152099609375,
+ 0.0031280517578125,
+ -0.03607177734375,
+ -0.03485107421875,
+ -0.01751708984375,
+ -0.0267486572265625,
+ 0.0308990478515625,
+ -0.0171661376953125,
+ 0.00897216796875,
+ -0.0120849609375,
+ -0.023468017578125,
+ 0.041778564453125,
+ 0.0135498046875,
+ 0.009490966796875,
+ 0.0004584789276123047,
+ 0.007724761962890625,
+ -0.04229736328125,
+ 0.02899169921875,
+ -0.0308990478515625,
+ 0.00038552284240722656,
+ 0.0288238525390625,
+ -0.01561737060546875,
+ 0.0212249755859375,
+ -0.0438232421875,
+ -0.027435302734375,
+ 0.0052642822265625,
+ 0.0051116943359375,
+ 0.0279541015625,
+ -0.00273895263671875,
+ -0.0220947265625,
+ 0.0182952880859375,
+ -0.00690460205078125,
+ 0.056610107421875,
+ -0.02691650390625,
+ -0.06353759765625,
+ -0.0168304443359375,
+ -0.0113067626953125,
+ 0.036407470703125,
+ 0.075927734375,
+ -0.0258941650390625,
+ -0.02313232421875,
+ 0.0034084320068359375,
+ 0.04107666015625,
+ -0.01320648193359375,
+ -0.0350341796875,
+ -0.0251922607421875,
+ 0.0112152099609375,
+ 0.004726409912109375,
+ 0.04693603515625,
+ -0.00586700439453125,
+ 0.095947265625,
+ 0.00093841552734375,
+ 0.004314422607421875,
+ 0.017608642578125,
+ 0.06353759765625,
+ 0.0152740478515625,
+ -0.0321044921875,
+ -0.06353759765625,
+ -0.00677490234375,
+ 0.0013914108276367188,
+ -0.05316162109375,
+ -0.039337158203125,
+ -0.01605224609375,
+ 0.05316162109375,
+ -0.08282470703125,
+ -0.0308990478515625,
+ -0.016571044921875,
+ -0.011993408203125,
+ 0.0250244140625,
+ 0.01605224609375,
+ -0.0257110595703125,
+ 0.0179443359375,
+ 0.019073486328125,
+ -0.023651123046875,
+ 0.01113128662109375,
+ 0.004055023193359375,
+ -0.0122528076171875,
+ 0.049713134765625,
+ 0.0291748046875,
+ -0.0307159423828125,
+ 0.0301971435546875,
+ 0.00884246826171875,
+ -0.0004987716674804688,
+ 0.025543212890625,
+ 0.05694580078125,
+ 0.04693603515625,
+ 0.0217437744140625,
+ 0.034698486328125,
+ 0.07525634765625,
+ 0.01441192626953125,
+ -0.02606201171875,
+ -0.0168304443359375,
+ 0.02813720703125,
+ 0.0279541015625,
+ 0.054534912109375,
+ -0.02606201171875,
+ 0.0208892822265625,
+ 0.00016117095947265625,
+ -0.0301971435546875,
+ -0.00884246826171875,
+ -0.02191162109375,
+ -0.0007443428039550781,
+ -0.028472900390625,
+ -0.0296783447265625,
+ -0.0132904052734375,
+ -0.035888671875,
+ 0.018463134765625,
+ 0.0032367706298828125,
+ -0.0257110595703125,
+ -0.0203704833984375,
+ 0.001056671142578125,
+ -0.01337432861328125,
+ -0.051422119140625,
+ 0.0194091796875,
+ 0.0157012939453125,
+ -0.02691650390625,
+ -0.006473541259765625,
+ -0.036773681640625,
+ 0.0288238525390625,
+ -0.003818511962890625,
+ -0.059722900390625,
+ -0.0127716064453125,
+ 0.037811279296875,
+ -0.01493072509765625,
+ -0.03900146484375,
+ -0.0007333755493164062,
+ 0.0117340087890625,
+ -0.004337310791015625,
+ -0.0216522216796875,
+ -0.04693603515625,
+ -0.048675537109375,
+ 0.01087188720703125,
+ -0.04193115234375,
+ 0.0016183853149414062,
+ -0.00560760498046875,
+ -0.0277862548828125,
+ -0.00832366943359375,
+ -0.006214141845703125,
+ -0.01337432861328125,
+ 0.044525146484375,
+ -0.0421142578125,
+ 0.0400390625,
+ 0.007808685302734375,
+ 0.032806396484375,
+ 0.054534912109375,
+ 0.06524658203125,
+ 0.013031005859375,
+ -0.0020275115966796875,
+ 0.01070404052734375,
+ -0.0538330078125,
+ 0.0238189697265625,
+ -0.021148681640625,
+ 0.0079803466796875,
+ -0.06732177734375,
+ 0.0020275115966796875,
+ 0.06280517578125,
+ -0.060394287109375,
+ 0.00560760498046875,
+ 0.01959228515625,
+ -0.0030841827392578125,
+ -0.038665771484375,
+ -0.00435638427734375,
+ -0.007465362548828125,
+ 0.036773681640625,
+ 0.0645751953125,
+ -0.015533447265625,
+ 0.01104736328125,
+ 0.0243377685546875,
+ -0.0218353271484375,
+ 0.02313232421875,
+ 0.00832366943359375,
+ 0.0157012939453125,
+ -0.04193115234375,
+ 0.0238189697265625,
+ 0.00940704345703125,
+ -0.038818359375,
+ 0.00550079345703125,
+ -0.08734130859375,
+ -0.00867462158203125,
+ 0.035552978515625,
+ 0.01018524169921875,
+ 0.0038394927978515625,
+ 0.0065155029296875,
+ -0.024505615234375,
+ -0.031768798828125,
+ -0.027435302734375,
+ 0.01441192626953125,
+ -0.00524139404296875,
+ 0.0196685791015625,
+ -0.048675537109375,
+ -0.0238189697265625,
+ -0.023651123046875,
+ -0.055572509765625,
+ -0.03228759765625,
+ -0.014068603515625,
+ 0.00560760498046875,
+ 0.0097503662109375,
+ -0.036590576171875,
+ 0.0132904052734375,
+ -0.009796142578125,
+ 0.0057830810546875,
+ -0.0117340087890625,
+ 0.06280517578125,
+ -0.03485107421875,
+ -0.0065155029296875,
+ 0.0054779052734375,
+ 0.030548095703125,
+ -0.00897216796875,
+ 0.0020809173583984375,
+ -0.00897216796875,
+ 0.005565643310546875,
+ 0.022430419921875,
+ -0.047637939453125,
+ 0.03192138671875,
+ 0.04296875,
+ -0.0052642822265625,
+ -0.05419921875,
+ -0.02606201171875,
+ -0.035369873046875,
+ 0.02294921875,
+ -0.0197601318359375,
+ 0.022003173828125,
+ 0.0023632049560546875,
+ 0.002803802490234375,
+ -0.08355712890625,
+ 0.0391845703125,
+ -0.00936126708984375,
+ 0.02191162109375,
+ 0.00008630752563476562,
+ -0.046600341796875,
+ -0.058349609375,
+ -0.05694580078125,
+ -0.0293426513671875,
+ 0.041412353515625,
+ -0.037445068359375,
+ 0.0233001708984375,
+ -0.0026531219482421875,
+ -0.00016117095947265625,
+ 0.016143798828125,
+ 0.01104736328125,
+ -0.0157012939453125,
+ 0.04486083984375,
+ 0.0220947265625,
+ -0.0521240234375,
+ 0.06695556640625,
+ -0.027435302734375,
+ 0.021484375,
+ 0.005329132080078125,
+ 0.005523681640625,
+ 0.00858306884765625,
+ -0.018646240234375,
+ -0.0298614501953125,
+ 0.0279541015625,
+ 0.0296783447265625,
+ 0.049346923828125,
+ -0.022613525390625,
+ 0.01493072509765625,
+ -0.0196685791015625,
+ -0.00008559226989746094,
+ 0.0157012939453125,
+ -0.0341796875,
+ -0.006168365478515625,
+ -0.002643585205078125,
+ -0.0217437744140625,
+ -0.01751708984375,
+ -0.064208984375,
+ -0.07562255859375,
+ -0.003925323486328125,
+ -0.057647705078125,
+ -0.0177764892578125,
+ -0.0022754669189453125,
+ 0.027099609375,
+ 0.01708984375,
+ -0.03314208984375,
+ 0.02001953125,
+ -0.0138092041015625,
+ -0.007419586181640625,
+ -0.011566162109375,
+ 0.003021240234375,
+ -0.0298614501953125,
+ 0.036407470703125,
+ 0.03692626953125,
+ -0.03692626953125,
+ 0.035369873046875,
+ -0.0400390625,
+ -0.0172576904296875,
+ -0.01070404052734375,
+ 0.0017261505126953125,
+ -0.02899169921875,
+ 0.0192413330078125,
+ -0.067626953125,
+ -0.02313232421875,
+ 0.017425537109375,
+ 0.025543212890625,
+ 0.01509857177734375,
+ -0.00970458984375,
+ 0.0521240234375,
+ 0.0019197463989257812,
+ -0.04522705078125,
+ 0.01389312744140625,
+ 0.00604248046875,
+ -0.0216522216796875,
+ 0.03192138671875,
+ -0.0168304443359375,
+ -0.010223388671875,
+ 0.003971099853515625,
+ 0.050048828125,
+ 0.04315185546875,
+ 0.04522705078125,
+ 0.009796142578125,
+ -0.01544952392578125,
+ 0.030548095703125,
+ -0.00255584716796875,
+ 0.0192413330078125,
+ 0.00299835205078125,
+ 0.0277862548828125,
+ -0.00820159912109375,
+ 0.0127716064453125,
+ -0.0250244140625,
+ -0.0662841796875,
+ -0.018035888671875,
+ -0.0183868408203125,
+ -0.044189453125,
+ -0.01337432861328125,
+ 0.08111572265625,
+ 0.034515380859375,
+ -0.022613525390625,
+ 0.020965576171875,
+ 0.03485107421875,
+ 0.04730224609375,
+ 0.038818359375,
+ 0.0006308555603027344,
+ -0.07147216796875,
+ 0.0084991455078125,
+ 0.014068603515625,
+ 0.055572509765625,
+ -0.05108642578125,
+ 0.04730224609375,
+ 0.041778564453125,
+ -0.0220947265625,
+ -0.04315185546875,
+ -0.00591278076171875,
+ 0.00750732421875,
+ 0.080078125,
+ 0.019500732421875,
+ 0.0222625732421875,
+ -0.06903076171875,
+ -0.00750732421875,
+ -0.0079803466796875,
+ -0.01959228515625,
+ -0.0176849365234375,
+ -0.00910186767578125,
+ -0.049346923828125,
+ 0.06488037109375,
+ -0.03314208984375,
+ -0.01165008544921875,
+ -0.0043792724609375,
+ 0.07733154296875,
+ -0.0021038055419921875,
+ -0.041412353515625,
+ -0.016998291015625,
+ 0.03607177734375,
+ 0.013458251953125,
+ -0.039520263671875,
+ 0.008758544921875,
+ -0.005954742431640625,
+ 0.000514984130859375,
+ 0.0227813720703125,
+ 0.03900146484375,
+ 0.0045318603515625,
+ 0.070068359375,
+ 0.0220947265625,
+ -0.0301971435546875,
+ 0.019073486328125,
+ 0.02813720703125,
+ 0.01242828369140625,
+ 0.00032639503479003906,
+ -0.029510498046875,
+ -0.0214080810546875,
+ -0.02899169921875,
+ 0.035552978515625,
+ 0.0004153251647949219,
+ 0.0462646484375,
+ 0.019500732421875,
+ -0.01018524169921875,
+ -0.01233673095703125,
+ 0.013458251953125,
+ 0.031402587890625,
+ 0.04833984375,
+ 0.031402587890625,
+ 0.002826690673828125,
+ 0.0023517608642578125,
+ 0.032623291015625,
+ 0.0127716064453125,
+ -0.022613525390625,
+ 0.03814697265625,
+ -0.006816864013671875,
+ -0.00836944580078125,
+ -0.04107666015625,
+ 0.004055023193359375,
+ 0.0117340087890625,
+ -0.0095367431640625,
+ -0.0048980712890625,
+ -0.0264129638671875,
+ -0.0017910003662109375,
+ -0.02691650390625,
+ -0.03192138671875,
+ 0.014495849609375,
+ 0.05419921875,
+ -0.04730224609375,
+ 0.03985595703125,
+ 0.036407470703125,
+ -0.028472900390625,
+ 0.0264129638671875,
+ -0.041778564453125,
+ 0.07940673828125,
+ 0.0227813720703125,
+ 0.02294921875,
+ -0.010528564453125,
+ 0.0341796875,
+ 0.042633056640625,
+ -0.00664520263671875,
+ 0.004962921142578125,
+ 0.0213165283203125,
+ -0.01044464111328125,
+ 0.05694580078125,
+ 0.0208892822265625,
+ 0.0182037353515625,
+ -0.04730224609375,
+ 0.03985595703125,
+ 0.01389312744140625,
+ -0.0704345703125,
+ 0.0341796875,
+ 0.0118255615234375,
+ 0.01190948486328125,
+ -0.005306243896484375,
+ -0.01113128662109375,
+ -0.0007872581481933594,
+ -0.06658935546875,
+ 0.04315185546875,
+ 0.028472900390625,
+ -0.0007228851318359375,
+ 0.016143798828125,
+ -0.032440185546875,
+ 0.059356689453125,
+ 0.03106689453125,
+ 0.03692626953125,
+ -0.047637939453125,
+ 0.031402587890625,
+ 0.006816864013671875,
+ -0.006603240966796875,
+ -0.00528717041015625,
+ 0.042816162109375,
+ 0.0033016204833984375,
+ 0.0458984375,
+ -0.040557861328125,
+ 0.04730224609375,
+ 0.0301971435546875,
+ -0.0067291259765625,
+ -0.0458984375,
+ -0.00927734375,
+ 0.00794219970703125,
+ 0.004703521728515625,
+ 0.0462646484375,
+ -0.06591796875,
+ -0.018646240234375,
+ -0.01251220703125,
+ 0.024505615234375,
+ 0.06939697265625,
+ -0.029510498046875,
+ 0.03692626953125,
+ -0.01070404052734375,
+ -0.0132904052734375,
+ -0.00841522216796875,
+ -0.014495849609375
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "fraud-investigation",
+ "incident-response"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "web-interface",
+ "blockchain-analysis",
+ "opensource",
+ "visualization",
+ "anomaly-detection",
+ "correlation-engine",
+ "privacy-preserving",
+ "self-hosted",
+ "clustering-algorithm",
+ "tagpack-system",
+ "academic-backing",
+ "eu-compliant"
+ ],
+ "skillLevel": "intermediate",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "tool_grep",
+ "type": "tool",
+ "name": "grep",
+ "content": "grep filtert forensische logs und speicher-dumps durch leistungsstarke reguläre ausdrücke für präzise beweissuche. gnu-implementierung unterstützt drei regex-dialekte und farb-highlighting für schnelle mustererkennung. zero-copy-block-pufferung ermöglicht höchstgeschwindigkeit auch in riesigen dateien. pipe-kompatibilität macht grep zum grundbaustein unzähliger dfir-einzeiler für artefakt-parsing und netzwerk-flow-analyse. verfügbar auf jeder unix-plattform ohne installation. cli regular-expressions piping filtering incident-response static-investigations examination analysis",
+ "embedding": [
+ -0.0293731689453125,
+ 0.0182647705078125,
+ 0.030303955078125,
+ 0.0036945343017578125,
+ 0.04241943359375,
+ 0.050689697265625,
+ -0.0011758804321289062,
+ 0.00525665283203125,
+ -0.004497528076171875,
+ 0.0014801025390625,
+ -0.0290069580078125,
+ 0.07269287109375,
+ 0.038177490234375,
+ -0.0060577392578125,
+ -0.0170745849609375,
+ 0.037261962890625,
+ -0.0282745361328125,
+ 0.007251739501953125,
+ -0.0051422119140625,
+ 0.01983642578125,
+ -0.02001953125,
+ -0.00936126708984375,
+ -0.04681396484375,
+ 0.0188140869140625,
+ 0.0058746337890625,
+ 0.0260772705078125,
+ -0.0005650520324707031,
+ -0.06463623046875,
+ -0.0160675048828125,
+ 0.006793975830078125,
+ -0.006244659423828125,
+ -0.033416748046875,
+ 0.002696990966796875,
+ 0.0268096923828125,
+ -0.0163421630859375,
+ -0.032318115234375,
+ 0.0182647705078125,
+ -0.06207275390625,
+ -0.0161590576171875,
+ 0.06317138671875,
+ -0.04534912109375,
+ 0.030303955078125,
+ 0.051055908203125,
+ -0.0019969940185546875,
+ -0.020751953125,
+ -0.038360595703125,
+ 0.020111083984375,
+ -0.011016845703125,
+ 0.00899505615234375,
+ -0.058746337890625,
+ 0.0266265869140625,
+ 0.0273590087890625,
+ 0.0057373046875,
+ -0.037261962890625,
+ -0.050323486328125,
+ 0.0268096923828125,
+ 0.0244140625,
+ -0.01404571533203125,
+ -0.038177490234375,
+ 0.0491943359375,
+ -0.03985595703125,
+ -0.00789642333984375,
+ -0.0059661865234375,
+ -0.0175323486328125,
+ 0.010833740234375,
+ 0.020751953125,
+ -0.0258941650390625,
+ -0.004177093505859375,
+ 0.0244140625,
+ 0.0111083984375,
+ 0.00484466552734375,
+ -0.0249786376953125,
+ -0.0161590576171875,
+ 0.06427001953125,
+ -0.012298583984375,
+ -0.06317138671875,
+ 0.01468658447265625,
+ 0.031219482421875,
+ -0.00798797607421875,
+ 0.0008950233459472656,
+ -0.0411376953125,
+ -0.0009927749633789062,
+ 0.04351806640625,
+ -0.00757598876953125,
+ -0.031768798828125,
+ 0.002777099609375,
+ 0.0418701171875,
+ -0.02130126953125,
+ 0.0155181884765625,
+ -0.0005164146423339844,
+ 0.00152587890625,
+ 0.0003342628479003906,
+ -0.0034198760986328125,
+ -0.021484375,
+ 0.033233642578125,
+ 0.06097412109375,
+ -0.004199981689453125,
+ -0.023406982421875,
+ -0.0275421142578125,
+ -0.003833770751953125,
+ 0.0158843994140625,
+ -0.00821685791015625,
+ 0.032135009765625,
+ 0.005645751953125,
+ 0.050323486328125,
+ -0.0288238525390625,
+ 0.01441192626953125,
+ -0.0112457275390625,
+ -0.0025482177734375,
+ -0.00899505615234375,
+ -0.095458984375,
+ -0.04205322265625,
+ -0.0167999267578125,
+ -0.06793212890625,
+ -0.0275421142578125,
+ 0.0035343170166015625,
+ 0.0171661376953125,
+ 0.0158843994140625,
+ -0.037078857421875,
+ -0.0249786376953125,
+ -0.00885772705078125,
+ 0.0264434814453125,
+ 0.003902435302734375,
+ -0.0050506591796875,
+ -0.037994384765625,
+ -0.049591064453125,
+ 0.00537109375,
+ 0.0165252685546875,
+ -0.050689697265625,
+ -0.01358795166015625,
+ -0.0115203857421875,
+ -0.021575927734375,
+ -0.0258941650390625,
+ -0.02056884765625,
+ 0.0180816650390625,
+ -0.0118408203125,
+ 0.0273590087890625,
+ -0.004062652587890625,
+ 0.00018644332885742188,
+ -0.0021228790283203125,
+ 0.03875732421875,
+ -0.02459716796875,
+ -0.037445068359375,
+ 0.01285552978515625,
+ -0.0184478759765625,
+ 0.002925872802734375,
+ -0.01486968994140625,
+ 0.036346435546875,
+ 0.007160186767578125,
+ -0.01202392578125,
+ -0.0299224853515625,
+ 0.0426025390625,
+ 0.051422119140625,
+ 0.0033740997314453125,
+ 0.0262603759765625,
+ -0.0477294921875,
+ 0.0031681060791015625,
+ -0.0418701171875,
+ 0.034332275390625,
+ -0.02386474609375,
+ -0.01377105712890625,
+ 0.0297393798828125,
+ 0.00592041015625,
+ 0.031219482421875,
+ 0.0188140869140625,
+ -0.053253173828125,
+ -0.023681640625,
+ 0.001239776611328125,
+ 0.0005679130554199219,
+ 0.00516510009765625,
+ 0.031402587890625,
+ -0.01276397705078125,
+ 0.0396728515625,
+ 0.0789794921875,
+ -0.0266265869140625,
+ 0.02423095703125,
+ -0.007251739501953125,
+ 0.005645751953125,
+ 0.0266265869140625,
+ 0.0211181640625,
+ 0.00771331787109375,
+ -0.0269927978515625,
+ 0.030303955078125,
+ -0.00521087646484375,
+ -0.00043892860412597656,
+ -0.0103759765625,
+ -0.02459716796875,
+ 0.0017557144165039062,
+ -0.0161590576171875,
+ 0.048095703125,
+ -0.0268096923828125,
+ -0.04534912109375,
+ -0.02239990234375,
+ 0.031402587890625,
+ -0.0006856918334960938,
+ 0.04095458984375,
+ 0.0273590087890625,
+ -0.036895751953125,
+ 0.04241943359375,
+ -0.0111083984375,
+ -0.004589080810546875,
+ 0.034515380859375,
+ -0.006011962890625,
+ 0.0168914794921875,
+ 0.031402587890625,
+ 0.0036029815673828125,
+ -0.0033969879150390625,
+ 0.033599853515625,
+ 0.02349853515625,
+ -0.0264434814453125,
+ -0.01422882080078125,
+ 0.055084228515625,
+ -0.0166168212890625,
+ -0.0280914306640625,
+ -0.036529541015625,
+ -0.035797119140625,
+ 0.001491546630859375,
+ -0.01441192626953125,
+ -0.01276397705078125,
+ -0.0101470947265625,
+ -0.032501220703125,
+ -0.056549072265625,
+ -0.019287109375,
+ 0.021575927734375,
+ 0.006103515625,
+ 0.06097412109375,
+ 0.056182861328125,
+ -0.0244140625,
+ 0.0014801025390625,
+ 0.0291900634765625,
+ 0.0109710693359375,
+ 0.033050537109375,
+ -0.01468658447265625,
+ 0.0015840530395507812,
+ -0.0008206367492675781,
+ -0.031036376953125,
+ 0.06060791015625,
+ 0.00136566162109375,
+ 0.006610870361328125,
+ -0.002445220947265625,
+ -0.053985595703125,
+ 0.0152435302734375,
+ -0.022857666015625,
+ 0.0400390625,
+ 0.019287109375,
+ -0.0167999267578125,
+ -0.002925872802734375,
+ -0.0016641616821289062,
+ 0.037994384765625,
+ 0.054718017578125,
+ -0.04425048828125,
+ -0.02349853515625,
+ -0.0775146484375,
+ -0.01432037353515625,
+ -0.06353759765625,
+ -0.053619384765625,
+ -0.0264434814453125,
+ -0.035614013671875,
+ 0.048828125,
+ -0.00484466552734375,
+ 0.0012912750244140625,
+ -0.009918212890625,
+ 0.0268096923828125,
+ -0.006427764892578125,
+ 0.0290069580078125,
+ -0.007114410400390625,
+ -0.021026611328125,
+ 0.033233642578125,
+ 0.08447265625,
+ -0.049957275390625,
+ -0.01486968994140625,
+ -0.00982666015625,
+ 0.00794219970703125,
+ -0.0170745849609375,
+ -0.0007228851318359375,
+ -0.019561767578125,
+ -0.0282745361328125,
+ 0.01248931884765625,
+ 0.011932373046875,
+ 0.0162506103515625,
+ -0.02239990234375,
+ 0.0015954971313476562,
+ -0.02349853515625,
+ 0.0174407958984375,
+ -0.00940704345703125,
+ 0.02001953125,
+ 0.00849151611328125,
+ 0.007389068603515625,
+ 0.0018243789672851562,
+ -0.052154541015625,
+ -0.010650634765625,
+ 0.038177490234375,
+ -0.0097808837890625,
+ -0.0008950233459472656,
+ 0.01340484619140625,
+ -0.04095458984375,
+ 0.006839752197265625,
+ 0.01349639892578125,
+ 0.0111083984375,
+ 0.0218505859375,
+ 0.02459716796875,
+ -0.0172576904296875,
+ 0.0031223297119140625,
+ -0.01055908203125,
+ 0.01276397705078125,
+ -0.036163330078125,
+ -0.0218505859375,
+ -0.0117034912109375,
+ 0.0116119384765625,
+ -0.03948974609375,
+ -0.00881195068359375,
+ 0.0491943359375,
+ -0.036529541015625,
+ 0.031951904296875,
+ -0.01468658447265625,
+ 0.0157928466796875,
+ -0.01450347900390625,
+ -0.033416748046875,
+ -0.0257110595703125,
+ -0.037078857421875,
+ -0.0418701171875,
+ -0.0196533203125,
+ 0.054718017578125,
+ -0.00945281982421875,
+ -0.006103515625,
+ -0.0218505859375,
+ 0.011566162109375,
+ -0.0469970703125,
+ 0.02093505859375,
+ -0.011474609375,
+ 0.04296875,
+ 0.0107421875,
+ 0.023406982421875,
+ 0.046630859375,
+ 0.0389404296875,
+ 0.0400390625,
+ 0.053253173828125,
+ 0.007205963134765625,
+ -0.0257110595703125,
+ 0.0061492919921875,
+ -0.0189056396484375,
+ 0.0018472671508789062,
+ 0.021942138671875,
+ -0.0301055908203125,
+ -0.01459503173828125,
+ -0.01377105712890625,
+ -0.019561767578125,
+ 0.01468658447265625,
+ 0.0295562744140625,
+ 0.035247802734375,
+ 0.0007343292236328125,
+ -0.01459503173828125,
+ -0.0151519775390625,
+ 0.058746337890625,
+ 0.006290435791015625,
+ 0.11529541015625,
+ 0.01459503173828125,
+ -0.052154541015625,
+ 0.01947021484375,
+ 0.033966064453125,
+ -0.0253448486328125,
+ 0.0114288330078125,
+ 0.030670166015625,
+ 0.00498199462890625,
+ 0.0009469985961914062,
+ 0.01486968994140625,
+ 0.00518798828125,
+ 0.037445068359375,
+ -0.01248931884765625,
+ -0.001262664794921875,
+ 0.0185394287109375,
+ -0.0156097412109375,
+ -0.00571441650390625,
+ 0.04388427734375,
+ 0.02459716796875,
+ -0.0017442703247070312,
+ 0.04058837890625,
+ -0.011474609375,
+ -0.057281494140625,
+ -0.034149169921875,
+ -0.07415771484375,
+ 0.00762176513671875,
+ 0.0286407470703125,
+ 0.007068634033203125,
+ 0.055450439453125,
+ -0.032501220703125,
+ -0.06866455078125,
+ 0.03857421875,
+ -0.048095703125,
+ 0.0855712890625,
+ 0.03985595703125,
+ 0.0271759033203125,
+ -0.00502777099609375,
+ 0.0018939971923828125,
+ -0.006793975830078125,
+ 0.007297515869140625,
+ -0.005096435546875,
+ 0.033233642578125,
+ 0.0163421630859375,
+ 0.037078857421875,
+ -0.0050506591796875,
+ -0.0151519775390625,
+ 0.00286865234375,
+ 0.0277252197265625,
+ 0.0186309814453125,
+ -0.019927978515625,
+ 0.035430908203125,
+ 0.0157012939453125,
+ 0.023040771484375,
+ -0.0282745361328125,
+ 0.0400390625,
+ 0.0286407470703125,
+ -0.01477813720703125,
+ 0.01202392578125,
+ -0.01220703125,
+ 0.0002853870391845703,
+ -0.04205322265625,
+ 0.00482177734375,
+ 0.0113372802734375,
+ 0.02203369140625,
+ 0.03985595703125,
+ 0.0400390625,
+ -0.048095703125,
+ -0.0233154296875,
+ 0.038177490234375,
+ -0.053619384765625,
+ -0.009735107421875,
+ 0.033416748046875,
+ -0.032135009765625,
+ 0.0264434814453125,
+ -0.033233642578125,
+ -0.0771484375,
+ 0.0189971923828125,
+ -0.04132080078125,
+ -0.04278564453125,
+ 0.04681396484375,
+ 0.037628173828125,
+ -0.0400390625,
+ -0.0178985595703125,
+ -0.04736328125,
+ -0.007160186767578125,
+ 0.0107421875,
+ -0.033416748046875,
+ 0.0458984375,
+ -0.019561767578125,
+ -0.01349639892578125,
+ 0.022857666015625,
+ 0.0462646484375,
+ -0.033233642578125,
+ -0.0244140625,
+ 0.052886962890625,
+ -0.021026611328125,
+ -0.032318115234375,
+ 0.031219482421875,
+ -0.004222869873046875,
+ 0.00789642333984375,
+ -0.04150390625,
+ -0.02313232421875,
+ 0.004657745361328125,
+ 0.0262603759765625,
+ 0.037445068359375,
+ 0.0177154541015625,
+ -0.07452392578125,
+ -0.019561767578125,
+ -0.0301055908203125,
+ 0.06207275390625,
+ -0.0032825469970703125,
+ 0.02130126953125,
+ -0.0035800933837890625,
+ -0.06280517578125,
+ 0.0288238525390625,
+ -0.057647705078125,
+ -0.0249786376953125,
+ 0.0271759033203125,
+ 0.00543975830078125,
+ -0.006748199462890625,
+ 0.032867431640625,
+ -0.032501220703125,
+ 0.004913330078125,
+ -0.01450347900390625,
+ 0.0015954971313476562,
+ 0.0035572052001953125,
+ -0.011016845703125,
+ -0.0484619140625,
+ 0.0491943359375,
+ 0.040771484375,
+ -0.04425048828125,
+ -0.0114288330078125,
+ -0.03948974609375,
+ -0.01267242431640625,
+ 0.0244140625,
+ -0.048828125,
+ 0.0019168853759765625,
+ -0.004131317138671875,
+ -0.060211181640625,
+ -0.00862884521484375,
+ 0.0117034912109375,
+ -0.033782958984375,
+ -0.0103759765625,
+ 0.00307464599609375,
+ 0.020111083984375,
+ -0.0171661376953125,
+ 0.0260772705078125,
+ -0.00020515918731689453,
+ 0.0288238525390625,
+ 0.035430908203125,
+ 0.0277252197265625,
+ 0.0011415481567382812,
+ 0.0167083740234375,
+ -0.04132080078125,
+ -0.031951904296875,
+ 0.0021686553955078125,
+ 0.039306640625,
+ -0.035797119140625,
+ 0.0101470947265625,
+ -0.0160675048828125,
+ -0.0297393798828125,
+ 0.033782958984375,
+ -0.06866455078125,
+ -0.006336212158203125,
+ -0.020751953125,
+ -0.0108795166015625,
+ -0.032867431640625,
+ -0.021484375,
+ 0.01303863525390625,
+ 0.0113372802734375,
+ 0.00926971435546875,
+ -0.007480621337890625,
+ 0.0244140625,
+ -0.033599853515625,
+ 0.0189056396484375,
+ 0.0171661376953125,
+ 0.0189056396484375,
+ -0.0060577392578125,
+ -0.011016845703125,
+ -0.01477813720703125,
+ -0.004016876220703125,
+ 0.0469970703125,
+ -0.01358795166015625,
+ -0.0156097412109375,
+ -0.050689697265625,
+ 0.023040771484375,
+ 0.023681640625,
+ -0.038177490234375,
+ 0.00580596923828125,
+ -0.0277252197265625,
+ -0.08447265625,
+ -0.01947021484375,
+ 0.037078857421875,
+ 0.033599853515625,
+ -0.0249786376953125,
+ -0.035064697265625,
+ -0.01276397705078125,
+ -0.0188140869140625,
+ -0.00867462158203125,
+ 0.0288238525390625,
+ -0.020477294921875,
+ 0.0225830078125,
+ 0.022674560546875,
+ -0.034881591796875,
+ 0.037078857421875,
+ 0.037628173828125,
+ 0.0258941650390625,
+ 0.0260772705078125,
+ 0.0275421142578125,
+ -0.0275421142578125,
+ 0.0164337158203125,
+ -0.00881195068359375,
+ -0.0257110595703125,
+ 0.0021343231201171875,
+ -0.019378662109375,
+ 0.0156097412109375,
+ -0.0279083251953125,
+ 0.0036945343017578125,
+ 0.00803375244140625,
+ 0.022308349609375,
+ 0.04443359375,
+ -0.03985595703125,
+ -0.0021114349365234375,
+ 0.035797119140625,
+ -0.002880096435546875,
+ 0.07012939453125,
+ -0.035797119140625,
+ -0.0282745361328125,
+ 0.021392822265625,
+ 0.0162506103515625,
+ 0.035064697265625,
+ 0.0301055908203125,
+ -0.0173492431640625,
+ -0.033416748046875,
+ -0.00853729248046875,
+ 0.04388427734375,
+ -0.048095703125,
+ 0.0008835792541503906,
+ -0.057647705078125,
+ -0.009735107421875,
+ 0.01313018798828125,
+ 0.07196044921875,
+ 0.00885772705078125,
+ 0.06170654296875,
+ 0.00555419921875,
+ -0.0036487579345703125,
+ 0.02423095703125,
+ 0.050323486328125,
+ 0.040771484375,
+ -0.012298583984375,
+ -0.057281494140625,
+ -0.0021228790283203125,
+ -0.0050048828125,
+ -0.050689697265625,
+ -0.03985595703125,
+ -0.006103515625,
+ 0.0433349609375,
+ -0.06939697265625,
+ -0.023406982421875,
+ -0.0175323486328125,
+ 0.0156097412109375,
+ 0.033050537109375,
+ 0.0181732177734375,
+ -0.031951904296875,
+ 0.04168701171875,
+ 0.0255279541015625,
+ -0.042236328125,
+ 0.002410888671875,
+ -0.02459716796875,
+ 0.01092529296875,
+ 0.055450439453125,
+ 0.021026611328125,
+ -0.0455322265625,
+ 0.058013916015625,
+ 0.011749267578125,
+ 0.04205322265625,
+ 0.022491455078125,
+ 0.020111083984375,
+ 0.00789642333984375,
+ 0.032135009765625,
+ 0.034149169921875,
+ 0.07196044921875,
+ -0.0301055908203125,
+ -0.004085540771484375,
+ 0.0301055908203125,
+ 0.04150390625,
+ 0.060211181640625,
+ 0.0183563232421875,
+ -0.0060577392578125,
+ 0.01092529296875,
+ -0.022308349609375,
+ -0.03912353515625,
+ 0.037628173828125,
+ 0.010284423828125,
+ -0.011749267578125,
+ -0.02423095703125,
+ -0.04351806640625,
+ 0.0301055908203125,
+ -0.037994384765625,
+ 0.033782958984375,
+ 0.00302886962890625,
+ -0.0462646484375,
+ -0.0191802978515625,
+ 0.01331329345703125,
+ -0.030670166015625,
+ -0.057647705078125,
+ 0.034698486328125,
+ -0.0155181884765625,
+ -0.0153350830078125,
+ -0.0279083251953125,
+ -0.0249786376953125,
+ 0.04388427734375,
+ -0.034332275390625,
+ -0.07672119140625,
+ -0.0411376953125,
+ 0.035797119140625,
+ -0.0107879638671875,
+ -0.0279083251953125,
+ -0.0011816024780273438,
+ 0.02166748046875,
+ -0.0255279541015625,
+ -0.0400390625,
+ -0.04150390625,
+ -0.0268096923828125,
+ 0.04278564453125,
+ -0.049957275390625,
+ 0.022491455078125,
+ -0.0010843276977539062,
+ -0.00835418701171875,
+ -0.01294708251953125,
+ -0.033416748046875,
+ -0.0266265869140625,
+ 0.037628173828125,
+ -0.033050537109375,
+ 0.022674560546875,
+ 0.031951904296875,
+ 0.037445068359375,
+ 0.031036376953125,
+ 0.0477294921875,
+ 0.00042176246643066406,
+ -0.004337310791015625,
+ -0.0183563232421875,
+ -0.07049560546875,
+ 0.00982666015625,
+ -0.00023233890533447266,
+ -0.002765655517578125,
+ -0.049957275390625,
+ -0.0019741058349609375,
+ 0.0477294921875,
+ -0.035614013671875,
+ 0.0037403106689453125,
+ -0.007068634033203125,
+ -0.0060577392578125,
+ -0.0268096923828125,
+ 0.0181732177734375,
+ -0.0019626617431640625,
+ 0.01432037353515625,
+ 0.11676025390625,
+ 0.0190887451171875,
+ -0.0176239013671875,
+ -0.01496124267578125,
+ -0.0165252685546875,
+ 0.0268096923828125,
+ 0.031951904296875,
+ 0.037811279296875,
+ -0.0023288726806640625,
+ 0.021575927734375,
+ 0.009735107421875,
+ -0.0008835792541503906,
+ 0.0036716461181640625,
+ -0.07342529296875,
+ 0.007068634033203125,
+ 0.0167999267578125,
+ 0.00862884521484375,
+ -0.00830841064453125,
+ -0.006290435791015625,
+ -0.0158843994140625,
+ -0.004497528076171875,
+ -0.033966064453125,
+ 0.0282745361328125,
+ -0.00566864013671875,
+ -0.01331329345703125,
+ -0.0433349609375,
+ -0.00862884521484375,
+ -0.0167083740234375,
+ -0.030853271484375,
+ -0.031036376953125,
+ -0.031219482421875,
+ 0.0153350830078125,
+ 0.00867462158203125,
+ -0.04461669921875,
+ 0.032135009765625,
+ 0.033050537109375,
+ 0.01322174072265625,
+ 0.00807952880859375,
+ 0.04168701171875,
+ -0.060211181640625,
+ -0.0161590576171875,
+ 0.00803375244140625,
+ 0.03912353515625,
+ -0.005279541015625,
+ -0.0279083251953125,
+ 0.005279541015625,
+ 0.0255279541015625,
+ 0.021942138671875,
+ -0.04608154296875,
+ 0.06866455078125,
+ 0.0293731689453125,
+ -0.02459716796875,
+ -0.06097412109375,
+ -0.04296875,
+ -0.006381988525390625,
+ 0.0183563232421875,
+ -0.020111083984375,
+ 0.0203857421875,
+ 0.0016527175903320312,
+ -0.0116119384765625,
+ -0.07489013671875,
+ 0.04022216796875,
+ -0.0152435302734375,
+ 0.00794219970703125,
+ 0.0273590087890625,
+ -0.0035572052001953125,
+ -0.056915283203125,
+ -0.04498291015625,
+ -0.020843505859375,
+ 0.0105133056640625,
+ -0.0017671585083007812,
+ 0.048828125,
+ 0.032501220703125,
+ -0.0036945343017578125,
+ 0.031402587890625,
+ -0.006244659423828125,
+ -0.005279541015625,
+ 0.030853271484375,
+ 0.0458984375,
+ -0.0484619140625,
+ 0.03985595703125,
+ -0.038360595703125,
+ 0.006885528564453125,
+ 0.007114410400390625,
+ 0.0170745849609375,
+ -0.0106048583984375,
+ -0.00284576416015625,
+ -0.055450439453125,
+ -0.0158843994140625,
+ 0.043701171875,
+ 0.030670166015625,
+ -0.0258941650390625,
+ -0.0018701553344726562,
+ -0.022216796875,
+ 0.0107879638671875,
+ -0.00014913082122802734,
+ -0.02386474609375,
+ 0.0389404296875,
+ -0.0173492431640625,
+ -0.0404052734375,
+ -0.00954437255859375,
+ -0.052520751953125,
+ -0.086669921875,
+ 0.0023975372314453125,
+ -0.0491943359375,
+ -0.0277252197265625,
+ 0.00543975830078125,
+ 0.0154266357421875,
+ 0.0469970703125,
+ -0.023406982421875,
+ 0.0180816650390625,
+ -0.006011962890625,
+ -0.0299224853515625,
+ -0.04058837890625,
+ 0.033599853515625,
+ -0.0297393798828125,
+ 0.030853271484375,
+ 0.0251617431640625,
+ -0.031768798828125,
+ 0.004589080810546875,
+ 0.0036716461181640625,
+ 0.004451751708984375,
+ -0.022308349609375,
+ 0.0113372802734375,
+ -0.046630859375,
+ 0.02001953125,
+ -0.046630859375,
+ -0.02203369140625,
+ 0.053253173828125,
+ -0.0006656646728515625,
+ 0.0189056396484375,
+ -0.00894927978515625,
+ 0.04296875,
+ -0.035797119140625,
+ -0.057281494140625,
+ 0.00872039794921875,
+ -0.0101470947265625,
+ -0.0160675048828125,
+ 0.0190887451171875,
+ -0.020477294921875,
+ 0.0100555419921875,
+ 0.011199951171875,
+ 0.030670166015625,
+ 0.0293731689453125,
+ 0.037811279296875,
+ 0.035980224609375,
+ -0.0048675537109375,
+ -0.0110626220703125,
+ -0.0036258697509765625,
+ 0.01468658447265625,
+ 0.0286407470703125,
+ 0.0175323486328125,
+ -0.01258087158203125,
+ 0.010467529296875,
+ 0.002925872802734375,
+ -0.0870361328125,
+ -0.0299224853515625,
+ -0.0293731689453125,
+ -0.050689697265625,
+ -0.00035858154296875,
+ 0.07196044921875,
+ 0.034698486328125,
+ -0.003925323486328125,
+ 0.0151519775390625,
+ 0.049957275390625,
+ 0.051422119140625,
+ 0.00525665283203125,
+ -0.0022716522216796875,
+ -0.06353759765625,
+ -0.00867462158203125,
+ -0.0161590576171875,
+ 0.0173492431640625,
+ -0.0782470703125,
+ 0.0440673828125,
+ 0.055084228515625,
+ 0.0179901123046875,
+ -0.019561767578125,
+ 0.0008320808410644531,
+ 0.009735107421875,
+ 0.0260772705078125,
+ 0.02386474609375,
+ 0.006702423095703125,
+ -0.04205322265625,
+ 0.00908660888671875,
+ 0.0269927978515625,
+ -0.02423095703125,
+ 0.0113372802734375,
+ 0.004795074462890625,
+ -0.020660400390625,
+ 0.048828125,
+ -0.0418701171875,
+ 0.0036029815673828125,
+ -0.0031452178955078125,
+ 0.07159423828125,
+ 0.007114410400390625,
+ -0.057281494140625,
+ -0.0186309814453125,
+ 0.0282745361328125,
+ 0.020294189453125,
+ -0.011749267578125,
+ 0.00525665283203125,
+ 0.01276397705078125,
+ -0.0036487579345703125,
+ -0.0002237558364868164,
+ 0.04498291015625,
+ -0.019561767578125,
+ 0.055450439453125,
+ 0.035614013671875,
+ -0.07122802734375,
+ 0.035247802734375,
+ -0.031951904296875,
+ -0.01220703125,
+ -0.0020885467529296875,
+ -0.0491943359375,
+ -0.0282745361328125,
+ -0.07122802734375,
+ 0.0233154296875,
+ 0.01404571533203125,
+ 0.055816650390625,
+ 0.033782958984375,
+ 0.0157928466796875,
+ 0.01468658447265625,
+ -0.004154205322265625,
+ 0.0290069580078125,
+ 0.0189056396484375,
+ -0.0035343170166015625,
+ -0.0170745849609375,
+ 0.00917816162109375,
+ 0.0101470947265625,
+ 0.011016845703125,
+ -0.053253173828125,
+ 0.0161590576171875,
+ -0.020477294921875,
+ 0.020843505859375,
+ -0.0253448486328125,
+ -0.0060577392578125,
+ 0.0211181640625,
+ -0.038360595703125,
+ 0.0118408203125,
+ -0.0096893310546875,
+ 0.01395416259765625,
+ -0.0301055908203125,
+ -0.04296875,
+ -0.00518798828125,
+ 0.0389404296875,
+ -0.0271759033203125,
+ 0.002651214599609375,
+ 0.0249786376953125,
+ -0.0107421875,
+ 0.002880096435546875,
+ -0.03985595703125,
+ 0.058013916015625,
+ 0.023681640625,
+ 0.0189971923828125,
+ -0.0097808837890625,
+ 0.00566864013671875,
+ 0.019744873046875,
+ -0.01220703125,
+ 0.0268096923828125,
+ 0.0164337158203125,
+ -0.056915283203125,
+ 0.06463623046875,
+ 0.02001953125,
+ 0.0255279541015625,
+ -0.07086181640625,
+ 0.01294708251953125,
+ 0.0111083984375,
+ -0.035614013671875,
+ 0.0299224853515625,
+ 0.0177154541015625,
+ 0.03912353515625,
+ -0.0052337646484375,
+ -0.0165252685546875,
+ 0.004913330078125,
+ -0.07232666015625,
+ 0.07196044921875,
+ 0.019561767578125,
+ 0.0260772705078125,
+ 0.0293731689453125,
+ -0.037078857421875,
+ 0.06793212890625,
+ -0.007526397705078125,
+ 0.049591064453125,
+ -0.06866455078125,
+ 0.031768798828125,
+ -0.0026397705078125,
+ -0.01092529296875,
+ -0.0104217529296875,
+ 0.004199981689453125,
+ -0.00252532958984375,
+ 0.0151519775390625,
+ -0.0253448486328125,
+ 0.0771484375,
+ 0.0264434814453125,
+ -0.01276397705078125,
+ -0.048095703125,
+ -0.0118408203125,
+ -0.0058746337890625,
+ -0.0022830963134765625,
+ 0.048095703125,
+ -0.048095703125,
+ -0.0257110595703125,
+ 0.01459503173828125,
+ 0.038360595703125,
+ 0.04644775390625,
+ 0.0240478515625,
+ 0.033233642578125,
+ 0.0111541748046875,
+ -0.006290435791015625,
+ 0.02423095703125,
+ -0.0187225341796875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "cli",
+ "regular-expressions",
+ "piping",
+ "filtering"
+ ],
+ "skillLevel": "beginner",
+ "type": "tool"
+ }
+ },
+ {
+ "id": "concept_Memory_Forensics___Process_Analysis",
+ "type": "concept",
+ "name": "Memory Forensics & Process Analysis",
+ "content": "memory forensics & process analysis volatile-memory-strukturen und process-internals für advanced-malware-detection. virtual-memory-layout, process-injection-techniken, dll-hollowing und process-ghosting-erkennung. kernel-structures-analysis, system-call-hooking und rootkit-detection-methoden. memory-dump-acquisition-strategien, address-space-reconstruction und encrypted-memory-handling. cross-platform-memory-forensik für windows, linux, macos-systeme. live-memory-analysis vs. dead-memory-investigation-tradeoffs. memory-structures process-injection rootkit-detection kernel-analysis address-space live-analysis malware-hiding system-internals incident-response malware-analysis static-investigations examination analysis",
+ "embedding": [
+ -0.04412841796875,
+ 0.03558349609375,
+ 0.0391845703125,
+ 0.00011706352233886719,
+ 0.03704833984375,
+ 0.032440185546875,
+ 0.0112762451171875,
+ -0.0135040283203125,
+ -0.0271759033203125,
+ -0.0263519287109375,
+ -0.0227203369140625,
+ 0.03375244140625,
+ 0.01029205322265625,
+ -0.0151519775390625,
+ -0.0645751953125,
+ 0.063232421875,
+ 0.01482391357421875,
+ 0.0173797607421875,
+ 0.0151519775390625,
+ 0.007411956787109375,
+ -0.025360107421875,
+ -0.033111572265625,
+ -0.05072021484375,
+ 0.01004791259765625,
+ 0.0129241943359375,
+ 0.0205841064453125,
+ 0.0010290145874023438,
+ -0.0513916015625,
+ -0.0250244140625,
+ -0.00782012939453125,
+ 0.0200958251953125,
+ -0.0284881591796875,
+ 0.01342010498046875,
+ 0.030792236328125,
+ -0.01490020751953125,
+ -0.01366424560546875,
+ 0.0073699951171875,
+ -0.03375244140625,
+ -0.033416748046875,
+ 0.054656982421875,
+ -0.01251220703125,
+ -0.0017290115356445312,
+ -0.00621795654296875,
+ -0.0081939697265625,
+ -0.0238800048828125,
+ -0.0513916015625,
+ 0.002017974853515625,
+ -0.0118560791015625,
+ 0.0158843994140625,
+ -0.0304718017578125,
+ 0.0210723876953125,
+ 0.033935546875,
+ 0.006832122802734375,
+ -0.023223876953125,
+ -0.0309600830078125,
+ 0.030303955078125,
+ -0.0010547637939453125,
+ 0.006710052490234375,
+ -0.0289764404296875,
+ 0.034912109375,
+ -0.049407958984375,
+ -0.030303955078125,
+ -0.01465606689453125,
+ -0.01506805419921875,
+ 0.01885986328125,
+ 0.044464111328125,
+ 0.002017974853515625,
+ -0.0268402099609375,
+ 0.01910400390625,
+ 0.01317596435546875,
+ 0.02337646484375,
+ -0.00922393798828125,
+ -0.0273284912109375,
+ 0.0306243896484375,
+ 0.000006854534149169922,
+ -0.041168212890625,
+ 0.03936767578125,
+ 0.042816162109375,
+ 0.00864410400390625,
+ -0.019683837890625,
+ -0.03936767578125,
+ 0.0002868175506591797,
+ 0.0599365234375,
+ -0.011199951171875,
+ -0.042144775390625,
+ -0.00852203369140625,
+ 0.0186920166015625,
+ -0.0065460205078125,
+ -0.0030879974365234375,
+ -0.006916046142578125,
+ -0.0007562637329101562,
+ -0.0035400390625,
+ 0.030792236328125,
+ -0.02996826171875,
+ 0.025360107421875,
+ 0.055328369140625,
+ -0.01424407958984375,
+ -0.0164642333984375,
+ -0.01506805419921875,
+ 0.018524169921875,
+ 0.041015625,
+ -0.04974365234375,
+ 0.01202392578125,
+ -0.025360107421875,
+ 0.04742431640625,
+ -0.033111572265625,
+ 0.005352020263671875,
+ -0.0084381103515625,
+ -0.0243682861328125,
+ -0.0217437744140625,
+ -0.08758544921875,
+ -0.034088134765625,
+ -0.01317596435546875,
+ -0.06488037109375,
+ 0.0007872581481933594,
+ -0.003643035888671875,
+ -0.020172119140625,
+ 0.0447998046875,
+ -0.026519775390625,
+ -0.04974365234375,
+ 0.0245361328125,
+ 0.014739990234375,
+ -0.00235748291015625,
+ 0.02337646484375,
+ -0.036407470703125,
+ -0.02618408203125,
+ 0.01202392578125,
+ 0.016387939453125,
+ -0.01342010498046875,
+ -0.0005636215209960938,
+ 0.0019550323486328125,
+ -0.003314971923828125,
+ -0.00922393798828125,
+ -0.038848876953125,
+ 0.001605987548828125,
+ -0.030303955078125,
+ 0.022064208984375,
+ -0.0174560546875,
+ -0.0025119781494140625,
+ 0.01251220703125,
+ 0.06256103515625,
+ -0.030303955078125,
+ -0.05303955078125,
+ 0.0107879638671875,
+ -0.005886077880859375,
+ -0.00475311279296875,
+ -0.01177215576171875,
+ 0.0065460205078125,
+ -0.037872314453125,
+ -0.01482391357421875,
+ 0.0178680419921875,
+ 0.02239990234375,
+ 0.0513916015625,
+ 0.0135040283203125,
+ 0.0020694732666015625,
+ -0.050048828125,
+ -0.041015625,
+ -0.0288238525390625,
+ 0.043487548828125,
+ -0.02569580078125,
+ -0.01358795166015625,
+ 0.025360107421875,
+ -0.0092620849609375,
+ 0.027496337890625,
+ -0.017120361328125,
+ -0.036895751953125,
+ -0.018768310546875,
+ 0.03326416015625,
+ 0.0170440673828125,
+ 0.0022125244140625,
+ 0.045440673828125,
+ 0.011688232421875,
+ 0.07379150390625,
+ 0.0721435546875,
+ 0.01136016845703125,
+ 0.01910400390625,
+ -0.0018320083618164062,
+ -0.020416259765625,
+ 0.035888671875,
+ 0.037384033203125,
+ -0.01226806640625,
+ -0.03228759765625,
+ 0.04840087890625,
+ -0.01416015625,
+ 0.0238800048828125,
+ -0.00687408447265625,
+ -0.0145721435546875,
+ 0.0030879974365234375,
+ -0.041839599609375,
+ 0.016632080078125,
+ -0.052032470703125,
+ -0.02337646484375,
+ 0.0011167526245117188,
+ 0.0222320556640625,
+ 0.0240478515625,
+ 0.077392578125,
+ 0.0217437744140625,
+ -0.0162200927734375,
+ 0.0289764404296875,
+ 0.005001068115234375,
+ 0.01959228515625,
+ 0.036712646484375,
+ -0.0066680908203125,
+ 0.0447998046875,
+ -0.00450897216796875,
+ 0.006587982177734375,
+ 0.004528045654296875,
+ 0.040679931640625,
+ 0.0182037353515625,
+ -0.01087188720703125,
+ 0.00020194053649902344,
+ 0.0447998046875,
+ -0.0301361083984375,
+ -0.00444793701171875,
+ -0.0298004150390625,
+ -0.0238800048828125,
+ 0.0158843994140625,
+ -0.00975799560546875,
+ -0.00128173828125,
+ -0.016387939453125,
+ -0.0167999267578125,
+ -0.01383209228515625,
+ 0.01202392578125,
+ 0.027008056640625,
+ 0.0024280548095703125,
+ 0.052703857421875,
+ 0.0255279541015625,
+ 0.0011014938354492188,
+ -0.04644775390625,
+ 0.01482391357421875,
+ 0.0184478759765625,
+ 0.02667236328125,
+ -0.0026340484619140625,
+ 0.00934600830078125,
+ -0.04132080078125,
+ -0.0210723876953125,
+ 0.041656494140625,
+ 0.004878997802734375,
+ 0.016876220703125,
+ 0.01548004150390625,
+ -0.0247039794921875,
+ 0.0243682861328125,
+ -0.02239990234375,
+ 0.043487548828125,
+ 0.040191650390625,
+ -0.0015954971313476562,
+ 0.00728607177734375,
+ -0.0157318115234375,
+ 0.0263519287109375,
+ 0.05499267578125,
+ -0.0377197265625,
+ -0.00946807861328125,
+ -0.06915283203125,
+ -0.0247039794921875,
+ -0.061248779296875,
+ -0.0281524658203125,
+ -0.026519775390625,
+ -0.0665283203125,
+ 0.02569580078125,
+ -0.033599853515625,
+ -0.028656005859375,
+ -0.0177001953125,
+ 0.00893402099609375,
+ 0.0273284912109375,
+ 0.0321044921875,
+ -0.0017805099487304688,
+ -0.013092041015625,
+ 0.011199951171875,
+ 0.060272216796875,
+ -0.00531005859375,
+ -0.01506805419921875,
+ -0.00347900390625,
+ 0.007450103759765625,
+ -0.0167083740234375,
+ 0.00662994384765625,
+ -0.052703857421875,
+ -0.00333404541015625,
+ 0.036712646484375,
+ 0.020172119140625,
+ 0.0170440673828125,
+ -0.01177215576171875,
+ 0.004364013671875,
+ 0.00013506412506103516,
+ 0.0419921875,
+ -0.0321044921875,
+ 0.00897216796875,
+ 0.01025390625,
+ -0.01580810546875,
+ -0.006134033203125,
+ -0.061248779296875,
+ -0.006175994873046875,
+ 0.038848876953125,
+ 0.02618408203125,
+ 0.01094818115234375,
+ -0.005474090576171875,
+ -0.034912109375,
+ 0.0218963623046875,
+ -0.00946807861328125,
+ -0.018035888671875,
+ 0.0281524658203125,
+ 0.04412841796875,
+ -0.024200439453125,
+ -0.00333404541015625,
+ 0.01506805419921875,
+ -0.00872802734375,
+ -0.056640625,
+ -0.048095703125,
+ -0.0281524658203125,
+ -0.024200439453125,
+ -0.027008056640625,
+ -0.0273284912109375,
+ 0.00885009765625,
+ -0.0276641845703125,
+ -0.0057220458984375,
+ -0.0218963623046875,
+ -0.0137481689453125,
+ -0.03656005859375,
+ -0.057952880859375,
+ 0.040008544921875,
+ -0.0194244384765625,
+ -0.035247802734375,
+ -0.0218963623046875,
+ 0.049072265625,
+ 0.0200958251953125,
+ 0.01053619384765625,
+ -0.01358795166015625,
+ -0.02569580078125,
+ -0.007656097412109375,
+ 0.020172119140625,
+ -0.0184478759765625,
+ 0.0377197265625,
+ -0.01366424560546875,
+ 0.0391845703125,
+ 0.039520263671875,
+ 0.0157318115234375,
+ -0.00716400146484375,
+ 0.060272216796875,
+ 0.0205841064453125,
+ -0.027008056640625,
+ -0.00794219970703125,
+ -0.00852203369140625,
+ 0.00333404541015625,
+ -0.0024280548095703125,
+ -0.031280517578125,
+ -0.047760009765625,
+ -0.0183563232421875,
+ -0.002758026123046875,
+ 0.01317596435546875,
+ -0.006999969482421875,
+ 0.026519775390625,
+ 0.0172119140625,
+ -0.0235443115234375,
+ -0.0009055137634277344,
+ 0.059600830078125,
+ 0.01506805419921875,
+ 0.09747314453125,
+ -0.03326416015625,
+ -0.035400390625,
+ 0.0195159912109375,
+ 0.029144287109375,
+ 0.007244110107421875,
+ -0.00551605224609375,
+ 0.054656982421875,
+ 0.0135040283203125,
+ -0.005558013916015625,
+ 0.01259613037109375,
+ -0.0245361328125,
+ 0.0195159912109375,
+ -0.01016998291015625,
+ 0.0099639892578125,
+ 0.0293121337890625,
+ -0.0197601318359375,
+ 0.0391845703125,
+ 0.04974365234375,
+ 0.0284881591796875,
+ 0.016387939453125,
+ 0.0293121337890625,
+ -0.019927978515625,
+ -0.013092041015625,
+ -0.028656005859375,
+ -0.07769775390625,
+ 0.0135040283203125,
+ 0.027008056640625,
+ 0.002140045166015625,
+ 0.040191650390625,
+ -0.0255279541015625,
+ -0.076416015625,
+ 0.0271759033203125,
+ -0.036712646484375,
+ 0.07440185546875,
+ 0.05731201171875,
+ 0.00646209716796875,
+ 0.044464111328125,
+ 0.0006999969482421875,
+ 0.003170013427734375,
+ 0.01177215576171875,
+ 0.0006070137023925781,
+ 0.0174560546875,
+ 0.049072265625,
+ 0.0273284912109375,
+ 0.018524169921875,
+ -0.02288818359375,
+ 0.03228759765625,
+ 0.04974365234375,
+ 0.01885986328125,
+ -0.00917816162109375,
+ 0.00728607177734375,
+ 0.02337646484375,
+ 0.0129241943359375,
+ -0.042144775390625,
+ 0.0447998046875,
+ 0.036895751953125,
+ 0.0015439987182617188,
+ 0.0032520294189453125,
+ -0.03424072265625,
+ 0.04083251953125,
+ -0.04150390625,
+ 0.01000213623046875,
+ 0.0288238525390625,
+ 0.006916046142578125,
+ 0.011688232421875,
+ 0.035247802734375,
+ -0.0711669921875,
+ -0.00042700767517089844,
+ 0.049407958984375,
+ -0.043487548828125,
+ 0.0271759033203125,
+ 0.01317596435546875,
+ -0.02667236328125,
+ -0.0025119781494140625,
+ -0.0203399658203125,
+ -0.049072265625,
+ 0.03985595703125,
+ -0.03802490234375,
+ -0.054656982421875,
+ 0.0271759033203125,
+ 0.0255279541015625,
+ -0.05401611328125,
+ -0.0301361083984375,
+ 0.002593994140625,
+ 0.00971221923828125,
+ -0.0031490325927734375,
+ -0.020660400390625,
+ 0.0316162109375,
+ -0.0005812644958496094,
+ 0.0009570121765136719,
+ 0.031463623046875,
+ 0.038360595703125,
+ -0.01041412353515625,
+ -0.0129241943359375,
+ 0.0467529296875,
+ -0.007617950439453125,
+ -0.03802490234375,
+ 0.00860595703125,
+ 0.025848388671875,
+ 0.027496337890625,
+ -0.03375244140625,
+ -0.031463623046875,
+ -0.004199981689453125,
+ 0.00621795654296875,
+ -0.00244903564453125,
+ 0.02239990234375,
+ -0.03607177734375,
+ -0.030303955078125,
+ -0.034088134765625,
+ 0.040496826171875,
+ 0.00963592529296875,
+ 0.033935546875,
+ 0.02239990234375,
+ -0.057952880859375,
+ 0.025848388671875,
+ -0.065185546875,
+ -0.030303955078125,
+ -0.01465606689453125,
+ 0.018524169921875,
+ -0.005352020263671875,
+ 0.0797119140625,
+ -0.0276641845703125,
+ -0.030303955078125,
+ -0.008026123046875,
+ 0.0247039794921875,
+ 0.00798797607421875,
+ -0.002315521240234375,
+ -0.0386962890625,
+ 0.06060791015625,
+ 0.0306243896484375,
+ -0.04315185546875,
+ 0.0106201171875,
+ -0.0159759521484375,
+ 0.01317596435546875,
+ 0.0457763671875,
+ -0.047088623046875,
+ 0.0165557861328125,
+ 0.00646209716796875,
+ -0.0787353515625,
+ -0.037200927734375,
+ -0.0321044921875,
+ -0.01235198974609375,
+ -0.04644775390625,
+ 0.0325927734375,
+ 0.023712158203125,
+ -0.0034160614013671875,
+ 0.054351806640625,
+ 0.026519775390625,
+ 0.0095062255859375,
+ 0.004177093505859375,
+ -0.0091400146484375,
+ 0.006175994873046875,
+ 0.021240234375,
+ -0.056304931640625,
+ -0.036712646484375,
+ -0.023223876953125,
+ 0.01029205322265625,
+ -0.048736572265625,
+ -0.00811004638671875,
+ 0.00017499923706054688,
+ -0.030303955078125,
+ 0.038360595703125,
+ -0.060272216796875,
+ 0.0014514923095703125,
+ -0.01885986328125,
+ -0.008148193359375,
+ -0.02288818359375,
+ -0.00910186767578125,
+ 0.0048980712890625,
+ 0.0162200927734375,
+ -0.0064239501953125,
+ -0.002079010009765625,
+ 0.04083251953125,
+ -0.060272216796875,
+ 0.040191650390625,
+ -0.005126953125,
+ -0.0102081298828125,
+ 0.0106201171875,
+ -0.0016260147094726562,
+ 0.00262451171875,
+ -0.00043487548828125,
+ 0.046112060546875,
+ -0.02569580078125,
+ -0.0175323486328125,
+ -0.07281494140625,
+ 0.007617950439453125,
+ 0.01136016845703125,
+ -0.01226806640625,
+ -0.01959228515625,
+ -0.037384033203125,
+ -0.04742431640625,
+ 0.0018014907836914062,
+ 0.019683837890625,
+ 0.0014925003051757812,
+ 0.0263519287109375,
+ -0.050384521484375,
+ -0.018768310546875,
+ 0.0165557861328125,
+ -0.0304718017578125,
+ 0.03753662109375,
+ -0.02996826171875,
+ -0.0235443115234375,
+ 0.002223968505859375,
+ -0.0255279541015625,
+ 0.0283203125,
+ 0.035888671875,
+ 0.025848388671875,
+ 0.0386962890625,
+ 0.01226806640625,
+ -0.001312255859375,
+ 0.01235198974609375,
+ -0.0013589859008789062,
+ -0.0202484130859375,
+ -0.002346038818359375,
+ -0.00839996337890625,
+ 0.0129241943359375,
+ -0.055328369140625,
+ -0.0309600830078125,
+ 0.0309600830078125,
+ 0.0210723876953125,
+ 0.02667236328125,
+ -0.031463623046875,
+ -0.0238800048828125,
+ 0.0268402099609375,
+ -0.00959014892578125,
+ 0.06292724609375,
+ -0.00971221923828125,
+ -0.0396728515625,
+ -0.00504302978515625,
+ -0.00864410400390625,
+ 0.037872314453125,
+ 0.0386962890625,
+ 0.00876617431640625,
+ -0.04315185546875,
+ 0.01152801513671875,
+ 0.042816162109375,
+ -0.0247039794921875,
+ -0.02569580078125,
+ -0.038543701171875,
+ 0.0218963623046875,
+ 0.0210723876953125,
+ 0.07476806640625,
+ -0.0030670166015625,
+ 0.077392578125,
+ 0.0203399658203125,
+ 0.01383209228515625,
+ 0.041168212890625,
+ 0.056304931640625,
+ 0.031280517578125,
+ -0.01399993896484375,
+ -0.04742431640625,
+ -0.003910064697265625,
+ -0.0014410018920898438,
+ -0.03558349609375,
+ -0.036407470703125,
+ 0.00634002685546875,
+ 0.056976318359375,
+ -0.07281494140625,
+ -0.023712158203125,
+ 0.006916046142578125,
+ -0.0126800537109375,
+ 0.0112762451171875,
+ 0.027496337890625,
+ -0.0100860595703125,
+ 0.0230560302734375,
+ 0.01053619384765625,
+ -0.04510498046875,
+ -0.0034999847412109375,
+ -0.0047149658203125,
+ 0.0288238525390625,
+ 0.025360107421875,
+ 0.0217437744140625,
+ 0.005764007568359375,
+ 0.001461029052734375,
+ 0.0037059783935546875,
+ 0.0457763671875,
+ 0.01885986328125,
+ 0.0158843994140625,
+ 0.0132598876953125,
+ 0.0129241943359375,
+ 0.052032470703125,
+ 0.0523681640625,
+ -0.0251922607421875,
+ -0.002079010009765625,
+ 0.0181121826171875,
+ 0.0098419189453125,
+ 0.043487548828125,
+ 0.0467529296875,
+ 0.01448822021484375,
+ -0.003787994384765625,
+ 0.00605010986328125,
+ -0.059295654296875,
+ 0.0030059814453125,
+ 0.004734039306640625,
+ 0.001636505126953125,
+ -0.049072265625,
+ -0.042144775390625,
+ 0.0137481689453125,
+ -0.0309600830078125,
+ 0.041168212890625,
+ 0.0222320556640625,
+ -0.009918212890625,
+ 0.00897216796875,
+ 0.04644775390625,
+ -0.0145721435546875,
+ -0.037384033203125,
+ 0.003582000732421875,
+ -0.02288818359375,
+ -0.047760009765625,
+ -0.0230560302734375,
+ -0.0467529296875,
+ 0.007450103759765625,
+ -0.00934600830078125,
+ -0.0684814453125,
+ -0.01910400390625,
+ 0.0268402099609375,
+ -0.0189361572265625,
+ -0.0447998046875,
+ -0.0132598876953125,
+ 0.01580810546875,
+ -0.009918212890625,
+ -0.03277587890625,
+ -0.055328369140625,
+ -0.037384033203125,
+ 0.003787994384765625,
+ -0.051055908203125,
+ 0.03326416015625,
+ 0.0034160614013671875,
+ -0.00782012939453125,
+ -0.006011962890625,
+ -0.0276641845703125,
+ -0.01531219482421875,
+ 0.0151519775390625,
+ -0.0301361083984375,
+ 0.050384521484375,
+ 0.012847900390625,
+ 0.033416748046875,
+ 0.0281524658203125,
+ 0.08428955078125,
+ -0.04083251953125,
+ 0.03277587890625,
+ -0.0298004150390625,
+ -0.06585693359375,
+ 0.0014410018920898438,
+ 0.01399993896484375,
+ 0.016387939453125,
+ -0.0740966796875,
+ 0.003932952880859375,
+ 0.052032470703125,
+ -0.0863037109375,
+ 0.0243682861328125,
+ -0.01251220703125,
+ -0.02947998046875,
+ -0.051055908203125,
+ -0.01358795166015625,
+ 0.0058441162109375,
+ 0.0035190582275390625,
+ 0.07379150390625,
+ 0.0017185211181640625,
+ -0.0103759765625,
+ 0.0159759521484375,
+ -0.08203125,
+ 0.049072265625,
+ 0.021575927734375,
+ 0.016143798828125,
+ -0.060272216796875,
+ 0.036224365234375,
+ 0.032928466796875,
+ -0.0382080078125,
+ 0.00463104248046875,
+ -0.054351806640625,
+ -0.006710052490234375,
+ 0.040496826171875,
+ 0.016143798828125,
+ -0.0268402099609375,
+ 0.0001112818717956543,
+ -0.05401611328125,
+ -0.035400390625,
+ -0.043792724609375,
+ 0.022064208984375,
+ 0.0014410018920898438,
+ 0.01482391357421875,
+ -0.046112060546875,
+ -0.0019664764404296875,
+ -0.0126800537109375,
+ -0.065185546875,
+ -0.046112060546875,
+ -0.01407623291015625,
+ 0.03228759765625,
+ 0.0024280548095703125,
+ -0.05303955078125,
+ 0.04412841796875,
+ 0.022064208984375,
+ 0.00893402099609375,
+ 0.025848388671875,
+ 0.048095703125,
+ -0.0293121337890625,
+ -0.0182037353515625,
+ -0.00893402099609375,
+ 0.0301361083984375,
+ 0.0200958251953125,
+ 0.002758026123046875,
+ 0.00835418701171875,
+ 0.01934814453125,
+ 0.02288818359375,
+ -0.051055908203125,
+ 0.02947998046875,
+ 0.0100860595703125,
+ -0.021240234375,
+ -0.038848876953125,
+ 0.0017910003662109375,
+ -0.031951904296875,
+ 0.0153961181640625,
+ 0.01342010498046875,
+ 0.039031982421875,
+ -0.0006279945373535156,
+ 0.0057220458984375,
+ -0.1033935546875,
+ 0.0298004150390625,
+ -0.01226806640625,
+ 0.008148193359375,
+ 0.0174560546875,
+ -0.01053619384765625,
+ -0.05828857421875,
+ -0.022064208984375,
+ -0.0081939697265625,
+ 0.0382080078125,
+ -0.01366424560546875,
+ 0.0178680419921875,
+ 0.005970001220703125,
+ -0.0129241943359375,
+ 0.01424407958984375,
+ -0.01136016845703125,
+ -0.006710052490234375,
+ 0.032440185546875,
+ 0.01012420654296875,
+ -0.032440185546875,
+ 0.07440185546875,
+ -0.059600830078125,
+ -0.0016880035400390625,
+ -0.0247039794921875,
+ 0.0132598876953125,
+ 0.0014514923095703125,
+ -0.0011425018310546875,
+ -0.03802490234375,
+ -0.00782012939453125,
+ 0.0325927734375,
+ 0.0665283203125,
+ -0.004383087158203125,
+ 0.0032520294189453125,
+ -0.021240234375,
+ 0.0304718017578125,
+ 0.0172119140625,
+ -0.0065460205078125,
+ 0.02337646484375,
+ 0.016632080078125,
+ -0.0195159912109375,
+ -0.0296478271484375,
+ -0.06719970703125,
+ -0.089599609375,
+ 0.00811004638671875,
+ -0.07440185546875,
+ -0.0181121826171875,
+ 0.0218963623046875,
+ 0.0197601318359375,
+ 0.003971099853515625,
+ -0.0186004638671875,
+ 0.0377197265625,
+ 0.0014095306396484375,
+ -0.0283203125,
+ -0.0137481689453125,
+ 0.0284881591796875,
+ 0.00200653076171875,
+ -0.0048370361328125,
+ 0.0210723876953125,
+ -0.035400390625,
+ 0.01087188720703125,
+ -0.023223876953125,
+ -0.0200958251953125,
+ -0.0238800048828125,
+ -0.01177215576171875,
+ -0.024871826171875,
+ 0.023223876953125,
+ -0.07012939453125,
+ -0.01342010498046875,
+ 0.02996826171875,
+ 0.0176239013671875,
+ 0.01523590087890625,
+ -0.0235443115234375,
+ 0.04132080078125,
+ -0.007205963134765625,
+ -0.06158447265625,
+ 0.034423828125,
+ -0.0311279296875,
+ -0.0321044921875,
+ 0.0181121826171875,
+ -0.0121002197265625,
+ -0.00450897216796875,
+ 0.0194244384765625,
+ 0.040008544921875,
+ 0.041168212890625,
+ 0.031463623046875,
+ -0.022064208984375,
+ -0.0214080810546875,
+ 0.0217437744140625,
+ -0.033111572265625,
+ 0.0260162353515625,
+ 0.03656005859375,
+ 0.0182037353515625,
+ -0.00621795654296875,
+ 0.0090179443359375,
+ 0.0027790069580078125,
+ -0.08563232421875,
+ -0.00531005859375,
+ -0.0017185211181640625,
+ -0.058624267578125,
+ 0.01424407958984375,
+ 0.08697509765625,
+ 0.03277587890625,
+ 0.01548004150390625,
+ 0.01251220703125,
+ 0.0276641845703125,
+ 0.031463623046875,
+ 0.0026760101318359375,
+ -0.0271759033203125,
+ -0.049407958984375,
+ -0.0247039794921875,
+ 0.01226806640625,
+ 0.0091400146484375,
+ -0.0665283203125,
+ 0.0655517578125,
+ 0.05499267578125,
+ -0.0118560791015625,
+ -0.005207061767578125,
+ -0.0005559921264648438,
+ 0.0004143714904785156,
+ 0.044464111328125,
+ -0.0112762451171875,
+ 0.01152801513671875,
+ -0.05731201171875,
+ 0.004467010498046875,
+ 0.038848876953125,
+ 0.0003204345703125,
+ 0.0018835067749023438,
+ -0.0010137557983398438,
+ -0.037384033203125,
+ 0.0200958251953125,
+ -0.06719970703125,
+ -0.01407623291015625,
+ 0.011688232421875,
+ 0.08367919921875,
+ 0.0080718994140625,
+ -0.03656005859375,
+ -0.004550933837890625,
+ 0.02618408203125,
+ 0.01152801513671875,
+ -0.037872314453125,
+ 0.01041412353515625,
+ 0.00716400146484375,
+ -0.0273284912109375,
+ 0.023712158203125,
+ 0.04248046875,
+ -0.0038909912109375,
+ 0.043792724609375,
+ 0.034423828125,
+ -0.044464111328125,
+ 0.0209197998046875,
+ 0.010498046875,
+ 0.021240234375,
+ 0.0036640167236328125,
+ -0.03936767578125,
+ -0.0396728515625,
+ -0.0137481689453125,
+ 0.02569580078125,
+ -0.0058441162109375,
+ 0.047760009765625,
+ 0.0012969970703125,
+ -0.014739990234375,
+ -0.0289764404296875,
+ 0.0306243896484375,
+ 0.034423828125,
+ 0.049072265625,
+ 0.011199951171875,
+ 0.0088958740234375,
+ 0.033416748046875,
+ 0.00002104043960571289,
+ 0.01482391357421875,
+ -0.043487548828125,
+ 0.04510498046875,
+ -0.0301361083984375,
+ 0.0106201171875,
+ -0.047760009765625,
+ -0.0009832382202148438,
+ 0.0178680419921875,
+ -0.0251922607421875,
+ -0.003932952880859375,
+ -0.01111602783203125,
+ 0.01226806640625,
+ -0.00934600830078125,
+ -0.053680419921875,
+ 0.0009160041809082031,
+ 0.048736572265625,
+ -0.03704833984375,
+ 0.0284881591796875,
+ 0.00959014892578125,
+ -0.0260162353515625,
+ 0.00827789306640625,
+ -0.054351806640625,
+ 0.075439453125,
+ 0.0169677734375,
+ 0.01317596435546875,
+ -0.0037670135498046875,
+ 0.032440185546875,
+ 0.02337646484375,
+ -0.01490020751953125,
+ 0.00823211669921875,
+ 0.024871826171875,
+ 0.01029205322265625,
+ 0.04742431640625,
+ 0.047088623046875,
+ 0.018768310546875,
+ -0.041015625,
+ 0.0200958251953125,
+ 0.0273284912109375,
+ -0.05401611328125,
+ 0.0238800048828125,
+ 0.0158843994140625,
+ 0.033599853515625,
+ -0.01136016845703125,
+ -0.024871826171875,
+ -0.005001068115234375,
+ -0.060272216796875,
+ 0.0467529296875,
+ 0.007450103759765625,
+ 0.0006794929504394531,
+ 0.03326416015625,
+ -0.04510498046875,
+ 0.062255859375,
+ 0.0033550262451171875,
+ 0.06622314453125,
+ -0.050048828125,
+ 0.04742431640625,
+ 0.0085601806640625,
+ 0.0175323486328125,
+ -0.00621795654296875,
+ -0.0027790069580078125,
+ -0.006298065185546875,
+ 0.01218414306640625,
+ 0.0005121231079101562,
+ 0.05303955078125,
+ 0.00194549560546875,
+ 0.004878997802734375,
+ -0.07476806640625,
+ 0.00444793701171875,
+ -0.005023956298828125,
+ -0.01407623291015625,
+ 0.0176239013671875,
+ -0.03277587890625,
+ -0.018768310546875,
+ -0.0033969879150390625,
+ 0.0209197998046875,
+ 0.0787353515625,
+ -0.0235443115234375,
+ 0.03277587890625,
+ 0.01226806640625,
+ -0.004344940185546875,
+ -0.023223876953125,
+ -0.0279998779296875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "malware-analysis",
+ "static-investigations"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "memory-structures",
+ "process-injection",
+ "rootkit-detection",
+ "kernel-analysis",
+ "address-space",
+ "live-analysis",
+ "malware-hiding",
+ "system-internals"
+ ],
+ "skillLevel": "advanced",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_File_Systems___Storage_Forensics",
+ "type": "concept",
+ "name": "File Systems & Storage Forensics",
+ "content": "file systems & storage forensics tiefgreifendes verständnis von dateisystem-strukturen für forensische datenrekonstruktion. ntfs-metadaten ($mft, $logfile, $usnjrnl), ext4-journaling, apfs-snapshots und hfs+-forensik. slack-space-analyse, bad-cluster-hiding, alternate-data-streams und versteckte partitionen. deleted-file-recovery durch inode-strukturen, file-carving-prinzipien und timestamp-manipulation-detection. cloud-storage-forensik für onedrive, google drive, dropbox-artefakte. volume-shadow-copy-analyse für windows-timeline-rekonstruktion. filesystem-analysis metadata-extraction deleted-data-recovery slack-space journaling-analysis timestamp-forensics partition-analysis cloud-storage static-investigations incident-response mobile-forensics cloud-forensics examination analysis",
+ "embedding": [
+ -0.0246429443359375,
+ 0.0293426513671875,
+ 0.042694091796875,
+ -0.03125,
+ 0.0270843505859375,
+ 0.01041412353515625,
+ 0.02056884765625,
+ -0.009246826171875,
+ -0.00881195068359375,
+ -0.0092010498046875,
+ -0.039764404296875,
+ 0.04132080078125,
+ -0.0009274482727050781,
+ 0.0011281967163085938,
+ -0.07635498046875,
+ 0.043060302734375,
+ 0.019012451171875,
+ 0.0286407470703125,
+ 0.01995849609375,
+ 0.00850677490234375,
+ -0.020660400390625,
+ -0.0270843505859375,
+ -0.054840087890625,
+ 0.01406097412109375,
+ 0.0171051025390625,
+ 0.03125,
+ -0.0204010009765625,
+ -0.06390380859375,
+ -0.0180511474609375,
+ 0.0005941390991210938,
+ 0.01045989990234375,
+ -0.0175323486328125,
+ 0.002777099609375,
+ 0.04010009765625,
+ 0.0069427490234375,
+ -0.020477294921875,
+ 0.00850677490234375,
+ -0.04547119140625,
+ -0.00984954833984375,
+ 0.035400390625,
+ -0.01953125,
+ -0.01154327392578125,
+ 0.006031036376953125,
+ -0.019012451171875,
+ -0.0270843505859375,
+ -0.04339599609375,
+ -0.016845703125,
+ 0.006378173828125,
+ 0.0163116455078125,
+ -0.030029296875,
+ 0.043914794921875,
+ 0.0106353759765625,
+ -0.017181396484375,
+ 0.00434112548828125,
+ -0.054840087890625,
+ 0.049652099609375,
+ 0.009979248046875,
+ 0.01206207275390625,
+ -0.051727294921875,
+ 0.040802001953125,
+ -0.040618896484375,
+ -0.02239990234375,
+ -0.021087646484375,
+ -0.017181396484375,
+ 0.005252838134765625,
+ 0.01171875,
+ -0.0055999755859375,
+ -0.032623291015625,
+ 0.019012451171875,
+ -0.0078582763671875,
+ 0.015106201171875,
+ -0.003406524658203125,
+ -0.020477294921875,
+ 0.022918701171875,
+ -0.0182342529296875,
+ -0.043060302734375,
+ 0.0255126953125,
+ 0.004772186279296875,
+ -0.010589599609375,
+ -0.00598907470703125,
+ -0.0447998046875,
+ 0.006988525390625,
+ 0.053466796875,
+ -0.012237548828125,
+ -0.02777099609375,
+ 0.0157928466796875,
+ 0.0225677490234375,
+ 0.0185699462890625,
+ -0.012847900390625,
+ 0.0036449432373046875,
+ -0.0092010498046875,
+ -0.0204010009765625,
+ 0.006336212158203125,
+ 0.0162353515625,
+ 0.02777099609375,
+ 0.057647705078125,
+ -0.0258636474609375,
+ -0.0286407470703125,
+ -0.005641937255859375,
+ 0.0191802978515625,
+ 0.022216796875,
+ -0.04095458984375,
+ 0.046875,
+ -0.0218658447265625,
+ 0.0555419921875,
+ -0.013885498046875,
+ 0.0201416015625,
+ -0.01849365234375,
+ -0.041473388671875,
+ -0.0100250244140625,
+ -0.09649658203125,
+ -0.01544952392578125,
+ -0.0281219482421875,
+ -0.06005859375,
+ -0.00928497314453125,
+ -0.0147552490234375,
+ 0.0016164779663085938,
+ 0.04998779296875,
+ -0.03558349609375,
+ -0.053466796875,
+ 0.01788330078125,
+ 0.0248260498046875,
+ -0.0019092559814453125,
+ 0.006683349609375,
+ -0.029510498046875,
+ -0.043060302734375,
+ 0.01345062255859375,
+ 0.032806396484375,
+ -0.00568389892578125,
+ -0.0230865478515625,
+ -0.005947113037109375,
+ -0.027252197265625,
+ -0.00167083740234375,
+ -0.0119781494140625,
+ -0.0214385986328125,
+ -0.028472900390625,
+ 0.03765869140625,
+ -0.035919189453125,
+ -0.0269012451171875,
+ 0.007724761962890625,
+ 0.043212890625,
+ -0.024993896484375,
+ -0.051025390625,
+ 0.002841949462890625,
+ -0.0390625,
+ -0.01544952392578125,
+ -0.0175323486328125,
+ 0.050689697265625,
+ -0.04791259765625,
+ -0.03369140625,
+ -0.00135040283203125,
+ 0.03125,
+ 0.04132080078125,
+ 0.01232147216796875,
+ 0.01232147216796875,
+ -0.050689697265625,
+ -0.0013456344604492188,
+ -0.023956298828125,
+ 0.02447509765625,
+ -0.011199951171875,
+ -0.0131072998046875,
+ 0.030029296875,
+ -0.00429534912109375,
+ 0.049652099609375,
+ -0.023956298828125,
+ -0.054840087890625,
+ -0.03143310546875,
+ 0.027252197265625,
+ -0.0007920265197753906,
+ 0.01995849609375,
+ 0.031585693359375,
+ -0.007030487060546875,
+ 0.0784912109375,
+ 0.077392578125,
+ 0.026031494140625,
+ 0.032989501953125,
+ 0.01080322265625,
+ -0.00811767578125,
+ 0.037139892578125,
+ 0.04217529296875,
+ -0.0308990478515625,
+ -0.0288238525390625,
+ 0.0333251953125,
+ 0.01519012451171875,
+ 0.0061187744140625,
+ -0.024993896484375,
+ -0.026214599609375,
+ 0.0005559921264648438,
+ -0.015533447265625,
+ 0.03436279296875,
+ -0.0281219482421875,
+ -0.01232147216796875,
+ 0.00022649765014648438,
+ 0.01189422607421875,
+ 0.0263824462890625,
+ 0.07427978515625,
+ 0.0423583984375,
+ -0.02899169921875,
+ 0.0303802490234375,
+ -0.01849365234375,
+ 0.0185699462890625,
+ 0.04132080078125,
+ -0.0157928466796875,
+ 0.082275390625,
+ 0.0111083984375,
+ 0.01215362548828125,
+ 0.0072479248046875,
+ 0.043914794921875,
+ 0.0124969482421875,
+ 0.01275634765625,
+ -0.006595611572265625,
+ 0.04339599609375,
+ -0.0125885009765625,
+ -0.0077667236328125,
+ -0.042022705078125,
+ -0.034210205078125,
+ 0.03662109375,
+ -0.01934814453125,
+ -0.0078582763671875,
+ 0.0094146728515625,
+ -0.0159759521484375,
+ -0.04443359375,
+ 0.017791748046875,
+ 0.01067352294921875,
+ -0.003253936767578125,
+ 0.04547119140625,
+ 0.035247802734375,
+ -0.01788330078125,
+ -0.042877197265625,
+ 0.0246429443359375,
+ 0.0142364501953125,
+ 0.004535675048828125,
+ -0.0069427490234375,
+ 0.008331298828125,
+ 0.00711822509765625,
+ -0.0198822021484375,
+ 0.06146240234375,
+ 0.002841949462890625,
+ 0.02325439453125,
+ 0.00231170654296875,
+ -0.027252197265625,
+ 0.032623291015625,
+ -0.040618896484375,
+ 0.04132080078125,
+ 0.028289794921875,
+ -0.036285400390625,
+ 0.01457977294921875,
+ -0.00911712646484375,
+ 0.030731201171875,
+ 0.05206298828125,
+ -0.04254150390625,
+ -0.00362396240234375,
+ -0.09375,
+ 0.0027332305908203125,
+ -0.0399169921875,
+ -0.010589599609375,
+ -0.035919189453125,
+ -0.069091796875,
+ 0.0246429443359375,
+ -0.03106689453125,
+ -0.030731201171875,
+ -0.0136260986328125,
+ 0.016754150390625,
+ 0.0230865478515625,
+ 0.031951904296875,
+ 0.004817962646484375,
+ -0.03887939453125,
+ 0.0237884521484375,
+ 0.0673828125,
+ -0.01457977294921875,
+ 0.0040130615234375,
+ -0.01241302490234375,
+ 0.0072479248046875,
+ -0.0106353759765625,
+ 0.030029296875,
+ -0.054840087890625,
+ 0.01544952392578125,
+ 0.0158843994140625,
+ 0.019622802734375,
+ 0.036285400390625,
+ -0.0303802490234375,
+ -0.006206512451171875,
+ -0.01171875,
+ 0.0150146484375,
+ -0.043212890625,
+ -0.005382537841796875,
+ -0.0040130615234375,
+ 0.01293182373046875,
+ -0.0186614990234375,
+ -0.05206298828125,
+ 0.005054473876953125,
+ 0.040283203125,
+ -0.0015621185302734375,
+ 0.0014753341674804688,
+ -0.0003688335418701172,
+ -0.0219573974609375,
+ 0.01493072509765625,
+ 0.01605224609375,
+ -0.02569580078125,
+ 0.031951904296875,
+ 0.031585693359375,
+ -0.0234375,
+ 0.004688262939453125,
+ 0.020477294921875,
+ 0.00984954833984375,
+ -0.04010009765625,
+ -0.031768798828125,
+ -0.0265655517578125,
+ -0.022735595703125,
+ -0.022918701171875,
+ -0.0072479248046875,
+ 0.040802001953125,
+ -0.03765869140625,
+ 0.00531768798828125,
+ -0.005641937255859375,
+ -0.01010894775390625,
+ -0.051025390625,
+ -0.027252197265625,
+ 0.005100250244140625,
+ -0.059356689453125,
+ -0.047576904296875,
+ -0.02777099609375,
+ 0.0447998046875,
+ 0.03350830078125,
+ -0.0029296875,
+ 0.0010251998901367188,
+ -0.0187530517578125,
+ -0.017181396484375,
+ 0.018402099609375,
+ -0.00490570068359375,
+ 0.038177490234375,
+ 0.007160186767578125,
+ 0.04217529296875,
+ 0.03021240234375,
+ 0.00959014892578125,
+ -0.016754150390625,
+ 0.05450439453125,
+ 0.01275634765625,
+ -0.043914794921875,
+ 0.005336761474609375,
+ -0.00414276123046875,
+ -0.00855255126953125,
+ 0.0012798309326171875,
+ -0.0187530517578125,
+ -0.0399169921875,
+ -0.004100799560546875,
+ -0.01371002197265625,
+ 0.032806396484375,
+ 0.0279541015625,
+ 0.006378173828125,
+ 0.022918701171875,
+ -0.03125,
+ 0.006641387939453125,
+ 0.057647705078125,
+ -0.0009984970092773438,
+ 0.10345458984375,
+ -0.0191802978515625,
+ -0.034027099609375,
+ 0.01467132568359375,
+ 0.022735595703125,
+ -0.0033416748046875,
+ -0.0055999755859375,
+ 0.045135498046875,
+ -0.00167083740234375,
+ -0.004253387451171875,
+ 0.00047469139099121094,
+ -0.0114593505859375,
+ 0.03558349609375,
+ -0.0038623809814453125,
+ -0.0018339157104492188,
+ -0.009246826171875,
+ -0.03314208984375,
+ 0.036468505859375,
+ 0.052764892578125,
+ 0.0253448486328125,
+ 0.005401611328125,
+ 0.038360595703125,
+ 0.0021800994873046875,
+ -0.03350830078125,
+ -0.037506103515625,
+ -0.06390380859375,
+ 0.0186614990234375,
+ 0.041656494140625,
+ -0.00362396240234375,
+ 0.031585693359375,
+ -0.0052947998046875,
+ -0.054168701171875,
+ 0.021270751953125,
+ -0.032989501953125,
+ 0.043914794921875,
+ 0.04547119140625,
+ 0.025177001953125,
+ 0.042694091796875,
+ -0.017791748046875,
+ -0.0040130615234375,
+ 0.0198822021484375,
+ 0.01275634765625,
+ 0.020477294921875,
+ 0.0279541015625,
+ 0.036468505859375,
+ -0.0003933906555175781,
+ -0.026214599609375,
+ 0.021087646484375,
+ 0.05035400390625,
+ 0.036468505859375,
+ -0.006206512451171875,
+ 0.0180511474609375,
+ 0.0248260498046875,
+ 0.03314208984375,
+ -0.020477294921875,
+ 0.040618896484375,
+ 0.0213470458984375,
+ -0.0019969940185546875,
+ 0.008331298828125,
+ -0.005947113037109375,
+ 0.003993988037109375,
+ -0.0369873046875,
+ -0.00290679931640625,
+ 0.0176239013671875,
+ 0.0192718505859375,
+ -0.005641937255859375,
+ 0.038177490234375,
+ -0.05902099609375,
+ 0.01007080078125,
+ 0.05035400390625,
+ -0.042694091796875,
+ 0.02899169921875,
+ 0.042877197265625,
+ -0.027252197265625,
+ 0.0017681121826171875,
+ -0.0274200439453125,
+ -0.03802490234375,
+ 0.02569580078125,
+ -0.031951904296875,
+ -0.03436279296875,
+ 0.0255126953125,
+ 0.03887939453125,
+ -0.028289794921875,
+ -0.04254150390625,
+ -0.024993896484375,
+ -0.0263824462890625,
+ 0.006900787353515625,
+ -0.01953125,
+ 0.017791748046875,
+ 0.00005459785461425781,
+ -0.01328277587890625,
+ 0.0423583984375,
+ 0.03143310546875,
+ 0.0007104873657226562,
+ -0.012237548828125,
+ 0.064208984375,
+ -0.0196990966796875,
+ -0.054168701171875,
+ 0.0114593505859375,
+ 0.0258636474609375,
+ 0.0269012451171875,
+ -0.058685302734375,
+ -0.0270843505859375,
+ 0.004425048828125,
+ 0.0040130615234375,
+ -0.007335662841796875,
+ 0.0181427001953125,
+ -0.032623291015625,
+ -0.043731689453125,
+ -0.042022705078125,
+ 0.0333251953125,
+ 0.006206512451171875,
+ 0.035919189453125,
+ 0.0219573974609375,
+ -0.0390625,
+ 0.0136260986328125,
+ -0.0732421875,
+ -0.043212890625,
+ -0.004665374755859375,
+ 0.0196990966796875,
+ -0.0258636474609375,
+ 0.066650390625,
+ -0.02178955078125,
+ -0.0130157470703125,
+ -0.026031494140625,
+ 0.031951904296875,
+ 0.032623291015625,
+ -0.0111083984375,
+ -0.047576904296875,
+ 0.043060302734375,
+ 0.0447998046875,
+ -0.0399169921875,
+ -0.0018548965454101562,
+ -0.00897979736328125,
+ -0.015533447265625,
+ 0.037322998046875,
+ -0.035400390625,
+ -0.0058135986328125,
+ 0.00768280029296875,
+ -0.056243896484375,
+ -0.0390625,
+ -0.0182342529296875,
+ -0.0263824462890625,
+ -0.050689697265625,
+ 0.005641937255859375,
+ 0.0274200439453125,
+ 0.0080718994140625,
+ 0.030548095703125,
+ 0.0025272369384765625,
+ 0.0119781494140625,
+ 0.01007080078125,
+ 0.00362396240234375,
+ -0.007030487060546875,
+ 0.02777099609375,
+ -0.06561279296875,
+ -0.03765869140625,
+ -0.0345458984375,
+ 0.041656494140625,
+ -0.049285888671875,
+ -0.007335662841796875,
+ -0.0064239501953125,
+ -0.02056884765625,
+ 0.0628662109375,
+ -0.037506103515625,
+ 0.006900787353515625,
+ -0.0164031982421875,
+ 0.0003228187561035156,
+ -0.03369140625,
+ -0.0033855438232421875,
+ -0.006378173828125,
+ 0.02117919921875,
+ -0.01241302490234375,
+ -0.005535125732421875,
+ 0.041473388671875,
+ -0.054168701171875,
+ 0.023956298828125,
+ 0.0219573974609375,
+ -0.01457977294921875,
+ 0.02899169921875,
+ 0.0102386474609375,
+ 0.019439697265625,
+ 0.0048370361328125,
+ 0.01995849609375,
+ -0.018829345703125,
+ -0.03369140625,
+ -0.07635498046875,
+ 0.027252197265625,
+ 0.0036678314208984375,
+ 0.010589599609375,
+ -0.02239990234375,
+ -0.0298614501953125,
+ -0.07501220703125,
+ -0.00928497314453125,
+ 0.047210693359375,
+ 0.00907135009765625,
+ 0.0210113525390625,
+ -0.028472900390625,
+ -0.0298614501953125,
+ 0.00946044921875,
+ -0.01666259765625,
+ 0.0185699462890625,
+ -0.00897979736328125,
+ 0.005947113037109375,
+ 0.003948211669921875,
+ -0.0258636474609375,
+ 0.0157928466796875,
+ 0.0303802490234375,
+ 0.01605224609375,
+ 0.03558349609375,
+ 0.01171875,
+ -0.005229949951171875,
+ -0.0078125,
+ -0.01406097412109375,
+ -0.040618896484375,
+ -0.00824737548828125,
+ -0.01076507568359375,
+ -0.005535125732421875,
+ -0.0125885009765625,
+ -0.04339599609375,
+ 0.0253448486328125,
+ 0.0016269683837890625,
+ 0.0270843505859375,
+ -0.0106353759765625,
+ 0.018310546875,
+ 0.00568389892578125,
+ -0.008636474609375,
+ 0.08056640625,
+ -0.0253448486328125,
+ -0.038177490234375,
+ 0.005771636962890625,
+ -0.013885498046875,
+ 0.0303802490234375,
+ 0.04217529296875,
+ 0.007160186767578125,
+ -0.03314208984375,
+ 0.004383087158203125,
+ 0.06146240234375,
+ -0.014495849609375,
+ -0.02777099609375,
+ -0.0216064453125,
+ 0.012847900390625,
+ 0.00963592529296875,
+ 0.042877197265625,
+ 0.0281219482421875,
+ 0.07568359375,
+ 0.021270751953125,
+ 0.00959014892578125,
+ 0.026031494140625,
+ 0.05450439453125,
+ 0.0423583984375,
+ -0.0007214546203613281,
+ -0.047210693359375,
+ -0.029510498046875,
+ 0.01171875,
+ -0.03125,
+ -0.051727294921875,
+ -0.0017251968383789062,
+ 0.0489501953125,
+ -0.06494140625,
+ -0.0171051025390625,
+ 0.002864837646484375,
+ -0.0022563934326171875,
+ 0.0108489990234375,
+ 0.00750732421875,
+ -0.0005097389221191406,
+ 0.029510498046875,
+ 0.01953125,
+ -0.039398193359375,
+ 0.00933074951171875,
+ -0.00989532470703125,
+ 0.026214599609375,
+ 0.034210205078125,
+ 0.016143798828125,
+ 0.0105438232421875,
+ 0.012237548828125,
+ 0.0032978057861328125,
+ 0.0604248046875,
+ 0.02777099609375,
+ 0.0241241455078125,
+ 0.0286407470703125,
+ 0.027252197265625,
+ 0.060760498046875,
+ 0.049652099609375,
+ -0.0237884521484375,
+ -0.009765625,
+ 0.01275634765625,
+ 0.03472900390625,
+ 0.051025390625,
+ 0.057281494140625,
+ -0.00033354759216308594,
+ 0.00707244873046875,
+ 0.0033626556396484375,
+ -0.020050048828125,
+ 0.0216064453125,
+ 0.019622802734375,
+ 0.01293182373046875,
+ -0.042022705078125,
+ -0.03802490234375,
+ 0.006683349609375,
+ -0.048248291015625,
+ 0.040802001953125,
+ 0.0243072509765625,
+ -0.007335662841796875,
+ 0.01080322265625,
+ 0.02899169921875,
+ -0.006206512451171875,
+ -0.052764892578125,
+ 0.0142364501953125,
+ -0.031585693359375,
+ -0.044281005859375,
+ -0.058685302734375,
+ -0.0411376953125,
+ 0.029510498046875,
+ -0.0171051025390625,
+ -0.0390625,
+ -0.0230865478515625,
+ 0.028472900390625,
+ -0.018310546875,
+ -0.03887939453125,
+ -0.0248260498046875,
+ 0.007465362548828125,
+ -0.0030384063720703125,
+ -0.040802001953125,
+ -0.050689697265625,
+ -0.02777099609375,
+ 0.015106201171875,
+ -0.0281219482421875,
+ 0.002376556396484375,
+ -0.012237548828125,
+ -0.019439697265625,
+ 0.004383087158203125,
+ -0.0080718994140625,
+ -0.036102294921875,
+ 0.0036449432373046875,
+ -0.041473388671875,
+ 0.030731201171875,
+ 0.0255126953125,
+ 0.01093292236328125,
+ 0.028472900390625,
+ 0.06146240234375,
+ -0.0169219970703125,
+ 0.0276031494140625,
+ -0.015106201171875,
+ -0.0625,
+ -0.00362396240234375,
+ -0.0036449432373046875,
+ 0.016143798828125,
+ -0.0662841796875,
+ -0.007205963134765625,
+ 0.057647705078125,
+ -0.079833984375,
+ 0.00872039794921875,
+ -0.00711822509765625,
+ -0.0204010009765625,
+ -0.054840087890625,
+ -0.00485992431640625,
+ 0.0036449432373046875,
+ 0.01093292236328125,
+ 0.0867919921875,
+ -0.01467132568359375,
+ -0.0190887451171875,
+ 0.0005669593811035156,
+ -0.0489501953125,
+ 0.047576904296875,
+ 0.012847900390625,
+ 0.0243072509765625,
+ -0.051727294921875,
+ 0.03765869140625,
+ 0.016571044921875,
+ -0.0286407470703125,
+ -0.007160186767578125,
+ -0.07464599609375,
+ 0.0177001953125,
+ 0.041839599609375,
+ 0.01441192626953125,
+ -0.0447998046875,
+ -0.0274200439453125,
+ -0.0286407470703125,
+ -0.0296783447265625,
+ -0.030029296875,
+ 0.031951904296875,
+ 0.0091552734375,
+ 0.00223541259765625,
+ -0.03680419921875,
+ 0.00946044921875,
+ -0.01406097412109375,
+ -0.0628662109375,
+ -0.05206298828125,
+ -0.0279541015625,
+ 0.046173095703125,
+ 0.004558563232421875,
+ -0.039398193359375,
+ 0.049652099609375,
+ 0.01432037353515625,
+ 0.01483917236328125,
+ 0.02117919921875,
+ 0.0628662109375,
+ -0.0411376953125,
+ -0.012237548828125,
+ -0.0088958740234375,
+ 0.0281219482421875,
+ -0.01457977294921875,
+ 0.00911712646484375,
+ 0.0078582763671875,
+ 0.0269012451171875,
+ 0.04583740234375,
+ -0.02777099609375,
+ 0.01241302490234375,
+ 0.036468505859375,
+ -0.0303802490234375,
+ -0.03125,
+ -0.013885498046875,
+ -0.034027099609375,
+ 0.029510498046875,
+ -0.012847900390625,
+ 0.04010009765625,
+ -0.0111083984375,
+ -0.0219573974609375,
+ -0.097900390625,
+ 0.038177490234375,
+ -0.0058135986328125,
+ 0.01336669921875,
+ 0.0293426513671875,
+ -0.0170135498046875,
+ -0.058319091796875,
+ -0.039764404296875,
+ -0.03680419921875,
+ 0.03314208984375,
+ -0.0192718505859375,
+ 0.0333251953125,
+ -0.0004258155822753906,
+ -0.0033206939697265625,
+ 0.0046234130859375,
+ -0.028289794921875,
+ -0.00249481201171875,
+ 0.05694580078125,
+ 0.022216796875,
+ -0.0097198486328125,
+ 0.05694580078125,
+ -0.016143798828125,
+ 0.00794219970703125,
+ -0.0174407958984375,
+ -0.0176239013671875,
+ -0.0095062255859375,
+ -0.033843994140625,
+ -0.01483917236328125,
+ 0.0102386474609375,
+ 0.0579833984375,
+ 0.0662841796875,
+ 0.00241851806640625,
+ 0.0204010009765625,
+ -0.006076812744140625,
+ 0.03125,
+ 0.0163116455078125,
+ -0.01544952392578125,
+ 0.0124969482421875,
+ 0.0175323486328125,
+ -0.0293426513671875,
+ -0.032623291015625,
+ -0.0670166015625,
+ -0.09375,
+ 0.01336669921875,
+ -0.0625,
+ -0.020660400390625,
+ 0.0246429443359375,
+ 0.007419586181640625,
+ 0.0219573974609375,
+ -0.027252197265625,
+ 0.02239990234375,
+ -0.001220703125,
+ -0.00872039794921875,
+ -0.0237884521484375,
+ 0.0185699462890625,
+ 0.0030803680419921875,
+ 0.0263824462890625,
+ -0.006031036376953125,
+ -0.03765869140625,
+ 0.0357666015625,
+ -0.006378173828125,
+ -0.00937652587890625,
+ -0.0258636474609375,
+ 0.0141448974609375,
+ -0.019439697265625,
+ 0.0142364501953125,
+ -0.06353759765625,
+ -0.017181396484375,
+ 0.0298614501953125,
+ 0.045135498046875,
+ -0.00377655029296875,
+ -0.019622802734375,
+ 0.032623291015625,
+ -0.017181396484375,
+ -0.057647705078125,
+ 0.022918701171875,
+ -0.01457977294921875,
+ -0.03143310546875,
+ -0.0049896240234375,
+ -0.0236053466796875,
+ -0.0014209747314453125,
+ 0.022735595703125,
+ 0.0246429443359375,
+ 0.049285888671875,
+ 0.016754150390625,
+ 0.0035152435302734375,
+ -0.006378173828125,
+ -0.012847900390625,
+ -0.01441192626953125,
+ 0.01995849609375,
+ 0.050689697265625,
+ 0.0048370361328125,
+ -0.011199951171875,
+ 0.01067352294921875,
+ -0.028472900390625,
+ -0.10137939453125,
+ -0.0006999969482421875,
+ -0.0208282470703125,
+ -0.055206298828125,
+ 0.000012278556823730469,
+ 0.09515380859375,
+ 0.022735595703125,
+ -0.01371002197265625,
+ 0.024993896484375,
+ 0.04095458984375,
+ 0.022216796875,
+ 0.0002739429473876953,
+ 0.0011606216430664062,
+ -0.057647705078125,
+ -0.00928497314453125,
+ -0.005771636962890625,
+ 0.0005779266357421875,
+ -0.051025390625,
+ 0.057647705078125,
+ 0.047210693359375,
+ -0.01206207275390625,
+ 0.0020618438720703125,
+ 0.0153656005859375,
+ 0.0131072998046875,
+ 0.033843994140625,
+ -0.003276824951171875,
+ 0.0108489990234375,
+ -0.079833984375,
+ 0.0180511474609375,
+ 0.0105438232421875,
+ -0.006160736083984375,
+ 0.001529693603515625,
+ -0.007205963134765625,
+ -0.0411376953125,
+ 0.0555419921875,
+ -0.05206298828125,
+ -0.0213470458984375,
+ -0.01154327392578125,
+ 0.0732421875,
+ 0.00568389892578125,
+ -0.0293426513671875,
+ -0.041473388671875,
+ 0.039581298828125,
+ 0.0141448974609375,
+ -0.0333251953125,
+ 0.015106201171875,
+ -0.0019741058349609375,
+ -0.0185699462890625,
+ 0.041473388671875,
+ 0.0399169921875,
+ 0.0008950233459472656,
+ 0.046875,
+ 0.0234375,
+ -0.048614501953125,
+ -0.0008625984191894531,
+ -0.005535125732421875,
+ 0.034027099609375,
+ -0.0015077590942382812,
+ -0.0230865478515625,
+ -0.03436279296875,
+ -0.042877197265625,
+ 0.028472900390625,
+ -0.0157928466796875,
+ 0.020477294921875,
+ 0.0263824462890625,
+ 0.005207061767578125,
+ -0.022216796875,
+ 0.003688812255859375,
+ 0.0197906494140625,
+ 0.040802001953125,
+ 0.018402099609375,
+ -0.00015938282012939453,
+ 0.0230865478515625,
+ 0.01727294921875,
+ 0.0077667236328125,
+ -0.03143310546875,
+ 0.039764404296875,
+ -0.0163116455078125,
+ -0.002288818359375,
+ -0.0263824462890625,
+ -0.01041412353515625,
+ 0.0108489990234375,
+ -0.019439697265625,
+ -0.0035800933837890625,
+ -0.0018987655639648438,
+ 0.02239990234375,
+ -0.0296783447265625,
+ -0.03765869140625,
+ -0.0010089874267578125,
+ 0.04998779296875,
+ -0.051727294921875,
+ 0.0435791015625,
+ -0.007595062255859375,
+ -0.0243072509765625,
+ -0.001964569091796875,
+ -0.04010009765625,
+ 0.061798095703125,
+ 0.035400390625,
+ 0.007335662841796875,
+ -0.01934814453125,
+ 0.0308990478515625,
+ 0.038360595703125,
+ 0.0208282470703125,
+ 0.01493072509765625,
+ 0.0248260498046875,
+ -0.0255126953125,
+ 0.040435791015625,
+ 0.079833984375,
+ -0.01319122314453125,
+ -0.03662109375,
+ 0.041656494140625,
+ 0.0270843505859375,
+ -0.046173095703125,
+ 0.0246429443359375,
+ 0.0130157470703125,
+ 0.03021240234375,
+ -0.006378173828125,
+ -0.00824737548828125,
+ 0.021087646484375,
+ -0.050689697265625,
+ 0.055206298828125,
+ 0.020477294921875,
+ 0.00568389892578125,
+ 0.020050048828125,
+ -0.06390380859375,
+ 0.04443359375,
+ 0.0051422119140625,
+ 0.07012939453125,
+ -0.03350830078125,
+ 0.036468505859375,
+ 0.0106353759765625,
+ 0.0190887451171875,
+ -0.0092010498046875,
+ 0.004730224609375,
+ -0.0100250244140625,
+ 0.028289794921875,
+ -0.0246429443359375,
+ 0.05657958984375,
+ 0.0288238525390625,
+ -0.0033416748046875,
+ -0.079833984375,
+ -0.006725311279296875,
+ -0.014495849609375,
+ 0.011199951171875,
+ 0.038177490234375,
+ -0.0673828125,
+ -0.000053882598876953125,
+ -0.0000769495964050293,
+ 0.038360595703125,
+ 0.07501220703125,
+ -0.0189208984375,
+ 0.03680419921875,
+ 0.02569580078125,
+ -0.0198822021484375,
+ -0.03143310546875,
+ -0.0210113525390625
+ ],
+ "metadata": {
+ "domains": [
+ "static-investigations",
+ "incident-response",
+ "mobile-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "filesystem-analysis",
+ "metadata-extraction",
+ "deleted-data-recovery",
+ "slack-space",
+ "journaling-analysis",
+ "timestamp-forensics",
+ "partition-analysis",
+ "cloud-storage"
+ ],
+ "skillLevel": "intermediate",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_Timeline_Analysis___Event_Correlation",
+ "type": "concept",
+ "name": "Timeline Analysis & Event Correlation",
+ "content": "timeline analysis & event correlation methodische korrelation zeitbasierter artefakte für incident-rekonstruktion und beweisführung. super-timeline-erstellung aus heterogenen quellen, zeitstempel-normalisierung und timezone-handling. pivot-point-identifikation, activity-gap-analyse und behavioral-pattern-erkennung. correlation-techniken zwischen system-events, user-activity und network-connections. anti-forensik-detection durch timeline-inconsistencies. automated-timeline- processing und machine-learning-basierte anomalie-erkennung für enterprise-scale-investigations. timeline-correlation event-sequencing temporal-analysis super-timeline pivot-points behavioral-patterns anomaly-detection anti-forensics-detection incident-response static-investigations network-forensics cloud-forensics analysis reporting",
+ "embedding": [
+ -0.038421630859375,
+ 0.0309906005859375,
+ 0.051788330078125,
+ -0.0001977682113647461,
+ 0.0184783935546875,
+ 0.021240234375,
+ -0.00531005859375,
+ -0.0147705078125,
+ -0.040740966796875,
+ 0.00042057037353515625,
+ -0.007419586181640625,
+ 0.032440185546875,
+ 0.00160980224609375,
+ -0.0296783447265625,
+ -0.042205810546875,
+ 0.053253173828125,
+ -0.0025463104248046875,
+ 0.00498199462890625,
+ 0.02197265625,
+ -0.002490997314453125,
+ -0.0292510986328125,
+ -0.0090179443359375,
+ -0.051788330078125,
+ -0.001728057861328125,
+ 0.006473541259765625,
+ 0.022705078125,
+ -0.0267791748046875,
+ -0.056732177734375,
+ -0.027069091796875,
+ 0.013824462890625,
+ 0.03521728515625,
+ -0.0311431884765625,
+ -0.0118560791015625,
+ 0.034637451171875,
+ -0.00884246826171875,
+ -0.019500732421875,
+ 0.00516510009765625,
+ -0.060821533203125,
+ -0.04364013671875,
+ 0.048583984375,
+ -0.011199951171875,
+ 0.0171661376953125,
+ -0.0017366409301757812,
+ -0.00701904296875,
+ -0.02764892578125,
+ -0.0341796875,
+ 0.02880859375,
+ -0.00981903076171875,
+ 0.02197265625,
+ -0.0122222900390625,
+ 0.021240234375,
+ 0.042205810546875,
+ -0.006839752197265625,
+ 0.005527496337890625,
+ -0.03985595703125,
+ 0.0341796875,
+ -0.0026378631591796875,
+ -0.01244354248046875,
+ -0.038421630859375,
+ 0.032745361328125,
+ -0.050048828125,
+ -0.0167999267578125,
+ 0.003818511962890625,
+ -0.0165863037109375,
+ 0.030853271484375,
+ 0.032440185546875,
+ -0.00800323486328125,
+ -0.005420684814453125,
+ 0.028961181640625,
+ 0.0025463104248046875,
+ 0.00818634033203125,
+ 0.01171112060546875,
+ -0.022552490234375,
+ 0.041900634765625,
+ 0.00887298583984375,
+ -0.06634521484375,
+ 0.01557159423828125,
+ 0.03985595703125,
+ -0.015716552734375,
+ 0.000041484832763671875,
+ -0.03900146484375,
+ -0.00611114501953125,
+ 0.08612060546875,
+ -0.0008368492126464844,
+ -0.0340576171875,
+ 0.0186309814453125,
+ 0.048309326171875,
+ 0.021392822265625,
+ -0.01739501953125,
+ -0.008544921875,
+ 0.0241546630859375,
+ 0.00876617431640625,
+ 0.017242431640625,
+ -0.0196380615234375,
+ 0.036224365234375,
+ 0.058197021484375,
+ -0.0260467529296875,
+ -0.014984130859375,
+ -0.017608642578125,
+ 0.0277862548828125,
+ 0.0347900390625,
+ -0.03753662109375,
+ 0.061981201171875,
+ -0.0229949951171875,
+ 0.048583984375,
+ -0.0221099853515625,
+ 0.0099639892578125,
+ -0.0190582275390625,
+ 0.0228424072265625,
+ -0.0260467529296875,
+ -0.07391357421875,
+ -0.0228424072265625,
+ -0.01338958740234375,
+ -0.060516357421875,
+ -0.0082244873046875,
+ -0.0006728172302246094,
+ -0.00705718994140625,
+ 0.06781005859375,
+ -0.029388427734375,
+ -0.03448486328125,
+ 0.01629638671875,
+ 0.03302001953125,
+ 0.01010894775390625,
+ 0.0309906005859375,
+ -0.05615234375,
+ -0.050628662109375,
+ 0.01076507568359375,
+ 0.0221099853515625,
+ -0.03564453125,
+ -0.00516510009765625,
+ -0.0076751708984375,
+ -0.0022640228271484375,
+ -0.0009908676147460938,
+ -0.035369873046875,
+ 0.0099639892578125,
+ -0.0028743743896484375,
+ 0.04278564453125,
+ 0.006183624267578125,
+ -0.01273345947265625,
+ 0.01178741455078125,
+ 0.03753662109375,
+ -0.0253143310546875,
+ -0.06317138671875,
+ 0.00876617431640625,
+ -0.028961181640625,
+ -0.0189208984375,
+ -0.0292510986328125,
+ 0.036529541015625,
+ -0.02691650390625,
+ 0.0015096664428710938,
+ -0.00927734375,
+ 0.0248870849609375,
+ 0.048309326171875,
+ 0.01076507568359375,
+ 0.03900146484375,
+ -0.051788330078125,
+ -0.005092620849609375,
+ -0.0174560546875,
+ 0.040435791015625,
+ -0.0156402587890625,
+ -0.0296783447265625,
+ 0.028076171875,
+ -0.0160064697265625,
+ 0.0176849365234375,
+ -0.0090179443359375,
+ -0.042205810546875,
+ -0.0202178955078125,
+ 0.02764892578125,
+ 0.005855560302734375,
+ 0.006072998046875,
+ 0.01055145263671875,
+ -0.0025653839111328125,
+ 0.05615234375,
+ 0.06695556640625,
+ -0.0221099853515625,
+ 0.01433563232421875,
+ -0.0015735626220703125,
+ -0.02691650390625,
+ 0.0552978515625,
+ 0.023712158203125,
+ -0.001682281494140625,
+ -0.021392822265625,
+ 0.045989990234375,
+ -0.0015821456909179688,
+ 0.01251220703125,
+ -0.0013637542724609375,
+ -0.03448486328125,
+ -0.016510009765625,
+ -0.0318603515625,
+ 0.011199951171875,
+ -0.0347900390625,
+ -0.04742431640625,
+ -0.008544921875,
+ 0.0154266357421875,
+ 0.028076171875,
+ 0.08441162109375,
+ 0.006256103515625,
+ -0.00836944580078125,
+ 0.01425933837890625,
+ 0.0048370361328125,
+ -0.00771331787109375,
+ 0.029541015625,
+ -0.01214599609375,
+ 0.055572509765625,
+ 0.016448974609375,
+ 0.01105499267578125,
+ -0.01207733154296875,
+ 0.03985595703125,
+ 0.033477783203125,
+ -0.00946044921875,
+ -0.00289154052734375,
+ 0.05645751953125,
+ -0.00005370378494262695,
+ -0.004947662353515625,
+ -0.04364013671875,
+ -0.053558349609375,
+ 0.0106201171875,
+ -0.0234222412109375,
+ -0.00884246826171875,
+ -0.004146575927734375,
+ -0.00872802734375,
+ -0.05413818359375,
+ -0.0192108154296875,
+ 0.024444580078125,
+ -0.002582550048828125,
+ 0.05413818359375,
+ 0.01149749755859375,
+ -0.0318603515625,
+ 0.0002887248992919922,
+ 0.0034923553466796875,
+ 0.0302581787109375,
+ 0.0285186767578125,
+ -0.01520538330078125,
+ -0.0020923614501953125,
+ -0.013092041015625,
+ -0.0401611328125,
+ 0.048004150390625,
+ 0.0229949951171875,
+ 0.0163726806640625,
+ 0.0137481689453125,
+ -0.0128021240234375,
+ 0.0325927734375,
+ -0.03228759765625,
+ 0.0240020751953125,
+ 0.04510498046875,
+ -0.0240020751953125,
+ -0.0031108856201171875,
+ -0.007457733154296875,
+ 0.02691650390625,
+ 0.05499267578125,
+ -0.052093505859375,
+ 0.00876617431640625,
+ -0.07623291015625,
+ 0.006038665771484375,
+ -0.066650390625,
+ -0.0296783447265625,
+ -0.036224365234375,
+ -0.04132080078125,
+ 0.0283660888671875,
+ -0.00403594970703125,
+ -0.007564544677734375,
+ 0.00738525390625,
+ 0.0215301513671875,
+ 0.008148193359375,
+ 0.0267791748046875,
+ 0.0205230712890625,
+ -0.0242919921875,
+ 0.011932373046875,
+ 0.0750732421875,
+ 0.0065460205078125,
+ -0.00876617431640625,
+ -0.0082550048828125,
+ 0.0196380615234375,
+ -0.00734710693359375,
+ 0.027069091796875,
+ -0.034332275390625,
+ 0.01708984375,
+ 0.036956787109375,
+ 0.039581298828125,
+ 0.02008056640625,
+ -0.005748748779296875,
+ 0.00960540771484375,
+ -0.0146942138671875,
+ 0.010406494140625,
+ -0.03521728515625,
+ 0.0021190643310546875,
+ 0.001964569091796875,
+ -0.004184722900390625,
+ 0.00113677978515625,
+ -0.0614013671875,
+ -0.0018825531005859375,
+ 0.037841796875,
+ 0.0158538818359375,
+ -0.005382537841796875,
+ 0.0080718994140625,
+ -0.0273590087890625,
+ 0.0177459716796875,
+ -0.0118560791015625,
+ -0.00960540771484375,
+ 0.004238128662109375,
+ 0.034637451171875,
+ -0.021820068359375,
+ 0.005420684814453125,
+ 0.00865936279296875,
+ 0.008514404296875,
+ -0.0340576171875,
+ -0.05877685546875,
+ -0.0241546630859375,
+ -0.025604248046875,
+ -0.036651611328125,
+ -0.0032558441162109375,
+ 0.0131683349609375,
+ -0.0186309814453125,
+ 0.001537322998046875,
+ -0.0205230712890625,
+ 0.0014734268188476562,
+ -0.05413818359375,
+ -0.068359375,
+ 0.0154266357421875,
+ -0.0152740478515625,
+ -0.027496337890625,
+ -0.0197906494140625,
+ 0.04888916015625,
+ 0.01454925537109375,
+ 0.01026153564453125,
+ 0.0015459060668945312,
+ -0.003673553466796875,
+ -0.0112762451171875,
+ 0.01934814453125,
+ -0.00923919677734375,
+ 0.03607177734375,
+ -0.0222625732421875,
+ 0.0258941650390625,
+ 0.044219970703125,
+ 0.00858306884765625,
+ -0.0022907257080078125,
+ 0.06719970703125,
+ 0.0202178955078125,
+ -0.0257568359375,
+ -0.007312774658203125,
+ 0.001800537109375,
+ -0.0013914108276367188,
+ -0.01113128662109375,
+ -0.0030364990234375,
+ -0.017822265625,
+ -0.0018367767333984375,
+ -0.006694793701171875,
+ 0.022552490234375,
+ 0.0034008026123046875,
+ 0.0296783447265625,
+ 0.039276123046875,
+ -0.01113128662109375,
+ -0.01396942138671875,
+ 0.08209228515625,
+ 0.010040283203125,
+ 0.104736328125,
+ -0.01236724853515625,
+ -0.05615234375,
+ 0.01418304443359375,
+ 0.018768310546875,
+ -0.02081298828125,
+ -0.017822265625,
+ 0.034912109375,
+ 0.01178741455078125,
+ -0.0103302001953125,
+ 0.007274627685546875,
+ -0.0257568359375,
+ 0.0283660888671875,
+ 0.00734710693359375,
+ 0.00913238525390625,
+ 0.00724029541015625,
+ -0.0009093284606933594,
+ 0.031707763671875,
+ 0.0347900390625,
+ 0.0089874267578125,
+ -0.017974853515625,
+ 0.031707763671875,
+ -0.03228759765625,
+ -0.01287841796875,
+ -0.05035400390625,
+ -0.06549072265625,
+ 0.0178985595703125,
+ 0.0203704833984375,
+ 0.01178741455078125,
+ 0.02996826171875,
+ -0.0286712646484375,
+ -0.055877685546875,
+ 0.0273590087890625,
+ -0.0309906005859375,
+ 0.0628662109375,
+ 0.039581298828125,
+ 0.0173187255859375,
+ 0.03900146484375,
+ -0.021820068359375,
+ -0.00563812255859375,
+ 0.00567626953125,
+ 0.0298309326171875,
+ 0.0171661376953125,
+ 0.0266265869140625,
+ 0.0462646484375,
+ -0.00738525390625,
+ -0.032440185546875,
+ 0.01302337646484375,
+ 0.030548095703125,
+ 0.014984130859375,
+ -0.01026153564453125,
+ 0.0074920654296875,
+ 0.048309326171875,
+ 0.0298309326171875,
+ -0.0221099853515625,
+ 0.049774169921875,
+ 0.0190582275390625,
+ -0.0340576171875,
+ -0.0057830810546875,
+ -0.0116424560546875,
+ 0.033905029296875,
+ -0.05908203125,
+ 0.0272064208984375,
+ -0.01142120361328125,
+ 0.01287841796875,
+ 0.0112762451171875,
+ 0.01251220703125,
+ -0.052947998046875,
+ -0.0012636184692382812,
+ 0.020660400390625,
+ -0.048583984375,
+ 0.0340576171875,
+ 0.042205810546875,
+ -0.02239990234375,
+ 0.0248870849609375,
+ 0.00865936279296875,
+ -0.027496337890625,
+ 0.0254669189453125,
+ -0.03607177734375,
+ -0.0202178955078125,
+ 0.01483917236328125,
+ 0.02880859375,
+ -0.06402587890625,
+ -0.0645751953125,
+ -0.052947998046875,
+ -0.005275726318359375,
+ -0.0013189315795898438,
+ -0.019500732421875,
+ 0.0181884765625,
+ 0.00545501708984375,
+ 0.00383758544921875,
+ 0.0386962890625,
+ 0.028228759765625,
+ -0.0185546875,
+ -0.044525146484375,
+ 0.032745361328125,
+ -0.008514404296875,
+ -0.043365478515625,
+ 0.0250244140625,
+ 0.0241546630859375,
+ 0.022552490234375,
+ -0.050933837890625,
+ -0.04656982421875,
+ 0.00946044921875,
+ -0.0203704833984375,
+ -0.00763702392578125,
+ 0.0154266357421875,
+ -0.021820068359375,
+ -0.040740966796875,
+ -0.038116455078125,
+ 0.0401611328125,
+ -0.006473541259765625,
+ 0.031707763671875,
+ -0.00909423828125,
+ -0.0325927734375,
+ 0.0283660888671875,
+ -0.06402587890625,
+ -0.036529541015625,
+ -0.01666259765625,
+ -0.01549530029296875,
+ -0.0131683349609375,
+ 0.0599365234375,
+ -0.005237579345703125,
+ -0.04541015625,
+ -0.003856658935546875,
+ 0.0523681640625,
+ 0.0141143798828125,
+ -0.0131683349609375,
+ -0.050048828125,
+ 0.039581298828125,
+ 0.0215301513671875,
+ -0.04541015625,
+ -0.00592803955078125,
+ 0.0030364990234375,
+ -0.007747650146484375,
+ 0.0247344970703125,
+ -0.05792236328125,
+ -0.00374603271484375,
+ 0.0024547576904296875,
+ -0.0523681640625,
+ -0.035064697265625,
+ -0.015716552734375,
+ -0.01512908935546875,
+ -0.03216552734375,
+ 0.0241546630859375,
+ 0.037109375,
+ 0.008697509765625,
+ 0.03375244140625,
+ 0.0181121826171875,
+ -0.0027637481689453125,
+ 0.028961181640625,
+ 0.01026153564453125,
+ -0.027496337890625,
+ 0.03302001953125,
+ -0.06341552734375,
+ -0.04132080078125,
+ -0.041900634765625,
+ 0.01520538330078125,
+ -0.057037353515625,
+ -0.006618499755859375,
+ -0.00753021240234375,
+ 0.003620147705078125,
+ 0.04364013671875,
+ -0.02764892578125,
+ -0.00829315185546875,
+ -0.03753662109375,
+ -0.0140380859375,
+ -0.050048828125,
+ -0.04541015625,
+ -0.00687408447265625,
+ 0.0304107666015625,
+ 0.021820068359375,
+ 0.0292510986328125,
+ 0.025604248046875,
+ -0.044219970703125,
+ 0.0177459716796875,
+ 0.0247344970703125,
+ 0.0103302001953125,
+ 0.01934814453125,
+ 0.00989532470703125,
+ 0.00738525390625,
+ -0.0125885009765625,
+ 0.043060302734375,
+ -0.0283660888671875,
+ -0.054412841796875,
+ -0.08087158203125,
+ 0.01273345947265625,
+ 0.0048370361328125,
+ -0.01360321044921875,
+ -0.033172607421875,
+ -0.04888916015625,
+ -0.038421630859375,
+ -0.01593017578125,
+ 0.0538330078125,
+ 0.0140380859375,
+ 0.01702880859375,
+ -0.027496337890625,
+ 0.0006046295166015625,
+ 0.0221099853515625,
+ -0.034912109375,
+ 0.02459716796875,
+ -0.00734710693359375,
+ -0.01367950439453125,
+ 0.008544921875,
+ -0.027069091796875,
+ 0.0156402587890625,
+ 0.0222625732421875,
+ 0.0241546630859375,
+ 0.0186309814453125,
+ -0.002674102783203125,
+ -0.022552490234375,
+ 0.0189208984375,
+ -0.02239990234375,
+ -0.0097503662109375,
+ 0.01076507568359375,
+ -0.017822265625,
+ 0.01265716552734375,
+ -0.044219970703125,
+ -0.0211029052734375,
+ 0.0203704833984375,
+ 0.00450897216796875,
+ 0.03985595703125,
+ -0.0205230712890625,
+ -0.0106201171875,
+ 0.039581298828125,
+ -0.0174560546875,
+ 0.07568359375,
+ -0.0203704833984375,
+ -0.03985595703125,
+ -0.0109100341796875,
+ 0.0012912750244140625,
+ 0.0462646484375,
+ 0.03289794921875,
+ 0.00905609130859375,
+ -0.031280517578125,
+ 0.013092041015625,
+ 0.032745361328125,
+ -0.00687408447265625,
+ -0.0491943359375,
+ -0.039276123046875,
+ 0.0311431884765625,
+ 0.005527496337890625,
+ 0.050048828125,
+ 0.01207733154296875,
+ 0.07305908203125,
+ 0.016876220703125,
+ 0.0235748291015625,
+ 0.038116455078125,
+ 0.06634521484375,
+ 0.039276123046875,
+ -0.001800537109375,
+ -0.0576171875,
+ -0.0248870849609375,
+ 0.0147705078125,
+ -0.02880859375,
+ -0.01934814453125,
+ 0.02459716796875,
+ 0.058502197265625,
+ -0.06634521484375,
+ -0.0242919921875,
+ -0.004199981689453125,
+ 0.011199951171875,
+ 0.003673553466796875,
+ -0.00007671117782592773,
+ -0.024444580078125,
+ 0.0347900390625,
+ -0.0034732818603515625,
+ -0.035064697265625,
+ 0.00450897216796875,
+ -0.01076507568359375,
+ -0.0014371871948242188,
+ 0.040435791015625,
+ 0.0209503173828125,
+ 0.00894927978515625,
+ 0.0013456344604492188,
+ -0.0097503662109375,
+ 0.02618408203125,
+ 0.0202178955078125,
+ 0.05792236328125,
+ 0.0177459716796875,
+ 0.00676727294921875,
+ 0.05120849609375,
+ 0.0576171875,
+ -0.008697509765625,
+ -0.0183258056640625,
+ 0.041900634765625,
+ 0.0675048828125,
+ 0.0296783447265625,
+ 0.05908203125,
+ -0.01244354248046875,
+ 0.0222625732421875,
+ -0.0097503662109375,
+ -0.030853271484375,
+ -0.01425933837890625,
+ 0.019500732421875,
+ 0.01287841796875,
+ -0.048004150390625,
+ -0.049468994140625,
+ 0.01178741455078125,
+ -0.037841796875,
+ 0.03143310546875,
+ 0.00487518310546875,
+ -0.0202178955078125,
+ -0.018768310546875,
+ 0.044219970703125,
+ -0.03448486328125,
+ -0.032012939453125,
+ 0.0254669189453125,
+ -0.040435791015625,
+ -0.035797119140625,
+ -0.01105499267578125,
+ -0.036956787109375,
+ 0.036376953125,
+ -0.03448486328125,
+ -0.045684814453125,
+ -0.0097503662109375,
+ 0.0247344970703125,
+ -0.0247344970703125,
+ -0.06341552734375,
+ -0.00909423828125,
+ 0.003509521484375,
+ -0.00989532470703125,
+ -0.0292510986328125,
+ -0.054412841796875,
+ -0.030120849609375,
+ -0.00872802734375,
+ -0.04510498046875,
+ 0.01425933837890625,
+ -0.020660400390625,
+ -0.03448486328125,
+ -0.022552490234375,
+ -0.0267791748046875,
+ -0.01294708251953125,
+ 0.0228424072265625,
+ -0.04364013671875,
+ 0.051513671875,
+ 0.0216827392578125,
+ 0.018402099609375,
+ 0.026336669921875,
+ 0.059356689453125,
+ -0.042205810546875,
+ 0.0131683349609375,
+ -0.013092041015625,
+ -0.07421875,
+ -0.0112762451171875,
+ 0.02313232421875,
+ 0.01512908935546875,
+ -0.046844482421875,
+ 0.004657745361328125,
+ 0.063720703125,
+ -0.07623291015625,
+ 0.0247344970703125,
+ 0.045989990234375,
+ -0.01360321044921875,
+ -0.0576171875,
+ 0.0175323486328125,
+ -0.0229949951171875,
+ 0.0190582275390625,
+ 0.059661865234375,
+ 0.01076507568359375,
+ 0.0216827392578125,
+ 0.00763702392578125,
+ -0.0538330078125,
+ 0.05877685546875,
+ 0.030120849609375,
+ 0.0235748291015625,
+ -0.041900634765625,
+ 0.0012006759643554688,
+ 0.0216827392578125,
+ -0.0491943359375,
+ 0.010986328125,
+ -0.06866455078125,
+ -0.0042572021484375,
+ 0.033599853515625,
+ 0.0017366409301757812,
+ -0.001373291015625,
+ -0.006038665771484375,
+ -0.06256103515625,
+ -0.0325927734375,
+ -0.0241546630859375,
+ 0.0253143310546875,
+ 0.016510009765625,
+ 0.00887298583984375,
+ -0.0311431884765625,
+ 0.020660400390625,
+ -0.0125885009765625,
+ -0.0657958984375,
+ -0.03900146484375,
+ -0.03521728515625,
+ 0.0283660888671875,
+ -0.0125885009765625,
+ -0.044219970703125,
+ 0.01323699951171875,
+ 0.027069091796875,
+ 0.008148193359375,
+ 0.0189208984375,
+ 0.07855224609375,
+ -0.048309326171875,
+ -0.00687408447265625,
+ 0.024444580078125,
+ 0.039276123046875,
+ -0.0012369155883789062,
+ 0.01084136962890625,
+ -0.00981903076171875,
+ 0.0157928466796875,
+ 0.038421630859375,
+ -0.046844482421875,
+ 0.0189208984375,
+ 0.03753662109375,
+ -0.0290985107421875,
+ -0.0523681640625,
+ -0.022552490234375,
+ -0.0080718994140625,
+ 0.05035400390625,
+ -0.01323699951171875,
+ 0.059661865234375,
+ -0.0128021240234375,
+ -0.003818511962890625,
+ -0.0902099609375,
+ 0.0211029052734375,
+ -0.030548095703125,
+ 0.0235748291015625,
+ 0.0203704833984375,
+ -0.007457733154296875,
+ -0.05908203125,
+ -0.036651611328125,
+ -0.0292510986328125,
+ 0.035064697265625,
+ -0.006618499755859375,
+ 0.04656982421875,
+ 0.0171661376953125,
+ 0.00946044921875,
+ 0.005420684814453125,
+ -0.0080413818359375,
+ -0.009674072265625,
+ 0.04888916015625,
+ 0.04541015625,
+ -0.027496337890625,
+ 0.04888916015625,
+ -0.037841796875,
+ -0.00872802734375,
+ -0.021820068359375,
+ 0.0175323486328125,
+ -0.0137481689453125,
+ -0.02008056640625,
+ -0.038421630859375,
+ 0.01142120361328125,
+ 0.0248870849609375,
+ 0.06549072265625,
+ -0.00360107421875,
+ 0.01055145263671875,
+ -0.00792694091796875,
+ 0.007785797119140625,
+ -0.01323699951171875,
+ -0.00931549072265625,
+ 0.0106964111328125,
+ 0.005565643310546875,
+ -0.01236724853515625,
+ -0.050628662109375,
+ -0.04541015625,
+ -0.089599609375,
+ 0.0122222900390625,
+ -0.055572509765625,
+ 0.02008056640625,
+ 0.0076751708984375,
+ 0.0059661865234375,
+ 0.0146942138671875,
+ -0.048004150390625,
+ 0.03900146484375,
+ -0.02081298828125,
+ -0.026336669921875,
+ -0.02239990234375,
+ -0.003383636474609375,
+ 0.00212860107421875,
+ 0.018035888671875,
+ 0.0018548965454101562,
+ -0.03607177734375,
+ 0.0140380859375,
+ -0.019500732421875,
+ -0.0082244873046875,
+ -0.0286712646484375,
+ -0.01629638671875,
+ -0.03564453125,
+ -0.0007228851318359375,
+ -0.057342529296875,
+ -0.01418304443359375,
+ 0.021820068359375,
+ 0.0347900390625,
+ 0.0181884765625,
+ -0.010040283203125,
+ 0.02996826171875,
+ -0.0234222412109375,
+ -0.054718017578125,
+ 0.0257568359375,
+ -0.0076751708984375,
+ -0.0216827392578125,
+ 0.024444580078125,
+ -0.0065460205078125,
+ 0.0052032470703125,
+ 0.01708984375,
+ -0.0011005401611328125,
+ 0.051788330078125,
+ 0.0086212158203125,
+ -0.00498199462890625,
+ -0.0072021484375,
+ -0.007419586181640625,
+ -0.043060302734375,
+ 0.0165863037109375,
+ 0.052093505859375,
+ -0.000804901123046875,
+ -0.0038013458251953125,
+ 0.0118560791015625,
+ 0.001873016357421875,
+ -0.1129150390625,
+ -0.0140380859375,
+ 0.003963470458984375,
+ -0.05499267578125,
+ 0.00016367435455322266,
+ 0.0660400390625,
+ 0.030853271484375,
+ -0.017822265625,
+ 0.02764892578125,
+ 0.03302001953125,
+ 0.011932373046875,
+ 0.015350341796875,
+ -0.0216827392578125,
+ -0.06341552734375,
+ -0.01360321044921875,
+ 0.0197906494140625,
+ 0.01418304443359375,
+ -0.032745361328125,
+ 0.06781005859375,
+ 0.06256103515625,
+ -0.01666259765625,
+ -0.008331298828125,
+ 0.01287841796875,
+ -0.0209503173828125,
+ 0.05267333984375,
+ 0.02386474609375,
+ 0.0007729530334472656,
+ -0.049468994140625,
+ 0.019500732421875,
+ 0.025604248046875,
+ -0.0106201171875,
+ 0.01149749755859375,
+ -0.02081298828125,
+ -0.03564453125,
+ 0.058197021484375,
+ -0.032745361328125,
+ -0.031585693359375,
+ -0.0131683349609375,
+ 0.1007080078125,
+ 0.00402069091796875,
+ -0.048309326171875,
+ 0.0028743743896484375,
+ 0.025177001953125,
+ -0.00199127197265625,
+ -0.033905029296875,
+ -0.011566162109375,
+ -0.0080413818359375,
+ -0.002346038818359375,
+ 0.027069091796875,
+ 0.042205810546875,
+ -0.0013093948364257812,
+ 0.03607177734375,
+ -0.004802703857421875,
+ -0.04278564453125,
+ 0.0241546630859375,
+ 0.003509521484375,
+ 0.0146942138671875,
+ 0.0041656494140625,
+ -0.041046142578125,
+ -0.0235748291015625,
+ -0.03753662109375,
+ 0.0477294921875,
+ 0.00109100341796875,
+ 0.036529541015625,
+ 0.00811004638671875,
+ -0.01207733154296875,
+ -0.0106201171875,
+ 0.00724029541015625,
+ 0.011566162109375,
+ 0.0675048828125,
+ 0.00792694091796875,
+ 0.006000518798828125,
+ 0.0203704833984375,
+ 0.0090179443359375,
+ 0.0152740478515625,
+ -0.03680419921875,
+ 0.0340576171875,
+ -0.0248870849609375,
+ 0.0034008026123046875,
+ -0.0298309326171875,
+ 0.0007319450378417969,
+ -0.005855560302734375,
+ -0.02313232421875,
+ -0.0235748291015625,
+ -0.029541015625,
+ 0.0116424560546875,
+ -0.03753662109375,
+ -0.053558349609375,
+ 0.0024738311767578125,
+ 0.0552978515625,
+ -0.0228424072265625,
+ 0.03448486328125,
+ 0.0190582275390625,
+ -0.037841796875,
+ 0.0018367767333984375,
+ -0.04248046875,
+ 0.0849609375,
+ 0.038116455078125,
+ 0.0318603515625,
+ 0.0039825439453125,
+ -0.008544921875,
+ 0.0186309814453125,
+ -0.0109100341796875,
+ 0.007167816162109375,
+ 0.035797119140625,
+ -0.006801605224609375,
+ 0.04656982421875,
+ 0.0462646484375,
+ -0.00011199712753295898,
+ -0.0197906494140625,
+ 0.0215301513671875,
+ 0.011566162109375,
+ -0.06109619140625,
+ 0.05908203125,
+ 0.0128021240234375,
+ 0.031585693359375,
+ -0.00004404783248901367,
+ -0.0185546875,
+ 0.00545501708984375,
+ -0.048583984375,
+ 0.0228424072265625,
+ 0.00771331787109375,
+ -0.002010345458984375,
+ 0.04132080078125,
+ -0.0721435546875,
+ 0.0264739990234375,
+ 0.0021648406982421875,
+ 0.059661865234375,
+ -0.0150604248046875,
+ 0.045684814453125,
+ -0.0169525146484375,
+ 0.0266265869140625,
+ 0.0118560791015625,
+ 0.005054473876953125,
+ 0.0122222900390625,
+ 0.029388427734375,
+ -0.006656646728515625,
+ 0.0416259765625,
+ 0.002727508544921875,
+ 0.0273590087890625,
+ -0.0447998046875,
+ -0.0177459716796875,
+ -0.0182647705078125,
+ -0.00307464599609375,
+ 0.04364013671875,
+ -0.033905029296875,
+ -0.0273590087890625,
+ 0.026336669921875,
+ 0.03448486328125,
+ 0.0628662109375,
+ -0.033599853515625,
+ 0.038421630859375,
+ 0.01010894775390625,
+ -0.0203704833984375,
+ -0.01302337646484375,
+ -0.0273590087890625
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "network-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "timeline-correlation",
+ "event-sequencing",
+ "temporal-analysis",
+ "super-timeline",
+ "pivot-points",
+ "behavioral-patterns",
+ "anomaly-detection",
+ "anti-forensics-detection"
+ ],
+ "skillLevel": "advanced",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_Hash_Functions___Digital_Signatures",
+ "type": "concept",
+ "name": "Hash Functions & Digital Signatures",
+ "content": "hash functions & digital signatures kryptographische hash-funktionen und digitale signaturen bilden das fundament der digitalen beweissicherung. md5 (veraltet aber verbreitet), sha-1, sha-256/512 für integritätsprüfung. kollisionsresistenz gewährleistet eindeutigkeit. forensische anwendungen: datenträger- verifizierung vor/nach imaging, deduplizierung mit hash-sets (nsrl), known-bad-identifikation (malware, csam). rainbow-tables für passwort-cracking. fuzzy-hashing (ssdeep) für ähnlichkeitsanalyse. digitale signaturen authentifizieren software und dokumente. certificate-chain-analyse bei apt-investigations. timestamping für chain-of-custody. die mathematik dahinter ist komplex, aber anwendung ist essentiell. tools berechnen automatisch, aber verständnis der prinzipien unterscheidet profis von amateuren. blockchain als verteilte hash-kette revolutioniert evidence-management. hashing integrity-check chain-of-custody standards-compliant deduplication known-bad-detection fuzzy-hashing digital-signatures timestamping blockchain-evidence incident-response static-investigations malware-analysis mobile-forensics cloud-forensics data-collection examination",
+ "embedding": [
+ -0.0299530029296875,
+ -0.0006489753723144531,
+ 0.0469970703125,
+ -0.01009368896484375,
+ 0.0233306884765625,
+ 0.0311126708984375,
+ 0.03955078125,
+ -0.022674560546875,
+ -0.018280029296875,
+ 0.000698089599609375,
+ -0.01555633544921875,
+ 0.053924560546875,
+ 0.0074462890625,
+ -0.0020999908447265625,
+ -0.06683349609375,
+ 0.03607177734375,
+ -0.0299530029296875,
+ 0.00695037841796875,
+ 0.019775390625,
+ 0.0184478759765625,
+ -0.01125335693359375,
+ 0.01580810546875,
+ -0.0479736328125,
+ 0.011749267578125,
+ 0.0065765380859375,
+ 0.020263671875,
+ -0.0304412841796875,
+ -0.060882568359375,
+ -0.0153045654296875,
+ 0.00372314453125,
+ -0.0121612548828125,
+ -0.02093505859375,
+ 0.007320404052734375,
+ 0.0272979736328125,
+ -0.0184478759765625,
+ -0.00860595703125,
+ -0.0115814208984375,
+ -0.0236663818359375,
+ -0.0064544677734375,
+ 0.0253143310546875,
+ -0.019775390625,
+ -0.0029582977294921875,
+ -0.0016031265258789062,
+ 0.0010395050048828125,
+ -0.01439666748046875,
+ -0.05657958984375,
+ 0.03656005859375,
+ -0.0236663818359375,
+ 0.01381683349609375,
+ -0.03656005859375,
+ 0.00514984130859375,
+ 0.040191650390625,
+ 0.008148193359375,
+ -0.01885986328125,
+ -0.0516357421875,
+ 0.056915283203125,
+ 0.030609130859375,
+ -0.0218353271484375,
+ -0.034576416015625,
+ 0.0274658203125,
+ -0.0423583984375,
+ -0.0113372802734375,
+ -0.0019025802612304688,
+ -0.0176239013671875,
+ 0.04052734375,
+ 0.0221710205078125,
+ -0.029449462890625,
+ -0.014892578125,
+ -0.0135650634765625,
+ -0.01166534423828125,
+ 0.01207733154296875,
+ 0.01306915283203125,
+ -0.0264739990234375,
+ 0.0296173095703125,
+ -0.01837158203125,
+ -0.04119873046875,
+ 0.0223388671875,
+ 0.01282501220703125,
+ 0.009307861328125,
+ -0.006618499755859375,
+ -0.044677734375,
+ 0.01340484619140625,
+ 0.0582275390625,
+ -0.0179443359375,
+ -0.0325927734375,
+ 0.015716552734375,
+ 0.01108551025390625,
+ -0.0045928955078125,
+ -0.00016355514526367188,
+ -0.0078582763671875,
+ 0.01050567626953125,
+ -0.00235748291015625,
+ 0.04071044921875,
+ -0.02001953125,
+ 0.032745361328125,
+ 0.0516357421875,
+ -0.0186920166015625,
+ 0.0047760009765625,
+ 0.006244659423828125,
+ 0.03326416015625,
+ 0.014556884765625,
+ -0.041046142578125,
+ 0.059906005859375,
+ 0.000385284423828125,
+ 0.0665283203125,
+ -0.0098419189453125,
+ 0.01910400390625,
+ -0.0015926361083984375,
+ -0.00951385498046875,
+ 0.01605224609375,
+ -0.06256103515625,
+ -0.049957275390625,
+ -0.043670654296875,
+ -0.07147216796875,
+ -0.004467010498046875,
+ 0.00293731689453125,
+ -0.00806427001953125,
+ 0.032928466796875,
+ 0.0020580291748046875,
+ -0.046661376953125,
+ 0.0241546630859375,
+ 0.0253143310546875,
+ 0.0029582977294921875,
+ 0.028961181640625,
+ -0.038055419921875,
+ -0.03192138671875,
+ 0.006412506103515625,
+ 0.0038051605224609375,
+ -0.0284576416015625,
+ -0.038055419921875,
+ -0.0013856887817382812,
+ -0.004878997802734375,
+ 0.0002300739288330078,
+ -0.037384033203125,
+ 0.0072784423828125,
+ -0.034759521484375,
+ 0.0377197265625,
+ -0.0218353271484375,
+ 0.00616455078125,
+ 0.0008840560913085938,
+ 0.03192138671875,
+ -0.0311126708984375,
+ -0.06884765625,
+ 0.031768798828125,
+ -0.0307769775390625,
+ -0.0268096923828125,
+ -0.0182037353515625,
+ 0.036224365234375,
+ -0.047332763671875,
+ 0.0017375946044921875,
+ 0.004032135009765625,
+ 0.024322509765625,
+ 0.053924560546875,
+ -0.0032062530517578125,
+ -0.00876617431640625,
+ -0.039703369140625,
+ 0.0071563720703125,
+ -0.007030487060546875,
+ 0.0249786376953125,
+ -0.0011425018310546875,
+ -0.031280517578125,
+ 0.02862548828125,
+ -0.0190277099609375,
+ 0.016876220703125,
+ -0.0181121826171875,
+ -0.0479736328125,
+ -0.0261383056640625,
+ 0.03094482421875,
+ 0.0190277099609375,
+ 0.0221710205078125,
+ 0.01513671875,
+ -0.0169525146484375,
+ 0.060882568359375,
+ 0.060546875,
+ -0.0005559921264648438,
+ 0.039215087890625,
+ 0.01464080810546875,
+ -0.0299530029296875,
+ 0.03607177734375,
+ 0.0284576416015625,
+ -0.00860595703125,
+ -0.0418701171875,
+ 0.065185546875,
+ 0.005584716796875,
+ 0.01439666748046875,
+ -0.00637054443359375,
+ -0.044677734375,
+ 0.0204315185546875,
+ -0.035400390625,
+ 0.028289794921875,
+ -0.0173797607421875,
+ -0.032257080078125,
+ -0.016876220703125,
+ 0.021514892578125,
+ 0.0311126708984375,
+ 0.060546875,
+ 0.0153045654296875,
+ 0.004901885986328125,
+ 0.04864501953125,
+ -0.00457000732421875,
+ 0.01224517822265625,
+ 0.0213470458984375,
+ -0.003971099853515625,
+ 0.0582275390625,
+ 0.0021724700927734375,
+ -0.0019235610961914062,
+ 0.00494384765625,
+ 0.0233306884765625,
+ 0.04400634765625,
+ -0.0301055908203125,
+ -0.0205230712890625,
+ 0.03887939453125,
+ -0.01340484619140625,
+ -0.0382080078125,
+ -0.04071044921875,
+ -0.03143310546875,
+ -0.00922393798828125,
+ -0.000988006591796875,
+ 0.007694244384765625,
+ -0.0024509429931640625,
+ -0.0174560546875,
+ -0.039031982421875,
+ -0.0158843994140625,
+ 0.027801513671875,
+ -0.025146484375,
+ 0.0321044921875,
+ 0.0218353271484375,
+ -0.0175323486328125,
+ -0.0479736328125,
+ 0.048309326171875,
+ 0.022674560546875,
+ 0.01422882080078125,
+ 0.0102996826171875,
+ -0.00002181529998779297,
+ -0.03143310546875,
+ -0.004962921142578125,
+ 0.05029296875,
+ 0.0017995834350585938,
+ 0.01513671875,
+ 0.00450897216796875,
+ -0.0133209228515625,
+ 0.034759521484375,
+ -0.05792236328125,
+ 0.05194091796875,
+ 0.006988525390625,
+ -0.00616455078125,
+ 0.031768798828125,
+ -0.017791748046875,
+ 0.0299530029296875,
+ 0.045013427734375,
+ -0.0711669921875,
+ -0.0218353271484375,
+ -0.050628662109375,
+ -0.00110626220703125,
+ -0.042694091796875,
+ -0.0367431640625,
+ -0.054931640625,
+ -0.05426025390625,
+ 0.050628662109375,
+ -0.02398681640625,
+ -0.0281219482421875,
+ -0.01340484619140625,
+ 0.0204315185546875,
+ 0.03192138671875,
+ 0.019439697265625,
+ 0.0037441253662109375,
+ -0.0253143310546875,
+ 0.00695037841796875,
+ 0.1005859375,
+ -0.00852203369140625,
+ -0.01183319091796875,
+ -0.042694091796875,
+ 0.0124053955078125,
+ -0.014892578125,
+ 0.02862548828125,
+ -0.03704833984375,
+ 0.0033512115478515625,
+ 0.024658203125,
+ 0.0330810546875,
+ 0.0156402587890625,
+ -0.0174560546875,
+ -0.00782012939453125,
+ 0.0192718505859375,
+ 0.03656005859375,
+ -0.025146484375,
+ -0.0084381103515625,
+ 0.00724029541015625,
+ 0.018951416015625,
+ -0.0163726806640625,
+ -0.06353759765625,
+ -0.01340484619140625,
+ 0.04400634765625,
+ 0.018951416015625,
+ 0.005107879638671875,
+ -0.01605224609375,
+ -0.03424072265625,
+ 0.0014886856079101562,
+ -0.00428009033203125,
+ -0.033416748046875,
+ 0.024810791015625,
+ 0.04864501953125,
+ -0.0330810546875,
+ -0.004344940185546875,
+ -0.00765228271484375,
+ 0.010833740234375,
+ -0.05889892578125,
+ -0.03375244140625,
+ -0.03955078125,
+ -0.0205230712890625,
+ -0.03326416015625,
+ -0.0241546630859375,
+ 0.004116058349609375,
+ -0.02398681640625,
+ -0.00392913818359375,
+ -0.01067352294921875,
+ 0.00885009765625,
+ -0.04864501953125,
+ -0.03936767578125,
+ 0.0030612945556640625,
+ -0.038055419921875,
+ -0.0433349609375,
+ -0.02349853515625,
+ 0.035400390625,
+ -0.0012826919555664062,
+ -0.00616455078125,
+ -0.006244659423828125,
+ -0.0281219482421875,
+ -0.0264739990234375,
+ 0.0195159912109375,
+ -0.047332763671875,
+ 0.031280517578125,
+ -0.0253143310546875,
+ 0.0433349609375,
+ 0.0330810546875,
+ 0.06451416015625,
+ -0.004177093505859375,
+ 0.054931640625,
+ 0.03375244140625,
+ -0.02349853515625,
+ 0.0113372802734375,
+ -0.017791748046875,
+ 0.025970458984375,
+ 0.0158843994140625,
+ -0.003620147705078125,
+ -0.01555633544921875,
+ 0.0033702850341796875,
+ -0.0129852294921875,
+ 0.020263671875,
+ 0.019195556640625,
+ -0.0016031265258789062,
+ 0.04534912109375,
+ -0.009552001953125,
+ 0.014892578125,
+ 0.053924560546875,
+ -0.0095977783203125,
+ 0.0823974609375,
+ -0.03192138671875,
+ -0.0618896484375,
+ -0.001003265380859375,
+ 0.0321044921875,
+ -0.035736083984375,
+ -0.0181121826171875,
+ 0.03704833984375,
+ 0.0192718505859375,
+ 0.0083160400390625,
+ -0.0018720626831054688,
+ -0.0083160400390625,
+ 0.01248931884765625,
+ 0.005584716796875,
+ -0.0110015869140625,
+ 0.031280517578125,
+ -0.03839111328125,
+ 0.025482177734375,
+ 0.0740966796875,
+ 0.0193634033203125,
+ 0.020355224609375,
+ -0.005275726318359375,
+ 0.002140045166015625,
+ -0.0190277099609375,
+ -0.04400634765625,
+ -0.043670654296875,
+ 0.031768798828125,
+ 0.04071044921875,
+ 0.0098876953125,
+ 0.057586669921875,
+ -0.0325927734375,
+ -0.0731201171875,
+ 0.035247802734375,
+ -0.03607177734375,
+ 0.07049560546875,
+ 0.032257080078125,
+ 0.025970458984375,
+ 0.034912109375,
+ -0.0307769775390625,
+ 0.0139007568359375,
+ 0.02398681640625,
+ 0.0110015869140625,
+ 0.014892578125,
+ 0.034088134765625,
+ 0.0261383056640625,
+ 0.032440185546875,
+ -0.04119873046875,
+ 0.025146484375,
+ 0.02349853515625,
+ 0.01125335693359375,
+ 0.00975799560546875,
+ 0.039886474609375,
+ -0.00293731689453125,
+ 0.0192718505859375,
+ -0.04962158203125,
+ 0.055908203125,
+ 0.0113372802734375,
+ -0.022003173828125,
+ 0.0107574462890625,
+ -0.025482177734375,
+ 0.0090179443359375,
+ -0.0301055908203125,
+ 0.0017681121826171875,
+ 0.002079010009765625,
+ 0.0007495880126953125,
+ 0.0228271484375,
+ 0.036895751953125,
+ -0.034912109375,
+ 0.01141357421875,
+ 0.052276611328125,
+ -0.036407470703125,
+ 0.0433349609375,
+ 0.026641845703125,
+ -0.050628662109375,
+ 0.02117919921875,
+ -0.01149749755859375,
+ -0.036895751953125,
+ 0.01538848876953125,
+ -0.0367431640625,
+ -0.04168701171875,
+ -0.01166534423828125,
+ 0.05029296875,
+ -0.0382080078125,
+ -0.0228271484375,
+ -0.04962158203125,
+ -0.012908935546875,
+ 0.005706787109375,
+ -0.0144805908203125,
+ 0.027130126953125,
+ 0.00537872314453125,
+ -0.004425048828125,
+ 0.0264739990234375,
+ 0.055908203125,
+ -0.0110015869140625,
+ -0.0304412841796875,
+ 0.046661376953125,
+ -0.0135650634765625,
+ -0.031768798828125,
+ 0.0207672119140625,
+ 0.020843505859375,
+ 0.025146484375,
+ -0.030609130859375,
+ -0.01605224609375,
+ -0.010467529296875,
+ 0.0113372802734375,
+ -0.0083160400390625,
+ 0.03424072265625,
+ -0.03375244140625,
+ -0.046661376953125,
+ -0.0433349609375,
+ 0.041534423828125,
+ 0.00492095947265625,
+ 0.04962158203125,
+ -0.0002340078353881836,
+ -0.06719970703125,
+ 0.0190277099609375,
+ -0.045013427734375,
+ -0.035247802734375,
+ 0.00872802734375,
+ 0.01373291015625,
+ -0.02581787109375,
+ 0.06353759765625,
+ -0.02581787109375,
+ 0.01055145263671875,
+ -0.0153045654296875,
+ 0.060882568359375,
+ 0.014892578125,
+ -0.01629638671875,
+ -0.063232421875,
+ 0.048309326171875,
+ 0.013153076171875,
+ -0.0860595703125,
+ -0.0098876953125,
+ -0.0179443359375,
+ -0.0167083740234375,
+ 0.0628662109375,
+ -0.060882568359375,
+ -0.027801513671875,
+ -0.0050048828125,
+ -0.05560302734375,
+ -0.042694091796875,
+ -0.045989990234375,
+ 0.0024929046630859375,
+ -0.055267333984375,
+ 0.019683837890625,
+ 0.039031982421875,
+ 0.0015411376953125,
+ 0.0125732421875,
+ 0.025146484375,
+ 0.006412506103515625,
+ 0.019683837890625,
+ 0.0054168701171875,
+ -0.003681182861328125,
+ 0.03192138671875,
+ -0.060882568359375,
+ -0.024810791015625,
+ -0.022674560546875,
+ 0.02862548828125,
+ -0.00934600830078125,
+ -0.01373291015625,
+ 0.01522064208984375,
+ -0.01373291015625,
+ 0.057586669921875,
+ -0.035888671875,
+ -0.0005431175231933594,
+ -0.039886474609375,
+ -0.0284576416015625,
+ -0.041534423828125,
+ -0.031280517578125,
+ 0.01306915283203125,
+ 0.021514892578125,
+ -0.026641845703125,
+ 0.0101776123046875,
+ 0.005584716796875,
+ -0.053619384765625,
+ 0.03607177734375,
+ 0.0113372802734375,
+ 0.0010700225830078125,
+ 0.00876617431640625,
+ -0.01183319091796875,
+ 0.0147247314453125,
+ -0.0004057884216308594,
+ 0.0249786376953125,
+ -0.033599853515625,
+ -0.04119873046875,
+ -0.06353759765625,
+ 0.034088134765625,
+ -0.0097198486328125,
+ -0.0054168701171875,
+ -0.03143310546875,
+ -0.0249786376953125,
+ -0.07177734375,
+ -0.0035572052001953125,
+ 0.024322509765625,
+ 0.006038665771484375,
+ 0.01125335693359375,
+ -0.037384033203125,
+ -0.0261383056640625,
+ -0.0017681121826171875,
+ -0.025482177734375,
+ 0.0256500244140625,
+ -0.01265716552734375,
+ 0.019683837890625,
+ 0.005584716796875,
+ -0.0325927734375,
+ 0.024322509765625,
+ 0.019439697265625,
+ 0.0107574462890625,
+ 0.04168701171875,
+ 0.0144805908203125,
+ -0.01629638671875,
+ 0.00806427001953125,
+ -0.01306915283203125,
+ -0.027801513671875,
+ -0.0162200927734375,
+ -0.005252838134765625,
+ 0.0236663818359375,
+ -0.0172882080078125,
+ -0.040374755859375,
+ 0.057586669921875,
+ 0.0198516845703125,
+ 0.0187835693359375,
+ -0.0133209228515625,
+ -0.0015821456909179688,
+ 0.0223388671875,
+ -0.006618499755859375,
+ 0.056243896484375,
+ -0.01373291015625,
+ -0.059906005859375,
+ 0.0038051605224609375,
+ -0.01183319091796875,
+ 0.0684814453125,
+ 0.05328369140625,
+ -0.0025539398193359375,
+ -0.036224365234375,
+ 0.025146484375,
+ 0.061553955078125,
+ -0.007030487060546875,
+ -0.037384033203125,
+ -0.01026153564453125,
+ 0.033599853515625,
+ 0.00806427001953125,
+ 0.06585693359375,
+ -0.0016851425170898438,
+ 0.08306884765625,
+ 0.0139007568359375,
+ 0.0090179443359375,
+ 0.051300048828125,
+ 0.049957275390625,
+ 0.0236663818359375,
+ -0.047637939453125,
+ -0.056243896484375,
+ 0.004467010498046875,
+ 0.00818634033203125,
+ -0.036895751953125,
+ -0.0272979736328125,
+ -0.0256500244140625,
+ 0.033905029296875,
+ -0.06488037109375,
+ -0.0125732421875,
+ -0.0014066696166992188,
+ -0.0284576416015625,
+ 0.0139007568359375,
+ 0.0199432373046875,
+ -0.039215087890625,
+ 0.0039520263671875,
+ -0.0135650634765625,
+ -0.036407470703125,
+ -0.0276336669921875,
+ -0.0027923583984375,
+ 0.01348114013671875,
+ 0.0526123046875,
+ 0.03704833984375,
+ 0.01397705078125,
+ 0.0121612548828125,
+ 0.0205230712890625,
+ 0.0221710205078125,
+ 0.02911376953125,
+ 0.03839111328125,
+ 0.0135650634765625,
+ 0.0272979736328125,
+ 0.0516357421875,
+ 0.0628662109375,
+ -0.006122589111328125,
+ -0.01513671875,
+ 0.0296173095703125,
+ 0.009307861328125,
+ 0.04400634765625,
+ 0.04632568359375,
+ 0.0156402587890625,
+ -0.0047149658203125,
+ -0.004322052001953125,
+ -0.040863037109375,
+ -0.011749267578125,
+ -0.00620269775390625,
+ 0.00765228271484375,
+ -0.037384033203125,
+ -0.01910400390625,
+ 0.01091766357421875,
+ -0.05560302734375,
+ 0.06353759765625,
+ 0.0279541015625,
+ -0.007610321044921875,
+ 0.0035991668701171875,
+ 0.048980712890625,
+ -0.0113372802734375,
+ -0.0316162109375,
+ -0.0020160675048828125,
+ -0.01323699951171875,
+ -0.03094482421875,
+ -0.034576416015625,
+ -0.0276336669921875,
+ 0.03704833984375,
+ -0.01038360595703125,
+ -0.0572509765625,
+ -0.0104217529296875,
+ 0.045989990234375,
+ -0.03192138671875,
+ -0.055267333984375,
+ -0.0201873779296875,
+ -0.0223388671875,
+ -0.0207672119140625,
+ -0.03192138671875,
+ -0.0740966796875,
+ -0.0307769775390625,
+ 0.03375244140625,
+ -0.0228271484375,
+ 0.0014791488647460938,
+ 0.002834320068359375,
+ -0.015960693359375,
+ -0.0170440673828125,
+ -0.01381683349609375,
+ -0.01183319091796875,
+ 0.0172119140625,
+ -0.045654296875,
+ 0.032745361328125,
+ 0.0204315185546875,
+ 0.021514892578125,
+ 0.035247802734375,
+ 0.054931640625,
+ -0.044342041015625,
+ 0.007404327392578125,
+ -0.0372314453125,
+ -0.060211181640625,
+ 0.0200958251953125,
+ 0.0207672119140625,
+ 0.000698089599609375,
+ -0.0618896484375,
+ -0.0167083740234375,
+ 0.051300048828125,
+ -0.0740966796875,
+ 0.02978515625,
+ 0.0050048828125,
+ -0.0204315185546875,
+ -0.060882568359375,
+ -0.0221710205078125,
+ 0.00905609130859375,
+ 0.02093505859375,
+ 0.0860595703125,
+ 0.0141448974609375,
+ -0.005584716796875,
+ 0.0238189697265625,
+ -0.02978515625,
+ 0.0711669921875,
+ 0.024810791015625,
+ 0.032928466796875,
+ -0.055908203125,
+ 0.0268096923828125,
+ 0.0008687973022460938,
+ -0.051300048828125,
+ 0.0097198486328125,
+ -0.075439453125,
+ 0.0031223297119140625,
+ 0.0302734375,
+ 0.0144805908203125,
+ -0.02166748046875,
+ -0.025482177734375,
+ -0.043670654296875,
+ -0.042694091796875,
+ -0.028961181640625,
+ 0.02166748046875,
+ -0.0167999267578125,
+ 0.012908935546875,
+ -0.049957275390625,
+ -0.00357818603515625,
+ 0.00017452239990234375,
+ -0.06781005859375,
+ -0.035400390625,
+ -0.015716552734375,
+ 0.045654296875,
+ 0.003101348876953125,
+ -0.04632568359375,
+ 0.040191650390625,
+ -0.0018405914306640625,
+ 0.018524169921875,
+ 0.01654052734375,
+ 0.0526123046875,
+ -0.05657958984375,
+ 0.008270263671875,
+ 0.0022125244140625,
+ 0.021514892578125,
+ 0.0167999267578125,
+ 0.004425048828125,
+ 0.0071563720703125,
+ 0.01580810546875,
+ 0.04168701171875,
+ -0.04052734375,
+ 0.035888671875,
+ 0.034423828125,
+ -0.015716552734375,
+ -0.05560302734375,
+ -0.0186920166015625,
+ -0.01364898681640625,
+ 0.027130126953125,
+ -0.002834320068359375,
+ 0.0244903564453125,
+ 0.0153045654296875,
+ -0.024810791015625,
+ -0.086669921875,
+ 0.042205810546875,
+ -0.0423583984375,
+ 0.0316162109375,
+ 0.01091766357421875,
+ -0.0030193328857421875,
+ -0.042205810546875,
+ -0.041534423828125,
+ -0.0184478759765625,
+ 0.0156402587890625,
+ -0.02398681640625,
+ 0.032928466796875,
+ 0.00328826904296875,
+ -0.0024394989013671875,
+ -0.0014581680297851562,
+ -0.03790283203125,
+ -0.0021610260009765625,
+ 0.05560302734375,
+ 0.0264739990234375,
+ -0.0207672119140625,
+ 0.05328369140625,
+ -0.01605224609375,
+ 0.0292816162109375,
+ -0.00835418701171875,
+ 0.01183319091796875,
+ 0.00537872314453125,
+ 0.0039520263671875,
+ -0.025970458984375,
+ 0.009185791015625,
+ 0.0201873779296875,
+ 0.03704833984375,
+ -0.0284576416015625,
+ 0.009552001953125,
+ -0.0272979736328125,
+ 0.0253143310546875,
+ 0.01422882080078125,
+ -0.0249786376953125,
+ -0.00485992431640625,
+ 0.0025653839111328125,
+ -0.0025539398193359375,
+ -0.030609130859375,
+ -0.047637939453125,
+ -0.08038330078125,
+ 0.01323699951171875,
+ -0.039703369140625,
+ -0.01149749755859375,
+ 0.027801513671875,
+ 0.005584716796875,
+ 0.0144805908203125,
+ -0.04168701171875,
+ 0.01406097412109375,
+ -0.0233306884765625,
+ -0.02581787109375,
+ -0.028289794921875,
+ 0.00003910064697265625,
+ -0.002834320068359375,
+ 0.04052734375,
+ 0.0088958740234375,
+ -0.0167083740234375,
+ 0.042694091796875,
+ -0.0190277099609375,
+ -0.0129852294921875,
+ -0.0030612945556640625,
+ -0.00637054443359375,
+ -0.02581787109375,
+ 0.01505279541015625,
+ -0.05657958984375,
+ -0.01340484619140625,
+ 0.01125335693359375,
+ 0.01406097412109375,
+ 0.01116943359375,
+ -0.0433349609375,
+ 0.0516357421875,
+ -0.0302734375,
+ -0.07177734375,
+ 0.0052947998046875,
+ -0.022003173828125,
+ -0.052276611328125,
+ 0.025482177734375,
+ -0.0196075439453125,
+ 0.039031982421875,
+ 0.0029773712158203125,
+ 0.027130126953125,
+ 0.0147247314453125,
+ 0.03192138671875,
+ 0.0129852294921875,
+ -0.0167999267578125,
+ 0.01364898681640625,
+ -0.00910186767578125,
+ 0.01166534423828125,
+ 0.0287933349609375,
+ 0.02117919921875,
+ -0.0162200927734375,
+ 0.009552001953125,
+ -0.015960693359375,
+ -0.116455078125,
+ -0.006412506103515625,
+ -0.02349853515625,
+ -0.054595947265625,
+ -0.014892578125,
+ 0.09332275390625,
+ 0.0200958251953125,
+ -0.002254486083984375,
+ 0.0238189697265625,
+ 0.05426025390625,
+ 0.01522064208984375,
+ 0.0129852294921875,
+ -0.017791748046875,
+ -0.041351318359375,
+ -0.005107879638671875,
+ 0.00782012939453125,
+ 0.00428009033203125,
+ -0.0638427734375,
+ 0.051300048828125,
+ 0.050628662109375,
+ -0.0141448974609375,
+ 0.002285003662109375,
+ -0.0004601478576660156,
+ -0.00550079345703125,
+ 0.0229949951171875,
+ 0.00881195068359375,
+ 0.01885986328125,
+ -0.06121826171875,
+ 0.01207733154296875,
+ 0.0173797607421875,
+ -0.012908935546875,
+ 0.0196075439453125,
+ -0.005706787109375,
+ -0.03656005859375,
+ 0.053619384765625,
+ -0.048309326171875,
+ -0.0213470458984375,
+ 0.01910400390625,
+ 0.08935546875,
+ 0.0177001953125,
+ -0.0299530029296875,
+ -0.00235748291015625,
+ 0.03558349609375,
+ 0.04302978515625,
+ -0.031768798828125,
+ 0.011993408203125,
+ -0.0167083740234375,
+ -0.01116943359375,
+ 0.0296173095703125,
+ 0.03790283203125,
+ -0.003536224365234375,
+ 0.032745361328125,
+ 0.0221710205078125,
+ -0.051300048828125,
+ 0.044342041015625,
+ 0.0050048828125,
+ 0.01055145263671875,
+ -0.0016756057739257812,
+ -0.036895751953125,
+ -0.0225067138671875,
+ -0.032928466796875,
+ 0.0211029052734375,
+ -0.0012149810791015625,
+ 0.03704833984375,
+ 0.03192138671875,
+ -0.002605438232421875,
+ -0.019439697265625,
+ 0.006988525390625,
+ 0.00322723388671875,
+ 0.024658203125,
+ 0.00579071044921875,
+ -0.0009098052978515625,
+ 0.0033092498779296875,
+ 0.01464080810546875,
+ 0.020355224609375,
+ -0.01629638671875,
+ 0.0244903564453125,
+ -0.01149749755859375,
+ -0.00235748291015625,
+ -0.0184478759765625,
+ -0.00628662109375,
+ 0.0077362060546875,
+ -0.0423583984375,
+ 0.0030193328857421875,
+ -0.0190277099609375,
+ 0.01141357421875,
+ -0.0281219482421875,
+ -0.040191650390625,
+ -0.0014476776123046875,
+ 0.0274658203125,
+ -0.031280517578125,
+ 0.03143310546875,
+ 0.00811004638671875,
+ -0.01522064208984375,
+ 0.0045928955078125,
+ -0.05560302734375,
+ 0.050628662109375,
+ 0.041534423828125,
+ 0.0213470458984375,
+ -0.010833740234375,
+ 0.0175323486328125,
+ 0.025482177734375,
+ -0.0020275115966796875,
+ -0.00806427001953125,
+ 0.038726806640625,
+ -0.004425048828125,
+ 0.0400390625,
+ 0.0423583984375,
+ 0.0304412841796875,
+ -0.020843505859375,
+ 0.014892578125,
+ 0.007198333740234375,
+ -0.033905029296875,
+ 0.036224365234375,
+ 0.01373291015625,
+ 0.0236663818359375,
+ -0.00620269775390625,
+ 0.0028533935546875,
+ 0.0017375946044921875,
+ -0.04534912109375,
+ 0.05560302734375,
+ 0.0221710205078125,
+ -0.00579071044921875,
+ 0.0244903564453125,
+ -0.0526123046875,
+ 0.04534912109375,
+ -0.01555633544921875,
+ 0.0618896484375,
+ -0.00839996337890625,
+ 0.02911376953125,
+ -0.01885986328125,
+ 0.00910186767578125,
+ -0.00457000732421875,
+ 0.00678253173828125,
+ 0.00421905517578125,
+ 0.0292816162109375,
+ -0.0164642333984375,
+ 0.045654296875,
+ 0.0225067138671875,
+ 0.00968170166015625,
+ -0.0595703125,
+ 0.0013132095336914062,
+ -0.0274658203125,
+ 0.0025653839111328125,
+ 0.0307769775390625,
+ -0.06256103515625,
+ -0.006412506103515625,
+ 0.001819610595703125,
+ 0.0400390625,
+ 0.06256103515625,
+ -0.0139007568359375,
+ 0.04534912109375,
+ -0.0135650634765625,
+ 0.00695037841796875,
+ 0.004405975341796875,
+ -0.00794219970703125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "mobile-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination"
+ ],
+ "tags": [
+ "hashing",
+ "integrity-check",
+ "chain-of-custody",
+ "standards-compliant",
+ "deduplication",
+ "known-bad-detection",
+ "fuzzy-hashing",
+ "digital-signatures",
+ "timestamping",
+ "blockchain-evidence"
+ ],
+ "skillLevel": "advanced",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_SQL",
+ "type": "concept",
+ "name": "SQL",
+ "content": "sql die structured query language ist das rückgrat moderner datenanalyse in der digitalen forensik. sqlite-datenbanken dominieren mobile forensik: whatsapp-chats, browser-history, app-daten. grundlegende queries (select, join, where) bis zu komplexen analysen mit window-functions und ctes. forensik-spezifische patterns: timeline-reconstruction mit order by timestamp, kommunikations-analyse mit self-joins, anomalie- erkennung mit group by/having. tools wie db browser for sqlite visualisieren strukturen. vorsicht bei wal-mode und gelöschten records. python-integration (sqlite3) für automatisierung. nosql- grundlagen werden wichtiger (mongodb in malware). die fähigkeit, aus rohdaten erkenntnisse zu extrahieren, macht sql zur kernkompetenz. unterschätzt aber unverzichtbar für moderne ermittlungen. sqlite-viewer correlation-engine mobile-app-data browser-history data-extraction timeline-queries join-operations aggregate-analysis wal-analysis python-integration incident-response static-investigations fraud-investigation mobile-forensics cloud-forensics examination analysis",
+ "embedding": [
+ -0.0198822021484375,
+ 0.0054779052734375,
+ 0.029449462890625,
+ -0.00591278076171875,
+ 0.0013332366943359375,
+ 0.038299560546875,
+ 0.017120361328125,
+ -0.0162506103515625,
+ -0.0095062255859375,
+ -0.01486968994140625,
+ -0.03192138671875,
+ 0.04876708984375,
+ -0.0158233642578125,
+ 0.011749267578125,
+ -0.0731201171875,
+ 0.01552581787109375,
+ 0.0028285980224609375,
+ 0.004497528076171875,
+ 0.026123046875,
+ 0.0013513565063476562,
+ -0.01959228515625,
+ -0.0268402099609375,
+ -0.051361083984375,
+ -0.001850128173828125,
+ -0.0021953582763671875,
+ 0.0210418701171875,
+ -0.0048980712890625,
+ -0.056304931640625,
+ -0.0185699462890625,
+ -0.0118255615234375,
+ 0.0106658935546875,
+ -0.012481689453125,
+ -0.029449462890625,
+ 0.032806396484375,
+ -0.00986480712890625,
+ -0.0106658935546875,
+ 0.013275146484375,
+ -0.03887939453125,
+ -0.0252532958984375,
+ 0.033660888671875,
+ -0.023651123046875,
+ -0.00417327880859375,
+ -0.00225830078125,
+ -0.00638580322265625,
+ -0.02496337890625,
+ -0.0275726318359375,
+ 0.01226043701171875,
+ -0.0227813720703125,
+ 0.02886962890625,
+ -0.01523590087890625,
+ 0.0168304443359375,
+ 0.046142578125,
+ 0.006565093994140625,
+ 0.00037407875061035156,
+ -0.050506591796875,
+ 0.0592041015625,
+ 0.0197296142578125,
+ -0.00620269775390625,
+ -0.044097900390625,
+ 0.049041748046875,
+ -0.05340576171875,
+ -0.01428985595703125,
+ -0.0027751922607421875,
+ -0.0102996826171875,
+ 0.019439697265625,
+ -0.0005145072937011719,
+ -0.026702880859375,
+ -0.026123046875,
+ -0.01116943359375,
+ 0.0005125999450683594,
+ 0.024383544921875,
+ 0.00485992431640625,
+ -0.00707244873046875,
+ 0.0279998779296875,
+ -0.0216217041015625,
+ -0.051666259765625,
+ 0.014801025390625,
+ 0.01422119140625,
+ -0.0264129638671875,
+ 0.00562286376953125,
+ -0.0423583984375,
+ 0.0026836395263671875,
+ 0.044403076171875,
+ -0.034088134765625,
+ -0.0256805419921875,
+ -0.0023040771484375,
+ 0.027130126953125,
+ 0.0103759765625,
+ 0.017486572265625,
+ 0.0214691162109375,
+ 0.0297393798828125,
+ 0.006927490234375,
+ 0.0246734619140625,
+ -0.01262664794921875,
+ 0.038604736328125,
+ 0.044403076171875,
+ -0.017486572265625,
+ 0.00852203369140625,
+ -0.00899505615234375,
+ 0.00849151611328125,
+ 0.0423583984375,
+ -0.0330810546875,
+ 0.044403076171875,
+ 0.003047943115234375,
+ 0.04150390625,
+ -0.040618896484375,
+ 0.0303192138671875,
+ -0.007617950439453125,
+ 0.005767822265625,
+ -0.012481689453125,
+ -0.0870361328125,
+ -0.039459228515625,
+ -0.0230712890625,
+ -0.06732177734375,
+ -0.0170440673828125,
+ 0.005985260009765625,
+ -0.00841522216796875,
+ 0.039459228515625,
+ -0.029022216796875,
+ -0.048187255859375,
+ 0.0141448974609375,
+ 0.042083740234375,
+ -0.002140045166015625,
+ 0.01313018798828125,
+ -0.046722412109375,
+ -0.053680419921875,
+ 0.007328033447265625,
+ 0.021759033203125,
+ -0.051361083984375,
+ -0.0268402099609375,
+ -0.0066375732421875,
+ -0.01226043701171875,
+ -0.009429931640625,
+ -0.03802490234375,
+ -0.0003197193145751953,
+ -0.034088134765625,
+ 0.052520751953125,
+ -0.01349639892578125,
+ -0.00302886962890625,
+ -0.00235748291015625,
+ 0.04962158203125,
+ -0.018280029296875,
+ -0.0684814453125,
+ 0.0102996826171875,
+ -0.040618896484375,
+ -0.02001953125,
+ -0.01494598388671875,
+ 0.04730224609375,
+ -0.0423583984375,
+ -0.01081085205078125,
+ -0.01204681396484375,
+ 0.0220489501953125,
+ 0.043243408203125,
+ 0.0020503997802734375,
+ 0.00965118408203125,
+ -0.0284423828125,
+ -0.0081634521484375,
+ -0.006927490234375,
+ 0.0279998779296875,
+ -0.03497314453125,
+ -0.02349853515625,
+ 0.046142578125,
+ -0.01081085205078125,
+ 0.040924072265625,
+ -0.01457977294921875,
+ -0.0216217041015625,
+ -0.036712646484375,
+ 0.036407470703125,
+ -0.006710052490234375,
+ 0.016326904296875,
+ 0.015380859375,
+ -0.005950927734375,
+ 0.07281494140625,
+ 0.05889892578125,
+ 0.0029926300048828125,
+ 0.01727294921875,
+ -0.01226043701171875,
+ -0.0220489501953125,
+ 0.038299560546875,
+ 0.042083740234375,
+ -0.01959228515625,
+ -0.0102996826171875,
+ 0.040618896484375,
+ 0.0121917724609375,
+ 0.01081085205078125,
+ -0.0121917724609375,
+ -0.01139068603515625,
+ -0.0191497802734375,
+ -0.042938232421875,
+ 0.0423583984375,
+ -0.03192138671875,
+ -0.024810791015625,
+ -0.00360870361328125,
+ 0.020172119140625,
+ 0.0269927978515625,
+ 0.05108642578125,
+ 0.021759033203125,
+ 0.0026836395263671875,
+ 0.02423095703125,
+ -0.009796142578125,
+ 0.021759033203125,
+ 0.05108642578125,
+ 0.0019407272338867188,
+ 0.060638427734375,
+ -0.00859832763671875,
+ 0.006130218505859375,
+ -0.01457977294921875,
+ 0.036285400390625,
+ 0.0279998779296875,
+ -0.000576019287109375,
+ 0.0177764892578125,
+ 0.050506591796875,
+ -0.02728271484375,
+ -0.031768798828125,
+ -0.02117919921875,
+ -0.052825927734375,
+ 0.010955810546875,
+ -0.027862548828125,
+ 0.01617431640625,
+ -0.0232086181640625,
+ 0.0108795166015625,
+ -0.01486968994140625,
+ -0.0102996826171875,
+ 0.01131439208984375,
+ -0.031646728515625,
+ 0.036285400390625,
+ 0.036285400390625,
+ -0.010009765625,
+ -0.02655029296875,
+ 0.0020580291748046875,
+ 0.0204620361328125,
+ 0.0183563232421875,
+ 0.00533294677734375,
+ 0.003337860107421875,
+ -0.0310516357421875,
+ -0.0227813720703125,
+ 0.049041748046875,
+ 0.0338134765625,
+ -0.00696563720703125,
+ 0.00936126708984375,
+ -0.0191497802734375,
+ 0.0210418701171875,
+ -0.01806640625,
+ 0.024383544921875,
+ 0.0129852294921875,
+ -0.02728271484375,
+ 0.008087158203125,
+ -0.0191497802734375,
+ 0.033233642578125,
+ 0.059478759765625,
+ -0.05078125,
+ -0.016693115234375,
+ -0.041778564453125,
+ -0.00812530517578125,
+ -0.053680419921875,
+ -0.041778564453125,
+ -0.0258331298828125,
+ -0.04119873046875,
+ 0.0531005859375,
+ -0.022918701171875,
+ -0.01291656494140625,
+ -0.007328033447265625,
+ 0.020172119140625,
+ 0.01255035400390625,
+ 0.0220489501953125,
+ 0.004100799560546875,
+ -0.0252532958984375,
+ 0.0239410400390625,
+ 0.0670166015625,
+ -0.01399993896484375,
+ -0.00177764892578125,
+ -0.0158843994140625,
+ 0.01052093505859375,
+ -0.00921630859375,
+ -0.0000029206275939941406,
+ -0.02728271484375,
+ 0.0227813720703125,
+ 0.024810791015625,
+ 0.0145111083984375,
+ 0.03338623046875,
+ -0.042083740234375,
+ 0.005115509033203125,
+ -0.0322265625,
+ 0.0222015380859375,
+ -0.0245208740234375,
+ -0.0240936279296875,
+ 0.0182037353515625,
+ -0.0072174072265625,
+ 0.015380859375,
+ -0.053985595703125,
+ 0.0127716064453125,
+ 0.037445068359375,
+ 0.01544952392578125,
+ 0.007579803466796875,
+ 0.00543975830078125,
+ -0.0264129638671875,
+ 0.008270263671875,
+ 0.00921630859375,
+ 0.00485992431640625,
+ 0.022918701171875,
+ 0.040924072265625,
+ -0.0089263916015625,
+ 0.027862548828125,
+ 0.01102447509765625,
+ 0.01190185546875,
+ -0.035247802734375,
+ -0.0484619140625,
+ -0.0262603759765625,
+ -0.012481689453125,
+ -0.03570556640625,
+ -0.002185821533203125,
+ 0.003337860107421875,
+ -0.041778564453125,
+ 0.010955810546875,
+ -0.0191497802734375,
+ -0.010009765625,
+ -0.001468658447265625,
+ -0.0438232421875,
+ -0.01959228515625,
+ -0.03338623046875,
+ -0.05224609375,
+ -0.0303192138671875,
+ 0.055145263671875,
+ 0.0227813720703125,
+ -0.0040283203125,
+ -0.03338623046875,
+ -0.01959228515625,
+ -0.02349853515625,
+ 0.01197052001953125,
+ -0.0232086181640625,
+ 0.046142578125,
+ -0.010955810546875,
+ 0.038604736328125,
+ 0.03802490234375,
+ 0.0169830322265625,
+ 0.0035915374755859375,
+ 0.08416748046875,
+ 0.0291595458984375,
+ -0.0006847381591796875,
+ -0.0012969970703125,
+ 0.0168304443359375,
+ -0.005695343017578125,
+ 0.01204681396484375,
+ -0.02496337890625,
+ -0.0216217041015625,
+ -0.00787353515625,
+ -0.01457977294921875,
+ 0.02886962890625,
+ 0.0310516357421875,
+ 0.0193023681640625,
+ 0.02960205078125,
+ -0.027130126953125,
+ 0.01073455810546875,
+ 0.0693359375,
+ -0.01160430908203125,
+ 0.0830078125,
+ -0.04351806640625,
+ -0.05572509765625,
+ 0.0007843971252441406,
+ 0.01168060302734375,
+ -0.0291595458984375,
+ -0.0220489501953125,
+ 0.05078125,
+ -0.011749267578125,
+ 0.005950927734375,
+ 0.02349853515625,
+ -0.0018682479858398438,
+ 0.005767822265625,
+ 0.00514984130859375,
+ -0.01116943359375,
+ -0.01654052734375,
+ -0.001224517822265625,
+ 0.00591278076171875,
+ 0.049346923828125,
+ 0.0246734619140625,
+ 0.0027923583984375,
+ 0.04498291015625,
+ -0.0005464553833007812,
+ -0.01131439208984375,
+ -0.04266357421875,
+ -0.067626953125,
+ 0.029022216796875,
+ 0.0193023681640625,
+ -0.01023101806640625,
+ 0.0623779296875,
+ -0.01197052001953125,
+ -0.078369140625,
+ 0.0330810546875,
+ -0.046417236328125,
+ 0.07049560546875,
+ 0.05108642578125,
+ 0.01654052734375,
+ 0.03338623046875,
+ -0.016693115234375,
+ 0.006603240966796875,
+ 0.0214691162109375,
+ 0.0227813720703125,
+ 0.017120361328125,
+ 0.020172119140625,
+ 0.00543975830078125,
+ -0.002429962158203125,
+ -0.04119873046875,
+ 0.03887939453125,
+ 0.026702880859375,
+ 0.01617431640625,
+ 0.005802154541015625,
+ 0.025390625,
+ 0.009796142578125,
+ 0.0040283203125,
+ -0.032501220703125,
+ 0.039459228515625,
+ 0.0054779052734375,
+ -0.0176239013671875,
+ 0.0019683837890625,
+ -0.020172119140625,
+ 0.0233612060546875,
+ -0.045562744140625,
+ 0.00936126708984375,
+ 0.0037364959716796875,
+ 0.011749267578125,
+ 0.0284423828125,
+ 0.024810791015625,
+ -0.0469970703125,
+ -0.0017414093017578125,
+ 0.062103271484375,
+ -0.053985595703125,
+ 0.0183563232421875,
+ 0.05108642578125,
+ -0.0269927978515625,
+ 0.03265380859375,
+ -0.037445068359375,
+ -0.046142578125,
+ 0.0338134765625,
+ -0.0245208740234375,
+ -0.0274200439453125,
+ 0.00750732421875,
+ 0.0174102783203125,
+ -0.0284423828125,
+ -0.04962158203125,
+ -0.0330810546875,
+ 0.0038089752197265625,
+ -0.01320648193359375,
+ -0.0279998779296875,
+ 0.03887939453125,
+ 0.01654052734375,
+ -0.006130218505859375,
+ 0.0112457275390625,
+ 0.0391845703125,
+ -0.00899505615234375,
+ -0.0150909423828125,
+ 0.048187255859375,
+ -0.0181427001953125,
+ -0.042083740234375,
+ 0.0139312744140625,
+ 0.035552978515625,
+ 0.01885986328125,
+ -0.040924072265625,
+ -0.051361083984375,
+ -0.0036640167236328125,
+ -0.0006709098815917969,
+ -0.0145111083984375,
+ 0.0139312744140625,
+ -0.02960205078125,
+ -0.0638427734375,
+ -0.036712646484375,
+ 0.050506591796875,
+ 0.01284027099609375,
+ 0.031646728515625,
+ -0.00475311279296875,
+ -0.06121826171875,
+ 0.028289794921875,
+ -0.05657958984375,
+ -0.0210418701171875,
+ -0.014434814453125,
+ 0.0176239013671875,
+ -0.0338134765625,
+ 0.06005859375,
+ 0.00965118408203125,
+ -0.01313018798828125,
+ -0.02423095703125,
+ 0.0638427734375,
+ 0.0048980712890625,
+ 0.0019588470458984375,
+ -0.0185699462890625,
+ 0.0338134765625,
+ 0.039764404296875,
+ -0.04498291015625,
+ -0.01690673828125,
+ 0.0135650634765625,
+ -0.004261016845703125,
+ 0.08355712890625,
+ -0.035247802734375,
+ -0.01486968994140625,
+ 0.00928497314453125,
+ -0.06329345703125,
+ -0.025970458984375,
+ -0.025970458984375,
+ -0.007724761962890625,
+ -0.038299560546875,
+ 0.036865234375,
+ 0.0484619140625,
+ -0.00899505615234375,
+ 0.02191162109375,
+ 0.0157470703125,
+ 0.0227813720703125,
+ 0.0308990478515625,
+ 0.01284027099609375,
+ -0.002956390380859375,
+ 0.022491455078125,
+ -0.06353759765625,
+ -0.0297393798828125,
+ -0.042083740234375,
+ 0.046722412109375,
+ -0.0391845703125,
+ -0.01197052001953125,
+ -0.00736236572265625,
+ 0.004405975341796875,
+ 0.058319091796875,
+ -0.0208892822265625,
+ -0.016693115234375,
+ -0.0268402099609375,
+ -0.0100860595703125,
+ -0.039764404296875,
+ -0.03497314453125,
+ -0.01544952392578125,
+ 0.0012969970703125,
+ -0.0068206787109375,
+ 0.011749267578125,
+ 0.0438232421875,
+ -0.07720947265625,
+ 0.0160369873046875,
+ 0.015960693359375,
+ 0.01342010498046875,
+ 0.007289886474609375,
+ -0.0018949508666992188,
+ 0.003753662109375,
+ 0.01436614990234375,
+ 0.0214691162109375,
+ -0.03338623046875,
+ -0.0308990478515625,
+ -0.080078125,
+ 0.0083465576171875,
+ 0.00048065185546875,
+ -0.0233612060546875,
+ -0.00678253173828125,
+ -0.03192138671875,
+ -0.0684814453125,
+ 0.01428985595703125,
+ 0.0121917724609375,
+ 0.012481689453125,
+ -0.0012607574462890625,
+ -0.033966064453125,
+ -0.0177001953125,
+ 0.004352569580078125,
+ -0.0175628662109375,
+ 0.01959228515625,
+ 0.004680633544921875,
+ 0.00787353515625,
+ 0.00638580322265625,
+ -0.03656005859375,
+ 0.03424072265625,
+ 0.024810791015625,
+ 0.0285797119140625,
+ 0.01544952392578125,
+ 0.011749267578125,
+ -0.02886962890625,
+ 0.0103759765625,
+ -0.029449462890625,
+ -0.0239410400390625,
+ -0.0005216598510742188,
+ -0.030181884765625,
+ 0.00620269775390625,
+ -0.007289886474609375,
+ -0.024383544921875,
+ 0.0293121337890625,
+ 0.0182037353515625,
+ 0.0369873046875,
+ -0.0162506103515625,
+ 0.01690673828125,
+ 0.0220489501953125,
+ -0.02001953125,
+ 0.07257080078125,
+ -0.037445068359375,
+ -0.056884765625,
+ 0.0008568763732910156,
+ -0.003681182861328125,
+ 0.0577392578125,
+ 0.042938232421875,
+ 0.0106658935546875,
+ -0.05194091796875,
+ 0.012115478515625,
+ 0.036712646484375,
+ -0.0216217041015625,
+ -0.03802490234375,
+ -0.0238037109375,
+ 0.01654052734375,
+ 0.0171966552734375,
+ 0.057159423828125,
+ 0.00667572021484375,
+ 0.07659912109375,
+ 0.0015687942504882812,
+ 0.0177764892578125,
+ 0.0216217041015625,
+ 0.04266357421875,
+ 0.043243408203125,
+ -0.006130218505859375,
+ -0.04351806640625,
+ 0.007472991943359375,
+ 0.0150909423828125,
+ -0.0469970703125,
+ -0.06036376953125,
+ 0.0166168212890625,
+ 0.0577392578125,
+ -0.064453125,
+ -0.002593994140625,
+ -0.010589599609375,
+ -0.0210418701171875,
+ 0.008270263671875,
+ 0.00408172607421875,
+ -0.0164642333984375,
+ 0.0175628662109375,
+ -0.0220489501953125,
+ -0.0623779296875,
+ -0.0029201507568359375,
+ -0.005115509033203125,
+ 0.0226287841796875,
+ 0.033966064453125,
+ 0.03192138671875,
+ -0.02423095703125,
+ 0.01885986328125,
+ 0.00417327880859375,
+ 0.019012451171875,
+ 0.0164642333984375,
+ 0.0232086181640625,
+ 0.019012451171875,
+ 0.011749267578125,
+ 0.0545654296875,
+ 0.0323486328125,
+ -0.010009765625,
+ -0.019439697265625,
+ 0.03466796875,
+ 0.03570556640625,
+ 0.032073974609375,
+ 0.062103271484375,
+ -0.0083465576171875,
+ 0.01102447509765625,
+ -0.003101348876953125,
+ -0.04730224609375,
+ -0.003192901611328125,
+ 0.01552581787109375,
+ -0.012481689453125,
+ -0.027862548828125,
+ -0.044097900390625,
+ 0.0060577392578125,
+ -0.04730224609375,
+ 0.064453125,
+ 0.01291656494140625,
+ -0.00928497314453125,
+ -0.0033740997314453125,
+ 0.035980224609375,
+ -0.023651123046875,
+ -0.06500244140625,
+ 0.005584716796875,
+ -0.0245208740234375,
+ -0.02960205078125,
+ -0.0345458984375,
+ -0.039764404296875,
+ 0.019439697265625,
+ -0.01494598388671875,
+ -0.030181884765625,
+ 0.00543975830078125,
+ 0.031646728515625,
+ -0.019012451171875,
+ -0.05657958984375,
+ -0.01959228515625,
+ 0.0030651092529296875,
+ -0.01320648193359375,
+ -0.0193023681640625,
+ -0.0545654296875,
+ -0.033233642578125,
+ 0.0198822021484375,
+ -0.0108795166015625,
+ -0.005767822265625,
+ -0.006893157958984375,
+ -0.015380859375,
+ -0.0210418701171875,
+ -0.0133514404296875,
+ 0.0002391338348388672,
+ 0.025543212890625,
+ -0.032928466796875,
+ 0.0246734619140625,
+ 0.0251007080078125,
+ 0.0076904296875,
+ 0.019439697265625,
+ 0.058624267578125,
+ -0.0089263916015625,
+ 0.0060577392578125,
+ -0.01523590087890625,
+ -0.0322265625,
+ 0.005550384521484375,
+ 0.020172119140625,
+ -0.00533294677734375,
+ -0.08648681640625,
+ -0.01197052001953125,
+ 0.050506591796875,
+ -0.0899658203125,
+ 0.030181884765625,
+ 0.04150390625,
+ -0.0264129638671875,
+ -0.042938232421875,
+ 0.004154205322265625,
+ -0.00936126708984375,
+ 0.0160369873046875,
+ 0.1253662109375,
+ -0.00965118408203125,
+ -0.00273895263671875,
+ 0.033660888671875,
+ -0.03887939453125,
+ 0.0615234375,
+ 0.0007071495056152344,
+ 0.025543212890625,
+ -0.05224609375,
+ 0.00986480712890625,
+ 0.0013151168823242188,
+ -0.017913818359375,
+ -0.020599365234375,
+ -0.07427978515625,
+ -0.0026836395263671875,
+ 0.033660888671875,
+ 0.00360870361328125,
+ -0.0203094482421875,
+ -0.0029926300048828125,
+ -0.0246734619140625,
+ -0.042938232421875,
+ -0.02728271484375,
+ 0.042083740234375,
+ 0.0264129638671875,
+ -0.009796142578125,
+ -0.060638427734375,
+ 0.0127716064453125,
+ -0.01552581787109375,
+ -0.06561279296875,
+ -0.053985595703125,
+ -0.0291595458984375,
+ 0.049041748046875,
+ 0.0129852294921875,
+ -0.059783935546875,
+ 0.0157470703125,
+ 0.007183074951171875,
+ 0.011749267578125,
+ 0.0102996826171875,
+ 0.06268310546875,
+ -0.055999755859375,
+ -0.0246734619140625,
+ 0.00331878662109375,
+ 0.0150146484375,
+ -0.00957489013671875,
+ -0.0118255615234375,
+ 0.0208892822265625,
+ 0.0238037109375,
+ 0.029022216796875,
+ -0.04876708984375,
+ 0.03338623046875,
+ 0.0268402099609375,
+ 0.0052947998046875,
+ -0.0499267578125,
+ -0.010955810546875,
+ -0.021331787109375,
+ 0.049041748046875,
+ -0.0066375732421875,
+ 0.024810791015625,
+ 0.002376556396484375,
+ -0.00830841064453125,
+ -0.07110595703125,
+ 0.047882080078125,
+ -0.0187225341796875,
+ 0.036712646484375,
+ 0.0043182373046875,
+ -0.002864837646484375,
+ -0.0638427734375,
+ -0.047882080078125,
+ -0.036865234375,
+ 0.00849151611328125,
+ -0.040618896484375,
+ 0.06414794921875,
+ -0.00921630859375,
+ -0.001995086669921875,
+ 0.0017414093017578125,
+ -0.033966064453125,
+ 0.010009765625,
+ 0.042083740234375,
+ 0.00447845458984375,
+ -0.01399993896484375,
+ 0.038604736328125,
+ -0.025543212890625,
+ 0.01422119140625,
+ -0.0262603759765625,
+ 0.01023101806640625,
+ -0.03802490234375,
+ -0.01494598388671875,
+ -0.0279998779296875,
+ -0.00823211669921875,
+ 0.035400390625,
+ 0.047882080078125,
+ -0.005985260009765625,
+ 0.0264129638671875,
+ -0.0157470703125,
+ 0.02117919921875,
+ 0.0121917724609375,
+ -0.02191162109375,
+ 0.0133514404296875,
+ 0.016326904296875,
+ -0.005405426025390625,
+ -0.0010614395141601562,
+ -0.0667724609375,
+ -0.080078125,
+ -0.00787353515625,
+ -0.055145263671875,
+ 0.0006890296936035156,
+ 0.0187225341796875,
+ 0.038604736328125,
+ 0.0130615234375,
+ -0.04351806640625,
+ 0.038299560546875,
+ 0.004299163818359375,
+ -0.01320648193359375,
+ -0.02117919921875,
+ 0.023651123046875,
+ 0.004642486572265625,
+ 0.04876708984375,
+ -0.00928497314453125,
+ -0.0182037353515625,
+ 0.04266357421875,
+ 0.010589599609375,
+ -0.006748199462890625,
+ -0.0197296142578125,
+ 0.0129852294921875,
+ -0.026702880859375,
+ 0.0164031982421875,
+ -0.047607421875,
+ -0.031768798828125,
+ 0.00820159912109375,
+ 0.047607421875,
+ 0.016326904296875,
+ -0.0239410400390625,
+ 0.05194091796875,
+ -0.0176239013671875,
+ -0.07196044921875,
+ 0.0068206787109375,
+ -0.0135650634765625,
+ -0.040618896484375,
+ 0.008087158203125,
+ -0.009246826171875,
+ -0.0017862319946289062,
+ -0.00013494491577148438,
+ 0.0303192138671875,
+ 0.039764404296875,
+ 0.062103271484375,
+ 0.0130615234375,
+ -0.007434844970703125,
+ 0.015960693359375,
+ -0.01313018798828125,
+ 0.0121917724609375,
+ 0.027862548828125,
+ 0.0232086181640625,
+ -0.0130615234375,
+ 0.024810791015625,
+ -0.005077362060546875,
+ -0.08416748046875,
+ -0.016326904296875,
+ -0.005802154541015625,
+ -0.03802490234375,
+ -0.0014600753784179688,
+ 0.08184814453125,
+ 0.04583740234375,
+ -0.0089263916015625,
+ 0.0214691162109375,
+ 0.04266357421875,
+ 0.0232086181640625,
+ 0.007183074951171875,
+ -0.0150909423828125,
+ -0.0992431640625,
+ -0.01102447509765625,
+ -0.0097198486328125,
+ 0.012481689453125,
+ -0.055145263671875,
+ 0.06268310546875,
+ 0.06414794921875,
+ -0.017852783203125,
+ -0.01190185546875,
+ -0.00791168212890625,
+ 0.02349853515625,
+ 0.040924072265625,
+ 0.0177001953125,
+ -0.0017232894897460938,
+ -0.03887939453125,
+ 0.0112457275390625,
+ 0.031768798828125,
+ 0.0047149658203125,
+ 0.00849151611328125,
+ -0.0005168914794921875,
+ -0.044097900390625,
+ 0.04119873046875,
+ -0.0246734619140625,
+ -0.006999969482421875,
+ 0.00917816162109375,
+ 0.07891845703125,
+ 0.024383544921875,
+ -0.046417236328125,
+ -0.0252532958984375,
+ 0.07025146484375,
+ 0.019439697265625,
+ -0.0103759765625,
+ 0.007328033447265625,
+ 0.028289794921875,
+ -0.00341033935546875,
+ 0.0264129638671875,
+ 0.0400390625,
+ 0.02191162109375,
+ 0.0499267578125,
+ 0.0162506103515625,
+ -0.061798095703125,
+ 0.02728271484375,
+ 0.004680633544921875,
+ -0.010009765625,
+ -0.004444122314453125,
+ -0.044097900390625,
+ -0.0124053955078125,
+ -0.04034423828125,
+ 0.0238037109375,
+ 0.0156707763671875,
+ 0.0226287841796875,
+ 0.0214691162109375,
+ -0.010009765625,
+ -0.0361328125,
+ 0.0262603759765625,
+ 0.0121917724609375,
+ 0.04498291015625,
+ 0.003173828125,
+ -0.019439697265625,
+ 0.01131439208984375,
+ 0.013641357421875,
+ 0.0166168212890625,
+ -0.01552581787109375,
+ 0.033233642578125,
+ -0.027130126953125,
+ -0.0156707763671875,
+ -0.049346923828125,
+ 0.00899505615234375,
+ -0.004352569580078125,
+ -0.0391845703125,
+ -0.005695343017578125,
+ 0.0006890296936035156,
+ 0.026702880859375,
+ -0.0179901123046875,
+ -0.0274200439453125,
+ -0.0028839111328125,
+ 0.0223388671875,
+ -0.0238037109375,
+ 0.0303192138671875,
+ 0.01849365234375,
+ -0.023651123046875,
+ 0.00046706199645996094,
+ -0.053985595703125,
+ 0.09344482421875,
+ 0.035552978515625,
+ 0.006927490234375,
+ -0.014434814453125,
+ 0.0193023681640625,
+ 0.045257568359375,
+ -0.0010700225830078125,
+ -0.0103759765625,
+ 0.041778564453125,
+ -0.00302886962890625,
+ 0.058624267578125,
+ 0.0484619140625,
+ -0.010009765625,
+ -0.040924072265625,
+ 0.03582763671875,
+ 0.024383544921875,
+ -0.0304718017578125,
+ 0.0293121337890625,
+ 0.001010894775390625,
+ 0.0256805419921875,
+ 0.00428009033203125,
+ 0.008056640625,
+ -0.00994110107421875,
+ -0.05572509765625,
+ 0.0377197265625,
+ 0.029022216796875,
+ -0.0010881423950195312,
+ 0.0222015380859375,
+ -0.06732177734375,
+ 0.056884765625,
+ 0.0126953125,
+ 0.066162109375,
+ -0.062103271484375,
+ 0.035125732421875,
+ 0.0010976791381835938,
+ 0.00707244873046875,
+ -0.01465606689453125,
+ 0.004261016845703125,
+ -0.00921630859375,
+ 0.01342010498046875,
+ 0.0091400146484375,
+ 0.0545654296875,
+ 0.008270263671875,
+ 0.00936126708984375,
+ -0.06414794921875,
+ -0.01139068603515625,
+ 0.00428009033203125,
+ 0.035125732421875,
+ 0.047607421875,
+ -0.0369873046875,
+ -0.0256805419921875,
+ -0.010009765625,
+ 0.03265380859375,
+ 0.06646728515625,
+ -0.0223388671875,
+ 0.044403076171875,
+ 0.0275726318359375,
+ -0.01116943359375,
+ 0.00389862060546875,
+ -0.01544952392578125
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "fraud-investigation",
+ "mobile-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "sqlite-viewer",
+ "correlation-engine",
+ "mobile-app-data",
+ "browser-history",
+ "data-extraction",
+ "timeline-queries",
+ "join-operations",
+ "aggregate-analysis",
+ "wal-analysis",
+ "python-integration"
+ ],
+ "skillLevel": "intermediate",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_Digital_Evidence_Chain_of_Custody",
+ "type": "concept",
+ "name": "Digital Evidence Chain of Custody",
+ "content": "digital evidence chain of custody die lückenlose dokumentation digitaler beweise von der sicherstellung bis zur gerichtsverhandlung. kernprinzipien: authentizität, integrität, nachvollziehbarkeit, nicht-abstreitbarkeit. praktische umsetzung durch hash-verifizierung, write-blocker, detaillierte dokumentation aller schritte. formulare dokumentieren wer/was/wann/wo/warum. fotografische dokumentation der hardware. versiegelte beweismitteltaschen mit tamper-evidence. digitale coc durch blockchain-timestamping. iso/iec 27037 als internationaler standard. gerichtliche anforderungen variieren nach jurisdiktion. fehler in der coc können zur beweisverwerfung führen. automatisierung durch lims (laboratory information management systems). die coc ist kein technisches sondern ein prozedurales thema - oft unterschätzt aber entscheidend für erfolgreiche verfahren. chain-of-custody standards-compliant court-admissible audit-trail documentation hash-verification tamper-evidence iso-27037 legal-compliance process-management incident-response static-investigations fraud-investigation mobile-forensics cloud-forensics data-collection examination analysis reporting",
+ "embedding": [
+ -0.051177978515625,
+ 0.01279449462890625,
+ 0.026275634765625,
+ 0.00717926025390625,
+ 0.06402587890625,
+ 0.0200958251953125,
+ 0.040740966796875,
+ -0.0105743408203125,
+ -0.0025463104248046875,
+ -0.0271453857421875,
+ -0.01192474365234375,
+ 0.05255126953125,
+ 0.006439208984375,
+ -0.0196685791015625,
+ -0.04559326171875,
+ 0.0254058837890625,
+ -0.0206298828125,
+ 0.00717926025390625,
+ 0.018890380859375,
+ 0.01157379150390625,
+ -0.046295166015625,
+ 0.02227783203125,
+ -0.059173583984375,
+ -0.030975341796875,
+ -0.017578125,
+ 0.042633056640625,
+ -0.018707275390625,
+ -0.053955078125,
+ -0.01505279541015625,
+ 0.0155792236328125,
+ 0.00113677978515625,
+ -0.0206298828125,
+ -0.00983428955078125,
+ 0.0200958251953125,
+ 0.002773284912109375,
+ -0.0281982421875,
+ -0.0166168212890625,
+ -0.0196685791015625,
+ -0.03656005859375,
+ 0.01305389404296875,
+ -0.0318603515625,
+ -0.007659912109375,
+ 0.021575927734375,
+ 0.01131439208984375,
+ -0.0161895751953125,
+ -0.0207061767578125,
+ 0.032196044921875,
+ 0.005157470703125,
+ 0.01091766357421875,
+ -0.0318603515625,
+ 0.0177459716796875,
+ 0.0302886962890625,
+ 0.0218353271484375,
+ 0.01183319091796875,
+ -0.043670654296875,
+ 0.037933349609375,
+ 0.0271453857421875,
+ -0.03619384765625,
+ -0.0221099853515625,
+ 0.0160980224609375,
+ -0.03778076171875,
+ 0.01505279541015625,
+ -0.0185394287109375,
+ 0.0033931732177734375,
+ 0.00293731689453125,
+ 0.0131378173828125,
+ -0.0343017578125,
+ -0.0110931396484375,
+ 0.00569915771484375,
+ -0.01531982421875,
+ -0.003917694091796875,
+ 0.02227783203125,
+ 0.0013647079467773438,
+ 0.0285491943359375,
+ -0.004024505615234375,
+ -0.0723876953125,
+ 0.01922607421875,
+ 0.0306396484375,
+ -0.020538330078125,
+ 0.0011806488037109375,
+ -0.05499267578125,
+ 0.0184478759765625,
+ 0.038116455078125,
+ -0.00887298583984375,
+ -0.0236663818359375,
+ -0.0009245872497558594,
+ 0.0301055908203125,
+ 0.00153350830078125,
+ -0.00030875205993652344,
+ -0.0269775390625,
+ 0.0138397216796875,
+ -0.0039825439453125,
+ 0.02349853515625,
+ -0.01065826416015625,
+ 0.053253173828125,
+ 0.05255126953125,
+ -0.042633056640625,
+ 0.0082244873046875,
+ -0.009918212890625,
+ 0.02923583984375,
+ 0.010223388671875,
+ -0.0308074951171875,
+ 0.06475830078125,
+ -0.0090484619140625,
+ 0.049774169921875,
+ -0.01340484619140625,
+ 0.00531005859375,
+ 0.012359619140625,
+ -0.01131439208984375,
+ -0.0157470703125,
+ -0.060577392578125,
+ -0.0494384765625,
+ -0.047698974609375,
+ -0.0675048828125,
+ -0.01392364501953125,
+ 0.0010223388671875,
+ 0.00861358642578125,
+ 0.051177978515625,
+ -0.049774169921875,
+ -0.0022411346435546875,
+ 0.030975341796875,
+ 0.0306396484375,
+ 0.0011091232299804688,
+ 0.0167999267578125,
+ -0.0421142578125,
+ -0.04803466796875,
+ 0.0154876708984375,
+ 0.007049560546875,
+ -0.0318603515625,
+ -0.005176544189453125,
+ -0.0250701904296875,
+ -0.017059326171875,
+ -0.01209259033203125,
+ -0.0149688720703125,
+ -0.03900146484375,
+ -0.027679443359375,
+ 0.032012939453125,
+ -0.0099639892578125,
+ -0.005611419677734375,
+ -0.0035457611083984375,
+ 0.0560302734375,
+ -0.06195068359375,
+ -0.066162109375,
+ 0.0214996337890625,
+ -0.022796630859375,
+ -0.0032634735107421875,
+ -0.01409912109375,
+ 0.042999267578125,
+ -0.0254058837890625,
+ -0.005092620849609375,
+ 0.0241851806640625,
+ 0.04229736328125,
+ 0.03271484375,
+ 0.0020999908447265625,
+ 0.0308074951171875,
+ -0.042633056640625,
+ 0.0008320808410644531,
+ -0.0269775390625,
+ 0.016876220703125,
+ 0.0206298828125,
+ -0.0196685791015625,
+ 0.032379150390625,
+ -0.01366424560546875,
+ 0.00498199462890625,
+ -0.039337158203125,
+ -0.026275634765625,
+ -0.033935546875,
+ 0.0157470703125,
+ 0.005069732666015625,
+ -0.0105743408203125,
+ 0.011749267578125,
+ -0.0273284912109375,
+ 0.0699462890625,
+ 0.050811767578125,
+ -0.0184478759765625,
+ 0.027679443359375,
+ 0.01039886474609375,
+ -0.03656005859375,
+ 0.057769775390625,
+ 0.040740966796875,
+ -0.007266998291015625,
+ 0.0022945404052734375,
+ 0.047332763671875,
+ -0.0014791488647460938,
+ 0.002414703369140625,
+ -0.01514434814453125,
+ -0.02801513671875,
+ -0.00661468505859375,
+ -0.04315185546875,
+ 0.03289794921875,
+ -0.0207977294921875,
+ -0.041412353515625,
+ -0.0261077880859375,
+ -0.0012731552124023438,
+ 0.04107666015625,
+ 0.08111572265625,
+ 0.0226287841796875,
+ -0.01287841796875,
+ 0.0408935546875,
+ 0.00469970703125,
+ -0.00870513916015625,
+ 0.033233642578125,
+ -0.00983428955078125,
+ 0.050811767578125,
+ 0.01253509521484375,
+ 0.0021648406982421875,
+ -0.0183563232421875,
+ 0.0113983154296875,
+ 0.0196685791015625,
+ -0.0268096923828125,
+ -0.017059326171875,
+ 0.04107666015625,
+ -0.025238037109375,
+ -0.0433349609375,
+ -0.0330810546875,
+ -0.034454345703125,
+ -0.0236663818359375,
+ 0.01226806640625,
+ -0.01192474365234375,
+ 0.01922607421875,
+ -0.0177459716796875,
+ -0.058135986328125,
+ 0.0093994140625,
+ 0.02044677734375,
+ -0.0306396484375,
+ 0.035491943359375,
+ 0.004741668701171875,
+ -0.0283660888671875,
+ -0.018890380859375,
+ 0.036712646484375,
+ 0.037933349609375,
+ 0.01348876953125,
+ -0.0094451904296875,
+ 0.0113983154296875,
+ -0.02593994140625,
+ -0.0120086669921875,
+ 0.054290771484375,
+ 0.0236663818359375,
+ 0.01131439208984375,
+ 0.017669677734375,
+ 0.00574493408203125,
+ 0.02471923828125,
+ -0.0278472900390625,
+ 0.058837890625,
+ -0.0022945404052734375,
+ -0.01409912109375,
+ 0.004764556884765625,
+ 0.003742218017578125,
+ 0.036895751953125,
+ 0.05047607421875,
+ -0.034820556640625,
+ -0.000957489013671875,
+ -0.06683349609375,
+ -0.01165771484375,
+ -0.04803466796875,
+ -0.01540374755859375,
+ -0.01348876953125,
+ -0.050811767578125,
+ 0.0445556640625,
+ -0.029937744140625,
+ -0.0120086669921875,
+ 0.0009899139404296875,
+ -0.005046844482421875,
+ 0.03759765625,
+ 0.01922607421875,
+ 0.0245361328125,
+ -0.0238494873046875,
+ -0.00247955322265625,
+ 0.0751953125,
+ 0.003154754638671875,
+ 0.004505157470703125,
+ -0.0224456787109375,
+ 0.0183563232421875,
+ -0.025238037109375,
+ 0.01226806640625,
+ -0.07098388671875,
+ 0.0154876708984375,
+ 0.0179290771484375,
+ 0.041259765625,
+ 0.0126190185546875,
+ -0.01226806640625,
+ 0.022979736328125,
+ -0.00472259521484375,
+ 0.01922607421875,
+ -0.0281982421875,
+ -0.010009765625,
+ 0.02593994140625,
+ 0.020538330078125,
+ -0.0172271728515625,
+ -0.053253173828125,
+ 0.01018524169921875,
+ 0.036712646484375,
+ 0.0014467239379882812,
+ -0.007266998291015625,
+ -0.00917816162109375,
+ -0.0027294158935546875,
+ -0.00656890869140625,
+ -0.0021648406982421875,
+ -0.0137481689453125,
+ 0.01340484619140625,
+ 0.01366424560546875,
+ 0.00630950927734375,
+ -0.018890380859375,
+ -0.0008211135864257812,
+ 0.0197601318359375,
+ -0.050140380859375,
+ -0.0220184326171875,
+ -0.016265869140625,
+ -0.0173187255859375,
+ -0.07623291015625,
+ -0.0241851806640625,
+ 0.0294189453125,
+ -0.022796630859375,
+ 0.020965576171875,
+ 0.00804901123046875,
+ 0.0172271728515625,
+ -0.03900146484375,
+ -0.03533935546875,
+ 0.0024261474609375,
+ -0.02593994140625,
+ -0.036041259765625,
+ -0.0169677734375,
+ 0.025238037109375,
+ -0.00232696533203125,
+ 0.0041351318359375,
+ -0.006702423095703125,
+ -0.026275634765625,
+ -0.0126190185546875,
+ -0.002567291259765625,
+ -0.0064849853515625,
+ 0.0254058837890625,
+ -0.0041351318359375,
+ 0.0197601318359375,
+ 0.0273284912109375,
+ 0.051513671875,
+ 0.00861358642578125,
+ 0.046295166015625,
+ 0.031494140625,
+ -0.036376953125,
+ -0.005222320556640625,
+ -0.0207061767578125,
+ 0.0408935546875,
+ 0.01065826416015625,
+ -0.01348876953125,
+ -0.01348876953125,
+ 0.01165771484375,
+ -0.031341552734375,
+ 0.01861572265625,
+ 0.034820556640625,
+ -0.00887298583984375,
+ 0.01348876953125,
+ -0.0096588134765625,
+ 0.0037631988525390625,
+ 0.050811767578125,
+ 0.0020008087158203125,
+ 0.09814453125,
+ -0.0445556640625,
+ -0.041412353515625,
+ 0.004611968994140625,
+ 0.041778564453125,
+ -0.034820556640625,
+ -0.035858154296875,
+ 0.03619384765625,
+ 0.0236663818359375,
+ -0.012359619140625,
+ 0.0157470703125,
+ 0.0161895751953125,
+ 0.03045654296875,
+ 0.003437042236328125,
+ 0.0007996559143066406,
+ 0.0156707763671875,
+ -0.0254058837890625,
+ 0.0156707763671875,
+ 0.053253173828125,
+ 0.026458740234375,
+ 0.0285491943359375,
+ 0.01479339599609375,
+ 0.0026645660400390625,
+ -0.036376953125,
+ -0.031341552734375,
+ -0.06231689453125,
+ 0.0257568359375,
+ 0.051177978515625,
+ 0.006134033203125,
+ 0.051177978515625,
+ -0.0174102783203125,
+ -0.07135009765625,
+ 0.01183319091796875,
+ -0.0197601318359375,
+ 0.07275390625,
+ 0.0408935546875,
+ 0.033233642578125,
+ 0.028717041015625,
+ -0.009918212890625,
+ 0.0269775390625,
+ 0.006832122802734375,
+ 0.006526947021484375,
+ 0.0295867919921875,
+ 0.03253173828125,
+ 0.04107666015625,
+ 0.01013946533203125,
+ -0.039520263671875,
+ 0.007659912109375,
+ 0.0273284912109375,
+ 0.021240234375,
+ 0.004940032958984375,
+ 0.039154052734375,
+ 0.018707275390625,
+ 0.0154876708984375,
+ -0.052215576171875,
+ 0.06439208984375,
+ 0.00783538818359375,
+ -0.033599853515625,
+ 0.00457000732421875,
+ 0.015228271484375,
+ 0.024017333984375,
+ -0.039154052734375,
+ 0.0236663818359375,
+ -0.00830841064453125,
+ 0.01131439208984375,
+ 0.0269775390625,
+ 0.045257568359375,
+ -0.044891357421875,
+ 0.01505279541015625,
+ 0.04803466796875,
+ -0.032379150390625,
+ 0.0261077880859375,
+ 0.049774169921875,
+ -0.0295867919921875,
+ 0.018890380859375,
+ 0.018798828125,
+ -0.00809478759765625,
+ 0.053619384765625,
+ -0.018707275390625,
+ -0.043853759765625,
+ 0.005916595458984375,
+ 0.057769775390625,
+ -0.0261077880859375,
+ -0.038299560546875,
+ -0.040374755859375,
+ 0.0046539306640625,
+ -0.0137481689453125,
+ -0.0184478759765625,
+ 0.01418304443359375,
+ -0.00948333740234375,
+ -0.005611419677734375,
+ 0.038299560546875,
+ 0.0433349609375,
+ -0.0017299652099609375,
+ -0.01366424560546875,
+ 0.036041259765625,
+ -0.0301055908203125,
+ -0.03985595703125,
+ 0.022979736328125,
+ 0.0236663818359375,
+ 0.014007568359375,
+ -0.0384521484375,
+ -0.035858154296875,
+ -0.009307861328125,
+ 0.0035686492919921875,
+ 0.005611419677734375,
+ 0.022186279296875,
+ -0.0087432861328125,
+ -0.06787109375,
+ -0.039337158203125,
+ 0.022796630859375,
+ 0.01331329345703125,
+ 0.033599853515625,
+ 0.006267547607421875,
+ -0.049072265625,
+ 0.027496337890625,
+ -0.03985595703125,
+ -0.041595458984375,
+ 0.01209259033203125,
+ 0.006397247314453125,
+ -0.053955078125,
+ 0.057769775390625,
+ 0.0030670166015625,
+ -0.0022411346435546875,
+ -0.030975341796875,
+ 0.0657958984375,
+ -0.00437164306640625,
+ -0.020538330078125,
+ -0.05743408203125,
+ 0.027496337890625,
+ 0.01122283935546875,
+ -0.07342529296875,
+ -0.01287841796875,
+ -0.027679443359375,
+ 0.0087890625,
+ 0.05535888671875,
+ -0.061279296875,
+ 0.00098419189453125,
+ -0.0008211135864257812,
+ -0.041412353515625,
+ -0.035675048828125,
+ -0.042633056640625,
+ 0.01183319091796875,
+ -0.03515625,
+ 0.0220184326171875,
+ 0.053955078125,
+ -0.032379150390625,
+ 0.005023956298828125,
+ 0.00870513916015625,
+ 0.0269775390625,
+ 0.040557861328125,
+ -0.007396697998046875,
+ -0.0220184326171875,
+ 0.0255889892578125,
+ -0.053955078125,
+ -0.016265869140625,
+ -0.0036773681640625,
+ 0.039337158203125,
+ -0.00983428955078125,
+ -0.004852294921875,
+ 0.016448974609375,
+ -0.03167724609375,
+ 0.0191497802734375,
+ -0.022979736328125,
+ 0.01540374755859375,
+ -0.029937744140625,
+ -0.0238494873046875,
+ -0.029754638671875,
+ -0.035675048828125,
+ 0.011138916015625,
+ 0.03985595703125,
+ -0.00487518310546875,
+ 0.01392364501953125,
+ 0.027496337890625,
+ -0.058837890625,
+ 0.0494384765625,
+ 0.0278472900390625,
+ -0.00778961181640625,
+ 0.0073089599609375,
+ -0.00809478759765625,
+ -0.025238037109375,
+ 0.0013866424560546875,
+ 0.0343017578125,
+ -0.0138397216796875,
+ -0.0213165283203125,
+ -0.07904052734375,
+ 0.024017333984375,
+ -0.0196685791015625,
+ -0.00406646728515625,
+ -0.03045654296875,
+ -0.046630859375,
+ -0.043853759765625,
+ 0.0058746337890625,
+ 0.03497314453125,
+ 0.01357269287109375,
+ 0.0167083740234375,
+ -0.0302886962890625,
+ 0.020538330078125,
+ -0.004436492919921875,
+ -0.030975341796875,
+ 0.0214996337890625,
+ -0.007091522216796875,
+ 0.0025348663330078125,
+ 0.03411865234375,
+ -0.053253173828125,
+ 0.009307861328125,
+ 0.0254058837890625,
+ 0.0167083740234375,
+ 0.01226806640625,
+ 0.04351806640625,
+ -0.038116455078125,
+ 0.035491943359375,
+ -0.016876220703125,
+ -0.032196044921875,
+ 0.00247955322265625,
+ -0.03515625,
+ 0.036376953125,
+ -0.01427459716796875,
+ -0.044036865234375,
+ 0.000007450580596923828,
+ 0.053619384765625,
+ 0.034637451171875,
+ -0.01479339599609375,
+ -0.0257568359375,
+ 0.0290679931640625,
+ 0.0202789306640625,
+ 0.050140380859375,
+ -0.0241851806640625,
+ -0.04107666015625,
+ 0.004047393798828125,
+ 0.004634857177734375,
+ 0.01409912109375,
+ 0.063720703125,
+ 0.004436492919921875,
+ -0.026275634765625,
+ -0.01131439208984375,
+ 0.052215576171875,
+ 0.004787445068359375,
+ -0.034637451171875,
+ 0.012969970703125,
+ 0.0243682861328125,
+ 0.007266998291015625,
+ 0.0654296875,
+ 0.0266265869140625,
+ 0.07171630859375,
+ 0.002567291259765625,
+ -0.00183868408203125,
+ 0.04193115234375,
+ 0.0780029296875,
+ 0.035491943359375,
+ -0.0245361328125,
+ -0.033935546875,
+ 0.01348876953125,
+ -0.012359619140625,
+ -0.042816162109375,
+ -0.040740966796875,
+ -0.0051116943359375,
+ 0.050140380859375,
+ -0.06475830078125,
+ -0.040740966796875,
+ 0.00004553794860839844,
+ 0.01013946533203125,
+ 0.0055694580078125,
+ 0.0266265869140625,
+ -0.032379150390625,
+ 0.033416748046875,
+ -0.0243682861328125,
+ -0.04595947265625,
+ -0.017059326171875,
+ 0.0006337165832519531,
+ 0.0214080810546875,
+ 0.049774169921875,
+ 0.051513671875,
+ 0.009307861328125,
+ 0.0214996337890625,
+ -0.0166168212890625,
+ 0.018280029296875,
+ 0.039337158203125,
+ 0.0421142578125,
+ 0.0183563232421875,
+ 0.007049560546875,
+ 0.046630859375,
+ 0.07659912109375,
+ -0.033233642578125,
+ 0.002349853515625,
+ 0.032012939453125,
+ 0.01070404052734375,
+ 0.042816162109375,
+ 0.05743408203125,
+ -0.01540374755859375,
+ 0.0005412101745605469,
+ -0.0137481689453125,
+ -0.0269775390625,
+ -0.021575927734375,
+ 0.0020236968994140625,
+ 0.012359619140625,
+ -0.0126190185546875,
+ -0.029754638671875,
+ 0.0201873779296875,
+ -0.054290771484375,
+ 0.05743408203125,
+ 0.0268096923828125,
+ -0.0179290771484375,
+ 0.00293731689453125,
+ 0.0288848876953125,
+ -0.018280029296875,
+ -0.0469970703125,
+ 0.004001617431640625,
+ -0.003437042236328125,
+ -0.0224456787109375,
+ -0.025238037109375,
+ -0.00896453857421875,
+ 0.037078857421875,
+ -0.01366424560546875,
+ -0.056396484375,
+ -0.01392364501953125,
+ 0.0396728515625,
+ -0.0219268798828125,
+ -0.04315185546875,
+ -0.01715087890625,
+ -0.00487518310546875,
+ 0.010833740234375,
+ -0.0283660888671875,
+ -0.058837890625,
+ -0.0295867919921875,
+ 0.03375244140625,
+ -0.0255889892578125,
+ 0.001903533935546875,
+ -0.0220184326171875,
+ -0.0250701904296875,
+ -0.00574493408203125,
+ -0.02044677734375,
+ 0.007221221923828125,
+ 0.0148773193359375,
+ -0.0396728515625,
+ 0.022979736328125,
+ 0.0202789306640625,
+ 0.0243682861328125,
+ 0.06683349609375,
+ 0.0633544921875,
+ -0.041595458984375,
+ 0.0206298828125,
+ -0.034454345703125,
+ -0.05535888671875,
+ 0.026458740234375,
+ 0.004634857177734375,
+ -0.008270263671875,
+ -0.0421142578125,
+ -0.017486572265625,
+ 0.053955078125,
+ -0.057098388671875,
+ 0.0181884765625,
+ 0.024017333984375,
+ -0.01244354248046875,
+ -0.0202789306640625,
+ -0.0174102783203125,
+ 0.00887298583984375,
+ 0.01183319091796875,
+ 0.0845947265625,
+ 0.01514434814453125,
+ -0.004199981689453125,
+ 0.0166168212890625,
+ -0.0105743408203125,
+ 0.044219970703125,
+ 0.03167724609375,
+ 0.0113983154296875,
+ -0.059173583984375,
+ 0.0207061767578125,
+ -0.01074981689453125,
+ -0.04803466796875,
+ 0.00015294551849365234,
+ -0.08355712890625,
+ -0.0091400146484375,
+ 0.020538330078125,
+ 0.001163482666015625,
+ 0.00952911376953125,
+ -0.0273284912109375,
+ -0.04229736328125,
+ -0.0085296630859375,
+ -0.0269775390625,
+ 0.034454345703125,
+ 0.00168609619140625,
+ 0.01035308837890625,
+ -0.0301055908203125,
+ -0.0214080810546875,
+ -0.0031757354736328125,
+ -0.047332763671875,
+ -0.0203704833984375,
+ -0.0254058837890625,
+ 0.042816162109375,
+ 0.0016965866088867188,
+ -0.0254058837890625,
+ 0.0143585205078125,
+ 0.0038509368896484375,
+ -0.01279449462890625,
+ -0.0022411346435546875,
+ 0.06646728515625,
+ -0.05499267578125,
+ 0.0029144287109375,
+ 0.00978851318359375,
+ 0.046295166015625,
+ -0.00983428955078125,
+ 0.014007568359375,
+ -0.00870513916015625,
+ -0.003742218017578125,
+ 0.051513671875,
+ -0.027679443359375,
+ 0.05291748046875,
+ 0.04193115234375,
+ -0.01065826416015625,
+ -0.058135986328125,
+ 0.0061798095703125,
+ -0.0200958251953125,
+ 0.0048065185546875,
+ -0.03985595703125,
+ 0.02044677734375,
+ 0.01654052734375,
+ -0.0245361328125,
+ -0.0849609375,
+ 0.054290771484375,
+ -0.01287841796875,
+ 0.03411865234375,
+ -0.00774383544921875,
+ -0.0372314453125,
+ -0.0285491943359375,
+ -0.04595947265625,
+ -0.003719329833984375,
+ 0.03253173828125,
+ 0.001468658447265625,
+ -0.003719329833984375,
+ -0.012359619140625,
+ 0.00687408447265625,
+ 0.01039886474609375,
+ -0.03497314453125,
+ 0.0012073516845703125,
+ 0.0706787109375,
+ 0.0271453857421875,
+ -0.020965576171875,
+ 0.058837890625,
+ -0.0167083740234375,
+ 0.01165771484375,
+ -0.01305389404296875,
+ 0.00978851318359375,
+ 0.002044677734375,
+ 0.007396697998046875,
+ -0.03497314453125,
+ 0.0052642822265625,
+ 0.036376953125,
+ 0.047698974609375,
+ -0.0201873779296875,
+ 0.006046295166015625,
+ 0.01593017578125,
+ 0.032379150390625,
+ 0.002338409423828125,
+ -0.054656982421875,
+ -0.007396697998046875,
+ 0.008575439453125,
+ 0.0025348663330078125,
+ -0.018280029296875,
+ -0.05291748046875,
+ -0.08282470703125,
+ 0.0160064697265625,
+ -0.041259765625,
+ -0.01331329345703125,
+ 0.0137481689453125,
+ 0.0269775390625,
+ 0.0241851806640625,
+ -0.03985595703125,
+ -0.0167999267578125,
+ -0.0084381103515625,
+ -0.014617919921875,
+ -0.0433349609375,
+ 0.01514434814453125,
+ -0.0208892822265625,
+ 0.031158447265625,
+ 0.027679443359375,
+ -0.0445556640625,
+ 0.0372314453125,
+ -0.0233154296875,
+ -0.02349853515625,
+ -0.0020236968994140625,
+ 0.0099639892578125,
+ -0.01157379150390625,
+ 0.043853759765625,
+ -0.051513671875,
+ -0.04559326171875,
+ 0.01348876953125,
+ 0.02044677734375,
+ 0.01357269287109375,
+ -0.03741455078125,
+ 0.046630859375,
+ -0.022979736328125,
+ -0.06195068359375,
+ 0.03778076171875,
+ -0.00983428955078125,
+ -0.048370361328125,
+ 0.017059326171875,
+ 0.012969970703125,
+ 0.0149688720703125,
+ 0.01039886474609375,
+ 0.0113983154296875,
+ 0.041259765625,
+ 0.05047607421875,
+ -0.004047393798828125,
+ -0.00539398193359375,
+ 0.019500732421875,
+ -0.0302886962890625,
+ -0.0343017578125,
+ 0.019317626953125,
+ 0.00437164306640625,
+ -0.0102691650390625,
+ 0.005352020263671875,
+ -0.02349853515625,
+ -0.07379150390625,
+ -0.00830841064453125,
+ -0.01444244384765625,
+ -0.038299560546875,
+ 0.00835418701171875,
+ 0.086669921875,
+ 0.0243682861328125,
+ 0.019500732421875,
+ 0.0120086669921875,
+ 0.0751953125,
+ 0.01427459716796875,
+ 0.0254058837890625,
+ -0.0148773193359375,
+ -0.046630859375,
+ -0.0019359588623046875,
+ 0.01418304443359375,
+ 0.00922393798828125,
+ -0.05499267578125,
+ 0.0250701904296875,
+ 0.04193115234375,
+ -0.0120086669921875,
+ -0.0079193115234375,
+ 0.0184478759765625,
+ 0.011138916015625,
+ 0.058837890625,
+ 0.031158447265625,
+ 0.0032196044921875,
+ -0.06927490234375,
+ -0.000057816505432128906,
+ 0.0149688720703125,
+ 0.0005273818969726562,
+ 0.003437042236328125,
+ -0.001544952392578125,
+ -0.0189666748046875,
+ 0.053955078125,
+ -0.0699462890625,
+ -0.021759033203125,
+ 0.0161895751953125,
+ 0.055694580078125,
+ 0.004894256591796875,
+ -0.05950927734375,
+ 0.0039825439453125,
+ 0.040191650390625,
+ 0.00891876220703125,
+ -0.0039825439453125,
+ 0.032379150390625,
+ -0.004306793212890625,
+ -0.022796630859375,
+ 0.03045654296875,
+ 0.048370361328125,
+ -0.017486572265625,
+ 0.06646728515625,
+ 0.0273284912109375,
+ -0.047332763671875,
+ 0.039154052734375,
+ 0.0006661415100097656,
+ 0.024017333984375,
+ -0.026275634765625,
+ -0.0560302734375,
+ -0.036712646484375,
+ -0.044891357421875,
+ 0.041259765625,
+ 0.00656890869140625,
+ 0.05950927734375,
+ 0.03985595703125,
+ 0.003002166748046875,
+ -0.0245361328125,
+ -0.004741668701171875,
+ 0.033416748046875,
+ 0.03985595703125,
+ -0.002872467041015625,
+ -0.00743865966796875,
+ -0.01418304443359375,
+ -0.006134033203125,
+ 0.025238037109375,
+ -0.02593994140625,
+ 0.05255126953125,
+ -0.0076141357421875,
+ -0.0023937225341796875,
+ -0.0261077880859375,
+ 0.02593994140625,
+ -0.005962371826171875,
+ -0.030975341796875,
+ 0.0014905929565429688,
+ -0.0278472900390625,
+ 0.00983428955078125,
+ -0.03900146484375,
+ -0.029754638671875,
+ 0.01331329345703125,
+ 0.0266265869140625,
+ -0.01470947265625,
+ 0.03741455078125,
+ 0.0283660888671875,
+ -0.0201873779296875,
+ -0.0032634735107421875,
+ -0.060577392578125,
+ 0.05950927734375,
+ 0.0200958251953125,
+ 0.01270294189453125,
+ 0.009918212890625,
+ 0.05535888671875,
+ 0.053619384765625,
+ 0.020965576171875,
+ 0.021148681640625,
+ 0.04107666015625,
+ -0.01357269287109375,
+ 0.035858154296875,
+ 0.049774169921875,
+ 0.011138916015625,
+ -0.036041259765625,
+ 0.0226287841796875,
+ 0.00861358642578125,
+ -0.032379150390625,
+ 0.0494384765625,
+ 0.03289794921875,
+ 0.019500732421875,
+ -0.01183319091796875,
+ 0.0200958251953125,
+ 0.0016965866088867188,
+ -0.05499267578125,
+ 0.0919189453125,
+ 0.01279449462890625,
+ 0.001544952392578125,
+ 0.0257568359375,
+ -0.05291748046875,
+ 0.035491943359375,
+ -0.0009026527404785156,
+ 0.048370361328125,
+ -0.0255889892578125,
+ 0.0295867919921875,
+ 0.00452423095703125,
+ 0.0088348388671875,
+ -0.017059326171875,
+ 0.01305389404296875,
+ 0.019927978515625,
+ 0.01479339599609375,
+ -0.0177459716796875,
+ 0.04803466796875,
+ 0.031341552734375,
+ -0.0137481689453125,
+ -0.07867431640625,
+ -0.02227783203125,
+ -0.0160064697265625,
+ -0.027496337890625,
+ 0.03253173828125,
+ -0.0248870849609375,
+ -0.00539398193359375,
+ 0.00250244140625,
+ 0.051177978515625,
+ 0.06964111328125,
+ -0.0245361328125,
+ 0.05743408203125,
+ -0.006134033203125,
+ -0.00206756591796875,
+ -0.01287841796875,
+ -0.00783538818359375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "fraud-investigation",
+ "mobile-forensics",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "data-collection",
+ "examination",
+ "analysis",
+ "reporting"
+ ],
+ "tags": [
+ "chain-of-custody",
+ "standards-compliant",
+ "court-admissible",
+ "audit-trail",
+ "documentation",
+ "hash-verification",
+ "tamper-evidence",
+ "iso-27037",
+ "legal-compliance",
+ "process-management"
+ ],
+ "skillLevel": "advanced",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_Network_Protocols___Packet_Analysis",
+ "type": "concept",
+ "name": "Network Protocols & Packet Analysis",
+ "content": "network protocols & packet analysis fundamentale kenntnisse der netzwerkprotokolle von layer 2-7 für traffic-forensik und incident-response. tcp/ip-grundlagen, http/https-header-analyse, dns-tunneling-erkennung, und protokoll-anomalie-detection. session-rekonstruktion aus pcap-dateien, payload-extraktion und c2-kommunikations-patterns. verschlüsselte protokolle wie tls, ssh, vpn-traffic-charakteristika. osi-model-verständnis essentiell für netzwerk-forensik und apt-hunting. protocol-analysis packet-inspection session-reconstruction c2-analysis traffic-patterns network-baseline payload-extraction anomaly-detection incident-response network-forensics malware-analysis cloud-forensics examination analysis",
+ "embedding": [
+ -0.039459228515625,
+ -0.0011854171752929688,
+ 0.040313720703125,
+ 0.0080413818359375,
+ 0.035736083984375,
+ 0.0204010009765625,
+ 0.007534027099609375,
+ -0.0177764892578125,
+ -0.034881591796875,
+ -0.010284423828125,
+ -0.0291290283203125,
+ 0.0367431640625,
+ -0.0135498046875,
+ -0.006816864013671875,
+ -0.05792236328125,
+ 0.05621337890625,
+ 0.0004603862762451172,
+ -0.00469970703125,
+ 0.0045928955078125,
+ 0.03387451171875,
+ -0.0223541259765625,
+ -0.01337432861328125,
+ -0.04571533203125,
+ 0.0026988983154296875,
+ -0.009521484375,
+ 0.01490020751953125,
+ -0.0177764892578125,
+ -0.08331298828125,
+ -0.02862548828125,
+ 0.031341552734375,
+ 0.00357818603515625,
+ -0.023712158203125,
+ -0.0006008148193359375,
+ 0.01227569580078125,
+ -0.0182952880859375,
+ -0.04437255859375,
+ 0.031158447265625,
+ -0.02996826171875,
+ -0.026580810546875,
+ 0.06097412109375,
+ -0.0284423828125,
+ -0.0269317626953125,
+ 0.0012121200561523438,
+ 0.006732940673828125,
+ -0.004825592041015625,
+ -0.024383544921875,
+ -0.00609588623046875,
+ 0.00461578369140625,
+ 0.01058197021484375,
+ 0.0002923011779785156,
+ 0.031341552734375,
+ 0.0235443115234375,
+ -0.009521484375,
+ -0.01532745361328125,
+ -0.047760009765625,
+ 0.033538818359375,
+ 0.035552978515625,
+ -0.0174407958984375,
+ -0.0257415771484375,
+ 0.045379638671875,
+ -0.0177764892578125,
+ -0.00994873046875,
+ -0.004741668701171875,
+ -0.0182037353515625,
+ 0.0245513916015625,
+ 0.01506805419921875,
+ -0.0152435302734375,
+ -0.044708251953125,
+ -0.003154754638671875,
+ -0.02056884765625,
+ 0.0121917724609375,
+ 0.0024662017822265625,
+ -0.0309906005859375,
+ 0.0166778564453125,
+ -0.0160064697265625,
+ -0.05926513671875,
+ 0.0144805908203125,
+ 0.03302001953125,
+ 0.01413726806640625,
+ 0.0031757354736328125,
+ -0.046051025390625,
+ 0.0220184326171875,
+ 0.052154541015625,
+ -0.0025196075439453125,
+ -0.0450439453125,
+ -0.0103302001953125,
+ 0.042999267578125,
+ -0.004276275634765625,
+ -0.00740814208984375,
+ -0.013885498046875,
+ -0.0004153251647949219,
+ -0.02142333984375,
+ 0.035064697265625,
+ -0.011260986328125,
+ 0.0291290283203125,
+ 0.046722412109375,
+ -0.03912353515625,
+ -0.0152435302734375,
+ -0.00308990478515625,
+ 0.0264129638671875,
+ 0.033355712890625,
+ -0.041839599609375,
+ 0.056884765625,
+ 0.01202392578125,
+ 0.05926513671875,
+ -0.03607177734375,
+ -0.0071563720703125,
+ 0.0022430419921875,
+ -0.0162506103515625,
+ -0.00969696044921875,
+ -0.0673828125,
+ -0.0211639404296875,
+ -0.0166015625,
+ -0.060272216796875,
+ -0.0088043212890625,
+ -0.003662109375,
+ -0.021087646484375,
+ 0.03826904296875,
+ -0.034210205078125,
+ -0.03741455078125,
+ 0.033538818359375,
+ 0.00969696044921875,
+ -0.00461578369140625,
+ -0.011260986328125,
+ -0.055877685546875,
+ -0.056884765625,
+ -0.009613037109375,
+ 0.027435302734375,
+ -0.027099609375,
+ -0.0118560791015625,
+ -0.004932403564453125,
+ 0.0216827392578125,
+ -0.0015773773193359375,
+ -0.0242156982421875,
+ -0.006221771240234375,
+ -0.016845703125,
+ 0.0267486572265625,
+ 0.0035552978515625,
+ -0.01062774658203125,
+ 0.01270294189453125,
+ 0.046722412109375,
+ -0.0267486572265625,
+ -0.04437255859375,
+ -0.02099609375,
+ -0.040802001953125,
+ -0.034881591796875,
+ -0.028106689453125,
+ 0.02471923828125,
+ -0.03607177734375,
+ -0.007579803466796875,
+ 0.0053558349609375,
+ 0.0287933349609375,
+ 0.02996826171875,
+ 0.01100921630859375,
+ 0.01287078857421875,
+ -0.05926513671875,
+ -0.035888671875,
+ -0.030487060546875,
+ 0.026580810546875,
+ -0.025054931640625,
+ -0.0110931396484375,
+ 0.0022869110107421875,
+ -0.019134521484375,
+ 0.01439666748046875,
+ 0.01244354248046875,
+ -0.04876708984375,
+ -0.0306549072265625,
+ 0.002445220947265625,
+ -0.00177764892578125,
+ -0.0019683837890625,
+ 0.035736083984375,
+ -0.001598358154296875,
+ 0.07244873046875,
+ 0.0599365234375,
+ 0.006137847900390625,
+ 0.0389404296875,
+ 0.00740814208984375,
+ -0.03369140625,
+ 0.030487060546875,
+ 0.0494384765625,
+ -0.00795745849609375,
+ -0.0182952880859375,
+ 0.044036865234375,
+ 0.00319671630859375,
+ 0.0193023681640625,
+ -0.012359619140625,
+ -0.0257415771484375,
+ -0.0177001953125,
+ -0.01641845703125,
+ 0.00833892822265625,
+ -0.0242156982421875,
+ -0.0242156982421875,
+ -0.00008302927017211914,
+ 0.043701171875,
+ 0.0367431640625,
+ 0.069091796875,
+ 0.03912353515625,
+ -0.0029430389404296875,
+ 0.04638671875,
+ -0.00281524658203125,
+ 0.006732940673828125,
+ 0.0323486328125,
+ -0.0090179443359375,
+ 0.0345458984375,
+ 0.0240478515625,
+ 0.0179443359375,
+ -0.0069427490234375,
+ 0.0267486572265625,
+ 0.0272674560546875,
+ -0.034027099609375,
+ 0.0031757354736328125,
+ 0.043701171875,
+ -0.03369140625,
+ -0.0013179779052734375,
+ -0.0269317626953125,
+ -0.0380859375,
+ 0.029632568359375,
+ 0.0019474029541015625,
+ 0.0196380615234375,
+ 0.0043182373046875,
+ -0.01100921630859375,
+ -0.05181884765625,
+ -0.002170562744140625,
+ 0.031829833984375,
+ -0.01490020751953125,
+ 0.051483154296875,
+ 0.0189666748046875,
+ -0.0264129638671875,
+ -0.046051025390625,
+ 0.01020050048828125,
+ 0.043182373046875,
+ 0.0166015625,
+ -0.002307891845703125,
+ 0.006011962890625,
+ -0.028106689453125,
+ -0.004253387451171875,
+ 0.06298828125,
+ 0.03826904296875,
+ -0.00385284423828125,
+ 0.0257415771484375,
+ -0.0144805908203125,
+ 0.036224365234375,
+ -0.03167724609375,
+ 0.029632568359375,
+ 0.036590576171875,
+ -0.0260772705078125,
+ 0.005100250244140625,
+ -0.0132904052734375,
+ 0.005207061767578125,
+ 0.055206298828125,
+ -0.05859375,
+ 0.00112152099609375,
+ -0.07415771484375,
+ -0.02056884765625,
+ -0.0677490234375,
+ -0.00812530517578125,
+ -0.0599365234375,
+ -0.047760009765625,
+ 0.02142333984375,
+ -0.02032470703125,
+ -0.034881591796875,
+ 0.0036830902099609375,
+ 0.0118560791015625,
+ 0.006519317626953125,
+ 0.0411376953125,
+ -0.00850677490234375,
+ -0.01134490966796875,
+ 0.0002765655517578125,
+ 0.069091796875,
+ -0.01007843017578125,
+ -0.01337432861328125,
+ -0.0167694091796875,
+ 0.0004551410675048828,
+ -0.0137176513671875,
+ 0.010162353515625,
+ -0.031494140625,
+ 0.0041046142578125,
+ 0.04638671875,
+ 0.0294647216796875,
+ 0.03436279296875,
+ -0.01617431640625,
+ -0.01270294189453125,
+ 0.004932403564453125,
+ 0.02862548828125,
+ -0.0242156982421875,
+ -0.005672454833984375,
+ 0.009521484375,
+ -0.01490020751953125,
+ -0.0024127960205078125,
+ -0.040802001953125,
+ 0.0093994140625,
+ 0.019989013671875,
+ 0.005123138427734375,
+ 0.0233612060546875,
+ 0.00943756103515625,
+ -0.052825927734375,
+ 0.018463134765625,
+ 0.0017251968383789062,
+ -0.0018835067749023438,
+ 0.01007843017578125,
+ 0.04571533203125,
+ -0.025238037109375,
+ -0.007450103759765625,
+ 0.0178680419921875,
+ 0.0137176513671875,
+ -0.0511474609375,
+ -0.043701171875,
+ -0.04217529296875,
+ 0.0016508102416992188,
+ -0.042510986328125,
+ -0.0200653076171875,
+ 0.0209197998046875,
+ -0.009521484375,
+ 0.0254058837890625,
+ -0.0233612060546875,
+ -0.0166015625,
+ -0.0384521484375,
+ -0.055206298828125,
+ 0.0218505859375,
+ -0.035736083984375,
+ -0.0204010009765625,
+ -0.0242156982421875,
+ 0.058258056640625,
+ 0.026580810546875,
+ 0.011260986328125,
+ 0.01194000244140625,
+ 0.003131866455078125,
+ -0.033538818359375,
+ 0.049102783203125,
+ -0.022186279296875,
+ 0.0242156982421875,
+ -0.00571441650390625,
+ 0.031341552734375,
+ 0.041839599609375,
+ 0.03216552734375,
+ 0.005672454833984375,
+ 0.05859375,
+ 0.018707275390625,
+ -0.0170135498046875,
+ 0.00010520219802856445,
+ 0.0162506103515625,
+ -0.0010585784912109375,
+ 0.0264129638671875,
+ 0.0010423660278320312,
+ -0.0182037353515625,
+ -0.00783538818359375,
+ -0.0114288330078125,
+ 0.01117706298828125,
+ 0.03741455078125,
+ 0.0212554931640625,
+ 0.01473236083984375,
+ -0.0101165771484375,
+ 0.006603240966796875,
+ 0.052154541015625,
+ -0.006053924560546875,
+ 0.07586669921875,
+ -0.034210205078125,
+ -0.04217529296875,
+ 0.01396942138671875,
+ 0.025238037109375,
+ -0.0235443115234375,
+ 0.018707275390625,
+ 0.052154541015625,
+ 0.025909423828125,
+ 0.00732421875,
+ 0.0121917724609375,
+ -0.0166778564453125,
+ 0.034027099609375,
+ -0.017181396484375,
+ 0.003322601318359375,
+ -0.0137176513671875,
+ -0.01320648193359375,
+ 0.011260986328125,
+ 0.07110595703125,
+ 0.025238037109375,
+ -0.005374908447265625,
+ 0.047760009765625,
+ -0.0301361083984375,
+ -0.037933349609375,
+ -0.041473388671875,
+ -0.054534912109375,
+ -0.001190185546875,
+ 0.032012939453125,
+ 0.0004417896270751953,
+ 0.04571533203125,
+ -0.01413726806640625,
+ -0.058258056640625,
+ 0.0212554931640625,
+ -0.046051025390625,
+ 0.058258056640625,
+ 0.043701171875,
+ 0.0230255126953125,
+ 0.052490234375,
+ 0.0035991668701171875,
+ -0.004169464111328125,
+ 0.032501220703125,
+ 0.017364501953125,
+ -0.0018949508666992188,
+ 0.05621337890625,
+ 0.0197296142578125,
+ 0.0186309814453125,
+ -0.030487060546875,
+ 0.01210784912109375,
+ 0.049102783203125,
+ 0.00787353515625,
+ -0.01312255859375,
+ 0.043701171875,
+ 0.000362396240234375,
+ 0.033355712890625,
+ -0.053497314453125,
+ 0.0345458984375,
+ 0.0220184326171875,
+ -0.027099609375,
+ 0.01641845703125,
+ -0.0015344619750976562,
+ 0.02099609375,
+ -0.052154541015625,
+ 0.00926971435546875,
+ 0.03521728515625,
+ 0.03082275390625,
+ 0.025909423828125,
+ 0.025238037109375,
+ -0.044708251953125,
+ -0.01303863525390625,
+ 0.046722412109375,
+ -0.05859375,
+ 0.024383544921875,
+ 0.037261962890625,
+ -0.01439666748046875,
+ -0.0024127960205078125,
+ -0.0272674560546875,
+ -0.046722412109375,
+ 0.00098419189453125,
+ -0.043365478515625,
+ -0.024383544921875,
+ 0.0129547119140625,
+ 0.0126190185546875,
+ -0.038787841796875,
+ -0.04266357421875,
+ -0.02252197265625,
+ 0.01312255859375,
+ -0.006687164306640625,
+ -0.037078857421875,
+ 0.0248870849609375,
+ 0.00579833984375,
+ 0.0026874542236328125,
+ 0.02862548828125,
+ 0.0233612060546875,
+ -0.01227569580078125,
+ -0.03387451171875,
+ 0.06976318359375,
+ 0.0051422119140625,
+ -0.032684326171875,
+ 0.0159149169921875,
+ 0.036224365234375,
+ 0.0140533447265625,
+ -0.037750244140625,
+ 0.00478363037109375,
+ -0.004550933837890625,
+ -0.00812530517578125,
+ 0.010284423828125,
+ 0.0181121826171875,
+ -0.040313720703125,
+ -0.0185394287109375,
+ -0.032501220703125,
+ 0.0269317626953125,
+ 0.0001957416534423828,
+ 0.02862548828125,
+ -0.0160064697265625,
+ -0.051483154296875,
+ 0.006984710693359375,
+ -0.037750244140625,
+ -0.038604736328125,
+ 0.016937255859375,
+ 0.0020751953125,
+ -0.0135498046875,
+ 0.064697265625,
+ -0.01007843017578125,
+ -0.000020682811737060547,
+ -0.0185394287109375,
+ 0.049102783203125,
+ -0.00592803955078125,
+ -0.0208282470703125,
+ -0.04638671875,
+ 0.0721435546875,
+ 0.01337432861328125,
+ -0.048095703125,
+ 0.00205230712890625,
+ -0.0287933349609375,
+ -0.00888824462890625,
+ 0.053863525390625,
+ -0.0406494140625,
+ 0.0026988983154296875,
+ -0.0193939208984375,
+ -0.05419921875,
+ -0.0230255126953125,
+ -0.0279388427734375,
+ -0.0115966796875,
+ -0.050811767578125,
+ 0.0294647216796875,
+ 0.032501220703125,
+ 0.013885498046875,
+ 0.037933349609375,
+ 0.019134521484375,
+ 0.00677490234375,
+ 0.0282745361328125,
+ -0.0041046142578125,
+ -0.01413726806640625,
+ 0.0257415771484375,
+ -0.05316162109375,
+ -0.04437255859375,
+ 0.00014352798461914062,
+ 0.06268310546875,
+ -0.042999267578125,
+ 0.0093536376953125,
+ -0.00931549072265625,
+ -0.005374908447265625,
+ 0.03436279296875,
+ -0.02032470703125,
+ 0.001407623291015625,
+ -0.0166015625,
+ 0.00626373291015625,
+ -0.0294647216796875,
+ -0.0276031494140625,
+ 0.0179443359375,
+ 0.035552978515625,
+ -0.005886077880859375,
+ -0.012786865234375,
+ 0.0384521484375,
+ -0.0494384765625,
+ 0.025238037109375,
+ 0.02777099609375,
+ -0.0092315673828125,
+ 0.006900787353515625,
+ 0.0040435791015625,
+ 0.0197296142578125,
+ -0.01117706298828125,
+ 0.009185791015625,
+ -0.0384521484375,
+ -0.009613037109375,
+ -0.06707763671875,
+ 0.0181121826171875,
+ -0.00626373291015625,
+ -0.0303192138671875,
+ -0.0160064697265625,
+ -0.045379638671875,
+ -0.048431396484375,
+ -0.02557373046875,
+ 0.04437255859375,
+ 0.023193359375,
+ 0.004909515380859375,
+ -0.0291290283203125,
+ -0.01947021484375,
+ -0.00994873046875,
+ -0.036224365234375,
+ 0.049102783203125,
+ -0.0157470703125,
+ 0.00732421875,
+ 0.00855255126953125,
+ -0.03302001953125,
+ 0.037750244140625,
+ 0.03387451171875,
+ 0.011260986328125,
+ 0.0323486328125,
+ 0.01727294921875,
+ -0.01084136962890625,
+ -0.0015878677368164062,
+ -0.0257415771484375,
+ -0.02996826171875,
+ -0.0095672607421875,
+ -0.016937255859375,
+ -0.0005636215209960938,
+ -0.0242156982421875,
+ -0.0212554931640625,
+ 0.015838623046875,
+ 0.01837158203125,
+ 0.02252197265625,
+ -0.0012912750244140625,
+ 0.0077056884765625,
+ 0.055877685546875,
+ -0.0248870849609375,
+ 0.053863525390625,
+ -0.007663726806640625,
+ -0.0328369140625,
+ -0.01422119140625,
+ -0.01439666748046875,
+ 0.048431396484375,
+ 0.053863525390625,
+ -0.01904296875,
+ -0.025909423828125,
+ 0.025909423828125,
+ 0.050811767578125,
+ -0.0156707763671875,
+ -0.035064697265625,
+ -0.026580810546875,
+ 0.00040221214294433594,
+ 0.01270294189453125,
+ 0.041656494140625,
+ -0.01413726806640625,
+ 0.0673828125,
+ 0.0233612060546875,
+ 0.01380157470703125,
+ 0.047760009765625,
+ 0.06500244140625,
+ 0.02557373046875,
+ -0.00308990478515625,
+ -0.040130615234375,
+ -0.00905609130859375,
+ 0.00571441650390625,
+ -0.041656494140625,
+ -0.0511474609375,
+ -0.0220184326171875,
+ 0.05181884765625,
+ -0.06671142578125,
+ -0.018798828125,
+ -0.008087158203125,
+ 0.008636474609375,
+ 0.01202392578125,
+ 0.00783538818359375,
+ -0.018707275390625,
+ 0.029296875,
+ -0.006053924560546875,
+ -0.06365966796875,
+ 0.0135498046875,
+ 0.01045989990234375,
+ 0.01287078857421875,
+ 0.048095703125,
+ 0.044708251953125,
+ -0.0045928955078125,
+ -0.01020050048828125,
+ 0.027435302734375,
+ 0.06707763671875,
+ 0.0287933349609375,
+ 0.0406494140625,
+ 0.0071563720703125,
+ 0.0095672607421875,
+ 0.0384521484375,
+ 0.0276031494140625,
+ -0.0182952880859375,
+ -0.0233612060546875,
+ 0.02252197265625,
+ 0.03369140625,
+ 0.047760009765625,
+ 0.053497314453125,
+ 0.012786865234375,
+ -0.0262451171875,
+ -0.0179443359375,
+ -0.05047607421875,
+ -0.004718780517578125,
+ 0.0008835792541503906,
+ -0.01617431640625,
+ -0.0267486572265625,
+ -0.046051025390625,
+ 0.019989013671875,
+ -0.03826904296875,
+ 0.0323486328125,
+ 0.027435302734375,
+ -0.025054931640625,
+ 0.0002765655517578125,
+ 0.035736083984375,
+ -0.01303863525390625,
+ -0.054534912109375,
+ 0.0212554931640625,
+ -0.020233154296875,
+ -0.06402587890625,
+ -0.047088623046875,
+ -0.03472900390625,
+ 0.032501220703125,
+ -0.02471923828125,
+ -0.06298828125,
+ -0.0223541259765625,
+ 0.024383544921875,
+ -0.0303192138671875,
+ -0.029632568359375,
+ -0.0033664703369140625,
+ -0.0037670135498046875,
+ -0.0132904052734375,
+ -0.0272674560546875,
+ -0.053863525390625,
+ -0.0198974609375,
+ 0.00609588623046875,
+ -0.03436279296875,
+ -0.017181396484375,
+ -0.0082550048828125,
+ -0.0099029541015625,
+ 0.00281524658203125,
+ -0.02252197265625,
+ -0.035888671875,
+ 0.0121917724609375,
+ -0.06097412109375,
+ 0.0294647216796875,
+ 0.015411376953125,
+ 0.035552978515625,
+ 0.031494140625,
+ 0.05926513671875,
+ -0.0216827392578125,
+ 0.015411376953125,
+ -0.0269317626953125,
+ -0.07244873046875,
+ 0.0012540817260742188,
+ 0.00872039794921875,
+ -0.008636474609375,
+ -0.082275390625,
+ -0.01303863525390625,
+ 0.034027099609375,
+ -0.08941650390625,
+ 0.00011909008026123047,
+ -0.0029201507568359375,
+ -0.034027099609375,
+ -0.042327880859375,
+ 0.0135498046875,
+ 0.0110931396484375,
+ -0.0015773773193359375,
+ 0.08599853515625,
+ 0.00018525123596191406,
+ -0.0106658935546875,
+ 0.029296875,
+ -0.06707763671875,
+ 0.07318115234375,
+ 0.01084136962890625,
+ 0.01922607421875,
+ -0.05487060546875,
+ 0.0208282470703125,
+ 0.0137176513671875,
+ -0.03961181640625,
+ 0.006435394287109375,
+ -0.0799560546875,
+ -0.0159149169921875,
+ 0.034881591796875,
+ 0.0269317626953125,
+ -0.0171051025390625,
+ -0.0074920654296875,
+ -0.065673828125,
+ -0.0186309814453125,
+ -0.007579803466796875,
+ 0.0148162841796875,
+ 0.0021266937255859375,
+ -0.00347137451171875,
+ -0.027435302734375,
+ 0.00888824462890625,
+ -0.00888824462890625,
+ -0.059600830078125,
+ -0.049102783203125,
+ -0.0088043212890625,
+ 0.04571533203125,
+ 0.006011962890625,
+ -0.0853271484375,
+ 0.0204925537109375,
+ 0.0177764892578125,
+ -0.004085540771484375,
+ 0.0179443359375,
+ 0.058258056640625,
+ -0.045379638671875,
+ -0.013885498046875,
+ 0.0032806396484375,
+ 0.00931549072265625,
+ 0.007366180419921875,
+ 0.00357818603515625,
+ -0.0041046142578125,
+ 0.0309906005859375,
+ 0.03741455078125,
+ -0.031829833984375,
+ 0.03302001953125,
+ 0.0245513916015625,
+ -0.0193023681640625,
+ -0.0673828125,
+ -0.0095672607421875,
+ -0.02056884765625,
+ 0.03692626953125,
+ 0.007068634033203125,
+ 0.03912353515625,
+ -0.002857208251953125,
+ -0.028961181640625,
+ -0.08331298828125,
+ 0.03369140625,
+ -0.028106689453125,
+ 0.0254058837890625,
+ 0.00762176513671875,
+ -0.004383087158203125,
+ -0.0782470703125,
+ -0.04742431640625,
+ -0.01100921630859375,
+ 0.030487060546875,
+ -0.037078857421875,
+ 0.0411376953125,
+ 0.0022125244140625,
+ -0.0269317626953125,
+ 0.0029201507568359375,
+ -0.01100921630859375,
+ -0.006732940673828125,
+ 0.04266357421875,
+ 0.0242156982421875,
+ -0.04571533203125,
+ 0.05621337890625,
+ -0.019561767578125,
+ 0.0129547119140625,
+ -0.051483154296875,
+ 0.00421142578125,
+ -0.035736083984375,
+ -0.005397796630859375,
+ -0.033355712890625,
+ -0.0011320114135742188,
+ 0.0201568603515625,
+ 0.05487060546875,
+ 0.00308990478515625,
+ 0.007198333740234375,
+ -0.005504608154296875,
+ 0.03302001953125,
+ 0.0189666748046875,
+ -0.01320648193359375,
+ -0.00164031982421875,
+ 0.00740814208984375,
+ -0.006221771240234375,
+ -0.036407470703125,
+ -0.05487060546875,
+ -0.08502197265625,
+ 0.0204925537109375,
+ -0.0704345703125,
+ -0.0020847320556640625,
+ 0.018707275390625,
+ 0.01727294921875,
+ 0.0159149169921875,
+ -0.0235443115234375,
+ 0.0257415771484375,
+ -0.0181121826171875,
+ -0.0380859375,
+ -0.0599365234375,
+ 0.005756378173828125,
+ -0.0011272430419921875,
+ 0.0166015625,
+ -0.00467681884765625,
+ -0.01024627685546875,
+ 0.036224365234375,
+ -0.016937255859375,
+ -0.0233612060546875,
+ -0.0267486572265625,
+ 0.016082763671875,
+ -0.016937255859375,
+ 0.01439666748046875,
+ -0.0643310546875,
+ -0.0196380615234375,
+ 0.0254058837890625,
+ 0.0406494140625,
+ 0.00215911865234375,
+ -0.0223541259765625,
+ 0.046722412109375,
+ -0.018463134765625,
+ -0.0694580078125,
+ 0.029632568359375,
+ -0.004001617431640625,
+ -0.0306549072265625,
+ 0.0303192138671875,
+ -0.0148162841796875,
+ 0.01084136962890625,
+ 0.033203125,
+ 0.044036865234375,
+ 0.042327880859375,
+ 0.00893402099609375,
+ 0.01363372802734375,
+ -0.01045989990234375,
+ -0.0110931396484375,
+ -0.0132904052734375,
+ 0.023712158203125,
+ 0.0282745361328125,
+ 0.0240478515625,
+ 0.000621795654296875,
+ 0.021331787109375,
+ -0.0245513916015625,
+ -0.09075927734375,
+ -0.010162353515625,
+ -0.0016613006591796875,
+ -0.044036865234375,
+ -0.02099609375,
+ 0.0748291015625,
+ 0.06402587890625,
+ -0.022857666015625,
+ 0.00817108154296875,
+ 0.031341552734375,
+ 0.0282745361328125,
+ 0.00724029541015625,
+ -0.01515960693359375,
+ -0.0643310546875,
+ 0.0014495849609375,
+ 0.0209197998046875,
+ -0.0182952880859375,
+ -0.0721435546875,
+ 0.061309814453125,
+ 0.07110595703125,
+ -0.01837158203125,
+ -0.0220184326171875,
+ 0.00893402099609375,
+ -0.006984710693359375,
+ 0.0328369140625,
+ 0.0114288330078125,
+ 0.0061798095703125,
+ -0.069091796875,
+ 0.0406494140625,
+ 0.028106689453125,
+ -0.0193939208984375,
+ 0.00664520263671875,
+ 0.00347137451171875,
+ -0.03369140625,
+ 0.01727294921875,
+ -0.06536865234375,
+ -0.003047943115234375,
+ 0.0245513916015625,
+ 0.08740234375,
+ 0.00905609130859375,
+ -0.044036865234375,
+ -0.01515960693359375,
+ 0.05047607421875,
+ 0.0177001953125,
+ -0.035064697265625,
+ 0.02252197265625,
+ 0.0129547119140625,
+ -0.026580810546875,
+ 0.0450439453125,
+ 0.035064697265625,
+ -0.0114288330078125,
+ 0.03082275390625,
+ 0.0171051025390625,
+ -0.04742431640625,
+ 0.0179443359375,
+ 0.0163421630859375,
+ 0.031829833984375,
+ 0.006435394287109375,
+ -0.0162506103515625,
+ -0.032501220703125,
+ -0.0220184326171875,
+ 0.04437255859375,
+ 0.00948333740234375,
+ 0.03369140625,
+ 0.0160064697265625,
+ 0.0034084320068359375,
+ -0.023712158203125,
+ 0.01003265380859375,
+ 0.026580810546875,
+ 0.05181884765625,
+ 0.022857666015625,
+ 0.00469970703125,
+ 0.0345458984375,
+ 0.0214996337890625,
+ -0.00783538818359375,
+ -0.040130615234375,
+ 0.0411376953125,
+ -0.03302001953125,
+ 0.005504608154296875,
+ -0.023193359375,
+ 0.00429534912109375,
+ 0.01456451416015625,
+ -0.040985107421875,
+ -0.022857666015625,
+ -0.0097808837890625,
+ 0.0178680419921875,
+ -0.0279388427734375,
+ -0.02557373046875,
+ 0.00385284423828125,
+ 0.02996826171875,
+ -0.0323486328125,
+ 0.03167724609375,
+ 0.01194000244140625,
+ 0.00762176513671875,
+ 0.00732421875,
+ -0.047760009765625,
+ 0.058929443359375,
+ 0.009613037109375,
+ 0.0148162841796875,
+ -0.020233154296875,
+ -0.004467010498046875,
+ 0.025054931640625,
+ -0.0167694091796875,
+ 0.001079559326171875,
+ 0.0511474609375,
+ -0.033203125,
+ 0.040130615234375,
+ 0.048095703125,
+ 0.0018205642700195312,
+ -0.034027099609375,
+ 0.0211639404296875,
+ 0.0125274658203125,
+ -0.045379638671875,
+ 0.038604736328125,
+ 0.0016717910766601562,
+ 0.03082275390625,
+ -0.039276123046875,
+ -0.0115966796875,
+ -0.0103302001953125,
+ -0.059600830078125,
+ 0.052154541015625,
+ 0.01904296875,
+ 0.00015747547149658203,
+ 0.0188751220703125,
+ -0.06842041015625,
+ 0.05010986328125,
+ 0.00817108154296875,
+ 0.03436279296875,
+ -0.034210205078125,
+ 0.053863525390625,
+ -0.003704071044921875,
+ 0.007534027099609375,
+ -0.0287933349609375,
+ -0.0010051727294921875,
+ 0.0013437271118164062,
+ 0.022857666015625,
+ -0.0204010009765625,
+ 0.05487060546875,
+ 0.002857208251953125,
+ 0.01617431640625,
+ -0.0599365234375,
+ 0.0043182373046875,
+ 0.01346588134765625,
+ -0.016082763671875,
+ 0.008209228515625,
+ -0.036224365234375,
+ -0.034881591796875,
+ 0.021331787109375,
+ 0.031341552734375,
+ 0.0599365234375,
+ -0.0279388427734375,
+ 0.0208282470703125,
+ 0.011260986328125,
+ 0.00965118408203125,
+ -0.01227569580078125,
+ -0.0193939208984375
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "network-forensics",
+ "malware-analysis",
+ "cloud-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "protocol-analysis",
+ "packet-inspection",
+ "session-reconstruction",
+ "c2-analysis",
+ "traffic-patterns",
+ "network-baseline",
+ "payload-extraction",
+ "anomaly-detection"
+ ],
+ "skillLevel": "intermediate",
+ "type": "concept"
+ }
+ },
+ {
+ "id": "concept_Regular_Expressions__Regex_",
+ "type": "concept",
+ "name": "Regular Expressions (Regex)",
+ "content": "regular expressions (regex) die universelle mustererkennungssprache ermöglicht komplexe textsuchen und datenextraktion in der digitalen forensik. von einfachen wildcards bis zu komplexen capture-groups: ip-adressen (\\d{1,3}\\.){3}\\d{1,3}, e-mail-adressen, kreditkarten, bitcoin-adressen. essentiell für log-analyse, yara-rules, grep-searches und data-carving. die syntax variiert zwischen tools (pcre, python, grep), aber grundkonzepte sind universal. quantifizierer (*, +, ?, {n,m}), zeichenklassen ([a-z], \\d, \\w), anchors (^, $), lookarounds für kontextuelle matches. online-tester wie regex101.com beschleunigen entwicklung. performance-fallen bei komplexen patterns beachten. integration in alle major-forensik-tools macht regex-kenntnisse unverzichtbar. der unterschied zwischen einem guten und großartigen forensiker liegt oft in der regex-beherrschung. regex-search string-search log-parser automation-ready pattern-matching data-extraction text-processing capture-groups lookarounds performance-critical incident-response static-investigations malware-analysis fraud-investigation network-forensics examination analysis",
+ "embedding": [
+ -0.0180206298828125,
+ 0.036041259765625,
+ 0.031707763671875,
+ 0.0196533203125,
+ 0.032958984375,
+ 0.0333251953125,
+ 0.0298919677734375,
+ -0.0032596588134765625,
+ -0.024627685546875,
+ -0.0023212432861328125,
+ -0.032073974609375,
+ 0.065185546875,
+ 0.03857421875,
+ 0.01158905029296875,
+ -0.0347900390625,
+ 0.0452880859375,
+ -0.007289886474609375,
+ 0.00760650634765625,
+ 0.002094268798828125,
+ 0.0206451416015625,
+ -0.031341552734375,
+ -0.0180206298828125,
+ -0.04925537109375,
+ 0.01457977294921875,
+ -0.0023097991943359375,
+ 0.0220947265625,
+ 0.00896453857421875,
+ -0.0565185546875,
+ -0.01702880859375,
+ -0.0018901824951171875,
+ -0.0006709098815917969,
+ -0.03802490234375,
+ 0.00357818603515625,
+ 0.037872314453125,
+ -0.005931854248046875,
+ -0.0156707763671875,
+ 0.0068817138671875,
+ -0.032958984375,
+ -0.0172119140625,
+ 0.05181884765625,
+ -0.03985595703125,
+ 0.0018110275268554688,
+ 0.03369140625,
+ -0.0008263587951660156,
+ -0.0325927734375,
+ -0.0325927734375,
+ 0.043487548828125,
+ -0.01158905029296875,
+ 0.0125885009765625,
+ -0.047088623046875,
+ 0.031524658203125,
+ 0.02789306640625,
+ 0.025177001953125,
+ -0.030242919921875,
+ -0.042205810546875,
+ 0.037139892578125,
+ 0.03240966796875,
+ -0.0013751983642578125,
+ -0.0289764404296875,
+ 0.059417724609375,
+ -0.04620361328125,
+ -0.01027679443359375,
+ 0.01055145263671875,
+ 0.0005092620849609375,
+ 0.0125885009765625,
+ 0.022552490234375,
+ -0.019195556640625,
+ 0.0007472038269042969,
+ -0.01222991943359375,
+ -0.00550079345703125,
+ 0.0295257568359375,
+ -0.00421142578125,
+ -0.0217437744140625,
+ 0.05181884765625,
+ -0.022003173828125,
+ -0.06378173828125,
+ 0.003170013427734375,
+ 0.0175628662109375,
+ -0.005615234375,
+ 0.01041412353515625,
+ -0.047821044921875,
+ -0.0083770751953125,
+ 0.047821044921875,
+ -0.0242767333984375,
+ -0.0277099609375,
+ -0.0026493072509765625,
+ 0.019287109375,
+ -0.0113677978515625,
+ 0.00946807861328125,
+ -0.011138916015625,
+ 0.0026493072509765625,
+ 0.00409698486328125,
+ 0.016754150390625,
+ -0.019927978515625,
+ 0.04620361328125,
+ 0.044921875,
+ -0.0260772705078125,
+ 0.0025806427001953125,
+ -0.0189361572265625,
+ 0.031158447265625,
+ 0.01739501953125,
+ -0.0264434814453125,
+ 0.06048583984375,
+ -0.0115509033203125,
+ 0.01910400390625,
+ -0.0081024169921875,
+ 0.00797271728515625,
+ -0.0164794921875,
+ -0.0016756057739257812,
+ -0.016571044921875,
+ -0.08294677734375,
+ -0.052886962890625,
+ -0.0340576171875,
+ -0.080810546875,
+ -0.023101806640625,
+ -0.00563812255859375,
+ -0.0175628662109375,
+ 0.014129638671875,
+ -0.039306640625,
+ -0.042022705078125,
+ 0.01629638671875,
+ 0.041656494140625,
+ 0.01204681396484375,
+ 0.006793975830078125,
+ -0.035125732421875,
+ -0.0333251953125,
+ -0.00409698486328125,
+ 0.02001953125,
+ -0.041290283203125,
+ -0.0293426513671875,
+ -0.022003173828125,
+ -0.0228271484375,
+ -0.0262603759765625,
+ -0.0179290771484375,
+ 0.004482269287109375,
+ -0.00823974609375,
+ 0.0404052734375,
+ -0.00806427001953125,
+ -0.006565093994140625,
+ 0.007198333740234375,
+ 0.04364013671875,
+ -0.034423828125,
+ -0.037322998046875,
+ -0.0124053955078125,
+ -0.03369140625,
+ -0.003849029541015625,
+ -0.0153961181640625,
+ 0.04620361328125,
+ -0.0181121826171875,
+ -0.0018682479858398438,
+ -0.024993896484375,
+ 0.0266265869140625,
+ 0.06304931640625,
+ -0.005115509033203125,
+ 0.0123138427734375,
+ -0.059417724609375,
+ -0.00823974609375,
+ -0.0260772705078125,
+ 0.036773681640625,
+ -0.0233612060546875,
+ -0.00756072998046875,
+ 0.037139892578125,
+ -0.002841949462890625,
+ 0.01467132568359375,
+ 0.005298614501953125,
+ -0.03277587890625,
+ -0.024993896484375,
+ 0.0211944580078125,
+ -0.007110595703125,
+ 0.002864837646484375,
+ 0.0262603759765625,
+ -0.01476287841796875,
+ 0.053985595703125,
+ 0.07501220703125,
+ -0.006023406982421875,
+ 0.024993896484375,
+ 0.0030345916748046875,
+ -0.036590576171875,
+ 0.0262603759765625,
+ 0.04547119140625,
+ -0.0156707763671875,
+ -0.0177459716796875,
+ 0.048187255859375,
+ -0.0082855224609375,
+ -0.0084686279296875,
+ -0.019012451171875,
+ -0.0233612060546875,
+ 0.01041412353515625,
+ -0.01349639892578125,
+ 0.02752685546875,
+ -0.01739501953125,
+ -0.03839111328125,
+ -0.007472991943359375,
+ 0.030609130859375,
+ 0.0239105224609375,
+ 0.057586669921875,
+ 0.0289764404296875,
+ -0.0187530517578125,
+ 0.03314208984375,
+ -0.01204681396484375,
+ -0.002410888671875,
+ 0.04400634765625,
+ 0.007289886474609375,
+ 0.01494598388671875,
+ 0.0268096923828125,
+ 0.00942230224609375,
+ -0.0081024169921875,
+ 0.041290283203125,
+ 0.0264434814453125,
+ -0.046722412109375,
+ -0.01494598388671875,
+ 0.057952880859375,
+ -0.044189453125,
+ -0.005138397216796875,
+ -0.04962158203125,
+ -0.0438232421875,
+ 0.0084686279296875,
+ -0.01041412353515625,
+ -0.0019588470458984375,
+ -0.025543212890625,
+ -0.025177001953125,
+ -0.0673828125,
+ -0.020111083984375,
+ 0.01385498046875,
+ -0.0189361572265625,
+ 0.05072021484375,
+ 0.0565185546875,
+ -0.00577545166015625,
+ 0.01503753662109375,
+ 0.01041412353515625,
+ 0.0242767333984375,
+ 0.016204833984375,
+ 0.0016756057739257812,
+ 0.00357818603515625,
+ -0.0164794921875,
+ -0.0115509033203125,
+ 0.044921875,
+ 0.003963470458984375,
+ 0.006793975830078125,
+ -0.0156707763671875,
+ -0.036407470703125,
+ 0.0266265869140625,
+ -0.0277099609375,
+ 0.0452880859375,
+ 0.01141357421875,
+ -0.013946533203125,
+ 0.00937652587890625,
+ -0.006927490234375,
+ 0.0233612060546875,
+ 0.044921875,
+ -0.054718017578125,
+ -0.03314208984375,
+ -0.07861328125,
+ -0.0114593505859375,
+ -0.065185546875,
+ -0.04962158203125,
+ -0.0396728515625,
+ -0.047454833984375,
+ 0.03857421875,
+ -0.00905609130859375,
+ 0.0177459716796875,
+ -0.011138916015625,
+ 0.019287109375,
+ 0.00122833251953125,
+ 0.03857421875,
+ 0.0127716064453125,
+ -0.0184783935546875,
+ 0.02001953125,
+ 0.0699462890625,
+ -0.035675048828125,
+ -0.00615692138671875,
+ -0.00138092041015625,
+ 0.020294189453125,
+ -0.0239105224609375,
+ 0.002513885498046875,
+ -0.0207366943359375,
+ -0.01168060302734375,
+ 0.036956787109375,
+ 0.0287933349609375,
+ 0.01467132568359375,
+ -0.01367950439453125,
+ -0.01141357421875,
+ 0.0013303756713867188,
+ 0.00905609130859375,
+ -0.0297088623046875,
+ 0.02001953125,
+ 0.01303863525390625,
+ 0.00933074951171875,
+ 0.01041412353515625,
+ -0.031707763671875,
+ 0.019287109375,
+ 0.04925537109375,
+ 0.01422119140625,
+ -0.00550079345703125,
+ 0.0099639892578125,
+ -0.030426025390625,
+ 0.0185699462890625,
+ 0.02862548828125,
+ -0.0082855224609375,
+ 0.022369384765625,
+ 0.04473876953125,
+ -0.00203704833984375,
+ -0.0007810592651367188,
+ 0.004119873046875,
+ 0.025726318359375,
+ -0.058319091796875,
+ -0.03875732421875,
+ -0.0289764404296875,
+ -0.00882720947265625,
+ -0.0445556640625,
+ -0.0111846923828125,
+ 0.0289764404296875,
+ -0.032257080078125,
+ 0.016845703125,
+ -0.00760650634765625,
+ 0.0300750732421875,
+ -0.0298919677734375,
+ -0.0396728515625,
+ -0.0214691162109375,
+ -0.024627685546875,
+ -0.053985595703125,
+ -0.0400390625,
+ 0.048553466796875,
+ 0.00914764404296875,
+ -0.0235443115234375,
+ -0.01476287841796875,
+ -0.002094268798828125,
+ -0.046356201171875,
+ 0.0242767333984375,
+ -0.0158538818359375,
+ 0.0203704833984375,
+ 0.00615692138671875,
+ 0.01739501953125,
+ 0.03277587890625,
+ 0.043121337890625,
+ 0.037322998046875,
+ 0.06048583984375,
+ 0.030242919921875,
+ -0.030975341796875,
+ 0.003147125244140625,
+ -0.019012451171875,
+ 0.0029888153076171875,
+ 0.017120361328125,
+ -0.031707763671875,
+ -0.01104736328125,
+ 0.0048675537109375,
+ -0.0099639892578125,
+ 0.0185699462890625,
+ 0.031524658203125,
+ 0.01213836669921875,
+ -0.0036678314208984375,
+ -0.016754150390625,
+ -0.01068878173828125,
+ 0.055419921875,
+ -0.0019245147705078125,
+ 0.0880126953125,
+ -0.009552001953125,
+ -0.04473876953125,
+ -0.0034198760986328125,
+ 0.02301025390625,
+ -0.02789306640625,
+ -0.0019702911376953125,
+ 0.0268096923828125,
+ -0.0098724365234375,
+ -0.004619598388671875,
+ 0.01494598388671875,
+ -0.0015964508056640625,
+ 0.039306640625,
+ -0.005840301513671875,
+ -0.0264434814453125,
+ -0.0043487548828125,
+ -0.042022705078125,
+ 0.017303466796875,
+ 0.056884765625,
+ 0.0325927734375,
+ 0.010101318359375,
+ 0.03875732421875,
+ 0.00428009033203125,
+ -0.01195526123046875,
+ -0.025543212890625,
+ -0.0699462890625,
+ 0.0084228515625,
+ 0.036956787109375,
+ 0.007381439208984375,
+ 0.048919677734375,
+ -0.039306640625,
+ -0.08587646484375,
+ 0.0400390625,
+ -0.0268096923828125,
+ 0.08514404296875,
+ 0.047454833984375,
+ 0.0211944580078125,
+ -0.0037593841552734375,
+ -0.003986358642578125,
+ -0.0015621185302734375,
+ 0.007472991943359375,
+ 0.00783538818359375,
+ 0.0240936279296875,
+ 0.00910186767578125,
+ 0.0264434814453125,
+ -0.002727508544921875,
+ -0.0224609375,
+ -0.004505157470703125,
+ 0.0175628662109375,
+ 0.0206451416015625,
+ -0.0209197998046875,
+ 0.06121826171875,
+ 0.0013189315795898438,
+ 0.0235443115234375,
+ -0.02752685546875,
+ 0.0389404296875,
+ 0.0325927734375,
+ -0.008514404296875,
+ 0.0096435546875,
+ -0.00860595703125,
+ 0.003894805908203125,
+ -0.04510498046875,
+ 0.0347900390625,
+ 0.01485443115234375,
+ 0.0204620361328125,
+ 0.04962158203125,
+ 0.037139892578125,
+ -0.037139892578125,
+ -0.0151214599609375,
+ 0.06341552734375,
+ -0.032958984375,
+ -0.01041412353515625,
+ 0.0333251953125,
+ -0.02001953125,
+ 0.02001953125,
+ -0.0244598388671875,
+ -0.05181884765625,
+ 0.0333251953125,
+ -0.03240966796875,
+ -0.05181884765625,
+ 0.019012451171875,
+ 0.05108642578125,
+ -0.041656494140625,
+ -0.01045989990234375,
+ -0.044921875,
+ -0.003986358642578125,
+ 0.00437164306640625,
+ -0.036407470703125,
+ 0.0550537109375,
+ 0.0096435546875,
+ -0.0026950836181640625,
+ 0.025726318359375,
+ 0.04058837890625,
+ -0.01358795166015625,
+ -0.01448822021484375,
+ 0.0297088623046875,
+ -0.01947021484375,
+ -0.044189453125,
+ 0.0242767333984375,
+ -0.003215789794921875,
+ 0.01629638671875,
+ -0.0396728515625,
+ -0.030792236328125,
+ 0.00801849365234375,
+ 0.01629638671875,
+ 0.01104736328125,
+ 0.001438140869140625,
+ -0.053985595703125,
+ -0.045654296875,
+ -0.042938232421875,
+ 0.047821044921875,
+ -0.01050567626953125,
+ 0.040740966796875,
+ -0.00638580322265625,
+ -0.06304931640625,
+ 0.036590576171875,
+ -0.04925537109375,
+ -0.036407470703125,
+ 0.025543212890625,
+ -0.0021514892578125,
+ -0.0262603759765625,
+ 0.05035400390625,
+ -0.0023670196533203125,
+ -0.0056610107421875,
+ -0.0189361572265625,
+ 0.03387451171875,
+ 0.0155792236328125,
+ -0.006927490234375,
+ -0.0333251953125,
+ 0.048919677734375,
+ 0.019561767578125,
+ -0.03802490234375,
+ -0.01222991943359375,
+ -0.01340484619140625,
+ -0.0016756057739257812,
+ 0.0648193359375,
+ -0.069580078125,
+ -0.00432586669921875,
+ -0.01947021484375,
+ -0.042755126953125,
+ -0.041473388671875,
+ 0.0005888938903808594,
+ -0.03802490234375,
+ -0.025909423828125,
+ -0.000026166439056396484,
+ 0.0347900390625,
+ 0.003917694091796875,
+ 0.05072021484375,
+ 0.025909423828125,
+ 0.02752685546875,
+ 0.0333251953125,
+ 0.004459381103515625,
+ -0.030975341796875,
+ 0.0205535888671875,
+ -0.056884765625,
+ -0.041473388671875,
+ 0.00937652587890625,
+ 0.041839599609375,
+ -0.042755126953125,
+ 0.02020263671875,
+ -0.0018110275268554688,
+ -0.034423828125,
+ 0.036041259765625,
+ -0.041656494140625,
+ -0.010009765625,
+ -0.004119873046875,
+ -0.005138397216796875,
+ -0.0260772705078125,
+ -0.024810791015625,
+ 0.01073455810546875,
+ 0.043304443359375,
+ -0.01023101806640625,
+ 0.0129547119140625,
+ 0.0151214599609375,
+ -0.052154541015625,
+ 0.0126800537109375,
+ -0.0005040168762207031,
+ -0.005794525146484375,
+ -0.00615692138671875,
+ 0.01018524169921875,
+ -0.00479888916015625,
+ -0.0099639892578125,
+ 0.037506103515625,
+ -0.032958984375,
+ -0.0011835098266601562,
+ -0.077880859375,
+ 0.0157623291015625,
+ 0.01303863525390625,
+ -0.0293426513671875,
+ -0.00003713369369506836,
+ -0.0264434814453125,
+ -0.0655517578125,
+ -0.002750396728515625,
+ 0.037506103515625,
+ 0.041656494140625,
+ -0.00946807861328125,
+ -0.028076171875,
+ -0.01041412353515625,
+ -0.0260772705078125,
+ -0.036773681640625,
+ 0.0277099609375,
+ -0.01036834716796875,
+ 0.0289764404296875,
+ 0.01195526123046875,
+ -0.0692138671875,
+ 0.03839111328125,
+ 0.036041259765625,
+ 0.037872314453125,
+ 0.0340576171875,
+ 0.024627685546875,
+ -0.0180206298828125,
+ 0.0239105224609375,
+ -0.006656646728515625,
+ -0.01422119140625,
+ -0.01168060302734375,
+ 0.005344390869140625,
+ -0.0015506744384765625,
+ -0.01494598388671875,
+ -0.0293426513671875,
+ 0.0550537109375,
+ 0.0209197998046875,
+ 0.02825927734375,
+ -0.025177001953125,
+ 0.003986358642578125,
+ 0.03857421875,
+ -0.01448822021484375,
+ 0.08148193359375,
+ -0.0382080078125,
+ -0.03460693359375,
+ -0.0182952880859375,
+ 0.0158538818359375,
+ 0.046722412109375,
+ 0.037872314453125,
+ 0.0033740997314453125,
+ -0.037506103515625,
+ -0.0011777877807617188,
+ 0.06451416015625,
+ -0.025909423828125,
+ -0.0206451416015625,
+ -0.053985595703125,
+ 0.035858154296875,
+ 0.00774383544921875,
+ 0.07861328125,
+ 0.003509521484375,
+ 0.0655517578125,
+ -0.0081939697265625,
+ -0.00475311279296875,
+ 0.024810791015625,
+ 0.030792236328125,
+ 0.0333251953125,
+ -0.042205810546875,
+ -0.06451416015625,
+ 0.006656646728515625,
+ 0.0160369873046875,
+ -0.046356201171875,
+ -0.04620361328125,
+ -0.0206451416015625,
+ 0.060150146484375,
+ -0.065185546875,
+ -0.00901031494140625,
+ 0.00788116455078125,
+ 0.00624847412109375,
+ 0.0084228515625,
+ 0.016204833984375,
+ -0.0211029052734375,
+ 0.0205535888671875,
+ 0.001064300537109375,
+ -0.044189453125,
+ 0.0071563720703125,
+ -0.0277099609375,
+ 0.0333251953125,
+ 0.047088623046875,
+ 0.030975341796875,
+ -0.02752685546875,
+ 0.0565185546875,
+ 0.035125732421875,
+ 0.0214691162109375,
+ 0.01032257080078125,
+ 0.047088623046875,
+ -0.0082855224609375,
+ 0.035675048828125,
+ 0.022918701171875,
+ 0.06341552734375,
+ -0.025909423828125,
+ -0.01303863525390625,
+ 0.00982666015625,
+ 0.020111083984375,
+ 0.04510498046875,
+ 0.01168060302734375,
+ 0.00942230224609375,
+ -0.008331298828125,
+ -0.0189361572265625,
+ -0.05615234375,
+ 0.00783538818359375,
+ -0.0012788772583007812,
+ 0.0084228515625,
+ -0.022918701171875,
+ -0.042938232421875,
+ 0.036773681640625,
+ -0.0266265869140625,
+ 0.035675048828125,
+ 0.01439666748046875,
+ -0.041656494140625,
+ -0.0204620361328125,
+ 0.0284423828125,
+ -0.035675048828125,
+ -0.059051513671875,
+ 0.016845703125,
+ -0.0175628662109375,
+ -0.020111083984375,
+ -0.036590576171875,
+ -0.0209197998046875,
+ 0.0266265869140625,
+ -0.0184783935546875,
+ -0.066650390625,
+ -0.022186279296875,
+ 0.030609130859375,
+ -0.0182952880859375,
+ -0.037506103515625,
+ -0.01036834716796875,
+ 0.016845703125,
+ -0.0084686279296875,
+ -0.041839599609375,
+ -0.039306640625,
+ -0.0124053955078125,
+ 0.0164794921875,
+ -0.0273590087890625,
+ 0.011322021484375,
+ 0.00788116455078125,
+ -0.0015287399291992188,
+ -0.0172119140625,
+ -0.00756072998046875,
+ -0.0445556640625,
+ 0.03277587890625,
+ -0.0239105224609375,
+ 0.031341552734375,
+ 0.0268096923828125,
+ 0.0260772705078125,
+ 0.0124053955078125,
+ 0.04925537109375,
+ -0.0161285400390625,
+ -0.0018110275268554688,
+ -0.01367950439453125,
+ -0.06341552734375,
+ 0.030975341796875,
+ -0.01195526123046875,
+ -0.0186614990234375,
+ -0.07464599609375,
+ -0.008148193359375,
+ 0.037689208984375,
+ -0.0557861328125,
+ 0.005207061767578125,
+ 0.0011491775512695312,
+ -0.037506103515625,
+ -0.0209197998046875,
+ 0.0295257568359375,
+ -0.006702423095703125,
+ -0.0164794921875,
+ 0.1014404296875,
+ -0.006023406982421875,
+ -0.01050567626953125,
+ -0.005115509033203125,
+ -0.020111083984375,
+ 0.06158447265625,
+ 0.01476287841796875,
+ 0.0235443115234375,
+ -0.041473388671875,
+ 0.022735595703125,
+ 0.01448822021484375,
+ -0.006519317626953125,
+ 0.01422119140625,
+ -0.06884765625,
+ 0.004642486572265625,
+ 0.0235443115234375,
+ -0.0028533935546875,
+ -0.01168060302734375,
+ -0.00475311279296875,
+ -0.0175628662109375,
+ -0.00788116455078125,
+ -0.02789306640625,
+ 0.022918701171875,
+ 0.004642486572265625,
+ -0.013946533203125,
+ -0.025360107421875,
+ -0.00638580322265625,
+ -0.01702880859375,
+ -0.060150146484375,
+ -0.03424072265625,
+ -0.0266265869140625,
+ 0.036041259765625,
+ 0.024993896484375,
+ -0.06414794921875,
+ 0.0300750732421875,
+ 0.025726318359375,
+ 0.0126800537109375,
+ 0.0262603759765625,
+ 0.042205810546875,
+ -0.05181884765625,
+ -0.016845703125,
+ 0.0124969482421875,
+ 0.022552490234375,
+ -0.002399444580078125,
+ -0.019195556640625,
+ 0.0085601806640625,
+ 0.00910186767578125,
+ 0.037872314453125,
+ -0.0347900390625,
+ 0.06304931640625,
+ 0.0347900390625,
+ -0.009918212890625,
+ -0.04962158203125,
+ -0.025177001953125,
+ -0.02264404296875,
+ 0.02191162109375,
+ 0.00765228271484375,
+ 0.022369384765625,
+ 0.005390167236328125,
+ -0.0177459716796875,
+ -0.0692138671875,
+ 0.053253173828125,
+ -0.036041259765625,
+ 0.0266265869140625,
+ 0.0124969482421875,
+ -0.009918212890625,
+ -0.076416015625,
+ -0.048919677734375,
+ -0.0400390625,
+ 0.0004811286926269531,
+ -0.0204620361328125,
+ 0.037322998046875,
+ 0.024993896484375,
+ 0.0069732666015625,
+ 0.020294189453125,
+ -0.00792694091796875,
+ -0.005794525146484375,
+ 0.031158447265625,
+ 0.032257080078125,
+ -0.04547119140625,
+ 0.04022216796875,
+ -0.0180206298828125,
+ 0.024993896484375,
+ -0.005840301513671875,
+ 0.00860595703125,
+ -0.032073974609375,
+ -0.005229949951171875,
+ -0.04437255859375,
+ -0.0215606689453125,
+ 0.0557861328125,
+ 0.052886962890625,
+ -0.0111846923828125,
+ 0.00615692138671875,
+ -0.03314208984375,
+ 0.01358795166015625,
+ -0.0050048828125,
+ -0.025543212890625,
+ 0.01385498046875,
+ -0.01068878173828125,
+ -0.0237274169921875,
+ -0.035858154296875,
+ -0.052154541015625,
+ -0.090576171875,
+ -0.02264404296875,
+ -0.048187255859375,
+ -0.0160369873046875,
+ 0.005207061767578125,
+ 0.030242919921875,
+ 0.01457977294921875,
+ -0.03985595703125,
+ 0.025360107421875,
+ -0.019561767578125,
+ -0.04925537109375,
+ -0.03424072265625,
+ 0.0260772705078125,
+ -0.019744873046875,
+ 0.04510498046875,
+ 0.02752685546875,
+ -0.019012451171875,
+ 0.0182952880859375,
+ 0.00942230224609375,
+ -0.016571044921875,
+ -0.019287109375,
+ 0.00778961181640625,
+ -0.0233612060546875,
+ 0.0293426513671875,
+ -0.06304931640625,
+ -0.0157623291015625,
+ 0.019744873046875,
+ 0.017120361328125,
+ 0.006702423095703125,
+ -0.010955810546875,
+ 0.05145263671875,
+ -0.0300750732421875,
+ -0.06378173828125,
+ 0.01213836669921875,
+ -0.0244598388671875,
+ -0.032958984375,
+ 0.0177459716796875,
+ -0.02752685546875,
+ 0.00437164306640625,
+ 0.0164794921875,
+ 0.040924072265625,
+ 0.041290283203125,
+ 0.03875732421875,
+ 0.030426025390625,
+ -0.0333251953125,
+ -0.002536773681640625,
+ -0.0029888153076171875,
+ 0.01186370849609375,
+ 0.04400634765625,
+ 0.0240936279296875,
+ -0.0178375244140625,
+ 0.01055145263671875,
+ 0.0172119140625,
+ -0.09490966796875,
+ -0.0017995834350585938,
+ -0.00919342041015625,
+ -0.0445556640625,
+ -0.00572967529296875,
+ 0.07354736328125,
+ 0.031890869140625,
+ -0.0022983551025390625,
+ 0.0098724365234375,
+ 0.04437255859375,
+ 0.037506103515625,
+ 0.0011882781982421875,
+ -0.017303466796875,
+ -0.0789794921875,
+ -0.0020160675048828125,
+ 0.01422119140625,
+ 0.0002009868621826172,
+ -0.08258056640625,
+ 0.07171630859375,
+ 0.05108642578125,
+ 0.020294189453125,
+ -0.0180206298828125,
+ 0.0124053955078125,
+ -0.0097808837890625,
+ 0.0161285400390625,
+ 0.0297088623046875,
+ -0.008331298828125,
+ -0.0648193359375,
+ 0.020111083984375,
+ 0.01303863525390625,
+ -0.0239105224609375,
+ 0.0233612060546875,
+ 0.00507354736328125,
+ -0.0260772705078125,
+ 0.05181884765625,
+ -0.03277587890625,
+ -0.006656646728515625,
+ -0.0002574920654296875,
+ 0.077880859375,
+ 0.005886077880859375,
+ -0.045654296875,
+ -0.01123046875,
+ 0.0325927734375,
+ 0.021820068359375,
+ -0.00550079345703125,
+ 0.007335662841796875,
+ 0.00052642822265625,
+ -0.006748199462890625,
+ 0.02752685546875,
+ 0.043304443359375,
+ -0.011322021484375,
+ 0.04547119140625,
+ 0.042938232421875,
+ -0.07281494140625,
+ 0.0231781005859375,
+ -0.0085601806640625,
+ -0.00247955322265625,
+ -0.01358795166015625,
+ -0.041473388671875,
+ -0.022552490234375,
+ -0.052154541015625,
+ 0.0206451416015625,
+ -0.006610870361328125,
+ 0.052520751953125,
+ 0.044189453125,
+ -0.0037364959716796875,
+ 0.0014209747314453125,
+ 0.001766204833984375,
+ 0.0182952880859375,
+ 0.04583740234375,
+ -0.001262664794921875,
+ -0.003078460693359375,
+ 0.0179290771484375,
+ 0.041656494140625,
+ 0.0152130126953125,
+ -0.035125732421875,
+ 0.0155792236328125,
+ 0.004573822021484375,
+ 0.0235443115234375,
+ -0.037506103515625,
+ -0.00634002685546875,
+ 0.019195556640625,
+ -0.03460693359375,
+ 0.0111846923828125,
+ -0.0033969879150390625,
+ 0.00432586669921875,
+ -0.030242919921875,
+ -0.02825927734375,
+ 0.00238800048828125,
+ 0.014129638671875,
+ -0.03839111328125,
+ 0.01195526123046875,
+ 0.017486572265625,
+ 0.00923919677734375,
+ 0.0123138427734375,
+ -0.05035400390625,
+ 0.04364013671875,
+ 0.0291595458984375,
+ 0.0239105224609375,
+ -0.013763427734375,
+ 0.0262603759765625,
+ 0.0298919677734375,
+ -0.011138916015625,
+ 0.03802490234375,
+ 0.031890869140625,
+ -0.016754150390625,
+ 0.0452880859375,
+ 0.0565185546875,
+ 0.0189361572265625,
+ -0.0550537109375,
+ 0.0189361572265625,
+ 0.006519317626953125,
+ -0.042572021484375,
+ 0.02825927734375,
+ -0.0007414817810058594,
+ 0.02825927734375,
+ -0.00013720989227294922,
+ -0.00624847412109375,
+ 0.00910186767578125,
+ -0.05615234375,
+ 0.07427978515625,
+ 0.010101318359375,
+ -0.01177215576171875,
+ 0.03240966796875,
+ -0.039306640625,
+ 0.03857421875,
+ 0.004711151123046875,
+ 0.05072021484375,
+ -0.0565185546875,
+ 0.047088623046875,
+ -0.0211944580078125,
+ -0.00901031494140625,
+ -0.0124969482421875,
+ -0.0155792236328125,
+ 0.010009765625,
+ 0.025543212890625,
+ -0.024993896484375,
+ 0.06591796875,
+ 0.0289764404296875,
+ 0.005138397216796875,
+ -0.059051513671875,
+ -0.0029430389404296875,
+ -0.00022780895233154297,
+ -0.0187530517578125,
+ 0.0235443115234375,
+ -0.06378173828125,
+ -0.0295257568359375,
+ -0.0013360977172851562,
+ 0.03875732421875,
+ 0.0400390625,
+ 0.00615692138671875,
+ 0.022369384765625,
+ 0.007289886474609375,
+ -0.009735107421875,
+ 0.020294189453125,
+ -0.0244598388671875
+ ],
+ "metadata": {
+ "domains": [
+ "incident-response",
+ "static-investigations",
+ "malware-analysis",
+ "fraud-investigation",
+ "network-forensics"
+ ],
+ "phases": [
+ "examination",
+ "analysis"
+ ],
+ "tags": [
+ "regex-search",
+ "string-search",
+ "log-parser",
+ "automation-ready",
+ "pattern-matching",
+ "data-extraction",
+ "text-processing",
+ "capture-groups",
+ "lookarounds",
+ "performance-critical"
+ ],
+ "skillLevel": "intermediate",
+ "type": "concept"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..c3eb6f7
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,863 @@
+#!/bin/bash
+# ForensicPathways Deployment Script – *ownership-aware* + VISUAL ENHANCED
+# Usage: sudo ./deploy.sh
+
+set -e
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🎨 VISUAL ENHANCEMENT SYSTEM
+# ═══════════════════════════════════════════════════════════════════════════════
+
+# Color palette
+declare -r RED='\033[0;31m'
+declare -r GREEN='\033[0;32m'
+declare -r YELLOW='\033[0;33m'
+declare -r BLUE='\033[0;34m'
+declare -r MAGENTA='\033[0;35m'
+declare -r CYAN='\033[0;36m'
+declare -r WHITE='\033[0;37m'
+declare -r BOLD='\033[1m'
+declare -r DIM='\033[2m'
+declare -r ITALIC='\033[3m'
+declare -r UNDERLINE='\033[4m'
+declare -r BLINK='\033[5m'
+declare -r REVERSE='\033[7m'
+declare -r RESET='\033[0m'
+
+# Gradient colors
+declare -r GRAD1='\033[38;5;196m' # Bright red
+declare -r GRAD2='\033[38;5;202m' # Orange
+declare -r GRAD3='\033[38;5;208m' # Dark orange
+declare -r GRAD4='\033[38;5;214m' # Yellow orange
+declare -r GRAD5='\033[38;5;220m' # Yellow
+declare -r GRAD6='\033[38;5;118m' # Light green
+declare -r GRAD7='\033[38;5;82m' # Green
+declare -r GRAD8='\033[38;5;51m' # Cyan
+declare -r GRAD9='\033[38;5;33m' # Blue
+declare -r GRAD10='\033[38;5;129m' # Purple
+
+# Background colors
+declare -r BG_RED='\033[41m'
+declare -r BG_GREEN='\033[42m'
+declare -r BG_YELLOW='\033[43m'
+declare -r BG_BLUE='\033[44m'
+declare -r BG_MAGENTA='\033[45m'
+declare -r BG_CYAN='\033[46m'
+
+# Unicode box drawing
+declare -r BOX_H='═'
+declare -r BOX_V='║'
+declare -r BOX_TL='╔'
+declare -r BOX_TR='╗'
+declare -r BOX_BL='╚'
+declare -r BOX_BR='╝'
+declare -r BOX_T='╦'
+declare -r BOX_B='╩'
+declare -r BOX_L='╠'
+declare -r BOX_R='╣'
+declare -r BOX_C='╬'
+
+# Fancy Unicode characters
+declare -r ARROW_R='▶'
+declare -r ARROW_D='▼'
+declare -r DIAMOND='◆'
+declare -r STAR='★'
+declare -r BULLET='●'
+declare -r CIRCLE='◯'
+declare -r SQUARE='▪'
+declare -r TRIANGLE='▲'
+
+# Animation frames
+SPINNER_FRAMES=('⠋' '⠙' '⠹' '⠸' '⠼' '⠴' '⠦' '⠧' '⠇' '⠏')
+PULSE_FRAMES=('●' '◐' '◑' '◒' '◓' '◔' '◕' '◖' '◗' '◘')
+WAVE_FRAMES=('▁' '▂' '▃' '▄' '▅' '▆' '▇' '█' '▇' '▆' '▅' '▄' '▃' '▂')
+
+# Terminal dimensions
+COLS=$(tput cols 2>/dev/null || echo 80)
+LINES=$(tput lines 2>/dev/null || echo 24)
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🎯 VISUAL FUNCTIONS
+# ═══════════════════════════════════════════════════════════════════════════════
+
+print_gradient_text() {
+ local text="$1"
+ local colors=("$GRAD1" "$GRAD2" "$GRAD3" "$GRAD4" "$GRAD5" "$GRAD6" "$GRAD7" "$GRAD8" "$GRAD9" "$GRAD10")
+ local length=${#text}
+ local color_count=${#colors[@]}
+
+ for ((i=0; i/dev/null; do
+ printf "\r${CYAN}${SPINNER_FRAMES[$frame]}${RESET} ${message}"
+ frame=$(((frame + 1) % ${#SPINNER_FRAMES[@]}))
+ sleep 0.1
+ done
+ printf "\r${GREEN}✓${RESET} ${message}\n"
+}
+
+pulsing_dots() {
+ local count="${1:-5}"
+ local cycles="${2:-3}"
+
+ for ((c=0; c 80 ? 80 : COLS-4))
+ local title_padding=$(((box_width-title_len)/2))
+ local subtitle_padding=$(((box_width-subtitle_len)/2))
+
+ echo
+ # Top gradient border
+ printf "${BOLD}"
+ for ((i=0; i0; i--)); do
+ printf "\r${YELLOW}${BOLD}⏳ $message in ${i}s...${RESET}"
+ sleep 1
+ done
+ printf "\r${GREEN}${BOLD}🚀 $message${RESET} \n"
+}
+
+matrix_rain() {
+ local duration="${1:-2}"
+ local chars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@#\$^&*()_+-=[]{}|;:,.<>?"
+
+ for ((i=0; i/dev/null; then
+ status_ok "System npm located: $(which npm)"
+
+ printf "${MAGENTA}${BOLD}📦 Installing dependencies${RESET}"
+ {
+ sudo -u "$ORIGINAL_USER" npm install > /tmp/npm_install.log 2>&1 &
+ spinner $! "Installing dependencies"
+ }
+
+ printf "${MAGENTA}${BOLD}🏗️ Building application${RESET}"
+ {
+ sudo -u "$ORIGINAL_USER" npm run build > /tmp/npm_build.log 2>&1 &
+ spinner $! "Building application"
+ }
+
+ return 0
+ fi
+
+ # B) nvm-managed npm
+ printf "${YELLOW}🔍 Scanning for nvm installation...${RESET}\n"
+ if sudo -u "$ORIGINAL_USER" bash -c "
+ export NVM_DIR='$ORIGINAL_HOME/.nvm'
+ [ -s \"\$NVM_DIR/nvm.sh\" ] && source \"\$NVM_DIR/nvm.sh\"
+ [ -s '$ORIGINAL_HOME/.bashrc' ] && source '$ORIGINAL_HOME/.bashrc'
+ command -v npm &>/dev/null
+ "; then
+ status_ok "NVM-managed npm located"
+
+ printf "${MAGENTA}${BOLD}📦 Installing dependencies with nvm${RESET}"
+ {
+ sudo -u "$ORIGINAL_USER" bash -c "
+ export NVM_DIR='$ORIGINAL_HOME/.nvm'
+ [ -s \"\$NVM_DIR/nvm.sh\" ] && source \"\$NVM_DIR/nvm.sh\"
+ [ -s '$ORIGINAL_HOME/.bashrc' ] && source '$ORIGINAL_HOME/.bashrc'
+ npm install > /tmp/npm_install.log 2>&1
+ npm run build > /tmp/npm_build.log 2>&1
+ " &
+ spinner $! "Building with nvm"
+ }
+
+ return 0
+ fi
+
+ # C) Installation instructions with fancy formatting
+ draw_box "NPM NOT FOUND" "$(cat << NPMHELP
+Please install Node.js and npm first:
+
+Option 1 (apt):
+ sudo apt update && sudo apt install nodejs npm
+
+Option 2 (NodeSource – recommended):
+ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
+ sudo apt-get install -y nodejs
+
+Option 3 (nvm – as user):
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
+ source ~/.bashrc && nvm install 20
+NPMHELP
+)" 70 "$RED"
+
+ return 1
+}
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🏗️ PHASE 2: BUILD ORCHESTRATION
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "2" "BUILD ORCHESTRATION" "🏗️"
+
+if [ ! -d "dist" ] || [ ! "$(ls -A dist 2>/dev/null)" ]; then
+ status_info "No dist/ directory found"
+ typewriter "Initiating build process..." 0.05 "$YELLOW"
+ find_and_use_npm || exit 1
+else
+ status_ok "Existing dist/ directory detected"
+ echo
+ printf "${YELLOW}${BOLD}🤔 Rebuild application? ${RESET}${DIM}(y/N):${RESET} "
+ read -r REPLY
+ echo
+
+ if [[ $REPLY =~ ^[Yy]$ ]]; then
+ typewriter "Rebuilding application..." 0.05 "$CYAN"
+ find_and_use_npm || {
+ status_warning "Build failed, using existing dist/"
+ }
+ else
+ typewriter "Using existing build..." 0.05 "$GREEN"
+ fi
+fi
+
+# Build validation with dramatic effect
+printf "${CYAN}${BOLD}🔍 Validating build output${RESET}"
+pulsing_dots 8 2
+if [ ! -d "dist" ] || [ ! "$(ls -A dist 2>/dev/null)" ]; then
+ echo
+ draw_box "BUILD FAILURE" "Build failed or dist/ directory is empty" 50 "$RED"
+ exit 1
+fi
+
+# Build success celebration
+echo
+printf "${GREEN}${BOLD}${BG_GREEN}${WHITE} BUILD SUCCESS ${RESET}\n"
+celebrate
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 📁 PHASE 3: INFRASTRUCTURE SETUP
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "3" "INFRASTRUCTURE PROVISIONING" "📁"
+
+status_working "Creating directory structure"
+{
+ mkdir -p "$WEBROOT" "$LOG_DIR" "$DATA_DIR" "$UPLOADS_DIR" "$WEBROOT/src/data" &
+ spinner $! "Provisioning directories"
+}
+
+# Directory creation progress
+DIRS=("$WEBROOT" "$LOG_DIR" "$DATA_DIR" "$UPLOADS_DIR" "$WEBROOT/src/data")
+for i in "${!DIRS[@]}"; do
+ progress_bar $((i+1)) ${#DIRS[@]} 40 "Creating directories"
+ sleep 0.1
+done
+echo
+status_ok "Directory infrastructure ready"
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🚀 PHASE 4: APPLICATION DEPLOYMENT
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "4" "APPLICATION DEPLOYMENT" "🚀"
+
+# File copy with visual progress
+status_working "Deploying application files"
+{
+ cp -r dist/. "$WEBROOT/" &
+ PID=$!
+
+ # Simple animated progress while copying
+ frame=0
+ while kill -0 $PID 2>/dev/null; do
+ printf "\r${MAGENTA}%s${RESET} Copying files..." "${SPINNER_FRAMES[$frame]}"
+ frame=$(((frame + 1) % ${#SPINNER_FRAMES[@]}))
+ sleep 0.1
+ done
+
+ wait $PID
+ printf "\r${GREEN}✓${RESET} Copying files... \n"
+}
+
+echo
+SIZE=$(du -sh dist | cut -f1)
+TOTAL_FILES=$(find dist -type f | wc -l)
+status_ok "Application deployed ($SIZE, $TOTAL_FILES files)"
+
+# Package.json copy with flair
+printf "${MAGENTA}${BOLD}📋 Deploying package.json${RESET}"
+pulsing_dots 3 1
+cp package.json "$WEBROOT/"
+status_ok "Package configuration deployed"
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# ⚙️ PHASE 5: RUNTIME DEPENDENCY MANAGEMENT
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "5" "RUNTIME DEPENDENCY RESOLUTION" "⚙️"
+
+typewriter "Transferring ownership for dependency installation..." 0.03 "$YELLOW"
+chown -R "$ORIGINAL_USER":"$ORIGINAL_USER" "$WEBROOT"
+
+printf "${CYAN}${BOLD}📦 Installing runtime dependencies${RESET}\n"
+{
+ sudo -u "$ORIGINAL_USER" bash -c '
+ set -e
+ cd "'"$WEBROOT"'"
+ if command -v npm &>/dev/null; then
+ npm install --production > /tmp/runtime_deps.log 2>&1
+ else
+ export NVM_DIR="'$ORIGINAL_HOME'/.nvm"
+ [ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
+ [ -s "'$ORIGINAL_HOME'/.bashrc" ] && source "'$ORIGINAL_HOME'/.bashrc"
+ npm install --production > /tmp/runtime_deps.log 2>&1
+ fi
+ ' &
+ spinner $! "Installing runtime dependencies"
+}
+
+# Dependency success effect
+printf "${GREEN}${BOLD}🎯 Dependencies locked and loaded!${RESET}\n"
+wave_animation 40 1
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🗃️ PHASE 6: DATA & CONTENT ORCHESTRATION
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "6" "DATA & CONTENT ORCHESTRATION" "🗃️"
+
+status_working "Deploying core data structures"
+if [ -f "src/data/tools.yaml" ]; then
+ cp src/data/tools.yaml "$WEBROOT/src/data/"
+ TOOL_COUNT=$(grep -c "^ - name:" "src/data/tools.yaml" || echo "unknown")
+ status_ok "Tools database deployed ($TOOL_COUNT tools)"
+else
+ status_error "Critical file missing: src/data/tools.yaml"
+ exit 1
+fi
+
+status_working "Deploying knowledge base"
+if [ -d "src/content/knowledgebase" ]; then
+ mkdir -p "$WEBROOT/src/content"
+ cp -r src/content/knowledgebase "$WEBROOT/src/content/"
+ KB_COUNT=$(find src/content/knowledgebase -name "*.md" 2>/dev/null | wc -l)
+ status_ok "Knowledge base deployed ($KB_COUNT articles)"
+
+ # Knowledge base visualization
+ printf "${BLUE}${BOLD}📚 Knowledge Base Structure:${RESET}\n"
+ find src/content/knowledgebase -name "*.md" | head -5 | while read -r file; do
+ printf " ${CYAN}${DIAMOND}${RESET} ${file#src/content/knowledgebase/}\n"
+ done
+ if [ $KB_COUNT -gt 5 ]; then
+ printf " ${DIM}... and $((KB_COUNT-5)) more articles${RESET}\n"
+ fi
+else
+ status_warning "No knowledge base directory found (optional)"
+fi
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# ⚙️ PHASE 7: ENVIRONMENT CONFIGURATION
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "7" "ENVIRONMENT CONFIGURATION" "⚙️"
+
+printf "${YELLOW}${BOLD}🔧 Configuring environment${RESET}"
+pulsing_dots 5 1
+cp .env.example "$WEBROOT/.env"
+status_ok "Environment template deployed"
+
+draw_box "CONFIGURATION NOTICE" "IMPORTANT: Edit $WEBROOT/.env with your configuration" 60 "$YELLOW"
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 📝 PHASE 8: LOGGING INFRASTRUCTURE
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "8" "LOGGING INFRASTRUCTURE" "📝"
+
+LOG_FILES=("access.log" "error.log" "ai-pipeline.log")
+for i in "${!LOG_FILES[@]}"; do
+ progress_bar $((i+1)) ${#LOG_FILES[@]} 30 "Creating log files"
+ touch "$LOG_DIR/${LOG_FILES[$i]}"
+ sleep 0.2
+done
+echo
+status_ok "Logging infrastructure established"
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🔐 PHASE 9: PERMISSION MATRIX
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "9" "PERMISSION MATRIX CONFIGURATION" "🔐"
+
+typewriter "Implementing security hardening..." 0.04 "$RED"
+
+# Permission operations with progress
+PERM_OPERATIONS=(
+ "chown -R www-data:www-data $WEBROOT"
+ "chmod -R 755 $WEBROOT"
+ "chmod 600 $WEBROOT/.env"
+ "chmod 755 $DATA_DIR $UPLOADS_DIR $LOG_DIR"
+ "chmod 644 $LOG_DIR/*.log"
+)
+
+for i in "${!PERM_OPERATIONS[@]}"; do
+ progress_bar $((i+1)) ${#PERM_OPERATIONS[@]} 40 "Setting permissions"
+ eval "${PERM_OPERATIONS[$i]}"
+ sleep 0.3
+done
+echo
+
+if [ -f "$WEBROOT/server/entry.mjs" ]; then
+ chmod 755 "$WEBROOT/server/entry.mjs"
+ status_ok "Server entry point permissions configured"
+fi
+
+status_ok "Permission matrix locked down"
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# ✅ PHASE 10: DEPLOYMENT VALIDATION
+# ═══════════════════════════════════════════════════════════════════════════════
+
+section_header "10" "DEPLOYMENT VALIDATION MATRIX" "✅"
+
+VALIDATION_ERRORS=0
+VALIDATIONS=(
+ "$WEBROOT/.env|Environment configuration"
+ "$WEBROOT/src/data/tools.yaml|Tools database"
+)
+
+# Check application files (either index.html OR server directory)
+if [ -f "$WEBROOT/index.html" ] || [ -d "$WEBROOT/server" ]; then
+ VALIDATIONS+=("APPLICATION_FILES_OK|Application files")
+else
+ VALIDATIONS+=("APPLICATION_FILES_MISSING|Application files")
+fi
+
+echo
+printf "${CYAN}${BOLD}🔍 Running comprehensive validation suite...${RESET}\n"
+
+for validation in "${VALIDATIONS[@]}"; do
+ IFS='|' read -r file desc <<< "$validation"
+
+ printf "${YELLOW}Testing: %s${RESET}" "$desc"
+ pulsing_dots 3 1
+
+ if [[ "$file" == "APPLICATION_FILES_OK" ]]; then
+ status_ok "$desc validated"
+ elif [[ "$file" == "APPLICATION_FILES_MISSING" ]]; then
+ status_error "$desc missing"
+ ((VALIDATION_ERRORS++))
+ elif [ -f "$file" ] || [ -d "$file" ]; then
+ status_ok "$desc validated"
+ else
+ status_error "$desc missing"
+ ((VALIDATION_ERRORS++))
+ fi
+done
+
+# ═══════════════════════════════════════════════════════════════════════════════
+# 🎊 FINAL RESULTS SPECTACULAR
+# ═══════════════════════════════════════════════════════════════════════════════
+
+echo
+if [ $VALIDATION_ERRORS -eq 0 ]; then
+ # Success celebration sequence
+ printf "${GREEN}${BOLD}${BG_GREEN}${WHITE}"
+ for ((i=0; i
- Ihre Anfrage wird über die kostenlose API von mistral.ai übertragen.
+ Ihre Anfrage wird über die API von mistral.ai übertragen.
Datenschutzrichtlinien
@@ -207,11 +208,548 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];
-
+
-
\ No newline at end of file
+ window.restoreAIResults = () => aiInterface.restoreAIResults();
+ window.isToolHosted = window.isToolHosted || isToolHosted;
+
+ console.log('[AI Interface] Initialized successfully');
+});
\ No newline at end of file
diff --git a/src/components/ToolFilters.astro b/src/components/ToolFilters.astro
index be956ea..1ee5008 100644
--- a/src/components/ToolFilters.astro
+++ b/src/components/ToolFilters.astro
@@ -25,33 +25,55 @@ const sortedTags = Object.entries(tagFrequency)
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Semantisch
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -289,6 +311,10 @@ const sortedTags = Object.entries(tagFrequency)
const elements = {
searchInput: document.getElementById('search-input'),
clearSearch: document.getElementById('clear-search'),
+ semanticContainer: document.getElementById('semantic-search-container'),
+ semanticCheckbox: document.getElementById('semantic-search-enabled'),
+ semanticStatus: document.getElementById('semantic-status'),
+ semanticResultsCount: document.querySelector('.semantic-results-count'),
domainSelect: document.getElementById('domain-select'),
phaseSelect: document.getElementById('phase-select'),
typeSelect: document.getElementById('type-select'),
@@ -324,6 +350,48 @@ const sortedTags = Object.entries(tagFrequency)
let selectedTags = new Set();
let selectedPhase = '';
let isTagCloudExpanded = false;
+ let semanticSearchEnabled = false;
+ let semanticSearchAvailable = false;
+ let lastSemanticResults = null;
+
+ async function checkEmbeddingsAvailability() {
+ try {
+ const res = await fetch('/api/ai/embeddings-status');
+ const { embeddings } = await res.json();
+ semanticSearchAvailable = embeddings?.enabled && embeddings?.initialized;
+
+ if (semanticSearchAvailable) {
+ elements.semanticContainer.classList.remove('hidden');
+ elements.semanticCheckbox.disabled = false;
+ }
+ } catch (err) {
+ console.error('[EMBEDDINGS] Status check failed:', err);
+ }
+ }
+
+ async function performSemanticSearch(query) {
+ if (!semanticSearchAvailable || !query.trim()) {
+ return null;
+ }
+
+ try {
+ const response = await fetch('/api/search/semantic', {
+ method: 'POST',
+ headers: { 'Content-Type': 'application/json' },
+ body: JSON.stringify({ query: query.trim() })
+ });
+
+ if (!response.ok) {
+ throw new Error(`HTTP ${response.status}`);
+ }
+
+ const data = await response.json();
+ return data.results || [];
+ } catch (error) {
+ console.error('[SEMANTIC] Search failed:', error);
+ return null;
+ }
+ }
function toggleCollapsible(toggleBtn, content, storageKey) {
const isCollapsed = toggleBtn.getAttribute('data-collapsed') === 'true';
@@ -494,7 +562,18 @@ const sortedTags = Object.entries(tagFrequency)
: `${count} von ${total} Tools`;
}
- function filterTools() {
+ function updateSemanticStatus(results) {
+ if (!elements.semanticStatus || !elements.semanticResultsCount) return;
+
+ if (semanticSearchEnabled && results?.length > 0) {
+ elements.semanticStatus.classList.remove('hidden');
+ elements.semanticResultsCount.textContent = `${results.length} semantische Treffer`;
+ } else {
+ elements.semanticStatus.classList.add('hidden');
+ }
+ }
+
+ async function filterTools() {
const searchTerm = elements.searchInput.value.trim().toLowerCase();
const selectedDomain = elements.domainSelect.value;
const selectedPhaseFromSelect = elements.phaseSelect.value;
@@ -508,15 +587,29 @@ const sortedTags = Object.entries(tagFrequency)
const activePhase = selectedPhaseFromSelect || selectedPhase;
- const filtered = window.toolsData.filter(tool => {
- if (searchTerm && !(
- tool.name.toLowerCase().includes(searchTerm) ||
- tool.description.toLowerCase().includes(searchTerm) ||
- (tool.tags || []).some(tag => tag.toLowerCase().includes(searchTerm))
- )) {
- return false;
- }
+ let filteredTools = window.toolsData;
+ let semanticResults = null;
+
+ if (semanticSearchEnabled && semanticSearchAvailable && searchTerm) {
+ semanticResults = await performSemanticSearch(searchTerm);
+ lastSemanticResults = semanticResults;
+ if (semanticResults?.length > 0) {
+ filteredTools = [...semanticResults];
+ }
+ } else {
+ lastSemanticResults = null;
+
+ if (searchTerm) {
+ filteredTools = window.toolsData.filter(tool =>
+ tool.name.toLowerCase().includes(searchTerm) ||
+ tool.description.toLowerCase().includes(searchTerm) ||
+ (tool.tags || []).some(tag => tag.toLowerCase().includes(searchTerm))
+ );
+ }
+ }
+
+ filteredTools = filteredTools.filter(tool => {
if (selectedDomain && !(tool.domains || []).includes(selectedDomain)) {
return false;
}
@@ -560,13 +653,29 @@ const sortedTags = Object.entries(tagFrequency)
return true;
});
- const finalResults = searchTerm && window.prioritizeSearchResults
- ? window.prioritizeSearchResults(filtered, searchTerm)
- : filtered;
+ if (semanticSearchEnabled && lastSemanticResults) {
+ filteredTools.sort(
+ (a, b) => (b._semanticSimilarity || 0) - (a._semanticSimilarity || 0)
+ );
+ }
+
+ const finalResults = semanticSearchEnabled && lastSemanticResults
+ ? filteredTools
+ : (searchTerm && window.prioritizeSearchResults
+ ? window.prioritizeSearchResults(filteredTools, searchTerm)
+ : filteredTools);
updateResultsCounter(finalResults.length);
+ updateSemanticStatus(lastSemanticResults);
- window.dispatchEvent(new CustomEvent('toolsFiltered', { detail: finalResults }));
+ window.dispatchEvent(
+ new CustomEvent('toolsFiltered', {
+ detail: {
+ tools: finalResults,
+ semanticSearch: semanticSearchEnabled && !!lastSemanticResults,
+ },
+ })
+ );
}
function resetPrimaryFilters() {
@@ -599,6 +708,10 @@ const sortedTags = Object.entries(tagFrequency)
function resetAllFilters() {
elements.searchInput.value = '';
elements.clearSearch.classList.add('hidden');
+ elements.semanticCheckbox.checked = false;
+ semanticSearchEnabled = false;
+ lastSemanticResults = null;
+ updateSemanticStatus(null);
resetPrimaryFilters();
resetAdvancedFilters();
resetTags();
@@ -619,16 +732,29 @@ const sortedTags = Object.entries(tagFrequency)
filterTools();
});
+ if (elements.semanticCheckbox) {
+ elements.semanticCheckbox.addEventListener('change', (e) => {
+ semanticSearchEnabled = e.target.checked;
+ filterTools();
+ });
+ }
+
[elements.domainSelect, elements.phaseSelect, elements.typeSelect, elements.skillSelect,
elements.platformSelect, elements.licenseSelect, elements.accessSelect].forEach(select => {
- select.addEventListener('change', filterTools);
+ if (select) {
+ select.addEventListener('change', filterTools);
+ }
});
[elements.hostedOnly, elements.knowledgebaseOnly].forEach(checkbox => {
- checkbox.addEventListener('change', filterTools);
+ if (checkbox) {
+ checkbox.addEventListener('change', filterTools);
+ }
});
- elements.tagCloudToggle.addEventListener('click', toggleTagCloud);
+ if (elements.tagCloudToggle) {
+ elements.tagCloudToggle.addEventListener('click', toggleTagCloud);
+ }
elements.tagCloudItems.forEach(item => {
item.addEventListener('click', () => {
@@ -649,14 +775,24 @@ const sortedTags = Object.entries(tagFrequency)
b.classList.toggle('active', b.getAttribute('data-view') === view);
});
- window.dispatchEvent(new CustomEvent('viewChanged', { detail: view }));
-
- if (view === 'hosted') {
- const hosted = window.toolsData.filter(tool => isToolHosted(tool));
- window.dispatchEvent(new CustomEvent('toolsFiltered', { detail: hosted }));
+ if (window.switchToView) {
+ window.switchToView(view);
} else {
- filterTools();
+ console.error('switchToView function not available');
}
+
+ window.dispatchEvent(new CustomEvent('viewChanged', {
+ detail: view,
+ triggeredByButton: true
+ }));
+
+ setTimeout(() => {
+ if (view === 'matrix') {
+ filterTools();
+ } else if (view === 'grid') {
+ filterTools();
+ }
+ }, 100);
});
});
@@ -676,6 +812,7 @@ const sortedTags = Object.entries(tagFrequency)
window.clearTagFilters = resetTags;
window.clearAllFilters = resetAllFilters;
+ checkEmbeddingsAvailability();
initializeCollapsible();
initTagCloud();
filterTagCloud();
diff --git a/src/components/ToolMatrix.astro b/src/components/ToolMatrix.astro
index 5e83e44..10db0eb 100644
--- a/src/components/ToolMatrix.astro
+++ b/src/components/ToolMatrix.astro
@@ -193,6 +193,16 @@ domains.forEach((domain: any) => {
diff --git a/src/pages/api/ai/embeddings-status.ts b/src/pages/api/ai/embeddings-status.ts
new file mode 100644
index 0000000..9d9b9c8
--- /dev/null
+++ b/src/pages/api/ai/embeddings-status.ts
@@ -0,0 +1,37 @@
+// src/pages/api/ai/embeddings-status.ts
+import type { APIRoute } from 'astro';
+
+export const prerender = false;
+
+export const GET: APIRoute = async () => {
+ try {
+ const { embeddingsService } = await import('../../../utils/embeddings.js');
+ await embeddingsService.waitForInitialization();
+
+ const stats = embeddingsService.getStats();
+ const status = stats.enabled && stats.initialized ? 'ready' :
+ stats.enabled && !stats.initialized ? 'initializing' : 'disabled';
+
+ return new Response(JSON.stringify({
+ success: true,
+ embeddings: stats,
+ timestamp: new Date().toISOString(),
+ status: status
+ }), {
+ status: 200,
+ headers: { 'Content-Type': 'application/json' }
+ });
+
+ } catch (error) {
+ return new Response(JSON.stringify({
+ success: false,
+ embeddings: { enabled: false, initialized: false, count: 0 },
+ timestamp: new Date().toISOString(),
+ status: 'disabled',
+ error: error.message
+ }), {
+ status: 200,
+ headers: { 'Content-Type': 'application/json' }
+ });
+ }
+};
\ No newline at end of file
diff --git a/src/pages/api/ai/embeddings.status.ts b/src/pages/api/ai/embeddings.status.ts
deleted file mode 100644
index 2ca02c2..0000000
--- a/src/pages/api/ai/embeddings.status.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-// src/pages/api/ai/embeddings-status.ts
-import type { APIRoute } from 'astro';
-import { embeddingsService } from '../../../utils/embeddings.js';
-import { apiResponse, apiServerError } from '../../../utils/api.js';
-
-export const prerender = false;
-
-export const GET: APIRoute = async () => {
- try {
- const stats = embeddingsService.getStats();
-
- return apiResponse.success({
- embeddings: stats,
- timestamp: new Date().toISOString(),
- status: stats.enabled && stats.initialized ? 'ready' :
- stats.enabled && !stats.initialized ? 'initializing' : 'disabled'
- });
- } catch (error) {
- console.error('Embeddings status error:', error);
- return apiServerError.internal('Failed to get embeddings status');
- }
-};
\ No newline at end of file
diff --git a/src/pages/api/ai/enhance-input.ts b/src/pages/api/ai/enhance-input.ts
index 1ebb2a8..392ca86 100644
--- a/src/pages/api/ai/enhance-input.ts
+++ b/src/pages/api/ai/enhance-input.ts
@@ -20,7 +20,7 @@ const AI_ANALYZER_API_KEY = getEnv('AI_ANALYZER_API_KEY');
const AI_ANALYZER_MODEL = getEnv('AI_ANALYZER_MODEL');
const rateLimitStore = new Map
();
-const RATE_LIMIT_WINDOW = 60 * 1000; // 1 minute
+const RATE_LIMIT_WINDOW = 60 * 1000;
const RATE_LIMIT_MAX = 5;
function sanitizeInput(input: string): string {
@@ -81,12 +81,13 @@ QUALITÄTSKRITERIEN FÜR FRAGEN:
- Forensisch spezifisch, nicht allgemein (❌ "Mehr Details?" ✅ "Welche forensischen Artefakte (RAM-Dumps, Disk-Images, Logs) stehen zur Verfügung?")
- Methodisch relevant (❌ "Wann passierte das?" ✅ "Liegen Log-Dateien aus dem Incident-Zeitraum vor, und welche Retention-Policy gilt?")
- Priorisiert nach Auswirkung auf die forensische Untersuchungsqualität
+- Die Frage soll maximal 30 Wörter umfassen
ANTWORTFORMAT (NUR JSON, KEIN ZUSÄTZLICHER TEXT):
[
- "Forensisch spezifische Frage 1?",
- "Forensisch spezifische Frage 2?",
- "Forensisch spezifische Frage 3?"
+ "spezifische Frage 1?",
+ "spezifische Frage 2?",
+ "spezifische Frage 3?"
]
NUTZER-EINGABE:
diff --git a/src/pages/api/ai/query.ts b/src/pages/api/ai/query.ts
index 19eefd8..2e94071 100644
--- a/src/pages/api/ai/query.ts
+++ b/src/pages/api/ai/query.ts
@@ -1,4 +1,4 @@
-// src/pages/api/ai/query.ts - FIXED: Rate limiting for micro-task pipeline
+// src/pages/api/ai/query.ts
import type { APIRoute } from 'astro';
import { withAPIAuth } from '../../../utils/auth.js';
diff --git a/src/pages/api/contribute/tool.ts b/src/pages/api/contribute/tool.ts
index 7d656f1..1cb90d8 100644
--- a/src/pages/api/contribute/tool.ts
+++ b/src/pages/api/contribute/tool.ts
@@ -1,4 +1,4 @@
-// src/pages/api/contribute/tool.ts (UPDATED - Using consolidated API responses)
+// src/pages/api/contribute/tool.ts (UPDATED - Using consolidated API responses + related_software)
import type { APIRoute } from 'astro';
import { withAPIAuth } from '../../../utils/auth.js';
import { apiResponse, apiError, apiServerError, apiSpecial, handleAPIRequest } from '../../../utils/api.js';
@@ -27,6 +27,7 @@ const ContributionToolSchema = z.object({
knowledgebase: z.boolean().optional().nullable(),
'domain-agnostic-software': z.array(z.string()).optional().nullable(),
related_concepts: z.array(z.string()).optional().nullable(),
+ related_software: z.array(z.string()).optional().nullable(),
tags: z.array(z.string()).default([]),
statusUrl: z.string().url('Must be a valid URL').optional().nullable()
});
@@ -80,6 +81,38 @@ function sanitizeInput(obj: any): any {
return obj;
}
+function preprocessFormData(body: any): any {
+ // Handle comma-separated strings from autocomplete inputs
+ if (body.tool) {
+ // Handle tags
+ if (typeof body.tool.tags === 'string') {
+ body.tool.tags = body.tool.tags.split(',').map((t: string) => t.trim()).filter(Boolean);
+ }
+
+ // Handle related concepts
+ if (body.tool.relatedConcepts) {
+ if (typeof body.tool.relatedConcepts === 'string') {
+ body.tool.related_concepts = body.tool.relatedConcepts.split(',').map((t: string) => t.trim()).filter(Boolean);
+ } else {
+ body.tool.related_concepts = body.tool.relatedConcepts;
+ }
+ delete body.tool.relatedConcepts; // Remove the original key
+ }
+
+ // Handle related software
+ if (body.tool.relatedSoftware) {
+ if (typeof body.tool.relatedSoftware === 'string') {
+ body.tool.related_software = body.tool.relatedSoftware.split(',').map((t: string) => t.trim()).filter(Boolean);
+ } else {
+ body.tool.related_software = body.tool.relatedSoftware;
+ }
+ delete body.tool.relatedSoftware; // Remove the original key
+ }
+ }
+
+ return body;
+}
+
async function validateToolData(tool: any, action: string): Promise<{ valid: boolean; errors: string[] }> {
const errors: string[] = [];
@@ -109,6 +142,17 @@ async function validateToolData(tool: any, action: string): Promise<{ valid: boo
}
}
+ // Validate related items exist (optional validation - could be enhanced)
+ if (tool.related_concepts && tool.related_concepts.length > 0) {
+ // Could validate that referenced concepts actually exist
+ console.log('[VALIDATION] Related concepts provided:', tool.related_concepts);
+ }
+
+ if (tool.related_software && tool.related_software.length > 0) {
+ // Could validate that referenced software actually exists
+ console.log('[VALIDATION] Related software provided:', tool.related_software);
+ }
+
return { valid: errors.length === 0, errors };
} catch (error) {
@@ -143,6 +187,9 @@ export const POST: APIRoute = async ({ request }) => {
return apiSpecial.invalidJSON();
}
+ // Preprocess form data to handle autocomplete inputs
+ body = preprocessFormData(body);
+
const sanitizedBody = sanitizeInput(body);
let validatedData;
@@ -153,6 +200,7 @@ export const POST: APIRoute = async ({ request }) => {
const errorMessages = error.errors.map(err =>
`${err.path.join('.')}: ${err.message}`
);
+ console.log('[VALIDATION] Zod validation errors:', errorMessages);
return apiError.validation('Validation failed', errorMessages);
}
@@ -174,6 +222,16 @@ export const POST: APIRoute = async ({ request }) => {
}
};
+ console.log('[CONTRIBUTION] Processing contribution:', {
+ type: contributionData.type,
+ toolName: contributionData.tool.name,
+ toolType: contributionData.tool.type,
+ submitter: userEmail,
+ hasRelatedConcepts: !!(contributionData.tool.related_concepts?.length),
+ hasRelatedSoftware: !!(contributionData.tool.related_software?.length),
+ tagsCount: contributionData.tool.tags?.length || 0
+ });
+
try {
const gitManager = new GitContributionManager();
const result = await gitManager.submitContribution(contributionData);
diff --git a/src/pages/api/search/semantic.ts b/src/pages/api/search/semantic.ts
new file mode 100644
index 0000000..1a2b262
--- /dev/null
+++ b/src/pages/api/search/semantic.ts
@@ -0,0 +1,83 @@
+// src/pages/api/search/semantic.ts
+import type { APIRoute } from 'astro';
+import { getToolsData } from '../../../utils/dataService.js';
+import { configDotenv } from 'dotenv';
+
+configDotenv();
+
+const DEFAULT_MAX_RESULTS = (() => {
+ const raw = process.env.AI_EMBEDDING_CANDIDATES;
+ const n = Number.parseInt(raw ?? '', 10);
+ return Number.isFinite(n) && n > 0 ? n : 50;
+})();
+
+const DEFAULT_THRESHOLD = (() => {
+ const raw = process.env.AI_SIMILARITY_THRESHOLD;
+ const n = Number.parseFloat(raw ?? '');
+ return Number.isFinite(n) && n >= 0 && n <= 1 ? n : 0.45;
+})();
+
+export const prerender = false;
+
+
+export const POST: APIRoute = async ({ request }) => {
+ try {
+ const {
+ query,
+ maxResults = DEFAULT_MAX_RESULTS,
+ threshold = DEFAULT_THRESHOLD
+ } = await request.json();
+
+ if (!query || typeof query !== 'string') {
+ return new Response(
+ JSON.stringify({ success: false, error: 'Query is required' }),
+ { status: 400, headers: { 'Content-Type': 'application/json' } }
+ );
+ }
+
+ /* --- (rest of the handler unchanged) -------------------------- */
+ const { embeddingsService } = await import('../../../utils/embeddings.js');
+
+ if (!embeddingsService.isEnabled()) {
+ return new Response(
+ JSON.stringify({ success: false, error: 'Semantic search not available' }),
+ { status: 400, headers: { 'Content-Type': 'application/json' } }
+ );
+ }
+
+ await embeddingsService.waitForInitialization();
+
+ const similarItems = await embeddingsService.findSimilar(
+ query.trim(),
+ maxResults,
+ threshold
+ );
+
+ const toolsData = await getToolsData();
+ const rankedTools = similarItems
+ .map((s, i) => {
+ const tool = toolsData.tools.find(t => t.name === s.name);
+ return tool ? { ...tool, _semanticSimilarity: s.similarity, _semanticRank: i + 1 } : null;
+ })
+ .filter(Boolean);
+
+ return new Response(
+ JSON.stringify({
+ success: true,
+ query: query.trim(),
+ results: rankedTools,
+ totalFound: rankedTools.length,
+ semanticSearch: true,
+ threshold,
+ maxSimilarity: rankedTools[0]?._semanticSimilarity ?? 0
+ }),
+ { status: 200, headers: { 'Content-Type': 'application/json' } }
+ );
+ } catch (error) {
+ console.error('Semantic search error:', error);
+ return new Response(
+ JSON.stringify({ success: false, error: 'Semantic search failed' }),
+ { status: 500, headers: { 'Content-Type': 'application/json' } }
+ );
+ }
+};
\ No newline at end of file
diff --git a/src/pages/api/upload/media.ts b/src/pages/api/upload/media.ts
index 536d019..c337eae 100644
--- a/src/pages/api/upload/media.ts
+++ b/src/pages/api/upload/media.ts
@@ -1,4 +1,3 @@
-// src/pages/api/upload/media.ts
import type { APIRoute } from 'astro';
import { withAPIAuth } from '../../../utils/auth.js';
import { apiResponse, apiError, apiServerError, apiSpecial, handleAPIRequest } from '../../../utils/api.js';
@@ -22,7 +21,9 @@ const UPLOAD_CONFIG = {
maxFileSize: 50 * 1024 * 1024, // 50MB
allowedTypes: new Set([
'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'image/webp', 'image/svg+xml',
+
'video/mp4', 'video/webm', 'video/ogg', 'video/avi', 'video/mov',
+
'application/pdf',
'application/msword',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
@@ -30,7 +31,29 @@ const UPLOAD_CONFIG = {
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'application/vnd.ms-powerpoint',
'application/vnd.openxmlformats-officedocument.presentationml.presentation',
- 'text/plain', 'text/csv', 'application/json'
+
+ 'text/plain',
+ 'text/csv',
+ 'text/markdown',
+ 'text/x-markdown',
+ 'application/json',
+ 'application/xml',
+ 'text/xml',
+ 'text/html',
+
+ 'application/zip',
+ 'application/x-tar',
+ 'application/gzip',
+ 'application/x-gzip',
+ 'application/x-zip-compressed',
+ 'application/x-rar-compressed',
+ 'application/x-7z-compressed',
+
+ 'application/rtf',
+ 'text/richtext',
+ 'application/x-yaml',
+ 'text/yaml',
+ 'application/yaml'
]),
localUploadPath: process.env.LOCAL_UPLOAD_PATH || './public/uploads',
publicBaseUrl: process.env.PUBLIC_BASE_URL || 'http://localhost:4321'
@@ -50,6 +73,7 @@ function checkUploadRateLimit(userEmail: string): boolean {
}
if (userLimit.count >= RATE_LIMIT_MAX) {
+ console.warn(`[UPLOAD] Rate limit exceeded for user: ${userEmail} (${userLimit.count}/${RATE_LIMIT_MAX})`);
return false;
}
@@ -58,27 +82,37 @@ function checkUploadRateLimit(userEmail: string): boolean {
}
function validateFile(file: File): { valid: boolean; error?: string } {
+ console.log(`[UPLOAD] Validating file: ${file.name}, size: ${file.size}, type: ${file.type}`);
+
if (file.size > UPLOAD_CONFIG.maxFileSize) {
- return {
- valid: false,
- error: `File too large. Maximum size is ${Math.round(UPLOAD_CONFIG.maxFileSize / 1024 / 1024)}MB`
- };
+ const errorMsg = `File too large. Maximum size is ${Math.round(UPLOAD_CONFIG.maxFileSize / 1024 / 1024)}MB`;
+ console.warn(`[UPLOAD] ${errorMsg} - File size: ${file.size}`);
+ return { valid: false, error: errorMsg };
}
if (!UPLOAD_CONFIG.allowedTypes.has(file.type)) {
- return {
- valid: false,
- error: `File type ${file.type} not allowed`
- };
+ const errorMsg = `File type ${file.type} not allowed`;
+ console.warn(`[UPLOAD] ${errorMsg} - Allowed types:`, Array.from(UPLOAD_CONFIG.allowedTypes));
+ return { valid: false, error: errorMsg };
}
+ console.log(`[UPLOAD] File validation passed for: ${file.name}`);
return { valid: true };
}
async function uploadToNextcloud(file: File, userEmail: string): Promise {
+ console.log(`[UPLOAD] Attempting Nextcloud upload for: ${file.name} by ${userEmail}`);
+
try {
const uploader = new NextcloudUploader();
const result = await uploader.uploadFile(file, userEmail);
+
+ console.log(`[UPLOAD] Nextcloud upload successful:`, {
+ filename: result.filename,
+ url: result.url,
+ size: file.size
+ });
+
return {
success: true,
url: result.url,
@@ -87,7 +121,7 @@ async function uploadToNextcloud(file: File, userEmail: string): Promise {
+ console.log(`[UPLOAD] Attempting local upload for: ${file.name} (${userType})`);
+
try {
+ console.log(`[UPLOAD] Creating directory: ${UPLOAD_CONFIG.localUploadPath}`);
await fs.mkdir(UPLOAD_CONFIG.localUploadPath, { recursive: true });
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
@@ -106,11 +143,20 @@ async function uploadToLocal(file: File, userType: string): Promise {
return await handleAPIRequest(async () => {
+ console.log('[UPLOAD] Processing upload request');
+
const authResult = await withAPIAuth(request, 'contributions');
+ console.log('[UPLOAD] Auth result:', {
+ authenticated: authResult.authenticated,
+ authRequired: authResult.authRequired,
+ userId: authResult.userId
+ });
+
if (authResult.authRequired && !authResult.authenticated) {
- return apiError.unauthorized();
+ console.warn('[UPLOAD] Upload rejected - authentication required but user not authenticated');
+ return apiError.unauthorized('Authentication required for file uploads');
}
const userEmail = authResult.session?.email || 'anon@anon.anon';
+ console.log(`[UPLOAD] Processing upload for user: ${userEmail}`);
if (!checkUploadRateLimit(userEmail)) {
return apiError.rateLimit('Upload rate limit exceeded. Please wait before uploading again.');
@@ -143,38 +199,59 @@ export const POST: APIRoute = async ({ request }) => {
let formData;
try {
+ console.log('[UPLOAD] Parsing form data');
formData = await request.formData();
+ console.log('[UPLOAD] Form data keys:', Array.from(formData.keys()));
} catch (error) {
- return apiError.badRequest('Invalid form data');
+ console.error('[UPLOAD] Failed to parse form data:', error);
+ return apiError.badRequest('Invalid form data - could not parse request');
}
const file = formData.get('file') as File;
const type = formData.get('type') as string;
if (!file) {
+ console.warn('[UPLOAD] No file provided in request');
return apiSpecial.missingRequired(['file']);
}
+ console.log(`[UPLOAD] Processing file: ${file.name}, type parameter: ${type}`);
+
const validation = validateFile(file);
if (!validation.valid) {
return apiError.badRequest(validation.error!);
}
+ const nextcloudConfigured = isNextcloudConfigured();
+ console.log('[UPLOAD] Environment check:', {
+ nextcloudConfigured,
+ localUploadPath: UPLOAD_CONFIG.localUploadPath,
+ publicBaseUrl: UPLOAD_CONFIG.publicBaseUrl,
+ nodeEnv: process.env.NODE_ENV
+ });
+
let result: UploadResult;
- if (isNextcloudConfigured()) {
+ if (nextcloudConfigured) {
+ console.log('[UPLOAD] Using Nextcloud as primary storage');
result = await uploadToNextcloud(file, userEmail);
if (!result.success) {
- console.warn('Nextcloud upload failed, trying local fallback:', result.error);
+ console.warn('[UPLOAD] Nextcloud upload failed, trying local fallback:', result.error);
result = await uploadToLocal(file, type);
}
} else {
+ console.log('[UPLOAD] Using local storage (Nextcloud not configured)');
result = await uploadToLocal(file, type);
}
if (result.success) {
- console.log(`[MEDIA UPLOAD] ${file.name} (${file.size} bytes) by ${userEmail} -> ${result.storage}: ${result.url}`);
+ console.log(`[UPLOAD] Upload completed successfully:`, {
+ filename: result.filename,
+ storage: result.storage,
+ url: result.url,
+ user: userEmail
+ });
return apiSpecial.uploadSuccess({
url: result.url!,
@@ -183,7 +260,12 @@ export const POST: APIRoute = async ({ request }) => {
storage: result.storage!
});
} else {
- console.error(`[MEDIA UPLOAD FAILED] ${file.name} by ${userEmail}: ${result.error}`);
+ console.error(`[UPLOAD] Upload failed completely:`, {
+ filename: file.name,
+ error: result.error,
+ storage: result.storage,
+ user: userEmail
+ });
return apiSpecial.uploadFailed(result.error!);
}
@@ -193,6 +275,8 @@ export const POST: APIRoute = async ({ request }) => {
export const GET: APIRoute = async ({ request }) => {
return await handleAPIRequest(async () => {
+ console.log('[UPLOAD] Getting upload status');
+
const authResult = await withAPIAuth(request);
if (authResult.authRequired && !authResult.authenticated) {
return apiError.unauthorized();
@@ -204,12 +288,14 @@ export const GET: APIRoute = async ({ request }) => {
try {
await fs.access(UPLOAD_CONFIG.localUploadPath);
localStorageAvailable = true;
+ console.log('[UPLOAD] Local storage accessible');
} catch {
try {
await fs.mkdir(UPLOAD_CONFIG.localUploadPath, { recursive: true });
localStorageAvailable = true;
+ console.log('[UPLOAD] Local storage created');
} catch (error) {
- console.warn('Local upload directory not accessible:', error);
+ console.warn('[UPLOAD] Local upload directory not accessible:', error);
}
}
@@ -237,9 +323,14 @@ export const GET: APIRoute = async ({ request }) => {
paths: {
uploadEndpoint: '/api/upload/media',
localPath: localStorageAvailable ? '/uploads' : null
+ },
+ environment: {
+ nodeEnv: process.env.NODE_ENV,
+ publicBaseUrl: UPLOAD_CONFIG.publicBaseUrl
}
};
+ console.log('[UPLOAD] Status check completed:', status);
return apiResponse.success(status);
}, 'Upload status retrieval failed');
diff --git a/src/pages/contribute/knowledgebase.astro b/src/pages/contribute/knowledgebase.astro
index 1911d83..95874fa 100644
--- a/src/pages/contribute/knowledgebase.astro
+++ b/src/pages/contribute/knowledgebase.astro
@@ -1,5 +1,5 @@
---
-// src/pages/contribute/knowledgebase.astro - SIMPLIFIED: Issues only, minimal validation
+// src/pages/contribute/knowledgebase.astro
import BaseLayout from '../../layouts/BaseLayout.astro';
import { withAuth } from '../../utils/auth.js';
import { getToolsData } from '../../utils/dataService.js';
@@ -114,8 +114,13 @@ const sortedTools = data.tools.sort((a: any, b: any) => a.name.localeCompare(b.n